]> git.cworth.org Git - ttt/commit
2005-11-08 Carl Worth <cworth@cworth.org>
authorCarl Worth <carl@theworths.org>
Tue, 8 Nov 2005 18:03:08 +0000 (18:03 +0000)
committerCarl Worth <carl@theworths.org>
Tue, 8 Nov 2005 18:03:08 +0000 (18:03 +0000)
commit2cd70db8433cc9d02a4ca784190260889c835198
tree7cd093030d9a631bcd1c9325b1850ac2a1bf7bd1
parent80c3009d01077a141a0803267a1f0aff217ed61c
2005-11-08  Carl Worth  <cworth@cworth.org>

        * src/ttt.h:
        * src/ttt-server.c: (_sockaddr_init), (_wait_for_connection),
        (main): Add socket, bind, listen, accept calls to provide a
        simple, functional, one-shot server demonstration.

        * src/x.h:
        * src/x.c: (xsocket), (xbind), (xlisten), (xfcntl), (xselect): Add
        more wrapped system calls.
ChangeLog
src/ttt-server.c
src/ttt.h
src/x.c
src/x.h