| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 2 | -37/+11 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 2 | -11/+37 |
* | oldpath is wchar_t, so use arraysize, not sizeof. | mattm@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Don't use NSS databases for non-essential purposes, such as remembering | wtc@chromium.org | 2009-09-21 | 1 | -9/+12 |
* | Uncouple the cert verifier when disconnecting to avoid a callback after a SSL... | hawk@chromium.org | 2009-09-15 | 1 | -0/+2 |
* | Non-blocking connect() attempts may fail synchronously in some cases. When | mark@chromium.org | 2009-09-11 | 1 | -23/+49 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 18 | -10/+130 |
* | Revert 24211 - Implement a readsize throttle within the TCP socket. | laforge@chromium.org | 2009-09-04 | 1 | -42/+1 |
* | Enable SSL session resumption for Mac OS X. | hawk@chromium.org | 2009-09-03 | 5 | -37/+143 |
* | Make GetLoadState virtual in ConnectJob(). | willchan@chromium.org | 2009-09-01 | 5 | -13/+27 |
* | Control the amount of time to leave an unused socket idle before closing it. | willchan@chromium.org | 2009-08-29 | 4 | -13/+106 |
* | Don't trust server's PASV response that much in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-08-28 | 2 | -11/+21 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 3 | -10/+10 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 3 | -10/+10 |
* | Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer... | hawk@chromium.org | 2009-08-27 | 4 | -81/+130 |
* | Fix transaction hang when downloading certain FTP files. | phajdan.jr@chromium.org | 2009-08-26 | 2 | -3/+29 |
* | Implement a read-size throttle within the TCP socket. | mbelshe@google.com | 2009-08-25 | 1 | -1/+42 |
* | Fix a typo IsCertStatusError. It should be IsCertificateError. | wtc@chromium.org | 2009-08-25 | 1 | -3/+5 |
* | Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET. | willchan@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Resend on IO errors on late bound sockets that were idle. | willchan@chromium.org | 2009-08-22 | 1 | -3/+3 |
* | Fix gcc warning about possible unused variable experienced with Apple gcc 4.2 | mark@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Add instrumentation to ClientSocketPool, that writes to LoadLog. | eroman@chromium.org | 2009-08-20 | 5 | -54/+284 |
* | Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency. | evan@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 6 | -102/+137 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 6 | -142/+165 |
* | Add histograms for tracking the unused/unused_idle/reused socket states from ... | willchan@chromium.org | 2009-08-17 | 4 | -4/+38 |
* | Speed up net_unittests a bit by re-using launched test server. | phajdan.jr@chromium.org | 2009-08-14 | 2 | -0/+13 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 8 | -194/+375 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 17 | -123/+120 |
* | Implement SSL certificate error handling on the Mac. If the user gives | wtc@chromium.org | 2009-08-13 | 4 | -42/+73 |
* | Rebaseline block-test* tests for Mac. | darin@chromium.org | 2009-08-12 | 1 | -0/+2 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 18 | -95/+123 |
* | Add a new net::Error value: ERR_CONNECTION_TIMED_OUT. | willchan@chromium.org | 2009-08-07 | 2 | -4/+22 |
* | Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m... | robertshield@chromium.org | 2009-08-06 | 2 | -2/+29 |
* | Initialize 'processed' to 0 before passing its address to SSLRead or | wtc@chromium.org | 2009-08-06 | 2 | -8/+12 |
* | Make sure the socket is deleted when ConnectJob times out. | willchan@chromium.org | 2009-08-06 | 2 | -1/+48 |
* | Fix leak in ClientSocketPoolBaseTest. Don't create ConnectJobFactory unless ... | willchan@chromium.org | 2009-08-04 | 1 | -6/+5 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -18/+161 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -154/+18 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -18/+154 |
* | Integrate OCSP handlers in SSLClientSocketNSS. | ukai@chromium.org | 2009-07-31 | 1 | -1/+6 |
* | Fix crash in client_socket_pool_base.cc. | phajdan.jr@chromium.org | 2009-07-29 | 3 | -6/+75 |
* | If a write is pending, just add it to the buffer. Don't trigger a second conc... | avi@chromium.org | 2009-07-29 | 1 | -0/+11 |
* | Followup after socket tests refactoring http://codereview.chromium.org/155925 | phajdan.jr@chromium.org | 2009-07-29 | 4 | -100/+110 |
* | Refactoring in socket pool unittests: | phajdan.jr@chromium.org | 2009-07-23 | 4 | -390/+376 |
* | Limit total number of sockets in the system. | phajdan.jr@chromium.org | 2009-07-22 | 6 | -83/+422 |
* | Use manually constructed IPv6 socket addresses for tests, rather than system ... | ericroman@google.com | 2009-07-18 | 2 | -13/+3 |
* | Add synchronous-mode operation to MockHostResolver; this helps clarify some t... | ericroman@google.com | 2009-07-18 | 1 | -15/+28 |
* | Properly let the SSL engine know when the underlying stream is closed. | avi@chromium.org | 2009-07-16 | 1 | -2/+4 |
* | Disable LoadState net unittest: it's flakey | agl@chromium.org | 2009-07-16 | 1 | -1/+1 |