6
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug preventing audit from being disabled -- thanks Thomas Deutschmann More... over 7 years ago
moved adhoc test away from main source code (not usable as is) More... over 7 years ago
systemd init: added LimitCORE More... over 7 years ago
added is_loop_in_queue() for debug purposes More... over 7 years ago
updated changelog: systemd was retro-ported to 3.2.1 More... over 7 years ago
comment improvements More... over 7 years ago
use job_queue_remove() More... over 7 years ago
mark as dev release More... almost 8 years ago
Merge branch 'suspend' More... almost 8 years ago
updated copyright years to 2000-2016 More... almost 8 years ago
added runatresume / @resume More... almost 8 years ago
boot-install now supports systemd (and refactored while I was at it) More... almost 8 years ago
boot-install now supports systemd (and refactored while I was at it) More... almost 8 years ago
On Linux, use specific system APIs to detect suspend/resume and measure suspend duration More... almost 8 years ago
refactored suspend handling code into suspend.[ch] Also applied code style. More... almost 8 years ago
refactored socket.[ch] into select.[ch] and fcrondyn_srv.[ch] This is to prepare for getting notifed of time changes via timerfd_create() and select () More... almost 8 years ago
Merge branch 'master' into suspend More... almost 8 years ago
Fixed occasional 1s slippage. Disable fcrondyn if we don't have gettimeofday() (or it won't work anyway) This was due to a race condition between when time_to_sleep is run and when we compute how long to sleep for, which could happen in the following second: if that happened we end up sleeping for 1s instead of not sleeping at all. The fix was to replace time_to_sleep() by next_wake_time(). More... almost 8 years ago
grammar error in doc More... almost 8 years ago
install-restart: use service (works with systemd) instead of /etc/init.d/fcron More... almost 8 years ago
force background for systemd (e.g. if debug mode enabled) More... almost 8 years ago
recv() returns ssize_t (not size_t) More... almost 8 years ago
fixed typo in install doc More... almost 8 years ago
added my_time() to use the more accurate (at least on recent Linux systems) gettimeofday() where it is available More... almost 9 years ago
added min/max convenience functions More... almost 9 years ago
@-line can now be run every second More... almost 9 years ago
Set From: header on emails. Added mailfrom() option. More... over 9 years ago
change version to 3.2.1 More... over 9 years ago
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/fcron/fcron More... over 9 years ago
updated to-do list More... over 9 years ago