summaryrefslogtreecommitdiffstats
path: root/components/cronet
Commit message (Expand)AuthorAgeFilesLines
* [Cronet] Explicitly pass Context to getDefaultQuicUserAgentId to avoid crash ...mef2016-02-255-22/+22
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Revert of [Cronet] Hide all symbols besides JNI_OnLoad from libcronet.so (pat...xunjieli2016-02-222-15/+0
* [Cronet] Hide all symbols besides JNI_OnLoad from libcronet.sopauljensen2016-02-222-0/+15
* Provide default implementations for uploading.clm2016-02-194-40/+316
* Add close() support and allow getLength to throw IOException.clm2016-02-166-80/+238
* Exposes QUIC's migrate_sessions_early flag to cronet users.jri2016-02-123-3/+14
* [Cronet] Explain what happens to exceptions thrown by callbackspauljensen2016-02-122-2/+14
* Fixes a test that sets QUIC connection migration flags in cronet. This test i...jri2016-02-121-2/+49
* [Cronet] Expose quic_user_agent_id and quic_prefer_aes config options.mef2016-02-0910-15/+83
* [Cronet] Update CronetUrlRequest based on comments from CronetBidirectionalSt...mef2016-02-0810-214/+167
* [Cronet] Remove deprecated UrlRequest.read() APIpauljensen2016-02-086-212/+19
* Fix a compilation error on Cronet builder.dvadym2016-02-051-0/+1
* Fixes typo in JSON string that was causing test to fail and re-enables test.jri2016-02-051-2/+2
* Disable failing unit test.sgurun2016-02-051-1/+1
* [Cronet] Upstream cronet proguard.cfgmef2016-02-041-0/+7
* Exposes QUIC's close_sessions_on_ip_change and migrate_sessions_on_network_ch...jri2016-02-043-1/+25
* [Cronet] Unify error messages for embedders throwing exceptionspauljensen2016-02-033-5/+6
* Make explicitly setting Accept-Encoding a no-op.clm2016-02-032-0/+23
* Delete base/prefs and update callers to use components.brettw2016-02-035-14/+15
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-035-14/+13
* Delete base/prefs and update callers to use components.brettw2016-02-035-13/+14
* [Cronet] Add error code and immediatelyRetryable() to UrlRequestExceptionpauljensen2016-02-0219-41/+327
* CronetHttpURLConnection initialize mOutputStream if necessaryxunjieli2016-02-022-1/+54
* [Cronet] Get Cronet javadocs building with Javadoc doclet 1.8pauljensen2016-02-025-14/+52
* Support "shared" histograms between processes.bcwhite2016-02-011-0/+5
* [Cronet] Get Cronet performance test running againpauljensen2016-02-0114-111/+294
* Remove the net::tool namespace in QUIC coderch2016-01-311-4/+4
* Update GN build files for new prefs location.brettw2016-01-301-1/+1
* Revert of [Cronet] Get Cronet performance test running again (patchset #13 id...jbroman2016-01-3014-292/+111
* [Cronet] Get Cronet performance test running againpauljensen2016-01-3014-111/+292
* Initial implementation of CronetBidirectionalStream.mef2016-01-3019-86/+3026
* [Cronet] Refactor parameterized annotations to be on seperate line.pauljensen2016-01-292-5/+10
* Add Alternative Service field trial.bnc2016-01-292-2/+2
* Abstract pref storage from net::SdchOwnerbrettw2016-01-291-2/+103
* [third-party] Netty Server and dependencieskapishnikov2016-01-281-0/+3
* Fix doing network operations on wrong executorclm2016-01-272-4/+25
* Add API for custom library loadingmgersh2016-01-263-4/+63
* Revert of Add API for custom library loading (patchset #5 id:80001 of https:/...aberent2016-01-263-65/+4
* Separate prefs from HttpServerPropertiesManager.brettw2016-01-261-3/+42
* Add API for custom library loadingmgersh2016-01-253-4/+65
* [Telemetry] Update all clients to use chromium_config.GetTelemetryDir()eakuefner2016-01-221-1/+3
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-212-2/+2
* net: move more functions out of net_util.htfarina2016-01-202-2/+2
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-153-6/+18
* Make UrlRequest.Callback throw Exceptionclm2016-01-152-5/+6
* Add a whitelist for QUIC hosts.rch2016-01-143-2/+22
* [Android log] Avoid inserting URLs in the pattern to formatdgn2016-01-132-8/+8
* Convert DnsConfig values from base::Value* to scoped_ptr<base::Value>.tfh2016-01-111-1/+2
* Add HttpUrlConnection backed implementation of CronetEngine.clm2016-01-0719-171/+1300