* glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
[platform/upstream/dbus.git] / ChangeLog
1 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2
3         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
4         so distcheck doesn't fail
5
6         * glib/examples/Makefile.am: Add example-service.xml and 
7         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
8
9         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
10         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
11
12         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
13         compiler looks in the right places during distcheck
14
15 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
16
17         * glib/example/Makefile.am: Fix a typo which cause make distcheck
18         to fail
19
20 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
21
22         * python/examples/example-service.py,
23         python/examples/example-signal-emitter.py: Fixed up examples
24         for API changes
25
26 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
27
28         * python/__init__.py: Upped to version (0,42,0) because of
29         the API change
30
31 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
32
33         * ChangeLog: fix date in last entry
34
35         * configure.in, bus/system.conf.in: add the ability to configure 
36         the system bus user at compiletime with the --with-dbus-user flag
37         (patch from Kristof Vansant)
38
39 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
40
41         * bus/dispatch.c, test/test-service.c: Add testcase
42         for sending messages to oneself (TODO item).
43
44         * python/service.py (class Object): Swap ordering of bus_name 
45         and object_path parameters to better support inheritance.
46
47         * doc/dbus-tutorial.xml: change Python docs to reflect change
48         in parameter ordering and fix the inheritance section.
49
50         * doc/TODO: remove sending message to oneself TODO item
51
52 2005-07-15  Ross Burton  <ross@openedhand.com>
53
54         * glib/dbus-gproxy.c:
55         Fix a leak when calling methods via the proxy.
56
57 2005-07-15  Colin Walters  <walters@verbum.org>
58
59         * bus/selinux.c (bus_selinux_append_context): Wrap in
60         HAVE_SELINUX.
61
62 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
63
64         * python/_dbus.py (Bus::remove_signal_receiver):
65         don't add a callback to the match if none has been passed in
66         
67         * python/matchrules.py (SignalMatchTree::remove): if the rule
68         being matched does not have a callback treat it as a wildcard
69         fix matching logic
70
71         * doc/dbus-tutorial.xml: Add Python tutorial
72
73 2005-07-14  Colin Walters  <walters@verbum.org>
74
75         * bus/driver.c
76         (bus_driver_handle_get_connection_unix_security_context): New function.
77         (message_handlers): Add.
78
79         * bus/selinux.c (bus_selinux_append_context): New function; appends
80         security context to message.
81
82         * bus/selinux.h: Prototype.
83
84         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
85
86 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
87
88         * bus/activation.c: clean up all tabs to be 8 spaces 
89         (bus_activation_activate_service): make sure we clean up
90         if activation fails
91
92         * bus/dispatch.c: clean up all tabs to be 8 spaces 
93         (check_shell_fail_service_auto_start): New function
94         tests to make sure we get fail properly when trying to auto start a service
95         with a faulty command line
96         (check_shell_service_success_auto_start): New function tests to make sure
97         auto started services get the arguments on the command line
98
99         * test/test-shell-service.c: Added service for testing auto-starting with 
100         command line arguments
101
102         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
103         test/data/valid-service-files/debug-shell-echo-success.service.in:
104         Added service files for testing auto-starting with command line arguments
105
106         * */.cvsignore: added a bunch of generated files to various .cvsignore files
107
108 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
109
110         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
111         
112         * dbus/Makefile.am: added new files to build.
113
114         * bus/activation.c (bus_activation_activate_service): support
115         activation commands with parameters.
116
117         * test/shell-test.c: added test program for the shell parsing
118         code.
119
120 2005-07-13  David Zeuthen  <davidz@redhat.com>
121
122         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
123         64 bit signed and unsigned parameters
124
125 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
126
127         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
128
129         * python/service.py (class Name): renamed BusName to make it clearer
130         what the object is for (a name on the bus)
131
132         * python/examples/example-service.py,
133         python/examples/example-signal-emitter.py: change the Name object to
134         BusName
135
136 2005-07-12  Colin Walters  <walters@verbum.org>
137
138         Patch from Jim Gettys <Jim.Gettys@hp.com>.
139
140         * tools/dbus-launch.c: Include sys/select.h.
141
142 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
143         * python/dbus_bindings.pyx.in: removed
144
145         * python/dbus_bindings.pyx: Added.
146         - Fixed some memleaks (patch from 
147         Sean Meiners <sean.meiners@linspireinc.com>)
148         - Broke out the #include "dbus_h_wrapper.h" and put it in its
149         own pxd file (Pyrex definition)
150         - Broke out glib dependancies into its own pyx module
151         
152         * python/dbus_bindings.pdx: Added.
153         - Defines C class Connection for exporting to other modules
154
155         * python/dbus_glib_bindings.pyx: Added.
156         - New module to handle lowlevel dbus-glib mainloop integration
157
158         * python/glib.py: Added.
159         - Registers the glib mainloop when you import this module
160
161         * python/services.py: Removed (renamed to service.py)
162         
163         * python/service.py: Added.
164         - (class Server): renamed Name
165
166         * python/__init__.py: Bump ro version (0,41,0)
167         -don't import the decorators or service module
168         by default.  These now reside in the dbus.service namespace
169
170         * python/_dbus.py (Bus::__init__): Add code run the main loop 
171         setup function on creation 
172
173         * python/examples/example-service.py,
174         python/examples/example-signal-emitter.py: update examples
175
176         * python/examples/gconf-proxy-service.py,
177         python/examples/gconf-proxy-service2.py: TODO fix these up
178
179         * doc/TODO: Addition
180         - Added a Python Bindings 1.0 section
181         - added "Add match on args or match on details to match rules"
182
183
184 2005-07-12  Colin Walters  <walters@verbum.org>
185
186         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
187         (statemachine-glue.h): 
188         * glib/examples/Makefile.am (example-service-glue.h) 
189         (example-signal-emitter-glue.h): 
190         * glib/Makefile.am (dbus-glib-error-switch.h): 
191         Add libtool --mode=execute so we use the built library instead
192         of any installed one.
193
194 2005-07-11  Colin Walters  <walters@verbum.org>
195
196         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
197         (dbus_g_value_types_init): Remove assertion.
198         (dbus_g_value_get_g_type, dbus_g_value_open)
199         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
200         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
201         functions related to DBusGValue.  Now we marshal/demarshal
202         structures as GValueArray.
203         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
204         structures.
205         (signature_iter_to_g_type_array): Don't call
206         signature_iter_to_g_type_struct.
207         (signature_iter_to_g_type_struct): Delete.
208         (dbus_gvalue_to_signature): Delete.
209         (dbus_gvalue_to_signature): New function with same name as other
210         one; we can convert structures to signatures.
211         (demarshal_valuearray): New function.
212         (get_type_demarshaller): Use it.
213         (demarshal_recurse): Delete.
214         (marshal_proxy): New function.
215         (marshal_map): Warn if we can't determine signature from type.
216         (marshal_collection_ptrarray): Ditto.
217         (marshal_collection_array): Ditto.
218         (get_type_marshaller): Use marshal_valuearray.
219         (marshal_recurse): Delete.
220         (_dbus_gvalue_test): Add some tests.
221
222         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
223         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
224         (dbus_g_value_open, dbus_g_value_iterator_get_value)
225         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
226         (dbus_g_value_free): Remove prototypes.
227
228         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
229         G_TYPE_VALUE_ARRAY.
230
231         * glib/examples/example-service.c:
232         * glib/examples/example-client.c: Implement GetTuple.
233
234         * test/glib/test-dbus-glib.c:
235         * test/glib/test-service-glib.c:
236         * test/glib/test-service-glib.xml: Add structure tests.
237
238 2005-07-10  Colin Walters  <walters@verbum.org>
239
240         * doc/TODO: Knock off some GLib items with this patch.
241
242         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
243         (_dbus_gvalue_signals_error): New functions.
244
245         * glib/dbus-gvalue-utils.h: Prototype them.
246
247         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
248         and change to not output const/retval flags for input args.  All
249         callers updated.
250         (invoke_object_method): Refactor to handle return values.  Add
251         some more comments in various places.  Remove debug g_print.
252
253         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
254
255         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
256         Handle G_TYPE_NONE.
257         (compute_gsignature): New function; refactored from code from
258         compute_marshaller and compute_marshaller_name.  Enhance to
259         handle return values and async ops more cleanly.  Update for
260         async ops returning NONE instead of BOOLEAN.
261         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
262         and output appropriate string.
263         (generate_glue): Handle return value annotation.  Also don't dump
264         constness flag for input arguments.
265
266         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
267         files shared between installed library and utilities.
268         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
269         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
270         binding tool can access gtype utility functions.
271
272         * test/glib/test-service-glib.c: 
273         * test/glib/test-service-glib.xml: 
274         * test/glib/test-dbus-glib.c: Add some tests for return values.
275
276 2005-07-09  Colin Walters  <walters@verbum.org>
277
278         * glib/dbus-gparser.c (parse_annotation): Add annotations to
279         argument if available, not method.
280
281         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
282         (invoke_object_method): First, remove some redundant
283         GValues (object_value, error_value) in favor of working on
284         array directly.  Second, rework constness to be less buggy.
285         Now we iterate directly over the argument metadata instead
286         of parallel iterating over output signature and metadata.
287
288         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
289
290         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
291         annotation on input args.
292         
293 2005-07-09  Colin Walters  <walters@verbum.org>
294
295         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
296         Define.
297
298         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
299         annotation.
300
301         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
302         (method_dir_signature_from_object_info): Handle arg_iterate change.
303         (write_interface): Ditto.
304         (lookup_object_info): Don't barf if format_version is > 0.
305         (invoke_object_method): Handle arg constness.
306
307         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
308         (arg_info_new): Create.
309         (arg_info_unref): Destroy.
310         (arg_info_get_annotations, arg_info_get_annotation) 
311         (arg_info_add_annotation): New functions.
312
313         * glib/dbus-gidl.h: Prototype them.
314
315         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
316         args, disallow them in properties.
317         (parse_annotation): Handle arg annotations.
318
319         * test/glib/test-service-glib.xml: 
320         * test/glib/test-service-glib.c: Update to make some methods
321         const.
322
323 2005-07-08  Colin Walters  <walters@verbum.org>
324
325         * test/glib/test-service-glib.xml: 
326         * test/glib/test-service-glib.c:
327         * test/glib/test-dbus-glib.c: Test a{sv}.
328
329         * glib/examples/statemachine/statemachine.c:
330         * glib/examples/statemachine/statemachine-server.c:
331         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
332         add progress bar, etc.
333
334         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
335         needed anymore due to generic array/map marshalling.
336         (dbus_g_value_types_init): Don't register basic arrays or the
337         string/string hash.
338         (dbus_gtype_from_signature_iter): Don't try to recurse into
339         variants.
340         (dbus_gtype_to_signature): Check collection/map before type
341         metadata.
342         (demarshal_garray_basic): Renamed to demarshal_collection_array.
343         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
344         generic map creation/append functions instead of hash table
345         specifically.
346         (get_type_demarshaller): Handle maps.
347         (demarshal_collection): Dispatch on collection type to either
348         demarshal_collection_ptrarray or demarshal_collection_array.
349         (get_type_marshaller): Handle maps.
350         (marshal_collection): Dispatch collection type to either
351         marshal_collection_ptrarray or marshal_collection_array.
352         (_dbus_gvalue_test): New test.
353
354         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
355         (hash_free_from_gtype): Use it to free GValues.
356         (hashtable_append): New function.
357         (ptrarray_append): Fix prototype.
358         (slist_append): Ditto.
359         (_dbus_gvalue_utils_test): Extend tests.
360
361         * glib/dbus-gtype-specialized.c
362         (dbus_g_type_specialized_init_append): Renamed from
363         dbus_g_type_specialized_collection_init_append.  Remove const from
364         value, since we steal it.
365         (dbus_g_type_specialized_map_append): New function.
366
367         * glib/dbus-gtype-specialized.h: Update prototypes.
368         Add DBusGTypeSpecializedMapAppendFunc.
369
370         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
371         _dbus_gvalue_test.
372         
373         * glib/dbus-gtest.h: Prototype it.
374
375 2005-07-08  Ross Burton  <ross@openedhand.com>
376
377         * dbus/dbus-glib.h:
378         Add DBysGAsyncData for the async bindings.
379
380         * glib/dbus-binding-tool-glib.c:
381         Re-enable the async bindings.
382
383         * test/glib/test-dbus-glib.c:
384         Add a test for the generated async bindings.
385
386 2005-07-08  Colin Walters  <walters@verbum.org>
387
388         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
389         connection concept.
390         
391 2005-07-08  Colin Walters  <walters@verbum.org>
392         
393         * tools/Makefile.am: Kill of print-introspect in favor of using
394         dbus-send --print-reply=literal.
395
396         * test/glib/test-service-glib.xml: 
397         * test/glib/test-service-glib.c (my_object_get_objs): New test
398         for "ao".
399
400         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
401         (main): Test GetObjs.
402
403         * glib/examples/statemachine/Makefile.am:
404         * glib/examples/statemachine/sm-marshal.list:
405         * glib/examples/statemachine/statemachine-client.c:
406         * glib/examples/statemachine/statemachine-server.c:
407         * glib/examples/statemachine/statemachine-server.xml:
408         * glib/examples/statemachine/statemachine.c:
409         * glib/examples/statemachine/statemachine.h:
410         * glib/examples/statemachine/statemachine.xml:
411
412         New example.
413
414         * glib/examples/example-service.c (main): Move invocation
415         of dbus_g_object_type_install_info earlier, to emphasize it
416         should only be done once.
417
418         * glib/examples/example-signal-emitter.c (main): Ditto.
419
420         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
421
422         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
423         (dbus_gvalue_marshal): Update prototypes.
424
425         * glib/dbus-gvalue.c: Update all marshalling functions to take
426         const GValue instead of GValue.
427         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
428         types.
429         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
430         change.
431         (dbus_gtype_to_signature): Handle generic collecitons and maps.
432         Return a newly-allocated string.
433         (demarshal_proxy, demarshal_object_path, demarshal_object)
434         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
435         we get the wrong types from message.
436         (get_type_demarshaller): New function, extracted from
437         dbus_gvalue_demarshal.
438         (demarshal_collection): New function, demarshals generic
439         collection.
440         (dbus_gvalue_demarshal): Just invoke result of
441         get_type_demarshaller.  Throw error if we don't have one.
442         (marshal_garray_basic): Abort on OOM.
443         (get_type_marshaller): New function, extracted from
444         dbus_gvalue_marshal.
445         (collection_marshal_iterator, marshal_collection): New functions;
446         implements generic marshalling for an iteratable specialized
447         collection.
448         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
449
450         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
451         G_TYPE_STRING.
452         (ptrarray_value_from_gvalue): Ditto.
453         (ptrarray_append, ptrarray_free): New functions.
454         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
455         (slist_append, slist_end_append, slist_free): New functions.
456         (dbus_g_type_specialized_builtins_init): Add append fuctions
457         for GPtrArray and GSList.  Register GSList.
458         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
459
460         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
461         New.
462         (dbus_g_type_specialized_collection_init_append)
463         (dbus_g_type_specialized_collection_append)
464         (dbus_g_type_specialized_collection_end_append): Prototype.
465         (DBusGTypeSpecializedCollectionVtable): Add append_func and
466         end_append_func.
467
468         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
469         (dbus_g_type_specialized_collection_append) 
470         (dbus_g_type_specialized_collection_end_append): New functions.
471         (dbus_g_type_map_value_iterate): Take const GValue.
472         (dbus_g_type_collection_value_iterate): Ditto.
473
474         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
475         _dbus_gvalue_utils_test.
476         
477         * glib/dbus-gtest.h: Prototype it.
478
479         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
480         using uninitialized owner_list.
481         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
482         public API.
483         (dbus_g_proxy_end_call_internal): Update to use error set
484         from dbus_gvalue_demarshal instead of setting it here.
485         (dbus_g_proxy_begin_call): Move return_if_fail here.
486
487         * glib/dbus-gobject.c (write_interface): Update for
488         dbus_gtype_to_signature returning new string.
489
490         * configure.in: Add glib/examples/statemachine.
491
492 2005-07-08  Joe Shaw  <joeshaw@novell.com>
493
494         * configure.in: Add a configure option, --with-console-auth-dir
495         
496         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
497         new setting.  Patch from Kay Sievers.
498
499 2005-07-06  Colin Walters  <walters@verbum.org>
500
501         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
502         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
503         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
504         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
505         Delete in favor of dbus_g_proxy_begin_call and
506         dbus_g_proxy_cancel_call.
507         (DBusGProxyCall, DBusGProxyCallNotify): New.
508         (dbus_g_proxy_begin_call): Change prototype to take callback, user
509         data, and destroy function.  This replaces
510         dbus_g_pending_call_set_notify.
511         (dbus_g_proxy_cancel_call): Prototype.
512         (DBusGAsyncData): Delete, shouldn't be needed anymore.
513
514         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
515         pending_calls map.
516         (struct _DBusGProxyManager): Add bus_proxy member, which is an
517         internal proxy for calls to the bus. Remove
518         pending_nameowner_calls, now the internal proxy keeps track.
519         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
520         pending_nameowner_calls.
521         (got_name_owner_cb): Update prototype, and use
522         dbus_g_proxy_end_call.
523         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
524         (dbus_g_proxy_manager_register): Delete directly libdbus code in
525         favor of using internal proxy.
526         (dbus_g_proxy_manager_unregister): Update to use
527         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
528         (dbus_g_proxy_init): Initialize pending calls map.
529         (dbus_g_proxy_constructor): New.
530         (dbus_g_proxy_class_init): Add get/set property functions,
531         constructor, and add NAME, PATH, and INTERFACE properties.
532         (cancel_pending_call): New function.
533         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
534         cancel them.
535         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
536         (GPendingNotifyClosure): New structure.
537         (d_pending_call_notify, d_pending_call_free): Moved here from
538         dbus-glib.c.
539         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
540         ordering.
541         (manager_begin_bus_call): New internal function for talking to
542         internal bus proxy.
543         (dbus_g_proxy_new): Construct object using GObjet properties.
544         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
545         Create closure of same, and insert call into map of pending calls.
546         (dbus_g_proxy_end_call_internal): Take call id instead of pending
547         call.  Look up pending call in current set.  Remove it when we've
548         completed.
549         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
550         (dbus_g_proxy_begin_call): Change API to take callback, user data,
551         and destroy function directly.
552         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
553         (dbus_g_proxy_call): Invoke with NULL callback.
554         (dbus_g_proxy_cancel_call): New function, replaces
555         dbus_g_pending_call_cancel.
556
557         * glib/dbus-gparser.c (validate_signature): Fix call to
558         dbus_set_g_error.
559
560         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
561         New quark for attaching metadata to GType.
562         (info_hash): Delete.
563         (lookup_object_info): Look up using quark.
564         (dbus_g_object_type_install_info): Check that a type is classed,
565         not that it's an object.  Also just install type data using quark
566         instead of using global hash.
567
568         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
569         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
570         (GPendingNotifyClosure): Delete.
571         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
572         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
573
574         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
575         client method generation until we can fix it...
576         
577         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
578         (load_from_service_thread_func): Ditto.
579
580         * tools/dbus-names-model.c (struct NamesModel): Hold
581         DBusGProxyCall.
582         (have_names_notify): Update prototype, use
583         dbus_g_proxy_cancel_call.
584         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
585
586         * tools/dbus-monitor.c (filter_func): Update for print_message
587         API change.
588
589         * test/glib/test-dbus-glib.c: Add more tests for async
590         invocations.  Update many begin_call/end_call pairs to just use
591         dbus_g_proxy_call.
592
593         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
594         allows us to dump print-introspect.c.
595
596         * tools/dbus-print-message.h (print_message): Add literal argument
597         to print_message which is intended to allow printing arguments without
598         metadata like "string=".
599
600         * tools/dbus-print-message.c (print_iter): Add literal argument.
601         (print_message): Allow printing string messages literally.
602
603 2005-07-05  Colin Walters  <walters@verbum.org>
604
605         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
606         Remove value refcount leak, original patch from Jorn Baayen
607         <jorn@openedhand.com>.  Also remove useless extra value in favor
608         of prepending to value array directly.
609
610 2005-07-02  Colin Walters  <walters@verbum.org>
611
612         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
613
614 2005-07-01  Colin Walters  <walters@verbum.org>
615
616         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
617         
618         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
619         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
620         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
621         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
622
623 2005-06-30  Colin Walters  <walters@verbum.org>
624
625         * test/glib/test-dbus-glib.c:
626         * test/glib/test-service-glib.c:
627         * test/glib/test-service-glib.xml: Update tests for new error
628         setting bits, also add async tests (patch from Ross Burton).
629
630         * test/glib/Makefile.am (test_service_glib_LDADD): Add
631         DBUS_GLIB_THREADS_LIBS.
632
633         * glib/dbus-gproxy.c (get_name_owner)
634         (dbus_g_pending_call_end_valist): Ditto.
635
636         * glib/dbus-gobject.c (error_metadata): New mapping from GError
637         domain (GQuark) to DBusGErrorInfo.  
638         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
639         quark in error_metadata.  Take message interface as default
640         error message interface.
641         (gerror_to_dbus_error_message): Pass message interface.
642         (dbus_set_g_error): Resurrected.
643         (dbus_g_error_info_free): New function.
644         (dbus_g_object_type_install_info): Use g_type_class_ref instead
645         of _peek to actually create the object class if it hasn't been
646         created yet.
647         (dbus_g_error_domain_register): New function.
648
649         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
650
651         * glib/dbus-gparser.c (validate_signature): Ditto.
652
653         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
654         (dbus_g_error_domain_register): Prototype.
655
656         * glib/dbus-glib.c (dbus_g_error_set): Delete.
657         Update tests.
658
659 2005-06-29  Colin Walters  <walters@verbum.org>
660
661         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
662         DBUS_TYPE_G_OBJECT_PATH.
663
664         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
665         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
666         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
667         (dbus_g_object_path_get_g_type): New function.
668         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
669         to DBUS_TYPE_G_OBJECT_PATH by default.
670         (demarshal_proxy): Remove unused name variable.
671         (demarshal_object_path, marshal_object_path): New functions.
672         (demarshal_proxy_array, marshal_proxy_array): Delete.
673         
674         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
675         DBUS_TYPE_G_OBJECT_PATH to char *.
676         (dbus_g_type_get_lookup_function): Map builtin
677         DBUS_TYPE_G_OBJECT_PATH.
678
679         * test/glib/test-dbus-glib.c
680         * test/glib/test-service-glib.c (my_object_objpath): 
681         Adapt tests to new object path marshalling.
682
683 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
684
685         * configure.in: force check for Python >= 2.4
686
687 2005-06-29  Colin Walters  <walters@verbum.org>
688         
689         Patch from Ross Burton <ross@openedhand.com>
690         
691         * glib/dbus-gobject.c (invoke_object_method): Unset object
692         value in all cases, not only in async case.
693
694 2005-06-29  Colin Walters  <walters@verbum.org>
695
696         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
697         name_call for keeping track of any outgoing GetNameOwner call.
698         Also add for_owner and associated.
699         (struct _DBusGProxyManager): Add owner_names, which is hash table
700         that maps a base name to a list of names it owns (that we're
701         interested in).  Add pending_nameowner_calls which is a list of
702         all outstanding GetNameOwner; avoids us having to iterate over
703         every proxy.  Add unassociated_proxies which keeps track of name
704         proxies with no associated name owner.
705         (dbus_g_proxy_manager_unref): Destroy owner_names.
706         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
707         name refcounts.
708         (find_name_in_info, name_owner_foreach)
709         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
710         (dbus_g_proxy_manager_monitor_name_owner)
711         (dbus_g_proxy_manager_unmonitor_name_owner)
712         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
713         New functions; they manipulate the owner_names mapping.
714         (got_name_owner_cb): New function.
715         (get_name_owner): New function, extracted from
716         dbus_g_proxy_new_for_name_owner.
717         (dbus_g_proxy_manager_register): For now we need to keep track of
718         all NameOwnerChanged.  Also if the proxy is for a name, if we
719         don't already know the name owner, queue a new GetNameOwner
720         request and add it to our list of unassociated proxies.  Otherwise
721         inc the refcount.
722         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
723         cancel any pending GetNameOwner call, etc.
724         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
725         the owner_names mapping to look up the current names for the
726         signal source, and dispatch to any proxies for that name.
727         (dbus_g_proxy_new): Initialize new members.
728         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
729         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
730         (dbus_g_pending_call_end_valist): New function, extracted from
731         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
732         but want to use the GLib infrastructure.  Also note how many
733         arguments in reply were over.
734         (dbus_g_pending_call_end): New function, just call
735         dbus_g_pending_call_end_valist.
736         (dbus_g_proxy_end_call_internal): Just call
737         dbus_g_pending_call_end_valist.
738
739         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
740         of builtin marshaller for STRING_STRING_STRING.
741
742         * test/glib/test-dbus-glib.c: 
743         * test/glib/test-service-glib.c:
744         * test/glib/test-service-glib.xml:
745         Extend tests to cover name proxies, destruction of owner proxies,
746         etc.
747         
748         * glib/examples/example-signal-recipient.c
749         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
750         
751         * tools/dbus-send.c (main): Print D-BUS error name in addition
752         to message.
753
754 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
755
756         * python/dbus_bindings.pyx.in (cunregister_function_handler,
757         cmessage_function_handler): Patch from 
758         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
759         by using the Py_GILState_Ensure/Release to synchronize with the
760         python runtime.
761         
762 2005-06-28  Ray Strode  <rstrode@redhat.com>
763
764         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
765         babysitter helper process on last unref, bug #2813.
766
767 2005-06-27  Colin Walters  <walters@verbum.org>
768
769         * test/glib/test-dbus-glib.c: 
770         * test/glib/test-service-glib.c:
771         * test/glib/test-service-glib.xml:
772         Test hash table signal emitting.
773
774         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
775         types to their fundamental basis types, since this is what
776         marshallers operate on.  Also add an entry for VOID__BOXED.
777         (dbus_g_object_register_marshaller_array): Convert to fundamental.
778
779 2005-06-26  Havoc Pennington  <hp@redhat.com>
780
781         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
782         from Don Park
783
784 2005-06-26  Colin Walters  <walters@verbum.org>
785
786         * glib/dbus-glib.c (dbus_set_g_error): Delete.
787         (dbus_g_error_set): New public function from its ashes; used by
788         both service-side method implementation and GLib bindings
789         internals.
790         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
791         (_dbus_glib_test): Add some tests.
792
793         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
794
795         * test/glib/test-service-glib.c (my_object_throw_error): Use
796         dbus_g_error_set.
797
798         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
799         errors thrown by dbus_g_error_set.
800
801         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
802
803         * glib/dbus-gparser.c (validate_signature): Ditto.
804
805         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
806         (dbus_g_proxy_end_call_internal): Ditto.
807
808         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
809         converts DBUS_ERROR_x to DBUS_GERROR_x.
810         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
811
812         * doc/TODO: Remove error TODO.
813
814         * doc/dbus-tutorial.xml: Update with documentation about error
815         handling.
816
817         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
818         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
819         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
820
821 2005-06-22  Colin Walters  <walters@verbum.org>
822         
823         Patch from Ross Burton <ross@openedhand.com>
824
825         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
826
827 2005-06-20  Colin Walters  <walters@verbum.org>
828
829         * configure.in: Add glib/examples.
830
831         * glib/Makefile.am: Add examples/
832
833         * glib/examples/.cvsignore
834         * glib/examples/Makefile.am
835         * glib/examples/example-client.c
836         * glib/examples/example-service.c
837         * glib/examples/example-service.xml
838         * glib/examples/example-signal-emitter.c
839         * glib/examples/example-signal-emitter.xml
840         * glib/examples/example-signal-recipient.c:
841         New files; GLib binding examples, ported from
842         python/examples.
843
844 2005-06-20  Colin Walters  <walters@verbum.org>
845
846         * dbus/dbus-glib.h: 
847         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
848         dbus_g_proxy_call.
849
850         * glib/dbus-binding-tool-glib.c: 
851         * doc/dbus-tutorial.xml: 
852         * test/glib/test-dbus-glib.c: Update for rename.
853         
854 2005-06-20  Colin Walters  <walters@verbum.org>
855
856         Patch suggested by Ross Burton <ross@openedhand.com>
857
858         * glib/dbus-gobject.c (export_signals): Free signal name.
859         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
860         memory leak.  Add a bit of documentation.
861         (dbus_g_method_return_error): Free context, and note we do
862         so.
863
864 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
865
866         * dbus/dbus-glib.h:
867         * glib/dbus-gobject.c:
868         * glib/dbus-gproxy.c:
869         * glib/dbus-gvalue.c: Predeclare structs as 
870         typedef struct _Something Something instead of 
871         typedef struct Something Something, so we can 
872         redeclare the prototypes. Other GNOME libraries 
873         do this already.
874
875 2005-06-17  Colin Walters  <walters@verbum.org>
876
877         * tools/dbus-names-model.c (have_names_notify): Fix call
878         to dbus_g_proxy_end_call.
879         
880 2005-06-17  Colin Walters  <walters@verbum.org>
881
882         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
883         spew warnings if we get malformed remote signals.
884
885         * glib/dbus-gobject.c (propsig_iterate): New function.
886         (lookup_object_info): New function, extracted from
887         lookup_object_and_method.
888         (introspect_properties, introspect_signals): Delete; these
889         are merged into write_interface.
890         (write_interface): Write out signals and properties here;
891         dump the org.gtk.object stuff and use the interface given
892         in the introspection data blob.  Also fix up property XML.
893         (lookup_values): New function.
894         (introspect_interfaces): Gather a mapping from interface to a
895         list of its methods, signals, and properties, then write out
896         each interface.
897         (lookup_object_and_method): Use lookup_object_info.
898         (struct DBusGSignalClosure): Add interface.
899         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
900         we can just use the constant data.
901         (dbus_g_signal_closure_finalize): Don't free signal name.
902         (signal_emitter_marshaller): Use interface from signal closure.
903         (export_signals): Only export signals mentioned in introspection
904         blob.
905         (dbus_g_connection_register_g_object): Warn if we have no
906         introspection data for an object.
907         (funcsig_equal): Remove unused variable.
908         (dbus_g_object_register_marshaller): Take varargs instead of
909         list.
910         (dbus_g_object_register_marshaller_array): New function,
911         extracted from old dbus_g_object_register_marshaller.
912
913         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
914         signals and property data.
915         (write_quoted_string): New function, extracted from generate_glue.
916         (generate_glue): Write signals and properties to introspection
917         blob.
918
919         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
920         exported_signals and exported_properties.
921         (dbus_g_object_register_marshaller): Update prototype.
922         (dbus_g_object_register_marshaller_array): Prototype.
923         
924         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
925
926         * test/glib/test-service-glib.c: Add new test signals and method
927         to emit them.
928
929         * test/glib/test-service-glib.xml: Add some test signals.
930
931         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
932         and my-object-marshal.h
933         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
934         my-object-marshal.c.
935         (my-object-marshal.c, my-object-marshal.h): Implement.
936
937         * test/glib/.cvsignore: Update.
938
939         * doc/TODO: Remove two GLib TODO items fixed by this
940         patch.
941
942 2005-06-16  Colin Walters  <walters@verbum.org>
943
944         * doc/TODO: Update for GLib bindings.
945         
946 2005-06-16  Colin Walters  <walters@verbum.org>
947
948         * glib/dbus-binding-tool-glib.c:
949         * glib/dbus-gobject.c:
950         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
951         from Ross Burton, for his GLib bindings work.
952
953 2005-06-16  Colin Walters  <walters@verbum.org>
954
955         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
956         to iterate instead of walking to G_TYPE_INVALID.
957
958         Patch based on a patch from Ryan Gammon.
959
960 2005-06-16  Colin Walters  <walters@verbum.org>
961
962         * bus/bus.c (bus_context_new): Set parser to NULL
963         after we unref it (Patch from Chris Boscolo, #2174).
964         
965 2005-06-16  Colin Walters  <walters@verbum.org>
966
967         * python/dbus_bindings.pyx.in: Import size_t,
968         __int64_t, __uint64_t, and __signed.
969
970         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
971         Define cmsg struct, output it.
972         (_dbus_read_credentials_unix_socket):
973         Use cmsg struct.
974         
975         Patch from Joe Markus Clarke for FreeBSD support.
976         
977 2005-06-16  Colin Walters  <walters@verbum.org>
978
979         * tools/dbus-send.c (append_array): Use strtok.
980         (append_dict): New function.
981         (type_from_name): New function, extracted from main.
982         (main): Handle sending dicts.
983
984         * tools/dbus-print-message.c (print_iter): Print dict
985         entries.
986         
987 2005-06-16  Colin Walters  <walters@verbum.org>
988
989         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
990         values as the empty string (#2948).
991         
992 2005-06-16  Colin Walters  <walters@verbum.org>
993
994         * dbus/Makefile.am:
995         * mono/doc/Makefile.am:
996         * test/glib/Makefile.am:
997
998         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
999
1000 2005-06-16  Colin Walters  <walters@verbum.org>
1001
1002         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
1003         header byte order from expected byte order (Patch from Chris Wilson, #3475).
1004
1005         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
1006         Increment pointer after swapping fixed array.  Add assertion
1007         for array length.
1008                 
1009 2005-06-15  Colin Walters  <walters@verbum.org>
1010
1011         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
1012         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
1013         
1014 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
1015
1016         * NEWS: Update to 0.34
1017
1018 2005-06-15  David Zeuthen  <davidz@redhat.com>
1019
1020         * configure.in (LT_CURRENT): Revert back to 1 as the library
1021         hasn't changed and we've certainly not committed to protocol
1022         stability yet.  All this does is to break ABI. See commit note
1023         from hp@redhat.com 2005-05-05 for details.
1024         
1025 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
1026
1027         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
1028         (_dbus_connection_run_builtin_filters): New method
1029         (dbus_connection_dispatch): Run the builtin filters which in turn
1030         runs the peer filter which handles Ping messages.
1031
1032         * doc/TODO: 
1033          - Ping isn't handled: This patch fixes it
1034          
1035          - Add a test case for the Ping message: added TODO item
1036
1037 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
1038
1039         * dbus/dbus-message.c:
1040         (dbus_message_has_path): New method
1041         (dbus_message_has_interface): New method
1042         (dbus_message_has_member): New method
1043
1044         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
1045         New method
1046
1047         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
1048         the keyring directory is private to the user
1049
1050         * doc/TODO:
1051          - The convenience functions in dbus-bus.h should perhaps have
1052          the signatures that they would have if they were autogenerated
1053          stubs. e.g. the acquire service function. We should also evaluate
1054          which of these functions to include, in light of the fact that
1055          GLib/Qt native stubs will probably also exist.: Punted
1056
1057          - add dbus_message_has_path(), maybe has_member/interface:
1058          fixed in this patch
1059
1060          - in dbus-keyring.c, enforce that the keyring dir is not
1061          world readable/writable: Fixed in this patch
1062
1063 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
1064
1065         * dbus/dbus-marshal-validate.h: Added a new validation
1066         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
1067         out of memory errors when validating signitures
1068
1069         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
1070         in places where we previously used DBUS_VALID and a FALSE return 
1071         value to indicate OOM
1072         
1073         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
1074         Use a stack to track the number of elements inside containers.  The 
1075         stack values are then used to validate that dict entries have only two
1076         elements within them.
1077         (validate_body_helper): check the reason for failure when validating
1078         varients
1079         
1080         * dbus/dbus-message.c (load_message): use 
1081         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
1082         DBUS_VALID and a FALSE return value to indicate OOM
1083
1084         * doc/TODO: remove "- validate dict entry number of fields" as this
1085         patch fixes it
1086
1087 2005-06-14  David Zeuthen  <davidz@redhat.com>
1088
1089         * bus/bus.c (process_config_every_time): Drop existing conf-dir
1090         watches (if applicable) and add new watches
1091
1092         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
1093         (main): Setup SIGIO signal handler if using D_NOTIFY
1094
1095         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
1096
1097         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
1098         (merge_included): Also merge conf_dirs list
1099         (bus_config_parser_unref): Clear conf_dirs list
1100         (include_dir): Add directory to conf_dirs list
1101         (bus_config_parser_get_conf_dirs): New function
1102
1103         * bus/dir-watch.[ch]: New files
1104
1105         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
1106
1107         * configure.in: Add checks for D_NOTIFY on Linux
1108
1109 2005-06-14  Colin Walters  <walters@verbum.org>
1110
1111         * glib/dbus-binding-tool-glib.c:
1112         * glib/dbus-gobject.c:
1113         * glib/dbus-gvalue.c: Fix indentation and brace style.
1114         
1115 2005-06-14  Ross Burton <ross@openedhand.com>.
1116
1117         * glib/dbus-glib.h: Make DBusGMethodInvocation
1118         a private structure.  Rearrange prototypes a bit.
1119         
1120         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
1121         documentation for first_arg_type.
1122         
1123         * glib/dbus-gobject.c: Move DBusGMethodInvocation
1124         here, add documentation.  Move dbus_g_method_return
1125         and dbus_g_method_return_error into public API
1126         section.
1127
1128 2005-06-14  Colin Walters  <walters@verbum.org>
1129
1130         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
1131         Add missing return statements, noticed by Ross Burton.
1132         
1133 2005-06-13  Ross Burton <ross@openedhand.com>.
1134
1135         * glib/dbus-gobject.c: Handle errors on message
1136         demarshalling by sending error message back.
1137         * glib/dbus-gvalue.c: Initialize return variables.
1138
1139 2005-06-13  Colin Walters  <walters@verbum.org>
1140
1141         * glib/Makefile.am: Fix thinko in last patch.
1142
1143 2005-06-13  Colin Walters  <walters@verbum.org>
1144
1145         * glib/Makefile.am: Move dbus-gtype-specialized.c
1146         and dbus-gtype-specialized.h into a _HEADERS variable,
1147         install them.
1148
1149 2005-06-12  Colin Walters  <walters@verbum.org>
1150
1151         Async signals and various bugfixes and testing by
1152         Ross Burton <ross@openedhand.com>.
1153
1154         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
1155         (dbus_gvalue_genmarshal_name_from_type)
1156         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
1157         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
1158         (dbus_g_value_types_init, dbus_gtype_from_signature)
1159         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
1160         (dbus_gtypes_from_arg_signature): New function prototypes.
1161         (dbus_gvalue_demarshal): Take context and error arguments.
1162         (dbus_gvalue_demarshal_variant): New function.
1163         (dbus_gvalue_demarshal_message): New function.
1164         (dbus_gvalue_store): Delete.
1165
1166         * glib/dbus-gvalue.c:
1167
1168         File has been almost entirely rewritten; now we special-case
1169         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
1170         hash tables correctly, etc.  Full support for recursive values
1171         is not yet complete.
1172
1173         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
1174         argument of signal to G_TYPE_POINTER since we now pass a
1175         structure.
1176         (lookup_g_marshaller): Delete in favor of
1177         _dbus_gobject_lookup_marshaller.
1178         (marshal_dbus_message_to_g_marshaller): Use
1179         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
1180         to handle remote signal callbacks.
1181         (dbus_g_proxy_new_from_proxy): New function; creates a new
1182         DBusGProxy by copying an existing one.
1183         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
1184         (dbus_g_proxy_get_path): New functions.
1185         (dbus_g_proxy_marshal_args_to_message): New function;
1186         factored out of existing code.
1187         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
1188         from a varargs array.
1189         (dbus_g_proxy_begin_call_internal): New function.
1190         (dbus_g_proxy_end_call_internal): New function.
1191         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
1192         as arguments; simply invoke dbus_g_proxy_begin_call_internal
1193         after collecting args into value array.
1194         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
1195         invoke dbus_g_proxy_end_call_internal.
1196         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
1197         end_call_internal.
1198         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
1199         types.
1200         (array_free_all): New function.
1201         (dbus_g_proxy_add_signal): Take GTypes.
1202
1203         * glib/dbus-gobject.h:
1204         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
1205         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
1206         Prototype.
1207
1208         * glib/dbus-gobject.c: Add a global marshal_table hash which
1209         stores mappings from type signatures to marshallers.  Change lots
1210         of invocations of dbus_gtype_to_dbus_type to
1211         dbus_gtype_to_signature.
1212         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
1213         (introspect_signals): Fix test for query.return_type.
1214         (set_object_property): Update invocation of dbus_gvalue_demarshal.
1215         (invoke_object_method): Many changes.  Handle asynchronous
1216         invocations.  Convert arguments with
1217         dbus_gvalue_demarshal_message.  Handle errors.  Use
1218         DBusSignatureIter instead of strlen on args. Handle all arguments
1219         generically.  Special-case variants.
1220         (dbus_g_method_return, dbus_g_method_return_error): New function.
1221         (DBusGSignalClosure): New structure, closes over signal
1222         information.
1223         (dbus_g_signal_closure_new): New function.
1224         (dbus_g_signal_closure_finalize): New function.
1225         (signal_emitter_marshaller): New function; is special marshaller
1226         which emits signals on bus.
1227         (export_signals): New function; introspects object signals and
1228         connects to them.
1229         (dbus_g_object_type_install_info): Take GType instead of
1230         GObjectClass.
1231         (dbus_g_connection_register_g_object): Invoke export_signals.
1232         (dbus_g_connection_lookup_g_object): New function.
1233         (DBusGFuncSignature) New structure; used for mapping type
1234         signatures to marshallers.
1235         (funcsig_hash): New function; hashes DBusGFuncSignature.
1236         (funcsig_equal): New function; compares DBusGFuncSignature.
1237         (_dbus_gobject_lookup_marshaller): New function.
1238         (dbus_g_object_register_marshaller): New function; used to
1239         register a marshaller at runtime for a particular signature.
1240
1241         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
1242
1243         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
1244         which notes a server method implementation should be
1245         asynchronous.
1246
1247         * glib/dbus-binding-tool-glib.c
1248         (dbus_binding_tool_output_glib_server): Call
1249         dbus_g_value_types_init.
1250         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
1251         variants specially.
1252         (dbus_g_type_get_lookup_function): Turn GType into an invocation
1253         of a lookup function.
1254         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
1255         (write_untyped_out_args): New method; write output arguments.
1256         (write_formal_declarations_for_direction): Function for
1257         writing prototypes.
1258         (write_formal_parameters_for_direction): Function for
1259         writing implementations.
1260         (write_typed_args_for_direction): Function for writing
1261         arguments prefixed with GTypes.
1262         (write_async_method_client): Write out async version
1263         of method.
1264
1265         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
1266         (dbus_g_type_get_marshal_name): Move mapping from GType
1267         to marshal name into here.
1268         (dbus_g_type_get_c_name): Move into here.
1269         (compute_marshaller): Convert signature to type with
1270         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
1271         (compute_marshaller_name): Ditto.
1272         (compute_marshaller): Handle async signal annotations.
1273         (gather_marshallers): Return if we don't have a known
1274         prefix.
1275         (generate_glue): Collect introspection blob here, and
1276         write all of the blob at the end.  This allows an object
1277         with multiple interfaces to work.
1278         Mark async methods in introspection blob.
1279
1280         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
1281         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
1282         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
1283
1284         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
1285         avoids people accidentally using DBUS_TYPE_* which should
1286         not be necessary anymore.
1287         Do include dbus-gtype-specialized.h, which are utilities
1288         for GLib container types.
1289         Add various #defines for types such as
1290         DBUS_TYPE_G_BOOLEAN_ARRAY.
1291         (DBusGValueIterator, DBusGValue): Define, not fully used
1292         yet.
1293         (dbus_g_value_get_g_type): Type for recursive value.
1294         (dbus_g_value_open, dbus_g_value_iterator_get_value)
1295         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
1296         (dbus_g_value_free): Prototypes.
1297         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
1298         (dbus_g_proxy_set_interface): Prototype.
1299         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
1300         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
1301         types.
1302         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
1303         Accessors.
1304         (DBusGAsyncData, DBusGMethodInvocation): Structures for
1305         doing async invocations.
1306         (dbus_g_method_return, dbus_g_method_return_error):
1307         Prototypes.
1308         * doc/dbus-tutorial.xml: Update GLib section.
1309         
1310         * tools/dbus-viewer.c (load_child_nodes): Update
1311         for new invocation type of dbus_g_proxy_end_call.
1312         (load_from_service_thread_func): Ditto.
1313
1314         * tools/print-introspect.c (main): Ditto.
1315
1316         * tools/dbus-names-model.c (have_names_notify)
1317         (names_model_reload, names_model_set_connection)
1318         Use GTypes.
1319
1320         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
1321         needed since Python bindings use GLib bindings.
1322
1323         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
1324         Add --prefix argument.
1325
1326         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
1327         unneeded --ignore-unsupported arg.
1328         
1329         * test/glib/test-service-glib.c: 
1330         * test/glib/test-service-glib.xml:
1331         * test/glib/test-dbus-glib.c: Add many more tests.
1332
1333 2005-06-06  David Zeuthen  <davidz@redhat.com>
1334
1335         * doc/TODO: Add item about need to remove deprecated functions.
1336
1337         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
1338
1339         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
1340         to repair the ABI which was broken with the last commit.
1341
1342 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
1343
1344         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
1345         (dbus_connection_disconnect): renamed to dbus_connection_close 
1346         for API symmetry with dbus_connection_open
1347         (_dbus_connection_open_internal): 
1348         s/dbus_connection_disconnect/dbus_connection_close
1349
1350         * dbus/dbus-bus.c (dbus_bus_get):
1351         s/dbus_connection_disconnect/dbus_connection_close
1352
1353         * bus/connection.c (bus_connections_unref, 
1354         bus_connections_setup_connection, bus_connections_expire_incomplete):
1355         s/dbus_connection_disconnect/dbus_connection_close
1356
1357         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
1358         kill_client_connection_unchecked, check_hello_connection):
1359         s/dbus_connection_disconnect/dbus_connection_close
1360
1361         * bus/bus.c (new_connection_callback):
1362         s/dbus_connection_disconnect/dbus_connection_close
1363
1364         * tools/dbus-send.c (main):
1365         s/dbus_connection_disconnect/dbus_connection_close
1366
1367         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
1368         s/dbus_connection_disconnect/dbus_connection_close
1369         
1370         * test/test-service.c (path_message_func, filter_func):
1371         s/dbus_connection_disconnect/dbus_connection_close
1372         
1373         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
1374         
1375 2005-05-25  Colin Walters  <walters@verbum.org>
1376
1377         * dbus/dbus-protocol.h: Move various bus service #defines such
1378           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
1379           dbus/dbus-shared.h.
1380         * dbus/dbus-shared.h: Various defines moved here.
1381         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
1382
1383 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
1384
1385         * python/__init__.py: Python bindings deserve a minor version
1386         update.  Upped to (0, 40, 2)
1387
1388 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
1389
1390         * python/decorators.py: add explicitly_pass_message decorator
1391         for passing in the dbus message as keyword for edge case signal
1392         handling
1393
1394         * python/matchrules.py (SignalMatchRule.__repr__): fix output
1395         to conform with what dbus expects for match rules
1396         (SignalMatchRule.execute): add the dbus message as a keyword
1397         if the signal handler has requested it
1398
1399         * python/examples/example/signal-recipient.py: added some more
1400         examples on how to hook up to signals
1401
1402 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
1403
1404         * python/decorators.py: import dbus_bindings
1405
1406         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
1407         SignalMatchNode): new classes that implement wildcard signal
1408         callback matching using a tree lookup. Heavily modified from a
1409         patch sent by Celso Pinto (fd.o bug #3241)
1410
1411         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
1412         use new match classes to handle signals.
1413
1414 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
1415         
1416         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
1417
1418 2005-05-18  Havoc Pennington  <hp@redhat.com>
1419
1420         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
1421         gettext. Not really worth requiring yet perhaps, but any
1422         production quality 1.0 would require it so we should go ahead and
1423         get things set up. We do have a couple token calls to
1424         bindtextdomain in the code already.
1425
1426 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
1427
1428         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
1429         when using recursive g_main_loops
1430
1431         * python/_dbus.py (class Bus): add the ProxyObjectClass
1432         alias for ProxyObject to make it easier for the Twisted 
1433         networking framework to integrate dbus.
1434
1435         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
1436         alias for ProxyMethod to make it easier for the Twisted 
1437         networking framework to integrate dbus. 
1438
1439 2005-05-11  Ross Burton  <ross@openedhand.com>
1440
1441         * glib/dbus-glib-tool.c: Add --prefix argument.
1442         * glib/dbus-binding-tool-glib.h: Add prefix argument.
1443         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
1444         Add prefix argument.
1445         (generate_glue): Pass prefix argument down.
1446         (dbus_binding_tool_output_glib_server): Pass prefix to
1447         glib-genmarshal.
1448         
1449 2005-05-11  Colin Walters  <walters@verbum.org>
1450
1451         * tools/dbus-send.c (append_array): New function.
1452         (append_arg): Broken out from main.
1453         (main): Add cheesy hack to send arrays and variants.
1454         (usage): Update.
1455         * tools/dbus-print-message.c (print_iter): Broken out
1456         from main.
1457
1458 2005-05-11  Colin Walters  <walters@verbum.org>
1459
1460         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
1461         New function, returns signature string for signature iter.
1462         * dbus/dbus-signature.h: Prototype it.
1463         * dbus/dbus-message.c (dbus_message_iter_get_signature):
1464         New function, returns signature string for message iter.
1465         (dbus_message_iter_get_array_len): New function, returns
1466         length of array.
1467         (dbus_message_iter_get_fixed_array): Fix assertion; this
1468         function should be used when the iter is pointing to the
1469         contents of an array
1470         * dbus/dbus-message.h: Prototypes.
1471         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
1472         New function; returns length of an array.
1473         * dbus/dbus-marshal-recursive.h: Prototype it.
1474         
1475 2005-05-11  Colin Walters  <walters@verbum.org>
1476
1477         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
1478         compilation error.
1479         
1480 2005-05-08  Havoc Pennington  <hp@redhat.com>
1481
1482         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
1483         daemon's pid, not the parent's pid, to the file descriptor.
1484         Reported by Taj Morton.
1485
1486 2005-05-05  Havoc Pennington  <hp@redhat.com>
1487
1488         * configure.in (LT_*): add notes on how the libtool versioning
1489         works to save thinking. Increment soname to indicate protocol
1490         breakage (though really the library interface hasn't changed I
1491         guess)
1492
1493         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
1494         verify the GUID received from server matches what we were
1495         expecting, if we had an expectation
1496
1497         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
1498         (_dbus_auth_get_guid_from_server): new function
1499         (send_begin): parse the OK args
1500
1501         * doc/dbus-specification.xml: add GUID to the auth protocol
1502
1503 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
1504
1505         * Fix my name in previous changelog ;)
1506
1507         * python/proxies.py (ProxyObject.__getattr__): add further patch
1508         from Anthony Baxter to throw an AttributeError when python 
1509         __special__ functions are called instead of marshling them over 
1510         the bus (Bug#1685 comment 3).
1511
1512 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
1513
1514         * python/Makefile.am: changed to use pyexecdir for the binding
1515         shared libraries (Bug#2494)
1516
1517         * python/exceptions.py: bring exceptions over from the bindings
1518         so they can be used in applications (Bug#2036)
1519         Make all exceptions derive from DBusException
1520
1521         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
1522         of classes so that print obj doesn't throw an exception (Bug #1685)
1523
1524 2005-05-03  Ross Burton  <ross@openedhand.com>
1525
1526         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
1527         Return if we get an error during registration.  Set up a
1528         weak reference on object to unregister if object is destroyed.
1529         (unregister_gobject): New function.
1530         
1531 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
1532
1533         * python/dbus_bindings.pyx.in: 
1534         - added new type classes for hinting to the marashaler what type 
1535         to send over the wire
1536         - added int16 and uint16 marshalers
1537         - Fixed a bug in the type constants that caused int32 to go out
1538         as uint16 over the wire
1539         * python/dbus.py: split up into different files and renamed _dbus.py
1540         * python/__init__.py, python/_util.py, python/decorators.py, 
1541         python/exceptions.py, python/proxies.py, python/services.py,
1542         python/types.py: new files split off from dbus.py
1543         * python/Makefile.am: Add new files, remove dbus.py and 
1544         install all python files to <python module dir>/dbus
1545         * python/examples/*: Added #!/usr/bin/env python to the top of
1546         every example.  Patch provided by Tatavarty Kalyan
1547
1548 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
1549
1550         * NEWS: Update to 0.33
1551
1552 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
1553
1554         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
1555         method for doing async calls
1556         (_pending_call_notification): New C function for handling pendning call
1557         callbacks
1558         (set_notify): New method for setting pending call notification
1559         
1560         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
1561         Async capabilities added to remote method calls
1562         (Sender): class removed
1563         (RemoteService): class removed
1564         (ObjectTree): class removed for now
1565         (RemoteObject): Renamed to ProxyObject
1566         (RemoteMethod): Renamed to ProxyMethod
1567         (method): Decorator added for decorating python methods as dbus methods
1568         (signal): Decorator added for decorating python methods as signal emitters
1569         (ObjectType): Metaclass added for generating introspection data and the
1570         method callback vtable
1571         (Interface): Wrapper class added to wrap objects in a dbus interface
1572         (Object): Uses ObjectType as its metaclass and exports Introspect
1573         of the org.freedesktop.DBus.Introspectable interface
1574         (ValidationException, UnknownMethodException): new exceptions
1575
1576         * python/examples/*: Modified to fit with the new bindings
1577
1578 2005-04-23  Havoc Pennington  <hp@redhat.com>
1579
1580         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
1581         reported by Tony Houghton
1582
1583         * test/test-service.c (main): test
1584         dbus_connection_get_object_path_data()
1585
1586         * dbus/dbus-object-tree.c (find_handler): be sure we always init
1587         the exact_match
1588         (_dbus_object_tree_get_user_data_unlocked): new function used by
1589         dbus_connection_get_object_path_data()
1590         (do_register): add assertion test for get_user_data_unlocked
1591         (object_tree_test_iteration): more tests
1592
1593         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
1594         new function from Dan Reed to let you get the user data from 
1595         dbus_connection_register_object_path()
1596
1597 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
1598
1599         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
1600         in numerous places that did not account for the NULL terminator
1601         (signature_from_seed): changed the manual string copy loop to 
1602         just use strcpy instead
1603         make check should now pass
1604
1605 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
1606
1607         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
1608         so that it allows messages that are not signals to pass in 
1609         NULL as the interface.
1610
1611 2005-04-18  David Zeuthen  <davidz@redhat.com>
1612
1613         * glib/dbus-gmain.c (io_handler_destroy_source): 
1614         (timeout_handler_destroy_source, connection_setup_free): 
1615         Also unref the source to avoid memory leaks.
1616
1617 2005-04-13  David Zeuthen  <davidz@redhat.com>
1618
1619         * bus/config-parser.c (bus_config_parser_new): Bump this to a
1620         more reasonable, yet still totally arbitrary, value :-). 
1621
1622 2005-04-13  David Zeuthen  <davidz@redhat.com>
1623
1624         * doc/TODO: Added an "important for 1.0" item about selinux
1625         allow/deny messages
1626
1627 2005-04-13  David Zeuthen  <davidz@redhat.com>
1628
1629         * bus/selinux.c: Add c-file-style to top of file
1630         (log_audit_callback): Don't free the data here anymore
1631         (bus_selinux_check): Don't take spid and tpid since appending
1632         that to auxdata may OOM.
1633         (bus_selinux_allows_acquire_service): Handle OOM and signal back
1634         to the caller if we are OOM by taking an error object.
1635         (bus_selinux_allows_send): -do-
1636
1637         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
1638         and bus_selinux_allows_send
1639
1640         * bus/bus.c (bus_context_check_security_policy): Pass error and
1641         pass on OOM thrown by bus_selinux_allows_send()
1642
1643         * bus/services.c (bus_registry_acquire_service): Pass error and
1644         pass on OOM thrown by bus_selinux_allows_acquire_service()
1645
1646 2005-04-13  Havoc Pennington  <hp@redhat.com>
1647
1648         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
1649         message at a time to avoid monopolizing the main loop, bug 
1650         #2953 from Benjamin Otte
1651
1652 2005-04-09  Havoc Pennington  <hp@redhat.com>
1653
1654         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
1655         possible overlap, fix from Daniel Reed
1656         (fixup_alignment): fix signedness warnings
1657         (_dbus_string_append_unichar): ditto
1658
1659 2005-04-09  Havoc Pennington  <hp@redhat.com>
1660
1661         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
1662
1663         * glib/dbus-glib-tool.c (main): fix warning
1664
1665         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
1666
1667         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
1668         add a new function that can be used in simple applications that
1669         don't have a main loop and are willing to block
1670
1671 2005-04-05  David Zeuthen  <davidz@redhat.com>
1672
1673         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
1674
1675         * glib/dbus-gmain.c:
1676         (io_handler_destroy_source): Remove from list of IO handlers
1677         of the ConnectionSetup object
1678         (timeout_handler_destroy_source): -do- for timeout handlers
1679         (io_handler_source_finalized): Don't remove from list since
1680         we now do that in io_handler_destroy_source(). Renamed from
1681         io_handler_source_destroyed
1682         (timeout_handler_source_destroyed): -do- for timeout handlers
1683         (connection_setup_free): It is now safe to iterate over all
1684         IO and timeout handlers as the _destroy_source removes them
1685         from the list synchronously
1686
1687 2005-03-30  Havoc Pennington  <hp@redhat.com>
1688
1689         * configure.in: change check to gtk 2.4
1690
1691         * tools/dbus-viewer.c (name_combo_changed_callback): remove
1692         gtk_combo_box_get_active_text() usage to decrement GTK requirement
1693         to 2.4
1694
1695 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
1696
1697         * News: Update 0.32
1698
1699         * HACKING: Fixed realease instructions.  configure.in should be updated to
1700           the next release by the person who made the last release.
1701
1702 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
1703
1704         * python/lvalue_cast_post_process.py - removed.  Patch has been
1705           submitted to Pyrex maintainers that fixes gcc4.0 errors
1706
1707         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
1708
1709 2005-03-24  Daniel Reed  <n@ml.org>
1710
1711         * tools/Makefile.am: Make print-introspect and
1712         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
1713
1714 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
1715
1716         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
1717
1718         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
1719           had in Red Hat packages for a while but for some reason never 
1720           got merged upstream
1721           (_dbus_is_a_number): New checks if a string
1722           can be converted to a number and does the conversion if it can
1723           (_dbus_user_database_lookup): Add check to see if the given username
1724           is a udi.  This allows udi's to be used instead of usernames in the
1725           config file.
1726           (_dbus_user_database_lookup_group): Add check to see if the given groupname
1727           is a gdi.  This allows gdi's to be used instead of groupnames in the
1728           config file.
1729
1730 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
1731
1732         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
1733           code so that it compiles with gcc4.0
1734
1735         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
1736           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
1737           results back to dbus_binding.c
1738
1739 2005-03-20  Colin Walters  <walters@verbum.org>
1740
1741         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
1742
1743         * configure.in: Require GTK+ 2.6.
1744         
1745 2005-03-20  Colin Walters  <walters@verbum.org>
1746
1747         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
1748
1749 2005-03-17  Tom Parker  <palfrey@tevp.net>
1750
1751         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
1752         print DBUS_UID_UNSET; instead print passed username.  Also
1753         be sure to actually use gid looked up in cache.
1754         
1755         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
1756         for DBUS_GID_UNSET and groupname.
1757
1758 2005-03-17  Colin Walters  <walters@verbum.org>
1759
1760         * bus/print-introspect.c: Move to tools/.
1761         * bus/run-with-tmp-session-bus.sh: Ditto.
1762         
1763         * glib/Makefile.am (dbus-glib-bindings.h): Move
1764         generation to tools/Makefile.am.
1765
1766         * test/glib/run-test.sh: Update to handle move
1767         of run-with-tmp-session-bus.sh.
1768
1769         * test/glib/test-service-glib.c: Update to handle
1770         move of dbus-glib-bindings.h.
1771
1772         * tools/print-introspect.c: Moved here
1773         from bus/, and ported to GLib bindings.
1774
1775         * tools/run-with-tmp-session-bus.sh: Moved here
1776         from bus/.
1777
1778         * tools/Makefile.am: Generate dbus-glib-bindings.h
1779         and dbus-bus-introspect.xml here.
1780
1781         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
1782         Update.
1783
1784 2005-03-17  Colin Walters  <walters@verbum.org>
1785
1786         * bus/driver.c (write_args_for_direction): Use
1787         _dbus_string_get_const_data to retrieve string;
1788         _dbus_string_get_const_data_len doesn't actually return
1789         a NULL-terminated substring.
1790
1791         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
1792         (main): Change to use org_freedesktop_DBus_request_name
1793         instead of using g_proxy_begin_call/end_call.
1794
1795 2005-03-15  Joe Shaw  <joeshaw@novell.com>
1796
1797         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
1798         generating the finalizer.  Fixes from Ben Maurer.
1799
1800 2005-03-12  Joe Shaw  <joeshaw@novell.com>
1801
1802         * mono/BusDriver.cs: Update method names: ListServices
1803         becomes ListNames; GetOwner becomes GetNameOwner.
1804
1805         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
1806         onto the eval stack when removing the delegate.
1807
1808 2005-03-12  Joe Shaw  <joeshaw@novell.com>
1809
1810         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
1811         LT_CURRENT.  Set it to the autoconf variable.
1812                                                                                 
1813         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
1814         classes that disconnects the signal handler delegate from the
1815         service object.  Fixes a big leak of proxy objects on the
1816         client side of things.  Patch from Ben Maurer
1817         <bmaurer@ximian.com>
1818
1819 2005-03-12  Colin Walters  <walters@verbum.org>
1820
1821         * bus/driver.c (write_args_for_direction): New function,
1822         parses a type signature into arguments and outputs to
1823         XML.
1824         (bus_driver_handle_introspect): Use it instead of
1825         hardcoding XML for certain signatures.
1826         
1827         * bus/Makefile.am (dbus-bus-introspect.xml): Add
1828         dependency on dbus-daemon.
1829
1830         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
1831         argument, pass it to dbus_binding_tool_output_glib_client.
1832
1833         * glib/dbus-binding-tool-glib.c
1834         (generate_client_glue): Protect against multiple inclusion.
1835         (dbus_binding_tool_output_glib_client): Add
1836         G_BEGIN_DECLS/G_END_DECLS.
1837
1838         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
1839         Change to just take iface prefix directly.
1840         (write_formal_parameters): Clarify error message.
1841         (check_supported_parameters): New function; checks to see type
1842         signatures of method parameters are supported.
1843         (generate_client_glue): Handle ignore_unsupported flag.
1844         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
1845         parameter.
1846
1847         * glib/Makefile.am (dbus-glib-bindings.h): Pass
1848         --ignore-unsupported by default until glib bindings
1849         support arrays.
1850
1851 2005-03-11  Colin Walters  <walters@verbum.org>
1852
1853         * glib/Makefile.am: Generate dbus-glib-bindings.h and
1854         install it.
1855
1856         * bus/print-introspect.c: New file; prints introspection
1857         data for a given name and object path.
1858
1859         * bus/run-with-tmp-session-bus.sh: New file, refactored
1860         from test/glib/run-test.sh.  Creates a temporary session
1861         bus and runs another program.
1862
1863         * test/glib/run-test.sh: Refactor to invoke
1864         run-with-tmp-session-bus.sh.
1865
1866         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
1867         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
1868         macros instead of hardcoding.
1869
1870         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
1871
1872 2005-03-11  Joe Shaw  <joeshaw@novell.com>
1873
1874         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
1875         this unref; it doesn't match up evenly in some codepaths.
1876         (_dbus_connection_block_pending_call): Unref at every exitpoint;
1877         this evenly matches with the ref near the top of this function.
1878
1879 2005-03-09  Joe Shaw  <joeshaw@novell.com>
1880
1881         * dbus/dbus-object-tree.c
1882         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
1883         and we try to unregister a path that's not registered, still go
1884         through the process of unlocking and don't just return.
1885
1886 2005-03-09  Colin Walters  <walters@verbum.org>
1887
1888         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
1889         to this are generated for client-side wrappers.  Invokes a
1890         D-BUS method and returns reply values.  
1891
1892         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
1893         function; writes signature string for argument direction.
1894         (write_args_for_direction): Change to pass input values directly
1895         instead of via address, and fix indentation.
1896         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
1897         make generated wrappers inlineable.
1898
1899         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
1900         note about using dbus_type_is_fixed.
1901
1902         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
1903         dbus/dbus-signature.c as dbus_type_is_fixed.
1904
1905         All callers updated.
1906
1907         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
1908         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
1909
1910         * dbus/dbus-signature.h: Prototype.
1911
1912         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
1913         error printf code.
1914
1915         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
1916         appropriate instead of just freeing it.
1917         (main): Free returned strings using g_free.
1918
1919         * test/glib/Makefile.am (test-service-glib-glue.h)
1920         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
1921
1922         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
1923         simply maps a simple D-BUS type to GType.
1924         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
1925         GType.
1926         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
1927         initialize the value with it.
1928         (dbus_gvalue_binding_type_from_type): Unused, delete.
1929         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
1930         various types instead of unmarshalling to value data directly.
1931         Remove can_convert boolean.
1932         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
1933         returning directly instead of using can_convert boolean.
1934         (dbus_gvalue_store): New function; not related to D-BUS per-se.
1935         Stores a GValue in a pointer to a value of its corresponding C
1936         type.
1937
1938         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
1939         add dbus_gvalue_store.
1940
1941 2005-03-08  Joe Shaw  <joeshaw@novell.com>
1942
1943         Fix a bunch of lifecycle and memory management problems
1944         in the mono bindings.
1945
1946         * mono/Arguments.cs (Arguments): Implement IDisposable
1947
1948         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
1949         strictly a static class.
1950
1951         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
1952         delegates into this file.
1953         (Connection): Implement IDisposable.
1954         (Dispose): Disconnect the connection and set the raw connection
1955         pointer to IntPtr.Zero.
1956         (~Connection): Call Dispose().
1957         (RegisterObjectPath): Added.  Manages the registration of object
1958         paths so we can cleanly disconnect them at dispose/finalize time.
1959         (UnregisterObjectPath): Ditto.
1960         (set_RawConnection): Unregister all of the object paths when
1961         changing the underlying DBusConnection.  Add them back onto the
1962         new connection, if any.
1963
1964         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
1965         more unmanaged resources anymore, so it's not necessary.  Move all
1966         the DBusObjectPathVTable stuff out of here.
1967         (Handler): Save references to our delegates so that they don't get
1968         finalized.  Call Connection.RegisterObjectPath() instead of
1969         dbus_connection_register_object_path() directly.
1970         (Message_Called): Dispose the message after we're finished with
1971         it.
1972
1973         * mono/Message.cs (Message): Implement IDisposable.
1974         (Dispose): Dispose the Arguments, and set the RawMessage to
1975         IntPtr.Zero.
1976         (SendWithReplyAndBlock): We own the ref to the reply that comes
1977         back from dbus_connection_send_with_reply_and_block() so add a
1978         comment about that and unref it after we've constructed a managed
1979         MethodReturn class around it.  Fixes a big, big leak.
1980
1981         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
1982         method.
1983         (BuildSignalHandler): After we've sent the Signal message, dispose
1984         of it.
1985         (BuildMethod): Dispose of the method call and reply messages after
1986         we've sent the message and extracted the data we want from the
1987         reply.
1988
1989         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
1990         anymore.
1991         (Service_FilterCalled): Dispose of the message after we're
1992         finished with it.
1993
1994 2005-03-08  Joe Shaw  <joeshaw@novell.com>
1995
1996         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
1997         After we attach our pending call to the connection, unref
1998         it.  Fixes a leak.
1999  
2000         * mono/Connection.cs (set_RawConnection): Disconnect our
2001         filter and match callbacks from the old connection and
2002         reconnect them to the new connection, if any.
2003
2004         * mono/DBusType/Array.cs: "Code" is a static member, so
2005         don't use "this" to refer to it.  Fix for stricter checking
2006         in Mono 1.1.4.
2007  
2008         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
2009         object path that we pass into unmanaged code.
2010  
2011         * mono/DBusType/String.cs (Append): Don't leak the string
2012         that we pass into unmanged code.
2013
2014 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
2015         * NEWS: Update for 0.31
2016
2017         * configure.in: Release 0.31
2018         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
2019
2020         * qt/Makefile.am: fixed build
2021
2022         * dbus/Makefile.am: soname bump for libdbus
2023
2024         * glib/Makefile.am: soname bump for libdbus-glib
2025
2026 2005-03-05  Havoc Pennington  <hp@redhat.com>
2027
2028         * dbus/dbus-sysdeps.c:
2029         (pseudorandom_generate_random_bytes_buffer): fix to have no return
2030         value
2031         (_dbus_generate_random_bytes_buffer): fix return value
2032
2033         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
2034         checks actually work, from Tom Parker <fdo@tevp.net>
2035
2036 2005-03-01  Colin Walters  <walters@verbum.org>
2037
2038         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
2039         functions copied from dbus-glib-tool.c.
2040         (main): Convert lots of error code to use them.
2041         Also add some testing for introspection bits.
2042
2043 2005-03-01  Colin Walters  <walters@verbum.org>
2044         
2045         * doc/TODO: Remove introspection signature TODO.
2046
2047 2005-02-27  Colin Walters  <walters@verbum.org>
2048
2049         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
2050         Change return value to const char * instead of int so we can do
2051         full signatures.
2052         (struct PropertyInfo, struct ArgInfo): Store char *.
2053         (property_info_new, arg_info_new): Update parameters, strdup.
2054         (property_info_unref, arg_info_unref): Free.
2055
2056         * glib/dbus-gidl.h: Update prototypes.
2057
2058         * glib/dbus-gparser.c (basic_type_from_string): Delete.
2059         (validate_signature): New function, just validates signature and
2060         sets GError.
2061         (parse_property, parse_arg): Invoke validate_signature.  Store
2062         signature instead of just type code.
2063
2064         * glib/dbus-gvalue.c (base_type_from_signature): New utility
2065         function to return a primary type for a signature, dropping
2066         information about types in container types.
2067         (dbus_gvalue_genmarshal_name_from_type)
2068         (dbus_gvalue_binding_type_from_type)
2069         (dbus_gvalue_ctype_from_type): Update to take full signature
2070          instead of type code.
2071         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
2072
2073         * glib/dbus-gvalue.h: Update prototypes for above.
2074
2075         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
2076         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
2077         (introspect_properties, introspect_signals, write_interface):
2078         Update to handle signatures, and remove usage of
2079         _dbus_gutils_type_to_string.
2080         (handle_introspect): Print out type codes instead of e.g. "string"
2081         in hardcoded introspection XML; also use x_AS_STRING constants
2082         instead of hardcoding in string.
2083
2084         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
2085         to string.  Remove usage of _dbus_gutils_type_to_string.
2086
2087         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
2088
2089         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
2090         deletion.
2091         
2092         * glib/dbus-binding-tool-glib.c (compute_marshaller)
2093         (compute_marshaller_name, generate_glue): Handle signature change
2094         to string.
2095         (write_formal_parameters, write_args_for_direction): Ditto, and
2096         remove FIXME.
2097
2098         * tools/dbus-tree-view.c (type_to_string): Delete.
2099         (info_set_func_text): Update to print full signatures.
2100
2101         * test/glib/test-service-glib.xml: Change types to new
2102         introspection format.
2103
2104 2005-02-26  Havoc Pennington  <hp@redhat.com>
2105
2106         * doc/TODO: remove the "guid" item
2107
2108         * test/glib/test-profile.c (no_bus_thread_func): use open_private
2109         (with_bus_thread_func): use open_private
2110
2111         * dbus/dbus-connection.c (dbus_connection_open_private): new
2112         function that works like the old dbus_connection_open()
2113         (dbus_connection_open): now returns an existing connection if
2114         possible
2115
2116         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
2117         through the GUID to the transport
2118
2119         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
2120         GUID in hex-encoded form.
2121
2122         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
2123         pass GUID argument in to the transport
2124
2125         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
2126         guid argument
2127
2128         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
2129
2130         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
2131
2132 2005-02-25  Havoc Pennington  <hp@redhat.com>
2133
2134         * doc/dbus-specification.xml: document the GUID thing
2135
2136         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
2137         globally unique ID for the server, and put a "guid=hexencoded"
2138         field in the address
2139
2140         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
2141
2142         * dbus/dbus-message.c: ditto
2143
2144         * dbus/dbus-dataslot.c: ditto
2145
2146         * dbus/dbus-list.c: ditto
2147
2148         * dbus/dbus-internals.h: wait, just include
2149         dbus-threads-internal.h here
2150         
2151         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
2152         use in main library
2153
2154         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
2155
2156 2005-02-24  Colin Walters  <walters@verbum.org>
2157
2158         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
2159
2160 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
2161
2162         * glib/Makefile.am: added dbus-gobject.h to sources list
2163         so distcheck doesn't fail
2164         
2165 2005-02-24  Havoc Pennington  <hp@redhat.com>
2166
2167         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
2168         you must disconnect before unref, since locking and other things
2169         are screwed up otherwise. Fix assorted other locking stuff.
2170
2171         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
2172         fix compilation
2173
2174         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
2175         into a private header and don't export from the library
2176
2177         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
2178
2179 2005-02-24  Colin Walters  <walters@verbum.org>
2180         
2181         * dbus/dbus-signature.c: New file; implements various functions
2182         related to type signatures.  Includes an interator for parsing,
2183         validation functions.
2184         (dbus_type_is_basic): Moved here from
2185         dbus-marshal-basic.c:_dbus_type_is_basic.
2186         (dbus_type_is_container): Moved here from
2187         dbus-marshal-basic.c:_dbus_type_is_container.
2188
2189         All callers of _dbus_type_is_container and _dbus_type_is_basic
2190         updated, and include dbus-signature.h.
2191
2192         * dbus/dbus-signature.h: New file; prototypes for the above.
2193
2194         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
2195         dbus-signature.h.
2196
2197         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
2198         function factored out of _dbus_first_type_in_signature.
2199         (_dbus_first_type_in_signature_c_str): New function; returns first
2200         type code for a type signature character.
2201
2202         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
2203         handle function moves.
2204
2205         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
2206
2207         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
2208         function; skips to next complete type in type signature.
2209         Implemented using previous skip_one_complete_type.  Now
2210         skip_one_complete_type just delegates to
2211         _dbus_type_signature_next.
2212
2213         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
2214         to dbus-signature.c
2215         (_dbus_type_is_container): Ditto.
2216
2217         * doc/dbus-specification.xml: Update introspection sample to
2218         use real type signatures.
2219
2220         * dbus/dbus-test.h: Prototype signature test.
2221
2222         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
2223         signature tests.
2224
2225         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
2226
2227 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
2228
2229         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
2230         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
2231
2232 2005-02-21  Colin Walters  <walters@verbum.org>
2233
2234         * dbus/dbus-test-main.c (main): Take optional specific test
2235         argument.
2236
2237         * dbus/dbus-test.c (run_test): New function, runs a test function
2238         with no data directory.
2239         (run_data_test): Like above, but takes data directory.
2240         (dbus_internal_do_not_use_run_tests): Take
2241         specific test argument.  Replace lots of cut n' paste code
2242         with run_test and run_data_test.
2243
2244         * dbus/dbus-test.h: Update prototype for
2245         dbus_internal_do_not_use_run_tests.
2246
2247 2005-02-20  Havoc Pennington  <hp@redhat.com>
2248
2249         Fix bugs reported by Daniel P. Berrange
2250         
2251         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
2252         (protected_change_watch): new function
2253         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
2254         (_dbus_server_add_watch): change to work like the
2255         dbus-connection.c equivalents; like those, probably kind of
2256         busted, but should at least mostly work for now
2257         (dbus_server_disconnect): drop the lock if we were already
2258         disconnected, patch from Daniel P. Berrange
2259
2260         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
2261         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
2262         same stuff
2263
2264         * doc/TODO: todo about unscrewing this mess
2265
2266 2005-02-19  Colin Walters  <walters@verbum.org>
2267
2268         * glib/dbus-binding-tool-glib.c
2269         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
2270
2271         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
2272         as errno.h and sys/stat.h.
2273         (lose): New function, prints error with
2274         newline and exits.
2275         (lose_gerror): Similar, but takes GError for message.
2276         (main): Add --output argument to specify output file to write to,
2277         instead of always printing to stdout.  In this mode, determine
2278         timestamps on source files to see whether any are newer than the
2279         target file.  If not, exit.  Also convert a number of error
2280         messages to use lose (since it's shorter), and switch to using
2281         g_io_channel_shutdown.
2282
2283 2005-02-19  Havoc Pennington  <hp@redhat.com>
2284
2285         * glib/dbus-gobject.c
2286         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
2287
2288         * glib/dbus-glib.c: fix doxygen warnings
2289
2290         * glib/dbus-gparser.c (parse_annotation): error if an annotation
2291         is found on an <arg>
2292
2293 2005-02-17  Colin Walters  <walters@verbum.org>
2294
2295         * glib/dbus-gobject.h: Don't export
2296         _dbus_glib_marshal_dbus_message_to_gvalue_array.
2297         
2298         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
2299         (invoke_object_method): Handle it.
2300
2301         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
2302         Handle rename.
2303         
2304 2005-02-17  Colin Walters  <walters@verbum.org>
2305
2306         * bus/.cvsignore, doc/.cvsignore
2307         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
2308         Update.
2309
2310 2005-02-17  Colin Walters  <walters@verbum.org>
2311         
2312         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
2313         Rename to DBUS_SERVICE_DBUS.
2314         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
2315         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
2316         Change the value from "org.freedesktop.Local"
2317         to "org.freedesktop.DBus.Local".
2318         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
2319         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
2320         DBUS_INTERFACE_INTROSPECTABLE.
2321         Change the value from "org.freedesktop.Introspectable"
2322         to "org.freedesktop.DBus.Introspectable".
2323         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
2324         DBUS_INTERFACE_PROPERTIES.
2325         Change the value from "org.freedesktop.Properties"
2326         to "org.freedesktop.DBus.Properties".
2327         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
2328         DBUS_INTERFACE_PEER.
2329         Change the value from "org.freedesktop.Peer"
2330         to "org.freedesktop.DBus.Peer".
2331         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
2332         DBUS_INTERFACE_LOCAL.
2333         Change the value from "org.freedesktop.Local"
2334         to "org.freedesktop.DBus.Local".
2335
2336         All other users of those constants have been changed.
2337
2338         * bus/driver.c (bus_driver_handle_introspect): Use constants.
2339
2340         * glib/dbus-gobject.c (handle_introspect): Use constants.
2341
2342         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
2343
2344 2005-02-17  Colin Walters  <walters@verbum.org>
2345
2346         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
2347         (parse_node, parse_interface, parse_method, parse_signal)
2348         (parse_property, parse_annotation): Lose if we're currently in an
2349         annotation.
2350         (parse_annotation): New function.
2351         (parser_start_element, parser_end_element): Handle annotation.
2352         (parse_method, parse_interface): Remove support for c_name attribute,
2353         switch to annotations.
2354
2355         * glib/dbus-gidl.h (interface_info_get_binding_names)
2356         (method_info_get_binding_names)
2357         (interface_info_get_binding_name, method_info_get_binding_name)
2358         (interface_info_set_binding_name, method_info_set_binding_name):
2359         Remove.
2360         (interface_info_get_annotations, method_info_get_annotations)
2361         (interface_info_get_annotation, method_info_get_annotation)
2362         (interface_info_add_annotation, method_info_add_annotation):
2363         Prototype.
2364
2365         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
2366         for "bindings".
2367         (struct MethodInfo): Ditto.
2368         Straightfoward conversion of binding methods into annotation methods
2369         as prototyped.
2370
2371         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
2372
2373         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
2374
2375         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
2376         Use new annotation API.
2377
2378         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
2379         annotation element.
2380         
2381         * doc/dbus-specification.xml: Discuss introspection annotations,
2382         include list of well-known annotations.
2383
2384         * test/glib/test-service-glib.xml: Make validate against new DTD.
2385
2386 2005-02-17  Colin Walters  <walters@verbum.org>
2387
2388         This patch is based on initial work from
2389         Paul Kuliniewicz <kuliniew@purdue.edu>.
2390
2391         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
2392         initialization of GValue from dbus type to here.
2393         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
2394         for the "glib-genmarshal" program from a DBus type.
2395         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
2396         into the C name for it we use in the glib bindings.
2397         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
2398         glib C type (not GValue).
2399         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
2400
2401         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
2402         from dbus-gobject.c.
2403
2404         * glib/dbus-gutils.h: Prototype it.
2405
2406         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
2407         (marshal_dbus_message_to_g_marshaller): Use new shared function
2408         dbus_glib_marshal_dbus_message_to_gvalue_array.
2409
2410         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
2411         Will be changed once we have annotations.
2412
2413         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
2414         GStaticRWLock.  Callers updated.
2415         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
2416         (string_table_next): New function for iterating over zero-terminated
2417         string value array.
2418         (string_table_lookup): New function; retrieves specific entry in
2419         array.
2420         (get_method_data): New function; look up method data in object data chunk.
2421         (object_error_domain_prefix_from_object_info)
2422         (object_error_code_from_object_info): New functions, but not implemented yet.
2423         (method_interface_from_object_info): New function; retrieve interface name.
2424         (method_name_from_object_info): New function; retrieve method name.
2425         (method_arg_info_from_object_info): New function; retrieve argument data.
2426         (arg_iterate): New function; iterates over serialized argument data.
2427         (method_dir_signature_from_object_info): New function; returns a
2428         GString holding type signature for arguments for just one
2429         direction (input or output).
2430         (method_input_signature_from_object_info)
2431         (method_output_signature_from_object_info): New functions.
2432         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
2433         converts dbus message arguments into a GValue array.  Used for both
2434         signal handling and method invocation.
2435         (struct DBusGlibWriteIterfaceData): New utility structure.
2436         (write_interface): New function; generate introspection XML for
2437         an interface.
2438         (introspect_interfaces): New function; gathers all interface->methods,
2439         generates introspection XML for them.
2440         (handle_introspect): Invoke introspect_interfaces.
2441         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
2442         (lookup_object_and_method): New function; examines an incoming message
2443         and attempts to match it up (via interface, method name, and argument
2444         signature) with a known object and method.
2445         (gerror_domaincode_to_dbus_error_name): New function; converts a
2446         GError domain and code into a DBus error name.  Needs GError data
2447         added to object introspection to work well.
2448         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
2449         GError.
2450         (invoke_object_method): New function to invoke an object method
2451         looked up via lookup_object_and_method.  Parses the incoming
2452         message, turns it into a GValue array, then invokes the marshaller
2453         specified in the DBusGMethodInfo.  Creates a new message with
2454         either return values or error message as appropriate.
2455         (gobject_message_function): Invoke lookup_object_and_method and
2456         invoke_object_method.
2457
2458         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
2459         (enum DBusBindingOutputMode): New enum for binding output modes.
2460         (pretty_print): Print binding names.
2461         (dbus_binding_tool_error_quark): GError bits.
2462         (version): Fix typo.
2463         (main): Create GIOChannel for output.  Parse new --mode argument,
2464         possible values are "pretty-print", "glib-server", "glib-client".
2465         Use mode to invoke appropriate function.
2466         
2467         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
2468
2469         * glib/dbus-glib-tool.h: New header, just includes GError bits
2470         for now.
2471
2472         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
2473         maps binding style to name.
2474         (struct MethodInfo): Ditto.
2475         (get_hash_keys, get_hash_key): Utility function, returns keys for
2476         a GHashTable.
2477         (interface_info_new, method_info_new): Initialize bindings.
2478         (interface_info_unref, method_info_unref): Destroy bindings.
2479         (method_info_get_binding_names, method_info_get_binding_name)
2480         (interface_info_get_binding_names, interface_info_get_binding_name):
2481         Functions for retrieving binding names.
2482         (method_info_set_binding_name, interface_info_set_binding_name):
2483         Functions for setting binding names.
2484
2485         * glib/dbus-binding-tool-glib.h: New file, has prototypes
2486         for glib binding generation.
2487
2488         * glib/dbus-binding-tool-glib.c: New file, implements server-side
2489         and client-side glib glue generation.
2490
2491         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
2492         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
2493         dbus-glib-tool.h.
2494
2495         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
2496         of using GClosureMarshal directly.
2497         (struct DBusGObjectInfo): Add n_infos member.
2498
2499         * test/glib/test-service-glib.xml: New file; contains introspection data
2500         for MyTestObject used in test-service-glib.c.
2501
2502         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
2503         (my_object_do_nothing, my_object_increment, my_object_throw_error)
2504         (my_object_uppercase, my_object_many_args): New test methods.
2505         (main): Use dbus_g_object_class_install_info to include generated object
2506         info.
2507
2508         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
2509         as well as client-side bindings.
2510
2511         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
2512         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
2513         using both the dbus_gproxy stuff directly as well as the generated bindings.
2514
2515 2005-02-15  Havoc Pennington  <hp@redhat.com>
2516
2517         * dbus/dbus-connection.c (dbus_connection_dispatch): always
2518         complete a pending call, don't run filters first.
2519
2520         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
2521         dbus_pending_call_steal_reply
2522
2523         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
2524         _dbus_connection_block_pending_call
2525         (dbus_pending_call_get_reply): change to steal_reply and return a
2526         ref
2527
2528         * dbus/dbus-connection.c
2529         (dbus_connection_send_with_reply_and_block): port to work in terms
2530         of DBusPendingCall
2531         (_dbus_connection_block_pending_call): replace block_for_reply
2532         with this
2533
2534 2005-02-14  Havoc Pennington  <hp@redhat.com>
2535
2536         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
2537         properly handle looking up group information by name; fix 
2538         from j@bootlab.org
2539
2540 2005-02-13  Havoc Pennington  <hp@redhat.com>
2541
2542         * dbus/dbus-connection.c (dbus_connection_return_message) 
2543         (dbus_connection_borrow_message): hold dispatch lock while message
2544         is outstanding
2545         (_dbus_connection_block_for_reply): hold dispatch lock while we
2546         block for the reply, so nobody steals our reply
2547         (dbus_connection_pop_message): hold the dispatch lock while we
2548         pluck the message
2549
2550 2005-02-13  Havoc Pennington  <hp@redhat.com>
2551
2552         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
2553         (_dbus_connection_release_dispatch)
2554         (_dbus_connection_acquire_io_path)
2555         (_dbus_connection_release_io_path): make the mutex and condvar
2556         control access to the "acquired" flag. Drop the connection lock
2557         while waiting on the condvar. Hopefully these are baby steps in
2558         roughly the right direction.
2559
2560 2005-02-13  Havoc Pennington  <hp@redhat.com>
2561
2562         * dbus/dbus-connection.c: use separate mutexes for the condition
2563         variables; this is some kind of baseline for sanity, but the
2564         condition variables still aren't used correctly afaict
2565
2566 2005-02-13  Havoc Pennington  <hp@redhat.com>
2567
2568         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
2569         fix a double-unlock
2570
2571         * dbus/dbus-connection.c
2572         (_dbus_connection_detach_pending_call_unlocked): add this
2573
2574         Initial semi-correct pass through to fix thread locking; there are
2575         still some issues with the condition variable paths I'm pretty
2576         sure
2577         
2578         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
2579         lock/unlock calls
2580
2581         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
2582         rename to add _unlocked
2583         (struct DBusConnection): move "dispatch_acquired" and
2584         "io_path_acquired" to use only one bit each.
2585         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
2586         (dbus_connection_set_watch_functions): hacky fix to reentrancy
2587         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
2588         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
2589         (_dbus_connection_remove_timeout) 
2590         (_dbus_connection_toggle_timeout): drop lock when calling out to
2591         user functions; done in a hacky/bad way.
2592         (_dbus_connection_send_and_unlock): add a missing unlock
2593         (_dbus_connection_block_for_reply): add a missing unlock
2594
2595         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
2596         drop lock in a hacky probably unsafe way to call out to user
2597         function
2598
2599 2005-02-12  Havoc Pennington  <hp@redhat.com>
2600
2601         * tools/dbus-tree-view.c (info_set_func_text): display more
2602         details on args
2603
2604         * bus/driver.c (bus_driver_handle_list_services): list the bus
2605         driver
2606
2607         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
2608
2609         * glib/dbus-gidl.c (signal_info_get_n_args): new function
2610         (method_info_get_n_args): new function
2611
2612 2005-02-12  Havoc Pennington  <hp@redhat.com>
2613
2614         * bus/driver.c (bus_driver_handle_introspect): add introspection
2615         for bus driver
2616
2617 2005-02-12  Havoc Pennington  <hp@redhat.com>
2618
2619         * bus/driver.c: put the signature of each bus driver method in the
2620         table of handlers and check it on incoming calls; this isn't
2621         really useful, but going to add introspect support in a minute.
2622
2623 2005-02-11  Joe Shaw  <joeshaw@novell.com>
2624
2625         * mono/Connection.cs: The unpredictability of finalizers in mono
2626         prevents us from deterministically disconnecting the filters from
2627         the Service class's finalizer, so move tracking of filters and
2628         matches here.  Add API for that.
2629
2630         * mono/Service.cs: Remove the code, add code which calls the
2631         methods now on the Connection class.
2632
2633 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
2634
2635         * python/dbus.py (class Sender): added to support dbus signals better
2636         (Bus::add_signal_receiver): added expand_args parameter which defaults
2637         to True.  When expand args is True the signal handler will pass the 
2638         message arguments as parameters to the signal handler.  If False
2639         revert to previous behavior where the signal handler must get the
2640         argument list from the message.  This is to help port applications
2641         like HAL that have a tendancy to send variable length argument lists.
2642         self._match_rule_to_receivers is now a dict of dicts.
2643         (Bus::remove_signal_receiver): pop handler off the dict intead of 
2644         removing it from a list
2645         (Bus::_signal_func): change signal handlers so that interface,
2646         signal_name, service, path and message are packed into a Sender
2647         object and that is passed to the handler.  If expand_args is True
2648         extract the args list from the message and append it to the parameter
2649         list
2650         
2651         * python/dbus_bindings.pyx.in (class Signature): added to support 
2652         signiature types
2653         (MessageIter::__init__): changed iteration limit to match D-BUS
2654         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
2655         STRUCT and VARIENT type support
2656         (MessageIter::python_value_to_dbus_sig): made recursive to support
2657         recursive types
2658         (MessageIter::append*): added Signature, dict, tuple 
2659         support
2660
2661         * python/examples/example-client.py: added examples of getting tuples
2662         and dicts
2663
2664         * python/examples/example-service.py: added examples of sending tuples
2665         and dicts
2666
2667         * python/examples/example-signal-recipient.py: Fixed to handle new
2668         signal callback format
2669
2670 2005-02-10  Havoc Pennington  <hp@redhat.com>
2671
2672         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
2673         (call dbus_g_proxy_add_signal)
2674
2675         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
2676         escape the hostname
2677         (_dbus_server_new_for_domain_socket): escape the path
2678
2679         * dbus/dbus-address.c (dbus_address_escape_value): new
2680         (dbus_address_unescape_value): new
2681         (dbus_parse_address): unescape values
2682
2683         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
2684
2685         * doc/dbus-specification.xml: explain how to escape values in
2686         addresses
2687
2688 2005-02-10  Havoc Pennington  <hp@redhat.com>
2689
2690         * dbus/dbus-message-factory.c (generate_special): modify test to
2691         avoid using a non-basic dict key
2692
2693         * dbus/dbus-marshal-validate-util.c: add test for the below
2694
2695         * doc/dbus-specification.xml: require that dict keys are a basic
2696         type
2697
2698         * dbus/dbus-marshal-validate.c
2699         (_dbus_validate_signature_with_reason): require that dict key is a
2700         basic type
2701
2702 2005-02-10  Havoc Pennington  <hp@redhat.com>
2703
2704         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
2705         change to be _and_unlock instead of _unlocked
2706
2707         * dbus/dbus-connection.c
2708         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
2709         have no_update so we can find this bug quickly in future
2710
2711 2005-02-10  Havoc Pennington  <hp@redhat.com>
2712
2713         * dbus/dbus-message-util.c (verify_test_message): tests for string
2714         array
2715
2716         * dbus/dbus-message.c (dbus_message_append_args_valist): add
2717         support for arrays of string/signature/path
2718
2719 2005-02-10  Joe Shaw  <joeshaw@novell.com>
2720
2721         * dbus/dbus-connection.c
2722         (_dbus_connection_queue_received_message_link,
2723         _dbus_connection_message_sent): Add the path to
2724         the verbose output.
2725         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
2726         _dbus_connection_send_preallocated_unlocked(), updated the
2727         dispatch status, and unlocks.  Fixes a bug where certain
2728         situations (like a broken pipe) could cause a Disconnect message
2729         to not be sent, tricking the bus into thinking a service was still
2730         there when the process had quit.
2731         (_dbus_connection_send_preallocated): Call
2732         _dbus_connection_send_preallocated_and_unlock().
2733         (_dbus_connection_send_and_unlock): Added.  Calls
2734         _dbus_connection_send_preallocated_and_unlock().
2735         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
2736         (dbus_connection_send_with_reply): Update the dispatch status and
2737         unlock.
2738
2739         * mono/Service.cs (~Service): Added.  Removes the filter so that
2740         we don't get unmanaged code calling back into a GCed delegate.
2741         (RemoveFilter); Added.
2742
2743 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
2744
2745         * dbus/dbus-message.c (dbus_message_iter_open_container):
2746         - Removed check for iterator type being an array because
2747         get_arg_type does not work with writer iterators
2748         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
2749
2750 2005-02-07  Havoc Pennington  <hp@redhat.com>
2751
2752         * doc/dbus-specification.xml: some more language cleanups; add
2753         stuff about how to deal with invalid protocol and extension
2754         points; add _ to allowed chars in auth commands; add EXTENSION_
2755         auth command prefix
2756
2757 2005-02-06  Havoc Pennington  <hp@redhat.com>
2758
2759         * s/expected/required/ in a couple places for clarity
2760
2761 2005-02-07  Colin Walters  <walters@verbum.org>
2762
2763         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
2764         sender or proposed_recipient.
2765
2766 2005-02-06  Havoc Pennington  <hp@redhat.com>
2767
2768         * dbus/dbus-message-factory.c (generate_special): more tests
2769
2770         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
2771         array length that exceeds the maximum
2772
2773 2005-02-05  Havoc Pennington  <hp@redhat.com>
2774
2775         * dbus/dbus-message-factory.c (generate_special): more test cases,
2776         increasing coverage
2777
2778         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
2779         reason why a signature was invalid
2780
2781         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
2782         skip the length of the string before we look at it in validation
2783
2784         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
2785         equal_substring
2786
2787         * dbus/dbus-message.c (_dbus_message_loader_new): default
2788         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
2789
2790 2005-02-05  Havoc Pennington  <hp@redhat.com>
2791
2792         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
2793         if the signature of a variant was empty
2794         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
2795         struct with no element type)
2796
2797         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
2798         mangled messages to break things
2799
2800 2005-02-04  Havoc Pennington  <hp@redhat.com>
2801
2802         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
2803         g_quark_try_string() so it actually can return 0
2804         (dbus_g_proxy_connect_signal): ditto
2805
2806 2005-02-04  Havoc Pennington  <hp@redhat.com>
2807
2808         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
2809         bogus warning
2810         (tristring_from_message): assert cleanly on null path/interface
2811         (should not be possible though I decided later)
2812         (dbus_g_proxy_dispose): move proxy manager unregistration here
2813         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
2814         g_return_if_fail() checks
2815
2816 2005-02-04  Havoc Pennington  <hp@redhat.com>
2817
2818         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
2819
2820         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
2821         (with some minor changes)
2822
2823         * doc/dbus-specification.xml: add deprecated attribute to
2824         introspection format
2825
2826 2005-01-31  Havoc Pennington  <hp@redhat.com>
2827
2828         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
2829         think it's sort of right
2830
2831 2005-01-30  Havoc Pennington  <hp@redhat.com>
2832
2833         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
2834
2835 2005-01-30  Havoc Pennington  <hp@redhat.com>
2836
2837         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
2838
2839         * autogen.sh: change to autotools 1.9
2840
2841         * glib/dbus-gproxy.c: completely change how signals work
2842         (dbus_g_proxy_add_signal): new function to specify signature of a
2843         signal
2844         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
2845         and g_warning if the incoming message has the wrong signature.
2846
2847 2005-01-30  Havoc Pennington  <hp@redhat.com>
2848
2849         * tools/dbus-names-model.c (have_names_notify): fix this
2850
2851         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
2852         up the string array handling a bit 
2853
2854 2005-01-30  Havoc Pennington  <hp@redhat.com>
2855
2856         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
2857         (dbus_g_pending_call_cancel): new function
2858
2859         * dbus/dbus-glib.h: move GType decls for connection/message here;
2860         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
2861         here, just kind of rationalizing how we handle all that
2862
2863         * tools/dbus-names-model.c: new file for a tree model listing the
2864         services on a bus
2865
2866         * tools/dbus-tree-view.c (model_new): use proper typing on the
2867         model rows
2868
2869 2005-01-30  Havoc Pennington  <hp@redhat.com>
2870
2871         * glib/dbus-gmain.c: add a custom GSource back that just checks
2872         whether the message queue has anything in it; otherwise, there are 
2873         cases where we won't see messages in the queue since there was no 
2874         IO visible to the glib main loop
2875
2876         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
2877         increase default message timeout to 25 seconds
2878
2879 2005-01-30  Havoc Pennington  <hp@redhat.com>
2880
2881         * test/glib/test-profile.c (no_bus_stop_server): remove the
2882         warning about the g_warning that I just fixed
2883
2884         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
2885         custom source, seems to be a lot easier to understand and work
2886         better.
2887
2888 2005-01-30  Havoc Pennington  <hp@redhat.com>
2889
2890         I think this main loop thing is conceptually broken, but here are 
2891         some band aids. I'll maybe rewrite it in a minute.
2892         
2893         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
2894         custom GSource, so don't pass it in; confusing
2895         (gsource_server_finalize, gsource_connection_finalize): add
2896         finalize handlers that remove all the watches.  
2897
2898 2005-01-30  Havoc Pennington  <hp@redhat.com>
2899
2900         * glib/dbus-gobject.c (introspect_properties): fix the XML
2901         generated
2902
2903         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
2904         which effectively detects the use of freed messages
2905
2906         * glib/dbus-gobject.c (handle_introspect): modify and return the
2907         reply message instead of the incoming message
2908
2909         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
2910         gee, maybe it should SEND THE XML instead of just making a string
2911         and freeing it again ;-)
2912
2913         * tools/dbus-print-message.c (print_message): improve printing of
2914         messages
2915
2916         * configure.in: add debug-glib.service to the output
2917
2918 2005-01-30  Havoc Pennington  <hp@redhat.com>
2919
2920         dbus-viewer introspected and displayed the bus driver
2921         
2922         * dbus/dbus-object-tree.c 
2923         (object_tree_test_iteration): add tests for a handler registered on "/"
2924
2925         * dbus/dbus-object-tree.c
2926         (_dbus_decompose_path): fix to handle path "/" properly
2927         (run_decompose_tests): add tests for path decomposition
2928         
2929         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
2930         properly
2931
2932         * glib/dbus-gobject.c (handle_introspect): fix quotes
2933
2934         * test/glib/run-test.sh: support launching the bus, then running
2935         dbus-viewer
2936
2937         * test/glib/test-service-glib.c (main): put in a trivial gobject
2938         subclass and register it on the connection
2939
2940         * bus/driver.c (bus_driver_handle_introspect): implement
2941         introspection of the bus driver service
2942
2943         * dbus/dbus-protocol.h: add #defines for the XML namespace,
2944         identifiers, doctype decl
2945
2946         * bus/driver.c (bus_driver_handle_get_service_owner): handle
2947         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
2948         returning the service unchanged.
2949         (bus_driver_handle_message): remove old check for reply_serial in
2950         method calls, now the message type deals with that
2951         (bus_driver_handle_message): handle NULL interface
2952
2953         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
2954
2955         * glib/dbus-gloader-expat.c (description_load_from_string): allow
2956         -1 for len
2957
2958         * tools/dbus-viewer.c: add support for introspecting a service on
2959         a bus
2960
2961         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
2962         (dbus_g_pending_call_unref): add
2963
2964 2005-01-29  Havoc Pennington  <hp@redhat.com>
2965
2966         * tools/dbus-tree-view.c: add support for displaying properties.
2967         (run dbus-viewer with an introspect xml file as arg, then resize
2968         the window so the tree elements show up, not sure what that is)
2969
2970         * glib/dbus-gobject.c (handle_introspect): return
2971         org.freedesktop.Properties and org.freedesktop.Introspectable
2972         interfaces when we are introspected.
2973
2974         * doc/dbus-specification.xml: allow empty interface name when 
2975         Get/Set a property
2976
2977 2005-01-29  Havoc Pennington  <hp@redhat.com>
2978
2979         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
2980         though it uses glib, it could be extended for any binding in
2981         principle
2982
2983         * glib/dbus-gobject.c (gobject_message_function): change to the
2984         new way properties work
2985
2986         * dbus/dbus-protocol.h: add the new interfaces
2987
2988         * doc/dbus-specification.xml: document the introspection format,
2989         Introspectable interface, and add an org.freedesktop.Properties
2990         interface.
2991
2992         * glib/dbus-gparser.c: add support for a <property> element
2993
2994         * glib/dbus-gidl.c: add PropertyInfo
2995
2996         * glib/dbus-gobject.c (handle_introspect): put the outermost
2997         <node> outside the signal and property descriptions.
2998         (introspect_properties): export properties as <property> rather
2999         than as method calls
3000
3001 2005-01-28  Havoc Pennington  <hp@redhat.com>
3002
3003         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
3004         related to authentication protocol
3005
3006 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
3007
3008         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
3009                 - BUS_ACTIVATION -> BUS_STARTER
3010                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
3011                 - class MessageIter (__init__): Added recursion checking 
3012                 so we throw a nice error instead of just disconnecting from the
3013                 bus.
3014                 (get): Added arg_type parameter for recursion.
3015                 Removed the nil type
3016                 Added signiture type placeholder (not implemented)
3017                 Added struct type placeholder (not implemented)
3018                 Added varient type placeholder (not implemented)
3019                 Commented out dict type for now     
3020                 (get_element_type): renamed from get_array_type
3021                 (get_*): changed to use the dbus_message_iter_get_basic API
3022                 (get_*_array): removed in favor of recursive get_array method
3023                 (get_array): new recursive method which calls get to marshal
3024                 the elements of the array
3025                 (value_to_dbus_sig): New method returns the corrasponding
3026                 dbus signiture to a python value
3027                 (append): Comment out dict handling for now
3028                 Handle lists with the new recursive API
3029                 Comment out None handling for now
3030                 (append_nil): removed
3031                 (append_*): changed to use dbus_message_iter_append_basic API
3032                 (append_*_array): removed in favor of recursive append_array 
3033                 method
3034                 (__str__): Make it easier to print out recursive iterators
3035                 for debugging
3036                 - class Message (__str__): moved type inspection to the
3037                 MessageIter class' __str__ method
3038                 (get_iter): Added an append parameter wich defaults to False
3039                 If True use the new API's to create an append iterator
3040
3041         * python/dbus.py: Update to use new bindings API
3042                 - TYPE_ACTIVATION -> TYPE_STARTER
3043                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
3044                 - class ActivationBus -> class StarterBus
3045                 - class RemoteObject (__call__): get an append iterator
3046                 - (_dispatch_dbus_method_call): get an append iterator
3047                 - class Object (emit_signal): get an append iterator
3048
3049         * python/examples/: Fixed up the examples to work with the new API
3050                 
3051 2005-01-28  Joe Shaw  <joeshaw@novell.com>
3052
3053         * configure.in: Bump version up to 0.30.
3054
3055         * HACKING: Add a release item to bump the version number up after 
3056         a release.
3057
3058 2005-01-28  Havoc Pennington  <hp@redhat.com>
3059
3060         * doc/dbus-specification.xml: update to describe 16-bit types and
3061         dict entries
3062
3063         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
3064         assertion
3065
3066         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
3067         type
3068
3069         * dbus/dbus-marshal-recursive.c: implement
3070
3071 2005-01-27  Havoc Pennington  <hp@redhat.com>
3072
3073         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
3074
3075         * configure.in: find the right type for 16 and 32 bit ints as well
3076         as 64
3077
3078         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
3079         the 16-bit types so people don't have to stuff them in 32-bit or
3080         byte arrays.
3081
3082 2005-01-27  Havoc Pennington  <hp@redhat.com>
3083
3084         * dbus/dbus-message.c: byteswap the message if you init an
3085         iterator to read/write from it
3086         
3087         * dbus/dbus-marshal-byteswap.c: new file implementing 
3088         _dbus_marshal_byteswap()
3089
3090         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
3091
3092 2005-01-26  Havoc Pennington  <hp@redhat.com>
3093         
3094         * dbus/dbus-marshal-validate-util.c: break this out (and fix
3095         build, apparently - nobody noticed?)
3096         
3097 2005-01-26  Havoc Pennington  <hp@redhat.com>
3098
3099         * dbus/dbus-marshal-recursive.h: remove todo comment
3100
3101 2005-01-25  Joe Shaw  <joeshaw@novell.com>
3102
3103         * Land the mono binding changes to conform to the new APIs.
3104
3105         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
3106         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
3107
3108         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
3109         type code as a string.
3110         (InitAppending): Rename dbus_message_append_iter_init() to
3111         dbus_message_iter_init_append().
3112
3113         * mono/BusDriver.cs: Rename ServiceEventHandler to
3114         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
3115         Rename ServiceOwnerChanged to NameOwnerChanged.
3116
3117         * mono/Connection.cs: Rename BaseService to UniqueName, and the
3118         underlying C call.
3119
3120         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
3121
3122         * mono/Service.cs: Rename Exists to HasOwner, internally rename
3123         dbus_bus_acquire_service() to dbus_bus_request_name().
3124
3125         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
3126         of Type.UnderlyingSystemType to get the correct element type for
3127         the array.
3128         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
3129         dbus_message_get_{element|arg}_type() instead of
3130         dbus_message_iter_init_array_iterator().
3131         (Append): Replace dbus_message_iter_append_array() with
3132         dbus_message_iter_open_container() and
3133         dbus_message_iter_close_container().
3134
3135         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
3136         types have been removed.
3137         
3138         * mono/DBusType/*.cs: Replace calls of
3139         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
3140         but specify the type in the DllImport extern declaration.  Ditto
3141         for dbus_message_iter_append_[type]() ->
3142         dbus_message_iter_append_basic().
3143
3144         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
3145         NameOwnerChangedHandler.
3146
3147 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
3148
3149         * python/dbus_bindings.pyx.in: Rename of methods and bindings
3150                 - get_base_service -> get_unique_name
3151                 - bus_get_base_service -> bus_get_unique_name
3152                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
3153                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
3154                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
3155                 - bus_activate_service -> bus_start_service_by_name
3156                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
3157                 - bus_acquire_service -> bus_request_name
3158                 - dbus_bus_acquire_service -> dbus_bus_request_name
3159                 - bus_service_exists -> bus_name_has_owner
3160                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
3161
3162         * python/dbus.py: Rename of methods
3163                 - activate_service -> start_service_by_name
3164                 - bus_acquire_service -> bus_request_name
3165                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
3166                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
3167
3168         
3169 2005-01-24  Joe Shaw  <joeshaw@novell.com>
3170
3171         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
3172         signature for the method that can't be found.
3173
3174         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
3175         the message has any arguments, we need to call
3176         _dbus_type_reader_get_current_type(), not
3177         _dbus_type_reader_has_next().
3178
3179 2005-01-24  Havoc Pennington  <hp@redhat.com>
3180
3181         * dbus/dbus-message-factory.c: more testing of message validation
3182
3183         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
3184         header
3185
3186 2005-01-23  Havoc Pennington  <hp@redhat.com>
3187
3188         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
3189         get this all working, not many tests in the framework yet though
3190
3191 2005-01-22  Havoc Pennington  <hp@redhat.com>
3192
3193         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
3194         tutorial, based on work from David Wheeler.
3195
3196 2005-01-21  Havoc Pennington  <hp@redhat.com>
3197
3198         * dbus/dbus-bus.c: add more return_if_fail checks
3199
3200         * dbus/dbus-message.c (load_message): have the "no validation"
3201         mode (have to edit the code to toggle the mode for now though)
3202
3203         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
3204         skips all validation; I want to use this at least for benchmark
3205         baseline, I'm not sure if it should be a publicly-available switch.
3206
3207 2005-01-21  Havoc Pennington  <hp@redhat.com>
3208
3209         * glib/dbus-gmain.c: don't put the GLib bindings in the same
3210         toplevel doxygen group as the low-level API stuff
3211
3212         * dbus/dbus.h: note that libdbus is the low-level API
3213
3214 2005-01-20  Havoc Pennington  <hp@redhat.com>
3215
3216         * update-dbus-docs.sh: script to update docs on the web site, only
3217         works for me though. neener.
3218
3219 2005-01-20  Havoc Pennington  <hp@redhat.com>
3220
3221         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
3222         code can reveal bugs in it
3223
3224 2005-01-20  Havoc Pennington  <hp@redhat.com>
3225
3226         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
3227         select() version, patches from Tor Lillqvist
3228
3229 2005-01-20  Havoc Pennington  <hp@redhat.com>
3230
3231         * doc/dbus-tutorial.xml: replace > with &gt;
3232
3233         * bus/services.c (bus_registry_acquire_service): validate the name
3234         and return a better error if it's no good.
3235
3236         * doc/dbus-specification.xml: note NO_AUTO_START change
3237
3238         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
3239         from AUTO_START, we're toggling the default
3240
3241         * bus/dispatch.c: adapt the tests to change of auto-start default
3242
3243 2005-01-18  Havoc Pennington  <hp@redhat.com>
3244
3245         * rename dbus-daemon-1 to dbus-daemon throughout
3246
3247 2005-01-18  Havoc Pennington  <hp@redhat.com>
3248
3249         * Throughout, grand renaming to strip out the use of "service",
3250         just say "name" instead (or "bus name" when ambiguous).  Did not
3251         change the internal code of the message bus itself, only the
3252         programmer-facing API and messages.
3253         
3254         * doc/dbus-specification.xml: further update the message bus section
3255         
3256         * bus/config-parser.c (all_are_equiv): fix bug using freed string
3257         in error case
3258
3259 2005-01-17  Havoc Pennington  <hp@redhat.com>
3260
3261         * dbus/dbus-types.h: remove 16-bit types since we don't use them
3262         ever
3263
3264         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
3265         "invalid name character" not only non-ASCII
3266
3267         * doc/dbus-specification.xml: further update spec, message bus 
3268         parts are still out-of-date but the marshaling etc. stuff is now
3269         accurate-ish
3270
3271 2005-01-17  Havoc Pennington  <hp@redhat.com>
3272
3273         * doc/dbus-specification.xml: partially update spec
3274
3275 2005-01-17  Havoc Pennington  <hp@redhat.com>
3276
3277         * Throughout, align variant bodies according to the contained
3278         type, rather than always to 8. Should save a fair bit of space in
3279         message headers.
3280         
3281         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
3282         fix handling of case where p == end
3283
3284         * doc/TODO: remove the dbus_bool_t item and variant alignment items
3285
3286 2005-01-17  Havoc Pennington  <hp@redhat.com>
3287
3288         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
3289
3290         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
3291         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
3292         are marshaling/unmarshaling a boolean.
3293
3294 2005-01-16  Havoc Pennington  <hp@redhat.com>
3295
3296         This is about it on what can be disabled/deleted from libdbus
3297         easily, back below 150K anyhow. Deeper cuts are more work than 
3298         just turning the code off as I've done here.
3299         
3300         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
3301         signed int convenience funcs
3302
3303         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
3304         verbose mode
3305
3306         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
3307         things out of libdbus
3308
3309         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
3310         
3311         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
3312         tests-enabled-only, though it should probably be deleted)
3313
3314         * dbus/dbus-message-util.c: same stuff
3315
3316         * dbus/dbus-auth-util.c: same stuff
3317
3318 2005-01-16  Havoc Pennington  <hp@redhat.com>
3319
3320         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
3321
3322         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
3323         way for stripping down dbus-userdb.c stuff included in libdbus.
3324         Rename _dbus_parse_uid for consistency.
3325
3326 2005-01-16  Havoc Pennington  <hp@redhat.com>
3327
3328         * dbus/dbus-internals.c (_dbus_real_assert): print the function
3329         name the assertion failed in
3330
3331         * dbus/dbus-internals.h (_dbus_return_if_fail) 
3332         (_dbus_return_val_if_fail): assert that the name of the function
3333         containing the check doesn't start with '_', since we only want to 
3334         use checks on public functions
3335         
3336         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
3337         checks to assertions
3338
3339         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
3340         change checks to asserts for private function
3341
3342         * dbus/dbus-message.c (_dbus_message_set_serial): checks
3343         to asserts for private function
3344
3345         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
3346         broken assertion that was breaking make check
3347         (_dbus_type_reader_array_is_empty): remove this rather than fix
3348         it, was only used in assertions
3349
3350 2005-01-16  Havoc Pennington  <hp@redhat.com>
3351
3352         * test/unused-code-gc.py: hacky script to find code that's used
3353         only by the bus (not libdbus) or used only by tests or not used at
3354         all. It has some false alarms, but looks like we can clean up a
3355         lot of size from libdbus.
3356
3357         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
3358         dbus/Makefile.am: initially move 10K of binary size out of libdbus
3359         
3360 2005-01-16  Havoc Pennington  <hp@redhat.com>
3361
3362         * Add and fix docs according to Doxygen warnings throughout
3363         source.
3364         
3365         * dbus/dbus-marshal-recursive.c
3366         (_dbus_type_reader_array_is_empty): change this to just call
3367         array_reader_get_array_len() and make it static
3368
3369         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
3370         from get_array_type
3371         (dbus_message_iter_init_append): rename from append_iter_init
3372
3373         * dbus/dbus-marshal-recursive.c
3374         (_dbus_type_reader_get_element_type): rename from
3375         _dbus_type_reader_get_array_type
3376
3377 2005-01-15  Havoc Pennington  <hp@redhat.com>
3378
3379         * test/glib/test-profile.c (with_bus_server_filter): fix crash
3380
3381         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
3382         when DBUS_DISABLE_ASSERT
3383         (_dbus_marshal_set_basic): be sure we align for the string length
3384
3385         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
3386         this look faster
3387
3388         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
3389         inline macro version
3390         (_dbus_string_set_byte): provide inline macro version
3391
3392 2005-01-15  Havoc Pennington  <hp@redhat.com>
3393
3394         * Land the new message args API and type system.
3395
3396         This patch is huge, but the public API change is not 
3397         really large. The set of D-BUS types has changed somewhat, 
3398         and the arg "getters" are more geared toward language bindings;
3399         they don't make a copy, etc.
3400
3401         There are also some known issues. See these emails for details
3402         on this huge patch:
3403         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
3404         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
3405         
3406         * dbus/dbus-marshal-*: all the new stuff
3407
3408         * dbus/dbus-message.c: basically rewritten
3409
3410         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
3411         freed blocks to be all non-nul bytes so using freed memory is less
3412         likely to work right
3413
3414         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
3415         DBUS_FAIL_MALLOC=N environment variable, so you can do
3416         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
3417         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
3418         thorough.
3419
3420         * qt/message.cpp: port to the new message args API
3421         (operator<<): use str.utf8() rather than str.unicode()
3422         (pretty sure this is right from the Qt docs?)
3423
3424         * glib/dbus-gvalue.c: port to the new message args API
3425
3426         * bus/dispatch.c, bus/driver.c: port to the new message args API
3427
3428         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
3429         "locked" flag to TRUE and align_offset to 0; I guess we never
3430         looked at these anyhow, but seems cleaner.
3431
3432         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
3433         move allocation padding macro to this header; use it to implement
3434         (_DBUS_STRING_STATIC): ability to declare a static string.
3435
3436         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
3437         change to return TRUE if the interface is not set.
3438
3439         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
3440         to dbus-marshal-validate.[hc]
3441
3442         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
3443         dbus-internals.c
3444
3445         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
3446         to dbus-marshal-*.[hc]
3447
3448         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
3449         function here from dbus-marshal.c
3450
3451 2005-01-12  Joe Shaw  <joeshaw@novell.com>
3452
3453         * NEWS: Update for 0.23.
3454
3455         * configure.in: Release 0.23.
3456
3457 2005-01-12  Joe Shaw  <joeshaw@novell.com>
3458
3459         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
3460         dbus DLL with --debug.  Clean up after the .mdb files this leaves
3461         behind.
3462
3463         * mono/doc/Makefile.am: Need to uninstall the docs on "make
3464         uninstall"
3465
3466         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
3467         is an enum, get the enum's underlying type.  Another mono
3468         1.1.3 fix.
3469
3470 2005-01-11  Joe Shaw  <joeshaw@novell.com>
3471
3472         Patch from Sjoerd Simons <sjoerd@luon.net>
3473
3474         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
3475         DESTDIR.  It breaks stuff.
3476
3477 2005-01-11  Joe Shaw  <joeshaw@novell.com>
3478
3479         Patch from Tambet Ingo <tambet@ximian.com>
3480
3481         * mono/DBusType/Array.cs (Get): Get the underlying element type by
3482         calling type.GetElementType().  The code previously depended on
3483         broken Mono behavior, which was fixed in Mono 1.1.3.
3484
3485         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
3486         Activator.CreateInstance() so that the class's constructor is
3487         called with the right parameters.
3488
3489 2005-01-11  Joe Shaw  <joeshaw@novell.com>
3490
3491         Patch from Timo Teräs <ext-timo.teras@nokia.com>
3492
3493         * dbus/dbus-connection.c
3494         (_dbus_connection_queue_received_message_link): Call
3495         _dbus_connection_remove_timeout() instead of the _locked()
3496         variant, since it's always called from
3497         _dbus_connection_handle_watch(), which handles the locking.
3498         Removed the _locked() variant since it's no longer used.
3499
3500 2005-01-03  Havoc Pennington  <hp@redhat.com>
3501
3502         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
3503         return
3504         
3505 2004-12-26  Havoc Pennington  <hp@redhat.com>
3506
3507         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
3508
3509 2005-01-03  Havoc Pennington  <hp@redhat.com>
3510
3511         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
3512         floating point
3513
3514         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
3515
3516 2005-01-02  Havoc Pennington  <hp@redhat.com>
3517
3518         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
3519
3520 2005-01-01  Havoc Pennington  <hp@redhat.com>
3521
3522         * configure.in: add -Wfloat-equal
3523
3524 2005-01-01  Havoc Pennington  <hp@redhat.com>
3525
3526         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
3527         for a variety of reasons '==' doesn't do this.
3528
3529 2004-12-31  Havoc Pennington  <hp@redhat.com>
3530
3531         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
3532         I keep wishing I had
3533
3534 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
3535
3536         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
3537
3538 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
3539
3540         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
3541         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
3542         dbus-protocol.h.  Because they are defines and not enums they are not
3543         autogenerated.
3544
3545 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
3546
3547         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
3548         dbus_bus_activate_service
3549
3550         * python/dbus.py (Bus.activate_service): activate a service on the
3551         bus.
3552
3553 2004-12-24  Havoc Pennington  <hp@redhat.com>
3554
3555         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
3556         file format has also changed and I haven't adapted to that yet
3557         
3558         * Makefile.am: load .gcno files from latest gcc
3559
3560 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
3561         * Patch from Rob Taylor <robtaylor@fastmail.fm>
3562
3563         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
3564         lowlevel binding
3565
3566         * python/dbus.py (get_unix_user): Added binding to 
3567         call dbus_bindings.bus_get_unix_user
3568
3569         * python/extract.py: Modified the proto_pat regex to
3570         handle unsigned long
3571
3572 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3573
3574         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
3575         better POSIX compliance.
3576
3577 2004-12-19  Havoc Pennington  <hp@redhat.com>
3578
3579         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
3580         (_dbus_string_insert_8_aligned): new functions
3581
3582         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
3583
3584 2004-12-18  Havoc Pennington  <hp@redhat.com>
3585
3586         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
3587         macro
3588
3589         * dbus/dbus-message.c: fix a comment, and add a still-unused
3590         not-implemented function
3591
3592         * dbus/dbus-marshal.h: fix comment
3593
3594         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
3595
3596 2004-12-17  Joe Shaw  <joeshaw@novell.com>
3597
3598         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
3599         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
3600         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
3601         Type.UnderlyingSystemType to get the actual system type
3602         underneath.  This code previously depended on the broken Mono
3603         behavior, which was fixed in 1.1.3.
3604
3605 2004-11-27  Havoc Pennington  <hp@redhat.com>
3606
3607         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
3608         are disabled
3609         (_dbus_string_get_const_data): inline when asserts are disabled
3610
3611         * dbus/dbus-message.c: record the _dbus_current_generation of
3612         creation so we can complain if dbus_shutdown() is used improperly.
3613         Do this only if checks are enabled.
3614
3615         * dbus/dbus-connection.c: ditto
3616         
3617 2004-11-26  Havoc Pennington  <hp@redhat.com>
3618
3619         * test/glib/test-profile.c: add with_bus mode to profile echoes
3620         that go through the bus.
3621
3622         * test/glib/run-test.sh: add ability to run test-profile
3623
3624         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
3625         config file reload.
3626
3627 2004-11-26  Havoc Pennington  <hp@redhat.com>
3628
3629         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
3630         thing was implemented
3631
3632 2004-11-26  Havoc Pennington  <hp@redhat.com>
3633
3634         * test/glib/test-profile.c: tweak a bit, add support for some
3635         made-up minimal malloc overhead with plain sockets, since in 
3636         real life some sort of buffers are unavoidable thus we could 
3637         count them in the theoretical best case
3638
3639 2004-11-26  Havoc Pennington  <hp@redhat.com>
3640
3641         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
3642         where I was trying to cache one too many messages
3643
3644 2004-11-26  Havoc Pennington  <hp@redhat.com>
3645
3646         * dbus/dbus-message.c: reimplement message cache as an array which 
3647         makes the cache about twice as fast and saves maybe 1.5% overall
3648
3649 2004-11-26  Havoc Pennington  <hp@redhat.com>
3650
3651         * dbus/dbus-threads.c (init_global_locks): forgot to put the
3652         message cache lock here
3653
3654 2004-11-26  Havoc Pennington  <hp@redhat.com>
3655
3656         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
3657         the "char byte_order" next to each other to save 4 bytes
3658         (dbus_message_new_empty_header): reduce preallocation, since the
3659         message cache should achieve a similar effect
3660         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
3661         message cache that keeps a few DBusMessage around in a pool,
3662         another 8% speedup or so.
3663
3664         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
3665
3666 2004-11-25  Havoc Pennington  <hp@redhat.com>
3667
3668         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
3669         to write, without reading or blocking, try it before the poll()
3670         and skip the poll() if nothing remains to write. This is about a
3671         3% speedup in the echo client/server
3672
3673 2004-11-25  Havoc Pennington  <hp@redhat.com>
3674
3675         The primary change here is to always write() once before adding
3676         the write watch, which gives us about a 10% performance increase.
3677         
3678         * dbus/dbus-transport-unix.c: a number of modifications to cope
3679         with removing messages_pending
3680         (check_write_watch): properly handle
3681         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
3682         messages_pending stuff
3683         (check_read_watch): properly handle WAITING_FOR_MEMORY and
3684         AUTHENTICATED cases
3685         (unix_handle_watch): after writing, see if the write watch can be
3686         removed
3687         (unix_do_iteration): assert that write_watch/read_watch are
3688         non-NULL rather than testing that they aren't, since they 
3689         aren't allowed to be NULL. check_write_watch() at the end so 
3690         we add the watch if we did not finish writing (e.g. got EAGAIN)
3691
3692         * dbus/dbus-transport-protected.h: remove messages_pending call,
3693         since it resulted in too much inefficient watch adding/removing; 
3694         instead we now require that the transport user does an iteration 
3695         after queueing outgoing messages, and after trying the first
3696         write() we add a write watch if we got EAGAIN or exceeded our 
3697         max bytes to write per iteration setting
3698
3699         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
3700         function
3701
3702         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
3703         freed and then accessed, valgrind flagged this bug, fix it
3704
3705         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
3706         as the last valid field plus 1, where really it is equal to the
3707         last valid field. Corrects some message corruption issues.
3708
3709         * dbus/dbus-mainloop.c: verbosity changes
3710
3711         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
3712         instead of aborting in one of the test codepaths
3713
3714         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
3715         caused not printing the pid ever again if a verbose was missing
3716         the newline at the end
3717         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
3718
3719         * dbus/dbus-connection.c: verbosity changes; 
3720         (dbus_connection_has_messages_to_send): new function
3721         (_dbus_connection_message_sent): no longer call transport->messages_pending
3722         (_dbus_connection_send_preallocated_unlocked): do one iteration to
3723         try to write() immediately, so we can avoid the write watch. This
3724         is the core purpose of this patchset
3725         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
3726         dump the outgoing message queue, so nobody will get confused
3727         trying to send them or thinking stuff is pending to be sent
3728
3729         * bus/test.c: verbosity changes
3730
3731         * bus/driver.c: verbosity/assertion changes
3732
3733         * bus/dispatch.c: a bunch of little tweaks to get it working again
3734         because this patchset changes when/where you need to block.
3735
3736 2004-11-23  Havoc Pennington  <hp@redhat.com>
3737
3738         * test/glib/test-profile.c: modify to accept a plain_sockets
3739         argument in which case it will bench plain sockets instead of
3740         libdbus, for comparison purposes.
3741
3742 2004-11-22  Havoc Pennington  <hp@redhat.com>
3743
3744         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
3745         threads for more time, so sysprof can get a grip on it.
3746
3747         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
3748         pointless variable
3749
3750 2004-11-13  Havoc Pennington  <hp@redhat.com>
3751
3752         * test/glib/test-profile.c: fix this thing up a bit
3753
3754         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
3755         preallocation sizes by a fair bit; not sure if this will be an
3756         overall performance win or not, but it does reduce reallocs.
3757
3758         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
3759         the test hack that forced constant realloc if asserts are
3760         disabled, so we can profile sanely. Sprinkle in some
3761         _DBUS_UNLIKELY() which are probably pointless, but before I
3762         noticed the real performance problem I put them in.
3763         (_dbus_string_validate_utf8): micro-optimize this thing a little
3764         bit, though callgrind says it didn't help; then special-case
3765         ascii, which did help a lot; then be sure we detect nul bytes as
3766         invalid, which is a bugfix.
3767         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
3768         superstition; use memset to nul the padding instead of a manual
3769         loop.
3770         (_dbus_string_get_length): inline this as a
3771         macro; it showed up in the profile because it's used for loop
3772         tests and so forth
3773
3774 2004-11-10  Colin Walters  <walters@verbum.org>
3775
3776         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
3777         for extra paranoia.
3778
3779 2004-11-09  Colin Walters  <walters@verbum.org>
3780
3781         * dbus/dbus-string.c (_dbus_string_get_length): New
3782         function, writes DBusString to C buffer.
3783
3784         * dbus/dbus-string.h: Prototype it.
3785
3786         * dbus/dbus-message.c (dbus_message_type_to_string): New
3787         function, converts message type into C string.
3788
3789         * dbus/dbus-message.h: Prototype it.
3790
3791         * bus/selinux.c (bus_selinux_check): Take source pid,
3792         target pid, and audit data.  Pass audit data to
3793         avc_has_perm.
3794         (log_audit_callback): New function, appends extra
3795         audit information.
3796         (bus_selinux_allows_acquire_service): Also take
3797         service name, add it to audit data.
3798         (bus_selinux_allows_send): Also take message
3799         type, interface, method member, error name,
3800         and destination, and add them to audit data.
3801         (log_cb): Initialize func_audit.
3802         
3803         * bus/selinux.h (bus_selinux_allows_acquire_service)
3804         (bus_selinux_allows_send): Update prototypes 
3805
3806         * bus/services.c (bus_registry_acquire_service): Pass
3807         service name to bus_selinux_allows_acquire_service.
3808
3809         * bus/bus.c (bus_context_check_security_policy): Pass
3810         additional audit data.  Move assignment of dest
3811         to its own line.
3812
3813 2004-11-07  Colin Walters  <walters@verbum.org>
3814
3815         * dbus/dbus-transport-unix.c (do_authentication): Always
3816         initialize auth_completed.
3817         
3818 2004-11-07  Colin Walters  <walters@verbum.org>
3819
3820         * bus/bus.c (load_config): Break into three
3821         separate functions: process_config_first_time_only,
3822         process_config_every_time, and process_config_postinit.
3823         (process_config_every_time): Move call of
3824         bus_registry_set_service_context_table into
3825         process_config_postinit.
3826         (process_config_postinit): New function, does
3827         any processing that needs to happen late
3828         in initialization (and also on reload).
3829         (bus_context_new): Instead of calling load_config,
3830         open config parser here and call process_config_first_time_only
3831         and process_config_every_time directly.  Later, after
3832         we have forked but before changing UID,
3833         invoke bus_selinux_full_init, and then call
3834         process_config_postinit.
3835         (bus_context_reload_config): As in bus_context_new,
3836         load parse file inside here, and call process_config_every_time
3837         and process_config_postinit.
3838
3839         * bus/services.h, bus/services.c
3840         (bus_registry_set_service_context_table): Rename
3841         from bus_registry_set_sid_table.  Take string hash from config
3842         parser, and convert them here into SIDs.
3843
3844         * bus/config-parser.c (struct BusConfigParser): Have
3845         config parser only store a mapping of service->context
3846         string.
3847         (merge_service_context_hash): New function.
3848         (merge_included): Merge context string hashes instead
3849         of using bus_selinux_id_table_union.
3850         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
3851         simply create a new string hash.
3852         (bus_config_parser_unref): Unref it.
3853         (start_selinux_child): Simply insert strings into hash,
3854         don't call bus_selinux_id_table_copy_over.
3855
3856         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
3857         (bus_selinux_id_table_copy_over): Delete.
3858
3859 2004-11-03  Colin Walters  <walters@verbum.org>
3860
3861         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
3862         variables.
3863         
3864 2004-11-03  Colin Walters  <walters@verbum.org>
3865
3866         * bus/test-main.c (test_pre_hook): Fix test logic,
3867         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
3868
3869 2004-11-02  Colin Walters  <walters@redhat.com>
3870
3871         * bus/selinux.c (bus_selinux_init): Split into two functions,
3872         bus_selinux_pre_init and bus_selinux_post_init.
3873         (bus_selinux_pre_init): Just determine whether SELinux is
3874         enabled.
3875         (bus_selinux_post_init): Do everything else.
3876
3877         * bus/main.c (main): Call bus_selinux_pre_init before parsing
3878         config file, and bus_selinux_post_init after.  This ensures that
3879         we don't lose the policyreload notification thread that
3880         bus_selinux_init created before forking previously.
3881         
3882         * bus/test-main.c (test_pre_hook): Update for split.
3883
3884 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
3885
3886         Patch from Johan Fischer <linux@fischaz.com>
3887         
3888         * mono/doc/Makefile.am (install-data-local): Added directory
3889         install for DESTDIR
3890
3891 2004-10-29  Colin Walters  <walters@redhat.com>
3892
3893         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
3894         parameter for fd to write pid to.       
3895
3896         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
3897         
3898         * bus/bus.c (bus_context_new): Pass print_pid_fd
3899         to _dbus_become_daemon (bug #1720)
3900
3901 2004-10-29  Colin Walters  <walters@redhat.com>
3902
3903         Patch from Ed Catmur <ed@catmur.co.uk>
3904
3905         * mono/doc/Makefile.am (install-data-local): Handle
3906         DESTDIR.
3907
3908 2004-10-29  Colin Walters  <walters@redhat.com>
3909
3910         * bus/.cvsignore, qt/.cvsignore: Update.
3911
3912 2004-10-29  Colin Walters  <walters@redhat.com>
3913
3914         Patch from Kristof Vansant <de_lupus@pandora.be>
3915
3916         * configure.in: Detect Slackware.
3917         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
3918         * bus/rc.messagebus.in: New file.
3919
3920 2004-10-29  Colin Walters  <walters@redhat.com>
3921
3922         * tools/dbus-monitor.c (filter_func): Return
3923         DBUS_HANDLER_RESULT_HANDLED in filter function
3924         for now.  See:
3925         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
3926
3927 2004-10-29  Colin Walters  <walters@redhat.com>
3928
3929         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
3930
3931         * bus/services.c (bus_registry_acquire_service): 
3932         Correctly retrieve service name from DBusString
3933         for printing.
3934
3935 2004-10-29  Colin Walters  <walters@redhat.com>
3936
3937         * dbus/dbus-glib.h: Update documentation to not
3938         refer to internal APIs.
3939
3940 2004-10-27  Joe Shaw  <joeshaw@novell.com>
3941
3942         * mono/Arguments.cs (GetDBusTypeConstructor):
3943         type.UnderlyingSystemType will return "System.Byte" if you do it
3944         on "byte[]", which is not what we want.  So check the type.IsArray
3945         property and use System.Array instead.
3946
3947 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
3948
3949         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
3950         the DBusUserInfo structure since this is passed into the function.
3951         This would cause a double free when the function that allocated
3952         the structure would try to free it when an error occured.
3953
3954         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
3955         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
3956         for service activation to avoid 32bit/64bit parallel install issues
3957
3958 2004-10-21  Colin Walters  <walters@verbum.org>
3959
3960         * AUTHORS: Fix my email address, the @gnu.org one
3961         has been bouncing for some time.  Also add J5.
3962         
3963 2004-10-21  Colin Walters  <walters@verbum.org>
3964
3965         * dbus/dbus-transport-unix.c (do_authentication): Return
3966         authentication status to callers.
3967         (unix_handle_watch): If we completed authentication this round,
3968         don't do another read.  Instead wait until the next iteration,
3969         after we've read any pending data in the auth buffer.
3970         (unix_do_iteration): Ditto.
3971         (unix_handle_watch): Updated for new do_authentication prototype.
3972
3973 2004-10-18  Colin Walters  <walters@verbum.org>
3974
3975         * bus/selinux.c (bus_selinux_enabled): Handle
3976         --disable-selinux case.
3977         
3978 2004-10-18  Colin Walters  <walters@verbum.org>
3979
3980         * bus/selinux.h: Add bus_selinux_enabled.
3981         
3982         * bus/selinux.c (bus_selinux_enabled): Implement it.
3983         
3984         * bus/config-parser.c (struct include): Add
3985         if_selinux_enabled member.
3986         (start_busconfig_child): Parse if_selinux_enabled
3987         attribute for include.
3988         (bus_config_parser_content): Handle it.
3989
3990         * bus/session.conf.in, bus/system.conf.in: Add
3991         inclusion of context mapping to default config files;
3992         conditional on SELinux being enabled.
3993         
3994         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
3995         
3996         * test/data/invalid-config-files/badselinux-1.conf, 
3997         test/data/invalid-config-files/badselinux-2.conf:
3998         Test files for bad syntax.
3999         
4000 2004-10-17  Colin Walters  <walters@verbum.org>
4001
4002         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
4003         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
4004         format specifier mismatches.
4005
4006 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4007
4008         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
4009         format string.
4010
4011         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
4012         pointer (bug #1540, Leonardo Boiko).
4013
4014 2004-09-28  Jon Trowbridge  <trow@ximian.com>
4015
4016         * mono/BusDriver.cs: Changed BusDriver struct to remove
4017         the ServiceCreated and ServiceDeleted events and replace them
4018         with the new ServiceOwnerChanged event.
4019
4020         * mono/example/BusListener.cs: Added a new example program,
4021         which listens for and reports any ServiceOwnerChanged events
4022         on the bus driver.
4023
4024         * mono/example/Makefile.am (DESTDIR): Build changes for the
4025         new BusListener.cs example.
4026
4027 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4028
4029         * bus/signals.c (bus_match_rule_parse): validate the components of
4030         match rules (bug #1439).
4031
4032         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
4033
4034 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4035
4036         * doc/dbus-specification.xml: document ServiceOwnerChanged
4037         signal.
4038         
4039         * bus/driver.c, bus/driver.h, bus/services.c: Use
4040         ServiceOwnerChanged signal instead of ServiceCreated and
4041         ServiceDeleted.
4042         
4043         * bus/dispatch.c: update testcase for the new signal.
4044
4045 2004-09-20  Jon Trowbridge  <trow@ximian.com>
4046
4047         Patch from Nat Friedman <nat@novell.com>
4048
4049         * mono/Makefile.am: A number of small build fixes to allow "make
4050         distcheck" to succeed.
4051
4052         * mono/example/Makefile.am: "make distcheck" fixes.
4053
4054         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
4055         key in @srcdir@.
4056
4057         * test/Makefile.am: "make distcheck" fixes.
4058
4059 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4060
4061         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
4062
4063         * doc/busconfig.dtd: update the DTD for the at_console attribute.
4064
4065         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
4066         messages after the first one (bug #1389).
4067         
4068         * bus/dispatch.c (check_double_hello_message): add a test case for
4069         the double hello message bug.
4070         (check_existent_service_activation): fix check of spawning error.
4071         
4072 2004-09-16  David Zeuthen  <david@fubar.dk>
4073
4074         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
4075
4076 2004-09-12  David Zeuthen  <david@fubar.dk>
4077
4078         Patch from Kay Sievers <kay.sievers@vrfy.org>
4079
4080         * bus/bus.c (bus_context_new):
4081         * bus/bus.h:
4082         * bus/main.c (usage)
4083         (main):
4084         Add commandline option --nofork to override configuration file
4085         setting.
4086
4087 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4088
4089         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
4090         compilers don't like it (bug #974).
4091
4092 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
4093
4094         * qt/connection.*: Applied patch by Jérôme Lodewyck
4095         <lodewyck@clipper.ens.fr> to integrate an existing
4096         connection into the Qt eventloop
4097
4098 2004-08-30  Jon Trowbridge  <trow@ximian.com>
4099
4100         * mono/BusDriver.cs: Added.  This is a class for interacting with
4101         the org.freedesktop.DBus service.
4102
4103         * mono/Message.cs: Added a mechanism to expose the message that is
4104         currently being dispatched via the static Message.Current
4105         property.  Added Message.Sender and Message.Destination
4106         properties.
4107
4108         * mono/Handler.cs: Expose the dispatched message via
4109         Message.Current when handling method calls.
4110
4111         * mono/Service.cs: Expose the dispatched message via
4112         Message.Current when handling signal emissions.
4113         
4114         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
4115         Connection.BaseService property.
4116
4117 2004-08-28  Havoc Pennington  <hp@redhat.com>
4118
4119         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
4120
4121         More fixes from Steve Grubb
4122         
4123         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
4124         (_dbus_listen_tcp_socket): fix fd leak
4125
4126         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
4127         EINTR to a bit lower in the code
4128
4129 2004-08-26  Jon Trowbridge  <trow@ximian.com>
4130
4131         * bus/driver.c (bus_driver_handle_service_exists): Respond with
4132         TRUE if we are inquiring about the existence of the built-in
4133         org.freedesktop.DBus service.
4134
4135 2004-08-25  John Palmieri  <johnp@redhat.com>
4136         * bus/config-parser.c:
4137         (struct PolicyType): Add POLICY_CONSOLE
4138         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
4139         (start_busconfig_child): Sets up console element when
4140         <policy at_console=""> is encountered in a policy file
4141         (append_rule_from_element): Convert console elements to console
4142         rules.
4143
4144         * bus/policy.c: 
4145         (bus_policy_create_client_policy): Add console rules to the client
4146         policy based on if the client is at the console
4147         (bus_policy_append_console_rule): New function for adding a
4148         console rule to a policy
4149         (bus_policy_merge): Handle console rule merging
4150
4151         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
4152         where we check for console user files
4153         
4154         * dbus/dbus-sysdeps.c:
4155         (_dbus_file_exists): New function which checks if the given
4156         file exists
4157         (_dbus_user_at_console): New function which does the system
4158         specific process of checking if the user is at the console
4159
4160         * dbus/dbus-userdb.c:
4161         (_dbus_is_console_user): New function converts a UID to user name
4162         and then calls the system specific _dbus_user_at_console to 
4163         see if the user is at the console and therefor a console user
4164
4165 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4166
4167         * bus/config-parser.c (set_limit):
4168         * bus/dbus-daemon-1.1.in:
4169         * test/data/valid-config-files/many-rules.conf: set the
4170         max_match_rules_per_connection limt from the config file. 
4171
4172         * doc/busconfig.dtd: update the DTD.
4173
4174         * bus/driver.c: remove some unused variables.
4175
4176 2004-08-24  Mikael Hallendal  <micke@imendio.com>
4177
4178         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
4179         it's been replaced by dbus_g_bus_get
4180
4181 2004-08-23  Colin Walters  <walters@redhat.com>
4182
4183         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
4184
4185         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
4186
4187         * bus/selinux.c: Create a thread for policy reload notification.
4188         (bus_selinux_get_policy_root): Implement.
4189
4190         * bus/config-parser.c (start_busconfig_child)
4191         (bus_config_parser_content): Support SELinux-root relative
4192         inclusion.
4193
4194         * configure.in <HAVE_SELINUX>: Add -lpthread.
4195         
4196         * bus/test-main.c (test_pre_hook, test_post_hook): New.
4197         (test_post_hook): Move memory checking into here.
4198         (test_pre_hook, test_post_hook): Move SELinux checks in
4199         here, but conditional on a DBUS_TEST_SELINUX environment
4200         variable.  Unfortunately we can't run the SELinux checks
4201         as a normal user, since they won't have any permissions
4202         for /selinux.  So this will have to be tested manually
4203         for now, until we have virtualization for most of
4204         libselinux.
4205         
4206 2004-08-23  Havoc Pennington  <hp@redhat.com>
4207
4208         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
4209         drop supplementary groups, suggested by Steve Grubb
4210
4211 2004-08-20  Colin Walters  <walters@redhat.com>
4212
4213         * bus/config-parser.c (start_busconfig_child): Remove some unused
4214         variables.
4215         
4216         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
4217         warning.
4218
4219 2004-08-17  Joe Shaw  <joeshaw@novell.com>
4220
4221         * configure.in: If --enable-mono is passed in, if we can't find
4222         mono error out.
4223
4224         * mono/Makefile.am: Use /gacutil to install assemblies into the
4225         GAC and not /root.
4226
4227 2004-08-12  Havoc Pennington  <hp@redhat.com>
4228
4229         * NEWS: update for 0.22
4230
4231         * configure.in: release 0.22
4232
4233 2004-08-11  Colin Walters  <walters@redhat.com>
4234
4235         * tools/dbus-send.c (main, usage): Add --reply-timeout
4236         argument.
4237
4238 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4239
4240         * bus/bus.c (process_config_first_time_only): get rid of an unused
4241         DBusError that was causing a memoy leak (bug #989).
4242
4243         * dbus/dbus-keyring.c, dbus/dbus-message.c:
4244         fix compilation on Solaris/Forte C (bug #974)
4245
4246         * bus/main.c (main): plug two minuscule memleaks.
4247
4248 2004-08-10  Havoc Pennington  <hp@redhat.com>
4249
4250         * doc/dbus-tutorial.xml: add some more info on GLib bindings
4251
4252 2004-08-09  Havoc Pennington  <hp@redhat.com>
4253
4254         * COPYING: switch to Academic Free License version 2.1 instead of
4255         2.0, to resolve complaints about patent termination clause.
4256
4257 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
4258
4259         * README: added documentation for the --enable-python 
4260         configure switch.
4261
4262 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4263
4264         * bus/config-parser.c (bus_config_parser_new): fix an invalid
4265         _unref in the SELinux support.
4266
4267         * doc/busconfig.dtd: update DTD for SELinux support.
4268
4269         * bus/config-loader-libxml.c: fix error handler and parser
4270         initialisation/cleanup. OOM test now works with libxml2 HEAD.
4271
4272         * configure.in: remove the warning about libxml2.
4273
4274         * dbus/dbus-bus.c: silence doxygen warning.
4275
4276 2004-07-31  Colin Walters  <walters@redhat.com>
4277
4278         * configure.in: Move #error in SELinux check to its own line.
4279
4280 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4281
4282         * dbus/dbus-internals.h (_DBUS_SET_OOM):
4283         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
4284         dbus_error_set.
4285
4286         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
4287         broken by the change in the _SET_OOM macros.
4288
4289 2004-07-31  Colin Walters  <walters@redhat.com>
4290
4291         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
4292         BUS_SET_OOM.
4293
4294 2004-07-31  Colin Walters  <walters@redhat.com>
4295
4296         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
4297         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
4298         AC_MSG_CHECKING.
4299
4300 2004-07-24  Havoc Pennington  <hp@redhat.com>
4301
4302         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
4303
4304         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
4305         functionality
4306
4307         * configure.in: add --enable-selinux
4308         
4309         * bus/policy.c (bus_policy_merge): add FIXME to a comment
4310
4311         * bus/main.c (main): initialize and shut down selinux
4312
4313         * bus/connection.c: store SELinux ID on each connection, to avoid 
4314         repeated getting of the string context and converting it into 
4315         an ID
4316
4317         * bus/bus.c (bus_context_get_policy): new accessor, though it
4318         isn't used
4319         (bus_context_check_security_policy): check whether the security
4320         context of sender connection can send to the security context of
4321         recipient connection
4322
4323         * bus/config-parser.c: add parsing for <selinux> and <associate>
4324         
4325         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
4326         implement dbus_connection_get_unix_fd()
4327
4328         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
4329         function, used by the selinux stuff
4330         
4331 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4332
4333         * bus/config-loader-libxml.c: complete the implementation of
4334         libxml backend for config file loader. Doesn't work with full OOM
4335         test yet. 
4336         
4337         * configure.in: change error when selecting libxml into a warning.
4338         
4339         * test/data/invalid-config-files: add two non-well-formed XML
4340         files. 
4341         
4342         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
4343         
4344         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
4345         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
4346         be necessary to read all the buffer. (bug #894)
4347
4348         * bus/activation.c (bus_activation_activate_service): fix a
4349         potential assertion failure (bug #896). Small optimization in the
4350         case of auto-activation messages.
4351
4352         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
4353         add test case for byte-through-vararg bug (#901). patch by Kimmo
4354         Hämäläinen. 
4355
4356 2004-07-28  Anders Carlsson  <andersca@gnome.org>
4357
4358         * python/dbus.py:
4359         * python/dbus_bindings.pyx.in:
4360         Add dbus.init_gthreads (), allow emit_signal to pass
4361         arguments to the signal.
4362         
4363 2004-07-24  Havoc Pennington  <hp@redhat.com>
4364
4365         * AUTHORS: add some people, not really comprehensively, let me
4366         know if I missed you
4367
4368 2004-07-24  Havoc Pennington  <hp@redhat.com>
4369
4370         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
4371         Owen
4372
4373         * test/Makefile.am (DIST_SUBDIRS): here also
4374
4375 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4376
4377         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
4378         breaking build on Solaris, reported by Farhad Saberi on the ML.
4379
4380         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
4381         va_arg invocation to account for integer promotion in the case of
4382         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
4383
4384         * bus/services.c (bus_service_remove_owner): fix bug #902, use
4385         _dbus_list_get_first_link, not _dbus_list_get_first.
4386
4387         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
4388
4389         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
4390         handler functions so that the asserts in _dbus_object_subtree_unref
4391         do not fail.
4392
4393         * dbus/dbus-transport-unix.c (do_reading):
4394         _dbus_transport_queue_messages return value is of type
4395         dbus_bool_t, not DBusDispatchStatus.
4396         
4397 2004-07-19  David Zeuthen  <david@fubar.dk>
4398
4399         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
4400
4401         * bus/dispatch.c:
4402         (check_get_connection_unix_user): Debug says GetProperty; but the
4403         method is called GetConnectionUnixUser
4404         (check_get_connection_unix_process_id): New function
4405         (bus_dispatch_test): Actually call check_get_connection_unix_user();
4406         also call check_get_connection_unix_process_id()
4407         
4408         * bus/driver.c:
4409         (bus_driver_handle_get_connection_unix_process_id): New function,
4410         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
4411         interface
4412         
4413         * dbus/dbus-auth.c:
4414         (handle_server_data_external_mech): Set pid from the credentials
4415         obtained from the socket
4416         
4417         * dbus/dbus-connection.c:
4418         (dbus_connection_get_unix_process_id): New function
4419         
4420         * dbus/dbus-connection.h: 
4421         Add prototype for dbus_connection_get_unix_process_id
4422         
4423         * dbus/dbus-transport.c:
4424         (_dbus_transport_get_unix_process_id): New function
4425         
4426         * dbus/dbus-transport.h:
4427         Add prototype for _dbus_transport_get_unix_process_id
4428         
4429 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4430
4431         * dbus/dbus-message.c: Message counter fix, patch by Christian
4432         Hammond <chipx86@gnupdate.org>
4433
4434 2004-07-18  Seth Nickell  <seth@gnome.org>
4435
4436         * python/dbus.py:
4437         * python/dbus_bindings.pyx.in:
4438         * python/tests/test-client.py:
4439
4440         Add dbus.ByteArray and dbus_bindings.ByteArray
4441         types so that byte streams can be passed back.
4442
4443         Give jdahlin the heaps of credit that are so
4444         rightfully his.
4445         
4446 2004-07-12  Seth Nickell  <seth@gnome.org>
4447
4448         * python/dbus.py:
4449
4450         Add message argument to the default object_method_handler
4451         function.
4452         
4453         * python/dbus_bindings.pyx.in:
4454
4455         Automatically return NIL when passed an empty list
4456         (we can't pass back a list since lists are typed
4457         and we don't have any idea what type the the client
4458         intended the list to be... :-( )
4459         
4460 2004-07-10  Seth Nickell  <seth@gnome.org>
4461
4462         * python/examples/Makefile.am:
4463
4464         Fix distcheck breakage caused by new examples.
4465
4466 2004-07-10  Seth Nickell  <seth@gnome.org>
4467
4468         * python/dbus.py:
4469
4470         Add "message" argument to service-side dbus.Object
4471         methods. This will break existing services written
4472         using the python bindings, but will allow extraction
4473         of all the message information (e.g. who its from).
4474
4475         Add improved "object oriented" signal handling/emission.
4476         
4477         * python/examples/example-service.py:
4478
4479         Nix this example.
4480         
4481         * python/examples/example-signal-emitter.py:
4482         * python/examples/example-signal-recipient.py:
4483
4484         Two new examples that show how to emit and receive
4485         signals using the new APIs.
4486         
4487         * python/examples/example-signals.py:
4488         * python/examples/gconf-proxy-service.py:
4489         * python/examples/gconf-proxy-service2.py:
4490
4491         Add "message" argument to service methods.
4492
4493 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
4494
4495         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
4496         * dbus/bus.c (dbus_bus_get_unix_user)
4497         * doc/dbus-specification.xml: implement GetConnectionUnixUser
4498         method of org.freedesktop.DBus interface.
4499
4500         * bus/dispatch.c: test case
4501
4502 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
4503
4504         * python/Makefile.am: switched include directory from glib/ to dbus/
4505         since dbus-glib.h moved
4506  
4507 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4508
4509         * configure.in: prevent building the gcj stuff and libxml loader
4510         since they are broken.
4511
4512 2004-06-20  Havoc Pennington  <hp@redhat.com>
4513
4514         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
4515         codes from the dbus error names
4516         
4517         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
4518         as dbus/dbus-glib.h and that breakage is now visible due to 
4519         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
4520         
4521         * glib/dbus-glib.h: s/gproxy/g_proxy/
4522
4523         * dbus/dbus-shared.h: new header to hold stuff shared with
4524         binding APIs
4525         
4526         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
4527         than dbus-errors.h
4528
4529         * glib/dbus-glib.h (dbus_set_g_error): move to
4530         dbus-glib-lowlevel.h
4531
4532         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
4533         of stuff to enable this
4534
4535         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
4536
4537         * a bunch of other changes with the same basic "separate glib 
4538         bindings from dbus.h" theme
4539         
4540 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
4541
4542         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
4543
4544         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
4545
4546 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4547
4548         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
4549         the reply value of the ServiceExists message.
4550
4551 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
4552
4553         * python/dbus_bindings.pyx.in: No longer need to parse path
4554         elements and pass them as arrays of strings.  The C API now
4555         accepts plain path strings.
4556         (_build_parsed_path): removed 
4557
4558 2004-06-07  Havoc Pennington  <hp@redhat.com>
4559
4560         * doc/TODO: remove auto-activation item since it's done; sort
4561         items by importance/milestone
4562
4563 2004-06-07  Havoc Pennington  <hp@redhat.com>
4564
4565         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
4566         random signature when using REQUIRED_FIELDS (this hack won't work
4567         in the long term)
4568
4569         * dbus/dbus-message.c: change the signature to be a header field,
4570         instead of message->signature special-case string. Incremental
4571         step forward. Then we can fix up code to send the signature in the
4572         message, then fix up code to validate said signature, then fix up
4573         code to not put the typecodes inline, etc.
4574         (load_one_message): don't make up the signature after the fact
4575         (decode_header_data): require signature field for the known
4576         message types
4577
4578         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
4579
4580         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
4581
4582 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
4583
4584         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
4585
4586         * mono/Handler.cs: Updated to follow new path argument for
4587         (un-)registering objects.
4588
4589         * mono/example/Makefile.am:
4590         * mono/Makefile.am:
4591         * configure.in: Bumped required version for mono and use new -pkg
4592         syntax for deps
4593
4594 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4595
4596         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
4597         registration functions take the path argument as char* instead of
4598         char**.
4599
4600         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
4601         split off the path decompostion part of
4602         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
4603         warnings. 
4604
4605         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
4606         
4607 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
4608  
4609         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
4610         machine approach.  A state is implemented as a function that
4611         handles incoming events as specified for that state.
4612         
4613         * doc/dbus-specification.xml: Update auth protocol state machine
4614         specification to match implementation.  Remove some leftover
4615         base64 examples.
4616
4617 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
4618
4619         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
4620         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
4621         quiet doxygen.
4622
4623         * Doxyfile.in: remove deprecated options.
4624
4625         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
4626         glib/test-thread.h, glib/test-thread-client.c,
4627         glib/test-thread-server.c, glib/test-profile.c,
4628         glib/test-dbus-glib.c: remove these unused files.
4629
4630 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4631
4632         * dbus/dbus-object-tree.c
4633         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
4634         non-fallback handlers (bug #684).
4635         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
4636         (find_subtree_recurse): report wether the returned subtree is an
4637         exact match or a "fallback" match higher up in the tree.
4638         (object_tree_test_iteration): update test case.
4639
4640 2004-06-01  Seth Nickell  <seth@gnome.org>
4641
4642         * python/dbus_bindings.pyx.in:
4643         * python/tests/test-client.py:
4644
4645         Round off basic type support. Add dicts (yay!), and 
4646         remaining array types.
4647
4648         Make MessageIter more general so it works for dicts too.
4649
4650         Mark all loop variables as C integers.
4651         
4652 2004-05-31  Havoc Pennington  <hp@redhat.com>
4653
4654         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
4655         "in" before "out"
4656
4657         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
4658
4659         * glib/dbus-glib-tool.c (main): set up to have a --self-test
4660         option that runs the tests, and start filling in some code
4661         including for starters just dumping the interfaces to stdout
4662
4663         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
4664
4665         * test/data/valid-introspection-files/lots-of-types.xml: test of
4666         an example introspection file
4667
4668         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
4669         "node" (I think...)
4670
4671 2004-05-31  Seth Nickell  <seth@gnome.org>
4672
4673         * python/dbus_bindings.pyx.in:
4674         * python/tests/test-client.py:
4675
4676         Test Suite: 1
4677         Python Bindings: 0
4678
4679         Fix string array memory trashing bug... oops...
4680
4681 2004-05-30  Seth Nickell  <seth@gnome.org>
4682
4683         * python/dbus.py:
4684
4685         Add a nicer-but-less-flexible alternate API for handling 
4686         calls to virtual objects in dbus.ObjectTree.
4687
4688         Screw up the argument order to the dbus.Object constructor
4689         for consistency with dbus.ObjectTree (and to make dbus_methods
4690         optional for future extension)
4691         
4692         * python/examples/Makefile.am:
4693         * python/examples/gconf-proxy-service.py:
4694         * python/examples/gconf-proxy-service2.py:
4695
4696         Alternate implementation of gconf-proxy-service using the
4697         nicer dbus.ObjectTree API.
4698         
4699         * python/examples/example-service.py:
4700         * python/tests/test-server.py
4701
4702         Reverse the argument order to deal with dbus.Object constructor
4703         changes.
4704         
4705 2004-05-30  Seth Nickell  <seth@gnome.org>
4706
4707         * python/examples/example-client.py:
4708         * python/examples/example-service.py:
4709
4710         Take it back. Lists seem to work but they're broken
4711         in the test suite. Make the base examples use
4712         lists (works fine).
4713
4714 2004-05-30  Seth Nickell  <seth@gnome.org>
4715
4716         * python/dbus_bindings.pyx.in:
4717         * python/tests/test-client.py:
4718
4719         Add some more tests and fix errors that crop up.
4720         Unfortunately, currently it seems like marshalling
4721         and unmarshalling of lists is completely broken :-(
4722
4723 2004-05-30  Seth Nickell  <seth@gnome.org>
4724
4725         * python/dbus_bindings.pyx.in:
4726
4727         Add support for ObjectPath type.
4728
4729         * python/dbus.py:
4730
4731         Refactor message handling code to a common function.
4732         
4733         * python/tests/test-client.py:
4734         * python/tests/test-server.py:
4735
4736         Add tests that check to make sure values of all types
4737         can be echoed from a service w/o mangling.
4738         
4739 2004-05-29  Seth Nickell  <seth@gnome.org>
4740
4741         * python/dbus.py:
4742
4743         Add ObjectTree class which allows implementation
4744         of trees of "virtual" objects. Basically the python
4745         wrapper for "register_fallback".
4746         
4747         * python/examples/Makefile.am
4748         * python/examples/gconf-proxy-client.py:
4749         * python/examples/gconf-proxy-service.py:
4750
4751         Implement a simple GConf proxy service that supports
4752         get/set on string and int GConf keys using the ObjectTree.
4753         
4754 2004-05-29  Seth Nickell  <seth@gnome.org>
4755
4756         * python/dbus.py:
4757         * python/examples/example-client.py:
4758         * python/examples/example-service.py:
4759         * python/examples/list-system-services.py:
4760
4761         Add SessionBus, SystemBus and ActivationBus classes
4762         so you don't need to know the special little BUS_TYPE
4763         flag.
4764         
4765 2004-05-29  Havoc Pennington  <hp@redhat.com>
4766
4767         * bus/config-parser.c (process_test_valid_subdir): temporarily
4768         stop testing config parser OOM handling, since expat has issues
4769         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
4770
4771         * bus/dbus-daemon-1.1.in: change requested_reply to
4772         send_requested_reply/receive_requested_reply so we can send the
4773         replies, not just receive them.
4774
4775         * bus/config-parser.c: parse the new
4776         send_requested_reply/receive_requested_reply
4777
4778         * bus/policy.c (bus_client_policy_check_can_send): add
4779         requested_reply argument and use it
4780
4781         * bus/bus.c (bus_context_check_security_policy): pass through
4782         requested_reply status to message send check
4783
4784         * bus/system.conf.in: adapt to requested_reply change
4785         
4786 2004-05-28  Havoc Pennington  <hp@redhat.com>
4787
4788         * test/glib/test-service-glib.c (main): remove unused variable
4789
4790         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
4791
4792         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
4793         from the enum, no longer in use.
4794
4795         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
4796         works right.
4797
4798         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
4799         whether error_name passed in is a valid error name.
4800
4801 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
4802
4803         * dbus/dbus-message.c (dbus_message_get_args): Added support for
4804         OBJECT_PATH and OBJECT_PATH_ARRAY
4805
4806 2004-05-28  Seth Nickell  <seth@gnome.org>
4807
4808         * python/examples/Makefile.am:
4809
4810         Forget to add Makefile.am. Do not pass go.
4811
4812 2004-05-28  Michael Meeks  <michael@ximian.com>
4813
4814         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
4815         fix no int64 case.
4816
4817         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
4818
4819         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
4820         (_dbus_message_iter_get_basic_type_array): impl.
4821         drastically simplify ~all relevant _get methods to use these.
4822         (_dbus_message_iter_append_basic_array),
4823         (dbus_message_iter_append_basic): impl
4824         drastically simplify ~all relevant _append methods to use these.
4825
4826         * dbus/dbus-message-builder.c (parse_basic_type) 
4827         (parse_basic_array, lookup_basic_type): impl.
4828         (_dbus_message_data_load): prune scads of duplicate /
4829         cut & paste coding.
4830
4831         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
4832         (_dbus_demarshal_basic_type): implement,
4833         (demarshal_and_validate_len/arg): beef up debug.
4834         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
4835
4836 2004-05-27  Seth Nickell  <seth@gnome.org>
4837
4838         * configure.in:
4839         * python/Makefile.am:
4840
4841         Include the example python apps in the tarball.
4842         
4843         * python/examples/list-system-services.py
4844
4845         Add a python new example that fetches the list of services
4846         from the system bus.
4847         
4848 2004-05-27  Seth Nickell  <seth@gnome.org>
4849
4850         * python/dbus.py:
4851         * python/dbus_bindings.pyx.in:
4852
4853         Fix failure to notify that a signal was not handled,
4854         resulted in hung functions.
4855         
4856 2004-05-25  Colin Walters  <walters@redhat.com>
4857
4858         * tools/dbus-monitor.c (main): Monitor all types of messages.
4859
4860 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
4861
4862         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
4863         which unregisters the object path and disposes the handler.
4864
4865 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
4866  
4867         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
4868          
4869         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
4870         operands to && so we call dbus_message_iter_next () for the last
4871         argument also.
4872
4873 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4874
4875         * dbus/dbus-object-tree.c
4876         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
4877         children even if the requested path isn't registered.
4878         (object_tree_test_iteration): test object_tree_list_registered.
4879
4880         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
4881         it to 0.
4882         
4883 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
4884
4885         * doc/TODO: Remove resolved items.
4886
4887         * bus/expirelist.h (struct BusExpireList): remove unused n_items
4888         field.
4889         
4890         * bus/connection.c (bus_connections_expect_reply): Enforce the
4891         per-connection limit on pending replies.
4892         
4893         Patch from Jon Trowbridge <trow@ximian.com>:
4894  
4895         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
4896         up a watch that triggers a config reload when one end of the pipe
4897         becomes readable.
4898         (signal_handler): Instead of doing the config reload in our SIGHUP
4899         handler, just write to the reload pipe and let the associated
4900         watch handle the reload when control returns to the main loop.
4901  
4902         * bus/driver.c (bus_driver_handle_reload_config): Added.
4903         Implements a ReloadConfig method for requesting a configuration
4904         file reload via the bus driver.
4905  
4906 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
4907
4908         * HACKING: Updated release instructions concerning the wiki page.
4909
4910 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
4911
4912         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
4913         filter against auth->allowed_mechs; we only add allowed mechs in
4914         record_mechanisms().
4915  
4916         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
4917         ALLOWED_MECHS to auth-script format so we can set the list of
4918         allowed mechanisms.
4919  
4920         * data/auth/client-out-of-mechanisms.auth-script: New test to
4921         check client disconnects when it is out of mechanisms to try.
4922  
4923         * dbus/dbus-auth.c (process_command): Remove check for lines
4924         longer that 1 MB; we only buffer up maximum 16 kB.
4925  
4926         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
4927         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
4928         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
4929         assume there might be unused bytes.
4930  
4931         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
4932         client-out-of-mechs, it is handled in process_reject(). Move check
4933         for max failures to send_rejected(), as it's a server-only thing.
4934
4935         * dbus/dbus-auth.c: Factor out protocol reply code into functions
4936         send_auth(), send_data(), send_rejected(), send_error(),
4937         send_ok(), send_begin() and send_cancel().
4938
4939 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
4940
4941         Remove base64 encoding, replace with hex encoding. Original patch
4942         from trow@ximian.com, added error handling.
4943
4944         * dbus/dbus-string.c (_dbus_string_base64_encode)
4945         (_dbus_string_base64_decode): Remove.
4946         (_dbus_string_hex_decode): Add end_return argument so we can
4947         distinguish between OOM and invalid hex encoding.
4948         (_dbus_string_test): Remove base64 tests and add test case for
4949         invalid hex.
4950
4951         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
4952         Replace base64 with hex.
4953
4954         * test/data/auth/invalid-hex-encoding.auth-script: New test case
4955         for invalid hex encoded data in auth protocol.
4956
4957 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
4958
4959         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
4960         leak.
4961
4962 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
4963
4964         * mono/dbus-sharp.dll.config.in: Added for GAC
4965         * mono/dbus-sharp.snk: Added for GAC
4966         * mono/Assembly.cs.in: Added for GAC
4967         * mono/Makefile.am: Changes for GAC installation        
4968         * configure.in: Added refs for dbus-sharp.dll.config.in and
4969         Assembly.cs.in. More fixes for mono testing
4970         * mono/example/Makefile.am: Changed var to CSC
4971         * Makefile.am: Changed flag name to DBUS_USE_CSC
4972
4973 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
4974
4975         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
4976         * mono/doc/*: Added documentation framework
4977         * configure.in: Added monodoc check
4978         * README: Added description of mono configure flags
4979
4980 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
4981
4982         * doc/dbus-specification.xml: Added a "Required" column to the 
4983         header fields table and changed the "zero or more" verbage in
4984         the above paragraph to read "The header must contain the required 
4985         named header fields and zero or more of the optional named header 
4986         fields".
4987         * test/data/invalid-messages/*.message: Added the required PATH 
4988         named header field to the tests so that they don't fail on 
4989         'Missing path field'
4990
4991 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
4992
4993         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
4994         the stack by implicitly defining variable and parameter types and
4995         removing the hack of defining C pointers as python objects and later
4996         casting them.
4997
4998 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
4999
5000         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
5001
5002 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
5003
5004         * mono/DBusType/Dict.cs: Handle empty dicts
5005         * mono/DBusType/Array.cs: Handle empty arrays
5006         * mono/Arguments.cs: Handle empty arguments
5007
5008 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
5009
5010         * dbus-sharp.pc.in: Modified to include include Libs and Requires
5011         field
5012
5013 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
5014
5015         * test/data/valid-messages/standard-*.message: Update message
5016         test scripts to new header field names.
5017
5018 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
5019
5020         * test/break-loader.c (randomly_do_n_things): tracked down buffer
5021         overflow to times_we_did_each_thing array which would chop off the
5022         first character of the failure_dir string. Increased the size of
5023         the array to 7 to reflect the number of random mutation functions
5024         we have.
5025
5026 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
5027
5028         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
5029         unix_server->watch here, it is unreffed in disconnect.
5030         (_dbus_server_new_for_tcp_socket): convert NULL host to
5031         "localhost" here so we don't append NULL to address.
5032         
5033         * dbus/dbus-server.c (_dbus_server_test): Add test case for
5034         various addresses, including tcp with no explicit host.
5035
5036 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5037
5038         * dbus/dbus-message.c (decode_header_data, decode_string_field):
5039         fix incorrect setting of .name_offset in the HeaderField (it was
5040         off by two bytes, positioned right after the name and typecode)
5041
5042         * bus/bus.c (bus_context_new, bus_context_unref): test before
5043         calling dbus_server_free_data_slot and _dbus_user_database_unref
5044         in case of an error.
5045
5046         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
5047         by libdbus-gtool.
5048
5049 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
5050
5051         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
5052         _dbus_poll() instead of select().
5053
5054 2004-04-15  Jon Trowbridge  <trow@ximian.com>
5055
5056         * bus/main.c (signal_handler): Reload the configuration files
5057         on SIGHUP.
5058         (main): Set up our SIGHUP handler.
5059
5060         * bus/bus.c (struct BusContext): Store the config file, user and
5061         fork flag in the BusContext.
5062         (process_config_first_time_only): Added.  Contains the code
5063         (previously in bus_context_new) for setting up the BusContext from
5064         the BusConfigParser that should only be run the first time the
5065         config files are read.
5066         (process_config_every_time): Added.  Contains the code (previously
5067         in bus_context_new) for setting up the BusContext from the
5068         BusConfigParser that should be run every time the config files are
5069         read.
5070         (load_config): Added.  Builds a BusConfigParser from the config
5071         files and passes the resulting structure off to
5072         process_config_first_time_only (assuming this is the first time)
5073         and process_config_every_time.
5074         (bus_context_new): All of the config-related code has been moved
5075         to process_config_first_time_only and process_config_every_time.
5076         Now this function just does the non-config-related initializations
5077         and calls load_config.
5078         (bus_context_reload_config): Added.
5079
5080 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5081
5082         * bus/driver.c (bus_driver_handle_get_service_owner):
5083         implement a GetServiceOwner method.
5084         * doc/dbus-specification.xml: document it.
5085         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
5086         
5087         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
5088         implement, using the bus GetServiceOwner method.
5089
5090         * test/glib/test-dbus-glib.c:
5091         use dbus_gproxy_new_for_service_owner so that we can receive the
5092         signal. 
5093
5094 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
5095
5096         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
5097         dbus/dbus-message.c, dbus/dbus-protocol.h
5098         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
5099
5100         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
5101         dbus/dbus-message.c, dbus/dbus-protocol.h
5102         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
5103
5104         * dbus/dbus-internals.c (_dbus_header_field_to_string):
5105         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
5106         DBUS_HEADER_FIELD_SENDER resolves to "sender"
5107
5108         * doc/dbus-specification.xml (Header Fields Table):
5109         s/SERVICE/DESTINATION
5110         s/SENDER_SERVICE/SENDER
5111
5112
5113 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5114
5115         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
5116         a few seconds.
5117
5118 2004-04-13  Michael Meeks  <michael@ximian.com>
5119
5120         * glib/dbus-gobject.c (handle_introspect): split out
5121         (introspect_properties): this.
5122         (handle_introspect): implement this.
5123
5124         * test/glib/Makefile.am: use the absolute path so the bus
5125         daemon's chdir ("/") doesn't kill us dead.
5126
5127         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
5128
5129 2004-04-12  Jon Trowbridge  <trow@ximian.com>
5130
5131         * bus/config-parser.c (struct BusConfigParser): Added
5132         included_files field.
5133         (seen_include): Added.  Checks whether or not a file has already
5134         been included by any parent BusConfigParser.
5135         (bus_config_parser_new): Copy the parent's included_files.
5136         (include_file): Track which files have been included, and fail on
5137         circular inclusions.
5138         (process_test_valid_subdir): Changed printf to report if we are
5139         testing valid or invalid conf files.
5140         (all_are_equiv): Changed printf to be a bit clearer about
5141         what we are actually doing.
5142         (bus_config_parser_test): Test invalid configuration files.
5143
5144 2004-04-09  Jon Trowbridge  <trow@ximian.com>
5145
5146         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
5147         argument.  If non-null, the newly-constructed BusConfigParser will
5148         be initialized with the parent's BusLimits instead of the default
5149         values.
5150         (include_file): When including a config file, pass in
5151         the current parser as the parent and then copy the BusLimits
5152         from the included BusConfigParser pack to the current parser.
5153         (process_test_valid_subdir): Renamed from process_test_subdir.
5154         (process_test_equiv_subdir): Added.  Walks through a directory,
5155         descending into each subdirectory and loading the config files
5156         it finds there.  If any subdirectory contains two config files
5157         that don't produce identical BusConfigParser structs, fail.
5158         For now, the BusConfigParser's BusPolicies are not compared.
5159         (bus_config_parser_test): Call both process_test_valid_subdir and
5160         process_test_equiv_subdir.
5161
5162         * bus/config-loader-libxml.c (bus_config_load): Take a parent
5163         argument and pass it along to the call to bus_config_parser_new.
5164         Also made a few small changes to allow this code to compile.
5165
5166         * bus/config-loader-expat.c (bus_config_load): Take a parent
5167         argument and pass it along to the call to bus_config_parser_new.
5168
5169         * bus/bus.c (bus_context_new): Load the config file
5170         with a NULL parent argument.
5171
5172 2004-03-29  Michael Meeks  <michael@ximian.com>
5173
5174         * glib/dbus-gobject.c (introspect_properties): split
5175         out, fix mangled 'while' flow control.
5176         (introspect_signals): implement.
5177         (handle_introspect): update.
5178
5179 2004-03-29  Michael Meeks  <michael@ximian.com>
5180
5181         * glib/dbus-gobject.c (set_object_property): split out / 
5182         re-work, use the property type, and not the message type(!)
5183         (get_object_property): ditto.
5184
5185         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
5186         (dbus_gvalue_marshal): make this code re-usable, needed
5187         for signals too, also on both proxy and server side.
5188         Re-write for more efficiency / readability.
5189
5190 2004-03-29  Michael Meeks  <michael@ximian.com>
5191
5192         * dbus/dbus-message.c
5193         (dbus_message_new_error_printf): impl.
5194
5195         * dbus/dbus-connection.c
5196         (dbus_connection_unregister_object_path): fix warning.
5197
5198         * configure.in: fix no-mono-installed situation.
5199
5200 2004-03-27  Havoc Pennington  <hp@redhat.com>
5201
5202         Patch from Timo Teräs:
5203         
5204         * tools/dbus-send.c (main): if --print-reply, assume type is
5205         method call; support boolean type args
5206         
5207         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
5208         bunch of memleak and logic bugs
5209         
5210 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
5211
5212         * mono/Arguments.cs:
5213         * mono/Introspector.cs:
5214         * mono/Handler.cs:
5215         * mono/InterfaceProxy.cs:
5216         * mono/Message.cs
5217         * mono/ProxyBuilder.cs:
5218         * mono/Service.cs:
5219         Added InterfaceProxy class to avoid building proxies for every
5220         object.
5221
5222         * dbus-message.h:
5223         * dbus-message.c (dbus_message_append_args_valist)
5224         (dbus_message_iter_get_object_path)
5225         (dbus_message_iter_get_object_path_array)
5226         (dbus_message_iter_append_object_path)
5227         (dbus_message_iter_append_object_path_array):
5228         Added object_path iter functions to handle OBJECT_PATH arguments
5229         
5230 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
5231
5232         First checkin of mono bindings.
5233         * configure.in:
5234         * Makefile.am:
5235         Build stuff for the bindings
5236         * dbus-sharp.pc.in: Added for pkgconfig
5237         
5238 2004-03-21  Havoc Pennington  <hp@redhat.com>
5239
5240         * test/test-service.c (main): remove debug spew
5241
5242 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5243
5244         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
5245         arrays
5246
5247         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
5248         (dbus_message_iter_init_array_iterator)
5249         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
5250         indicate whether the iterator is empty
5251
5252         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
5253         warnings
5254
5255 2004-03-19  Havoc Pennington  <hp@redhat.com>
5256
5257         * NEWS: 0.21 updates
5258
5259         * configure.in: 0.21
5260
5261         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
5262         
5263         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
5264         you don't need pyrex to make dist
5265
5266         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
5267         sources; run moc
5268         
5269 2004-03-18  Richard Hult  <richard@imendio.com>
5270
5271         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
5272         (dbus_message_set_auto_activation): Add doxygen docs.
5273
5274 2004-03-16  Richard Hult  <richard@imendio.com>
5275
5276         * bus/activation.c: (bus_activation_service_created),
5277         (bus_activation_send_pending_auto_activation_messages),
5278         (bus_activation_activate_service):
5279         * bus/activation.h:
5280         * bus/dispatch.c: (bus_dispatch),
5281         (check_nonexistent_service_auto_activation),
5282         (check_service_auto_activated),
5283         (check_segfault_service_auto_activation),
5284         (check_existent_service_auto_activation), (bus_dispatch_test):
5285         * bus/driver.c: (bus_driver_handle_activate_service):
5286         * bus/services.c: (bus_registry_acquire_service):
5287         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
5288         (dbus_message_get_auto_activation):
5289         * dbus/dbus-message.h:
5290         * dbus/dbus-protocol.h: Implement auto-activation.
5291         
5292         * doc/dbus-specification.xml: Add auto-activation to the spec.
5293
5294 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5295
5296         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
5297         fix a bug with CUSTOM types.
5298
5299         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
5300         a unit test for this bug (used to fail).
5301
5302 2004-03-12  Mikael Hallendal  <micke@imendio.com>
5303
5304         * bus/activation.c:
5305         (babysitter_watch_callback): notify all pending activations waiting for
5306           the same exec that the activation failed.
5307         (bus_activation_activate_service): shortcut the activation if we 
5308           already waiting for the same executable to start up.
5309
5310 2004-03-12  Mikael Hallendal  <micke@imendio.com>
5311
5312         * bus/activation.c: 
5313         - Added service file reloading. 
5314           Each service files directory is kept in an hash table in 
5315           BusActivation and each BusActivationEntry knows what .service-file it
5316           was read from. So when you try to activate a service the bus will 
5317           check if it's been updated, removed or if new .service-files has 
5318           been installed.
5319         - Test code at the bottom for the service file reloading.
5320         * bus/test-main.c: (main):
5321         * bus/test.h:
5322         - added service reloading test.
5323         * dbus/dbus-sysdeps.c: 
5324         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
5325
5326 2004-03-08  Michael Meeks  <michael@ximian.com>
5327
5328         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
5329         bail immediately if disconnected, to avoid busy loop.
5330
5331         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
5332         cleanup cut/paste/inefficiency.
5333
5334 2004-03-01  David Zeuthen  <david@fubar.dk>
5335
5336         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
5337         bug where args were used twice. This bug resulted in a segfault
5338         on a Debian/PPC system when starting the messagebus daemon. Include
5339         dbus-sysdeps.h for DBUS_VA_COPY
5340
5341         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
5342
5343         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
5344         appropriate va_copy implementation. From GLib
5345         
5346 2004-02-24  Joe Shaw  <joe@ximian.com>
5347
5348         * bus/services.c (bus_registry_acquire_service): We need to pass
5349         in the service name to dbus_set_error() to prevent a crash.
5350
5351 2003-12-26  Anders Carlsson  <andersca@gnome.org>
5352
5353         * AUTHORS: Reveal my True identity.
5354
5355 2003-12-17  Mikael Hallendal  <micke@imendio.com>
5356
5357         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
5358         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
5359
5360 2003-12-13  Mikael Hallendal  <micke@imendio.com>
5361
5362         * doc/TODO: Added not about better error check of configuration files.
5363
5364 2003-12-02  Richard Hult  <richard@imendio.com>
5365
5366         * Update AFL version to 2.0 throughout the source files to reflect
5367         the update that was done a while ago.
5368
5369 2003-12-02  Richard Hult  <richard@imendio.com>
5370
5371         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
5372         wrote_dict_key to FALSE on the iter that the dict is appended to,
5373         just like when appending other types. Fixes a bug where a dict
5374         couldn't be put inside a dict.
5375         (dbus_message_iter_append_dict_key): Fix typo in warning message.
5376         (message_iter_test, _dbus_message_test): Add test case for dict
5377         inside dict.
5378
5379 2003-12-01  David Zeuthen  <david@fubar.dk>
5380
5381         * python/dbus.py: Add the actual message when calling the reciever
5382         of a signal such that parameters can be inspected. Add the method
5383         remove_signal_receiver
5384         
5385 2003-11-26  Mikael Hallendal  <micke@imendio.com>
5386
5387         * bus/*.[ch]:
5388         * dbus/*.[ch]:
5389         * glib/*.[ch]: Made ref functions return the pointer
5390
5391 2003-11-25  Zack Rusin  <zack@kde.org>
5392
5393         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
5394
5395         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
5396         wrappers,
5397
5398         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
5399         the Integrator and to better fit with the server,
5400
5401 2003-11-24  Zack Rusin  <zack@kde.org>
5402
5403         * qt/connection.h, qt/connection.cpp: removing initDbus method since
5404         the integrator handles it now
5405
5406         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
5407         since QTimer wasn't really meant to be used the way DBusTimeout is
5408
5409 2003-11-24  Zack Rusin  <zack@kde.org>
5410
5411         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
5412         Integrator class which integrates D-BUS with the Qt event loop,
5413
5414         * qt/connection.h, qt/connection.cpp: Move all the code which
5415         was dealing with D-BUS integration to the Integrator class,
5416         and start using Integrator,
5417
5418 2003-11-23  Zack Rusin  <zack@kde.org>
5419
5420         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
5421         wrapper
5422
5423         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
5424         switching namespaces to DBusQt, reworking the class,
5425
5426         * Makefile.cvs: switching dependencies so that it matches KDE 
5427         schematics,
5428         
5429         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
5430         the library
5431
5432 2003-11-19  Havoc Pennington  <hp@redhat.com>
5433
5434         * NEWS: update
5435
5436         * configure.in: bump version to 0.20
5437
5438         * configure.in (have_qt): add yet another place to look for qt
5439         (someone hand trolltech a .pc file...)
5440
5441 2003-11-01  Havoc Pennington  <hp@redhat.com>
5442
5443         * doc/dbus-specification.xml: add state machine docs on the auth
5444         protocol; just a first draft, I'm sure it's wrong.      
5445
5446 2003-10-28  David Zeuthen  <david@fubar.dk>
5447
5448         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
5449         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
5450         
5451 2003-10-28  Havoc Pennington  <hp@redhat.com>
5452
5453         * dbus/dbus-message.c (get_next_field): delete unused function
5454
5455 2003-10-28  Havoc Pennington  <hp@redhat.com>
5456
5457         * bus/expirelist.c (do_expiration_with_current_time): detect
5458         failure of the expire_func due to OOM
5459
5460         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
5461
5462         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
5463         NoReply error that's now created by the bus when the service exits
5464
5465 2003-10-28  Havoc Pennington  <hp@redhat.com>
5466
5467         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
5468         tests for set_path, set_interface, set_member, etc.
5469
5470         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
5471
5472         * dbus/dbus-message.c (set_string_field): always just delete and
5473         re-append the field; accept NULL for deletion
5474         (re_align_fields_recurse): reimplement
5475         
5476 2003-10-26  Havoc Pennington  <hp@redhat.com>
5477
5478         * dbus/dbus-connection.c: fix docs to properly describe the
5479         disconnected message
5480         (_dbus_connection_notify_disconnected): remove this function; 
5481         we can't synchronously add the disconnected message, we have to 
5482         do it after we've queued any remaining real messages
5483         (_dbus_connection_get_dispatch_status_unlocked): queue the
5484         disconnect message only if the transport has finished queueing all
5485         its real messages and is disconnected.
5486         (dbus_connection_disconnect): update the dispatch status here
5487
5488 2003-10-22  Havoc Pennington  <hp@redhat.com>
5489
5490         * bus/bus.c (bus_context_check_security_policy): fix up assertion
5491
5492         * bus/connection.c (bus_transaction_send_from_driver): set the
5493         destination to the connection's base service
5494
5495 2003-10-20  Havoc Pennington  <hp@redhat.com>
5496
5497         hmm, make check is currently not passing.
5498         
5499         * doc/dbus-specification.xml: add requirement that custom type
5500         names follow the same rules as interface names.
5501
5502         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
5503         duplication and allow 'c' to be 'custom'; dict is now 'm' for
5504         'map'
5505
5506         * doc/dbus-specification.xml: update type codes to match
5507         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
5508         CUSTOM. Add type OBJECT_PATH to the spec.
5509
5510 2003-10-17  Havoc Pennington  <hp@redhat.com>
5511
5512         * bus/driver.c (create_unique_client_name): use "." as separator
5513         in base service names instead of '-'
5514
5515         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
5516         byte at the end of the string
5517
5518         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
5519         optimization macros since string validation seems to be a slow
5520         point.
5521         
5522         * doc/dbus-specification.xml: restrict valid
5523         service/interface/member/error names. Add test suite code for the
5524         name validation.
5525
5526         * dbus/dbus-string.c: limit service/interface/member/error names 
5527         to [0-9][A-Z][a-z]_
5528
5529         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
5530         format arg to verbose spew
5531
5532         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
5533         memory, return instead of g_error
5534
5535         * test/test-service.c (path_message_func): support emitting a
5536         signal on request
5537
5538         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
5539         activation bus type if DBUS_BUS_ACTIVATION was set; default to
5540         assuming the activation bus was the session bus so that services
5541         started manually will still register.
5542         (init_connections_unlocked): fix so that in OOM situation we get
5543         the same semantics when retrying the function
5544         
5545         * test/test-service.c (main): change to use path registration, to
5546         test those codepaths; register with DBUS_BUS_ACTIVATION rather
5547         than DBUS_BUS_SESSION
5548
5549 2003-10-16  Havoc Pennington  <hp@redhat.com>
5550
5551         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
5552
5553         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
5554         coverage of the tests
5555         (coverage-report.txt): don't move the .da and .bbg files around
5556
5557 2003-10-16  Havoc Pennington  <hp@redhat.com>
5558
5559         * bus/bus.c (struct BusContext): remove struct field I didn't mean
5560         to put there
5561
5562 2003-10-16  Havoc Pennington  <hp@redhat.com>
5563
5564         * bus/connection.c (bus_pending_reply_expired): either cancel or
5565         execute, not both
5566         (bus_connections_check_reply): use unlink, not remove_link, as we
5567         don't want to free the link; fixes double free mess
5568
5569         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
5570         where no reply was received
5571
5572         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
5573         fix a refcount leak
5574
5575         * bus/signals.c (match_rule_matches): add special cases for the
5576         bus driver, so you can match on sender/destination for it.
5577
5578         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
5579         DBUS_PRINT_BACKTRACE is set
5580
5581         * dbus/dbus-internals.c: add pid to assertion failure messages
5582
5583         * dbus/dbus-connection.c: add message type code to the debug spew
5584
5585         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
5586         sender=foo not service=foo
5587
5588         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
5589         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
5590         DBUS_ACTIVATION_ADDRESS instead
5591
5592         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
5593         DBUS_SYSTEM_BUS_ADDRESS if appropriate
5594
5595         * bus/bus.c (bus_context_new): handle OOM copying bus type into
5596         context struct
5597
5598         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
5599         (dbus_message_iter_get_object_path_array): new function (half
5600         finished, disabled for the moment)
5601         
5602         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
5603         DBUS_MESSAGE_TYPE_ERROR
5604
5605         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
5606         avoid redirecting stderr to /dev/null
5607         (babysit): close stdin if not doing the "exit_with_session" thing
5608
5609         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
5610         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
5611         stdout/stdin, so things don't get confused
5612         
5613         * bus/system.conf.in: fix to allow replies, I modified .conf
5614         instead of .conf.in again.
5615
5616 2003-10-14  David Zeuthen  <david@fubar.dk>
5617
5618         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
5619         argtype to arg_type when raising unknown arg type exception.
5620         Changed type list to reflect the changes in dbus-protocol.h so 
5621         the bindings actually work.
5622
5623 2003-10-14  Havoc Pennington  <hp@redhat.com>
5624
5625         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
5626         to have a bug keeping it from outputting the .da files sometimes
5627         (string_get_string): don't append garbage nul bytes to the string.
5628
5629 2003-10-15  Seth Nickell  <seth@gnome.org>
5630
5631         * python/Makefile.am:
5632
5633         Include dbus_h_wrapper.h in the dist tarball.
5634
5635 2003-10-14  Havoc Pennington  <hp@redhat.com>
5636
5637         * bus/bus.c (bus_context_check_security_policy): revamp this to
5638         work more sanely with new policy-based requested reply setup
5639
5640         * bus/connection.c (bus_transaction_send_from_driver): set bus
5641         driver messages as no reply
5642
5643         * bus/policy.c (bus_client_policy_check_can_receive): handle a
5644         requested_reply attribute on allow/deny rules
5645
5646         * bus/system.conf: add <allow requested_reply="true"/>
5647
5648         * bus/driver.c (bus_driver_handle_message): fix check for replies
5649         sent to the bus driver, which was backward. How did this ever work
5650         at all though? I think I'm missing something.
5651
5652         * dbus/dbus-message.c (decode_header_data): require error and
5653         method return messages to have a reply serial field to be valid
5654         (_dbus_message_loader_queue_messages): break up this function;
5655         validate that reply serial and plain serial are nonzero; 
5656         clean up the OOM/error handling.
5657         (get_uint_field): don't return -1 from this
5658         (dbus_message_create_header): fix signed/unsigned bug
5659
5660         * bus/connection.c (bus_connections_expect_reply): save serial of
5661         the incoming message, not reply serial
5662
5663 2003-10-14  Havoc Pennington  <hp@redhat.com>
5664
5665         * bus/connection.c: implement pending reply tracking using
5666         BusExpireList
5667
5668         * bus/bus.c (bus_context_check_security_policy): verify that a
5669         reply is pending in order to allow a reply to be sent. Deny 
5670         messages of unknown type.
5671
5672         * bus/dbus-daemon-1.1.in: update to mention new resource limits
5673
5674         * bus/bus.c (bus_context_get_max_replies_per_connection): new
5675         (bus_context_get_reply_timeout): new
5676
5677 2003-10-13  Seth Nickell  <seth@gnome.org>
5678
5679         * python/Makefile.am:
5680
5681         Pass "make distcheck": remove a couple files from DIST_FILES
5682         that weren't included in the final version.
5683
5684 2003-10-12  Havoc Pennington  <hp@pobox.com>
5685
5686         Added test code that 1) starts an actual bus daemon and 2) uses
5687         DBusGProxy; fixed bugs that were revealed by the test. Lots 
5688         more testing possible, but this is the basic framework.
5689         
5690         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
5691         empty proxy lists from the proxy list hash
5692
5693         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
5694         couple of return_if_fail checks
5695
5696         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
5697         to allocate, so everything is cleared to NULL as it should be.
5698
5699         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
5700         source as data to dbus_connection_set_timeout_functions() as the 
5701         timeout functions expected
5702
5703         * test/glib/run-test.sh: add a little script to start up a message
5704         bus and run tests using it
5705
5706         * tools/dbus-launch.1: updates
5707
5708         * tools/dbus-launch.c (main): add --config-file option
5709
5710         * tools/dbus-launch.c (main): remove confusing else if (runprog)
5711         that could never be reached.
5712
5713         * dbus/dbus-message.c (dbus_message_new_method_return) 
5714         (dbus_message_new_error, dbus_message_new_signal): set the
5715         no-reply-expected flag on all these. Redundant, but may
5716         as well be consistent.
5717
5718 2003-10-11  Havoc Pennington  <hp@pobox.com>
5719
5720         * test/decode-gcov.c (function_solve_graph): make broken block
5721         graph a nonfatal error since it seems to be broken. Need to debug
5722         this.
5723
5724         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
5725         can't just check type > INVALID < LAST anymore
5726
5727         * dbus/dbus-message.c (dbus_message_get_signature): new function
5728         (dbus_message_has_signature): new function
5729         (struct DBusMessage): add signature field (right now it isn't sent
5730         over the wire, just generated on the fly)
5731         (dbus_message_copy): copy the signature, and init strings to
5732         proper length to avoid some reallocs
5733         (dbus_message_iter_init_array_iterator): return void, since it
5734         can't fail
5735         (dbus_message_iter_init_dict_iterator): return void since it can't fail
5736         (_dbus_message_loader_queue_messages): add silly temporary hack to
5737         fill in message->signature on load
5738
5739         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
5740         characters, so they are relatively human-readable.
5741
5742 2003-10-11  Havoc Pennington  <hp@pobox.com>
5743
5744         * dbus/dbus-message.c (_dbus_message_test): add more test
5745         coverage, but #if 0 for now since they uncover a bug 
5746         not fixed yet; I think in re_align_field_recurse()
5747         (re_align_field_recurse): add FIXME about broken assertion
5748
5749         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
5750
5751         * bus/connection.c: share a couple code bits with expirelist.c
5752
5753         * bus/expirelist.h, bus/expirelist.c: implement a generic
5754         expire-items-after-N-seconds facility, was going to share between
5755         expiring connections and replies, decided not to use for expiring
5756         connections for now.
5757
5758         * COPYING: include AFL 2.0 (still need to change all the file headers)
5759
5760 2003-10-09  Havoc Pennington  <hp@redhat.com>
5761
5762         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
5763         gcc 3.3. Not that we do anything about it yet.
5764
5765         * bus/signals.c (bus_match_rule_parse): impose max length on the
5766         match rule text
5767
5768         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
5769
5770 2003-10-09  Havoc Pennington  <hp@redhat.com>
5771
5772         Make matching rules theoretically work (add parser).
5773         
5774         * bus/bus.c (bus_context_check_security_policy): fix up to handle
5775         the case where destination is explicitly specified as bus driver
5776         and someone else is eavesdropping.
5777         
5778         * bus/policy.c (bus_client_policy_check_can_receive): fix up
5779         definition of eavesdropping and assertion
5780
5781         * tools/dbus-send.c (main): use dbus_message_type_from_string
5782
5783         * bus/signals.c (bus_match_rule_parse): implement
5784
5785         * dbus/dbus-message.c (dbus_message_type_from_string): new
5786
5787         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
5788
5789 2003-10-02  Havoc Pennington  <hp@pobox.com>
5790
5791         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
5792         dbus_gproxy_oneway_call
5793
5794         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
5795         (dbus_server_setup_with_g_main): fix to allow calling them more
5796         than once on the same args
5797         (dbus_bus_get_with_g_main): new function
5798
5799 2003-10-02  Havoc Pennington  <hp@redhat.com>
5800
5801         * doc/dbus-tutorial.xml: write some stuff
5802
5803 2003-09-29  Havoc Pennington  <hp@pobox.com>
5804
5805         * configure.in: split checks for Doxygen from XML docs, check for
5806         xmlto
5807
5808         * doc/Makefile.am: XML-ify all the docs, and add a blank
5809         dbus-tutorial.xml
5810
5811 2003-09-29  Havoc Pennington  <hp@pobox.com>
5812
5813         * Merge dbus-object-names branch. To see the entire patch 
5814         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
5815         it's huuuuge though.
5816         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
5817         
5818 2003-09-28  Havoc Pennington  <hp@pobox.com>
5819
5820         * HACKING: update to reflect new server
5821
5822 2003-09-26  Seth Nickell  <seth@gnome.org>
5823
5824         * python/dbus.py:
5825         * python/examples/example-signals.py:
5826
5827         Start implementing some notions of signals. The API
5828         is really terrible, but they sort of work (with the
5829         exception of being able to filter by service, and to
5830         transmit signals *as* a particular service). Need to
5831         figure out how to make messages come from the service
5832         we registered :-(
5833         
5834         * python/dbus_bindings.pyx.in:
5835
5836         Removed duplicate message_handler callbacks.
5837         
5838 2003-09-25  Havoc Pennington  <hp@redhat.com>
5839
5840         * bus/session.conf.in: fix my mess
5841
5842 2003-09-25  Havoc Pennington  <hp@pobox.com>
5843
5844         * bus/session.conf.in: fix security policy, reported by Seth Nickell
5845
5846 2003-09-25  Seth Nickell  <seth@gnome.org>
5847
5848         * python/examples/example-service.py:
5849
5850         Johan notices complete wrong code in example-service, but
5851         completely wrong in a way that works exactly the same (!).
5852         Johan is confused, how could this possibly work? Example
5853         code fails to serve purpose of making things clear.
5854         Seth fixes.
5855
5856 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
5857
5858         * doc/dbus-specification.sgml: don't require header fields
5859         to be 4-byte aligned and specify that fields should be
5860         distinguished from padding by the fact that zero is not
5861         a valid field name.
5862         
5863         * doc/TODO: remove re-alignment item and add item to doc
5864         the OBJECT_PATH type.
5865         
5866         * dbus/dbus-message.c:
5867         (HeaderField): rename the original member to value_offset
5868         and introduce a name_offset member to keep track of where
5869         the field actually begins.
5870         (adjust_field_offsets): remove.
5871         (append_int_field), (append_uint_field),
5872         (append_string_field): don't align the start of the header
5873         field to a 4-byte boundary.
5874         (get_next_field): impl finding the next marhsalled field
5875         after a given field.
5876         (re_align_field_recurse): impl re-aligning a number of
5877         already marshalled fields.
5878         (delete_field): impl deleting a field of any type and
5879         re-aligning any following fields.
5880         (delete_int_or_uint_field), (delete_string_field): remove.
5881         (set_int_field), (set_uint_field): no need to re-check
5882         that we have the correct type for the field.
5883         (set_string_field): ditto and impl re-aligning any
5884         following fields.
5885         (decode_header_data): update to take into account that
5886         the fields aren't 4-byte aligned any more and the new
5887         way to distinguish padding from header fields. Also,
5888         don't exit when there is too much header padding.
5889         (process_test_subdir): print the directory.
5890         (_dbus_message_test): add test to make sure a following
5891         field is re-aligned correctly after field deletion.
5892         
5893         * dbus/dbus-string.[ch]:
5894         (_dbus_string_insert_bytes): rename from insert_byte and
5895         allow the insert of multiple bytes.
5896         (_dbus_string_test): test inserting multiple bytes.
5897
5898         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
5899         warning note to docs about having to re-align any
5900         marshalled values following the string.
5901         
5902         * dbus/dbus-message-builder.c:
5903         (append_string_field), (_dbus_message_data_load):
5904         don't align the header field.
5905         
5906         * dbus/dbus-auth.c: (process_test_subdir): print the
5907         directory.
5908         
5909         * test/break-loader.c: (randomly_add_one_byte): upd. for
5910         insert_byte change.
5911         
5912         * test/data/invalid-messages/bad-header-field-alignment.message:
5913         new test case.
5914         
5915         * test/data/valid-messages/unknown-header-field.message: shove
5916         a dict in the unknown field.
5917
5918 2003-09-25  Seth Nickell  <seth@gnome.org>
5919
5920         * python/dbus.py:
5921         * python/dbus_bindings.pyx.in:
5922
5923         Handle return values.
5924         
5925         * python/examples/example-client.py:
5926         * python/examples/example-service.py:
5927
5928         Pass back return values from the service to the client.
5929         
5930 2003-09-24  Seth Nickell  <seth@gnome.org>
5931
5932         * python/dbus.py:
5933
5934         Connect Object methods (when you are sharing an object) up... pass
5935         in a list of methods to be shared. Sharing all the methods just
5936         worked out too weird. You can now create nice Services over the
5937         DBus in Python. :-)
5938         
5939         * python/dbus_bindings.pyx.in:
5940
5941         Keep references to user_data tuples passed into C functions so 
5942         Python doesn't garbage collect on us.
5943
5944         Implement MethodReturn and Error subclasses of Message for creating
5945         DBusMessage's of those types.
5946         
5947         * python/examples/example-client.py:
5948         * python/examples/example-service.py:
5949
5950         Simple example code showing both how create DBus services and objects,
5951         and how to use them.
5952
5953 2003-09-23  Havoc Pennington  <hp@pobox.com>
5954
5955         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
5956
5957 2003-09-23  Havoc Pennington  <hp@redhat.com>
5958
5959         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
5960         (dbus_gproxy_disconnect_signal): implement
5961         (dbus_gproxy_manager_remove_signal_match): implement
5962         (dbus_gproxy_manager_add_signal_match): implement
5963         (dbus_gproxy_oneway_call): implement
5964
5965 2003-09-23  Havoc Pennington  <hp@pobox.com>
5966
5967         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
5968         subclass. This means dropping the transparent thread safety of the
5969         proxy; you now need a separate proxy per-thread, or your own
5970         locking on the proxy. Probably right anyway.
5971         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
5972
5973 2003-09-22  Havoc Pennington  <hp@redhat.com>
5974
5975         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
5976
5977 2003-09-21  Seth Nickell  <seth@gnome.org>
5978
5979         First checkin of the Python bindings.
5980         
5981         * python/.cvsignore:
5982         * python/Makefile.am:
5983         * python/dbus_bindings.pyx.in:
5984         * python/dbus_h_wrapper.h:
5985
5986         Pieces for Pyrex to operate on, building a dbus_bindings.so
5987         python module for low-level access to the DBus APIs.
5988         
5989         * python/dbus.py:
5990
5991         High-level Python module for accessing DBus objects.
5992
5993         * configure.in:
5994         * Makefile.am:
5995
5996         Build stuff for the python bindings.
5997
5998         * acinclude.m4:
5999
6000         Extra macro needed for finding the Python C header files.
6001
6002 2003-09-21  Havoc Pennington  <hp@pobox.com>
6003
6004         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
6005         implementing the proxy manager, didn't get very far.
6006
6007         * dbus/dbus-bus.c (dbus_bus_add_match): new
6008         (dbus_bus_remove_match): new
6009
6010         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
6011         path_name argument; adjust the other not-yet-implemented 
6012         gproxy constructors to be what I think they should be.
6013
6014 2003-09-21  Havoc Pennington  <hp@pobox.com>
6015
6016         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
6017         by default for message bus connections.
6018
6019         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
6020         exit_on_disconnect flag is set and we process the disconnected
6021         signal.
6022         (dbus_connection_set_exit_on_disconnect): new function
6023
6024 2003-09-21  Havoc Pennington  <hp@pobox.com>
6025
6026         Get matching rules mostly working in the bus; only actually
6027         parsing the rule text remains. However, the client side of
6028         "signal connections" hasn't been started, this patch is only the
6029         bus side.
6030         
6031         * dbus/dispatch.c: fix for the matching rules changes
6032         
6033         * bus/driver.c (bus_driver_handle_remove_match)
6034         (bus_driver_handle_add_match): send an ack reply from these
6035         method calls
6036
6037         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
6038         arguments, reported by Seth Nickell
6039
6040         * bus/config-parser.c (append_rule_from_element): support
6041         eavesdrop=true|false attribute on policies so match rules 
6042         can be prevented from snooping on the system bus.
6043
6044         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
6045         and "destination" in attribute names; fix some docs bugs; 
6046         add eavesdrop=true|false attribute
6047
6048         * bus/driver.c (bus_driver_handle_add_match)
6049         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
6050         messages
6051
6052         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
6053         rid of broadcast service concept, signals are just always broadcast
6054
6055         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
6056         mostly implement matching rules stuff (currently only exposed as signal
6057         connections)
6058
6059 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
6060
6061         * doc/dbus-specification.sgml: Change the header field name
6062         to be an enum and update the rest of the spec to reference
6063         the fields using the conventinal name.
6064
6065         * dbus/dbus-protocol.h: update to reflect the spec.
6066
6067         * doc/TODO: add item to remove the 4 byte alignment requirement.
6068         
6069         * dbus/dbus-message.c: Remove the code to generalise the
6070         header/body length and serial number header fields as named
6071         header fields so we can reference field names using the 
6072         protocol values.
6073         (append_int_field), (append_uint_field), (append_string_field):
6074         Append the field name as a byte rather than four chars.
6075         (delete_int_or_uint_field), (delete_string_field): reflect the
6076         fact that the field name and typecode now occupy 4 bytes instead
6077         of 8.
6078         (decode_string_field), (decode_header_data): update to reflect
6079         protocol changes and move the field specific encoding from
6080         decode_string_field() back into decode_header_data().
6081         
6082         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
6083         Add utility to aid debugging.
6084         
6085         * dbus/dbus-message-builder.c:
6086         (append_string_field), (_dbus_message_data_load): Update to
6087         reflect protocol changes; Change the FIELD_NAME directive
6088         to HEADER_FIELD and allow it to take the field's conventional
6089         name rather than the actual value.
6090         
6091         * test/data/*/*.message: Update to use HEADER_FIELD instead
6092         of FIELD_NAME; Always align the header on an 8 byte boundary
6093         *before* updating the header length.
6094
6095 2003-09-15  Havoc Pennington  <hp@pobox.com>
6096
6097         * dbus/dbus-pending-call.c: add the get/set object data
6098         boilerplate as for DBusConnection, etc. Use generic object data
6099         for the notify callback.
6100
6101         * glib/dbus-gparser.c (parse_node): parse child nodes
6102
6103         * tools/dbus-viewer.c: more hacking on the dbus-viewer
6104         
6105         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
6106         contain functions shared between the convenience lib and the
6107         installed lib
6108
6109         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
6110         -export-symbols-regex to the GLib library
6111
6112         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
6113         fix the locking in here, and add a default handler for
6114         Introspect() that just returns sub-nodes.
6115
6116 2003-09-14  Havoc Pennington  <hp@pobox.com>
6117
6118         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
6119         rather than gfoo consistent
6120
6121         * glib/dbus-gproxy.h: delete for now, move contents to
6122         dbus-glib.h, because the include files don't work right since we
6123         aren't in the dbus/ subdir.
6124         
6125         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
6126         (dbus_gproxy_end_call): finish
6127         (dbus_gproxy_begin_call): finish
6128
6129         * glib/dbus-gmain.c (dbus_set_g_error): new
6130
6131         * glib/dbus-gobject.c (handle_introspect): include information
6132         about child nodes in the introspection
6133
6134         * dbus/dbus-connection.c (dbus_connection_list_registered): new
6135         function to help in implementation of introspection
6136
6137         * dbus/dbus-object-tree.c
6138         (_dbus_object_tree_list_registered_and_unlock): new function
6139
6140 2003-09-12  Havoc Pennington  <hp@pobox.com>
6141
6142         * glib/dbus-gidl.h: add common base class for all the foo_info
6143         types
6144
6145         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
6146         similar to kdcop
6147
6148         * test/Makefile.am: try test srcdir -ef . in addition to test
6149         srcdir = ., one of them should work (yeah lame)
6150         
6151         * glib/Makefile.am: build the "idl" parser stuff as a convenience
6152         library
6153         
6154         * glib/dbus-gparser.h: make description_load routines return
6155         NodeInfo* not Parser*
6156
6157         * Makefile.am (SUBDIRS): build test dir after all library dirs
6158
6159         * configure.in: add GTK+ detection
6160
6161 2003-09-07  Havoc Pennington  <hp@pobox.com>
6162
6163         * Make Doxygen contented.
6164
6165 2003-09-07  Havoc Pennington  <hp@pobox.com>
6166
6167         * doc/dbus-specification.sgml: more updates
6168
6169 2003-09-06  Havoc Pennington  <hp@pobox.com>
6170
6171         * doc/dbus-specification.sgml: partial updates
6172
6173         * bus/dbus-daemon-1.1.in: fix the config file docs for the
6174         zillionth time; hopefully I edited the right file this time.
6175
6176         * bus/config-parser.c (append_rule_from_element): support
6177         send_type, send_path, receive_type, receive_path
6178
6179         * bus/policy.c: add message type and path to the list of things
6180         that can be "firewalled"
6181
6182 2003-09-06  Havoc Pennington  <hp@pobox.com>
6183
6184         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
6185         (dbus_connection_register_object_path): make this not handle
6186         messages to paths below the given path
6187
6188 2003-09-03  Havoc Pennington  <hp@pobox.com>
6189
6190         * test/glib/Makefile.am: add this with random glib-linked test
6191         programs
6192
6193         * glib/Makefile.am: remove the random test programs from here,
6194         leave only the unit tests
6195
6196         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
6197         uscore/javacaps conversion, and fix     
6198         (get_object_property, set_object_property): change to .NET
6199         convention for mapping props to methods, set_FooBar/get_FooBar, 
6200         since one language has such a convention we may as well copy it. 
6201         Plus real methods in either getFooBar or get_foo_bar style won't 
6202         collide with this convention.
6203
6204 2003-09-01  Havoc Pennington  <hp@pobox.com>
6205
6206         * glib/dbus-gparser.c: implement
6207
6208         * glib/dbus-gobject.c: start implementing skeletons support
6209
6210         * configure.in: when disabling checks/assert, also define
6211         G_DISABLE_ASSERT and G_DISABLE_CHECKS
6212
6213 2003-09-01  Havoc Pennington  <hp@pobox.com>
6214
6215         * glib/Makefile.am: rearrange a bunch of files and get "make
6216         check" framework set up
6217
6218 2003-08-31  Havoc Pennington  <hp@pobox.com>
6219
6220         * fix build with --disable-tests
6221
6222 2003-08-30  Havoc Pennington  <hp@pobox.com>
6223
6224         * dbus/dbus-connection.c: purge DBusMessageHandler
6225
6226         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
6227         use callbacks everywhere
6228
6229 2003-08-30  Havoc Pennington  <hp@pobox.com>
6230
6231         * test/data/valid-config-files/system.d/test.conf: change to 
6232         root for the user so warnings don't get printed
6233
6234         * dbus/dbus-message.c: add dbus_message_get_path,
6235         dbus_message_set_path
6236         
6237         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
6238         dispatching to a path
6239
6240         * dbus/dbus-string.c (_dbus_string_validate_path): add
6241
6242         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
6243         (_dbus_marshal_object_path): implement
6244
6245         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
6246         to contain the path to the target object
6247         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
6248         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
6249
6250 2003-08-30  Havoc Pennington  <hp@pobox.com>
6251
6252         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
6253
6254 2003-08-29  Havoc Pennington  <hp@pobox.com>
6255
6256         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
6257         registered
6258         (struct DBusObjectSubtree): shrink this
6259         a lot, since we may have a lot of them
6260         (_dbus_object_tree_free_all_unlocked): implement
6261         (_dbus_object_tree_dispatch_and_unlock): implement
6262
6263 2003-08-29  Havoc Pennington  <hp@pobox.com>
6264
6265         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
6266
6267 2003-08-28  Havoc Pennington  <hp@pobox.com>
6268
6269         purge DBusObjectID
6270         
6271         * dbus/dbus-connection.c: port to no ObjectID, create a
6272         DBusObjectTree, rename ObjectTree to ObjectPath in public API
6273
6274         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
6275         everything except UnregisterFunction and MessageFunction
6276         
6277         * dbus/dbus-marshal.c: port away from DBusObjectID, 
6278         add DBUS_TYPE_OBJECT_PATH
6279         
6280         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
6281         dbus/dbus-objectid.[hc]: remove these, we are moving to 
6282         path-based object IDs
6283
6284 2003-08-25  Havoc Pennington  <hp@pobox.com>
6285
6286         Just noticed that dbus_message_test is hosed, I wonder when I
6287         broke that. I thought make check was passing earlier...
6288         
6289         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
6290         container tree, will replace most of dbus-object-registry
6291
6292         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
6293         screwup
6294
6295 2003-08-19  Havoc Pennington  <hp@pobox.com>
6296
6297         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
6298         (dbus_message_is_error): fix this function
6299
6300         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
6301         match
6302
6303         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
6304         reflect clarified man page
6305         (bus_client_policy_check_can_send): ditto
6306         
6307         * bus/session.conf.in: fixup
6308
6309         * bus/system.conf.in: fixup
6310
6311 2003-08-18  Havoc Pennington  <hp@redhat.com>
6312
6313         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
6314
6315         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
6316         dumb bug created earlier (wrong order of args to
6317         decode_header_data())
6318         
6319         * tools/dbus-send.c: port
6320
6321         * tools/dbus-print-message.c (print_message): port
6322
6323         * test/data/*messages: port all messages over
6324         
6325         * dbus/dbus-message-builder.c: support including 
6326         message type
6327         
6328         * bus/driver.c: port over
6329         
6330         * bus/dispatch.c: port over to new stuff
6331
6332         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
6333         rename disconnect signal to "Disconnected"
6334
6335 2003-08-17  Havoc Pennington  <hp@pobox.com>
6336
6337         This doesn't compile yet, but syncing up so I can hack on it from
6338         work. What are branches for if not broken code? ;-)
6339         
6340         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
6341         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
6342         DBUS_HEADER_FIELD_ERROR_NAME
6343         
6344         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
6345         for the interface+member pairs
6346         (string_hash): change to use g_str_hash algorithm
6347         (find_direct_function, find_string_function): refactor these to
6348         share most code.
6349         
6350         * dbus/dbus-message.c: port all of this over to support 
6351         interface/member fields instead of name field
6352
6353         * dbus/dbus-object-registry.c: port over
6354         
6355         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
6356         from _dbus_string_validate_name
6357
6358         * bus/dbus-daemon-1.1: change file format for the 
6359         <deny>/<allow> stuff to match new message naming scheme
6360
6361         * bus/policy.c: port over
6362
6363         * bus/config-parser.c: parse new format
6364         
6365 2003-08-16  Havoc Pennington  <hp@pobox.com>
6366
6367         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
6368         broken assertion
6369
6370         * glib/dbus-gproxy.c: some hacking
6371
6372 2003-08-15  Havoc Pennington  <hp@redhat.com>
6373
6374         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
6375
6376         * dbus/dbus-connection.c
6377         (dbus_connection_send_with_reply_and_block): factor out internals;
6378         change to convert any error replies to DBusError instead of 
6379         returning them as a message
6380
6381 2003-08-15  Havoc Pennington  <hp@pobox.com>
6382
6383         * dbus/dbus-connection.c, 
6384         dbus/dbus-pending-call.c: Finish the pending call stuff
6385
6386 2003-08-14  Havoc Pennington  <hp@redhat.com>
6387
6388         * dbus/dbus-pending-call.c: start on new object that will replace
6389         DBusMessageHandler and ReplyHandlerData for tracking outstanding
6390         replies
6391
6392         * dbus/dbus-gproxy.c: start on proxy object used to communicate
6393         with remote interfaces
6394
6395         * dbus/dbus-gidl.c: do the boring boilerplate in here
6396         
6397 2003-08-12  Havoc Pennington  <hp@pobox.com>
6398
6399         * bus/dispatch.c (bus_dispatch): make this return proper 
6400         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
6401
6402         * dbus/dbus-errors.c (dbus_set_error): use
6403         _dbus_string_append_printf_valist
6404
6405         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
6406         (_dbus_string_append_printf): new
6407
6408         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
6409         UNKNOWN_METHOD
6410
6411         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
6412         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
6413         message is unhandled.
6414
6415 2003-08-11  Havoc Pennington  <hp@pobox.com>
6416
6417         * bus/test.c (client_disconnect_handler): change to return
6418         HANDLED (would have been REMOVE_MESSAGE)
6419
6420         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
6421         HANDLED/NOT_YET_HANDLED instead of
6422         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
6423         should be used.
6424
6425 2003-08-10  Havoc Pennington  <hp@pobox.com>
6426
6427         * tools/dbus-send.c (main): add --type argument, for now
6428         supporting only method_call and signal types.
6429
6430         * tools/dbus-print-message.c: print message type
6431
6432         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
6433         init connection->objects
6434
6435         * doc/dbus-specification.sgml: fix sgml
6436
6437         * bus/*.c: port over to object-instance API changes
6438
6439         * test/test-service.c: ditto
6440         
6441         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
6442         name, we will have to fix up the rest of the code to also handle
6443         this
6444         (dbus_message_new): generic message-creation call
6445         (set_string_field): allow appending name field
6446
6447 2003-08-06  Havoc Pennington  <hp@pobox.com>
6448
6449         * dbus/dbus-object-registry.c: implement signal connection 
6450         and dispatch
6451
6452         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
6453
6454         * dbus/dbus-internals.c (_dbus_memdup): new function
6455
6456 2003-08-02  Havoc Pennington  <hp@pobox.com>
6457
6458         * dbus/dbus-message.c (dbus_message_get_no_reply)
6459         (dbus_message_set_no_reply): add these and remove
6460         set_is_error/get_is_error
6461
6462         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
6463         remove the ERROR flag, since there's now an ERROR type
6464
6465 2003-08-01  Havoc Pennington  <hp@pobox.com>
6466
6467         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
6468         implement
6469
6470         * dbus/dbus-message.c (dbus_message_get_type): new function
6471
6472         * doc/dbus-specification.sgml: add "type" byte to messages
6473
6474 2003-08-01  Havoc Pennington  <hp@pobox.com>
6475
6476         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
6477         a message type enum to distinguish kinds of message
6478         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
6479         that need not be replied to
6480
6481 2003-08-01  Havoc Pennington  <hp@pobox.com>
6482
6483         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
6484         (unpack_8_octets): fix no-64-bit-int bug
6485
6486         * dbus/dbus-object-registry.c (validate_id): validate the 
6487         connection ID bits, not just the instance ID.
6488
6489         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
6490         the connection-global 33 bits of the object ID
6491
6492         * dbus/dbus-object-registry.c (info_from_entry): fill in 
6493         object ID in the new way
6494
6495         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
6496         define server/client/instance bits.
6497
6498 2003-07-30  Havoc Pennington  <hp@pobox.com>
6499
6500         * dbus/dbus-connection.c (dbus_connection_register_object): fix
6501         build
6502
6503 2003-07-13  Havoc Pennington  <hp@pobox.com>
6504
6505         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
6506         fields to DBusObjectVTable and DBusObjectInfo
6507
6508 2003-07-12  Havoc Pennington  <hp@pobox.com>
6509
6510         * dbus/dbus-object-registry.c: implement unit test,
6511         fix bugs discovered in process
6512
6513         * dbus/dbus-connection.c: remove handler_table and
6514         register_handler(), add DBusObjectRegistry usage
6515
6516         * dbus/dbus-objectid.c (dbus_object_id_is_null)
6517         (dbus_object_id_set_null): new functions
6518
6519 2003-07-08  Havoc Pennington  <hp@pobox.com>
6520
6521         * dbus/dbus-object.c: implement some of this
6522
6523         * dbus/dbus-object-registry.c
6524         (_dbus_object_registry_add_and_unlock): fill in the object_id out
6525         param
6526         (_dbus_object_registry_new): handle OOM
6527
6528 2003-07-08  Havoc Pennington  <hp@pobox.com>
6529
6530         * dbus/dbus-object.h: sketch out an API for registering objects
6531         with a connection, that allows us to use as little as 24 bytes
6532         per object and lets application code represent an object in 
6533         any conceivable way.
6534
6535         * dbus/dbus-object-registry.c: implement the hard bits of the
6536         DBusConnection aspect of object API. Not yet wired up.
6537         
6538 2003-07-06  Havoc Pennington  <hp@pobox.com>
6539
6540         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
6541         (_dbus_marshal_object_id): new
6542         (_dbus_demarshal_object_id): new
6543         (_dbus_marshal_get_arg_end_pos): support object ID type, and
6544         consolidate identical switch cases. Don't conditionalize handling
6545         of DBUS_TYPE_UINT64, need to handle the type always.
6546         (_dbus_marshal_validate_arg): consolidate identical cases, and
6547         handle DBUS_TYPE_OBJECT_ID
6548
6549         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
6550
6551         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
6552
6553 2003-09-28  Havoc Pennington  <hp@pobox.com>
6554
6555         * real 0.13 release
6556
6557 2003-09-28  Havoc Pennington  <hp@pobox.com>
6558
6559         * doc/Makefile.am (dbus-specification.html): testing a funky hack
6560         to work with Debian db2html
6561
6562 2003-09-28  Havoc Pennington  <hp@pobox.com>
6563
6564         * configure.in: 0.13
6565
6566         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
6567         stylesheet-images for benefit of Debian
6568         
6569         Change back to using filesystem-linked sockets for the system
6570         bus, so only root can create the default system bus address.
6571         
6572         * bus/system.conf.in: change to use
6573         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
6574
6575         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
6576         from here.
6577
6578         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
6579         here, and AC_DEFINE DBUS_SYSTEM_PATH
6580
6581 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
6582
6583         * doc/TODO:
6584         * doc/busconfig.dtd:
6585         Add busconfig DTD.
6586         
6587 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
6588
6589         * doc/dbus-specification.sgml:
6590         Add activation reply values.
6591         
6592 2003-08-05  Havoc Pennington  <hp@redhat.com>
6593
6594         * configure.in: 0.12
6595
6596 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
6597
6598         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
6599         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
6600         (add_watch), (remove_watch), (create_source):
6601         Refcount fds, fixes some reentrancy issues.
6602         
6603 2003-07-30  Havoc Pennington  <hp@redhat.com>
6604
6605         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
6606         bus address to be abstract if we have abstract sockets
6607
6608         * NEWS: update
6609
6610 2003-07-28  Havoc Pennington  <hp@redhat.com>
6611
6612         * bus/messagebus.in: fix to avoid processname/servicename 
6613         confusion, from Michael Kearey
6614         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
6615         
6616 2003-07-23  Havoc Pennington  <hp@pobox.com>
6617
6618         * dbus/dbus-message.c (dbus_message_iter_get_named): 
6619         fix from Andy Hanton to remove broken "+1"
6620
6621 2003-07-16  Havoc Pennington  <hp@pobox.com>
6622
6623         * tools/dbus-launch.c (babysit): close stdout/stderr in the
6624         babysitter process, as suggested by Thomas Leonard, so 
6625         an "eval `dbus-launch --exit-with-session`" will actually 
6626         return
6627
6628 2003-07-16  Havoc Pennington  <hp@pobox.com>
6629
6630         * configure.in: print out EXPANDED_* variables in the summary at
6631         the end; clean up the code that computes EXPANDED_ variables and
6632         get the ones using exec_prefix right. Should make things work
6633         when you build without --prefix
6634
6635 2003-06-29  Havoc Pennington  <hp@pobox.com>
6636
6637         * mono/Test.cs (class Test): fire up a main loop and run it
6638
6639         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
6640         done once, the app has to do it
6641
6642 2003-06-26  Havoc Pennington  <hp@pobox.com>
6643
6644         * mono/Connection.cs: set up connection with the glib main loop
6645
6646 2003-07-01  Havoc Pennington  <hp@redhat.com>
6647
6648         * doc/dbus-specification.sgml: clarify the format of a type code,
6649         change suggested by Jim Blandy
6650
6651 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
6652
6653         * doc/Makefile.am:
6654         * tools/Makefile.am: Don't assume srcdir == builddir.
6655
6656         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
6657         the allocated block.
6658         (_dbus_memory_test): New function.
6659         * dbus/dbus-test.h: Add _dbus_memory_test ().
6660         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
6661
6662         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
6663         of %c%c%c%c.
6664         (dbus_message_new): Remove obsolete @todo.
6665
6666         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
6667         (_dbus_marshal_set_uint64): Fix comment.
6668
6669         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
6670         hardcode FIELD_REPLY_SERIAL.
6671
6672         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
6673         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
6674
6675         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
6676         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
6677
6678 2003-06-24  Havoc Pennington  <hp@pobox.com>
6679
6680         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
6681
6682 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
6683
6684         * configure.in:
6685         * gcj/.cvsignore:
6686         * gcj/Hello.java:
6687         * gcj/Makefile.am:
6688         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
6689         * gcj/org/.cvsignore:
6690         * gcj/org/Makefile.am:
6691         * gcj/org/freedesktop/.cvsignore:
6692         * gcj/org/freedesktop/Makefile.am:
6693         * gcj/org/freedesktop/dbus/.cvsignore:
6694         * gcj/org/freedesktop/dbus/Makefile.am:
6695         * gcj/org/freedesktop/dbus/Message.java: (Message),
6696         (Message.Message):
6697         * gcj/org/freedesktop/dbus/natMessage.cc:
6698         Fix the build system.
6699
6700 2003-06-22  Havoc Pennington  <hp@pobox.com>
6701
6702         * mono/Connection.cs: add more bindings
6703
6704         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
6705         more than once.
6706
6707 2003-06-22  Havoc Pennington  <hp@pobox.com>
6708
6709         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
6710         Start wrapping more stuff.
6711
6712 2003-06-22  Havoc Pennington  <hp@pobox.com>
6713
6714         * mono/Message.cs: implement Message.Wrap() that ensures we only
6715         have a single C# wrapper per DBusMessage, assuming it works which
6716         it probably doesn't.
6717
6718         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
6719         (dbus_message_free_data_slot): new
6720         (dbus_message_set_data): new
6721         (dbus_message_get_data): new
6722
6723 2003-06-22  Havoc Pennington  <hp@pobox.com>
6724
6725         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
6726         (_dbus_data_slot_allocator_alloc): rework these to keep a
6727         reference count on each slot and automatically manage a global
6728         slot ID variable passed in by address
6729
6730         * bus/bus.c: convert to new dataslot API
6731
6732         * dbus/dbus-bus.c: convert to new dataslot API
6733
6734         * dbus/dbus-connection.c: convert to new dataslot API
6735
6736         * dbus/dbus-server.c: convert to new dataslot API
6737
6738         * glib/dbus-gmain.c: ditto
6739
6740         * bus/test.c: ditto
6741
6742         * bus/connection.c: ditto
6743
6744 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
6745
6746         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
6747         after the gcj checks so that the correct configuration tags
6748         will be added to libtool.
6749
6750         * dbus-glib-1.pc.in: No need to specify any includes since
6751         dbus-1.pc.in has those.
6752
6753 2003-06-22  Havoc Pennington  <hp@pobox.com>
6754
6755         * mono/*, gcj/*, configure.in, Makefile.am:
6756         Check in makefiles and subdirs for mono and gcj bindings.
6757         Neither binding actually exists, just trying to get through
6758         all the build and other boring bits.
6759
6760 2003-06-21  Philip Blundell  <philb@gnu.org>
6761
6762         * tools/dbus-monitor.1: Updated.
6763
6764         * tools/dbus-send.1: Likewise.
6765
6766 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
6767
6768         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
6769         for hangup and error after checking read so we won't discard
6770         pending data if both hangup and read are set.
6771
6772 2003-06-19  Philip Blundell  <philb@gnu.org>
6773
6774         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
6775
6776         * tools/dbus-send.c: Accept both --system and --session.
6777
6778         * tools/dbus-monitor.c: Same here.
6779
6780 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
6781
6782         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
6783         from C++ (Patch by Miloslav Trmac).
6784
6785 2003-06-15  Joe Shaw  <joe@assbarn.com>
6786
6787         * configure.in: Check for socklen_t.
6788
6789         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
6790
6791         * test/test-segfault.c: Add #include <sys/time.h>
6792
6793         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
6794         dbus-launch needs it.
6795
6796 2003-06-09  Havoc Pennington  <hp@redhat.com>
6797
6798         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
6799         SUN_LEN, it breaks abstract socket usage
6800
6801         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
6802         starts of lines.
6803
6804 2003-06-04  Havoc Pennington  <hp@pobox.com>
6805
6806         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
6807         using unix:abstract=/foo, and when listening in a tmpdir
6808         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
6809
6810         * dbus/dbus-transport.c (_dbus_transport_open): support
6811         unix:abstract=/foo
6812
6813         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
6814         support abstract sockets
6815
6816         * dbus/dbus-transport-unix.c
6817         (_dbus_transport_new_for_domain_socket): support abstract sockets
6818
6819         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
6820         toggle as an argument, implement abstract namespace support
6821         (_dbus_listen_unix_socket): ditto
6822
6823         * configure.in: add --enable-abstract-sockets and implement
6824         a configure check for autodetection of the right value.
6825
6826 2003-06-01  Havoc Pennington  <hp@pobox.com>
6827
6828         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
6829         in /tmp (though on Linux this will end up being useless,
6830         when we add abstract namespace support)
6831
6832         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
6833         subst'ing it
6834
6835 2003-05-28  Colin Walters  <walters@verbum.org>
6836
6837         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
6838
6839 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
6840
6841         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
6842
6843 2003-05-17  Colin Walters  <walters@gnu.org>
6844
6845         * tools/dbus-send.c: Don't exit with an error code if --help was
6846         passed.  Default to using the session bus instead of the system
6847         one.
6848
6849         * tools/dbus-launch.c: Ditto.
6850
6851         * tools/dbus-monitor.c: Ditto.
6852
6853         * tools/dbus-send.1: Update with new arguments.
6854
6855         * tools/dbus-launch.c: Emit code to export variables.  New
6856         arguments -s and -c to specify shell syntax, and a bit of code to
6857         autodetect syntax.  Also, allow specifying a program to run.
6858
6859         * tools/dbus-launch.1: Update with new arguments.
6860
6861         * tools/dbus-send.1: Ditto.
6862
6863         * tools/dbus-monitor.1: Ditto.
6864
6865 2003-05-17  Havoc Pennington  <hp@pobox.com>
6866
6867         * bus/config-parser.c (merge_included): merge in policies from
6868         child configuration file.
6869
6870         * bus/policy.c (bus_policy_merge): function to merge two policies
6871         together
6872
6873 2003-05-16  Havoc Pennington  <hp@redhat.com>
6874
6875         * dbus/dbus-connection.c: disable verbose lock spew
6876
6877         * tools/dbus-send.c: add --print-reply command line option
6878
6879         * tools/dbus-print-message.h (print_message): new util function
6880         shared by dbus-send and dbus-monitor
6881
6882         * tools/dbus-monitor.c (handler_func): exit on disconnect
6883
6884         * dbus/dbus-transport-unix.c (do_reading): if the transport is
6885         disconnected, don't try to use the read_watch
6886
6887         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
6888         so we can find this bug more easily
6889
6890 2003-05-16  Havoc Pennington  <hp@redhat.com>
6891
6892         * bus/policy.c (free_rule_list_func): avoid a crash when passed
6893         NULL as DBusHashTable is annoyingly likely to do.
6894
6895 2003-05-16  Colin Walters  <walters@verbum.org>
6896
6897         * tools/dbus-monitor.c: Add --session argument and usage()
6898         function.
6899
6900         * tools/dbus-monitor.1: Update with new --session arg.
6901
6902         * bus/Makefile.am (install-data-hook): Create
6903         $(libdir)/dbus-1.0/services so that the session bus is happy.
6904
6905 2003-05-15  Havoc Pennington  <hp@redhat.com>
6906
6907         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
6908         on non-x86. ifdef's are evil.
6909
6910 2003-05-15  Havoc Pennington  <hp@redhat.com>
6911
6912         * configure.in: 0.11
6913
6914         * NEWS: update
6915
6916         * bus/Makefile.am (initddir): apparently we are supposed to put
6917         init scripts in /etc/rc.d/init.d not /etc/init.d
6918
6919         * bus/Makefile.am: remove the "you must --enable-tests to make
6920         check" as it broke distcheck
6921
6922         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
6923
6924 2003-05-13  James Willcox  <jwillcox@gnome.org>
6925
6926         * configure.in:
6927         * bus/activation.c: (bus_activation_service_created),
6928         (bus_activation_activate_service):
6929         * bus/driver.c: (bus_driver_send_service_deleted),
6930         (bus_driver_send_service_created), (bus_driver_send_service_lost),
6931         (bus_driver_send_service_acquired),
6932         (bus_driver_send_welcome_message),
6933         (bus_driver_handle_list_services):
6934         * bus/session.conf.in:
6935         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
6936         (dbus_bus_service_exists), (dbus_bus_activate_service):
6937         * dbus/dbus-bus.h:
6938
6939         Add some convenience API which lets you activate a service, and did a
6940         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
6941         and dbus_message_get_args()
6942
6943 2003-05-11  Havoc Pennington  <hp@pobox.com>
6944
6945         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
6946         calling _dbus_marshal_validate_arg() for every byte in a byte
6947         array, etc.
6948
6949         * dbus/dbus-message-handler.c: use atomic reference counting to
6950         reduce number of locks slightly; the global lock in here sucks
6951
6952         * dbus/dbus-connection.c
6953         (_dbus_connection_update_dispatch_status_and_unlock): variant of
6954         update_dispatch_status that can be called with lock held; then use
6955         in a couple places to reduce locking/unlocking
6956         (dbus_connection_send): hold the lock over the whole function
6957         instead of acquiring it twice.
6958
6959         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
6960
6961         * bus/connection.c (bus_connections_setup_connection): fix access
6962         to already-freed memory.
6963
6964         * dbus/dbus-connection.c: keep a little cache of linked list
6965         nodes, to avoid using the global linked list alloc lock in the
6966         normal send-message case. Instead we just use the connection lock
6967         that we already have to take.
6968
6969         * dbus/dbus-list.c (_dbus_list_find_last): new function
6970
6971         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
6972         change to use a struct for the atomic type; fix docs,
6973         they return value before increment, not after increment.
6974
6975         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
6976         (_dbus_string_append_8_aligned): new functions to try to
6977         microoptimize this operation.
6978         (reallocate_for_length): break this out of set_length(), to
6979         improve profile info, and also so we can consider inlining the
6980         set_length() part.
6981
6982         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
6983         strings with some preallocation, cuts down on our calls to realloc
6984         a fair bit. Though if we can get the "move entire string to empty
6985         string" optimization below to kick in here, it would be better.
6986
6987         * dbus/dbus-string.c (_dbus_string_move): just call
6988         _dbus_string_move_len
6989         (_dbus_string_move_len): add a special case for moving
6990         an entire string into an empty string; we can just
6991         swap the string data instead of doing any reallocs.
6992         (_dbus_string_init_preallocated): new function
6993
6994 2003-05-11  Havoc Pennington  <hp@pobox.com>
6995
6996         Write a "test-profile" that does echo client-server with threads;
6997         profile reveals lock contention, memcpy/realloc of buffers, and
6998         UTF-8 validation as hot spots. 20% of lock contention eliminated
6999         with dbus_atomic_inc/dec implementation on x86.  Much remaining
7000         contention is global mempool locks for GList and DBusList.
7001
7002         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
7003         x86 implementation
7004
7005         * dbus/dbus-connection.c (struct DBusConnection): use
7006         dbus_atomic_t for the reference count
7007
7008         * dbus/dbus-message.c (struct DBusMessage): declare
7009         dbus_atomic_t values as volatile
7010
7011         * configure.in: code to detect ability to use atomic integer
7012         operations in assembly, from GLib patch
7013
7014         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
7015         time, tired of it being wrong in threads and forked processes
7016
7017         * glib/test-profile.c: a little program to bounce messages back
7018         and forth between threads and eat CPU
7019
7020         * dbus/dbus-connection.c: add debug spew macros for debugging
7021         thread locks; include config.h at top; fix deadlock in
7022         dbus_connection_flush()
7023
7024 2003-05-08  Havoc Pennington  <hp@pobox.com>
7025
7026         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
7027         data from getting written, and there wasn't a good reason to
7028         use _exit really.
7029
7030         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
7031         dbus_verbose lines in test coverage
7032         (main): add list of functions sorted by # of untested blocks
7033         to the coverage report
7034
7035         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
7036
7037         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
7038
7039         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
7040         extend test coverage
7041
7042         * test/data/auth/cancel.auth-script: test canceling an
7043         authentication
7044
7045         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
7046         aren't used. in CVS history if we end up needing them.
7047
7048 2003-05-04  Havoc Pennington  <hp@pobox.com>
7049
7050         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
7051         unit test
7052
7053         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
7054         function, which assumed length was in # of strings, not bytes
7055
7056         * dbus/dbus-message.c (_dbus_message_test): add tests for some
7057         missing coverage
7058
7059         * dbus/dbus-connection.c
7060         (_dbus_connection_queue_received_message): disable function for
7061         now, we are only using it in test mode
7062
7063         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
7064         remove a mistaken FIXME
7065
7066 2003-05-04  Havoc Pennington  <hp@pobox.com>
7067
7068         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
7069         unlock mutex on successful return, patch from Anders Gustafsson
7070
7071 2003-05-04  Havoc Pennington  <hp@pobox.com>
7072
7073         * dbus-glib-1.pc.in (Requires): fix dependencies, from
7074         Anders Gustafsson
7075
7076 2003-05-04  Havoc Pennington  <hp@pobox.com>
7077
7078         * tools/dbus-launch.c: implement
7079
7080         * bus/main.c (main), bus/bus.c (bus_context_new):
7081         implement --print-pid and --fork
7082
7083 2003-05-03  Havoc Pennington  <hp@redhat.com>
7084
7085         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
7086         the address had no value, and add to test suite. Fix and
7087         regression test from Miloslav Trmac
7088
7089 2003-05-03  Havoc Pennington  <hp@pobox.com>
7090
7091         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
7092         watch is invalid when handled
7093
7094         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
7095         dbus-launch utility to launch the bus from a shell script.  Didn't
7096         actually implement dbus-launch yet, it's just a placeholder still.
7097
7098 2003-05-03  Havoc Pennington  <hp@pobox.com>
7099
7100         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
7101         daemon; also documents daemon config file, so replaces
7102         doc/config-file.txt. Corrected some stuff from config-file.txt in
7103         the process of moving it.
7104
7105 2003-05-03  Havoc Pennington  <hp@pobox.com>
7106
7107         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
7108         add some man pages
7109
7110 2003-05-03  Colin Walters  <walters@verbum.org>
7111
7112         * dbus/dbus-sysdeps.c (fill_user_info): Test against
7113         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
7114
7115         * Makefile.am: Update to use new .pc versioning scheme.
7116
7117 2003-05-02  Havoc Pennington  <hp@redhat.com>
7118
7119         * bus/system.conf.in: allow send/receive to/from message bus
7120         service
7121
7122 2003-04-30  Havoc Pennington  <hp@redhat.com>
7123
7124         * configure.in: print a note when building with unit tests and
7125         without assertions
7126
7127 2003-04-30  Havoc Pennington  <hp@redhat.com>
7128
7129         * Makefile.am: add a check-local that complains if you didn't
7130         configure with --enable-tests
7131
7132 2003-04-29  Havoc Pennington  <hp@redhat.com>
7133
7134         * glib/dbus-gmain.c: docs cleanups
7135
7136         * dbus/dbus-types.h: add docs on int64 types
7137
7138         * dbus/dbus-memory.c: fix docs to avoid putting private API in
7139         public API docs section
7140
7141 2003-04-29  Havoc Pennington  <hp@redhat.com>
7142
7143         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
7144         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
7145         parallel install API version, not with the D-BUS package version.
7146
7147         * HACKING: move some of README over here
7148
7149         * README: updates, and document API/ABI policy
7150
7151         * configure.in: reindentation
7152
7153 2003-04-29  Havoc Pennington  <hp@redhat.com>
7154
7155         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
7156         to use this library" to be sure people have the right
7157         expectations.
7158
7159 2003-04-28  Havoc Pennington  <hp@redhat.com>
7160
7161         * configure.in: add --enable-docs which by default is auto yes if
7162         doxygen and db2html found, no otherwise; but can be forced on/off
7163
7164         * doc/Makefile.am: conditionalize whether to build docs on
7165         --enable-docs
7166
7167 2003-04-28  Havoc Pennington  <hp@redhat.com>
7168
7169         * configure.in: 0.10
7170
7171         * NEWS: update
7172
7173         * bus/system.conf.in: add <includedir>system.d</includedir>
7174
7175         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
7176         username was provided but not uid
7177
7178         * bus/config-parser.c (struct BusConfigParser): keep track of
7179         whether the parser is toplevel or was included; change some
7180         of the error handling if it's included.
7181
7182 2003-04-27  Havoc Pennington  <hp@pobox.com>
7183
7184         Unbreak my code...
7185
7186         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
7187         report correct status if we finish processing authentication
7188         inside this function.
7189
7190         * bus/activation.c (try_send_activation_failure): use
7191         bus_transaction_send_error_reply
7192
7193         * bus/connection.c (bus_connection_get_groups): return an error
7194         explaining the problem
7195
7196         * bus/bus.c (bus_context_check_security_policy): implement
7197         restriction here that inactive connections can only send the
7198         hello message. Also, allow bus driver to send anything to
7199         any recipient.
7200
7201         * bus/connection.c (bus_connection_complete): create the
7202         BusClientPolicy here instead of on-demand.
7203         (bus_connection_get_policy): don't return an error
7204
7205         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
7206         sender field in message being replied to
7207
7208         * bus/bus.c (bus_context_check_security_policy): fix silly typo
7209         causing it to return FALSE always
7210
7211         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
7212         we checked sender rather than destination
7213
7214 2003-04-25  Havoc Pennington  <hp@redhat.com>
7215
7216         test suite is slightly hosed at the moment, will fix soon
7217
7218         * bus/connection.c (bus_connections_expire_incomplete): fix to
7219         properly disable the timeout when required
7220         (bus_connection_set_name): check whether we can remove incomplete
7221         connections timeout after we complete each connection.
7222
7223         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
7224         probably still broken.
7225
7226         * bus/services.c (bus_registry_acquire_service): implement max
7227         number of services owned, and honor allow/deny rules on which
7228         services a connection can own.
7229
7230         * bus/connection.c (bus_connection_get_policy): report errors here
7231
7232         * bus/activation.c: implement limit on number of pending
7233         activations
7234
7235 2003-04-25  Havoc Pennington  <hp@redhat.com>
7236
7237         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
7238         where we used >= 0 instead of != DBUS_UID_UNSET.
7239
7240 2003-04-25  Havoc Pennington  <hp@redhat.com>
7241
7242         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
7243         were toggled without add/remove, fix from Anders Gustafsson
7244
7245 2003-04-24  Havoc Pennington  <hp@redhat.com>
7246
7247         * test/data/valid-config-files/basic.conf: add <limit> tags to
7248         this test
7249
7250         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
7251         <limit> tag in configuration file.
7252
7253 2003-04-24  Havoc Pennington  <hp@redhat.com>
7254
7255         * bus/dispatch.c: somehow missed some name_is
7256
7257         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
7258         (_dbus_timeout_set_interval): new
7259
7260         * bus/connection.c (bus_connections_setup_connection): record time
7261         when each connection is first set up, and expire them after the
7262         auth timeout passes.
7263
7264 2003-04-24  Havoc Pennington  <hp@redhat.com>
7265
7266         * dbus/dbus-message.c (dbus_message_name_is): rename
7267         (dbus_message_service_is): rename
7268         (dbus_message_sender_is): rename
7269         (dbus_message_get_service): rename
7270
7271 2003-04-24  Havoc Pennington  <hp@redhat.com>
7272
7273         * configure.in: add --enable-checks
7274
7275         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
7276
7277         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
7278         to use thread locks.
7279         (_dbus_connection_handler_destroyed_locked): move some private
7280         functions into proper docs group
7281
7282         * dbus/dbus-internals.h: add _dbus_return_if_fail,
7283         _dbus_return_val_if_fail
7284
7285         Throughout: use dbus_return_if_fail
7286
7287 2003-04-23  James Willcox  <jwillcox@gnome.org>
7288
7289         * glib/dbus-glib.h:
7290         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
7291         (dbus_connection_setup_with_g_main),
7292         (dbus_server_setup_with_g_main):
7293         * glib/test-dbus-glib.c: (main):
7294         * glib/test-thread-client.c: (main):
7295         * glib/test-thread-server.c: (new_connection_callback), (main):
7296         * tools/dbus-monitor.c: (main):
7297
7298         Added a GMainContext argument to dbus_connection_setup_with_g_main()
7299         and dbus_server_setup_with_g_main().
7300
7301 2003-04-20  Havoc Pennington  <hp@pobox.com>
7302
7303         * doc/dbus-specification.sgml: document the restrictions on
7304         message and service names
7305
7306 2003-04-22  Havoc Pennington  <hp@redhat.com>
7307
7308         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
7309         support, and do some code cleanups to share more code and
7310         speed up array marshal/demarshal.
7311
7312         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
7313
7314         * configure.in: generate dbus-arch-deps.h
7315
7316         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
7317         64-bit typecodes
7318
7319 2003-04-22  Havoc Pennington  <hp@redhat.com>
7320
7321         * test/data/valid-messages/opposite-endian.message: fix test
7322         to use proper type for rply field
7323
7324         * test/data/invalid-messages: add tests for below validation
7325
7326         * dbus/dbus-message.c (decode_header_data): validate field types,
7327         and validate that named fields are valid names
7328         (decode_name_field): consider messages in the
7329         org.freedesktop.Local. namespace to be invalid.
7330
7331         * dbus/dbus-string.c (_dbus_string_validate_name): new
7332
7333 2003-04-19  Havoc Pennington  <hp@pobox.com>
7334
7335         * bus/driver.c (bus_driver_handle_hello): check limits and
7336         return an error if they are exceeded.
7337
7338         * bus/connection.c: maintain separate lists of active and inactive
7339         connections, and a count of each. Maintain count of completed
7340         connections per user. Implement code to check connection limits.
7341
7342         * dbus/dbus-list.c (_dbus_list_unlink): export
7343
7344         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
7345         number of bytes in the message queue for a connection
7346
7347 2003-04-18  Havoc Pennington  <hp@pobox.com>
7348
7349         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
7350
7351         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
7352         memleaks
7353
7354         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
7355         on realloc be sure to update the pointer in the keyring
7356
7357         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
7358         offset to avoid writing to unallocated memory
7359
7360         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
7361         try the next mechanism, so we properly handle OOM
7362
7363         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
7364         on OOM.
7365         (_dbus_keyring_new): fix OOM bug
7366         (_dbus_keyring_new_homedir): always set error; impose a maximum
7367         number of keys we'll load from the file, mostly to speed up the
7368         test suite and make its OOM checks more useful, but also for
7369         general sanity.
7370
7371         * dbus/dbus-auth.c (process_error_server): reject authentication
7372         if we get an error from the client
7373         (process_cancel): on cancel, send REJECTED, per the spec
7374         (process_error_client): send CANCEL if we get an error from the
7375         server.
7376
7377 2003-04-18  Havoc Pennington  <hp@pobox.com>
7378
7379         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
7380         debug spew
7381
7382         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
7383         handling problem
7384
7385         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
7386         about DBUS_TEST_HOMEDIR once
7387
7388         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
7389         the environment
7390
7391         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
7392         config file so we test the right thing
7393
7394         Throughout: assorted docs improvements
7395
7396 2003-04-18  Havoc Pennington  <hp@pobox.com>
7397
7398         * glib/dbus-gmain.c: adapt to watch changes
7399
7400         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
7401
7402         * dbus/dbus-server.h: remove dbus_server_handle_watch
7403
7404         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
7405
7406         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
7407         like DBusTimeout, so we don't need dbus_connection_handle_watch
7408         etc.
7409
7410 2003-04-17  Havoc Pennington  <hp@redhat.com>
7411
7412         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
7413         database usage so it all goes via the DBusUserDatabase cache.
7414
7415 2003-04-17  Havoc Pennington  <hp@redhat.com>
7416
7417         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
7418         there was an OOM watch we skipped, we always return TRUE so we
7419         iterate again to have a look at it again. Fixes test suite hang.
7420         Code rearrangement also lets us lose some memset and only iterate
7421         over callbacks once.
7422
7423         * bus/driver.c (bus_driver_handle_message): sense of test for
7424         reply was backward
7425
7426 2003-04-16  Havoc Pennington  <hp@pobox.com>
7427
7428         * doc/dbus-specification.sgml: make spec say serials are unsigned
7429
7430         * dbus/dbus-message.h: change message serials to unsigned
7431
7432         * dbus/dbus-connection.c: adapt to message serials being unsigned
7433
7434 2003-04-15  Havoc Pennington  <hp@pobox.com>
7435
7436         * bus/bus.c: create and keep around a shared DBusUserDatabase
7437         object.
7438
7439         * bus/connection.c (bus_connection_get_groups): don't cache
7440         groups for user in the connection object, since user database
7441         object now does that.
7442
7443 2003-04-16  Havoc Pennington  <hp@redhat.com>
7444
7445         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
7446         list of size counters
7447         (_dbus_message_loader_putback_message_link): put back a popped link
7448
7449         * dbus/dbus-connection.c
7450         (dbus_connection_set_max_live_messages_size): rename
7451         max_received_size
7452         (dbus_connection_get_outgoing_size): get size of outgoing
7453         queue
7454         (_dbus_connection_set_connection_counter): remove this cruft
7455
7456 2003-04-14  Havoc Pennington  <hp@redhat.com>
7457
7458         * dbus/dbus-userdb.c: user database abstraction, mostly to get
7459         caching, but at some point we might want to be able to use a
7460         different database.
7461
7462         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
7463         SHA1 conf file to test the sha1 auth mechanism, since the regular
7464         test always uses EXTERNAL when available.
7465
7466         * configure.in,
7467         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
7468         add conf file that requires use of sha1 auth
7469
7470 2003-04-13  Havoc Pennington  <hp@pobox.com>
7471
7472         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
7473         from Philip Blundell to send messages and monitor them.
7474
7475 2003-04-13  Havoc Pennington  <hp@pobox.com>
7476
7477         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
7478         callbacks
7479
7480         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
7481         users
7482
7483         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
7484         fix to only recover unused bytes if we're already authenticated
7485         (_dbus_transport_get_is_authenticated): fix to still mark us
7486         authenticated if there are unused bytes.
7487
7488         * bus/dispatch.c: implement security policy checking
7489
7490         * bus/connection.c (bus_transaction_send_from_driver): new
7491
7492         * bus/bus.c (bus_context_check_security_policy): new
7493
7494         * bus/dispatch.c (send_service_nonexistent_error): delete this,
7495         now we just set the DBusError and it gets converted to an error
7496         reply.
7497
7498         * bus/connection.c (allow_user_function): enable code using actual
7499         data from the config file
7500
7501         * bus/policy.c (list_allows_user): handle wildcard rules for
7502         user/group connection perms
7503
7504 2003-04-13  Havoc Pennington  <hp@pobox.com>
7505
7506         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
7507
7508         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
7509
7510         * bus/policy.c (bus_policy_append_mandatory_rule)
7511         (bus_policy_append_default_rule, bus_policy_append_user_rule)
7512         (bus_policy_append_group_rule): new functions
7513
7514 2003-04-12  Havoc Pennington  <hp@pobox.com>
7515
7516         * bus/config-parser.c (bus_config_parser_new): fix a memleak
7517
7518         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
7519         the pid/gid/uid, just for paranoia.
7520
7521         * test/break-loader.c (randomly_do_n_things): find a byte
7522         containing a type code, and randomly change it to a different
7523         type code.
7524
7525 2003-04-12  Havoc Pennington  <hp@pobox.com>
7526
7527         * bus/policy.h: change BusPolicy to be the thing from the config
7528         file, and rename old BusPolicy to BusClientPolicy
7529
7530         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
7531         match change in how policy works
7532
7533         * dbus/dbus-internals.h: mark assert_not_reached as
7534         __attribute((noreturn))__
7535
7536 2003-04-11  Havoc Pennington  <hp@redhat.com>
7537
7538         * doc/dbus-specification.sgml: fix a spot with the wrong name for
7539         the broadcast service. Use boolean return for ServiceExists.
7540
7541 2003-04-11  Havoc Pennington  <hp@redhat.com>
7542
7543         * configure.in: add another directory to look for qt in.
7544
7545 2003-04-11  Havoc Pennington  <hp@redhat.com>
7546
7547         * AUTHORS: add Colin Walters
7548
7549 2003-04-11  Havoc Pennington  <hp@redhat.com>
7550
7551         * NEWS: update
7552
7553         * configure.in: 0.9
7554
7555 2003-04-11  Havoc Pennington  <hp@redhat.com>
7556
7557         * bus/messagebus.in: remove pid file when stopping the
7558         message bus, since the bus won't have privileges to remove it
7559         itself.
7560
7561 2003-04-11  Havoc Pennington  <hp@redhat.com>
7562
7563         * bus/bus.c (bus_context_new): move credentials change after
7564         creating pidfile
7565
7566 2003-04-11  Havoc Pennington  <hp@pobox.com>
7567
7568         * test/decode-gcov.c: add "below average functions" to the
7569         coverage report, and change how some of the code works.
7570
7571         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
7572         not in the coverage stats.
7573
7574         * test/test-service.c (main): use _dbus_verbose not fprintf in a
7575         couple places so running the test suite doesn't result in megaspam.
7576
7577 2003-04-11  Havoc Pennington  <hp@pobox.com>
7578
7579         * bus/dispatch.c (check_existent_service_activation): accept a no
7580         memory error in a place we didn't before
7581
7582         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
7583         in case the first one failed," since the test suite is less
7584         broken now.
7585
7586 2003-04-10  Havoc Pennington  <hp@pobox.com>
7587
7588         * bus/dispatch.c (check_segfault_service_activation): add test
7589         for launching an executable that just crashes.
7590
7591         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
7592         don't leave a million cores. We'll see how portable this is.
7593
7594 2003-04-10  Havoc Pennington  <hp@pobox.com>
7595
7596         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
7597         the possible parent failures before we fork, so that we don't
7598         fail to create a babysitter after creating the child.
7599
7600         * bus/activation.c (bus_activation_activate_service): kill child
7601         if we don't successfully complete the activation.
7602
7603 2003-04-10  Havoc Pennington  <hp@redhat.com>
7604
7605         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
7606         the connection if it's disconnected
7607
7608         * bus/activation.c (bus_activation_service_created): use new
7609         transaction features to roll back removal of pending activation if
7610         we don't successfully create the service after all. Don't remove
7611         pending activation if the function fails.
7612
7613         * dbus/dbus-list.c (_dbus_list_insert_before_link)
7614         (_dbus_list_insert_after_link): new code to facilitate
7615         services.c fixes
7616
7617         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
7618         new functionality, so we can preallocate the ability to insert
7619         into a hash table.
7620
7621         * bus/connection.c (bus_transaction_add_cancel_hook): new function
7622         allowing us to put custom hooks in a transaction to be used for
7623         cancelling said transaction
7624
7625         * doc/dbus-specification.sgml: add some discussion of secondary
7626         service owners, and disallow zero-length service names
7627
7628         * bus/services.c (bus_registry_acquire_service): new function,
7629         splits out part of bus_driver_handle_acquire_service() and fixes
7630         a bug where we didn't remove the service doing the acquiring
7631         from the secondary queue if we failed to remove the current owner
7632         from the front of the queue.
7633
7634 2003-04-10  Alexander Larsson  <alexl@redhat.com>
7635
7636         * doc/dbus-specification.sgml:
7637         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
7638
7639 2003-04-10  Alexander Larsson  <alexl@redhat.com>
7640
7641         * bus/.cvsignore:
7642         * glib/.cvsignore:
7643         * test/.cvsignore:
7644         Added files to cvsignore
7645
7646         * dbus/dbus-message.h:
7647         * dbus/dbus-message.c: (dbus_message_iter_get_named):
7648         Make get_named() take two out argument and return a boolean.
7649         (dbus_message_iter_get_args_valist):
7650         Update usage of get_named().
7651         (dbus_message_iter_append_byte):
7652         Fix typo
7653         (dbus_message_iter_append_named)
7654         Fix typo
7655         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
7656         More tests.
7657
7658 2003-04-10  Alexander Larsson  <alexl@redhat.com>
7659
7660         * dbus/dbus-marshal.[ch]:
7661         Add array_type_pos argument to _dbus_marshal_validate_arg.
7662         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
7663
7664         * dbus/dbus-message.[ch]:
7665         Multi-dimensional arrays have full type specification in the
7666         outermost array. Iter code re-arranged to handle this.
7667         Added some more iter tests.
7668
7669         * doc/dbus-specification.sgml:
7670         Add me to authors.
7671         Remove old FIXME.
7672         Update new array encoding description.
7673         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
7674
7675         * test/data/invalid-messages/array-with-mixed-types.message:
7676         * test/data/valid-messages/array-of-array-of-uint32.message:
7677         Change to the new array format.
7678
7679         * test/data/invalid-messages/too-short-dict.message:
7680         Fix bug in test.
7681
7682         * test/data/valid-messages/recursive-types.message:
7683         Fix up and extend test.
7684
7685 2003-04-10  Havoc Pennington  <hp@pobox.com>
7686
7687         * bus/dispatch.c: lots of fixes
7688
7689         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
7690         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
7691         that was crack, broke the test service.
7692
7693         * dbus/dbus-transport.c (_dbus_transport_open): fix error
7694         handling to avoid piling up errors if we get a failure on the
7695         first address.
7696
7697         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
7698         pid in assertion failures.
7699
7700         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
7701         to some fixed size of file descriptor array. Don't return TRUE
7702         anytime a timeout exists, that led to lots of busy loop silliness
7703         in the tests.
7704
7705 2003-04-09  Havoc Pennington  <hp@redhat.com>
7706
7707         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
7708         I'd checked this in earlier but hadn't.
7709
7710 2003-04-09  Havoc Pennington  <hp@redhat.com>
7711
7712         * bus/dispatch.c (bus_dispatch_test): get a bit further through
7713         the activation test (man this is getting old!)
7714
7715 2003-04-09  Havoc Pennington  <hp@redhat.com>
7716
7717         * test/test-utils.c: use dispatch status function to fix this up
7718
7719         * bus/connection.c (connection_watch_callback): don't dispatch
7720         from here
7721         (connection_timeout_callback): don't dispatch from here
7722         (bus_connections_setup_connection): set the dispatch status function
7723         (bus_connection_disconnected): unset it
7724
7725         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
7726         used to add a connection to be dispatched
7727         (_dbus_loop_iterate): do the dispatching at the end of each
7728         iteration
7729
7730         * dbus/dbus-connection.c
7731         (dbus_connection_set_dispatch_status_function): new function
7732         allowing us to fix up main loop usage
7733         (_dbus_connection_last_unref): free all the various function
7734         user data
7735         (dbus_connection_dispatch): call the DispatchStatusFunction
7736         whenever this function returns
7737         (dbus_connection_handle_watch): call DispatchStatusFunction
7738         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
7739         (reply_handler_timeout): call DispatchStatusFunction
7740         (dbus_connection_flush): call DispatchStatusFunction
7741
7742 2003-04-09  Havoc Pennington  <hp@redhat.com>
7743
7744         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
7745         a memory leak
7746
7747         * bus/dispatch.c (check_service_activated): fix bug in test
7748
7749         * dbus/dbus-mainloop.c (check_timeout): fix this up
7750
7751         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
7752         verbose output so we can sort out output from different processes,
7753         e.g. in the activation case.
7754
7755 2003-04-08  Colin Walters  <walters@gnu.org>
7756
7757         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
7758         the pid file.
7759         (bus_context_new): Set it.
7760         (bus_context_unref): Use it to delete the pid file.
7761
7762 2003-04-08  Havoc Pennington  <hp@redhat.com>
7763
7764         * test/data/invalid-messages/array-with-mixed-types.message:
7765         regression test that fails for the moment
7766
7767         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
7768         tests for convenience
7769
7770         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
7771         array of nil, it broke things.
7772
7773         * test/data/invalid-messages/array-of-nil.message: regression test
7774
7775         * test/data/valid-messages/array-of-array-of-uint32.message:
7776         happened to write this so added it to suite
7777
7778 2003-04-08  Havoc Pennington  <hp@redhat.com>
7779
7780         * bus/driver.c (bus_driver_handle_acquire_service): init
7781         retval/reply before checking name
7782
7783         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
7784         recursion depth argument
7785
7786         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
7787         in the public struct for future extension
7788
7789         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
7790         typo
7791
7792         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
7793         message
7794
7795         * doc/dbus-specification.sgml: fix typo
7796
7797 2003-04-08  Alexander Larsson  <alexl@redhat.com>
7798
7799         Implemented recursive types, named types and new-style iters
7800
7801         * bus/driver.c:
7802         * glib/test-thread-client.c: (thread_func):
7803         * glib/test-thread-server.c: (handle_test_message):
7804         * test/test-service.c: (handle_echo):
7805         Update to new api
7806
7807         * dbus/Makefile.am:
7808         * dbus/dbus-dict.c:
7809         * dbus/dbus-dict.h:
7810         * dbus/dbus.h
7811         Remove DBusDict
7812
7813         * dbus/dbus-internals.c: (_dbus_type_to_string):
7814         Update for new types.
7815
7816         * dbus/dbus-marshal.[ch]:
7817         Implement recursive types and the new marshalling format.
7818         Remove hardcoded dict marshalling.
7819         Marshal named types.
7820
7821         * dbus/dbus-message-builder.c:
7822         Add BYTE_ARRAY.
7823         Remove references to old types
7824
7825         * dbus/dbus-message.[ch]:
7826         New non-refcounted iter API that supports recursive iters.
7827         Use iters for appending, including support for recursive
7828         iters.
7829         Add byte and named type support.
7830         Update everything to new marshalling formats.
7831         Add tests for new API.
7832
7833         * dbus/dbus-protocol.h:
7834         Remove old array types.
7835         Add types: BYTE, ARRAY, DICT, NAMED
7836
7837         * dbus/dbus-string.c:
7838         * dbus/dbus-sysdeps.c:
7839         Make parse_double locale safe.
7840
7841         * dbus/dbus-test-main.c:
7842         Call setlocale.
7843
7844         * dbus/dbus-test.c:
7845         Kill dict test
7846
7847         * doc/dbus-specification.sgml:
7848         Update spec
7849
7850         * test/data/incomplete-messages/missing-body.message:
7851         * test/data/invalid-messages/bad-boolean.message:
7852         * test/data/invalid-messages/bad-boolean-array.message:
7853         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
7854         * test/data/invalid-messages/boolean-has-no-value.message-raw:
7855         * test/data/invalid-messages/too-short-dict.message:
7856         * test/data/valid-messages/dict-simple.message:
7857         * test/data/valid-messages/dict.message:
7858         * test/data/valid-messages/emptiness.message:
7859         * test/data/valid-messages/lots-of-arguments.message:
7860         * test/data/valid-messages/no-padding.message:
7861         * test/data/valid-messages/recursive-types.message:
7862         Add missing NAME fields
7863         Fix up dicts & arrays
7864
7865         * test/data/invalid-messages/dict-with-nil-value.message:
7866         Removed, this is not invalid anymore.
7867
7868         * test/data/valid-messages/recursive-types.message:
7869         Add new test for deeply recursive types.
7870
7871 2003-04-07  Havoc Pennington  <hp@pobox.com>
7872
7873         * bus/driver.c (bus_driver_handle_acquire_service): return an
7874         error if you try to acquire a service that starts with ':'
7875
7876 2003-04-07  Havoc Pennington  <hp@redhat.com>
7877
7878         * doc/dbus-specification.sgml: require that base service names
7879         start with ':' and that the base service is created/deleted
7880         as first and last things a connection does on the bus
7881
7882         * bus/dispatch.c (check_existent_service_activation): lots more
7883         work on the activation test; it doesn't fully pass yet...
7884
7885         * test/test-service.c (main): fix so we don't memleak the
7886         connection to the message bus
7887         (filter_func): accept a message asking us to exit
7888
7889 2003-04-06  Havoc Pennington  <hp@pobox.com>
7890
7891         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
7892         from Colin Walters
7893
7894         * configure.in: fixes to Qt detection from Colin Walters
7895
7896         * doc/Makefile.am: Only remove generated docbook dirs if they
7897         exist, from Colin Walters
7898
7899         * dbus/dbus-bus.c: change how we set well-known connections to
7900         NULL, so that it works if a single connection is stored in
7901         two well-known array slots.
7902
7903         * test/Makefile.am: remove a lot of stuff that isn't immediately
7904         useful, it's in CVS history if we want it.
7905
7906         * test/test-service.c: use dbus-mainloop instead of that
7907         watch.[hc] crack
7908
7909 2003-04-06  Havoc Pennington  <hp@pobox.com>
7910
7911         * dbus/Makefile.am: split lists of sources into stuff that goes in
7912         the library, util functions that go in the lib and are also used
7913         elsewhere, and util functions that are used in tests/daemon but
7914         don't go in the lib.
7915
7916         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
7917         here so it can be used in test binaries also
7918
7919 2003-04-06  Havoc Pennington  <hp@pobox.com>
7920
7921         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
7922         here in the parent process, so we can return an error if it
7923         fails. Also, move some of the code into the child so the parent
7924         is less hosed if we fail midway through.
7925
7926         * bus/bus.c (bus_context_new): move pidfile detection further up
7927         in the function, before we start overwriting sockets and such.
7928
7929         * bus/messagebus.in: adjust this a bit, not sure if it will work.
7930
7931         * configure.in: add --with-system-pid-file and --with-system-socket
7932
7933 2003-04-06  Colin Walters  <walters@verbum.org>
7934
7935         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
7936
7937         * bus/system.conf.in: Declare a pidfile.
7938
7939         * bus/bus.c (bus_context_new): Test for an existing pid file, and
7940         create one (if appropriate).
7941
7942         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
7943         (struct BusConfigParser) [pidfile]: New.
7944         (element_type_to_name, merge_included, start_busconfig_child)
7945         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
7946         (bus_config_parser_unref): Free it.
7947         (bus_config_parser_get_pidfile): New function.
7948
7949         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
7950
7951         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
7952
7953         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
7954
7955         * dbus/dbus-sysdeps.h: Prototype it.
7956
7957 2003-04-06  Havoc Pennington  <hp@pobox.com>
7958
7959         * bus/bus.c (bus_context_new): print the address in here, rather
7960         than in main(), because we need to do it before forking the daemon
7961
7962         * bus/dispatch.c (send_service_nonexistent_error): set the sender
7963         on the service nonexistent error
7964
7965         * bus/driver.c (bus_driver_handle_acquire_service): set the
7966         sender on the AcquireService reply
7967
7968         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
7969         server also listen on a UNIX socket so services can connect to it.
7970
7971 2003-04-06  Havoc Pennington  <hp@pobox.com>
7972
7973         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
7974         so it detects deadlocks and also we actually init threads when
7975         debugging.
7976
7977 2003-04-06  Havoc Pennington  <hp@pobox.com>
7978
7979         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
7980         save the domain socket name, and unlink it when we disconnect the
7981         server. Means that at least when we exit normally, we won't leave
7982         a bunch of junk in /tmp
7983
7984         * dbus/dbus-transport-unix.c
7985         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
7986         memory management). (I was making a real change here but then
7987         didn't)
7988
7989 2003-04-06  Havoc Pennington  <hp@pobox.com>
7990
7991         * bus/bus.c (bus_context_new): fix wrong handling of
7992         server_data_slot_unref() in the error case.
7993
7994         * dbus/dbus-internals.h (_dbus_assert): change so it passes
7995         "(condition) != 0" to _dbus_real_assert so that
7996         "_dbus_assert (pointer)" doesn't cause a warning
7997
7998         * bus/main.c (main): accept --print-address option to print out
7999         the message bus address
8000
8001         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
8002
8003         * dbus/dbus-transport.c (_dbus_transport_open): special error for
8004         "tmpdir" option to unix: address on client side
8005
8006         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
8007         to unix: address
8008
8009         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
8010         we can use to create sockets in the test suite.
8011
8012         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
8013         cleanly. To be used for testing.
8014
8015         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
8016
8017         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
8018
8019         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
8020         handle trying to call this when there's no servers active
8021
8022 2003-04-05  Havoc Pennington  <hp@pobox.com>
8023
8024         * NEWS: update
8025
8026         * configure.in: 0.8
8027
8028 2003-04-05  Havoc Pennington  <hp@pobox.com>
8029
8030         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
8031         crash on startup. Need to get "try starting the daemon"
8032         in the test suite I guess. ;-)
8033
8034         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
8035         tracked the number of open connections; it's better done in
8036         application-specific code as you want it to span all servers etc.
8037
8038 2003-04-05  Havoc Pennington  <hp@pobox.com>
8039
8040         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
8041         patch from Colin Walters
8042
8043 2003-04-05  Havoc Pennington  <hp@pobox.com>
8044
8045         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
8046         reality; in fact multiple mechanisms are allowed.
8047
8048         * dbus/dbus-internals.c (_dbus_real_assert)
8049         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
8050         _dbus_assert_not_reached() into functions, so that they don't show
8051         up in basic block counts for test coverage, and don't use up as
8052         much disk space. Does mean slower execution speed though, so
8053         assumes --disable-asserts is the normal production case.
8054
8055 2003-04-05  Havoc Pennington  <hp@pobox.com>
8056
8057         * test/Makefile.am (dist-hook): also dist *.in files
8058
8059         * NEWS: update
8060
8061         * configure.in: 0.7
8062
8063 2003-04-05  Havoc Pennington  <hp@pobox.com>
8064
8065         * dbus/dbus-string.c: docs warning
8066
8067         * dbus/dbus-spawn.c: missing docs
8068
8069         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
8070
8071 2003-04-05  Havoc Pennington  <hp@pobox.com>
8072
8073         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
8074         magic from GLib
8075
8076         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
8077         to -1 once we've reaped the babysitter
8078         (_dbus_babysitter_handle_watch): do as much work as we can, not
8079         just one go of it
8080
8081         * bus/activation.c: add code using DBusBabysitter so that we
8082         handle it when a service fails to start up properly.
8083         (bus_activation_service_created): don't remove the activation
8084         entries as we go, just let them get removed when we free the pending
8085         activation. Unref reply messages after sending them.
8086
8087 2003-04-05  Havoc Pennington  <hp@pobox.com>
8088
8089         * test/decode-gcov.c (main): print per-directory stats in the report
8090
8091         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
8092
8093 2003-04-05  Havoc Pennington  <hp@pobox.com>
8094
8095         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
8096
8097         * test/decode-gcov.c: hack up a little program to suck data
8098         out of gcov files. Yes this is sort of silly.
8099
8100         * configure.in: define something in config.h and do an
8101         AM_CONDITIONAL when gcov is enabled
8102
8103 2003-04-04  Havoc Pennington  <hp@redhat.com>
8104
8105         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
8106         return a "babysitter" object that is used to monitor the status of
8107         the spawned process and reap it when required.
8108
8109         * test/test-segfault.c, test/test-exit.c,
8110         test/test-sleep-forever.c: binaries that do various lame things,
8111         used in the test suite.
8112
8113         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
8114
8115 2003-04-03  Havoc Pennington  <hp@pobox.com>
8116
8117         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
8118         in preparation for modifying it, dbus-sysdeps is getting
8119         a bit unmanageable.
8120
8121 2003-04-03  Havoc Pennington  <hp@redhat.com>
8122
8123         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
8124         have multiple ones
8125
8126         * bus/*.[hc]: adapt to mainloop change
8127
8128 2003-04-03  Havoc Pennington  <hp@redhat.com>
8129
8130         * bus/activation.c (load_directory): fix up memleaks
8131         (bus_activation_entry_free): free the entry
8132
8133         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
8134         we get one from the message bus; fix memleaks.
8135
8136         * dbus/dbus-message.c (dbus_set_error_from_message): new function
8137
8138 2003-04-03  Havoc Pennington  <hp@pobox.com>
8139
8140         * bus/config-parser.c (bus_config_parser_unref): free
8141         list of mechanisms, bug discovered by test suite enhancements
8142         (putting system.conf and session.conf into suite)
8143
8144         * test/Makefile.am, test/test-service.c: add placeholder for a
8145         test service that we'll activate as part of test suite. Doesn't
8146         do anything yet.
8147
8148         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
8149         setting NULL value, and use system malloc not dbus_malloc()
8150         when we have unavoidable memleakage.
8151
8152         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
8153         didn't work, and support DBUS_BUS_ACTIVATION.
8154
8155         * bus/activation.c (child_setup): pass our well-known bus type to
8156         the child
8157
8158         * bus/config-parser.c: support <type> to specify well-known type
8159
8160         * doc/dbus-specification.sgml: document the env variables to
8161         locate well-known buses and find service activator
8162
8163 2003-04-02  Havoc Pennington  <hp@redhat.com>
8164
8165         * test/Makefile.am (all-local): add a rule to copy tests to
8166         builddir, so we can have generated tests. Use this to remove the
8167         silly hack for testing system.conf and session.conf. Will use this
8168         shortly to generate .service files pointing to test binaries.
8169
8170 2003-04-02  Havoc Pennington  <hp@redhat.com>
8171
8172         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
8173         current alloc and needed new length, not max of the doubled
8174         allocation and needed new length. Also, when building tests,
8175         don't do the double-allocation stuff, just realloc every time.
8176
8177 2003-04-02  Havoc Pennington  <hp@redhat.com>
8178
8179         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
8180         in error messages
8181         (_dbus_string_get_dirname): new
8182         (_dbus_sysdeps_test): new
8183         (_dbus_directory_open): include dirnames in error messages
8184
8185         * bus/config-parser.c: interpret <include> and <includedir> and
8186         <servicedir> relative to config file location if the given
8187         filename is not absolute.
8188
8189         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
8190
8191 2003-04-02  Havoc Pennington  <hp@redhat.com>
8192
8193         * bus/connection.c (bus_transaction_send_error_reply): set sender
8194         service for the error, and unref the reply on success
8195
8196         * bus/activation.c: convert to use BusTransaction so OOM can be
8197         handled correctly
8198         (bus_activation_service_created): set sender of the message
8199
8200 2003-04-01  Havoc Pennington  <hp@redhat.com>
8201
8202         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
8203         <includedir> (at least mostly)
8204
8205         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
8206         first, then the user ID
8207
8208 2003-04-01  Havoc Pennington  <hp@pobox.com>
8209
8210         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
8211         function
8212
8213         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
8214
8215         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
8216
8217         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
8218         socket 0777, and unlink any existing socket.
8219
8220         * bus/bus.c (bus_context_new): change our UID/GID and fork if
8221         the configuration file so specifies; set up auth mechanism
8222         restrictions
8223
8224         * bus/config-parser.c (bus_config_parser_content): add support
8225         for <fork> option and fill in code for <auth>
8226
8227         * bus/system.conf.in: add <fork/> to default configuration,
8228         and limit auth mechanisms to EXTERNAL
8229
8230         * doc/config-file.txt (Elements): add <fork>
8231
8232         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
8233         (_dbus_change_identity): new function
8234
8235 2003-03-31  Havoc Pennington  <hp@redhat.com>
8236
8237         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
8238         (_dbus_listen_unix_socket): fix off-by-one error in null
8239         termination spotted by Nalin
8240
8241 2003-03-31  Havoc Pennington  <hp@redhat.com>
8242
8243         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
8244         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
8245         having a real home directory available.
8246
8247 2003-03-31  Havoc Pennington  <hp@redhat.com>
8248
8249         * bus/Makefile.am (install-data-hook): create /var/run/dbus
8250
8251         * bus/messagebus.in: add init script for Red Hat /etc/init.d
8252
8253         * configure.in: add support for specifying a style of init script
8254         to install
8255
8256 2003-03-31  Havoc Pennington  <hp@redhat.com>
8257
8258         Fix some annoying DBusString API and fix all affected code.
8259
8260         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
8261         max_length argument
8262         (_dbus_string_get_data): change to return string instead of using
8263         an out param
8264         (_dbus_string_get_const_data): ditto
8265         (_dbus_string_get_data_len): ditto
8266         (_dbus_string_get_const_data_len): ditto
8267
8268 2003-03-31  Havoc Pennington  <hp@redhat.com>
8269
8270         * bus/main.c (main): fix up the command line arguments to be nicer
8271
8272 2003-03-31  Havoc Pennington  <hp@redhat.com>
8273
8274         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
8275         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
8276         final location that lands in the config file
8277
8278         * bus/config-loader-expat.c (bus_config_load): fix type of
8279         XML_Parser variable
8280
8281         * doc/TODO: remove TODO item for dbus_bus_get()
8282
8283         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
8284
8285 2003-03-31  Havoc Pennington  <hp@pobox.com>
8286
8287         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
8288         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
8289         argument since they are always client side
8290
8291         * dbus/dbus-server.c (dbus_server_get_address): new function
8292
8293         * bus/main.c (main): take the configuration file as an argument.
8294
8295         * test/data/valid-config-files/debug-allow-all.conf: new file to
8296         use with dispatch.c tests for example
8297
8298         * bus/test-main.c (main): require test data dir
8299
8300         * bus/bus.c (bus_context_new): change this to take a
8301         configuration file name as argument
8302
8303         * doc/config-file.txt (Elements): add <servicedir>
8304
8305         * bus/system.conf, bus/session.conf: new files
8306
8307         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
8308         well-known socket if none set
8309
8310         * configure.in: create system.conf and session.conf
8311
8312 2003-03-30  Havoc Pennington  <hp@pobox.com>
8313
8314         * bus/config-parser.c: hacking
8315
8316         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
8317         to shut down, since it could cause weirdness with the DBusList
8318         lock
8319
8320         * dbus/dbus-list.c (_dbus_list_test): add tests for the
8321         link-oriented stack routines
8322         (alloc_link): free the mempool if the first alloc from it fails
8323
8324         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
8325
8326         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
8327         from GLib
8328         (_dbus_string_skip_white): new
8329
8330         * doc/config-file.txt (Elements): add <includedir>
8331
8332 2003-03-28  Havoc Pennington  <hp@pobox.com>
8333
8334         * dbus/dbus-string.c (_dbus_string_copy_data_len)
8335         (_dbus_string_copy_data): new functions
8336
8337 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
8338
8339         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
8340         * dbus/dbus-bus.h:
8341         Add dbus_bus_get.
8342
8343         * dbus/dbus-memory.c:
8344         Fix a doc comment.
8345
8346 2003-03-28  Havoc Pennington  <hp@pobox.com>
8347
8348         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
8349         I think it may have just been superstition. Not sure.
8350
8351         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
8352         failures that were not being handled.
8353
8354         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
8355
8356         * dbus/dbus-memory.c: add ability to set number of mallocs in a
8357         row that will fail on out-of-memory.
8358
8359         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
8360         function for testing out-of-memory handling.
8361
8362         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
8363         allocation functions, they do map exactly to the expat ones.
8364
8365 2003-03-27  Havoc Pennington  <hp@redhat.com>
8366
8367         * bus/config-loader-libxml.c (bus_config_load): add another error
8368         check
8369
8370 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
8371
8372         * doc/TODO:
8373         Add note about automatic service activation.
8374
8375         * doc/dbus-specification.sgml:
8376         Rename the specification and clarify a few things.
8377
8378 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
8379
8380         * Doxyfile.in:
8381         * dbus/dbus-address.c:
8382         * dbus/dbus-dict.c:
8383         * dbus/dbus-marshal.c:
8384         * dbus/dbus-server-debug-pipe.c:
8385         * dbus/dbus-transport-unix.c:
8386         Fix documentation warnings.
8387
8388 2003-03-26  Havoc Pennington  <hp@pobox.com>
8389
8390         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
8391         after every test so it's quick and easy to see which leaked, and
8392         so we test multiple dbus_shutdown() calls
8393
8394         * configure.in: change configure.in XML stuff to also support
8395         expat
8396
8397         * config-loader-libxml.c: some hacking
8398
8399         * config-loader-expat.c: some hacking
8400
8401         * config-parser.c: some hacking, plus tests
8402
8403 2003-03-25  Havoc Pennington  <hp@redhat.com>
8404
8405         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
8406
8407         * configure.in: add --with-xml option to specify XML library,
8408         right now only libxml is supported.
8409
8410         * bus/config-loader-libxml.c, config-parser.c: sync some minor
8411         nonworking code between home and work, still just stubs
8412
8413 2003-03-24  Havoc Pennington  <hp@redhat.com>
8414
8415         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
8416         file
8417
8418         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
8419         NULL argument for "message" if the error is a well-known one,
8420         fill in a generic message in this case.
8421
8422         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
8423         favor of DBusError
8424
8425         * bus/test.c (bus_test_flush_bus): add
8426
8427         * bus/policy.c (bus_policy_test): test code stub
8428
8429 2003-03-24  Havoc Pennington  <hp@pobox.com>
8430
8431         * bus/connection.c (bus_connections_setup_connection): set up
8432         the "can this user connect" function, but it always returns
8433         TRUE until we have a config file parser so we can have a config
8434         file that allows connections.
8435
8436 2003-03-23  Havoc Pennington  <hp@pobox.com>
8437
8438         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
8439         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
8440         the mutex, so we can check for proper memory management
8441         and OOM handling.
8442
8443         * dbus/dbus-dataslot.c: remove the mutex from
8444         DBusDataSlotAllocator and lock it manually when using it,
8445         to simplify fitting it into the global slots framework.
8446
8447         * dbus/dbus-threads.c (init_static_locks): rework how we're
8448         handling global locks so they are easily shut down.
8449
8450         * bus/policy.c (bus_policy_append_rule): fix
8451
8452         * bus/test-main.c (main): check for memleaks
8453
8454         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
8455         test suite check for memleaks
8456
8457         * dbus/dbus-memory.c: add support in test mode for tracking
8458         number of outstanding blocks
8459
8460 2003-03-23  Havoc Pennington  <hp@pobox.com>
8461
8462         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
8463         policies code
8464
8465         * dbus/dbus-hash.h: add ULONG hash keys
8466
8467         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
8468         (_dbus_get_group_id): new function
8469
8470 2003-03-20  Havoc Pennington  <hp@redhat.com>
8471
8472         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
8473         new function
8474         (dbus_connection_get_unix_user): new function
8475
8476 2003-03-20  Havoc Pennington  <hp@pobox.com>
8477
8478         * bus/connection.c (bus_connection_send_oom_error): assert that
8479         message has a sender
8480         (connection_execute_transaction): ditto
8481         (bus_connection_preallocate_oom_error): fix to set the sender, and
8482         set recipient to the destination service, not the bus driver
8483
8484         * bus/policy.c: hacking
8485
8486         * dbus/dbus-message.c (dbus_message_service_is): new function
8487         (dbus_message_sender_is): new
8488
8489 2003-03-19  Havoc Pennington  <hp@redhat.com>
8490
8491         * bus/policy.c: start sketching code for policy restrictions on
8492         what connections can do.
8493
8494 2003-03-18  Havoc Pennington  <hp@redhat.com>
8495
8496         * doc/TODO: some notes on high-level todo items. Little nitpick
8497         stuff is all in @todo, so no need to add it here.
8498
8499         * doc/config-file.txt: some notes on how config file might look
8500
8501 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
8502
8503         * configure.in: 0.6
8504
8505         * NEWS: Update.
8506
8507 2003-03-17  Havoc Pennington  <hp@redhat.com>
8508
8509         * dbus/dbus-internals.h: add gcc attributes so that
8510         our printf-style functions warn on bad arguments to
8511         format
8512
8513         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
8514         format bug
8515
8516         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
8517         printf format bug
8518
8519 2003-03-17  Havoc Pennington  <hp@redhat.com>
8520
8521         * bus/test-main.c (main): make it print something as it runs
8522         so make check doesn't look stuck
8523
8524         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
8525         from CVS, now obsolete
8526
8527 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
8528
8529         * bus/dispatch.c: (bus_dispatch):
8530         Refetch the service name since it may have been reallocated
8531         when dbus_message_set_sender was called.
8532
8533         * dbus/dbus-sysdeps.c: (_dbus_accept):
8534         Add address and address length variables and use them to stop
8535         valgrind from complaining.
8536
8537 2003-03-17  Havoc Pennington  <hp@pobox.com>
8538
8539         All tests pass, no memleaks, no valgrind complaints.
8540
8541         * bus/test.c: refcount handler_slot
8542
8543         * bus/connection.c (bus_connections_new): refcount
8544         connection_data_slot
8545
8546         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
8547         bytes so that auth scripts pass.
8548
8549         * bus/dispatch.c: init message_handler_slot so it gets allocated
8550         properly
8551
8552         * bus/dispatch.c (message_handler_slot_ref): fix memleak
8553
8554         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
8555         dealloc server_pipe_hash when no longer used for benefit of
8556         leak checking
8557
8558         * dbus/dbus-auth.c (process_command): memleak fix
8559
8560         * bus/dispatch.c (check_hello_message): memleak fix
8561
8562 2003-03-16  Havoc Pennington  <hp@pobox.com>
8563
8564         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
8565
8566 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
8567
8568         * bus/activation.c (bus_activation_activate_service): Append
8569         the pending activation entry to the list of pending activations.
8570
8571 2003-03-16  Havoc Pennington  <hp@pobox.com>
8572
8573         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
8574         connections
8575
8576         * dbus/dbus-address.c (create_entry): fix OOM handling when
8577         failing to alloc entry->method
8578
8579 2003-03-16  Havoc Pennington  <hp@pobox.com>
8580
8581         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
8582         the watch
8583
8584         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
8585         add some missing dbus_set_result
8586
8587         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
8588         alloc the DBusMessageHandler
8589
8590         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
8591         the transport here, since we call this from the finalizer; it
8592         resulted in a double-finalize.
8593
8594         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
8595         where we tried to use transport->connection that was NULL,
8596         happened when transport was disconnected early on due to OOM
8597
8598         * bus/*.c: adapt to handle OOM for watches/timeouts
8599
8600         * dbus/dbus-transport-unix.c: port to handle OOM during
8601         watch handling
8602
8603         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
8604         reference to unused bytes instead of a copy
8605
8606         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
8607         out of memory
8608
8609         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
8610         FALSE on OOM
8611
8612         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
8613         of memory
8614
8615 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
8616
8617         * doc/dbus-specification.sgml:
8618         Document reply message for ActivateService.
8619
8620 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
8621
8622         * bus/activation.c: (bus_pending_activation_entry_free),
8623         (bus_pending_activation_free), (bus_activation_new),
8624         (bus_activation_unref), (bus_activation_service_created),
8625         (bus_activation_activate_service):
8626         * bus/activation.h:
8627         * bus/bus.c: (bus_context_new):
8628         * bus/desktop-file.c: (new_section):
8629         * bus/driver.c: (bus_driver_send_service_deleted),
8630         (bus_driver_handle_activate_service):
8631         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
8632         * bus/services.h:
8633         * dbus/dbus-connection.c:
8634         (dbus_connection_send_with_reply_and_block):
8635         * dbus/dbus-message.c: (dbus_message_append_args_valist):
8636         * dbus/dbus-protocol.h:
8637         Make activation work better. Now pending activations will be queued
8638         and the daemon won't try to activate services that are already registered.
8639
8640 2003-03-16  Havoc Pennington  <hp@pobox.com>
8641
8642         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
8643         connection data
8644
8645         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
8646         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
8647
8648 2003-03-16  Havoc Pennington  <hp@pobox.com>
8649
8650         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
8651         this. always run the test suite before commit...
8652
8653         * bus/*: adapt to DBusConnection API changes
8654
8655         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
8656         requires renaming stuff to avoid dbus_connection_dispatch name
8657         conflict.
8658
8659         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
8660         function
8661
8662         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
8663         separate from _dbus_message_loader_return_buffer()
8664
8665         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
8666         this, because it's now always broken to use; the number of
8667         messages in queue vs. the number still buffered by the message
8668         loader is undefined/meaningless. Should use
8669         dbus_connection_get_dispatch_state().
8670         (dbus_connection_dispatch): rename from
8671         dbus_connection_dispatch_message
8672
8673 2003-03-16  Havoc Pennington  <hp@pobox.com>
8674
8675         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
8676         implementation
8677
8678 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
8679
8680         * dbus/dbus-connection.c:
8681         (dbus_connection_send_with_reply_and_block):
8682         Decrease connection->n_incoming when removing an entry
8683         from the list.
8684         * dbus/dbus-dict.c: (dbus_dict_entry_free),
8685         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
8686         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
8687         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
8688         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
8689         (dbus_dict_get_byte_array):
8690         Handle NULL arrays and strings. Also add support for byte arrays.
8691
8692         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
8693         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
8694         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
8695         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
8696         (_dbus_demarshal_dict), (demarshal_and_validate_len),
8697         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
8698         * dbus/dbus-marshal.h:
8699         Add support for marshalling and demarshalling empty arrays and strings.
8700
8701         * dbus/dbus-message.c: (dbus_message_append_args_valist),
8702         (dbus_message_append_string_array),
8703         (dbus_message_iter_get_boolean),
8704         (dbus_message_iter_get_boolean_array),
8705         (dbus_message_iter_get_int32_array),
8706         (dbus_message_iter_get_uint32_array),
8707         (dbus_message_iter_get_double_array),
8708         (dbus_message_iter_get_byte_array),
8709         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
8710         (check_message_handling):
8711         Add support for getting empty arrays and dicts.
8712
8713         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
8714         Don't do any validation at all for now, that's better than just checking
8715         for ASCII.
8716
8717         * test/data/valid-messages/emptiness.message:
8718         New test message with lots of empty arrays.
8719
8720 2003-03-16  Havoc Pennington  <hp@pobox.com>
8721
8722         * dbus/dbus-connection.c
8723         (_dbus_connection_queue_received_message_link): new function that
8724         can't fail due to OOM
8725
8726         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
8727         new function pops a message together with a list link
8728         containing it.
8729
8730         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
8731         message queuing functions to avoid needing to alloc memory
8732
8733 2003-03-16  Havoc Pennington  <hp@pobox.com>
8734
8735         Oops - test code was only testing failure of around 30 of the
8736         mallocs in the test path, but it turns out there are 500+
8737         mallocs. I believe this was due to misguided linking setup such
8738         that there was one copy of dbus_malloc etc. in the daemon and one
8739         in the shared lib, and only daemon mallocs were tested. In any
8740         case, the test case now tests all 500+ mallocs, and doesn't pass
8741         yet, though there are lots of fixes in this patch.
8742
8743         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
8744         this so that it doesn't need to allocate memory, since it
8745         has no way of indicating failure due to OOM (and would be
8746         annoying if it did).
8747
8748         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
8749
8750         * bus/Makefile.am: rearrange to create two self-contained
8751         libraries, to avoid having libraries with overlapping symbols.
8752         that was resulting in weirdness, e.g. I'm pretty sure there
8753         were two copies of global static variables.
8754
8755         * dbus/dbus-internals.c: move the malloc debug stuff to
8756         dbus-memory.c
8757
8758         * dbus/dbus-list.c (free_link): free list mempool if it becomes
8759         empty.
8760
8761         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
8762
8763         * dbus/dbus-address.c (dbus_parse_address): free list nodes
8764         on failure.
8765
8766         * bus/dispatch.c (bus_dispatch_add_connection): free
8767         message_handler_slot when no longer using it, so
8768         memory leak checkers are happy for the test suite.
8769
8770         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
8771
8772         * bus/bus.c (new_connection_callback): disconnect in here if
8773         bus_connections_setup_connection fails.
8774
8775         * bus/connection.c (bus_connections_unref): fix to free the
8776         connections
8777         (bus_connections_setup_connection): if this fails, don't
8778         disconnect the connection, just be sure there are no side
8779         effects.
8780
8781         * dbus/dbus-string.c (undo_alignment): unbreak this
8782
8783         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
8784         leaking
8785         (_dbus_auth_new): fix the order in which we free strings
8786         on OOM failure
8787
8788         * bus/connection.c (bus_connection_disconnected): fix to
8789         not send ServiceDeleted multiple times in case of memory
8790         allocation failure
8791
8792         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
8793         get the base service name
8794         (dbus_bus_register_client): don't return base service name,
8795         instead store it on the DBusConnection and have an accessor
8796         function for it.
8797         (dbus_bus_register_client): rename dbus_bus_register()
8798
8799         * bus/dispatch.c (check_hello_message): verify that other
8800         connections on the bus also got the correct results, not
8801         just the one sending hello
8802
8803 2003-03-15  Havoc Pennington  <hp@pobox.com>
8804
8805         Make it pass the Hello handling test including all OOM codepaths.
8806         Now to do other messages...
8807
8808         * bus/services.c (bus_service_remove_owner): fix crash when
8809         removing owner from an empty list of owners
8810         (bus_registry_ensure): don't leave service in the list of
8811         a connection's owned services if we fail to put the service
8812         in the hash table.
8813
8814         * bus/connection.c (bus_connection_preallocate_oom_error): set
8815         error flag on the OOM error.
8816
8817         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
8818         handle _dbus_transport_set_connection failure
8819
8820         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
8821         to create watches up front and simply enable/disable them as
8822         needed.
8823         (unix_connection_set): this can now fail on OOM
8824
8825         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
8826         of enabling/disabling a watch or timeout.
8827
8828         * bus/loop.c (bus_loop_iterate): don't touch disabled
8829         watches/timeouts
8830
8831         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
8832
8833 2003-03-15  Havoc Pennington  <hp@pobox.com>
8834
8835         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
8836         write useful test code, after all that futzing around ;-)
8837
8838         Test does not yet pass because we can't handle OOM in
8839         _dbus_transport_messages_pending (basically,
8840         dbus_connection_preallocate_send() does not prealloc the write
8841         watch). To fix this, I think we need to add new stuff to
8842         set_watch_functions, namely a SetEnabled function so we can alloc
8843         the watch earlier, then enable it later.
8844
8845         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
8846         dbus-memory.c to the convenience lib
8847
8848         * bus/test.c: rename some static functions to keep them clearly
8849         distinct from stuff in connection.c. Handle client disconnection.
8850
8851 2003-03-14  Havoc Pennington  <hp@pobox.com>
8852
8853         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
8854         transport, tests more of the real codepath. Set up clients
8855         with bus_setup_debug_client.
8856
8857         * bus/test.c (bus_setup_debug_client): function to set up debug
8858         "clients" on the main loop
8859
8860         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
8861         support
8862
8863         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
8864         server type
8865
8866         * dbus/dbus-server-debug.c: support a debug server based on pipes
8867
8868         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
8869         (_dbus_close): new function
8870
8871         * configure.in: check for socketpair
8872
8873 2003-03-14  Havoc Pennington  <hp@redhat.com>
8874
8875         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
8876         cheesy hack
8877
8878         * dbus/dbus-transport-debug.c: rework this a good bit to be
8879         less complicated. hopefully still works.
8880
8881         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
8882         manually
8883
8884         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
8885         after running it
8886
8887         * dbus/dbus-message.c (dbus_message_copy): rename from
8888         dbus_message_new_from_message, fix it up to copy
8889         all the message fields, add test case
8890
8891         * bus/dispatch.c (bus_dispatch_test): add some more test code,
8892         not quite passing yet
8893
8894 2003-03-14  Havoc Pennington  <hp@pobox.com>
8895
8896         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
8897         until no work remains" in test code. (the large diff here
8898         is just code movement, no actual changes)
8899
8900         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
8901         1, no point waiting around for test code.
8902         (_dbus_server_debug_accept_transport): unref the timeout
8903         after adding it (right?)
8904
8905         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
8906
8907 2003-03-13  Havoc Pennington  <hp@redhat.com>
8908
8909         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
8910         out of memory
8911
8912         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
8913         of memory
8914
8915         * dbus/dbus-connection.h: Make AddWatchFunction and
8916         AddTimeoutFunction return a bool so they can fail on out-of-memory
8917
8918         * bus/bus.c (bus_context_new): set up timeout handlers
8919
8920         * bus/connection.c (bus_connections_setup_connection): set up
8921         timeout handlers
8922
8923         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
8924         can fail
8925
8926         * bus/bus.c (bus_context_new): adapt to changes
8927
8928         * bus/connection.c: adapt to changes
8929
8930         * test/watch.c: adapt to DBusWatch changes
8931
8932         * bus/dispatch.c (bus_dispatch_test): started adding this but
8933         didn't finish
8934
8935 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
8936
8937         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
8938
8939 2003-03-13  Havoc Pennington  <hp@pobox.com>
8940
8941         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
8942         set up a test framework as for the library
8943
8944 2003-03-12  Havoc Pennington  <hp@pobox.com>
8945
8946         Throughout: purge global variables, introduce BusActivation,
8947         BusConnections, BusRegistry, etc. objects instead.
8948
8949         * bus/bus.h, bus/bus.c: introduce BusContext as a global
8950         message bus object
8951
8952         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
8953         going to redo this a bit differently I think
8954
8955 2003-03-12  Havoc Pennington  <hp@redhat.com>
8956
8957         Mega-patch that gets the message bus daemon initially handling
8958         out-of-memory. Work still needed. Also lots of random
8959         moving stuff to DBusError instead of ResultCode.
8960
8961         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
8962
8963         * dbus/dbus-connection.c
8964         (dbus_connection_send_with_reply_and_block): use DBusError
8965
8966         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
8967         DBusResultCode
8968
8969         * dbus/dbus-connection.c (dbus_connection_send): drop the result
8970         code here, as the only failure possible is OOM.
8971
8972         * bus/connection.c (bus_connection_disconnect):
8973         rename bus_connection_disconnected as it's a notification only
8974
8975         * bus/driver.c (bus_driver_handle_acquire_service): don't free
8976         "name" on get_args failure, should be done by get_args;
8977         don't disconnect client for bad args, just return an error.
8978         (bus_driver_handle_service_exists): ditto
8979
8980         * bus/services.c (bus_services_list): NULL-terminate returned array
8981
8982         * bus/driver.c (bus_driver_send_service_lost)
8983         (bus_driver_send_service_acquired): send messages from driver to a
8984         specific client to the client's unique name, not to the broadcast
8985         service.
8986
8987         * dbus/dbus-message.c (decode_header_data): reject messages that
8988         contain no name field
8989         (_dbus_message_get_client_serial): rename to
8990         dbus_message_get_serial and make public
8991         (_dbus_message_set_serial): rename from set_client_serial
8992         (_dbus_message_set_reply_serial): make public
8993         (_dbus_message_get_reply_serial): make public
8994
8995         * bus/connection.c (bus_connection_foreach): allow stopping
8996         iteration by returning FALSE from foreach function.
8997
8998         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
8999         (dbus_connection_free_preallocated_send)
9000         (dbus_connection_preallocate_send): new API for sending a message
9001         without possibility of malloc failure.
9002         (dbus_connection_send_message): rename to just
9003         dbus_connection_send (and same for whole function family)
9004
9005         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
9006
9007         * dbus/dbus-sysdeps.c (_dbus_exit): new function
9008
9009         * bus/activation.c: handle/return errors
9010
9011         * dbus/dbus-errors.h: add more DBUS_ERROR #define
9012
9013         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
9014         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
9015         (_dbus_result_from_errno): move to this file
9016
9017 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
9018
9019         * dbus/dbus-marshal.c:
9020         (_dbus_marshal_set_string):
9021         Take a length argument so we can marshal the correct string
9022         length.
9023
9024         (_dbus_marshal_dict), (_dbus_demarshal_dict),
9025         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
9026         (_dbus_marshal_test):
9027         * dbus/dbus-marshal.h:
9028         Add support for marshalling and demarshalling dicts.
9029
9030         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
9031         Add support for TYPE DICT.
9032
9033         * dbus/dbus-message.c: (set_string_field):
9034         Adjust header padding.
9035
9036         (dbus_message_append_args_valist), (dbus_message_append_dict),
9037         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
9038         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
9039         (check_message_handling), (check_have_valid_message):
9040         * dbus/dbus-message.h:
9041         Add functions for setting and getting dicts.
9042
9043         * dbus/dbus-protocol.h:
9044         Add DBUS_TYPE_DICT.
9045
9046         * dbus/dbus.h:
9047         Add dbus-dict.h
9048
9049         * doc/dbus-specification.sgml:
9050         Add information about how dicts are marshalled.
9051
9052         * test/data/invalid-messages/dict-with-nil-value.message:
9053         * test/data/invalid-messages/too-short-dict.message:
9054         * test/data/valid-messages/dict-simple.message:
9055         * test/data/valid-messages/dict.message:
9056         Add sample messages containing dicts.
9057
9058 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
9059
9060         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
9061
9062 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
9063
9064         * dbus/Makefile.am:
9065         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
9066         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
9067         (dbus_dict_set_int32), (dbus_dict_set_uint32),
9068         (dbus_dict_set_double), (dbus_dict_set_string),
9069         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
9070         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
9071         (dbus_dict_set_string_array), (_dbus_dict_test):
9072         * dbus/dbus-dict.h:
9073         Fix according to comments from Havoc.
9074
9075 2003-03-06  Michael Meeks  <michael@server.home>
9076
9077         * configure.in: if we don't have kde-config, disable have_qt.
9078
9079 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
9080
9081         * dbus/Makefile.am:
9082         Add dbus-dict.[ch]
9083
9084         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
9085         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
9086         (dbus_dict_remove), (dbus_dict_get_value_type),
9087         (dbus_dict_get_keys), (dbus_dict_put_boolean),
9088         (dbus_dict_put_int32), (dbus_dict_put_uint32),
9089         (dbus_dict_put_double), (dbus_dict_put_string),
9090         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
9091         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
9092         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
9093         (dbus_dict_get_int32), (dbus_dict_get_uint32),
9094         (dbus_dict_get_double), (dbus_dict_get_string),
9095         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
9096         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
9097         (dbus_dict_get_string_array), (_dbus_dict_test):
9098         * dbus/dbus-dict.h:
9099         Add DBusDict implementation
9100
9101         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
9102         * dbus/dbus-test.h:
9103         Add _dbus_dict_test
9104
9105 2003-03-04  Havoc Pennington  <hp@pobox.com>
9106
9107         * test/data/auth/*: adapt to changes
9108
9109         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
9110         USERID_BASE64 and change USERNAME_BASE64 to put in username not
9111         userid
9112
9113         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
9114         more stuff from being in a context name, to make the protocol
9115         simpler to deal with
9116
9117         * dbus/dbus-errors.c (dbus_error_has_name): new function
9118         (dbus_error_is_set): new function
9119
9120         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
9121         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
9122
9123         * dbus/dbus-connection.c (dbus_connection_flush): also read
9124         messages during a flush operation
9125
9126         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
9127
9128 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
9129
9130         * configure.in: Check for gethostbyname on Solaris.
9131
9132         * dbus/dbus-transport.c: (_dbus_transport_open):
9133         Remove duplicate "tcp" entry.
9134
9135         * doc/dbus-specification.sgml:
9136         Clarify some things.
9137
9138 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
9139
9140         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
9141         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
9142         (_dbus_keyring_test):
9143         * dbus/dbus-md5.c: (_dbus_md5_compute):
9144         * dbus/dbus-sha.c: (_dbus_sha_compute):
9145         Plug memory leaks.
9146
9147 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
9148
9149         * README: Add some things.
9150
9151 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
9152
9153         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
9154         after case DBUS_TYPE_BOOELAN.
9155
9156 2003-03-02  Havoc Pennington  <hp@pobox.com>
9157
9158         * test/break-loader.c (randomly_set_extreme_ints): add test that
9159         sets really huge and small integers
9160
9161         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
9162         that length of boolean array fits in the string, and that
9163         string has room for boolean value in single-bool case.
9164
9165         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
9166         optional value to "ALIGN" command which is what to fill the
9167         alignment with.
9168
9169         * test/data/valid-messages/no-padding.message: add regression
9170         test for the message padding problem
9171
9172 2003-03-02  Havoc Pennington  <hp@pobox.com>
9173
9174         * dbus/dbus-message.c (decode_header_data): fix to always init
9175         message_padding, from Benjamin Dauvergne
9176
9177 2003-03-02  Havoc Pennington  <hp@pobox.com>
9178
9179         * configure.in: 0.5
9180
9181         * NEWS: Update.
9182
9183 2003-03-01  Joe Shaw  <joe@assbarn.com>
9184
9185         * configure.in: Check for "struct cmsgcred" and try to access its
9186         members for BSD-like unices.
9187
9188         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
9189         _dbus_read_credentials_unix_socket().
9190         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
9191         read() for reading the credential byte off the unix socket.  Use
9192         struct cmsgcred on systems that support it.
9193
9194 2003-02-27  Alexander Larsson  <alexl@redhat.com>
9195
9196         * glib/Makefile.am:
9197         * configure.in:
9198         Make gthreads-2.0 dependency optional. Don't build thread test if
9199         its not found.
9200
9201 2003-02-27  Havoc Pennington  <hp@pobox.com>
9202
9203         * dbus/dbus-connection.c
9204         (dbus_connection_send_message_with_reply_and_block): fix doh!
9205         doh! doh! bug that resulted in never removing a reply from the
9206         queue, no wonder we called get_reply_serial so much ;-)
9207
9208         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
9209         and client serial instead of demarshaling them every time
9210
9211 2003-02-27  Havoc Pennington  <hp@pobox.com>
9212
9213         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
9214         more inlined, using dbus-string-private.h, speeds things up
9215         substantially
9216
9217         * dbus/dbus-string.c (_dbus_string_free): apply align offset
9218         when freeing the string
9219         (_dbus_string_steal_data): fix for align offset
9220         (undo_alignment): new function
9221
9222 2003-02-26  Havoc Pennington  <hp@redhat.com>
9223
9224         All kinds of audit fixes from Owen, plus initial attempt to
9225         handle unaligned memory returned from malloc.
9226
9227         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
9228         leave room for align_offset and nul byte
9229         (fixup_alignment): function to track an align_offset and
9230         ensure real->str is aligned
9231         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
9232         to allow a nul byte plus align offset
9233         (_dbus_string_lock): fix overflow issue
9234         (_dbus_string_init_const_len): add assertions on sanity of len,
9235         assign allocated to be ALLOCATION_PADDING larger than len
9236         (set_length): fixup the overflow handling
9237         (_dbus_string_get_data_len): fix overflow in assertion
9238         (open_gap): detect overflow in size of gap to be opened
9239         (_dbus_string_lengthen): add overflow check
9240         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
9241         (_dbus_string_append): add overflow check
9242         (_dbus_string_append_unichar): overflow
9243         (_dbus_string_delete): fix overflow in assertion
9244         (_dbus_string_copy_len): overflow in assertion
9245         (_dbus_string_replace_len): overflows in assertions
9246         (_dbus_string_find): change to implement in terms of
9247         _dbus_string_find_to
9248         (_dbus_string_find_to): assorted fixage
9249         (_dbus_string_equal_c_str): assert c_str != NULL,
9250         fix logic so the function works
9251         (_dbus_string_ends_with_c_str): fix overflow thingy
9252         (_dbus_string_base64_encode): overflow fix
9253         (_dbus_string_validate_ascii): overflow
9254         (_dbus_string_validate_nul): overflow
9255
9256 2003-02-26  Havoc Pennington  <hp@redhat.com>
9257
9258         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
9259
9260 2003-02-26  Alexander Larsson  <alexl@redhat.com>
9261
9262         * configure.in:
9263         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
9264
9265         * dbus/dbus-connection.c:
9266         * dbus/dbus-connection.h:
9267         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
9268         Add dbus_connection_set_wakeup_main_function and use it when queueing
9269         incoming and outgoing messages.
9270
9271
9272         * dbus/dbus-dataslot.c:
9273         Threadsafe usage of DBusDataSlotAllocator
9274
9275         * dbus/dbus-message.c: (dbus_message_get_args_iter):
9276         dbus_new can fail.
9277
9278         * dbus/dbus-server-unix.c:
9279         Add todo comment
9280
9281         * glib/dbus-gmain.c:
9282         Implement the new wakeup functions for glib.
9283
9284         * glib/Makefile.am:
9285         * glib/test-thread-client.c:
9286         * glib/test-thread-server.c:
9287         * glib/test-thread.h:
9288         Initial cut at some thread test code. Not really done yet.
9289
9290 2003-02-26  Havoc Pennington  <hp@pobox.com>
9291
9292         * dbus/dbus-connection.c
9293         (dbus_connection_send_message_with_reply_and_block): fix crash
9294         where we ref'd the outgoing message instead of the returned reply
9295
9296         * dbus/dbus-transport-unix.c (do_authentication): check read watch
9297         at the end of this function, so if we didn't need to read for
9298         authentication, we reinstall it for receiving messages
9299
9300         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
9301         a NULL sender for peer-to-peer case
9302
9303         * dbus/dbus-transport-unix.c (check_read_watch): handle
9304         !authenticated case correctly
9305
9306         * glib/dbus-gmain.c: add support for DBusServer
9307
9308         * dbus/dbus-server.c: add data slot support
9309
9310         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
9311         return values and handle errors
9312
9313         * dbus/dbus-dataslot.c: factor out the data slot stuff from
9314         DBusConnection
9315
9316         * Doxyfile.in (INPUT): add glib subdir
9317
9318         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
9319         setup_with_g_main instead of hookup_with_g_main; write docs
9320
9321 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
9322
9323         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
9324         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
9325         * dbus/dbus-message.c: (dbus_message_append_boolean),
9326         (dbus_message_append_boolean_array),
9327         (dbus_message_get_args_valist), (_dbus_message_test):
9328         * dbus/dbus-message.h:
9329         * doc/dbus-specification.sgml:
9330         Various fixes as pointed out by Havoc.
9331
9332         * test/data/invalid-messages/bad-boolean-array.message:
9333         * test/data/invalid-messages/bad-boolean.message:
9334         Add invalid boolean value test cases.
9335
9336 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
9337
9338         * dbus/dbus-internals.c: (_dbus_type_to_string):
9339         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
9340         (_dbus_marshal_validate_arg):
9341         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
9342         * dbus/dbus-message.c: (dbus_message_append_args_valist),
9343         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
9344         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
9345         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
9346         (dbus_message_iter_get_double),
9347         (dbus_message_iter_get_boolean_array), (message_iter_test):
9348         * dbus/dbus-message.h:
9349         * dbus/dbus-protocol.h:
9350         * doc/dbus-specification.sgml:
9351         * test/data/valid-messages/lots-of-arguments.message:
9352         Add support for boolean and boolean array types.
9353
9354 2003-02-23  Havoc Pennington  <hp@pobox.com>
9355
9356         * dbus/dbus-keyring.c: finish most of this implementation and
9357         simple unit test
9358
9359         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
9360         these barf if the error isn't cleared to NULL
9361
9362         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
9363         (_dbus_create_directory): new function
9364
9365         * dbus/dbus-errors.c (dbus_set_error): fix warning
9366
9367         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
9368         (_dbus_string_hex_decode): new function
9369         (test_hex_roundtrip): test code
9370
9371         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
9372
9373         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
9374
9375         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
9376         the save-to-temp/rename trick to atomically write the new file
9377         (_dbus_string_parse_uint): new function
9378
9379 2003-02-22  Havoc Pennington  <hp@pobox.com>
9380
9381         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
9382
9383 2003-02-22  Havoc Pennington  <hp@pobox.com>
9384
9385         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
9386         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
9387
9388         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
9389
9390         * dbus/test/data/sha-1: add US government test suite for SHA-1
9391
9392 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
9393
9394         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
9395         Make string arrays NULL-terminated.
9396
9397         * dbus/dbus-memory.c: (dbus_free_string_array):
9398         * dbus/dbus-memory.h:
9399         New function for freeing NULL-terminated string arrays.
9400
9401         * dbus/dbus-message-builder.c: (append_quoted_string),
9402         (_dbus_message_data_load):
9403         Add support for array types.
9404
9405         * dbus/dbus-message.c: (check_message_handling):
9406         Add more types as test cases.
9407
9408         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
9409         (_dbus_string_parse_double):
9410         Add the start offset to the end offset.
9411
9412         * test/data/valid-messages/lots-of-arguments.message:
9413         New test message with lots of arguments.
9414
9415 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
9416
9417         * dbus/dbus-message.c: (dbus_message_append_nil),
9418         (dbus_message_append_int32), (dbus_message_append_uint32),
9419         (dbus_message_append_double), (dbus_message_append_string),
9420         (dbus_message_append_int32_array),
9421         (dbus_message_append_uint32_array),
9422         (dbus_message_append_double_array),
9423         (dbus_message_append_byte_array),
9424         (dbus_message_append_string_array):
9425         Fix all out-of-memory handling in these functions.
9426
9427 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
9428
9429         * dbus/dbus-message.c: (dbus_message_append_nil):
9430         Fix a silly.
9431
9432 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
9433
9434         * dbus/dbus-message.c: (dbus_message_append_args_valist),
9435         (dbus_message_append_nil), (dbus_message_append_int32_array),
9436         (dbus_message_append_uint32_array),
9437         (dbus_message_append_double_array),
9438         (dbus_message_append_byte_array),
9439         (dbus_message_append_string_array), (dbus_message_get_args_valist),
9440         (dbus_message_iter_get_int32_array),
9441         (dbus_message_iter_get_uint32_array),
9442         (dbus_message_iter_get_double_array),
9443         (dbus_message_iter_get_byte_array),
9444         (dbus_message_iter_get_string_array):
9445
9446         * dbus/dbus-message.h:
9447         Add functions for appending and getting arrays.
9448
9449 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
9450
9451         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
9452         element size at least 8 bytes, fixes mempool tests on
9453         64-bit machines.
9454
9455 2003-02-20  Alexander Larsson  <alexl@redhat.com>
9456
9457         * dbus/dbus-transport-unix.c (unix_do_iteration):
9458         Unlock the connection mutex during a blocking select call.
9459         Add todo about how we need a way to wake up the select.
9460
9461         * dbus/dbus-connection-internal.h:
9462         * dbus/dbus-connection.c:
9463         Add _dbus_connection_lock and _dbus_connection_unlock.
9464
9465 2003-02-19  Havoc Pennington  <hp@pobox.com>
9466
9467         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
9468         Doxyfile.in, not Doxyfile
9469
9470         * dbus/dbus-keyring.c: do some hacking on this
9471
9472         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
9473
9474         * dbus/dbus-errors.c (dbus_set_error_const): do not call
9475         dbus_error_init
9476         (dbus_set_error): remove dbus_error_init, check for message ==
9477         NULL *before* we sprintf into it, and add @todo about including
9478         system headers in this file
9479
9480         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
9481
9482         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
9483
9484         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
9485         get various bits of user information based on either username
9486         or user ID
9487         (_dbus_homedir_from_username): new function
9488
9489 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
9490
9491         * configure.in:
9492         Add check for nonposix getpwnam_r
9493
9494         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
9495         Align the pool element size to a sizeof (void *) boundary.
9496
9497         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
9498         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
9499         General Solaris fixes.
9500
9501         * test/data/valid-messages/simplest-manual.message:
9502         Explicitly state that we want little-endian packing.
9503
9504 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
9505
9506         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
9507
9508         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
9509         Added to create a transport connecting using a tcp/ip socket.
9510
9511         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
9512         to a tcp socket at given host and port.
9513         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
9514         hostname and port.
9515
9516         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
9517
9518         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
9519         Added to create a server listening on a TCP/IP socket.
9520
9521 2003-02-19  Havoc Pennington  <hp@pobox.com>
9522
9523         Throughout: mop up all the Doxygen warnings and undocumented
9524         stuff.
9525
9526         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
9527         to search any paths.
9528
9529         * dbus/dbus-threads.c: move global mutex initializers to
9530         dbus-internals.h, multiple prototypes was confusing doxygen
9531         besides being kind of ugly
9532
9533         * Doxyfile (PREDEFINED): have Doxygen define
9534         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
9535         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
9536         (do not abuse the feature! it's for stuff like the autogenerated
9537         macros in dbus-md5.c, not just for things you don't feel like
9538         documenting...)
9539
9540 2003-02-18  Havoc Pennington  <hp@pobox.com>
9541
9542         * dbus/dbus-string.c (_dbus_string_zero): new function
9543
9544         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
9545         wrap it in some dbus-friendly API
9546
9547         * dbus/dbus-types.h: add 16-bit types
9548
9549 2003-02-18  Joe Shaw  <joe@assbarn.com>
9550
9551         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
9552         credentials from our currently running process.
9553         (get_word): Fix a buglet where we were copying the entire length
9554         instead of relative to our position.
9555
9556         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
9557         keys on the stack... it's 640k of data.
9558
9559         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
9560         read the credentials byte off the socket, even if we don't have
9561         SO_PEERCRED.
9562         (_dbus_poll): Implement poll() using select() for systems which
9563         don't have it.
9564
9565         * glib/test-dbus-glib.c (main): Print out an error if no
9566         parameters are given.
9567
9568         * test/data/auth/fallback.auth-script: Added.  Tests that a client
9569         can fallback to a secondary auth mechanism if the first fails.
9570
9571 2003-02-18  Havoc Pennington  <hp@pobox.com>
9572
9573         * AUTHORS: add Alex
9574
9575 2003-02-17  Havoc Pennington  <hp@pobox.com>
9576
9577         * doc/dbus-specification.sgml: lots of cosmetic
9578         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
9579         env variable to DBUS_BUS_ADDRESS, s/client/application/,
9580         s/server/bus/ (except in authentication section). Add a section
9581         "Message Bus Message Routing"
9582
9583 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
9584
9585         Release 0.4
9586
9587         * NEWS: Update
9588
9589 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
9590
9591         * doc/dbus-specification.sgml:
9592         Specification updates.
9593
9594 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
9595
9596         * bus/activation.c: (bus_activation_init), (child_setup),
9597         (bus_activation_activate_service):
9598         * bus/activation.h:
9599         * bus/main.c: (main):
9600         Set DBUS_ADDRESS environment variable.
9601
9602         * dbus/dbus-errors.c: (dbus_set_error):
9603         Don't use va_copy since that's a C99 feature.
9604
9605         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
9606         (_dbus_spawn_async):
9607         * dbus/dbus-sysdeps.h:
9608         Add child_setup_func to _dbus_spawn_async.
9609
9610         * doc/dbus-specification.sgml:
9611         Update specification.
9612
9613         * test/spawn-test.c: (setup_func), (main):
9614         Fix test.
9615
9616 2003-02-17  Alexander Larsson  <alexl@redhat.com>
9617
9618         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
9619         Added todo.
9620
9621 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
9622
9623         * doc/.cvsignore:
9624         * doc/Makefile.am:
9625         * doc/dbus-test-plan.sgml:
9626         Add test plan document.
9627
9628         * test/Makefile.am:
9629         Fix distcheck.
9630
9631 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
9632
9633         * dbus/dbus-message.c: (decode_header_data),
9634         (_dbus_message_loader_return_buffer):
9635         Set the header padding amount when loading a message.
9636
9637 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
9638
9639         * bus/dispatch.c: (send_one_message):
9640         Only send broadcast messages to registered connections.
9641
9642         * dbus/dbus-message.c: (dbus_message_name_is):
9643         * dbus/dbus-message.h:
9644         New convenience function.
9645
9646         * dbus/dbus-transport-debug.c: (do_reading):
9647         Only dispatch one message per run.
9648
9649         * test/Makefile.am:
9650         * test/bus-test.c: (new_connection_callback), (die),
9651         (test_hello_client1_handler), (test_hello_client2_handler),
9652         (test_hello_replies), (main):
9653
9654         * test/bus-test-loop.[ch]:
9655         Add these.
9656
9657 2003-02-16  Havoc Pennington  <hp@pobox.com>
9658
9659         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
9660         backward conditional
9661
9662 2003-02-16  Alexander Larsson  <alexl@redhat.com>
9663
9664         * dbus/dbus-connection.c:
9665         Implement sent_message_with_reply. (with_reply_and block is still
9666         busted).
9667         Made dispatch_message not lose message if OOM.
9668
9669         * dbus/dbus-errors.h:
9670         Add NoReply error (for reply timeouts).
9671
9672 2003-02-16  Alexander Larsson  <alexl@redhat.com>
9673
9674         * dbus/dbus-hash.c (_dbus_hash_table_unref):
9675         Actually free keys and values when destroying hashtable.
9676
9677 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
9678
9679         * dbus/dbus-auth.c: (client_try_next_mechanism):
9680         Plug a leak.
9681
9682         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
9683         Return TRUE if there's no thread implementation around.
9684
9685         * glib/dbus-gmain.c: (free_source),
9686         (dbus_connection_hookup_with_g_main):
9687         Make sure to remove the GSource when the connection is finalized.
9688
9689 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
9690
9691         * bus/dispatch.c: (bus_dispatch_message_handler):
9692         * dbus/dbus-errors.h:
9693         Return an error if someone tries to send a message to a service
9694         that doesn't exist.
9695
9696 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
9697
9698         * bus/activation.c: (load_directory), (bus_activation_init),
9699         (bus_activation_activate_service):
9700         * bus/activation.h:
9701         * bus/driver.c:
9702         (bus_driver_handle_activate_service), (bus_driver_handle_message):
9703         More work on the activation handling.
9704
9705         * dbus/dbus-errors.h:
9706         Add some error messages
9707
9708         * dbus/dbus-message.c: (dbus_message_new_error_reply):
9709         * dbus/dbus-message.h:
9710         New function that creates an error message.
9711
9712         * dbus/dbus-protocol.h:
9713         Add ACTIVATE_SERVER message.
9714
9715         * dbus/dbus-server-unix.c: (unix_handle_watch),
9716         (_dbus_server_new_for_domain_socket):
9717         Call _dbus_fd_set_close_on_exec.
9718
9719         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
9720         (_dbus_spawn_async), (_dbus_disable_sigpipe),
9721         (_dbus_fd_set_close_on_exec):
9722         * dbus/dbus-sysdeps.h:
9723         Add _dbus_fd_set_close_on exec function. Also add function that checks
9724         that all open fds are set to close-on-exec and warns otherwise.
9725
9726         * dbus/dbus-transport-unix.c:
9727         (_dbus_transport_new_for_domain_socket):
9728         Call _dbus_fd_set_close_on_exec.
9729
9730 2003-02-16  Havoc Pennington  <hp@pobox.com>
9731
9732         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
9733         allow people to avoid setting SIGPIPE to SIG_IGN
9734         (_dbus_connection_new_for_transport): disable SIGPIPE unless
9735         we've been asked not to
9736
9737 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
9738
9739         * dbus/dbus-list.c: (_dbus_list_append_link),
9740         (_dbus_list_prepend_link):
9741         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
9742         (dbus_realloc):
9743         Warning fixes.
9744
9745 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
9746
9747         * bus/Makefile.am:
9748         * bus/activation.c: (bus_activation_entry_free),
9749         (add_desktop_file_entry), (load_directory), (bus_activation_init):
9750         * bus/activation.h:
9751         * bus/main.c: (main):
9752         Add simple activation support, doesn't work yet though.
9753
9754 2003-02-15   Zack Rusin  <zack@kde.org>
9755
9756         * qt/dbus-qthread.cpp:  small casting fix
9757
9758 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
9759
9760         * dbus/dbus-errors.c: (dbus_set_error):
9761         * dbus/dbus-errors.h:
9762         Add a few errors and make dbus_set_error void.
9763
9764         * dbus/dbus-sysdeps.c:
9765         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
9766         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
9767         * dbus/dbus-sysdeps.h:
9768         Add _dbus_spawn_async.
9769
9770         * test/spawn-test.c: (main):
9771         Test for _dbus_spawn_async.
9772
9773 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
9774
9775         * dbus/dbus-internals.h:
9776         Fix build without tests.
9777
9778         * dbus/dbus-list.c: (alloc_link):
9779         Fix a segfault when a malloc fails.
9780
9781         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
9782         (dbus_malloc0), (dbus_realloc):
9783         Add support for malloc debugging.
9784
9785 2003-02-15  Alexander Larsson  <alexl@redhat.com>
9786
9787         * dbus/dbus-threads.c:
9788         * dbus/dbus-threads.h:
9789         Add condvars. Remove static mutext from API.
9790         Implement static mutexes by initializing them from threads_init.
9791
9792         * glib/dbus-gthread.c:
9793         * qt/dbus-qthread.cpp:
9794         Update with the thread api changes.
9795
9796
9797         * dbus/dbus-list.c:
9798         * dbus/dbus-list.h:
9799         Turn StaticMutex into normal mutex + init function.
9800         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
9801         _dbus_list_append_link, _dbus_list_prepend_link
9802
9803
9804         * dbus/dbus-sysdeps.c:
9805         * dbus/dbus-sysdeps.h:
9806         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
9807         _dbus_atomic_dec. Only slow fallback implementation at the moment.
9808
9809         * dbus/dbus-protocol.h:
9810         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
9811
9812         * dbus/dbus-message.c:
9813         Make ref/unref atomic.
9814         Fix some docs.
9815
9816         * dbus/dbus-connection-internal.h:
9817         * dbus/dbus-connection.c:
9818         * dbus/dbus-connection.h:
9819         Make threadsafe.
9820         Change _peek to _borrow,_return & _steal_borrowed.
9821         Change disconnect callback to event.
9822         Make dbus_connection_dispatch_messages reentrant.
9823
9824         * dbus/dbus-transport.c:
9825         Don't ref the connection on calls to the transport
9826         implementation.
9827
9828         * dbus/dbus-message-handler.c:
9829         Make threadsafe.
9830
9831         * glib/dbus-gmain.c:
9832         Don't use peek_message anymore
9833
9834         * test/Makefile.am:
9835         * test/debug-thread.c:
9836         * test/debug-thread.h:
9837         Simple thread implementation that asserts() on deadlocks in
9838         single-threaded code.
9839
9840         * test/bus-test.c:
9841         (main) Call debug_threads_init.
9842
9843         * test/watch.c:
9844         Use disconnect message instead of disconnect callback.
9845
9846         * bus/connection.c:
9847         * bus/connection.h:
9848         Don't call dbus_connection_set_disconnect_function. Instead export
9849         bus_connection_disconnect.
9850
9851         * bus/dispatch.c:
9852         Call bus_connection_disconnect when we get a disconnected message.
9853
9854 2003-02-15  Havoc Pennington  <hp@pobox.com>
9855
9856         * dbus/dbus-message.c (dbus_message_new): fool around with the
9857         docs
9858
9859 2003-02-14  Havoc Pennington  <hp@pobox.com>
9860
9861         * dbus/dbus-mempool.c: fail if the debug functions so indicate
9862
9863         * dbus/dbus-memory.c: fail if the debug functions indicate we
9864         should
9865
9866         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
9867         (_dbus_decrement_fail_alloc_counter): debug functions to
9868         simulate memory allocation failures
9869
9870 2003-02-14  Havoc Pennington  <hp@pobox.com>
9871
9872         * dbus/dbus-errors.h (struct DBusError): add a word of padding
9873         to DBusError
9874
9875 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9876
9877         * bus/driver.c: (bus_driver_handle_hello):
9878         * bus/driver.h:
9879         * bus/services.c: (bus_service_lookup):
9880         Reorder message sending so we get a more sane order.
9881
9882         * test/bus-test.c: (message_handler):
9883         Fix tyop.
9884
9885 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9886
9887         * bus/driver.c: (bus_driver_send_service_deleted),
9888         (bus_driver_send_service_created), (bus_driver_send_service_lost),
9889         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
9890         (bus_driver_send_welcome_message),
9891         (bus_driver_handle_list_services),
9892         (bus_driver_handle_acquire_service),
9893         (bus_driver_handle_service_exists):
9894         * dbus/dbus-bus.c: (dbus_bus_register_client),
9895         (dbus_bus_acquire_service), (dbus_bus_service_exists):
9896         * dbus/dbus-errors.c: (dbus_result_to_string):
9897         * dbus/dbus-errors.h:
9898         * dbus/dbus-message.c: (dbus_message_append_args),
9899         (dbus_message_append_args_valist), (dbus_message_get_args),
9900         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
9901         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
9902         (dbus_message_iter_get_byte_array),
9903         (dbus_message_iter_get_string_array), (message_iter_test),
9904         (check_message_handling), (_dbus_message_test):
9905         * dbus/dbus-message.h:
9906         * test/bus-test.c: (main):
9907         Change fields to arguments in messages, so that they won't be
9908         confused with header fields.
9909
9910         * glib/test-dbus-glib.c: (main):
9911         Remove append_fields from hello message.
9912
9913 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9914
9915         * dbus/dbus-errors.c:
9916         * dbus/dbus-message.c:
9917         * dbus/dbus-string.c:
9918         Documentation fixes.
9919
9920 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9921
9922         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
9923         (remove_timeout):
9924         Implement support for timeouts in dbus-glib.
9925
9926 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9927
9928         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
9929         * dbus/dbus-message.c: (process_test_subdir):
9930         * test/break-loader.c: (find_breaks_based_on):
9931         Plug some memory leaks.
9932
9933 2003-02-13  Richard Hult  <rhult@codefactory.se>
9934
9935         * bus/main.c: Fix build.
9936
9937         * dbus/dbus-errors.h:
9938         * dbus/dbus-errors.c: Fix copyright for Anders.
9939
9940 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9941
9942         * bus/Makefile.am:
9943         Add utils.[ch]
9944
9945         * bus/connection.c: (bus_connection_foreach):
9946         Fix a warning.
9947
9948         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
9949         (unescape_string), (new_section), (parse_section_start),
9950         (parse_key_value), (report_error), (bus_desktop_file_load),
9951         (bus_desktop_file_get_string):
9952         * bus/desktop-file.h:
9953         Use DBusError for error reporting.
9954
9955         * bus/dispatch.c: (send_one_message),
9956         (bus_dispatch_message_handler):
9957         * bus/driver.c: (bus_driver_send_service_deleted),
9958         (bus_driver_send_service_created), (bus_driver_send_service_lost),
9959         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
9960         (bus_driver_send_welcome_message),
9961         (bus_driver_handle_list_services),
9962         (bus_driver_handle_acquire_service),
9963         (bus_driver_handle_service_exists):
9964         * bus/loop.c: (bus_loop_run):
9965         * bus/main.c:
9966         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
9967
9968         * bus/utils.c: (bus_wait_for_memory):
9969         * bus/utils.h:
9970         New files with general utility functions.
9971
9972         * dbus/dbus-internals.h:
9973         Remove _DBUS_HANDLE_OOM.
9974
9975 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9976
9977         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
9978         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
9979         * dbus/dbus-errors.h:
9980         Add DBusError structure.
9981
9982 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9983
9984         * test/data/valid-messages/standard-acquire-service.message:
9985         * test/data/valid-messages/standard-hello.message:
9986         * test/data/valid-messages/standard-list-services.message:
9987         * test/data/valid-messages/standard-service-exists.message:
9988         Add some standard messages.
9989
9990 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
9991
9992         * bus/driver.c: (bus_driver_send_welcome_message),
9993         (bus_driver_handle_list_services),
9994         (bus_driver_handle_acquire_service),
9995         (bus_driver_handle_service_exists), (bus_driver_handle_message):
9996         Update for API changes in libdbus.
9997
9998         * dbus/dbus-message.c: (dbus_message_new_reply):
9999         * dbus/dbus-message.h:
10000         Remove the name argument. The spec states that replies shouldn't
10001         have a name.
10002
10003 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
10004
10005         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
10006         (report_error), (bus_desktop_file_load), (lookup_section),
10007         (lookup_line), (bus_desktop_file_get_raw),
10008         (bus_desktop_file_get_string):
10009         * bus/desktop-file.h:
10010         Some fixes, and new functions for getting a key value from a section.
10011
10012 2003-02-13  Havoc Pennington  <hp@pobox.com>
10013
10014         * test/data/auth/fail-after-n-attempts.auth-script: new test
10015
10016         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
10017         reject the client.
10018
10019 2003-02-13  Havoc Pennington  <hp@pobox.com>
10020
10021         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
10022         dbus_credentials_match were backward
10023
10024         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
10025         NO_CREDENTIALS and ROOT_CREDENTIALS
10026
10027         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
10028         into here. Never process more commands after we've reached an
10029         end state; store further data as unused bytes.
10030
10031         * test/data/auth/*: add more auth tests
10032
10033         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
10034         command to match exact string and EXPECT_UNUSED to match unused
10035         bytes
10036
10037         * test/Makefile.am (dist-hook): fix to dist all the test stuff
10038
10039 2003-02-12  Havoc Pennington  <hp@pobox.com>
10040
10041         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
10042         \r off of popped lines
10043
10044         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
10045         scripts
10046
10047         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
10048         SEND, append \r\n
10049
10050 2003-02-12  Havoc Pennington  <hp@pobox.com>
10051
10052         * dbus/Makefile.am: remove break-loader from the build, since it
10053         moved.
10054
10055         * configure.in: add --enable-gcov to turn on coverage profiling
10056         flags and disable optimization
10057
10058 2003-02-10  Havoc Pennington  <hp@pobox.com>
10059
10060         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
10061         initial cut at test framework for DBusAuth from laptop.
10062         Doesn't quite work yet but it compiles and I need to get
10063         it off the 266mhz laptop. ;-)
10064
10065         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
10066         fix a memleak in error case
10067
10068 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
10069
10070         * bus/Makefile.am:
10071         * bus/desktop-file.c:
10072         * bus/desktop-file.h:
10073         Add a desktop file parser.
10074
10075 2003-02-11  Zack Rusin  <zack@kde.org>
10076
10077         * qt/message.[h|cpp]: sample implementation
10078         of the KDE wrapper for DBusMessage
10079
10080 2003-02-09  Zack Rusin  <zack@kde.org>
10081
10082         * test/bus-test.c: make_it_compile
10083         * doc/dbus-specification.sgml: minimal semantic fix
10084
10085 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
10086
10087         Release 0.3
10088
10089         * NEWS: Update
10090
10091 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
10092
10093         * dbus/Makefile.am:
10094         * dbus/dbus-break-loader.c:
10095         * test/Makefile.am:
10096         * test/break-loader.c:
10097         Move dbus-break-loader to test/ and rename it to break-loader.
10098
10099 2003-02-02  Havoc Pennington  <hp@pobox.com>
10100
10101         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
10102         for code to manage cookies in your home directory
10103
10104         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
10105
10106         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
10107         to authenticate, then disconnect the client.
10108
10109 2003-02-03  Alexander Larsson  <alexl@redhat.com>
10110
10111         * dbus/dbus-message.c (dbus_message_append_fields):
10112         Correct docs.
10113
10114 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10115
10116         * doc/dbus-specification.sgml:
10117         Update address format section.
10118
10119 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10120
10121         * test/Makefile.am:
10122         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
10123         (message_handler), (new_connection_callback), (loop_quit),
10124         (loop_run), (main):
10125         Add bus test.
10126
10127 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10128
10129         * bus/driver.c: (bus_driver_handle_service_exists):
10130         Simplify the code a bit.
10131
10132         * dbus/dbus-bus.c: (dbus_bus_service_exists):
10133         Fix a silly.
10134
10135 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10136
10137         * bus/Makefile.am:
10138         Add libdbus-daemon.la and link to it.
10139
10140 2003-02-01  James Willcox  <jwillcox@gnome.org>
10141
10142         * bus/driver.c: (bus_driver_handle_own_service):
10143         Actually include the service reply code in the message.
10144
10145 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10146
10147         * bus/driver.c: (bus_driver_handle_service_exists):
10148         Don't unref the incoming message.
10149
10150 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10151
10152         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
10153
10154 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
10155
10156         * dbus/dbus-server.c: (dbus_server_listen):
10157         * dbus/dbus-transport.c: (_dbus_transport_open):
10158         ifdef out the calls to the debug transport and server.
10159
10160 2003-02-02  Alexander Larsson  <alexl@redhat.com>
10161
10162         * dbus/dbus-watch.c (dbus_watch_get_flags):
10163         Add note in the docs that ERROR or HANGUP won't be returned
10164         and are assumed always on.
10165
10166         * glib/dbus-gmain.c (add_watch):
10167         Always add IO_ERR | IO_HUP
10168
10169         * dbus/dbus-message.h:
10170         Add semicolon after dbus_message_iter_get_string_array().
10171         Makes qt code build again
10172
10173 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
10174
10175         * bus/driver.c: (create_unique_client_name),
10176         (bus_driver_handle_hello):
10177         Don't take a name, just use a numeric id to identify
10178         each client.
10179
10180         * dbus/Makefile.am:
10181         * dbus/dbus-bus.c: (dbus_bus_register_client),
10182         (dbus_bus_acquire_service), (dbus_bus_service_exists):
10183         * dbus/dbus-bus.h:
10184         Add new convenience functions for communicating with the bus.
10185
10186         * dbus/dbus-message.h:
10187
10188         * dbus/dbus-protocol.h:
10189         Fix a typo.
10190
10191 2003-02-01  Alexander Larsson  <alexl@redhat.com>
10192
10193         * dbus/dbus-message.c (dbus_message_append_fields):
10194         Add some more doc comments.
10195
10196 2003-02-01  Havoc Pennington  <hp@pobox.com>
10197
10198         * dbus/dbus-break-loader.c (randomly_modify_length): change
10199         a 4-byte value in the message as if it were a length
10200
10201         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
10202         execute bit on saved files
10203
10204 2003-02-01  Havoc Pennington  <hp@pobox.com>
10205
10206         * dbus/dbus-break-loader.c (main): new program to find messages
10207         that break the loader.
10208
10209         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
10210         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
10211
10212         * dbus/dbus-string.c (_dbus_string_set_byte): new
10213
10214 2003-01-31  Havoc Pennington  <hp@pobox.com>
10215
10216         * dbus/dbus-message.c: refactor the test code to be more general,
10217         in preparation for writing a "randomly permute test cases to
10218         try to break the loader" program.
10219
10220 2003-01-31  Havoc Pennington  <hp@pobox.com>
10221
10222         * doc/dbus-specification.sgml: work on the specification
10223
10224         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
10225         the protocol version of the message.
10226
10227         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
10228         no longer specifies that.
10229         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
10230         1/2/3/4)
10231
10232         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
10233         "break" for DBUS_TYPE_NIL, remove @todo
10234
10235 2003-01-31  Havoc Pennington  <hp@pobox.com>
10236
10237         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
10238         just set_is_error/get_is_error as this is a commonly-used
10239         function, and write docs.
10240
10241 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
10242
10243         * dbus/dbus-address.c: (dbus_address_entry_free):
10244         Free key and value lists.
10245
10246         * dbus/dbus-internals.c: (_dbus_type_to_string):
10247         Add the types we didn't have.
10248
10249         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
10250         (_dbus_marshal_validate_arg):
10251         Add NIL types.
10252
10253         * dbus/dbus-message.c: (dbus_message_set_sender):
10254         Remove todo about being able to set sender to NULL.
10255
10256         (dbus_message_set_is_error_reply),
10257         (dbus_message_get_is_error_reply):
10258         * dbus/dbus-message.h:
10259         New functions.
10260
10261         * dbus/dbus-protocol.h:
10262         Add error reply flag.
10263
10264         * test/data/valid-messages/opposite-endian.message:
10265         Add NIL type to test.
10266
10267 2003-01-31  Havoc Pennington  <hp@pobox.com>
10268
10269         * doc/dbus-specification.sgml: fully specify the header.  Add
10270         flags and major protocol version, and change header/body len to
10271         unsigned.
10272
10273         * dbus/dbus-message-builder.c (append_saved_length): append length
10274         as uint32
10275
10276         * dbus/dbus-message.c (dbus_message_create_header): change header
10277         length and body length to unsigned. Add the new fields from the
10278         spec
10279         (_dbus_message_loader_return_buffer): unsigned header/body len
10280
10281 2003-01-30  Havoc Pennington  <hp@pobox.com>
10282
10283         * dbus/dbus-auth.c: rework to use only REJECTED, no
10284         MECHANISMS
10285
10286         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
10287         use REJECTED, suggested by Mark McLoughlin
10288
10289 2003-01-30  Havoc Pennington  <hp@pobox.com>
10290
10291         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
10292         a better way to report errors here. e.g.  "unix address lacks
10293         path" or something. also "no such file" when the path doesn't
10294         exist, etc.
10295
10296         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
10297         leaking list nodes
10298         (dbus_parse_address): add @todo about documenting address format,
10299         and allowing , and ; to be escaped
10300
10301 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
10302
10303         * dbus/Makefile.am:
10304         Add dbus-address.[ch]
10305
10306         * dbus/dbus-address.c: (dbus_address_entry_free),
10307         (dbus_address_entries_free), (create_entry),
10308         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
10309         (dbus_parse_address), (_dbus_address_test):
10310         * dbus/dbus-address.h:
10311         New files for dealing with address parsing.
10312
10313         * dbus/dbus-connection.c:
10314         Document timeout functions.
10315
10316         * dbus/dbus-message.c:
10317         Document dbus_message_new_from_message.
10318
10319         * dbus/dbus-server-debug.c:
10320         Document.
10321
10322         * dbus/dbus-server.c: (dbus_server_listen):
10323         Parse address and use correct server implementation.
10324
10325         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
10326         * dbus/dbus-string.h:
10327         New function with test.
10328
10329         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
10330         * dbus/dbus-test.h:
10331         Add address tests.
10332
10333         * dbus/dbus-transport-debug.c:
10334         Document.
10335
10336         * dbus/dbus-transport.c: (_dbus_transport_open):
10337         Parse address and use correct transport implementation.
10338
10339 2003-01-30  Havoc Pennington  <hp@pobox.com>
10340
10341         * dbus/dbus-message.c: use message->byte_order instead of
10342         DBUS_COMPILER_BYTE_ORDER throughout.
10343         (dbus_message_create_header): pad header to align the
10344         start of the body of the message to 8-byte boundary
10345
10346         * dbus/dbus-marshal.h: make all the demarshalers take const
10347         DBusString arguments.
10348
10349         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
10350         validate message args here, so we don't have to do slow validation
10351         later, and so we catch bad messages as they are incoming. Also add
10352         better checks on header_len and body_len. Also fill in
10353         message->byte_order
10354
10355         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
10356         implemented properly)
10357         (_dbus_string_validate_nul): new function to check all-nul
10358
10359         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
10360         get_arg_end_pos and remove all validation
10361         (_dbus_marshal_validate_arg): actually do validation here.
10362
10363 2003-01-29  Havoc Pennington  <hp@pobox.com>
10364
10365         * dbus/dbus-message.c (check_message_handling): fix assertion
10366         failure on set_client_serial
10367
10368 2003-01-28  Havoc Pennington  <hp@pobox.com>
10369
10370         * dbus/dbus-server-debug.c: Add doc section comments
10371
10372         * dbus/dbus-transport-debug.c: add doc section comments
10373
10374 2003-01-28  Havoc Pennington  <hp@redhat.com>
10375
10376         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
10377         the reverse order from how I had it
10378         (_dbus_string_base64_encode): reverse encoding order. I was
10379         basically byteswapping everything during encoding.
10380
10381 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
10382
10383         * dbus/dbus-connection-internal.h:
10384         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
10385         (_dbus_connection_remove_timeout):
10386         Add functions for adding and removing timeouts.
10387
10388         * dbus/dbus-message.c: (dbus_message_new_from_message):
10389         Add new function that takes a message and creates an exact
10390         copy of it, but with the refcount set to 1.
10391         (check_message_handling):
10392         Fix build error.
10393
10394         * dbus/dbus-server-protected.h:
10395         * dbus/dbus-server.c: (_dbus_server_init_base),
10396         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
10397         (dbus_server_set_timeout_functions):
10398         (_dbus_server_remove_timeout):
10399         New functions so that a server can add and remove timeouts.
10400
10401         (dbus_server_listen):
10402         Add commented out call to dbus_server_debug_new.
10403
10404         * dbus/dbus-timeout.c: (_dbus_timeout_new):
10405         Actually set the handler, doh.
10406
10407         * dbus/dbus-transport.c: (_dbus_transport_open):
10408         Add commented out call to dbus_transport_debug_client_new.
10409
10410         * dbus/Makefile.am:
10411         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
10412
10413 2003-01-28  Havoc Pennington  <hp@pobox.com>
10414
10415         * dbus/dbus-message.c (check_message_handling): function to check
10416         on the loaded message, iterates over it etc.
10417
10418 2003-01-28  Havoc Pennington  <hp@pobox.com>
10419
10420         * test/Makefile.am (dist-hook): fix make distdir
10421
10422         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
10423
10424 2003-01-27  Havoc Pennington  <hp@pobox.com>
10425
10426         * dbus/dbus-mempool.c (time_for_size): replace printf with
10427         _dbus_verbose
10428
10429         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
10430         empty lines; fix the SAVE_LENGTH stuff to be
10431         START_LENGTH/END_LENGTH so it actually works; couple other
10432         bugfixes
10433
10434         * test/Makefile.am (dist-hook): add dist-hook for .message files
10435
10436         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
10437         can be constant or locked.
10438         (_dbus_string_free): allow freeing a const string as
10439         documented/intended
10440
10441         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
10442
10443         * dbus/dbus-test-main.c (main): take an argument which is the
10444         directory containing test data
10445
10446         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
10447         argument to this and load all the messages in test/data/
10448         checking that they can be loaded or not loaded as appropriate.
10449
10450 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
10451
10452         * bus/dispatch.c: (bus_dispatch_message_handler):
10453         Dispatch messages sent to services.
10454
10455         * bus/driver.c: (bus_driver_send_service_deleted),
10456         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10457         (bus_driver_send_service_acquired):
10458         Add helper functions for sending service related messages.
10459
10460         (bus_driver_send_welcome_message):
10461         Send HELLO_REPLY instead of WELCOME.
10462
10463         (bus_driver_handle_list_services):
10464         Send LIST_SERVICES_REPLY instead of SERVICES.
10465
10466         (bus_driver_handle_own_service),
10467         (bus_driver_handle_service_exists):
10468         New message handlers.
10469
10470         (bus_driver_handle_message):
10471         Invoke new message handlers.
10472
10473         (bus_driver_remove_connection):
10474         Don't remove any services here since that's done automatically
10475         by bus_service_remove_owner now.
10476
10477         * bus/driver.h:
10478         New function signatures.
10479
10480         * bus/services.c: (bus_service_add_owner):
10481         Send ServiceAcquired message if we're the only primary owner.
10482
10483         (bus_service_remove_owner):
10484         Send ServiceAcquired/ServiceLost messages.
10485
10486         (bus_service_set_prohibit_replacement),
10487         (bus_service_get_prohibit_replacement):
10488         Functions for setting prohibit replacement.
10489
10490         (bus_service_has_owner):
10491         New function that checks if a connection is in the owner queue of
10492         a certain service.
10493
10494         * bus/services.h:
10495         Add new function signatures.
10496
10497         * dbus/dbus-list.c: (_dbus_list_test):
10498         Add tests for _dbus_list_remove_last and traversing the list backwards.
10499
10500         * dbus/dbus-list.h:
10501         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
10502         go any further, so return NULL then.
10503
10504         * dbus/dbus-protocol.h:
10505         Add new messages, service flags and service replies.
10506
10507 2003-01-26  Havoc Pennington  <hp@pobox.com>
10508
10509         * dbus/dbus-message-builder.c: implement, completely untested.
10510
10511         * test/data/*: add data to be used in testing.
10512         ".message" files are our simple loadable text format.
10513         ".message-raw" will be binary dumps of messages.
10514
10515         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
10516
10517 2003-01-26  Havoc Pennington  <hp@pobox.com>
10518
10519         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
10520
10521         * dbus/dbus-errors.c (dbus_result_to_string): add
10522         file errors
10523
10524         * dbus/dbus-message-builder.c: new file, will contain code to load
10525         up messages from files. Not implemented yet.
10526
10527 2003-01-26  Havoc Pennington  <hp@pobox.com>
10528
10529         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
10530         the sender by setting to NULL
10531
10532 2003-01-26  Havoc Pennington  <hp@pobox.com>
10533
10534         The unit tests pass, but otherwise untested.  If it breaks, the
10535         tests should have been better. ;-)
10536
10537         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
10538         the connection.
10539
10540         * dbus/dbus-message.c: redo everything so we maintain
10541         message->header as the only copy of the various fields.
10542         This avoids the possibility of out-of-memory in some cases,
10543         for example dbus_message_lock() can't run out of memory anymore,
10544         and avoids extra copying. Figured I may as well go ahead and do
10545         this since it was busted for dbus_message_lock to not return
10546         failure on OOM, and dbus_message_write_header was totally
10547         unchecked for OOM. Also fixed some random other bugs.
10548
10549         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
10550         that strings are nul-terminated. Also, end_pos can be equal
10551         to string length just not greater than, I think.
10552         (_dbus_marshal_set_int32): new function
10553         (_dbus_marshal_set_uint32): new function
10554         (_dbus_marshal_set_string): new function
10555
10556         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
10557         a warning, init timeout_list to NULL
10558         (dbus_connection_send_message): don't use uninitialized variable
10559         "serial"
10560
10561         * dbus/dbus-string.c (_dbus_string_replace_len): new function
10562
10563 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
10564
10565         * bus/driver.c: (bus_driver_handle_hello),
10566         (bus_driver_send_welcome_message):
10567         Plug leaks
10568
10569 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
10570
10571         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
10572         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
10573         (dbus_connection_unref):
10574         * dbus/dbus-marshal.c: (_dbus_marshal_test):
10575         * dbus/dbus-message.c: (dbus_message_unref),
10576         Plug memory leaks.
10577
10578         (dbus_message_get_fields):
10579         Remove debugging printout.
10580
10581         (_dbus_message_loader_return_buffer):
10582         Don't store the header string.
10583
10584         (_dbus_message_test):
10585         Plug leaks.
10586
10587 2003-01-26  Richard Hult  <rhult@codefactory.se>
10588
10589         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
10590         the file descriptor list, since it can change under us.
10591
10592 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10593
10594         * glib/dbus-gmain.c: (dbus_connection_prepare),
10595         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
10596         (remove_watch), (dbus_connection_hookup_with_g_main):
10597         Rewrite the glib handling to use its own GSource instead of a
10598         GIOChannel so we can catch messages put in the queue while waiting
10599         for a reply.
10600
10601 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10602
10603         * bus/Makefile.am:
10604         * bus/connection.c: (connection_disconnect_handler),
10605         (connection_watch_callback), (bus_connection_setup):
10606         * bus/dispatch.c: (send_one_message),
10607         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
10608         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
10609         * bus/dispatch.h:
10610         * bus/driver.c: (bus_driver_send_service_deleted),
10611         (bus_driver_send_service_created), (bus_driver_handle_hello),
10612         (bus_driver_send_welcome_message),
10613         (bus_driver_handle_list_services), (bus_driver_remove_connection),
10614         (bus_driver_handle_message):
10615         * bus/driver.h:
10616         Refactor code, put the message dispatching in its own file. Use
10617         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
10618         is disconnected.
10619
10620 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10621
10622         * dbus/dbus-internals.h:
10623         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
10624
10625         * dbus/dbus-message.c: (dbus_message_get_sender):
10626         * dbus/dbus-message.h:
10627         Implement dbus_message_get_sender.
10628
10629         * dbus/dbus-protocol.h:
10630         Add message and service defines.
10631
10632 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10633
10634         * dbus/dbus-connection.c: (dbus_connection_send_message):
10635         * dbus/dbus-message-internal.h:
10636         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
10637         (dbus_message_write_header):
10638         Remove _dbus_messag_unlock and don't set the client serial on a
10639         message if one already exists.
10640
10641 2003-01-24  Havoc Pennington  <hp@pobox.com>
10642
10643         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
10644         list_pool
10645
10646         * bus/driver.c (bus_driver_handle_list_services): fix a leak
10647         on OOM
10648
10649 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10650
10651         * dbus/dbus-list.c: (alloc_link), (free_link):
10652         Use a memory pool for the links.
10653
10654 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10655
10656         * bus/connection.c: (bus_connection_foreach):
10657         * bus/connection.h:
10658         Add new bus_connection_foreach function.
10659
10660         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
10661         Add function that broadcasts a message to all clients.
10662
10663         (bus_driver_send_service_created), (bus_driver_handle_hello),
10664         (bus_driver_send_welcome_message),
10665         (bus_driver_handle_list_services), (bus_driver_message_handler):
10666         Implement functions that take care of listing services, and notifying
10667         clients when new services are created.
10668
10669         * bus/services.c: (bus_services_list):
10670         * bus/services.h:
10671         Add new function that returns an array of strings with the currently
10672         registered services.
10673
10674         * glib/dbus-glib.h:
10675         * glib/dbus-gmain.c:
10676         Update copyright year.
10677
10678 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
10679
10680         * dbus/dbus-connection.c: (dbus_connection_send_message):
10681         Unlock the message in case it was sent earlier.
10682
10683         (dbus_connection_send_message_with_reply_and_block):
10684         Remove the reply message from the list.
10685
10686         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
10687         Set array_len and new_pos correctly.
10688
10689         (_dbus_marshal_test):
10690         Remove debug output.
10691
10692         * dbus/dbus-message-internal.h:
10693         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
10694         New function that returns the reply serial.
10695
10696         (_dbus_message_unlock):
10697         New function that unlocks a message and resets its header.
10698
10699         (dbus_message_append_string_array),
10700         (dbus_message_get_fields_valist),
10701         (dbus_message_iter_get_field_type),
10702         (dbus_message_iter_get_string_array),
10703         (dbus_message_get_fields),
10704         (dbus_message_append_fields_valist):
10705         Handle string arrays.
10706
10707         (dbus_message_set_sender):
10708         Make this function public since the bus daemon needs it.
10709
10710         (decode_header_data):
10711         Set the reply serial to -1 initially.
10712
10713         * dbus/dbus-message.h:
10714         Add dbus_message_set_sender.
10715
10716 2003-01-24  Havoc Pennington  <hp@pobox.com>
10717
10718         * doc/dbus-specification.sgml: add some stuff
10719
10720 2003-01-22  Havoc Pennington  <hp@pobox.com>
10721
10722         * doc/dbus-specification.sgml: Start to document the protocol.
10723
10724 2003-01-22  Havoc Pennington  <hp@pobox.com>
10725
10726         * dbus/dbus-connection.c
10727         (dbus_connection_send_message_with_reply_and_block): add some @todo
10728
10729         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
10730
10731 2003-01-21  Havoc Pennington  <hp@pobox.com>
10732
10733         (patch untested because can't compile)
10734
10735         * bus/driver.c (create_unique_client_name): make this function
10736         never recycle client names. Also, caller should initialize
10737         the DBusString.
10738
10739         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
10740
10741 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
10742
10743         * dbus/dbus-marshal.c: (_dbus_marshal_double),
10744         (_dbus_marshal_int32), (_dbus_marshal_uint32),
10745         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
10746         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
10747         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
10748         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
10749         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
10750         * dbus/dbus-marshal.h:
10751         * dbus/dbus-protocol.h:
10752         Add support for marshalling and demarshalling integer, double
10753         and string arrays.
10754
10755 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
10756
10757         * bus/Makefile.am:
10758         Add driver.[ch]
10759
10760         * bus/connection.c: (connection_disconnect_handler):
10761         Remove the connection from the bus driver's list.
10762
10763         (connection_watch_callback): Dispatch messages.
10764
10765         (free_connection_data): Free connection name.
10766
10767         (bus_connection_setup): Add connection to the bus driver's list.
10768         (bus_connection_remove_owned_service):
10769         (bus_connection_set_name), (bus_connection_get_name):
10770         Add functions for setting and getting the connection's name.
10771
10772         * bus/connection.h:
10773         Add function headers.
10774
10775         * bus/driver.c: (create_unique_client_name),
10776         (bus_driver_handle_hello_message),
10777         (bus_driver_send_welcome_message), (bus_driver_message_handler),
10778         (bus_driver_add_connection), (bus_driver_remove_connection):
10779         * bus/driver.h:
10780         * bus/main.c:
10781         * bus/services.c: (bus_service_free):
10782         * bus/services.h:
10783         New file that handles communication and registreation with the bus
10784         itself.
10785
10786 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
10787
10788         * dbus/dbus-connection.c: (dbus_connection_send_message):
10789         Add a new client_serial parameter.
10790
10791         (dbus_connection_send_message_with_reply):
10792         Remove a @todo since we've implemented the blocking function.
10793
10794         (dbus_connection_send_message_with_reply_and_block):
10795         New function that sends a message and waits for a reply and
10796         then returns the reply.
10797
10798         * dbus/dbus-connection.h:
10799         Add new functions.
10800
10801         * dbus/dbus-errors.c: (dbus_result_to_string):
10802         * dbus/dbus-errors.h:
10803         Add new DBUS_RESULT.
10804
10805         * dbus/dbus-message-internal.h:
10806         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
10807         (_dbus_message_set_sender), (dbus_message_write_header),
10808         (dbus_message_new_reply), (decode_header_data),
10809         (_dbus_message_loader_return_buffer), (_dbus_message_test):
10810         * dbus/dbus-message.h:
10811         Add new functions that set the reply serial and sender.
10812         Also marshal and demarshal them correctly and add test.
10813
10814         * dbus/dbus-protocol.h:
10815         Add new DBUS_MESSAGE_TYPE_SENDER.
10816
10817         * glib/dbus-glib.h:
10818         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
10819         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
10820         (dbus_connection_hookup_with_g_main):
10821         * glib/test-dbus-glib.c: (main):
10822         Rewrite to use GIOChannel and remove the GSource crack.
10823
10824         * test/echo-client.c: (main):
10825         * test/watch.c: (check_messages):
10826         Update for changed APIs
10827
10828 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
10829
10830         * dbus/Makefile.am: Add dbus-timeout.[cħ]
10831
10832         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
10833         Create a DBusTimeoutList.
10834         (dbus_connection_set_timeout_functions): Add new function to
10835         set timeout callbacks
10836
10837         * dbus/dbus-connection.h: Add public DBusTimeout API.
10838
10839         * dbus/dbus-message.c: (dbus_message_get_service):
10840         * dbus/dbus-message.h:  New function.
10841
10842         * dbus/dbus-server.c: Fix small doc typo.
10843
10844         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
10845
10846 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
10847
10848         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
10849         of the string, just as long as specified.
10850
10851 2003-01-19  Havoc Pennington  <hp@pobox.com>
10852
10853         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
10854         new function
10855
10856         * dbus/dbus-server.c (dbus_server_set_max_connections)
10857         (dbus_server_get_max_connections, dbus_server_get_n_connections):
10858         keep track of current number of connections, and add API for
10859         setting a max (but haven't implemented enforcing the max yet)
10860
10861 2003-01-18  Havoc Pennington  <hp@pobox.com>
10862
10863         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
10864         reading/writing if read_watch != NULL or write_watch != NULL.
10865
10866         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
10867         the message loader code to actually load message->header and
10868         message->body into the newly-created message.
10869
10870         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
10871         in OOM case
10872
10873         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
10874         (dbus_connection_get_max_message_size)
10875         (dbus_connection_set_max_live_messages_size)
10876         (dbus_connection_get_max_live_messages_size): implement some
10877         resource limitation functions
10878
10879         * dbus/dbus-resources.c: new file implementing some of the
10880         resource limits stuff
10881
10882         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
10883         missing docs, add @todo to handle OOM etc.
10884
10885         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
10886         docs
10887
10888 2003-01-18  Havoc Pennington  <hp@pobox.com>
10889
10890         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
10891         connection if it hasn't been already.
10892
10893         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
10894         replace with DisconnectFunction.
10895
10896 2003-01-18  Havoc Pennington  <hp@pobox.com>
10897
10898         Building --disable-verbose-mode --disable-asserts --disable-tests
10899         cuts the library from 112K to 45K or so
10900
10901         * configure.in: check for varargs macro support,
10902         add --enable-verbose-mode, --enable-asserts.
10903
10904         * dbus/dbus-internals.h (_dbus_assert): support
10905         DBUS_DISABLE_ASSERT
10906         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
10907
10908 2003-01-18  Havoc Pennington  <hp@pobox.com>
10909
10910         * dbus/dbus-test.c: include config.h so that tests actually run
10911
10912         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
10913         so the failure mode when that assumption fails will be plenty
10914         obvious.
10915
10916 2003-01-18  Havoc Pennington  <hp@pobox.com>
10917
10918         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
10919
10920         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
10921         the distribution
10922
10923         * test/Makefile.am: don't use special variable "TESTS" for echo-*
10924         since we don't want to use those in make check
10925
10926 2003-01-15  Havoc Pennington  <hp@redhat.com>
10927
10928         Release 0.2
10929
10930         * NEWS: update
10931
10932 2003-01-15  Havoc Pennington  <hp@redhat.com>
10933
10934         * test/Makefile.am: fix so that test source code ends up in the
10935         distribution on make distcheck
10936
10937 2003-01-15  Havoc Pennington  <hp@redhat.com>
10938
10939         Release 0.1.
10940
10941         * NEWS: update
10942
10943 2003-01-15  Havoc Pennington  <hp@redhat.com>
10944
10945         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
10946         fix build when --disable-tests
10947
10948         * Makefile.am (EXTRA_DIST): put HACKING in here
10949
10950         * HACKING: document procedure for making a tarball release.
10951
10952 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
10953
10954         * bus/connection.c: (connection_error_handler),
10955         (bus_connection_setup):
10956         * bus/main.c: (main):
10957         Make sure that the DBusConnectionData struct is NULLed
10958         out to prevent a segfault.
10959
10960         * dbus/dbus-errors.c: (dbus_result_to_string):
10961         * dbus/dbus-errors.h:
10962         * dbus/dbus-message.c: (dbus_message_get_fields),
10963         (dbus_message_get_fields_valist), (_dbus_message_test):
10964         * dbus/dbus-message.h:
10965         Make dbus_message_get_fields return a result code so we can
10966         track invalid fields as well as oom.
10967
10968 2003-01-11  Havoc Pennington  <hp@pobox.com>
10969
10970         * configure.in: change --enable-test/--enable-ansi action-if-given
10971         to enable_foo=$enableval instead of enable_foo=yes
10972
10973 2003-01-08  Havoc Pennington  <hp@pobox.com>
10974
10975         * dbus/dbus-string.c (_dbus_string_align_length): new function
10976
10977         * dbus/dbus-test-main.c: move main() for test app here
10978         * dbus/dbus-test.c
10979         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
10980         symbol to run tests, because dbus-test isn't in the main
10981         library
10982
10983         Code review nitpicks.
10984
10985         * dbus/dbus-message.c (dbus_message_write_header): add newlines
10986         for people with narrow emacs ;-). Assert client_serial was filled
10987         in. Assert message->name != NULL.
10988         (dbus_message_append_fields): have "first_field_type" arg separate
10989         from va list, needed for C++ binding that also uses varargs IIRC
10990         and helps with type safety
10991         (dbus_message_new): add @todo about using DBusString to store
10992         service/name internally
10993         (dbus_message_new): don't leak ->service and ->name on OOM later
10994         in the function
10995         (dbus_message_unref): free the service name
10996         (dbus_message_get_fields): same change to varargs
10997         i.e. first_field_type
10998         (_dbus_message_loader_return_buffer): assert that the message data
10999         is aligned (if not it's a bug in our code). Put in verbose griping
11000         about why we set corrupted = TRUE.
11001         (decode_header_data): add FIXME that char* is evil.  Was going to
11002         add FIXME about evil locale-specific string.h strncmp, but just
11003         switched to wacky string-as-uint32 optimization. Move check for
11004         "no room for field name" above get_const_data_len() to avoid
11005         assertion failure in get_const_data_len if we have trailing 2
11006         bytes or the like. Check for service and name fields being
11007         provided twice. Don't leak service/name on error. Require field
11008         names to be aligned to 4 bytes.
11009
11010         * dbus/dbus-marshal.c: move byte swap stuff to header
11011         (_dbus_pack_int32): uscore-prefix
11012         (_dbus_unpack_int32): uscore-prefix
11013         (_dbus_unpack_uint32): export
11014         (_dbus_demarshal_string): add @todo complaining about use of
11015         memcpy()
11016         (_dbus_marshal_get_field_end_pos): add @todo about bad error
11017         handling allowing corrupt data to go unchecked
11018
11019 2003-01-08  Havoc Pennington  <hp@redhat.com>
11020
11021         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
11022         to the select() as needed for authentication. (should be using
11023         _dbus_poll() not select, but for another day)
11024
11025         * dbus/dbus.h: include dbus/dbus-protocol.h
11026
11027 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
11028
11029         * dbus/Makefile.am (dbusinclude_HEADERS): Install
11030         dbus-connection.h
11031
11032 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
11033
11034         * dbus/dbus-internals.c: (_dbus_type_to_string):
11035         New function that returns a string describing a type.
11036
11037         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
11038         * dbus/dbus-marshal.h:
11039         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
11040         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
11041         (dbus_message_iter_get_byte_array):
11042         * dbus/dbus-message.h:
11043         Add new convenience functions for appending and getting message fields.
11044         Also add demarshalling routines for byte arrays.
11045
11046 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
11047
11048         * dbus/dbus-connection-internal.h:
11049         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
11050         (_dbus_connection_get_next_client_serial),
11051         (dbus_connection_send_message):
11052         * dbus/dbus-internals.h:
11053         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
11054         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
11055         (_dbus_marshal_uint32), (_dbus_demarshal_double),
11056         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
11057         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
11058         (_dbus_verbose_bytes), (_dbus_marshal_test):
11059         * dbus/dbus-marshal.h:
11060         * dbus/dbus-message-internal.h:
11061         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
11062         (dbus_message_write_header), (_dbus_message_lock),
11063         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
11064         (dbus_message_get_name), (dbus_message_append_int32),
11065         (dbus_message_append_uint32), (dbus_message_append_double),
11066         (dbus_message_append_string), (dbus_message_append_byte_array),
11067         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
11068         (dbus_message_iter_unref), (dbus_message_iter_has_next),
11069         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
11070         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
11071         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
11072         (decode_header_data), (_dbus_message_loader_return_buffer),
11073         (message_iter_test), (_dbus_message_test):
11074         * dbus/dbus-message.h:
11075         * dbus/dbus-protocol.h:
11076         * dbus/dbus-test.c: (main):
11077         * dbus/dbus-test.h:
11078         * glib/test-dbus-glib.c: (message_handler), (main):
11079         * test/echo-client.c: (main):
11080         * test/watch.c: (check_messages):
11081         Make messages sendable and receivable for real.
11082
11083 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
11084
11085         * dbus/dbus-marshal.c: (_dbus_marshal_double),
11086         (_dbus_marshal_string), (_dbus_marshal_byte_array):
11087         * dbus/dbus-message.c: (dbus_message_append_int32),
11088         (dbus_message_append_uint32), (dbus_message_append_double),
11089         (dbus_message_append_string), (dbus_message_append_byte_array):
11090         Handle OOM restoration.
11091
11092 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
11093
11094         * dbus/dbus-marshal.c: (_dbus_marshal_string),
11095         (_dbus_demarshal_string), (_dbus_marshal_test):
11096         * dbus/dbus-marshal.h:
11097         * dbus/dbus-message.c: (dbus_message_get_name),
11098         Document these functions.
11099
11100         (dbus_message_append_int32), (dbus_message_append_uint32),
11101         (dbus_message_append_double), (dbus_message_append_string),
11102         (dbus_message_append_byte_array):
11103         * dbus/dbus-message.h:
11104         Add functions for adding message fields of different types.
11105
11106         * dbus/dbus-protocol.h:
11107         Add the different types.
11108
11109 2003-01-05  Havoc Pennington  <hp@pobox.com>
11110
11111         * bus/connection.c: implement routines for handling connections,
11112         first thing is keeping a list of owned services on each connection
11113         and setting up watches etc.
11114
11115         * bus/services.c: implement a mapping from service names to lists
11116         of connections
11117
11118         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
11119
11120         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
11121         to use static mutexes for global data
11122
11123         * dbus/dbus-connection.c (dbus_connection_set_data): add new
11124         collection of functions to set/get application-specific data
11125         on the DBusConnection.
11126
11127 2003-01-04  Havoc Pennington  <hp@pobox.com>
11128
11129         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
11130         (_dbus_poll): new function
11131
11132         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
11133         copied from GLib
11134
11135         * bus/loop.c: initial code for the daemon main loop
11136
11137 2003-01-04  Havoc Pennington  <hp@pobox.com>
11138
11139         * test/watch.c (error_handler): make it safe if the error handler
11140         is called multiple times (if we s/error handler/disconnect
11141         handler/ we should just guarantee it's called only once)
11142
11143         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
11144         error handler on disconnect (it's quite possible we should
11145         just change the error handler to a "disconnect handler," I'm
11146         not sure we have any other meaningful errors)
11147
11148         * configure.in: check for getpwnam_r
11149
11150         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
11151         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
11152         mechanism as in SASL spec, using socket credentials
11153
11154         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
11155         (_dbus_send_credentials_unix_socket): new function
11156
11157         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
11158         dbus_accept()
11159         (_dbus_write): only check errno if <0 returned
11160         (_dbus_write_two): ditto
11161
11162 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
11163
11164         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
11165         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
11166         (_dbus_marshal_test):
11167         * dbus/dbus-marshal.h:
11168         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
11169         to _dbus_marshal_utf8_string. Also fix some tests.
11170
11171 2002-12-28  Harri Porten  <porten@kde.org>
11172
11173         * configure.in: added check for C++ compiler and a very cheesy
11174         check for the Qt integration
11175
11176         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
11177
11178         * qt/Makefile.am: added
11179
11180         * qt/.cvsignore: added
11181
11182         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
11183         latter, added #ifdef QT_THREAD_SUPPORT guard.
11184
11185         * dbus/Makefile.am: added missing headers for make dist
11186
11187 2002-12-28  Kristian Rietveld  <kris@gtk.org>
11188
11189         * dbus/Makefile.am: fixup export-symbols-regex.
11190
11191 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
11192
11193         * acinclude.m4: Add this file and put the
11194         PKG_CHECK_MODULE macro in it.
11195
11196 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
11197
11198         * dbus/dbus-marshal.c: (_dbus_marshal_string),
11199         (_dbus_demarshal_double), (_dbus_demarshal_int32),
11200         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
11201         (_dbus_marshal_test):
11202         Make the demarshalling routines align the pos argument.
11203         Add string marshalling tests and fix the obvious bugs
11204         discovered.
11205
11206 2002-12-26  Havoc Pennington  <hp@pobox.com>
11207
11208         * dbus/dbus-auth.c: fixes fixes fixes
11209
11210         * dbus/dbus-transport-unix.c: wire up support for
11211         encoding/decoding data on the wire
11212
11213         * dbus/dbus-auth.c (_dbus_auth_encode_data)
11214         (_dbus_auth_decode_data): append to target string
11215         instead of nuking it.
11216
11217 2002-12-26  Havoc Pennington  <hp@pobox.com>
11218
11219         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
11220         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
11221         doh
11222
11223         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
11224         avoid swap_bytes() overhead (ignoring possible assembly stuff for
11225         now). Main point is because I wanted unpack_uint32 to implement
11226         _dbus_verbose_bytes
11227         (_dbus_verbose_bytes): new function
11228
11229         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
11230
11231         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
11232         mechanism to handle a corrupt message stream
11233         (_dbus_message_loader_new): fix preallocation to only prealloc,
11234         not prelengthen
11235
11236         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
11237         (_dbus_string_test): enhance tests for copy/move and fix the
11238         functions
11239
11240         * dbus/dbus-transport-unix.c: Hold references in more places to
11241         avoid reentrancy problems
11242
11243         * dbus/dbus-transport.c: ditto
11244
11245         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
11246         leak reference count in no-message case
11247
11248         * test/watch.c (do_mainloop): handle adding/removing watches
11249         during iteration over the watches. Also, ref the connection/server
11250         stored on a watch, so we don't try to mangle a destroyed one.
11251
11252         * dbus/dbus-transport-unix.c (do_authentication): perform
11253         authentication
11254
11255         * dbus/dbus-auth.c (get_state): add a state
11256         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
11257         (_dbus_auth_get_unused_bytes): append the unused bytes
11258         to the passed in string, rather than prepend
11259
11260         * dbus/dbus-transport.c (_dbus_transport_init_base): create
11261         the auth conversation DBusAuth
11262
11263         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
11264         (_dbus_transport_new_for_domain_socket): when creating a
11265         transport, pass in whether it's a client-side or server-side
11266         transport so we know which DBusAuth to create
11267
11268 2002-12-03  Havoc Pennington  <hp@pobox.com>
11269
11270         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
11271         _after_ finalizing the derived members
11272         (unix_connection_set): unref watch if we fail to add it
11273
11274         * dbus/dbus-connection.c (dbus_connection_unref): delete the
11275         transport first, so that the connection owned by the
11276         transport will be valid as the transport finalizes.
11277
11278         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
11279         if necessary, and remove watches from the connection.
11280
11281         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
11282
11283 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
11284
11285         * dbus/dbus-marshal.c: (_dbus_marshal_string),
11286         (_dbus_demarshal_double), (_dbus_demarshal_int32),
11287         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
11288         (_dbus_marshal_test):
11289         * dbus/dbus-marshal.h:
11290         Add string marshal functions and have the demarshal functions
11291         return the new position.
11292
11293 2002-12-25  Havoc Pennington  <hp@pobox.com>
11294
11295         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
11296         it is a simple protocol that just maps directly to SASL.
11297
11298         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
11299         initial implementation, not actually used yet.
11300
11301         * dbus/dbus-string.c (_dbus_string_find): new function
11302         (_dbus_string_equal): new function
11303         (_dbus_string_base64_encode): new function
11304         (_dbus_string_base64_decode): new function
11305
11306 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
11307
11308         * dbus/Makefile.am:
11309         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
11310         (_dbus_marshal_int32), (_dbus_marshal_uint32),
11311         (_dbus_demarshal_double), (_dbus_demarshal_int32),
11312         (_dbus_demarshal_uint32), (_dbus_marshal_test):
11313         * dbus/dbus-marshal.h:
11314         * dbus/dbus-protocol.h:
11315         * dbus/dbus-test.c: (main):
11316         * dbus/dbus-test.h:
11317         Add un-optimized marshalling/demarshalling routines.
11318
11319 2002-12-25  Harri Porten  <porten@kde.org>
11320
11321         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
11322
11323 2002-12-24  Zack Rusin  <zack@kde.org>
11324
11325         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
11326         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
11327         main loop stuff
11328
11329 2002-12-24  Havoc Pennington  <hp@pobox.com>
11330
11331         * glib/dbus-gthread.c: fix include
11332
11333         * glib/dbus-glib.h: rename DBusMessageHandler for now.
11334         I think glib API needs to change, though, as you don't
11335         want to use DBusMessageFunction, you want to use the
11336         DBusMessageHandler object. Probably
11337         dbus_connection_open_with_g_main_loop()
11338         and dbus_connection_setup_g_main_loop() or something like that
11339         (but think of better names...) that just create a connection
11340         that has watch/timeout functions etc. already set up.
11341
11342         * dbus/dbus-connection.c
11343         (dbus_connection_send_message_with_reply): new function just to
11344         show how the message handler helps us deal with replies.
11345
11346         * dbus/dbus-list.c (_dbus_list_remove_last): new function
11347
11348         * dbus/dbus-string.c (_dbus_string_test): free a string that
11349         wasn't
11350
11351         * dbus/dbus-hash.c: use memory pools for the hash entries
11352         (rebuild_table): be more paranoid about overflow, and
11353         shrink table when we can
11354         (_dbus_hash_test): reduce number of sprintfs and write
11355         valid C89. Add tests for case where we grow and then
11356         shrink the hash table.
11357
11358         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
11359
11360         * dbus/dbus-connection.c (dbus_connection_register_handler)
11361         (dbus_connection_unregister_handler): new functions
11362
11363         * dbus/dbus-message.c (dbus_message_get_name): new
11364
11365         * dbus/dbus-list.c: fix docs typo
11366
11367         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
11368         an object representing a handler for messages.
11369
11370 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
11371
11372         * glib/dbus-glib.h:
11373         * glib/dbus-gthread.c: (dbus_gthread_init):
11374         Don't use the gdbus prefix for public functions.
11375
11376 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
11377
11378         * Makefile.am:
11379         * configure.in:
11380         Add GLib checks and fixup .pc files
11381
11382         * glib/Makefile.am:
11383         * glib/dbus-glib.h:
11384         * glib/dbus-gmain.c: (gdbus_connection_prepare),
11385         (gdbus_connection_check), (gdbus_connection_dispatch),
11386         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
11387         (dbus_connection_gsource_new):
11388         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
11389         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
11390         * glib/test-dbus-glib.c: (message_handler), (main):
11391         Add GLib support.
11392
11393 2002-12-15  Harri Porten  <porten@kde.org>
11394
11395         * autogen.sh: check for libtoolize before attempting to use it
11396
11397         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
11398         struct.
11399
11400         * .cvsignore: ignore more stamp files
11401
11402         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
11403
11404         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
11405         without make install.
11406
11407 2002-12-15  Havoc Pennington  <hp@pobox.com>
11408
11409         * dbus/dbus-threads.c: add thread stubs that a higher library
11410         layer can fill in. e.g. the GLib wrapper might fill them in with
11411         GThread stuff. We still need to use this thread API to
11412         thread-safe-ize the library.
11413
11414 2002-12-12  Havoc Pennington  <hp@pobox.com>
11415
11416         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
11417         below new interfaces and include fewer system headers.
11418
11419         * dbus/dbus-sysdeps.c (_dbus_read): new function
11420         (_dbus_write): new function
11421         (_dbus_write_two): new function
11422         (_dbus_connect_unix_socket): new function
11423         (_dbus_listen_unix_socket): new function
11424
11425         * dbus/dbus-message-internal.h: change interfaces to use
11426         DBusString
11427
11428 2002-12-11  Havoc Pennington  <hp@pobox.com>
11429
11430         * dbus/dbus-types.h: add dbus_unichar
11431
11432         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
11433
11434         * dbus/dbus-connection.c (dbus_connection_send_message): return
11435         TRUE on success
11436
11437         * dbus/dbus-transport.c: include dbus-watch.h
11438
11439         * dbus/dbus-connection.c: include dbus-message-internal.h
11440
11441         * HACKING: add file with coding guidelines stuff.
11442
11443         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
11444         handling here, for security purposes (as in vsftpd). Not actually
11445         using this class yet.
11446
11447         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
11448         system/libc usage here, as in vsftpd, for ease of auditing (and
11449         should also simplify portability). Haven't actually moved all the
11450         system/libc usage into here yet.
11451
11452 2002-11-25  Havoc Pennington  <hp@pobox.com>
11453
11454         * dbus/dbus-internals.c (_dbus_verbose): fix to not
11455         always print the first verbose message.
11456
11457 2002-11-24  Havoc Pennington  <hp@pobox.com>
11458
11459         * test/echo-client.c, test/echo-server.c: cheesy test
11460         clients.
11461
11462         * configure.in (AC_CHECK_FUNCS): check for writev
11463
11464         * dbus/dbus-message.c (_dbus_message_get_network_data): new
11465         function
11466
11467         * dbus/dbus-list.c (_dbus_list_foreach): new function
11468
11469         * dbus/dbus-internals.c (_dbus_verbose): new function
11470
11471         * dbus/dbus-server.c, dbus/dbus-server.h: public object
11472         representing a server that listens for connections.
11473
11474         * dbus/.cvsignore: create
11475
11476         * dbus/dbus-errors.h, dbus/dbus-errors.c:
11477         public API for reporting errors
11478
11479         * dbus/dbus-connection.h, dbus/dbus-connection.c:
11480         public object representing a connection that
11481         sends/receives messages. (Same object used for
11482         both client and server.)
11483
11484         * dbus/dbus-transport.h, dbus/dbus-transport.c:
11485         Basic abstraction for different kinds of stream
11486         that we might read/write messages from.
11487
11488 2002-11-23  Havoc Pennington  <hp@pobox.com>
11489
11490         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
11491         _DBUS_INT_MAX
11492
11493         * dbus/dbus-test.c (main): add list test, and include
11494         dbus-test.h as intended
11495
11496         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
11497         (_dbus_hash_table_remove_int): return value indicates
11498         whether the entry existed to remove
11499
11500         * dbus/dbus-list.c: add linked list utility class,
11501         with docs and tests
11502
11503         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
11504         array sometimes.
11505
11506 2002-11-23  Havoc Pennington  <hp@pobox.com>
11507
11508         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
11509         DBUS_END_DECLS to nothing, that should fix this once and for all
11510
11511         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
11512
11513         * dbus/dbus-message.c, dbus/dbus-hash.c:
11514         add some missing @brief
11515
11516 2002-11-23  Havoc Pennington  <hp@pobox.com>
11517
11518         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
11519         to avoid confusing Doxygen
11520
11521         * dbus/dbus-hash.c: @} not }@
11522
11523         * dbus/dbus-message.c (struct DBusMessage): split out
11524         internals docs
11525
11526 2002-11-23  Havoc Pennington  <hp@pobox.com>
11527
11528         * configure.in: pile on more warning flags if using gcc
11529
11530         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
11531         to document static functions
11532
11533         * configure.in: add summary to end of configure so it
11534         looks nice and attractive
11535
11536         * dbus/dbus-hash.c: finish implementation and write unit
11537         tests and docs
11538
11539         * configure.in: add --enable-tests to enable unit tests
11540
11541         * dbus/dbus-test.c: test program to run unit tests
11542         for all files in dbus/*, initially runs a test for
11543         dbus-hash.c
11544
11545         * dbus/dbus-internals.h: file to hold some internal utility stuff
11546
11547 2002-11-22  Havoc Pennington  <hp@redhat.com>
11548
11549         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
11550         "ported" away from Tcl
11551
11552         * dbus/dbus-types.h: header for types such as dbus_bool_t
11553
11554 2002-11-22  Havoc Pennington  <hp@redhat.com>
11555
11556         * dbus/dbus.h: fixups for doc warnings
11557
11558         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
11559         macros
11560         (QUIET): make it quiet so we can see warnings
11561
11562         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
11563
11564 2002-11-22  Havoc Pennington  <hp@redhat.com>
11565
11566         * Makefile.am: include "Doxyfile" target in all-local
11567
11568         * configure.in: generate the Doxyfile
11569
11570         * Doxyfile.in: move Doxyfile here, so we can use
11571         configure to generate a Doxyfile with the right
11572         version number etc.
11573
11574 2002-11-22  Havoc Pennington  <hp@redhat.com>
11575
11576         * dbus/dbus-message.c: move inline docs into .c file
11577
11578         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
11579         so all docs are under doc/
11580         (MAN_EXTENSION): generate man pages. Use extension
11581         ".3dbus" which matches ".3qt" on my system,
11582         I guess this is OK, I don't know really.
11583         (FILE_PATTERNS): look for .c files not .h, makes sense
11584         for plain C I think
11585
11586 2002-11-22  Havoc Pennington  <hp@pobox.com>
11587
11588         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
11589         because any app can be a server, and any app can be a client,
11590         the bus is a special kind of server.
11591
11592 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
11593
11594         * Doxyfile : adding. Still needs Makefile rules to be generated
11595         automatically (just run "doxygen" in the toplevel dir for now to
11596         generate docs)
11597
11598         * dbus/dbus-message.h : Adding sample docs (javadoc since
11599         resembles gtk-doc a little more)
11600
11601         * dbus/dbus.h : Adding sample docs
11602
11603 2002-11-21  Havoc Pennington  <hp@redhat.com>
11604
11605         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
11606         so we can allow ourselves to include files directly,
11607         instead of having to use dbus.h
11608
11609         * dbus/dbus.h: fill in
11610
11611         * dbus/dbus-message.h: sketch out a sample header file.
11612         Include griping if you include it directly instead of
11613         via dbus.h
11614
11615         * dbus/dbus-macros.h: new file with macros for extern "C",
11616         TRUE/FALSE, NULL, etc.
11617
11618         * doc/file-boilerplate.c: put include guards in here
11619
11620 2002-11-21  Havoc Pennington  <hp@redhat.com>
11621
11622         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
11623
11624         * COPYING: include the GPL as well, and license code
11625         under both AFL and GPL.
11626
11627 2002-11-21  Havoc Pennington  <hp@redhat.com>
11628
11629         * acconfig.h: get rid of this
11630
11631         * autogen.sh (run_configure): add --no-configure option
11632
11633         * configure.in: remove AC_ARG_PROGRAM to make
11634         autoconf complain less. add AC_PREREQ.
11635         add AC_DEFINE third arg.
11636
11637 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
11638
11639         * doc/Makefile.am:
11640         Fix references so we can distcheck.
11641
11642 2002-11-21  Havoc Pennington  <hp@redhat.com>
11643
11644         * Initial module creation
11645