History log of /external/qemu/proxy/proxy_http_rewriter.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9c98df586b228896d98645f4192c9fc30e56f0d 11-Oct-2011 David 'Digit' Turner <digit@google.com> Fix http proxy to deal with chunked body encoding properly.

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
/external/qemu/proxy/proxy_http_rewriter.c
9b98dbde344781e93e2bdcfa599428cda2fda41d 31-Jul-2010 David 'Digit' Turner <digit@android.com> Better detection of incorrect proxy values when starting the emulator.

Change-Id: I344f06fc16e051359669b8fe9b8dcec0ceca377d
/external/qemu/proxy/proxy_http_rewriter.c
1fee27e582e9ad9981dd54adad6d47f18a1aae4d 23-Jul-2010 David 'Digit' Turner <digit@android.com> fix -http-proxy implementation to work correctly with chunked encoding.

Change-Id: I3d8a18bd0849c75d0133b234a8aa74069ad71baa
/external/qemu/proxy/proxy_http_rewriter.c
ce0f4b02160ee72d7d2428867fe757bc37c68c98 25-Mar-2010 David 'Digit' Turner <digit@google.com> Fix Win32 socket error handling.

This also fixes -http-proxy support on Windows.

Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
/external/qemu/proxy/proxy_http_rewriter.c
4735694ff99078f961876525ebbd55317956083f 05-Apr-2009 David Turner <> AI 144597: am: CL 144596 am: CL 144595 Fix the AVD configuration code to 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
/external/qemu/proxy/proxy_http_rewriter.c
8b23a6c7e1aee255004dd19098d4c2462b61b849 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/proxy/proxy_http_rewriter.c
f721e3ac031f892af46f255a47d7f54a91317b30 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/proxy/proxy_http_rewriter.c
c27f813900a3c114562efbb8df1065e94766fc48 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/external/qemu/proxy/proxy_http_rewriter.c
c2db2b6accc7888df514261a7240e7759df95a4c 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/external/qemu/proxy/proxy_http_rewriter.c
df7881f07f53b041dc0568be8528e9dbb74994cc 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/qemu/proxy/proxy_http_rewriter.c