summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-9/+3
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-5/+4
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-10/+10
* On multi-round authentication schemes, the info_ field in the HttpAuthControl...cbentzel@chromium.org2010-07-151-0/+104
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-24/+88
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-1/+2
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-3/+12
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-5/+9
* Remove more hex frames from the SPDY unit tests.mlloyd@chromium.org2010-07-011-10/+10
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-75/+3
* More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...mlloyd@chromium.org2010-06-301-6/+6
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-281-20/+14
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-7/+11
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-0/+4
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-10/+8
* 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-0/+54
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-0/+49
* Refactor: Rename MockAuthHandler and move to a separate file.cbentzel@chromium.org2010-06-211-165/+14
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-34/+466
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-2/+2
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-33/+35
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-071-2/+2
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-17/+21
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-4/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-2/+2
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-1/+74
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-2/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-3/+8
* Digest Authentication: Test that "nc" is incremented for same "nonce".cbentzel@chromium.org2010-05-181-0/+136
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-8/+3
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-3/+2
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-111-4/+18
* Add the response headers to net-internals.willchan@chromium.org2010-05-111-2/+14
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-101-1/+8
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-051-22/+23
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-051-0/+40
* Add ssl into the key for ClientSocketPools.willchan@chromium.org2010-05-041-8/+8
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-10/+12
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-301-0/+140
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-291-12/+10
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-65/+179
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-74/+74
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-261-6/+225
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-4/+8
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-201-0/+108
* Fix crash on IP address change.willchan@chromium.org2010-04-191-3/+8