aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-15systemtime: Use gettimeofday if POSIX timers not availableJon Lund Steffensen1-12/+25
2014-12-15contrib: Do not generate RPM specJon Lund Steffensen2-3/+2
The RPM spec needs to be maintained manually anyway so it does not make sense to autogenerate the file with the latest version number. This should be done manually while updating dependencies and changelog.
2014-12-15Makefile: Add README to distributed filesJon Lund Steffensen2-0/+2
README was accidentally omitted from distribution, and the link from README to README.md was missing since the file was renamed with the Markdown extension.
2014-12-06redshift-gtk: Relay USR1 signal to redshift processJon Lund Steffensen1-1/+8
This also adds SIGINT to the signals handled by redshift-gtk.
2014-12-05Add a note about Ubuntu dependency packagesKees Hink1-0/+1
...which can be found in .travis.yml
2014-11-23Update Travis CI script to run make distcheckJon Lund Steffensen1-1/+1
2014-11-04redshift-gtk: Forward errors from child to stderrJon Lund Steffensen1-2/+13
This requires that the stderr (and stdout) are emptied when the child process exits, otherwise redshift-gtk will exit before the error output is forwarded. Also, the '-v' parameter is moved to the beginning of the command line to avoid error output including this (e.g. `redshift-gtk -l` would complain about the missing location provided `-v`).
2014-11-03Fix #112: Do not buffer lines from child indefinitelyJon Lund Steffensen1-2/+3
2014-10-13README: Fix markdown syntaxJon Lund Steffensen1-4/+4
2014-10-13README: Add build status imageJon Lund Steffensen1-0/+4
2014-10-13README: Rename to README.mdJon Lund Steffensen1-0/+0