summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+5
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-28/+130
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-130/+28
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-28/+130
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-130/+28
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-28/+130
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-291-5/+9
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+1
* Initial Mac implementation of SSL. Requires the full-duplex socket introduced...avi@google.com2008-10-171-19/+21
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-24/+36
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-081-4/+11
* Unit tests can't access the outside world.maruel@google.com2008-09-021-4/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-141-8/+8
* Miscellaneous changes (mostly cleanup) from my code review.wtc@google.com2008-08-051-24/+34
* Add net to the repository.initial.commit2008-07-261-0/+190