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 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
12
-1620
/
+35
*
Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...
willchan@chromium.org
2010-09-28
4
-187
/
+93
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
12
-35
/
+1620
*
Reland r59972: Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-28
4
-93
/
+187
*
Change the default SOCKS version used by gnome settings (and environment vari...
eroman@chromium.org
2010-09-28
2
-16
/
+20
*
Clean up socket backup job when there are no requests.
willchan@chromium.org
2010-09-27
3
-16
/
+39
*
Change the meaning of the command-line flag --proxy-server="socks://foo" to i...
eroman@chromium.org
2010-09-27
4
-9
/
+14
*
Disk cache: Add a little more tracing for the stress test
rvargas@google.com
2010-09-27
1
-0
/
+3
*
Remove commented out expression in http_network_transaction_unittest.cc
rch@chromium.org
2010-09-27
1
-2
/
+2
*
GTTF: Use different port number for all types of TestServer.
phajdan.jr@chromium.org
2010-09-27
1
-2
/
+6
*
Skip CNAME lookup if resolver_ is NULL in the Negotiate handler.
cbentzel@chromium.org
2010-09-27
1
-1
/
+1
*
Immediately reject empty cookie headers.
jochen@chromium.org
2010-09-27
3
-6
/
+30
*
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
[next]