1. 8351aac ART: Refactor for bool literals by Andreas Gampe · 6 years ago
  2. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  3. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  4. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  5. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  6. d817560 Fix non-Linux builds. by Roland Levillain · 9 years ago
  7. 3cbad24 Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  8. 15f9b27 Improves recent changes to art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  9. 0502c44 Fix JDWP host tests on Trusty. by Roland Levillain · 9 years ago
  10. aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
  11. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  12. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  13. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  14. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  15. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  16. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  17. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jdwp/jdwp_socket.cc]
  18. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 11 years ago
  19. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 11 years ago
  20. 068193c Add missing TEMP_FAILURE_RETRYs to the JDWP transports. by Elliott Hughes · 11 years ago
  21. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 12 years ago
  22. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 12 years ago
  23. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  24. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  25. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  26. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  27. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  28. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  29. bfbf0e2 Make the hex dump more generally useful (specifically in CHECKs). by Elliott Hughes · 12 years ago
  30. 6d8dd47 Fix a bunch of uses of 'short'. by Elliott Hughes · 13 years ago
  31. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  32. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  33. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  34. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 13 years ago
  35. 376a7a0 Turn free functions that take a JdwpState* into member functions. by Elliott Hughes · 13 years ago
  36. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  37. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago