| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net: add *.yodlee.com to False Start blacklist | agl@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase. | mattm@chromium.org | 2010-08-31 | 1 | -0/+5 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+4 |
* | https: add support for DNS exclusion and switch to TXT records. | agl@chromium.org | 2010-08-28 | 1 | -0/+1 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -0/+11 |
* | Move nsNSSCertTrust from chrome/third_party to net/third_party. | mattm@chromium.org | 2010-08-20 | 1 | -0/+4 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -0/+6 |
* | Syncing url_to_filename_encoder with internal version. | mbelshe@chromium.org | 2010-08-17 | 1 | -1/+5 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -14/+2 |
* | Revert 56376 - This CL will introduce a new way to do exponential back-off on... | joi@chromium.org | 2010-08-17 | 1 | -9/+0 |
* | This CL will introduce a new way to do exponential back-off on failure within | joi@chromium.org | 2010-08-17 | 1 | -0/+9 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+1 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-12 | 1 | -0/+10 |
* | Add WebSocket handshake message in net_log | ukai@chromium.org | 2010-08-12 | 1 | -0/+1 |
* | Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed... | mattm@chromium.org | 2010-08-11 | 1 | -10/+0 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-11 | 1 | -0/+10 |
* | net: add embedded DNSSEC chain support. | agl@chromium.org | 2010-08-11 | 1 | -4/+8 |
* | Removed spdy_network_transaction.h file. | erikchen@google.com | 2010-08-09 | 1 | -3/+0 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -1/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -0/+1 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-08-06 | 1 | -0/+1 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -0/+1 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -0/+1 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -1/+0 |
* | net: add DnsRRResovler to fetch arbitary DNS resource types. | agl@chromium.org | 2010-08-04 | 1 | -0/+4 |
* | Enable speculative preconnection by default | jar@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Deflake ListenSocketTest.ServerSend and remove unused telnet code. | agl@chromium.org | 2010-07-30 | 1 | -3/+0 |
* | Use notification-based API for getting system proxy settings on Mac rather th... | eroman@chromium.org | 2010-07-30 | 1 | -0/+2 |
* | Split off the DNS reload timer | agl@chromium.org | 2010-07-28 | 1 | -0/+2 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -1/+0 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -0/+2 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 1 | -1/+0 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | Add the actual data being read to the OnBytesRead callback. | cbentzel@chromium.org | 2010-07-21 | 1 | -0/+1 |
* | GTTF: Move net/socket/ssl_test_util to net/test/test_server | phajdan.jr@chromium.org | 2010-07-21 | 1 | -2/+2 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -0/+2 |
* | Refactor SpdyStream state for WebSocket support | ukai@chromium.org | 2010-07-20 | 1 | -0/+1 |
* | net: add ciphersuite and compression to the SSL connection status. | agl@chromium.org | 2010-07-18 | 1 | -0/+3 |
* | Revert 52799 - Add support for parsing certificate formats other than raw, DE... | rsleevi@chromium.org | 2010-07-17 | 1 | -3/+0 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-17 | 1 | -0/+3 |
* | Added mock libraries for GSSAPI. | ahendrickson@google.com | 2010-07-16 | 1 | -0/+2 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -0/+3 |
* | Display the proxy PAC javascript errors in the NetLog. | eroman@chromium.org | 2010-07-14 | 1 | -0/+3 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 1 | -0/+4 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -0/+3 |
* | Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl... | vandebo@chromium.org | 2010-07-12 | 1 | -0/+3 |