| Commit message (Expand) | Author | Age | Files | Lines |
* | Use NSS instead of the system SSL library for SSL if | wtc@chromium.org | 2010-02-03 | 3 | -10/+69 |
* | Add fine grain tracing to HostResolverImpl. | eroman@chromium.org | 2010-02-02 | 1 | -1/+0 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 5 | -133/+112 |
* | BSD port: USE_NSS and other macros instead of OS_LINUX where applicable | pvalchev@google.com | 2010-01-29 | 2 | -3/+4 |
* | Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. | wtc@chromium.org | 2010-01-28 | 1 | -1/+1 |
* | Port SSLClientSocketNSS to Windows. The next step is to | wtc@chromium.org | 2010-01-28 | 2 | -12/+84 |
* | Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. | wtc@chromium.org | 2010-01-28 | 1 | -8/+8 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 6 | -685/+72 |
* | Refactor EnsureNSSInit. Move the NSS SSL library | wtc@chromium.org | 2010-01-27 | 1 | -3/+59 |
* | Add some extra request information to LoadLog: | eroman@chromium.org | 2010-01-21 | 1 | -0/+10 |
* | Linux, Mac: disable Nagle. | agl@chromium.org | 2010-01-20 | 1 | -6/+24 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 12 | -29/+26 |
* | Re-revert 36595 (restoring 36548); that didn't fix anything. | dpranke@chromium.org | 2010-01-20 | 2 | -4/+0 |
* | Try reverting r36548 to see if this causes the webkit linux failures to | dpranke@chromium.org | 2010-01-20 | 2 | -0/+4 |
* | Enabled the GetPeerName on all platforms, not just Linux. | thomasvl@chromium.org | 2010-01-19 | 2 | -4/+0 |
* | Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default, | wtc@chromium.org | 2010-01-15 | 1 | -1/+3 |
* | Add a context-sensitive error mapping function specific to SSL | wtc@chromium.org | 2010-01-15 | 1 | -32/+24 |
* | Support the ECC cipher suites added in Mac OS X 10.6. | wtc@chromium.org | 2010-01-15 | 1 | -1/+171 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 2 | -2/+2 |
* | Revert 36230 - Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 6 | -70/+668 |
* | Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 6 | -668/+70 |
* | Slightly tweak socket late binding behavior to make it more deterministic whi... | willchan@chromium.org | 2010-01-13 | 3 | -9/+43 |
* | NSS: disable DEFLATE compression if TLS is disabled. | agl@chromium.org | 2010-01-08 | 1 | -1/+5 |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 3 | -8/+101 |
* | Allow using system libevent instead of the bundled one. | phajdan.jr@chromium.org | 2010-01-07 | 1 | -1/+4 |
* | Changed catch-all Mac SSL OSStatus error to paramErr. | akalin@chromium.org | 2010-01-06 | 1 | -2/+9 |
* | Linux: allow TLS renegotiation. | agl@chromium.org | 2010-01-06 | 1 | -0/+15 |
* | Enhance a function comment per feedback from a code review. | eroman@chromium.org | 2010-01-05 | 1 | -1/+2 |
* | Fixup some connection time measurements. | mbelshe@google.com | 2009-12-28 | 2 | -4/+16 |
* | Several fixes to the Net.ConnectionTypeCount histogram. | mbelshe@google.com | 2009-12-24 | 3 | -10/+14 |
* | Linux: remove temporary check that the scons builders are working. | agl@chromium.org | 2009-12-24 | 1 | -2/+0 |
* | Linux: fix scons build so that libssl gets the right headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Revert "Linux: temp change to see if the builders are getting the wrong heade... | agl@chromium.org | 2009-12-23 | 1 | -2/+0 |
* | Linux: temp change to see if the builders are getting the wrong headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v... | eroman@chromium.org | 2009-12-22 | 1 | -7/+68 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 6 | -23/+81 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -12/+12 |
* | SPDY: Enable SPDY via NPN. | willchan@chromium.org | 2009-12-21 | 1 | -1/+0 |
* | Add two more unit tests for SOCKS5: | eroman@chromium.org | 2009-12-18 | 2 | -22/+47 |
* | Fix SSL error code for unexpected errSSLClosedGraceful on Mac | kinuko@chromium.org | 2009-12-18 | 1 | -3/+4 |
* | net: Make a few test server connection values constants. Also do a little Fil... | thestig@chromium.org | 2009-12-18 | 1 | -12/+13 |
* | Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ... | eroman@chromium.org | 2009-12-18 | 3 | -228/+68 |
* | When talking to a SOCKS v5 proxy, default to sending addresses as raw domains... | eroman@chromium.org | 2009-12-18 | 3 | -19/+89 |
* | [Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the... | andybons@chromium.org | 2009-12-16 | 1 | -2/+1 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -2/+2 |
* | Remove the AsyncSlowStart experiment | mbelshe@google.com | 2009-12-15 | 1 | -18/+0 |
* | Handle unexpected connection close during SSL handshake on Mac | kinuko@chromium.org | 2009-12-15 | 1 | -0/+7 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 3 | -18/+4 |
* | Rename GetNextProtocol -> GetNextProto | agl@chromium.org | 2009-12-11 | 9 | -33/+30 |
* | BufferSend needs to call memio_GetWriteParams() and transport_->Write() | wtc@chromium.org | 2009-12-10 | 2 | -23/+95 |