1. eaa8194 Use getprop to get build properties. by Haiyang Pan · 2 weeks ago main
  2. e0a5552 Switch pipes.quote to shlex.quote by Daiwei Li · 3 months ago
  3. 804fde7 Properly reset device cache when 'reset=True' in InitCache by Ben Pastene · 4 months ago
  4. 063868f Reset caches for remote devices at every Connect() call by Ben Pastene · 6 months ago
  5. ff7543c Handling missing init.svc.bootanim prop when checking boot state by Ben Pastene · 9 months ago
  6. 1e1b302 Handle TCP connections in OpenHandle() loop. by Andrew Lamb · 10 months ago
  7. 3de6356 Add WaitUntilFullyBootedWithResets by Brian Sheedy · 1 year, 1 month ago
  8. eaf16c5 Loop to read all data in TcpHandle.BulkRead. by Andrew Lamb · 1 year, 2 months ago
  9. 23d5a39 Catch InvalidResponseErrors during reboot. by Andrew Lamb · 1 year, 2 months ago
  10. dd71233 Add option for GetRemoteDevices to connect without _ADB_KEYS. by Andrew Lamb · 1 year, 2 months ago
  11. 4569be7 Add temperature fallback by Brian Sheedy · 1 year, 7 months ago
  12. e9b9ca5 Encode command in StreamingCommand by Junji Watanabe · 4 years, 6 months ago
  13. 8da296d fix concat error in PushKeys by Junji Watanabe · 4 years, 8 months ago
  14. 48fc798 Fix byte string concat error in _HandleAUTH() by Junji Watanabe · 4 years, 8 months ago
  15. ac3b950 add universal_newlines=True in KillADB() by Junji Watanabe · 4 years, 8 months ago
  16. 7dc2c0f ensure filename to be str by Junji Watanabe · 4 years, 8 months ago
  17. e99f193 ensure old_content to be binary only when adb_keys exist by Junji Watanabe · 4 years, 8 months ago
  18. bb53130 Fix pyhton3 incompatibilities by Junji Watanabe · 4 years, 8 months ago
  19. 63049db Support Python3 by Junji Watanabe · 4 years, 10 months ago
  20. b9c2a05 add OWNERS file by Junji Watanabe · 4 years, 10 months ago
  21. adb84eb remove unused import by Takuto Ikuta · 6 years ago
  22. d5794e7 Stop using unicode raw string by Takuto Ikuta · 6 years ago
  23. adb763c replace xrange with range by Takuto Ikuta · 6 years ago
  24. 9e1c536 Stability improvements by Marc-Antoine Ruel · 7 years ago
  25. 27aca95 When uninstalling, use the output of 'pm path' instead of its exit code. by Ben Pastene · 7 years ago
  26. 1c395fc Change GetGMSCoreVersion to GetPackageVersion by bsheedy · 7 years ago
  27. 0170074 Add schedutil governor value. by Ben Wagner · 7 years ago
  28. 412d35c python-adb: Use cat instead of adb's filesync if we need su to be root. by Ben Pastene · 7 years ago
  29. b6a529e Revert "python-adb: Print stack trace on failures to open an Android USB device." by Ben Pastene · 7 years ago
  30. 3979f3c python-adb: Add support for devices that need_su to attain root privileges. by Ben Pastene · 7 years ago
  31. 00ea410 python-adb: Print stack trace on failures to open an Android USB device. by Sergiy Byelozyorov · 7 years ago
  32. e4997e8 python-adb: Create GetGMSCoreVersion method in high.py. by Zhiling Huang · 8 years ago
  33. 2d12b56 py-adb: Attempt to get py-adb working on P. by Benjamin Pastene · 8 years ago
  34. 135dd71 py-adb: Swallow InvalidResponseError when rooting. by Benjamin Pastene · 8 years ago
  35. 4b578d9 py-adb: Detect another type of dumpsys error. by Benjamin Pastene · 8 years ago
  36. 34bfe6b python-adb: Fallback to getprop when /system/build.prop is not readable. by Benjamin Pastene · 8 years ago
  37. c57ccfe python-adb: Fix timeout arg. by Benjamin Pastene · 8 years ago
  38. e3ec660 python-adb: Don't override timeout arg for shell commands. by Benjamin Pastene · 8 years ago
  39. 9717f0a python-adb: Fallback to /proc/sysrq-trgger when rebooting fails. by Benjamin Pastene · 8 years ago
  40. deedbd3 Add a codereview.settings file for python-adb.git by Benjamin Pastene · 8 years ago
  41. bde63cf python-adb: Optionally skip sd_card checking when booting up. by Benjamin Pastene · 8 years ago
  42. 55aea29 python-adb: Add a high.IsDeviceFullyBooted check. by Benjamin Pastene · 8 years ago
  43. bed58b9 python-adb: List tz sensors in GetDeviceTemperatures() by Benjamin Pastene · 9 years ago
  44. 9ad4aa5 python-adb: Use reentrant locks in the handles. by Benjamin Pastene · 9 years ago
  45. 0f6553c python-adb: Fix KillADB logging. by Benjamin Pastene · 9 years ago
  46. 75477eb python-adb: Make FindDevicesSafe true to its name. by Benjamin Pastene · 9 years ago
  47. 42558a5 python-adb: Ignore devices that don't expose a serial number. by Benjamin Pastene · 9 years ago
  48. f56093f python-adb: Don't return port_path when asked for serial. by Benjamin Pastene · 9 years ago
  49. 5d1bc34 python-adb: Quit early when trying to connect to a missing device. by Benjamin Pastene · 9 years ago
  50. 8626f27 python-adb: Fix bug with shell command out. by Benjamin Pastene · 9 years ago
  51. 6c06489 python-adb: Fall back to executing su directly when testing for has_root by Benjamin Pastene · 9 years ago
  52. e01e01f python-adb: Check if message queue has been closed before consuming it. by Benjamin Pastene · 9 years ago
  53. 0cbf609 python-adb: Don't hang forever when attempting to kill adb servers. by Benjamin Pastene · 9 years ago
  54. 6dd8c97 Upstream reset-usb optional logic. by Benjamin Pastene · 9 years ago
  55. 8ff7d90 adb_commands_safe: Trap more exceptions. by Marc-Antoine Ruel · 9 years ago
  56. ca231dc high.py: Clean up current metric by Ryan Tseng · 9 years ago
  57. ec2f722 high.py: Fix current metric by Ryan Tseng · 9 years ago
  58. e1630f2 Add current information to GetBattery() by Ryan Tseng · 9 years ago
  59. 36fb811 high.py: Bail out of WaitUntilFullyBooted() if device is unavailable by Ryan Tseng · 9 years ago
  60. c9ac519 python-adb: Catch USBErrorIO when opening usb handle. by Benjamin Pastene · 9 years ago
  61. 775c243 python-adb: Disable USB resets on USB failures. by Benjamin Pastene · 9 years ago
  62. 7e66a9c python-adb: Ignore CLSE packets sent from the device for other streams. by Benjamin Pastene · 9 years ago
  63. 6e66b11 python-adb: Don't discard OKAYs from the device. by Benjamin Pastene · 9 years ago
  64. e655eaa Explicitly trap usb1.USBErrorIO exceptions. by Marc-Antoine Ruel · 9 years ago
  65. ebee7e2 Handle LIBUSB_ERROR_NOT_FOUND. (#11) by cyberstip · 10 years ago
  66. 72674a1 Add option to send reboot command and not wait for device. by Benjamin Pastene · 10 years ago
  67. 83afcaa Do not use assert on reply from the device. by Marc-Antoine Ruel · 10 years ago
  68. 2ac6144 Remove assert from AdbCommandsSafe.Shell(). by Marc-Antoine Ruel · 10 years ago
  69. bb8e423 Trap StopIteration and convert to InvalidResponseError. by Marc-Antoine Ruel · 10 years ago
  70. cbdf248 Expose sysfs port path for android devices. by Benjamin Pastene · 10 years ago
  71. ede56ee Attempt to reset device handles when an I/O timeout occurs on connect. by Benjamin Pastene · 10 years ago
  72. 1c657fc Restore Timeout() logic. (#10) by cyberstip · 10 years ago
  73. 5b8a6eb Do not throw on when self.cache.available_frequencies is None. by Marc-Antoine Ruel · 10 years ago
  74. c707de0 Report memory and process information for devices. (#9) by cyberstip · 10 years ago
  75. 3e79a6b Merge pull request #8 from erock2112/master by M-A · 10 years ago
  76. 1281288 Fix high_test after 65dec86 by Eric Boren · 10 years ago
  77. 5d9f64b Merge pull request #7 from erock2112/master by M-A · 10 years ago
  78. 65dec86 Plumb timeout through ReadAndDispatch, Shell(), use in long-running cmds by Eric Boren · 10 years ago
  79. 3cf55dd Merge pull request #6 from erock2112/master by M-A · 10 years ago
  80. 7b18c0b CPU scaling fallback to scaling_[min|max]_freq, not cpuinfo_.... by Eric Boren · 10 years ago
  81. 69081bc Merge pull request #5 from erock2112/master by M-A · 10 years ago
  82. b4c1e95 Fix fallback-to-shell in HighDevice.SetCPUSpeed() by Eric Boren · 10 years ago
  83. b9c59ab Expose different types of device failures. by Benjamin Pastene · 10 years ago
  84. 93e601c Merge pull request #4 from erock2112/master by M-A · 10 years ago
  85. 06a26e3 CPU scaling governors assert: Fix intersect->intersection by Eric Boren · 10 years ago
  86. ba17ba2 Merge pull request #3 from erock2112/master by M-A · 10 years ago
  87. 5e64048 Be more forgiving with available CPU scaling governors assert by Eric Boren · 10 years ago
  88. c2fd392 Merge pull request #2 from erock2112/master by M-A · 10 years ago
  89. a77c3fb Mimic self.Shell fallback from SetCPUScalingGovernor in SetCPUSpeed by Eric Boren · 10 years ago
  90. 7b20f89 Fix WaitUntilFullyBooted() on android 4.4. by Marc-Antoine Ruel · 10 years ago
  91. 043eb6e Add hotplug as a known CPU governor. by Marc-Antoine Ruel · 10 years ago
  92. 3ace393 Fix/implement basic TCP support. by Benjamin Pastene · 10 years ago
  93. af6ef85 Fix missing import, causing a double-exception. by Marc-Antoine Ruel · 10 years ago
  94. 0562f4d Merge remote-tracking branch 'origin/master' into luci_master by Marc-Antoine Ruel · 10 years ago
  95. 29e0c83 Merge pull request #15 from maruel/clean by Fahrzin Hemmati · 10 years ago
  96. 39dc3fe Merge pull request #14 from google/clean_rsa by Fahrzin Hemmati · 10 years ago
  97. 34f41ee Fix --port_path; improve doc. by Marc-Antoine Ruel · 10 years ago
  98. 149a408 Merge branch 'master' into luci_master by Marc-Antoine Ruel · 10 years ago
  99. f8cde27 Move signer decision into import tree by Fahrzin Hemmati · 10 years ago
  100. 8ac3634 Move pythonrsa's key_path constructor to classmethod by Fahrzin Hemmati · 10 years ago