Commit graph

22755 commits

Author SHA1 Message Date
Joey Hess
a787cead35 bittorrent: Fix mojibake introduced in parsing arai2c progress output.
hGetSomeString reads one byte at a time, so unicode bytes are not composed.
The problem comes when outputting that to the console with hPut; that
tried to apply the handle's encoding, and so we get mojibake.

Instead, use ByteStrings, and only convert it to a string for parsing, not
for display.

Note that there are a couple of other things that use hGetSomeString,
which I've left as-is for now.
2015-02-10 12:34:34 -04:00
Joey Hess
b80a434685 more descriptive title 2015-02-10 12:18:19 -04:00
Joey Hess
8fc941cc34 verified user error; close bug 2015-02-10 12:09:40 -04:00
Joey Hess
e9f0010b70 comment 2015-02-10 12:05:42 -04:00
Joey Hess
d3b61d69b1 addurl: Avoid crash if quvi is not installed, when git-annex was built with process-1.2
createProcess has been changed to throw an exception if the program is
not in path.
2015-02-10 11:59:59 -04:00
Joey Hess
5bc764e091 improve instructions 2015-02-10 11:54:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
f79505a2e1 Added a comment 2015-02-10 07:38:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo
dc9383ece9 Added a comment: a workaround 2015-02-10 05:00:01 +00:00
https://id.koumbit.net/anarcat
c05b522bb5 another small issues with torrents 2015-02-10 03:21:34 +00:00
https://id.koumbit.net/anarcat
8e2f2483d8 found the previous issue 2015-02-10 03:21:15 +00:00
https://id.koumbit.net/anarcat
c5431c58d2 it's baaack! 2015-02-10 03:14:42 +00:00
https://id.koumbit.net/anarcat
25a74b567b some small weird utf8 bug again 2015-02-10 03:12:38 +00:00
https://id.koumbit.net/anarcat
ef2443ea99 Added a comment 2015-02-10 03:06:40 +00:00
https://id.koumbit.net/anarcat
9ac4b53f08 Added a comment 2015-02-10 03:04:20 +00:00
https://id.koumbit.net/anarcat
5c20714979 Added a comment 2015-02-10 03:02:53 +00:00
https://id.koumbit.net/anarcat
c5c7bf2dab note when this was introduced, it confused me to not see this in jessie! 2015-02-10 02:57:44 +00:00
robert_hickman
ff9b634c9d Added a comment 2015-02-10 01:55:06 +00:00
robert_hickman
782d140ba3 Added a comment 2015-02-10 01:49:39 +00:00
robert_hickman
e86493bf32 Added a comment 2015-02-10 01:40:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
ac0ba39f5e 2015-02-10 00:37:18 +00:00
Joey Hess
f16a71c74b devblog 2015-02-09 18:47:37 -04:00
Joey Hess
f0d447d623 comment 2015-02-09 18:45:46 -04:00
Joey Hess
7fce85adac Improve race recovery code when committing to git-annex branch. 2015-02-09 18:34:48 -04:00
Joey Hess
3b94ea7b94 comment 2015-02-09 16:58:03 -04:00
Joey Hess
159c536d74 comment 2015-02-09 16:54:31 -04:00
Joey Hess
60926f18dd response 2015-02-09 16:49:00 -04:00
Joey Hess
6778d60c42 response 2015-02-09 16:44:11 -04:00
Joey Hess
5dea0878e6 Merge branch 'master' of ssh://git-annex.branchable.com 2015-02-09 16:37:18 -04:00
Joey Hess
1316efdc6e assistant: Improve sanity check for control characters when pairing. 2015-02-09 16:34:57 -04:00
Joey Hess
bcf1b59c1b webapp: Fix reversion in opening webapp when starting it manually inside a repository. 2015-02-09 16:34:42 -04:00
robert_hickman
21fb83be48 2015-02-09 19:48:27 +00:00
Joey Hess
4422922cf4 comment 2015-02-09 15:46:15 -04:00
Joey Hess
3e78b83875 Windows: Fix bug in dropping an annexed file, which caused a symlink to be staged that contained backslashes. 2015-02-09 15:37:26 -04:00
Joey Hess
10db6c54df comment 2015-02-09 15:13:35 -04:00
Joey Hess
cb0a810191 comment 2015-02-09 15:05:37 -04:00
Joey Hess
af11b1a844 comment 2015-02-09 14:39:09 -04:00
Joey Hess
63cf37a86c comment 2015-02-09 14:38:04 -04:00
Joey Hess
142175e34e fix title 2015-02-09 14:17:42 -04:00
Joey Hess
a22eaaae27 comment 2015-02-09 14:16:42 -04:00
Joey Hess
7ff96fad74 followup 2015-02-09 13:48:17 -04:00
Joey Hess
d554362d0b add a test case for switching to direct mode and back to indirect 2015-02-09 13:41:29 -04:00
Joey Hess
103565b2a2 comment 2015-02-09 13:18:07 -04:00
Joey Hess
4a11188bc6 comment 2015-02-09 13:14:29 -04:00
Joey Hess
5011c1227c Merge branch 'master' of ssh://git-annex.branchable.com 2015-02-09 13:09:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
11a96e879e Added a comment: THANK YOU JOEY 2015-02-09 14:04:27 +00:00
McChicken
bbe9bae836 2015-02-09 00:11:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo
ae974cae34 2015-02-08 20:22:20 +00:00
Joey Hess
9312d2b4ed better option handling
At least it avoids the big truth table lookup
2015-02-08 15:04:58 -04:00
Joey Hess
27ad41b355 import: Avoid checksumming file twice when run in the default or --duplicate mode.
--deduplicate, --skip-duplicates, and --clean-duplicates still checksum the
file twice, the first time to determine if it's a duplicate. This cannot be
easily merged with the checksumming done to add the file, since the file
needs to be locked down before that second checksum is taken.
2015-02-08 14:43:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl52i_Ao3TpmLrpYMCbRcnNiMuNiwIDr4E
b2d1554ce3 2015-02-07 16:33:58 +00:00