Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / cookie_conversion.c
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...
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...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art Cancrocosmetic stuff
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
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-10 Wilfried Göesgens* remove xtoi, its not used anymore.
2010-01-10 Wilfried Göesgens* fix server cookie feature
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-09-24 Wilfried Göesgens* cut all left of webcit= from cookies
2008-09-21 Wilfried Göesgens* in higher optimization levels the gcc CPP fails to...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-05-05 Wilfried Göesgens* sanitize cookie stuff
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-01-13 Wilfried Göesgens* more witchhunt on sprintf
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-03-10 Art CancroWhen re-creating an expired session, re-use the
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2004-06-01 Art Cancro* Hmmph. Do the session cookie as hex instead of base6...
2004-05-31 Art Cancro* Added "|END" to the session cookie before base64...
2003-04-30 Art Cancro* Added the ability to compose messages with file attac...
2002-09-15 Art Cancro* Changed decode_base64() to CtdlDecodeBase64() to...
2002-03-19 Art Cancro* Brought over yet another new version of the MIME...
2001-12-03 Art Cancro* Brought over an update of the MIME parser from Citadel.
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
1999-12-23 Art Cancro* Changed session cookie from hexadecimal encoding...
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-06-03 Art Cancro * Ditched the frames mode completely. It wasn...
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-10 Art Cancrolotsa stuff