]> mj.ucw.cz Git - libucw.git/history - ucw/daemon.c
Build: Added support for custom PKG_CONFIG_PATH in UCW::Configure::PkgConfig().
[libucw.git] / ucw / daemon.c
2015-01-16 Martin MaresMerge branch 'dev-xtypes'
2014-10-10 Pavel CharvatDaemon: Use pipe instead of fcntl lock to synchronize...
2014-10-09 Pavel CharvatDaemon: Fixed races in previous commit.
2014-10-09 Pavel CharvatDaemon: Fixed invalid permissions and some races when...
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-03-10 Martin MaresDaemon: Make user/group switching available separately
2012-07-25 Jan 'Moskyt' MatejkaDaemon: added missing includes
2012-07-18 Martin MaresDaemon: Added DAEMON_FLAG_SIMULATE
2012-07-18 Martin MaresDaemon: Better toy daemon
2012-07-18 Martin MaresDaemon: Split to daemonization and control parts
2012-07-18 Martin MaresDaemon: daemon_control() finished
2012-07-17 Martin MaresDaemon: Basics of daemon control (incomplete)
2012-07-17 Martin MaresDaemon: Reverted to one-level locking and added bits...
2012-07-17 Martin MaresDaemon: Correct locking
2012-07-12 Martin MaresDaemon: An attempt at daemonization helper