Sign in
chromium
/
chromium
/
src
/
a7a6196257751af4e1bf769d60cb566c437f28e8
/
components
/
cronet
11a0bbd
Add close() support and allow getLength to throw IOException.
by clm
· 10 years ago
e68df0e
Exposes QUIC's migrate_sessions_early flag to cronet users.
by jri
· 10 years ago
07c3496
[Cronet] Explain what happens to exceptions thrown by callbacks
by pauljensen
· 10 years ago
c69a8842
Fixes a test that sets QUIC connection migration flags in cronet. This test incorrectly sets two mutually exclusive flags to both be true, which fails a DCHECK later in QuicStreamFactory.
by jri
· 10 years ago
c5da571
[Cronet] Expose quic_user_agent_id and quic_prefer_aes config options.
by mef
· 10 years ago
e5cfb99
[Cronet] Update CronetUrlRequest based on comments from CronetBidirectionalStream review.
by mef
· 10 years ago
a7f4fd7
[Cronet] Remove deprecated UrlRequest.read() API
by pauljensen
· 10 years ago
463eb376
Fix a compilation error on Cronet builder.
by dvadym
· 10 years ago
7c5cef6
Fixes typo in JSON string that was causing test to fail and re-enables test.
by jri
· 10 years ago
58c0f98
Disable failing unit test.
by sgurun
· 10 years ago
97f0bbe
[Cronet] Upstream cronet proguard.cfg
by mef
· 10 years ago
d2656695
Exposes QUIC's close_sessions_on_ip_change and migrate_sessions_on_network_change flags to cronet users.
by jri
· 10 years ago
b40bed0
[Cronet] Unify error messages for embedders throwing exceptions
by pauljensen
· 10 years ago
545126d
Make explicitly setting Accept-Encoding a no-op.
by clm
· 10 years ago
06650868
Delete base/prefs and update callers to use components.
by brettw
· 10 years ago
456d8424
Revert of Delete base/prefs and update callers to use components. (patchset #3 id:40001 of https://codereview.chromium.org/1662523004/ )
by msw
· 10 years ago
1f5feb7
Delete base/prefs and update callers to use components.
by brettw
· 10 years ago
867dd4b
[Cronet] Add error code and immediatelyRetryable() to UrlRequestException
by pauljensen
· 10 years ago
ed014787
CronetHttpURLConnection initialize mOutputStream if necessary
by xunjieli
· 10 years ago
2cd66082
[Cronet] Get Cronet javadocs building with Javadoc doclet 1.8
by pauljensen
· 10 years ago
5cb99eb
Support "shared" histograms between processes.
by bcwhite
· 10 years ago
3721400
[Cronet] Get Cronet performance test running again
by pauljensen
· 10 years ago
750447f9
Remove the net::tool namespace in QUIC code
by rch
· 10 years ago
9f7802a2
Update GN build files for new prefs location.
by brettw
· 10 years ago
fe8c97b
Revert of [Cronet] Get Cronet performance test running again (patchset #13 id:240001 of https://codereview.chromium.org/1536433002/ )
by jbroman
· 10 years ago
58f1ff5
[Cronet] Get Cronet performance test running again
by pauljensen
· 10 years ago
72e1034
Initial implementation of CronetBidirectionalStream.
by mef
· 10 years ago
a047820
[Cronet] Refactor parameterized annotations to be on seperate line.
by pauljensen
· 10 years ago
f33fb31b
Add Alternative Service field trial.
by bnc
· 10 years ago
66fdcb70
Abstract pref storage from net::SdchOwner
by brettw
· 10 years ago
810c220
[third-party] Netty Server and dependencies
by kapishnikov
· 10 years ago
4e94624
Fix doing network operations on wrong executor
by clm
· 10 years ago
5a35917
Add API for custom library loading
by mgersh
· 10 years ago
06c22d98
Revert of Add API for custom library loading (patchset #5 id:80001 of https://codereview.chromium.org/1619673004/ )
by aberent
· 10 years ago
73172fb
Separate prefs from HttpServerPropertiesManager.
by brettw
· 10 years ago
12d01cb3
Add API for custom library loading
by mgersh
· 10 years ago
a5d5d3d6
[Telemetry] Update all clients to use chromium_config.GetTelemetryDir()
by eakuefner
· 10 years ago
33c282f
Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines
by olli.raula
· 10 years ago
7a4a7fd
net: move more functions out of net_util.h
by tfarina
· 10 years ago
6971c17
QUIC - Allow cronet apps to specify how many server configs are to be
by rtenneti
· 10 years ago
282bca93
Make UrlRequest.Callback throw Exception
by clm
· 10 years ago
74da0e1a
Add a whitelist for QUIC hosts.
by rch
· 10 years ago
f69ffa0
[Android log] Avoid inserting URLs in the pattern to format
by dgn
· 10 years ago
ef3618f
Convert DnsConfig values from base::Value* to scoped_ptr<base::Value>.
by tfh
· 10 years ago
5632bf5
Add HttpUrlConnection backed implementation of CronetEngine.
by clm
· 10 years ago
be08c7a
Convert Pass()→std::move() in //components/cronet/android (data reduction proxy edition)
by dcheng
· 10 years ago
e23386b
Port cronet_package GYP target to GN
by agrieve
· 10 years ago
d0cf8b9
Convert Pass()→std::move() in //components (Android edition)
by dcheng
· 10 years ago
51ba3e69
Clean up header files.
by avi
· 10 years ago
bc5337b
Switch to standard integer types in components/, part 1 of 4.
by avi
· 10 years ago
4a87c45
Added @Nullable to CronetUrlRequest, along with proper build dependencies.
by klm
· 10 years ago
85b624b
[Cronet] Set default method to POST when doOutput is true
by xunjieli
· 10 years ago
540db42
GN: asset_location -> android_assets() for cronet
by agrieve
· 10 years ago
863742c
[Cronet] Delete CronetUploadDataStreamAdapter synchronously
by xunjieli
· 10 years ago
b4ec4cb
GN: Fix cronet compile with enable_incremental_javac = true
by agrieve
· 10 years ago
fe9b2cdc
Fix up remaining issues from the libevent move in r366282.
by thestig
· 10 years ago
c67d53c
[Cronet] Request metrics reporting prototype.
by klm
· 10 years ago
8d1fd88
[Cronet] Add BidirectionalStream.Builder.setPriority() method and corresponding values.
by mef
· 10 years ago
1f21928
Remove ScopedVector from url_request_context_builder
by olli.raula
· 10 years ago
10872419
Fix and remove DLS_DEAD_LOCAL_STORE SuppressFBWarnings warnings
by xunjieli
· 10 years ago
2f8f11a
[Cronet] adjust expectation of testDisconnectWhileReadingDoesnotBlock
by xunjieli
· 10 years ago
4cafedf
Fix "gn gen" from cronet in Debug
by pkotwicz
· 10 years ago
92e2e231
Port cronet build rules to GN part 1
by pkotwicz
· 10 years ago
0fc5bb77ed
Remove references to non-existant files from cronet_static.gypi
by pkotwicz
· 10 years ago
99a95a0
[Cronet-Tests] Added ERR_CONNECTION_REFUSED as expected error on PKP mismatch
by kapishnikov
· 10 years ago
64e809d0
QUIC - cronet - added idle_connection_timeout_seconds experiment
by rtenneti
· 10 years ago
13dffa5
Moved data saver pref out of data reduction proxy component.
by bengr
· 10 years ago
e92c409
[Cronet] Allow experimenting with Chrome's internal DNS resolver.
by pauljensen
· 10 years ago
86a02ce7
[Cronet] Disable testing of redirect following control in Android M
by pauljensen
· 10 years ago
9041eb3c
[Cronet] Remove JSON serialization of CronetEngine.Builder
by pauljensen
· 10 years ago
b0293a3
[Cronet] Unit test refactoring and fixes
by kapishnikov
· 10 years ago
609239e
Revert of [Cronet] Remove JSON serialization of CronetEngine.Builder (patchset #14 id:260001 of https://codereview.chromium.org/1429863008/ )
by caitkp
· 10 years ago
2ab23710
[Cronet] Remove JSON serialization of CronetEngine.Builder
by pauljensen
· 10 years ago
b6e92d4
[Cronet] When connection is disconnected, InputStream#read should give an exception
by xunjieli
· 10 years ago
df5ccab
[Cronet] Public key pinning for Java API
by kapishnikov
· 10 years ago
326fe63
[Cronet] Set HTTP method before starting a request in CronetHttpURLConnection
by xunjieli
· 10 years ago
a1a79c3
jni: Pass method parameters as JavaParamRef in cronet.
by torne
· 10 years ago
f06e9c8
[Cronet] Clear mock cert verifier reference in CronetEngine.Builder
by xunjieli
· 10 years ago
961a488
Define a Java-side global application context.
by torne
· 10 years ago
f24ee5f
[Cronet] Add QUIC experimental params
by xunjieli
· 10 years ago
abc0bae3
[Cronet] Continue UrlRequest with NULL certificate if Client cert is requested.
by mef
· 10 years ago
505f20a
Revert of [Cronet] Add QUIC experimental params (patchset #9 id:180001 of https://codereview.chromium.org/1448583003/ )
by xunjieli
· 10 years ago
8ece3aa
[Cronet] Add QUIC experimental params
by xunjieli
· 10 years ago
969a5118
Migrating tests to use EmbeddedTestServer (misc)
by svaldez
· 10 years ago
0917ec4
Use std::default_delete as the default deleter for scoped_ptr.
by dcheng
· 10 years ago
d15ad369
Revert of [Cronet] Add QUIC experimental params (patchset #7 id:140001 of https://codereview.chromium.org/1448583003/ )
by bruening
· 10 years ago
fde0b72c
[Cronet] Add QUIC experimental params
by xunjieli
· 10 years ago
61b1eaa
[Cronet] Replace setExperimentalQuicConnectionOptions with a more general API
by xunjieli
· 10 years ago
81994795
Make operators on scoped_ptr match the ones defined for std::unique_ptr
by danakj
· 10 years ago
0b32008
Rename TestDataProvider.java to TestUploadDataProvider.java.
by mikecase
· 10 years ago
4330745
[Android] Fix errorprone Deprecated Annotation errors.
by mikecase
· 10 years ago
81fb71a
[Cronet] Remove an outdated CronetHttpURLConnection test
by xunjieli
· 10 years ago
72d9f8c
[Cronet] Move HistogramManager to CronetEngine method
by pauljensen
· 10 years ago
88d1828
[Cronet] Make javadoc failures stop build, and fix failures
by pauljensen
· 10 years ago
99b644c
Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000
by rch
· 10 years ago
68484cb9
[Cronet] Remove dead code
by pauljensen
· 10 years ago
4bc4f46
[Cronet] Ensure test storage directory exists
by pauljensen
· 10 years ago
4bbfa83
[Cronet] Small javadoc and spelling fixes
by kapishnikov
· 10 years ago
826bb42
[Cronet] Make UrlResponseInfo constuctor public for testing
by pauljensen
· 10 years ago
3c55da5
[Cronet] Remove CriteriaHelper
by pauljensen
· 10 years ago
Next »