summaryrefslogtreecommitdiffstats
path: root/net/cert_net
Commit message (Expand)AuthorAgeFilesLines
* Make the OCSP Init Singleton Lazyrsleevi2015-12-281-5/+1
* Convert Pass()→std::move() in //netdcheng2015-12-264-14/+16
* Switch to standard integer types in net/.Avi Drissman2015-12-204-1/+4
* Use std::tie() for operator< in net/jsbell2015-11-301-7/+5
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-061-33/+31
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-051-31/+33
* Migrating tests to use EmbeddedTestServer (/net)svaldez2015-11-031-33/+31
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-131-6/+5
* Removed .Pass() from several make_scoped_ptr()s.rdsmith2015-09-301-3/+2
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-6/+9
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-121-4/+3
* Remove reference counting from HttpNetworkSession.mmenke2015-09-111-3/+4
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-5/+5
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-2/+2
* Route OCSP stapling through CertVerifier.davidben2015-04-271-8/+3
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-232-8/+8
* Fix a bug when cancelling requests from CertNetFetcherImpl.eroman2015-04-223-2/+36
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-111-11/+0
* Move net/ocsp/* into net/cert_net/eroman2015-04-093-0/+1187
* Use a base::LinkedList rather than a std::deque to back CertNetFetcherImpl's ...eroman2015-04-091-16/+19
* Initial implementation for CertNetFetcher.eroman2015-04-084-0/+1389