| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -29/+44 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -1/+1 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -21/+31 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -1/+1 |
* | Fix FindTopStalledGroup() to catch groups correctly. | willchan@chromium.org | 2010-04-16 | 1 | -0/+27 |
* | Revert r44150 and r43882. | willchan@chromium.org | 2010-04-13 | 1 | -99/+16 |
* | Fix crash when we delete the group we're requesting a socket for. | willchan@chromium.org | 2010-04-09 | 1 | -0/+35 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -2/+2 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -1/+1 |
* | Fix ClientSocketPool to count idle sockets toward socket limit. | willchan@chromium.org | 2010-04-07 | 1 | -16/+64 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -63/+57 |
* | Disable backup connect jobs for all pools except TCPClientSocketPool | vandebo@chromium.org | 2010-03-20 | 1 | -12/+4 |
* | Try to fix some regressions after landing 41689. | eroman@chromium.org | 2010-03-16 | 1 | -11/+4 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -80/+77 |
* | When connect takes too long for a new socket group, issue a single | mbelshe@chromium.org | 2010-03-14 | 1 | -7/+21 |
* | Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket. | willchan@chromium.org | 2010-03-02 | 1 | -0/+53 |
* | Delete an unused test fixture. | willchan@chromium.org | 2010-03-02 | 1 | -7/+0 |
* | Make a proper TCPSocketParams | vandebo@chromium.org | 2010-02-27 | 1 | -5/+6 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -2/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -1/+2 |
* | Fix ClientSocketPoolBaseHelper to maintain order properly. | willchan@chromium.org | 2010-02-08 | 1 | -35/+54 |
* | Socket late binding bugfix. | willchan@chromium.org | 2010-02-03 | 1 | -0/+41 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -61/+61 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 1 | -517/+22 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -3/+1 |
* | Revert 36230 - Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -22/+517 |
* | Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -517/+22 |
* | Slightly tweak socket late binding behavior to make it more deterministic whi... | willchan@chromium.org | 2010-01-13 | 1 | -7/+15 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 1 | -1/+1 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -12/+12 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -63/+67 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -11/+11 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+2 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -2/+2 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 1 | -11/+58 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -6/+3 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 1 | -28/+11 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 1 | -11/+28 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 1 | -1/+3 |
* | Make GetLoadState virtual in ConnectJob(). | willchan@chromium.org | 2009-09-01 | 1 | -2/+8 |
* | Control the amount of time to leave an unused socket idle before closing it. | willchan@chromium.org | 2009-08-29 | 1 | -1/+61 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -3/+3 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -3/+3 |
* | Add instrumentation to ClientSocketPool, that writes to LoadLog. | eroman@chromium.org | 2009-08-20 | 1 | -19/+153 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 1 | -89/+102 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 1 | -93/+104 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -34/+32 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -64/+64 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -52/+65 |
* | Make sure the socket is deleted when ConnectJob times out. | willchan@chromium.org | 2009-08-06 | 1 | -1/+46 |