summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24Update JenkinsfilecruxDaniil Baturin
2019-05-14Create Jenkinsfile cruxKim Hagen
2017-12-08Add systemd supportChristian Poessinger
2017-12-08Add support for Debian packagesChristian Poessinger
2017-12-08Comment adjustmentChristian Poessinger
2017-12-08Remove trailing whitespacesChristian Poessinger
2017-12-08Remove Build Status reference to 'lucasec'Christian Poessinger
2016-07-16Travis CI supportLucas Christian
2016-07-16Update version tagging for gitLucas Christian
2016-07-16Update READMELucas Christian
2016-07-14Allocate sockets on heap to remove limit on number of socketsLucas Christian
2011-09-21Added Makefile target to create release zip files.Darell Tan
2011-09-20Used log_message() more consistently for error messages.Darell Tan
2011-09-20Used kill() instead of getsid() to verify pid, as getsid() may not have been ...Darell Tan
2011-09-21Fixed copyright year - should have been 2011.Darell Tan
2011-09-20Switched to a more manageable version numbering system.Darell Tan
2011-09-19Added tag 1 for changeset ec9b2a264c6c (initial public release)Darell Tan
2011-09-19Concatenate HGVERSION during compile-time, instead of run-time.Darell Tan
2011-09-19Write a pid file to prevent multiple instances.Darell Tan
2011-09-19getopt() prints an error message for us, so we don't have to bother.Darell Tan
2011-01-02Added hg revision tag into executable to allow tracking of versions.Darell Tan
2011-01-02Consistently use log_message() instead of perror() so that errors can be capt...Darell Tan
2011-01-02Replaced code to close() and re-open() fds.Darell Tan
2011-01-02Bugfix: handled condition where select() call was interrupted by SIGTERM and ...Darell Tan
2011-01-02Added Makefile rules to compile debug builds more easily.Darell Tan
2011-01-02Bugfix: daemonize() should be called before sockets are opened.Darell Tan
2011-01-02Initial commit.Darell Tan