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