summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: expect MITM attacks with HTTP proxies and command line flag.agl@chromium.org2010-08-197-8/+44
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-192-0/+2
* Make sure we flush ssl pool when CloseCurrentConnections is called.lzheng@chromium.org2010-08-191-0/+1
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-196-33/+53
* Don't run some more HttpNetworkTransactionTest under ThreadSanitizertimurrrr@chromium.org2010-08-193-8/+6
* Don't run HttpNetworkTransactionTest.UseAlternateProtocolForNpnSpdyWithExisti...timurrrr@chromium.org2010-08-191-0/+4
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-1929-59/+16
* A WebKit layout test failed with the HttpNetworkTransaction refactoring.mbelshe@chromium.org2010-08-191-1/+6
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-1928-1150/+2227
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-194-12/+8
* Add a command-line flag to disable SSL/TLS False Startdavidben@chromium.org2010-08-186-2/+49
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-188-6/+61
* Don't resolve IP literals.vandebo@chromium.org2010-08-186-85/+139
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-2/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+2
* DnsRRResolver: hoist inner class and callback on MessageLoop.agl@chromium.org2010-08-183-125/+191
* Remove CRLF.cbentzel@chromium.org2010-08-181-1/+1
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-188-40/+530
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-1818-370/+96
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-1818-96/+370
* Syncing url_to_filename_encoder with internal version.mbelshe@chromium.org2010-08-1711-420/+510
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-1711-1006/+821
* Clean up the client certificate filtering code on Linuxdavidben@chromium.org2010-08-171-29/+26
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-172-1/+2
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-1713-856/+9
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-177-130/+91
* Don't resolve IP literals.vandebo@chromium.org2010-08-177-91/+130
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-1713-9/+856
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-178-76/+93
* Revert "DnsRRResolver: hoist inner class and callback on MessageLoop."agl@chromium.org2010-08-173-111/+49
* DnsRRResolver: hoist inner class and callback on MessageLoop.agl@chromium.org2010-08-173-49/+111
* More uninitialized class member vars.finnur@chromium.org2010-08-173-5/+8
* Watch the Internet Explorer registry keys so we can detect proxy settings cha...eroman@chromium.org2010-08-174-18/+191