From: Gonzalo A. <ga...@us...> - 2006-09-08 17:37:33
|
Update of /cvsroot/mod-c/ehtml In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30224 Modified Files: ChangeLog Log Message: Reflected latest rework. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-c/ehtml/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 8 Sep 2006 13:55:43 -0000 1.3 --- ChangeLog 8 Sep 2006 17:37:29 -0000 1.4 *************** *** 1,2 **** --- 1,26 ---- + + 2006-09-08 Gonzalo A. Arana <gon...@gm...> + * configure: Added support for doxygen (--enable-doxygen). + * Session managment: shifted from mod_c to EHTML. There are three classes + now: Session, SessionDriver (for session storage), and SessionIDDriver + -for session ID generation-. This is a major rework. + * ehtml_random: Prepared EHTML for a possible better random number + generator than the one provided by libc. + * Wrote {url,hex,base64}{en,de}code (Common.cpp). + + 2006-08-25 Gonzalo A. Arana <gon...@gm...> + * cosmetic change: define RDEBUG & SDEBUG macros. + * cosmetic change: cached_ehtml is renamed to ehtml_rec. + * ehtml_rec has two new fields: mtime & size (used for auto-reloading). + * lib_cache: PutEHTMLIntoCache changes its signature (add ehtml_rec). + * lib_cache: removed GetEHTMLEntry. + * lib_cache: added LoadEHTMLFile (like GetEHTMLEntry, but uses ehtml_rec). + * lib_cache: defined LoadAndCacheEHTML. + * lib_cache functions smaller. + * mod_c.c: defined c_[sdp]config() to get mod_c configuration. + * mod_c.c: CHandler: changed behaviour, supporting auto cache & + auto-refreshing ehtml files. + * mod_c.c: cosmetic change in command record definitions. + 2006-01-07 Matej Urbas <mat...@gm...> * EHTML: |