aboutsummaryrefslogtreecommitdiff
path: root/Assistant
Commit message (Expand)AuthorAge
* rename favicon.png to logo_16x16.pngGravatar Joey Hess2014-03-16
* webapp: Use securemem for constant time auth token comparisons.Gravatar Joey Hess2014-03-12
* another old warp-tls workaroundGravatar Joey Hess2014-03-12
* use Monoid instance for OrderingGravatar Joey Hess2014-03-09
* assistant: Smarter log file rotation, which takes free disk space into account.Gravatar Joey Hess2014-03-05
* annex.startupscan can be set to false to disable the assistant's startup scan.Gravatar Joey Hess2014-03-05
* webapp: Include no-pty in ssh authorized_keys lines.Gravatar Joey Hess2014-03-05
* sync: Automatically resolve merge conflict between and annexed file and a reg...Gravatar Joey Hess2014-03-04
* factor out Annex.AutoMerge from Command.SyncGravatar Joey Hess2014-03-04
* annex.listen can be configured, instead of using --listenGravatar Joey Hess2014-03-01
* use https when .git/annex/privkey.pem and .git/annex/certificate.pem exist (u...Gravatar Joey Hess2014-02-28
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* only warn about no dbus when building on linuxGravatar Joey Hess2014-02-25
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
* remove Read instance for RefGravatar Joey Hess2014-02-19
* Revert "work around what is likely a bug in a new version of ssh"Gravatar Joey Hess2014-02-14
* work around what is likely a bug in a new version of sshGravatar Joey Hess2014-02-14
* windows: Fix process termination code.Gravatar Joey Hess2014-02-13
* fix windows buildGravatar Joey Hess2014-02-11
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* Fix build on platforms not supporting the webapp.Gravatar Joey Hess2014-02-08
* remove some monkey facesGravatar Joey Hess2014-02-01
* improve sync with xmpp and annex-ignoreGravatar Joey Hess2014-02-01
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* fix delay of daily sanity check (hacked for testing and accidentially committed)Gravatar Joey Hess2014-01-23
* try to drop unused object if it does not need to be transferred anywhereGravatar Joey Hess2014-01-23
* fix transfers of key with no associated fileGravatar Joey Hess2014-01-23
* add webapp UI to manage unused filesGravatar Joey Hess2014-01-23
* allow annex.expireunused to be set to false, as well as to a durationGravatar Joey Hess2014-01-22
* assistant unused file handlingGravatar Joey Hess2014-01-22
* assistant: Run the periodic git gc in batch mode.Gravatar Joey Hess2014-01-22
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* global numcopies settingGravatar Joey Hess2014-01-20
* much better command action handling for sync --contentGravatar Joey Hess2014-01-20
* sync --content: New option that makes the content of annexed files be transfe...Gravatar Joey Hess2014-01-19
* assistant: Detect if .git/annex/index is corrupt at startup, and recover.Gravatar Joey Hess2014-01-14
* avoid needing a build-dep on hxt for Data.AssocListGravatar Joey Hess2014-01-14
* Fix a long-standing bug that could cause the wrong index file to be used when...Gravatar Joey Hess2014-01-14
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* revert use of Data.Map.StrictGravatar Joey Hess2014-01-07
* tested transferkeys restarting; fix some bugsGravatar Joey Hess2014-01-06
* use strict version of mapGravatar Joey Hess2014-01-06
* assistant: Start a new git-annex transferkeys process after a network connect...Gravatar Joey Hess2014-01-06
* assistant: Fixed several minor memory leaks that manifested when adding a lar...Gravatar Joey Hess2014-01-05
* assistant: Ensure that .ssh/config and .ssh/authorized_keys are not group or ...Gravatar Joey Hess2014-01-03
* Remotes can now be made read-only, by setting remote.<name>.annex-readonlyGravatar Joey Hess2014-01-02
* mirror: Support --all (and --unused).Gravatar Joey Hess2014-01-01
* avoid empty env vars when setting up clean environmentGravatar Joey Hess2013-12-31
* external special remotes mostly implemented (untested)Gravatar Joey Hess2013-12-26