summaryrefslogtreecommitdiff
path: root/Utility
Commit message (Expand)AuthorAge
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* use unix-compat, removed a lot of stubs in Utility.FileModeGravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* stub out posix stuff for WindowsGravatar Joey Hess2013-05-10
* rsync special remotes: When sending from a crippled filesystem, use the desti...Gravatar Joey Hess2013-05-09
* configure: Better checking that sha commands output in the desired format.Gravatar Joey Hess2013-05-08
* fix use of wrong shebang when android is installing git-annex-shell wrapper o...Gravatar Joey Hess2013-05-06
* Got removable media mount detection working on Android.Gravatar Joey Hess2013-05-04
* avoid crashing on Android when file mode of .git/annex/url cannot be setGravatar Joey Hess2013-05-03
* work around strange endianness bug in port number on AndroidGravatar Joey Hess2013-05-02
* work around getAddrInfo segfault on AndroidGravatar Joey Hess2013-05-02
* stop setting ai_addrconfigGravatar Joey Hess2013-05-02
* use DList for the transfer queueGravatar Joey Hess2013-04-25
* remove last use of TSetGravatar Joey Hess2013-04-24
* add TList, built on DListGravatar Joey Hess2013-04-24
* whups, I didn't mean to commit this, it was in to more quickly test out of li...Gravatar Joey Hess2013-04-24
* improve display of multiline messages in alertsGravatar Joey Hess2013-04-24
* include sys/types.hGravatar Joey Hess2013-04-24
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* untested browser opening on AndroidGravatar Joey Hess2013-04-18
* Fall back to internal url downloader when built without curl.Gravatar Joey Hess2013-04-16
* don't need any of this on androidGravatar Joey Hess2013-04-15
* quiet android build warningsGravatar Joey Hess2013-04-15
* avoid TH stuff on AndroidGravatar Joey Hess2013-04-15
* seems I need PackageImports here for configureGravatar Joey Hess2013-04-14
* turn on PackageImports globallyGravatar Joey Hess2013-04-13
* allow --listen to have a port specified as well as the addressGravatar Joey Hess2013-04-09
* implement massReplaceGravatar Joey Hess2013-04-08
* webapp: New --listen= option allows running the webapp on one computer and co...Gravatar Joey Hess2013-04-08
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
* minor refactoringGravatar Joey Hess2013-03-30
* don't refer to git-annex, as this is a generic utility libraryGravatar Joey Hess2013-03-30
* Make git-annex-shell call the command with its (safe) options.Gravatar guilhem2013-03-30
* webapp: Run ssh server probes in a way that will work when the login shell is...Gravatar Joey Hess2013-03-29
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* webapp: Fix a race that sometimes caused alerts or other notifications to be ...Gravatar Joey Hess2013-03-27
* 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