Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |