summaryrefslogtreecommitdiffstats
path: root/adb/sysdeps_win32.c
Commit message (Collapse)AuthorAgeFilesLines
* Windows adb: initialize on to 1 in disable_tcp_nagleRay Donnelly2013-01-111-1/+1
|
* adb: Use bionic's strtok_r() for WindowsScott Anderson2012-06-051-0/+78
| | | | | | | | | | A recent change use strtok_r which broke the Windows build. Clear this potential landmine by adding adb_strtok_r to sysdeps.h in the typical fashion. For Windows, the actual implementation in sysdeps_win32.c was copied from bionic/libc/string/strtok.c. Change-Id: Ibb71555bc429f7058c07c3d39e0b62859c79635c Signed-off-by: Scott Anderson <saa@android.com>
* Fixes ADB crash on Windows due to large number of connections. do not merge.Vladimir Chtchetkine2011-12-051-15/+190
| | | | | | | | | | | | The reason for the crash is that ADB on Windows uses WaitForMultipleObjects to wait on connection events. When number of connections exceeds 64, ADB crashes, because WaitForMultipleObjects API doesn't support more than 64 handles. This CL contains a fixer routine that allows waiting on an arbitrary number of handles. (cherry picked from commit ac52833e48f46dfd9f7c8f86236ee8b437850c0a) Change-Id: I8ad264765e5b38d01a31e42b445f97ea86e49948
* adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-111-0/+14
| | | | | | | Also check that device is not already connected in "adb connect" Change-Id: I5f84b56b63d8c6932f23791cac319fd6bc39d36c Signed-off-by: Mike Lockwood <lockwood@android.com>
* Cleaning up whitespace in adb sources. Nothing more, nothing less.David 'Digit' Turner2009-05-181-5/+5
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1953
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1953/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-58/+58
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1953