summaryrefslogtreecommitdiffstats
path: root/adb/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* adb: Fix adb tcpip commandBenoit Goby2012-06-121-3/+3
* adb: fix non-linux builds. tcpip:, root:, usb: are not for ADB_HOSTJP Abgrall2012-03-301-0/+2
* adb: fix exit of "adb root" when it is a no-op.JP Abgrall2012-03-301-2/+3
* adb: Don't synchronize with transport using sleepBenoit Goby2012-03-161-0/+14
* Revert "adb: kick the transport after sending the "adb root" command"Mike Lockwood2011-06-221-16/+0
* Tidy up the end-of-data handling in backupChristopher Tate2011-06-201-0/+3
* Use adb_sleep_ms for Cygwin compatKenny Root2011-06-151-1/+1
* adb: kick the transport after sending the "adb root" commandMike Lockwood2011-06-121-0/+16
* am 4ba5a8ac: am eafcbe10: am 072a0fac: Merge "Fixed adb crash due to accessin...Nick Kralevich2011-06-091-2/+5
|\
| * Fixed adb crash due to accessing freed memoryTom Marlin2011-06-031-2/+5
| * In serial, skip over port as well if numbers found after colon.Terence Haddock2011-04-061-2/+28
* | adb: Don't allow a forced exit if data is still in the socketJP Abgrall2011-04-121-2/+2
* | adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-8/+25
* | In serial, skip over port as well if numbers found after colon.Terence Haddock2011-03-161-2/+28
* | Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-231-9/+2
* | Fix adb hang when subprocess dies early.JP Abgrall2011-02-181-2/+9
|/
* adb: optimize socket-list-walking codeAndré Goddard Rosa2010-06-141-2/+5
* adb: remove unneeded assignment of id to zeroAndré Goddard Rosa2010-06-141-1/+0
* adb: clean up 0 --> NULL for pointersAndré Goddard Rosa2010-06-141-3/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+787
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-787/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-54/+108
* Initial ContributionThe Android Open Source Project2008-10-211-0/+733