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