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