root/trunk/libxode/ChangeLog

Revision 2, 5.1 kB (checked in by jajcus, 7 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id
Line 
1 2000-10-30  temas   <temas@box5.net> (temas@jabber.org)
2    
3     * include/libxode.h:  Solaris compiler warnings
4
5     * src/Makefile.am:  updated libtool version
6
7     * configure.in:  1.2 version
8
9 2000-10-25  jeremie <jer@jabber.org>
10
11     * pool.c: debug stuff is working again and cool now :)
12
13 2000-10-23  temas <temas@box5.net> (temas@jabber.org)
14
15     * sha.c:  replaced with a version from Mozilla, works again for real
16
17 2000-10-20  temas <temas@box5.net> (temas@jabber.org)
18
19     * sha.c:  no more memory overrun... exploring other possible bugs
20
21 2000-10-06  jeremie <jer@jabber.org>
22
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
24
25 2000-09-26  jeremie <jer@jabber.org>
26
27     * xstream.c: bug in put_vattrib() fixed
28
29 2000-08-05  jeremie <jer@jabber.org>
30
31     * xstream.c: moved primatives for xmlstream from libetherx to libxode, much cleaner and nicer now and usable in more places independent of IO
32
33 2000-06-15  madcat <palpa@jabber.org>
34
35     * xmlnode.c: static keyword added to local functions
36     * libxode.h: C++ friendlyness (conditionally compiled extern "C" {} stuff)
37
38 2000-05-22  madcat <palpa@jabber.org>
39
40     * sha.c: endianness fix
41
42 2000-05-20  madcat <palpa@jabber.org>
43
44     * xmlnode.c xmlnode2str() : indentation fixed, root node with no child problem fixed
45
46 2000-05-13  madcat <palpa@jabber.org>
47
48     * xmlnode.c: added comments to some functions
49     * xmlnode.c: xode_node2str() morphed into xmlnode2str()
50     * README: pth dependency statement removed
51
52 2000-05-06  madcat <palpa@jabber.org>
53
54     * new function: xode_node2str()
55     it's the non-recursive version of xmlnode2str()
56
57 2000-05-03  jer <jeremie@jabber.org>
58
59     * pool.c: last minute fixes, important part is the byte boundary fix for some platforms to prevent a Bus Error
60
61 2000-05-01  jer <jeremie@jabber.org>
62
63     * astyle of 4 space indent applied to *.c
64
65 2000-05-01  temas <temas@box5.net>
66
67     * sha.c:  moved to uint32
68    
69     * configure.in:  check some type sizes
70
71     * libxode.h:  define uint32 from size checks
72
73 2000-04-29  madcat <palpa@jabber.org>
74
75     * str.c: evil strcat() in spool_print() replaced with j_strcat()
76
77 2000-04-28  jer <jeremie@jabber.org>
78
79         * str.c: added spools() utility wrapper around spool_*
80
81         * pool.c: rewrite to use heaps, much more efficient and stuff, and modular cleanup is built into the pool now
82
83 2000-04-26  temas <temas@box5.net>
84
85     * SHA1 is fixed, and no longer requires endian.h
86
87     * libxode-config is created
88
89 2000-04-22  jer <jeremie@jabber.org>
90
91         * str.c: added simple base64 decode
92
93 2000-04-20  jer <jeremie@jabber.org>
94
95         * str.c: added some more convenience wrappers
96
97 2000-04-18  jer <jeremie@jabber.org>
98
99         * 1.0pre2
100
101 2000-04-17  jer <jeremie@jabber.org>
102
103         * str.c: zonestr
104
105         * pool.c: labels and better debugging
106
107 2000-04-14  jer <jeremie@jabber.org>
108
109         * xmlnode.c: made xmlnode_get_data() a little smarter, searching for it
110
111 2000-04-12  jer <jeremie@jabber.org>
112
113         * 1.0pre1
114
115         * added str_hash_code function for the ghash utility
116
117 2000-04-11  temas <temas@box5.net>
118
119         * hash generation routines moved into libxode
120
121         * sha support is now built in, supplies 4 functions to the users see sha.c
122         for more info
123
124 2000-03-28  jer <jeremie@jabber.org>
125
126         * 0.9!
127
128 2000-03-27      e-t     <eliot@landrum.cx>
129
130         * README: minor updates.
131
132 2000-03-19  temas <temas@box5.net
133        
134         * RC
135
136 2000-03-17  temas <temas@box5.net>
137
138         * quick bump to pre4
139
140 2000-03-12  jer <jeremie@jabber.org>
141  
142         * xmlnode.c: xmlnode_insert_cdata() didn't make sure the parent existed, duh
143
144 2000-03-02  temas <temas@box5.net>
145
146         * src/snprintf.c:  Use apaches snprintf replacement
147
148         * include/libxode.h:  patch up for snprintf
149
150 2000-02-29  temas <temas@box5.net>
151
152         * configure.in:  pre3
153
154         * snprintf.c:  make this not build correctly if certain defines are set
155        
156         * ChangeLog:  cleaned up jer's mess
157
158 2000-02-29  e-t <eliot@landrum.cx>
159
160         * Added a complete README.
161         * Added a complete AUTHORS.
162
163 2000-02-27  jer <jeremie@jabber.org>
164
165         * pool.c: now has a debug version that tracks all stats
166
167 2000-02-23  temas <temas@box5.net>
168        
169         * moved the common dir into what is now known as libxode
170
171 2000-02-21  jer <jeremie@jabber.org>
172  
173         * xmlnode.c: xmlnode_get_tag() had a bug under certian queries
174
175 2000-01-30  jer <jeremie@jabber.org>
176  
177         * xmlnode.c: few places in the core functions that weren't too
178         tolerant of bad data :)
179
180 2000-01-28  jer <jeremie@jabber.org>
181  
182         * xmlnode.c: fixed bug in xmlnode_get_data with parsing NTYPE_ATTRIB nodes
183
184         * xmlnode.c: fixed bug in xmlnode_get_tag, a check failed and ?queries
185         would fail
186
187         * xmlnode.c: created xmlnode_insert_tag_node() for convenience
188
189 2000-01-22  jer <jeremie@jabber.org>
190  
191         * xmlnode.c: added xmlnode_new_tag_pool() and xmlnode_dup_pool()
192         convenience functions to force the pool to use
193
194 2000-01-19  jer <jeremie@jabber.org>
195  
196         * xmlnode.c: changed xmlnode_get_data() to automatically do
197         xmlnode_get_firstchild if you pass it a tag
198
199         * xmlnode.c: upgraded xmlnode_get_tag() to support queries, and
200         convenience xmlnode_get_tag_data()
201
202 2000-01-19  jer <jeremie@jabber.org>
203  
204         * pool.c: added pool_size(p) to return the bytes used in the pool
205
206         * added ChangeLog for common
Note: See TracBrowser for help on using the browser.