Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
8fde396ed73eade700eb6f788a302b6591002988
/
minadbd
d58ba18
AOSP10 TWRP Merge: fix conflicts and update libraries needed
by bigbiff
· 4 years, 8 months ago
26d5d5f
Merge tag 'android-10.0.0_r25' into aosp10-4
by bigbiff
· 4 years, 8 months ago
0bbb2ed
minadbd sends heartbeat to rescue service for getprop command.
by Tao Bao
· 5 years ago
e3cc180
minadbd: `adb rescue getprop` returns newline-terminated result.
by Tao Bao
· 5 years ago
5359d77
minadbd: Support `adb rescue getprop`.
by Tao Bao
· 5 years ago
7a31ab6
minadbd: More allowed properties.
by Tao Bao
· 5 years ago
5a1916b
Support wipe command in rescue mode
by xunchang
· 6 years ago
7b9b7db
minadbd: Support `adb reboot` under sideload/rescue modes.
by Tao Bao
· 6 years ago
23f15fc
Add test for minadbd
by xunchang
· 6 years ago
e5c6446
minadbd: Support rescue install and getprop commands.
by Tao Bao
· 6 years ago
178cdd4
Remove the FD parameter from FuseDataProvider ctor.
by Tao Bao
· 6 years ago
378bfbf
Allow entering rescue mode via recovery UI.
by Tao Bao
· 6 years ago
95d6732
DO NOT MERGE: Add socket communication between recovery and minadbd
by xunchang
· 6 years ago
5e6832a
Remove the provider_vtab
by xunchang
· 6 years ago
ea2912f
Create a FuseDataProvider base class
by xunchang
· 6 years ago
5de19e2
minadbd: daemon_service_to_fd takes std::string_view.
by Tao Bao
· 6 years ago
31b92a5
C++17 is the default now.
by Elliott Hughes
· 6 years ago
9828dc1
minadbd: track adb C++ version change.
by Josh Gao
· 6 years ago
272467d
Move to new isolation test runner.
by Christopher Ferris
· 6 years ago
77d6173
Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.
by katao
· 6 years ago
58f2132
Merge AOSP android-9.0.0_r3
by Ethan Yonker
· 6 years ago
7d2a63a
Reland "Build and use minadbd as a shared library."
by Tao Bao
· 6 years ago
5fc72a1
Build `recovery` with Soong.
by Tao Bao
· 6 years ago
c70446c
Revert "Build and use minadbd as a shared library."
by Tao Bao
· 6 years ago
4fd4f89
Build and use minadbd as a shared library.
by Tao Bao
· 6 years ago
038c4a1
minadbd: avoid overrriding services_to_fd.
by Josh Gao
· 6 years ago
84c82a8
minadbd: track signature change of service_to_fd.
by Josh Gao
· 7 years ago
570b08b
minadbd: track signature change of service_to_fd.
by Josh Gao
· 7 years ago
4b51c3a
Export fuse_sideload.h for libfusesideload.
by Tao Bao
· 7 years ago
8c7761e
minadbd: Move to Soong.
by Tao Bao
· 7 years ago
ecbd3e8
Merge up to android-8.1.0_r1 and fix conflicts
by Ethan Yonker
· 7 years ago
ea4efc6
Fix build error in AOSP 8.1.0 r1 tree
by Ethan Yonker
· 7 years ago
fefe591
FBE for Pixel 2
by Ethan Yonker
· 7 years ago
f87d204
minadbd: Remove two warning options.
by Tao Bao
· 7 years ago
bf41f2a
Merge "Switch to bionic gtest in bootable/recovery"
by Tianjie Xu
· 7 years ago
91a7aa4
Clean up fuse_sideload and add a testcase.
by Tao Bao
· 8 years ago
a88cc54
Switch to bionic gtest in bootable/recovery
by Tianjie Xu
· 7 years ago
99f0d9e
Drop -Wno-unused-parameter.
by Tao Bao
· 8 years ago
8373cfe
Update to AOSP 8.0 base
by Ethan Yonker
· 7 years ago
5e5e334
Remove LOCAL_CLANG
by Lennart Wieboldt
· 7 years ago
79a0e98
minadbd: Fix a failing test due to SIGPIPE.
by Tao Bao
· 8 years ago
6af51a0
Minor clean up to minadbd_services.cpp
by Tianjie Xu
· 8 years ago
2aa0d3a
minadbd: switch adb_thread_create to std::thread.
by Josh Gao
· 8 years ago
7368316
Add test config to minadbd_test
by Dan Shi
· 8 years ago
b29a5e2
build: Consolidate the crypto_utils presence tests
by D. Andrei Măceș
· 8 years ago
ff8fdc9
Address review comment.
by Elliott Hughes
· 8 years ago
7a890e5
Move to .md files for even trivial documentation.
by Elliott Hughes
· 8 years ago
b29f23f
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
by Rahul Chaudhry
· 8 years ago
99af766
Fix libcrypto dependency in 6.0 trees
by Ethan Yonker
· 8 years ago
acb2a2f
minadbd: rename adb_server_main to minadbd_main.
by Josh Gao
· 8 years ago
534d4e0
Fix compatibility across the board
by Ethan Yonker
· 8 years ago
34ae483
Update to 7.0
by Ethan Yonker
· 8 years ago
1675848
adb headers now refer to openssl headers.
by Elliott Hughes
· 8 years ago
24eb8a0
Minor minadbd cleanup.
by Elliott Hughes
· 8 years ago
cd32476
minadbd: update for adb_thread_create signature change.
by Josh Gao
· 9 years ago
cc07b35
minadbd: update for adb_thread_create signature change.
by Josh Gao
· 9 years ago
9f4fdb3
Track name change from adb_main to adb_server_main.
by Elliott Hughes
· 9 years ago
c798c9c
Merge up to AOSP marshmallow-release
by Ethan Yonker
· 9 years ago
c8a3c80
minadbd: use strdup() to create argument for sideload thread.
by Yabin Cui
· 9 years ago
7c913e5
minadbd: move from D() to VLOG().
by Yabin Cui
· 9 years ago
c3d4d53
minadbd: update service_to_fd() signature.
by David Pursell
· 9 years ago
faa7500
Fix recovery image build.
by Elliott Hughes
· 9 years ago
c35f3ce
Allow sideloading without authentication.
by Elliott Hughes
· 9 years ago
9813f5b
Allow sideloading without authentication.
by Elliott Hughes
· 9 years ago
80e46e0
recovery: Switch to clang
by Tao Bao
· 9 years ago
cc08a90
Fix build following adb change.
by Dan Albert
· 9 years ago
921431f
Track adb_thread_create API change.
by Elliott Hughes
· 10 years ago
4cf34d5
Fix mips64 minadbd_test build.
by Elliott Hughes
· 10 years ago
dbb20c4
Fix mips64 minadbd_test build.
by Elliott Hughes
· 10 years ago
1593192
Move minadb over to new API.
by Elliott Hughes
· 10 years ago
87ec73a
Fix minadb_test build breakage.
by Elliott Hughes
· 10 years ago
4039933
Move minadb over to new API.
by Elliott Hughes
· 10 years ago
f7466f9
Stop using adb_strtok, and check argument validity.
by Elliott Hughes
· 10 years ago
ba45ddf
Stop using adb_strtok, and check argument validity.
by Elliott Hughes
· 10 years ago
20531ef
Switch minadb over to C++.
by Elliott Hughes
· 10 years ago
b2f9459
Remove unused libutils references.
by Dan Albert
· 10 years ago
ffd6c31
Add tests for read_block_adb.
by Dan Albert
· 10 years ago
1909771
This read accidentally got turned in to a write.
by Dan Albert
· 10 years ago
432584f
Fix readx/writex names.
by Dan Albert
· 10 years ago
12fa519
Merge "Remove _(GNU|XOPEN)_SORUCE makefile cruft."
by Dan Albert
· 10 years ago
017db6d
Fix LP64 build for minadbd.
by Narayan Kamath
· 10 years ago
2404370
Remove _(GNU|XOPEN)_SORUCE makefile cruft.
by Dan Albert
· 10 years ago
8f6eb5c
Fix build from implicit declaration.
by Dan Albert
· 10 years ago
f3a5726
Kill of most of the remainder of minadbd.
by Dan Albert
· 10 years ago
9a894b7
Move adb_main to its own file.
by Dan Albert
· 10 years ago
3efa676
Remove dead code.
by Dan Albert
· 10 years ago
1ddd350
Use headers from adb.
by Dan Albert
· 10 years ago
2b2a14f
Remove unused code.
by Dan Albert
· 10 years ago
8f1bfea
Lose USB transport code to libadb.
by Dan Albert
· 10 years ago
d808d21
Add extern "C" to all the headers.
by Dan Albert
· 10 years ago
cd3c55a
Add missing includes.
by Elliott Hughes
· 10 years ago
eaeb55f
Merge "Start losing code to libadb."
by Dan Albert
· 10 years ago
3ed8ef0
Fix the v2 descriptor handling.
by Christopher Ferris
· 10 years ago
9e3cce5
adbd: Support for new f_fs descriptor format
by Badhri Jagan Sridharan
· 10 years ago
a01ce3a
Start losing code to libadb.
by Dan Albert
· 10 years ago
678f7d4
kill HAVE_FORKEXEC
by Yabin Cui
· 10 years ago
2481342
Update adb sideload feature
by Ethan Yonker
· 10 years ago
bad4e5f
Fix up libminadbd make file
by Ethan Yonker
· 10 years ago
304f32f
Fix up old libminui to compile
by Ethan Yonker
· 10 years ago
a167416
Merge in lollipop and attempt to fix merge conflicts
by Ethan Yonker
· 10 years ago
Next »