* Bug fixes: Fix numerous char array size mismatches, signed/unsigned
[citadel.git] / citadel / tools.h
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-09-30 Michael Hampton* Fix configure mis-detecting libical and zlib and...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-08-21 Art Cancro* Completed self-service list subscription via web.
2002-03-13 Nathan Bryantfix up minor gotcha introduced by fgets change
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2001-12-23 Michael Hampton* tools.c: added parameter to fmt_date() to allow for...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-03 Art Cancro* mime_parser.c: now uses built-in functions to decode...
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-06-06 Art Cancro* Moved memreadline() to tools.c
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-03-19 Art Cancro* Small cosmetic change to date/time output
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-12 Nathan Bryant * Makefile.in: simplified to use pattern rules...