summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-266-24/+32
* Disable concurrency test added in r50903davidben@chromium.org2010-06-261-1/+3
* Add virtual to some base classes that have virtual methodsjar@chromium.org2010-06-251-0/+3
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-252-8/+86
* ChromeOS compile fix, attempt 2.pkasting@chromium.org2010-06-251-2/+2
* Try to fix ChromeOS compile.pkasting@chromium.org2010-06-251-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-2515-533/+329
* X509CertificateTest.IntermediateCertificates leaks several native certificate...rsleevi@chromium.org2010-06-241-24/+29
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+3
* Change Windows' application/x-x509-user-cert handling to allow any certificat...rsleevi@chromium.org2010-06-247-305/+3
* Windows and NSS implementations allow for any certificate, while the Mac impl...rsleevi@chromium.org2010-06-241-2/+0
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-3/+0
* Add a locked version of CryptAcquireContextdavidben@chromium.org2010-06-231-4/+7
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+3
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-222-2/+2
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-222-18/+90
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-52/+15
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-15/+52
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-0/+10
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-212-23/+2
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-182-2/+23
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-182-21/+28
* Move the Mozilla-derived code in net/base/keygen_handler_nss.ccwtc@chromium.org2010-06-181-235/+5
* Disable caching of failed DNS lookups.eroman@chromium.org2010-06-171-1/+1
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-178-49/+82
* Assert SetCookieableScheme called before first use.rdsmith@google.com2010-06-172-0/+5
* Working towards -Wextrathomasvl@chromium.org2010-06-161-3/+3
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-165-33/+81
* Add Keynectis to EV listdavidben@chromium.org2010-06-151-0/+6
* Introduced artificial processing delay to work around the issue of proxy init...zelidrag@chromium.org2010-06-142-2/+35
* Download filename encoding fix [try2]:estade@chromium.org2010-06-112-4/+37
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-103-0/+41
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-092-25/+48
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-091-10/+3
* Download filename encoding fix:estade@chromium.org2010-06-081-3/+10
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-085-78/+364
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-075-9/+9
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-033-2/+13
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-034-27/+79
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-4/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-023-24/+66
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-11/+10
* Move net::HTTPSProber from net_base to netmnissler@chromium.org2010-06-012-153/+0
* Remove assertion on correct NetworkChangeNotifierLinux cleanup.willchan@chromium.org2010-05-281-1/+2
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+4
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-272-4/+4
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-262-4/+4
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-252-4/+4
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-252-14/+24