* Holy war on strlen: use IsEmptyStr where apropriate.
[citadel.git] / citadel / tools.c
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-08-03 Art CancroWebCit 7.13
2007-08-02 Art CancroOptimize num_tokens() to use only one pass through...
2007-06-19 Art CancroRewrote safestrncpy() using our own code instead of...
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2006-12-30 Wilfried Göesgens* encode message subjects in rfc2047 style if they...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-11 Art Cancro* Attempt to fix broken build of our replacement strcpy...
2005-06-06 Art Cancro* Made some changes to the calendar/uuid logic to fix...
2005-06-02 Art Cancro* tools.c: generated uuid's no longer contain "{" and...
2005-05-20 Art Cancro* Dramatically improved the time it takes to goto ...
2005-04-22 Art Cancro* is_msg_is_mset() has been renamed to is_msg_in_sequen...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-01-26 Art Cancro* When saving calendar items, if the vCalendar object...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2004-12-01 Art Cancro* tools.c: don't crash when striplt() is called with...
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-02-20 Art Cancro* Removed our customized tmpnam() and tmpfile() because...
2003-11-12 Art Cancro* Minor fix to above
2003-11-12 Art Cancro* Replaced bmstrcasestr() with a more generic function...
2003-10-07 Art Cancro* Better handling of incoming Internet addresses consis...
2003-07-27 Art Cancro* Implemented all IMAP date-based search criteria....
2003-07-26 Art Cancro* Implemented a bunch of the IMAP SEARCH keywords
2003-07-26 Art Cancro* tools.c: added bmstrcasestr(), a Boyer-Moore, case...
2003-04-15 Art Cancro* Do not allow incoming network polls while an outbound...
2003-04-01 Art Cancro* sysdep.c: optimized MyContext() a bit, and inlined...
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-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-08-24 Art Cancro* Bugfixes
2002-08-21 Art Cancro* Completed self-service list subscription via web.
2002-06-29 Michael Hampton* tools.c: Massively faster versions of extract_token...
2002-03-26 Nathan Bryant * support autoconf 2.53
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
2002-01-19 Michael Hampton* fix link for libcitserver.so to tools.o which I broke...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-13 Art Cancro* Allow incoming SMTP to relay to other Citadel nodes...
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-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-06-06 Art Cancro* Moved memreadline() to tools.c
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
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...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-11-09 Art Cancro* tools.c: striplt() strips all whitespace, not just...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-08 Art Cancro* Another minor stoopid little time display fix
2000-04-07 Art Cancro* Fixed am/pm bug in time display
2000-03-19 Art Cancro* Small cosmetic change to date/time output
2000-03-18 Art Cancro* 5.70b1
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
1999-12-14 Art Cancro* More SMTP implementation
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-29 Art Cancro* serv_vcard.c: fixed crashola bug in cmd_greg()
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...