Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | where indenting | Joey Hess | 2012-11-11 |
| | |||
* | add ConfigMonitor thread | Joey Hess | 2012-10-20 |
| | | | | | | | | | | | | | | | | | | | | Monitors git-annex branch for changes, which are noticed by the Merger thread whenever the branch ref is changed (either due to an incoming push, or a local change), and refreshes cached config values for modified config files. Rate limited to run no more often than once per minute. This is important because frequent git-annex branch changes happen when files are being added, or transferred, etc. A primary use case is that, when preferred content changes are made, and get pushed to remotes, the remotes start honoring those settings. Other use cases include propigating repository description and trust changes to remotes, and learning when a remote has added a new special remote, so the webapp can present the GUI to enable that special remote locally. Also added a uuid.log cache. All other config files already had caches. | ||
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | more partial function removal | Joey Hess | 2011-12-15 |
| | | | | | Left a few Prelude.head's in where it was checked not null and too hard to remove, etc. | ||
* | hslint | Joey Hess | 2011-12-09 |
| | |||
* | status: Include all special remotes in the list of repositories. | Joey Hess | 2011-11-18 |
| | | | | | Special remotes do not always have a description listed in uuid.log, and such ones were not listed before. | ||
* | fix display of semitrusted repos in status | Joey Hess | 2011-11-16 |
| | | | | | | semitrusted uuids rarely are listed in trust.log, so a special case is needed to get a list of them. Take the difference of all known uuids with non-semitrusted uuids. | ||
* | Automatically fix up badly formatted uuid.log entries produced by ↵ | Joey Hess | 2011-11-11 |
| | | | | 3.20111105, whenever the uuid.log is changed (ie, by init or describe). | ||
* | lint | Joey Hess | 2011-11-11 |
| | |||
* | Record uuid when auto-initializing a remote so it shows in status. | Joey Hess | 2011-11-02 |
| | |||
* | status: Now always shows the current repository, even when it does not ↵ | Joey Hess | 2011-10-28 |
| | | | | appear in uuid.log. | ||
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
no code changes |