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