Began setting up a second server socket that will be used exclusively for admin utilities
[citadel.git] / citadel / parsedate.c
2012-01-13 Art CancroBegan setting up a second server socket that will be...
2011-11-13 Art CancroVersion number to 8.02 for upcoming release
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-06-05 Wilfried Goesgensrebuilt from .y
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2007-11-21 Dave WestBegun implimentation of a really good thread control...
2007-10-06 Art CancroTest of commit log mailing
2007-10-04 Dave WestThe pid file now contains a valid pid (it used to be 0).
2007-08-10 Art CancroReplaced extract_token() with a completely new
2007-08-05 Dave WestMoved serv_ldap.h back into the main src dir as a tempo...
2007-08-02 Art CancroOptimize num_tokens() to use only one pass through...
2007-07-23 Dave WestCode clean up. Removed #include serv_sieve.h as no...
2007-07-06 Art Cancro* Move to GPL v3
2006-05-22 Art Cancrohtml.c: removed extra newlines entering/exiting blockqu...
2006-03-31 Art CancroRemoved the 'dbdirname' variable in open_databases().
2006-03-23 Art CancroRenamed getline() to ctdl_getline() due to a conflict
2005-12-16 Art Cancro* Include a pre-fixed parsedate.c in the source tree...
2000-03-27 Nathan Bryant * Makefile.in: generate parsedate.c automatically
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-14 Art Cancro* More SMTP implementation
1999-12-14 Art Cancro* New parsedate
1999-12-13 Art Cancro* Removed our naive 'conv_date()' RFC822-to-unixtime...