summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a regression from r35549 that caused failure in evaluation of PAC script ...eroman@chromium.org2010-01-291-0/+4
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-071-0/+56
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-0/+2
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-1/+1
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-181-4/+21
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-3/+1
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+2
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-0/+11
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-121-6/+90
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-153/+153
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-041-3/+8
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-32/+224
* Reverting 29316.vandebo@chromium.org2009-10-161-224/+32
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-32/+224
* Increase the maximum headers size from 32Kb to 256Kb.eroman@chromium.org2009-10-061-2/+2
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-301-131/+50
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-5/+5
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-2/+2
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-65/+0
* [Second attempt of r25461]wtc@chromium.org2009-09-051-3/+121
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-5/+0
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-0/+5
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-1/+45
* Pulling new version of googleurl into the tree.cira@chromium.org2009-08-211-4/+2
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-4/+11
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-10/+9
* Reference count ProxyService.eroman@chromium.org2009-08-181-17/+12
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-7/+7