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