| Commit message (Expand) | Author | Age | Files | Lines |
* | Define the == operator for X509Certificate::Fingerprint. | wtc@chromium.org | 2009-06-23 | 1 | -0/+6 |
* | Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify(). | ukai@chromium.org | 2009-06-23 | 8 | -46/+79 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 31 | -8350/+0 |
* | Handle proxy corruption including nesting of compressino algorithms | jar@chromium.org | 2009-06-22 | 6 | -80/+267 |
* | Don't put CredHandleClass in std::map directly because | wtc@chromium.org | 2009-06-20 | 1 | -7/+16 |
* | Implement the backend of SSL client authentication for | wtc@chromium.org | 2009-06-19 | 2 | -30/+171 |
* | Comments added to SSL unit tests. | jrg@chromium.org | 2009-06-19 | 1 | -0/+12 |
* | Linux: Fallback to SSL if server closes early during TLS handshake. | willchan@chromium.org | 2009-06-19 | 1 | -1/+8 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 2 | -2/+41 |
* | Add a simple cache of certificates for SSL client authentication. | wtc@chromium.org | 2009-06-18 | 3 | -0/+157 |
* | Revert cl 18723. | rvargas@google.com | 2009-06-18 | 2 | -41/+2 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 2 | -2/+41 |
* | Fix crashes stemming from ClientSocketPoolBase::ReleaseSocket(). | willchan@chromium.org | 2009-06-18 | 3 | -20/+61 |
* | Revert r18683: "Add more CHECKs to ClientSocketPoolBase." | willchan@chromium.org | 2009-06-18 | 1 | -17/+11 |
* | Add more CHECKs to ClientSocketPoolBase. | willchan@chromium.org | 2009-06-18 | 1 | -11/+17 |
* | Use factories for ConnectingSockets. | willchan@chromium.org | 2009-06-18 | 2 | -33/+93 |
* | Add CHECKs to keep the socket counts in sync. | willchan@chromium.org | 2009-06-17 | 2 | -3/+42 |
* | Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s... | willchan@chromium.org | 2009-06-17 | 3 | -53/+144 |
* | Compile fetch_server on POSIX. | phajdan.jr@chromium.org | 2009-06-17 | 2 | -15/+27 |
* | Re-land final subset of r18520. | ericroman@google.com | 2009-06-17 | 2 | -10/+14 |
* | Re-land second-to-last subset of r18520 (now everything is relanded except no... | ericroman@google.com | 2009-06-17 | 3 | -3/+17 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 3 | -16/+116 |
* | Re-land a subset of r18520. | ericroman@google.com | 2009-06-17 | 2 | -14/+35 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 3 | -173/+27 |
* | Refactor ConnectingSocket out of TCPClientSocketPool. | willchan@chromium.org | 2009-06-16 | 2 | -111/+182 |
* | * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer... | ericroman@google.com | 2009-06-16 | 3 | -27/+173 |
* | Take 2. Make TCPClientSocketPool own the ConnectingSockets. | willchan@chromium.org | 2009-06-15 | 3 | -43/+73 |
* | Revert "Make TCPClientSocketPool own the ConnectingSockets." | willchan@chromium.org | 2009-06-15 | 2 | -29/+43 |
* | Make TCPClientSocketPool own the ConnectingSockets. | willchan@chromium.org | 2009-06-15 | 2 | -43/+29 |
* | Add unit tests for new FTP network transaction. | phajdan.jr@chromium.org | 2009-06-15 | 2 | -41/+153 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 5 | -55/+22 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 15 | -227/+445 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 11 | -40/+100 |
* | Included text/css content type into list of the supported non image files. | abarth@chromium.org | 2009-06-12 | 1 | -3/+9 |
* | Remove most field trial uses of DNS impact test | jar@chromium.org | 2009-06-12 | 1 | -3/+1 |
* | Fix TCPClientSocketPoolTest to play well with HostCache. | willchan@chromium.org | 2009-06-12 | 1 | -60/+89 |
* | Include <stdlib.h> for the declarations of memcpy, malloc, free. | ericroman@google.com | 2009-06-12 | 1 | -0/+1 |
* | Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs. | willchan@chromium.org | 2009-06-12 | 2 | -28/+32 |
* | Remove a DCHECK which is being hit because of a unit-test's particular setup. | ericroman@google.com | 2009-06-12 | 1 | -1/+4 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 17 | -105/+1550 |
* | Revert "Move much of the TCPClientSocketPool implementation out into ClientSo... | willchan@chromium.org | 2009-06-10 | 6 | -801/+501 |
* | Add LOAD_VERIFY_EV_CERT in net load loag. | ukai@chromium.org | 2009-06-10 | 1 | -0/+3 |
* | Move much of the TCPClientSocketPool implementation out into ClientSocketPool... | willchan@chromium.org | 2009-06-10 | 6 | -501/+801 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -1/+4 |
* | We don't handle certificate errors during SSL renegotiation. | wtc@chromium.org | 2009-06-09 | 3 | -8/+36 |
* | Fix TCPClientSocketPool synchronous dns resolution + connect code path. | willchan@chromium.org | 2009-06-09 | 2 | -79/+60 |
* | Don't save the cert chain in cert_list_. | ukai@chromium.org | 2009-06-08 | 2 | -32/+26 |
* | Don't consider a certificate revoked if we don't have | wtc@chromium.org | 2009-06-05 | 1 | -2/+5 |
* | Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux. | evan@chromium.org | 2009-06-05 | 1 | -2/+76 |
* | Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien... | willchan@chromium.org | 2009-06-05 | 5 | -202/+262 |