summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* More net/ reordering.erg@google.com2011-01-214-52/+52
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-213-0/+21
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-207-147/+143
* Remove unnecessary const from HttpAuthCache to appease the clang gods.cbentzel@chromium.org2011-01-131-1/+1
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-1317-154/+209
* Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...rsleevi@chromium.org2011-01-132-5/+6
* Remove extraneous #include's from http_auth_controller.cccbentzel@chromium.org2011-01-121-2/+0
* net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...agl@chromium.org2011-01-112-0/+117
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-115-62/+260
* More reordering the methods in headers in net/.erg@chromium.org2011-01-116-94/+96
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-085-6/+59
* Start reordering the methods in headers in net/.erg@google.com2011-01-075-41/+45
* 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