summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-13added cpe detection for Centos 6Andreas Baumann
2014-12-13some compilation fixes for RHEL-6Andreas Baumann
2014-12-10..Andreas Baumann
2014-12-07proper error handling around worker process killingAndreas Baumann
2014-12-07Merge branch 'master' of ssh://andreasbaumann.dyndns.org:2222/birudaAndreas Baumann
2014-12-07..Andreas Baumann
2014-12-07..Andreas Baumann
2014-12-07passing pid as string in a message, added portable PRIx macro for GPidAndreas Baumann
2014-12-07added started, stopped messages for workerAndreas Baumann
2014-12-07croak about webserver on Windows only if the configuration specifies oneAndreas Baumann
2014-12-07some better worker output reportingAndreas Baumann
2014-12-06using nanomsg 0.5 now on WindowsAndreas Baumann
2014-12-06fixed some segfaults in master when writing output from workersAndreas Baumann
2014-12-05first working version of worker spool files in the masterAndreas Baumann
2014-12-05added output message for worker output sent to master, master prints only deb...Andreas Baumann
2014-12-05better configration testing, added 'data' channelAndreas Baumann
2014-12-04added an autodisp for status for nowAndreas Baumann
2014-12-04fixed termination issues around worker and gio channelsAndreas Baumann
2014-12-04fixed premature freeing of worker data on worker terminationAndreas Baumann
2014-12-04added stopping of workerAndreas Baumann
2014-12-04adde a run time parameter to worktestAndreas Baumann
2014-12-04..Andreas Baumann
2014-12-04implemented system detection on Windows (CPE)Andreas Baumann
2014-12-04..Andreas Baumann
2014-12-04..Andreas Baumann
2014-12-04fix on WindowsAndreas Baumann
2014-12-04added a -F <commandfile> option for easier batch executionAndreas Baumann
2014-12-03handling worker state and modeAndreas Baumann
2014-12-03printing output of workerAndreas Baumann
2014-12-03..Andreas Baumann
2014-12-03..Andreas Baumann
2014-12-03..Andreas Baumann
2014-12-03start only requested workerAndreas Baumann
2014-12-03worker works on WindowsAndreas Baumann
2014-12-03..Andreas Baumann
2014-12-03added some worker and port config checksAndreas Baumann
2014-12-03building also workertest.exe on WindowsAndreas Baumann
2014-12-03made worker compile on Windows (with glib), doesn't work yetAndreas Baumann
2014-12-03moved cli part of biruda to a separate moduleAndreas Baumann
2014-12-01..Andreas Baumann
2014-12-01changed worker thread into a detached thread, there is no place inAndreas Baumann
2014-12-01..Andreas Baumann
2014-12-01using a dedicated orker thread to drive the glib main loop, detectingAndreas Baumann
2014-11-30playing with glib main loop and eventsAndreas Baumann
2014-11-30trying to catch termination of worker, but the glib main loop would be needed,Andreas Baumann
2014-11-30updating worker state now in master from coordinator state messagesAndreas Baumann
2014-11-30worker data (glib-specific) is stored in worker structuresAndreas Baumann
2014-11-29first starting workerAndreas Baumann
2014-11-29implemented coordinator part of starting a workerAndreas Baumann
2014-11-29fixed POST in http_libAndreas Baumann