Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better heuristic for what is a package-qualified symbol | Joey Hess | 2014-05-27 |
| | | | | | Hopefully this will avoid mangling css files embedded in strings inside spliced code. | ||
* | proper fix for "foo"# -- need MagicHash extension | Joey Hess | 2014-05-25 |
| | |||
* | typo | Joey Hess | 2014-05-25 |
| | |||
* | put in hack for weird new problem with ghc's emitted splices | Joey Hess | 2014-05-25 |
| | |||
* | work around an EvilSplicer bug | Joey Hess | 2014-05-10 |
| | | | | | | This should fix the android build. The EvilSplicer cannot fix up ghc's misformatting of a case expression with a construstor with a lot of parameters, which spans multiple lines. | ||
* | Revert "add debugging for odd OOM or hang on 5 architectures, all where ↵ | Joey Hess | 2014-04-22 |
| | | | | | | | | configure runs sha224sum" This reverts commit dbc01939f3da3653df51f1fe8b2d5da891ea8828. The OOM was cabal's way of telling us it couldn't resolve dependencies. | ||
* | --detach-sign | Joey Hess | 2014-04-21 |
| | |||
* | sign files5.20140421 | Joey Hess | 2014-04-21 |
| | |||
* | fix distributionupdate build | Joey Hess | 2014-04-21 |
| | | | | Including avoiding needing cabal's defines for Utility.URI | ||
* | add debugging for odd OOM or hang on 5 architectures, all where configure ↵ | Joey Hess | 2014-04-20 |
| | | | | runs sha224sum | ||
* | use ustar format and omit filnames with colons. new hackage requirements | Joey Hess | 2014-04-11 |
| | | | | The tarball on hackage will no longer correspond to the git tag. Oh well. | ||
* | Remove wget from OSX dmg, due to issues with cert paths that broke git-annex ↵ | Joey Hess | 2014-04-10 |
| | | | | automatic upgrading. Instead, curl is used, unless the OSX system has wget installed, which will then be used. | ||
* | factor out library code (also used by propellor) | Joey Hess | 2014-04-03 |
| | |||
* | fix up old comments that used format=txt, which is no longer enabled | Joey Hess | 2014-03-20 |
| | |||
* | make configure -Wall clean | Joey Hess | 2014-03-10 |
| | |||
* | Probe for quvi version at run time. | Joey Hess | 2014-02-28 |
| | | | | | Overhead: git annex addurl runs quvi --version once. And more bloat to Annex state.. | ||
* | more distributionupdate fixes | Joey Hess | 2014-02-27 |
| | |||
* | commit before info file build, so that any modified annexed files get updated | 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. | ||
* | fix info file finding | Joey Hess | 2014-02-10 |
| | |||
* | check for out of date info files at end | Joey Hess | 2014-02-10 |
| | |||
* | deal with multiarch | Joey Hess | 2014-02-07 |
| | |||
* | remove debug info | Joey Hess | 2014-01-30 |
| | |||
* | fix install_name_tool library name replacement | Joey Hess | 2014-01-15 |
| | |||
* | fix warning | Joey Hess | 2014-01-14 |
| | |||
* | search DYLD_LIBRARY_PATH for libraries | Joey Hess | 2014-01-14 |
| | |||
* | Refuse to build with git older than 1.7.1.1, which is needed for git checkout -B | Joey Hess | 2014-01-13 |
| | |||
* | add back sha commands on OSX; SIGILL problem fixed | Joey Hess | 2014-01-06 |
| | |||
* | OSX: Avoid using external hash programs, since SIGILL is not fun | Joey Hess | 2014-01-01 |
| | |||
* | windows: add more libraries, these are used by gpg | Joey Hess | 2014-01-01 |
| | |||
* | include libgcc_s in case not pulled in by ldd | Joey Hess | 2013-12-31 |
| | | | | libc can demand-load libgcc_s in some situations, it seems | ||
* | Revert "include libgcc in linux standalone" | Joey Hess | 2013-12-31 |
| | | | | | | This reverts commit 90a28ca0ff7123cd939c90930dec6479da6bd136. ldd pulls it in | ||
* | include libgcc in linux standalone | Joey Hess | 2013-12-31 |
| | |||
* | add main type sig | Joey Hess | 2013-12-30 |
| | |||
* | add git-shell binary to bundles | Joey Hess | 2013-12-27 |
| | |||
* | avoid another encoding crash | Joey Hess | 2013-12-27 |
| | |||
* | -Wall clean | Joey Hess | 2013-12-27 |
| | |||
* | clean up | Joey Hess | 2013-12-24 |
| | |||
* | Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵ | Joey Hess | 2013-12-24 |
| | | | | standalone build, and OSX app, so they will be available when it's added to PATH. | ||
* | fix gconvdir | Joey Hess | 2013-12-24 |
| | |||
* | Fix bug in Linux standalone build's shimming that broke git-annex-shell. | Joey Hess | 2013-12-24 |
| | |||
* | remove unused imports | Joey Hess | 2013-12-24 |
| | |||
* | resursively follow lib symlinks, just in case | Joey Hess | 2013-12-24 |
| | |||
* | convert hacky shell linux mklibs code to haskell ; fixing symlink bug | Joey Hess | 2013-12-24 |
| | | | | | | The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it. | ||
* | fix build | Joey Hess | 2013-12-21 |
| | | | | Need to recurse into subdirs to follow git-annex links. | ||
* | avoid EvilSplicer crashing on encoding problems, including LANG=C with utf-8 ↵ | Joey Hess | 2013-12-19 |
| | | | | in files | ||
* | improve EvilSplicer robustness | 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 |
| | |||
* | argh, one more | Joey Hess | 2013-12-11 |
| | |||
* | more | Joey Hess | 2013-12-11 |
| |