summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Add the apps datatype to the python sync server.rsimha@chromium.org2010-08-251-1/+6
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-252-8/+4
* Keep push streams open until they are claimed. The previous change I didmbelshe@chromium.org2010-08-251-8/+14
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-2523-82/+265
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-2513-105/+740
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-253-4/+54
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-2510-61/+138
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-2516-38/+80
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-253-0/+210
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-2513-738/+104
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-2513-104/+738
* NSS: Add Snap Start supportagl@chromium.org2010-08-2510-15/+1299
* Don't run URLRequestTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-08-251-0/+3
* Remove dead log entries for SPDY_TRANSACTION_*mbelshe@chromium.org2010-08-251-16/+0
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-2510-22/+109
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-258-6/+326
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-256-36/+44
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-255-25/+50
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-257-22/+77
* Remove two CHECKs that were added to help track down the crashwtc@chromium.org2010-08-242-7/+2
* When asserting that an event object is not signaled,wtc@chromium.org2010-08-241-6/+19
* Fail rather than crash if username+password are unspecified for NTLM on Linux...cbentzel@chromium.org2010-08-241-0/+5
* Http cache: Make sure that the memory used to receive thervargas@google.com2010-08-243-11/+22
* Heapcheck: Don't run net_unittests that simulate crashes.rvargas@google.com2010-08-241-0/+14
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-242-1/+16
* Actually allow recursive=true to be set in net::DirectoryListerjohnnyg@chromium.org2010-08-241-1/+1
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-2418-99/+370
* Revert 57100 - Only create the backup ConnectJob when it is needed.thestig@chromium.org2010-08-232-215/+188
* Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-232-188/+215
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-2311-543/+1079
* --auth-schemes specifies which authentication schemes are supported on the co...cbentzel@chromium.org2010-08-232-0/+71
* Address post-review comments on r56727.agl@chromium.org2010-08-232-13/+14
* Missed a file from last checkin. histograms_recorded member variable ismbelshe@chromium.org2010-08-231-1/+0
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-235-137/+271
* Add option to simulate alternate protocol always being present.mbelshe@chromium.org2010-08-224-3/+84
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-221-2/+2
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-215-60/+151
* Change EXPECT_ to ASSERT_ for X.509 tests where it will crash if the check failsrsleevi@chromium.org2010-08-211-9/+9
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-2124-56/+7
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-213-6/+74
* Improve support for requesting client certs in tlslitersleevi@chromium.org2010-08-211-4/+21
* Add a feature to the HostResolverRules to be able to match rules onlymbelshe@chromium.org2010-08-212-2/+42
* HTTP cache: Move DeleteCacheCompletionCallback to the anonymous namespacervargas@google.com2010-08-211-14/+14
* Http cache: It turns out that the cache destructorrvargas@google.com2010-08-212-17/+90
* x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertListmattm@chromium.org2010-08-211-32/+0
* NSS cert database cleanupsmattm@chromium.org2010-08-202-50/+48
* Move nsNSSCertTrust from chrome/third_party to net/third_party.mattm@chromium.org2010-08-203-0/+499
* Give keys friendly names in NSS and OS Xdavidben@chromium.org2010-08-196-10/+65
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+2
* GTTF: Remove TryKillingOldServer from testserver.py, it's broken.phajdan.jr@chromium.org2010-08-191-14/+0