Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | try to avoid windows wanting to build dbus | 2014-04-02 | |
| | |||
* | prep release | 2014-04-02 | |
| | |||
* | byteable only needed for webapp-secure | 2014-03-26 | |
| | |||
* | add desktop notifications | 2014-03-22 | |
| | | | | | | | Motivation: Hook scripts for nautilus or other file managers need to provide the user with feedback that a file is being downloaded. This commit was sponsored by THM Schoemaker. | ||
* | prep release | 2014-03-20 | |
| | |||
* | list changelog file in cabal file, should make it visible on hackage | 2014-03-20 | |
| | |||
* | webapp: Use securemem for constant time auth token comparisons. | 2014-03-12 | |
| | | | | | Debian stable does not have securemem, but neither does it have warp-tls, so just disable use of securemem when not building with https support. | ||
* | quick fix to build with old warp-tls | 2014-03-12 | |
| | | | | | | | | Debian stable's warp-tls is too old to support the new https feature well, so only use http with that old version. Note that the webapp still depends on warp-tls, because the TLSSettings type is used. | ||
* | prep release5.20140306 | 2014-03-06 | |
| | |||
* | depend on warp-tls.. at least for now | 2014-02-28 | |
| | |||
* | prep release5.20140227 | 2014-02-27 | |
| | |||
* | Add build dep on regex-compat to fix build on mipsel, which lacks regex-tdfa. | 2014-02-26 | |
| | |||
* | metadata: FIeld names are now case insensative. | 2014-02-25 | |
| | |||
* | fix #740010 properly | 2014-02-25 | |
| | |||
* | add UrlOptions sum type | 2014-02-24 | |
| | |||
* | webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking ↵ | 2014-02-24 | |
| | | | | files, which is not needed by git-annex's use of webdav, and does not work on Box.com. | ||
* | prep release | 2014-02-21 | |
| | |||
* | windows: Fix process termination code. | 2014-02-13 | |
| | | | | | | | | | | | The ctrl-c hack used before didn't actually seem to work. No haskell libraries expose TerminateProcess. I tried just calling it via FFI, but got segfaults, probably to do with the wacky process handle not being managed correctly. Moving it all into one C function worked. This was hell. The EvilLinker hack was just final icing on the cake. We all know what the cake was made of. | ||
* | prep release5.20140210 | 2014-02-10 | |
| | |||
* | avoid broken version of DAV | 2014-02-07 | |
| | |||
* | updating cabal release only | 2014-01-29 | |
| | |||
* | Revert "temporarily revert tasty-rerun support for this release" | 2014-01-27 | |
| | | | | This reverts commit 65eb61a902ecf68da69d774063fea4880f619a13. | ||
* | temporarily revert tasty-rerun support for this release5.20140127 | 2014-01-27 | |
| | | | | | | revert 852f1f6cea85a7c781c8286f459023bdacebe021 tasty-rerun is stuck in NEW in debian | ||
* | prep release | 2014-01-27 | |
| | |||
* | tasty-rerun! make rerest runs much much faster than running whole test suite | 2014-01-24 | |
| | |||
* | tests should now all run independently, without needing any prior tests to ↵ | 2014-01-21 | |
| | | | | | | have run Should be ready now for tasty-rerun. | ||
* | use tasty resources | 2014-01-21 | |
| | |||
* | expose tasty test suite's option parser | 2014-01-21 | |
| | |||
* | promote stm dependency, since Remote.External needs it | 2014-01-20 | |
| | |||
* | Really fix FTBFS on mipsel and sparc due to test suite not being available ↵ | 2014-01-17 | |
| | | | | on those architectures. | ||
* | prep release | 2014-01-16 | |
| | |||
* | Added tahoe special remote. | 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" | 2014-01-07 | |
| | | | | This reverts commit 60407799f1ed49acaeffdb9910a2f5e92e582d13. | ||
* | need a newish version of containers | 2014-01-07 | |
| | |||
* | prep release | 2014-01-07 | |
| | |||
* | no lsof on kfreebsd | 2014-01-07 | |
| | |||
* | prep release5.20131230 | 2013-12-30 | |
| | |||
* | prep release5.20131221 | 2013-12-21 | |
| | |||
* | switch define used, not android specific | 2013-12-18 | |
| | |||
* | OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.5.20131213 | 2013-12-13 | |
| | |||
* | pull in Win32-extras, to be able to get current process id in Windows | 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 | 2013-12-10 | |
| | |||
* | fix | 2013-12-06 | |
| | |||
* | avoid hsc2hs on windows (more epathtolong) | 2013-12-06 | |
| | |||
* | enable Webapp on windows, using EvilLinker to link | 2013-12-06 | |
| | |||
* | isolate dependency workaround to windows | 2013-12-05 | |
| | |||
* | syntax | 2013-12-05 | |
| | |||
* | temporarily disable webapp on windows; re-enable webdav on windows | 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 | 2013-12-05 | |
| | |||
* | Revert "test enable webapp on windows" | 2013-12-05 | |
| | | | | | | | This reverts commit 68b06f1b9576ebfb971b6a540a360e19e970f433. Some stuff fails to install on the autobuilder, it will need to be upgraded probably. |