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
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+2
*
[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
6
-473
/
+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
*
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
*
[Cronet] Do not call into native adapter after it is destroyed in ChromiumUrl...
xunjieli
2015-03-06
5
-127
/
+221
*
[Cronet] Enable chunked upload in CronetUrlRequest
xunjieli
2015-02-27
5
-16
/
+47
*
[Cronet] fix NoClassDefFoundError crash
xunjieli
2015-02-24
1
-0
/
+3
*
[Cronet] Move PostTask out of DCHECK.
xunjieli
2015-02-23
1
-2
/
+2
*
Upload support for async APIs
xunjieli
2015-02-20
20
-20
/
+2556
*
Use @NativeClassQualifiedName in CronetUrlRequestContext.java
xunjieli
2015-02-19
6
-174
/
+81
*
Rename org.chromium.cronet_test_apk to org.chromium.net
xunjieli
2015-02-13
28
-85
/
+45
*
[Cronet] Fix testSetUseCaches failure.
mef
2015-02-10
1
-1
/
+1
*
[Cronet] Hook up library loader, system proxy and network change notifier to ...
mef
2015-02-10
18
-147
/
+534
*
[Cronet] Allow UrlRequest bypass cache
xunjieli
2015-02-09
9
-6
/
+156
*
[Cronet] Make HistogramManager an abstract class to break dependency on nativ...
mef
2015-02-06
6
-26
/
+70
*
Quick-start instructions for Cronet Sample Application
dougk
2015-02-06
1
-0
/
+180
*
[Cronet] Adds header field location test
xunjieli
2015-02-06
1
-0
/
+2
*
Update {virtual,override,final} to follow C++11 style.
dcheng
2015-02-04
5
-12
/
+12
*
[Cronet] rename upload_test_server.cc/h
xunjieli
2015-02-04
3
-5
/
+5
*
[Cronet] Suppress unnecessary proguard warnings.
mef
2015-02-02
1
-0
/
+1
*
[Cronet] Implement methods to get response headers in HttpURLConnection.
xunjieli
2015-01-30
3
-9
/
+214
[next]