1
0
mirror of https://github.com/google/adb-sync.git synced 2026-01-03 01:48:02 +00:00

Commit Graph

  • 09e0abf3fc Update the link to better-adb-sync (#61) master Nurudin Imsirovic 2023-09-22 17:47:28 +02:00
  • 76b27837f1 Add deprecation notice. Rudolf Polzer 2022-11-06 07:17:06 -05:00
  • fb7c549753 Respect users $PATH settings (#32) jottr 2019-01-01 20:21:04 +01:00
  • b0a2a10852 Add --copy-links, use stat instead of lstat Kostas Chatzikokolakis 2018-11-27 13:58:06 -08:00
  • e6d9ffdbb0 Do not cut off final slash from source path. Rudolf Polzer 2018-11-27 13:45:16 -08:00
  • 3d9683d290 Use os.fsencode to encode path names from argv to byte strings. Rudolf Polzer 2018-11-27 13:28:35 -08:00
  • bcd3541697 Fix lint, and make logging actually work again. Rudolf Polzer 2018-11-27 12:55:22 -08:00
  • 270bfe6b3a Also pass mypy --strict. Rudolf Polzer 2018-11-27 11:41:45 -08:00
  • 384a485224 Add annotations to pass both mypy and pytype. Rudolf Polzer 2018-11-27 09:57:41 -08:00
  • 6dde901f5a Get rid of the hideous _sprintf wrapper too. Rudolf Polzer 2018-11-27 08:51:33 -08:00
  • c75950bbfe pyformat. Rudolf Polzer 2018-11-27 08:45:13 -08:00
  • bbe25f9c68 Remove _print, start using logging.info. Rudolf Polzer 2018-11-27 08:44:52 -08:00
  • 491158ff46 Issue #11: adb-channel fix (#13) Charlie Gorichanaz 2018-11-27 07:59:35 -08:00
  • fd6a98cfba Fix: size is only know for regular files (#23) cryptogopher 2018-11-27 16:58:02 +01:00
  • 083837c361 Add a variable EXPERIMENTAL_ADB_CHANNEL_TCP_PORT to try using adb forward with a TCP port instead of a UNIX socket. adb-channel-tcp Rudolf Polzer 2017-04-12 16:44:47 -04:00
  • b8813dc214 adb-sync: Allow syncing symlinks (#4) Thibault Saunier 2017-04-11 18:07:40 -03:00
  • 861eb4bbb3 Fix the suggested ProxyCommand for adb-channel. Rudolf Polzer 2016-10-04 14:10:23 -04:00
  • ba8f830d28 Merge caching and listing directory contents. Rudolf Polzer 2016-09-26 10:52:47 -04:00
  • f345a79f93 adb-sync: Fix listdir() with Android N. Rudolf Polzer 2016-08-25 09:26:45 -04:00
  • 7fc48ad1e1 Fix some accidental Unicode/Binary string mistakes from b28ba49. Rudolf Polzer 2016-07-08 20:13:19 -04:00
  • 9a0d978900 Merge pull request #3 from qezt/qezt divVerent 2016-06-27 16:35:33 -04:00
  • b28ba4904b now it will be compatible with N's ls output format qezt 2016-05-22 10:26:40 +08:00
  • 012b326252 More py2/3 fixes. Rudolf Polzer 2015-12-20 19:39:56 +01:00
  • d21617f70b adb-sync: Stop assuming the encoding of the input files matches the current locale. Rudolf Polzer 2015-12-20 19:35:22 +01:00
  • 9b9a7041ff adb-channel: In fact, safely exit also on SIGINT, SIGTERM and SIGALRM, as all these usually intend a "clean" exit. Rudolf Polzer 2015-05-03 15:52:58 +02:00
  • 38496c2c25 adb-channel: also delete temps on SIGHUP. Rudolf Polzer 2015-05-03 15:51:09 +02:00
  • 9b43cee636 Make adb-channel able to start/stop a SSH server app automatically. Rudolf Polzer 2015-04-30 12:18:47 +02:00
  • f7ca1e197b Add a separate adb-channel tool. Rudolf Polzer 2014-09-22 10:01:26 +02:00
  • 95b7746cba Fix path appending to not append /. or /.. components. Rudolf Polzer 2014-09-10 12:01:20 +02:00
  • fe9d9f1584 If there is no path component at all, do append it to the destination. Rudolf Polzer 2014-09-09 07:05:10 +02:00
  • 33f3c1502f Implement wildcard support on the source side. Now we're rsync equivalent! Rudolf Polzer 2014-09-08 10:21:02 +02:00
  • 368e8aecec Add a TODO section. Rudolf Polzer 2014-09-08 09:47:08 +02:00
  • 12bf974b6a Document rsync-like path munging. Rudolf Polzer 2014-09-08 09:44:01 +02:00
  • 18dbd52b91 Implement rsync-like path munging. Rudolf Polzer 2014-09-08 09:42:43 +02:00
  • a01bf3b565 Add trailing slash to sources; this is more rsync-like. Rudolf Polzer 2014-09-08 09:29:03 +02:00
  • bac9159956 Add an easy shortcut to add some adb flags. Rudolf Polzer 2014-09-08 09:25:37 +02:00
  • f4f65ef170 Fix links. Rudolf Polzer 2014-08-26 09:35:27 +02:00
  • de9659ddab first commit Rudolf Polzer 2014-08-26 09:33:49 +02:00