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