summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Expand)AuthorAge
...
* fix su paramsGravatar Joey Hess2016-12-24
* include tor-annex in hidden service directory namesGravatar Joey Hess2016-12-21
* cleanupGravatar Joey Hess2016-12-20
* enable-tor: No longer needs to be run as root.Gravatar Joey Hess2016-12-20
* relocate tor socket out of /etcGravatar Joey Hess2016-12-20
* Fix build with directory-1.3.Gravatar Joey Hess2016-12-20
* typoGravatar Joey Hess2016-12-18
* check if wormhole is installedGravatar Joey Hess2016-12-18
* p2p --pair with magic wormhole (untested)Gravatar Joey Hess2016-12-18
* make sure False is returned on errorGravatar Joey Hess2016-12-17
* improve typesGravatar Joey Hess2016-12-17
* document a minor problemGravatar Joey Hess2016-12-17
* use PYTHONUNBUFFERED to force python to use sane stdout bufferingGravatar Joey Hess2016-12-17
* magic wormhole moduleGravatar Joey Hess2016-12-17
* Pass annex.web-options to wget and curl after other options, so that eg --no-...Gravatar Joey Hess2016-12-13
* Remove http-conduit (<2.2.0) constraintGravatar Alper Nebi Yasak2016-12-10
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.Gravatar Joey Hess2016-12-09
* force sofar calculationGravatar Joey Hess2016-12-08
* more p2p progress metersGravatar Joey Hess2016-12-07
* update progress meter when sending to p2p remoteGravatar Joey Hess2016-12-07
* cleanupGravatar Joey Hess2016-11-29
* finish git-annex enable-torGravatar Joey Hess2016-11-29
* move tor hidden service socket to /etc, temporarily violating the FHSGravatar Joey Hess2016-11-29
* unified AuthToken type between webapp and torGravatar Joey Hess2016-11-22
* pull/push over tor working nowGravatar Joey Hess2016-11-21
* Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
* remotedaemon: serve tor hidden serviceGravatar Joey Hess2016-11-20
* extend p2p protocol to support gitremote-helpers connectGravatar Joey Hess2016-11-19
* implementation of peer-to-peer protocolGravatar Joey Hess2016-11-17
* Merge branch 'master' into torGravatar Joey Hess2016-11-17
|\
| * allow Utility.Exception to still be used when not building with cabalGravatar Joey Hess2016-11-15
| * Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* | use socket for tor hidden serviceGravatar Joey Hess2016-11-14
* | git-annex enable-tor commandGravatar Joey Hess2016-11-14
|/
* webapp: Explicitly avoid checking for auth in static subsite requests.Gravatar Joey Hess2016-11-10
* restart coprocess in raw modeGravatar Joey Hess2016-11-01
* test: Deal with gpg-agent behavior change that broke the test suite.Gravatar Joey Hess2016-10-18
* use System.Directory not Utility.DirectoryGravatar Joey Hess2016-09-22
* avoid needing PartialPreludeGravatar Joey Hess2016-09-22
* use takeDirectory instead of parentDirGravatar Joey Hess2016-09-22
* avoid using split unnecessarilyGravatar Joey Hess2016-09-22
* remove redundant constraintGravatar Joey Hess2016-09-15
* Improve gpg secret key list parser to deal with changes in gpg 2.1.15. Fixes ...Gravatar Joey Hess2016-09-14
* drop incremental json object display; clean up codeGravatar Joey Hess2016-09-09
* refactorGravatar Joey Hess2016-09-09
* Rate limit console progress display updates to 10 per second. Was updating as...Gravatar Joey Hess2016-09-08
* avoid deprecation warning from parseUrlGravatar Joey Hess2016-09-07
* switch away from deprecated interfaceGravatar Joey Hess2016-09-05
* Windows: Handle shebang in external special remote program.Gravatar Joey Hess2016-09-05
* avoid using Strings for JSON output; keep it ByteString throughoutGravatar Joey Hess2016-07-26