]> git.itanic.dy.fi Git - rrdd/history - process.c
rrdtool: get_last_update: Fix file descriptor leak
[rrdd] / process.c
2020-10-25 Timo Kokkonenprocess: Downgrade mutex contention prints
2020-10-25 Timo Kokkonenrun_piped: Fix file descriptor leak on pipe() fail.
2020-10-11 Timo Kokkonenprocess: Introduce notify_job_request()
2020-10-11 Timo Kokkonenregister_event_handler: Make also modifications and...
2020-10-10 Timo Kokkonenprocess: tun_piped_stream: stdout stream should be...
2017-01-14 Timo KokkonenImprove mutex debugging prints
2017-01-14 Timo Kokkonenworker_thread: Drop process priority when executing...
2016-10-28 Timo Kokkonenutils.h: min() max() cleanup
2016-07-10 Timo Kokkonenprocess: Trivial typo fix
2016-07-09 Timo Kokkonenprocess: Handle threads dynamically
2016-07-09 Timo Kokkonenprocess: Remove fork based concurrenct management
2016-07-09 Timo Kokkonenrun_work_on_queue: Remove excess debug print
2016-07-09 Timo Kokkoneninit_job_control: Suppress compiler warning
2016-07-09 Timo Kokkonenprocess: Remove signal handler completely
2016-07-09 Timo KokkonenMerge branch 'master' of /home/git/rrdd
2016-07-09 Timo Kokkonenprocess: Make run() execute synchronously
2016-07-09 Timo KokkonenConvert rrdtool to use work queues instead of forks
2016-07-08 Timo Kokkonenprocess.c: Introduce work queues
2016-07-08 Timo Kokkonenprocess: Add debug wrappers for pthread mutex operations
2016-07-08 Timo Kokkonenprocess.c: Trivial white space cleanup
2014-10-28 Timo Kokkonenprocess: run: Fix bug with multi-line prints
2014-10-26 Timo KokkonenMerge remote-tracking branch 'origin/master'
2014-09-09 Timo Kokkonenprocess.c: Reduce maximum number of parallel jobs on...
2012-11-30 Timo KokkonenRemove excess debug prints from default trace level
2012-10-28 Timo Kokkonenjobcontrol: Fork bomb prevental
2012-10-11 Timo Kokkonenprocess: Implement event handling infrastructure
2012-10-01 Timo Kokkonenprocess: request_fork: Ensure function parameter is...
2012-06-27 Timo Kokkonenprocess: Print process output through the debug macros
2012-06-27 Timo Kokkonenprocess: Fix bug with child processes stuck forever...
2012-05-15 Timo Kokkonenprocess: Replace racy SIGCHLD handler with signalfd
2012-05-15 Timo Kokkonenprocess: Improve harvest_zombies
2012-05-13 Timo Kokkonenprocess.c: Factor out job request handling
2012-05-12 Timo Kokkonenprocess.c: Move epoll initialization into init_jobcontrol()
2012-05-12 Timo KokkonenRename init_max_jobs() to init_jobcontrol()
2012-04-15 Timo Kokkonenprocess: sigchild_handler: Only call waitpid()
2012-04-15 Timo Kokkonenprocess.c: Implement support for limiting number of...
2012-04-15 Timo Kokkonenprocess.c: Remove the rest of the printf() calls
2012-04-15 Timo Kokkonenprocess: Remove get_sibling_count()
2012-04-14 Timo KokkonenRemove redundant strerror usage
2012-04-14 Timo Kokkonenprocess: Improve error handling
2011-03-11 Timo Kokkonenprocess.c: Ensure stderr gets read after process has...
2008-05-21 Timo KokkonenPrint which command is to be executed
2008-05-21 Timo KokkonenRename get_process_count() to get_sibling_count()
2008-05-21 Timo KokkonenCount number of sibling processes
2008-05-21 Timo KokkonenOpen read streams for reading
2008-05-18 Timo KokkonenImprove piped process executing
2008-04-06 Timo KokkonenFix count number of children correctly
2008-04-06 Timo KokkonenMake all debug output go through wrappers
2008-04-06 Timo KokkonenMove all fork operations to do_fork() functino
2008-04-03 Timo KokkonenAdd fork debug and clear any child's child_count to...
2008-04-01 Timo KokkonenRemove debug output
2008-03-31 Timo KokkonenAdd support for executing process while piping std...
2008-03-30 Timo KokkonenInitial comit