index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
minadbd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
Move to new isolation test runner.
Christopher Ferris
1
-1
/
+1
2018-09-27
Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.
katao
1
-10
/
+11
2018-08-13
Reland "Build and use minadbd as a shared library."
Tao Bao
1
-9
/
+9
2018-08-10
Build `recovery` with Soong.
Tao Bao
1
-0
/
+1
2018-08-08
Revert "Build and use minadbd as a shared library."
Tao Bao
1
-9
/
+7
2018-08-07
Build and use minadbd as a shared library.
Tao Bao
1
-7
/
+9
2018-07-27
minadbd: avoid overrriding services_to_fd.
Josh Gao
1
-22
/
+8
2018-07-23
Revert "Make recovery libraries shared / recovery_available"
Hridya Valsaraju
1
-5
/
+3
2018-07-20
Make recovery libraries shared / recovery_available
Jerry Zhang
1
-3
/
+5
2018-04-14
minadbd: track signature change of service_to_fd.
Josh Gao
1
-1
/
+1
2018-04-14
minadbd: track signature change of service_to_fd.
Josh Gao
1
-1
/
+1
2018-03-07
Export fuse_sideload.h for libfusesideload.
Tao Bao
1
-1
/
+1
2018-03-07
minadbd: Move to Soong.
Tao Bao
2
-55
/
+78
2017-11-15
minadbd: Remove two warning options.
Tao Bao
1
-3
/
+1
2017-11-04
Clean up fuse_sideload and add a testcase.
Tao Bao
3
-35
/
+32
2017-11-03
Switch to bionic gtest in bootable/recovery
Tianjie Xu
1
-2
/
+7
2017-10-12
Drop -Wno-unused-parameter.
Tao Bao
2
-16
/
+31
2017-07-25
Remove LOCAL_CLANG
Lennart Wieboldt
1
-2
/
+0
2017-04-25
minadbd: Fix a failing test due to SIGPIPE.
Tao Bao
1
-9
/
+11
2017-04-19
Minor clean up to minadbd_services.cpp
Tianjie Xu
1
-9
/
+7
2017-04-13
minadbd: switch adb_thread_create to std::thread.
Josh Gao
1
-27
/
+3
2017-03-29
Add test config to minadbd_test
Dan Shi
2
-0
/
+27
2017-01-09
Address review comment.
Elliott Hughes
1
-1
/
+1
2017-01-07
Move to .md files for even trivial documentation.
Elliott Hughes
1
-0
/
+0
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-1
/
+1
2016-11-09
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-1
/
+1
2016-08-30
minadbd: rename adb_server_main to minadbd_main.
Josh Gao
3
-2
/
+26
2016-08-10
adb headers now refer to openssl headers.
Elliott Hughes
1
-1
/
+1
2016-06-17
Minor minadbd cleanup.
Elliott Hughes
4
-8
/
+3
2016-02-23
minadbd: update for adb_thread_create signature change.
Josh Gao
1
-2
/
+1
2016-02-13
minadbd: update for adb_thread_create signature change.
Josh Gao
1
-2
/
+1
2015-11-20
Track name change from adb_main to adb_server_main.
Elliott Hughes
1
-1
/
+1
2015-11-16
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-09-30
minadbd: use strdup() to create argument for sideload thread.
Yabin Cui
1
-2
/
+4
2015-09-24
minadbd: move from D() to VLOG().
Yabin Cui
2
-5
/
+2
2015-09-04
minadbd: update service_to_fd() signature.
David Pursell
1
-1
/
+1
2015-08-07
Fix recovery image build.
Elliott Hughes
1
-1
/
+1
2015-06-23
Allow sideloading without authentication.
Elliott Hughes
1
-1
/
+5
2015-06-23
Allow sideloading without authentication.
Elliott Hughes
1
-1
/
+5
2015-06-03
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-05-08
Fix build following adb change.
Dan Albert
1
-5
/
+1
2015-05-05
Track adb_thread_create API change.
Elliott Hughes
1
-4
/
+2
2015-05-02
Fix mips64 minadbd_test build.
Elliott Hughes
1
-1
/
+1
2015-05-02
Fix mips64 minadbd_test build.
Elliott Hughes
1
-1
/
+1
2015-05-02
Move minadb over to new API.
Elliott Hughes
2
-13
/
+9
2015-05-02
Fix minadb_test build breakage.
Elliott Hughes
1
-1
/
+1
2015-05-02
Fix minadb_test build breakage.
Elliott Hughes
1
-1
/
+1
2015-05-02
Move minadb over to new API.
Elliott Hughes
2
-14
/
+10
2015-04-28
Stop using adb_strtok, and check argument validity.
Elliott Hughes
1
-9
/
+10
2015-04-28
Stop using adb_strtok, and check argument validity.
Elliott Hughes
1
-9
/
+10
2015-04-10
Switch minadb over to C++.
Elliott Hughes
5
-27
/
+12
2015-03-14
Remove unused libutils references.
Dan Albert
2
-2
/
+1
2015-02-27
Add tests for read_block_adb.
Dan Albert
4
-16
/
+124
2015-02-26
This read accidentally got turned in to a write.
Dan Albert
1
-1
/
+1
2015-02-26
Fix readx/writex names.
Dan Albert
1
-4
/
+6
2015-02-25
Fix LP64 build for minadbd.
Narayan Kamath
1
-2
/
+2
2015-02-25
Remove _(GNU|XOPEN)_SORUCE makefile cruft.
Dan Albert
1
-2
/
+0
2015-02-25
Fix build from implicit declaration.
Dan Albert
4
-18
/
+23
2015-02-20
Kill of most of the remainder of minadbd.
Dan Albert
6
-1573
/
+7
2015-02-19
Move adb_main to its own file.
Dan Albert
3
-30
/
+42
2015-02-19
Remove dead code.
Dan Albert
1
-38
/
+0
2015-02-19
Use headers from adb.
Dan Albert
6
-660
/
+3
2015-02-19
Remove unused code.
Dan Albert
3
-183
/
+0
2015-02-19
Lose USB transport code to libadb.
Dan Albert
5
-1469
/
+2
2015-02-18
Add extern "C" to all the headers.
Dan Albert
6
-0
/
+52
2015-01-30
Add missing includes.
Elliott Hughes
1
-0
/
+1
2015-01-26
Fix the v2 descriptor handling.
Christopher Ferris
1
-11
/
+6
2015-01-26
adbd: Support for new f_fs descriptor format
Badhri Jagan Sridharan
1
-54
/
+107
2014-11-25
Start losing code to libadb.
Dan Albert
2
-698
/
+0
2014-11-13
kill HAVE_FORKEXEC
Yabin Cui
1
-1
/
+1
2014-10-28
adbd: Support for new f_fs descriptor format
Badhri Jagan Sridharan
1
-54
/
+107
2014-09-26
Revert "Copy epoll(2) changes to minadb."
Dan Albert
1
-4
/
+21
2014-09-23
Copy epoll(2) changes to minadb.
Elliott Hughes
1
-21
/
+4
2014-07-10
refactor fuse sideloading code
Doug Zongker
6
-522
/
+76
2014-07-02
sideload without holding the whole package in RAM
Doug Zongker
6
-48
/
+557
2014-03-14
Recovery 64-bit compile issues
Mark Salyzyn
3
-4
/
+5
2014-02-06
recovery: fix building with pointer-to-int errors turned on
Colin Cross
1
-2
/
+2
2014-01-24
minadbd: remove dead code
Colin Cross
2
-25
/
+0
2014-01-17
ADB sideload command not work
Da Zhou
3
-11
/
+358
2013-03-01
minadbd: remove unnecessary header files.
Nick Kralevich
1
-2
/
+0
2013-01-09
exit instead of return if sideload file creation fails
Ethan Yonker
1
-1
/
+1
2012-03-20
run minadbd as shell user, remove unused code
Doug Zongker
8
-1171
/
+37
2012-03-20
remove unused code from minadbd
Doug Zongker
6
-1157
/
+9
2012-03-20
run minadbd as shell user
Doug Zongker
4
-14
/
+28
2012-01-18
support "sideload over ADB" mode
Doug Zongker
16
-0
/
+5529
2012-01-10
support "sideload over ADB" mode
Doug Zongker
16
-0
/
+5529