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