Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
deb0b40f1fb44854019369ae0fef1f9784b2ac38
/
adb
/
Android.mk
f48503b
Also archive adb.exe/fastboot.exe when building win_sdk.
by Ying Wang
· 9 years ago
a76e5f0
adb: use TCP keepalive.
by David Pursell
· 9 years ago
ed1d7ae
Remove duplicate fdevent.cpp entry
by Dan Willemsen
· 9 years ago
b582fa3
adb: make fdevent_test, socket_test compile on Windows.
by Josh Gao
· 9 years ago
addab3d
adb: don't emulate fdevent or socketpair on Windows.
by Josh Gao
· 9 years ago
8b642e4
Add missing liblog dependency
by Dimitry Ivanov
· 9 years ago
d302a15
adb: sysdeps: add support for joining threads.
by Josh Gao
· 9 years ago
218eb7c
adbd: Depend only on libminijail.
by Jorge Lucangeli Obes
· 9 years ago
1e20e0a
Limit adb_test to first multilib
by Dan Willemsen
· 9 years ago
683dc48
adb: Use Minijail for privilege dropping.
by Jorge Lucangeli Obes
· 9 years ago
1b708d3
Share the new adb USB diagnostic code with fastboot.
by Elliott Hughes
· 9 years ago
a629e2e
adb: don't link against libcutils on Windows.
by Josh Gao
· 9 years ago
d21dc82
adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()
by Spencer Low
· 9 years ago
b7b1edf
adb: remove exit-time destructors.
by Josh Gao
· 9 years ago
b708d16
Show transfer progress in adb sync/pull/push.
by Elliott Hughes
· 9 years ago
6d92997
Don't use VLAs in adb.
by Elliott Hughes
· 9 years ago
bd2d961
init/adb: correct static lib dependencies for libselinux
by William Roberts
· 9 years ago
8ad8076
adb: use libfec in disable-verity
by Sami Tolvanen
· 9 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 9 years ago
c1b1f6f
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
76f4a65
Merge changes from topic 'adb_shell'
by David Pursell
· 9 years ago
b404dec
adb: fix shell_service_protocol_test for Windows.
by David Pursell
· 9 years ago
2f57720
Fix (Windows) build.
by Elliott Hughes
· 9 years ago
0ad13cf
Merge "fix adb_test Windows build"
by Elliott Hughes
· 9 years ago
e6ae573
adb: win32: make adb_getenv() case-insensitive
by Spencer Low
· 9 years ago
ebf770f
fix adb_test Windows build
by Spencer Low
· 9 years ago
0955c66
adb: implement shell protocol.
by David Pursell
· 9 years ago
31139af
Merge "adb: create shell protocol class (take 2)."
by David Pursell
· 9 years ago
aaf4fcf
Merge "Remove HOST_OS==windows check"
by Dan Willemsen
· 9 years ago
cb992d9
adb: remove unnecessary dependencies of liblog.
by Yabin Cui
· 9 years ago
b9e2e84
adb: create shell protocol class (take 2).
by David Pursell
· 9 years ago
da0b011
Merge "Revert "adb: create shell protocol class.""
by David Pursell
· 9 years ago
d9b7419
Revert "adb: create shell protocol class."
by David Pursell
· 9 years ago
2154153
Merge changes from topic 'adb_shell_prework'
by David Pursell
· 9 years ago
66680c5
Remove HOST_OS==windows check
by Dan Willemsen
· 9 years ago
73096f2
adb: create shell protocol class.
by David Pursell
· 9 years ago
80f6702
adb: move shell service to a separate file.
by David Pursell
· 9 years ago
2270dbb
combine adbd.rc with init.usb.rc
by Tom Cherry
· 9 years ago
87a419c
Remove USE_MINGW/CYGWIN; Whitelist windows modules
by Dan Willemsen
· 9 years ago
2ae47a0
Merge "adb: add unit test for fdevent."
by Yabin Cui
· 9 years ago
c642458
adb: remove workaround for b/6558362.
by Yabin Cui
· 9 years ago
bec02fc
adb: add unit test for fdevent.
by Yabin Cui
· 9 years ago
bd4b1fa
Improve adb tracing.
by Elliott Hughes
· 9 years ago
daa6c46
Don't build 32-bit host libadb.
by Elliott Hughes
· 9 years ago
20391b1
bundle init.rc contents with its service
by Tom Cherry
· 9 years ago
6b940e1
Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc"
by Elliott Hughes
· 9 years ago
cf168a8
adb_test/libbase_test: win32: get some tests working
by Spencer Low
· 10 years ago
e347c1d
adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc
by Spencer Low
· 9 years ago
16d79c7
Remove adb's unused get_my_path for Windows.
by Elliott Hughes
· 9 years ago
cf4ff64
adb: win32: Unicode path names, env vars, some console support
by Spencer Low
· 10 years ago
9113b47
Add top level sanitize options for ADB.
by Dan Albert
· 9 years ago
4f1d7b5
Fix Win32 adb build (for the second time today).
by Elliott Hughes
· 9 years ago
812f030
Clean up the locking in usb_linux.cpp.
by Elliott Hughes
· 9 years ago
286bb6d
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
459df8f
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
5cba504
Ignore ro.adb.secure in user builds.
by Elliott Hughes
· 10 years ago
3647376
Merge "Clean up adb_trace_init."
by Dan Albert
· 10 years ago
db037bc
Merge "Make atransport be a real class."
by Dan Albert
· 10 years ago
c7915a3
Make atransport be a real class.
by Dan Albert
· 10 years ago
23fee8f
Turn on -Wextra.
by Dan Albert
· 10 years ago
e246219
Clean up adb_trace_init.
by Dan Albert
· 10 years ago
ac3f7d9
adb / libbase: clean up NOGDI and evil ERROR macro
by Spencer Low
· 10 years ago
c89e0cc
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
218dbcc
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
cf07494
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
142ec75
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
1ba1d7c
Include the git sha in the adb version.
by Dan Albert
· 10 years ago
a7a67c3
Disable adb tests for Windows.
by Dan Albert
· 10 years ago
e67f1f8
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
9309ecb
Support the full length of USB serial numbers.
by Elliott Hughes
· 10 years ago
e434ad1
Merge "Always explain why bind(2) failed."
by Elliott Hughes
· 10 years ago
dc1e482
Fix windows adb build
by Colin Cross
· 10 years ago
b2b06de
Merge "statically link adb and fastboot against libc++"
by Colin Cross
· 10 years ago
7b50609
Always explain why bind(2) failed.
by Elliott Hughes
· 10 years ago
53daee6
Fix the Windows adb build.
by Elliott Hughes
· 10 years ago
2083fa6
Switch adb over to clang.
by Elliott Hughes
· 10 years ago
5830577
Fix more buffer overruns.
by Elliott Hughes
· 10 years ago
2baae3a
Remove various fixed-length buffers (and their overflows).
by Elliott Hughes
· 10 years ago
a4802ca
Merge "Move usb_osx to C++."
by Dan Albert
· 10 years ago
c4f8fa7
Merge "Link libraries needed for Darwin adb tests."
by Dan Albert
· 10 years ago
7447dd0
Move usb_osx to C++.
by Dan Albert
· 10 years ago
f8d6b9b
Link libraries needed for Darwin adb tests.
by Dan Albert
· 10 years ago
55bf5f0
statically link adb and fastboot against libc++
by Colin Cross
· 10 years ago
a2f2e56
Move sysdeps_win32 to C++.
by Elliott Hughes
· 10 years ago
2acec91
Switch usb_linux_client to C++.
by Elliott Hughes
· 10 years ago
1a4d85a
Move get_my_path_darwin to C++.
by Elliott Hughes
· 10 years ago
bcc2b5f
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
175b7bb
adb: Add option to reboot into sideload mode in recovery
by Tao Bao
· 10 years ago
ec7a667
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
c007bc3
Revert "Revert "Create libbase.""
by Dan Albert
· 10 years ago
a7870d8
Revert "Create libbase."
by Nicolas Geoffray
· 10 years ago
98ff772
Create libbase.
by Dan Albert
· 10 years ago
46270d2
adb doesn't actually use libzipfile.
by Elliott Hughes
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
cc731cc
Test readx/writex (now renamed).
by Dan Albert
· 10 years ago
7fd821e
Remove _(GNU|XOPEN)_SOURCE makefile cruft.
by Dan Albert
· 10 years ago
055f1aa
Add some basic tests to adb.
by Dan Albert
· 10 years ago
9697ce5
Add a project wide clang switch.
by Dan Albert
· 10 years ago
fdf8722
Fix Mac build.
by Dan Albert
· 10 years ago
88cf1c8
Fix Windows SDK build.
by Dan Albert
· 10 years ago
Next »