index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fastboot
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary ARRAY_SIZE macros.
Elliott Hughes
2016-06-28
2
-6
/
+3
*
Fix misc-macro-parentheses warnings in system/core.
Chih-Hung Hsieh
2016-06-22
1
-1
/
+1
*
Report errno more often in fastboot.
Elliott Hughes
2016-05-11
1
-21
/
+17
*
Merge "Fix google-explicit-constructor warnings."
Chih-hung Hsieh
2016-04-30
4
-4
/
+4
|
\
|
*
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-04-29
4
-4
/
+4
*
|
Use more std::string in fastboot.
Elliott Hughes
2016-04-29
7
-93
/
+73
|
/
*
GCC compiler warning fix for sprintf into snprintf
Raja M
2016-04-24
1
-11
/
+11
*
fastboot: Minor fix to help text.
Alex Deymo
2016-03-24
1
-2
/
+2
*
Also archive adb.exe/fastboot.exe when building win_sdk.
Ying Wang
2016-02-29
1
-1
/
+5
*
system/core: Cleanup direct calls to opendir by containing in a
James Hawkins
2016-02-18
1
-5
/
+3
*
fastboot: fix TCP protocol version check.
David Pursell
2016-02-17
2
-5
/
+18
*
fastboot: add UDP protocol.
David Pursell
2016-02-10
6
-13
/
+1263
*
fastboot: add Socket timeout detection.
David Pursell
2016-02-05
5
-38
/
+128
*
Fix the version number in the fastboot documentation.
Elliott Hughes
2016-02-03
1
-2
/
+1
*
fastboot: add TCP protocol.
David Pursell
2016-02-03
6
-21
/
+583
*
fastboot: fix SocketMock send failures.
David Pursell
2016-02-03
3
-6
/
+25
*
libcutils/fastboot: improve multi-buffer write.
David Pursell
2016-02-03
6
-33
/
+216
*
fastboot: socket testing improvements.
David Pursell
2016-02-02
6
-15
/
+350
*
fastboot: use cutils socket functions.
David Pursell
2016-01-21
7
-432
/
+335
*
Merge "libcutils: share Windows networking code."
David Pursell
2016-01-21
2
-119
/
+6
|
\
|
*
libcutils: share Windows networking code.
David Pursell
2016-01-15
2
-119
/
+6
*
|
fastboot: show progress when sending sparse images.
Josh Gao
2016-01-19
3
-7
/
+19
*
|
fastboot: add .clang-format.
Josh Gao
2016-01-19
1
-0
/
+12
|
/
*
fastboot: Add "--slot other"
Daniel Rosenberg
2016-01-06
1
-5
/
+22
*
fastboot: correct set_active behavior
Daniel Rosenberg
2016-01-05
1
-3
/
+0
*
fastboot: implement UDP networking interface.
David Pursell
2015-12-16
5
-5
/
+680
*
Share the new adb USB diagnostic code with fastboot.
Elliott Hughes
2015-12-14
2
-11
/
+15
*
Remove fastboot/genkey.sh.
Elliott Hughes
2015-12-11
1
-25
/
+0
*
Merge "fastboot: Re-add set_active as a command."
Daniel Rosenberg
2015-12-10
1
-5
/
+30
|
\
|
*
fastboot: Re-add set_active as a command.
Daniel Rosenberg
2015-12-07
1
-5
/
+30
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
2
-5
/
+5
|
/
*
fastboot: create Transport object (take 2).
David Pursell
2015-11-16
11
-304
/
+357
*
Merge "Revert "fastboot: create Transport object.""
David Pursell
2015-11-14
11
-357
/
+304
|
\
|
*
Revert "fastboot: create Transport object."
David Pursell
2015-11-14
11
-357
/
+304
*
|
Merge "fastboot: create Transport object."
David Pursell
2015-11-13
11
-304
/
+357
|
\
|
|
*
fastboot: create Transport object.
David Pursell
2015-11-13
11
-304
/
+357
*
|
Fix fastboot to not add '-' before suffix
Daniel Rosenberg
2015-11-13
1
-2
/
+2
|
/
*
Merge changes I8fb6b513,I6dd16245,I0c2753e2
Daniel Rosenberg
2015-11-12
1
-30
/
+64
|
\
|
*
Update fastboot help command with long options
Daniel Rosenberg
2015-11-11
1
-3
/
+17
|
*
Changed set_active to be a flag
Daniel Rosenberg
2015-11-11
1
-19
/
+39
|
*
Fix fastboot variable name
Daniel Rosenberg
2015-11-11
1
-9
/
+9
*
|
Cope with angler's whitespace-padded partition size reporting.
Elliott Hughes
2015-11-12
1
-4
/
+5
|
/
*
Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""
Elliott Hughes
2015-11-11
1
-1
/
+1
*
Revert "adb/base: fix adb push of Unicode filenames on Win32"
Elliott Hughes
2015-11-11
1
-2
/
+1
*
adb/base: fix adb push of Unicode filenames on Win32
Spencer Low
2015-11-10
1
-1
/
+2
*
Merge "Fastboot changes to support A/B partitioning"
Daniel Rosenberg
2015-11-06
3
-35
/
+161
|
\
|
*
Fastboot changes to support A/B partitioning
Daniel Rosenberg
2015-11-05
3
-35
/
+161
*
|
Merge "Fix fastboot to cope with hammerhead\'s implicit hex."
Elliott Hughes
2015-11-03
1
-1
/
+5
|
\
\
|
*
|
Fix fastboot to cope with hammerhead's implicit hex.
Elliott Hughes
2015-11-03
1
-1
/
+5
|
|
/
*
|
Merge "Work around an angler bootloader bug."
Elliott Hughes
2015-11-03
1
-0
/
+4
|
\
|
[next]