Moved to new module init structure.
[citadel.git] / citadel / serv_bio.c
2007-07-26 Dave WestMoved to new module init structure.
2007-07-15 Wilfried Göesgens* added a comment infront of the svn modifieable return...
2006-02-17 Wilfried Göesgenscitadel_dirs wasn't used here yet, which caused lhfs...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2003-07-15 Art Cancro* Final bit of patching for the IPGM exploit. Random...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-01-28 Michael Hampton * serv_bio.c: RBIO now also returns stats about a...
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-03-17 Art Cancro* Moved bio-related commands out to a loadable module