summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Expand)AuthorAge
* assistant: Fix OSX bug that prevented committing changed files to a repositor...Gravatar Joey Hess2013-03-17
* cleanupGravatar Joey Hess2013-03-14
* tweakGravatar Joey Hess2013-03-13
* got hdevtools working on the git-annex source treeGravatar Joey Hess2013-03-12
* detect renames during commit, and .. um, do nothing special because it's lunc...Gravatar Joey Hess2013-03-11
* GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* addurl url escaping fooGravatar Joey Hess2013-03-10
* avoid using curl for file:// urls since it's buggyGravatar Joey Hess2013-03-10
* let's put type modules under the parent module, not in a Types directoryGravatar Joey Hess2013-03-10
* assistant: generate better commits for renamesGravatar Joey Hess2013-03-10
* use clientSessionBackend2 where availableGravatar Joey Hess2013-03-10
* simpler use of MIN_VERSION checksGravatar Joey Hess2013-03-10
* webapp: Work around bug in Warp's slowloris attack prevention code, that caus...Gravatar Joey Hess2013-03-09
* tag xmpp pushes with jidGravatar Joey Hess2013-03-06
* check that gpg generated as much data as we asked forGravatar Joey Hess2013-03-03
* improve comments and variable names WRT base64 encoded encryption keysGravatar Joey Hess2013-03-03
* assistant: Logs are rotated to avoid them using too much disk space.Gravatar Joey Hess2013-03-01
* Stop depending on testpack.Gravatar Joey Hess2013-02-27
* improve importsGravatar Joey Hess2013-02-27
* move Arbitrary instances out of Test and into modules that define the typesGravatar Joey Hess2013-02-27
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* webapp: Display any error message from git init if it fails to create a repos...Gravatar Joey Hess2013-02-26
* Utility/Path.hs: System.Path is exported by "MissingH" and "pathtype" packageGravatar Peter Simons2013-02-23
* Avoid passing -p to rsync, to interoperate with crippled filesystems.Gravatar Joey Hess2013-02-22
* avoid trying to use GECOS on Android, which responds with sig11Gravatar Joey Hess2013-02-19
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* set fileEncoding on the off chance lsof outputs binary garbageGravatar Joey Hess2013-02-18
* avoid warningGravatar Joey Hess2013-02-15
* little xargs eqivilant as a pure functionGravatar Joey Hess2013-02-15
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* deal with Android's nonstandard shell locationGravatar Joey Hess2013-02-13
* support Android's crippled lsofGravatar Joey Hess2013-02-11
* can now build Android targeted binaryGravatar Joey Hess2013-02-10
* cleanupGravatar Joey Hess2013-01-28
* addurl --fast: Use curl, rather than haskell HTTP library, to support https.Gravatar Joey Hess2013-01-27
* Deal with incompatability in gpg2, which caused prompts for encryption passph...Gravatar Joey Hess2013-01-16
* webapp: Now has a page to view the log, accessed from the control menu.Gravatar Joey Hess2013-01-15
* webapp: Now always logs to .git/annex/daemon.logGravatar Joey Hess2013-01-15
* webapp: Use IP address, rather than localhostGravatar Joey Hess2013-01-09
* assistant: Detect when system is not configured with a user name, and set env...Gravatar Joey Hess2013-01-06
* restart UIGravatar Joey Hess2013-01-03
* avoid double commits with inotify when direct mode file is createdGravatar Joey Hess2012-12-29
* fix fsevents rename handlingGravatar Joey Hess2012-12-28
* ignore events generated by us in fseventsGravatar Joey Hess2012-12-28
* startup scan for FSEventsGravatar Joey Hess2012-12-27
* fsevents bugfix for symlinksGravatar Joey Hess2012-12-27
* OSX FSEvents supportGravatar Joey Hess2012-12-27
* refactorGravatar Joey Hess2012-12-19
* kqueue: Fix bug that made broken symlinks not be noticed.Gravatar Joey Hess2012-12-14