aboutsummaryrefslogtreecommitdiffstats
path: root/telephony/sysdeps_qemu.c
Commit message (Collapse)AuthorAgeFilesLines
* qemu-timer.c: rename qemu_timer_new_scale()David 'Digit' Turner2011-06-011-3/+3
| | | | | | | | | | | Get rid of qemu_timer_new() implementation, and update all callers to use qemu_timer_new_ms() or qemu_timer_new_ns() instead. Rename qemu_new_timer_scale() to qemu_new_timer() to follow upstream conventions. Change-Id: Id2c04f8597ec5026e02f87b3e2c5507920eb688e
* Upstream: integrate timer/clock management changes.David 'Digit' Turner2010-05-111-0/+1
| | | | Change-Id: I24acbdebe58d207352548f54dda1abf5be01e7d4
* Fix Win32 socket error handling.David 'Digit' Turner2010-03-251-2/+2
| | | | | | This also fixes -http-proxy support on Windows. Change-Id: I741b224511c064412ac39351ed4f1b9146a313a5
* This fixes sock_address_init_resolv() to properly parse the linked-list ↵David 'Digit' Turner2009-05-141-1/+2
| | | | | | | | | | | | | returned by getaddrinfo(). The previous implementation simply took the first entry, which could be an IPv6 address instead of an IPv4 one in certain OS setups. This created problems when "localhost" resolved to :::1 instead of 127.0.0.1. For example, when implementing inter-emulator telephony or SMS, since the caller would try to connect to localhost:5556, which was resolved to :::1:5556 while the received is listening on 127.0.0.1:5556 Also disable debugging traces that should not be activated. And make the error messages in sockets.c only dumped to the terminal when -debug-socket is active.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+376
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-376/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+13
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-20/+10
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+2
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+376