summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_proxy_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-3/+4
* Merge SpdyProxyClientSocket unittests.ttuttle@chromium.org2013-05-161-0/+1440
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-1300/+0
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-271-2/+2
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-123/+123
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-2/+2
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-031-65/+13
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-13/+65
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-11/+18
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+2
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-2/+2
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-2/+2
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-2/+2
* Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-12-141-72/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-34/+49
* Fix crash bug in SpdyProxyClientSocket.GetPeerAddress whererch@chromium.org2011-12-031-7/+19
* Change SpdyProxyClientSocket::OnClose to not call the write callback if this ...rch@chromium.org2011-11-291-0/+95
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-2/+72
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-72/+2
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-2/+72
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-72/+2
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-2/+72
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-1/+1
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-1/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-2/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Fix the string constant to be exactly 10 characters.glider@chromium.org2011-09-071-1/+1
* Change HttpProxyClientSocket and SpdyProxyClient socket to lookrch@chromium.org2011-07-081-1/+1
* Fix crash bug with SpdyProxyClientSocket where IsConnectedAndIdlerch@chromium.org2011-05-161-0/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-5/+9
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-2/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-9/+8
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-8/+9
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-9/+8
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+1
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+7
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-3/+5
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-2/+0
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-2/+128
* Fix a bug in SpdyProxyClientSocket::PopulateUserBuffer, whererch@chromium.org2010-10-071-0/+34
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-051-75/+120
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-051-2/+4
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+955
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-281-894/+0
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-281-0/+894