Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06config.h needs to be included earlier.Bryan Drewery
2020-04-24GCC 10 wrongly thinks pfh is used uninitializedBryan Drewery
2020-04-24Remove unused variable 'a'Bryan Drewery
2015-04-18Fix warningBaptiste Daroussin
2014-11-15StyleBaptiste Daroussin
2014-11-15By default close the connection on the clientBaptiste Daroussin
2014-11-15Log the configuration reloadBaptiste Daroussin
2014-11-15Allow downgrade of poudrieredBaptiste Daroussin
2014-11-15StyleBaptiste Daroussin
2014-11-15Add operation exit to disconnect a clientBaptiste Daroussin
2014-11-15Factorise a bit by using send_ok()Baptiste Daroussin
2014-11-15Make the daemon self restart if its binary has changed and nothing is runningBaptiste Daroussin
2014-11-15Use openpty(3) for STDINBaptiste Daroussin
2014-11-15Log failure to open logfileBaptiste Daroussin
2014-11-15Use setproctitle to ease debugBaptiste Daroussin
2014-11-15Validate arguments are passed as a stringBaptiste Daroussin
2014-11-15Ensure argv is always NULL terminatedBaptiste Daroussin
2014-11-15Add the error message to the logBaptiste Daroussin
2014-11-15Cleanup the running state if could not run poudriereBaptiste Daroussin
2014-11-15No need to communicate in non blocking mode + add an option to runBaptiste Daroussin
2014-09-30poudriered: Handle case where O_NONBLOCK cannot be set.Bryan Drewery
2014-09-30poudriered: Handle case where /dev/null is missingBryan Drewery
2014-08-26Some style fixesBaptiste Daroussin
2014-04-25poudriered: Allow world to read poudriere.pidBryan Drewery
2014-04-23Update to libucl 0.4.0, adapt poudrieredBaptiste Daroussin
2014-03-23Detect strftime_l(3) and only use if availableBryan Drewery
2014-03-16Bryan also has a copyright on poudriered.cBaptiste Daroussin
2014-03-16Add licenseBaptiste Daroussin
2014-02-27Do not add empty arguments to argvBaptiste Daroussin
2014-02-21Make queueing a command asynchronousBryan Drewery
2014-02-21Fix permission checking for commands by checking the actual value iteratedBryan Drewery
2014-02-21Fix fd leak if posix_spawn(3) failsBryan Drewery
2014-02-21Avoid ucl_iterate_object(NULL)Bryan Drewery
2014-02-21Avoid close(-1) when accept(2) returns -1Bryan Drewery
2014-02-21Check return value of chmod(2)Bryan Drewery
2014-02-20Remove unused variableBaptiste Daroussin
2014-02-20Fix arguments not being passed to commandBryan Drewery
2014-02-20Fix potential memory leakBryan Drewery
2014-02-20Support SIGHUP in poudriered and add reload to rc scriptBryan Drewery
2014-02-20Ignore SIGPIPEBryan Drewery
2014-02-20Style cleanupBryan Drewery
2014-02-20Fix typoBryan Drewery
2014-02-20Only reread socket on EV_EOFBryan Drewery
2014-02-20Add a pidfile via pidfile_open(3) and always recreate socketBryan Drewery
2014-02-20kqueue(2) can return EV_EOF with data still pending, do an extra read to avoi...Bryan Drewery
2014-02-20Log commands sentBryan Drewery
2014-02-20Move libucl to external/Bryan Drewery
2014-02-18Fix build with gcc and styleBryan Drewery
2014-02-18Avoid using tok_str and linking to libedit and libncurses just to split accor...Baptiste Daroussin
2014-02-18Only try to create directory if a logfile has been givenBaptiste Daroussin