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