]> code.citadel.org Git - citadel.git/blob - webcit/ChangeLog
portability enhancements
[citadel.git] / webcit / ChangeLog
1 1998-12-05 Nathan Bryant <bryant@cs.usm.maine.edu>
2         * tcp_sockets.c: removed some dead code
3         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
4           unused ends of pipes, fix a file descriptor leak and a race condition
5         * portability enhancements
6
7 1998-12-04 Nathan Bryant <bryant@cs.usm.maine.edu>
8         * webserver.c, context_loop.c, webcit.c: add commandline args for host
9           and port
10         * converted to autoconf and began port to Digital UNIX
11         * warning fixes
12         * context_loop.c: moved the monster 64k buffer array off the stack
13         * tcp_sockets.c: getservbyname() doesn't set errno.
14
15 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
16         * webserver.c: warning fix