aboutsummaryrefslogtreecommitdiffstats
path: root/sockets.h
Commit message (Collapse)AuthorAgeFilesLines
* sockets.h: Add SOCKET_LIST_DGRAMDavid 'Digit' Turner2011-01-021-1/+2
| | | | Change-Id: Ifc00b12403a105307fa12d14a52c6566094ba7c0
* Implement sock_address_list_create2 routine.Vladimir Chtchetkine2010-11-241-0/+22
| | | | | | This routine takes socket address in the form of [host:]port and creates array of SockAddress for it. Change-Id: Ib2d4c1035d109d9d3df100961c4eec728d15e485
* Fix stack-smashing when using IPv6 sockets in the networking code.David 'Digit' Turner2010-08-251-5/+0
| | | | | | | 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
* Fix Win32 socket error handling.David 'Digit' Turner2010-03-251-1/+4
| | | | | | This also fixes -http-proxy support on Windows. Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-0/+50
| | | | | | | | | | | | | | | | | | | 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.
* AI 146183: am: CL 145975 am: CL 145805 Fix a bug in android/console.c that ↵David Turner2009-04-141-2/+12
| | | | | | | | | | | 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+339
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-339/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+10
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-40/+288
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+9
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+73