summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-052-23/+24
* Added unit tests for URLSecurityManager.ahendrickson@chromium.org2010-05-051-0/+88
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-053-4/+65
* Add ssl into the key for ClientSocketPools.willchan@chromium.org2010-05-042-8/+11
* Auto-format style pass over files.cbentzel@chromium.org2010-05-0425-199/+210
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-302-27/+188
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-292-29/+26
* Fix HttpAlternateProtocols unit test.cbentzel@chromium.org2010-04-291-1/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-292-2/+25
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-295-154/+347
* Compile fix.eroman@chromium.org2010-04-281-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-284-105/+105
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-283-30/+31
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-282-2/+102
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-282-28/+8
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-263-29/+258
* Increase the global TCP socket limit. It's too low.willchan@chromium.org2010-04-261-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-1/+1
* SPDY: Don't embed a NUL in SetNextProtos(). This makes NPN work again.willchan@chromium.org2010-04-211-1/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-2024-276/+362
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-202-4/+139
* This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and ...cbentzel@chromium.org2010-04-203-157/+207
* Fix crash on IP address change.willchan@chromium.org2010-04-197-145/+52
* SPDY: Change Chrome code to support new NPN protocols.willchan@chromium.org2010-04-192-3/+10
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-194-19/+19
* Added NetLog statements for Canonical name lookup.cbentzel@chromium.org2010-04-191-0/+4
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-1617-143/+138
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-04-156-20/+36
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-1414-31/+453
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-091-0/+10
* Revert 44092 - Add support for the SPDY session frame.jar@chromium.org2010-04-091-10/+0
* Add support for the SPDY session frame.mbelshe@chromium.org2010-04-091-0/+10
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-087-52/+145
* Added command-line whitelist data to UrlSecurityManager. These are used by a...ahendrickson@chromium.org2010-04-028-545/+54
* With SPDY, when a proxy is set via automatic settings, we had a crash.mbelshe@chromium.org2010-04-021-0/+2
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-314-369/+0
* Gracefully recover from malformed auth challenge.jochen@chromium.org2010-03-312-5/+84
* Remove packet split experiment, and add coalescing histogramjar@chromium.org2010-03-311-22/+28
* 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