git-annex/Utility
Joey Hess 81379bb29c better streaming while encrypting/decrypting
Both the directory and webdav special remotes used to have to buffer
the whole file contents before it could be decrypted, as they read
from chunks. Now the chunks are streamed through gpg with no buffering.
2012-11-18 15:27:44 -04:00
..
Types watch for changes to transfer info files, to update progress bars on upload 2012-09-20 17:24:40 -04:00
Applicative.hs pointlessness 2012-06-29 10:00:05 -04:00
Base64.hs rename 2011-07-05 20:24:10 -04:00
CoProcess.hs run git coprocesses with gitEnv 2012-09-15 17:43:37 -04:00
CopyFile.hs Pass -a to cp even when it supports --reflink=auto, to preserve permissions. 2012-05-15 14:18:51 -04:00
Daemon.hs make pid file directory 2012-08-08 14:18:02 -04:00
DataUnits.hs move comment 2012-08-07 11:10:41 -04:00
DBus.hs reconnect XMPP when NetWatcher notices a change 2012-10-27 00:42:14 -04:00
Directory.hs cleanup 2012-10-16 16:58:04 -04:00
DirWatcher.hs kqueue bugfix: apply pruner to changed files 2012-09-28 17:31:54 -04:00
DiskFree.hs use safe FFI imports for diskfree 2012-07-20 15:03:58 -04:00
Dot.hs finished hlint pass 2011-07-15 12:47:14 -04:00
Exception.hs reconnect XMPP when NetWatcher notices a change 2012-10-27 00:42:14 -04:00
FileMode.hs use xmpp::user@host for xmpp remotes 2012-11-09 13:35:23 -04:00
FileSystemEncoding.hs add decodeW8 2012-09-13 19:14:29 -04:00
Format.hs hlint 2012-02-16 00:44:51 -04:00
FreeDesktop.hs Use USER and HOME environment when set, and only fall back to getpwent, which doesn't work with LDAP or NIS. 2012-10-25 18:17:54 -04:00
Gpg.hs better streaming while encrypting/decrypting 2012-11-18 15:27:44 -04:00
HumanTime.hs New --time-limit option, makes long git-annex commands stop after a specified amount of time. 2012-09-25 16:48:24 -04:00
INotify.hs look for sysctl in some common sbin locations when it's not in PATH 2012-10-06 16:16:31 -04:00
JSONStream.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Kqueue.hs kqueue bugfix: apply pruner to changed files 2012-09-28 17:31:54 -04:00
libdiskfree.c Enable diskfree on kfreebsd, using statvfs. 2012-06-17 18:10:57 -04:00
libdiskfree.h Renamed diskfree.c to avoid OSX case insensativity bug. 2012-04-13 11:26:39 -04:00
libkqueue.c fix prototype 2012-06-19 01:57:19 -04:00
libkqueue.h fix prototype 2012-06-19 01:57:19 -04:00
libmounts.c cleanup 2012-07-19 21:20:38 -04:00
libmounts.h now working on OSX 2012-07-19 21:19:29 -04:00
LogFile.hs daemonize git annex watch 2012-06-11 00:39:09 -04:00
Lsof.hs add back debug logging 2012-07-19 00:46:52 -04:00
Matcher.hs avoid duplicate code with a more generic monadic matcher 2012-10-13 15:17:15 -04:00
Misc.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
Monad.hs pasto 2012-11-02 12:48:52 -04:00
Mounts.hsc work toward adding new repos on removable drives 2012-08-04 18:17:16 -04:00
Network.hs add 2012-08-05 14:50:00 -04:00
NotificationBroadcaster.hs NotificationBroadcaster: Use SampleVars from SafeSemaphores instead of base 2012-10-05 17:04:46 -04:00
OSX.hs OSX: Fix RunAtLoad value in plist file. 2012-11-15 01:01:54 -04:00
Parallel.hs fix push status, broken when inParallel was adapted for -threaded 2012-07-30 11:52:44 -04:00
PartialPrelude.hs rename readMaybe to readish 2012-01-23 17:00:10 -04:00
Path.hs Use USER and HOME environment when set, and only fall back to getpwent, which doesn't work with LDAP or NIS. 2012-10-25 18:17:54 -04:00
Percentage.hs percentage library 2012-04-29 17:48:07 -04:00
Process.hs cleanup 2012-11-06 15:58:35 -04:00
Rsync.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
SafeCommand.hs bring back default SIGINT handler 2012-10-01 23:01:29 -04:00
SRV.hs don't test host in configure 2012-10-30 19:28:46 -04:00
State.hs deal with mtl/monads-tf conflict 2012-10-24 14:43:32 -04:00
TempFile.hs where indentation 2012-11-12 17:43:10 -04:00
Tense.hs add 2012-08-06 14:48:38 -04:00
ThreadLock.hs reorg 2012-06-17 14:02:40 -04:00
ThreadScheduler.hs fix warning 2012-11-17 16:19:42 -04:00
Touch.hsc unbreak code inside ifdef 2012-04-22 11:22:20 -04:00
TSet.hs stub syncer thread and commit channel 2012-06-22 14:10:25 -04:00
Url.hs use cabal macro to detect if old version of network is being used 2012-11-11 18:05:01 -04:00
UserInfo.hs Use USER and HOME environment when set, and only fall back to getpwent, which doesn't work with LDAP or NIS. 2012-10-25 18:17:54 -04:00
Verifiable.hs responding to pair requests *almost* works 2012-09-10 17:53:51 -04:00
WebApp.hs fix warning seen on OSX, apparently something there defines a close 2012-11-07 14:56:32 -04:00
Yesod.hs support building with yesod-default 1.1.0 2012-08-09 13:33:04 -04:00