summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-283-9/+2
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codeswtc@chromium.org2011-07-271-0/+13
* net: allow SSL secrets to be exported sooner.agl@chromium.org2011-07-262-4/+2
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-2316-7/+165
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-213-20/+61
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-2122-105/+126
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-212-12/+45
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-202-1/+3
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-203-11/+25
* some cleanup for base/stl_utildilmah@chromium.org2011-07-193-3/+3
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-4/+13
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-195-7/+1571
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-195-1565/+7
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-195-7/+1565
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-194-57/+19
* mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on linux ...tim@chromium.org2011-07-191-2/+2
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-182-3/+12
* Add client-side support for the origin bound certificate TLS extension.rkn@chromium.org2011-07-141-0/+6
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...rsleevi@chromium.org2011-07-141-1/+1
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on ChromeOSrsleevi@chromium.org2011-07-141-2/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-129-18/+29
* Update the PreconnectWithBackupTimer and PreconnectWithBackupTimerwtc@chromium.org2011-07-121-8/+9
* The NET_API change got swallowed by the automerge grrr :(pastarmovj@chromium.org2011-07-111-1/+1
* Introduce a policy to control the maximal number of connections per proxy ser...pastarmovj@chromium.org2011-07-112-1/+5
* Revert 91842 - Introduce a policy to control the maximal number of connection...johnme@google.com2011-07-082-5/+1
* Introduce a policy to control the maximal number of connections per proxy ser...pastarmovj@chromium.org2011-07-082-1/+5
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-07-071-1/+1
* Fixes for OpenSSLbulach@chromium.org2011-07-052-0/+18
* net: Build net.dll on Windows.rvargas@google.com2011-07-011-1/+1
* Detect Kaspersky SSL MITM and give a helpful error message.agl@chromium.org2011-07-012-30/+40
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-302-4/+5
* More UDP mock support.agayev@chromium.org2011-06-292-33/+123
* net: measure the latency difference of resume handshakes.agl@chromium.org2011-06-292-0/+43
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-296-1/+19
* Fix SSLServerSocketNSS to flush buffered ciphertext when plaintext exhausted.wez@chromium.org2011-06-291-4/+9
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-06-271-1/+1
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-06-271-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-2725-9/+353
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-272-9/+7
* TCPServerSocketLibevent should call StopWatchingFileDescriptor()wtc@chromium.org2011-06-252-2/+5
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-2425-353/+9
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-2425-9/+353
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-242-7/+9
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-242-9/+7
* Make TCP FastOpen work again.wtc@chromium.org2011-06-223-20/+17
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-223-4/+76
* Add mock support for UDPClientSocketagayev@chromium.org2011-06-226-0/+178
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-223-12/+0