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