Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that name | Joey Hess | 2013-10-21 |
| | |||
* | note on nice | Joey Hess | 2013-10-17 |
| | |||
* | try working around windows xargs problem | Joey Hess | 2013-10-17 |
| | |||
* | fix inclusion of -gitrev | Joey Hess | 2013-10-16 |
| | |||
* | Work around sed output difference that led to version containing a newline ↵ | Joey Hess | 2013-10-16 |
| | | | | on OSX. | ||
* | cronner builds, should work (untested) | Joey Hess | 2013-10-08 |
| | | | | | | | I probably need to improve handling of the PleaseTerminate exception to kill the fsck process. Also, if fsck finds bad files, something needs to requeue downloads of them. Otherwise, this should work, but is probably quite buggy since I have only tested the pure code over the past 2 days. | ||
* | factor out Build.Version | Joey Hess | 2013-10-06 |
| | |||
* | oops | Joey Hess | 2013-09-22 |
| | |||
* | one more EvilSplicer hack for the night | Joey Hess | 2013-09-22 |
| | |||
* | fix broken EvilSplicer change | Joey Hess | 2013-09-22 |
| | |||
* | improve lambdaparens hack | Joey Hess | 2013-09-22 |
| | |||
* | another fine hack | Joey Hess | 2013-09-22 |
| | |||
* | add git-remote-gcrypt to bundle when available | Joey Hess | 2013-09-13 |
| | |||
* | fix | Joey Hess | 2013-09-12 |
| | |||
* | enbolden man page | Joey Hess | 2013-09-12 |
| | |||
* | Youtube support! (And 53 other video hosts) | Joey Hess | 2013-08-22 |
| | | | | | | | | | | When quvi is installed, git-annex addurl automatically uses it to detect when an page is a video, and downloads the video file. web special remote: Also support using quvi, for getting files, or checking if files exist in the web. This commit was sponsored by Mark Hepburn. Thanks! | ||
* | better git version checking | Joey Hess | 2013-08-02 |
| | |||
* | linux standalone auto-install icons | Joey Hess | 2013-07-09 |
| | |||
* | install to ~/.local/icons, not ~/icons | Joey Hess | 2013-07-09 |
| | | | | | Apparently the Icon Theme Specification no longer matches reality, as implemented by XFCE and xdg-icon-resource. | ||
* | Install XDG desktop icon files. | Joey Hess | 2013-07-09 |
| | | | | | | | | | | | | | | | | The icon files will be installed when running make install or cabal install. Did not try to run update-icon-caches, since I think it's debian specific, and dh_icons will take care of that for the Debian package. Using the favicon as a 16x16 icon. At 24x24 the svg displays pretty well, although the dotted lines are rather faint. The svg is ok at all higher resolutions. The standalone linux build auto-installs the desktop and autostart files when run. I have not made it auto-install the icon file too, because a) that would take more work to include them in the tarball and find them b) it would need to be an install to ~/.icons/, and I don't know if that really works! | ||
* | check in configure if ionice -c3 works | Joey Hess | 2013-06-21 |
| | | | | On old systems, it may need to be run as root. | ||
* | assistant --autostart: Automatically ionices the daemons it starts. | Joey Hess | 2013-06-21 |
| | |||
* | add cygattr-1.dll to windows installer | Joey Hess | 2013-06-17 |
| | | | | Needed by cygwin cp | ||
* | Allow building with gpg2. | Joey Hess | 2013-05-19 |
| | |||
* | syntax fix | Joey Hess | 2013-05-17 |
| | |||
* | don't hardcode path to cygwin stuff, look for it in PATH | Joey Hess | 2013-05-17 |
| | |||
* | specify makensis path in build script | Joey Hess | 2013-05-17 |
| | |||
* | Sanitize debian changelog version before putting it into cabal file. Closes: ↵ | Joey Hess | 2013-05-17 |
| | | | | #708619 | ||
* | fix uninstall of some files | Joey Hess | 2013-05-16 |
| | |||
* | add windows uninstaller | Joey Hess | 2013-05-16 |
| | |||
* | typo | Joey Hess | 2013-05-16 |
| | |||
* | add license to windows installer | Joey Hess | 2013-05-16 |
| | |||
* | fix the day's Windows permissions damage | Joey Hess | 2013-05-14 |
| | |||
* | windows installer is fully working | Joey Hess | 2013-05-14 |
| | |||
* | add check for git | Joey Hess | 2013-05-14 |
| | |||
* | untested nullsoft installer generator | Joey Hess | 2013-05-14 |
| | |||
* | Merge branch 'master' into windows | Joey Hess | 2013-05-14 |
|\ | | | | | | | | | | | | | | | Conflicts: Annex/Environment.hs Build/Configure.hs Git/Construct.hs Utility/FileMode.hs | ||
* | | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
| | | |||
| * | rename var | Joey Hess | 2013-05-10 |
| | | |||
| * | only update version in cabal file on release builds | Joey Hess | 2013-05-10 |
| | | | | | | | | | | This was being very annoying in windows. (cherry picked from commit ccce4b0ded18c6eecea5d666f38f55a4fc6a1977) | ||
* | | fixup #if 0 stubs to use #ifndef mingw32_HOST_OS | Joey Hess | 2013-05-10 |
| | | | | | | | | | | | | That's needed in files used to build the configure program. For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type. I may search and replace it to use the mingw32_HOST_OS thing later. | ||
* | | only update version in cabal file on release builds | Joey Hess | 2013-05-10 |
| | | | | | | | | This was being very annoying in windows. | ||
* | | fix changelog version parse to work on windows | Joey Hess | 2013-05-10 |
| | | | | | | | | | | The CHANGELOG file, as a symlink, cannot be read on windows. So read debian/changelog. Also, newline compat. | ||
* | | explicity use sh -c when running shell commands | Joey Hess | 2013-05-10 |
| | | | | | | | | This is necessary to work in Windows. (And will only work when building in Cygwin.) | ||
* | | stub out posix stuff for Windows | Joey Hess | 2013-05-10 |
|/ | | | | This is enough to let the configure program build. | ||
* | add a hack to get build working with new library build | Joey Hess | 2013-05-08 |
| | |||
* | configure: Better checking that sha commands output in the desired format. | Joey Hess | 2013-05-08 |
| | | | | | | Run the same code git-annex used to get the sha, including its sanity checking. Much better than old grep. Should detect FreeBSD systems with sha commands that output in stange format. | ||
* | cabal does not like ~ in version numbers, work around (for backports) | Joey Hess | 2013-05-04 |
| | |||
* | EvilSplicer: fix handling of newlines in multiline strings | Joey Hess | 2013-05-02 |
| | |||
* | fix build | Joey Hess | 2013-04-24 |
| |