summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: Use a default _SC_GETPW_R_SIZE_MAX sizeRobert Yang2018-10-241-0/+3
* adb: don't use <error.h>.Elliott Hughes2018-10-221-0/+30
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-17/+5
* adb: extract helper for dumping a packet header.Josh Gao2018-10-121-0/+42
* adb: static constexpr.Elliott Hughes2018-09-051-2/+2
* adb: move AdbCloser to its rightful place.Josh Gao2018-08-061-4/+0
* adb: fix escape_arg for multiple quotesRyan Prichard2018-07-101-9/+11
* Indicate that a packet was truncated.Dan Albert2017-06-271-1/+10
* Give a clear error message if we can't start the server.Elliott Hughes2017-06-201-0/+26
* Fix various adb error reporting bugs.Elliott Hughes2017-04-181-2/+2
* adb: allow symlinks to directories in directory_exists.Josh Gao2017-03-231-1/+1
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-49/+2
* Don't print 168^W143 lines of help when someone makes a typo.Elliott Hughes2017-02-061-0/+12
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-9/+8
* adb: extract the adb-specific unique_fd out into its own header.Josh Gao2016-09-011-0/+5
* adb: add helper to get the ~/.android directory.Josh Gao2016-09-011-7/+27
* resolve merge conflicts of a9e2b99 to nyc-dev-plus-aospYurii Zubrytskyi2016-05-271-0/+35
|\
| * [adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi2016-05-261-0/+36
| * adb: symlinks to dirs count as dirs for pull destination.Josh Gao2016-03-031-1/+3
| * adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-221-0/+1
| * adb: mkdirs fixesSpencer Low2016-02-221-7/+7
* | adb: support forwarding TCP port 0.David Pursell2016-05-091-0/+24
* | adb: symlinks to dirs count as dirs for pull destination.Josh Gao2016-03-021-1/+3
* | adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-191-0/+1
* | adb: mkdirs fixesSpencer Low2016-02-101-7/+7
|/
* base: add network address parsing function from adb.David Pursell2016-01-211-53/+0
* Merge "adb: shell: add -n flag to not read from stdin."Josh Gao2015-12-101-0/+19
|\
| * adb: shell: add -n flag to not read from stdin.Josh Gao2015-12-101-0/+19
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
|/
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-5/+2
* Merge changes I70c94c4b,Ifd8769edJosh Gao2015-11-051-6/+6
|\
| * adb: make mkdirs/secure_mkdirs do what they say.Josh Gao2015-11-041-6/+6
* | adb: make adb_basename match the POSIX behavior.Josh Gao2015-11-041-5/+24
|/
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-0/+16
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-3/+3
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-1/+1
* adb sync cleanup.Elliott Hughes2015-08-241-0/+4
* adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low2015-08-031-24/+78
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-22/+0
* More adb cleanup.Elliott Hughes2015-07-301-3/+26
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-16/+5
* Fix const-ness of strrchr callers.Elliott Hughes2015-07-281-5/+6
* Fix Win32 adb build.Elliott Hughes2015-07-241-2/+7
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-0/+17
* Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-0/+55
* Move mkdirs to adb_utils.Alex Vallée2015-07-151-0/+19
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-5/+0
* Turn on -Wformat-nonliteral.Dan Albert2015-07-091-0/+5
* Fix ' escaping in adb.Elliott Hughes2015-05-151-5/+10
* More adb buffer fixes.Elliott Hughes2015-05-011-0/+29