| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests | rch@chromium.org | 2012-02-04 | 1 | -28/+1 |
* | [Coverity] Change pass-by-value to pass-by-ref | groby@chromium.org | 2012-01-31 | 1 | -1/+1 |
* | Allow chrome to handle 407 auth challenges to CONNECT requests | rch@chromium.org | 2012-01-25 | 1 | -1/+28 |
* | Revert r113405, since it appears to be causing a crash and a hang. Also rever... | eroman@chromium.org | 2012-01-24 | 1 | -13/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -5/+5 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -0/+3 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -1/+2 |
* | Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl... | rtenneti@google.com | 2011-12-07 | 1 | -1/+11 |
* | Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ... | rtenneti@chromium.org | 2011-12-07 | 1 | -11/+1 |
* | Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh... | rtenneti@chromium.org | 2011-12-06 | 1 | -1/+11 |
* | Revert 112130 - Close idle connections / SPDY sessions when needed. | sail@chromium.org | 2011-11-30 | 1 | -11/+1 |
* | Close idle connections / SPDY sessions when needed. | willchan@chromium.org | 2011-11-30 | 1 | -1/+11 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -21/+26 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -3/+4 |
* | net: Add NET_API to a few more files. | rvargas@google.com | 2011-05-21 | 1 | -2/+4 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -24/+25 |
* | Add ignore limits flag and use for sync request | kristianm@google.com | 2011-03-30 | 1 | -0/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -6/+0 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -0/+6 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 1 | -6/+0 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -9/+9 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -1/+2 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -9/+3 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -0/+5 |
* | Integrate the SpdyProxyClientSocket into the HttpStreamRequest | rch@chromium.org | 2010-10-13 | 1 | -0/+21 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -0/+5 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -4/+4 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -17/+16 |
* | net: Fix incorrect style used in some enumerations. | tfarina@chromium.org | 2010-09-22 | 1 | -7/+7 |
* | Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>... | willchan@chromium.org | 2010-09-17 | 1 | -5/+9 |
* | Add missing nested socket pools to socket pool info page. Each socket pool s... | mmenke@chromium.org | 2010-09-08 | 1 | -4/+5 |
* | Add support for speaking SPDY to an HTTPS proxy. | rch@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Sockets page on net-internals now displays some information about the current... | mmenke@chromium.org | 2010-08-30 | 1 | -0/+5 |
* | Attempting to re-land CL 3110006 which turned out to have | rch@chromium.org | 2010-08-25 | 1 | -10/+30 |
* | Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to | dhollowa@chromium.org | 2010-08-25 | 1 | -30/+10 |
* | Add support for speaking SSL to an HTTP Proxy, to | rch@chromium.org | 2010-08-25 | 1 | -10/+30 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+0 |
* | Send user agent with CONNECT requests. | vandebo@chromium.org | 2010-08-18 | 1 | -1/+5 |
* | Remove a bunch of extra includes. | vandebo@chromium.org | 2010-08-11 | 1 | -3/+3 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -4/+5 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -5/+4 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -4/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -1/+4 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -13/+13 |