aboutsummaryrefslogtreecommitdiffstats
path: root/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation error with new x86_64-w64-mingw32 compilerAndrew Hsieh2012-05-021-27/+28
* Quote concatenated QEMU options when -verbose is used.David 'Digit' Turner2011-03-011-1/+1
* sockets.h: Add SOCKET_LIST_DGRAMDavid 'Digit' Turner2011-01-021-0/+3
* Implement sock_address_list_create2 routine.Vladimir Chtchetkine2010-11-241-0/+27
* emulator-ui: Remove dependencies from qemu sources.David 'Digit' Turner2010-10-191-5/+5
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-26/+24
* Fix stack-smashing when using IPv6 sockets in the networking code.David 'Digit' Turner2010-08-251-46/+38
* Fix Win32 socket error handling.David 'Digit' Turner2010-03-251-7/+13
* Enable sockets.c to compile with GCC 4.4 headersJack Palevich2009-09-151-1/+8
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-8/+196
* Fix bad zero-termination bug in the socket string formatter.David 'Digit' Turner2009-07-101-6/+9
* Fix one minor crashing bug when -debug-audio is used with the OSS audio backend.David 'Digit' Turner2009-05-201-1/+4
* This fixes sock_address_init_resolv() to properly parse the linked-list retur...David 'Digit' Turner2009-05-141-11/+59
* Fix build for platforms where deprecated symbol EAI_NODATA is not defined.Nick Pelly2009-04-241-0/+2
* AI 145975: am: CL 145805 Fix a bug in android/console.c that prevented the co...David Turner2009-04-131-2/+23
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1269
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1269/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+30
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-200/+926
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+68
* Initial ContributionThe Android Open Source Project2008-10-211-0/+449