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