index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ocsp
/
nss_ocsp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use begin() to iterate over requests_ (a std::set) while deleting items.
wtc@chromium.org
2012-06-22
1
-10
/
+9
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+1
*
Revert "Revert "Revert "Revert "net: add OCSP tests.""""
agl@chromium.org
2012-03-20
1
-9
/
+3
*
Revert "Revert "Revert "net: add OCSP tests."""
agl@chromium.org
2012-03-19
1
-3
/
+9
*
Revert "Revert "net: add OCSP tests.""
agl@chromium.org
2012-03-19
1
-9
/
+3
*
Revert "net: add OCSP tests."
agl@chromium.org
2012-03-19
1
-3
/
+9
*
net: add OCSP tests.
agl@chromium.org
2012-03-19
1
-9
/
+3
*
net: always enable NSS's HTTP fetches
agl@chromium.org
2012-03-14
1
-4
/
+4
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-1
/
+1
*
Clean up uses of static data around singletons.
rsesek@chromium.org
2012-01-19
1
-2
/
+7
*
base::Bind fixes
groby@chromium.org
2011-12-23
1
-4
/
+6
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-3
/
+3
*
Remove DisableOCSP().
sergeyu@chromium.org
2011-08-23
1
-18
/
+3
*
Disable OCSP initialization when running in sandbox.
sergeyu@chromium.org
2011-08-18
1
-3
/
+18
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Switch to using the system request context for OCSP.
willchan@chromium.org
2011-05-16
1
-9
/
+0
*
net: add histograms for OCSP and CRL fetch failures.
agl@chromium.org
2011-04-22
1
-30
/
+61
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+1
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-4
/
+4
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-18
/
+18
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+2
*
When using NSS for certificate verification, add a check when fetching CRLs/O...
rsleevi@chromium.org
2010-12-06
1
-0
/
+13
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-9
/
+9
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
1
-9
/
+2
*
Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-2
/
+9
*
Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-9
/
+2
*
Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.
willchan@chromium.org
2010-11-09
1
-127
/
+154
*
Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa...
willchan@chromium.org
2010-10-25
1
-1
/
+1
*
Release ChromeURLRequestContextGetters' references on IO thread shutdown.
willchan@chromium.org
2010-10-22
1
-1
/
+1
*
Explicitly shutdown OCSP.
willchan@chromium.org
2010-10-21
1
-4
/
+10
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Reland fix for OCSP startup race.
willchan@chromium.org
2010-10-12
1
-92
/
+172
*
Revert 62105 - Test change to fix a leak. Will revert after getting in a run...
willchan@chromium.org
2010-10-10
1
-172
/
+92
*
Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...
willchan@chromium.org
2010-10-10
1
-92
/
+172
*
nss_oscp: convert LOG(INFO) to VLOG(1)
evan@chromium.org
2010-10-05
1
-19
/
+19
*
Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...
willchan@chromium.org
2010-09-28
1
-172
/
+92
*
Reland r59972: Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-28
1
-92
/
+172
*
Fix include order to fix linux perf bot.
tfarina@chromium.org
2010-09-25
1
-2
/
+2
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-7
/
+8
*
Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...
willchan@chromium.org
2010-09-21
1
-172
/
+92
*
Reland r59511: Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-20
1
-92
/
+172
*
Revert 59511 (potentially caused chromiumos leaks) - Take 2: Eagerly set the ...
willchan@chromium.org
2010-09-15
1
-169
/
+92
*
Take 2: Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-15
1
-92
/
+169
*
Revert r59289: "Eagerly set the IO loop used for OCSP."
willchan@chromium.org
2010-09-13
1
-42
/
+3
*
Eagerly set the IO loop used for OCSP.
willchan@chromium.org
2010-09-13
1
-3
/
+42
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Coverity: Fix using pointer to freed string in OCSPTrySendAndReceive.
mattm@chromium.org
2010-07-10
1
-7
/
+7
*
net: Change how we detect OCSP vs CRL requests from NSS.
agl@chromium.org
2010-07-02
1
-24
/
+58
*
Revert "net: Change how we detect OCSP vs CRL requests from NSS."
agl@chromium.org
2010-07-02
1
-57
/
+24
[next]