Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid more build warnings on Windows | Joey Hess | 2013-08-04 |
| | |||
* | get rid of __WINDOWS__, use mingw32_HOST_OS | Joey Hess | 2013-08-02 |
| | | | | | The latter is harder for me to remember, but avoids build failures in code used by the configure program. | ||
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
| | |||
* | clean up from windows porting | Joey Hess | 2013-05-11 |
| | |||
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
| | |||
* | 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. | ||
* | stub out POSIX stuff | Joey Hess | 2013-05-10 |
| | |||
* | assistant: Logs are rotated to avoid them using too much disk space. | Joey Hess | 2013-03-01 |
| | | | | | | This cannot completely guard against a runaway log event, and only runs every hour anyway, but it should avoid most problems with very long-running, active assistants using up too much space. | ||
* | webapp: Now has a page to view the log, accessed from the control menu. | Joey Hess | 2013-01-15 |
| | |||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | daemonize git annex watch | Joey Hess | 2012-06-11 |