Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid showing parens for empty descriptions | Joey Hess | 2011-10-27 |
| | |||
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | minor syntax changes | Joey Hess | 2011-10-11 |
| | |||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | less space | Joey Hess | 2011-09-30 |
| | |||
* | When displaying a list of repositories, show git remote names in addition to ↵ | Joey Hess | 2011-09-30 |
| | | | | their descriptions. | ||
* | really fix referring to remotes by uuid | Joey Hess | 2011-09-30 |
| | |||
* | Fix referring to remotes by uuid. | Joey Hess | 2011-09-30 |
| | | | | I think that I broke this in some fairly recent refactoring. | ||
* | rework annex-ignore handling | Joey Hess | 2011-09-18 |
| | | | | | | | | Only one place need to filter the list of remotes for ignored remotes: keyPossibilities. Make the full list available to everything else. This allows getting rid of the special case handing for --from and --to to make ignored remotes not be ignored with those options. | ||
* | refactor | Joey Hess | 2011-09-06 |
| | |||
* | avoid showing json lists of remotes when not in json mode | Joey Hess | 2011-09-02 |
| | |||
* | add json formatted list of remotes | Joey Hess | 2011-09-01 |
| | | | | | Wherever a list of remotes is shown, --json now enables a json formatted list. | ||
* | code simplification thanks to applicative functors | Joey Hess | 2011-08-25 |
| | |||
* | hlint tweaks | Joey Hess | 2011-07-15 |
| | | | | Did all sources except Remotes/* and Command/* | ||
* | tweak | Joey Hess | 2011-07-06 |
| | |||
* | factor out RemoteLog | Joey Hess | 2011-07-05 |
| | |||
* | remove unused backend machinery | Joey Hess | 2011-07-05 |
| | | | | | | | | | | | | | The only remaining vestiage of backends is different types of keys. These are still called "backends", mostly to avoid needing to change user interface and configuration. But everything to do with storing keys in different backends was gone; instead different types of remotes are used. In the refactoring, lots of code was moved out of odd corners like Backend.File, to closer to where it's used, like Command.Drop and Command.Fsck. Quite a lot of dead code was removed. Several data structures became simpler, which may result in better runtime efficiency. There should be no user-visible changes. | ||
* | add web special remote | Joey Hess | 2011-07-01 |
| | | | | | Generalized LocationLog to PresenceLog, and use a presence log to record urls for the web special remote. | ||
* | refactor | Joey Hess | 2011-06-23 |
| | |||
* | avoid unnecessary read of trust.log | Joey Hess | 2011-06-23 |
| | |||
* | store trust.log and remote.log in the git-annex branch | Joey Hess | 2011-06-22 |
| | | | | .. and I think that's everything that will use the branch | ||
* | fixed logFile | Joey Hess | 2011-06-22 |
| | |||
* | move LocationLog into Annex monad from IO | Joey Hess | 2011-06-22 |
| | | | | It will need to run in Annex so it can use Branch | ||
* | Allow --trust etc to specify a repository by name, for temporarily trusting ↵ | Joey Hess | 2011-06-13 |
| | | | | repositories that are not configured remotes. | ||
* | refactor | Joey Hess | 2011-06-02 |
| | |||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | better types allowed breaking module dep loop | Joey Hess | 2011-06-01 |
| | |||
* | Add --trust, --untrust, and --semitrust options. | Joey Hess | 2011-06-01 |
| | |||
* | releasing version 0.201105160.20110516 | Joey Hess | 2011-05-16 |
| | |||
* | support remote config values with spaces and other characters | Joey Hess | 2011-05-16 |
| | |||
* | more monadic operator use | Joey Hess | 2011-05-15 |
| | |||
* | hook special remote implemented, and tested | Joey Hess | 2011-04-28 |
| | |||
* | rsync special remote | Joey Hess | 2011-04-27 |
| | | | | | | | | | Fully tested and working, including resuming and encryption. (Though not resuming when sending *with* encryption; gpg doesn't produce identical output each time.) Uses same layout as the directory special remote and the .git/annex/objects/ directory. | ||
* | RemoteConfig type | Joey Hess | 2011-04-15 |
| | |||
* | bup is now supported as a special type of remote. | Joey Hess | 2011-04-08 |
| | |||
* | cost bugfixes | Joey Hess | 2011-03-30 |
| | |||
* | boilerplate reduction | Joey Hess | 2011-03-30 |
| | |||
* | add Remote.Directory | Joey Hess | 2011-03-30 |
| | |||
* | refactor | Joey Hess | 2011-03-29 |
| | |||
* | copy --to S3 works | Joey Hess | 2011-03-29 |
| | |||
* | progress | Joey Hess | 2011-03-29 |
| | |||
* | initremote now creates buckets | Joey Hess | 2011-03-29 |
| | |||
* | initremote works | Joey Hess | 2011-03-29 |
| | |||
* | clean up remote.log handling | Joey Hess | 2011-03-29 |
| | |||
* | update | Joey Hess | 2011-03-28 |
| | |||
* | started on initremote | Joey Hess | 2011-03-28 |
| | |||
* | skeleton of S3 remote | Joey Hess | 2011-03-27 |
| |