summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow a retry of a blocking connect() on EINTR to fail with EISCONN.wtc@chromium.org2012-10-231-1/+2
* [net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn...szym@chromium.org2012-10-232-4/+31
* Add a new OnRevivedPacket() method to QuicFramerVisitorInterface that is call...rch@chromium.org2012-10-234-7/+17
* Cache backend for devices with flash storageagayev@chromium.org2012-10-238-0/+553
* TransportClientSocketTest.IsConnected should wait for the server towtc@chromium.org2012-10-231-2/+6
* net_unittests.isolate on OSX: update with fix_test_casse.py.maruel@chromium.org2012-10-221-20/+20
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-2221-177/+134
* Minor style cleanup of QuicProtocolrch@chromium.org2012-10-222-34/+42
* net: add a couple of RedHat domains to the HSTS preloaded list.agl@chromium.org2012-10-222-0/+4
* net: add (*.)stocktrade.de to HSTS preloaded.agl@chromium.org2012-10-222-0/+2
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-2219-281/+177
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-229-566/+562
* Change CryptoFramer to return a QuicData* instead of returning a bool and set...rch@chromium.org2012-10-214-34/+23
* Move non-trivial methods from QuicDataWriter to the .cc file.rch@chromium.org2012-10-202-48/+54
* Make QuicPacket and QuicEncryptedPacket DISALLOW_COPY_AND_ASSIGN.rch@chromium.org2012-10-202-61/+50
* Clean up style of QUIC's CryptoFramer et. al.rch@chromium.org2012-10-204-47/+72
* [Coverity] Init uninitialized member vargroby@chromium.org2012-10-201-0/+1
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-202-3/+3
* Create a barebones DNS proberttuttle@chromium.org2012-10-203-4/+8
* Android: remove check for JNI method id.bulach@chromium.org2012-10-201-5/+0