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