| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 2 | -31/+27 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -2/+2 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -2/+2 |
* | Missed a file as part of checkin for r48186 | mbelshe@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-21 | 4 | -51/+48 |
* | Always fallback to the next address when doing TCP connect (winsock impl). | eroman@chromium.org | 2010-05-21 | 2 | -56/+100 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 3 | -1/+22 |
* | Remove the TRACE_EVENT for network states. This is no longer needed, since mo... | eroman@chromium.org | 2010-05-21 | 2 | -25/+0 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 12 | -58/+156 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-20 | 3 | -27/+84 |
* | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 9 | -19/+82 |
* | Make TCPClientSocket* inherit from NonThreadSafe. | willchan@chromium.org | 2010-05-19 | 4 | -2/+30 |
* | Always fallback to the next address when doing TCP connect (libevent impl). | eroman@chromium.org | 2010-05-19 | 2 | -99/+117 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -0/+3 |
* | Prevent crash in test case where tests could overflow the index to the list of | mbelshe@chromium.org | 2010-05-19 | 1 | -6/+12 |
* | Revert r47583 for causing reliability bot crashes. | willchan@chromium.org | 2010-05-19 | 4 | -172/+45 |
* | Reland my close on idle socket change. | willchan@chromium.org | 2010-05-18 | 4 | -45/+172 |
* | Trigger SSL fallback based on Bad MAC alert. | agl@chromium.org | 2010-05-18 | 1 | -0/+2 |
* | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 9 | -82/+19 |
* | Log the OS error that getaddrinfo() failed with. | eroman@chromium.org | 2010-05-16 | 1 | -1/+1 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Reland 46757. | willchan@chromium.org | 2010-05-10 | 4 | -26/+131 |
* | Pass nulls through test sockets. | gavinp@chromium.org | 2010-05-10 | 2 | -3/+8 |
* | Revert 46757 - Fix IO thread hang on releasing a socket. | sky@chromium.org | 2010-05-08 | 4 | -104/+26 |
* | On Windows, do not use the COMODO EV SGC CA certificate | wtc@chromium.org | 2010-05-08 | 1 | -2/+54 |
* | Fix IO thread hang on releasing a socket. | willchan@chromium.org | 2010-05-07 | 4 | -26/+104 |
* | Add DCHECK to detect misuse of HISTOGRAM interface. | jar@chromium.org | 2010-05-07 | 1 | -8/+16 |
* | Get tests working for Alternate-Protocol and proxies. | willchan@chromium.org | 2010-05-05 | 2 | -8/+19 |
* | Fix some uses of scoped_ptr.release() in net/ such that the return value is n... | estade@chromium.org | 2010-05-04 | 3 | -20/+14 |
* | Move OrderedSocketData to SocketTestUtil so it can be used elsewhere. | willchan@chromium.org | 2010-05-04 | 2 | -0/+227 |
* | Enable the regression test for issue 42538 for Windows. | wtc@chromium.org | 2010-05-03 | 2 | -2/+6 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 1 | -1/+8 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 1 | -8/+1 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 1 | -1/+8 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 3 | -3/+64 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -8/+1 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -1/+8 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 4 | -12/+30 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 9 | -64/+91 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 9 | -106/+115 |
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 6 | -75/+56 |
* | Fix case where backup socket jobs ignored the socket limits. | mbelshe@chromium.org | 2010-04-27 | 1 | -3/+9 |
* | SPDY: Fix Alternate-Protocol. | willchan@chromium.org | 2010-04-26 | 2 | -7/+103 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 31 | -282/+327 |
* | Unlike a real TCPClientSocket, the MockTCPClientSocket was still calling | mbelshe@chromium.org | 2010-04-22 | 2 | -0/+6 |
* | Throttle writes rather than just taking it all at once. Fixes crashing as wel... | avi@chromium.org | 2010-04-22 | 1 | -2/+15 |
* | SSL fixes for sites with buggy DEFLATE support. | agl@chromium.org | 2010-04-20 | 1 | -0/+2 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 9 | -19/+79 |
* | SPDY: Change Chrome code to support new NPN protocols. | willchan@chromium.org | 2010-04-19 | 1 | -4/+4 |