aboutsummaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* AI 146315: am: CL 146314 modify GSM emulation to accomodate 1.0 and 1.1 ↵David Turner2009-04-152-9/+30
| | | | | | | | | | | system images. without this, networking doesn't work well when using the 1.1 add-on with the cupcake sdk Original author: digit Merged from: //branches/cupcake/... Automated import of CL 146315
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-0/+7923
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-7923/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-106-12/+25
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-094-31/+31
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+2
|
* Initial ContributionThe Android Open Source Project2008-10-2119-0/+7910