lib: Fixed minor bug in expandargs.
[ashd.git] / lib / cf.c
2015-08-05 Fredrik Tolflib: Fixed minor bug in expandargs.
2014-10-14 Fredrik Tolflib: Improved EAGAIN reporting friendliness further.
2014-03-02 Fredrik Tolflib: Fixed lingering stdchild bug.
2014-03-02 Fredrik TolfMerge branch 'master' of fludd.seatribe.se:/usr/local...
2014-02-27 Fredrik Tolflib: Removed nested functions from all required parts...
2014-01-06 Fredrik Tolflib: Log EGAINs again, but attempt to do so sparingly.
2014-01-06 Fredrik TolfMerge branch 'py-reserve'
2014-01-05 Fredrik Tolflib: Don't log mere EAGAINs.
2014-01-05 Fredrik Tolflib: Properly use error from the restarted child, in...
2014-01-02 Fredrik Tolflib: Added environment-variable expansion for stdchild...
2013-07-14 Fredrik Tolflib: Fixed stdinit bug.
2013-07-14 Fredrik Tolflib: Added ability to set environment variables in...
2013-03-23 Fredrik Tolflib: Add $HOME/.ashd/etc to the directories to search...
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-01-15 Fredrik Tolflib: Preserve error properly across flog.
2013-01-15 Fredrik Tolflib: Don't close children on mere EAGAINs, but fail...
2013-01-15 Fredrik Tolflib: Use nonblocking-behavior forwarding explicitly...
2011-01-28 Fredrik Tolflib: Added more indirection for child handling.
2010-10-23 Fredrik Tolflib: Check for ECONNRESET as well to detect crashed...
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-08-30 Fredrik Tolfdirplex: Made it easier to include configuration "modules".
2010-08-25 Fredrik TolfAdded global config files to dirplex and patplex.
2010-08-25 Fredrik TolfFixed config parsing bug.
2010-08-24 Fredrik TolfMade non-absolute included filenames relative to the...
2010-08-24 Fredrik TolfFixed return bug in childhandle.
2010-08-24 Fredrik TolfAdded a generic config parser/child handler and used...