summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Delete an unused test fixture.willchan@chromium.org2010-03-021-7/+0
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-6/+0
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-10/+27
* Log an informational message if an SSL server does not supportwtc@chromium.org2010-02-272-0/+20
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-274-48/+69
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-0/+6
* Revert "SSL False Start Support"agl@chromium.org2010-02-261-6/+0
* SSL False Start Supportagl@chromium.org2010-02-261-0/+6
* Handle the TLS no_renegotiation alert message.wtc@chromium.org2010-02-251-0/+8
* SSL: stop network traffic from interfering with NSS.wtc@chromium.org2010-02-251-2/+2
* Revert "SSL False Start Support"agl@chromium.org2010-02-251-6/+0
* Include sys_addrinfo.h in tcp_client_socket_win.cc.eroman@chromium.org2010-02-251-0/+1
* Add TLS server_name extension support for Mac Chrome.wtc@chromium.org2010-02-241-0/+8
* SSL False Start Supportagl@chromium.org2010-02-241-0/+6
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-241-1/+2
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-2019-78/+79
* Make dynamic access to SSLSetSessionOption static.mark@chromium.org2010-02-191-1/+1
* Fix SSLSessionOption's name. It's not SSLSetSessionOptionType.mark@chromium.org2010-02-191-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-1/+6
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-182-56/+123
* SPDY: disable revocation checking.agl@chromium.org2010-02-181-1/+15
* Avoid trying to kill a process that has already quit.tommi@chromium.org2010-02-161-1/+5
* More checks to try to find bug 27870.vandebo@google.com2010-02-121-1/+9
* Add the ssl_client_socket_nss_factory.h header and declarewtc@chromium.org2010-02-093-7/+20
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-094-43/+77
* Fix ClientSocketPoolBaseHelper to maintain order properly.willchan@chromium.org2010-02-083-64/+113
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-1/+0
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-054-21/+28
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-049-15/+17
* Socket late binding bugfix.willchan@chromium.org2010-02-032-0/+72
* Use NSS instead of the system SSL library for SSL ifwtc@chromium.org2010-02-033-10/+69
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+0
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-295-133/+112
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-292-3/+4
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-1/+1
* Port SSLClientSocketNSS to Windows. The next step is towtc@chromium.org2010-01-282-12/+84
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-8/+8
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-276-685/+72
* Refactor EnsureNSSInit. Move the NSS SSL librarywtc@chromium.org2010-01-271-3/+59
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+10
* Linux, Mac: disable Nagle.agl@chromium.org2010-01-201-6/+24
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-2012-29/+26
* Re-revert 36595 (restoring 36548); that didn't fix anything.dpranke@chromium.org2010-01-202-4/+0
* Try reverting r36548 to see if this causes the webkit linux failures todpranke@chromium.org2010-01-202-0/+4
* Enabled the GetPeerName on all platforms, not just Linux.thomasvl@chromium.org2010-01-192-4/+0
* Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default,wtc@chromium.org2010-01-151-1/+3
* Add a context-sensitive error mapping function specific to SSLwtc@chromium.org2010-01-151-32/+24
* Support the ECC cipher suites added in Mac OS X 10.6.wtc@chromium.org2010-01-151-1/+171
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-142-2/+2
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-146-70/+668