summaryrefslogtreecommitdiffstats
path: root/net/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "net: add OCSP tests.""""agl@chromium.org2012-03-201-9/+3
* Revert "Revert "Revert "net: add OCSP tests."""agl@chromium.org2012-03-191-3/+9
* Revert "Revert "net: add OCSP tests.""agl@chromium.org2012-03-191-9/+3
* Revert "net: add OCSP tests."agl@chromium.org2012-03-191-3/+9
* net: add OCSP tests.agl@chromium.org2012-03-191-9/+3
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-142-18/+20
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-1/+1
* Clean up uses of static data around singletons.rsesek@chromium.org2012-01-191-2/+7
* base::Bind fixesgroby@chromium.org2011-12-231-4/+6
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-3/+3
* Remove DisableOCSP().sergeyu@chromium.org2011-08-232-25/+3
* Disable OCSP initialization when running in sandbox.sergeyu@chromium.org2011-08-182-3/+25
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-4/+6
* Switch to using the system request context for OCSP.willchan@chromium.org2011-05-162-10/+0
* net: add histograms for OCSP and CRL fetch failures.agl@chromium.org2011-04-221-30/+61
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-4/+4
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-3/+3
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-18/+18
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* When using NSS for certificate verification, add a check when fetching CRLs/O...rsleevi@chromium.org2010-12-061-0/+13
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-9/+9
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-9/+2
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-2/+9
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-9/+2
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-091-127/+154
* Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa...willchan@chromium.org2010-10-251-1/+1
* Release ChromeURLRequestContextGetters' references on IO thread shutdown.willchan@chromium.org2010-10-221-1/+1
* Explicitly shutdown OCSP.willchan@chromium.org2010-10-212-5/+15
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Reland fix for OCSP startup race.willchan@chromium.org2010-10-122-92/+177
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-102-177/+92
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-102-92/+177
* nss_oscp: convert LOG(INFO) to VLOG(1)evan@chromium.org2010-10-051-19/+19
* Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...willchan@chromium.org2010-09-282-177/+92
* Reland r59972: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-282-92/+177
* Fix include order to fix linux perf bot.tfarina@chromium.org2010-09-251-2/+2
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-7/+8
* Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...willchan@chromium.org2010-09-212-177/+92
* Reland r59511: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-202-92/+177
* Revert 59511 (potentially caused chromiumos leaks) - Take 2: Eagerly set the ...willchan@chromium.org2010-09-152-174/+92
* Take 2: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-152-92/+174
* Revert r59289: "Eagerly set the IO loop used for OCSP."willchan@chromium.org2010-09-132-47/+3
* Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-132-3/+47
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Coverity: Fix using pointer to freed string in OCSPTrySendAndReceive.mattm@chromium.org2010-07-101-7/+7