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