summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated forwarding headers net/base/cookie_*.h .erikwright@chromium.org2012-03-168-112/+0
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-163-37/+104
* Also list Izenpe's SHA1 root for EV.agl@chromium.org2012-03-161-1/+8
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+3
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-154-8/+25
* Adding support of ogg/vorbis audio for androidqinmin@chromium.org2012-03-151-2/+2
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-1517-9017/+33
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-156-74/+67
* When detecting client certs on OS X, ensure all certs match the server's Cert...rsleevi@chromium.org2012-03-151-4/+1
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-145-107/+386
* net: rework the EV metadataagl@chromium.org2012-03-145-172/+348
* Revert "net: rework the EV metadata"agl@chromium.org2012-03-145-346/+171
* net: rework the EV metadataagl@chromium.org2012-03-145-171/+346
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-141-1/+1
* Revert 126559 - Broke XP Tests (2)rsleevi@chromium.org2012-03-145-373/+107
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-145-107/+373
* Unreviewed fix for typo in commentagl@chromium.org2012-03-131-1/+1
* net: block two MITM proxy certificates issued by Trustwave Organization Issui...agl@chromium.org2012-03-131-1/+6
* Stop using NetworkChangeNotifierLinux for Android.yfriedman@chromium.org2012-03-131-4/+4
* net: add (*.)crate.io to HSTS preloaded list.agl@chromium.org2012-03-122-0/+4
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-1/+3
* net: add bigshinylock.minazo.net to HSTS preloaded.agl@chromium.org2012-03-092-0/+5
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-092-0/+42
* Change the old type name PRArenaPool to PLArenaPool.wtc@chromium.org2012-03-092-2/+1
* Disable X509Certificate.EVValidation for Android / USE_OPENSSL buildsrsleevi@chromium.org2012-03-091-1/+7
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-082-4/+6
* Mark CertVerifierTest.CacheHit test as FAILS_ for Mac OSX.joi@chromium.org2012-03-081-1/+7
* Handle a NULL trust anchor cert (cert_po_trustAnchor) returned bywtc@chromium.org2012-03-081-2/+3
* [net] Refactoring of HostResolverImpl::Job::CompleteRequests.szym@chromium.org2012-03-083-139/+138
* net: add a NotAfter field to CRLSets.agl@chromium.org2012-03-076-3/+78
* net: allow EV indication on Windows when the local OCSP/CRL cache is stale.agl@chromium.org2012-03-073-44/+33
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-077-8/+9
* Disable HostResolverImplTest.CanceledRequestsReleaseJobSlotsakalin@chromium.org2012-03-071-1/+2
* Fix component builds by marking a class NET_EXPORT_PRIVATErsleevi@chromium.org2012-03-071-1/+1
* Use a scoped class for managing test root certs in unit testsrsleevi@chromium.org2012-03-074-27/+53
* net: add a batch of HSTS preloaded additions to the table.agl@chromium.org2012-03-062-0/+28
* FileStream: Wait for IO completion in destructor regardless of auto_closed flagkinuko@chromium.org2012-03-063-10/+56
* Avoid loading ws2_32.dll just to get htons() and friends.wez@chromium.org2012-03-061-0/+9
* net: don't set HSTS for chart.apis.google.comagl@chromium.org2012-03-052-0/+7
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-042-6/+4
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-042-4/+6
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+6
* Remove a declaration for an unimplemented function in TransportSecurityState.rsleevi@chromium.org2012-03-031-5/+0
* Eliminate an unnecessary #include.pkasting@chromium.org2012-03-031-7/+2
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-033-17/+21
* [net] Removes leak from HostResolverImplTest.CanceledRequestsReleaseJobSlots.szym@chromium.org2012-03-031-0/+3
* [net] Ensure aborted HostResolverImpl::Jobs release slots in the dispatcher.szym@chromium.org2012-03-032-61/+186
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-2/+12
* net: Fix a subtle race in FileStreamWin::CloseSync()satorux@chromium.org2012-03-011-3/+5
* net: Make destruction and closure of FileStream safer.satorux@chromium.org2012-02-296-100/+236