| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -0/+13 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -13/+0 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -0/+13 |
* | Enable certificate revocation and EV certificate validation for Mac | hawk@chromium.org | 2009-10-16 | 1 | -2/+4 |
* | Provides a certificate for SSL client authentication on NSS sockets. | wtc@chromium.org | 2009-10-15 | 2 | -4/+131 |
* | Remember the server certificate on Mac OS X even if the handshake fails | hawk@chromium.org | 2009-10-13 | 1 | -1/+4 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 1 | -5/+6 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 3 | -13/+68 |
* | Make SSLClientSocketNSS full-duplex | ukai@chromium.org | 2009-10-13 | 2 | -99/+238 |
* | Change the SSL Socket to be capable of having reads and | mbelshe@google.com | 2009-10-10 | 2 | -235/+335 |
* | Make our Mock Sockets capable of running full duplex. | mbelshe@google.com | 2009-10-09 | 2 | -18/+6 |
* | Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds. | eroman@chromium.org | 2009-10-06 | 1 | -1/+8 |
* | Coverity: Remove a check for index < 0 because index is size_t and can never ... | jhawkins@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Relanding: | mbelshe@google.com | 2009-09-30 | 1 | -1/+39 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -6/+3 |
* | 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 |