| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ifc00b12403a105307fa12d14a52c6566094ba7c0
|
|
|
|
|
|
| |
This routine takes socket address in the form of [host:]port and creates array of SockAddress for it.
Change-Id: Ib2d4c1035d109d9d3df100961c4eec728d15e485
|
|
|
|
|
|
|
| |
struct sockaddr is not enough, and struct sockaddr_storage is not portable,
so redefine our own union to deal with the problem correctly.
Change-Id: Ib250da3e7bafef2d05c060ea61272720576994cb
|
|
|
|
|
|
| |
This also fixes -http-proxy support on Windows.
Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change integrates many changes from the upstream QEMU sources.
Its main purpose is to enable correct ARMv6 and ARMv7 support to the
Android emulator. Due to the nature of the upstream code base, this
unfortunately also required changes to many other parts of the source.
Note that to ensure easier integrations in the future, some source files
and directories that have heavy Android-specific customization have been
renamed with an -android suffix. The original files are still there for
easier integration tracking, but *never* compiled. For example:
net.c net-android.c
qemu-char.c qemu-char-android.c
slirp/ slirp-android/
etc...
Tested on linux-x86, darwin-x86 and windows host machines.
|
|
|
|
|
|
|
|
|
|
|
| |
prevented the console "redir add" command from working properly
Fix a bug in sock_address_init_resolve which caused a crashed when getaddrinfo() returned an error.
Original author: digit
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146183
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|