summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* ...agl@chromium.org2011-09-092-0/+9
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-0910-1612/+577
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-0910-577/+1612
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-0910-1588/+568
* Revert 100316 - Fix a memory leak in a unit test.estade@chromium.org2011-09-093-22/+12
* Fix a memory leak in a unit test.erikwright@chromium.org2011-09-093-12/+22
* Fix wrong type for len arg in SEC_StringToOID call in r100264.mattm@chromium.org2011-09-081-1/+1
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-087-13/+294
* net: remove X509CertificateTest.UnoSoftCertParsingagl@chromium.org2011-09-081-22/+0
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-0810-568/+1588
* net: add certificate pins for Toragl@chromium.org2011-09-072-0/+44
* Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1...thakis@chromium.org2011-09-0611-152/+284
* Revert 99666 (sync tests started failing on mac10.6:thakis@chromium.org2011-09-0511-284/+152
* Linux: Monitor resolv.conf for changes and use that to reload resolver.craig.schlenter@chromium.org2011-09-0511-152/+284
* Mark net::NetLogStringParameter for export to fix component build for chrome.sadrul@chromium.org2011-09-041-1/+1
* Introduced the URLBlacklistManager, and wired it to various places.joaodasilva@chromium.org2011-09-041-0/+10
* mac: gcc buildfixthakis@chromium.org2011-09-041-1/+2
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-045-48/+140
* Landing some further tweaks for Adam.cevans@chromium.org2011-09-031-1/+9
* Fix a benign off-by-one error of kNumSerials in IsBlacklisted.wtc@chromium.org2011-09-031-3/+4
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Fix initial online state on Mac.adamk@chromium.org2011-09-024-39/+77
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-022-2/+7
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* IDNToUnicodeWithOffsets() supports NULL for the offset vector, so make IDNToU...pkasting@chromium.org2011-09-011-2/+1
* Force certificate trust preferences checking on OS X.rsleevi@chromium.org2011-09-011-1/+2
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-6/+6
* Add drive.google.com to HSTS list.cevans@chromium.org2011-09-012-0/+3
* HSTS: add two more hosts.agl@chromium.org2011-08-312-4/+20
* net: block bad DigiNotar serial numbers and several intermediates.agl@chromium.org2011-08-311-4/+273
* Revert 98885 - Third attempt at the following. Unreviewed, this was original...rsleevi@chromium.org2011-08-315-214/+295
* Third attempt at the following. Unreviewed, this was originally reviewed in ...pkasting@chromium.org2011-08-305-295/+214
* Mark DigiNotar as untrustedagl@chromium.org2011-08-304-9/+63
* fix up permsdmaclach@chromium.org2011-08-292-0/+0
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-293-11/+136
* Mark ParseHostAndPort() as NET_EXPORT instead of NET_EXPORT_PRIVATE.sergeyu@chromium.org2011-08-291-2/+2
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-291-0/+22
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-257-294/+13
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-257-13/+294
* Remove exec flags from cc files.jbates@chromium.org2011-08-252-0/+0
* Replace whitespace at beginning and end of file with hyphens, rather than sil...kenrb@chromium.org2011-08-242-6/+52
* net: add dropcam.com to HSTS preloaded list.agl@chromium.org2011-08-242-0/+8
* On Mac, respect certificate user trust settings created by Safari.rsleevi@chromium.org2011-08-231-12/+20
* Add the CertVerifier::set_max_cache_entries() method.wtc@chromium.org2011-08-233-12/+22
* net: only enable certificate pinning in official builds.agl@chromium.org2011-08-221-0/+8
* net: change from CRL filters to CRL sets.agl@chromium.org2011-08-226-1208/+810
* Use a different error code for pinning errors.agl@chromium.org2011-08-221-0/+5
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-203-106/+118