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