Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upstream: integrate timer/clock management changes. | David 'Digit' Turner | 2010-05-11 | 1 | -0/+1 |
| | | | | Change-Id: I24acbdebe58d207352548f54dda1abf5be01e7d4 | ||||
* | Fix Win32 socket error handling. | David 'Digit' Turner | 2010-03-25 | 1 | -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' Turner | 2009-05-14 | 1 | -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 Turner | 2009-04-15 | 2 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 19 | -0/+7923 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 19 | -7923/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 6 | -12/+25 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 4 | -31/+31 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+2 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 19 | -0/+7910 |