X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=ec9cc3f958cb7396ec9e0e18673ab9e1b103b8b1;hp=08b40e2e579d807f81be9e5f4da27a4855afd89e;hb=49f7f9e3dc198c3593021bff5514f19090a4834c;hpb=80c3009d01077a141a0803267a1f0aff217ed61c diff --git a/ChangeLog b/ChangeLog index 08b40e2..ec9cc3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-11-09 Carl Worth + + * src/ttt-args.h: + * src/ttt-args.c: (ttt_args_help), (ttt_args_parse): Add support + for -h,--host, -p,--port, and --log-file command-line arguments. + + * src/ttt-server.c: (main): Use host, port, and log-file + command-line arguments. + + * src/ttt-client.c: (main): Track change in signature of + ttt_args_parse. + + * src/x.h: + * src/x.c: (xfdopen), (xfreopen): More wrappers. + +2005-11-08 Carl Worth + + * 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. + 2005-11-07 Carl Worth * src/ttt.h: Grab some useful definitions from wdo.h: