summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Remove bug 31096 checks (resolved).vandebo@chromium.org2010-03-301-3/+0
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-296-65/+500
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-0/+149
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-2915-104/+318
* Reducing the debug output spam.ahendrickson@google.com2010-03-251-2/+0
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-252-0/+8
* HttpAuthFilterWhitelist is now getting entries from the Windowsahendrickson@google.com2010-03-257-40/+640
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-4/+13
* 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