Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | webapp: Fix UI for removing XMPP connection. | Joey Hess | 2014-04-20 |
| | |||
* | plumb creds from webapp to initremote | Joey Hess | 2014-02-11 |
| | | | | | Avoids abusing setting environment variables, which was always a hack and won't work on windows. | ||
* | Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and ↵ | Joey Hess | 2014-02-06 |
| | | | | external special remotes. | ||
* | add credential storage support for external special remotes & update example | Joey Hess | 2013-12-27 |
| | |||
* | fix windows build | Joey Hess | 2013-10-02 |
| | |||
* | successfully builds (except XMPP) | Joey Hess | 2013-09-22 |
| | |||
* | Allow public-key encryption of file content. | guilhem | 2013-09-03 |
| | | | | | | | | | | | | With the initremote parameters "encryption=pubkey keyid=788A3F4C". /!\ Adding or removing a key has NO effect on files that have already been copied to the remote. Hence using keyid+= and keyid-= with such remotes should be used with care, and make little sense unless the point is to replace a (sub-)key by another. /!\ Also, a test case has been added to ensure that the cipher and file contents are encrypted as specified by the chosen encryption scheme. | ||
* | squash compiler warnings on Windows | Joey Hess | 2013-08-04 |
| | |||
* | missed some __WINDOWS__ defines | Joey Hess | 2013-08-04 |
| | |||
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
| | |||
* | clean up from windows porting | Joey Hess | 2013-05-11 |
| | |||
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
| | |||
* | fixup #if 0 stubs to use #ifndef mingw32_HOST_OS | Joey Hess | 2013-05-10 |
| | | | | | | That's needed in files used to build the configure program. For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type. I may search and replace it to use the mingw32_HOST_OS thing later. | ||
* | stub out POSIX stuff | Joey Hess | 2013-05-10 |
| | |||
* | fix for Android | Joey Hess | 2013-05-09 |
| | |||
* | hlint | Joey Hess | 2013-04-03 |
| | |||
* | GnuPG options for symmetric encryption. | guilhem | 2013-03-11 |
| | |||
* | webapp: Defaults to sharing box.com account info with friends, allowing ↵ | Joey Hess | 2012-11-28 |
| | | | | one-click enabling of the repository. | ||
* | 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. | ||
* | 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. | ||
* | factor out Creds | Joey Hess | 2012-11-14 |