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