Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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.. | ||
* | automatic repolist updating | Joey Hess | 2012-11-13 |
| | |||
* | Fix build of assistant without yesod. | Joey Hess | 2012-11-13 |
| | |||
* | Show error message to user when testing XMPP creds. | Joey Hess | 2012-11-13 |
| | |||
* | looses xmpp build dep slightly | Joey Hess | 2012-11-12 |
| | | | | | My upload of -2 seems to have gotten lost, but there is a +b1 binNMU that rebuilds against the new gnutls. | ||
* | releasing version 3.201211123.20121112 | Joey Hess | 2012-11-12 |
| | |||
* | release notes for tomorrow's release | Joey Hess | 2012-11-12 |
| | |||
* | added a runTimeout function | Joey Hess | 2012-11-11 |
| | | | | | | This adds a dep on haskell's async library, but since that's been added to the recent haskell platform release, it should not be much hardship to my poor long-suffering library chasing users. | ||
* | changelog | Joey Hess | 2012-11-10 |
| | |||
* | changelog | Joey Hess | 2012-11-10 |
| | |||
* | version gnutls d-b to avoid segfault | Joey Hess | 2012-11-10 |
| | | | | debian testing still has the buggy version.. | ||
* | Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute path. | Joey Hess | 2012-11-05 |
| | |||
* | webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY. | Joey Hess | 2012-11-05 |
| | |||
* | git-annex-shell: GIT_ANNEX_SHELL_DIRECTORY can be set to limit it to ↵ | Joey Hess | 2012-11-05 |
| | | | | operating on a specified directory. | ||
* | switch to new URI version by default, -DWITH_OLD_URI for old | Joey Hess | 2012-11-03 |
| | |||
* | webapp: Ensure that rsync special remotes are enabled using the same name ↵ | Joey Hess | 2012-10-31 |
| | | | | | | | they were originally created using. It was creating a new special remote with a different name, unless the stars perfectly aligned and the names matched. | ||
* | webapp: Generate better git remote names. | Joey Hess | 2012-10-31 |
| | | | | | | Wrote a better git remote name sanitizer. Git blows up on lots of weird stuff, especially if it starts the remote name, but I managed to get some common punctuation working. | ||
* | webapp: Fix renaming of special remotes. | Joey Hess | 2012-10-31 |
| | | | | | Working around what seems to me to be a git bug. Surely there are valid setups of real git remotes that don't have fetch set? | ||
* | webapp: Fix creation of rsync.net repositories. | Joey Hess | 2012-10-31 |
| | |||
* | avoid using Blaze directly | Joey Hess | 2012-10-31 |
| | | | | | New 0.5 changes the api, rather gratuitously, so run away. I can juse use Hamlet here. | ||
* | added a missing build-dep | Joey Hess | 2012-10-31 |
| | |||
* | assistant: Fix syncing local drives. | Joey Hess | 2012-10-30 |
| | | | | | Amoung other things, this makes it immediately sync files from a removable drive when it's added. | ||
* | webapp: Make an initial, empty commit so there is a master branch | Joey Hess | 2012-10-30 |
| | | | | Several things only happen when on a branch, so make sure we're on one. | ||
* | add build-dep on blaze-markup | Joey Hess | 2012-10-30 |
| | | | | which blaze-html depends on, so not a significant new dep | ||
* | The standalone tarball's runshell now takes care of installing a ↵ | Joey Hess | 2012-10-29 |
| | | | | ~/.ssh/git-annex-shell wrapper the first time it's run. | ||
* | rsync special remote: Include annex-rsync-options when running rsync to test ↵ | Joey Hess | 2012-10-28 |
| | | | | | | | a key's presence. Also, use the new withQuietOutput function to avoid running the shell to /dev/null stderr in two other places. | ||
* | recommend bind9-host | Joey Hess | 2012-10-27 |
| | |||
* | update | Joey Hess | 2012-10-27 |
| |