Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | testremote: New command to test uploads/downloads to a remote. | Joey Hess | 2014-08-01 |
| | | | | | | | | | This only performs some basic tests so far; no testing of chunking or resuming. Also, the existing encryption type of the remote is used; it would be good later to derive an encrypted and a non-encrypted version of the remote and test them both. This commit was sponsored by Joseph Liu. | ||
* | WebDAV: Dropped support for DAV before 0.6.1. | Joey Hess | 2014-07-30 |
| | | | | | 0.6.1 is in testing, and stable does not have DAV at all, so I can dispense with this compatability code | ||
* | prep release | Joey Hess | 2014-07-17 |
| | |||
* | fix build with path-pieces-0.1.4 | Joey Hess | 2014-07-13 |
| | |||
* | prep release | Joey Hess | 2014-07-09 |
| | |||
* | network-conduit build dep in cabal was spuriious, remove5.20140707 | Joey Hess | 2014-07-07 |
| | |||
* | prep release | Joey Hess | 2014-07-07 |
| | |||
* | prep release5.20140613 | Joey Hess | 2014-06-13 |
| | |||
* | Fix build with wai 0.3.0. | Joey Hess | 2014-06-11 |
| | | | | | | | | | | This version of wai changed the type of Middleware, so I cannot seem to liftIO inside it. So, got rid of a lot of not really needed complexity to use System.Log.Logger's logging stuff, and just use the standard wai stdout logger when debug logging is enabled. Format may change some, and it logs http to stdout instead of stderr now. Doesn't matter for the webapp since both go to the same log anyway. | ||
* | prep release5.20140606 | Joey Hess | 2014-06-06 |
| | |||
* | prep release | Joey Hess | 2014-05-29 |
| | |||
* | lower bound on exceptions | Joey Hess | 2014-05-29 |
| | |||
* | Use exceptions in place of deprecated MonadCatchIO-transformers | Ben Gamari | 2014-05-28 |
| | |||
* | prep release | Joey Hess | 2014-05-17 |
| | |||
* | allow building with old feed lib, w/o pubdate | Joey Hess | 2014-04-21 |
| | |||
* | prep release | Joey Hess | 2014-04-20 |
| | |||
* | Avoid depending on shakespeare except for when building the webapp. | Joey Hess | 2014-04-13 |
| | |||
* | prep release5.20140412 | Joey Hess | 2014-04-11 |
| | |||
* | prep release | Joey Hess | 2014-04-11 |
| | |||
* | importfeed: Filename template can now contain an itempubdate variable. Needs ↵ | Joey Hess | 2014-04-07 |
| | | | | feed 0.3.9.2. | ||
* | fix missing shakespeare dependency | Gaëtan Lehmann | 2014-04-07 |
| | |||
* | prepping for a linux-only release | Joey Hess | 2014-04-05 |
| | |||
* | try to avoid windows wanting to build dbus | Joey Hess | 2014-04-02 |
| | |||
* | prep release | Joey Hess | 2014-04-02 |
| | |||
* | byteable only needed for webapp-secure | Joey Hess | 2014-03-26 |
| | |||
* | add desktop notifications | Joey Hess | 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 | Joey Hess | 2014-03-20 |
| | |||
* | list changelog file in cabal file, should make it visible on hackage | Joey Hess | 2014-03-20 |
| | |||
* | webapp: Use securemem for constant time auth token comparisons. | Joey Hess | 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 | Joey Hess | 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 | Joey Hess | 2014-03-06 |
| | |||
* | depend on warp-tls.. at least for now | Joey Hess | 2014-02-28 |
| | |||
* | prep release5.20140227 | Joey Hess | 2014-02-27 |
| | |||
* | Add build dep on regex-compat to fix build on mipsel, which lacks regex-tdfa. | Joey Hess | 2014-02-26 |
| | |||
* | metadata: FIeld names are now case insensative. | Joey Hess | 2014-02-25 |
| | |||
* | fix #740010 properly | Joey Hess | 2014-02-25 |
| | |||
* | add UrlOptions sum type | Joey Hess | 2014-02-24 |
| | |||
* | webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking ↵ | Joey Hess | 2014-02-24 |
| | | | | files, which is not needed by git-annex's use of webdav, and does not work on Box.com. | ||
* | prep release | Joey Hess | 2014-02-21 |
| | |||
* | windows: Fix process termination code. | Joey Hess | 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 | Joey Hess | 2014-02-10 |
| | |||
* | avoid broken version of DAV | Joey Hess | 2014-02-07 |
| | |||
* | updating cabal release only | Joey Hess | 2014-01-29 |
| | |||
* | Revert "temporarily revert tasty-rerun support for this release" | Joey Hess | 2014-01-27 |
| | | | | This reverts commit 65eb61a902ecf68da69d774063fea4880f619a13. | ||
* | temporarily revert tasty-rerun support for this release5.20140127 | Joey Hess | 2014-01-27 |
| | | | | | | revert 852f1f6cea85a7c781c8286f459023bdacebe021 tasty-rerun is stuck in NEW in debian | ||
* | prep release | Joey Hess | 2014-01-27 |
| | |||
* | tasty-rerun! make rerest runs much much faster than running whole test suite | Joey Hess | 2014-01-24 |
| | |||
* | 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 |
| |