aboutsummaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix http proxy to deal with chunked body encoding properly.David 'Digit' Turner2011-10-171-35/+68
| | | | | | | | | | | | This patch fixes the HTTP rewriter to deal with chunked encoding properly. The old code didn't handle the end of chunk data properly (it must be followed by \r\n which was ignored by the previous code). See http://tools.ietf.org/html/rfc2616#section-3.6.1 for details. Fix for b/5033498 Change-Id: I385c632ab7b550257b7b241948c30e5fe444b7cd
* Better detection of incorrect proxy values when starting the emulator.David 'Digit' Turner2010-07-303-1/+60
| | | | Change-Id: I344f06fc16e051359669b8fe9b8dcec0ceca377d
* fix -http-proxy implementation to work correctly with chunked encoding.David 'Digit' Turner2010-07-231-0/+6
| | | | Change-Id: I3d8a18bd0849c75d0133b234a8aa74069ad71baa
* Fix Win32 socket error handling.David 'Digit' Turner2010-03-251-1/+1
| | | | | | This also fixes -http-proxy support on Windows. Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
* AI 144597: am: CL 144596 am: CL 144595 Fix the AVD configuration code to ↵David Turner2009-04-051-16/+30
| | | | | | | | | | | | | | | support "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory) Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation. Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly. Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options Add new documentation for QEMUD and CharDriverState objects Update the Audio documentation with ASCII graphics (because I'm an artist too) Original author: digit Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144597
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+2397
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-2397/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-105-10/+10
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-097-119/+68
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-177-400/+1727
|
* Initial ContributionThe Android Open Source Project2008-10-215-0/+1121