Commit graph

  • c303241c8c Improve forward errors main timoxa0 2024-06-17 12:31:25 +0500
  • 3ce4c3a352
    Update README.md Timofey 2024-06-14 21:53:20 +0500
  • a333df0af4 Update doc for Device.ListForwards() timoxa0 2024-06-14 21:47:28 +0500
  • dba4311d8a Implement String for ForwardType timoxa0 2024-06-14 15:58:07 +0500
  • 756c605365 Remove useless fmt.Sprintf timoxa0 2024-06-14 15:57:28 +0500
  • 2d9cf39596 Make forward type and target public timoxa0 2024-06-14 15:56:58 +0500
  • 627bfc67be Implement adb forward timoxa0 2024-06-12 16:57:38 +0500
  • 3f33e09453 Add recovery state change description timoxa0 2024-06-12 16:56:50 +0500
  • 157162bea3 Fix keyVal parse timoxa0 2024-06-12 10:23:08 +0500
  • b062257995 Fix mod path timoxa0 2024-06-11 21:25:58 +0500
  • de5056ceb2 Add StateRecovery timoxa0 2024-06-11 21:14:06 +0500
  • d49e5ad793 fix: mod path Evrins Hu 2020-10-29 10:18:51 +0800
  • 11bff25cc8 fix: import path Evrins Hu 2020-07-13 14:31:19 +0800
  • 5532b49f7e migrate to go mod Evrins Hu 2020-07-13 14:18:10 +0800
  • 029cc6bee4 Respect specified adb server port when issuing adb start-server (#28) Tobias Salzmann 2017-05-30 02:51:45 +0200
  • 6cf99d9b4a Merge pull request #23 from mandarl/master Zach Klippenstein 2017-03-19 19:31:55 -0700
  • cd529c014a renamed files for platform specific isExecutable() Mandar Limaye 2016-08-26 20:25:25 -0500
  • 5d71bb68b4 refactor code Mandar Limaye 2016-08-26 20:17:20 -0500
  • daaa0fa467 Add conditional build files for unix.Access. This will allow library to be built on windows. Mandar Limaye 2016-08-09 12:07:21 -0500
  • e87d5c6814 Merge pull request #20 from zach-klippenstein/cleanup-errors Zach Klippenstein 2016-05-22 11:16:37 -0700
  • 701ea3a245 Moved error definitions to an internal package, deleted the confusing util package. Zach Klippenstein 2016-05-22 10:49:32 -0700
  • 64c3235bc2 Merge pull request #18 from zach-klippenstein/devicestate Zach Klippenstein 2016-05-22 08:57:56 -0700
  • 49dbce382b Make Device.State return DeviceState instead of string. Zach Klippenstein 2016-05-21 23:23:26 -0700
  • a7944b4afc Merge pull request #19 from zach-klippenstein/makefile Zach Klippenstein 2016-05-22 08:53:54 -0700
  • 267feeab14 Added a Makefile and used for CI. Zach Klippenstein 2016-05-22 08:10:50 -0700
  • 02ccca28d2 Merge pull request #17 from zach-klippenstein/more-renames Zach Klippenstein 2016-05-22 08:03:18 -0700
  • b43886affb Renamed: HostClient -> Adb, DeviceClient -> Device, Server -> server. Zach Klippenstein 2016-05-21 22:33:20 -0700
  • 3d9104fbc1 Merge pull request #14 from zach-klippenstein/format-flags Zach Klippenstein 2016-05-07 18:46:53 -0700
  • b7039f514b [cmd/adb] Formatted flag definitions. Zach Klippenstein 2016-05-07 18:00:26 -0700
  • 4e963f536d HostClient.ListDevices now returns an empty list instead of nil if there are no devices. Zach Klippenstein 2016-03-13 18:34:06 -0700
  • c4de7097d7 Merge pull request #11 from zach-klippenstein/package-rename Zach Klippenstein 2016-02-27 11:38:43 -0800
  • 019b1a3607 Merge pull request #12 from zach-klippenstein/go16 Zach Klippenstein 2016-02-21 15:48:34 -0800
  • 6c4c200601 Build with go 1.6. Zach Klippenstein 2016-02-21 15:41:44 -0800
  • 5fb43080b6 Renamed top-level package from goadb to just adb. Zach Klippenstein 2016-01-15 07:54:27 -0800
  • ee01d1202e Merge pull request #10 from zach-klippenstein/server Zach Klippenstein 2016-01-10 14:24:22 -0800
  • 9f7d11a3bc Refactored ClientConfig into a Server interface. Zach Klippenstein 2016-01-10 13:33:22 -0800
  • 11dc26d9ba Merge pull request #9 from zach-klippenstein/start-server-errs Zach Klippenstein 2016-01-08 14:35:08 -0800
  • f8a8785326 Added command output to StartServer error. Zach Klippenstein 2016-01-08 10:23:20 -0800
  • aea57fe58f Merge pull request #8 from zach-klippenstein/fix-reads Zach Klippenstein 2015-12-30 03:24:41 -0800
  • db28472ff7 FileWriter.Write will now always attempt to write the entire buffer, even if larger than max chunk size. Zach Klippenstein 2015-12-30 03:05:56 -0800
  • 9803f7f9f3 Fixed a potential NPE when printing error cause chains. Zach Klippenstein 2015-12-30 01:56:50 -0800
  • 325901c2c3 Fixed bug where tried closing a single net.Conn multiple times. Zach Klippenstein 2015-12-30 00:00:03 -0800
  • d2cac01b63 Fixed a panic when reading an empty file. Zach Klippenstein 2015-12-29 23:06:40 -0800
  • 3e1d948164 [cmd/adb] Support pulling/pushing from stdin and to stdout. Zach Klippenstein 2015-12-29 13:25:17 -0800
  • e6b354ce69 Merge pull request #6 from zach-klippenstein/sync-send Zach Klippenstein 2015-12-28 20:03:30 -0800
  • 340dcab2df Implemented sync file send and cmd/adb push command. Zach Klippenstein 2015-12-28 01:08:51 -0800
  • d32cf6b500 Merge pull request #7 from zach-klippenstein/fix-openread-errors Zach Klippenstein 2015-12-28 19:57:39 -0800
  • cb7e06bdb9 OpenRead will now return an error if the server returns an error when trying to open a file. Zach Klippenstein 2015-12-28 15:28:53 -0800
  • 2515c6d11a [cmd/adb] Implemented pull command. Zach Klippenstein 2015-12-27 23:39:28 -0800
  • eabeb3aa77 Fixed travis badge to always point to master. Zach Klippenstein 2015-12-28 01:26:11 -0800
  • 64750956ff [cmd/adb] Make devices -l look more like the official command's output. Zach Klippenstein 2015-12-27 17:37:17 -0800
  • 9e134f40b3 Merge pull request #5 from zach-klippenstein/adb-command Zach Klippenstein 2015-12-20 23:08:22 -0800
  • b65c913aaf Updated go version for travis build. Zach Klippenstein 2015-12-20 23:01:07 -0800
  • f6d7b0b665 Started basic clone of the adb command. Zach Klippenstein 2015-12-20 22:42:16 -0800
  • 39a21306a5 Merge pull request #3 from zach-klippenstein/zach-klippenstein/devicewatcher-restart-backoff Zach Klippenstein 2015-11-29 10:48:49 -0800
  • b966d11cda Randomly backoff restarting adb server from DeviceWatcher. Zach Klippenstein 2015-11-29 10:39:58 -0800
  • 677e09425f Merge pull request #2 from zach-klippenstein/zach-klippenstein/deviceclient-deviceinfo Zach Klippenstein 2015-11-26 12:47:14 -0800
  • e3c41d9cbf Add GetDeviceInfo method to DeviceClient. Zach Klippenstein 2015-11-26 11:49:29 -0800
  • d964e00da0 Merge pull request #1 from zach-klippenstein/zach-klippenstein/fix-devicenotfound-newservers Zach Klippenstein 2015-09-12 15:31:49 -0700
  • 81043d7260 Handle newer adb servers' device not found error messages. Zach Klippenstein 2015-09-12 15:17:16 -0700
  • af4b3ddcf2 DeviceWatcher events are more strongly typed and added higher-level methods. Zach Klippenstein 2015-09-07 21:19:59 -0700
  • 0aa31c0548 If dialing the server fails initially, attempt to start the server and retry. Zach Klippenstein 2015-09-07 16:06:20 -0700
  • bdf8f854c3 Added utility method to DirEntries for reading all entries. Zach Klippenstein 2015-09-06 12:50:07 -0700
  • 92af9f1b15 Removed unused err return value from NewDeviceWatcher. Zach Klippenstein 2015-09-05 22:44:36 -0700
  • a92512cf8f Added function to build more useful error messages for debugging. Zach Klippenstein 2015-09-05 20:55:20 -0700
  • 695e0af07b Fixed DeviceClient not closing the connection on Stat. Zach Klippenstein 2015-09-05 20:37:40 -0700
  • b0842f499c Cleaned ErrCode constant definitions. Zach Klippenstein 2015-07-23 20:51:08 -0700
  • c0133b8ec7 Fixed device watcher tests. Zach Klippenstein 2015-07-19 14:41:27 -0700
  • 164ab27d25 Implemented device event watcher and improved errors. Zach Klippenstein 2015-05-17 12:33:41 -0700
  • 946c9e8ff8 Fixed scanner tests. Zach Klippenstein 2015-07-19 06:43:13 -0700
  • 34b3a07ca8 Richer error handling. Zach Klippenstein 2015-07-11 23:18:58 -0700
  • 0817d29438 Decoupled clients from each other. Zach Klippenstein 2015-07-11 14:32:04 -0700
  • 31c075d150 Fix tests. Zach Klippenstein 2015-05-03 18:31:03 -0700
  • 683663cb52 Locked go version to 1.4 on travis. Zach Klippenstein 2015-05-03 18:27:21 -0700
  • ab49714a03 Fixed raw-adb. Zach Klippenstein 2015-05-03 18:21:49 -0700
  • 0be787db78 Better logging for connection failures. Zach Klippenstein 2015-05-03 18:07:03 -0700
  • cafabc99f6 Detect non-existent paths in sync_client, tests for sync_client#stat. Zach Klippenstein 2015-05-03 08:12:53 -0700
  • 925d93caef Removed nilSafeDialer and moved AdbPort into goadb package. Zach Klippenstein 2015-05-03 06:11:09 -0700
  • a6b8a6fa03 Enhanced error messages. Zach Klippenstein 2015-04-29 12:23:51 -0500
  • d0b99d9f57 Parse more bits out of file modes in sync mode. Zach Klippenstein 2015-04-24 08:20:47 -0500
  • 28a745dc7a Added link to demo.go to README.md. Zach Klippenstein 2015-04-12 22:19:48 -0700
  • 4b9891533a Started host and local service clients. Zach Klippenstein 2015-04-12 13:34:20 -0700
  • f55ab62f4c Added .travis.yml. Zach Klippenstein 2015-04-11 17:19:22 -0700
  • 5492caa668 Lint fixes. Zach Klippenstein 2015-04-11 17:00:58 -0700
  • 8d46dec61d Initial commit – wire format implementation and some host client commands. Zach Klippenstein 2015-04-11 14:45:29 -0700