| Commit message (Expand) | Author | Age | Files | Lines |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -4/+6 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -1/+2 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -1/+1 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -1/+1 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -1/+1 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 1 | -1/+2 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -8/+8 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+3 |
* | net: move SSL host info serialisation into SSLHostInfo | agl@chromium.org | 2010-10-20 | 1 | -0/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+3 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -3/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+3 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -2/+2 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -100/+106 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -0/+3 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+9 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -2/+4 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -1/+1 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -48/+42 |
* | Attempt to fix flakey test. | mbelshe@chromium.org | 2010-07-11 | 1 | -3/+8 |
* | Disable BackupSocketConnect unittest. | cbentzel@chromium.org | 2010-07-07 | 1 | -1/+2 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -11/+5 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -1/+3 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 1 | -2/+5 |
* | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 1 | -2/+33 |
* | Prevent crash in test case where tests could overflow the index to the list of | mbelshe@chromium.org | 2010-05-19 | 1 | -6/+12 |
* | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 1 | -33/+2 |
* | Reland 46757. | willchan@chromium.org | 2010-05-10 | 1 | -0/+7 |
* | Revert 46757 - Fix IO thread hang on releasing a socket. | sky@chromium.org | 2010-05-08 | 1 | -7/+0 |
* | Fix IO thread hang on releasing a socket. | willchan@chromium.org | 2010-05-07 | 1 | -0/+7 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 1 | -2/+3 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -16/+24 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -4/+19 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -1/+30 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -30/+1 |
* | Fix to bug 39063. | mbelshe@chromium.org | 2010-03-24 | 1 | -0/+92 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -23/+16 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+3 |
* | When connect takes too long for a new socket group, issue a single | mbelshe@chromium.org | 2010-03-14 | 1 | -7/+138 |
* | Make a proper TCPSocketParams | vandebo@chromium.org | 2010-02-27 | 1 | -27/+26 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -3/+3 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -4/+3 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 1 | -0/+8 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -0/+9 |
* | Revert 36230 - Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -8/+0 |
* | Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 1 | -0/+8 |