2001-03-27 cdmoyer * Removed xode_to_tstr, added xode_to_prettystr 2001-03-22 Keith * Re-release to sourceforge * all functions moved to xode_* functions * HASHTABLES, j_* str functions, and SHA-1 functions removed 2000-10-30 temas (temas@jabber.org) * include/libxode.h: Solaris compiler warnings * src/Makefile.am: updated libtool version * configure.in: 1.2 version 2000-10-25 jeremie * pool.c: debug stuff is working again and cool now :) 2000-10-23 temas (temas@jabber.org) * sha.c: replaced with a version from Mozilla, works again for real 2000-10-20 temas (temas@jabber.org) * sha.c: no more memory overrun... exploring other possible bugs 2000-10-06 jeremie * xstream.c: bug in XSTREAM_ERR event, was passing an overloaded xmlnode (DUH!), it's now a normal error message node that has to be free'd like any other 2000-09-26 jeremie * xstream.c: bug in put_vattrib() fixed 2000-08-05 jeremie * xstream.c: moved primatives for xmlstream from libetherx to libxode, much cleaner and nicer now and usable in more places independent of IO 2000-06-15 madcat * xmlnode.c: static keyword added to local functions * libxode.h: C++ friendlyness (conditionally compiled extern "C" {} stuff) 2000-05-22 madcat * sha.c: endianness fix 2000-05-20 madcat * xmlnode.c xmlnode2str() : indentation fixed, root node with no child problem fixed 2000-05-13 madcat * xmlnode.c: added comments to some functions * xmlnode.c: xode_node2str() morphed into xmlnode2str() * README: pth dependency statement removed 2000-05-06 madcat * new function: xode_node2str() it's the non-recursive version of xmlnode2str() 2000-05-03 jer * pool.c: last minute fixes, important part is the byte boundary fix for some platforms to prevent a Bus Error 2000-05-01 jer * astyle of 4 space indent applied to *.c 2000-05-01 temas * sha.c: moved to uint32 * configure.in: check some type sizes * libxode.h: define uint32 from size checks 2000-04-29 madcat * str.c: evil strcat() in spool_print() replaced with j_strcat() 2000-04-28 jer * str.c: added spools() utility wrapper around spool_* * pool.c: rewrite to use heaps, much more efficient and stuff, and modular cleanup is built into the pool now 2000-04-26 temas * SHA1 is fixed, and no longer requires endian.h * libxode-config is created 2000-04-22 jer * str.c: added simple base64 decode 2000-04-20 jer * str.c: added some more convenience wrappers 2000-04-18 jer * 1.0pre2 2000-04-17 jer * str.c: zonestr * pool.c: labels and better debugging 2000-04-14 jer * xmlnode.c: made xmlnode_get_data() a little smarter, searching for it 2000-04-12 jer * 1.0pre1 * added str_hash_code function for the ghash utility 2000-04-11 temas * hash generation routines moved into libxode * sha support is now built in, supplies 4 functions to the users see sha.c for more info 2000-03-28 jer * 0.9! 2000-03-27 e-t * README: minor updates. 2000-03-19 temas * quick bump to pre4 2000-03-12 jer * xmlnode.c: xmlnode_insert_cdata() didn't make sure the parent existed, duh 2000-03-02 temas * src/snprintf.c: Use apaches snprintf replacement * include/libxode.h: patch up for snprintf 2000-02-29 temas * configure.in: pre3 * snprintf.c: make this not build correctly if certain defines are set * ChangeLog: cleaned up jer's mess 2000-02-29 e-t * Added a complete README. * Added a complete AUTHORS. 2000-02-27 jer * pool.c: now has a debug version that tracks all stats 2000-02-23 temas * moved the common dir into what is now known as libxode 2000-02-21 jer * xmlnode.c: xmlnode_get_tag() had a bug under certian queries 2000-01-30 jer * xmlnode.c: few places in the core functions that weren't too tolerant of bad data :) 2000-01-28 jer * xmlnode.c: fixed bug in xmlnode_get_data with parsing NTYPE_ATTRIB nodes * xmlnode.c: fixed bug in xmlnode_get_tag, a check failed and ?queries would fail * xmlnode.c: created xmlnode_insert_tag_node() for convenience 2000-01-22 jer * xmlnode.c: added xmlnode_new_tag_pool() and xmlnode_dup_pool() convenience functions to force the pool to use 2000-01-19 jer * xmlnode.c: changed xmlnode_get_data() to automatically do xmlnode_get_firstchild if you pass it a tag * xmlnode.c: upgraded xmlnode_get_tag() to support queries, and convenience xmlnode_get_tag_data() 2000-01-19 jer * pool.c: added pool_size(p) to return the bytes used in the pool * added ChangeLog for common