summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for OpenSSL Next Protocol Negotiationbulach@chromium.org2010-12-092-2/+62
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-0917-43/+97
* Disable SPDY by default as a test to see if heap corruption goes away.willchan@chromium.org2010-12-092-1/+5
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-095-79/+12
* Don't set SSLInfo on non-https requests. For SPDY with self-signed certsmbelshe@chromium.org2010-12-091-1/+4
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-4/+4
* False Start blacklist: add giltcdn.comagl@chromium.org2010-12-081-0/+1
* Miscellaneous cleanup: remove unnecessary forwardwtc@chromium.org2010-12-083-41/+31
* Fix cpplint.py nits.wtc@chromium.org2010-12-082-4/+4
* Linux build fix.mbelshe@chromium.org2010-12-081-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-0813-58/+76
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-086-22/+232
* Fix OpenSSL buildjoth@chromium.org2010-12-081-3/+6
* Move more code from headers to implementation.erg@google.com2010-12-072-1/+3
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-074-35/+203
* Implements keygen handler for openssl, but without private key persistencejoth@chromium.org2010-12-072-24/+37
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-074-39/+64
* Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false rep...timurrrr@chromium.org2010-12-072-0/+2