summaryrefslogtreecommitdiff
path: root/Assistant
Commit message (Expand)AuthorAge
* avoid debug logging unknown xmpp messages, which may contain sensative inform...Gravatar Joey Hess2013-05-27
* when xmpp connection fails, show the host(s) it tried to connect toGravatar Joey Hess2013-05-27
* 3 more fd leaksGravatar Joey Hess2013-05-26
* XMPP: Fix a file descriptor leak.Gravatar Joey Hess2013-05-26
* typoGravatar Joey Hess2013-05-26
* avoid redundant CanPush messages with different shas being queued upGravatar Joey Hess2013-05-26
* remove debug printGravatar Joey Hess2013-05-25
* XMPP: Send pings and use them to detect when contact with the server is lost.Gravatar Joey Hess2013-05-22
* fix minor memory leak caused by recent CanPush changeGravatar Joey Hess2013-05-22
* add two long-running XMPP push threads, no more inversion of controlGravatar Joey Hess2013-05-22
* avoid building up a lot of threads all waiting for their chance to run a pushGravatar Joey Hess2013-05-22
* perhaps this fixes the stall tbdGravatar Joey Hess2013-05-21
* include HEAD in CanPush shasGravatar Joey Hess2013-05-21
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Gravatar Joey Hess2013-05-21
* per-client inboxes for push messagesGravatar Joey Hess2013-05-21
* XMPP: Be better at responding to CanPush messages when busy with something else.Gravatar Joey Hess2013-05-21
* XMPP: Ignore duplicate messages received when pushing.Gravatar Joey Hess2013-05-20
* Switch to MonadCatchIO-transformers for better handling of state while catchi...Gravatar Joey Hess2013-05-19
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* rename moduleGravatar Joey Hess2013-05-12
* clean up from windows portingGravatar Joey Hess2013-05-11
* fix for AndroidGravatar Joey Hess2013-05-09
* fix use of wrong shebang when android is installing git-annex-shell wrapper o...Gravatar Joey Hess2013-05-06
* --listen is not supported on AndroidGravatar Joey Hess2013-05-02
* avoid auto-accepting pair requests from friends already paired withGravatar Joey Hess2013-04-30
* assistant: Fix bug that could cause incoming pushes to not get merged into th...Gravatar Joey Hess2013-04-30
* more xmpp debuggingGravatar Joey Hess2013-04-30
* add uuid to all xmpp messagesGravatar Joey Hess2013-04-30
* webapp: Now automatically fills in any creds used by an existing remote when ...Gravatar Joey Hess2013-04-27
* To enable an existing special remote, the new enableremote command must be us...Gravatar Joey Hess2013-04-26
* Internet Archive!Gravatar Joey Hess2013-04-25
* use DList for the transfer queueGravatar Joey Hess2013-04-25
* use a DList for the deferred downloads queueGravatar Joey Hess2013-04-25
* committer tweak to wait for Watcher to resume after a max-size commitGravatar Joey Hess2013-04-25
* optimise direct mode startup scanGravatar Joey Hess2013-04-24
* assistant: Sanitize XMPP presence information logged for debugging.Gravatar Joey Hess2013-04-24
* get rid of need to run pre-commit hook when assistant commits in direct modeGravatar Joey Hess2013-04-24
* fix 5244ab7656e2269676cf6296718c8e5243c5b919Gravatar Joey Hess2013-04-24
* refactoring and minor performance tweakGravatar Joey Hess2013-04-24
* remove last use of TSetGravatar Joey Hess2013-04-24
* batch commit every 5 thousand changes, not 10 thousandGravatar Joey Hess2013-04-24
* convert PendingAddChange back to Change when an add failsGravatar Joey Hess2013-04-24
* use TList for ChangePoolGravatar Joey Hess2013-04-24
* show one alert when bulk adding filesGravatar Joey Hess2013-04-24
* only show latest warning, rather than combining warning alertsGravatar Joey Hess2013-04-24
* assistant: when an add fails, requeue it for laterGravatar Joey Hess2013-04-23
* more efficient data type for ChangeChanGravatar Joey Hess2013-04-23
* rename moduleGravatar Joey Hess2013-04-23
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* assistant: When built with git before 1.8.0, use `git remote rm` to delete a ...Gravatar Joey Hess2013-04-22