summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/http
Commit message (Expand)AuthorAgeFilesLines
* am 4ae1e382: Merge "Tracking merge of dalvik-dev to gingerbread" into gingerb...Brian Carlstrom2010-08-051-2/+2
|\
| * Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-2/+2
* | Make HTTP Header class handle multiple cache-control fields.Henrik Baard2010-07-141-1/+8
* | merge from open-source masterThe Android Open Source Project2010-06-081-2/+5
|\ \ | |/ |/|
| * Fixed problem with proxy server sometimes responds with 400 Bad Request when ...Henrik Baard2010-02-241-2/+5
| * eclair snapshotJean-Baptiste Queru2009-11-135-220/+69
| * donut snapshotJean-Baptiste Queru2009-08-311-29/+5
| * donut snapshotJean-Baptiste Queru2009-08-113-3/+11
| * donut snapshotJean-Baptiste Queru2009-07-211-3/+3
| * donut snapshotJean-Baptiste Queru2009-05-201-7/+9
| * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-192-92/+90
* | Restrict the range request to the servers claimingGrace Kloba2010-04-231-1/+4
* | Added the subset of partial content support so thatGrace Kloba2010-04-221-2/+24
* | Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-092-225/+19
* | Fix HttpProxy.Robert Greenwalt2010-03-301-0/+2
* | Fixes synchronous XHR requests which require authentication to complete synch...Steve Block2010-03-241-1/+11
* | Fix for when flash loads cached crossdomain.xml files.Leon Clarke2010-03-231-2/+19
* | Add an API on the Java side to allow WebKit to pause the current load. This i...Ben Murdoch2010-03-222-1/+49
* | b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-193-9/+9
* | Merge "Fixing spelling of intiialization to initialization in comment"Brian Carlstrom2010-03-021-1/+1
|\ \
| * | Fixing spelling of intiialization to initialization in commentBrian Carlstrom2010-03-021-1/+1
* | | SslCertificate should clone DatesBrian Carlstrom2010-03-021-4/+14
* | | SslCertificate should use Dates - fixing api for buildBrian Carlstrom2010-03-021-1/+1
* | | SslCertificate should provide Date interfaceBrian Carlstrom2010-03-021-9/+69
|/ /
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-253-1/+674
* | Rebuild a cleaner certificates chain before validating it.Huahui Wu2010-02-021-152/+62
* | Issue 1597: browser crash possibly related to invalid SSL certificateBrian Carlstrom2010-01-281-19/+24
* | Moved DomainNameChecker to android common.Makoto Onuki2010-01-122-281/+3
* | Patch from Huahui Wu.Grace Kloba2010-01-051-2/+5
* | Unbundling workPaul Westbrook2009-12-141-508/+0
* | Expose onReceivedSslError() so that the WebView clientGrace Kloba2009-12-071-2/+0
* | Process synchronous requests in the same RequestQueue.Patrick Scott2009-10-026-43/+103
* | Remove the network connection logic from RequestQueue.Patrick Scott2009-09-172-182/+16
* | am e97c2006: Updated Browser and MCS to use shared default trust manager inst...Bob Lee2009-08-201-29/+5
|\ \
| * | Updated Browser and MCS to use shared default trust manager instead of initia...Bob Lee2009-08-201-29/+5
* | | resolved conflicts for merge of b8802b21 to masterGrace Kloba2009-08-033-3/+11
|\ \ \ | |/ /
| * | Fix #2025900. If a https request is canceled while openConnection is calledGrace Kloba2009-07-303-3/+11
* | | Fix 1993520 where page cycler fails.Grace Kloba2009-07-241-6/+4
* | | Allow 205 and 305 to have content.Patrick Scott2009-07-211-2/+1
* | | Correctly set the thread priority for ConnectionThreads.Patrick Scott2009-07-201-0/+1
* | | Remove all our old high priority knowledge since WebCore will manage it.Patrick Scott2009-07-153-77/+31
* | | Fix the performance collection in the http thread. A connection can be reused...Grace Kloba2009-07-022-11/+29
* | | am 7a573862: Merge change 5720 into donutAndroid (Google) Code Review2009-07-011-3/+3
|\ \ \ | |/ /
| * | Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.",...Grace Kloba2009-06-291-3/+3
* | | Fix #1907439. If there is uncommitted content when gzipped content got EOFExc...Grace Kloba2009-06-091-2/+7
* | | Order high priority requests in the same order they are requested.Patrick Scott2009-05-201-19/+54
* | | am 1c9a92fd: Merge change 1690 into donutAndroid (Google) Code Review2009-05-141-7/+9
|\ \ \ | |/ /
| * | Rework some code so that it works the way it was supposed to work.Marco Nelissen2009-05-141-7/+9
| * | Automated import from //branches/donutburger/...@141355,141355Bob Lee2009-03-242-92/+90
| |/
* | Fix #1807059. If it is "POST", always use BasicHttpEntityEnclosingRequest eve...Grace Kloba2009-05-081-2/+7