Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / fmt_date.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2022-04-20 Art CancroMeow meow! Applied patches sent by LadySerenaKitty...
2012-09-03 Wilfried Goesgenswebcit_fmt_date: return length of generated string
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-02-22 Art CancroRevert "Remove ENABLE_NLS definition. Either we HAVE_U...
2012-02-22 Art CancroRemove ENABLE_NLS definition. Either we HAVE_USELOCALE...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2009-08-01 Wilfried Göesgens* fix bug in locale declaration array (missing ,)
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-03-17 Wilfried Göesgens* webcit part of michael meskes full day calendar patch...
2009-03-07 Wilfried Göesgens* add Michael Meskes patch: make time in task due dates...
2009-02-10 Wilfried Göesgens* two more unneccesary todos..
2009-02-10 Wilfried Göesgens* add name of callback hook for logging (yes, I LOVE...
2009-01-21 Art Cancro* If the user has not selected a time format, make...
2009-01-21 Art Cancro* fmt_time() in 24-hour mode, no leading space
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-09-29 Art CancroDate picker is now localized to the currently selected
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-08 Wilfried Göesgens* sanitize accesses, so valgrind doesn't moan of uninit...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-11 Wilfried Göesgens* this doesn't look smart, but the CPP doesn't offer...
2008-03-30 Wilfried GöesgensENABLE_NLS must wrap HAVE_USELOCALE, else configure...
2008-02-24 Wilfried Göesgens* use default configure options to find threadsafe...
2008-02-09 Art CancroAttempt to fix httpdate_to_timestamp() on freebsd
2008-02-08 Art CancroOops, applied that timezone offset in the wrong directi...
2008-02-08 Art Cancrohttpdate_to_datestamp() no longer needs to temporarily
2008-01-19 Art CancroAha! Finally found the culprit. Someone (possibly...
2008-01-15 Wilfried Göesgens* use snprintf
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-28 Dave WestFixed the last instance where the time format doesn...
2007-10-13 Art CancroRewrote the multi day event code using only the
2007-10-11 Wilfried Göesgens* for some reason copying an event from our calendar...
2007-10-01 Wilfried Göesgens* move to config-header similar to citserver.
2007-09-25 Wilfried Göesgens* honor 24 / am/pm setting in the bubbles and some...
2007-09-06 Wilfried Göesgens* fetching the 12/24 Hours switch from config over...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-16 Art CancroLocalization hacks.
2006-02-13 Art CancroRemoved monthname() and replaced with proper strftime...
2006-02-12 Art CancroMore conversion of date/time strings to strftime-based...
2006-02-12 Art CancroBegan moving date outputs to strftime_l()
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-28 Art CancroAll month names and weekday names are now sourced from...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2005-09-17 Art Cancro* fmt_date.c: changes to "brief" mode. It now displays...
2005-08-19 Michael HamptonRSS: Update debugging messages
2005-08-19 Michael HamptonFix lingering timezone problem in If-Modified-Since
2005-08-19 Michael HamptonIf-Modified-Since is now working properly.
2005-08-19 Michael HamptonClean up the RSS feed. Attempt to read If-Modified...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-24 Art Cancro* Added a "preferences and settings" screen for each...