Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit total number of sockets in the system. | phajdan.jr@chromium.org | 2009-07-22 | 1 | -3/+74 |
* | Add support for late binding of sockets. | willchan@chromium.org | 2009-07-15 | 1 | -33/+121 |
* | Make ConnectJob::ReleaseSocket() return NULL on connection error. | willchan@chromium.org | 2009-07-02 | 1 | -0/+1 |
* | Fix leak on connection error. | willchan@chromium.org | 2009-07-02 | 1 | -2/+2 |
* | Refactor ConnectJob and TCPConnectJob. | willchan@chromium.org | 2009-07-01 | 1 | -69/+83 |
* | Refactor ClientSocketPoolBase to be testable without host resolution / tcp co... | willchan@chromium.org | 2009-06-30 | 1 | -35/+19 |
* | Reset internal ClientSocketHandle state on Init() synchronous error (failure ... | willchan@chromium.org | 2009-06-26 | 1 | -4/+1 |
* | Break out classes from tcp_client_socket_pool.h into their own files. | willchan@chromium.org | 2009-06-24 | 1 | -0/+384 |