summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect style for CL http://codereview.chromium.org/2718011/showrdsmith@google.com2010-07-072-19/+21
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-073-9/+169
* Log whenever the network IP address changes.eroman@chromium.org2010-07-072-9/+19
* Add a lock for OS X CSSM wrapper APIsdavidben@chromium.org2010-07-072-21/+40
* Brushed up listen socket:pfeldman@chromium.org2010-07-055-16/+35
* Revert 51572 - Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-021-1/+1
* Fix regression where we didn't ever start watching for network address change...pkasting@chromium.org2010-07-021-0/+1
* Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-021-1/+1
* Revert 51544 - I think the chances are noticeably above zero that thisrdsmith@google.com2010-07-023-169/+9
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-023-9/+169
* Log readable versions of OS X keygen errorsdavidben@chromium.org2010-07-011-16/+43
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-012-7/+0
* Remove gmail.com from the list of strict servers.akalin@chromium.org2010-06-301-1/+4
* Make KeygenHandlerTest.ConcurrencyTest flaky on mac.erikkay@chromium.org2010-06-301-1/+8
* Require renegotiation info from a whitelist of servers.agl@chromium.org2010-06-303-0/+35
* Re-enable ConcurrencyTestdavidben@chromium.org2010-06-301-3/+1
* 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