summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Remove a histogram.rvargas@google.com2010-12-282-46/+13
* net: Add namespace net to URLRequestFilter.tfarina@chromium.org2010-12-262-3/+8
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-234-7/+46
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-234-1/+135
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Fix openssl build: exclude socket/nss_ssl_util.*joth@chromium.org2010-12-231-0/+2
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-2317-223/+1589
* Test files containing a self-signed certificate and private keyhclam@chromium.org2010-12-233-0/+5
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-233-2/+15
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-225-5/+88
* net: dump certificate chain to LOG(ERROR) when a provenance check fails.agl@chromium.org2010-12-221-0/+31
* net: add lists.mayfirst.org to HSTS preloaded.agl@chromium.org2010-12-222-0/+2
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* [Sync] Added tests for xmppserver, fixed exposed bugsakalin@chromium.org2010-12-222-26/+63
* Clobber the state of the next-protocol-negotiation when disabling spdy.mbelshe@chromium.org2010-12-211-0/+2
* [Sync] added workaround for python 2.5 bug causing sync test flakinessakalin@chromium.org2010-12-211-1/+9
* net: add mayfirst.org to HSTS preloaded.agl@chromium.org2010-12-212-0/+8
* Disk cache: Change the request throttling logic so that wervargas@google.com2010-12-203-18/+16
* [Sync] Fixed bug in test sync server's select loop.akalin@chromium.org2010-12-201-13/+15
* net: add comservicing.org to False Start blacklistagl@chromium.org2010-12-201-0/+1
* net: add factor.cc to HSTS preloaded list.agl@chromium.org2010-12-202-0/+4
* net: Add namespace net to more files. Part 2.tfarina@chromium.org2010-12-205-39/+52
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-172-5/+13
* Follow up to r69305agl@chromium.org2010-12-171-1/+1
* Create self signed X509 certificatehclam@chromium.org2010-12-173-0/+150
* FTP: Fix Windows directory listing parser for empty file names.phajdan.jr@chromium.org2010-12-172-7/+45
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-1723-41/+450
* net: Add namespace net to more files.tfarina@chromium.org2010-12-175-20/+32
* net::DirectoryLister: mark another buggy use of IOevan@chromium.org2010-12-171-0/+3
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-163-8/+11
* Almost done deinlining virtual methods.erg@google.com2010-12-1617-18/+97
* Make sure test server use right mime for exe.lzheng@chromium.org2010-12-161-2/+3
* Don't use large SSL_Write() calls, as they lead to large SSL recordsmbelshe@chromium.org2010-12-161-13/+29
* Revert "net: enable SSLHostInfo by default."agl@chromium.org2010-12-162-6/+4
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-162-4/+6
* Cache certificate verification results in memory.wtc@google.com2010-12-1651-198/+1091
* Fix openssl x509 cert to use GetInstancejoth@chromium.org2010-12-161-1/+1
* Revert 69356 - Regenerate the root certificate and end-entity certificates us...rsleevi@chromium.org2010-12-1611-478/+125
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2010-12-1611-125/+478
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-1618-331/+784
* Temporarily whitelist DirectoryLister, which is blocking the IO thread.willchan@chromium.org2010-12-161-0/+4
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* net: update the DNS provenance hostagl@chromium.org2010-12-151-1/+1
* net: fix callbacks in DiskCacheBasedSSLHostInfoagl@chromium.org2010-12-152-28/+79
* net: fix verification merge savings calculations.agl@chromium.org2010-12-153-2/+11
* net: Switch SSLHostInfo to using Pickle.agl@chromium.org2010-12-155-126/+81
* net: Add namespace net to URLRequestErrorJob.tfarina@chromium.org2010-12-153-7/+15
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-152-9/+15
* Fix HttpListenSocket.willchan@chromium.org2010-12-141-1/+1