1. 70d8890 Delete dead code by Fabien Sanglard · 1 year, 6 months ago
  2. acc70d3 Delete dead code by Fabien Sanglard · 1 year, 9 months ago
  3. 4226624 Fix logfile path if not absolute by Fabien Sanglard · 1 year, 9 months ago
  4. e8e8dac Revert "Fix logfile path if not absolute" by Hans Boehm · 1 year, 9 months ago
  5. 3bf1b81 Fix logfile path if not absolute by Fabien Sanglard · 1 year, 9 months ago
  6. e3d55f1 JDWP agent parameters manager by Fabien Sanglard · 1 year, 10 months ago
  7. b9c73f8 Add convenience helper `ArtMethod::NewObject()`. by Vladimir Marko · 2 years, 4 months ago
  8. ad65983 Add a few tests for `ArtMethod::Invoke*()` helpers. by Vladimir Marko · 2 years, 4 months ago
  9. f7bd1fa Change well known thread methods to `ArtMethod*`. by Vladimir Marko · 2 years, 4 months ago
  10. 34d73f3 ART: Add JDWP trace to see how agent is attached by Fabien Sanglard · 2 years, 4 months ago
  11. 6178f46 Change well known `Thread` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  12. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 4 months ago
  13. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 4 years, 1 month ago
  14. f51d182 Fix DDMS-JDWP race by Alex Light · 4 years, 1 month ago
  15. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 5 months ago
  16. 75d2189 Fix thread shutdown race in adbconnection by Alex Light · 5 years ago
  17. 670ea84 ART supports sendng profileable info to adbd by Shukang Zhou · 5 years ago
  18. 013e208 Make AdbConnectionState statically by Flash Liu · 5 years ago
  19. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  20. bd396c0 Move jdwp connection abstraction from ART apex to adbd apex. by Josh Gao · 5 years ago
  21. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
  22. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
  23. 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
  24. 0d7232c libadbconnection_server: remove dynamic dependencies. by Josh Gao · 5 years ago
  25. 77e6187 Include libadbconnection_server in the art apex. by Josh Gao · 5 years ago
  26. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 6 years ago
  27. 3b08bcc Fixup inconsistency due to change in Plugin loading requirements. by Alex Light · 6 years ago
  28. 85059de Remove multilib suffixes from libraries by Colin Cross · 6 years ago
  29. 92db59b Revert "Workaround bogus Thread Safety Analysis warning" by Ziang Wan · 6 years ago
  30. 00b831e adbconnection: add libadbconnection_server. by Josh Gao · 6 years ago
  31. d41c759 adbconnection: libnativehelper include clean-up by Orion Hodson · 6 years ago
  32. e8e27fe Delete logspam. by Josh Gao · 6 years ago
  33. 7d1c049 Merge changes from topic "socket_peer_is_trusted" by Treehugger Robot · 6 years ago
  34. c2efd4d Remove libcutils socket_peer_is_trusted dependency. by Elliott Hughes · 6 years ago
  35. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  36. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  37. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  38. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  39. 5ebdc88 Add missing ',' in default jdwp argument list by Alex Light · 7 years ago
  40. 54f535a Pass SOCK_CLOEXEC to adb socket. by Alex Light · 7 years ago
  41. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  42. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  43. 60fbefc Move jit startup attempt to openjdkjvmti from adbconnection by Alex Light · 7 years ago
  44. f889c70 Always allow agent attach on userdebug builds with kArtTiVersion by Alex Light · 7 years ago
  45. bd2a4e2 Make adbconnection try to start the JIT if it is not running. by Alex Light · 7 years ago
  46. c6023e5 Merge "jdwp: send pids to adbd as raw integers." by Treehugger Robot · 7 years ago
  47. 4b49bb7 jdwp: send pids to adbd as raw integers. by Josh Gao · 7 years ago
  48. d925867 Hide an adbconnection log behind VLOG(jdwp). by Alex Light · 7 years ago
  49. 8bcecf9 Merge "Workaround bogus Thread Safety Analysis warning" by Stephen Hines · 7 years ago
  50. d4006e6 Merge "Lower several adbconnection log messages to VLOG(jdwp)" by Treehugger Robot · 7 years ago
  51. a17cc2e Lower several adbconnection log messages to VLOG(jdwp) by Alex Light · 7 years ago
  52. d6f9d85 Fix UAF error caught by asan by Alex Light · 7 years ago
  53. 81f75c3 Make adbconnection validate jdwpOptions and change defaults by Alex Light · 7 years ago
  54. 15b8113 Have adbconnection handle DDMS packets if agent not loaded by Alex Light · 7 years ago
  55. 2ce6fc8 Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE by Alex Light · 7 years ago
  56. e11d50f Workaround bogus Thread Safety Analysis warning by Yi Kong · 7 years ago
  57. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 7 years ago
  58. c7547c3 Disable libraries using eventfd on darwin hosts. by Alex Light · 7 years ago
  59. fbf9670 Add adbconnection plugin by Alex Light · 7 years ago