summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.h
Commit message (Expand)AuthorAgeFilesLines
* libbase: add ConsumePrefix/ConsumeSuffix.Elliott Hughes2020-03-131-8/+0
* adb: add helper to consume a prefix on a string_view.Josh Gao2019-02-251-0/+8
* adb: make ParseUint reject garbage at the end by default.Josh Gao2019-02-251-1/+4
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-2/+0
* adb: add stroll equivalent for string_view.Josh Gao2018-12-261-0/+33
* adb: switch daemon_service_to_fd to string_view.Josh Gao2018-12-211-0/+13
* adb: don't use <error.h>.Elliott Hughes2018-10-221-5/+5
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-2/+0
* adb: extract helper for dumping a packet header.Josh Gao2018-10-121-0/+4
* adb: syntax_error: add compile time format string checkingSpencer Low2018-09-041-1/+1
* Give a clear error message if we can't start the server.Elliott Hughes2017-06-201-0/+2
* adb: don't hold queue lock while performing callbacks.Josh Gao2017-06-051-4/+9
* adb: reunregress waiting for device on start-server.Josh Gao2017-05-311-0/+31
* Fix various adb error reporting bugs.Elliott Hughes2017-04-181-1/+1
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-5/+0
* Don't print 168^W143 lines of help when someone makes a typo.Elliott Hughes2017-02-061-0/+2
* adb: extract the adb-specific unique_fd out into its own header.Josh Gao2016-09-011-10/+0
* adb: add helper to get the ~/.android directory.Josh Gao2016-09-011-4/+4
* Kill adb's ScopedFd for unique_fd.Elliott Hughes2016-05-271-39/+0
* Kill load_file.Elliott Hughes2016-05-271-0/+1
* [adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi2016-05-271-0/+6
* adb/base: allow use of unique_fd inside adb.Josh Gao2016-05-141-0/+9
* adb: support forwarding TCP port 0.David Pursell2016-05-091-0/+7
* adb: make ScopedFd universally accessible and useful.Josh Gao2016-03-041-0/+43
* base: add network address parsing function from adb.David Pursell2016-01-211-11/+0
* adb: shell: add -n flag to not read from stdin.Josh Gao2015-12-101-0/+2
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-0/+2
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb sync cleanup.Elliott Hughes2015-08-241-0/+2
* adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low2015-08-031-0/+4
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-2/+0
* More adb cleanup.Elliott Hughes2015-07-301-0/+1
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-1/+1
* Fix const-ness of strrchr callers.Elliott Hughes2015-07-281-1/+1
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-0/+2
* Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-0/+11
* Move mkdirs to adb_utils.Alex Vallée2015-07-151-0/+2
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-1/+0
* Turn on -Wformat-nonliteral.Dan Albert2015-07-091-0/+1
* More adb buffer fixes.Elliott Hughes2015-05-011-0/+2
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-0/+1
* Fix more buffer overruns.Elliott Hughes2015-04-171-0/+26