summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-1/+15
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-0/+4
* Remove now unused states (cleanup).vandebo@chromium.org2010-07-161-5/+0
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-4/+0
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-10/+3
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-15/+14
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-5/+0
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-0/+3
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-0/+3
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-1/+1
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-74/+6
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-6/+74
* Create HttpAuthController.vandebo@chromium.org2010-06-231-74/+6
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-1/+1
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-1/+1
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-12/+28
* Refactor SpdyStream.ukai@chromium.org2010-06-141-2/+2
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-131-2/+2
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-0/+2
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-1/+1
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-251-8/+12
* Add --host-rules support.willchan@chromium.org2010-05-121-0/+2
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-051-0/+4
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-3/+3
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-281-8/+0
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-261-0/+6
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-5/+0
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-04-151-0/+3
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-0/+4
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-2/+4
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-0/+9
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-4/+2
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-2/+4
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-4/+2
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-2/+4
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-6/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+4
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-101-3/+6
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-091-0/+9
* Don't ignore certificate errors with SPDY.mbelshe@chromium.org2010-03-031-0/+6
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+1
* Rename use_spdy_ to using_spdy_ and test it in more places:wtc@chromium.org2010-02-221-3/+2
* Fix a SPDY regression introduced in r39037. When we ignore certificatewtc@chromium.org2010-02-191-0/+4
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-2/+2
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-211-2/+21
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-0/+1
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-0/+1
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-108/+18