| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I344f06fc16e051359669b8fe9b8dcec0ceca377d
|
|
|
|
| |
Change-Id: I3d8a18bd0849c75d0133b234a8aa74069ad71baa
|
|
|
|
|
|
| |
This also fixes -http-proxy support on Windows.
Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|