summaryrefslogtreecommitdiffstats
path: root/net/cert/multi_threaded_cert_verifier_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename variables "request_handle" to "request" in CertVerifier tests.eroman2015-05-151-59/+59
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-11/+85
* Route OCSP stapling through CertVerifier.davidben2015-04-271-135/+94
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Annotate a test-only leak in MultiThreadedCertVerifierTest.CancelRequestThenQ...earthdok2015-03-111-15/+11
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-11/+9
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-2/+2
* Remove implicit conversions from scoped_refptr to T* in net/cert/dcheng2014-08-261-7/+7
* Revert 227219 "Revert 226920 "Roll Clang 188423:191856.""thakis@chromium.org2013-10-121-1/+7
* Revert 226920 "Roll Clang 188423:191856."thakis@chromium.org2013-10-061-7/+1
* Revert 226978 "Revert 226920 "Roll Clang 188423:191856.""jochen@chromium.org2013-10-041-1/+7
* Revert 226920 "Roll Clang 188423:191856."jochen@chromium.org2013-10-041-7/+1
* Roll Clang 188423:191856.thakis@chromium.org2013-10-041-1/+7
* Fix some potential after free errors on TestCompletionCallbackgavinp@chromium.org2013-06-261-11/+11
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-37/+97
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-0/+419