summaryrefslogtreecommitdiffstats
path: root/libcutils/socket_network_client.c
Commit message (Collapse)AuthorAgeFilesLines
* Libcutils: Remove unused variableAndreas Gampe2014-11-241-1/+0
| | | | | | For build-system CFLAGS clean-up, remove unused variable. Change-Id: Iaf6dd7b84ee4ef4734a48b37a4d0ca8287ca5fb5
* Fix win32 undefined reference to `_socket_network_client_timeout'.Elliott Hughes2014-05-201-10/+0
| | | | Change-Id: I063213957b8452f4690da0f64872075f7c27b4cd
* Fix Windows socket_network_client.c build failures.Elliott Hughes2014-05-191-1/+8
| | | | Change-Id: Ie67a2305ade02e078bf0edf54104c295b091b1b7
* Bound the ADB connect time with a non-blocking connectKen Lierman2014-05-191-5/+72
| | | | | | | | | | | | | After a disconnect, the initial blocking connect takes a long time to return, while subsequent calls return quicks. Switch to a non-blocking connect to make the re-connect time more consistent and faster overall. Change-Id: I21d02b22a8eb9a457c2f1fa95eb17894d5612ccd Signed-off-by: Ken Lierman <ken.lierman@windriver.com> Reviewed-by: Gumbel, Matthew K <matthew.k.gumbel@intel.com> Reviewed-by: Jovanovic, Radivoje <radivoje.jovanovic@intel.com> Reviewed-by: Boie, Andrew P <andrew.p.boie@intel.com>
* libcutils: turn on -WerrorMark Salyzyn2014-05-011-7/+4
| | | | | | - Deal with some -Wunused / -Wunused-variable issues Change-Id: I28c23fb213382a392ec30935749fb359e072d664
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+65
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-65/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+65