Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / libcitadel /
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-23 Wilfried Goesgens* off by one in range checking of indexed access
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-16 Wilfried Goesgens* rare crash in some weird edge case. don't dereference...
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-12 Wilfried Goesgens* NewStrBufDupAppendFlush(): add way to feed in char...
2010-09-11 Wilfried Goesgens* NewStrBufDupAppendFlush(): if you have an IO/Buf...
2010-09-10 Art CancroAll components in git master to version 7.89 in order...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Wilfried Goesgens* one more name with umlauts..
2010-09-05 Wilfried Goesgens* don't ignore other .gitignores ;-)
2010-09-05 Wilfried Goesgens* ignore some more debian subdirectories and files
2010-09-04 Art CancroVIEW_DRAFTS=9, VIEW=BLOG=10
2010-09-03 Art CancroUncomment 'not yet implemented' next to BLOG_VIEW in...
2010-09-02 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-02 Wilfried Goesgens* moving directories around isn't smart in a git workin...
2010-09-01 Art Cancrooops, missed one
2010-09-01 Art CancroRemoved some $Id$ tags in libcitadel
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-31 Art Cancrotest commit three3 of three3
2010-08-31 Art Cancrotest commit three of three
2010-08-31 Art Cancrotest commit 1 of 2
2010-08-18 Art Cancro* Fix doxygen note for haschar(). The return value...
2010-08-09 Wilfried Göesgens* switch the roomviews from defines to enum (of same...
2010-08-05 Wilfried Göesgens* finish off ROOMPIC hard coded callback, thanks the_mg...
2010-07-31 Wilfried Göesgens * add defines for IGNET parts
2010-07-31 Wilfried Göesgens* move GNET-pop3 enum to libcitadel
2010-07-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector() fix bug cutting...
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-25 Wilfried Göesgens* StrBufDecodeBase64(): init output buffer so in case...
2010-07-24 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector () fix null pointe...
2010-07-20 Art Cancro* internal version number 781 in trunk, so we can do...
2010-07-20 Wilfried Göesgens* remove -finline-functions; it breaks the ubuntu...
2010-07-19 Wilfried Göesgens* update debian changelog.
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-07-14 Art Cancro* THIS IS 7.80
2010-06-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector(): fix some NULL...
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-05-21 Wilfried Göesgens* ReAdjustEmptyBuf() wasn't quiet what it should be...
2010-05-21 Wilfried Göesgens* StrBufReadBLOBBuffered(): tell read to give us as...
2010-05-06 Wilfried Göesgens * StrBufPlain(): don't access pointers before we check...
2010-05-04 Wilfried Göesgens* StrBufReadBLOBBuffered(): fix abort condition; if...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-29 Wilfried Göesgens* Make memreadlinelen() const
2010-04-26 Wilfried Göesgens* StrBufTCP_read_buffered_line_fast(): silence warning...
2010-04-24 Wilfried Göesgens* DeleteEntryFromHash(): don't skip indirection via...
2010-04-24 Wilfried Göesgens* offer a split version of GetNextHashPos(): GetHashPos...
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-03-25 Wilfried Göesgens* html_to_ascii(): don't buffer underrun while checking...
2010-03-23 Wilfried Göesgens * StrBufPlain(): secure input arguments; don't strlen...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-03-16 Wilfried Göesgens* StrBufReplaceToken(): source and dest of move operati...
2010-03-16 Wilfried Göesgens* StrBufStripAllBut(): cut at the right border not...
2010-03-15 Wilfried Göesgens* we did that +1 two lines above to avaid infinite...
2010-03-14 Wilfried Göesgens* move the pointer one to the right, else we will loop...
2010-03-13 Wilfried Göesgens* add StrBufPook which blobs out a sub-part of the...
2010-03-09 Wilfried Göesgens* add function to replace a sub snippet of a string
2010-02-28 Wilfried Göesgens* add const string evaluator
2010-02-28 Wilfried Göesgens* add defines for the autopurger tokens
2010-02-27 Wilfried Göesgens* macro to get a string out of a define / enum
2010-02-27 Wilfried Göesgens* ups, forgot to commit this; make memreadline const
2010-02-26 Wilfried Göesgens* add user accesslevel enum
2010-02-22 Wilfried Göesgens* make it const baby!
2010-02-22 Wilfried Göesgens* first Trim the right end, so we don't need to move...
2010-02-21 Wilfried Göesgens* its a pointer, so compare it with NULL not 0
2010-02-21 Wilfried Göesgens* some doxygen grouping
2010-02-21 Wilfried Göesgens* post increment...
2010-02-20 Wilfried Göesgens* const now the bugged code is gone.
2010-02-20 Wilfried Göesgens* found new bug in the RFC822 Decoder
2010-02-15 Wilfried Göesgens* return the number of chars we read; it doesn't have...
2010-02-14 Wilfried Göesgens* generaly NULL *Pos before re-caclulating it
2010-02-14 Wilfried Göesgens* fix the linebuffered reader; some cases (like having...
2010-01-31 Art Cancro* define VIEW_BLOG (not yet implemented but I need...
2010-01-25 Art Cancro* html2ascii now renders *bold* and /italic/ and _under...
2010-01-14 Wilfried Göesgens* unititialized var...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-03 Wilfried Göesgens* some more work on unit testing
2010-01-03 Wilfried Göesgens* allow mime header sub tokens to have blanks left...
2010-01-03 Wilfried Göesgens* some more input condition sanitizing
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-20 Wilfried Göesgens* fix StrBufNum_tokens
2009-12-19 Michael HamptonAllow citadel / libcitadel to be built outside their...
2009-12-15 Wilfried Göesgens* fix StrBufIsNumber; its not used right now, but it...
2009-12-13 Wilfried Göesgens* shuffle arround stuff a little bit
2009-12-13 Wilfried Göesgens* more testcoverage
2009-12-13 Wilfried Göesgens* add (optional) gcov flags
2009-12-06 Wilfried Göesgens* typo in varname
2009-12-06 Wilfried Göesgens* use different counters for the hash payloads used...
2009-12-03 Dave WestOops, missed comitting this file.
2009-12-03 Dave West Rename function as per dothebart's recomendation.
2009-12-03 Dave WestFor peer review.
2009-11-26 Wilfried Göesgens* more points to NULL the offset pointer
2009-11-24 Wilfried Göesgens* shutting down wildfire seems to work now.
2009-11-24 Wilfried Göesgens* more entry checking.
2009-11-18 Wilfried Göesgens* fix buffer overrun conditions in StrBufRemove_token
2009-11-16 Wilfried Göesgens* when reallocing the buffer, flush the external pointer
2009-11-10 Wilfried Göesgens* same bug at StrBuf_Utf8StrLen too.
2009-11-10 Wilfried Göesgens* fix exit point in Ctdl_GetUtf8SequenceLength; conditi...
2009-11-08 Wilfried Göesgens* this way its fastest: range check whats allowed and...
next