summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase the initial spdy concurrent stream limit to 10mbelshe@chromium.org2010-12-141-1/+1
* Temporarily allow IO when loading shared GSSAPI librarycbentzel@chromium.org2010-12-141-0/+5
* Fix openssl after singleton refactorjoth@chromium.org2010-12-143-10/+15
* Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.achuith@chromium.org2010-12-141-0/+1
* Explicitly ignore return value of sk_SSL_COMP_delete.hans@chromium.org2010-12-141-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-1415-90/+119
* Deinline even more destructors.erg@google.com2010-12-1412-17/+40
* Even more virtual method deinlining.erg@google.com2010-12-1312-27/+55
* Track the amount of time chrome spends verifying the certificate.mbelshe@chromium.org2010-12-132-1/+15
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-139-12/+101
* flip_in_mem_edsm_server: Fix friend declaration.hans@chromium.org2010-12-131-6/+6
* balsa_headers.h: remove redundant idx_ tests.hans@chromium.org2010-12-131-5/+2
* Don't ignore return value from HANDLE_EINTR(close(...))hans@chromium.org2010-12-131-1/+1
* net: Add namespace net to URLRequestHttpJob.tfarina@chromium.org2010-12-135-158/+169
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-5/+5
* Widen file access restriction suppressions in SSLConfigServiceWin. Changing t...rsleevi@chromium.org2010-12-121-0/+2
* net: Add namespace net to URLRequestDataJob.tfarina@chromium.org2010-12-123-9/+14
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-123-33/+41
* net: Add namespace net to URLRequestFtpJob.tfarina@chromium.org2010-12-123-45/+53
* net: Add namespace net to URLRequestAboutJob.tfarina@chromium.org2010-12-113-8/+16
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-1115-119/+90
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-1126-91/+91
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-1115-90/+119
* Revert 68899 - Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-1/+10
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-10/+1
* FTP: fix compatibility problems with MLSD by removing MLSD support.phajdan.jr@chromium.org2010-12-1023-637/+6
* Explicitly whitelist the test server port.bauerb@chromium.org2010-12-104-9/+34
* Adds first cut implementation of a private key store abstraction for openssljoth@chromium.org2010-12-107-14/+152
* When performing a SSL renegotiation handshake, do not send Certificate/Certif...rsleevi@chromium.org2010-12-103-31/+134
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-102-0/+26
* Add a CHECK() to make sure thread creation succeeded.eroman@chromium.org2010-12-101-1/+1
* Add histogram to analyze sent cwnd settings for spdy.mbelshe@chromium.org2010-12-091-0/+14
* Don't tweak buffer size for SPDYmbelshe@chromium.org2010-12-091-13/+0
* Switch linux OpenSSL build to use custom openssl versionjoth@chromium.org2010-12-092-4/+5
* Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...willchan@chromium.org2010-12-092-5/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-0933-109/+242
* A ScopedNetLogEvent that logs a NetLog begin event on creation,mmenke@chromium.org2010-12-094-0/+82