* do non-blocking accept()
authorWilfried Göesgens <willi@citadel.org>
Sun, 11 Nov 2007 16:09:45 +0000 (16:09 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 11 Nov 2007 16:09:45 +0000 (16:09 +0000)
commit51086f553bf423b2c94999d7f8239372f774f615
tree85cf638ee6e94a54a5d01dd7447181cf5752577c
parentabd886f65a25c12b160d30d7e7328a05bd2da18a
* do non-blocking accept()
* shut down on HUP instead of TERM; easier to debug.
* kill & free our running sessions on shutdown
webcit/Makefile.in
webcit/context_loop.c
webcit/debian/rules
webcit/sysdep.c [new file with mode: 0644]
webcit/webcit.h
webcit/webserver.c