]> git.itanic.dy.fi Git - rrdd/history - process.h
onewire_parser.c: Fix compiler warnings about string lengths
[rrdd] / process.h
2020-10-11 Timo Kokkonenprocess: Introduce notify_job_request()
2020-10-11 Timo Kokkonenregister_event_handler: Make also modifications and...
2019-08-22 Timo KokkonenRefactor mutex code to utils.h
2017-01-14 Timo KokkonenImprove mutex debugging prints
2016-07-09 Timo Kokkonenrrdtool.c: Suppress compiler warnings with a cast
2016-07-09 Timo Kokkonenprocess: Remove fork based concurrenct management
2016-07-09 Timo KokkonenMerge branch 'master' of /home/git/rrdd
2016-07-08 Timo Kokkonenprocess.c: Introduce work queues
2016-07-08 Timo Kokkonenprocess: Add debug wrappers for pthread mutex operations
2012-10-11 Timo Kokkonenprocess: Implement event handling infrastructure
2012-05-12 Timo KokkonenRename init_max_jobs() to init_jobcontrol()
2012-04-15 Timo Kokkonenprocess.c: Implement support for limiting number of...
2012-04-15 Timo Kokkonenprocess: Remove get_sibling_count()
2008-05-21 Timo KokkonenRename get_process_count() to get_sibling_count()
2008-05-21 Timo KokkonenCount number of sibling processes
2008-05-18 Timo KokkonenImprove piped process executing
2008-04-06 Timo KokkonenFix count number of children correctly
2008-04-06 Timo KokkonenMove all fork operations to do_fork() functino
2008-03-31 Timo KokkonenAdd support for executing process while piping std...
2008-03-30 Timo KokkonenInitial comit