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