summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-9/+21
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-3/+3
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-3/+3
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-3/+3
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-14/+48
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-48/+14
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-14/+48
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-1/+0
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* 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