Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix stall while storing encrypted data in bup | Joey Hess | 2011-04-17 |
| | | | | | | Forking a new process rather than relying on a thread to feed gpg. The feeder thread was stalling, probably when the main thread got to the point it was wait()ing on the gpg to exit. | ||
* | build dep update | Joey Hess | 2011-04-16 |
| | |||
* | proper encrypted keys | Joey Hess | 2011-04-16 |
| | | | | | | For HMAC, using the Data.Digest.Pure.SHA library. I have been avoiding this library for checksumming generally, since it's (probably) not as fast as external utilities, but it's fine to use it for HMAC. | ||
* | incomplete and buggy encryption support for bup | Joey Hess | 2011-04-16 |
| | | | | | Some kind of laziness issue that I don't want to debug right now, and decryption is not implemented. | ||
* | refactor | Joey Hess | 2011-04-16 |
| | |||
* | don't let users change encryption type once remote is initted | Joey Hess | 2011-04-16 |
| | |||
* | document encryption | Joey Hess | 2011-04-16 |
| | |||
* | gpg recommended | Joey Hess | 2011-04-16 |
| | |||
* | full encryption support for directory special remotes | Joey Hess | 2011-04-16 |
| | |||
* | add cipher field to AnnexState | Joey Hess | 2011-04-16 |
| | |||
* | add encryption support to directory special remotes | Joey Hess | 2011-04-16 |
| | |||
* | crypto library almost complete | Joey Hess | 2011-04-16 |
| | | | | | Piping data through gpg with symmetric cipher is working. Only Key encryption is not done. | ||
* | encryption key management working | Joey Hess | 2011-04-16 |
| | | | | | Encrypted remotes don't yet encrypt data, but git annex initremote can be used to generate a cipher and add additional gpg keys that can use it. | ||
* | add | Joey Hess | 2011-04-15 |
| | |||
* | RemoteConfig type | Joey Hess | 2011-04-15 |
| | |||
* | typo | Joey Hess | 2011-04-15 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-14 |
|\ | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ | 2011-04-14 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-13 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-13 |
| | | |||
* | | analized and closed | Joey Hess | 2011-04-13 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2011-04-13 |
|/ | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-09 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-09 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-09 |
| | |||
* | move wishlists to todo | Joey Hess | 2011-04-09 |
| | |||
* | rainy day bug maintenance | Joey Hess | 2011-04-09 |
| | | | | Sitting on the porch, enjoying a thunderstorm, what else to do? | ||
* | forwarded | Joey Hess | 2011-04-09 |
| | |||
* | update | Joey Hess | 2011-04-09 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-09 |
|\ | |||
* | | actually check that bup has keys | Joey Hess | 2011-04-09 |
| | | | | | | | | | | I don't trust the location log, even for bup. Too many things could go wrong. | ||
* | | bup and git-annex-shell | Joey Hess | 2011-04-09 |
| | | | | | | | | | | Looked at having git-annex shell support running bup server.. Then looked at how bup runs bup server over ssh, and fled away, screaming.. | ||
* | | refactor | Joey Hess | 2011-04-09 |
| | | |||
* | | reformat to work around man page conversion bugs | Joey Hess | 2011-04-09 |
| | | |||
| * | Comment moderation | http://joey.kitenet.net/ | 2011-04-09 |
|/ | |||
* | link | Joey Hess | 2011-04-09 |
| | |||
* | support bup repositories on removable media | Joey Hess | 2011-04-09 |
| | |||
* | more buprepo fixes | Joey Hess | 2011-04-09 |
| | |||
* | change name of buprepo | Joey Hess | 2011-04-09 |
| | | | | | | Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote. | ||
* | store annex.uuid in bup repos | Joey Hess | 2011-04-09 |
| | |||
* | mention how to use default bup repo | Joey Hess | 2011-04-09 |
| | |||
* | notes | Joey Hess | 2011-04-09 |
| | |||
* | make local bup repos a bit more expensive than local git repos | Joey Hess | 2011-04-08 |
| | | | | does have to run bup and reassemble files, after all | ||
* | set cost for local bup repos to cheap | Joey Hess | 2011-04-08 |
| | |||
* | minor | Joey Hess | 2011-04-08 |
| | |||
* | typo | Joey Hess | 2011-04-08 |
| | |||
* | typo | Joey Hess | 2011-04-08 |
| | |||
* | local bup remotes | Joey Hess | 2011-04-08 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| |