summaryrefslogtreecommitdiffstats
path: root/net/ocsp
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Change how we detect OCSP vs CRL requests from NSS.agl@chromium.org2010-07-021-24/+58
* Revert "net: Change how we detect OCSP vs CRL requests from NSS."agl@chromium.org2010-07-021-57/+24
* net: Change how we detect OCSP vs CRL requests from NSS.agl@chromium.org2010-07-021-24/+57
* Revert 51480 - [Linux]When cancelling a composition, only focus out/in the IM...kinuko@chromium.org2010-07-021-53/+24
* [Linux]When cancelling a composition, only focus out/in the IM context when i...suzhe@chromium.org2010-07-021-24/+53
* Revert "net: Change how we detect OCSP vs CRL requests from NSS."agl@chromium.org2010-07-011-53/+24
* net: Change how we detect OCSP vs CRL requests from NSS.agl@chromium.org2010-07-011-24/+53
* Add histograms for the duration of OCSP and CRL fetches.agl@chromium.org2010-06-301-0/+12
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-10/+7
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-05-071-5/+29
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-04-231-0/+78
* Our HTTP client callback functions for NSS must set an NSS/NSPR errorwtc@chromium.org2010-04-051-11/+24
* Remove destruction observer in CancelURLRequestukai@chromium.org2010-01-141-0/+4
* Linux: don't send cookies with an OCSP request.agl@chromium.org2009-12-221-1/+2
* Refactor OCSPInitSingleton.ukai@chromium.org2009-12-171-23/+50
* Don't call RemoveDestructionObserver on non-IO thread.ukai@chromium.org2009-12-161-24/+55
* AddRef() / Release() while URLRequest is alive in OCSPRequestSessionukai@chromium.org2009-12-071-11/+20
* Do not set io_loop_ to NULL until we have deleted request_ and setwtc@chromium.org2009-12-031-4/+3
* [GTTF] Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-12-021-0/+2
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-4/+0
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-261-2/+0
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-261-0/+2
* Fix race condition in OCSPRequestSession.ukai@chromium.org2009-11-201-9/+17
* Don't call CancelURLRequest if request_is already NULL.ukai@chromium.org2009-11-181-8/+8
* Try to fix valgrind error in nss_ocsp.ccukai@chromium.org2009-11-171-11/+36