summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* The CertVerifierJob destructor should delete canceled requests.wtc@google.com2011-01-212-4/+42
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-212-8/+2
* More net/ reordering.erg@google.com2011-01-215-60/+84
* Remove the check for the obsolete CERT_TRUST_IS_NOT_TIME_NESTEDwtc@google.com2011-01-211-3/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2117-66/+66
* Allow IO operations in destructor of net::NetworkConfigWatcherMacThreadrsimha@chromium.org2011-01-201-0/+9
* Reorder the methods in net/url_request/.erg@google.com2011-01-202-94/+95
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-2018-434/+437
* Adjust comments for new Source/ location.dilmah@chromium.org2011-01-191-1/+1
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-193-14/+14
* Regkey functions return error code instead of boolamit@chromium.org2011-01-192-13/+11
* 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