summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Crash fix: HTTPS server responds with 407 through non-authenticating proxy.cbentzel@chromium.org2010-11-052-0/+65
* net: Silently disable False Start when NetNanny is detected.agl@chromium.org2010-11-053-22/+17
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-045-83/+163
* Disk cache: Remove the queue for backend operations andrvargas@google.com2010-11-045-56/+143
* net: add certificate provenance checking.agl@chromium.org2010-11-0418-31/+231
* Fix inconsistent line ending style. Set svn:eol-style to LF.wtc@chromium.org2010-11-041-2/+2
* Turn on file access checks on Win.jam@chromium.org2010-11-043-0/+24
* Disk cache: Don't return zeros when reading from an entryrvargas@google.com2010-11-042-10/+34
* Support for using OS-native certificates for SSL clientwtc@chromium.org2010-11-0414-39/+1008
* Move linux openssl dependency under linux conditionjoth@chromium.org2010-11-041-4/+12
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-032-0/+7
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-033-24/+204
* net: Make Snap Start check cert verification and add metricsagl@chromium.org2010-11-035-12/+60
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-033-24/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-033-0/+24
* Don't resend payload after Snap Start misprediction.agl@chromium.org2010-11-033-21/+23
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-034-6/+6
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-033-15/+5
* A follow-up of r64178.wtc@chromium.org2010-11-022-5/+24
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-0226-157/+204
* Add webp mime type for omniboxfbarchard@chromium.org2010-11-021-1/+3
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-025-4/+15
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0152-425/+425
* GTTF: Implement a timeout for TestServer on Windows.phajdan.jr@chromium.org2010-10-302-6/+42
* Allow duplicate Content-Length headers.willchan@chromium.org2010-10-292-5/+73
* DOMUI Cert Manager: Disable delete button on readonly certs.mattm@chromium.org2010-10-292-0/+8
* Put some thought into appropriate verbosity level for cookie DVLOGS.rdsmith@google.com2010-10-291-14/+25
* Don't use last_access_time vs. Now() comparison to mean "all cookies".rdsmith@google.com2010-10-292-3/+2
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-294-37/+127
* Clean up some HttpAuth nits.cbentzel@chromium.org2010-10-292-7/+8
* FTP: fix navigation to ftp.symantec.comphajdan.jr@chromium.org2010-10-292-2/+65
* Restrict total parallel DNS resolutionsjar@chromium.org2010-10-291-3/+5
* Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDEDrch@chromium.org2010-10-291-3/+2
* Thread IO safety: net/disk_cache file I/O in recovery.shess@chromium.org2010-10-291-0/+5
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-287-13/+15
* net: use SSL_PeerCertificateChain for getting server certsagl@chromium.org2010-10-282-110/+17
* net: merge certificate validation with SSLHostInfo'sagl@chromium.org2010-10-284-27/+97
* net: use SSL_PeerCertificateChain for SSLHostInfoagl@chromium.org2010-10-281-19/+42
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-287-126/+268
* FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/phajdan.jr@chromium.org2010-10-285-8/+55
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-287-15/+13
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-287-13/+15
* Report the SSL protocol version in ssl_info.connection_status.wtc@chromium.org2010-10-278-58/+162
* Revert 64118 - Revert 64070 - Revert 64065 - testserver.py listens on ephemer...nick@chromium.org2010-10-275-75/+69
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Revert 64070 - Revert 64065 - testserver.py listens on ephemeral ports by def...cbentzel@chromium.org2010-10-275-69/+75
* HttpStream::SendRequestrch@chromium.org2010-10-2711-49/+61
* net: add (*.)internap.com to the False Start blacklistagl@chromium.org2010-10-271-0/+1
* Revert 64065 - testserver.py listens on ephemeral ports by default.cbentzel@chromium.org2010-10-275-75/+69
* Fixes net_unittests for OpenSSL.bulach@chromium.org2010-10-273-23/+45