summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...mattm@chromium.org2011-01-193-11/+13
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-143-14/+14
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-143-14/+14
* Fixes OpenSSL build following http://codereview.chromium.org/5686002/bulach@chromium.org2011-01-141-1/+8
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-142-21/+19
* net: add a number of Brocade hosts to the False Start blacklist.agl@chromium.org2011-01-131-0/+12
* net: add cybs.rogers.com to the False Start blacklistagl@chromium.org2011-01-131-0/+1
* net: enable DnsRRResolver on Windowsagl@chromium.org2011-01-133-11/+124
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-138-39/+214
* Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...rsleevi@chromium.org2011-01-131-1/+0
* net: add Live Gamer sites to False Start blacklistagl@chromium.org2011-01-121-0/+2
* Clarify wording around blocking 3rd party cookies and add lab to block readin...jochen@chromium.org2011-01-123-8/+36
* replace memcmp with MagicCmp that supports '.' for single character of anythi...fbarchard@chromium.org2011-01-121-3/+19
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-112-0/+8
* More reordering the methods in headers in net/.erg@chromium.org2011-01-119-1208/+1216
* net: add touchnet.com to False Start blacklistagl@chromium.org2011-01-101-0/+1
* Start reordering the methods in headers in net/.erg@google.com2011-01-078-271/+272
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-076-8/+114
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-076-114/+8
* net: perform a non-A DNS lookup for HTTPS hosts.agl@chromium.org2011-01-061-0/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-8/+114
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-114/+8
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-066-8/+114
* net: add (*.)splendidbacon.com to HSTS preloaded.agl@chromium.org2011-01-062-0/+5
* Make the comment at the top of the file match the code.wtc@chromium.org2011-01-041-17/+10
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-024-4/+4
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-012-6/+5
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-012-6/+6
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-014-8/+8
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-014-15/+15
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-016-7/+8
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-3/+4
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-306-31/+31
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-234-1/+135
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-239-2/+62
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-225-5/+88
* 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
* net: add mayfirst.org to HSTS preloaded.agl@chromium.org2010-12-212-0/+8
* 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
* 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