1
0
mirror of https://github.com/google/adb-sync.git synced 2026-01-03 09:58:01 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Rudolf Polzer
f345a79f93 adb-sync: Fix listdir() with Android N. 2016-08-25 09:26:45 -04:00
Rudolf Polzer
7fc48ad1e1 Fix some accidental Unicode/Binary string mistakes from b28ba49. 2016-07-08 20:13:19 -04:00
divVerent
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
qezt
b28ba4904b now it will be compatible with N's ls output format 2016-05-29 21:49:50 +08: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
Rudolf Polzer
f4f65ef170 Fix links. 2014-08-26 09:35:27 +02:00
Rudolf Polzer
de9659ddab first commit 2014-08-26 09:33:49 +02:00