index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 121525 - M18 branched so put groups back on full HSTS as agreed for M19.
cevans@chromium.org
2012-02-10
1
-1
/
+1
*
Remove (now) incorrect comment that got missed.
agl@chromium.org
2012-02-10
1
-1
/
+0
*
M18 branched so put groups back on full HSTS as agreed for M19.
cevans@chromium.org
2012-02-10
1
-1
/
+1
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-10
3
-193
/
+11
*
net: SSL blacklisting for Nordea Bank
agl@chromium.org
2012-02-10
2
-0
/
+7
*
net: Make UploadData::GetContentLength() asynchronous.
satorux@chromium.org
2012-02-10
7
-59
/
+219
*
net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().
satorux@chromium.org
2012-02-10
3
-33
/
+16
*
Http Cache: Doom cache entries when there is any error reading from the
rvargas@google.com
2012-02-09
6
-15
/
+56
*
Create a message loop if needed in CookieStore unittests.
droger@chromium.org
2012-02-09
1
-5
/
+12
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
10
-57
/
+62
*
[net] Fixes NetLog event HOST_RESOLVER_IMPL_ATTEMPT_FINISHED parameter attemp...
szym@chromium.org
2012-02-09
1
-1
/
+1
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
10
-62
/
+57
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
10
-57
/
+62
*
net: Allow IO when UpdateData closes its FileStream.
marja@chromium.org
2012-02-08
1
-1
/
+6
*
Remove last traces of DNS certificate provenance checking.
agl@chromium.org
2012-02-08
2
-22
/
+6
*
Fix a compilation issue in cookie_store_unittest.h
droger@chromium.org
2012-02-08
1
-1
/
+3
*
net: Fix a memory leak in upload_data_stream_unittest.cc
satorux@chromium.org
2012-02-08
1
-2
/
+5
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
9
-196
/
+205
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
25
-28
/
+901
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
3
-4
/
+7
*
Added net logging to DownloadItem.
ahendrickson@chromium.org
2012-02-08
1
-0
/
+104
*
Remove hand-rolled cases of protobufs generations/compilation
kushi.p@gmail.com
2012-02-08
1
-2
/
+5
*
We make the server return error during the sync setup(configuration) and we m...
lipalani@chromium.org
2012-02-08
1
-3
/
+39
*
Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...
jchaffraix@chromium.org
2012-02-07
3
-10
/
+192
*
SPDY - Adjust the send window size of all streams (new and current)
rtenneti@chromium.org
2012-02-07
4
-2
/
+45
*
[net/dns] Suffix search list for DnsConfigService and related features.
szym@chromium.org
2012-02-07
10
-242
/
+809
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-07
3
-192
/
+10
*
Unittest for CookieStore::DeleteAllCreatedBetweenAsync().
droger@chromium.org
2012-02-07
1
-2
/
+53
*
Fix ref leak in WebSocketServerSocketImpl introduced in r115422.
rnk@chromium.org
2012-02-07
1
-2
/
+2
*
Use test root cert once we can not find root cert in system cert store on And...
jnd@chromium.org
2012-02-07
1
-66
/
+75
*
net: Introduce SeekableIOBuffer and clean up HttpStreamParser.
satorux@chromium.org
2012-02-07
3
-19
/
+144
*
Fixes for review comments following r120599.
mark@chromium.org
2012-02-06
1
-2
/
+2
*
Linux: fix bug 75508, a crash when receiving notifications of proxy settings ...
mdm@chromium.org
2012-02-06
1
-30
/
+35
*
Always check the dictionary returned by SecTrustCopyExtendedResult for
mark@chromium.org
2012-02-06
1
-11
/
+26
*
SPDY - FlowControl - changed the logging messages to:
rtenneti@google.com
2012-02-06
3
-28
/
+25
*
Added net logging to BaseFile.
ahendrickson@chromium.org
2012-02-05
2
-5
/
+49
*
Fix calls in base and net unit tests to use TimeDelta.
tedvessenes@gmail.com
2012-02-04
3
-12
/
+15
*
mark SOCKS4_HTTP_GET and SOCKS4_SSL_GET as flaky on mac.
thakis@chromium.org
2012-02-04
1
-2
/
+14
*
Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c...
mdm@chromium.org
2012-02-03
1
-5
/
+5
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
20
-940
/
+163
*
Move CookieStore unittests to a separate file.
droger@google.com
2012-02-03
6
-1122
/
+1234
*
Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...
mkwst@chromium.org
2012-02-03
3
-3
/
+6
*
Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-03
3
-6
/
+3
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-03
3
-3
/
+6
*
net: Remove CRLFs introduced in crrev.com/120226.
satorux@chromium.org
2012-02-03
1
-3
/
+3
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
16
-106
/
+430
*
net: Replace UploadDataStream::Create() with Init().
satorux@chromium.org
2012-02-02
7
-51
/
+62
*
Revert 120174 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-02
2
-5
/
+5
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-02
2
-5
/
+5
*
net: Explicitly close a file stream in UploadDataStream.
satorux@chromium.org
2012-02-02
1
-1
/
+6
[next]