| Commit message (Expand) | Author | Age | Files | Lines |
* | Include SSL plaintext traffic in addition to the ciphertext when logging raw ... | rsleevi@chromium.org | 2011-05-19 | 1 | -1/+65 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -12/+12 |
* | Don't require the SSL_CONNECT end event to be last in client auth | davidben@chromium.org | 2011-03-14 | 1 | -3/+19 |
* | Fix SSLClientSocketTest.CipherSuiteDisables flakiness. | rsleevi@chromium.org | 2011-01-09 | 1 | -5/+13 |
* | Mark SSLClientSocketTest.CipherSuiteDisables as flaky. | phajdan.jr@chromium.org | 2011-01-03 | 1 | -1/+2 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -21/+37 |
* | Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_... | joth@chromium.org | 2010-12-07 | 1 | -9/+2 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -12/+35 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -22/+11 |
* | Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u... | rsleevi@chromium.org | 2010-11-11 | 1 | -0/+75 |
* | Cleanup style nits in SSLClientSocketTest | rsleevi@chromium.org | 2010-11-10 | 1 | -101/+55 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -12/+12 |
* | Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit... | rsleevi@chromium.org | 2010-10-28 | 1 | -8/+12 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -10/+20 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -20/+10 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -10/+20 |
* | net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched) | agl@chromium.org | 2010-10-09 | 1 | -21/+5 |
* | net: alter detection of end of SSL connection in tests. | agl@chromium.org | 2010-10-09 | 1 | -2/+2 |
* | net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_ | agl@chromium.org | 2010-10-08 | 1 | -4/+21 |
* | net: remove test flakyness caused by uncorking. | agl@chromium.org | 2010-10-08 | 1 | -13/+18 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -11/+9 |
* | Revert "net: add test for False Start corking." | agl@chromium.org | 2010-09-21 | 1 | -32/+6 |
* | net: add test for False Start corking. | agl@chromium.org | 2010-09-21 | 1 | -6/+32 |
* | Mark test flakiness | gavinp@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -9/+18 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Reintegrate certificate selection in HttpNetworkTransaction DoLoop | davidben@chromium.org | 2010-08-21 | 1 | -2/+56 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -2/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -98/+55 |
* | Revert 56384 - Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -0/+6 |
* | Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -6/+0 |
* | Add rudimentary support for client auth in testserver.py and unit tests | davidben@chromium.org | 2010-08-07 | 1 | -0/+50 |
* | GTTF: Move net/socket/ssl_test_util to net/test/test_server | phajdan.jr@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+2 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -3/+3 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-21 | 1 | -15/+6 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-20 | 1 | -6/+16 |
* | Enable the regression test for issue 42538 for Windows. | wtc@chromium.org | 2010-05-03 | 1 | -2/+0 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 1 | -0/+46 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -7/+7 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -28/+28 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -17/+17 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -18/+18 |
* | BufferSend needs to call memio_GetWriteParams() and transport_->Write() | wtc@chromium.org | 2009-12-10 | 1 | -11/+73 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -12/+37 |