summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* disable horrible tab warning, needed in every file that Setup.hs pulls inGravatar Joey Hess2015-05-10
| | | | | | | | This is certianly a cabal bug for not passing the build options in the cabal file when building Setup.hs. And, why oh why did ghc enable this warning by default? So unhappy with this choice.
* devblogGravatar Joey Hess2015-05-10
|
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* more FlexibleContextsGravatar Joey Hess2015-05-10
|
* avoid using now deprecated PortNum constructorGravatar Joey Hess2015-05-10
|
* generalied elem/notElem in ghc 7.10 require some additional type signatures ↵Gravatar Joey Hess2015-05-10
| | | | when using OverloadedStrings
* FlexibleContexts needed by ghc 7.10Gravatar Joey Hess2015-05-10
|
* more time-1.5 fixesGravatar Joey Hess2015-05-10
|
* fix build warning with time 1.5Gravatar Joey Hess2015-05-10
|
* fix build warning with ghc 7.10Gravatar Joey Hess2015-05-10
|
* forgot to add new moduleGravatar Joey Hess2015-05-10
|
* support time-1.5.0Gravatar Joey Hess2015-05-10
| | | | | | | This no longer uses old-locale's defaultTimeLocale, but provides one of its own. Factored out a Logs.TimeStamp.
* switch to Control.Monad.ST to avoid build warning in ghc 7.10Gravatar Joey Hess2015-05-10
|
* disable ghc 7.10's obnoxious warnings about every line using tab to indentGravatar Joey Hess2015-05-10
|
* ENH: leave only git for depends of standalone -- the rest is providedGravatar Yaroslav Halchenko2015-05-10
| | | | Otherwise, versioned depends forbid installation on elderly squeeze
* fix man page example formattingGravatar Joey Hess2015-05-09
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-05-09
|
* (no commit message)Gravatar warp2015-05-09
|
* (no commit message)Gravatar warp2015-05-09
|
* devblogGravatar Joey Hess2015-05-08
|
* add news item for git-annex 5.20150508Gravatar Joey Hess2015-05-08
|
* seems that webapp ssh password ssh-agent hack is broken on windows after ↵5.20150508Gravatar Joey Hess2015-05-08
| | | | recent ssh changes
* add a wrapper for ssh-keygenGravatar Joey Hess2015-05-08
|
* use a batch file to run msysgit's ssh, instead of copyingGravatar Joey Hess2015-05-08
| | | | | | copying failed because dlls are not in path. This batch file is based on the one msysgit uses to start gitk
* prep releaseGravatar Joey Hess2015-05-08
|
* Improve quvi 0.4 output parsing to handle cases wher there is no known ↵Gravatar Joey Hess2015-05-08
| | | | filename extension. This is currently the case when using quvi with youtube. In this case, the extension ".m" will be used.
* Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."Gravatar Joey Hess2015-05-08
| | | | | | | This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801. Build didn't actually seem to succeed, for both versions of android, so I'll need to revisit this later.
* fix git rev for openssh on androidGravatar Joey Hess2015-05-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa42015-05-08
|
* (no commit message)Gravatar https://launchpad.net/~jktjkt2015-05-08
|
* (no commit message)Gravatar db48x2015-05-08
|
* Added a comment: Thanks!Gravatar anton2015-05-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkW9u-8uqR62QBZjeTNCXsL7Ds55dAMGbA2015-05-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkW9u-8uqR62QBZjeTNCXsL7Ds55dAMGbA2015-05-08
|
* typoGravatar Joey Hess2015-05-07
|
* devblogGravatar Joey Hess2015-05-07
|
* Debian's ghc now supports TH on arm! Adjust build dependencies to build the ↵Gravatar Joey Hess2015-05-07
| | | | | | | webapp on arm, and enable DAV support on arm. \o/ Also, adjust some other arch specific build dependencies that are now available on more architectures in Devian unstable.
* remove workaround for now fixed bug #763078Gravatar Joey Hess2015-05-07
|
* avoid using relative path from temp dir to dest fileGravatar Joey Hess2015-05-07
| | | | | | | | | | | That failed on OSX. The temp dir was /var/folders/fb/pnwjj52n7fg0r9mnvpsfll180000gr/T/downloadurl and the relative path ../../../../../../Volumes/Visitors/joeyh/git-annex/r/.git/... Didn't work. I have no clue why, how did OSX manage to break this? But, the relative path is longer most of the time anyway, so let's just use the absolute path.
* reorderGravatar Joey Hess2015-05-07
|
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
* Replace dataenc with sandi.Gravatar Magnus Therning2015-05-07
| | | | | | The library dataenc is unmaintained and has been superseded by sandi. Signed-off-by: Magnus Therning <magnus@therning.org>
* set rsync executableGravatar Joey Hess2015-05-07
|
* typoGravatar Joey Hess2015-05-07
|
* fix path to wgetGravatar Joey Hess2015-05-07
|
* closeGravatar Joey Hess2015-05-07
|
* Windows: Roll back to an older version of rsync from cygwin. The newer ↵Gravatar Joey Hess2015-05-07
| | | | version has some dependency on a newer ssh from cygwin.
* Windows: Remove cygwin ssh, the newer version of which has stopped honoring ↵Gravatar Joey Hess2015-05-07
| | | | the setting of HOME. Instead, copy msysgit's ssh into PATH.
* fix matrixGravatar Joey Hess2015-05-07
|
* updateGravatar Joey Hess2015-05-07
|