summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-041-28/+1
* [Coverity] Change pass-by-value to pass-by-refgroby@chromium.org2012-01-311-1/+1
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-1/+28
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-13/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-5/+5
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+3
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-1/+2
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-1/+11
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-11/+1
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-1/+11
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-11/+1
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-1/+11
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-21/+26
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-3/+4
* net: Add NET_API to a few more files.rvargas@google.com2011-05-211-2/+4
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-24/+25
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-6/+0
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-0/+6
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-6/+0
* More net/ reordering.erg@google.com2011-01-211-9/+9
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+2
* Even more virtual method deinlining.erg@google.com2010-12-131-9/+3
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-0/+5
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-0/+21
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-0/+5
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-4/+4
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-17/+16
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-7/+7
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-5/+9
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-4/+5
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-0/+1
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-301-0/+5
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-10/+30
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-30/+10
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-10/+30
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+0
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-1/+5
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-111-3/+3
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-4/+5
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-5/+4
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-4/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-1/+4
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-13/+13