| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -309/+0 |
* | Add ignore limits flag and use for sync request | kristianm@google.com | 2011-03-30 | 1 | -3/+4 |
* | Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-15 | 1 | -8/+0 |
* | Revert 78034 - Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 1 | -0/+8 |
* | Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 1 | -8/+0 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -6/+6 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+31 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -0/+20 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -0/+1 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -1/+1 |
* | net: Fix incorrect style used in some enumerations. | tfarina@chromium.org | 2010-09-22 | 1 | -15/+15 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -5/+3 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -1/+1 |
* | A/B experiment for re-establishing TCP connections. | ziadh@chromium.org | 2010-08-25 | 1 | -1/+1 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -6/+23 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -3/+1 |
* | A/B test for determining a value for unused socket timeout. Currently the | ziadh@chromium.org | 2010-06-21 | 1 | -1/+2 |
* | Reland my close on idle socket change (r43882+r44150). | willchan@chromium.org | 2010-06-10 | 1 | -1/+1 |
* | Revert "Revert an idle sockets change to trigger reliability bot. Will rever... | willchan@chromium.org | 2010-06-08 | 1 | -1/+1 |
* | Revert an idle sockets change to trigger reliability bot. Will revert again ... | willchan@chromium.org | 2010-06-08 | 1 | -1/+1 |
* | Do not attempt to reuse active sockets after a socket pool flush (usually a n... | willchan@chromium.org | 2010-06-07 | 1 | -2/+7 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -8/+10 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 1 | -2/+2 |
* | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 1 | -2/+4 |
* | Revert r47583 for causing reliability bot crashes. | willchan@chromium.org | 2010-05-19 | 1 | -1/+1 |
* | Reland my close on idle socket change. | willchan@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 1 | -4/+2 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -5/+6 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -3/+7 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -2/+3 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -2/+4 |
* | Revert r44150 and r43882. | willchan@chromium.org | 2010-04-13 | 1 | -1/+1 |
* | Fix crash when we delete the group we're requesting a socket for. | willchan@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -4/+2 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -5/+10 |
* | Disable backup connect jobs for all pools except TCPClientSocketPool | vandebo@chromium.org | 2010-03-20 | 1 | -1/+3 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -15/+13 |
* | Make a proper TCPSocketParams | vandebo@chromium.org | 2010-02-27 | 1 | -11/+12 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 1 | -3/+2 |
* | Add some extra request information to LoadLog: | eroman@chromium.org | 2010-01-21 | 1 | -0/+10 |
* | Revert 36230 - Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -2/+3 |
* | Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -3/+2 |
* | Fixup some connection time measurements. | mbelshe@google.com | 2009-12-28 | 1 | -3/+12 |