1 2004-07-28 Anders Carlsson <andersca@gnome.org>
4 * python/dbus_bindings.pyx.in:
5 Add dbus.init_gthreads (), allow emit_signal to pass
6 arguments to the signal.
8 2004-07-24 Havoc Pennington <hp@redhat.com>
10 * AUTHORS: add some people, not really comprehensively, let me
13 2004-07-24 Havoc Pennington <hp@redhat.com>
15 * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
18 * test/Makefile.am (DIST_SUBDIRS): here also
20 2004-07-22 Olivier Andrieu <oliv__a@users.sourceforge.net>
22 * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
23 breaking build on Solaris, reported by Farhad Saberi on the ML.
25 * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
26 va_arg invocation to account for integer promotion in the case of
27 DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
29 * bus/services.c (bus_service_remove_owner): fix bug #902, use
30 _dbus_list_get_first_link, not _dbus_list_get_first.
32 * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
34 * dbus/dbus-object-tree.c (free_subtree_recurse): always null
35 handler functions so that the asserts in _dbus_object_subtree_unref
38 * dbus/dbus-transport-unix.c (do_reading):
39 _dbus_transport_queue_messages return value is of type
40 dbus_bool_t, not DBusDispatchStatus.
42 2004-07-19 David Zeuthen <david@fubar.dk>
44 * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
47 (check_get_connection_unix_user): Debug says GetProperty; but the
48 method is called GetConnectionUnixUser
49 (check_get_connection_unix_process_id): New function
50 (bus_dispatch_test): Actually call check_get_connection_unix_user();
51 also call check_get_connection_unix_process_id()
54 (bus_driver_handle_get_connection_unix_process_id): New function,
55 handles GetConnectionUnixProcessID on the org.freedesktop.DBus
59 (handle_server_data_external_mech): Set pid from the credentials
60 obtained from the socket
62 * dbus/dbus-connection.c:
63 (dbus_connection_get_unix_process_id): New function
65 * dbus/dbus-connection.h:
66 Add prototype for dbus_connection_get_unix_process_id
68 * dbus/dbus-transport.c:
69 (_dbus_transport_get_unix_process_id): New function
71 * dbus/dbus-transport.h:
72 Add prototype for _dbus_transport_get_unix_process_id
74 2004-07-19 Olivier Andrieu <oliv__a@users.sourceforge.net>
76 * dbus/dbus-message.c: Message counter fix, patch by Christian
77 Hammond <chipx86@gnupdate.org>
79 2004-07-18 Seth Nickell <seth@gnome.org>
82 * python/dbus_bindings.pyx.in:
83 * python/tests/test-client.py:
85 Add dbus.ByteArray and dbus_bindings.ByteArray
86 types so that byte streams can be passed back.
88 Give jdahlin the heaps of credit that are so
91 2004-07-12 Seth Nickell <seth@gnome.org>
95 Add message argument to the default object_method_handler
98 * python/dbus_bindings.pyx.in:
100 Automatically return NIL when passed an empty list
101 (we can't pass back a list since lists are typed
102 and we don't have any idea what type the the client
103 intended the list to be... :-( )
105 2004-07-10 Seth Nickell <seth@gnome.org>
107 * python/examples/Makefile.am:
109 Fix distcheck breakage caused by new examples.
111 2004-07-10 Seth Nickell <seth@gnome.org>
115 Add "message" argument to service-side dbus.Object
116 methods. This will break existing services written
117 using the python bindings, but will allow extraction
118 of all the message information (e.g. who its from).
120 Add improved "object oriented" signal handling/emission.
122 * python/examples/example-service.py:
126 * python/examples/example-signal-emitter.py:
127 * python/examples/example-signal-recipient.py:
129 Two new examples that show how to emit and receive
130 signals using the new APIs.
132 * python/examples/example-signals.py:
133 * python/examples/gconf-proxy-service.py:
134 * python/examples/gconf-proxy-service2.py:
136 Add "message" argument to service methods.
138 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>
140 * bus/driver.c (bus_driver_handle_get_connection_unix_user)
141 * dbus/bus.c (dbus_bus_get_unix_user)
142 * doc/dbus-specification.xml: implement GetConnectionUnixUser
143 method of org.freedesktop.DBus interface.
145 * bus/dispatch.c: test case
147 2004-06-23 John (J5) Palmieri <johnp@redhat.com>
149 * python/Makefile.am: switched include directory from glib/ to dbus/
150 since dbus-glib.h moved
152 2004-06-22 Olivier Andrieu <oliv__a@users.sourceforge.net>
154 * configure.in: prevent building the gcj stuff and libxml loader
155 since they are broken.
157 2004-06-20 Havoc Pennington <hp@redhat.com>
159 * dbus/dbus-glib-error-enum.h: autogenerate the GError enum
160 codes from the dbus error names
162 * glib/dbus-glib.h: move to subdir dbus/ since it's included
163 as dbus/dbus-glib.h and that breakage is now visible due to
164 including dbus/dbus-glib.h in dbus-glib-lowlevel.h
166 * glib/dbus-glib.h: s/gproxy/g_proxy/
168 * dbus/dbus-shared.h: new header to hold stuff shared with
171 * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
174 * glib/dbus-glib.h (dbus_set_g_error): move to
177 * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
178 of stuff to enable this
180 * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
182 * a bunch of other changes with the same basic "separate glib
183 bindings from dbus.h" theme
185 2004-06-10 Owen Fraser-Green <owen@discobabe.net>
187 * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
189 * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
191 2004-06-09 Olivier Andrieu <oliv__a@users.sourceforge.net>
193 * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
194 the reply value of the ServiceExists message.
196 2004-06-07 John (J5) Palmieri <johnp@redhat.com>
198 * python/dbus_bindings.pyx.in: No longer need to parse path
199 elements and pass them as arrays of strings. The C API now
200 accepts plain path strings.
201 (_build_parsed_path): removed
203 2004-06-07 Havoc Pennington <hp@redhat.com>
205 * doc/TODO: remove auto-activation item since it's done; sort
206 items by importance/milestone
208 2004-06-07 Havoc Pennington <hp@redhat.com>
210 * dbus/dbus-message-builder.c (_dbus_message_data_load): append
211 random signature when using REQUIRED_FIELDS (this hack won't work
214 * dbus/dbus-message.c: change the signature to be a header field,
215 instead of message->signature special-case string. Incremental
216 step forward. Then we can fix up code to send the signature in the
217 message, then fix up code to validate said signature, then fix up
218 code to not put the typecodes inline, etc.
219 (load_one_message): don't make up the signature after the fact
220 (decode_header_data): require signature field for the known
223 * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
225 * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
227 2004-06-07 Owen Fraser-Green <owen@discobabe.net>
229 * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
231 * mono/Handler.cs: Updated to follow new path argument for
232 (un-)registering objects.
234 * mono/example/Makefile.am:
236 * configure.in: Bumped required version for mono and use new -pkg
239 2004-06-05 Olivier Andrieu <oliv__a@users.sourceforge.net>
241 * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
242 registration functions take the path argument as char* instead of
245 * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
246 split off the path decompostion part of
247 _dbus_demarshal_object_path. Some misc. fixes to silence compiler
250 * glib/dbus-gobject.c, test/test-service.c: update accordingly.
252 2004-06-02 Kristian Høgsberg <krh@redhat.com>
254 * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
255 machine approach. A state is implemented as a function that
256 handles incoming events as specified for that state.
258 * doc/dbus-specification.xml: Update auth protocol state machine
259 specification to match implementation. Remove some leftover
262 2004-06-02 Kristian Høgsberg <krh@redhat.com>
264 * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
265 dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
268 * Doxyfile.in: remove deprecated options.
270 * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
271 glib/test-thread.h, glib/test-thread-client.c,
272 glib/test-thread-server.c, glib/test-profile.c,
273 glib/test-dbus-glib.c: remove these unused files.
275 2004-06-01 Olivier Andrieu <oliv__a@users.sourceforge.net>
277 * dbus/dbus-object-tree.c
278 (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
279 non-fallback handlers (bug #684).
280 (_dbus_object_subtree_new): initialize invoke_as_fallback field.
281 (find_subtree_recurse): report wether the returned subtree is an
282 exact match or a "fallback" match higher up in the tree.
283 (object_tree_test_iteration): update test case.
285 2004-06-01 Seth Nickell <seth@gnome.org>
287 * python/dbus_bindings.pyx.in:
288 * python/tests/test-client.py:
290 Round off basic type support. Add dicts (yay!), and
291 remaining array types.
293 Make MessageIter more general so it works for dicts too.
295 Mark all loop variables as C integers.
297 2004-05-31 Havoc Pennington <hp@redhat.com>
299 * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
302 * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
304 * glib/dbus-glib-tool.c (main): set up to have a --self-test
305 option that runs the tests, and start filling in some code
306 including for starters just dumping the interfaces to stdout
308 * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
310 * test/data/valid-introspection-files/lots-of-types.xml: test of
311 an example introspection file
313 * glib/dbus-gparser.c (parser_check_doctype): doctype should be
316 2004-05-31 Seth Nickell <seth@gnome.org>
318 * python/dbus_bindings.pyx.in:
319 * python/tests/test-client.py:
324 Fix string array memory trashing bug... oops...
326 2004-05-30 Seth Nickell <seth@gnome.org>
330 Add a nicer-but-less-flexible alternate API for handling
331 calls to virtual objects in dbus.ObjectTree.
333 Screw up the argument order to the dbus.Object constructor
334 for consistency with dbus.ObjectTree (and to make dbus_methods
335 optional for future extension)
337 * python/examples/Makefile.am:
338 * python/examples/gconf-proxy-service.py:
339 * python/examples/gconf-proxy-service2.py:
341 Alternate implementation of gconf-proxy-service using the
342 nicer dbus.ObjectTree API.
344 * python/examples/example-service.py:
345 * python/tests/test-server.py
347 Reverse the argument order to deal with dbus.Object constructor
350 2004-05-30 Seth Nickell <seth@gnome.org>
352 * python/examples/example-client.py:
353 * python/examples/example-service.py:
355 Take it back. Lists seem to work but they're broken
356 in the test suite. Make the base examples use
359 2004-05-30 Seth Nickell <seth@gnome.org>
361 * python/dbus_bindings.pyx.in:
362 * python/tests/test-client.py:
364 Add some more tests and fix errors that crop up.
365 Unfortunately, currently it seems like marshalling
366 and unmarshalling of lists is completely broken :-(
368 2004-05-30 Seth Nickell <seth@gnome.org>
370 * python/dbus_bindings.pyx.in:
372 Add support for ObjectPath type.
376 Refactor message handling code to a common function.
378 * python/tests/test-client.py:
379 * python/tests/test-server.py:
381 Add tests that check to make sure values of all types
382 can be echoed from a service w/o mangling.
384 2004-05-29 Seth Nickell <seth@gnome.org>
388 Add ObjectTree class which allows implementation
389 of trees of "virtual" objects. Basically the python
390 wrapper for "register_fallback".
392 * python/examples/Makefile.am
393 * python/examples/gconf-proxy-client.py:
394 * python/examples/gconf-proxy-service.py:
396 Implement a simple GConf proxy service that supports
397 get/set on string and int GConf keys using the ObjectTree.
399 2004-05-29 Seth Nickell <seth@gnome.org>
402 * python/examples/example-client.py:
403 * python/examples/example-service.py:
404 * python/examples/list-system-services.py:
406 Add SessionBus, SystemBus and ActivationBus classes
407 so you don't need to know the special little BUS_TYPE
410 2004-05-29 Havoc Pennington <hp@redhat.com>
412 * bus/config-parser.c (process_test_valid_subdir): temporarily
413 stop testing config parser OOM handling, since expat has issues
414 http://freedesktop.org/pipermail/dbus/2004-May/001153.html
416 * bus/dbus-daemon-1.1.in: change requested_reply to
417 send_requested_reply/receive_requested_reply so we can send the
418 replies, not just receive them.
420 * bus/config-parser.c: parse the new
421 send_requested_reply/receive_requested_reply
423 * bus/policy.c (bus_client_policy_check_can_send): add
424 requested_reply argument and use it
426 * bus/bus.c (bus_context_check_security_policy): pass through
427 requested_reply status to message send check
429 * bus/system.conf.in: adapt to requested_reply change
431 2004-05-28 Havoc Pennington <hp@redhat.com>
433 * test/glib/test-service-glib.c (main): remove unused variable
435 * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
437 * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
438 from the enum, no longer in use.
440 * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
443 * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
444 whether error_name passed in is a valid error name.
446 2004-05-28 John (J5) Palmieri <johnp@redhat.com>
448 * dbus/dbus-message.c (dbus_message_get_args): Added support for
449 OBJECT_PATH and OBJECT_PATH_ARRAY
451 2004-05-28 Seth Nickell <seth@gnome.org>
453 * python/examples/Makefile.am:
455 Forget to add Makefile.am. Do not pass go.
457 2004-05-28 Michael Meeks <michael@ximian.com>
459 * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal):
462 * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
464 * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
465 (_dbus_message_iter_get_basic_type_array): impl.
466 drastically simplify ~all relevant _get methods to use these.
467 (_dbus_message_iter_append_basic_array),
468 (dbus_message_iter_append_basic): impl
469 drastically simplify ~all relevant _append methods to use these.
471 * dbus/dbus-message-builder.c (parse_basic_type)
472 (parse_basic_array, lookup_basic_type): impl.
473 (_dbus_message_data_load): prune scads of duplicate /
476 * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array)
477 (_dbus_demarshal_basic_type): implement,
478 (demarshal_and_validate_len/arg): beef up debug.
479 (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
481 2004-05-27 Seth Nickell <seth@gnome.org>
484 * python/Makefile.am:
486 Include the example python apps in the tarball.
488 * python/examples/list-system-services.py
490 Add a python new example that fetches the list of services
493 2004-05-27 Seth Nickell <seth@gnome.org>
496 * python/dbus_bindings.pyx.in:
498 Fix failure to notify that a signal was not handled,
499 resulted in hung functions.
501 2004-05-25 Colin Walters <walters@redhat.com>
503 * tools/dbus-monitor.c (main): Monitor all types of messages.
505 2004-05-23 Owen Fraser-Green <owen@discobabe.net>
507 * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
508 which unregisters the object path and disposes the handler.
510 2004-05-23 Kristian Høgsberg <krh@redhat.com>
512 Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
514 * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
515 operands to && so we call dbus_message_iter_next () for the last
518 2004-05-21 Olivier Andrieu <oliv__a@users.sourceforge.net>
520 * dbus/dbus-object-tree.c
521 (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
522 children even if the requested path isn't registered.
523 (object_tree_test_iteration): test object_tree_list_registered.
525 * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
528 2004-05-20 Kristian Høgsberg <krh@redhat.com>
530 * doc/TODO: Remove resolved items.
532 * bus/expirelist.h (struct BusExpireList): remove unused n_items
535 * bus/connection.c (bus_connections_expect_reply): Enforce the
536 per-connection limit on pending replies.
538 Patch from Jon Trowbridge <trow@ximian.com>:
540 * bus/main.c (setup_reload_pipe): Added. Creates a pipe and sets
541 up a watch that triggers a config reload when one end of the pipe
543 (signal_handler): Instead of doing the config reload in our SIGHUP
544 handler, just write to the reload pipe and let the associated
545 watch handle the reload when control returns to the main loop.
547 * bus/driver.c (bus_driver_handle_reload_config): Added.
548 Implements a ReloadConfig method for requesting a configuration
549 file reload via the bus driver.
551 2004-05-19 Owen Fraser-Green <owen@discobabe.net>
553 * HACKING: Updated release instructions concerning the wiki page.
555 2004-05-18 Kristian Høgsberg <krh@redhat.com>
557 * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
558 filter against auth->allowed_mechs; we only add allowed mechs in
561 * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
562 ALLOWED_MECHS to auth-script format so we can set the list of
565 * data/auth/client-out-of-mechanisms.auth-script: New test to
566 check client disconnects when it is out of mechanisms to try.
568 * dbus/dbus-auth.c (process_command): Remove check for lines
569 longer that 1 MB; we only buffer up maximum 16 kB.
571 * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
572 dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
573 Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
574 assume there might be unused bytes.
576 * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
577 client-out-of-mechs, it is handled in process_reject(). Move check
578 for max failures to send_rejected(), as it's a server-only thing.
580 * dbus/dbus-auth.c: Factor out protocol reply code into functions
581 send_auth(), send_data(), send_rejected(), send_error(),
582 send_ok(), send_begin() and send_cancel().
584 2004-05-17 Kristian Høgsberg <krh@redhat.com>
586 Remove base64 encoding, replace with hex encoding. Original patch
587 from trow@ximian.com, added error handling.
589 * dbus/dbus-string.c (_dbus_string_base64_encode)
590 (_dbus_string_base64_decode): Remove.
591 (_dbus_string_hex_decode): Add end_return argument so we can
592 distinguish between OOM and invalid hex encoding.
593 (_dbus_string_test): Remove base64 tests and add test case for
596 * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
597 Replace base64 with hex.
599 * test/data/auth/invalid-hex-encoding.auth-script: New test case
600 for invalid hex encoded data in auth protocol.
602 2004-05-17 Olivier Andrieu <oliv__a@users.sourceforge.net>
604 * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
607 2004-05-15 Owen Fraser-Green <owen@discobabe.net>
609 * mono/dbus-sharp.dll.config.in: Added for GAC
610 * mono/dbus-sharp.snk: Added for GAC
611 * mono/Assembly.cs.in: Added for GAC
612 * mono/Makefile.am: Changes for GAC installation
613 * configure.in: Added refs for dbus-sharp.dll.config.in and
614 Assembly.cs.in. More fixes for mono testing
615 * mono/example/Makefile.am: Changed var to CSC
616 * Makefile.am: Changed flag name to DBUS_USE_CSC
618 2004-05-15 Owen Fraser-Green <owen@discobabe.net>
620 * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
621 * mono/doc/*: Added documentation framework
622 * configure.in: Added monodoc check
623 * README: Added description of mono configure flags
625 2004-05-11 John (J5) Palmieri <johnp@redhat.com>:
627 * doc/dbus-specification.xml: Added a "Required" column to the
628 header fields table and changed the "zero or more" verbage in
629 the above paragraph to read "The header must contain the required
630 named header fields and zero or more of the optional named header
632 * test/data/invalid-messages/*.message: Added the required PATH
633 named header field to the tests so that they don't fail on
636 2004-05-07 John (J5) Palmieri <johnp@redhat.com>
638 * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
639 the stack by implicitly defining variable and parameter types and
640 removing the hack of defining C pointers as python objects and later
643 2004-05-02 Owen Fraser-Green <owen@discobabe.net>
645 * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
647 2004-05-01 Owen Fraser-Green <owen@discobabe.net>
649 * mono/DBusType/Dict.cs: Handle empty dicts
650 * mono/DBusType/Array.cs: Handle empty arrays
651 * mono/Arguments.cs: Handle empty arguments
653 2004-04-30 Owen Fraser-Green <owen@discobabe.net>
655 * dbus-sharp.pc.in: Modified to include include Libs and Requires
658 2004-04-25 Kristian Høgsberg <krh@redhat.com>
660 * test/data/valid-messages/standard-*.message: Update message
661 test scripts to new header field names.
663 2004-04-22 John (J5) Palmieri <johnp@redhat.com>
665 * test/break-loader.c (randomly_do_n_things): tracked down buffer
666 overflow to times_we_did_each_thing array which would chop off the
667 first character of the failure_dir string. Increased the size of
668 the array to 7 to reflect the number of random mutation functions
671 2004-04-21 Kristian Høgsberg <krh@redhat.com>
673 * dbus/dbus-server-unix.c (unix_finalize): Don't unref
674 unix_server->watch here, it is unreffed in disconnect.
675 (_dbus_server_new_for_tcp_socket): convert NULL host to
676 "localhost" here so we don't append NULL to address.
678 * dbus/dbus-server.c (_dbus_server_test): Add test case for
679 various addresses, including tcp with no explicit host.
681 2004-04-21 Olivier Andrieu <oliv__a@users.sourceforge.net>
683 * dbus/dbus-message.c (decode_header_data, decode_string_field):
684 fix incorrect setting of .name_offset in the HeaderField (it was
685 off by two bytes, positioned right after the name and typecode)
687 * bus/bus.c (bus_context_new, bus_context_unref): test before
688 calling dbus_server_free_data_slot and _dbus_user_database_unref
691 * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
694 2004-04-19 Kristian Høgsberg <krh@redhat.com>
696 * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
697 _dbus_poll() instead of select().
699 2004-04-15 Jon Trowbridge <trow@ximian.com>
701 * bus/main.c (signal_handler): Reload the configuration files
703 (main): Set up our SIGHUP handler.
705 * bus/bus.c (struct BusContext): Store the config file, user and
706 fork flag in the BusContext.
707 (process_config_first_time_only): Added. Contains the code
708 (previously in bus_context_new) for setting up the BusContext from
709 the BusConfigParser that should only be run the first time the
710 config files are read.
711 (process_config_every_time): Added. Contains the code (previously
712 in bus_context_new) for setting up the BusContext from the
713 BusConfigParser that should be run every time the config files are
715 (load_config): Added. Builds a BusConfigParser from the config
716 files and passes the resulting structure off to
717 process_config_first_time_only (assuming this is the first time)
718 and process_config_every_time.
719 (bus_context_new): All of the config-related code has been moved
720 to process_config_first_time_only and process_config_every_time.
721 Now this function just does the non-config-related initializations
722 and calls load_config.
723 (bus_context_reload_config): Added.
725 2004-04-15 Olivier Andrieu <oliv__a@users.sourceforge.net>
727 * bus/driver.c (bus_driver_handle_get_service_owner):
728 implement a GetServiceOwner method.
729 * doc/dbus-specification.xml: document it.
730 * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
732 * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
733 implement, using the bus GetServiceOwner method.
735 * test/glib/test-dbus-glib.c:
736 use dbus_gproxy_new_for_service_owner so that we can receive the
739 2004-04-15 John (J5) Palmieri <johnp@redhat.com>
741 * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
742 dbus/dbus-message.c, dbus/dbus-protocol.h
743 (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
745 * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
746 dbus/dbus-message.c, dbus/dbus-protocol.h
747 (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
749 * dbus/dbus-internals.c (_dbus_header_field_to_string):
750 DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
751 DBUS_HEADER_FIELD_SENDER resolves to "sender"
753 * doc/dbus-specification.xml (Header Fields Table):
754 s/SERVICE/DESTINATION
755 s/SENDER_SERVICE/SENDER
758 2004-04-14 Olivier Andrieu <oliv__a@users.sourceforge.net>
760 * test/glib/test-dbus-glib.c (timed_exit): fail the test after
763 2004-04-13 Michael Meeks <michael@ximian.com>
765 * glib/dbus-gobject.c (handle_introspect): split out
766 (introspect_properties): this.
767 (handle_introspect): implement this.
769 * test/glib/Makefile.am: use the absolute path so the bus
770 daemon's chdir ("/") doesn't kill us dead.
772 * configure.in: subst ABSOLUTE_TOP_BUILDDIR
774 2004-04-12 Jon Trowbridge <trow@ximian.com>
776 * bus/config-parser.c (struct BusConfigParser): Added
777 included_files field.
778 (seen_include): Added. Checks whether or not a file has already
779 been included by any parent BusConfigParser.
780 (bus_config_parser_new): Copy the parent's included_files.
781 (include_file): Track which files have been included, and fail on
783 (process_test_valid_subdir): Changed printf to report if we are
784 testing valid or invalid conf files.
785 (all_are_equiv): Changed printf to be a bit clearer about
786 what we are actually doing.
787 (bus_config_parser_test): Test invalid configuration files.
789 2004-04-09 Jon Trowbridge <trow@ximian.com>
791 * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
792 argument. If non-null, the newly-constructed BusConfigParser will
793 be initialized with the parent's BusLimits instead of the default
795 (include_file): When including a config file, pass in
796 the current parser as the parent and then copy the BusLimits
797 from the included BusConfigParser pack to the current parser.
798 (process_test_valid_subdir): Renamed from process_test_subdir.
799 (process_test_equiv_subdir): Added. Walks through a directory,
800 descending into each subdirectory and loading the config files
801 it finds there. If any subdirectory contains two config files
802 that don't produce identical BusConfigParser structs, fail.
803 For now, the BusConfigParser's BusPolicies are not compared.
804 (bus_config_parser_test): Call both process_test_valid_subdir and
805 process_test_equiv_subdir.
807 * bus/config-loader-libxml.c (bus_config_load): Take a parent
808 argument and pass it along to the call to bus_config_parser_new.
809 Also made a few small changes to allow this code to compile.
811 * bus/config-loader-expat.c (bus_config_load): Take a parent
812 argument and pass it along to the call to bus_config_parser_new.
814 * bus/bus.c (bus_context_new): Load the config file
815 with a NULL parent argument.
817 2004-03-29 Michael Meeks <michael@ximian.com>
819 * glib/dbus-gobject.c (introspect_properties): split
820 out, fix mangled 'while' flow control.
821 (introspect_signals): implement.
822 (handle_introspect): update.
824 2004-03-29 Michael Meeks <michael@ximian.com>
826 * glib/dbus-gobject.c (set_object_property): split out /
827 re-work, use the property type, and not the message type(!)
828 (get_object_property): ditto.
830 * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
831 (dbus_gvalue_marshal): make this code re-usable, needed
832 for signals too, also on both proxy and server side.
833 Re-write for more efficiency / readability.
835 2004-03-29 Michael Meeks <michael@ximian.com>
837 * dbus/dbus-message.c
838 (dbus_message_new_error_printf): impl.
840 * dbus/dbus-connection.c
841 (dbus_connection_unregister_object_path): fix warning.
843 * configure.in: fix no-mono-installed situation.
845 2004-03-27 Havoc Pennington <hp@redhat.com>
847 Patch from Timo Teräs:
849 * tools/dbus-send.c (main): if --print-reply, assume type is
850 method call; support boolean type args
852 * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
853 bunch of memleak and logic bugs
855 2004-03-23 Owen Fraser-Green <owen@discobabe.net>
858 * mono/Introspector.cs:
860 * mono/InterfaceProxy.cs:
862 * mono/ProxyBuilder.cs:
864 Added InterfaceProxy class to avoid building proxies for every
868 * dbus-message.c (dbus_message_append_args_valist)
869 (dbus_message_iter_get_object_path)
870 (dbus_message_iter_get_object_path_array)
871 (dbus_message_iter_append_object_path)
872 (dbus_message_iter_append_object_path_array):
873 Added object_path iter functions to handle OBJECT_PATH arguments
875 2004-03-23 Owen Fraser-Green <owen@discobabe.net>
877 First checkin of mono bindings.
880 Build stuff for the bindings
881 * dbus-sharp.pc.in: Added for pkgconfig
883 2004-03-21 Havoc Pennington <hp@redhat.com>
885 * test/test-service.c (main): remove debug spew
887 2004-03-21 Olivier Andrieu <oliv__a@users.sourceforge.net>
889 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
892 * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
893 (dbus_message_iter_init_array_iterator)
894 (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
895 indicate whether the iterator is empty
897 * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
900 2004-03-19 Havoc Pennington <hp@redhat.com>
906 * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
908 * python/Makefile.am: change to avoid dist of dbus_bindings.c so
909 you don't need pyrex to make dist
911 * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
914 2004-03-18 Richard Hult <richard@imendio.com>
916 * dbus/dbus-message.c (dbus_message_get_auto_activation)
917 (dbus_message_set_auto_activation): Add doxygen docs.
919 2004-03-16 Richard Hult <richard@imendio.com>
921 * bus/activation.c: (bus_activation_service_created),
922 (bus_activation_send_pending_auto_activation_messages),
923 (bus_activation_activate_service):
925 * bus/dispatch.c: (bus_dispatch),
926 (check_nonexistent_service_auto_activation),
927 (check_service_auto_activated),
928 (check_segfault_service_auto_activation),
929 (check_existent_service_auto_activation), (bus_dispatch_test):
930 * bus/driver.c: (bus_driver_handle_activate_service):
931 * bus/services.c: (bus_registry_acquire_service):
932 * dbus/dbus-message.c: (dbus_message_set_auto_activation),
933 (dbus_message_get_auto_activation):
934 * dbus/dbus-message.h:
935 * dbus/dbus-protocol.h: Implement auto-activation.
937 * doc/dbus-specification.xml: Add auto-activation to the spec.
939 2004-03-12 Olivier Andrieu <oliv__a@users.sourceforge.net>
941 * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
942 fix a bug with CUSTOM types.
944 * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
945 a unit test for this bug (used to fail).
947 2004-03-12 Mikael Hallendal <micke@imendio.com>
950 (babysitter_watch_callback): notify all pending activations waiting for
951 the same exec that the activation failed.
952 (bus_activation_activate_service): shortcut the activation if we
953 already waiting for the same executable to start up.
955 2004-03-12 Mikael Hallendal <micke@imendio.com>
958 - Added service file reloading.
959 Each service files directory is kept in an hash table in
960 BusActivation and each BusActivationEntry knows what .service-file it
961 was read from. So when you try to activate a service the bus will
962 check if it's been updated, removed or if new .service-files has
964 - Test code at the bottom for the service file reloading.
965 * bus/test-main.c: (main):
967 - added service reloading test.
968 * dbus/dbus-sysdeps.c:
969 * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
971 2004-03-08 Michael Meeks <michael@ximian.com>
973 * dbus/dbus-connection.c (_dbus_connection_block_for_reply):
974 bail immediately if disconnected, to avoid busy loop.
976 * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
977 cleanup cut/paste/inefficiency.
979 2004-03-01 David Zeuthen <david@fubar.dk>
981 * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
982 bug where args were used twice. This bug resulted in a segfault
983 on a Debian/PPC system when starting the messagebus daemon. Include
984 dbus-sysdeps.h for DBUS_VA_COPY
986 * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
988 * configure.in: Check for va_copy; define DBUS_VA_COPY to the
989 appropriate va_copy implementation. From GLib
991 2004-02-24 Joe Shaw <joe@ximian.com>
993 * bus/services.c (bus_registry_acquire_service): We need to pass
994 in the service name to dbus_set_error() to prevent a crash.
996 2003-12-26 Anders Carlsson <andersca@gnome.org>
998 * AUTHORS: Reveal my True identity.
1000 2003-12-17 Mikael Hallendal <micke@imendio.com>
1002 * dbus/dbus-message.c: (dbus_message_append_args_valist):
1003 - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
1005 2003-12-13 Mikael Hallendal <micke@imendio.com>
1007 * doc/TODO: Added not about better error check of configuration files.
1009 2003-12-02 Richard Hult <richard@imendio.com>
1011 * Update AFL version to 2.0 throughout the source files to reflect
1012 the update that was done a while ago.
1014 2003-12-02 Richard Hult <richard@imendio.com>
1016 * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
1017 wrote_dict_key to FALSE on the iter that the dict is appended to,
1018 just like when appending other types. Fixes a bug where a dict
1019 couldn't be put inside a dict.
1020 (dbus_message_iter_append_dict_key): Fix typo in warning message.
1021 (message_iter_test, _dbus_message_test): Add test case for dict
1024 2003-12-01 David Zeuthen <david@fubar.dk>
1026 * python/dbus.py: Add the actual message when calling the reciever
1027 of a signal such that parameters can be inspected. Add the method
1028 remove_signal_receiver
1030 2003-11-26 Mikael Hallendal <micke@imendio.com>
1034 * glib/*.[ch]: Made ref functions return the pointer
1036 2003-11-25 Zack Rusin <zack@kde.org>
1038 * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
1040 * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer
1043 * qt/connection.h, qt/connection.cpp: Adjusting to changes in
1044 the Integrator and to better fit with the server,
1046 2003-11-24 Zack Rusin <zack@kde.org>
1048 * qt/connection.h, qt/connection.cpp: removing initDbus method since
1049 the integrator handles it now
1051 * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
1052 since QTimer wasn't really meant to be used the way DBusTimeout is
1054 2003-11-24 Zack Rusin <zack@kde.org>
1056 * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding
1057 Integrator class which integrates D-BUS with the Qt event loop,
1059 * qt/connection.h, qt/connection.cpp: Move all the code which
1060 was dealing with D-BUS integration to the Integrator class,
1061 and start using Integrator,
1063 2003-11-23 Zack Rusin <zack@kde.org>
1065 * qt/connection.h, qt/connection.cpp: Adding the DBusConnection
1068 * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
1069 switching namespaces to DBusQt, reworking the class,
1071 * Makefile.cvs: switching dependencies so that it matches KDE
1074 * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to
1077 2003-11-19 Havoc Pennington <hp@redhat.com>
1081 * configure.in: bump version to 0.20
1083 * configure.in (have_qt): add yet another place to look for qt
1084 (someone hand trolltech a .pc file...)
1086 2003-11-01 Havoc Pennington <hp@redhat.com>
1088 * doc/dbus-specification.xml: add state machine docs on the auth
1089 protocol; just a first draft, I'm sure it's wrong.
1091 2003-10-28 David Zeuthen <david@fubar.dk>
1093 * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
1094 return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
1096 2003-10-28 Havoc Pennington <hp@redhat.com>
1098 * dbus/dbus-message.c (get_next_field): delete unused function
1100 2003-10-28 Havoc Pennington <hp@redhat.com>
1102 * bus/expirelist.c (do_expiration_with_current_time): detect
1103 failure of the expire_func due to OOM
1105 * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
1107 * bus/dispatch.c (check_send_exit_to_service): fix to handle the
1108 NoReply error that's now created by the bus when the service exits
1110 2003-10-28 Havoc Pennington <hp@redhat.com>
1112 * dbus/dbus-message.c (_dbus_message_test): enable and fix the
1113 tests for set_path, set_interface, set_member, etc.
1115 * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
1117 * dbus/dbus-message.c (set_string_field): always just delete and
1118 re-append the field; accept NULL for deletion
1119 (re_align_fields_recurse): reimplement
1121 2003-10-26 Havoc Pennington <hp@redhat.com>
1123 * dbus/dbus-connection.c: fix docs to properly describe the
1124 disconnected message
1125 (_dbus_connection_notify_disconnected): remove this function;
1126 we can't synchronously add the disconnected message, we have to
1127 do it after we've queued any remaining real messages
1128 (_dbus_connection_get_dispatch_status_unlocked): queue the
1129 disconnect message only if the transport has finished queueing all
1130 its real messages and is disconnected.
1131 (dbus_connection_disconnect): update the dispatch status here
1133 2003-10-22 Havoc Pennington <hp@redhat.com>
1135 * bus/bus.c (bus_context_check_security_policy): fix up assertion
1137 * bus/connection.c (bus_transaction_send_from_driver): set the
1138 destination to the connection's base service
1140 2003-10-20 Havoc Pennington <hp@redhat.com>
1142 hmm, make check is currently not passing.
1144 * doc/dbus-specification.xml: add requirement that custom type
1145 names follow the same rules as interface names.
1147 * dbus/dbus-protocol.h: change some of the byte codes, to avoid
1148 duplication and allow 'c' to be 'custom'; dict is now 'm' for
1151 * doc/dbus-specification.xml: update type codes to match
1152 dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
1153 CUSTOM. Add type OBJECT_PATH to the spec.
1155 2003-10-17 Havoc Pennington <hp@redhat.com>
1157 * bus/driver.c (create_unique_client_name): use "." as separator
1158 in base service names instead of '-'
1160 * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
1161 byte at the end of the string
1163 * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
1164 optimization macros since string validation seems to be a slow
1167 * doc/dbus-specification.xml: restrict valid
1168 service/interface/member/error names. Add test suite code for the
1171 * dbus/dbus-string.c: limit service/interface/member/error names
1174 * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
1175 format arg to verbose spew
1177 * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
1178 memory, return instead of g_error
1180 * test/test-service.c (path_message_func): support emitting a
1183 * dbus/dbus-bus.c (init_connections_unlocked): only fill in
1184 activation bus type if DBUS_BUS_ACTIVATION was set; default to
1185 assuming the activation bus was the session bus so that services
1186 started manually will still register.
1187 (init_connections_unlocked): fix so that in OOM situation we get
1188 the same semantics when retrying the function
1190 * test/test-service.c (main): change to use path registration, to
1191 test those codepaths; register with DBUS_BUS_ACTIVATION rather
1192 than DBUS_BUS_SESSION
1194 2003-10-16 Havoc Pennington <hp@redhat.com>
1196 * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
1198 * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
1199 coverage of the tests
1200 (coverage-report.txt): don't move the .da and .bbg files around
1202 2003-10-16 Havoc Pennington <hp@redhat.com>
1204 * bus/bus.c (struct BusContext): remove struct field I didn't mean
1207 2003-10-16 Havoc Pennington <hp@redhat.com>
1209 * bus/connection.c (bus_pending_reply_expired): either cancel or
1211 (bus_connections_check_reply): use unlink, not remove_link, as we
1212 don't want to free the link; fixes double free mess
1214 * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
1215 where no reply was received
1217 * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
1220 * bus/signals.c (match_rule_matches): add special cases for the
1221 bus driver, so you can match on sender/destination for it.
1223 * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
1224 DBUS_PRINT_BACKTRACE is set
1226 * dbus/dbus-internals.c: add pid to assertion failure messages
1228 * dbus/dbus-connection.c: add message type code to the debug spew
1230 * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
1231 sender=foo not service=foo
1233 * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
1234 session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use
1235 DBUS_ACTIVATION_ADDRESS instead
1237 * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
1238 DBUS_SYSTEM_BUS_ADDRESS if appropriate
1240 * bus/bus.c (bus_context_new): handle OOM copying bus type into
1243 * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
1244 (dbus_message_iter_get_object_path_array): new function (half
1245 finished, disabled for the moment)
1247 * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
1248 DBUS_MESSAGE_TYPE_ERROR
1250 * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
1251 avoid redirecting stderr to /dev/null
1252 (babysit): close stdin if not doing the "exit_with_session" thing
1254 * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
1255 debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
1256 stdout/stdin, so things don't get confused
1258 * bus/system.conf.in: fix to allow replies, I modified .conf
1259 instead of .conf.in again.
1261 2003-10-14 David Zeuthen <david@fubar.dk>
1263 * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
1264 argtype to arg_type when raising unknown arg type exception.
1265 Changed type list to reflect the changes in dbus-protocol.h so
1266 the bindings actually work.
1268 2003-10-14 Havoc Pennington <hp@redhat.com>
1270 * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
1271 to have a bug keeping it from outputting the .da files sometimes
1272 (string_get_string): don't append garbage nul bytes to the string.
1274 2003-10-15 Seth Nickell <seth@gnome.org>
1276 * python/Makefile.am:
1278 Include dbus_h_wrapper.h in the dist tarball.
1280 2003-10-14 Havoc Pennington <hp@redhat.com>
1282 * bus/bus.c (bus_context_check_security_policy): revamp this to
1283 work more sanely with new policy-based requested reply setup
1285 * bus/connection.c (bus_transaction_send_from_driver): set bus
1286 driver messages as no reply
1288 * bus/policy.c (bus_client_policy_check_can_receive): handle a
1289 requested_reply attribute on allow/deny rules
1291 * bus/system.conf: add <allow requested_reply="true"/>
1293 * bus/driver.c (bus_driver_handle_message): fix check for replies
1294 sent to the bus driver, which was backward. How did this ever work
1295 at all though? I think I'm missing something.
1297 * dbus/dbus-message.c (decode_header_data): require error and
1298 method return messages to have a reply serial field to be valid
1299 (_dbus_message_loader_queue_messages): break up this function;
1300 validate that reply serial and plain serial are nonzero;
1301 clean up the OOM/error handling.
1302 (get_uint_field): don't return -1 from this
1303 (dbus_message_create_header): fix signed/unsigned bug
1305 * bus/connection.c (bus_connections_expect_reply): save serial of
1306 the incoming message, not reply serial
1308 2003-10-14 Havoc Pennington <hp@redhat.com>
1310 * bus/connection.c: implement pending reply tracking using
1313 * bus/bus.c (bus_context_check_security_policy): verify that a
1314 reply is pending in order to allow a reply to be sent. Deny
1315 messages of unknown type.
1317 * bus/dbus-daemon-1.1.in: update to mention new resource limits
1319 * bus/bus.c (bus_context_get_max_replies_per_connection): new
1320 (bus_context_get_reply_timeout): new
1322 2003-10-13 Seth Nickell <seth@gnome.org>
1324 * python/Makefile.am:
1326 Pass "make distcheck": remove a couple files from DIST_FILES
1327 that weren't included in the final version.
1329 2003-10-12 Havoc Pennington <hp@pobox.com>
1331 Added test code that 1) starts an actual bus daemon and 2) uses
1332 DBusGProxy; fixed bugs that were revealed by the test. Lots
1333 more testing possible, but this is the basic framework.
1335 * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
1336 empty proxy lists from the proxy list hash
1338 * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
1339 couple of return_if_fail checks
1341 * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
1342 to allocate, so everything is cleared to NULL as it should be.
1344 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
1345 source as data to dbus_connection_set_timeout_functions() as the
1346 timeout functions expected
1348 * test/glib/run-test.sh: add a little script to start up a message
1349 bus and run tests using it
1351 * tools/dbus-launch.1: updates
1353 * tools/dbus-launch.c (main): add --config-file option
1355 * tools/dbus-launch.c (main): remove confusing else if (runprog)
1356 that could never be reached.
1358 * dbus/dbus-message.c (dbus_message_new_method_return)
1359 (dbus_message_new_error, dbus_message_new_signal): set the
1360 no-reply-expected flag on all these. Redundant, but may
1361 as well be consistent.
1363 2003-10-11 Havoc Pennington <hp@pobox.com>
1365 * test/decode-gcov.c (function_solve_graph): make broken block
1366 graph a nonfatal error since it seems to be broken. Need to debug
1369 * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
1370 can't just check type > INVALID < LAST anymore
1372 * dbus/dbus-message.c (dbus_message_get_signature): new function
1373 (dbus_message_has_signature): new function
1374 (struct DBusMessage): add signature field (right now it isn't sent
1375 over the wire, just generated on the fly)
1376 (dbus_message_copy): copy the signature, and init strings to
1377 proper length to avoid some reallocs
1378 (dbus_message_iter_init_array_iterator): return void, since it
1380 (dbus_message_iter_init_dict_iterator): return void since it can't fail
1381 (_dbus_message_loader_queue_messages): add silly temporary hack to
1382 fill in message->signature on load
1384 * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
1385 characters, so they are relatively human-readable.
1387 2003-10-11 Havoc Pennington <hp@pobox.com>
1389 * dbus/dbus-message.c (_dbus_message_test): add more test
1390 coverage, but #if 0 for now since they uncover a bug
1391 not fixed yet; I think in re_align_field_recurse()
1392 (re_align_field_recurse): add FIXME about broken assertion
1394 * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
1396 * bus/connection.c: share a couple code bits with expirelist.c
1398 * bus/expirelist.h, bus/expirelist.c: implement a generic
1399 expire-items-after-N-seconds facility, was going to share between
1400 expiring connections and replies, decided not to use for expiring
1401 connections for now.
1403 * COPYING: include AFL 2.0 (still need to change all the file headers)
1405 2003-10-09 Havoc Pennington <hp@redhat.com>
1407 * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
1408 gcc 3.3. Not that we do anything about it yet.
1410 * bus/signals.c (bus_match_rule_parse): impose max length on the
1413 * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
1415 2003-10-09 Havoc Pennington <hp@redhat.com>
1417 Make matching rules theoretically work (add parser).
1419 * bus/bus.c (bus_context_check_security_policy): fix up to handle
1420 the case where destination is explicitly specified as bus driver
1421 and someone else is eavesdropping.
1423 * bus/policy.c (bus_client_policy_check_can_receive): fix up
1424 definition of eavesdropping and assertion
1426 * tools/dbus-send.c (main): use dbus_message_type_from_string
1428 * bus/signals.c (bus_match_rule_parse): implement
1430 * dbus/dbus-message.c (dbus_message_type_from_string): new
1432 * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
1434 2003-10-02 Havoc Pennington <hp@pobox.com>
1436 * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
1437 dbus_gproxy_oneway_call
1439 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main)
1440 (dbus_server_setup_with_g_main): fix to allow calling them more
1441 than once on the same args
1442 (dbus_bus_get_with_g_main): new function
1444 2003-10-02 Havoc Pennington <hp@redhat.com>
1446 * doc/dbus-tutorial.xml: write some stuff
1448 2003-09-29 Havoc Pennington <hp@pobox.com>
1450 * configure.in: split checks for Doxygen from XML docs, check for
1453 * doc/Makefile.am: XML-ify all the docs, and add a blank
1456 2003-09-29 Havoc Pennington <hp@pobox.com>
1458 * Merge dbus-object-names branch. To see the entire patch
1459 do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
1460 it's huuuuge though.
1461 To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
1463 2003-09-28 Havoc Pennington <hp@pobox.com>
1465 * HACKING: update to reflect new server
1467 2003-09-26 Seth Nickell <seth@gnome.org>
1470 * python/examples/example-signals.py:
1472 Start implementing some notions of signals. The API
1473 is really terrible, but they sort of work (with the
1474 exception of being able to filter by service, and to
1475 transmit signals *as* a particular service). Need to
1476 figure out how to make messages come from the service
1479 * python/dbus_bindings.pyx.in:
1481 Removed duplicate message_handler callbacks.
1483 2003-09-25 Havoc Pennington <hp@redhat.com>
1485 * bus/session.conf.in: fix my mess
1487 2003-09-25 Havoc Pennington <hp@pobox.com>
1489 * bus/session.conf.in: fix security policy, reported by Seth Nickell
1491 2003-09-25 Seth Nickell <seth@gnome.org>
1493 * python/examples/example-service.py:
1495 Johan notices complete wrong code in example-service, but
1496 completely wrong in a way that works exactly the same (!).
1497 Johan is confused, how could this possibly work? Example
1498 code fails to serve purpose of making things clear.
1501 2003-09-25 Mark McLoughlin <mark@skynet.ie>
1503 * doc/dbus-specification.sgml: don't require header fields
1504 to be 4-byte aligned and specify that fields should be
1505 distinguished from padding by the fact that zero is not
1508 * doc/TODO: remove re-alignment item and add item to doc
1509 the OBJECT_PATH type.
1511 * dbus/dbus-message.c:
1512 (HeaderField): rename the original member to value_offset
1513 and introduce a name_offset member to keep track of where
1514 the field actually begins.
1515 (adjust_field_offsets): remove.
1516 (append_int_field), (append_uint_field),
1517 (append_string_field): don't align the start of the header
1518 field to a 4-byte boundary.
1519 (get_next_field): impl finding the next marhsalled field
1520 after a given field.
1521 (re_align_field_recurse): impl re-aligning a number of
1522 already marshalled fields.
1523 (delete_field): impl deleting a field of any type and
1524 re-aligning any following fields.
1525 (delete_int_or_uint_field), (delete_string_field): remove.
1526 (set_int_field), (set_uint_field): no need to re-check
1527 that we have the correct type for the field.
1528 (set_string_field): ditto and impl re-aligning any
1530 (decode_header_data): update to take into account that
1531 the fields aren't 4-byte aligned any more and the new
1532 way to distinguish padding from header fields. Also,
1533 don't exit when there is too much header padding.
1534 (process_test_subdir): print the directory.
1535 (_dbus_message_test): add test to make sure a following
1536 field is re-aligned correctly after field deletion.
1538 * dbus/dbus-string.[ch]:
1539 (_dbus_string_insert_bytes): rename from insert_byte and
1540 allow the insert of multiple bytes.
1541 (_dbus_string_test): test inserting multiple bytes.
1543 * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
1544 warning note to docs about having to re-align any
1545 marshalled values following the string.
1547 * dbus/dbus-message-builder.c:
1548 (append_string_field), (_dbus_message_data_load):
1549 don't align the header field.
1551 * dbus/dbus-auth.c: (process_test_subdir): print the
1554 * test/break-loader.c: (randomly_add_one_byte): upd. for
1557 * test/data/invalid-messages/bad-header-field-alignment.message:
1560 * test/data/valid-messages/unknown-header-field.message: shove
1561 a dict in the unknown field.
1563 2003-09-25 Seth Nickell <seth@gnome.org>
1566 * python/dbus_bindings.pyx.in:
1568 Handle return values.
1570 * python/examples/example-client.py:
1571 * python/examples/example-service.py:
1573 Pass back return values from the service to the client.
1575 2003-09-24 Seth Nickell <seth@gnome.org>
1579 Connect Object methods (when you are sharing an object) up... pass
1580 in a list of methods to be shared. Sharing all the methods just
1581 worked out too weird. You can now create nice Services over the
1584 * python/dbus_bindings.pyx.in:
1586 Keep references to user_data tuples passed into C functions so
1587 Python doesn't garbage collect on us.
1589 Implement MethodReturn and Error subclasses of Message for creating
1590 DBusMessage's of those types.
1592 * python/examples/example-client.py:
1593 * python/examples/example-service.py:
1595 Simple example code showing both how create DBus services and objects,
1596 and how to use them.
1598 2003-09-23 Havoc Pennington <hp@pobox.com>
1600 * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
1602 2003-09-23 Havoc Pennington <hp@redhat.com>
1604 * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
1605 (dbus_gproxy_disconnect_signal): implement
1606 (dbus_gproxy_manager_remove_signal_match): implement
1607 (dbus_gproxy_manager_add_signal_match): implement
1608 (dbus_gproxy_oneway_call): implement
1610 2003-09-23 Havoc Pennington <hp@pobox.com>
1612 * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
1613 subclass. This means dropping the transparent thread safety of the
1614 proxy; you now need a separate proxy per-thread, or your own
1615 locking on the proxy. Probably right anyway.
1616 (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
1618 2003-09-22 Havoc Pennington <hp@redhat.com>
1620 * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
1622 2003-09-21 Seth Nickell <seth@gnome.org>
1624 First checkin of the Python bindings.
1626 * python/.cvsignore:
1627 * python/Makefile.am:
1628 * python/dbus_bindings.pyx.in:
1629 * python/dbus_h_wrapper.h:
1631 Pieces for Pyrex to operate on, building a dbus_bindings.so
1632 python module for low-level access to the DBus APIs.
1636 High-level Python module for accessing DBus objects.
1641 Build stuff for the python bindings.
1645 Extra macro needed for finding the Python C header files.
1647 2003-09-21 Havoc Pennington <hp@pobox.com>
1649 * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
1650 implementing the proxy manager, didn't get very far.
1652 * dbus/dbus-bus.c (dbus_bus_add_match): new
1653 (dbus_bus_remove_match): new
1655 * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
1656 path_name argument; adjust the other not-yet-implemented
1657 gproxy constructors to be what I think they should be.
1659 2003-09-21 Havoc Pennington <hp@pobox.com>
1661 * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
1662 by default for message bus connections.
1664 * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
1665 exit_on_disconnect flag is set and we process the disconnected
1667 (dbus_connection_set_exit_on_disconnect): new function
1669 2003-09-21 Havoc Pennington <hp@pobox.com>
1671 Get matching rules mostly working in the bus; only actually
1672 parsing the rule text remains. However, the client side of
1673 "signal connections" hasn't been started, this patch is only the
1676 * dbus/dispatch.c: fix for the matching rules changes
1678 * bus/driver.c (bus_driver_handle_remove_match)
1679 (bus_driver_handle_add_match): send an ack reply from these
1682 * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
1683 arguments, reported by Seth Nickell
1685 * bus/config-parser.c (append_rule_from_element): support
1686 eavesdrop=true|false attribute on policies so match rules
1687 can be prevented from snooping on the system bus.
1689 * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
1690 and "destination" in attribute names; fix some docs bugs;
1691 add eavesdrop=true|false attribute
1693 * bus/driver.c (bus_driver_handle_add_match)
1694 (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
1697 * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
1698 rid of broadcast service concept, signals are just always broadcast
1700 * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
1701 mostly implement matching rules stuff (currently only exposed as signal
1704 2003-09-21 Mark McLoughlin <mark@skynet.ie>
1706 * doc/dbus-specification.sgml: Change the header field name
1707 to be an enum and update the rest of the spec to reference
1708 the fields using the conventinal name.
1710 * dbus/dbus-protocol.h: update to reflect the spec.
1712 * doc/TODO: add item to remove the 4 byte alignment requirement.
1714 * dbus/dbus-message.c: Remove the code to generalise the
1715 header/body length and serial number header fields as named
1716 header fields so we can reference field names using the
1718 (append_int_field), (append_uint_field), (append_string_field):
1719 Append the field name as a byte rather than four chars.
1720 (delete_int_or_uint_field), (delete_string_field): reflect the
1721 fact that the field name and typecode now occupy 4 bytes instead
1723 (decode_string_field), (decode_header_data): update to reflect
1724 protocol changes and move the field specific encoding from
1725 decode_string_field() back into decode_header_data().
1727 * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
1728 Add utility to aid debugging.
1730 * dbus/dbus-message-builder.c:
1731 (append_string_field), (_dbus_message_data_load): Update to
1732 reflect protocol changes; Change the FIELD_NAME directive
1733 to HEADER_FIELD and allow it to take the field's conventional
1734 name rather than the actual value.
1736 * test/data/*/*.message: Update to use HEADER_FIELD instead
1737 of FIELD_NAME; Always align the header on an 8 byte boundary
1738 *before* updating the header length.
1740 2003-09-15 Havoc Pennington <hp@pobox.com>
1742 * dbus/dbus-pending-call.c: add the get/set object data
1743 boilerplate as for DBusConnection, etc. Use generic object data
1744 for the notify callback.
1746 * glib/dbus-gparser.c (parse_node): parse child nodes
1748 * tools/dbus-viewer.c: more hacking on the dbus-viewer
1750 * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
1751 contain functions shared between the convenience lib and the
1754 * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
1755 -export-symbols-regex to the GLib library
1757 * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
1758 fix the locking in here, and add a default handler for
1759 Introspect() that just returns sub-nodes.
1761 2003-09-14 Havoc Pennington <hp@pobox.com>
1763 * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
1764 rather than gfoo consistent
1766 * glib/dbus-gproxy.h: delete for now, move contents to
1767 dbus-glib.h, because the include files don't work right since we
1768 aren't in the dbus/ subdir.
1770 * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
1771 (dbus_gproxy_end_call): finish
1772 (dbus_gproxy_begin_call): finish
1774 * glib/dbus-gmain.c (dbus_set_g_error): new
1776 * glib/dbus-gobject.c (handle_introspect): include information
1777 about child nodes in the introspection
1779 * dbus/dbus-connection.c (dbus_connection_list_registered): new
1780 function to help in implementation of introspection
1782 * dbus/dbus-object-tree.c
1783 (_dbus_object_tree_list_registered_and_unlock): new function
1785 2003-09-12 Havoc Pennington <hp@pobox.com>
1787 * glib/dbus-gidl.h: add common base class for all the foo_info
1790 * tools/dbus-viewer.c: add GTK-based introspection UI thingy
1793 * test/Makefile.am: try test srcdir -ef . in addition to test
1794 srcdir = ., one of them should work (yeah lame)
1796 * glib/Makefile.am: build the "idl" parser stuff as a convenience
1799 * glib/dbus-gparser.h: make description_load routines return
1800 NodeInfo* not Parser*
1802 * Makefile.am (SUBDIRS): build test dir after all library dirs
1804 * configure.in: add GTK+ detection
1806 2003-09-07 Havoc Pennington <hp@pobox.com>
1808 * Make Doxygen contented.
1810 2003-09-07 Havoc Pennington <hp@pobox.com>
1812 * doc/dbus-specification.sgml: more updates
1814 2003-09-06 Havoc Pennington <hp@pobox.com>
1816 * doc/dbus-specification.sgml: partial updates
1818 * bus/dbus-daemon-1.1.in: fix the config file docs for the
1819 zillionth time; hopefully I edited the right file this time.
1821 * bus/config-parser.c (append_rule_from_element): support
1822 send_type, send_path, receive_type, receive_path
1824 * bus/policy.c: add message type and path to the list of things
1825 that can be "firewalled"
1827 2003-09-06 Havoc Pennington <hp@pobox.com>
1829 * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
1830 (dbus_connection_register_object_path): make this not handle
1831 messages to paths below the given path
1833 2003-09-03 Havoc Pennington <hp@pobox.com>
1835 * test/glib/Makefile.am: add this with random glib-linked test
1838 * glib/Makefile.am: remove the random test programs from here,
1839 leave only the unit tests
1841 * glib/dbus-gobject.c (_dbus_gobject_test): add test for
1842 uscore/javacaps conversion, and fix
1843 (get_object_property, set_object_property): change to .NET
1844 convention for mapping props to methods, set_FooBar/get_FooBar,
1845 since one language has such a convention we may as well copy it.
1846 Plus real methods in either getFooBar or get_foo_bar style won't
1847 collide with this convention.
1849 2003-09-01 Havoc Pennington <hp@pobox.com>
1851 * glib/dbus-gparser.c: implement
1853 * glib/dbus-gobject.c: start implementing skeletons support
1855 * configure.in: when disabling checks/assert, also define
1856 G_DISABLE_ASSERT and G_DISABLE_CHECKS
1858 2003-09-01 Havoc Pennington <hp@pobox.com>
1860 * glib/Makefile.am: rearrange a bunch of files and get "make
1861 check" framework set up
1863 2003-08-31 Havoc Pennington <hp@pobox.com>
1865 * fix build with --disable-tests
1867 2003-08-30 Havoc Pennington <hp@pobox.com>
1869 * dbus/dbus-connection.c: purge DBusMessageHandler
1871 * dbus/dbus-message-handler.c: remove DBusMessageHandler, just
1872 use callbacks everywhere
1874 2003-08-30 Havoc Pennington <hp@pobox.com>
1876 * test/data/valid-config-files/system.d/test.conf: change to
1877 root for the user so warnings don't get printed
1879 * dbus/dbus-message.c: add dbus_message_get_path,
1880 dbus_message_set_path
1882 * dbus/dbus-object-tree.c (do_test_dispatch): add test of
1883 dispatching to a path
1885 * dbus/dbus-string.c (_dbus_string_validate_path): add
1887 * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
1888 (_dbus_marshal_object_path): implement
1890 * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field
1891 to contain the path to the target object
1892 (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
1893 DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
1895 2003-08-30 Havoc Pennington <hp@pobox.com>
1897 * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
1899 2003-08-29 Havoc Pennington <hp@pobox.com>
1901 * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
1903 (struct DBusObjectSubtree): shrink this
1904 a lot, since we may have a lot of them
1905 (_dbus_object_tree_free_all_unlocked): implement
1906 (_dbus_object_tree_dispatch_and_unlock): implement
1908 2003-08-29 Havoc Pennington <hp@pobox.com>
1910 * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
1912 2003-08-28 Havoc Pennington <hp@pobox.com>
1916 * dbus/dbus-connection.c: port to no ObjectID, create a
1917 DBusObjectTree, rename ObjectTree to ObjectPath in public API
1919 * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete
1920 everything except UnregisterFunction and MessageFunction
1922 * dbus/dbus-marshal.c: port away from DBusObjectID,
1923 add DBUS_TYPE_OBJECT_PATH
1925 * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc],
1926 dbus/dbus-objectid.[hc]: remove these, we are moving to
1927 path-based object IDs
1929 2003-08-25 Havoc Pennington <hp@pobox.com>
1931 Just noticed that dbus_message_test is hosed, I wonder when I
1932 broke that. I thought make check was passing earlier...
1934 * dbus/dbus-object-tree.c: add new "object tree" to match DCOP
1935 container tree, will replace most of dbus-object-registry
1937 * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
1940 2003-08-19 Havoc Pennington <hp@pobox.com>
1942 * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
1943 (dbus_message_is_error): fix this function
1945 * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
1948 * bus/policy.c (bus_client_policy_check_can_receive): fix code to
1949 reflect clarified man page
1950 (bus_client_policy_check_can_send): ditto
1952 * bus/session.conf.in: fixup
1954 * bus/system.conf.in: fixup
1956 2003-08-18 Havoc Pennington <hp@redhat.com>
1958 * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
1960 * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
1961 dumb bug created earlier (wrong order of args to
1962 decode_header_data())
1964 * tools/dbus-send.c: port
1966 * tools/dbus-print-message.c (print_message): port
1968 * test/data/*messages: port all messages over
1970 * dbus/dbus-message-builder.c: support including
1973 * bus/driver.c: port over
1975 * bus/dispatch.c: port over to new stuff
1977 * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1978 rename disconnect signal to "Disconnected"
1980 2003-08-17 Havoc Pennington <hp@pobox.com>
1982 This doesn't compile yet, but syncing up so I can hack on it from
1983 work. What are branches for if not broken code? ;-)
1985 * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
1986 DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
1987 DBUS_HEADER_FIELD_ERROR_NAME
1989 * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
1990 for the interface+member pairs
1991 (string_hash): change to use g_str_hash algorithm
1992 (find_direct_function, find_string_function): refactor these to
1995 * dbus/dbus-message.c: port all of this over to support
1996 interface/member fields instead of name field
1998 * dbus/dbus-object-registry.c: port over
2000 * dbus/dbus-string.c (_dbus_string_validate_interface): rename
2001 from _dbus_string_validate_name
2003 * bus/dbus-daemon-1.1: change file format for the
2004 <deny>/<allow> stuff to match new message naming scheme
2006 * bus/policy.c: port over
2008 * bus/config-parser.c: parse new format
2010 2003-08-16 Havoc Pennington <hp@pobox.com>
2012 * dbus/dbus-object-registry.c (add_and_remove_objects): remove
2015 * glib/dbus-gproxy.c: some hacking
2017 2003-08-15 Havoc Pennington <hp@redhat.com>
2019 * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
2021 * dbus/dbus-connection.c
2022 (dbus_connection_send_with_reply_and_block): factor out internals;
2023 change to convert any error replies to DBusError instead of
2024 returning them as a message
2026 2003-08-15 Havoc Pennington <hp@pobox.com>
2028 * dbus/dbus-connection.c,
2029 dbus/dbus-pending-call.c: Finish the pending call stuff
2031 2003-08-14 Havoc Pennington <hp@redhat.com>
2033 * dbus/dbus-pending-call.c: start on new object that will replace
2034 DBusMessageHandler and ReplyHandlerData for tracking outstanding
2037 * dbus/dbus-gproxy.c: start on proxy object used to communicate
2038 with remote interfaces
2040 * dbus/dbus-gidl.c: do the boring boilerplate in here
2042 2003-08-12 Havoc Pennington <hp@pobox.com>
2044 * bus/dispatch.c (bus_dispatch): make this return proper
2045 DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
2047 * dbus/dbus-errors.c (dbus_set_error): use
2048 _dbus_string_append_printf_valist
2050 * dbus/dbus-string.c (_dbus_string_append_printf_valist)
2051 (_dbus_string_append_printf): new
2053 * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
2056 * dbus/dbus-connection.c (dbus_connection_dispatch): handle
2057 DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
2058 message is unhandled.
2060 2003-08-11 Havoc Pennington <hp@pobox.com>
2062 * bus/test.c (client_disconnect_handler): change to return
2063 HANDLED (would have been REMOVE_MESSAGE)
2065 * dbus/dbus-object.h (enum DBusHandlerResult): rename to
2066 HANDLED/NOT_YET_HANDLED instead of
2067 REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it
2070 2003-08-10 Havoc Pennington <hp@pobox.com>
2072 * tools/dbus-send.c (main): add --type argument, for now
2073 supporting only method_call and signal types.
2075 * tools/dbus-print-message.c: print message type
2077 * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
2078 init connection->objects
2080 * doc/dbus-specification.sgml: fix sgml
2082 * bus/*.c: port over to object-instance API changes
2084 * test/test-service.c: ditto
2086 * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
2087 name, we will have to fix up the rest of the code to also handle
2089 (dbus_message_new): generic message-creation call
2090 (set_string_field): allow appending name field
2092 2003-08-06 Havoc Pennington <hp@pobox.com>
2094 * dbus/dbus-object-registry.c: implement signal connection
2097 * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
2099 * dbus/dbus-internals.c (_dbus_memdup): new function
2101 2003-08-02 Havoc Pennington <hp@pobox.com>
2103 * dbus/dbus-message.c (dbus_message_get_no_reply)
2104 (dbus_message_set_no_reply): add these and remove
2105 set_is_error/get_is_error
2107 * dbus/dbus-protocol.h, doc/dbus-specification.sgml:
2108 remove the ERROR flag, since there's now an ERROR type
2110 2003-08-01 Havoc Pennington <hp@pobox.com>
2112 * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
2115 * dbus/dbus-message.c (dbus_message_get_type): new function
2117 * doc/dbus-specification.sgml: add "type" byte to messages
2119 2003-08-01 Havoc Pennington <hp@pobox.com>
2121 * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
2122 a message type enum to distinguish kinds of message
2123 (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message
2124 that need not be replied to
2126 2003-08-01 Havoc Pennington <hp@pobox.com>
2128 * dbus/dbus-marshal.c: adapt to DBusObjectID changes
2129 (unpack_8_octets): fix no-64-bit-int bug
2131 * dbus/dbus-object-registry.c (validate_id): validate the
2132 connection ID bits, not just the instance ID.
2134 * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
2135 the connection-global 33 bits of the object ID
2137 * dbus/dbus-object-registry.c (info_from_entry): fill in
2138 object ID in the new way
2140 * dbus/dbus-objectid.h: rather than high/low bits, specifically
2141 define server/client/instance bits.
2143 2003-07-30 Havoc Pennington <hp@pobox.com>
2145 * dbus/dbus-connection.c (dbus_connection_register_object): fix
2148 2003-07-13 Havoc Pennington <hp@pobox.com>
2150 * dbus/dbus-object.h (struct DBusObjectVTable): add padding
2151 fields to DBusObjectVTable and DBusObjectInfo
2153 2003-07-12 Havoc Pennington <hp@pobox.com>
2155 * dbus/dbus-object-registry.c: implement unit test,
2156 fix bugs discovered in process
2158 * dbus/dbus-connection.c: remove handler_table and
2159 register_handler(), add DBusObjectRegistry usage
2161 * dbus/dbus-objectid.c (dbus_object_id_is_null)
2162 (dbus_object_id_set_null): new functions
2164 2003-07-08 Havoc Pennington <hp@pobox.com>
2166 * dbus/dbus-object.c: implement some of this
2168 * dbus/dbus-object-registry.c
2169 (_dbus_object_registry_add_and_unlock): fill in the object_id out
2171 (_dbus_object_registry_new): handle OOM
2173 2003-07-08 Havoc Pennington <hp@pobox.com>
2175 * dbus/dbus-object.h: sketch out an API for registering objects
2176 with a connection, that allows us to use as little as 24 bytes
2177 per object and lets application code represent an object in
2178 any conceivable way.
2180 * dbus/dbus-object-registry.c: implement the hard bits of the
2181 DBusConnection aspect of object API. Not yet wired up.
2183 2003-07-06 Havoc Pennington <hp@pobox.com>
2185 * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
2186 (_dbus_marshal_object_id): new
2187 (_dbus_demarshal_object_id): new
2188 (_dbus_marshal_get_arg_end_pos): support object ID type, and
2189 consolidate identical switch cases. Don't conditionalize handling
2190 of DBUS_TYPE_UINT64, need to handle the type always.
2191 (_dbus_marshal_validate_arg): consolidate identical cases, and
2192 handle DBUS_TYPE_OBJECT_ID
2194 * dbus/dbus-objectid.c: new file with DBusObjectID data type.
2196 * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
2198 2003-09-28 Havoc Pennington <hp@pobox.com>
2202 2003-09-28 Havoc Pennington <hp@pobox.com>
2204 * doc/Makefile.am (dbus-specification.html): testing a funky hack
2205 to work with Debian db2html
2207 2003-09-28 Havoc Pennington <hp@pobox.com>
2209 * configure.in: 0.13
2211 * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
2212 stylesheet-images for benefit of Debian
2214 Change back to using filesystem-linked sockets for the system
2215 bus, so only root can create the default system bus address.
2217 * bus/system.conf.in: change to use
2218 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
2220 * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
2223 * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
2224 here, and AC_DEFINE DBUS_SYSTEM_PATH
2226 2003-08-09 Anders Carlsson <andersca@codefactory.se>
2229 * doc/busconfig.dtd:
2232 2003-08-09 Anders Carlsson <andersca@codefactory.se>
2234 * doc/dbus-specification.sgml:
2235 Add activation reply values.
2237 2003-08-05 Havoc Pennington <hp@redhat.com>
2239 * configure.in: 0.12
2241 2003-08-05 Anders Carlsson <andersca@codefactory.se>
2243 * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
2244 (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
2245 (add_watch), (remove_watch), (create_source):
2246 Refcount fds, fixes some reentrancy issues.
2248 2003-07-30 Havoc Pennington <hp@redhat.com>
2250 * dbus/dbus-bus.c (init_connections_unlocked): fix default system
2251 bus address to be abstract if we have abstract sockets
2255 2003-07-28 Havoc Pennington <hp@redhat.com>
2257 * bus/messagebus.in: fix to avoid processname/servicename
2258 confusion, from Michael Kearey
2259 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
2261 2003-07-23 Havoc Pennington <hp@pobox.com>
2263 * dbus/dbus-message.c (dbus_message_iter_get_named):
2264 fix from Andy Hanton to remove broken "+1"
2266 2003-07-16 Havoc Pennington <hp@pobox.com>
2268 * tools/dbus-launch.c (babysit): close stdout/stderr in the
2269 babysitter process, as suggested by Thomas Leonard, so
2270 an "eval `dbus-launch --exit-with-session`" will actually
2273 2003-07-16 Havoc Pennington <hp@pobox.com>
2275 * configure.in: print out EXPANDED_* variables in the summary at
2276 the end; clean up the code that computes EXPANDED_ variables and
2277 get the ones using exec_prefix right. Should make things work
2278 when you build without --prefix
2280 2003-06-29 Havoc Pennington <hp@pobox.com>
2282 * mono/Test.cs (class Test): fire up a main loop and run it
2284 * mono/DBus.cs (DBus): don't g_thread_init since it can only be
2285 done once, the app has to do it
2287 2003-06-26 Havoc Pennington <hp@pobox.com>
2289 * mono/Connection.cs: set up connection with the glib main loop
2291 2003-07-01 Havoc Pennington <hp@redhat.com>
2293 * doc/dbus-specification.sgml: clarify the format of a type code,
2294 change suggested by Jim Blandy
2296 2003-06-29 Miloslav Trmac <mitr@volny.cz>
2299 * tools/Makefile.am: Don't assume srcdir == builddir.
2301 * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
2302 the allocated block.
2303 (_dbus_memory_test): New function.
2304 * dbus/dbus-test.h: Add _dbus_memory_test ().
2305 * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
2307 * dbus/dbus-message.c (decode_header_data): Use %.4s instead
2309 (dbus_message_new): Remove obsolete @todo.
2311 * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
2312 (_dbus_marshal_set_uint64): Fix comment.
2314 * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
2315 hardcode FIELD_REPLY_SERIAL.
2317 * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
2318 (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
2320 * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
2321 and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
2323 2003-06-24 Havoc Pennington <hp@pobox.com>
2325 * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
2327 2003-06-23 Anders Carlsson <andersca@codefactory.se>
2333 * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
2334 * gcj/org/.cvsignore:
2335 * gcj/org/Makefile.am:
2336 * gcj/org/freedesktop/.cvsignore:
2337 * gcj/org/freedesktop/Makefile.am:
2338 * gcj/org/freedesktop/dbus/.cvsignore:
2339 * gcj/org/freedesktop/dbus/Makefile.am:
2340 * gcj/org/freedesktop/dbus/Message.java: (Message),
2342 * gcj/org/freedesktop/dbus/natMessage.cc:
2343 Fix the build system.
2345 2003-06-22 Havoc Pennington <hp@pobox.com>
2347 * mono/Connection.cs: add more bindings
2349 * dbus/dbus-threads.c (dbus_threads_init): allow calling this
2352 2003-06-22 Havoc Pennington <hp@pobox.com>
2354 * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
2355 Start wrapping more stuff.
2357 2003-06-22 Havoc Pennington <hp@pobox.com>
2359 * mono/Message.cs: implement Message.Wrap() that ensures we only
2360 have a single C# wrapper per DBusMessage, assuming it works which
2361 it probably doesn't.
2363 * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
2364 (dbus_message_free_data_slot): new
2365 (dbus_message_set_data): new
2366 (dbus_message_get_data): new
2368 2003-06-22 Havoc Pennington <hp@pobox.com>
2370 * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
2371 (_dbus_data_slot_allocator_alloc): rework these to keep a
2372 reference count on each slot and automatically manage a global
2373 slot ID variable passed in by address
2375 * bus/bus.c: convert to new dataslot API
2377 * dbus/dbus-bus.c: convert to new dataslot API
2379 * dbus/dbus-connection.c: convert to new dataslot API
2381 * dbus/dbus-server.c: convert to new dataslot API
2383 * glib/dbus-gmain.c: ditto
2387 * bus/connection.c: ditto
2389 2003-06-22 Anders Carlsson <andersca@codefactory.se>
2391 * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
2392 after the gcj checks so that the correct configuration tags
2393 will be added to libtool.
2395 * dbus-glib-1.pc.in: No need to specify any includes since
2396 dbus-1.pc.in has those.
2398 2003-06-22 Havoc Pennington <hp@pobox.com>
2400 * mono/*, gcj/*, configure.in, Makefile.am:
2401 Check in makefiles and subdirs for mono and gcj bindings.
2402 Neither binding actually exists, just trying to get through
2403 all the build and other boring bits.
2405 2003-06-21 Philip Blundell <philb@gnu.org>
2407 * tools/dbus-monitor.1: Updated.
2409 * tools/dbus-send.1: Likewise.
2411 2003-06-20 Anders Carlsson <andersca@codefactory.se>
2413 * dbus/dbus-transport-unix.c (unix_handle_watch): Check
2414 for hangup and error after checking read so we won't discard
2415 pending data if both hangup and read are set.
2417 2003-06-19 Philip Blundell <philb@gnu.org>
2419 * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
2421 * tools/dbus-send.c: Accept both --system and --session.
2423 * tools/dbus-monitor.c: Same here.
2425 2003-06-19 Anders Carlsson <andersca@codefactory.se>
2427 * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
2428 from C++ (Patch by Miloslav Trmac).
2430 2003-06-15 Joe Shaw <joe@assbarn.com>
2432 * configure.in: Check for socklen_t.
2434 * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
2436 * test/test-segfault.c: Add #include <sys/time.h>
2438 * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
2439 dbus-launch needs it.
2441 2003-06-09 Havoc Pennington <hp@redhat.com>
2443 * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
2444 SUN_LEN, it breaks abstract socket usage
2446 * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
2449 2003-06-04 Havoc Pennington <hp@pobox.com>
2451 * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
2452 using unix:abstract=/foo, and when listening in a tmpdir
2453 i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
2455 * dbus/dbus-transport.c (_dbus_transport_open): support
2458 * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
2459 support abstract sockets
2461 * dbus/dbus-transport-unix.c
2462 (_dbus_transport_new_for_domain_socket): support abstract sockets
2464 * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
2465 toggle as an argument, implement abstract namespace support
2466 (_dbus_listen_unix_socket): ditto
2468 * configure.in: add --enable-abstract-sockets and implement
2469 a configure check for autodetection of the right value.
2471 2003-06-01 Havoc Pennington <hp@pobox.com>
2473 * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
2474 in /tmp (though on Linux this will end up being useless,
2475 when we add abstract namespace support)
2477 * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
2480 2003-05-28 Colin Walters <walters@verbum.org>
2482 * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
2484 2003-05-18 Anders Carlsson <andersca@codefactory.se>
2486 * dbus/dbus-message.c (dbus_message_new): Remove @todo.
2488 2003-05-17 Colin Walters <walters@gnu.org>
2490 * tools/dbus-send.c: Don't exit with an error code if --help was
2491 passed. Default to using the session bus instead of the system
2494 * tools/dbus-launch.c: Ditto.
2496 * tools/dbus-monitor.c: Ditto.
2498 * tools/dbus-send.1: Update with new arguments.
2500 * tools/dbus-launch.c: Emit code to export variables. New
2501 arguments -s and -c to specify shell syntax, and a bit of code to
2502 autodetect syntax. Also, allow specifying a program to run.
2504 * tools/dbus-launch.1: Update with new arguments.
2506 * tools/dbus-send.1: Ditto.
2508 * tools/dbus-monitor.1: Ditto.
2510 2003-05-17 Havoc Pennington <hp@pobox.com>
2512 * bus/config-parser.c (merge_included): merge in policies from
2513 child configuration file.
2515 * bus/policy.c (bus_policy_merge): function to merge two policies
2518 2003-05-16 Havoc Pennington <hp@redhat.com>
2520 * dbus/dbus-connection.c: disable verbose lock spew
2522 * tools/dbus-send.c: add --print-reply command line option
2524 * tools/dbus-print-message.h (print_message): new util function
2525 shared by dbus-send and dbus-monitor
2527 * tools/dbus-monitor.c (handler_func): exit on disconnect
2529 * dbus/dbus-transport-unix.c (do_reading): if the transport is
2530 disconnected, don't try to use the read_watch
2532 * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
2533 so we can find this bug more easily
2535 2003-05-16 Havoc Pennington <hp@redhat.com>
2537 * bus/policy.c (free_rule_list_func): avoid a crash when passed
2538 NULL as DBusHashTable is annoyingly likely to do.
2540 2003-05-16 Colin Walters <walters@verbum.org>
2542 * tools/dbus-monitor.c: Add --session argument and usage()
2545 * tools/dbus-monitor.1: Update with new --session arg.
2547 * bus/Makefile.am (install-data-hook): Create
2548 $(libdir)/dbus-1.0/services so that the session bus is happy.
2550 2003-05-15 Havoc Pennington <hp@redhat.com>
2552 * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
2553 on non-x86. ifdef's are evil.
2555 2003-05-15 Havoc Pennington <hp@redhat.com>
2557 * configure.in: 0.11
2561 * bus/Makefile.am (initddir): apparently we are supposed to put
2562 init scripts in /etc/rc.d/init.d not /etc/init.d
2564 * bus/Makefile.am: remove the "you must --enable-tests to make
2565 check" as it broke distcheck
2567 * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
2569 2003-05-13 James Willcox <jwillcox@gnome.org>
2572 * bus/activation.c: (bus_activation_service_created),
2573 (bus_activation_activate_service):
2574 * bus/driver.c: (bus_driver_send_service_deleted),
2575 (bus_driver_send_service_created), (bus_driver_send_service_lost),
2576 (bus_driver_send_service_acquired),
2577 (bus_driver_send_welcome_message),
2578 (bus_driver_handle_list_services):
2579 * bus/session.conf.in:
2580 * dbus/dbus-bus.c: (dbus_bus_acquire_service),
2581 (dbus_bus_service_exists), (dbus_bus_activate_service):
2584 Add some convenience API which lets you activate a service, and did a
2585 bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
2586 and dbus_message_get_args()
2588 2003-05-11 Havoc Pennington <hp@pobox.com>
2590 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
2591 calling _dbus_marshal_validate_arg() for every byte in a byte
2594 * dbus/dbus-message-handler.c: use atomic reference counting to
2595 reduce number of locks slightly; the global lock in here sucks
2597 * dbus/dbus-connection.c
2598 (_dbus_connection_update_dispatch_status_and_unlock): variant of
2599 update_dispatch_status that can be called with lock held; then use
2600 in a couple places to reduce locking/unlocking
2601 (dbus_connection_send): hold the lock over the whole function
2602 instead of acquiring it twice.
2604 * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
2606 * bus/connection.c (bus_connections_setup_connection): fix access
2607 to already-freed memory.
2609 * dbus/dbus-connection.c: keep a little cache of linked list
2610 nodes, to avoid using the global linked list alloc lock in the
2611 normal send-message case. Instead we just use the connection lock
2612 that we already have to take.
2614 * dbus/dbus-list.c (_dbus_list_find_last): new function
2616 * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
2617 change to use a struct for the atomic type; fix docs,
2618 they return value before increment, not after increment.
2620 * dbus/dbus-string.c (_dbus_string_append_4_aligned)
2621 (_dbus_string_append_8_aligned): new functions to try to
2622 microoptimize this operation.
2623 (reallocate_for_length): break this out of set_length(), to
2624 improve profile info, and also so we can consider inlining the
2627 * dbus/dbus-message.c (dbus_message_new_empty_header): init data
2628 strings with some preallocation, cuts down on our calls to realloc
2629 a fair bit. Though if we can get the "move entire string to empty
2630 string" optimization below to kick in here, it would be better.
2632 * dbus/dbus-string.c (_dbus_string_move): just call
2633 _dbus_string_move_len
2634 (_dbus_string_move_len): add a special case for moving
2635 an entire string into an empty string; we can just
2636 swap the string data instead of doing any reallocs.
2637 (_dbus_string_init_preallocated): new function
2639 2003-05-11 Havoc Pennington <hp@pobox.com>
2641 Write a "test-profile" that does echo client-server with threads;
2642 profile reveals lock contention, memcpy/realloc of buffers, and
2643 UTF-8 validation as hot spots. 20% of lock contention eliminated
2644 with dbus_atomic_inc/dec implementation on x86. Much remaining
2645 contention is global mempool locks for GList and DBusList.
2647 * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
2650 * dbus/dbus-connection.c (struct DBusConnection): use
2651 dbus_atomic_t for the reference count
2653 * dbus/dbus-message.c (struct DBusMessage): declare
2654 dbus_atomic_t values as volatile
2656 * configure.in: code to detect ability to use atomic integer
2657 operations in assembly, from GLib patch
2659 * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
2660 time, tired of it being wrong in threads and forked processes
2662 * glib/test-profile.c: a little program to bounce messages back
2663 and forth between threads and eat CPU
2665 * dbus/dbus-connection.c: add debug spew macros for debugging
2666 thread locks; include config.h at top; fix deadlock in
2667 dbus_connection_flush()
2669 2003-05-08 Havoc Pennington <hp@pobox.com>
2671 * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
2672 data from getting written, and there wasn't a good reason to
2675 * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
2676 dbus_verbose lines in test coverage
2677 (main): add list of functions sorted by # of untested blocks
2678 to the coverage report
2680 * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
2682 * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
2684 * dbus/dbus-message-handler.c (_dbus_message_handler_test):
2685 extend test coverage
2687 * test/data/auth/cancel.auth-script: test canceling an
2690 * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
2691 aren't used. in CVS history if we end up needing them.
2693 2003-05-04 Havoc Pennington <hp@pobox.com>
2695 * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
2698 * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
2699 function, which assumed length was in # of strings, not bytes
2701 * dbus/dbus-message.c (_dbus_message_test): add tests for some
2704 * dbus/dbus-connection.c
2705 (_dbus_connection_queue_received_message): disable function for
2706 now, we are only using it in test mode
2708 * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
2709 remove a mistaken FIXME
2711 2003-05-04 Havoc Pennington <hp@pobox.com>
2713 * dbus/dbus-connection.c (dbus_connection_preallocate_send):
2714 unlock mutex on successful return, patch from Anders Gustafsson
2716 2003-05-04 Havoc Pennington <hp@pobox.com>
2718 * dbus-glib-1.pc.in (Requires): fix dependencies, from
2721 2003-05-04 Havoc Pennington <hp@pobox.com>
2723 * tools/dbus-launch.c: implement
2725 * bus/main.c (main), bus/bus.c (bus_context_new):
2726 implement --print-pid and --fork
2728 2003-05-03 Havoc Pennington <hp@redhat.com>
2730 * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
2731 the address had no value, and add to test suite. Fix and
2732 regression test from Miloslav Trmac
2734 2003-05-03 Havoc Pennington <hp@pobox.com>
2736 * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
2737 watch is invalid when handled
2739 * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
2740 dbus-launch utility to launch the bus from a shell script. Didn't
2741 actually implement dbus-launch yet, it's just a placeholder still.
2743 2003-05-03 Havoc Pennington <hp@pobox.com>
2745 * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
2746 daemon; also documents daemon config file, so replaces
2747 doc/config-file.txt. Corrected some stuff from config-file.txt in
2748 the process of moving it.
2750 2003-05-03 Havoc Pennington <hp@pobox.com>
2752 * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
2755 2003-05-03 Colin Walters <walters@verbum.org>
2757 * dbus/dbus-sysdeps.c (fill_user_info): Test against
2758 DBUS_UID_UNSET to determine whether to do a uid lookup or not.
2760 * Makefile.am: Update to use new .pc versioning scheme.
2762 2003-05-02 Havoc Pennington <hp@redhat.com>
2764 * bus/system.conf.in: allow send/receive to/from message bus
2767 2003-04-30 Havoc Pennington <hp@redhat.com>
2769 * configure.in: print a note when building with unit tests and
2772 2003-04-30 Havoc Pennington <hp@redhat.com>
2774 * Makefile.am: add a check-local that complains if you didn't
2775 configure with --enable-tests
2777 2003-04-29 Havoc Pennington <hp@redhat.com>
2779 * glib/dbus-gmain.c: docs cleanups
2781 * dbus/dbus-types.h: add docs on int64 types
2783 * dbus/dbus-memory.c: fix docs to avoid putting private API in
2784 public API docs section
2786 2003-04-29 Havoc Pennington <hp@redhat.com>
2788 * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
2789 dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
2790 parallel install API version, not with the D-BUS package version.
2792 * HACKING: move some of README over here
2794 * README: updates, and document API/ABI policy
2796 * configure.in: reindentation
2798 2003-04-29 Havoc Pennington <hp@redhat.com>
2800 * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
2801 to use this library" to be sure people have the right
2804 2003-04-28 Havoc Pennington <hp@redhat.com>
2806 * configure.in: add --enable-docs which by default is auto yes if
2807 doxygen and db2html found, no otherwise; but can be forced on/off
2809 * doc/Makefile.am: conditionalize whether to build docs on
2812 2003-04-28 Havoc Pennington <hp@redhat.com>
2814 * configure.in: 0.10
2818 * bus/system.conf.in: add <includedir>system.d</includedir>
2820 * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
2821 username was provided but not uid
2823 * bus/config-parser.c (struct BusConfigParser): keep track of
2824 whether the parser is toplevel or was included; change some
2825 of the error handling if it's included.
2827 2003-04-27 Havoc Pennington <hp@pobox.com>
2831 * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
2832 report correct status if we finish processing authentication
2833 inside this function.
2835 * bus/activation.c (try_send_activation_failure): use
2836 bus_transaction_send_error_reply
2838 * bus/connection.c (bus_connection_get_groups): return an error
2839 explaining the problem
2841 * bus/bus.c (bus_context_check_security_policy): implement
2842 restriction here that inactive connections can only send the
2843 hello message. Also, allow bus driver to send anything to
2846 * bus/connection.c (bus_connection_complete): create the
2847 BusClientPolicy here instead of on-demand.
2848 (bus_connection_get_policy): don't return an error
2850 * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
2851 sender field in message being replied to
2853 * bus/bus.c (bus_context_check_security_policy): fix silly typo
2854 causing it to return FALSE always
2856 * bus/policy.c (bus_client_policy_check_can_send): fix bug where
2857 we checked sender rather than destination
2859 2003-04-25 Havoc Pennington <hp@redhat.com>
2861 test suite is slightly hosed at the moment, will fix soon
2863 * bus/connection.c (bus_connections_expire_incomplete): fix to
2864 properly disable the timeout when required
2865 (bus_connection_set_name): check whether we can remove incomplete
2866 connections timeout after we complete each connection.
2868 * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
2869 probably still broken.
2871 * bus/services.c (bus_registry_acquire_service): implement max
2872 number of services owned, and honor allow/deny rules on which
2873 services a connection can own.
2875 * bus/connection.c (bus_connection_get_policy): report errors here
2877 * bus/activation.c: implement limit on number of pending
2880 2003-04-25 Havoc Pennington <hp@redhat.com>
2882 * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
2883 where we used >= 0 instead of != DBUS_UID_UNSET.
2885 2003-04-25 Havoc Pennington <hp@redhat.com>
2887 * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
2888 were toggled without add/remove, fix from Anders Gustafsson
2890 2003-04-24 Havoc Pennington <hp@redhat.com>
2892 * test/data/valid-config-files/basic.conf: add <limit> tags to
2895 * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
2896 <limit> tag in configuration file.
2898 2003-04-24 Havoc Pennington <hp@redhat.com>
2900 * bus/dispatch.c: somehow missed some name_is
2902 * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
2903 (_dbus_timeout_set_interval): new
2905 * bus/connection.c (bus_connections_setup_connection): record time
2906 when each connection is first set up, and expire them after the
2907 auth timeout passes.
2909 2003-04-24 Havoc Pennington <hp@redhat.com>
2911 * dbus/dbus-message.c (dbus_message_name_is): rename
2912 (dbus_message_service_is): rename
2913 (dbus_message_sender_is): rename
2914 (dbus_message_get_service): rename
2916 2003-04-24 Havoc Pennington <hp@redhat.com>
2918 * configure.in: add --enable-checks
2920 * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
2922 * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
2923 to use thread locks.
2924 (_dbus_connection_handler_destroyed_locked): move some private
2925 functions into proper docs group
2927 * dbus/dbus-internals.h: add _dbus_return_if_fail,
2928 _dbus_return_val_if_fail
2930 Throughout: use dbus_return_if_fail
2932 2003-04-23 James Willcox <jwillcox@gnome.org>
2935 * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
2936 (dbus_connection_setup_with_g_main),
2937 (dbus_server_setup_with_g_main):
2938 * glib/test-dbus-glib.c: (main):
2939 * glib/test-thread-client.c: (main):
2940 * glib/test-thread-server.c: (new_connection_callback), (main):
2941 * tools/dbus-monitor.c: (main):
2943 Added a GMainContext argument to dbus_connection_setup_with_g_main()
2944 and dbus_server_setup_with_g_main().
2946 2003-04-20 Havoc Pennington <hp@pobox.com>
2948 * doc/dbus-specification.sgml: document the restrictions on
2949 message and service names
2951 2003-04-22 Havoc Pennington <hp@redhat.com>
2953 * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
2954 support, and do some code cleanups to share more code and
2955 speed up array marshal/demarshal.
2957 * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
2959 * configure.in: generate dbus-arch-deps.h
2961 * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
2964 2003-04-22 Havoc Pennington <hp@redhat.com>
2966 * test/data/valid-messages/opposite-endian.message: fix test
2967 to use proper type for rply field
2969 * test/data/invalid-messages: add tests for below validation
2971 * dbus/dbus-message.c (decode_header_data): validate field types,
2972 and validate that named fields are valid names
2973 (decode_name_field): consider messages in the
2974 org.freedesktop.Local. namespace to be invalid.
2976 * dbus/dbus-string.c (_dbus_string_validate_name): new
2978 2003-04-19 Havoc Pennington <hp@pobox.com>
2980 * bus/driver.c (bus_driver_handle_hello): check limits and
2981 return an error if they are exceeded.
2983 * bus/connection.c: maintain separate lists of active and inactive
2984 connections, and a count of each. Maintain count of completed
2985 connections per user. Implement code to check connection limits.
2987 * dbus/dbus-list.c (_dbus_list_unlink): export
2989 * bus/bus.c (bus_context_check_security_policy): enforce a maximum
2990 number of bytes in the message queue for a connection
2992 2003-04-18 Havoc Pennington <hp@pobox.com>
2994 * dbus/dbus-auth.c (record_mechanisms): memleak fixes
2996 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
2999 * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
3000 on realloc be sure to update the pointer in the keyring
3002 * dbus/dbus-string.c (_dbus_string_zero): compensate for align
3003 offset to avoid writing to unallocated memory
3005 * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
3006 try the next mechanism, so we properly handle OOM
3008 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
3010 (_dbus_keyring_new): fix OOM bug
3011 (_dbus_keyring_new_homedir): always set error; impose a maximum
3012 number of keys we'll load from the file, mostly to speed up the
3013 test suite and make its OOM checks more useful, but also for
3016 * dbus/dbus-auth.c (process_error_server): reject authentication
3017 if we get an error from the client
3018 (process_cancel): on cancel, send REJECTED, per the spec
3019 (process_error_client): send CANCEL if we get an error from the
3022 2003-04-18 Havoc Pennington <hp@pobox.com>
3024 * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
3027 * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
3030 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
3031 about DBUS_TEST_HOMEDIR once
3033 * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
3036 * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
3037 config file so we test the right thing
3039 Throughout: assorted docs improvements
3041 2003-04-18 Havoc Pennington <hp@pobox.com>
3043 * glib/dbus-gmain.c: adapt to watch changes
3045 * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
3047 * dbus/dbus-server.h: remove dbus_server_handle_watch
3049 * dbus/dbus-connection.h: remove dbus_connection_handle_watch
3051 * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
3052 like DBusTimeout, so we don't need dbus_connection_handle_watch
3055 2003-04-17 Havoc Pennington <hp@redhat.com>
3057 * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
3058 database usage so it all goes via the DBusUserDatabase cache.
3060 2003-04-17 Havoc Pennington <hp@redhat.com>
3062 * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
3063 there was an OOM watch we skipped, we always return TRUE so we
3064 iterate again to have a look at it again. Fixes test suite hang.
3065 Code rearrangement also lets us lose some memset and only iterate
3066 over callbacks once.
3068 * bus/driver.c (bus_driver_handle_message): sense of test for
3071 2003-04-16 Havoc Pennington <hp@pobox.com>
3073 * doc/dbus-specification.sgml: make spec say serials are unsigned
3075 * dbus/dbus-message.h: change message serials to unsigned
3077 * dbus/dbus-connection.c: adapt to message serials being unsigned
3079 2003-04-15 Havoc Pennington <hp@pobox.com>
3081 * bus/bus.c: create and keep around a shared DBusUserDatabase
3084 * bus/connection.c (bus_connection_get_groups): don't cache
3085 groups for user in the connection object, since user database
3086 object now does that.
3088 2003-04-16 Havoc Pennington <hp@redhat.com>
3090 * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
3091 list of size counters
3092 (_dbus_message_loader_putback_message_link): put back a popped link
3094 * dbus/dbus-connection.c
3095 (dbus_connection_set_max_live_messages_size): rename
3097 (dbus_connection_get_outgoing_size): get size of outgoing
3099 (_dbus_connection_set_connection_counter): remove this cruft
3101 2003-04-14 Havoc Pennington <hp@redhat.com>
3103 * dbus/dbus-userdb.c: user database abstraction, mostly to get
3104 caching, but at some point we might want to be able to use a
3107 * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
3108 SHA1 conf file to test the sha1 auth mechanism, since the regular
3109 test always uses EXTERNAL when available.
3112 test/data/valid-config-files/debug-allow-all-sha1.conf.in:
3113 add conf file that requires use of sha1 auth
3115 2003-04-13 Havoc Pennington <hp@pobox.com>
3117 * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
3118 from Philip Blundell to send messages and monitor them.
3120 2003-04-13 Havoc Pennington <hp@pobox.com>
3122 * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
3125 * test/data/valid-config-files/debug-allow-all.conf.in: allow all
3128 * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
3129 fix to only recover unused bytes if we're already authenticated
3130 (_dbus_transport_get_is_authenticated): fix to still mark us
3131 authenticated if there are unused bytes.
3133 * bus/dispatch.c: implement security policy checking
3135 * bus/connection.c (bus_transaction_send_from_driver): new
3137 * bus/bus.c (bus_context_check_security_policy): new
3139 * bus/dispatch.c (send_service_nonexistent_error): delete this,
3140 now we just set the DBusError and it gets converted to an error
3143 * bus/connection.c (allow_user_function): enable code using actual
3144 data from the config file
3146 * bus/policy.c (list_allows_user): handle wildcard rules for
3147 user/group connection perms
3149 2003-04-13 Havoc Pennington <hp@pobox.com>
3151 * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
3153 * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
3155 * bus/policy.c (bus_policy_append_mandatory_rule)
3156 (bus_policy_append_default_rule, bus_policy_append_user_rule)
3157 (bus_policy_append_group_rule): new functions
3159 2003-04-12 Havoc Pennington <hp@pobox.com>
3161 * bus/config-parser.c (bus_config_parser_new): fix a memleak
3163 * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
3164 the pid/gid/uid, just for paranoia.
3166 * test/break-loader.c (randomly_do_n_things): find a byte
3167 containing a type code, and randomly change it to a different
3170 2003-04-12 Havoc Pennington <hp@pobox.com>
3172 * bus/policy.h: change BusPolicy to be the thing from the config
3173 file, and rename old BusPolicy to BusClientPolicy
3175 * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
3176 match change in how policy works
3178 * dbus/dbus-internals.h: mark assert_not_reached as
3179 __attribute((noreturn))__
3181 2003-04-11 Havoc Pennington <hp@redhat.com>
3183 * doc/dbus-specification.sgml: fix a spot with the wrong name for
3184 the broadcast service. Use boolean return for ServiceExists.
3186 2003-04-11 Havoc Pennington <hp@redhat.com>
3188 * configure.in: add another directory to look for qt in.
3190 2003-04-11 Havoc Pennington <hp@redhat.com>
3192 * AUTHORS: add Colin Walters
3194 2003-04-11 Havoc Pennington <hp@redhat.com>
3200 2003-04-11 Havoc Pennington <hp@redhat.com>
3202 * bus/messagebus.in: remove pid file when stopping the
3203 message bus, since the bus won't have privileges to remove it
3206 2003-04-11 Havoc Pennington <hp@redhat.com>
3208 * bus/bus.c (bus_context_new): move credentials change after
3211 2003-04-11 Havoc Pennington <hp@pobox.com>
3213 * test/decode-gcov.c: add "below average functions" to the
3214 coverage report, and change how some of the code works.
3216 * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
3217 not in the coverage stats.
3219 * test/test-service.c (main): use _dbus_verbose not fprintf in a
3220 couple places so running the test suite doesn't result in megaspam.
3222 2003-04-11 Havoc Pennington <hp@pobox.com>
3224 * bus/dispatch.c (check_existent_service_activation): accept a no
3225 memory error in a place we didn't before
3227 * bus/test.c (bus_test_run_everything): remove hacky "do it twice
3228 in case the first one failed," since the test suite is less
3231 2003-04-10 Havoc Pennington <hp@pobox.com>
3233 * bus/dispatch.c (check_segfault_service_activation): add test
3234 for launching an executable that just crashes.
3236 * test/test-segfault.c (main): try setting coredumpsize to 0 so we
3237 don't leave a million cores. We'll see how portable this is.
3239 2003-04-10 Havoc Pennington <hp@pobox.com>
3241 * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
3242 the possible parent failures before we fork, so that we don't
3243 fail to create a babysitter after creating the child.
3245 * bus/activation.c (bus_activation_activate_service): kill child
3246 if we don't successfully complete the activation.
3248 2003-04-10 Havoc Pennington <hp@redhat.com>
3250 * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
3251 the connection if it's disconnected
3253 * bus/activation.c (bus_activation_service_created): use new
3254 transaction features to roll back removal of pending activation if
3255 we don't successfully create the service after all. Don't remove
3256 pending activation if the function fails.
3258 * dbus/dbus-list.c (_dbus_list_insert_before_link)
3259 (_dbus_list_insert_after_link): new code to facilitate
3262 * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
3263 new functionality, so we can preallocate the ability to insert
3266 * bus/connection.c (bus_transaction_add_cancel_hook): new function
3267 allowing us to put custom hooks in a transaction to be used for
3268 cancelling said transaction
3270 * doc/dbus-specification.sgml: add some discussion of secondary
3271 service owners, and disallow zero-length service names
3273 * bus/services.c (bus_registry_acquire_service): new function,
3274 splits out part of bus_driver_handle_acquire_service() and fixes
3275 a bug where we didn't remove the service doing the acquiring
3276 from the secondary queue if we failed to remove the current owner
3277 from the front of the queue.
3279 2003-04-10 Alexander Larsson <alexl@redhat.com>
3281 * doc/dbus-specification.sgml:
3282 s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
3284 2003-04-10 Alexander Larsson <alexl@redhat.com>
3289 Added files to cvsignore
3291 * dbus/dbus-message.h:
3292 * dbus/dbus-message.c: (dbus_message_iter_get_named):
3293 Make get_named() take two out argument and return a boolean.
3294 (dbus_message_iter_get_args_valist):
3295 Update usage of get_named().
3296 (dbus_message_iter_append_byte):
3298 (dbus_message_iter_append_named)
3300 (message_iter_test), (check_message_handling_type), (_dbus_message_test):
3303 2003-04-10 Alexander Larsson <alexl@redhat.com>
3305 * dbus/dbus-marshal.[ch]:
3306 Add array_type_pos argument to _dbus_marshal_validate_arg.
3307 Let you pass a NULL end_pos to _dbus_marshal_validate_type.
3309 * dbus/dbus-message.[ch]:
3310 Multi-dimensional arrays have full type specification in the
3311 outermost array. Iter code re-arranged to handle this.
3312 Added some more iter tests.
3314 * doc/dbus-specification.sgml:
3317 Update new array encoding description.
3318 Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
3320 * test/data/invalid-messages/array-with-mixed-types.message:
3321 * test/data/valid-messages/array-of-array-of-uint32.message:
3322 Change to the new array format.
3324 * test/data/invalid-messages/too-short-dict.message:
3327 * test/data/valid-messages/recursive-types.message:
3328 Fix up and extend test.
3330 2003-04-10 Havoc Pennington <hp@pobox.com>
3332 * bus/dispatch.c: lots of fixes
3334 * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
3335 (_dbus_loop_iterate): remove old "quit if no callbacks" code,
3336 that was crack, broke the test service.
3338 * dbus/dbus-transport.c (_dbus_transport_open): fix error
3339 handling to avoid piling up errors if we get a failure on the
3342 * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
3343 pid in assertion failures.
3345 * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
3346 to some fixed size of file descriptor array. Don't return TRUE
3347 anytime a timeout exists, that led to lots of busy loop silliness
3350 2003-04-09 Havoc Pennington <hp@redhat.com>
3352 * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
3353 I'd checked this in earlier but hadn't.
3355 2003-04-09 Havoc Pennington <hp@redhat.com>
3357 * bus/dispatch.c (bus_dispatch_test): get a bit further through
3358 the activation test (man this is getting old!)
3360 2003-04-09 Havoc Pennington <hp@redhat.com>
3362 * test/test-utils.c: use dispatch status function to fix this up
3364 * bus/connection.c (connection_watch_callback): don't dispatch
3366 (connection_timeout_callback): don't dispatch from here
3367 (bus_connections_setup_connection): set the dispatch status function
3368 (bus_connection_disconnected): unset it
3370 * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
3371 used to add a connection to be dispatched
3372 (_dbus_loop_iterate): do the dispatching at the end of each
3375 * dbus/dbus-connection.c
3376 (dbus_connection_set_dispatch_status_function): new function
3377 allowing us to fix up main loop usage
3378 (_dbus_connection_last_unref): free all the various function
3380 (dbus_connection_dispatch): call the DispatchStatusFunction
3381 whenever this function returns
3382 (dbus_connection_handle_watch): call DispatchStatusFunction
3383 (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
3384 (reply_handler_timeout): call DispatchStatusFunction
3385 (dbus_connection_flush): call DispatchStatusFunction
3387 2003-04-09 Havoc Pennington <hp@redhat.com>
3389 * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
3392 * bus/dispatch.c (check_service_activated): fix bug in test
3394 * dbus/dbus-mainloop.c (check_timeout): fix this up
3396 * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
3397 verbose output so we can sort out output from different processes,
3398 e.g. in the activation case.
3400 2003-04-08 Colin Walters <walters@gnu.org>
3402 * bus/bus.c (struct BusContext) [pidfile]: New member, to store
3404 (bus_context_new): Set it.
3405 (bus_context_unref): Use it to delete the pid file.
3407 2003-04-08 Havoc Pennington <hp@redhat.com>
3409 * test/data/invalid-messages/array-with-mixed-types.message:
3410 regression test that fails for the moment
3412 * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
3413 tests for convenience
3415 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
3416 array of nil, it broke things.
3418 * test/data/invalid-messages/array-of-nil.message: regression test
3420 * test/data/valid-messages/array-of-array-of-uint32.message:
3421 happened to write this so added it to suite
3423 2003-04-08 Havoc Pennington <hp@redhat.com>
3425 * bus/driver.c (bus_driver_handle_acquire_service): init
3426 retval/reply before checking name
3428 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
3429 recursion depth argument
3431 * dbus/dbus-message.h (struct DBusMessageIter): put some padding
3432 in the public struct for future extension
3434 * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
3437 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
3440 * doc/dbus-specification.sgml: fix typo
3442 2003-04-08 Alexander Larsson <alexl@redhat.com>
3444 Implemented recursive types, named types and new-style iters
3447 * glib/test-thread-client.c: (thread_func):
3448 * glib/test-thread-server.c: (handle_test_message):
3449 * test/test-service.c: (handle_echo):
3458 * dbus/dbus-internals.c: (_dbus_type_to_string):
3459 Update for new types.
3461 * dbus/dbus-marshal.[ch]:
3462 Implement recursive types and the new marshalling format.
3463 Remove hardcoded dict marshalling.
3464 Marshal named types.
3466 * dbus/dbus-message-builder.c:
3468 Remove references to old types
3470 * dbus/dbus-message.[ch]:
3471 New non-refcounted iter API that supports recursive iters.
3472 Use iters for appending, including support for recursive
3474 Add byte and named type support.
3475 Update everything to new marshalling formats.
3476 Add tests for new API.
3478 * dbus/dbus-protocol.h:
3479 Remove old array types.
3480 Add types: BYTE, ARRAY, DICT, NAMED
3482 * dbus/dbus-string.c:
3483 * dbus/dbus-sysdeps.c:
3484 Make parse_double locale safe.
3486 * dbus/dbus-test-main.c:
3492 * doc/dbus-specification.sgml:
3495 * test/data/incomplete-messages/missing-body.message:
3496 * test/data/invalid-messages/bad-boolean.message:
3497 * test/data/invalid-messages/bad-boolean-array.message:
3498 * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
3499 * test/data/invalid-messages/boolean-has-no-value.message-raw:
3500 * test/data/invalid-messages/too-short-dict.message:
3501 * test/data/valid-messages/dict-simple.message:
3502 * test/data/valid-messages/dict.message:
3503 * test/data/valid-messages/emptiness.message:
3504 * test/data/valid-messages/lots-of-arguments.message:
3505 * test/data/valid-messages/no-padding.message:
3506 * test/data/valid-messages/recursive-types.message:
3507 Add missing NAME fields
3508 Fix up dicts & arrays
3510 * test/data/invalid-messages/dict-with-nil-value.message:
3511 Removed, this is not invalid anymore.
3513 * test/data/valid-messages/recursive-types.message:
3514 Add new test for deeply recursive types.
3516 2003-04-07 Havoc Pennington <hp@pobox.com>
3518 * bus/driver.c (bus_driver_handle_acquire_service): return an
3519 error if you try to acquire a service that starts with ':'
3521 2003-04-07 Havoc Pennington <hp@redhat.com>
3523 * doc/dbus-specification.sgml: require that base service names
3524 start with ':' and that the base service is created/deleted
3525 as first and last things a connection does on the bus
3527 * bus/dispatch.c (check_existent_service_activation): lots more
3528 work on the activation test; it doesn't fully pass yet...
3530 * test/test-service.c (main): fix so we don't memleak the
3531 connection to the message bus
3532 (filter_func): accept a message asking us to exit
3534 2003-04-06 Havoc Pennington <hp@pobox.com>
3536 * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
3539 * configure.in: fixes to Qt detection from Colin Walters
3541 * doc/Makefile.am: Only remove generated docbook dirs if they
3542 exist, from Colin Walters
3544 * dbus/dbus-bus.c: change how we set well-known connections to
3545 NULL, so that it works if a single connection is stored in
3546 two well-known array slots.
3548 * test/Makefile.am: remove a lot of stuff that isn't immediately
3549 useful, it's in CVS history if we want it.
3551 * test/test-service.c: use dbus-mainloop instead of that
3554 2003-04-06 Havoc Pennington <hp@pobox.com>
3556 * dbus/Makefile.am: split lists of sources into stuff that goes in
3557 the library, util functions that go in the lib and are also used
3558 elsewhere, and util functions that are used in tests/daemon but
3559 don't go in the lib.
3561 * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
3562 here so it can be used in test binaries also
3564 2003-04-06 Havoc Pennington <hp@pobox.com>
3566 * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
3567 here in the parent process, so we can return an error if it
3568 fails. Also, move some of the code into the child so the parent
3569 is less hosed if we fail midway through.
3571 * bus/bus.c (bus_context_new): move pidfile detection further up
3572 in the function, before we start overwriting sockets and such.
3574 * bus/messagebus.in: adjust this a bit, not sure if it will work.
3576 * configure.in: add --with-system-pid-file and --with-system-socket
3578 2003-04-06 Colin Walters <walters@verbum.org>
3580 * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
3582 * bus/system.conf.in: Declare a pidfile.
3584 * bus/bus.c (bus_context_new): Test for an existing pid file, and
3585 create one (if appropriate).
3587 * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
3588 (struct BusConfigParser) [pidfile]: New.
3589 (element_type_to_name, merge_included, start_busconfig_child)
3590 (bus_config_parser_end_element, bus_config_parser_content): Handle it.
3591 (bus_config_parser_unref): Free it.
3592 (bus_config_parser_get_pidfile): New function.
3594 * bus/config-parser.h (_dbus_write_pid_file): Prototype.
3596 * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
3598 * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
3600 * dbus/dbus-sysdeps.h: Prototype it.
3602 2003-04-06 Havoc Pennington <hp@pobox.com>
3604 * bus/bus.c (bus_context_new): print the address in here, rather
3605 than in main(), because we need to do it before forking the daemon
3607 * bus/dispatch.c (send_service_nonexistent_error): set the sender
3608 on the service nonexistent error
3610 * bus/driver.c (bus_driver_handle_acquire_service): set the
3611 sender on the AcquireService reply
3613 * test/data/valid-config-files/debug-allow-all.conf.in: Make test
3614 server also listen on a UNIX socket so services can connect to it.
3616 2003-04-06 Havoc Pennington <hp@pobox.com>
3618 * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
3619 so it detects deadlocks and also we actually init threads when
3622 2003-04-06 Havoc Pennington <hp@pobox.com>
3624 * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
3625 save the domain socket name, and unlink it when we disconnect the
3626 server. Means that at least when we exit normally, we won't leave
3627 a bunch of junk in /tmp
3629 * dbus/dbus-transport-unix.c
3630 (_dbus_transport_new_for_domain_socket): code cleanup (nicer
3631 memory management). (I was making a real change here but then
3634 2003-04-06 Havoc Pennington <hp@pobox.com>
3636 * bus/bus.c (bus_context_new): fix wrong handling of
3637 server_data_slot_unref() in the error case.
3639 * dbus/dbus-internals.h (_dbus_assert): change so it passes
3640 "(condition) != 0" to _dbus_real_assert so that
3641 "_dbus_assert (pointer)" doesn't cause a warning
3643 * bus/main.c (main): accept --print-address option to print out
3644 the message bus address
3646 * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
3648 * dbus/dbus-transport.c (_dbus_transport_open): special error for
3649 "tmpdir" option to unix: address on client side
3651 * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
3654 * configure.in (TEST_SOCKET_DIR): locate a temporary directory
3655 we can use to create sockets in the test suite.
3657 * bus/main.c (signal_handler): on SIGTERM, exit the daemon
3658 cleanly. To be used for testing.
3660 * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
3662 * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
3664 * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
3665 handle trying to call this when there's no servers active
3667 2003-04-05 Havoc Pennington <hp@pobox.com>
3673 2003-04-05 Havoc Pennington <hp@pobox.com>
3675 * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
3676 crash on startup. Need to get "try starting the daemon"
3677 in the test suite I guess. ;-)
3679 * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
3680 tracked the number of open connections; it's better done in
3681 application-specific code as you want it to span all servers etc.
3683 2003-04-05 Havoc Pennington <hp@pobox.com>
3685 * bus/Makefile.am (install-data-hook): add missing DESTDIR,
3686 patch from Colin Walters
3688 2003-04-05 Havoc Pennington <hp@pobox.com>
3690 * doc/config-file.txt (Elements): fix docs of <auth> to reflect
3691 reality; in fact multiple mechanisms are allowed.
3693 * dbus/dbus-internals.c (_dbus_real_assert)
3694 (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
3695 _dbus_assert_not_reached() into functions, so that they don't show
3696 up in basic block counts for test coverage, and don't use up as
3697 much disk space. Does mean slower execution speed though, so
3698 assumes --disable-asserts is the normal production case.
3700 2003-04-05 Havoc Pennington <hp@pobox.com>
3702 * test/Makefile.am (dist-hook): also dist *.in files
3708 2003-04-05 Havoc Pennington <hp@pobox.com>
3710 * dbus/dbus-string.c: docs warning
3712 * dbus/dbus-spawn.c: missing docs
3714 * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
3716 2003-04-05 Havoc Pennington <hp@pobox.com>
3718 * bus/loop.c (bus_loop_iterate): fix the timeout code, using
3721 * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
3722 to -1 once we've reaped the babysitter
3723 (_dbus_babysitter_handle_watch): do as much work as we can, not
3726 * bus/activation.c: add code using DBusBabysitter so that we
3727 handle it when a service fails to start up properly.
3728 (bus_activation_service_created): don't remove the activation
3729 entries as we go, just let them get removed when we free the pending
3730 activation. Unref reply messages after sending them.
3732 2003-04-05 Havoc Pennington <hp@pobox.com>
3734 * test/decode-gcov.c (main): print per-directory stats in the report
3736 * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
3738 2003-04-05 Havoc Pennington <hp@pobox.com>
3740 * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
3742 * test/decode-gcov.c: hack up a little program to suck data
3743 out of gcov files. Yes this is sort of silly.
3745 * configure.in: define something in config.h and do an
3746 AM_CONDITIONAL when gcov is enabled
3748 2003-04-04 Havoc Pennington <hp@redhat.com>
3750 * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
3751 return a "babysitter" object that is used to monitor the status of
3752 the spawned process and reap it when required.
3754 * test/test-segfault.c, test/test-exit.c,
3755 test/test-sleep-forever.c: binaries that do various lame things,
3756 used in the test suite.
3758 * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
3760 2003-04-03 Havoc Pennington <hp@pobox.com>
3762 * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
3763 in preparation for modifying it, dbus-sysdeps is getting
3766 2003-04-03 Havoc Pennington <hp@redhat.com>
3768 * bus/loop.h, bus/loop.c: make the mainloop an object so we can
3771 * bus/*.[hc]: adapt to mainloop change
3773 2003-04-03 Havoc Pennington <hp@redhat.com>
3775 * bus/activation.c (load_directory): fix up memleaks
3776 (bus_activation_entry_free): free the entry
3778 * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
3779 we get one from the message bus; fix memleaks.
3781 * dbus/dbus-message.c (dbus_set_error_from_message): new function
3783 2003-04-03 Havoc Pennington <hp@pobox.com>
3785 * bus/config-parser.c (bus_config_parser_unref): free
3786 list of mechanisms, bug discovered by test suite enhancements
3787 (putting system.conf and session.conf into suite)
3789 * test/Makefile.am, test/test-service.c: add placeholder for a
3790 test service that we'll activate as part of test suite. Doesn't
3793 * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
3794 setting NULL value, and use system malloc not dbus_malloc()
3795 when we have unavoidable memleakage.
3797 * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
3798 didn't work, and support DBUS_BUS_ACTIVATION.
3800 * bus/activation.c (child_setup): pass our well-known bus type to
3803 * bus/config-parser.c: support <type> to specify well-known type
3805 * doc/dbus-specification.sgml: document the env variables to
3806 locate well-known buses and find service activator
3808 2003-04-02 Havoc Pennington <hp@redhat.com>
3810 * test/Makefile.am (all-local): add a rule to copy tests to
3811 builddir, so we can have generated tests. Use this to remove the
3812 silly hack for testing system.conf and session.conf. Will use this
3813 shortly to generate .service files pointing to test binaries.
3815 2003-04-02 Havoc Pennington <hp@redhat.com>
3817 * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
3818 current alloc and needed new length, not max of the doubled
3819 allocation and needed new length. Also, when building tests,
3820 don't do the double-allocation stuff, just realloc every time.
3822 2003-04-02 Havoc Pennington <hp@redhat.com>
3824 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
3826 (_dbus_string_get_dirname): new
3827 (_dbus_sysdeps_test): new
3828 (_dbus_directory_open): include dirnames in error messages
3830 * bus/config-parser.c: interpret <include> and <includedir> and
3831 <servicedir> relative to config file location if the given
3832 filename is not absolute.
3834 * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
3836 2003-04-02 Havoc Pennington <hp@redhat.com>
3838 * bus/connection.c (bus_transaction_send_error_reply): set sender
3839 service for the error, and unref the reply on success
3841 * bus/activation.c: convert to use BusTransaction so OOM can be
3843 (bus_activation_service_created): set sender of the message
3845 2003-04-01 Havoc Pennington <hp@redhat.com>
3847 * bus/config-parser.c, bus/bus.c: implement <servicedir> and
3848 <includedir> (at least mostly)
3850 * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
3851 first, then the user ID
3853 2003-04-01 Havoc Pennington <hp@pobox.com>
3855 * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
3858 * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
3860 * dbus/dbus-internals.c (_dbus_dup_string_array): new function
3862 * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
3863 socket 0777, and unlink any existing socket.
3865 * bus/bus.c (bus_context_new): change our UID/GID and fork if
3866 the configuration file so specifies; set up auth mechanism
3869 * bus/config-parser.c (bus_config_parser_content): add support
3870 for <fork> option and fill in code for <auth>
3872 * bus/system.conf.in: add <fork/> to default configuration,
3873 and limit auth mechanisms to EXTERNAL
3875 * doc/config-file.txt (Elements): add <fork>
3877 * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
3878 (_dbus_change_identity): new function
3880 2003-03-31 Havoc Pennington <hp@redhat.com>
3882 * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
3883 (_dbus_listen_unix_socket): fix off-by-one error in null
3884 termination spotted by Nalin
3886 2003-03-31 Havoc Pennington <hp@redhat.com>
3888 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
3889 DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
3890 having a real home directory available.
3892 2003-03-31 Havoc Pennington <hp@redhat.com>
3894 * bus/Makefile.am (install-data-hook): create /var/run/dbus
3896 * bus/messagebus.in: add init script for Red Hat /etc/init.d
3898 * configure.in: add support for specifying a style of init script
3901 2003-03-31 Havoc Pennington <hp@redhat.com>
3903 Fix some annoying DBusString API and fix all affected code.
3905 * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
3907 (_dbus_string_get_data): change to return string instead of using
3909 (_dbus_string_get_const_data): ditto
3910 (_dbus_string_get_data_len): ditto
3911 (_dbus_string_get_const_data_len): ditto
3913 2003-03-31 Havoc Pennington <hp@redhat.com>
3915 * bus/main.c (main): fix up the command line arguments to be nicer
3917 2003-03-31 Havoc Pennington <hp@redhat.com>
3919 * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
3920 define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
3921 final location that lands in the config file
3923 * bus/config-loader-expat.c (bus_config_load): fix type of
3926 * doc/TODO: remove TODO item for dbus_bus_get()
3928 * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
3930 2003-03-31 Havoc Pennington <hp@pobox.com>
3932 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
3933 (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
3934 argument since they are always client side
3936 * dbus/dbus-server.c (dbus_server_get_address): new function
3938 * bus/main.c (main): take the configuration file as an argument.
3940 * test/data/valid-config-files/debug-allow-all.conf: new file to
3941 use with dispatch.c tests for example
3943 * bus/test-main.c (main): require test data dir
3945 * bus/bus.c (bus_context_new): change this to take a
3946 configuration file name as argument
3948 * doc/config-file.txt (Elements): add <servicedir>
3950 * bus/system.conf, bus/session.conf: new files
3952 * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
3953 well-known socket if none set
3955 * configure.in: create system.conf and session.conf
3957 2003-03-30 Havoc Pennington <hp@pobox.com>
3959 * bus/config-parser.c: hacking
3961 * dbus/dbus-memory.c: don't use DBusList for the list of stuff
3962 to shut down, since it could cause weirdness with the DBusList
3965 * dbus/dbus-list.c (_dbus_list_test): add tests for the
3966 link-oriented stack routines
3967 (alloc_link): free the mempool if the first alloc from it fails
3969 * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
3971 * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
3973 (_dbus_string_skip_white): new
3975 * doc/config-file.txt (Elements): add <includedir>
3977 2003-03-28 Havoc Pennington <hp@pobox.com>
3979 * dbus/dbus-string.c (_dbus_string_copy_data_len)
3980 (_dbus_string_copy_data): new functions
3982 2003-03-28 Anders Carlsson <andersca@codefactory.se>
3984 * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
3988 * dbus/dbus-memory.c:
3991 2003-03-28 Havoc Pennington <hp@pobox.com>
3993 * bus/test.c (bus_test_flush_bus): remove the sleep from here,
3994 I think it may have just been superstition. Not sure.
3996 * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
3997 failures that were not being handled.
3999 * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
4001 * dbus/dbus-memory.c: add ability to set number of mallocs in a
4002 row that will fail on out-of-memory.
4004 * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
4005 function for testing out-of-memory handling.
4007 * bus/config-loader-expat.c (memsuite): don't wrap the dbus
4008 allocation functions, they do map exactly to the expat ones.
4010 2003-03-27 Havoc Pennington <hp@redhat.com>
4012 * bus/config-loader-libxml.c (bus_config_load): add another error
4015 2003-03-26 Anders Carlsson <andersca@codefactory.se>
4018 Add note about automatic service activation.
4020 * doc/dbus-specification.sgml:
4021 Rename the specification and clarify a few things.
4023 2003-03-26 Anders Carlsson <andersca@codefactory.se>
4026 * dbus/dbus-address.c:
4028 * dbus/dbus-marshal.c:
4029 * dbus/dbus-server-debug-pipe.c:
4030 * dbus/dbus-transport-unix.c:
4031 Fix documentation warnings.
4033 2003-03-26 Havoc Pennington <hp@pobox.com>
4035 * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
4036 after every test so it's quick and easy to see which leaked, and
4037 so we test multiple dbus_shutdown() calls
4039 * configure.in: change configure.in XML stuff to also support
4042 * config-loader-libxml.c: some hacking
4044 * config-loader-expat.c: some hacking
4046 * config-parser.c: some hacking, plus tests
4048 2003-03-25 Havoc Pennington <hp@redhat.com>
4050 * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
4052 * configure.in: add --with-xml option to specify XML library,
4053 right now only libxml is supported.
4055 * bus/config-loader-libxml.c, config-parser.c: sync some minor
4056 nonworking code between home and work, still just stubs
4058 2003-03-24 Havoc Pennington <hp@redhat.com>
4060 * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
4063 * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
4064 NULL argument for "message" if the error is a well-known one,
4065 fill in a generic message in this case.
4067 * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
4070 * bus/test.c (bus_test_flush_bus): add
4072 * bus/policy.c (bus_policy_test): test code stub
4074 2003-03-24 Havoc Pennington <hp@pobox.com>
4076 * bus/connection.c (bus_connections_setup_connection): set up
4077 the "can this user connect" function, but it always returns
4078 TRUE until we have a config file parser so we can have a config
4079 file that allows connections.
4081 2003-03-23 Havoc Pennington <hp@pobox.com>
4083 * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
4084 DBUS_BUILD_TESTS, actually alloc/free a block of memory for
4085 the mutex, so we can check for proper memory management
4088 * dbus/dbus-dataslot.c: remove the mutex from
4089 DBusDataSlotAllocator and lock it manually when using it,
4090 to simplify fitting it into the global slots framework.
4092 * dbus/dbus-threads.c (init_static_locks): rework how we're
4093 handling global locks so they are easily shut down.
4095 * bus/policy.c (bus_policy_append_rule): fix
4097 * bus/test-main.c (main): check for memleaks
4099 * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
4100 test suite check for memleaks
4102 * dbus/dbus-memory.c: add support in test mode for tracking
4103 number of outstanding blocks
4105 2003-03-23 Havoc Pennington <hp@pobox.com>
4107 * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
4110 * dbus/dbus-hash.h: add ULONG hash keys
4112 * dbus/dbus-sysdeps.c (_dbus_get_groups): new
4113 (_dbus_get_group_id): new function
4115 2003-03-20 Havoc Pennington <hp@redhat.com>
4117 * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
4119 (dbus_connection_get_unix_user): new function
4121 2003-03-20 Havoc Pennington <hp@pobox.com>
4123 * bus/connection.c (bus_connection_send_oom_error): assert that
4124 message has a sender
4125 (connection_execute_transaction): ditto
4126 (bus_connection_preallocate_oom_error): fix to set the sender, and
4127 set recipient to the destination service, not the bus driver
4129 * bus/policy.c: hacking
4131 * dbus/dbus-message.c (dbus_message_service_is): new function
4132 (dbus_message_sender_is): new
4134 2003-03-19 Havoc Pennington <hp@redhat.com>
4136 * bus/policy.c: start sketching code for policy restrictions on
4137 what connections can do.
4139 2003-03-18 Havoc Pennington <hp@redhat.com>
4141 * doc/TODO: some notes on high-level todo items. Little nitpick
4142 stuff is all in @todo, so no need to add it here.
4144 * doc/config-file.txt: some notes on how config file might look
4146 2003-03-18 Anders Carlsson <andersca@codefactory.se>
4152 2003-03-17 Havoc Pennington <hp@redhat.com>
4154 * dbus/dbus-internals.h: add gcc attributes so that
4155 our printf-style functions warn on bad arguments to
4158 * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
4161 * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
4164 2003-03-17 Havoc Pennington <hp@redhat.com>
4166 * bus/test-main.c (main): make it print something as it runs
4167 so make check doesn't look stuck
4169 * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
4170 from CVS, now obsolete
4172 2003-03-17 Anders Carlsson <andersca@codefactory.se>
4174 * bus/dispatch.c: (bus_dispatch):
4175 Refetch the service name since it may have been reallocated
4176 when dbus_message_set_sender was called.
4178 * dbus/dbus-sysdeps.c: (_dbus_accept):
4179 Add address and address length variables and use them to stop
4180 valgrind from complaining.
4182 2003-03-17 Havoc Pennington <hp@pobox.com>
4184 All tests pass, no memleaks, no valgrind complaints.
4186 * bus/test.c: refcount handler_slot
4188 * bus/connection.c (bus_connections_new): refcount
4189 connection_data_slot
4191 * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
4192 bytes so that auth scripts pass.
4194 * bus/dispatch.c: init message_handler_slot so it gets allocated
4197 * bus/dispatch.c (message_handler_slot_ref): fix memleak
4199 * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
4200 dealloc server_pipe_hash when no longer used for benefit of
4203 * dbus/dbus-auth.c (process_command): memleak fix
4205 * bus/dispatch.c (check_hello_message): memleak fix
4207 2003-03-16 Havoc Pennington <hp@pobox.com>
4209 * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
4211 2003-03-17 Anders Carlsson <andersca@codefactory.se>
4213 * bus/activation.c (bus_activation_activate_service): Append
4214 the pending activation entry to the list of pending activations.
4216 2003-03-16 Havoc Pennington <hp@pobox.com>
4218 * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
4221 * dbus/dbus-address.c (create_entry): fix OOM handling when
4222 failing to alloc entry->method
4224 2003-03-16 Havoc Pennington <hp@pobox.com>
4226 * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
4229 * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
4230 add some missing dbus_set_result
4232 * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
4233 alloc the DBusMessageHandler
4235 * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
4236 the transport here, since we call this from the finalizer; it
4237 resulted in a double-finalize.
4239 * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
4240 where we tried to use transport->connection that was NULL,
4241 happened when transport was disconnected early on due to OOM
4243 * bus/*.c: adapt to handle OOM for watches/timeouts
4245 * dbus/dbus-transport-unix.c: port to handle OOM during
4248 * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
4249 reference to unused bytes instead of a copy
4251 * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
4254 * dbus/dbus-connection.c (dbus_connection_handle_watch): return
4257 * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
4260 2003-03-16 Anders Carlsson <andersca@codefactory.se>
4262 * doc/dbus-specification.sgml:
4263 Document reply message for ActivateService.
4265 2003-03-16 Anders Carlsson <andersca@codefactory.se>
4267 * bus/activation.c: (bus_pending_activation_entry_free),
4268 (bus_pending_activation_free), (bus_activation_new),
4269 (bus_activation_unref), (bus_activation_service_created),
4270 (bus_activation_activate_service):
4272 * bus/bus.c: (bus_context_new):
4273 * bus/desktop-file.c: (new_section):
4274 * bus/driver.c: (bus_driver_send_service_deleted),
4275 (bus_driver_handle_activate_service):
4276 * bus/services.c: (bus_registry_new), (bus_registry_ensure):
4278 * dbus/dbus-connection.c:
4279 (dbus_connection_send_with_reply_and_block):
4280 * dbus/dbus-message.c: (dbus_message_append_args_valist):
4281 * dbus/dbus-protocol.h:
4282 Make activation work better. Now pending activations will be queued
4283 and the daemon won't try to activate services that are already registered.
4285 2003-03-16 Havoc Pennington <hp@pobox.com>
4287 * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
4290 * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
4291 DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
4293 2003-03-16 Havoc Pennington <hp@pobox.com>
4295 * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
4296 this. always run the test suite before commit...
4298 * bus/*: adapt to DBusConnection API changes
4300 * glib/dbus-gmain.c: adapt to DBusConnection API changes,
4301 requires renaming stuff to avoid dbus_connection_dispatch name
4304 * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
4307 * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
4308 separate from _dbus_message_loader_return_buffer()
4310 * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
4311 this, because it's now always broken to use; the number of
4312 messages in queue vs. the number still buffered by the message
4313 loader is undefined/meaningless. Should use
4314 dbus_connection_get_dispatch_state().
4315 (dbus_connection_dispatch): rename from
4316 dbus_connection_dispatch_message
4318 2003-03-16 Havoc Pennington <hp@pobox.com>
4320 * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
4323 2003-03-16 Anders Carlsson <andersca@codefactory.se>
4325 * dbus/dbus-connection.c:
4326 (dbus_connection_send_with_reply_and_block):
4327 Decrease connection->n_incoming when removing an entry
4329 * dbus/dbus-dict.c: (dbus_dict_entry_free),
4330 (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
4331 (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
4332 (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
4333 (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
4334 (dbus_dict_get_byte_array):
4335 Handle NULL arrays and strings. Also add support for byte arrays.
4337 * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
4338 (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
4339 (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
4340 (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
4341 (_dbus_demarshal_dict), (demarshal_and_validate_len),
4342 (_dbus_marshal_validate_arg), (_dbus_marshal_test):
4343 * dbus/dbus-marshal.h:
4344 Add support for marshalling and demarshalling empty arrays and strings.
4346 * dbus/dbus-message.c: (dbus_message_append_args_valist),
4347 (dbus_message_append_string_array),
4348 (dbus_message_iter_get_boolean),
4349 (dbus_message_iter_get_boolean_array),
4350 (dbus_message_iter_get_int32_array),
4351 (dbus_message_iter_get_uint32_array),
4352 (dbus_message_iter_get_double_array),
4353 (dbus_message_iter_get_byte_array),
4354 (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
4355 (check_message_handling):
4356 Add support for getting empty arrays and dicts.
4358 * dbus/dbus-string.c: (_dbus_string_validate_utf8):
4359 Don't do any validation at all for now, that's better than just checking
4362 * test/data/valid-messages/emptiness.message:
4363 New test message with lots of empty arrays.
4365 2003-03-16 Havoc Pennington <hp@pobox.com>
4367 * dbus/dbus-connection.c
4368 (_dbus_connection_queue_received_message_link): new function that
4369 can't fail due to OOM
4371 * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
4372 new function pops a message together with a list link
4375 * dbus/dbus-transport-unix.c (queue_messages): use new link-based
4376 message queuing functions to avoid needing to alloc memory
4378 2003-03-16 Havoc Pennington <hp@pobox.com>
4380 Oops - test code was only testing failure of around 30 of the
4381 mallocs in the test path, but it turns out there are 500+
4382 mallocs. I believe this was due to misguided linking setup such
4383 that there was one copy of dbus_malloc etc. in the daemon and one
4384 in the shared lib, and only daemon mallocs were tested. In any
4385 case, the test case now tests all 500+ mallocs, and doesn't pass
4386 yet, though there are lots of fixes in this patch.
4388 * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
4389 this so that it doesn't need to allocate memory, since it
4390 has no way of indicating failure due to OOM (and would be
4391 annoying if it did).
4393 * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
4395 * bus/Makefile.am: rearrange to create two self-contained
4396 libraries, to avoid having libraries with overlapping symbols.
4397 that was resulting in weirdness, e.g. I'm pretty sure there
4398 were two copies of global static variables.
4400 * dbus/dbus-internals.c: move the malloc debug stuff to
4403 * dbus/dbus-list.c (free_link): free list mempool if it becomes
4406 * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
4408 * dbus/dbus-address.c (dbus_parse_address): free list nodes
4411 * bus/dispatch.c (bus_dispatch_add_connection): free
4412 message_handler_slot when no longer using it, so
4413 memory leak checkers are happy for the test suite.
4415 * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
4417 * bus/bus.c (new_connection_callback): disconnect in here if
4418 bus_connections_setup_connection fails.
4420 * bus/connection.c (bus_connections_unref): fix to free the
4422 (bus_connections_setup_connection): if this fails, don't
4423 disconnect the connection, just be sure there are no side
4426 * dbus/dbus-string.c (undo_alignment): unbreak this
4428 * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
4430 (_dbus_auth_new): fix the order in which we free strings
4433 * bus/connection.c (bus_connection_disconnected): fix to
4434 not send ServiceDeleted multiple times in case of memory
4437 * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
4438 get the base service name
4439 (dbus_bus_register_client): don't return base service name,
4440 instead store it on the DBusConnection and have an accessor
4442 (dbus_bus_register_client): rename dbus_bus_register()
4444 * bus/dispatch.c (check_hello_message): verify that other
4445 connections on the bus also got the correct results, not
4446 just the one sending hello
4448 2003-03-15 Havoc Pennington <hp@pobox.com>
4450 Make it pass the Hello handling test including all OOM codepaths.
4451 Now to do other messages...
4453 * bus/services.c (bus_service_remove_owner): fix crash when
4454 removing owner from an empty list of owners
4455 (bus_registry_ensure): don't leave service in the list of
4456 a connection's owned services if we fail to put the service
4459 * bus/connection.c (bus_connection_preallocate_oom_error): set
4460 error flag on the OOM error.
4462 * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
4463 handle _dbus_transport_set_connection failure
4465 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
4466 to create watches up front and simply enable/disable them as
4468 (unix_connection_set): this can now fail on OOM
4470 * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
4471 of enabling/disabling a watch or timeout.
4473 * bus/loop.c (bus_loop_iterate): don't touch disabled
4476 * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
4478 2003-03-15 Havoc Pennington <hp@pobox.com>
4480 * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
4481 write useful test code, after all that futzing around ;-)
4483 Test does not yet pass because we can't handle OOM in
4484 _dbus_transport_messages_pending (basically,
4485 dbus_connection_preallocate_send() does not prealloc the write
4486 watch). To fix this, I think we need to add new stuff to
4487 set_watch_functions, namely a SetEnabled function so we can alloc
4488 the watch earlier, then enable it later.
4490 * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
4491 dbus-memory.c to the convenience lib
4493 * bus/test.c: rename some static functions to keep them clearly
4494 distinct from stuff in connection.c. Handle client disconnection.
4496 2003-03-14 Havoc Pennington <hp@pobox.com>
4498 * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
4499 transport, tests more of the real codepath. Set up clients
4500 with bus_setup_debug_client.
4502 * bus/test.c (bus_setup_debug_client): function to set up debug
4503 "clients" on the main loop
4505 * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
4508 * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
4511 * dbus/dbus-server-debug.c: support a debug server based on pipes
4513 * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
4514 (_dbus_close): new function
4516 * configure.in: check for socketpair
4518 2003-03-14 Havoc Pennington <hp@redhat.com>
4520 * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
4523 * dbus/dbus-transport-debug.c: rework this a good bit to be
4524 less complicated. hopefully still works.
4526 * dbus/dbus-server-debug.c (handle_new_client): remove timeout
4529 * glib/dbus-gmain.c (timeout_handler): don't remove timeout
4532 * dbus/dbus-message.c (dbus_message_copy): rename from
4533 dbus_message_new_from_message, fix it up to copy
4534 all the message fields, add test case
4536 * bus/dispatch.c (bus_dispatch_test): add some more test code,
4537 not quite passing yet
4539 2003-03-14 Havoc Pennington <hp@pobox.com>
4541 * bus/loop.c (bus_loop_iterate): add this so we can "run loop
4542 until no work remains" in test code. (the large diff here
4543 is just code movement, no actual changes)
4545 * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
4546 1, no point waiting around for test code.
4547 (_dbus_server_debug_accept_transport): unref the timeout
4548 after adding it (right?)
4550 * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
4552 2003-03-13 Havoc Pennington <hp@redhat.com>
4554 * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
4557 * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
4560 * dbus/dbus-connection.h: Make AddWatchFunction and
4561 AddTimeoutFunction return a bool so they can fail on out-of-memory
4563 * bus/bus.c (bus_context_new): set up timeout handlers
4565 * bus/connection.c (bus_connections_setup_connection): set up
4568 * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
4571 * bus/bus.c (bus_context_new): adapt to changes
4573 * bus/connection.c: adapt to changes
4575 * test/watch.c: adapt to DBusWatch changes
4577 * bus/dispatch.c (bus_dispatch_test): started adding this but
4580 2003-03-14 Anders Carlsson <andersca@codefactory.se>
4582 * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
4584 2003-03-13 Havoc Pennington <hp@pobox.com>
4586 * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
4587 set up a test framework as for the library
4589 2003-03-12 Havoc Pennington <hp@pobox.com>
4591 Throughout: purge global variables, introduce BusActivation,
4592 BusConnections, BusRegistry, etc. objects instead.
4594 * bus/bus.h, bus/bus.c: introduce BusContext as a global
4597 * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
4598 going to redo this a bit differently I think
4600 2003-03-12 Havoc Pennington <hp@redhat.com>
4602 Mega-patch that gets the message bus daemon initially handling
4603 out-of-memory. Work still needed. Also lots of random
4604 moving stuff to DBusError instead of ResultCode.
4606 * dbus/dbus-list.c (_dbus_list_length_is_one): new function
4608 * dbus/dbus-connection.c
4609 (dbus_connection_send_with_reply_and_block): use DBusError
4611 * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
4614 * dbus/dbus-connection.c (dbus_connection_send): drop the result
4615 code here, as the only failure possible is OOM.
4617 * bus/connection.c (bus_connection_disconnect):
4618 rename bus_connection_disconnected as it's a notification only
4620 * bus/driver.c (bus_driver_handle_acquire_service): don't free
4621 "name" on get_args failure, should be done by get_args;
4622 don't disconnect client for bad args, just return an error.
4623 (bus_driver_handle_service_exists): ditto
4625 * bus/services.c (bus_services_list): NULL-terminate returned array
4627 * bus/driver.c (bus_driver_send_service_lost)
4628 (bus_driver_send_service_acquired): send messages from driver to a
4629 specific client to the client's unique name, not to the broadcast
4632 * dbus/dbus-message.c (decode_header_data): reject messages that
4633 contain no name field
4634 (_dbus_message_get_client_serial): rename to
4635 dbus_message_get_serial and make public
4636 (_dbus_message_set_serial): rename from set_client_serial
4637 (_dbus_message_set_reply_serial): make public
4638 (_dbus_message_get_reply_serial): make public
4640 * bus/connection.c (bus_connection_foreach): allow stopping
4641 iteration by returning FALSE from foreach function.
4643 * dbus/dbus-connection.c (dbus_connection_send_preallocated)
4644 (dbus_connection_free_preallocated_send)
4645 (dbus_connection_preallocate_send): new API for sending a message
4646 without possibility of malloc failure.
4647 (dbus_connection_send_message): rename to just
4648 dbus_connection_send (and same for whole function family)
4650 * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
4652 * dbus/dbus-sysdeps.c (_dbus_exit): new function
4654 * bus/activation.c: handle/return errors
4656 * dbus/dbus-errors.h: add more DBUS_ERROR #define
4658 * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
4659 (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
4660 (_dbus_result_from_errno): move to this file
4662 2003-03-10 Anders Carlsson <andersca@codefactory.se>
4664 * dbus/dbus-marshal.c:
4665 (_dbus_marshal_set_string):
4666 Take a length argument so we can marshal the correct string
4669 (_dbus_marshal_dict), (_dbus_demarshal_dict),
4670 (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
4671 (_dbus_marshal_test):
4672 * dbus/dbus-marshal.h:
4673 Add support for marshalling and demarshalling dicts.
4675 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
4676 Add support for TYPE DICT.
4678 * dbus/dbus-message.c: (set_string_field):
4679 Adjust header padding.
4681 (dbus_message_append_args_valist), (dbus_message_append_dict),
4682 (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
4683 (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
4684 (check_message_handling), (check_have_valid_message):
4685 * dbus/dbus-message.h:
4686 Add functions for setting and getting dicts.
4688 * dbus/dbus-protocol.h:
4694 * doc/dbus-specification.sgml:
4695 Add information about how dicts are marshalled.
4697 * test/data/invalid-messages/dict-with-nil-value.message:
4698 * test/data/invalid-messages/too-short-dict.message:
4699 * test/data/valid-messages/dict-simple.message:
4700 * test/data/valid-messages/dict.message:
4701 Add sample messages containing dicts.
4703 2003-03-08 Anders Carlsson <andersca@codefactory.se>
4705 * dbus/dbus-dict.h: Add DBUS_END_DECLS.
4707 2003-03-07 Anders Carlsson <andersca@codefactory.se>
4710 * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
4711 (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
4712 (dbus_dict_set_int32), (dbus_dict_set_uint32),
4713 (dbus_dict_set_double), (dbus_dict_set_string),
4714 (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
4715 (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
4716 (dbus_dict_set_string_array), (_dbus_dict_test):
4718 Fix according to comments from Havoc.
4720 2003-03-06 Michael Meeks <michael@server.home>
4722 * configure.in: if we don't have kde-config, disable have_qt.
4724 2003-03-07 Anders Carlsson <andersca@codefactory.se>
4729 * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
4730 (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
4731 (dbus_dict_remove), (dbus_dict_get_value_type),
4732 (dbus_dict_get_keys), (dbus_dict_put_boolean),
4733 (dbus_dict_put_int32), (dbus_dict_put_uint32),
4734 (dbus_dict_put_double), (dbus_dict_put_string),
4735 (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
4736 (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
4737 (dbus_dict_put_string_array), (dbus_dict_get_boolean),
4738 (dbus_dict_get_int32), (dbus_dict_get_uint32),
4739 (dbus_dict_get_double), (dbus_dict_get_string),
4740 (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
4741 (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
4742 (dbus_dict_get_string_array), (_dbus_dict_test):
4744 Add DBusDict implementation
4746 * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
4750 2003-03-04 Havoc Pennington <hp@pobox.com>
4752 * test/data/auth/*: adapt to changes
4754 * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
4755 USERID_BASE64 and change USERNAME_BASE64 to put in username not
4758 * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
4759 more stuff from being in a context name, to make the protocol
4760 simpler to deal with
4762 * dbus/dbus-errors.c (dbus_error_has_name): new function
4763 (dbus_error_is_set): new function
4765 * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
4766 with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
4768 * dbus/dbus-connection.c (dbus_connection_flush): also read
4769 messages during a flush operation
4771 * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
4773 2003-03-05 Anders Carlsson <andersca@codefactory.se>
4775 * configure.in: Check for gethostbyname on Solaris.
4777 * dbus/dbus-transport.c: (_dbus_transport_open):
4778 Remove duplicate "tcp" entry.
4780 * doc/dbus-specification.sgml:
4781 Clarify some things.
4783 2003-03-05 Anders Carlsson <andersca@codefactory.se>
4785 * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
4786 * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
4787 (_dbus_keyring_test):
4788 * dbus/dbus-md5.c: (_dbus_md5_compute):
4789 * dbus/dbus-sha.c: (_dbus_sha_compute):
4792 2003-03-05 Anders Carlsson <andersca@codefactory.se>
4794 * README: Add some things.
4796 2003-03-04 Anders Carlsson <andersca@codefactory.se>
4798 * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
4799 after case DBUS_TYPE_BOOELAN.
4801 2003-03-02 Havoc Pennington <hp@pobox.com>
4803 * test/break-loader.c (randomly_set_extreme_ints): add test that
4804 sets really huge and small integers
4806 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
4807 that length of boolean array fits in the string, and that
4808 string has room for boolean value in single-bool case.
4810 * dbus/dbus-message-builder.c (_dbus_message_data_load): add
4811 optional value to "ALIGN" command which is what to fill the
4814 * test/data/valid-messages/no-padding.message: add regression
4815 test for the message padding problem
4817 2003-03-02 Havoc Pennington <hp@pobox.com>
4819 * dbus/dbus-message.c (decode_header_data): fix to always init
4820 message_padding, from Benjamin Dauvergne
4822 2003-03-02 Havoc Pennington <hp@pobox.com>
4828 2003-03-01 Joe Shaw <joe@assbarn.com>
4830 * configure.in: Check for "struct cmsgcred" and try to access its
4831 members for BSD-like unices.
4833 * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
4834 _dbus_read_credentials_unix_socket().
4835 (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
4836 read() for reading the credential byte off the unix socket. Use
4837 struct cmsgcred on systems that support it.
4839 2003-02-27 Alexander Larsson <alexl@redhat.com>
4843 Make gthreads-2.0 dependency optional. Don't build thread test if
4846 2003-02-27 Havoc Pennington <hp@pobox.com>
4848 * dbus/dbus-connection.c
4849 (dbus_connection_send_message_with_reply_and_block): fix doh!
4850 doh! doh! bug that resulted in never removing a reply from the
4851 queue, no wonder we called get_reply_serial so much ;-)
4853 * dbus/dbus-message.c (struct DBusMessage): cache reply serial
4854 and client serial instead of demarshaling them every time
4856 2003-02-27 Havoc Pennington <hp@pobox.com>
4858 * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
4859 more inlined, using dbus-string-private.h, speeds things up
4862 * dbus/dbus-string.c (_dbus_string_free): apply align offset
4863 when freeing the string
4864 (_dbus_string_steal_data): fix for align offset
4865 (undo_alignment): new function
4867 2003-02-26 Havoc Pennington <hp@redhat.com>
4869 All kinds of audit fixes from Owen, plus initial attempt to
4870 handle unaligned memory returned from malloc.
4872 * dbus/dbus-string.c (_dbus_string_init): clamp max length to
4873 leave room for align_offset and nul byte
4874 (fixup_alignment): function to track an align_offset and
4875 ensure real->str is aligned
4876 (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
4877 to allow a nul byte plus align offset
4878 (_dbus_string_lock): fix overflow issue
4879 (_dbus_string_init_const_len): add assertions on sanity of len,
4880 assign allocated to be ALLOCATION_PADDING larger than len
4881 (set_length): fixup the overflow handling
4882 (_dbus_string_get_data_len): fix overflow in assertion
4883 (open_gap): detect overflow in size of gap to be opened
4884 (_dbus_string_lengthen): add overflow check
4885 (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
4886 (_dbus_string_append): add overflow check
4887 (_dbus_string_append_unichar): overflow
4888 (_dbus_string_delete): fix overflow in assertion
4889 (_dbus_string_copy_len): overflow in assertion
4890 (_dbus_string_replace_len): overflows in assertions
4891 (_dbus_string_find): change to implement in terms of
4892 _dbus_string_find_to
4893 (_dbus_string_find_to): assorted fixage
4894 (_dbus_string_equal_c_str): assert c_str != NULL,
4895 fix logic so the function works
4896 (_dbus_string_ends_with_c_str): fix overflow thingy
4897 (_dbus_string_base64_encode): overflow fix
4898 (_dbus_string_validate_ascii): overflow
4899 (_dbus_string_validate_nul): overflow
4901 2003-02-26 Havoc Pennington <hp@redhat.com>
4903 * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
4905 2003-02-26 Alexander Larsson <alexl@redhat.com>
4908 Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
4910 * dbus/dbus-connection.c:
4911 * dbus/dbus-connection.h:
4912 Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
4913 Add dbus_connection_set_wakeup_main_function and use it when queueing
4914 incoming and outgoing messages.
4917 * dbus/dbus-dataslot.c:
4918 Threadsafe usage of DBusDataSlotAllocator
4920 * dbus/dbus-message.c: (dbus_message_get_args_iter):
4923 * dbus/dbus-server-unix.c:
4926 * glib/dbus-gmain.c:
4927 Implement the new wakeup functions for glib.
4930 * glib/test-thread-client.c:
4931 * glib/test-thread-server.c:
4932 * glib/test-thread.h:
4933 Initial cut at some thread test code. Not really done yet.
4935 2003-02-26 Havoc Pennington <hp@pobox.com>
4937 * dbus/dbus-connection.c
4938 (dbus_connection_send_message_with_reply_and_block): fix crash
4939 where we ref'd the outgoing message instead of the returned reply
4941 * dbus/dbus-transport-unix.c (do_authentication): check read watch
4942 at the end of this function, so if we didn't need to read for
4943 authentication, we reinstall it for receiving messages
4945 * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
4946 a NULL sender for peer-to-peer case
4948 * dbus/dbus-transport-unix.c (check_read_watch): handle
4949 !authenticated case correctly
4951 * glib/dbus-gmain.c: add support for DBusServer
4953 * dbus/dbus-server.c: add data slot support
4955 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
4956 return values and handle errors
4958 * dbus/dbus-dataslot.c: factor out the data slot stuff from
4961 * Doxyfile.in (INPUT): add glib subdir
4963 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
4964 setup_with_g_main instead of hookup_with_g_main; write docs
4966 2003-02-24 Anders Carlsson <andersca@codefactory.se>
4968 * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
4969 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
4970 * dbus/dbus-message.c: (dbus_message_append_boolean),
4971 (dbus_message_append_boolean_array),
4972 (dbus_message_get_args_valist), (_dbus_message_test):
4973 * dbus/dbus-message.h:
4974 * doc/dbus-specification.sgml:
4975 Various fixes as pointed out by Havoc.
4977 * test/data/invalid-messages/bad-boolean-array.message:
4978 * test/data/invalid-messages/bad-boolean.message:
4979 Add invalid boolean value test cases.
4981 2003-02-24 Anders Carlsson <andersca@codefactory.se>
4983 * dbus/dbus-internals.c: (_dbus_type_to_string):
4984 * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
4985 (_dbus_marshal_validate_arg):
4986 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
4987 * dbus/dbus-message.c: (dbus_message_append_args_valist),
4988 (dbus_message_append_boolean), (dbus_message_append_boolean_array),
4989 (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
4990 (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
4991 (dbus_message_iter_get_double),
4992 (dbus_message_iter_get_boolean_array), (message_iter_test):
4993 * dbus/dbus-message.h:
4994 * dbus/dbus-protocol.h:
4995 * doc/dbus-specification.sgml:
4996 * test/data/valid-messages/lots-of-arguments.message:
4997 Add support for boolean and boolean array types.
4999 2003-02-23 Havoc Pennington <hp@pobox.com>
5001 * dbus/dbus-keyring.c: finish most of this implementation and
5004 * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
5005 these barf if the error isn't cleared to NULL
5007 * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
5008 (_dbus_create_directory): new function
5010 * dbus/dbus-errors.c (dbus_set_error): fix warning
5012 * dbus/dbus-string.c (_dbus_string_hex_encode): new function
5013 (_dbus_string_hex_decode): new function
5014 (test_hex_roundtrip): test code
5016 * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
5018 * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
5020 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
5021 the save-to-temp/rename trick to atomically write the new file
5022 (_dbus_string_parse_uint): new function
5024 2003-02-22 Havoc Pennington <hp@pobox.com>
5026 * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
5028 2003-02-22 Havoc Pennington <hp@pobox.com>
5030 * dbus/dbus-message.c (dbus_message_iter_get_string_array):
5031 (dbus_message_iter_get_byte_array): Fix up doxygen warnings
5033 * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
5035 * dbus/test/data/sha-1: add US government test suite for SHA-1
5037 2003-02-21 Anders Carlsson <andersca@codefactory.se>
5039 * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
5040 Make string arrays NULL-terminated.
5042 * dbus/dbus-memory.c: (dbus_free_string_array):
5043 * dbus/dbus-memory.h:
5044 New function for freeing NULL-terminated string arrays.
5046 * dbus/dbus-message-builder.c: (append_quoted_string),
5047 (_dbus_message_data_load):
5048 Add support for array types.
5050 * dbus/dbus-message.c: (check_message_handling):
5051 Add more types as test cases.
5053 * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
5054 (_dbus_string_parse_double):
5055 Add the start offset to the end offset.
5057 * test/data/valid-messages/lots-of-arguments.message:
5058 New test message with lots of arguments.
5060 2003-02-21 Anders Carlsson <andersca@codefactory.se>
5062 * dbus/dbus-message.c: (dbus_message_append_nil),
5063 (dbus_message_append_int32), (dbus_message_append_uint32),
5064 (dbus_message_append_double), (dbus_message_append_string),
5065 (dbus_message_append_int32_array),
5066 (dbus_message_append_uint32_array),
5067 (dbus_message_append_double_array),
5068 (dbus_message_append_byte_array),
5069 (dbus_message_append_string_array):
5070 Fix all out-of-memory handling in these functions.
5072 2003-02-21 Anders Carlsson <andersca@codefactory.se>
5074 * dbus/dbus-message.c: (dbus_message_append_nil):
5077 2003-02-21 Anders Carlsson <andersca@codefactory.se>
5079 * dbus/dbus-message.c: (dbus_message_append_args_valist),
5080 (dbus_message_append_nil), (dbus_message_append_int32_array),
5081 (dbus_message_append_uint32_array),
5082 (dbus_message_append_double_array),
5083 (dbus_message_append_byte_array),
5084 (dbus_message_append_string_array), (dbus_message_get_args_valist),
5085 (dbus_message_iter_get_int32_array),
5086 (dbus_message_iter_get_uint32_array),
5087 (dbus_message_iter_get_double_array),
5088 (dbus_message_iter_get_byte_array),
5089 (dbus_message_iter_get_string_array):
5091 * dbus/dbus-message.h:
5092 Add functions for appending and getting arrays.
5094 2003-02-21 Anders Carlsson <andersca@codefactory.se>
5096 * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
5097 element size at least 8 bytes, fixes mempool tests on
5100 2003-02-20 Alexander Larsson <alexl@redhat.com>
5102 * dbus/dbus-transport-unix.c (unix_do_iteration):
5103 Unlock the connection mutex during a blocking select call.
5104 Add todo about how we need a way to wake up the select.
5106 * dbus/dbus-connection-internal.h:
5107 * dbus/dbus-connection.c:
5108 Add _dbus_connection_lock and _dbus_connection_unlock.
5110 2003-02-19 Havoc Pennington <hp@pobox.com>
5112 * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
5113 Doxyfile.in, not Doxyfile
5115 * dbus/dbus-keyring.c: do some hacking on this
5117 * dbus/dbus-sysdeps.c (_dbus_delete_file): new
5119 * dbus/dbus-errors.c (dbus_set_error_const): do not call
5121 (dbus_set_error): remove dbus_error_init, check for message ==
5122 NULL *before* we sprintf into it, and add @todo about including
5123 system headers in this file
5125 * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
5127 * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
5129 * dbus/dbus-sysdeps.c (get_user_info): break this function out to
5130 get various bits of user information based on either username
5132 (_dbus_homedir_from_username): new function
5134 2003-02-19 Anders Carlsson <andersca@codefactory.se>
5137 Add check for nonposix getpwnam_r
5139 * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
5140 Align the pool element size to a sizeof (void *) boundary.
5142 * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
5143 (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
5144 General Solaris fixes.
5146 * test/data/valid-messages/simplest-manual.message:
5147 Explicitly state that we want little-endian packing.
5149 2003-02-19 Mikael Hallendal <micke@codefactory.se>
5151 * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
5153 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
5154 Added to create a transport connecting using a tcp/ip socket.
5156 * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
5157 to a tcp socket at given host and port.
5158 (_dbus_listen_tcp_socket): added to listen on tcp socket for given
5161 * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
5163 * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
5164 Added to create a server listening on a TCP/IP socket.
5166 2003-02-19 Havoc Pennington <hp@pobox.com>
5168 Throughout: mop up all the Doxygen warnings and undocumented
5171 * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
5172 to search any paths.
5174 * dbus/dbus-threads.c: move global mutex initializers to
5175 dbus-internals.h, multiple prototypes was confusing doxygen
5176 besides being kind of ugly
5178 * Doxyfile (PREDEFINED): have Doxygen define
5179 DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
5180 docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
5181 (do not abuse the feature! it's for stuff like the autogenerated
5182 macros in dbus-md5.c, not just for things you don't feel like
5185 2003-02-18 Havoc Pennington <hp@pobox.com>
5187 * dbus/dbus-string.c (_dbus_string_zero): new function
5189 * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
5190 wrap it in some dbus-friendly API
5192 * dbus/dbus-types.h: add 16-bit types
5194 2003-02-18 Joe Shaw <joe@assbarn.com>
5196 * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
5197 credentials from our currently running process.
5198 (get_word): Fix a buglet where we were copying the entire length
5199 instead of relative to our position.
5201 * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
5202 keys on the stack... it's 640k of data.
5204 * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
5205 read the credentials byte off the socket, even if we don't have
5207 (_dbus_poll): Implement poll() using select() for systems which
5210 * glib/test-dbus-glib.c (main): Print out an error if no
5211 parameters are given.
5213 * test/data/auth/fallback.auth-script: Added. Tests that a client
5214 can fallback to a secondary auth mechanism if the first fails.
5216 2003-02-18 Havoc Pennington <hp@pobox.com>
5220 2003-02-17 Havoc Pennington <hp@pobox.com>
5222 * doc/dbus-specification.sgml: lots of cosmetic
5223 cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
5224 env variable to DBUS_BUS_ADDRESS, s/client/application/,
5225 s/server/bus/ (except in authentication section). Add a section
5226 "Message Bus Message Routing"
5228 2003-02-17 Anders Carlsson <andersca@codefactory.se.>
5234 2003-02-17 Anders Carlsson <andersca@codefactory.se>
5236 * doc/dbus-specification.sgml:
5237 Specification updates.
5239 2003-02-17 Anders Carlsson <andersca@codefactory.se>
5241 * bus/activation.c: (bus_activation_init), (child_setup),
5242 (bus_activation_activate_service):
5244 * bus/main.c: (main):
5245 Set DBUS_ADDRESS environment variable.
5247 * dbus/dbus-errors.c: (dbus_set_error):
5248 Don't use va_copy since that's a C99 feature.
5250 * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
5251 (_dbus_spawn_async):
5252 * dbus/dbus-sysdeps.h:
5253 Add child_setup_func to _dbus_spawn_async.
5255 * doc/dbus-specification.sgml:
5256 Update specification.
5258 * test/spawn-test.c: (setup_func), (main):
5261 2003-02-17 Alexander Larsson <alexl@redhat.com>
5263 * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
5266 2003-02-17 Anders Carlsson <andersca@codefactory.se>
5270 * doc/dbus-test-plan.sgml:
5271 Add test plan document.
5276 2003-02-17 Anders Carlsson <andersca@codefactory.se>
5278 * dbus/dbus-message.c: (decode_header_data),
5279 (_dbus_message_loader_return_buffer):
5280 Set the header padding amount when loading a message.
5282 2003-02-16 Anders Carlsson <andersca@codefactory.se>
5284 * bus/dispatch.c: (send_one_message):
5285 Only send broadcast messages to registered connections.
5287 * dbus/dbus-message.c: (dbus_message_name_is):
5288 * dbus/dbus-message.h:
5289 New convenience function.
5291 * dbus/dbus-transport-debug.c: (do_reading):
5292 Only dispatch one message per run.
5295 * test/bus-test.c: (new_connection_callback), (die),
5296 (test_hello_client1_handler), (test_hello_client2_handler),
5297 (test_hello_replies), (main):
5299 * test/bus-test-loop.[ch]:
5302 2003-02-16 Havoc Pennington <hp@pobox.com>
5304 * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
5305 backward conditional
5307 2003-02-16 Alexander Larsson <alexl@redhat.com>
5309 * dbus/dbus-connection.c:
5310 Implement sent_message_with_reply. (with_reply_and block is still
5312 Made dispatch_message not lose message if OOM.
5314 * dbus/dbus-errors.h:
5315 Add NoReply error (for reply timeouts).
5317 2003-02-16 Alexander Larsson <alexl@redhat.com>
5319 * dbus/dbus-hash.c (_dbus_hash_table_unref):
5320 Actually free keys and values when destroying hashtable.
5322 2003-02-16 Anders Carlsson <andersca@codefactory.se>
5324 * dbus/dbus-auth.c: (client_try_next_mechanism):
5327 * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
5328 Return TRUE if there's no thread implementation around.
5330 * glib/dbus-gmain.c: (free_source),
5331 (dbus_connection_hookup_with_g_main):
5332 Make sure to remove the GSource when the connection is finalized.
5334 2003-02-16 Anders Carlsson <andersca@codefactory.se>
5336 * bus/dispatch.c: (bus_dispatch_message_handler):
5337 * dbus/dbus-errors.h:
5338 Return an error if someone tries to send a message to a service
5341 2003-02-16 Anders Carlsson <andersca@codefactory.se>
5343 * bus/activation.c: (load_directory), (bus_activation_init),
5344 (bus_activation_activate_service):
5347 (bus_driver_handle_activate_service), (bus_driver_handle_message):
5348 More work on the activation handling.
5350 * dbus/dbus-errors.h:
5351 Add some error messages
5353 * dbus/dbus-message.c: (dbus_message_new_error_reply):
5354 * dbus/dbus-message.h:
5355 New function that creates an error message.
5357 * dbus/dbus-protocol.h:
5358 Add ACTIVATE_SERVER message.
5360 * dbus/dbus-server-unix.c: (unix_handle_watch),
5361 (_dbus_server_new_for_domain_socket):
5362 Call _dbus_fd_set_close_on_exec.
5364 * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
5365 (_dbus_spawn_async), (_dbus_disable_sigpipe),
5366 (_dbus_fd_set_close_on_exec):
5367 * dbus/dbus-sysdeps.h:
5368 Add _dbus_fd_set_close_on exec function. Also add function that checks
5369 that all open fds are set to close-on-exec and warns otherwise.
5371 * dbus/dbus-transport-unix.c:
5372 (_dbus_transport_new_for_domain_socket):
5373 Call _dbus_fd_set_close_on_exec.
5375 2003-02-16 Havoc Pennington <hp@pobox.com>
5377 * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
5378 allow people to avoid setting SIGPIPE to SIG_IGN
5379 (_dbus_connection_new_for_transport): disable SIGPIPE unless
5380 we've been asked not to
5382 2003-02-15 Anders Carlsson <andersca@codefactory.se>
5384 * dbus/dbus-list.c: (_dbus_list_append_link),
5385 (_dbus_list_prepend_link):
5386 * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
5390 2003-02-15 Anders Carlsson <andersca@codefactory.se>
5393 * bus/activation.c: (bus_activation_entry_free),
5394 (add_desktop_file_entry), (load_directory), (bus_activation_init):
5396 * bus/main.c: (main):
5397 Add simple activation support, doesn't work yet though.
5399 2003-02-15 Zack Rusin <zack@kde.org>
5401 * qt/dbus-qthread.cpp: small casting fix
5403 2003-02-15 Anders Carlsson <andersca@codefactory.se>
5405 * dbus/dbus-errors.c: (dbus_set_error):
5406 * dbus/dbus-errors.h:
5407 Add a few errors and make dbus_set_error void.
5409 * dbus/dbus-sysdeps.c:
5410 (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
5411 (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
5412 * dbus/dbus-sysdeps.h:
5413 Add _dbus_spawn_async.
5415 * test/spawn-test.c: (main):
5416 Test for _dbus_spawn_async.
5418 2003-02-15 Anders Carlsson <andersca@codefactory.se>
5420 * dbus/dbus-internals.h:
5421 Fix build without tests.
5423 * dbus/dbus-list.c: (alloc_link):
5424 Fix a segfault when a malloc fails.
5426 * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
5427 (dbus_malloc0), (dbus_realloc):
5428 Add support for malloc debugging.
5430 2003-02-15 Alexander Larsson <alexl@redhat.com>
5432 * dbus/dbus-threads.c:
5433 * dbus/dbus-threads.h:
5434 Add condvars. Remove static mutext from API.
5435 Implement static mutexes by initializing them from threads_init.
5437 * glib/dbus-gthread.c:
5438 * qt/dbus-qthread.cpp:
5439 Update with the thread api changes.
5444 Turn StaticMutex into normal mutex + init function.
5445 Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
5446 _dbus_list_append_link, _dbus_list_prepend_link
5449 * dbus/dbus-sysdeps.c:
5450 * dbus/dbus-sysdeps.h:
5451 New type dbus_atomic_t, and new functions _dbus_atomic_inc,
5452 _dbus_atomic_dec. Only slow fallback implementation at the moment.
5454 * dbus/dbus-protocol.h:
5455 Add DBUS_MESSAGE_LOCAL_DISCONNECT define
5457 * dbus/dbus-message.c:
5458 Make ref/unref atomic.
5461 * dbus/dbus-connection-internal.h:
5462 * dbus/dbus-connection.c:
5463 * dbus/dbus-connection.h:
5465 Change _peek to _borrow,_return & _steal_borrowed.
5466 Change disconnect callback to event.
5467 Make dbus_connection_dispatch_messages reentrant.
5469 * dbus/dbus-transport.c:
5470 Don't ref the connection on calls to the transport
5473 * dbus/dbus-message-handler.c:
5476 * glib/dbus-gmain.c:
5477 Don't use peek_message anymore
5480 * test/debug-thread.c:
5481 * test/debug-thread.h:
5482 Simple thread implementation that asserts() on deadlocks in
5483 single-threaded code.
5486 (main) Call debug_threads_init.
5489 Use disconnect message instead of disconnect callback.
5493 Don't call dbus_connection_set_disconnect_function. Instead export
5494 bus_connection_disconnect.
5497 Call bus_connection_disconnect when we get a disconnected message.
5499 2003-02-15 Havoc Pennington <hp@pobox.com>
5501 * dbus/dbus-message.c (dbus_message_new): fool around with the
5504 2003-02-14 Havoc Pennington <hp@pobox.com>
5506 * dbus/dbus-mempool.c: fail if the debug functions so indicate
5508 * dbus/dbus-memory.c: fail if the debug functions indicate we
5511 * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
5512 (_dbus_decrement_fail_alloc_counter): debug functions to
5513 simulate memory allocation failures
5515 2003-02-14 Havoc Pennington <hp@pobox.com>
5517 * dbus/dbus-errors.h (struct DBusError): add a word of padding
5520 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5522 * bus/driver.c: (bus_driver_handle_hello):
5524 * bus/services.c: (bus_service_lookup):
5525 Reorder message sending so we get a more sane order.
5527 * test/bus-test.c: (message_handler):
5530 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5532 * bus/driver.c: (bus_driver_send_service_deleted),
5533 (bus_driver_send_service_created), (bus_driver_send_service_lost),
5534 (bus_driver_send_service_acquired), (bus_driver_handle_hello),
5535 (bus_driver_send_welcome_message),
5536 (bus_driver_handle_list_services),
5537 (bus_driver_handle_acquire_service),
5538 (bus_driver_handle_service_exists):
5539 * dbus/dbus-bus.c: (dbus_bus_register_client),
5540 (dbus_bus_acquire_service), (dbus_bus_service_exists):
5541 * dbus/dbus-errors.c: (dbus_result_to_string):
5542 * dbus/dbus-errors.h:
5543 * dbus/dbus-message.c: (dbus_message_append_args),
5544 (dbus_message_append_args_valist), (dbus_message_get_args),
5545 (dbus_message_get_args_valist), (dbus_message_get_args_iter),
5546 (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
5547 (dbus_message_iter_get_byte_array),
5548 (dbus_message_iter_get_string_array), (message_iter_test),
5549 (check_message_handling), (_dbus_message_test):
5550 * dbus/dbus-message.h:
5551 * test/bus-test.c: (main):
5552 Change fields to arguments in messages, so that they won't be
5553 confused with header fields.
5555 * glib/test-dbus-glib.c: (main):
5556 Remove append_fields from hello message.
5558 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5560 * dbus/dbus-errors.c:
5561 * dbus/dbus-message.c:
5562 * dbus/dbus-string.c:
5563 Documentation fixes.
5565 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5567 * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
5569 Implement support for timeouts in dbus-glib.
5571 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5573 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
5574 * dbus/dbus-message.c: (process_test_subdir):
5575 * test/break-loader.c: (find_breaks_based_on):
5576 Plug some memory leaks.
5578 2003-02-13 Richard Hult <rhult@codefactory.se>
5580 * bus/main.c: Fix build.
5582 * dbus/dbus-errors.h:
5583 * dbus/dbus-errors.c: Fix copyright for Anders.
5585 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5590 * bus/connection.c: (bus_connection_foreach):
5593 * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
5594 (unescape_string), (new_section), (parse_section_start),
5595 (parse_key_value), (report_error), (bus_desktop_file_load),
5596 (bus_desktop_file_get_string):
5597 * bus/desktop-file.h:
5598 Use DBusError for error reporting.
5600 * bus/dispatch.c: (send_one_message),
5601 (bus_dispatch_message_handler):
5602 * bus/driver.c: (bus_driver_send_service_deleted),
5603 (bus_driver_send_service_created), (bus_driver_send_service_lost),
5604 (bus_driver_send_service_acquired), (bus_driver_handle_hello),
5605 (bus_driver_send_welcome_message),
5606 (bus_driver_handle_list_services),
5607 (bus_driver_handle_acquire_service),
5608 (bus_driver_handle_service_exists):
5609 * bus/loop.c: (bus_loop_run):
5611 Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
5613 * bus/utils.c: (bus_wait_for_memory):
5615 New files with general utility functions.
5617 * dbus/dbus-internals.h:
5618 Remove _DBUS_HANDLE_OOM.
5620 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5622 * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
5623 (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
5624 * dbus/dbus-errors.h:
5625 Add DBusError structure.
5627 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5629 * test/data/valid-messages/standard-acquire-service.message:
5630 * test/data/valid-messages/standard-hello.message:
5631 * test/data/valid-messages/standard-list-services.message:
5632 * test/data/valid-messages/standard-service-exists.message:
5633 Add some standard messages.
5635 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5637 * bus/driver.c: (bus_driver_send_welcome_message),
5638 (bus_driver_handle_list_services),
5639 (bus_driver_handle_acquire_service),
5640 (bus_driver_handle_service_exists), (bus_driver_handle_message):
5641 Update for API changes in libdbus.
5643 * dbus/dbus-message.c: (dbus_message_new_reply):
5644 * dbus/dbus-message.h:
5645 Remove the name argument. The spec states that replies shouldn't
5648 2003-02-13 Anders Carlsson <andersca@codefactory.se>
5650 * bus/desktop-file.c: (parse_section_start), (parse_key_value),
5651 (report_error), (bus_desktop_file_load), (lookup_section),
5652 (lookup_line), (bus_desktop_file_get_raw),
5653 (bus_desktop_file_get_string):
5654 * bus/desktop-file.h:
5655 Some fixes, and new functions for getting a key value from a section.
5657 2003-02-13 Havoc Pennington <hp@pobox.com>
5659 * test/data/auth/fail-after-n-attempts.auth-script: new test
5661 * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
5664 2003-02-13 Havoc Pennington <hp@pobox.com>
5666 * dbus/dbus-auth.c (handle_server_data_external_mech): args to
5667 dbus_credentials_match were backward
5669 * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
5670 NO_CREDENTIALS and ROOT_CREDENTIALS
5672 * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
5673 into here. Never process more commands after we've reached an
5674 end state; store further data as unused bytes.
5676 * test/data/auth/*: add more auth tests
5678 * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
5679 command to match exact string and EXPECT_UNUSED to match unused
5682 * test/Makefile.am (dist-hook): fix to dist all the test stuff
5684 2003-02-12 Havoc Pennington <hp@pobox.com>
5686 * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
5687 \r off of popped lines
5689 * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
5692 * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
5695 2003-02-12 Havoc Pennington <hp@pobox.com>
5697 * dbus/Makefile.am: remove break-loader from the build, since it
5700 * configure.in: add --enable-gcov to turn on coverage profiling
5701 flags and disable optimization
5703 2003-02-10 Havoc Pennington <hp@pobox.com>
5705 * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
5706 initial cut at test framework for DBusAuth from laptop.
5707 Doesn't quite work yet but it compiles and I need to get
5708 it off the 266mhz laptop. ;-)
5710 * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
5711 fix a memleak in error case
5713 2003-02-12 Anders Carlsson <andersca@codefactory.se>
5716 * bus/desktop-file.c:
5717 * bus/desktop-file.h:
5718 Add a desktop file parser.
5720 2003-02-11 Zack Rusin <zack@kde.org>
5722 * qt/message.[h|cpp]: sample implementation
5723 of the KDE wrapper for DBusMessage
5725 2003-02-09 Zack Rusin <zack@kde.org>
5727 * test/bus-test.c: make_it_compile
5728 * doc/dbus-specification.sgml: minimal semantic fix
5730 2003-02-06 Anders Carlsson <andersca@codefactory.se>
5736 2003-02-06 Anders Carlsson <andersca@codefactory.se>
5739 * dbus/dbus-break-loader.c:
5741 * test/break-loader.c:
5742 Move dbus-break-loader to test/ and rename it to break-loader.
5744 2003-02-02 Havoc Pennington <hp@pobox.com>
5746 * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
5747 for code to manage cookies in your home directory
5749 * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
5751 * dbus/dbus-auth.c (get_state): impose a maximum number of tries
5752 to authenticate, then disconnect the client.
5754 2003-02-03 Alexander Larsson <alexl@redhat.com>
5756 * dbus/dbus-message.c (dbus_message_append_fields):
5759 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5761 * doc/dbus-specification.sgml:
5762 Update address format section.
5764 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5767 * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
5768 (message_handler), (new_connection_callback), (loop_quit),
5772 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5774 * bus/driver.c: (bus_driver_handle_service_exists):
5775 Simplify the code a bit.
5777 * dbus/dbus-bus.c: (dbus_bus_service_exists):
5780 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5783 Add libdbus-daemon.la and link to it.
5785 2003-02-01 James Willcox <jwillcox@gnome.org>
5787 * bus/driver.c: (bus_driver_handle_own_service):
5788 Actually include the service reply code in the message.
5790 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5792 * bus/driver.c: (bus_driver_handle_service_exists):
5793 Don't unref the incoming message.
5795 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5797 * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
5799 2003-02-02 Anders Carlsson <andersca@codefactory.se>
5801 * dbus/dbus-server.c: (dbus_server_listen):
5802 * dbus/dbus-transport.c: (_dbus_transport_open):
5803 ifdef out the calls to the debug transport and server.
5805 2003-02-02 Alexander Larsson <alexl@redhat.com>
5807 * dbus/dbus-watch.c (dbus_watch_get_flags):
5808 Add note in the docs that ERROR or HANGUP won't be returned
5809 and are assumed always on.
5811 * glib/dbus-gmain.c (add_watch):
5812 Always add IO_ERR | IO_HUP
5814 * dbus/dbus-message.h:
5815 Add semicolon after dbus_message_iter_get_string_array().
5816 Makes qt code build again
5818 2003-02-01 Anders Carlsson <andersca@codefactory.se>
5820 * bus/driver.c: (create_unique_client_name),
5821 (bus_driver_handle_hello):
5822 Don't take a name, just use a numeric id to identify
5826 * dbus/dbus-bus.c: (dbus_bus_register_client),
5827 (dbus_bus_acquire_service), (dbus_bus_service_exists):
5829 Add new convenience functions for communicating with the bus.
5831 * dbus/dbus-message.h:
5833 * dbus/dbus-protocol.h:
5836 2003-02-01 Alexander Larsson <alexl@redhat.com>
5838 * dbus/dbus-message.c (dbus_message_append_fields):
5839 Add some more doc comments.
5841 2003-02-01 Havoc Pennington <hp@pobox.com>
5843 * dbus/dbus-break-loader.c (randomly_modify_length): change
5844 a 4-byte value in the message as if it were a length
5846 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
5847 execute bit on saved files
5849 2003-02-01 Havoc Pennington <hp@pobox.com>
5851 * dbus/dbus-break-loader.c (main): new program to find messages
5852 that break the loader.
5854 * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
5855 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
5857 * dbus/dbus-string.c (_dbus_string_set_byte): new
5859 2003-01-31 Havoc Pennington <hp@pobox.com>
5861 * dbus/dbus-message.c: refactor the test code to be more general,
5862 in preparation for writing a "randomly permute test cases to
5863 try to break the loader" program.
5865 2003-01-31 Havoc Pennington <hp@pobox.com>
5867 * doc/dbus-specification.sgml: work on the specification
5869 * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
5870 the protocol version of the message.
5872 * dbus/dbus-protocol.h: drop special _REPLY names, the spec
5873 no longer specifies that.
5874 (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
5877 * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
5878 "break" for DBUS_TYPE_NIL, remove @todo
5880 2003-01-31 Havoc Pennington <hp@pobox.com>
5882 * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
5883 just set_is_error/get_is_error as this is a commonly-used
5884 function, and write docs.
5886 2003-01-31 Anders Carlsson <andersca@codefactory.se>
5888 * dbus/dbus-address.c: (dbus_address_entry_free):
5889 Free key and value lists.
5891 * dbus/dbus-internals.c: (_dbus_type_to_string):
5892 Add the types we didn't have.
5894 * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
5895 (_dbus_marshal_validate_arg):
5898 * dbus/dbus-message.c: (dbus_message_set_sender):
5899 Remove todo about being able to set sender to NULL.
5901 (dbus_message_set_is_error_reply),
5902 (dbus_message_get_is_error_reply):
5903 * dbus/dbus-message.h:
5906 * dbus/dbus-protocol.h:
5907 Add error reply flag.
5909 * test/data/valid-messages/opposite-endian.message:
5910 Add NIL type to test.
5912 2003-01-31 Havoc Pennington <hp@pobox.com>
5914 * doc/dbus-specification.sgml: fully specify the header. Add
5915 flags and major protocol version, and change header/body len to
5918 * dbus/dbus-message-builder.c (append_saved_length): append length
5921 * dbus/dbus-message.c (dbus_message_create_header): change header
5922 length and body length to unsigned. Add the new fields from the
5924 (_dbus_message_loader_return_buffer): unsigned header/body len
5926 2003-01-30 Havoc Pennington <hp@pobox.com>
5928 * dbus/dbus-auth.c: rework to use only REJECTED, no
5931 * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
5932 use REJECTED, suggested by Mark McLoughlin
5934 2003-01-30 Havoc Pennington <hp@pobox.com>
5936 * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
5937 a better way to report errors here. e.g. "unix address lacks
5938 path" or something. also "no such file" when the path doesn't
5941 * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
5943 (dbus_parse_address): add @todo about documenting address format,
5944 and allowing , and ; to be escaped
5946 2003-01-30 Anders Carlsson <andersca@codefactory.se>
5949 Add dbus-address.[ch]
5951 * dbus/dbus-address.c: (dbus_address_entry_free),
5952 (dbus_address_entries_free), (create_entry),
5953 (dbus_address_entry_get_method), (dbus_address_entry_get_value),
5954 (dbus_parse_address), (_dbus_address_test):
5955 * dbus/dbus-address.h:
5956 New files for dealing with address parsing.
5958 * dbus/dbus-connection.c:
5959 Document timeout functions.
5961 * dbus/dbus-message.c:
5962 Document dbus_message_new_from_message.
5964 * dbus/dbus-server-debug.c:
5967 * dbus/dbus-server.c: (dbus_server_listen):
5968 Parse address and use correct server implementation.
5970 * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
5971 * dbus/dbus-string.h:
5972 New function with test.
5974 * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
5978 * dbus/dbus-transport-debug.c:
5981 * dbus/dbus-transport.c: (_dbus_transport_open):
5982 Parse address and use correct transport implementation.
5984 2003-01-30 Havoc Pennington <hp@pobox.com>
5986 * dbus/dbus-message.c: use message->byte_order instead of
5987 DBUS_COMPILER_BYTE_ORDER throughout.
5988 (dbus_message_create_header): pad header to align the
5989 start of the body of the message to 8-byte boundary
5991 * dbus/dbus-marshal.h: make all the demarshalers take const
5992 DBusString arguments.
5994 * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
5995 validate message args here, so we don't have to do slow validation
5996 later, and so we catch bad messages as they are incoming. Also add
5997 better checks on header_len and body_len. Also fill in
6000 * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
6001 implemented properly)
6002 (_dbus_string_validate_nul): new function to check all-nul
6004 * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
6005 get_arg_end_pos and remove all validation
6006 (_dbus_marshal_validate_arg): actually do validation here.
6008 2003-01-29 Havoc Pennington <hp@pobox.com>
6010 * dbus/dbus-message.c (check_message_handling): fix assertion
6011 failure on set_client_serial
6013 2003-01-28 Havoc Pennington <hp@pobox.com>
6015 * dbus/dbus-server-debug.c: Add doc section comments
6017 * dbus/dbus-transport-debug.c: add doc section comments
6019 2003-01-28 Havoc Pennington <hp@redhat.com>
6021 * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
6022 the reverse order from how I had it
6023 (_dbus_string_base64_encode): reverse encoding order. I was
6024 basically byteswapping everything during encoding.
6026 2003-01-28 Anders Carlsson <andersca@codefactory.se>
6028 * dbus/dbus-connection-internal.h:
6029 * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
6030 (_dbus_connection_remove_timeout):
6031 Add functions for adding and removing timeouts.
6033 * dbus/dbus-message.c: (dbus_message_new_from_message):
6034 Add new function that takes a message and creates an exact
6035 copy of it, but with the refcount set to 1.
6036 (check_message_handling):
6039 * dbus/dbus-server-protected.h:
6040 * dbus/dbus-server.c: (_dbus_server_init_base),
6041 (_dbus_server_finalize_base), (_dbus_server_add_timeout),
6042 (dbus_server_set_timeout_functions):
6043 (_dbus_server_remove_timeout):
6044 New functions so that a server can add and remove timeouts.
6046 (dbus_server_listen):
6047 Add commented out call to dbus_server_debug_new.
6049 * dbus/dbus-timeout.c: (_dbus_timeout_new):
6050 Actually set the handler, doh.
6052 * dbus/dbus-transport.c: (_dbus_transport_open):
6053 Add commented out call to dbus_transport_debug_client_new.
6056 Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
6058 2003-01-28 Havoc Pennington <hp@pobox.com>
6060 * dbus/dbus-message.c (check_message_handling): function to check
6061 on the loaded message, iterates over it etc.
6063 2003-01-28 Havoc Pennington <hp@pobox.com>
6065 * test/Makefile.am (dist-hook): fix make distdir
6067 * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
6069 2003-01-27 Havoc Pennington <hp@pobox.com>
6071 * dbus/dbus-mempool.c (time_for_size): replace printf with
6074 * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
6075 empty lines; fix the SAVE_LENGTH stuff to be
6076 START_LENGTH/END_LENGTH so it actually works; couple other
6079 * test/Makefile.am (dist-hook): add dist-hook for .message files
6081 * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
6082 can be constant or locked.
6083 (_dbus_string_free): allow freeing a const string as
6086 * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
6088 * dbus/dbus-test-main.c (main): take an argument which is the
6089 directory containing test data
6091 * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
6092 argument to this and load all the messages in test/data/
6093 checking that they can be loaded or not loaded as appropriate.
6095 2003-01-27 Anders Carlsson <andersca@codefactory.se>
6097 * bus/dispatch.c: (bus_dispatch_message_handler):
6098 Dispatch messages sent to services.
6100 * bus/driver.c: (bus_driver_send_service_deleted),
6101 (bus_driver_send_service_created), (bus_driver_send_service_lost),
6102 (bus_driver_send_service_acquired):
6103 Add helper functions for sending service related messages.
6105 (bus_driver_send_welcome_message):
6106 Send HELLO_REPLY instead of WELCOME.
6108 (bus_driver_handle_list_services):
6109 Send LIST_SERVICES_REPLY instead of SERVICES.
6111 (bus_driver_handle_own_service),
6112 (bus_driver_handle_service_exists):
6113 New message handlers.
6115 (bus_driver_handle_message):
6116 Invoke new message handlers.
6118 (bus_driver_remove_connection):
6119 Don't remove any services here since that's done automatically
6120 by bus_service_remove_owner now.
6123 New function signatures.
6125 * bus/services.c: (bus_service_add_owner):
6126 Send ServiceAcquired message if we're the only primary owner.
6128 (bus_service_remove_owner):
6129 Send ServiceAcquired/ServiceLost messages.
6131 (bus_service_set_prohibit_replacement),
6132 (bus_service_get_prohibit_replacement):
6133 Functions for setting prohibit replacement.
6135 (bus_service_has_owner):
6136 New function that checks if a connection is in the owner queue of
6140 Add new function signatures.
6142 * dbus/dbus-list.c: (_dbus_list_test):
6143 Add tests for _dbus_list_remove_last and traversing the list backwards.
6146 Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
6147 go any further, so return NULL then.
6149 * dbus/dbus-protocol.h:
6150 Add new messages, service flags and service replies.
6152 2003-01-26 Havoc Pennington <hp@pobox.com>
6154 * dbus/dbus-message-builder.c: implement, completely untested.
6156 * test/data/*: add data to be used in testing.
6157 ".message" files are our simple loadable text format.
6158 ".message-raw" will be binary dumps of messages.
6160 * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
6162 2003-01-26 Havoc Pennington <hp@pobox.com>
6164 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
6166 * dbus/dbus-errors.c (dbus_result_to_string): add
6169 * dbus/dbus-message-builder.c: new file, will contain code to load
6170 up messages from files. Not implemented yet.
6172 2003-01-26 Havoc Pennington <hp@pobox.com>
6174 * dbus/dbus-message.c (dbus_message_set_sender): support deleting
6175 the sender by setting to NULL
6177 2003-01-26 Havoc Pennington <hp@pobox.com>
6179 The unit tests pass, but otherwise untested. If it breaks, the
6180 tests should have been better. ;-)
6182 * bus/driver.c (bus_driver_handle_hello): return if we disconnect
6185 * dbus/dbus-message.c: redo everything so we maintain
6186 message->header as the only copy of the various fields.
6187 This avoids the possibility of out-of-memory in some cases,
6188 for example dbus_message_lock() can't run out of memory anymore,
6189 and avoids extra copying. Figured I may as well go ahead and do
6190 this since it was busted for dbus_message_lock to not return
6191 failure on OOM, and dbus_message_write_header was totally
6192 unchecked for OOM. Also fixed some random other bugs.
6194 * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
6195 that strings are nul-terminated. Also, end_pos can be equal
6196 to string length just not greater than, I think.
6197 (_dbus_marshal_set_int32): new function
6198 (_dbus_marshal_set_uint32): new function
6199 (_dbus_marshal_set_string): new function
6201 * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
6202 a warning, init timeout_list to NULL
6203 (dbus_connection_send_message): don't use uninitialized variable
6206 * dbus/dbus-string.c (_dbus_string_replace_len): new function
6208 2003-01-26 Anders Carlsson <andersca@codefactory.se>
6210 * bus/driver.c: (bus_driver_handle_hello),
6211 (bus_driver_send_welcome_message):
6214 2003-01-26 Anders Carlsson <andersca@codefactory.se>
6216 * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
6217 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
6218 (dbus_connection_unref):
6219 * dbus/dbus-marshal.c: (_dbus_marshal_test):
6220 * dbus/dbus-message.c: (dbus_message_unref),
6223 (dbus_message_get_fields):
6224 Remove debugging printout.
6226 (_dbus_message_loader_return_buffer):
6227 Don't store the header string.
6229 (_dbus_message_test):
6232 2003-01-26 Richard Hult <rhult@codefactory.se>
6234 * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
6235 the file descriptor list, since it can change under us.
6237 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6239 * glib/dbus-gmain.c: (dbus_connection_prepare),
6240 (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
6241 (remove_watch), (dbus_connection_hookup_with_g_main):
6242 Rewrite the glib handling to use its own GSource instead of a
6243 GIOChannel so we can catch messages put in the queue while waiting
6246 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6249 * bus/connection.c: (connection_disconnect_handler),
6250 (connection_watch_callback), (bus_connection_setup):
6251 * bus/dispatch.c: (send_one_message),
6252 (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
6253 (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
6255 * bus/driver.c: (bus_driver_send_service_deleted),
6256 (bus_driver_send_service_created), (bus_driver_handle_hello),
6257 (bus_driver_send_welcome_message),
6258 (bus_driver_handle_list_services), (bus_driver_remove_connection),
6259 (bus_driver_handle_message):
6261 Refactor code, put the message dispatching in its own file. Use
6262 _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
6265 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6267 * dbus/dbus-internals.h:
6268 Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
6270 * dbus/dbus-message.c: (dbus_message_get_sender):
6271 * dbus/dbus-message.h:
6272 Implement dbus_message_get_sender.
6274 * dbus/dbus-protocol.h:
6275 Add message and service defines.
6277 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6279 * dbus/dbus-connection.c: (dbus_connection_send_message):
6280 * dbus/dbus-message-internal.h:
6281 * dbus/dbus-message.c: (_dbus_message_get_client_serial),
6282 (dbus_message_write_header):
6283 Remove _dbus_messag_unlock and don't set the client serial on a
6284 message if one already exists.
6286 2003-01-24 Havoc Pennington <hp@pobox.com>
6288 * dbus/dbus-list.c (alloc_link): put a thread lock on the global
6291 * bus/driver.c (bus_driver_handle_list_services): fix a leak
6294 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6296 * dbus/dbus-list.c: (alloc_link), (free_link):
6297 Use a memory pool for the links.
6299 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6301 * bus/connection.c: (bus_connection_foreach):
6303 Add new bus_connection_foreach function.
6305 * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
6306 Add function that broadcasts a message to all clients.
6308 (bus_driver_send_service_created), (bus_driver_handle_hello),
6309 (bus_driver_send_welcome_message),
6310 (bus_driver_handle_list_services), (bus_driver_message_handler):
6311 Implement functions that take care of listing services, and notifying
6312 clients when new services are created.
6314 * bus/services.c: (bus_services_list):
6316 Add new function that returns an array of strings with the currently
6317 registered services.
6320 * glib/dbus-gmain.c:
6321 Update copyright year.
6323 2003-01-25 Anders Carlsson <andersca@codefactory.se>
6325 * dbus/dbus-connection.c: (dbus_connection_send_message):
6326 Unlock the message in case it was sent earlier.
6328 (dbus_connection_send_message_with_reply_and_block):
6329 Remove the reply message from the list.
6331 * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
6332 Set array_len and new_pos correctly.
6334 (_dbus_marshal_test):
6335 Remove debug output.
6337 * dbus/dbus-message-internal.h:
6338 * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
6339 New function that returns the reply serial.
6341 (_dbus_message_unlock):
6342 New function that unlocks a message and resets its header.
6344 (dbus_message_append_string_array),
6345 (dbus_message_get_fields_valist),
6346 (dbus_message_iter_get_field_type),
6347 (dbus_message_iter_get_string_array),
6348 (dbus_message_get_fields),
6349 (dbus_message_append_fields_valist):
6350 Handle string arrays.
6352 (dbus_message_set_sender):
6353 Make this function public since the bus daemon needs it.
6355 (decode_header_data):
6356 Set the reply serial to -1 initially.
6358 * dbus/dbus-message.h:
6359 Add dbus_message_set_sender.
6361 2003-01-24 Havoc Pennington <hp@pobox.com>
6363 * doc/dbus-specification.sgml: add some stuff
6365 2003-01-22 Havoc Pennington <hp@pobox.com>
6367 * doc/dbus-specification.sgml: Start to document the protocol.
6369 2003-01-22 Havoc Pennington <hp@pobox.com>
6371 * dbus/dbus-connection.c
6372 (dbus_connection_send_message_with_reply_and_block): add some @todo
6374 * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
6376 2003-01-21 Havoc Pennington <hp@pobox.com>
6378 (patch untested because can't compile)
6380 * bus/driver.c (create_unique_client_name): make this function
6381 never recycle client names. Also, caller should initialize
6384 * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
6386 2003-01-21 Anders Carlsson <andersca@codefactory.se>
6388 * dbus/dbus-marshal.c: (_dbus_marshal_double),
6389 (_dbus_marshal_int32), (_dbus_marshal_uint32),
6390 (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
6391 (_dbus_marshal_double_array), (_dbus_marshal_string_array),
6392 (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
6393 (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
6394 (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
6395 * dbus/dbus-marshal.h:
6396 * dbus/dbus-protocol.h:
6397 Add support for marshalling and demarshalling integer, double
6400 2003-01-21 Anders Carlsson <andersca@codefactory.se>
6405 * bus/connection.c: (connection_disconnect_handler):
6406 Remove the connection from the bus driver's list.
6408 (connection_watch_callback): Dispatch messages.
6410 (free_connection_data): Free connection name.
6412 (bus_connection_setup): Add connection to the bus driver's list.
6413 (bus_connection_remove_owned_service):
6414 (bus_connection_set_name), (bus_connection_get_name):
6415 Add functions for setting and getting the connection's name.
6418 Add function headers.
6420 * bus/driver.c: (create_unique_client_name),
6421 (bus_driver_handle_hello_message),
6422 (bus_driver_send_welcome_message), (bus_driver_message_handler),
6423 (bus_driver_add_connection), (bus_driver_remove_connection):
6426 * bus/services.c: (bus_service_free):
6428 New file that handles communication and registreation with the bus
6431 2003-01-21 Anders Carlsson <andersca@codefactory.se>
6433 * dbus/dbus-connection.c: (dbus_connection_send_message):
6434 Add a new client_serial parameter.
6436 (dbus_connection_send_message_with_reply):
6437 Remove a @todo since we've implemented the blocking function.
6439 (dbus_connection_send_message_with_reply_and_block):
6440 New function that sends a message and waits for a reply and
6441 then returns the reply.
6443 * dbus/dbus-connection.h:
6446 * dbus/dbus-errors.c: (dbus_result_to_string):
6447 * dbus/dbus-errors.h:
6448 Add new DBUS_RESULT.
6450 * dbus/dbus-message-internal.h:
6451 * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
6452 (_dbus_message_set_sender), (dbus_message_write_header),
6453 (dbus_message_new_reply), (decode_header_data),
6454 (_dbus_message_loader_return_buffer), (_dbus_message_test):
6455 * dbus/dbus-message.h:
6456 Add new functions that set the reply serial and sender.
6457 Also marshal and demarshal them correctly and add test.
6459 * dbus/dbus-protocol.h:
6460 Add new DBUS_MESSAGE_TYPE_SENDER.
6463 * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
6464 (add_watch), (remove_watch), (add_timeout), (remove_timeout),
6465 (dbus_connection_hookup_with_g_main):
6466 * glib/test-dbus-glib.c: (main):
6467 Rewrite to use GIOChannel and remove the GSource crack.
6469 * test/echo-client.c: (main):
6470 * test/watch.c: (check_messages):
6471 Update for changed APIs
6473 2003-01-19 Anders Carlsson <andersca@codefactory.se>
6475 * dbus/Makefile.am: Add dbus-timeout.[cħ]
6477 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
6478 Create a DBusTimeoutList.
6479 (dbus_connection_set_timeout_functions): Add new function to
6480 set timeout callbacks
6482 * dbus/dbus-connection.h: Add public DBusTimeout API.
6484 * dbus/dbus-message.c: (dbus_message_get_service):
6485 * dbus/dbus-message.h: New function.
6487 * dbus/dbus-server.c: Fix small doc typo.
6489 * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
6491 2003-01-19 Anders Carlsson <andersca@codefactory.se>
6493 * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
6494 of the string, just as long as specified.
6496 2003-01-19 Havoc Pennington <hp@pobox.com>
6498 * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
6501 * dbus/dbus-server.c (dbus_server_set_max_connections)
6502 (dbus_server_get_max_connections, dbus_server_get_n_connections):
6503 keep track of current number of connections, and add API for
6504 setting a max (but haven't implemented enforcing the max yet)
6506 2003-01-18 Havoc Pennington <hp@pobox.com>
6508 * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
6509 reading/writing if read_watch != NULL or write_watch != NULL.
6511 * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
6512 the message loader code to actually load message->header and
6513 message->body into the newly-created message.
6515 * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
6518 * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
6519 (dbus_connection_get_max_message_size)
6520 (dbus_connection_set_max_live_messages_size)
6521 (dbus_connection_get_max_live_messages_size): implement some
6522 resource limitation functions
6524 * dbus/dbus-resources.c: new file implementing some of the
6525 resource limits stuff
6527 * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
6528 missing docs, add @todo to handle OOM etc.
6530 * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
6533 2003-01-18 Havoc Pennington <hp@pobox.com>
6535 * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
6536 connection if it hasn't been already.
6538 * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
6539 replace with DisconnectFunction.
6541 2003-01-18 Havoc Pennington <hp@pobox.com>
6543 Building --disable-verbose-mode --disable-asserts --disable-tests
6544 cuts the library from 112K to 45K or so
6546 * configure.in: check for varargs macro support,
6547 add --enable-verbose-mode, --enable-asserts.
6549 * dbus/dbus-internals.h (_dbus_assert): support
6551 (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
6553 2003-01-18 Havoc Pennington <hp@pobox.com>
6555 * dbus/dbus-test.c: include config.h so that tests actually run
6557 * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
6558 so the failure mode when that assumption fails will be plenty
6561 2003-01-18 Havoc Pennington <hp@pobox.com>
6563 * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
6565 * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
6568 * test/Makefile.am: don't use special variable "TESTS" for echo-*
6569 since we don't want to use those in make check
6571 2003-01-15 Havoc Pennington <hp@redhat.com>
6577 2003-01-15 Havoc Pennington <hp@redhat.com>
6579 * test/Makefile.am: fix so that test source code ends up in the
6580 distribution on make distcheck
6582 2003-01-15 Havoc Pennington <hp@redhat.com>
6588 2003-01-15 Havoc Pennington <hp@redhat.com>
6590 * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
6591 fix build when --disable-tests
6593 * Makefile.am (EXTRA_DIST): put HACKING in here
6595 * HACKING: document procedure for making a tarball release.
6597 2003-01-14 Anders Carlsson <andersca@codefactory.se>
6599 * bus/connection.c: (connection_error_handler),
6600 (bus_connection_setup):
6601 * bus/main.c: (main):
6602 Make sure that the DBusConnectionData struct is NULLed
6603 out to prevent a segfault.
6605 * dbus/dbus-errors.c: (dbus_result_to_string):
6606 * dbus/dbus-errors.h:
6607 * dbus/dbus-message.c: (dbus_message_get_fields),
6608 (dbus_message_get_fields_valist), (_dbus_message_test):
6609 * dbus/dbus-message.h:
6610 Make dbus_message_get_fields return a result code so we can
6611 track invalid fields as well as oom.
6613 2003-01-11 Havoc Pennington <hp@pobox.com>
6615 * configure.in: change --enable-test/--enable-ansi action-if-given
6616 to enable_foo=$enableval instead of enable_foo=yes
6618 2003-01-08 Havoc Pennington <hp@pobox.com>
6620 * dbus/dbus-string.c (_dbus_string_align_length): new function
6622 * dbus/dbus-test-main.c: move main() for test app here
6624 (dbus_internal_symbol_do_not_use_run_tests): we have to export a
6625 symbol to run tests, because dbus-test isn't in the main
6628 Code review nitpicks.
6630 * dbus/dbus-message.c (dbus_message_write_header): add newlines
6631 for people with narrow emacs ;-). Assert client_serial was filled
6632 in. Assert message->name != NULL.
6633 (dbus_message_append_fields): have "first_field_type" arg separate
6634 from va list, needed for C++ binding that also uses varargs IIRC
6635 and helps with type safety
6636 (dbus_message_new): add @todo about using DBusString to store
6637 service/name internally
6638 (dbus_message_new): don't leak ->service and ->name on OOM later
6640 (dbus_message_unref): free the service name
6641 (dbus_message_get_fields): same change to varargs
6642 i.e. first_field_type
6643 (_dbus_message_loader_return_buffer): assert that the message data
6644 is aligned (if not it's a bug in our code). Put in verbose griping
6645 about why we set corrupted = TRUE.
6646 (decode_header_data): add FIXME that char* is evil. Was going to
6647 add FIXME about evil locale-specific string.h strncmp, but just
6648 switched to wacky string-as-uint32 optimization. Move check for
6649 "no room for field name" above get_const_data_len() to avoid
6650 assertion failure in get_const_data_len if we have trailing 2
6651 bytes or the like. Check for service and name fields being
6652 provided twice. Don't leak service/name on error. Require field
6653 names to be aligned to 4 bytes.
6655 * dbus/dbus-marshal.c: move byte swap stuff to header
6656 (_dbus_pack_int32): uscore-prefix
6657 (_dbus_unpack_int32): uscore-prefix
6658 (_dbus_unpack_uint32): export
6659 (_dbus_demarshal_string): add @todo complaining about use of
6661 (_dbus_marshal_get_field_end_pos): add @todo about bad error
6662 handling allowing corrupt data to go unchecked
6664 2003-01-08 Havoc Pennington <hp@redhat.com>
6666 * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
6667 to the select() as needed for authentication. (should be using
6668 _dbus_poll() not select, but for another day)
6670 * dbus/dbus.h: include dbus/dbus-protocol.h
6672 2003-01-08 Anders Carlsson <andersca@codefactory.se>
6674 * dbus/Makefile.am (dbusinclude_HEADERS): Install
6677 2003-01-08 Anders Carlsson <andersca@codefactory.se>
6679 * dbus/dbus-internals.c: (_dbus_type_to_string):
6680 New function that returns a string describing a type.
6682 * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
6683 * dbus/dbus-marshal.h:
6684 * dbus/dbus-message.c: (dbus_message_get_fields_valist),
6685 (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
6686 (dbus_message_iter_get_byte_array):
6687 * dbus/dbus-message.h:
6688 Add new convenience functions for appending and getting message fields.
6689 Also add demarshalling routines for byte arrays.
6691 2003-01-07 Anders Carlsson <andersca@codefactory.se>
6693 * dbus/dbus-connection-internal.h:
6694 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
6695 (_dbus_connection_get_next_client_serial),
6696 (dbus_connection_send_message):
6697 * dbus/dbus-internals.h:
6698 * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
6699 (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
6700 (_dbus_marshal_uint32), (_dbus_demarshal_double),
6701 (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
6702 (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
6703 (_dbus_verbose_bytes), (_dbus_marshal_test):
6704 * dbus/dbus-marshal.h:
6705 * dbus/dbus-message-internal.h:
6706 * dbus/dbus-message.c: (_dbus_message_set_client_serial),
6707 (dbus_message_write_header), (_dbus_message_lock),
6708 (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
6709 (dbus_message_get_name), (dbus_message_append_int32),
6710 (dbus_message_append_uint32), (dbus_message_append_double),
6711 (dbus_message_append_string), (dbus_message_append_byte_array),
6712 (dbus_message_get_fields_iter), (dbus_message_iter_ref),
6713 (dbus_message_iter_unref), (dbus_message_iter_has_next),
6714 (dbus_message_iter_next), (dbus_message_iter_get_field_type),
6715 (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
6716 (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
6717 (decode_header_data), (_dbus_message_loader_return_buffer),
6718 (message_iter_test), (_dbus_message_test):
6719 * dbus/dbus-message.h:
6720 * dbus/dbus-protocol.h:
6721 * dbus/dbus-test.c: (main):
6723 * glib/test-dbus-glib.c: (message_handler), (main):
6724 * test/echo-client.c: (main):
6725 * test/watch.c: (check_messages):
6726 Make messages sendable and receivable for real.
6728 2003-01-07 Anders Carlsson <andersca@codefactory.se>
6730 * dbus/dbus-marshal.c: (_dbus_marshal_double),
6731 (_dbus_marshal_string), (_dbus_marshal_byte_array):
6732 * dbus/dbus-message.c: (dbus_message_append_int32),
6733 (dbus_message_append_uint32), (dbus_message_append_double),
6734 (dbus_message_append_string), (dbus_message_append_byte_array):
6735 Handle OOM restoration.
6737 2003-01-07 Anders Carlsson <andersca@codefactory.se>
6739 * dbus/dbus-marshal.c: (_dbus_marshal_string),
6740 (_dbus_demarshal_string), (_dbus_marshal_test):
6741 * dbus/dbus-marshal.h:
6742 * dbus/dbus-message.c: (dbus_message_get_name),
6743 Document these functions.
6745 (dbus_message_append_int32), (dbus_message_append_uint32),
6746 (dbus_message_append_double), (dbus_message_append_string),
6747 (dbus_message_append_byte_array):
6748 * dbus/dbus-message.h:
6749 Add functions for adding message fields of different types.
6751 * dbus/dbus-protocol.h:
6752 Add the different types.
6754 2003-01-05 Havoc Pennington <hp@pobox.com>
6756 * bus/connection.c: implement routines for handling connections,
6757 first thing is keeping a list of owned services on each connection
6758 and setting up watches etc.
6760 * bus/services.c: implement a mapping from service names to lists
6763 * dbus/dbus-hash.c: add DBUS_HASH_POINTER
6765 * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
6766 to use static mutexes for global data
6768 * dbus/dbus-connection.c (dbus_connection_set_data): add new
6769 collection of functions to set/get application-specific data
6770 on the DBusConnection.
6772 2003-01-04 Havoc Pennington <hp@pobox.com>
6774 * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
6775 (_dbus_poll): new function
6777 * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
6780 * bus/loop.c: initial code for the daemon main loop
6782 2003-01-04 Havoc Pennington <hp@pobox.com>
6784 * test/watch.c (error_handler): make it safe if the error handler
6785 is called multiple times (if we s/error handler/disconnect
6786 handler/ we should just guarantee it's called only once)
6788 * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
6789 error handler on disconnect (it's quite possible we should
6790 just change the error handler to a "disconnect handler," I'm
6791 not sure we have any other meaningful errors)
6793 * configure.in: check for getpwnam_r
6795 * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
6796 dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
6797 mechanism as in SASL spec, using socket credentials
6799 * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
6800 (_dbus_send_credentials_unix_socket): new function
6802 * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
6804 (_dbus_write): only check errno if <0 returned
6805 (_dbus_write_two): ditto
6807 2003-01-02 Anders Carlsson <andersca@codefactory.se>
6809 * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
6810 (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
6811 (_dbus_marshal_test):
6812 * dbus/dbus-marshal.h:
6813 Add _dbus_marshal_byte_array and rename _dbus_marshal_string
6814 to _dbus_marshal_utf8_string. Also fix some tests.
6816 2002-12-28 Harri Porten <porten@kde.org>
6818 * configure.in: added check for C++ compiler and a very cheesy
6819 check for the Qt integration
6821 * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
6823 * qt/Makefile.am: added
6825 * qt/.cvsignore: added
6827 * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
6828 latter, added #ifdef QT_THREAD_SUPPORT guard.
6830 * dbus/Makefile.am: added missing headers for make dist
6832 2002-12-28 Kristian Rietveld <kris@gtk.org>
6834 * dbus/Makefile.am: fixup export-symbols-regex.
6836 2002-12-27 Anders Carlsson <andersca@codefactory.se>
6838 * acinclude.m4: Add this file and put the
6839 PKG_CHECK_MODULE macro in it.
6841 2002-12-27 Anders Carlsson <andersca@codefactory.se>
6843 * dbus/dbus-marshal.c: (_dbus_marshal_string),
6844 (_dbus_demarshal_double), (_dbus_demarshal_int32),
6845 (_dbus_demarshal_uint32), (_dbus_demarshal_string),
6846 (_dbus_marshal_test):
6847 Make the demarshalling routines align the pos argument.
6848 Add string marshalling tests and fix the obvious bugs
6851 2002-12-26 Havoc Pennington <hp@pobox.com>
6853 * dbus/dbus-auth.c: fixes fixes fixes
6855 * dbus/dbus-transport-unix.c: wire up support for
6856 encoding/decoding data on the wire
6858 * dbus/dbus-auth.c (_dbus_auth_encode_data)
6859 (_dbus_auth_decode_data): append to target string
6860 instead of nuking it.
6862 2002-12-26 Havoc Pennington <hp@pobox.com>
6864 * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
6865 WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
6868 * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
6869 avoid swap_bytes() overhead (ignoring possible assembly stuff for
6870 now). Main point is because I wanted unpack_uint32 to implement
6872 (_dbus_verbose_bytes): new function
6874 * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
6876 * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
6877 mechanism to handle a corrupt message stream
6878 (_dbus_message_loader_new): fix preallocation to only prealloc,
6881 * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
6882 (_dbus_string_test): enhance tests for copy/move and fix the
6885 * dbus/dbus-transport-unix.c: Hold references in more places to
6886 avoid reentrancy problems
6888 * dbus/dbus-transport.c: ditto
6890 * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
6891 leak reference count in no-message case
6893 * test/watch.c (do_mainloop): handle adding/removing watches
6894 during iteration over the watches. Also, ref the connection/server
6895 stored on a watch, so we don't try to mangle a destroyed one.
6897 * dbus/dbus-transport-unix.c (do_authentication): perform
6900 * dbus/dbus-auth.c (get_state): add a state
6901 AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
6902 (_dbus_auth_get_unused_bytes): append the unused bytes
6903 to the passed in string, rather than prepend
6905 * dbus/dbus-transport.c (_dbus_transport_init_base): create
6906 the auth conversation DBusAuth
6908 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
6909 (_dbus_transport_new_for_domain_socket): when creating a
6910 transport, pass in whether it's a client-side or server-side
6911 transport so we know which DBusAuth to create
6913 2002-12-03 Havoc Pennington <hp@pobox.com>
6915 * dbus/dbus-transport-unix.c (unix_finalize): finalize base
6916 _after_ finalizing the derived members
6917 (unix_connection_set): unref watch if we fail to add it
6919 * dbus/dbus-connection.c (dbus_connection_unref): delete the
6920 transport first, so that the connection owned by the
6921 transport will be valid as the transport finalizes.
6923 * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
6924 if necessary, and remove watches from the connection.
6926 * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
6928 2002-12-26 Anders Carlsson <andersca@codefactory.se>
6930 * dbus/dbus-marshal.c: (_dbus_marshal_string),
6931 (_dbus_demarshal_double), (_dbus_demarshal_int32),
6932 (_dbus_demarshal_uint32), (_dbus_demarshal_string),
6933 (_dbus_marshal_test):
6934 * dbus/dbus-marshal.h:
6935 Add string marshal functions and have the demarshal functions
6936 return the new position.
6938 2002-12-25 Havoc Pennington <hp@pobox.com>
6940 * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
6941 it is a simple protocol that just maps directly to SASL.
6943 * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
6944 initial implementation, not actually used yet.
6946 * dbus/dbus-string.c (_dbus_string_find): new function
6947 (_dbus_string_equal): new function
6948 (_dbus_string_base64_encode): new function
6949 (_dbus_string_base64_decode): new function
6951 2002-12-25 Anders Carlsson <andersca@codefactory.se>
6954 * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
6955 (_dbus_marshal_int32), (_dbus_marshal_uint32),
6956 (_dbus_demarshal_double), (_dbus_demarshal_int32),
6957 (_dbus_demarshal_uint32), (_dbus_marshal_test):
6958 * dbus/dbus-marshal.h:
6959 * dbus/dbus-protocol.h:
6960 * dbus/dbus-test.c: (main):
6962 Add un-optimized marshalling/demarshalling routines.
6964 2002-12-25 Harri Porten <porten@kde.org>
6966 * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
6968 2002-12-24 Zack Rusin <zack@kde.org>
6970 * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
6971 * qt/dbus-qt.h: skeleton with two sample implemenatation of the
6974 2002-12-24 Havoc Pennington <hp@pobox.com>
6976 * glib/dbus-gthread.c: fix include
6978 * glib/dbus-glib.h: rename DBusMessageHandler for now.
6979 I think glib API needs to change, though, as you don't
6980 want to use DBusMessageFunction, you want to use the
6981 DBusMessageHandler object. Probably
6982 dbus_connection_open_with_g_main_loop()
6983 and dbus_connection_setup_g_main_loop() or something like that
6984 (but think of better names...) that just create a connection
6985 that has watch/timeout functions etc. already set up.
6987 * dbus/dbus-connection.c
6988 (dbus_connection_send_message_with_reply): new function just to
6989 show how the message handler helps us deal with replies.
6991 * dbus/dbus-list.c (_dbus_list_remove_last): new function
6993 * dbus/dbus-string.c (_dbus_string_test): free a string that
6996 * dbus/dbus-hash.c: use memory pools for the hash entries
6997 (rebuild_table): be more paranoid about overflow, and
6998 shrink table when we can
6999 (_dbus_hash_test): reduce number of sprintfs and write
7000 valid C89. Add tests for case where we grow and then
7001 shrink the hash table.
7003 * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
7005 * dbus/dbus-connection.c (dbus_connection_register_handler)
7006 (dbus_connection_unregister_handler): new functions
7008 * dbus/dbus-message.c (dbus_message_get_name): new
7010 * dbus/dbus-list.c: fix docs typo
7012 * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
7013 an object representing a handler for messages.
7015 2002-12-16 Anders Carlsson <andersca@codefactory.se>
7018 * glib/dbus-gthread.c: (dbus_gthread_init):
7019 Don't use the gdbus prefix for public functions.
7021 2002-12-16 Anders Carlsson <andersca@codefactory.se>
7025 Add GLib checks and fixup .pc files
7029 * glib/dbus-gmain.c: (gdbus_connection_prepare),
7030 (gdbus_connection_check), (gdbus_connection_dispatch),
7031 (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
7032 (dbus_connection_gsource_new):
7033 * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
7034 (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
7035 * glib/test-dbus-glib.c: (message_handler), (main):
7038 2002-12-15 Harri Porten <porten@kde.org>
7040 * autogen.sh: check for libtoolize before attempting to use it
7042 * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
7045 * .cvsignore: ignore more stamp files
7047 * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
7049 * test/Makefile.am: added -I$(top_srcdir) to be able to compile
7050 without make install.
7052 2002-12-15 Havoc Pennington <hp@pobox.com>
7054 * dbus/dbus-threads.c: add thread stubs that a higher library
7055 layer can fill in. e.g. the GLib wrapper might fill them in with
7056 GThread stuff. We still need to use this thread API to
7057 thread-safe-ize the library.
7059 2002-12-12 Havoc Pennington <hp@pobox.com>
7061 * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
7062 below new interfaces and include fewer system headers.
7064 * dbus/dbus-sysdeps.c (_dbus_read): new function
7065 (_dbus_write): new function
7066 (_dbus_write_two): new function
7067 (_dbus_connect_unix_socket): new function
7068 (_dbus_listen_unix_socket): new function
7070 * dbus/dbus-message-internal.h: change interfaces to use
7073 2002-12-11 Havoc Pennington <hp@pobox.com>
7075 * dbus/dbus-types.h: add dbus_unichar
7077 * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
7079 * dbus/dbus-connection.c (dbus_connection_send_message): return
7082 * dbus/dbus-transport.c: include dbus-watch.h
7084 * dbus/dbus-connection.c: include dbus-message-internal.h
7086 * HACKING: add file with coding guidelines stuff.
7088 * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
7089 handling here, for security purposes (as in vsftpd). Not actually
7090 using this class yet.
7092 * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
7093 system/libc usage here, as in vsftpd, for ease of auditing (and
7094 should also simplify portability). Haven't actually moved all the
7095 system/libc usage into here yet.
7097 2002-11-25 Havoc Pennington <hp@pobox.com>
7099 * dbus/dbus-internals.c (_dbus_verbose): fix to not
7100 always print the first verbose message.
7102 2002-11-24 Havoc Pennington <hp@pobox.com>
7104 * test/echo-client.c, test/echo-server.c: cheesy test
7107 * configure.in (AC_CHECK_FUNCS): check for writev
7109 * dbus/dbus-message.c (_dbus_message_get_network_data): new
7112 * dbus/dbus-list.c (_dbus_list_foreach): new function
7114 * dbus/dbus-internals.c (_dbus_verbose): new function
7116 * dbus/dbus-server.c, dbus/dbus-server.h: public object
7117 representing a server that listens for connections.
7119 * dbus/.cvsignore: create
7121 * dbus/dbus-errors.h, dbus/dbus-errors.c:
7122 public API for reporting errors
7124 * dbus/dbus-connection.h, dbus/dbus-connection.c:
7125 public object representing a connection that
7126 sends/receives messages. (Same object used for
7127 both client and server.)
7129 * dbus/dbus-transport.h, dbus/dbus-transport.c:
7130 Basic abstraction for different kinds of stream
7131 that we might read/write messages from.
7133 2002-11-23 Havoc Pennington <hp@pobox.com>
7135 * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
7138 * dbus/dbus-test.c (main): add list test, and include
7139 dbus-test.h as intended
7141 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
7142 (_dbus_hash_table_remove_int): return value indicates
7143 whether the entry existed to remove
7145 * dbus/dbus-list.c: add linked list utility class,
7148 * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
7151 2002-11-23 Havoc Pennington <hp@pobox.com>
7153 * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
7154 DBUS_END_DECLS to nothing, that should fix this once and for all
7156 * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
7158 * dbus/dbus-message.c, dbus/dbus-hash.c:
7159 add some missing @brief
7161 2002-11-23 Havoc Pennington <hp@pobox.com>
7163 * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
7164 to avoid confusing Doxygen
7166 * dbus/dbus-hash.c: @} not }@
7168 * dbus/dbus-message.c (struct DBusMessage): split out
7171 2002-11-23 Havoc Pennington <hp@pobox.com>
7173 * configure.in: pile on more warning flags if using gcc
7175 * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
7176 to document static functions
7178 * configure.in: add summary to end of configure so it
7179 looks nice and attractive
7181 * dbus/dbus-hash.c: finish implementation and write unit
7184 * configure.in: add --enable-tests to enable unit tests
7186 * dbus/dbus-test.c: test program to run unit tests
7187 for all files in dbus/*, initially runs a test for
7190 * dbus/dbus-internals.h: file to hold some internal utility stuff
7192 2002-11-22 Havoc Pennington <hp@redhat.com>
7194 * dbus/dbus-hash.c: copy in Tcl hash table, not yet
7195 "ported" away from Tcl
7197 * dbus/dbus-types.h: header for types such as dbus_bool_t
7199 2002-11-22 Havoc Pennington <hp@redhat.com>
7201 * dbus/dbus.h: fixups for doc warnings
7203 * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
7205 (QUIET): make it quiet so we can see warnings
7207 * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
7209 2002-11-22 Havoc Pennington <hp@redhat.com>
7211 * Makefile.am: include "Doxyfile" target in all-local
7213 * configure.in: generate the Doxyfile
7215 * Doxyfile.in: move Doxyfile here, so we can use
7216 configure to generate a Doxyfile with the right
7219 2002-11-22 Havoc Pennington <hp@redhat.com>
7221 * dbus/dbus-message.c: move inline docs into .c file
7223 * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
7224 so all docs are under doc/
7225 (MAN_EXTENSION): generate man pages. Use extension
7226 ".3dbus" which matches ".3qt" on my system,
7227 I guess this is OK, I don't know really.
7228 (FILE_PATTERNS): look for .c files not .h, makes sense
7231 2002-11-22 Havoc Pennington <hp@pobox.com>
7233 * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
7234 because any app can be a server, and any app can be a client,
7235 the bus is a special kind of server.
7237 Thu Nov 21 23:35:31 2002 Zack Rusin <zack@kde.org>
7239 * Doxyfile : adding. Still needs Makefile rules to be generated
7240 automatically (just run "doxygen" in the toplevel dir for now to
7243 * dbus/dbus-message.h : Adding sample docs (javadoc since
7244 resembles gtk-doc a little more)
7246 * dbus/dbus.h : Adding sample docs
7248 2002-11-21 Havoc Pennington <hp@redhat.com>
7250 * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
7251 so we can allow ourselves to include files directly,
7252 instead of having to use dbus.h
7254 * dbus/dbus.h: fill in
7256 * dbus/dbus-message.h: sketch out a sample header file.
7257 Include griping if you include it directly instead of
7260 * dbus/dbus-macros.h: new file with macros for extern "C",
7261 TRUE/FALSE, NULL, etc.
7263 * doc/file-boilerplate.c: put include guards in here
7265 2002-11-21 Havoc Pennington <hp@redhat.com>
7267 * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
7269 * COPYING: include the GPL as well, and license code
7270 under both AFL and GPL.
7272 2002-11-21 Havoc Pennington <hp@redhat.com>
7274 * acconfig.h: get rid of this
7276 * autogen.sh (run_configure): add --no-configure option
7278 * configure.in: remove AC_ARG_PROGRAM to make
7279 autoconf complain less. add AC_PREREQ.
7280 add AC_DEFINE third arg.
7282 2002-11-21 Anders Carlsson <andersca@codefactory.se>
7285 Fix references so we can distcheck.
7287 2002-11-21 Havoc Pennington <hp@redhat.com>
7289 * Initial module creation