summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Remove auth token generation timing histograms.cbentzel@chromium.org2011-01-072-29/+0
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-076-47/+124
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-076-124/+47
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-47/+124
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-124/+47
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-47/+124
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-015-10/+11
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+4
* Http cache: Remove a histogram.rvargas@google.com2010-12-282-46/+13
* Clobber the state of the next-protocol-negotiation when disabling spdy.mbelshe@chromium.org2010-12-211-0/+2
* Follow up to r69305agl@chromium.org2010-12-171-1/+1
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-1714-27/+389
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-1612-12/+62
* net: fix callbacks in DiskCacheBasedSSLHostInfoagl@chromium.org2010-12-152-28/+79
* Temporarily allow IO when loading shared GSSAPI librarycbentzel@chromium.org2010-12-141-0/+5
* Even more virtual method deinlining.erg@google.com2010-12-136-16/+30
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-139-12/+101
* Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...willchan@chromium.org2010-12-092-5/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-094-7/+25
* Disable SPDY by default as a test to see if heap corruption goes away.willchan@chromium.org2010-12-092-1/+5
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-095-79/+12
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-084-6/+6
* Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false rep...timurrrr@chromium.org2010-12-072-0/+2
* Change HttpProxyClientSocketPool so that when a new SpdyStream isrch@chromium.org2010-12-031-1/+2
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-033-15/+28
* HttpAuthHandlerDigest unit test cleanup.cbentzel@chromium.org2010-12-021-78/+79
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-3/+12
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-011-1/+6
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-013-52/+77
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-302-4/+8
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-302-8/+4
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-292-4/+8
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-2211-5/+40
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-2211-40/+5
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-2211-5/+40
* Remember if a user declines to provide a server with a client certificatersleevi@chromium.org2010-11-221-21/+32
* Added more digest auth unit tests.cbentzel@chromium.org2010-11-191-0/+161
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-1811-40/+5
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-1811-5/+40
* Http cache: Remove code used to track a crash.rvargas@google.com2010-11-171-8/+0
* Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.cbentzel@chromium.org2010-11-175-23/+94
* Improve unit test coverage of HttpAuthHandlerDigest parsing.cbentzel@chromium.org2010-11-153-31/+195
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-153-8/+12
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-127-26/+39
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-1211-110/+129
* Add a new test to HttpNetworkTransaction that testsrch@chromium.org2010-11-121-0/+107
* We should use SSLInfo or related types for HTTPSwtc@chromium.org2010-11-111-8/+8
* net: restart on NPN misprediction and add tests for Snap Start errors.agl@chromium.org2010-11-113-1/+103