| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 23 | -0/+23 |
* | Remove some dead SPDY code. | agl@chromium.org | 2010-07-26 | 1 | -14/+1 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 3 | -26/+42 |
* | Obtain the cipher suite from the Mac Secure Transport and | wtc@chromium.org | 2010-07-23 | 2 | -1/+22 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 2 | -2/+2 |
* | Fix idle socket cleanup code path. | vandebo@chromium.org | 2010-07-22 | 2 | -1/+14 |
* | GTTF: Move net/socket/ssl_test_util to net/test/test_server | phajdan.jr@chromium.org | 2010-07-21 | 3 | -564/+1 |
* | Fix tsan failure in SpdyStreamTest. | ukai@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | Fix some network counters to work on linux/mac. | mbelshe@chromium.org | 2010-07-19 | 1 | -0/+9 |
* | net: add ciphersuite and compression to the SSL connection status. | agl@chromium.org | 2010-07-18 | 1 | -0/+9 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 4 | -5/+10 |
* | Fix crash in SSLClientSocketPool:GetLoadState | vandebo@chromium.org | 2010-07-17 | 2 | -1/+7 |
* | Fix crash bug in new SSLClientSocketPool. | vandebo@chromium.org | 2010-07-16 | 6 | -45/+47 |
* | Make Objective-C++ compiler happy with net/socket/ssl_test_util.h | suzhe@chromium.org | 2010-07-16 | 1 | -1/+1 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 14 | -125/+161 |
* | Fix bad merge in ClientSocketPoolBaseHelper. | vandebo@chromium.org | 2010-07-15 | 1 | -6/+0 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 27 | -85/+1858 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 11 | -291/+281 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 8 | -133/+243 |
* | Fix a race condition in the unit test. The MockPending jobs actually | mbelshe@chromium.org | 2010-07-12 | 1 | -1/+8 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 3 | -0/+25 |
* | Attempt to fix flakey test. | mbelshe@chromium.org | 2010-07-11 | 1 | -3/+8 |
* | Reland 51081: | mbelshe@chromium.org | 2010-07-11 | 4 | -307/+387 |
* | Fix a bug in backup socket cleanup where when we call RemoveConnectJob, | mbelshe@chromium.org | 2010-07-10 | 2 | -11/+56 |
* | Revert 51081 for causing crashes - | willchan@chromium.org | 2010-07-07 | 4 | -389/+309 |
* | Disable BackupSocketConnect unittest. | cbentzel@chromium.org | 2010-07-07 | 1 | -1/+2 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 2 | -2/+2 |
* | Require renegotiation info from a whitelist of servers. | agl@chromium.org | 2010-06-30 | 1 | -11/+18 |
* | We basically don't do late socket binding when a connect has already | mbelshe@chromium.org | 2010-06-29 | 4 | -309/+389 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 3 | -6/+9 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 13 | -63/+39 |
* | Clang: Do not ignore result of HANDLE_EINTR. | thakis@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | A/B test for determining a value for unused socket timeout. Currently the | ziadh@chromium.org | 2010-06-21 | 6 | -12/+44 |
* | Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky. | vandebo@chromium.org | 2010-06-17 | 1 | -10/+14 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+1 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -1/+2 |
* | In addition to the logging the IP address that a TCP connect is made to, also... | eroman@chromium.org | 2010-06-16 | 2 | -2/+2 |
* | TTF: Fix and enable disabled test: ClientSocketPoolBaseTest.LoadState | vandebo@chromium.org | 2010-06-16 | 1 | -4/+3 |
* | Improve error messages for bad SocketParams. | willchan@chromium.org | 2010-06-15 | 4 | -14/+31 |
* | Second attempt to land r49489. | wtc@chromium.org | 2010-06-11 | 4 | -5/+76 |
* | Revert 49489 - Use NSS for SSL by default on Mac OS X. | hayato@chromium.org | 2010-06-11 | 4 | -76/+5 |
* | Use NSS for SSL by default on Mac OS X. | wtc@chromium.org | 2010-06-11 | 4 | -5/+76 |
* | Reland my close on idle socket change (r43882+r44150). | willchan@chromium.org | 2010-06-10 | 4 | -44/+169 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 1 | -1/+2 |
* | Revert "Revert an idle sockets change to trigger reliability bot. Will rever... | willchan@chromium.org | 2010-06-08 | 4 | -172/+45 |
* | Revert an idle sockets change to trigger reliability bot. Will revert again ... | willchan@chromium.org | 2010-06-08 | 4 | -45/+172 |
* | Do not attempt to reuse active sockets after a socket pool flush (usually a n... | willchan@chromium.org | 2010-06-07 | 11 | -23/+103 |
* | Fix a regression on Windows introduced by r48650. | wtc@chromium.org | 2010-06-04 | 2 | -9/+34 |
* | Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo... | willchan@chromium.org | 2010-06-03 | 2 | -0/+38 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 15 | -133/+178 |