summaryrefslogtreecommitdiffstats
path: root/net/ocsp/nss_ocsp.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-2/+3
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-141-2/+2
* net_ocsp: Explicitly ignore result of CalledOnValidThread().thakis@chromium.org2013-11-061-1/+4
* Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."scherkus@chromium.org2013-11-041-2/+2
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-041-2/+2
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-1/+3
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-2/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-11/+11
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-151-5/+11
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-2/+5
* Ensure that OCSPIOLoop is associated with right thread if restarted.blundell@chromium.org2012-11-091-0/+18
* Fix places where "request" is misspelled "requst". Surprisingly, there are s...pkasting@chromium.org2012-10-251-1/+1
* [Coverity] Removed redundant conditiongroby@chromium.org2012-10-041-6/+6
* Reduce the network timeout for NSS from 60 seconds to 15 secondsrsleevi@chromium.org2012-08-301-2/+12
* Minor cleanup of NSS OCSP functionalityrsleevi@chromium.org2012-08-261-32/+29
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-3/+4
* Use begin() to iterate over requests_ (a std::set) while deleting items.wtc@chromium.org2012-06-221-10/+9
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+1
* 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-141-4/+4
* 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-231-18/+3
* Disable OCSP initialization when running in sandbox.sergeyu@chromium.org2011-08-181-3/+18
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Switch to using the system request context for OCSP.willchan@chromium.org2011-05-161-9/+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
* 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