Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests should now all run independently, without needing any prior tests to ↵ | Joey Hess | 2014-01-21 |
| | | | | | | have run Should be ready now for tasty-rerun. | ||
* | use tasty resources | Joey Hess | 2014-01-21 |
| | |||
* | expose tasty test suite's option parser | Joey Hess | 2014-01-21 |
| | |||
* | promote stm dependency, since Remote.External needs it | Joey Hess | 2014-01-20 |
| | |||
* | Really fix FTBFS on mipsel and sparc due to test suite not being available ↵ | Joey Hess | 2014-01-17 |
| | | | | on those architectures. | ||
* | prep release | Joey Hess | 2014-01-16 |
| | |||
* | Added tahoe special remote. | Joey Hess | 2014-01-08 |
| | | | | | | | | | | | | Known problems: 1. Tries to tahoe start when daemon is already running. 2. If multiple tahoe remotes are set up on the same computer, they will have the same node.url configured by default, and this confuses tahoe commands. This commit was sponsored by LeastAuthority.com | ||
* | Revert "need a newish version of containers" | Joey Hess | 2014-01-07 |
| | | | | This reverts commit 60407799f1ed49acaeffdb9910a2f5e92e582d13. | ||
* | need a newish version of containers | Joey Hess | 2014-01-07 |
| | |||
* | prep release | Joey Hess | 2014-01-07 |
| | |||
* | no lsof on kfreebsd | Joey Hess | 2014-01-07 |
| | |||
* | prep release5.20131230 | Joey Hess | 2013-12-30 |
| | |||
* | prep release5.20131221 | Joey Hess | 2013-12-21 |
| | |||
* | switch define used, not android specific | Joey Hess | 2013-12-18 |
| | |||
* | OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.5.20131213 | Joey Hess | 2013-12-13 |
| | |||
* | pull in Win32-extras, to be able to get current process id in Windows | Joey Hess | 2013-12-11 |
| | | | | | | | | | Fixed up a number of things that had worked around there not being a way to get that. Most notably, transfer info files on windows now include the process id, since no locking is currently done. This means the file format varies between windows and unix. | ||
* | windows disk free space checking | Joey Hess | 2013-12-10 |
| | |||
* | fix | Joey Hess | 2013-12-06 |
| | |||
* | avoid hsc2hs on windows (more epathtolong) | Joey Hess | 2013-12-06 |
| | |||
* | enable Webapp on windows, using EvilLinker to link | Joey Hess | 2013-12-06 |
| | |||
* | isolate dependency workaround to windows | Joey Hess | 2013-12-05 |
| | |||
* | syntax | Joey Hess | 2013-12-05 |
| | |||
* | temporarily disable webapp on windows; re-enable webdav on windows | Joey Hess | 2013-12-05 |
| | | | | | | | The gcc response file should make it build with webdav (fingers crossed). webapp is waiting on a haskell platform upgrade on the autobuilder. Current one has a too old version of network for hxt to install. | ||
* | work around https://github.com/kazu-yamamoto/logger/issues/18 | Joey Hess | 2013-12-05 |
| | |||
* | Revert "test enable webapp on windows" | Joey Hess | 2013-12-05 |
| | | | | | | | This reverts commit 68b06f1b9576ebfb971b6a540a360e19e970f433. Some stuff fails to install on the autobuilder, it will need to be upgraded probably. | ||
* | test enable webapp on windows | Joey Hess | 2013-12-05 |
| | | | | It builds, but fails to link locally. Let's try on the autobuilder. | ||
* | explicitly disable WebDAV on Windows | Joey Hess | 2013-12-04 |
| | | | | | For reasons suspiciously similar to 58972e05 -- ie, building with it enabled crashes the compiler, at least in my development VM.. dunno why. | ||
* | prep release5.20131130 | Joey Hess | 2013-11-30 |
| | |||
* | update | Joey Hess | 2013-11-28 |
| | |||
* | prep release5.20131127 | Joey Hess | 2013-11-27 |
| | |||
* | fix flag name | Joey Hess | 2013-11-25 |
| | |||
* | ensure that Android TH splice is expanded in native side of build | Joey Hess | 2013-11-25 |
| | |||
* | releasing package git-annex version 5.201311205.20131120 | Joey Hess | 2013-11-20 |
| | |||
* | releasing package git-annex version 5.201311185.20131118 | Joey Hess | 2013-11-18 |
| | |||
* | tasty fully working | Joey Hess | 2013-11-14 |
| | |||
* | Merge branch 'master' into tasty-tests | Joey Hess | 2013-11-14 |
|\ | | | | | | | | | Conflicts: Test.hs | ||
| * | build assistant and watcher on windows (doesn't work yet) | Joey Hess | 2013-11-12 |
| | | |||
| * | separate android 4.0 and 4.3 builds needed | Joey Hess | 2013-11-12 |
| | | | | | | | | Also, parameterize the abdroid abi version | ||
| * | pass -optl-z -optlnocopyreloc on Android | Joey Hess | 2013-11-11 |
| | | |||
| * | Allow optionally configuring git-annex with -fEKG to enable awesome remote ↵ | Joey Hess | 2013-11-06 |
| | | | | | | | | monitoring interfaceat http://localhost:4242/ | ||
| * | prep release | Joey Hess | 2013-11-06 |
| | | |||
| * | prep release | Joey Hess | 2013-11-01 |
| | | |||
| * | always depend on async | Joey Hess | 2013-10-26 |
| | | |||
| * | releasing package git-annex version 4.201310244.20131024 | Joey Hess | 2013-10-24 |
| | | |||
| * | avoid trying to link with XMPP on Windows | Joey Hess | 2013-10-17 |
| | | | | | | | | | | It doesn't work, in a most puzzling way, which just wasted me hours, even if XMPP libs are installed. Webapp too. | ||
| * | Revert "avoid hsc files on Windows" | Joey Hess | 2013-10-17 |
| | | | | | | | | | | | | This reverts commit 699a90bdc195a67c5aa5fca34fcaa07fb2b530ae. My windows build environment was broken; reverted to backup. | ||
| * | avoid hsc files on Windows | Joey Hess | 2013-10-17 |
| | | | | | | | | | | | | | | | | | | | | This used to work, but now hsc2hs is failing with a usage message. Since I have not changed my windows build environment at all, it must be some change due to a change in the cabal file. Perhaps too make flags are causing it to hit a windows command line length limit? Anyway, these hsc files did nothing on Windows, so can be omitted and not built to work around yet another epic windows weirdness. | ||
| * | Revert "use vector in local status", which was not an improvement | Joey Hess | 2013-10-07 |
| | | | | | | | | This reverts commit c0caa37187e9c062825dd6d5cb6be2dfa63bc7dd. | ||
| * | use vector in local status | Joey Hess | 2013-10-07 |
| | | | | | | | | | | | | Thought was that this would be faster than a map, since a vector can be updated more efficiently. It turns out to not seem to matter; runtime and memory usage are basically identical. | ||
| * | remove __WINDOWS__ ifdef | Joey Hess | 2013-10-06 |
| | |