summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add GetWellKnowMimeTypeFromExtension() to limit the search to a fixed set of ...michaeln@google.com2011-06-212-9/+39
* net: don't remove German federal sites from blacklist yet.agl@chromium.org2011-06-201-0/+2
* net: randomly remove 15% of the False Start blacklist.agl@chromium.org2011-06-201-565/+0
* net: Don't access SECOID_AlgorithmIDTemplate directly.rvargas@google.com2011-06-201-1/+2
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-202-16/+0
* Map WSAEMSGSIZE to ERR_MSG_TOO_BIG.sergeyu@chromium.org2011-06-201-0/+2
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-201-3/+3
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-191-3/+3
* net: Fix regressions for net.dllrvargas@google.com2011-06-172-2/+4
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-3/+3
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-171-3/+3
* Add mime types for application/pkcs7-mime and application/pkcs7-signature.mattm@chromium.org2011-06-161-1/+3
* Parametrize DnsQuery over PRNG to aid testing.agayev@chromium.org2011-06-164-10/+18
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-161-0/+4
* Map some CRL and OCSP errors to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION.wtc@chromium.org2011-06-161-6/+19
* Remove out-of-date comments that refer to old cookie implementations and specs.abarth@chromium.org2011-06-151-23/+0
* Fix memset bug in NetworkChangeNotifierLinux.willchan@chromium.org2011-06-151-2/+2
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-153-34/+0
* Addressing one trivial review comment...finnur@chromium.org2011-06-151-3/+3
* Uninitialized members in CRLFilter.finnur@chromium.org2011-06-151-2/+7
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Added a metric to measure how much time is saved by havingrtenneti@chromium.org2011-06-141-0/+17
* Promoting the MHTML file extension to primary mappings.jcivelli@chromium.org2011-06-141-3/+3
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-143-5/+13
* NetworkChangeNotifierMac: use a synchronous call to get initialadamk@chromium.org2011-06-141-5/+22
* net: add (*.)cert.se to HSTS preloaded list.agl@chromium.org2011-06-132-0/+8
* Add LOG(WARNING) messages to track down where we set CERT_STATUS_INVALID.wtc@chromium.org2011-06-111-1/+11
* Add histograms to measure DNS lookups for different configurations.mbelshe@chromium.org2011-06-101-0/+27
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-093-13/+5
* Break the dependency of DnsQuery and DnsResponse from AddressListagayev@chromium.org2011-06-096-163/+115
* Add revocation checking field trial.agl@chromium.org2011-06-092-0/+16
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-093-5/+13
* Collect stats to investigate the viability of UDPrtenneti@chromium.org2011-06-092-0/+116
* NetworkChangeNotifierMac: lock access to network_reachable_ as it may be readadamk@chromium.org2011-06-082-1/+8
* Fix debug crash caused by NetworkChangeNotifierChromeos.rhashimoto@chromium.org2011-06-083-5/+7
* Revert "Revert "net: followup to codereview for cl/7096014""agl@chromium.org2011-06-083-22/+66
* Revert "net: followup to codereview for cl/7096014"agl@chromium.org2011-06-083-66/+22
* net: followup to codereview for cl/7096014agl@chromium.org2011-06-083-22/+66
* Rename the x509_openssl_util namespace to x509_utilrsleevi@chromium.org2011-06-073-24/+22
* Fix AddressList unittestsagayev@chromium.org2011-06-071-22/+38
* Remove special case hack for *.latest.chrome.google.com now that --hsts-hostscevans@chromium.org2011-06-072-7/+3
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-065-103/+251
* net: Add NET_TEST to a new code.rvargas@google.com2011-06-033-9/+11
* Changes to have chrome building with net.dllrvargas@google.com2011-06-032-2/+2
* Implements DnsRequest and DnsResponse classes.agayev@chromium.org2011-06-039-2/+620
* Revert 87809 - Added DnsQuery classagayev@chromium.org2011-06-039-612/+2
* Added DnsQuery classagayev@chromium.org2011-06-039-2/+612
* net: pull DNSSEC out from behind the flag.agl@chromium.org2011-06-032-19/+1
* Build fix for the valgrind builders.agl@chromium.org2011-06-023-59/+82
* Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.adamk@google.com2011-06-022-7/+77