]> err.no Git - sope/blob - sope-appserver/NGXmlRpc/ChangeLog
fixed gcc 4.0 warnings
[sope] / sope-appserver / NGXmlRpc / ChangeLog
1 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
2
3         * NGXmlRpcAction.m: fixed gcc 4.0 warnings (v4.5.10)
4
5 2005-01-02  Helge Hess  <helge.hess@opengroupware.org>
6
7         * WODirectAction+XmlRpc.m: minor code cleanups (v4.5.9)
8
9 2004-11-11  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * NGXmlRpc.xcode: fixed a subtle bug that prevent Xcode from being
12           loaded correctly.
13
14 2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
15
16         * v4.5.8
17
18         * NGXmlRpc.xcode: new Xcode project
19
20         * common.h: fixed for multiple inclusion during Xcode
21           build (common.h is the prefix header)
22
23 2004-09-14  Helge Hess  <helge.hess@skyrix.com>
24
25         * moved xmlrpc_call tool to own top-level SOPE dir (xmlrpc_call)
26           (v4.3.7)
27
28 2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
29
30         * GNUmakefile.preamble: minor changes for inline compilation with
31           GNUSTEP_BUILD_DIR set elsewhere (v4.3.6)
32
33 2004-09-10  Helge Hess  <helge.hess@skyrix.com>
34
35         * GNUmakefile: fixed soname, libname versions (v4.3.5)
36
37 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
38
39         * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
40           fixed library locations for FHS (v4.3.4)
41
42 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
43
44         * added hack to install the project in FHS locations - the library,
45           its headers, the tools and the resources will be installed in
46           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
47           (v4.3.3)
48
49 2004-08-23  Helge Hess  <helge.hess@skyrix.com>
50
51         * v4.3.2
52         
53         * xmlrpc_call.m: properly include UnixSignalHandler from NGObjWeb on
54           non-lF platforms
55
56         * GNUmakefile.preamble: removed libjs linking path
57
58         * moved NGXmlRpc to own subproject (v4.3.1)
59
60 2004-04-17  Marcus Mueller  <znek@mulle-kybernetik.com>
61
62         * WODirectAction+XmlRpc.m: replaced "catched" with "caught" in comment.
63
64 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
65
66         * EOFetchSpecification+XmlRpcCoding.m: do not use deprecated plist
67           init method (v4.2.322)
68
69 2004-03-01  Helge Hess  <helge.hess@opengroupware.org>
70
71         * NGXmlRpcClient.m: added ability to specify additional, HTTP level
72           headers to be used when creating the WORequest for the XML-RPC
73           invocation (v4.2.315)
74
75 2004-02-09  Helge Hess  <helge.hess@skyrix.com>
76
77         * NGXmlRpcClient.m: deprecated non-URL based API, add -login method
78           (v4.2.289)
79
80 2003-08-26  Helge Hess  <helge.hess@skyrix.com>
81
82         * WODirectAction+XmlRpc.m: small cleanup to exception handling 
83           (v4.2.216)
84
85 2003-01-30  Helge Hess  <helge.hess@skyrix.com>
86
87         * v4.2.138
88
89         * WODirectAction+XmlRpc.m: added special handling for NULL selectors,
90           since the MacOSX Foundation does not allow -respondsToSelector:NULL
91
92         * NSObject+Reflection.m: added reflection for Apple runtime (required
93           by system.listMethods)
94
95         * NGXmlRpcRequestHandler.m: replaced some release macros
96
97 2003-01-29  Helge Hess  <helge.hess@skyrix.com>
98
99         * WODirectAction+XmlRpcIntrospection.m: added patch provided by Bjoern
100           (fixes SKYRiX bug 918)
101
102 2003-01-16  Helge Hess  <helge.hess@skyrix.com>
103
104         * WODirectAction+XmlRpc.m: fixed a bug (incorrect number of arguments
105           passed to a selector)
106
107 2003-01-09  Helge Hess  <helge.hess@skyrix.com>
108         
109         * NGXmlRpcClient.m: started support for HTTP digest authentication
110           (v4.2.112)
111         
112 Mon Dec 23 15:47:38 2002  Helge Hess  <helge.hess@skyrix.com>
113
114         * WODirectAction+XmlRpc.m: fixed a gcc 3.2 warning (v4.2.103)
115
116 2002-10-04  Helge Hess  <helge.hess@skyrix.com>
117
118         * removed the change below (v4.2.38) :-(
119
120         * NGXmlRpcAction+Registry.m: use -skyDictionaryWithContentsOfFile:
121           for parsing of property lists (so that comments work on OSX) 
122           (v4.2.37)
123
124 2002-08-29  Helge Hess  <helge.hess@skyrix.com>
125         
126         * NGXmlRpcRequestHandler.m: small fix to make gcc 3.1 happy (v4.2.35)
127
128 2002-07-02  Helge Hess  <helge.hess@skyrix.com>
129
130         * NGXmlRpcAction.m: fixed a bug in auth handling (www-authenticate
131           header was not set, if access was denied)
132           - allow an action selector to have more arguments than the associated
133           signature (the remaining args are filled with nil ...)
134
135 2002-06-27  Helge Hess  <helge.hess@skyrix.com>
136
137         * NGXmlRpcAction+Registry.m: added a default to control the logging of
138           selector<->rpc-method mapping
139
140 2002-06-20  Helge Hess  <helge.hess@skyrix.com>
141
142         * XmlRpcMethodResponse+WO.m: changed back to use WOResponse
143           content encoding
144
145 Wed Jun 19 18:53:49 2002  Bjoern Stierand  <bjoern@skyrix.com>
146
147         * XmlRpcMethodResponse+WO.m: changed default response
148           encoding to UTF-8 (was defaultCStringEncoding before)
149
150 Fri May 10 15:29:14 2002  Helge Hess  <helge.hess@skyrix.com>
151
152         * NGXmlRpcAction.m: improved error handling
153
154         * NGXmlRpcClient.m: improved error handling
155
156 Sun May  5 14:27:12 2002  Helge Hess  <helge.hess@skyrix.com>
157
158         * moved as a subproject to NGObjWeb
159
160 Mon Apr 22 13:34:44 2002  Helge Hess  <helge.hess@skyrix.com>
161
162         * GNUmakefile: always build xmlrpc_call
163
164 Fri Apr 12 14:35:30 2002  Helge Hess  <helge.hess@skyrix.com>
165
166         * NGXmlRpcAction.m: added ability to coredump if a fault is going
167           to be delivered
168
169 Tue Apr  9 15:19:13 2002  Bjoern Stierand  <bjoern@skyrix.com>
170
171         * NGXmlRpcClient.m: fixed adding of authorization to headers
172           even if no username/password was set
173
174 Fri Apr  5 15:20:47 2002  Helge Hess  <helge.hess@skyrix.com>
175
176         * WODirectAction+XmlRpc.m ([WODirectAction -selectorForXmlRpcAction:parameters:]): 
177           don't print warning if system.* methods are invoked
178
179 Tue Mar 26 19:26:15 2002  Bjoern Stierand  <bjoern@skyrix.com>
180
181         * added xmlrpc_call tool
182
183 Mon Mar 25 16:54:20 2002  Helge Hess  <helge.hess@skyrix.com>
184
185         * added NGXmlRpcRequestHandler, NGXmlRpcAction, NGAsyncResultProxy
186           from SkyDaemon
187
188 Fri Mar 15 15:29:31 2002  Helge Hess  <helge.hess@skyrix.com>
189
190         * XmlRpcMethodResponse+WO.m: set content-type to text/xml
191
192 Mon Mar 11 18:09:54 2002  Helge Hess  <helge.hess@skyrix.com>
193
194         * XmlRpcMethodResponse+WO.h: conforms to WOActionResults
195
196 Tue Feb 26 18:27:37 2002  Bjoern Stierand  <bjoern@skyrix.com>
197
198         * WODirectAction+XmlRpcIntrospection.m: component namespace
199           is now added for all functions who are not introspection methods
200
201 Thu Feb 14 11:09:19 2002  Helge Hess  <helge.hess@skyrix.com>
202
203         * EOFetchSpecification+XmlRpcCoding.m: use EOQualifier to decode
204           a property list  parameter
205
206 Wed Feb 13 13:52:09 2002  Helge Hess  <helge.hess@skyrix.com>
207
208         * moved generic stuff to XML/XmlRpc
209
210 Sat Feb  9 13:00:11 2002  Helge Hess  <helge.hess@skyrix.com>
211
212         * XmlRpcSaxHandler.m: added warning and error handlers ...
213
214         * XmlRpcDecoder.m: improved error output
215
216 Fri Feb  8 17:35:05 2002  Helge Hess  <helge.hess@skyrix.com>
217
218         * XmlRpcDecoder.m: fixed charset problems
219
220         * WODirectAction+XmlRpcIntrospection.m: changed to return "string"
221           signature for object types
222
223 Thu Feb  7 20:19:55 2002  Helge Hess  <helge.hess@skyrix.com>
224
225         * WODirectAction+XmlRpc.m: autogenerate SandStorm component name
226
227 Wed Jan 30 18:16:31 2002  Helge Hess  <helge.hess@skyrix.com>
228
229         * WODirectAction+XmlRpcIntrospection.m: fixed bug with method names
230
231         * NGXmlRpcInvocation.m: convert types prior to call, if signature
232           is available
233
234 Tue Jan 29 18:30:56 2002  Helge Hess  <helge.hess@skyrix.com>
235
236         * added NGXmlRpcInvocation, NGXmlRpcMethodSignature
237
238 Mon Jan 28 18:46:34 2002  Helge Hess  <helge.hess@skyrix.com>
239
240         * WODirectAction+XmlRpc.m: improved reflection capabilities
241
242         * WODirectAction+XmlRpc.m: support a GET action for dynamic reflection
243
244         * WODirectAction+XmlRpc.m: added method to define component prefix
245
246 Fri Jan 25 18:36:58 2002  Helge Hess  <helge.hess@skyrix.com>
247
248         * WODirectAction+XmlRpc.m: use RPC2 as action name ...
249
250         * added NGXmlRpcClient class
251
252 Thu Jan 17 17:23:09 2002  Martin Spindler  <spindler@mdlink.de>
253
254         * NSObject+XmlRpc.m: raise exception if coding methods arn't supported
255
256 Tue Nov 13 09:34:54 2001  Helge Hess  <helge.hess@skyrix.com>
257
258         * EOKeyGlobalID+XmlRpcCoding.m: removed unnecessary retain/autorelease
259
260 Tue Nov 13 01:06:50 2001  Jan Reichmann  <jan@skyrix.com>
261
262         * EOKeyGlobalID+XmlRpcCoding.m: fixed decoding bug
263
264 Wed Oct 24 13:23:54 2001  Martin Spindler  <spindler@mdlink.de>
265
266         * XmlRpcSaxHandler.m: fixed multiple call of -characters:length:
267
268 Mon Oct 22 20:53:33 2001  Helge Hess  <helge.hess@skyrix.com>
269
270         * XmlRpcEncoder.m: normalize NSString subclasses
271
272         * XmlRpcMethodResponse+WO.m: enabled UTF-8 for result encoding
273
274 Wed Oct 10 19:42:17 2001  Martin Spindler  <spindler@mdlink.de>
275
276         * XmlRpcEncoder.m: use -classForCoder instead of -class
277
278 Tue Aug 28 15:38:05 2001  Martin Spindler  <spindler@mdlink.de>
279
280         * changed 'timeZone' - tag into 'timeZone' - attribute
281
282         * support of 'timeZone' - tag (not xmlprc compatible!)
283
284         * XmlRpcCoder: added accessors for defaultTimeZone
285
286 Mon Aug 27 10:47:03 2001  Helge Hess  <helge.hess@skyrix.com>
287
288         * moved SKYRiX Logic categories back to skyxmlrpcd
289
290 Wed Aug 22 15:41:39 2001  Helge Hess  <helge.hess@skyrix.com>
291
292         * XmlRpcDecoder.m: decode dates as calendar-dates
293
294         * use ObjC base-types for decoding/encoding numbers
295
296         * NSDate+XmlRpcCoding.m: fixed NSTimeZone decoding
297
298         * NSArray+XmlRpcCoding.m: fixed NSEnumerator coding, fixed RC bugs
299
300 Mon Aug 20 21:55:41 2001  Helge Hess  <helge.hess@skyrix.com>
301
302         * created ChangeLog
303