index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adbconnection
Age
Commit message (
Expand
)
Author
2021-03-02
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-02-03
Fix DDMS-JDWP race
Alex Light
2020-10-23
Rename ART release APEX to com.android.art.
Martin Stjernholm
2020-03-30
Fix thread shutdown race in adbconnection
Alex Light
2020-03-09
ART supports sendng profileable info to adbd
Shukang Zhou
2020-02-13
Make AdbConnectionState statically
Flash Liu
2020-01-29
Remove old JDWP implementation from ART
Alex Light
2020-01-29
Move jdwp connection abstraction from ART apex to adbd apex.
Josh Gao
2019-12-20
Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR
Jiyong Park
2019-12-19
Revert submission 1191937-art_apex_available
Joseph Murphy
2019-12-19
Use apex_available property
Jiyong Park
2019-11-05
libadbconnection_server: remove dynamic dependencies.
Josh Gao
2019-11-05
Include libadbconnection_server in the art apex.
Josh Gao
2019-09-20
Limit visibility of ART libraries, binaries, and headers.
Martin Stjernholm
2019-09-11
Fixup inconsistency due to change in Plugin loading requirements.
Alex Light
2019-08-27
Remove multilib suffixes from libraries
Colin Cross
2019-07-24
Revert "Workaround bogus Thread Safety Analysis warning"
Ziang Wan
2019-06-28
adbconnection: add libadbconnection_server.
Josh Gao
2019-01-28
adbconnection: libnativehelper include clean-up
Orion Hodson
2018-12-13
Delete logspam.
Josh Gao
2018-10-26
Merge changes from topic "socket_peer_is_trusted"
Treehugger Robot
2018-10-25
Remove libcutils socket_peer_is_trusted dependency.
Elliott Hughes
2018-10-19
ART: Fix android-cloexec warnings
Andreas Gampe
2018-10-18
ART: Enable bugprone-unused-return-value
Andreas Gampe
2018-10-09
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-06-04
Add missing ',' in default jdwp argument list
Alex Light
2018-06-04
Pass SOCK_CLOEXEC to adb socket.
Alex Light
2018-05-16
Move ArtDexFileLoader to libdexfile
David Sehr
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-04-19
Move jit startup attempt to openjdkjvmti from adbconnection
Alex Light
2018-04-19
Always allow agent attach on userdebug builds with kArtTiVersion
Alex Light
2018-04-17
Make adbconnection try to start the JIT if it is not running.
Alex Light
2018-02-13
Merge "jdwp: send pids to adbd as raw integers."
Treehugger Robot
2018-02-12
jdwp: send pids to adbd as raw integers.
Josh Gao
2018-02-12
Hide an adbconnection log behind VLOG(jdwp).
Alex Light
2018-02-06
Merge "Workaround bogus Thread Safety Analysis warning"
Stephen Hines
2018-02-03
Merge "Lower several adbconnection log messages to VLOG(jdwp)"
Treehugger Robot
2018-02-02
Lower several adbconnection log messages to VLOG(jdwp)
Alex Light
2018-02-01
Fix UAF error caught by asan
Alex Light
2018-01-26
Make adbconnection validate jdwpOptions and change defaults
Alex Light
2018-01-24
Have adbconnection handle DDMS packets if agent not loaded
Alex Light
2018-01-11
Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE
Alex Light
2018-01-09
Workaround bogus Thread Safety Analysis warning
Yi Kong
2018-01-05
ART: Take classloader into account for AttachAgent
Andreas Gampe
2017-12-20
Disable libraries using eventfd on darwin hosts.
Alex Light
2017-12-19
Add adbconnection plugin
Alex Light