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