summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix TCPClientSocketPool synchronous dns resolution + connect code path.willchan@chromium.org2009-06-092-79/+60
* Don't save the cert chain in cert_list_.ukai@chromium.org2009-06-082-32/+26
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-062-1/+48
* Add svn:eol-style LF to some file.ericroman@google.com2009-06-051-185/+184
* Disk cache: Report more info from the current experiment.rvargas@google.com2009-06-053-19/+43
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-052-12/+21
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* Don't consider a certificate revoked if we don't havewtc@chromium.org2009-06-051-2/+5
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-051-2/+76
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-053-11/+55
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-057-206/+267
* Update google's certificate to the latest version.ukai@chromium.org2009-06-051-34/+34
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-056-108/+285
* Reduce probability of SDCH holdback to 1%jar@chromium.org2009-06-051-2/+2
* Prevent SDCH from re-trying to download a dicitionaryjar@chromium.org2009-06-051-0/+1
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-047-2/+171
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-042-1/+81
* Call CertVerifier to verify certificate.ukai@chromium.org2009-06-042-75/+102
* Update thawte's certificate to the latest version.ukai@chromium.org2009-06-041-69/+84
* Disable the leaky test.willchan@chromium.org2009-06-041-1/+1
* Revert "Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelCon...willchan@chromium.org2009-06-041-6/+7
* Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelConnect.willchan@chromium.org2009-06-041-7/+6
* Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf...willchan@chromium.org2009-06-041-72/+1
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-0411-377/+894
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-0411-794/+377
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-0411-377/+794
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-034-10/+46
* Enable a test, by masking failures if the system does not support IPv6.eroman@chromium.org2009-06-031-7/+11
* Avoiding IO completion callback during the closinghuanr@chromium.org2009-06-034-12/+38
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-3/+5
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-031-1/+72
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-032-6/+6
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-032-0/+2
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-036-56/+86
* Parsing routines for X-Force-TLS header.abarth@chromium.org2009-06-024-1/+230
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-014-14/+5
* Disk cache: fix the description of data\cache_tests\bad_rankings2rvargas@google.com2009-05-291-2/+2
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-2917-359/+6
* Handle mimetype queries for media fileshclam@chromium.org2009-05-292-3/+42
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-2941-19/+50
* Remember the intermediate CA certs if the server sends them to us.ukai@chromium.org2009-05-292-10/+147
* Detach verify thread from NSPR on linux.ukai@chromium.org2009-05-291-0/+14
* Implement X509Certificate::Verify for Linux.ukai@chromium.org2009-05-281-7/+270
* Disk cache: Fix a signed / unsigned comparison on cl 17052rvargas@google.com2009-05-281-2/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-288-0/+137
* Work around linux resolver problem where changes to resolv.conf go unnoticed ...evan@chromium.org2009-05-271-0/+10
* Decompress .svgz files from disk.thestig@chromium.org2009-05-272-0/+13
* HttpResponseHeaders::GetContentRange() to handle implied LWShclam@chromium.org2009-05-262-20/+78