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