index
:
mdns-repeater.git
crux
equuleus
master
Forked from https://bitbucket.org/geekman/mdns-repeater/ (Mercurial). (mirror of https://github.com/vyos/mdns-repeater.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2017-12-08
Add systemd support
Christian Poessinger
2017-12-08
Add support for Debian packages
Christian Poessinger
2017-12-08
Comment adjustment
Christian Poessinger
2017-12-08
Remove trailing whitespaces
Christian Poessinger
2017-12-08
Remove Build Status reference to 'lucasec'
Christian Poessinger
2016-07-16
Travis CI support
Lucas Christian
2016-07-16
Update version tagging for git
Lucas Christian
2016-07-16
Update README
Lucas Christian
2016-07-14
Allocate sockets on heap to remove limit on number of sockets
Lucas Christian
2011-09-21
Added Makefile target to create release zip files.
Darell Tan
2011-09-20
Used log_message() more consistently for error messages.
Darell Tan
2011-09-20
Used kill() instead of getsid() to verify pid, as getsid() may not have been ↵
Darell Tan
compiled into uClibc.
2011-09-21
Fixed copyright year - should have been 2011.
Darell Tan
2011-09-20
Switched to a more manageable version numbering system.
Darell Tan
2011-09-19
Added tag 1 for changeset ec9b2a264c6c (initial public release)
Darell Tan
2011-09-19
Concatenate HGVERSION during compile-time, instead of run-time.
Darell Tan
2011-09-19
Write a pid file to prevent multiple instances.
Darell Tan
2011-09-19
getopt() prints an error message for us, so we don't have to bother.
Darell Tan
2011-01-02
Added hg revision tag into executable to allow tracking of versions.
Darell Tan
See http://mercurial.selenic.com/wiki/KeywordPlan
2011-01-02
Consistently use log_message() instead of perror() so that errors can be ↵
Darell Tan
captured to syslog.
2011-01-02
Replaced code to close() and re-open() fds.
Darell Tan
2011-01-02
Bugfix: handled condition where select() call was interrupted by SIGTERM and ↵
Darell Tan
doesn't shutdown.
2011-01-02
Added Makefile rules to compile debug builds more easily.
Darell Tan
2011-01-02
Bugfix: daemonize() should be called before sockets are opened.
Darell Tan
2011-01-02
Initial commit.
Darell Tan