* Removed the gzip compression stuff due to bugs in Internet Explorer.
[citadel.git] / webcit / context_loop.c
2002-09-27 Art Cancro* Removed the gzip compression stuff due to bugs in...
2002-09-15 Art Cancro* Duh. I don't need to twiddle CFLAGS when autoconf...
2002-09-14 Art Cancro* Backed out compression of inlines -- not all browsers...
2002-09-14 Art Cancro* Finished gzip compression of dynamic pages (when...
2002-09-13 Art Cancro* Detect when the client browser is capable of gzip...
2002-08-22 Art Cancro* 'unsubscribe' command (but not 'confirm unsubscribe')
2002-08-16 Art Cancro* I think I've finally nailed the 'no session' pages...
2002-08-14 Art Cancro* List subscription (not finished)
2002-05-09 Art Cancro* Began working on address book view
2002-05-08 Art Cancro* Preferences framework
2002-01-24 Michael Hampton* Trace file using lprintf() similarly to citserver
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2001-09-25 Art Cancro* Fix for WebCit servers running on port 80: detect...
2001-06-22 Art Cancro* A few performance and tuning cleanups. Increased...
2001-05-22 Art Cancro* Another attempt to fix the fd leak
2000-04-20 Art Cancro* tcp_sockets.c: changed memcpy() to memset() in tcp_co...
1999-12-23 Art Cancro* Changed session cookie from hexadecimal encoding...
1999-12-12 Art Cancro* get http request: clear hold buffer before starting...
1999-12-07 Art Cancro* Better (non fireworks display mode) handling of broke...
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-04 Art Cancro* Finished the overhaul. Now to tune...
1999-12-03 Art Cancro* Removed some pseudocode
1999-12-03 Art Cancro* BROKEN BUILD. Wrote most of the session removal...
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-06-30 Art CancroAdded support for "robots.txt" telling spiders to go...
1999-06-22 Art Cancrocontext_loop.c: rearranged some code to try to eliminat...
1999-06-03 Art Cancro * Ditched the frames mode completely. It wasn...
1999-05-08 Art Cancrowebserver.c: added "-t" option to send traces somewhere...
1999-04-28 Art Cancro * context_loop.c: display an error page if...
1999-03-18 Art Cancro * webcit.c: modified getz() to *exit* the progr...
1999-03-07 Art Cancroroomops.c: in room list, print a   in otherwise...
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-03-07 Art Cancro * webcit.c: added to getz() the ability to...
1999-02-24 Nathan Bryant * context_loop.c: warning fix
1999-01-31 Art CancroResolve the name of the connecting host and pass it...
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-10 Art CancroLotsa stuff. See ChangeLog for details.
1999-01-04 Art Cancro * Added "enter registration"
1998-12-27 Art Cancrodunno ... what did I do?
1998-12-13 Art Cancro * Ignore SIGPIPE; this seems to magically make...
1998-12-13 Art Cancroremove extra diagnostic
1998-12-13 Art CancroCheck for dead webcit child process before each transac...
1998-12-13 Art Cancrocontext_loop.c: Moved "remove session" into its own...
1998-12-10 Nathan Bryant * context_loop.c: really fix the SO_LINGER...
1998-12-10 Art CancroSet up login banner graphic and background image graphic
1998-12-10 Art Cancroweird stuff regarding that trailing CRLF
1998-12-09 Art Cancro * context_loop.c: After fork(), child process...
1998-12-09 Nathan Bryant* context_loop.c, webserver.c, webserver.h: SO_LINGER...
1998-12-09 Art Cancro * Smoothed out some of the login/logout code...
1998-12-08 Art Cancrocosmetic
1998-12-08 Art Cancro * Discovered that the HTTP socket problem is...
1998-12-07 Art Cancro * Did a little debugging, still trying to figur...
1998-12-06 Nathan Bryant* context_loop.c: warning fix
1998-12-05 Nathan Bryantportability enhancements
1998-12-05 Nathan Bryant * tcp_sockets.c: removed some dead code
1998-12-05 Nathan Bryant * context_loop.c: moved the monster 64k buffer...
1998-12-05 Nathan Bryant * converted to autoconf and began port to Digit...
1998-12-04 Nathan Bryant * webserver.c, context_loop.c, webcit.c: add...
1998-12-04 Art CancroGot webcit-initiated session cleanups to work properly.
1998-12-03 Art CancroFixed the locks, though I'm not sure I did it correctly.
1998-12-03 Art Cancrohmm
1998-11-30 Art Cancrowe still have a problem
1998-11-25 Art Cancrohandled unpacking of multiple cookies coming in on...
1998-11-25 Art Cancrohandled content
1998-11-25 Art Cancrogot a basic framework for content working
1998-11-24 Art Cancrostarted on the static loader stuff
1998-11-24 Art CancroInitial revision