summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-53/+53
* Unescape username/passwords obtained from URLs before using them for HTTP auth.ericroman@google.com2009-08-141-2/+74
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-49/+51
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-3/+3
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-12/+13
* SOCKS v5 implementationarindam@chromium.org2009-07-151-4/+128
* Reverting 20626.arindam@chromium.org2009-07-141-128/+4
* SOCKS v5 implementationarindam@chromium.org2009-07-141-4/+128
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-7/+8
* Reverting 19425.ericroman@google.com2009-06-261-8/+7
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-7/+8
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-261-0/+110
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+109
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-3/+3
* Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...willchan@chromium.org2009-06-171-6/+6
* Re-land another subset of r18520.ericroman@google.com2009-06-171-0/+5
* Revert 18520.ericroman@google.com2009-06-171-5/+0
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-0/+5
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-161-0/+52
* Add a regression test for 14056. This verifies that HttpNetworkTransaction se...ericroman@google.com2009-06-151-0/+73
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-145/+54
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+3
* Simplify a proxy test.willchan@chromium.org2009-06-101-20/+2
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-061-0/+44
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-051-10/+17
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-041-63/+114
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-041-114/+63