summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add linker dep to librtHEADmasterChristian Pointner2015-09-241-0/+2
* updated manpageChristian Pointner2015-09-233-3/+14
* added minimum runtime for clients in kill-oldest policyChristian Pointner2015-09-235-17/+106
* refactored some function namesChristian Pointner2015-09-233-10/+10
* fixed exit code after signalChristian Pointner2015-09-212-19/+18
* added debian dir and fixed initscrptChristian Pointner2015-09-219-2/+83
* improved install routines (added systemd service unit and initscriptChristian Pointner2015-09-218-22/+235
* fixed path to examples dirChristian Pointner2015-09-201-1/+1
* fixed memory erree due to deactivated command sockChristian Pointner2015-09-201-1/+1
* added Readme and updated manpageChristian Pointner2015-09-204-7/+122
* fixed race condition between killing processesChristian Pointner2015-09-172-7/+20
* move children to own process group and kill the whole groupChristian Pointner2015-09-171-3/+10
* implemented children policiesChristian Pointner2015-09-174-16/+28
* added option for children policyChristian Pointner2015-09-174-19/+50
* added debug optionChristian Pointner2015-09-173-7/+24
* finally add manpageChristian Pointner2015-09-161-0/+203
* renamed rhdropbox to dropnrollChristian Pointner2015-09-1632-650/+363
* removed debian dirChristian Pointner2015-09-1632-316/+6
* make prefix variable more standard compliantChristian Pointner2015-05-121-1/+1
* added gitignoreChristian Pointner2015-01-301-0/+6
* fixed debian changelogChristian Pointner2010-10-041-0/+1
* updated debian changelogChristian Pointner2010-10-041-0/+7
* ignoring SIG_CHLD and SIG_PIPE by defaultChristian Pointner2010-10-031-2/+9
* fixed memory error at client handlingChristian Pointner2010-10-011-1/+2
* increased sndbuf for unix socketsChristian Pointner2010-04-261-0/+2
* updated debian packing infoChristian Pointner2010-02-162-6/+10
* adding directories from -d|--dir argument to watch list at startupChristian Pointner2010-02-163-47/+204
* added -d|--dirs parameter to options parserChristian Pointner2010-02-114-30/+50
* fixed/updated manpageChristian Pointner2010-02-112-6/+12
* added --max-children to options parserChristian Pointner2010-02-113-0/+16
* fixed close after recv errorChristian Pointner2009-12-301-1/+1
* fixed buildChristian Pointner2009-12-301-1/+1
* no return code at add_remove (not closing at error)Christian Pointner2009-12-301-15/+8
* added end of watch list markerChristian Pointner2009-12-241-5/+10
* fixed permissions at initscriptChristian Pointner2009-12-241-0/+1
* updated debian packagingChristian Pointner2009-12-192-3/+5
* fixed manpage problemChristian Pointner2009-12-194-3/+232
* removed useless newfile.sh sampleChristian Pointner2009-12-161-15/+0
* added sample configChristian Pointner2009-12-163-0/+50
* added debian packaging directoryChristian Pointner2009-12-1611-1/+296
* added install target to MakefileChristian Pointner2009-11-252-3/+104
* added manpage Christian Pointner2009-11-243-1/+188
* added file size parameter to script executionChristian Pointner2009-11-242-3/+18
* improved log-levels for various messagesChristian Pointner2009-11-233-7/+8
* fixed loglevel for notice message about added/removed directoriesChristian Pointner2009-11-231-1/+1
* added asynchronous script executionChristian Pointner2009-11-235-63/+199
* fixed typo at include guardsChristian Pointner2009-11-236-12/+12
* script gets called nowChristian Pointner2009-11-222-1/+18
* sent events to status listenersChristian Pointner2009-11-221-11/+13
* send status of watch list to status listenersChristian Pointner2009-11-221-19/+37