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
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
10
-32
/
+43
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
6
-123
/
+53
*
Turn off CRL checking for CAs that have multiple keys to work around
wtc@chromium.org
2010-09-25
1
-0
/
+25
*
Even more status reporting for SSPI functions.
cbentzel@chromium.org
2010-09-25
1
-71
/
+89
*
Update ClientSocket::GetPeerAddress() to specify the
rch@chromium.org
2010-09-25
3
-3
/
+4
*
Clarify the semantics of Socket::Read() and Socket::Write(),
rch@chromium.org
2010-09-25
2
-14
/
+18
*
Fix include order to fix linux perf bot.
tfarina@chromium.org
2010-09-25
1
-2
/
+2
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
56
-285
/
+361
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
12
-8
/
+20
*
Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...
eroman@chromium.org
2010-09-24
3
-18
/
+53
*
Disk cache: Small adjustment so that we continue with
rvargas@google.com
2010-09-23
1
-2
/
+4
*
Take out additional dependency from http_util as a short-term fix to get the ...
jam@chromium.org
2010-09-23
3
-15
/
+5
*
Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.
willchan@chromium.org
2010-09-23
4
-10
/
+74
*
Implement changes_remaining GetUpdates response; this will reduce
nick@chromium.org
2010-09-22
3
-43
/
+82
*
net: refactor SSLNonSensitiveHostInfo
agl@chromium.org
2010-09-22
3
-117
/
+122
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
32
-92
/
+203
*
Wait on a pipe for the test server to start up
davidben@chromium.org
2010-09-22
8
-262
/
+90
*
Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...
phajdan.jr@chromium.org
2010-09-22
9
-121
/
+139
*
GTTF: Make net_unittests run successfully with parallel test launcher
phajdan.jr@chromium.org
2010-09-22
9
-139
/
+121
*
net: Fix incorrect style used in some enumerations.
tfarina@chromium.org
2010-09-22
9
-73
/
+73
*
Add log messages to the places where we set the ERR_UNEXPECTED
wtc@chromium.org
2010-09-22
3
-14
/
+24
*
HostResolver should flush the JobPools on a network change.
willchan@chromium.org
2010-09-21
4
-5
/
+55
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
14
-207
/
+50
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
2
-49
/
+0
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
10
-103
/
+590
*
Revert "net: add test for False Start corking."
agl@chromium.org
2010-09-21
2
-56
/
+6
*
net: add test for False Start corking.
agl@chromium.org
2010-09-21
2
-6
/
+56
*
Made passive the comments on the delete functions.
rdsmith@google.com
2010-09-21
1
-5
/
+5
*
Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...
willchan@chromium.org
2010-09-21
4
-187
/
+93
*
Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTO
rsleevi@chromium.org
2010-09-21
2
-50
/
+62
*
Reland r59511: Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-20
4
-93
/
+187
*
NSS: Snap Start NPN support and other fixes.
agl@chromium.org
2010-09-20
4
-16
/
+108
*
Disk cache: Fix the include order.
rvargas@google.com
2010-09-20
1
-1
/
+1
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
10
-582
/
+103
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
10
-103
/
+582
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
12
-65
/
+99
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
4
-14
/
+126
*
Annotate test-only race in DiskCacheBackendTest.NewEvictionTrimInvalidEntry
timurrrr@chromium.org
2010-09-17
1
-0
/
+8
*
Flush all nested pools.
willchan@chromium.org
2010-09-16
3
-0
/
+11
*
Disk cache: Start an experiment to measure the impact of
rvargas@google.com
2010-09-16
2
-6
/
+39
*
Re checkin 59671.
lzheng@chromium.org
2010-09-16
8
-35
/
+129
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
15
-54
/
+356
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
8
-8
/
+21
*
Show "DNS" as the authority for DNSSEC validated certficiates.
agl@chromium.org
2010-09-16
3
-1
/
+10
*
Revert 59671 - Refactor test_server so some python related functions could be...
lzheng@chromium.org
2010-09-16
8
-129
/
+35
*
Refactor test_server so some python related functions could be shared by othe...
lzheng@chromium.org
2010-09-16
8
-35
/
+129
*
Don't evict username/password when handling "stale" digest authentication cha...
cbentzel@chromium.org
2010-09-16
7
-11
/
+113
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
2
-3
/
+5
*
Change forward declaration of HttpRequestInfo from class to struct to
rch@chromium.org
2010-09-15
1
-1
/
+1
*
Move two methods in spdy_http_stream.cc from an anonymous namespace
rch@chromium.org
2010-09-15
4
-136
/
+176
[next]