Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | handle sha*sum's leading \ in checksum with certian unsual filenames | Joey Hess | 2012-12-20 |
| | | | | | | | | * Bugfix: Remove leading \ from checksums output by sha*sum commands, when the filename contains \ or a newline. Closes: #696384 * fsck: Still accept checksums with a leading \ as valid, now that above bug is fixed. * migrate: Remove leading \ in checksums | ||
* | Bugfix: Fixed bug parsing transfer info files | Joey Hess | 2012-12-19 |
| | | | | | | | | | | | | | | | The newline after the filename was included in it. This was generally benign -- mostly these filenames are just displayed, and the newline didn't matter. But in the assistant, it caused unexpected dropping of preferred content. A characteristic of this bug is that the drop was displayed like this: drop some_file ok | ||
* | Merge branch 'master' into desymlink | Joey Hess | 2012-12-18 |
|\ | |||
| * | vicfg: Quote filename. Closes: #696193 | Joey Hess | 2012-12-18 |
| | | |||
* | | Merge branch 'master' into desymlink | Joey Hess | 2012-12-17 |
|\| | | | | | | | | | | | Conflicts: debian/changelog doc/design/assistant/desymlink.mdwn | ||
| * | kqueue: Fix bug that made broken symlinks not be noticed. | Joey Hess | 2012-12-14 |
| | | |||
* | | added direct and indirect commands | Joey Hess | 2012-12-13 |
|/ | |||
* | releasing version 3.201212113.20121211 | Joey Hess | 2012-12-11 |
| | |||
* | minor reorg | Joey Hess | 2012-12-11 |
| | |||
* | Enable WebDAV support in Debian package. Closes: #695532 | Joey Hess | 2012-12-10 |
| | |||
* | assistant: Fix syncing to just created ssh remotes. | Joey Hess | 2012-12-06 |
| | | | | | This got broken when I optimised reconnecting with remotes, to not do a full scan if the remote was not diverged. | ||
* | webapp: Allow user to specify the ssh port when setting up a remote. | Joey Hess | 2012-12-06 |
| | |||
* | --auto fixes | Joey Hess | 2012-12-06 |
| | | | | | | | * get/copy --auto: Transfer data even if it would exceed numcopies, when preferred content settings want it. * drop --auto: Fix dropping content when there are no preferred content settings. | ||
* | assistant: Allow periods in ssh key comments. | Joey Hess | 2012-12-06 |
| | |||
* | assistant: Avoid trying to drop content from remotes that don't have it. | Joey Hess | 2012-12-05 |
| | |||
* | webapp: Encryption can be disabled when setting up remotes. | Joey Hess | 2012-12-04 |
| | |||
* | webapp: Added help buttons and links next to fields that require explanations. | Joey Hess | 2012-12-02 |
| | |||
* | webapp: Fix bad interaction between required fields and modals. | Joey Hess | 2012-12-02 |
| | |||
* | webapp: Prettify error display. | Joey Hess | 2012-12-02 |
| | |||
* | webdav: Avoid trying to set props, avoiding incompatability with ↵ | Joey Hess | 2012-12-01 |
| | | | | livedrive.com. Needs DAV version 0.3. | ||
* | webapp: S3 and Glacier forms now have a select list of all ↵ | Joey Hess | 2012-12-01 |
| | | | | currently-supported AWS regions. | ||
* | dropping from web | Joey Hess | 2012-11-29 |
| | |||
* | remove hard link when sanity check failed | Joey Hess | 2012-11-29 |
| | | | | See http://git-annex.branchable.com/forum/dot_git_slash_annex_slash_tmp/ | ||
* | Include ssh in standalone builds. | Joey Hess | 2012-11-29 |
| | | | | | | | | | | There are two reasons to to so. First, it allows not building with WITH_OLD_SSH, and using ssh connection caching. Second, per http://git-annex.branchable.com/bugs/OSX_app_issues/#comment-3bdbc400a7c87c5cbc16e5aab5a52ac3 ssh can fail when run from the standalone build, due to library incompatabilities. Building in ssh will avoid this. | ||
* | assistant: Retrival from glacier now handled. | Joey Hess | 2012-11-29 |
| | |||
* | Fix broken .config/git-annex/program installed by standalone tarball. | Joey Hess | 2012-11-28 |
| | | | | | | | | It was doubly broken; both missing a slash, and containing "runshell git-annex", while some parts of the code expected it to be a simple path to a program. This appears to include the transfer queue runner, and the code that starts a new assistant process when switching to another repository in the webapp. | ||
* | webapp: Defaults to sharing box.com account info with friends, allowing ↵ | Joey Hess | 2012-11-28 |
| | | | | one-click enabling of the repository. | ||
* | releasing version 3.201211273.20121127 | Joey Hess | 2012-11-27 |
| | |||
* | The standalone builds now unset their special path and library path ↵ | Joey Hess | 2012-11-27 |
| | | | | | | variables before running the system web browser. Should fix a crash reported on OSX. | ||
* | rsync: Fix bug introduced in last release that broke encrypted rsync special ↵ | Joey Hess | 2012-11-27 |
| | | | | remotes. | ||
* | Fix dirContentsRecursive, which had missed some files in deeply nested ↵ | Joey Hess | 2012-11-26 |
| | | | | subdirectories. Could affect various parts of git-annex. | ||
* | only build-depend on wait and warp on Debian arches that have yesod | Joey Hess | 2012-11-26 |
| | |||
* | releasing version 3.201211263.20121126 | Joey Hess | 2012-11-26 |
| | |||
* | reorder | Joey Hess | 2012-11-25 |
| | |||
* | Display a warning when a non-existing file or directory is specified. | Joey Hess | 2012-11-25 |
| | |||
* | build-depend on a recent mtl | Joey Hess | 2012-11-25 |
| | | | | | | Old versions have an insufficiently generic definition of reader, which only works on ReaderT and not on newtypes made of it, or something like that. | ||
* | webapp and assistant glacier support | Joey Hess | 2012-11-24 |
| | |||
* | Amazon Glacier special remote; 100% working | Joey Hess | 2012-11-20 |
| | |||
* | Allow controlling whether login credentials for S3 and webdav are committed ↵ | Joey Hess | 2012-11-19 |
| | | | | to the repository, by setting embedcreds=yes|no when running initremote. | ||
* | Bugfix: directory special remote could loop forever storing a key when a ↵ | Joey Hess | 2012-11-19 |
| | | | | | | | | | | too small chunksize was configured. Ensure that each file has something written to it, even if the bytestring chunk size is greater than the configured chunksize. This means we may write a bit larger than the configured value, but only when the configured value is very small; ie, < 8 kb. | ||
* | directory special remote: Made more efficient and robust. | Joey Hess | 2012-11-19 |
| | | | | | | | | | Files are now written to a tmp directory in the remote, and once all chunks are written, etc, it's moved into the final place atomically. For now, checkpresent still checks every single chunk of a file, because the old method could leave partially transferred files with some chunks present and others not. | ||
* | S3: Added progress display for uploading and downloading. | Joey Hess | 2012-11-18 |
| | |||
* | better streaming while encrypting/decrypting | Joey Hess | 2012-11-18 |
| | | | | | | Both the directory and webdav special remotes used to have to buffer the whole file contents before it could be decrypted, as they read from chunks. Now the chunks are streamed through gpg with no buffering. | ||
* | blog for the day | Joey Hess | 2012-11-16 |
| | |||
* | webdav is fully working in non-enctypted mode | Joey Hess | 2012-11-16 |
| | |||
* | update to dav 0.1, and basic uploading is working! | Joey Hess | 2012-11-15 |
| | |||
* | Merge branch 'master' into webdav | Joey Hess | 2012-11-15 |
|\ | |||
| * | OSX: Fix RunAtLoad value in plist file. | Joey Hess | 2012-11-15 |
| | | |||
* | | skeltal webdav special remote | Joey Hess | 2012-11-14 |
|/ | | | | | Doesn't actually store anything yet, but initremote works and tests the server. | ||
* | remove async build dep | Joey Hess | 2012-11-14 |
| | | | | Not needed.. At least for now.. |