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