| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -3/+7 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -4/+4 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -2/+3 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -0/+13 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -13/+0 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -0/+13 |
* | Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET. | willchan@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Resend on IO errors on late bound sockets that were idle. | willchan@chromium.org | 2009-08-22 | 1 | -3/+3 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 1 | -2/+4 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 1 | -3/+8 |
* | Add histograms for tracking the unused/unused_idle/reused socket states from ... | willchan@chromium.org | 2009-08-17 | 1 | -0/+25 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -5/+27 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+3 |
* | Reset internal ClientSocketHandle state on Init() synchronous error (failure ... | willchan@chromium.org | 2009-06-26 | 1 | -0/+5 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+100 |