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