Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
7b9f35c9de53352f915c5b5e8eb39dab09356c19
/
adb
6098595
Merge "Add min_sdk_version:R to updatable apexes"
by Jooyung Han
· 6 years ago
3eea624
Merge "[adb] Disable _adb._tcp. service auto-connect by default."
by Joshua Duong
· 6 years ago
abc40c7
Merge "Using ABB for install-multi."
by Treehugger Robot
· 6 years ago
2eedc23
[adb] Disable _adb._tcp. service auto-connect by default.
by Joshua Duong
· 6 years ago
a59e9b4
Using ABB for install-multi.
by Alex Buynytskyy
· 6 years ago
0e778dc
adb: allow filtering by file in coverage/show.sh.
by Josh Gao
· 6 years ago
d5d5ba1
adbd: don't use libc++_static.
by Josh Gao
· 6 years ago
8a9277a
adb: split transport_local.cpp into client/daemon.
by Josh Gao
· 6 years ago
13c639e
[adb client] Add "mdns services" command.
by Joshua Duong
· 6 years ago
504d393
[adb client] Add "adb mdns check" command.
by Joshua Duong
· 6 years ago
073c8d2
adbd: improve coverage by compiling less code.
by Josh Gao
· 6 years ago
f099105
adb: refactor and relocate coverage script.
by Josh Gao
· 6 years ago
79d4f14
adbd: test TCP in coverage.
by Josh Gao
· 6 years ago
e3c62cc
adb: allow wait-for-disconnect to match offline for TCP devices.
by Josh Gao
· 6 years ago
03bee48
adbd: add unit tests to coverage report.
by Josh Gao
· 6 years ago
67095b2
Merge "adb: add helper binary to do a usb reset on a device."
by Josh Gao
· 6 years ago
c0d8686
adbd: add a script to generate coverage information.
by Josh Gao
· 6 years ago
98419f7
adbd: add a log message on start.
by Josh Gao
· 6 years ago
89fe376
[adb data server] Initialize variable
by Greg Kaiser
· 6 years ago
ff08a51
Merge "adbconnection: silence logspam."
by Josh Gao
· 6 years ago
22cc277
Merge "adb: change mdns tls service names (RFC 6763)."
by Treehugger Robot
· 6 years ago
81f2db4
adb: change mdns tls service names (RFC 6763).
by Joshua Duong
· 6 years ago
d81a805
adbconnection: silence logspam.
by Josh Gao
· 6 years ago
4a1da79
adbconnection: delete unnecessary darwin workaround.
by Josh Gao
· 6 years ago
fb4616b
adb: fix feature sets on devices that don't have them.
by Josh Gao
· 6 years ago
8fbb0d8
Merge "macOS build fix: no SOCK_CLOEXEC on darwin."
by Treehugger Robot
· 6 years ago
63f2be8
Merge "macOS build fix: no off64_t on darwin."
by Treehugger Robot
· 6 years ago
cbe30fb
macOS build fix: no SOCK_CLOEXEC on darwin.
by Elliott Hughes
· 6 years ago
5e32d2f
Remove host_supported from libadb_pairing_server.
by Joshua Duong
· 6 years ago
729f58e
macOS build fix: don't build libadbconnection.
by Elliott Hughes
· 6 years ago
7d9a7a3
macOS build fix: no off64_t on darwin.
by Elliott Hughes
· 6 years ago
82c1c97
[incfs] Stream the hash tree for incremental installation
by Alex Buynytskyy
· 6 years ago
6fc26df
[adb] Don't copy features set on each get()
by Yurii Zubrytskyi
· 6 years ago
31242c0
Add min_sdk_version:R to updatable apexes
by Jooyung Han
· 6 years ago
89cce05
Merge changes from topic "adbd_lz4"
by Josh Gao
· 6 years ago
edd7771
Merge "adb: add option to disable kill-server."
by Josh Gao
· 6 years ago
a0c1918
Merge "Add missing `static` for macOS inline."
by Elliott Hughes
· 6 years ago
20f079e
Merge "Revert "Reland "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor"""
by Josh Gao
· 6 years ago
9026a44
Revert "Reland "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor""
by Josh Gao
· 6 years ago
ba6d1da
adb: add option to disable kill-server.
by Josh Gao
· 6 years ago
681338d
Add missing `static` for macOS inline.
by Elliott Hughes
· 6 years ago
0aafa0f
adb: add implementation of mempcpy for deficient platforms.
by Josh Gao
· 6 years ago
5949fcc
adb: add dry-run option to push/sync.
by Josh Gao
· 6 years ago
ec44d35
adb: implement LZ4 compression.
by Josh Gao
· 6 years ago
2165717
adb: fix use of wrong union variant.
by Josh Gao
· 6 years ago
4da40a9
adb: fix front_size, front_data.
by Josh Gao
· 6 years ago
49ba558
adb: add interfaces for Encoder/Decoder.
by Josh Gao
· 6 years ago
e485bdf
adbd: delete unused variable.
by Josh Gao
· 6 years ago
6e697f2
adb: move things around to prepare to add LZ4.
by Josh Gao
· 6 years ago
31d42aa
adb: fix misindentation in Android.bp
by Josh Gao
· 6 years ago
f8dc296
Merge "adb: fix apex installation."
by Yurii Zubrytskyi
· 6 years ago
3c1803c
adb: fix apex installation.
by Josh Gao
· 6 years ago
3735614
Statically link libadbd into minadbd.
by Josh Gao
· 6 years ago
c6cb89e
adb: temporarily kill adb_benchmark.
by Josh Gao
· 6 years ago
0871824
Move adbd's legacy USB implementation to fastboot.
by Josh Gao
· 6 years ago
26a8ed9
Merge "[adb] use zip iteration with functor"
by Songchun Fan
· 6 years ago
0f11895
[adb] use zip iteration with functor
by Songchun Fan
· 6 years ago
551130f
Merge "Revert "Revert "Delay initial accept() until server initialized"""
by Treehugger Robot
· 6 years ago
c2612cd
Revert "Revert "Delay initial accept() until server initialized""
by Daniel Colascione
· 6 years ago
4532ea8
[adb] Use incremental installation by default
by Yurii Zubrytskyi
· 6 years ago
030f1ef
adb: Avoid extra string construction
by Greg Kaiser
· 6 years ago
a1f41fc
Merge "[adb] generic "cast_handle_to_int" function"
by Yurii Zubrytskyi
· 6 years ago
e3e64b8
[adb] generic "cast_handle_to_int" function
by Yurii Zubrytskyi
· 6 years ago
82f715b
adb: fix bugreport status line.
by Josh Gao
· 6 years ago
4dc73c0
Merge "adb: implement compression for file sync."
by Josh Gao
· 6 years ago
939fc19
adb: implement compression for file sync.
by Josh Gao
· 6 years ago
1e413c8
Merge changes from topic "adbwifi-bugfixes"
by Joshua Duong
· 6 years ago
1b273ed
Pass the os handle to the tls connection.
by Joshua Duong
· 6 years ago
87c00f8
Fix pairing aes_128_gcm key initialization.
by Joshua Duong
· 6 years ago
5e4b94d
Merge "Revert "Revert "Set apex_available property"""
by Treehugger Robot
· 6 years ago
697134d
Revert "Revert "Set apex_available property""
by Jiyong Park
· 6 years ago
47a58ec
[adb] file sync performance on Windows
by Yurii Zubrytskyi
· 6 years ago
8539004
Adding block kind to protocol for future streaming of a tree.
by Alex Buynytskyy
· 6 years ago
b0fa864
[adb] Print fewer progress messages for push/pull
by Yurii Zubrytskyi
· 6 years ago
4eb910e
[adb] Optimize fdevent machinery
by Yurii Zubrytskyi
· 6 years ago
2488c21
[adb] Fix incremental installation on Windows
by Yurii Zubrytskyi
· 6 years ago
c3eb301
[adb incremental] send priority blocks first
by Songchun Fan
· 6 years ago
23bd552
[adb data server] wait for installation results before terminates
by Songchun Fan
· 6 years ago
eebf9f7
Implement the new v4 signing scheme in adb
by Alex Buynytskyy
· 6 years ago
447a1ea
Merge "Revert "Set apex_available property""
by Anna Trostanetski
· 6 years ago
56a712f
Revert "Set apex_available property"
by Anna Trostanetski
· 6 years ago
fb0b0d2
Merge "Set apex_available property"
by Jiyong Park
· 6 years ago
d25bb60
Set apex_available property
by Jiyong Park
· 6 years ago
4abafe2
Merge "adb: fix sync."
by Treehugger Robot
· 6 years ago
c549b12
Merge "adb: extract syncmsg structs."
by Treehugger Robot
· 6 years ago
672cdfe
adb: fix sync.
by Josh Gao
· 6 years ago
eddae92
adb: extract syncmsg structs.
by Josh Gao
· 6 years ago
b567303
adbd: add apex_available and visibility for internal libs.
by Josh Gao
· 6 years ago
b9059f8
adb: add helper binary to do a usb reset on a device.
by Josh Gao
· 6 years ago
c151a1b
adbd: shrink libadbd.so, libadbd_services.so.
by Josh Gao
· 6 years ago
4fe694a
Merge "adb: support wait-for- with multiple states."
by Elliott Hughes
· 6 years ago
b407502
Merge "Make libselinux a stub library"
by Treehugger Robot
· 6 years ago
3ffdad0
Make libselinux a stub library
by Jiyong Park
· 6 years ago
edfec96
adb: Avoid a couple std::string constructions
by Greg Kaiser
· 6 years ago
95b6f45
don't include liblog to APEXes
by Jiyong Park
· 6 years ago
a52b458
adb: support wait-for- with multiple states.
by Elliott Hughes
· 6 years ago
0ac447a
Merge "adbd: make libadbd_services cc_library again."
by Tianjie Xu
· 6 years ago
2263bcb
Merge "adb: defer acknowledgement of pushed files until the end."
by Josh Gao
· 6 years ago
262b58c
Merge "Fix bugprone-string-integer-assignment warnings"
by Chih-hung Hsieh
· 6 years ago
7f8a37c
adbd: make libadbd_services cc_library again.
by Josh Gao
· 6 years ago
Next »