index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
cronet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable sdch in Cronet
xunjieli
2015-04-29
27
-28
/
+527
*
[cronet] Pass total bytes received to CronetUrlRequest.onSucceeded()
pauljensen
2015-04-28
3
-25
/
+3
*
Rename methods and members and const variables to alternative service.
bnc
2015-04-27
2
-2
/
+2
*
Cronet: Fix CronetUploadTest.testDestroyAdapterBefore* tests.
mmenke
2015-04-24
2
-15
/
+20
*
net_log_logger_ replaced with write_to_file_observer_ considering https://cod...
vishal.b
2015-04-23
4
-17
/
+18
*
Refactor NetLog::LogLevel --> NetLogCaptureMode.
eroman
2015-04-23
3
-6
/
+7
*
[cronet] Run MessageLoops on single thread in tests
pauljensen
2015-04-22
1
-39
/
+49
*
[cronet] Avoid JNI errors when starting Quic server for tests
pauljensen
2015-04-22
2
-13
/
+8
*
Cronet: Test that UrlRequestLister.onFailed is called once
mmenke
2015-04-22
4
-1
/
+35
*
[cronet] Quit MessageLoop directly instead of via posting a quit task.
pauljensen
2015-04-22
3
-19
/
+24
*
[Cronet] update test expectations for OutputStream tests
xunjieli
2015-04-22
2
-1
/
+13
*
[cronet] Don't wait 10s before running each Cronet test
pauljensen
2015-04-22
1
-24
/
+8
*
Cronet: Fix IOBufferWithByteBuffer.
mmenke
2015-04-21
1
-4
/
+6
*
Cronet: Fix CronetURLRequestTest.testMockMultiRedirect.
mmenke
2015-04-20
1
-1
/
+1
*
Avoid PathUtils fetching directory paths on UI thread.
wnwen
2015-04-20
2
-9
/
+11
*
Cronet: Switch to pull-based API.
mmenke
2015-04-20
11
-311
/
+835
*
Rename NetLogLogger and CapturingNetLog
vishal.b
2015-04-17
4
-8
/
+8
*
[Cronet] Implement getOutputStream in CronetHttpURLConnection
xunjieli
2015-04-17
8
-42
/
+1412
*
Update "UsedBy" in Cronet's proguard to match http://crrev.com/9c45cf7
pauljensen
2015-04-14
1
-4
/
+4
*
Move several annotations to annotations package.
aurimas
2015-04-14
3
-3
/
+3
*
[Cronet] fix crash in quic_test_server.cc
xunjieli
2015-04-13
3
-12
/
+29
*
[Cronet] disable QuicTest#testQuicLoadUrl
xunjieli
2015-04-10
1
-1
/
+1
*
[Cronet] edited QuicTest.java to start activity first
xunjieli
2015-04-10
1
-13
/
+13
*
[Cronet] Enable QuicTest#testQuicLoadUrl
xunjieli
2015-04-10
1
-10
/
+19
*
Move histogram_manager from components/metrics to components/cronet on android.
mef
2015-04-09
6
-2
/
+191
*
[Cronet] Disables testQuicLoadUrl
xunjieli
2015-04-07
1
-1
/
+1
*
[Cronet] Add support to run quic_simple_server
xunjieli
2015-04-07
8
-101
/
+260
*
This CL uses @NativeClassQualifiedName in
xunjieli
2015-04-06
7
-475
/
+278
*
Rename NetLog's Add/Remove observer methods to indicate they are deprecated.
eroman
2015-04-03
1
-2
/
+2
*
Fix DCHECK in CronetUploadDataStreamStream adapter
mmenke
2015-04-02
2
-2
/
+29
*
Update remaining code to include NetLog files from net/log directory rather t...
eroman
2015-04-02
3
-3
/
+3
*
[Cronet] Address Android lint warnings.
mef
2015-04-01
6
-42
/
+12
*
[Cronet] Fix MockUrlRequestJobTest#testNoWriteAfterSyncCancel
xunjieli
2015-03-30
1
-2
/
+4
*
Send mock response headers in url_request_mock_data_job.cc
xunjieli
2015-03-30
1
-6
/
+4
*
[Cronet] Rename the smaller cronet.jar to cronet_java.jar
xunjieli
2015-03-30
1
-12
/
+6
*
[Cronet] Delay StartNetLog and StopNetLog until native request context is ini...
xunjieli
2015-03-27
3
-16
/
+35
*
Adds @UsedByReflection to the CronetUrlRequestContext constructor. This is ne...
groakley
2015-03-25
1
-0
/
+3
*
[Android] Incorporate findbugs into android builds.
jbudorick
2015-03-24
3
-0
/
+8
*
Remove prerender cookie store, part 4.
davidben
2015-03-23
2
-2
/
+2
*
Update HttpServerProperties::*AlternateProtocol* interface.
bnc
2015-03-20
2
-10
/
+10
*
Fix up if statement curly braces issues.
aurimas
2015-03-18
3
-6
/
+3
*
[Cronet] Respect user agent string from config
xunjieli
2015-03-17
4
-13
/
+79
*
[Cronet] Implement batch read in CronetInputStream
xunjieli
2015-03-16
3
-13
/
+141
*
Add ability for NetLogLogger to gather data from more than just NetLog
mmenke
2015-03-16
2
-11
/
+12
*
Spelling fix
dougk
2015-03-12
1
-1
/
+1
*
Cronet depends on url/ and net/ compiled with special flag 'USE_ICU_ALTERNATI...
mef
2015-03-11
1
-0
/
+64
*
Refactoring cronet JNI_OnLoad
michaelbai
2015-03-10
1
-22
/
+19
*
[Cronet] hook up proxy config service in cronet_url_request_context_adapter.cc
xunjieli
2015-03-10
1
-3
/
+2
*
[cronet] Fix race to call InitApplicationContext
pauljensen
2015-03-09
7
-27
/
+19
*
[Cronet] Make sure to only pass the application Context to InitApplicationCon...
pauljensen
2015-03-09
11
-27
/
+63
[next]