summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-34/+39
* Remove now unused states (cleanup).vandebo@chromium.org2010-07-161-5/+0
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-18/+11
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-258/+180
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-4/+5
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-9/+12
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-85/+57
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-255/+83
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-121-0/+5
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-0/+2
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-35/+1
* Require renegotiation info from a whitelist of servers.agl@chromium.org2010-06-301-4/+6
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-2/+51
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-12/+27
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-9/+5
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-251-0/+0
* Don't close the socket in the HttpNetworkTransactionmlloyd@chromium.org2010-06-241-3/+13
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-11/+27
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-335/+52
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-2/+4
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-52/+335
* Create HttpAuthController.vandebo@chromium.org2010-06-231-335/+52
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-2/+2
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-27/+11
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-11/+27
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-54/+99
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+5
* Refactor SpdyStream.ukai@chromium.org2010-06-141-1/+1
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-131-6/+28
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-11/+9
* Experiment for number of persistent connections to serverziadh@chromium.org2010-06-071-0/+12
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-9/+8
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-4/+4
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-251-111/+186
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-4/+15
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-23/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-211-0/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-18/+24
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-3/+6
* Add the status line to the NetLogHttpResponseParameter.willchan@chromium.org2010-05-141-0/+1
* Fix --host-rules to work properly with proxies.willchan@chromium.org2010-05-131-7/+19
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-1/+2
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-23/+9
* Add --host-rules support.willchan@chromium.org2010-05-121-8/+21
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-4/+3
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-111-0/+1
* Add the response headers to net-internals.willchan@chromium.org2010-05-111-0/+40
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-101-0/+45
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-051-1/+1