summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Create self signed X509 certificatehclam@chromium.org2010-12-173-0/+150
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-0/+5
* net::DirectoryLister: mark another buggy use of IOevan@chromium.org2010-12-171-0/+3
* Cache certificate verification results in memory.wtc@google.com2010-12-163-111/+838
* 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-162-122/+8
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2010-12-162-8/+122
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-1613-255/+769
* Temporarily whitelist DirectoryLister, which is blocking the IO thread.willchan@chromium.org2010-12-161-0/+4
* Fix openssl after singleton refactorjoth@chromium.org2010-12-142-4/+9
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-146-61/+62
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* 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
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-116-62/+61
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-116-61/+62
* Explicitly whitelist the test server port.bauerb@chromium.org2010-12-102-9/+27
* Adds first cut implementation of a private key store abstraction for openssljoth@chromium.org2010-12-105-10/+135
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-096-6/+20
* A ScopedNetLogEvent that logs a NetLog begin event on creation,mmenke@chromium.org2010-12-093-0/+81
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-092-3/+16
* False Start blacklist: add giltcdn.comagl@chromium.org2010-12-081-0/+1
* Miscellaneous cleanup: remove unnecessary forwardwtc@chromium.org2010-12-082-35/+25
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-3/+3
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-072-5/+8
* 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-073-6/+28
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-062-3/+2
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-063-6/+24
* Cleanup X509CertificateMac style nits and introduce a crypto library agnostic...rsleevi@chromium.org2010-12-055-116/+125
* net: add vibe.novell.com to the False Start blacklistagl@chromium.org2010-12-051-0/+1
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-2/+7
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-032-0/+14
* Allow data URLs to trigger downloads, as they do in Firefox.darin@chromium.org2010-12-032-0/+7
* Fix indentation.darin@chromium.org2010-12-031-7/+7
* Don't unescape backslashes in URLs, since these will be converted to slashesbrettw@chromium.org2010-12-031-2/+3
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-033-24/+25
* Don't unescape characters that can change the meaning of a URL. I removed the...brettw@google.com2010-12-023-31/+40
* net: add everbox.com to False Start blacklistagl@chromium.org2010-12-021-0/+1
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-025-18/+42
* Fix preconnect crash when we hit max socket limit.willchan@chromium.org2010-12-021-1/+3
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-017-276/+61
* This is a cleanup of http://codereview.chromium.org/3274004/.wtc@chromium.org2010-12-012-4/+0
* net: add HSTS entry for (*.)riseup.netagl@chromium.org2010-11-302-0/+4
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-305-12/+13
* Remove duplicate SetSSL3Enabled and SetTLS1Enabled testswtc@chromium.org2010-11-301-26/+0
* Remove SSL 2.0 support.wtc@chromium.org2010-11-308-61/+36
* net: limit HSTS ages to one year.agl@chromium.org2010-11-303-8/+38
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1