Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
a853a2f8ec284776b7b6cf0d39c4f339889d86b9
/
adb
/
fdevent.cpp
1a90118
adb: implement fdevent_set_timeout.
by Josh Gao
· 6 years ago
c162c71
adb: add fdevent callback that passes the fdevent.
by Josh Gao
· 6 years ago
39c1f4b
Revert "Revert "adb: detect some spin loops and abort.""
by Josh Gao
· 6 years ago
2f6c2fa
adb: add fdevent_release.
by Josh Gao
· 6 years ago
aed415c
[adb] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
04b9ca8
Revert "adb: detect some spin loops and abort."
by Josh Gao
· 6 years ago
3bbc816
adb: detect some spin loops and abort.
by Josh Gao
· 6 years ago
ded557f
adb: add an id field to fdevent.
by Josh Gao
· 6 years ago
3b37fa2
adb: convert fdevent over to unique_fd.
by Josh Gao
· 6 years ago
e535302
adb: delete FDEVENT_DONTCLOSE.
by Josh Gao
· 6 years ago
71f775a
adb: remove fdevent_install, fdevent_remove.
by Josh Gao
· 6 years ago
fa30bf3
adb: guarantee that fdevent_run_on_main_thread happens last.
by Josh Gao
· 7 years ago
dcc055a
adb: delete vestigial SHELL_EXIT_NOTIFY_FD.
by Josh Gao
· 7 years ago
1222abc
adb: make fdevent_run_on_main_thread's fd nonblocking.
by Josh Gao
· 7 years ago
5791e21
base: export GetThreadId.
by Josh Gao
· 7 years ago
e39ccd3
adb: allow reentrant calls to fdevent_run_on_main_thread.
by Josh Gao
· 7 years ago
4c93639
adb: add fdevent_run_on_main_thread.
by Josh Gao
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
1c563d9
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
022d447
adb: make fdevent_test, socket_test compile on Windows.
by Josh Gao
· 9 years ago
3777d2e
adb: don't emulate fdevent or socketpair on Windows.
by Josh Gao
· 9 years ago
c65fae9
adbd: don't leave zombies when subprocess creation fails.
by Josh Gao
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
b7b1edf
adb: remove exit-time destructors.
by Josh Gao
· 9 years ago
c288d48
Fix adb GCC build (for google3).
by Joon :ee
· 9 years ago
fbfa840
adb: run reverse_service() in main thread.
by Yabin Cui
· 9 years ago
65fe251
Use const auto&/auto&& in adb.
by Elliott Hughes
· 9 years ago
6dfef25
adb: keep file flags in fdevent_install.
by Yabin Cui
· 9 years ago
888a748
adb: fdevent fixes
by Spencer Low
· 9 years ago
aa77e22
adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.
by Yabin Cui
· 9 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 9 years ago
c1b1f6f
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
a108016
adb: move adb to poll.
by Yabin Cui
· 9 years ago
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 9 years ago
8fcd8bc
EINTR is handled by adb_read/unix_read and friends.
by Elliott Hughes
· 9 years ago
aa24549
adb sync cleanup.
by Elliott Hughes
· 9 years ago
adbf442
Use _WIN32 rather than HAVE_WINSOCK.
by Elliott Hughes
· 9 years ago
8d8126a
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 9 years ago
947cb3e
Remove subproc events when ADB_HOST.
by Alex Vallée
· 9 years ago
286bb6d
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
459df8f
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
abb80e0
Fix memory leak on jdwp_process_free()
by SungHyun Kwon
· 10 years ago
cc731cc
Test readx/writex (now renamed).
by Dan Albert
· 10 years ago
630b9af
Begin moving code from adb to libadb.
by Dan Albert
· 10 years ago
[Renamed (97%) from adb/fdevent.c]
cbf0267
Add more debug information.
by leozwang
· 10 years ago
736fd4a
am 8e1e5415: am 5b4a1767: Merge "Revert "Switch adb to epoll(2).""
by Dan Albert
· 10 years ago
45741ae
Revert "Switch adb to epoll(2)."
by Dan Albert
· 10 years ago
0ab784d
am 790e7c0a: am 3772545c: Merge "Switch adb to epoll(2)."
by Elliott Hughes
· 10 years ago
67de155
Switch adb to epoll(2).
by Elliott Hughes
· 10 years ago
d3fc15f
Consolidate adb trace macro defines into its own header file.
by leozwang
· 10 years ago
b40367e
adb: keep mac build happy
by JP Abgrall
· 14 years ago
408fa57
adb: fix subprocess exit handling, oom adjust fixes, extra debugging.
by JP Abgrall
· 14 years ago
0e7c427
Revert "Fix adb hang when subprocess dies early."
by JP Abgrall
· 14 years ago
69c5c4c
Fix adb hang when subprocess dies early.
by JP Abgrall
· 14 years ago
f6330a2
Cleaning up whitespace in adb sources. Nothing more, nothing less.
by David 'Digit' Turner
· 15 years ago
414ff7d
Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
by David 'Digit' Turner
· 15 years ago
[Renamed (99%) from libcutils/fdevent.c]
dd7bc33
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e54eebb
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
4f6e8d7
Initial Contribution
by The Android Open Source Project
· 16 years ago