* CtdlDragDrop library now works in IE7 and 8
[citadel.git] / libcitadel /
2009-02-12 Wilfried Göesgens* more bugs of the same way.
2009-02-12 Wilfried Göesgens* if we do a half baked static strbuf for extracting...
2009-02-11 Wilfried Göesgens* add fuction for ascii sanitation
2009-02-08 Wilfried Göesgens* fixup StrBufRemove_token
2009-02-07 Wilfried Göesgens* pad some zeroes before / after compressing so valgrin...
2009-01-26 Wilfried Göesgens+ add linebreak to html linebreak converting to StrEscA...
2009-01-26 Wilfried Göesgens* use memcpy instead of strcpy, as here we know how...
2009-01-26 Wilfried Göesgens* json doesn't need to escape singlequotes
2009-01-25 Wilfried Göesgens+ add C-to-Json serializer
2009-01-06 Matt+ New function: StrECMAEscAppend, does string escaping...
2008-12-31 Art CancroUpdated various copyright notices to 2009. Happy GNU...
2008-12-26 Wilfried Göesgens* fix iteration
2008-12-24 Wilfried Göesgens* adjust backward iterating
2008-12-20 Wilfried Göesgens* handle negative index condition
2008-12-20 Wilfried Göesgens* const this one too...
2008-12-20 Wilfried Göesgens* const mset pointer, as we don't need to write on it.
2008-12-17 MattRevert new appendsize check for StrBufAppendBufPlain
2008-12-15 Wilfried Göesgens* sanitize offset
2008-12-14 MattAs per dothebart's advice, revise StrBufIsNumber to...
2008-12-14 Mattsimple function to check if entire buffer is purely...
2008-12-13 Wilfried Göesgens* link libz if we detect it.
2008-12-13 Wilfried Göesgens* StrBufExtract_token wouldn't reset its target buffer...
2008-12-11 Wilfried Göesgens* more files to be removed...
2008-12-11 Wilfried Göesgens* don't distribute machine dependend stuff...
2008-12-07 Wilfried Göesgens* *grml* always tried to avoid this, but can't live...
2008-12-07 Wilfried Göesgens* Allow hashiterator to do bigger steps than 1 and...
2008-11-30 Wilfried Göesgens* zero-safe StrtoI/L
2008-11-29 Wilfried Göesgens* new StrBuf Method: cut it at a given position
2008-11-20 Wilfried Göesgens* make it const baby... not yet done.
2008-11-14 Wilfried Göesgens* another try to fix this off by one
2008-11-13 Wilfried Göesgens* add lowercase converter function
2008-11-09 Wilfried Göesgens* fix (ab) qp decode test
2008-11-05 Wilfried Göesgens* detect the QP-coding type 'B' and 'Q' case insensitive
2008-11-03 Wilfried Göesgens* if we decode a RFC 822 Message, output the charset...
2008-11-02 Wilfried Göesgens* reference free handler (Don't free payload ;-)
2008-10-14 Wilfried Göesgens* StrBufTrim; port of striplt to strbuf; since the...
2008-10-12 Wilfried Göesgens* reworked strbuf RFC822 decoder; its working source...
2008-10-05 Wilfried Göesgens* add autoheader for zlib and iconv detection
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-22 Art CancroSet vCard version to 2.1
2008-09-21 Wilfried Göesgens* inline does funny things in some situations.
2008-09-20 Art CancroFixed a bug in CtdlSetSeen() where if the target room
2008-09-14 Wilfried Göesgens* add define to easy make a hashkey from a stringbuffer
2008-09-12 Wilfried Göesgens* upsi. sequence readjusted.
2008-09-12 Wilfried Göesgens* move StrBufNum_tokens and StrBufPlain to more apropri...
2008-09-12 Art CancroVersion 7.38 of citadel and libcitadel
2008-09-09 Art CancroSet VERSION:3.0 to all vCards serialized by libcitadel
2008-09-08 Wilfried Göesgens* add wrapper to destruct nested hashes
2008-08-31 Wilfried Göesgens* free the icon structure too, not just its members
2008-08-30 Wilfried Göesgens* add hint for future debugging season, so we remember...
2008-08-28 Wilfried Göesgens* move the pointer forward while selecting.
2008-08-27 Wilfried Göesgens* copy va_arg list as running the same vsnprintf over...
2008-08-26 Wilfried Göesgens* bugfix reallocation msgescputs
2008-08-25 Wilfried Göesgens* fix StrMsgEscAppend
2008-08-24 Wilfried Göesgens* redid sprintf wrapper logic
2008-08-20 Wilfried Göesgens* catch empty source string condition
2008-08-19 Wilfried Göesgens* fix some minor flaws
2008-08-19 Wilfried Göesgens* provide a strbuf version of the webcit escapers
2008-08-17 Wilfried Göesgens* return a const char instead
2008-08-16 Wilfried Göesgens* New StrBufPeek function to replace a special char...
2008-08-09 Wilfried Göesgens* this one needs to be zeroed too
2008-08-08 Wilfried Göesgens* copy statistic inforations too...
2008-08-03 Wilfried Göesgens* add method to duplicate stringbuffer
2008-08-03 Wilfried Göesgens* add VALGRIND flag to debian debug flag to make valgri...
2008-08-02 Wilfried Göesgens* fix new wprintf backend to handle buffer increases
2008-07-31 Wilfried Göesgens* close directory
2008-07-28 Wilfried Göesgens* add wrapper to base64 decoding
2008-07-27 Wilfried Göesgens* add gzip + configure detection -> re-bootstrap!
2008-07-14 Wilfried Göesgens* fix buffer end situation
2008-07-13 Wilfried Göesgens* ignore null pointers to free.
2008-07-12 Wilfried Göesgens* some umlaut weirdness
2008-07-12 Wilfried Göesgens* missing encoding function added
2008-07-09 Wilfried Göesgens* sanitize loops
2008-07-09 Wilfried Göesgens* new api version.
2008-07-09 Wilfried Göesgens* add new buffer class which handles concatenation...
2008-06-29 Michael HamptonRewrite encoding checks for 64-bit cleanliness
2008-06-19 Art Cancrolibcitadel 7.37
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-05-30 Art CancroOops ... libcitadel should be version 1.14, not 1.11
2008-05-30 Art CancroUpdated version numbers.
2008-05-21 Art Cancro* Commented out the 'PrintFlat' and 'PrintFile' functions
2008-05-18 Wilfried Göesgens* made hash implementation NULL pointer safe.
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-14 Art CancroMinor cleanup of comments
2008-05-13 Wilfried Göesgens* ignore content-length headers, since they tend to...
2008-05-12 Art CancroMoved parse_url() into libcitadel; I will need it for
2008-05-10 Wilfried Göesgens* made GetCount NULL pointer aware since its safe to...
2008-05-07 Wilfried Göesgens* hash now can return its number of members.
2008-04-30 Wilfried Göesgens* added more usefull print hash function, so one can...
2008-04-26 Wilfried Göesgens* bump version to 110 NOW for real.
2008-04-26 Wilfried Göesgens* bugfix in the hash implementation; expanding the...
2008-04-22 Wilfried Göesgens* THIS IS 7.35 / 1.09
2008-04-20 Wilfried Göesgens* init vars before using them.
2008-04-20 Art Cancrovnote.c is now (for the most part) complete.
2008-04-20 Art Cancromore vnote work
2008-04-19 Art Cancrovnote_serialize() is now (probably) complete.
2008-04-18 Art Cancrovnote serialization
2008-04-18 Art Cancromore vnote hacking
2008-04-17 Wilfried Göesgens(no commit message)
2008-04-17 Art Cancromore vnote skeleton code
next