X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=3ff9e6bf600c9431c83944c4c6d4d9c4249b0c8a;hp=ec9cc3f958cb7396ec9e0e18673ab9e1b103b8b1;hb=152ea9285ef3804783540d46263a7fc9802bc7db;hpb=49f7f9e3dc198c3593021bff5514f19090a4834c diff --git a/ChangeLog b/ChangeLog index ec9cc3f..3ff9e6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-11-09 Carl Worth + + * src/Makefile.am: + * src/ttt.h: + * src/ttt-server.c: (ttt_dispatch), (main): + * src/ttt-socket.h: + * src/ttt-socket.c: (_sockaddr_init), (_wait_for_connection), + (ttt_socket_create_server), (ttt_socket_accept): Push a lot of + code out of ttt-server.c down into a new ttt_socket abstraction + layer. The code is much easier to read now. The server also no + longer exits when the first client exits, but continues to listen + for more connections. + 2005-11-09 Carl Worth * src/ttt-args.h: