summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/net
Commit message (Expand)AuthorAgeFilesLines
* Remove support for reading mime types from property files.Narayan Kamath2015-04-211-61/+0
* Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-252-2/+75
|\
| * Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-242-2/+75
* | Fix for ftp:// invalid urls with ProxySelectorNeil Fuller2015-03-251-1/+1
|/
* MimeUtils: add ODF presentation (template)Miklos Vajna2014-12-271-0/+2
* Add hwp to MimeUtils map.Sungmin Choi2014-12-171-0/+1
* Add a hidden API for detecting response charsets.Narayan Kamath2014-12-161-0/+90
* Add epub to MimeUtils map.Ben Murdoch2014-12-111-0/+1
* Prefer "jpg" over "jpeg" as the extension for "image/jpeg".Elliott Hughes2014-11-141-1/+2
* libcore changes to support ConnectionPool cache flushingNeil Fuller2014-09-092-0/+106
* Rearrange a few of our MIME type registrations.Elliott Hughes2014-08-221-5/+6
* Fix MimeUtils to treat ".flac" as "audio/flac".Elliott Hughes2014-08-041-10/+10
* Remove more.Elliott Hughes2014-06-172-18/+3
* am 00c64297: am 469b6955: am 567dcb29: Merge "Fix various errors in FileURLCo...Narayan Kamath2014-05-091-12/+134
|\
| * Fix various errors in FileURLConnectionTest.Narayan Kamath2014-05-091-12/+134
* | Add APIs for better interoperability with Java 1.7Neil Fuller2014-03-072-3/+0
|/
* Addition of 1.7 methods to URLConnection.Neil Fuller2014-02-192-14/+35
* am 580df337: Merge "Update our MIME type map."Elliott Hughes2013-11-141-2/+15
|\
| * Update our MIME type map.Elliott Hughes2013-11-141-2/+15
* | am e690ff8e: Add more certificate MIME type mappings.Jeff Sharkey2013-10-281-0/+3
|\ \ | |/ |/|
| * Add more certificate MIME type mappings.Jeff Sharkey2013-10-251-0/+3
* | Remove RawSocket, which is no longer used.Elliott Hughes2013-09-111-142/+0
|/
* Cache the few unique Attributes.Name values.Elliott Hughes2013-08-051-28/+4
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-282-7/+7
* Switch to OkHttp as URL's preferred HTTP implementation.jwilson2013-04-0321-5062/+0
* MimeUtils' list of MIME types should be in order of popularity.Elliott Hughes2013-03-251-5/+11
* Retry failed redirections when socket is recycled.Jeff Sharkey2012-12-172-0/+8
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-1/+1
* Make sure URL.toURILenient throws the proper exception on trailing garbage es...Brian Carlstrom2012-10-181-1/+1
* Fix a bug in tunnel construction and 'Connection: close' headers.Jesse Wilson2012-10-041-7/+9
* Strip content length in requests with "transparent" gzip handling.Narayan Kamath2012-09-242-0/+10
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-141-1/+1
* Disable SSL compressionBrian Carlstrom2012-08-291-1/+0
* Performance improvements: DiskLruCache, HttpResponseCache.Vladimir Marko2012-08-161-26/+17
* HttpResponseCache should return 504, not 502.Elliott Hughes2012-07-301-4/+5
* Merge "Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPI...Brian Carlstrom2012-07-271-0/+9
|\
| * Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStreamBrian Carlstrom2012-07-271-0/+9
* | Merge "Fix URLConnectionTest#test_getAllowUserInteraction."Elliott Hughes2012-07-241-7/+7
|\ \
| * | Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-241-7/+7
| |/
* | Tolerate cache files being removed from underneath DiskLruCacheBrian Carlstrom2012-07-241-1/+1
|/
* TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the pr...Brian Carlstrom2012-07-191-1/+1
* Merge from AOSPJean-Baptiste Queru2012-07-091-0/+7
|\
| * Improve HttpResponseCache performance.Vladimir Marko2012-07-091-0/+7
* | am 4ec2d0de: HttpEngine should not attempt to cache proxy CONNECT responsesBrian Carlstrom2012-06-291-0/+5
|\ \
| * | HttpEngine should not attempt to cache proxy CONNECT responsesBrian Carlstrom2012-06-291-0/+5
* | | am 0253fff2: am a42068e9: Merge "BT: Adding support for wrf files to BT OPP"Elliott Hughes2012-04-301-0/+1
|\ \ \ | |/ / |/| / | |/
| * Merge "BT: Adding support for wrf files to BT OPP"Elliott Hughes2012-04-301-0/+1
| |\
| | * BT: Adding support for wrf files to BT OPPLukasz Rymanowski2012-03-251-0/+1
* | | Make classes accessible to ParsedHeadersTestBrian Carlstrom2012-03-122-3/+12
* | | Introduce an ExtendedResponseCache interface.Jesse Wilson2012-02-154-47/+12