summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Collapse)AuthorAge
* same fix as android for windows getAddrInfo not workingGravatar Joey Hess2013-12-05
|
* reorgGravatar Joey Hess2013-12-04
|
* avoid blocked indefinitely on mvar on windowsGravatar Joey Hess2013-12-04
| | | | | by repeatedly reading lines and pausing since cannot do signal foo used on unix
* rsync special remote: Fix fallback mode for rsync remotes that use ↵Gravatar Joey Hess2013-12-02
| | | | hashDirMixed. Closes: #731142
* avoid repeatedly searching path to make batch command when running transferkeysGravatar Joey Hess2013-12-01
|
* avoid an unncessary use of the shellGravatar Joey Hess2013-12-01
|
* assistant: Batch jobs are now run with ionice and nocache, when those ↵Gravatar Joey Hess2013-12-01
| | | | commands are available.
* golfGravatar Joey Hess2013-11-25
|
* typoGravatar Joey Hess2013-11-24
|
* Added support for quvi 0.9. Slightly suboptimal due to limitations in its ↵Gravatar Joey Hess2013-11-24
| | | | interface compared with the old version.
* Avoid misbehavior when addurl is used with quvi 0.9.Gravatar Joey Hess2013-11-22
| | | | | | | | In 0.9, -v shows version, rather than controlling verbosity. Still need to port to 0.9, this just avoids massively confusing addurl when quvi prints its version and exits successfully, on urls that it cannot be used with.
* oopsGravatar Joey Hess2013-11-20
|
* add allowReadGravatar Joey Hess2013-11-20
|
* add readFileStrictAnyEncodingGravatar Joey Hess2013-11-20
|
* merge with git-repairGravatar Joey Hess2013-11-19
|
* Ensure execute bit is set on directories when core.sharedrepsitory is set.Gravatar Joey Hess2013-11-18
|
* use Win32-inotifyGravatar Joey Hess2013-11-12
| | | | May mean the watcher works on Windows. Untested.
* build assistant and watcher on windows (doesn't work yet)Gravatar Joey Hess2013-11-12
|
* refactorGravatar Joey Hess2013-11-12
|
* squash warningGravatar Joey Hess2013-11-12
|
* fix import for WindowsGravatar Joey Hess2013-11-12
|
* port processTranscript to Windows (suboptimal implementation)Gravatar Joey Hess2013-11-12
|
* allow to build when sandi is installed (don't use it yet)Gravatar Joey Hess2013-11-11
|
* fix quickcheck rangeGravatar Joey Hess2013-11-01
|
* fix handling of schedled time of 12 PMGravatar Joey Hess2013-11-01
|
* parse "5" as 5 secondsGravatar Joey Hess2013-10-26
|
* make git fsck batch-capableGravatar Joey Hess2013-10-22
|
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
|
* typoGravatar Joey Hess2013-10-17
|
* avoid even trying to use nice on windowsGravatar Joey Hess2013-10-17
|
* test suite found a case that was not properly parsedGravatar Joey Hess2013-10-16
|
* add support for weekly, monthly, and yearly schedules that run on no ↵Gravatar Joey Hess2013-10-15
| | | | specific day
* fix remote fsck to run in remoteGravatar Joey Hess2013-10-14
|
* improve calculation of nextTime for AnyTime eventsGravatar Joey Hess2013-10-13
| | | | | | Allow AnyTime events that still have time to occur in the current day to fall in a window covering the current day, instead of waiting until the next day in the Recurrance.
* add remote fsck interfaceGravatar Joey Hess2013-10-11
| | | | | | | | | | | | | | | | | | | | Currently only implemented for local git remotes. May try to add support to git-annex-shell for ssh remotes later. Could concevably also be supported by some special remote, although that seems unlikely. Cronner user this when available, and when not falls back to fsck --fast --from remote git annex fsck --from does not itself use this interface. To do so, I would need to pass --fast and all other options that influence fsck on to the git annex fsck that it runs inside the remote. And that seems like a lot of work for a result that would be no better than cd remote; git annex fsck This may need to be revisited if git-annex-shell gets support, since it may be the case that the user cannot ssh to the server to run git-annex fsck there, but can run git-annex-shell there. This commit was sponsored by Damien Diederen.
* Merge branch 'master' into incrementalfsckGravatar Joey Hess2013-10-11
|\
| * url size fixesGravatar Joey Hess2013-10-11
| | | | | | | | | | | | | | | | | | | | addurl: Improve message when adding url with wrong size to existing file. Before the message suggested the url didn't exist. Fixed handling of URL keys that have no recorded size. Before, if the key has no size, the url also had to not declare any size, which was unlikely and wrong, or it was taken to not exist. This probably would mostly affect keys that were added to the annex with addurl --relaxed.
| * qualify import; also available in crypto-randomGravatar Joey Hess2013-10-11
| |
* | better time displayGravatar Joey Hess2013-10-11
| |
* | unmask async exceptions after forkGravatar Joey Hess2013-10-10
| | | | | | | | | | | | | | | | | | Turns out that forkProcess masks async exceptions. Unmask them so that the daemon code can use them for thread IPC. There is some risk this introduces breakage in git-annex, but it would be breakage that would already occur when the assistant was run with --foreground.
* | 0 pad minutesGravatar Joey Hess2013-10-10
| |
* | remove duration from ScheduleGravatar Joey Hess2013-10-08
| |
* | quickcheck durationGravatar Joey Hess2013-10-08
| |
* | expand with a fromDuration and support for mixed unit durationsGravatar Joey Hess2013-10-08
| |
* | half way complete cronner thread to run scheduled activitiesGravatar Joey Hess2013-10-08
| |
* | qualify import; also available in crypto-randomGravatar Joey Hess2013-10-08
| |
* | refactorGravatar Joey Hess2013-10-07
| |
* | comment typoGravatar Joey Hess2013-10-07
| |
* | calculating the next time on a ScheduleGravatar Joey Hess2013-10-07
| | | | | | | | | | | | | | | | | | Wow! This was hairy, but about 10x less hairy than expected actually! A bit more recursion than I really like, since I think in theory all of this date stuff can be calulated using some formulas I am too lazy too look up. But this doesn't matter in practice; I asked it for nextTime (Schedule (Divisible 100 (Yearly 7)) (SpecificTime 23 59) (MinutesDuration 10)) Nothing .. and it calculated (NextTimeExactly 2100-01-07 23:59:00) in milliseconds.
* | better recurrance formattingGravatar Joey Hess2013-10-07
| |