Commit Graph
21 Commits
Author SHA1 Message Date
Rudolf Polzer 270bfe6b3a Also pass mypy --strict. 2018-11-27 11:45:44 -08:00
Rudolf Polzer 384a485224 Add annotations to pass both mypy and pytype. 2018-11-27 11:45:40 -08:00
Rudolf Polzer 6dde901f5a Get rid of the hideous _sprintf wrapper too. 2018-11-27 08:51:33 -08:00
Rudolf Polzer c75950bbfe pyformat. 2018-11-27 08:45:13 -08:00
Rudolf Polzer bbe25f9c68 Remove _print, start using logging.info. 2018-11-27 08:44:52 -08:00
Rudolf Polzer 7fc48ad1e1 Fix some accidental Unicode/Binary string mistakes from b28ba49. 2016-07-08 20:13:19 -04:00
divVerentandGitHub 9a0d978900 Merge pull request #3 from qezt/qezt
now it will be compatible with N's ls output format
2016-06-27 16:35:33 -04:00
Rudolf Polzer 012b326252 More py2/3 fixes. 2015-12-20 19:39:56 +01:00
Rudolf Polzer d21617f70b adb-sync: Stop assuming the encoding of the input files matches the
current locale.

Instead, treat all file names as binary, EVEN for output.
2015-12-20 19:35:22 +01:00
Rudolf Polzer 9b9a7041ff adb-channel: In fact, safely exit also on SIGINT, SIGTERM and SIGALRM,
as all these usually intend a "clean" exit.
2015-05-03 15:52:58 +02:00
Rudolf Polzer 38496c2c25 adb-channel: also delete temps on SIGHUP. 2015-05-03 15:51:09 +02:00
Rudolf Polzer 9b43cee636 Make adb-channel able to start/stop a SSH server app automatically. 2015-04-30 12:18:47 +02:00
Rudolf Polzer f7ca1e197b Add a separate adb-channel tool. 2014-09-22 10:01:26 +02:00
Rudolf Polzer 95b7746cba Fix path appending to not append /. or /.. components. 2014-09-10 12:01:20 +02:00
Rudolf Polzer fe9d9f1584 If there is no path component at all, do append it to the destination. 2014-09-09 07:05:10 +02:00
Rudolf Polzer 33f3c1502f Implement wildcard support on the source side. Now we're rsync
equivalent!
2014-09-08 10:21:02 +02:00
Rudolf Polzer 368e8aecec Add a TODO section. 2014-09-08 09:47:08 +02:00
Rudolf Polzer 12bf974b6a Document rsync-like path munging. 2014-09-08 09:44:01 +02:00
Rudolf Polzer 18dbd52b91 Implement rsync-like path munging. 2014-09-08 09:42:43 +02:00
Rudolf Polzer a01bf3b565 Add trailing slash to sources; this is more rsync-like. 2014-09-08 09:29:03 +02:00
Rudolf Polzer bac9159956 Add an easy shortcut to add some adb flags. 2014-09-08 09:27:35 +02:00