summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-101-150/+3
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+1
* Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...jchaffraix@chromium.org2012-02-071-3/+150
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-071-150/+3
* mark SOCKS4_HTTP_GET and SOCKS4_SSL_GET as flaky on mac.thakis@chromium.org2012-02-041-2/+14
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-031-565/+10
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-271-47/+47
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-10/+565
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-180/+0
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-33/+33
* Fix a bug where an alternate protocol request to an unsafe portmmenke@chromium.org2012-01-191-1/+55
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-332/+356
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+23
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-1/+1
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-1/+1
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-1/+1
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-6/+7
* Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-12-141-409/+13
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-1/+1
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-2/+3
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-8/+10
* Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...cbentzel@chromium.org2011-12-081-1/+1
* Resend requests when we learn a connection has closed whilemmenke@chromium.org2011-12-071-8/+38
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-0/+178
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-178/+0
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-0/+178
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-178/+0
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-0/+178
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-13/+409
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-409/+13
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-13/+409
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-409/+13
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-13/+409
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-21/+36
* Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...cbentzel@chromium.org2011-11-171-1/+1
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-20/+23
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-2/+2
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-87/+0
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-1/+2
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+11
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-2/+1
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-1/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-36/+39
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-4/+59
* net: rework the NPN patch.agl@chromium.org2011-10-181-26/+51
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-36/+41
* Return an error when multiple Location or Content-Dispositionmmenke@chromium.org2011-10-041-0/+110
* Support selection of SPDY on port other than 443jar@chromium.org2011-10-041-15/+216
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-150/+150