]> code.citadel.org Git - citadel.git/blob - webcit/ChangeLog
updated dependencies
[citadel.git] / webcit / ChangeLog
1 1998-12-07 Nathan Bryant <bryant@cs.usm.maine.edu>
2         * Makefile.in: updated dependencies
3
4 Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
5         * Fixed broken interpretation of variables specified in the URL
6         * added new "action" variable to make main loop simpler
7
8 1998-12-06 Nathan Bryant <bryant@cs.usm.maine.edu>
9         * webserver.c: prototype vsnprintf
10         * context_loop.c: warning fix
11
12 1998-12-05 Nathan Bryant <bryant@cs.usm.maine.edu>
13         * tcp_sockets.c: removed some dead code
14         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
15           unused ends of pipes, fix a file descriptor leak and a race condition
16         * portability enhancements
17
18 1998-12-04 Nathan Bryant <bryant@cs.usm.maine.edu>
19         * webserver.c, context_loop.c, webcit.c: add commandline args for host
20           and port
21         * converted to autoconf and began port to Digital UNIX
22         * warning fixes
23         * context_loop.c: moved the monster 64k buffer array off the stack
24         * tcp_sockets.c: getservbyname() doesn't set errno.
25
26 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
27         * webserver.c: warning fix