summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-0/+3
* Fix shutdown crash in CertVerifier by using a MessageLoopProxy.willchan@chromium.org2010-11-231-16/+19
* Make NetLog::EventParameters RefCountedThreadSafe.mmenke@chromium.org2010-11-231-1/+1
* Add delay when resuming load when network connection is restured.oshima@chromium.org2010-11-221-5/+5
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-229-199/+148
* Remember if a user declines to provide a server with a client certificatersleevi@chromium.org2010-11-223-23/+99
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-197-45/+64
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-197-64/+45
* Implement a dispatcher for prerender requestsgavinp@chromium.org2010-11-191-0/+5