Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid pairlistener crash | Joey Hess | 2012-10-10 |
| | | | | | | | | | | | I noticed this while offline (so that lack of solar power is good for something). Apparently it tries to bind multicast to lo, and that fails. If this happens, catch it, and retry until a real network interface becomes available. It may be that this should tie into the NetWatcher, and rebind whenever an interface comes up. Needs testing.. | ||
* | blog for the day | Joey Hess | 2012-10-10 |
| | |||
* | ui for selecting a repository group | Joey Hess | 2012-10-10 |
| | |||
* | add standard group selector to repo edit form | Joey Hess | 2012-10-10 |
| | |||
* | dead: Remove dead repository from all groups. | Joey Hess | 2012-10-10 |
| | | | | This is less expensive than having inallgroup weed out dead repositories. | ||
* | webapp: configure new repos to use the standard preferred content settings | Joey Hess | 2012-10-10 |
| | |||
* | webapp: put new repos in standard groups | Joey Hess | 2012-10-10 |
| | | | | | | | I'm using transfer for most things, both removable drives and cloud storage, because it's the safest choice. We'll see if it makes sense to prompt for the group when setting this up, or let the user pick something else after the fact. | ||
* | refactor | Joey Hess | 2012-10-10 |
| | |||
* | standard preferred content settings for client, transfer, backup, and ↵ | Joey Hess | 2012-10-10 |
| | | | | | | | | archive repositories I've designed these to work well together, I hope. If I get it wrong, I can just change the code in one place, since these expressions won't be stored in the git-annex branch. | ||
* | rename --ingroup to --inallgroup | Joey Hess | 2012-10-10 |
| | |||
* | Added a comment | http://joeyh.name/ | 2012-10-10 |
| | |||
* | deal with incompatable api change in network 2.4.0.1 | Joey Hess | 2012-10-10 |
| | | | | | On the cabal side, let's just require this new version, and set -DURI_24 to enable the code using it. | ||
* | Added a comment: Have error | https://www.google.com/accounts/o8/id?id=AItOawmY_4MvT5yEeztrS7UIJseStUe4mtgp6YE | 2012-10-10 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w | 2012-10-10 |
| | |||
* | poll vote (Amazon S3 (done)) | 130.195.163.116 | 2012-10-09 |
| | |||
* | update errata for today's release | Joey Hess | 2012-10-09 |
| | |||
* | add news item for git-annex 3.20121009 | Joey Hess | 2012-10-09 |
| | |||
* | releasing version 3.201210093.20121009 | Joey Hess | 2012-10-09 |
| | |||
* | add "configure" link to each repository in the webapp's repo list | Joey Hess | 2012-10-09 |
| | |||
* | webapp automatic grouping | Joey Hess | 2012-10-09 |
| | | | | | | | | webapp: Adds newly created repositories to one of these groups: clients, drives, servers This is heuristic, but it's a pretty good heuristic, and can always be configured. | ||
* | revert bad change | Joey Hess | 2012-10-09 |
| | |||
* | assistant: Now honors preferred content settings when deciding what to transfer. | Joey Hess | 2012-10-09 |
| | | | | | | | | | Both when queueing downloads, and uploads, consults the preferred content settings. I didn't make it check yet when requeing failed transfers or queuing deferred downloads; dealing with the preferred content settings (or indeed, other settings) changing while the assistant is running still needs work. | ||
* | Added a comment | http://joeyh.name/ | 2012-10-09 |
| | |||
* | poll vote (Box.com) | 124.170.69.248 | 2012-10-09 |
| | |||
* | poll vote (My phone (or MP3 player)) | 124.170.69.248 | 2012-10-09 |
| | |||
* | poll vote (Google Drive) | 124.170.69.248 | 2012-10-09 |
| | |||
* | poll vote (Tahoe-LAFS) | 124.170.69.248 | 2012-10-09 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w | 2012-10-09 |
| | |||
* | poll vote (Google Drive) | 65.9.174.186 | 2012-10-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-08 |
|\ | |||
* | | generalized Annex.Wanted | Joey Hess | 2012-10-08 |
| | | | | | | | | | | this should make it easy to use from inside the assistant, where everything is an AssociatedFile. | ||
* | | blog for the day | Joey Hess | 2012-10-08 |
| | | |||
* | | simplify changelog | Joey Hess | 2012-10-08 |
| | | |||
* | | fix invered logic for shouldDrop | Joey Hess | 2012-10-08 |
| | | |||
* | | make copy --to check preferred content of the remote | Joey Hess | 2012-10-08 |
| | | |||
* | | drop --auto --from with preferred content | Joey Hess | 2012-10-08 |
| | | | | | | | | | | With --from, it needs to examine the preferred content of the repository being dropped from, instead of the local repository. | ||
* | | add --ingroup limit | Joey Hess | 2012-10-08 |
| | | |||
* | | Added --smallerthan and --largerthan limits | Joey Hess | 2012-10-08 |
| | | |||
* | | wired preferred content up to get, copy, and drop --auto | Joey Hess | 2012-10-08 |
| | | |||
| * | poll vote (My phone (or MP3 player)) | 79.194.195.87 | 2012-10-08 |
| | | |||
* | | update; branch | Joey Hess | 2012-10-07 |
| | | |||
| * | poll vote (My phone (or MP3 player)) | 178.83.201.90 | 2012-10-07 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-07 |
|\ | |||
* | | uninit: Unset annex.version. Closes: #689852 | Joey Hess | 2012-10-07 |
| | | |||
| * | poll vote (Google Drive) | 93.90.47.114 | 2012-10-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-10-06 |
|/ | |||
* | fix name of path to osx app directory | Joey Hess | 2012-10-06 |
| | |||
* | look for sysctl in some common sbin locations when it's not in PATH | Joey Hess | 2012-10-06 |
| | |||
* | Added a comment: setup: standalone/macos/git-annex.app/Contents/Info.plist: ↵ | https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY | 2012-10-06 |
| | | | | does not exist | ||
* | Added a comment: Include/exclude | http://meep.pl/ | 2012-10-06 |
| |