[Citadel Development] Citadel commit log: revision 7519

2009-05-31 Thread dothebart
r7519 | dothebart | 2009-05-31 18:48:05 -0400 (Sun, 31 May 2009) | 3 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/tcp_sockets.c * remove duplicate callback code * shrink http read buffers on detac

[Citadel Development] Citadel commit log: revision 7518

2009-05-31 Thread dothebart
r7518 | dothebart | 2009-05-31 18:46:15 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * add function to shrink empty StrBufs so they don't per

[Citadel Development] Citadel commit log: revision 7517

2009-05-31 Thread dothebart
ok, now one thread equals one ParsedHttpHdrs; buffers are reused. HdrRefs HR contains all Data we just reference, its wiped with a simple memset 0. in other news there are now handlers for New/Attach/Detach/Destroy for ParsedHttpHdrs... Personal data is wiped with FLUSHStrBuf, which memset 0'

[Citadel Development] Citadel commit log: revision 7517

2009-05-31 Thread dothebart
r7517 | dothebart | 2009-05-31 17:59:52 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/config.guess M /trunk/webcit/config.sub M /trunk/webcit/context_loop.c M /trunk/we

[Citadel Development] Citadel commit log: revision 7516

2009-05-31 Thread dothebart
r7516 | dothebart | 2009-05-31 16:53:09 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * iron out some more hickups in the linebuffered reading --

[Citadel Development] Citadel commit log: revision 7515

2009-05-31 Thread dothebart
r7515 | dothebart | 2009-05-31 15:46:52 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/context_loop.c M /trunk/webcit/mk_module_init.sh M /trunk/webcit/webserver.c * start

[Citadel Development] Citadel commit log: revision 7514

2009-05-31 Thread ajc
r7514 | ajc | 2009-05-31 15:33:47 -0400 (Sun, 31 May 2009) | 1 line Changed paths: M /trunk/citadel/citserver.c M /trunk/citadel/modules/chat/serv_chat.c M /trunk/citadel/modules/jabber/serv_xmpp.c M /trunk/citadel

[Citadel Development] Citadel commit log: revision 7513

2009-05-31 Thread ajc
r7513 | ajc | 2009-05-31 14:56:00 -0400 (Sun, 31 May 2009) | 1 line Changed paths: D /trunk/citadel/modules/jabber/README.txt * Removed a readme file which stated that the Jabber module is unfinished. -

[Citadel Development] Citadel commit log: revision 7510

2009-05-31 Thread dothebart
r7510 | dothebart | 2009-05-31 10:07:44 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/static.c * fix logging / debug mode logchatty exceptions

[Citadel Development] Citadel commit log: revision 7509

2009-05-31 Thread dothebart
r7509 | dothebart | 2009-05-31 09:18:31 -0400 (Sun, 31 May 2009) | 2 lines Changed paths: M /trunk/webcit/config.guess M /trunk/webcit/config.sub M /trunk/webcit/context_loop.c * move session creation and session loo