Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | broke up Utility | Joey Hess | 2011-10-16 |
| | |||
* | clean Annex stuff out of Utility/ | Joey Hess | 2011-10-16 |
| | |||
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | migrate: Copy url logs for keys when migrating. | Joey Hess | 2011-10-15 |
| | |||
* | break web log handling into a separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | A remote can have a annexUrl configured, that is used by git-annex instead ↵ | Joey Hess | 2011-10-14 |
| | | | | of its usual url. (Similar to pushUrl.) | ||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | 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. | ||
* | factor out firstM and anyM | Joey Hess | 2011-08-28 |
| | | | | Control.Monad.Loops has these, but has no Debian package yet. | ||
* | show a message if asked to get something from the web that is not there | Joey Hess | 2011-08-27 |
| | |||
* | moved files around | Joey Hess | 2011-08-20 |
| | |||
* | split out generic url stuff into a helper library from Remote.Web | Joey Hess | 2011-08-16 |
| | |||
* | fix file name for web remote log files | Joey Hess | 2011-08-06 |
| | | | | | | The key name was not being sufficiently escaped, although it didn't break anything due to luck. Switch to properly escaped key names for the log filename, with a fallback to the buggy old name. | ||
* | unify elipsis handling | Joey Hess | 2011-07-19 |
| | | | | | And add a simple dots-based progress display, currently only used in v2 upgrade. | ||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | Drop the dependency on the haskell curl bindings, use regular haskell HTTP. | Joey Hess | 2011-07-04 |
| | |||
* | make curl follow redirs | Joey Hess | 2011-07-01 |
| | |||
* | download urls via tmp file, and support resuming | Joey Hess | 2011-07-01 |
| | |||
* | add hashing to web log files | Joey Hess | 2011-07-01 |
| | |||
* | add the addurl command | Joey Hess | 2011-07-01 |
| | |||
* | 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. |