[gaim-migrate @ 3063]
[pidgin-git.git] / src / protocols / jabber / ChangeLog.libxode
blob2ef3519abda532e65d3dd5e17486bc8272e1ae98
1 2000-10-30  temas   <temas@box5.net> (temas@jabber.org)
2     
3     * include/libxode.h:  Solaris compiler warnings
5     * src/Makefile.am:  updated libtool version
7     * configure.in:  1.2 version
9 2000-10-25  jeremie <jer@jabber.org>
11     * pool.c: debug stuff is working again and cool now :)
13 2000-10-23  temas <temas@box5.net> (temas@jabber.org)
15     * sha.c:  replaced with a version from Mozilla, works again for real
17 2000-10-20  temas <temas@box5.net> (temas@jabber.org)
19     * sha.c:  no more memory overrun... exploring other possible bugs
21 2000-10-06  jeremie <jer@jabber.org>
23     * xstream.c: bug in XSTREAM_ERR event, was passing an overloaded xmlnode (DUH!), it's now a normal <error>error message</error> node that has to be free'd like any other
25 2000-09-26  jeremie <jer@jabber.org>
27     * xstream.c: bug in put_vattrib() fixed
29 2000-08-05  jeremie <jer@jabber.org>
31     * xstream.c: moved primatives for xmlstream from libetherx to libxode, much cleaner and nicer now and usable in more places independent of IO
33 2000-06-15  madcat <palpa@jabber.org>
35     * xmlnode.c: static keyword added to local functions
36     * libxode.h: C++ friendlyness (conditionally compiled extern "C" {} stuff)
38 2000-05-22  madcat <palpa@jabber.org>
40     * sha.c: endianness fix
42 2000-05-20  madcat <palpa@jabber.org>
44     * xmlnode.c xmlnode2str() : indentation fixed, root node with no child problem fixed
46 2000-05-13  madcat <palpa@jabber.org>
48     * xmlnode.c: added comments to some functions
49     * xmlnode.c: xode_node2str() morphed into xmlnode2str()
50     * README: pth dependency statement removed
52 2000-05-06  madcat <palpa@jabber.org>
54     * new function: xode_node2str()
55     it's the non-recursive version of xmlnode2str()
57 2000-05-03  jer <jeremie@jabber.org>
59     * pool.c: last minute fixes, important part is the byte boundary fix for some platforms to prevent a Bus Error
61 2000-05-01  jer <jeremie@jabber.org>
63     * astyle of 4 space indent applied to *.c
65 2000-05-01  temas <temas@box5.net>
67     * sha.c:  moved to uint32
68     
69     * configure.in:  check some type sizes
71     * libxode.h:  define uint32 from size checks
73 2000-04-29  madcat <palpa@jabber.org>
75     * str.c: evil strcat() in spool_print() replaced with j_strcat()
77 2000-04-28  jer <jeremie@jabber.org>
79         * str.c: added spools() utility wrapper around spool_*
81         * pool.c: rewrite to use heaps, much more efficient and stuff, and modular cleanup is built into the pool now
83 2000-04-26  temas <temas@box5.net>
85     * SHA1 is fixed, and no longer requires endian.h
87     * libxode-config is created
89 2000-04-22  jer <jeremie@jabber.org>
91         * str.c: added simple base64 decode
93 2000-04-20  jer <jeremie@jabber.org>
95         * str.c: added some more convenience wrappers
97 2000-04-18  jer <jeremie@jabber.org>
99         * 1.0pre2
101 2000-04-17  jer <jeremie@jabber.org>
103         * str.c: zonestr
105         * pool.c: labels and better debugging
107 2000-04-14  jer <jeremie@jabber.org>
109         * xmlnode.c: made xmlnode_get_data() a little smarter, searching for it
111 2000-04-12  jer <jeremie@jabber.org>
113         * 1.0pre1
115         * added str_hash_code function for the ghash utility
117 2000-04-11  temas <temas@box5.net>
119         * hash generation routines moved into libxode
121         * sha support is now built in, supplies 4 functions to the users see sha.c
122         for more info
124 2000-03-28  jer <jeremie@jabber.org>
126         * 0.9!
128 2000-03-27      e-t     <eliot@landrum.cx>
130         * README: minor updates.
132 2000-03-19  temas <temas@box5.net
133         
134         * RC
136 2000-03-17  temas <temas@box5.net>
138         * quick bump to pre4
140 2000-03-12  jer <jeremie@jabber.org>
142         * xmlnode.c: xmlnode_insert_cdata() didn't make sure the parent existed, duh
144 2000-03-02  temas <temas@box5.net>
146         * src/snprintf.c:  Use apaches snprintf replacement
148         * include/libxode.h:  patch up for snprintf
150 2000-02-29  temas <temas@box5.net>
152         * configure.in:  pre3
154         * snprintf.c:  make this not build correctly if certain defines are set
155         
156         * ChangeLog:  cleaned up jer's mess
158 2000-02-29  e-t <eliot@landrum.cx>
160         * Added a complete README.
161         * Added a complete AUTHORS.
163 2000-02-27  jer <jeremie@jabber.org>
165         * pool.c: now has a debug version that tracks all stats
167 2000-02-23  temas <temas@box5.net>
168         
169         * moved the common dir into what is now known as libxode
171 2000-02-21  jer <jeremie@jabber.org>
173         * xmlnode.c: xmlnode_get_tag() had a bug under certian queries
175 2000-01-30  jer <jeremie@jabber.org>
177         * xmlnode.c: few places in the core functions that weren't too 
178         tolerant of bad data :)
180 2000-01-28  jer <jeremie@jabber.org>
182         * xmlnode.c: fixed bug in xmlnode_get_data with parsing NTYPE_ATTRIB nodes
184         * xmlnode.c: fixed bug in xmlnode_get_tag, a check failed and ?queries 
185         would fail
187         * xmlnode.c: created xmlnode_insert_tag_node() for convenience
189 2000-01-22  jer <jeremie@jabber.org>
191         * xmlnode.c: added xmlnode_new_tag_pool() and xmlnode_dup_pool() 
192         convenience functions to force the pool to use
194 2000-01-19  jer <jeremie@jabber.org>
196         * xmlnode.c: changed xmlnode_get_data() to automatically do 
197         xmlnode_get_firstchild if you pass it a tag
199         * xmlnode.c: upgraded xmlnode_get_tag() to support queries, and 
200         convenience xmlnode_get_tag_data()
202 2000-01-19  jer <jeremie@jabber.org>
204         * pool.c: added pool_size(p) to return the bytes used in the pool
206         * added ChangeLog for common