see full message -- safe signal/lifetime/glib code
authorkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 07:11:07 +0000 (02:11 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 07:11:07 +0000 (02:11 -0500)
commit3eb1ef91aacdff3ee2dda5973d844e2875297415
tree674d774227c8a046f6c5b11a06c3c41559f95d35
parentb2806fef0795bf6f894b5aa17d4e78fe6381da83
see full message -- safe signal/lifetime/glib code

this unusually dense commit is the product of me using hostnamed as a
prototyping bed, you should instead follow the next numbered series of
commits to proceed this one, as they are the same changes but made
incrementally and gradually across the other three interfaces.

added:
 * proper lifetime handling, everything coordinated in a gmainloop such that
   daemons don't clean their memory twice or trip over the last instance's unclosed
   file descriptors, etc.

 * threadsafe unix termination signal handling

 * more intuitive runtime, daemons immidietly either start up perfectly and print
   a verification or crash and print a reason/probable solution

 * some bugfixes detailed in further individual commits
src/interfaces/hostnamed/hostnamed.c
src/interfaces/hostnamed/hostnamed.h [new file with mode: 0644]