summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Make SSLClientSocketNSS full-duplexukai@chromium.org2009-10-132-99/+238
* Change the SSL Socket to be capable of having reads andmbelshe@google.com2009-10-102-235/+335
* Make our Mock Sockets capable of running full duplex.mbelshe@google.com2009-10-092-18/+6
* Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.eroman@chromium.org2009-10-061-1/+8
* Coverity: Remove a check for index < 0 because index is size_t and can never ...jhawkins@chromium.org2009-09-301-2/+4
* Relanding:mbelshe@google.com2009-09-301-1/+39
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-6/+3
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-252-37/+11
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-242-11/+37
* oldpath is wchar_t, so use arraysize, not sizeof.mattm@chromium.org2009-09-241-1/+1
* Don't use NSS databases for non-essential purposes, such as rememberingwtc@chromium.org2009-09-211-9/+12
* Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...hawk@chromium.org2009-09-151-0/+2
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-23/+49
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-0918-10/+130
* Revert 24211 - Implement a readsize throttle within the TCP socket.laforge@chromium.org2009-09-041-42/+1
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-035-37/+143
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-015-13/+27
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-294-13/+106
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-282-11/+21
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-10/+10
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-10/+10
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-274-81/+130
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-262-3/+29
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-1/+42
* Fix a typo IsCertStatusError. It should be IsCertificateError.wtc@chromium.org2009-08-251-3/+5
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-1/+1
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-3/+3
* Fix gcc warning about possible unused variable experienced with Apple gcc 4.2mark@chromium.org2009-08-201-1/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-205-54/+284
* Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency.evan@chromium.org2009-08-201-1/+1
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-196-102/+137
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-186-142/+165
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-174-4/+38
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-142-0/+13
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-148-194/+375
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-1417-123/+120
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-134-42/+73
* Rebaseline block-test* tests for Mac.darin@chromium.org2009-08-121-0/+2
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-1218-95/+123
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-072-4/+22
* Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...robertshield@chromium.org2009-08-062-2/+29
* Initialize 'processed' to 0 before passing its address to SSLRead orwtc@chromium.org2009-08-062-8/+12
* Make sure the socket is deleted when ConnectJob times out.willchan@chromium.org2009-08-062-1/+48
* Fix leak in ClientSocketPoolBaseTest. Don't create ConnectJobFactory unless ...willchan@chromium.org2009-08-041-6/+5
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-18/+161
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-154/+18
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-18/+154
* Integrate OCSP handlers in SSLClientSocketNSS.ukai@chromium.org2009-07-311-1/+6
* Fix crash in client_socket_pool_base.cc.phajdan.jr@chromium.org2009-07-293-6/+75
* If a write is pending, just add it to the buffer. Don't trigger a second conc...avi@chromium.org2009-07-291-0/+11