summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-236-481/+65
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-236-65/+481
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-236-473/+65
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-236-65/+473
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-225-97/+90
* 2 experiments: DNS prefetch limit concurrency: TCP split a packetjar@chromium.org2010-03-201-3/+26
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-1613-138/+130
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-106-41/+122
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-097-1/+493
* Http cache: Reorder the files after the previous mess-up.rvargas@google.com2010-03-083-629/+630
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-083-17/+12
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-084-0/+6
* Add checks to track down bug 31096vandebo@chromium.org2010-03-081-0/+3
* More late binding cleanupvandebo@chromium.org2010-03-051-36/+0
* Fix a regression introduced in r40465.wtc@chromium.org2010-03-051-11/+18
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-031-12/+0
* Remove the remnants of the late binding experiment.vandebo@chromium.org2010-03-031-32/+0
* Don't ignore certificate errors with SPDY.mbelshe@chromium.org2010-03-032-19/+23
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-025-20/+283
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-5/+3
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-272-9/+1
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-21/+14
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-2610-9/+646
* Fix SpdySessionPool to take a host port pair instead of just the host.willchan@chromium.org2010-02-261-7/+8
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-257-47/+386
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-244-19/+48
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-1/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-238-0/+65
* Rename use_spdy_ to using_spdy_ and test it in more places:wtc@chromium.org2010-02-222-15/+16
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-2210-53/+130
* Back out the change to HttpNetworkTransaction::Read in thewtc@chromium.org2010-02-201-2/+1
* Make explicit the assumption that SpdySession::InitializeWithSocket takeswtc@chromium.org2010-02-201-1/+4
* Fix a SPDY regression introduced in r39037. When we ignore certificatewtc@chromium.org2010-02-192-11/+24
* Unit test for auth realms changing during requests.cbentzel@chromium.org2010-02-191-0/+142
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+4
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-1532-253/+718
* Fix LOAD_IGNORE_CERT_* on Macukai@chromium.org2010-02-151-21/+23
* More checks to try to find bug 27870.vandebo@google.com2010-02-122-1/+9
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-113-53/+54
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-113-28/+33
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-112-4/+22
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-1/+11
* Http cache: Make sure that we don't send notificationsrvargas@google.com2010-02-102-9/+44
* Include completion_callback.h instead of client_socket_handle.h.wtc@chromium.org2010-02-091-1/+1
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-092-86/+156
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-088-53/+53
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-065-10/+10
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-0519-180/+438
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-052-42/+3