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