[Citadel Development] Citadel commit log: revision 7776

2009-09-04 Thread ajc
r7776 | ajc | 2009-09-04 17:45:34 -0400 (Fri, 04 Sep 2009) | 1 line Changed paths: M /trunk/citadel/citadel.c M /trunk/citadel/rooms.c * Fixed some random compiler warnings --

[Citadel Development] Citadel commit log: revision 7775

2009-09-04 Thread ajc
r7775 | ajc | 2009-09-04 17:43:24 -0400 (Fri, 04 Sep 2009) | 2 lines Changed paths: M /trunk/citadel/msgbase.c * Cleaned up some compiler warnings. * msgbase.c : look for the string NOTE ZERO-LENGTH TOKENS to find a place

[Citadel Development] Re: Citadel commit log: revision 7774

2009-09-04 Thread dothebart
  > Fr Sep 04 2009 14:40:14 EDT von IGnatius T Foobar @ Uncensored Betreff: >Re: Citadel commit log: revision 7774 > >The other issue is performance. That function was *highly* tuned, after >I took a lot of abuse for it running very slowly when operations are >performed on very large m

[Citadel Development] Re: Citadel commit log: revision 7774

2009-09-04 Thread IGnatius T Foobar
The other issue is performance. That function was *highly* tuned, after I took a lot of abuse for it running very slowly when operations are performed on very large mailboxes (2 messages or more). If the introduction of StrBuf incurs a performance penalty, this is a problem.

[Citadel Development] Re: Citadel commit log: revision 7774

2009-09-04 Thread IGnatius T Foobar
Ok, but we have to be REALLY REALLY CAREFUL here. citserver will not tolerate the kind of subtle bugs that have crept into WebCit during the adoption of the StrBuf class.

[Citadel Development] Citadel commit log: revision 7774

2009-09-04 Thread dothebart
  > Fr Sep 04 2009 13:59:29 EDT von "dothebart" > Betreff: Citadel commit log: revision >7774 > > > r7774 | dothebart | 2009-09-04 13:59:28 -0400 (Fri, 04 Sep 2009) | 2 lines > Changed paths: > M /trunk/citadel/msgbase.c

[Citadel Development] Citadel commit log: revision 7774

2009-09-04 Thread dothebart
r7774 | dothebart | 2009-09-04 13:59:28 -0400 (Fri, 04 Sep 2009) | 2 lines Changed paths: M /trunk/citadel/msgbase.c * fix buffer overrun condition while handling many messages

[Citadel Development] Citadel commit log: revision 7773

2009-09-04 Thread dothebart
r7773 | dothebart | 2009-09-04 13:58:10 -0400 (Fri, 04 Sep 2009) | 2 lines Changed paths: M /trunk/citadel/debian/changelog M /trunk/citadel/debian/citadel-server.postinst * fix typo in postinst script

[Citadel Development] Citadel commit log: revision 7772

2009-09-04 Thread dothebart
r7772 | dothebart | 2009-09-04 13:56:00 -0400 (Fri, 04 Sep 2009) | 4 lines Changed paths: M /trunk/libcitadel/debian/changelog M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * fix the not ye