summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
...
* net: alter detection of end of SSL connection in tests.agl@chromium.org2010-10-091-2/+2
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-092-0/+15
* net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_agl@chromium.org2010-10-081-4/+21
* Connect up OpenSSL socket to use the OpenSSL X509Certificate.joth@chromium.org2010-10-082-96/+38
* Revert Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-082-2/+28
* net: remove test flakyness caused by uncorking.agl@chromium.org2010-10-081-13/+18
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-086-4/+25
* Fix server initiated SSL renegotiation for SSLClientSocketMacrsleevi@chromium.org2010-10-082-245/+199
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-076-25/+4
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-076-4/+25
* Prefer used idle sockets over unused idle sockets.willchan@chromium.org2010-10-063-24/+120
* Add link to bugzilla regarding NSS bug workaround.joth@chromium.org2010-10-061-0/+1
* Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-062-28/+2
* Use the SecInvalidateHandle and SecIsValidHandle macroswtc@chromium.org2010-10-061-9/+18
* Follow up to wtc comments on http://codereview.chromium.org/3571011joth@chromium.org2010-10-061-17/+16
* Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-062-2/+28
* Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-052-28/+2
* net: uncork NSS sockets after a 200ms timeout.agl@chromium.org2010-10-052-2/+28
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-053-66/+673
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-054-28/+30
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-1/+1
* OpenSSL socket: Add SSLv3 fallback supportjoth@chromium.org2010-10-041-1/+37
* Logs a number of possible ssl failures in NetLog.mmenke@chromium.org2010-10-041-30/+129
* implement certificate verification state machinejoth@chromium.org2010-10-042-35/+144
* Remove spammy warning about reaching maximum socket count for the pool.cbentzel@chromium.org2010-10-041-1/+0
* Verify server cert using default host CA cert storejoth@chromium.org2010-10-042-8/+50
* Stop refcounting HostResolver.willchan@chromium.org2010-10-0112-47/+57
* Map PR_END_OF_FILE_ERROR to ERR_CONNECTION_CLOSED, otherwisewtc@chromium.org2010-10-011-0/+2
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-1/+1
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-1/+1
* net: add Snap Start support to NSS sockets.agl@chromium.org2010-10-013-22/+434
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-307-9/+25
* net: add caching and inflight merging to DnsRRResolveragl@chromium.org2010-09-302-81/+2
* Adds the ability for a link to set the filter in the eventsmmenke@chromium.org2010-09-302-2/+20
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-2921-729/+1505
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-2/+5
* First step at OpenSSL client socket implementation.joth@chromium.org2010-09-293-0/+753
* Add more LOG(ERROR) messages to track down bug 55678,wtc@chromium.org2010-09-281-4/+8
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-5/+2
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-2/+5
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-273-16/+39
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-253-3/+4
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-09-252-14/+18
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-252-8/+9
* Wait on a pipe for the test server to start updavidben@chromium.org2010-09-222-240/+0
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-224-40/+40
* Add log messages to the places where we set the ERR_UNEXPECTEDwtc@chromium.org2010-09-223-14/+24
* Revert "net: add test for False Start corking."agl@chromium.org2010-09-211-32/+6
* net: add test for False Start corking.agl@chromium.org2010-09-211-6/+32