summaryrefslogtreecommitdiffstats
path: root/net/cert/crl_set_storage.cc
Commit message (Expand)AuthorAgeFilesLines
* Use static_cast instead of reinterpret_cast in net::ReadHeader.wfh2016-01-271-1/+1
* Remove use of JSONReader::DeprecatedRead from net/olli.raula2015-09-011-2/+2
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* Apply sizeof to variables instead of types.wtc2015-06-051-15/+16
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-38/+38
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Mechanical rename of tracing includes for /netprimiano2015-01-301-1/+1
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-1/+1
* Fix "value possibly truncated" warnings on MSVC, net/ edition.pkasting2014-12-011-4/+8
* Remove implicit conversions from scoped_refptr to T* in net/cert/dcheng2014-08-261-2/+2
* Move CRL set parsing and serialization logic out of CRLSetsergeyu@chromium.org2014-07-031-0/+547