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