summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch on socket late binding.willchan@chromium.org2010-01-146-668/+70
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-133-9/+43
* NSS: disable DEFLATE compression if TLS is disabled.agl@chromium.org2010-01-081-1/+5
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-073-8/+101
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-071-1/+4
* Changed catch-all Mac SSL OSStatus error to paramErr.akalin@chromium.org2010-01-061-2/+9
* Linux: allow TLS renegotiation.agl@chromium.org2010-01-061-0/+15
* Enhance a function comment per feedback from a code review.eroman@chromium.org2010-01-051-1/+2
* Fixup some connection time measurements.mbelshe@google.com2009-12-282-4/+16
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-243-10/+14
* Linux: remove temporary check that the scons builders are working.agl@chromium.org2009-12-241-2/+0
* Linux: fix scons build so that libssl gets the right headers.agl@chromium.org2009-12-231-0/+2
* Revert "Linux: temp change to see if the builders are getting the wrong heade...agl@chromium.org2009-12-231-2/+0