summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* First step towards component build for Android.yfriedman@chromium.org2012-11-015-5/+9
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-0116-16/+52
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-0118-298/+215
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-018-7/+158
* Add HSTS preload for code.google.com.palmer@chromium.org2012-10-312-2/+7
* Switch the TCP reads on Windows to use non-blocking/non-async I/O.pmeenan@google.com2012-10-313-49/+186
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-1/+1
* Fix infinite proxy retries that could happen when PAC script threw javascript...eroman@chromium.org2012-10-313-1/+42
* Disable HSTS when max-age is 0.palmer@chromium.org2012-10-312-7/+13
* Remove base::RefCounted as a friend of SpdyStreamDelegate.rch@chromium.org2012-10-301-1/+0
* Add an HSTS preload for history.google.com.palmer@chromium.org2012-10-302-0/+2
* Process only the first Strict-Transport-Security header.palmer@chromium.org2012-10-308-1/+87
* Add an HSTS preload for another alias of Chromium Rietveld.palmer@chromium.org2012-10-302-0/+2
* Http cache: reset cache_io_start_ at destruction of the cache transaction.rvargas@google.com2012-10-301-0/+1
* Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.pauljensen@chromium.org2012-10-292-1/+42
* Fix trivial bug in URLFetcherCore::SetStopOnRedirect() that ignored the suppl...pkasting@chromium.org2012-10-291-1/+1
* Remove the expired DnsImpact field trial.stevet@chromium.org2012-10-291-11/+0
* Removing myself from OWNERs and WATCHLISTsatish@chromium.org2012-10-291-1/+0
* net_unittests.isolate on Windows: Traced it allmaruel@chromium.org2012-10-291-17/+74
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-1/+3
* Disable QuicSendSchedulerTest.AvailableCongestionWindow (failing on linux 32 ...rch@chromium.org2012-10-271-1/+2
* Getting self address for QUIC from the socket, passing it through to the conn...rch@chromium.org2012-10-276-57/+75
* Add upload identifier to URLRequest::Start net log event.cbentzel@chromium.org2012-10-274-1/+9
* Add NetworkChangeNotifier connectivity events to the NetLog.pauljensen@chromium.org2012-10-273-2/+35
* Remove DeprecationWarning filtering from testserver.pymattm@chromium.org2012-10-271-3/+0
* Improve URLRequestContextBuilder for use in android_webviewboliu@chromium.org2012-10-273-16/+31
* Add QUIC congestion control classes. (Just a basic fixed rate sender.)rch@chromium.org2012-10-2720-0/+1137
* Http cache: Measure back navigations on the infinite cache simulation.rvargas@google.com2012-10-273-2/+19
* Apply a few missing const qualifiers in net/digit@chromium.org2012-10-262-7/+7
* Remove the ProxyConnectionImpact field trial.stevet@chromium.org2012-10-261-19/+0
* [net] Move call to HaveOnlyLoopbackAddresses from HostResolverImpl ctor to Wo...szym@chromium.org2012-10-262-7/+52
* Update mime type matching to handle parameters.gbillock@chromium.org2012-10-262-16/+103
* Fix places where "request" is misspelled "requst". Surprisingly, there are s...pkasting@chromium.org2012-10-253-4/+4
* Cache backend for devices with flash storageagayev@chromium.org2012-10-257-136/+185
* Fix Android cryptographic key pair storage.digit@chromium.org2012-10-253-22/+49
* Revert 164064 - Cache backend for devices with flash storagecbentzel@chromium.org2012-10-257-184/+136
* [net] When using TTL from DnsTask, set it to at least 60 seconds.szym@chromium.org2012-10-254-51/+56
* Cache backend for devices with flash storageagayev@chromium.org2012-10-257-136/+184
* Fix the failed cases in URLFetcherFileTest on Android.shouqun.liu@intel.com2012-10-254-8/+28
* net: Remove unused URLRequest::job()hashimoto@chromium.org2012-10-251-4/+0
* testserver.py cleanuptoyoshim@chromium.org2012-10-251-67/+89
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-245-3/+25
* Remove the ConnnectBackupJobs field trial.stevet@chromium.org2012-10-241-9/+0
* net: update Twitter HSTS entry.agl@chromium.org2012-10-242-4/+4
* Remove debugging logging in QuicFecGroupTest. This debugging was confusing s...rch@chromium.org2012-10-241-8/+0
* testserver.py must provide proper error codetoyoshim@chromium.org2012-10-241-8/+7
* Remove the ConnCountImpact FieldTrial code.stevet@chromium.org2012-10-241-11/+0
* Add QuicPacketCreator and QuicFecGroup.rch@chromium.org2012-10-2313-15/+1005
* Call sock_->IsConnected() without waiting for the connection to bewtc@chromium.org2012-10-231-7/+9
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-232-9/+0