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