summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-04-151-5/+11
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+197
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-8/+3
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-0/+39
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-0/+149
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-39/+0
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-0/+39
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-39/+0
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-0/+39
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-8/+26
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-12/+12
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-101-10/+66
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-091-0/+170
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-5/+29
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-1/+1
* Unit test for auth realms changing during requests.cbentzel@chromium.org2010-02-191-0/+142
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-1/+5
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-85/+154
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-4/+4
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-1/+1
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-051-10/+1
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-1/+57
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+2