summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Added a comment: Buy Fruits Online | Fruits Online ChennaiGravatar Balan2014-05-29
| | |
| * | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmXGwBCD9trUbr0aC8jtDqScpaYK6PNOx02014-05-29
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
* | | confirmedGravatar Joey Hess2014-05-28
|/ /
* | devblogGravatar Joey Hess2014-05-28
| |
* | remove newlines from static js and cssGravatar Joey Hess2014-05-28
| | | | | | | | | | This works around a bug in the EvilSplicer; see http://git-annex.branchable.com/bugs/Bootstrap3_icons_missing_on_Android/
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-28
|\ \
* | | allow building with old versions of exceptions before MonadMask was split outGravatar Joey Hess2014-05-28
| | |
| * | (no commit message)Gravatar bnikolic2014-05-28
| | |
* | | update for change to exceptionsGravatar Joey Hess2014-05-28
| | |
* | | Use exceptions in place of deprecated MonadCatchIO-transformersGravatar Ben Gamari2014-05-28
|/ /
* | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc2014-05-28
| |
| * prep releaseGravatar Joey Hess2014-05-28
| |
* | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc2014-05-28
| |
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk2014-05-28
| |
* | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlAx-pYJ036y2lgKtLJvXm7s-HFRBiJlZY2014-05-28
| |
* | (no commit message)Gravatar EskildHustvedt2014-05-28
| |
* | poll vote (Same as for regular git-annex. ~/annex/)Gravatar 92.192.126.782014-05-28
| |
* | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnxvt4mc32O0ctvPGhhII_ZKsHUiaD2o7I2014-05-28
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-27
|\ \
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
* | | fix dodgy use of Char8Gravatar Joey Hess2014-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know if this was a bug, but I don't know if it was not a bug either. See also, http://git-annex.branchable.com/bugs/Truncated_file_transferred_via_S3/ where the file is not truncated, but mangled..
* | | get rid of (completely safe) uses of Char8Gravatar Joey Hess2014-05-27
|/ / | | | | | | | | Char8 often indicates an encoding bug. It didn't here, but I can avoid it and not worry about it.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-27
|\ \
* | | better heuristic for what is a package-qualified symbolGravatar Joey Hess2014-05-27
| | | | | | | | | | | | | | | Hopefully this will avoid mangling css files embedded in strings inside spliced code.
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-28
| | |
| * | (no commit message)Gravatar http://schnouki.net/2014-05-27
|/ /
* | typoGravatar Joey Hess2014-05-27
| |
* | fix date of this blog postGravatar Joey Hess2014-05-27
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-27
|\ \
* | | devblogGravatar Joey Hess2014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc2014-05-27
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmZilYULa6CDEGfuagoDlesyakBgnf-dF82014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmZilYULa6CDEGfuagoDlesyakBgnf-dF82014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
|/ /
* | webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize ↵Gravatar Joey Hess2014-05-27
| | | | | | | | that to foo, since it's in the home directory by default.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-27
|\ \
* | | Fix encoding of data written to git-annex branch. Avoid truncating unicode ↵Gravatar Joey Hess2014-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters to 8 bits. Allow any encoding to be used, as with filenames (but utf8 is the sane choice). Affects metadata and repository descriptions, and preferred content expressions. The question of what's the right encoding for the git-annex branch is a vexing one. utf-8 would be a nice choice, but this leaves the possibility of bad data getting into a git-annex branch somehow, and this resulting in git-annex crashing with encoding errors, which is a failure mode I want to avoid. (Also, preferred content expressions can refer to filenames, and filenames can have any encoding, so limiting to utf-8 would not be ideal.) The union merge code already took care to not assume any encoding for a file. Except it assumes that any \n is a literal newline, and not part of some encoding of a character that happens to contain a newline. (At least utf-8 avoids using newline for anything except liternal newlines.) Adapted the git-annex branch code to use this same approach. Note that there is a potential interop problem with Windows, since FileSystemEncoding doesn't work there, and instead things are always decoded as utf-8. If someone uses non-utf8 encoding for data on the git-annex branch, this can lead to an encoding error on windows. However, this commit doesn't actually make that any worse, because the union merge code would similarly fail with an encoding error on windows in that situation. This commit was sponsored by Kyle Meyer.
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
|/ /
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-27
|\ \
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-27
| | |