2006-10-26 Havoc Pennington <hp@redhat.com>
[platform/upstream/dbus.git] / ChangeLog
1 2006-10-26  Havoc Pennington  <hp@redhat.com>
2
3         * doc/dbus-specification.xml: clarify the UUID text slightly
4
5         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
6         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
7         in preparation for being able to extend them for e.g. recursive
8         mutexes.
9
10 2006-10-26  Havoc Pennington  <hp@redhat.com>
11
12         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
13         condition variables relate to recursive mutexes.
14         
15         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
16         dbus/dbus-threads.c: Split the platforms-specific thread 
17         implementations into their own files.
18         
19         * dbus/dbus-sysdeps-pthread.c
20         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
21         was backward. Not that anything uses it.
22
23 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
24
25         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
26         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
27         needs to be cleaned up more.
28
29         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
30         up the CREDS issue.
31
32 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
33
34         * configure.in, dbus-1.pc.in: Check to see if thread methods 
35         are in glibc or libpthread and add -lpthread to the link stage 
36         if it is the latter
37
38 2006-10-26  Thiago Macieira  <thiago@kde.org>
39
40         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
41         bug 8780: the connection lock is only required while recording
42         the shared connection, so protect only that code
43         section. Don't require connection_lookup_shared to return a
44         locked connection.
45
46 2006-10-26  Thiago Macieira  <thiago@kde.org>
47
48         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
49         check if get_machine_uuid() returns NULL before proceeding any
50         further: we can't init the X atoms or create a session file
51         name if there is no machine ID.
52         This solves a crash reported by some users if
53         --exit-with-session was used without --autolaunch=<machine-id>
54
55 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
56
57         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
58         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
59
60         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
61         before we run dbus-launch
62
63         * configure.in: define TEST_BUS_BINARY to be the full path to 
64         dbus-daemon in the build root 
65
66 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
67
68         * dbus/Makefile.am:
69         * tools/Makefile.am:
70         * toos/dbus-uuidgen.1:
71                 Move the machine-id file to /var/lib/dbus 
72
73 2006-10-24  David Zeuthen  <davidz@redhat.com>
74
75         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
76         _dbus_assert (thread_init_generation != _dbus_current_generation)
77         not _dbus_assert (thread_init_generation == _dbus_current_generation)
78
79 2006-10-24  Thiago Macieira  <thiago@kde.org>
80
81         * dbus/dbus-sysdeps.h:
82         * dbus/dbus-sysdeps-unix.c: Add function
83         _dbus_make_file_world_readable that chmods a file to 0644.
84
85         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
86         Avoid writing to the static "argv" array, thereby avoiding a
87         COW on the child process.
88
89         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
90         call _dbus_make_file_world_readable on the created file.
91
92 2006-10-23  David Zeuthen  <davidz@redhat.com>
93
94         * dbus/dbus-memory.c: Use atomic variable to protect
95         n_blocks_outstanding otherwise OOM will be reported using SMP on
96         some arches
97         
98         * bus/dispatch.c: Add missing end of line characters
99
100         * bus/desktop-file.c (parse_section_start, parse_key_value) 
101         (bus_desktop_file_load): Propertly handle OOM
102
103         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
104         thread_init_generation equals _dbus_current_generation, not 0
105
106 2006-10-22  Havoc Pennington  <hp@redhat.com>
107
108         * dbus/dbus-connection-internal.h: move prototype of
109         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
110         it isn't in a public header and doesn't end up in the DBusBus
111         group in Doxygen
112
113 2006-10-21  Havoc Pennington  <hp@redhat.com>
114
115         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
116         the tarball if packagers want to run it
117
118         * cleanup-man-pages.sh: Add a script which munges all the internal
119         API man pages out of the Doxygen output. This reduces the size of
120         the installed man pages from 7 to 2 megs, and avoids
121         namespace-polluting pages. Right now (like Doxygen) this script
122         isn't in the build, it's something packagers can do manually.
123
124 2006-10-21  Havoc Pennington  <hp@redhat.com>
125
126         * dbus/dbus-connection.h: don't include the watch/timeout
127         functions in connection section
128
129 2006-10-21  Havoc Pennington  <hp@redhat.com>
130
131         * Documentation! Whee! Doxygen now 100% silent. If you make it
132         angry again, you will be punished.
133         
134 2006-10-21  Havoc Pennington  <hp@redhat.com>
135
136         * More documentation - all public API now documented according to
137         Doxygen
138
139 2006-10-21  Havoc Pennington  <hp@redhat.com>
140
141         * Document a bunch of undocumented stuff
142         
143 2006-10-21  Havoc Pennington  <hp@redhat.com>
144
145         * Clean up Doxygen group markers for public API so Doxygen finds
146         everything (not comprehensively fixed for private API).
147         Means all remaining Doxygen warnings are just about missing docs
148         and thus pretty simple to resolve.
149         
150 2006-10-21  Havoc Pennington  <hp@redhat.com>
151         
152         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
153
154         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
155         as DBUS_GNUC_DEPRECATED
156
157 2006-10-21  Havoc Pennington  <hp@redhat.com>
158
159         * Move all private API into the private Doxygen group sections of
160         the files, so they don't show up in the public API docs
161         
162 2006-10-21  Havoc Pennington  <hp@redhat.com>
163
164         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
165         dbus_message_iter_get_array_len().
166
167         * throughout: documentation improvements.
168
169 2006-10-20  Havoc Pennington  <hp@redhat.com>
170
171         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
172         matter, and the message-loader-breaker thing since nobody is going
173         to do it.  Add an item to 1.0 about supporting recursive locks
174         in dbus_threads_init_default() though, since it should be easy.
175
176         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
177         Fix this in the !dispatch case to avoid busy-looping after
178         disconnection
179
180         * More misc docs improvements
181
182 2006-10-19  Havoc Pennington  <hp@redhat.com>
183
184         * more Doxygen-related fixes (lots of moving things from the
185         public to internal section in dbus-connection.c)
186
187 2006-10-19  Havoc Pennington  <hp@redhat.com>
188
189         * Fix a pile of Doxygen warnings and missing docs
190
191 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
192
193         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
194         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
195         instead of a void *.  kqueue uses this to get the context's loop
196         while the other modules ignore the parameter.  This allows us to
197         avoid platform conditionals
198
199         * bus/bus.c (process_config_postinit): Pass in the context to the 
200         watch
201
202 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
203
204         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
205         when starting the system bus
206
207 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
208
209         * configure.in: More fixups for cross compile (Patch from 
210         Marco Pracucci <development at pracucci dot com>)
211
212 2006-10-17  Havoc Pennington  <hp@redhat.com>
213
214         * tools/dbus-send.c (main): don't close shared connection, fix
215         from Timo Hoenig
216
217 2006-10-17  Havoc Pennington  <hp@redhat.com>
218
219         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
220
221         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
222         since realistically it doesn't look like we'll be changing it
223         anymore.
224
225 2006-10-17  Havoc Pennington  <hp@redhat.com>
226
227         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
228         be used for return_if_fail type warnings; prefixes the pid, and
229         fatal by default.
230
231 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
232
233         * configure.in: Released 1.0 RC 2(0.94)
234         Add check for -fPIC and enable it if available
235
236 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
237
238         * doc/TODO: Remove the check TODO item
239
240 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
241
242         * dbus-transport-socket.c (exchange_credentials):
243         Print out more detailed errors if reading or sending
244         credentials fail (Patch from Julio M. Merino Vidal 
245         <jmmv at NetBSD dot org>)
246
247 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
248
249         * configure.in: when checking for posix getpwnam_r assume true
250         for cross compiles
251
252 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
253
254         * configure.in: Check for gethostbyname first before we check for it
255         in libnsl.  On gnu systems it is implemeneted 
256
257 2006-10-13  Havoc Pennington  <hp@redhat.com>
258
259         * dbus/dbus-connection.c
260         (dbus_connection_send_with_reply_and_block): fix to handle closed
261         connections, from Tambet Ingo bug #8631
262
263 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
264
265         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
266
267 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
268
269         * test/name-test/Makefile.am: don't link against both libdbus and
270         libdbus-convenience
271
272 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
273
274         * configure.in: check for dirfd even if it is a macro
275         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
276
277 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
278
279         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
280         avoid using dirfd on systems that don't have dirfd 
281         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
282
283 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
284
285         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
286         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
287
288         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
289         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
290         macro because _dbus_abort calls it
291
292         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
293         works
294
295 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
296
297         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
298         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
299
300 2006-10-02  Thiago Macieira  <thiago@kde.org>
301
302         * tools/dbus-launch.c (main): make it complain and abort
303         execution in case an unknown option is given. Also, process
304         the '--' argument as the end of arguments.
305
306 2006-10-01  Havoc Pennington  <hp@redhat.com>
307
308         * tools/dbus-launch.c (print_variables): if no syntax is given,
309         don't print something that's sort-of-half-sh-syntax, just print
310         a plain key-value pairs thing.
311
312         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
313         the local machine representation (but still have the hostname in
314         the display). Remove the hostname from the display if it is
315         localhost. Change session files to be named
316         ~/.dbus/session-bus/machine-display. Change X atoms to be
317         underscore-prefixed so nobody whines about ICCCM compliance.
318         Otherwise name them the same as the env variables.
319         Change session file format to include key-value pairs and an
320         explanatory comment. Keys are the same as the env variables.
321         (set_address_in_x11): X property format can't depend on
322         sizeof(pid_t) on a particular machine, fix to always be 32 bits
323
324         * tools/dbus-launch.c: make --autolaunch take a machine id
325         argument. If --autolaunch is used with a program to run, complain
326         for now (but add a FIXME). Also, don't look for existing bus if 
327         there's a program to run (but add a FIXME).
328
329         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
330         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
331         just to get this, and avoids duplicating uuid-reading code).
332
333         * tools/dbus-launch.1: clarify various things
334         
335 2006-10-01  Havoc Pennington  <hp@redhat.com>
336
337         * test/test-service.c (path_message_func): remove broken extra
338         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
339
340         * test/test-shell-service.c (path_message_func): same fix
341         
342         * dbus/dbus-connection.c
343         (_dbus_connection_get_dispatch_status_unlocked): break up the
344         function a little for clarity and fix the notification of
345         dbus-bus.c to not require dispatch to be complete
346
347         * dbus/dbus-connection.c (dbus_connection_unref): improve the
348         warning when you try to finalize an open connection.
349         
350 2006-10-01  Havoc Pennington  <hp@redhat.com>
351
352         * dbus/dbus-bus.c
353         (internal_bus_get): only weak ref the connection; this means 
354         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
355         called safely in any context
356         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
357         unref
358
359         * dbus/dbus-connection.c
360         (_dbus_connection_get_dispatch_status_unlocked): move
361         _dbus_bus_notify_shared_connection_disconnected_unlocked here
362         when queuing Disconnected instead of when the Disconnected message
363         arrives, so dbus_bus_get() won't return closed connections.
364         
365 2006-10-01  Havoc Pennington  <hp@redhat.com>
366
367         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
368         Add a hack to make DBusNewConnectionFunction work right.
369
370         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
371         the hack here. Also, fix the todo about refcount leak.
372         
373         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
374         and use the hack here
375         
376         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
377         "shareable" flag; this was completely broken, since it meant 
378         dbus_connection_open() returned a connection of unknown
379         shared-ness. Now, we always hold a ref on anything opened 
380         as shareable.
381
382         Move the call to notify dbus-bus.c into
383         connection_forget_shared_unlocked, so libdbus consistently forgets
384         all its knowledge of a connection at once. This exposed numerous
385         places where things were totally broken if we dropped a ref inside
386         get_dispatch_status_unlocked where
387         connection_forget_shared_unlocked was previously, so move
388         connection_forget_shared_unlocked into
389         _dbus_connection_update_dispatch_status_and_unlock. Also move the
390         exit_on_disconnect here.
391
392         (shared_connections_shutdown): this assumed weak refs to the
393         shared connections; since we have strong refs now, the assertion 
394         was failing and stuff was left in the hash. Fix it to close
395         still-open shared connections.
396         
397         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
398         debug pipe connections
399         
400         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
401         dbus-bus.c if the closed connection is in fact shared
402         (_dbus_connection_close_possibly_shared): rename from 
403         _dbus_connection_close_internal
404         (dbus_connection_close, dbus_connection_open,
405         dbus_connection_open_private): Improve docs to explain the deal
406         with when you should close or unref or both
407
408         * dbus/dbus-bus.c
409         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
410         from _dbus_bus_check_connection_and_unref_unlocked and modify to
411         loop over all connections
412
413         * test/test-utils.c (test_connection_shutdown): don't try to close
414         shared connections.
415
416         * test/name-test/test-threads-init.c (main): fix warnings in here
417
418         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
419         env variable to cause blocking waiting for gdb; drop
420         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
421         unconditionally.
422
423         * configure.in: add -export-dynamic to libtool flags if assertions enabled
424         so _dbus_print_backtrace works.
425
426         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
427         instead of _dbus_verbose to print the backtrace, and diagnose lack 
428         of -rdynamic/-export-dynamic
429         
430 2006-09-30  Havoc Pennington  <hp@redhat.com>
431
432         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
433         (internal_bus_get): fix screwy code formatting. whoever committed
434         that was not paying attention!
435
436 2006-09-30  Havoc Pennington  <hp@redhat.com>
437
438         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
439         reflect addition of interfaces.
440
441         * doc/dbus-specification.xml: describe a new
442         org.freedesktop.DBus.Peer.GetMachineId method
443
444         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
445         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
446         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
447         at end of skip_white
448         (_dbus_string_chop_white): new function
449
450         * bus/connection.c (bus_connections_setup_connection): call
451         dbus_connection_set_route_peer_messages.
452
453         * dbus/dbus-connection.c
454         (_dbus_connection_peer_filter_unlocked_no_update): modify to
455         support a GetMachineId method.
456
457         Also, support a new flag to let the bus pass peer methods through
458         to apps on the bus, which can be set with
459         dbus_connection_set_route_peer_messages.
460
461         Finally, handle and return an error for anything unknown on the
462         Peer interface, which will allow us to extend the Peer interface
463         in the future without fear that we're now intercepting something
464         apps were wanting to see.
465         
466         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
467         dbus/dbus-uuidgen.c
468
469         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
470         binary here, since most of the code is already in libdbus
471
472         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
473         uuid from the system config file
474
475         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
476         (_dbus_read_uuid_file_without_creating) 
477         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
478         uuid-related functions, partly factored out from dbus-server.c
479
480         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
481         DBUS_ERROR_FILE_EXISTS instead of EEXIST
482
483         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
484
485         * tools/dbus-cleanup-sockets.1: explain what the point of this
486         thing is a bit more
487
488         * autogen.sh (run_configure): add --config-cache to default
489         configure args
490
491         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
492         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
493
494         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
495         don't try to save address, fixes crash in make check
496         
497 2006-09-30  Thiago Macieira  <thiago@kde.org>
498
499         * configure.in: add DBUS_BINDIR as a #define to C source code.
500
501         * tools/dbus-launch.c
502         * tools/dbus-launch.h
503         * tools/dbus-launch-x11.c:
504         * tools/dbus-launch.1: Add the --autolaunch option to
505         dbus-launch, which makes it scan for an existing session
506         started with --autolaunch. With that option, it also creates
507         an X11 window and saves the bus address and PID to it.
508
509         * dbus/dbus-sysdeps.h:
510         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
511         a function that runs "dbus-launch --autolaunch" to retrieve
512         the running D-Bus session address (or start one if none was running)
513
514         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
515         address protocol, which tries to get the running session from
516         dbus-launch.
517
518         * dbus/dbus-bus.c:
519         * dbus/dbus-internals.h: Make "autolaunch:" be the default
520         D-Bus session bus address.
521
522         * dbus/dbus-connection.c: Fix horrible typo in error message.
523
524 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
525
526         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
527
528 2006-09-17  Havoc Pennington  <hp@redhat.com>
529
530         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
531         fix so that if unix_user_function is set on windows, we still
532         do the default check that the auth identity matches the bus identity
533
534 2006-09-16  Havoc Pennington  <hp@redhat.com>
535
536         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
537         to _dbus_transport_open_platform_specific,
538         _dbus_transport_open_socket,
539         and _dbus_transport_open_debug_pipe
540
541         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
542
543 2006-09-16  Havoc Pennington  <hp@redhat.com>
544
545         Attempt auditing public API to remove all cases where a Unix
546         function returns weird emulated goo to Windows. This probably 
547         breaks the bus daemon on Windows, to fix it again we may 
548         need to stop processing unix-specific config options on Windows,
549         and may need to add Windows-specific public API or config options.
550         
551         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
552         to reflect added interfaces; should not break soname.
553         
554         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
555         not invoke unix user function on Windows. Kind of a hacky fix, but 
556         we don't want a "unix uid" leaking out on Windows.
557
558         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
559         to get the socket fd on Windows or UNIX
560         (dbus_connection_get_unix_fd): make this always fail on Windows
561
562 2006-09-16  Havoc Pennington  <hp@redhat.com>
563
564         * dbus/dbus-server.c (dbus_server_listen): change how this works
565         to be able to delegate to a set of handlers that can succeed,
566         fail, or choose not to handle. Allows us to have 
567         dbus_server_listen_platform_specific.
568
569         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
570         factor out the tcp socket stuff to be used on windows, leaving
571         unix domain socket only in dbus-socket-unix.c
572
573         * dbus/dbus-transport-socket.c
574         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
575         stuff to be used on windows, leaving unix domain socket only 
576         in dbus-transport-unix.c
577
578         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
579         temporary hack to be sure this fails on windows
580         (dbus_connection_get_unix_process_id): ditto
581
582 2006-09-16  Havoc Pennington  <hp@redhat.com>
583
584         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
585         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
586         _dbus_open_socket so the domain/type/protocol from system headers
587         are not required. This is kind of pointless though unless we move
588         part of _dbus_connect_tcp_socket into sysdeps.c instead of
589         sysdeps-unix.c, which would mean adding a wrapper around
590         bind/listen/etc.
591         Also, add DBusError to the socket-opening functions so they 
592         don't require use of errno.
593
594 2006-09-16  Havoc Pennington  <hp@redhat.com>
595
596         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
597         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
598
599         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
600         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
601         functions specifically for sockets only, and move generic 
602         read/write/open/close into unix-specific code.
603
604 2006-09-14  Havoc Pennington  <hp@redhat.com>
605
606         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
607         complaint about accessing revents when poll returns 0, from Julian Seward.
608
609 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
610
611         * Released 1.0 RC 1 (0.93) 
612
613 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
614
615         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
616         use _dbus_close instead of close
617
618 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
619
620         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
621         credentials.  Fixes "external" authentication under e.g. NetBSD
622         which does not support any other socket credentials mechanism.
623         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
624
625 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
626
627         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
628         dbus_threads_init and be used by the dbus mutex functions to
629         avoid deadlocks.
630
631         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
632
633 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
634
635         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
636         use threadsafe readdir_r instead of readdir
637
638 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
639
640         * dbus-threads.c (dbus_threads_init_default): New method for
641         initializing the internal thread implementation (Patch from
642         Alexander Larsson <alexl at redhat dot com>)
643
644 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
645
646         * remove a bunch of todo items from the 1.0 list
647
648 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
649
650         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
651         key not found
652
653 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
654
655         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
656         complex debugging code
657
658         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
659         between the test suite ifdefs
660         (_dbus_verbose_bytes): return if verbosity is not enabled 
661
662 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
663
664         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
665         remove DBusMark
666
667 2006-09-10  Havoc Pennington  <hp@redhat.com>
668
669        patch mostly by Peter Kümmel, bug #8211
670         
671         * dbus/dbus-sysdeps-unix.c: new file, which splits out
672         unix-specific stuff in dbus-sysdeps.c
673
674         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
675         and move unix-specific stuff to dbus-sysdeps-unix.c
676
677         * configure.in: check HAVE_ERRNO_H
678         
679 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
680
681         * bus/test-main.c (main): Initialize threading during tests
682
683         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
684         Unlock connection on error
685         (generate_local_error_message): static method for generating
686         an error message when we don't have a message to reply to
687         (_dbus_connection_block_pending_call): Send a disconnect error
688         instead of just a timeout (NULL) when the bus gets disconnected
689         while blocking for a reply.
690         
691 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
692
693         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
694         filters (Patch from Kimmo Hämäläinen 
695         <kimmo dot hamalainen at nokia dot com>)
696
697 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
698
699         * dbus/dbus-connection-internal.h: Add prototype for 
700         _dbus_connection_test_get_locks to remove warning
701
702 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
703
704         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
705         close child_err_report_pipe[WRITE_END] on exec (Patch from 
706         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
707
708 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
709
710         * Clean up close calls to use _dbus_close (Patch from 
711         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
712
713 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
714
715         * doc/TODO:
716         - Remove pending call locking todo item
717         - dbus_connection_open now holds hard ref.  Remove todo item
718         - do proper locking on _dbus_bus_check_connection_and_unref
719           and handle DBUS_BUS_STARTER. Remove todo item
720         - Warn on closing of a shared connection.  Remove todo item
721
722         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
723         dbus/dbus-connection.c: Use the dbus_connection_close_internal
724         so we don't get the warning when closing shared connections
725
726         * test/test-service.c, test/test-shell-service.c: Applications
727         don't close shared connections themselves so we unref instead of
728         close
729
730         * test/test-utils.c (test_connection_shutdown): Close the connection
731
732         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
733         _dbus_bus_check_connection_and_unref_unlocked since we only call this
734         method on a locked connection.  
735         Make sure we call _dbus_connection_unref_unlocked instead of 
736         dbus_connection_unref also.
737         Handle DBUS_BUS_STARTER correctly
738
739         * dbus/dbus-connection.c (connection_record_shared_unlocked):
740         Mark as shared and hard ref the connection
741         (connection_forget_shared_unlocked): Remove the hard ref from the 
742         connection
743         (_dbus_connection_close_internal_and_unlock):  New internal function
744         which takes a locked connection and unlocks it after closing it
745         (_dbus_connection_close_internal): New internal function which acts
746         like the origonal dbus_connection_close method by grabbing a connection
747         lock and calling _dbus_connection_close_internal_and_unlock
748         (dbus_connection_close): Public close method, warns when the app
749         trys to close a shared connection
750
751 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
752
753         * bus/driver.c:
754         (bus_driver_generate_introspect_string): New method for populating
755         a DBusString with the introspect data
756         (bus_driver_handle_introspect): Move introspect generation code to 
757         bus_driver_generate_introspect_string
758
759         * bus/main.c:
760         (introspect): New function which prints out the intropect data and
761         exits
762         (main): Add a --introspect switch
763
764 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
765
766         * doc/TODO: Removed dtd publishing item.  
767         It seems the dtd has already been added at
768         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
769
770 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
771
772         * doc/TODO, various source files: Audited todo's and FIXME's and
773         prepended the ones we should be looking at with 1.0.  Those
774         prepended with 1.0? need clerification or might not be needed
775         for 1.0
776
777 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
778
779         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
780         NULL in the public API (Patch from Kimmo Hämäläinen 
781         <kimmo dot hamalainen at nokia dot com>)
782
783 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
784
785         * configure.in: Fix for OS-X compile time endian issues (patch from
786         Benjamin Reed <ranger at befunk dot com>)
787
788 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
789
790         * configure.in: Check for no-common compiler flag (OS-X fix from
791         Benjamin Reed <ranger at befunk dot com>)
792
793 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
794
795         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
796         <fcrozat at mandriva dot com>)
797
798 2006-08-29  Havoc Pennington  <hp@redhat.com>
799
800         * test/test-service.c (path_message_func): fix lack of return value
801
802         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
803         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
804         any more sense than on anything else in this file.
805         (_dbus_get_tmpdir): add const to return value, and keep the
806         results of the various getenv around in a static variable.
807
808 2006-08-29  Havoc Pennington  <hp@redhat.com>
809
810         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
811         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
812
813 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
814
815         * test/Makefile.am: change find to use syntax that works with non
816         gnu versions of find
817
818 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
819
820         * dbus/dbus-transport.c: fix invalid deref when checking if
821         a vtable method exists (Patch from Christian Ehrlicher 
822         <ch dot ehrlicher at gmx dot de>)
823
824 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
825
826         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
827         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
828         to build with builddir != srcdir (Taken from a patch by Bernard Leak
829         <bernard at brenda-arkle dot demon dot co dot uk>)
830
831 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
832
833         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
834         default case
835
836 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
837
838         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
839         it works on any system providing this interface, not only FreeBSD.
840         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
841
842 2006-08-20  Havoc Pennington  <hp@redhat.com>
843
844         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
845         the docs
846
847 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
848
849         * Released 0.92 
850
851 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
852
853         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
854         to reflect the init late change
855
856         * bus/bus.c (bus_context_new): Check user before we fork so we can
857         print out an error message a user will be able to see
858
859 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
860
861         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
862
863         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
864         Add two more global locks for use on windows platforms.  These are
865         unused on non-windows platforms but are not ifdefed out to avoid
866         potential bugs (i.e. the few bytes lost does not warrent the extra
867         maintanence and complexity that having seperate sets of locks would
868         cause)
869
870 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
871
872         * bus/services.c (bus_registry_acquire_service): Return an error
873         when an application tries to register the org.freedesktop.DBus Bus Name
874
875         * bus/services.c (bus_registry_release_service): Return an error
876         when an application tries to release the org.freedesktop.DBus Bus Name
877
878 2006-08-17  Alp Toker  <alp@atoker.com>
879
880         * doc/dbus-specification.xml: Fix some minor typos.
881
882 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
883
884         * configure.in: use $with_init_scripts instead of $operating_system
885         to determine where to store the pid since the init scripts manipulate 
886         the pid file (patch from Marcelo Ricardo Leitner 
887         <marcelo dot leitner at terra dot com dot br>.  
888
889 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
890
891         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
892         static DBusList *uninitialized_condvar_list to support new late 
893         initialization threading model.  In this model threads can be initialized
894         even after the D-Bus API has been used but still needs to be initialized 
895         before the second thread has been started.  Mutexes and condvar addresses
896         are stored in the two static lists and are replaced with actuall locks
897         when threads are initalized.
898         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
899         the location into the static list
900         (_dbus_mutex_free_at_location): New method for removing a mutex location 
901         from the static list and freeing the mutex
902         (_dbus_condvar_new_at_location): New method for creating a conditional 
903         variable and placing the location into the static list
904         (_dbus_condvar_free_at_location): New method for removing a conditional
905         variable location from the static list and freeing the conditional variable 
906         (init_uninitialized_locks): Atomic method which goes through the static 
907         lists of mutex and condvar location and updates them with actuall locks
908         (init_global_locks): changed to init_locks
909         
910         * dbus/dbus-connection.c:
911         (_dbus_connection_test_get_locks): New method for tests to check connections
912         (_dbus_connection_new_for_transport): Use the new at_location mutex and
913         condvar API
914         (dbus_connection_allocate_data_slot): Pass in the global lock address
915         to _dbus_data_slot_allocator_alloc
916
917         * dbus/dbus-dataslot.c:
918         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
919         instead of the mutex itself
920
921         * dbus/dbus-message.c:
922         (dbus_message_allocate_data_slot): Pass in the global lock address
923         to _dbus_data_slot_allocator_alloc
924
925         * dbus/dbus-pending-call.c:
926         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
927         to _dbus_data_slot_allocator_alloc
928
929         * dbus/dbus-server.c:
930         (_dbus_server_init_base): Use the new at_location mutex API
931         (dbus_server_allocate_data_slot): Pass in the global lock address
932         to _dbus_data_slot_allocator_alloc
933
934         * test/name-test/test-threads-init.c: New test case for late thread
935         initialization
936
937 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
938
939         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
940         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
941         causes compile problems when asserts are turned off
942         Keeping _dbus_warn for printing out the message so even if
943         asserts are turned off the user gets the messages that something is 
944         wrong 
945
946 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
947
948         Patches by Kjartan Maraas <kmaraas at gnome dot org>
949
950         * bus/services.c (bus_service_list_queued_owners):
951         Add a pointer cast to fix compiler warning
952
953         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
954         return a NULL instead of FALSE since the return type
955         is not expecting a boolean
956
957         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
958         Remove unused variable
959
960         * dbus/dbus-marshal-recursive-util.c (node_new):
961         return a NULL instead of FALSE since the return type
962         is not expecting a boolean
963
964         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
965         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
966         because we are expecting a pointer not a boolean
967
968         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
969         add void as the parameter so some compilers
970         don't complain
971
972         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
973           _dbus_transport_new_for_tcp_socket):
974         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
975         because we are expecting a pointer not a boolean
976
977         * test/shell-test.c (test_command_line):
978         cast the second argument to _dbus_list_append to avoid compiler
979         warnings
980
981         * test/test-names.c (main): remove unused variable
982
983         * test/test-service.c (check_hello_from_self_reply):
984         Initialize echo_message and echo_reply to NULL
985         
986         * test/test-shell-service.c (handle_echo):
987         Remove unused variable and cast the third parameter passed to
988         dbus_connection_get_object_path_data to avoid compiler warrnings
989
990         * test/name-test/test-names.c (clear_message_queue):
991         Remove unused function
992
993         * test/name-test/test-pending-call-dispatch.c:
994         Fix format string in printf
995
996
997 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
998
999         * dbus/dbus-bus.c:
1000         * test/name-test/test-names.c:
1001         Remove test method dbus_bus_connection_get_unique_name because 
1002         we already have public method dbus_bus_get_unique_name that 
1003         does the exact same thing
1004
1005 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1006
1007         * dbus/dbus-signature.c:
1008         fix typos in Julio's previous patch which cause make check to fail
1009
1010 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1011
1012         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1013         In any case it was wrong since this is a test checking to see if
1014         address parsing is correct.  There was no need to get the true
1015         tmp directory.  
1016
1017 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1018
1019         * dbus/dbus-macros.h: Revert the addition of stddef.h
1020         as we should not be adding it to library headers 
1021
1022 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1023
1024         * dbus/dbus-signature.c:
1025         Fix the unit tests so that they work if assertions are not enabled.
1026         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1027
1028 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1029
1030         * tools/run-with-tmp-session-bus.sh:
1031         * test/name-test/run-test.sh:
1032         Remove bashisms (patch from Julio M. Merino Vidal
1033         <jmmv at NetBSD dot org>)
1034
1035 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1036
1037         * configure.in: add a version (>= 2.6.0) check for libxml2
1038
1039 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1040
1041         * configure.in: make sure the compiler supports -Wfloat-equal
1042         
1043         * bus/dir-watch-dnotify.c: move functional code after 
1044         variable declerations (C99 fix)  (patches from Jens Granseuer
1045         <jensgr at gmx dot net>
1046
1047 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1048
1049         * dbus/dbus-macros.h:
1050         add #include <stddef.h> so that Sun compilers don't complain about
1051         the defining NULL
1052
1053 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1054
1055         * dbus/dbus-sysdeps.c:
1056         * dbus/dbus-address.c:
1057         * bus/activation.c:
1058         * test/shell-test.c:
1059         don't hardcode tmp directory (patch from Dave Meikle 
1060         <dmk at davemeikle dot co dot uk>)
1061
1062 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1063
1064         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1065         Change an assert to a detailed warning and abort.  
1066         When allocator->lock != mutex it indicates that the user has failed
1067         to initalize threads before using the D-Bus library.  This warning
1068         helps the user identify the issue and fix their app.
1069
1070 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1071
1072         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1073         with cleanups of bugs found from Coverity reports:
1074
1075         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1076         close the file on error to avoid a leak
1077
1078         * bus/expirelist.c (bus_expire_list_test):
1079         Check for NULL on dbus_new0
1080
1081         * bus/activation.c (update_directory):
1082         remove dead code
1083
1084         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1085         Fix some leaks
1086
1087         * bus/bus.c (process_config_every_time):
1088         Fixed a leak
1089
1090         * bus/desktop-file.c (parse_key_value):
1091         Fixed leak
1092
1093         * bus/selinux.c (bus_selinux_id_table_insert):
1094         Fixed leak
1095
1096 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1097
1098         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1099         remove dead code
1100
1101 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1102
1103         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1104         #!/bin/bash
1105
1106 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1107
1108         * Doxyfile.in: fix the INPUT line so we can generate docs 
1109         when sourcedir != builddir (patch from Cygwin Ports maintainer
1110         <yselkowitz at users dot sourceforge dot net>
1111
1112 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1113
1114         * dbus/dbus-sysdeps.h:
1115         * dbus/dbus-sysdeps.c: 
1116         * dbus/dbus-string.c: 
1117         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1118         GLib's function which does the same thing
1119
1120         * configure.in:
1121         * bus/Makefile.am:
1122         * bus/dir-watch-default.c:
1123         * bus/dir-watch-dnotify.c:
1124         * bus/dir-watch-kqueue.c:
1125         Add kqueue directory watching for freebsd and split the directory
1126         watching code into seperate files per method/arch
1127         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1128
1129 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1130
1131         * configure.in:
1132         * tools/Makefile.am:
1133         * tools/dbus-launch.c:
1134         * bus/Makefile.am:
1135         allow --with-dbus-daemondir switch to be used to make the
1136         daemon install to a seperate bindir like /usr/libexec
1137         (patch from Brian Cameron <brian dot cameron at sun dot com)
1138
1139 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1140
1141         * bus/Makefile.am (install-data-hook): removed the slash after 
1142         $(DESTDIR) so we don't get the double slash which does not work
1143         in windows (patch from Andras Porjesz 
1144         <andras dot porjesz at siemens dot com>)
1145
1146 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1147
1148         * dbus/dbus-sysdeps.h:
1149         * dbus/dbus-sysdeps.c: 
1150           add _dbus_printf_length (patch from Peter Kümmel 
1151           <syntheticpp at gmx dot net>)
1152
1153 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1154
1155         * dbus/dbus-internals.c: unistd.h is not used 
1156         (_dbus_verbose_real): only enable verbose printing 
1157         if DBUS_VERBOSE environment var is set to '1'
1158         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1159
1160 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1161
1162         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1163         so we still compile on older gcc (patch from Frederic Peters 
1164         <fpeters at 0d dot be>
1165
1166 2006-08-04  Havoc Pennington  <hp@redhat.com>
1167
1168         * configure.in: add -Wdeclaration-after-statement
1169
1170         * dbus/dbus-connection.c: change all the pending call stuff to
1171         reflect the fact that pending call operations use the connection
1172         lock
1173
1174         * dbus/dbus-pending-call.c: add locking here
1175
1176         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1177         field const consistent with how message field is done
1178
1179 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1180
1181         * s/D-BUS/D-Bus/g
1182
1183 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1184
1185         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1186         <in7y118 at public.uni-hamburg dot de> - fix invalid
1187         read/write reported by valgrind
1188
1189 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1190
1191         * Released 0.91
1192
1193 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1194
1195         * dbus/dbus-connection.c:
1196         (_dbus_connection_attach_pending_call_unlocked):
1197         (connection_timeout_and_complete_all_pending_calls_unlocked):
1198         Make sure we set timeout_added on pending calls to FALSE when
1199         we remove the timeout from the connection
1200
1201 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1202
1203         * Removed some extra bindings stuff lingering around (thanks timo)
1204         * dbus-pendingcall.c (_dbus_pending_call_new): 
1205         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1206         when we tried to take a lock on an already locked connection
1207
1208 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1209
1210         * Released 0.90
1211
1212 2006-07-17  Havoc Pennington  <hp@redhat.com>
1213
1214         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1215         ints, reported by Owen Taylor
1216
1217 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1218
1219         * doc/TODO:
1220         * dbus/dbus-bus.c:
1221         * dbus-errors.c:
1222         * dbus/dbus-marshal-validate.c:
1223           Removed TODO items which were fixed or are no longer relevent
1224
1225 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1226
1227         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
1228         Remove stray files from the stripped bindings
1229
1230 2006-07-16  Havoc Pennington  <hp@redhat.com>
1231
1232         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
1233         Improve the error message on reply timeout
1234
1235 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
1236
1237         * Remove all bindings
1238
1239 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
1240
1241         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
1242         and set pending_reply out arg to NULL is connection is disconnected
1243         (connection_timeout_and_complete_all_pending_calls_unlocked): New
1244         static method for cleaning up pending calls on disconnect
1245         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
1246         calls queued timeouts on disconnect 
1247
1248          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
1249         Remove 
1250
1251 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * bus/activation.[ch] (bus_activation_list_services): new function to 
1254         get the list of services that can be activated
1255
1256         * bus/dispatch.c: test coverage for the new bus method
1257         ListActivatableNames
1258
1259         * bus/driver.c: new bus method ListActivatableNames to get the list of
1260         services that can be activated
1261
1262         * doc/dbus-specification.xml: ListActivatableNames method documentation
1263
1264 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1265         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
1266         source files
1267
1268 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1269         * dbus/dbus-message-factory.c:
1270         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
1271
1272 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1273         * dbus/dbus-connection-internal.h:
1274         * dbus/dbus-connection.c:
1275         * file dbus/dbus-pending-call.c:
1276         * dbus/dbus-pending-call.h:
1277         Make DBusPendingCall an opaque type even to D-Bus internals
1278
1279 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1280
1281         * dbus/dbus-connection.h: remove connection_disconnect and replace with
1282         connection_close
1283
1284         * dbus/dbus-connection.c: include dbus-bus.h
1285         (_dbus_connection_read_write_dispatch): make static
1286
1287 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1288
1289         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
1290         function
1291         (dbus_connection_dispatch): On disconnect unref any shared connections
1292
1293         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
1294         for cleaning up shared connections on disconnect
1295         (internal_bus_get): get a hard refrence to shared connections when
1296         they are created
1297         
1298         * doc/TODO: Remove items which are no longer relevent or have been fixed
1299         Split 1.0 todo items with a 0.90 freeze todo list
1300  
1301 2006-06-14  Ross Burton  <ross@openedhand.com>
1302
1303         * glib/dbus-gobject.c:
1304         Free a leaking GArray (surely not!) in dbus_g_method_return.
1305
1306 2006-06-14  Ross Burton  <ross@openedhand.com>
1307
1308         * tools/Makefile.am:
1309         * tools/dbus-monitor.c:
1310         Don't use the GLib bindings in dbus-monitor (patch from Ralf
1311         Habacker).
1312         
1313 2006-06-14  Ross Burton  <ross@openedhand.com>
1314
1315         * tools/dbus-print-message.c:
1316         Also print the object path when outputting signals or method calls.
1317
1318 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
1319
1320         * qt/src/Makefile.am: install the qdbus.h header.
1321         This allows people to actually use the installed code.
1322
1323 2006-06-12  Ross Burton  <ross@openedhand.com>
1324
1325         * glib/dbus-gproxy.c:
1326         Don't leak a GArray when firing signals (thank Rob Taylor for review).
1327
1328 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1329
1330         * Released 0.62
1331
1332 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1333
1334         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
1335         break pedantic builds. Closes bug 6043 (patch approved by
1336         Havoc back in February).
1337
1338 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1339
1340         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
1341         that took a QDBusMessage parameter.
1342         * qt/src/qdbusbus.h: Add a default flag for RequestName.
1343         * qt/tools/dbus.cpp: Don't use automatic call because we might
1344         be calling an async method: request a reply.
1345
1346 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1347
1348         * test/qt/*: Update the testcases, including testing the new
1349         functionality of sending null QByteArray and QString over the
1350         bus. Add new headertest test and restore the old
1351         qdbusxmlparser test.
1352
1353 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1354
1355         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
1356         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
1357
1358         * qt/examples/Makefile.am:
1359         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
1360         form.
1361
1362         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
1363         QByteArray() (nulls) over the bus.
1364         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
1365         the one that has the signature suffix stripped.
1366         * qt/src/qdbusreply.h: Make some methods const.
1367
1368 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
1369
1370         Patch from Timo Hoenig <thoenig@suse.de>.
1371
1372         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
1373         required during build to EXTRA_DIST.
1374         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
1375         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
1376         * configure.in: Fix "make dist", take care that the Makefile for
1377         qt/dbus is being generated.
1378
1379 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1380
1381         * bus/bus.c: Fix eavesdropping on method calls
1382
1383 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1384
1385         * configure.in:
1386         * dbus/dbus-userdb-util.c:
1387         Add Solaris console owner patch from Artem Kachitchkine
1388
1389 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
1390
1391         * qt/Makfile.am:
1392         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
1393         reorganisation. Thanks to Timo Hoenig for pointing this out.
1394
1395 2006-06-06  Robert McQueen  <robot101@debian.org>
1396
1397         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
1398           call to dbus_g_type_get_struct.
1399
1400 2006-06-06  Robert McQueen  <robot101@debian.org>
1401
1402         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
1403           pointers were put into a GPtrArray-based specialised collection, and
1404           then freed along with the array. GValues which you add into
1405           collections or maps which have the NOCOPY flag set are assumed to not
1406           belong to the caller, so rather than the existing pointer-stealing
1407           semantics, they are copied instead. Given that the main consumers of
1408           this abstraction are the bindings themselves, I don't think this is
1409           too bad, but others should watch their choice of take vs set_static.
1410
1411 2006-06-06  Robert McQueen  <robot101@debian.org>
1412
1413         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
1414           of g_slist_prepend not being used. Fixed copying of slist-based
1415           specialised collections, then wrote a test case and found that it was
1416           all broken. Went on to fix iterating and appending too. Good thing
1417           nobody uses this code yet.
1418
1419 2006-06-06  Robert McQueen  <robot101@debian.org>
1420
1421         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
1422           the iterators use gvalue_take_ptrarray_value (the GValues themselves
1423           are discarded without unsetting, so it makes no difference whether
1424           we take or set_static). Remove cases for G_TYPE_POINTER because
1425           there really is nothing useful we can do with them in our
1426           specialised types - we *need* boxed copy/free functions at the very
1427           least.
1428
1429 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
1430
1431         * qt/dbus: Add directory. I had forgotten to add this
1432         yesterday after the move...
1433
1434         * qt/examples/Makefile.am:
1435         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
1436
1437         * qt/tools/Makefile.am:
1438         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
1439         Added feature to get and set properties.
1440         Added validation of service, object path and interface names.
1441
1442         * qt/tools/dbusidl2cpp.cpp: Two new features:
1443         1) Allow specifying both the header and the source file names,
1444         by separating them with a colon.
1445         2) Don't write an interface output if the -p switch wasn't
1446         given, but the -a was.
1447
1448         * qt/src/*: Fix usage of Iterators and ConstIterators.
1449         Fix shadowing of variables by other variables (-Wshadow).
1450         Fix keyword-cleanliness in headers.
1451         Fix ASCII-cast (QLatin1String, QLatin1Char).
1452         Fix validation of member names.
1453         Add extra checking of introspection data during XML parsing.
1454         Various bug fixes.
1455
1456 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1457
1458         * dbus/Makefile.am:
1459         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
1460         qt/dbus/qdbus.h now.
1461
1462 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1463
1464         * configure.in: Make --disable-qt actually do
1465           something. Patch inspired by Zack Rusin.
1466
1467 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1468
1469         * qt/: Update to Subversion r548032.
1470         This includes a big reorganisation of the files inside the
1471         subdir.
1472
1473 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
1474
1475         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
1476         clear:  
1477         "Failed to connect to socket <host>:<port> <error>" instead of
1478         "Failed to connect to socket <host>: <error>:<port>"
1479
1480         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
1481         for a tcp transport. 
1482
1483 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1484
1485         * qt/*: Update the QtDBus bindings up to revision 546310 in
1486         Subversion.
1487         This adds the dbuscpp2xml tool, that parses a C++ header and
1488         outputs a D-BUS Introspection XML.
1489
1490 2006-05-21  Havoc Pennington  <hp@redhat.com>
1491
1492         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
1493         is not NULL when it shouldn't be. Also a couple of possible fixes
1494         for #4637 though I don't understand why the bug happens, to be
1495         honest... also the object constructor has an assert name != NULL
1496         and the name is only currently NULL for peer-to-peer proxies that 
1497         I don't think anyone uses? So it should be asserting.
1498         Anyway, for now at least see if we get an earlier assertion failure.
1499
1500         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
1501         apparently broken code to be sure the tests fail and someone 
1502         will fix them...
1503
1504 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
1505
1506         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
1507         and arrays when they had a single element: has_next returns
1508         false, even before you read the element. So, instead, check
1509         the array length.
1510
1511 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1512
1513         * qt/qdbusmessage.cpp:
1514         * qt/qdbustypehelper_p.h:
1515         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
1516         the list is a const-reference
1517
1518 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
1519
1520         * Adding old doc patch that never got applied
1521         
1522         * dbus/bus.c (dbus_bus_add_match): Add documentation
1523
1524         * doc/dbus-specification.xml: Add documentation for the match rules
1525           and the AddMatch and RemoveMatch methods
1526
1527 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
1528
1529         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1530         call (r535506)
1531
1532         * qt/dbusidl2cpp.cpp:
1533         * qt/qdbusabstractadaptor.cpp:
1534         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
1535         sibling of the QDBusAbstractAdaptor objects instead of the
1536         parent. (r535848)
1537
1538         * qt/dbusidl2cpp.cpp:
1539         * qt/qdbusabstractinterface.cpp:
1540         * qt/qdbusabstractinterface.h:
1541         * qt/qdbusabstractinterface_p.h:
1542         * qt/qdbusinterface.cpp: Make properties in interfaces
1543         actually work. The code that was generated would not compile,
1544         due to moc calls to functions that did not exist. They now
1545         shall. (r536571)
1546
1547 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
1548
1549         * Makefile.am:
1550         * configure.in:
1551         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
1552         Thanks to Brad Hards for providing the patch
1553
1554 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1555
1556         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1557         call. (r535506)
1558
1559 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1560
1561         * qt/examples/dbus.cpp: Enhance error messages and use
1562         QDBusInterfacePtr.
1563
1564 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1565
1566         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
1567         and disable the copy operators. (r533772, r534746)
1568
1569         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
1570
1571         * qt/qdbusabstractinterface.cpp:
1572         * qt/qdbusabstractinterface.h: Change the default call mode to
1573         not use the event loop. Add convenience call() methods that
1574         take a CallMode parameter. (r534042)
1575
1576         * qt/qdbusconnection.h: Change the default call mode to not
1577         use the event loop. (r534042)
1578
1579         * qt/qdbusinterface.cpp:
1580         * qt/qdbusinterface.h: Add a method to tell us if the
1581         interface is valid (since we don't return a null pointer
1582         anymore) (r534099)
1583
1584         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
1585         (r534101)
1586
1587         * qt/qdbusinternalfilters.cpp: Decouple the introspection
1588         function in two so taht we get the chance to introspect
1589         without having a QDBusMessage (r534102)
1590
1591         * qt/qdbusbus.h:
1592         * qt/qdbusconnection.cpp:
1593         * qt/qdbusconnection_p.h:
1594         * qt/qdbusintegrator.cpp: Keep a list of our own names to
1595         avoid a round-trip to the server when attempting to introspect
1596         one of our own objects. Also make sure the filter functions
1597         match the empty interface as well. (r534108)
1598         Don't keep the connection names. Instead, trust the unique
1599         connection name (r534111)
1600         Remove event loop usage (r534112)
1601
1602 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1603
1604         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
1605         Brad Hards.
1606
1607 2006-04-28  Robert McQueen  <robot101@debian.org>
1608
1609         * glib/dbus-gproxy.c: Fix properties so that they can be given in
1610         any order, making it easier for people who inherit from this
1611         object.
1612
1613 2006-04-28  Robert McQueen  <robot101@debian.org>
1614
1615         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
1616         of memory from within pointer arrays and lists. Fixes bug #6300.
1617
1618 2006-04-28  Robert McQueen  <robot101@debian.org>
1619
1620         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
1621         generating struct signatures. Fixes bug #6083.
1622
1623 2006-04-28  Robert McQueen  <robot101@debian.org>
1624
1625         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
1626         to qdbusconnection_p.moc.
1627
1628 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
1629
1630         * README, INSTALL: Doc fixes
1631         Patch from Brad Hards <bradh at frogmouth.net>
1632
1633 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
1634
1635         * qt/examples/dbus.cpp: Use the new merged-interface mode for
1636         the dynamic meta object. No need to guess which interface to
1637         call.
1638
1639 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
1640
1641         * qt/qdbusconnection_p.h:
1642         * qt/qdbusmetaobject.cpp:
1643         * qt/qdbusmetaobject_p.h:
1644         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
1645         for the dynamic meta object. No need to guess which
1646         interface to call.
1647         * qt/qdbusabstractinterface_p.h:
1648         * qt/qdbusconnection.cpp:
1649         * qt/qdbusintegrator.cpp:
1650         * qt/qdbusinterface.cpp:
1651         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
1652         Add a QDBusRef that looks and behaves like DCOPRef.
1653
1654 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
1655
1656         * dbus/dbus-connection.c: Interfaces are optional in method
1657         calls, so don't give up if the interface parameter is NULL.
1658         Patch reviewed by Havoc Pennington.
1659
1660 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
1661
1662         * qt/qdbusreply.h: Add default constructor and operator=
1663           (r532625)
1664         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
1665           in public headers (r532952)
1666         * qt/qdbusabstractinterface.cpp:
1667         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
1668           make it the default (r532951)
1669
1670 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
1671
1672         * dbus/dbus-connection.c: Fix asserts
1673         Patch from Tim Moloney <t.moloney at verizon.net>
1674
1675 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
1676
1677         * mono/Connection.cs, mono/Message.cs: Check Target type
1678         Patch from Aaron Bockover (abockover at novell.com)
1679
1680 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
1681
1682         * INSTALL: fine-tune the requirements for the Qt4 binding.
1683
1684 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
1685
1686         * tools/dbus-print-message.c: Added support for printing of all 
1687           remaining data types. Fixed logic for indentation of compound
1688           data types.
1689         
1690 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
1691
1692         * INSTALL: fill out content of file providing DBus specific
1693           build installations, followed by generic Auto* INSTALL file
1694           content
1695         
1696 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
1697
1698         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
1699           Patch by Stefan Eilers. (r529537)
1700
1701 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
1702
1703         * qt/qdbusinternalfilters.cpp: Don't show the parent's
1704           contents (r528208)
1705
1706 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1707
1708         * qt/Makefile.am: fix the dependency for
1709           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
1710           not in qdbusconnection.cpp.
1711           Thanks to Jakub Stachowski <stachowski@hypair.net> for
1712           spotting this.
1713
1714 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1715
1716         * qt/examples/listnames.cpp:
1717         * qt/examples/Makefile.am: Three ways to list the names on the
1718           bus.
1719
1720 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1721
1722         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
1723           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
1724
1725 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1726
1727         Merge from Subversion:
1728         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
1729           something that exists (r526315)
1730         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
1731           slots/signals (r526316)
1732         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
1733           also return an unknown-method error if the parameters don't
1734           match for org.freedesktop.DBus.Properties. (r526842)
1735         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
1736         * qt/qdbusintegrator.cpp: Restore the proper order of
1737           delivery: don't make method returns be delivered on priority
1738           (r528150)
1739
1740 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1741
1742         * configure.in qt/Makefile.am: add qt/examples
1743         * qt/examples: Add QtDBus example programs:
1744           - hello: Hello, World
1745           - ping: Simple method-calling program
1746           - pong: Simple object-exporting program (not using adaptors)
1747           - complexping: Interactive method-calling program 
1748                 (also gets and sets properties).
1749           - complexpong: Sample program exporting methods, signals and
1750                 properties, using adaptors.
1751           - dbus: Simple implementation of a generic method-calling
1752                 program, similar to 'dbus-send', but with semantics
1753                 similar to 'dcop'.
1754           - chat: Simplistic chat program, implemented using signals
1755                 and the system bus. Looks like IRC.
1756
1757 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1758
1759         * configure.in: Detect QtGui (necessary for one of the
1760           example programs). Note: this increases the minimum required
1761           version of Qt to 4.1.3.
1762
1763 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1764
1765         * test/qt/*: Sync with KDE Subversion revision 523647.
1766         Update the testcases to the new API. Remove testcases for
1767         classes that are no longer public or have been removed.
1768
1769 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1770
1771         * qt/*: 
1772         * dbus/qdbus.h: Sync with KDE Subversion revision
1773         523647. Hopefully, this will be the last of the
1774         source-incompatible changes. Documentation has been improved;
1775         support for QList<basic-types> has been added; QDBusObject is
1776         gone; QDBus(Abstract)Interface is now a QObject with
1777         auto-generated meta-object; QDBusIntrospection is marked
1778         private, since QMetaObject can be used now; lots of bugfixes.
1779
1780 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
1781
1782         Patch from Milosz Derezynski <internalerror at gmail.com>
1783         
1784         * configure.in:
1785         Output the service directory in the configure summary
1786
1787         * dbus-1.pc.in:
1788         Add session_bus_services_dir
1789
1790 2006-03-10  Ross Burton  <ross@openedhand.com>
1791
1792         * tools/dbus-print-message.c:
1793         Add support for object paths and signatures.
1794
1795 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
1796
1797         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
1798         config reload.
1799         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
1800         information caches
1801         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
1802         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
1803         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
1804         * dbus/dbus-userdb.h: Add function to flush all user/group information
1805         caches.
1806
1807 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1808
1809         * qt/dbusidl2cpp.cpp:
1810         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
1811         for dcopidl2cpp, found in the KDE installations (or the more
1812         modern kalyptus): generate Qt4 C++ code for the input XML
1813         introspection. Currently no IDL parsing.
1814
1815 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1816
1817         * test/qt/*: Update the self-tests.
1818
1819 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1820
1821         * qt/*: 
1822         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
1823         represents the first feature-complete version of the Qt4
1824         bindings since I took ove maintainership.
1825
1826 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1827
1828         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
1829         dir. This is C++, so we can't use the DBus ones.
1830
1831 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
1832
1833         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
1834         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
1835
1836 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
1837
1838         * dbus/dbus-connection.c: 
1839         (_dbus_connection_block_pending_call):
1840         Check to see if our data has already been read off the connection
1841         by another blocking pending call before we block in poll.
1842         (check_for_reply_and_update_dispatch_unlocked):
1843         Code taken from _dbus_connection_block_pending_call - checks for
1844         an already read reply and updates the dispatch if there is one.
1845
1846         * test/name-test/test-pending-call-dispatch.c:
1847         New test for making sure we don't get stuck polling a 
1848         dbus connection which has no data on the socket when
1849         blocking out of order on two or more pending calls.
1850
1851 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
1852
1853         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
1854         make/automake don't detect that we're talking about the same
1855         .lo file if I specify the full path to the source files.
1856
1857 2006-02-26  Havoc Pennington  <hp@redhat.com>
1858
1859         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
1860
1861         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
1862         session bus variable is unset, suggest "man dbus-launch" and "man
1863         dbus-daemon" to figure out how to fix the problem
1864
1865 2006-02-25  Havoc Pennington  <hp@redhat.com>
1866
1867         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
1868         should make this thing use the new glib options parser
1869
1870 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
1871
1872         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
1873         .lo files taking moc sources.
1874
1875 2006-02-25  Havoc Pennington  <hp@redhat.com>
1876
1877         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
1878         and install it as a public header
1879
1880 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
1881
1882         * Released 0.61
1883
1884 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
1885         
1886         * proxies.py: Fix the callchain
1887
1888 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
1889         
1890         * patch from Sjoerd Simons <sjoerd at debian.org>:      
1891
1892         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
1893         dbus/dbus-sysdeps.c
1894
1895         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
1896         call _dbus_group_info_free_allocated which causes infinite loop,
1897         correctly call _dbus_group_info_free
1898
1899 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
1900
1901         * qt/qdbusinterface_p.h:
1902         * qt/qdbusinterface.cpp: Use the standard
1903         org.freedesktop.DBus.Method.NoReply annotation for the "async"
1904         calls instead of creating one for us.
1905
1906         * qt/qdbusconnection_p.h:
1907         * qt/qdbusintegrator.cpp: Remove debugging code.
1908
1909         * qt/qdbusintegrator.cpp:
1910         * qt/qdbusmessage.cpp:
1911         * qt/qdbusmessage_p.h:
1912         * qt/qdbusmessage.h: Change the behaviour of automatic
1913         reply-sending: now a reply is always sent, unless the caller
1914         didn't request one or if the user slot has already sent one.
1915
1916 2006-02-16  Robert McQueen  <robot101@debian.org>
1917
1918         * configure.in: Patch from Debian packages by Sjoerd Simons
1919         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
1920         arguments so it's possible to build both bindings in the
1921         same tree.
1922
1923         * qt/Makefile.am: Fix truncated value so that make dist works.
1924
1925 2006-02-16  Robert McQueen  <robot101@debian.org>
1926
1927         * acinclude.m4, configure.in: Patch from Brad Hards
1928         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
1929         improving quoting, re-ordering a few checks, and a few other
1930         aesthetic tidy-ups.
1931
1932 2006-02-16  Robert McQueen  <robot101@debian.org>
1933
1934         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
1935         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
1936         assertion that the next element to read from the iter is fixed in
1937         size. This is not the case when you are at the end of the iter,
1938         because the next element type is INVALID.
1939
1940         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
1941         a bogus assert which means that you may not initialise a 0-length
1942         string unless you provide a non-NULL pointer. This prevented
1943         you from marshalling messages containing zero-length arrays in
1944         some cases.
1945
1946         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
1947         from Rob to correct bogus asserts when trying to demarshal an
1948         array and get_fixed_array got you 0 elements. Append nothing to
1949         the GArray in this case.
1950
1951         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
1952         an empty array via the glib bindings. Without all of the above
1953         patches, this new test fails.
1954
1955 2006-02-16  Robert McQueen  <robot101@debian.org>
1956
1957         * glib/dbus-gmain.c: Make the previous commit compile.
1958
1959         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
1960         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
1961         specify sender_keyword="foo", path_keyword="bar" when adding
1962         a signal listener, so that you can bind to signals generically
1963         but still do something useful in your callback.
1964
1965         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
1966         chars so that they're not cast to chars and made negative. Thanks
1967         to Jakub Stachowski for reporting this and testing the fix.
1968
1969 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
1970
1971         * dbus/dbus-glib.h:
1972         * glib/dbus-gmain.h:
1973         (dbus_g_connection_open): new method for openning
1974         a connection to an arbitrary address in the glib bindings
1975
1976         * ChangeLog: checkin last entry which doesn't seem to be commited
1977
1978 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
1979
1980         * tools/dbus-launch.c: Fixed sh syntax output
1981
1982 2006-02-13  Robert McQueen  <robot101@debian.org>
1983
1984         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
1985         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
1986         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
1987         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
1988         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
1989         missing piece of the glib bindings jigsaw puzzle. This modifies
1990         the existing specialised types to have N type parameters (rather
1991         than the current 1 or 2 for arrays and dictionaries respectively).
1992         You can then use this to get a glib type to represent any arbitrary
1993         D-Bus struct type using dbus_g_type_get_struct. The only
1994         implementation of these types is with GValueArrays as before,
1995         but it's now possible to store these in arrays, emit them in
1996         signals, etc.
1997
1998 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1999
2000         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2001         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2002         <thiago.macieira at trolltech.com>
2003
2004 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2005
2006         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2007         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2008
2009 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2010
2011         * bus/connection.c (bus_connections_expect_reply): Make
2012         pending reply limit not common to all connections (Bug #5416)
2013         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2014
2015 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2016
2017         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2018
2019 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2020
2021         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2022         patch from Doug Goldstein <cardoe at gentoo.org>
2023
2024 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2025
2026         * mono/Arguments.cs: Fix a magic number in the mono bindings
2027         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2028
2029 2006-01-27  Robert McQueen  <robot101@debian.org>
2030
2031         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2032         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2033         when generating the client-side methods, instead of overloading
2034         CSymbol which broke everything horribly. My apologies.
2035
2036 2006-01-27  Robert McQueen  <robot101@debian.org>
2037
2038         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2039         by me and Rob Taylor to add a simple_free function to D-Bus map
2040         and collection types, which allows those types which can be freed
2041         with a GDestroyNotify (such as GHashTables and GArrays, but not
2042         GPtrArrays) to be stored as the values in hashtables.
2043
2044         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2045         Patch by Rob Taylor to add nested dicts to the glib tests to check
2046         the above code works, and appears not to leak when called repeatedly.
2047
2048 2006-01-27  Robert McQueen  <robot101@debian.org>
2049
2050         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2051         to free a D-Bus allocated string with dbus_free () instead of
2052         g_free ().
2053
2054 2006-01-27  Iain Holmes  <iain@openedhand.com>
2055
2056         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2057         method from being called multiple times.
2058
2059 2006-01-19  Robert McQueen  <robot101@debian.org>
2060
2061         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2062         <rob.taylor@collabora.co.uk> to add support for generating bindings
2063         to arrays that are represented as GPtrArrays rather than GArrays (ie
2064         size-variable things, such as strings, objects, structs, etc).
2065
2066 2006-01-05  Robert McQueen  <robot101@debian.org>
2067
2068         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2069         <ricardo.kekki@movial.fi> to make it possible to inherit from
2070         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2071         a private part, and moving the setting of the DBusGProxyManager into a
2072         connection property, allowing proper GObject construction.
2073
2074 2006-01-05  Robert McQueen  <robot101@debian.org>
2075
2076         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2077         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2078         annotations when generating glib client bindings.
2079
2080 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2081
2082         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2083
2084         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2085
2086 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2087
2088         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2089
2090 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2091
2092         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2093
2094 2005-12-19  Ross Burton  <ross@openedhand.com>
2095
2096         * doc/dbus-tutorial.xml:
2097         Document the Glib client-side bindings, and list all possible annotations.
2098
2099 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2100
2101         * dbus/bus.c (dbus_bus_release_name): Add documentation
2102
2103 2005-12-06  Robert McQueen  <robot101@debian.org>
2104
2105         * python/service.py: s/sucessful/successful/ so we're allocating to
2106         and reading from the same variable. Oops.
2107
2108 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2109
2110         * Released 0.60
2111
2112 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2113
2114         * test/qt/Makefile.am: build from srcdir
2115
2116         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2117         Note - this code is wrong and needs to be fixed by the Qt binding
2118         developers.  The flags should be treated as bitfields and not enums.
2119
2120         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2121
2122 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2123
2124         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2125           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2126           in production code
2127
2128 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2129
2130         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2131         method for getting messages off the bus in the absence of a
2132         mainloop.  This method is much like 
2133         dbus_connection_read_write_dispatch except it does not dispatch
2134         the messages to a registered filter function.  Instead it
2135         allows a developer to process messages by directly popping
2136         them off the bus.
2137
2138 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2139
2140         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2141         the parser to continue instead of returning error
2142         (bus_desktop_file_load): Do not free parser data when
2143         parse_section_start or parse_key_value fails because it was 
2144         already freed by parser_free (patch from Carlos Garcia Campos  
2145         <carlosgc at gnome.org>)
2146
2147 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2148
2149         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2150         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2151         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2152         test/test-segfault.c, test/test-utils.c,
2153         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2154         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2155         Various cleanup of dead code and compiler warnings (patch from
2156         Kjartan Maraas <kmaraas at gnome.org>) 
2157
2158 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2159
2160         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2161         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2162
2163 2005-11-27  Robert McQueen  <robot101@debian.org>
2164
2165         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2166         part of the preceding one. Oops. Merge patch by Johan Hedberg
2167         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2168         on big-endian platforms.
2169
2170         * test/python/test-client.py: Add some 16-bit integers to the test
2171         values.
2172
2173 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2176         method return message for property getters
2177
2178 2005-11-27  Robert McQueen  <robot101@debian.org>
2179
2180         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2181         with type v of an instance of dbus.Variant(foo, type='x') caused
2182         it to be boxed twice before sending over the bus.
2183
2184         * python/dbus_bindings.pyx, python/service.py,
2185         test/python/test-client.py: Update the constants for the new
2186         request_name flags, and update comments/test cases now that queueing
2187         is the default action.
2188
2189 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2190
2191         * configure.in:
2192         - Change version to 0.60 for impending release
2193         - upped the sonames because of ABI and API breakage
2194
2195 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2196
2197         * configure.in: Add test/name-test/Makefile to the generated
2198         Makefile list
2199
2200         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2201         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2202         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2203         not to queue an ower if it can't be the primary owner
2204
2205         * bus/bus.h: Add new internal BusOwner struct
2206
2207         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2208         to bus_registry_ensure and don't set the prohibit_replacement flag
2209         since they are now set per BusOwner and not per name.
2210         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2211         that returns the list of connections in a name's connection queue
2212         
2213         * bus/services.c (struct BusService): remove prohibit_replacement field
2214         (struct BusOwner): new struct for keeping track of queued connections
2215         and their associated flags for the queue
2216         (struct BusRegistry): add a BusOwner memory pool
2217         (bus_registry_new): initialize the BusOwner memory pool
2218         (bus_registry_unref): free the BusOwner memory pool
2219         (_bus_service_find_owner_link): new internal method for
2220         searching the queue for a specific connection
2221         (bus_owner_set_flags): new method for adding setting the flags on a
2222         bus owner
2223         (bus_owner_new): new method that creates a BusOwner object from the
2224         pool and sets its flags
2225         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2226         (bus_registry_ensure): Add the flags parameter
2227         (bus_registry_acquire_service): Switch from using raw connections to
2228         using the BusOwner struct
2229         Add new state machine for dealing with the new set of flags
2230         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
2231         cancel_ownership, free_ownership_cancel_data, 
2232         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
2233         restore_ownership, free_ownership_restore_data, 
2234         add_restore_ownership_to_transaction): Switch to using BusOwner 
2235         instead of raw connections
2236         (bus_service_add_owner): Add flags parameter
2237         Switch to using BusOwner instead of raw connections
2238         Add state machine for dealing with the new set of flags
2239         (bus_service_swap_owner): Swaps the first and second owners in the
2240         queue.  Used to make sure proper signals are sent when a service looses 
2241         or gains primary ownership.  We never insert an owner at the top of the
2242         queue.  Instead we insert it in the second position and then swap.
2243         (bus_service_remove_owner): Remove the owner from the queue sending
2244         out the NameLost and NameOwnerChanged signals if the we were the 
2245         primary owner
2246         (bus_service_get_primary_owners_connection): New method that extracts
2247         the connection from the primary owner
2248         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
2249         connection
2250         (bus_service_get_allow_replacement): Changed from the old 
2251         bus_service_get_prohibit_replacement method.  Checks the flags of the 
2252         primary owner and returns if it can be replaced or not
2253         (bus_service_set_prohibit_replacement): removed
2254         (bus_service_has_owner): returns TRUE if and owner with
2255         the specified connection exists in the queue
2256         
2257         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
2258         method that only compiles if tests are enabled.  Allows us to get the 
2259         unique name of a connection so we can check it against the queue when
2260         doing regression tests
2261
2262         * bus/activation.c (bus_activation_send_pending_auto_activate),
2263         bus/dispatch.c (bus_dispatch),  
2264         bus/driver.c (bus_driver_handle_get_service_owner, 
2265         bus_driver_handle_get_connection_unix_user, 
2266         bus_driver_handle_get_connection_unix_process_id,
2267         bus_driver_handle_get_connection_selinux_security_context),
2268         bus/signals.c (connection_is_primary_owner): 
2269         use bus_service_get_primary_owners_connection instead of
2270         bus_service_get_primary_owner
2271
2272         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
2273         _dbus_listen_unix_socket): Calculate the length of the socket
2274         path and use that instead of using a fixed length which was
2275         causing socket names to contain many trailing Nul bytes.
2276
2277         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
2278         (dbus_g_method_get_sender): New method for extracting the sender 
2279         from a DBusGMethodInvocation
2280         (dbus_g_method_return_get_reply): changed name to 
2281         dbus_g_method_get_reply
2282         (dbus_g_method_return_send_reply): changed name to
2283         dbus_g_method_send reply
2284
2285         * doc/dbus-specification.xml: New docs that describe how the new
2286         queueing system works and talks about the changes to the how
2287         we specify socket names
2288
2289         * glib/examples/example-service.c, 
2290         glib/examples/example-signal-emitter.c,
2291         glib/examples/statemachine/statemachine-server.c:
2292         Changed the RequestName flags to the new system
2293
2294         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
2295         regression test suite for testing various states of the new
2296         queueing system
2297         
2298 2005-11-15  Robert McQueen  <robot101@debian.org>
2299
2300         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
2301         Taylor to add two methods, dbus_g_method_return_get_reply and
2302         dbus_g_method_return_send_reply, to allow you to get the reply
2303         message from a DBusGMethodInvocation, append arbitrary stuff to it,
2304         and send it. The GLib bindings can't marshal a return value of
2305         something like a(s) if the array is empty - ultimately they should be
2306         made to heed the signature of the out arguments as the Python bindings
2307         now can, but this is a workable interim solution which might have
2308         other applications.
2309
2310 2005-11-15  Robert McQueen  <robot101@debian.org>
2311
2312         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
2313         method to org.freedesktop.DBus to release a bus name or give up
2314         waiting in the queue for it.
2315
2316         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
2317         dbus_bus_release_name method to send the ReleaseName method calls.
2318         Add constants for the return values to dbus/dbus-shared.h.
2319
2320         * doc/dbus-specification.xml: Document the new ReleaseName method
2321         in the specification.
2322
2323         * python/dbus_bindings.pyx: Add a low-level python binding for the
2324         release name method.
2325
2326         * python/exceptions.py, python/service.py: Make freeing BusName
2327         objects release the name. Add a NameExistsException, and fix a
2328         bug with creating UnknownMethodException.
2329
2330         * test/python/test-client.py: Add tests for freeing BusName
2331         objects causing names to be released.
2332
2333 2005-11-14  Robert McQueen  <robot101@debian.org>
2334
2335         * python/service.py: Include the traceback in the error reply when we
2336         send an exception over the bus. _BEST_ _PATCH_ _EVER_
2337
2338 2005-11-14  David Zeuthen  <davidz@redhat.com>
2339
2340         Patch from Timo Hoenig <thoenig@suse.de>.
2341
2342         * bus/bus.c: I've recently investigated why the automatic reload
2343         of configuration files does not work as expected.
2344
2345         Currently, reloading configuration files does only work when
2346         running dbus-daemon with --nodaemon.  If we are running as daemon
2347         we're hitting a dnotify bug once we fork the process.
2348
2349         We're initializing the dnotify fds before calling fork().  Once
2350         the child process forked it does still have the fds (and they
2351         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
2352         getting SIGIO as changes are made to the configuration files.
2353
2354         The attached patch moves the initialization of the dnotify fds to
2355         process_config_postinit().  This is safe for all current code
2356         paths and solves the dnotify disfunction.  If we're running
2357         dbus-daemon as daemon the fds for dnotify are now being
2358         initialized after fork() for the child process.
2359
2360         * configure.in: The current configure.in check for dnotify probes
2361         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
2362         match for 'xlinux', too. Additionally I have adapted the configure
2363         option's style to match with the others.
2364
2365 2005-11-14  Robert McQueen  <robot101@debian.org>
2366
2367         * python/decorators.py, python/service.py: Add a new argument to the
2368         dbus.service.method decorator called sender_keyword, which if set,
2369         specifies the name of an argument which will be provided the bus
2370         name of the method caller.
2371
2372         * test/python/test-client.py, test/python/test-service.py: Add a
2373         method and test to check the sender_keyword functionality.
2374
2375 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
2376
2377         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
2378         empty reply so blocking calls don't block forever (Patch from Sjoerd 
2379         Simons <sjoerd at luon.net>)
2380
2381         * AUTHORS: Add Robert McQueen for his work on the Python
2382         Bindings and other parts of D-Bus
2383
2384 2005-11-07  Robert McQueen  <robot101@debian.org>
2385
2386         * python/decorators.py: Change emit_signal function to use the
2387         signature annotation of the signal when marhsalling the arguments from
2388         the service. Fix a bug where the code checking signature length
2389         against argument length referenced the wrong variable.
2390
2391         * python/introspect_parser.py: Avoid adding the type signature of
2392         signal arguments to any methods which occur after them in the
2393         introspection data (!) by making the parser a little more careful
2394         about its current state.
2395
2396         * python/service.py: Remove debug prints from last commit (again :D).
2397
2398         * test/python/test-client.py, test/python/test-service.py: Add test
2399         signals with signature decorators to test the strict marshalling code
2400         gives errors at the right time. Could do with checking the signals
2401         actually get emitted too, given that the test does nothing with
2402         signals at the moment...
2403
2404 2005-11-07  Robert McQueen  <robot101@debian.org>
2405
2406         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
2407         instances to stop madness of creating new instances representing
2408         the same bus connection all the time, rendering any tracking of
2409         match rules and bus names quite meaningless. Caught a bug where
2410         the private argument to SessionBus() and friends was being passed
2411         in as use_default_mainloop by mistake. Still some problems with
2412         multiple dbus_binding.Connection instances representing the same
2413         low-level connection (eg when you use both SessionBus() and
2414         StarterBus() in same process), but it's a lot better now than it
2415         was.
2416
2417         * python/dbus_bindings.pyx: Add constants with the return values
2418         for bus_request_name().
2419
2420         * python/service.py: Store bus name instances in a per-dbus.Bus cache
2421         and retrieve the same instances for the same name, so deletion can be
2422         done with refcounting. Also now throws some kind of error if you
2423         don't actually get the name you requested, unlike previously...
2424
2425         * test/python/test-client.py: Add tests for instance caching of buses
2426         and bus name objects.
2427
2428 2005-11-04  Robert McQueen  <robot101@debian.org>
2429
2430         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
2431         marshalling of boolean values. Add some booleans to the values in
2432         the test client.
2433
2434         * python/decorators.py, python/service.py: Add an 'async_callbacks'
2435         argument to the dbus.service.method decorator, which allows you to
2436         name arguments to take two callback functions for replying with
2437         return values or an exception.
2438
2439         * test/python/test-client.py, test/python/test-service.py: Add test
2440         case using asynchronous method reply functions, both return values and
2441         errors, and from within both the function itself and from a mainloop
2442         callback.
2443
2444         * python/decorators.py, python/service.py: Perform checking that the
2445         number of method/signal arguments matches the number of types in the
2446         signature at class loading time, not when you first introspect the
2447         class.
2448
2449         * python/service.py: Remove debug print left by the last commit.
2450
2451 2005-11-03  Robert McQueen  <robot101@debian.org>
2452
2453         * python/service.py: Heavy refactoring of method invocation, with
2454         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
2455         in favour of a new _message_cb that uses seperate functions for
2456         looking up the method to call, marshalling the return values, and
2457         sending exceptions as errors, and is easier to follow as a
2458         consequence.  Fixes some corner cases about returning things that
2459         don't match your declared out_signature, allows exceptions to define
2460         _dbus_error_name and have it be sent over the bus as the error name,
2461         and paves the way for cool stuff like heeding the message no reply
2462         flag, asynchronous method implementations, informing the method of the
2463         sender, and including backtraces in the error messages.
2464
2465         * test/python/test-client.py: Catch and print exceptions thrown in the
2466         async callback tests, rather than passing them to the low-level
2467         bindings to be ignored in a noisy and frustrating manner.
2468
2469 2005-11-03  Robert McQueen  <robot101@debian.org>
2470
2471         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
2472         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
2473         tweak others to be consistent.
2474
2475         * test/python/test-client.py: Tweak output of testInheritance.
2476
2477 2005-10-29  Robert McQueen  <robot101@debian.org>
2478
2479         * python/service.py: Major changes to allow multiple inheritance
2480         from classes that define D-Bus interfaces:
2481         
2482          1. Create a new Interface class which is the parent class of
2483             Object, and make the ObjectType metaclass into InterfaceType.
2484         
2485          2. Patch written with Rob Taylor to replace use of method_vtable
2486             with code that walks the class's __MRO__ (method resolution order)
2487             to behave like Python does when invoking methods and allow
2488             overriding as you'd expect. Code is quite tricky because
2489             we have to find two methods, the one to invoke which has the
2490             right name and isn't decorated with the /wrong/ interface,
2491             and the one to pick up the signatures from which is decorated
2492             with the right interface.
2493         
2494             The same caveats apply as to normal multiple inheritance -
2495             this has undefined behaviour if you try and inherit from two
2496             classes that define a method with the same name but are
2497             decorated with different interfaces. You should decorate
2498             your overriding method with the interface you want.
2499         
2500          3. Replace grungy introspection XML generation code in the metaclass
2501             with dictionaries that cope correctly with multiple inheritance
2502             and the overriding of methods. This also uses the signature
2503             decorations to provide correct introspection data, including
2504             the debut appearance of the types of your return values. :D
2505
2506         * test/python/test-client.py, test/python/test-service.py: Add a test
2507         case to try invoking an method that overrides one inherited from a
2508         D-Bus interface class.
2509
2510 2005-10-29  Robert McQueen  <robot101@debian.org>
2511
2512         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
2513         Add checking for the end of struct character when marshalling a
2514         struct in MessageIter.append_strict.
2515
2516         * python/examples/example-service.py,
2517         python/examples/gconf-proxy-service.py,
2518         python/examples/gconf-proxy-service2.py: Update to use gobject
2519         mainloop directly rather than appearing to depend on gtk.
2520
2521         * python/test/test-client.py, python/test/test-server.py: Remove
2522         obsolete and broken test scripts for old bindings. We have up to date
2523         and working tests in test/python/.
2524
2525 2005-10-29  Robert McQueen  <robot101@debian.org>
2526
2527         * python/decorators.py: Add optional arguments to the method and
2528         signal decorators to allow you to specify the signature of arguments
2529         and return values. Preserve the doc strings of signal functions in the
2530         decorated version, for pydoc and friends.
2531
2532         * python/dbus_bindings.pyx, python/proxies.py: Replace the
2533         parse_signature_block function with an iterable dbus.Signature()
2534         type. Fix a bug in MessageIter.append_strict where you could append
2535         anything by claiming it was a string.
2536
2537         * python/service.py: Use the out_signature decoration on methods to
2538         marshal return values, meaning you no longer require dbus.Array()
2539         or dbus.Dictionary() to indicate the type when returning empty
2540         arrays or dictionaries. Fix a bug where exceptions which are defined
2541         in __main__ are not turned into error replies.
2542
2543         * test/python/test-client.py, test/python/test-service.py: Add test
2544         for correct marshalling of return values according to out_signature.
2545         Fix a bug in the async call test where the error_handler is missing a
2546         self argument.
2547
2548 2005-10-29  Robert McQueen  <robot101@debian.org>
2549
2550         * glib/Makefile.am, glib/examples/Makefile.am,
2551         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
2552         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
2553
2554         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
2555
2556         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
2557         from Ubuntu by Daniel Silverstone to allow specifying match rules on
2558         the command line.
2559
2560 2005-10-27  Ross Burton  <ross@openedhand.com>
2561
2562         * dbus/dbus-marshal-header.c:
2563         Remove dead code.
2564
2565         * glib/dbus-gobject.c:
2566         Stop compiler warning.
2567
2568 2005-10-25  Ross Burton  <ross@openedhand.com>
2569
2570         * dbus/dbus-auth.c:
2571         * dbus/dbus-server-unix.c:
2572         * dbus/dbus-transport-unix.c:
2573         * glib/dbus-gmain.c:
2574         * glib/dbus-gobject.c:
2575         Add some const keywords.
2576
2577 2005-10-25  Ross Burton  <ross@openedhand.com>
2578
2579         * doc/dbus-specification.xml:
2580         Document the NoReply annotation.
2581
2582         * glib/dbus-binding-tool-glib.h:
2583         * glib/dbus-binding-tool-glib.c:
2584         Respect the NoReply annotation.
2585
2586 2005-10-24  Robert McQueen <robot101@debian.org>
2587
2588         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
2589         derive from unicode instead of str, and encode/decode UTF-8 when
2590         marshalling/unmarshalling bus messages
2591
2592         * python/introspect_parser.py: encode introspection data as UTF-8
2593         before passing the buffer into libxml2
2594
2595         * test/python/test-client.py: add unicode test strings
2596
2597         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
2598         ignore generated python test files
2599
2600 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
2601
2602         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
2603         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
2604         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
2605
2606         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
2607         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
2608         when constructing struct signatures
2609
2610         * python/_dbus.py (Bus): handle private connections using the
2611         private keyword in the constructor. defaults to private=False
2612         (Bus::close): new method to close a connection to the bus
2613
2614         * python/dbus_bindings.pyx (Connection::close): renamed method
2615         was previously called disconnect
2616         (bus_get): now supports getting a private connection
2617
2618         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
2619         keyword is set to True.  if it is, execute the method without waiting
2620         for a reply
2621         (ProxyObject::_introspect_execute_queue): new method for executing
2622         all the pending methods that were waiting for the introspect to
2623         finish.  this is called when introspect either succeeds or fails
2624         (ProxyObject::_introspect_error_handler): call queued methods
2625
2626 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
2627
2628         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
2629         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
2630
2631         * python/service.py (Object::_message_cb): handle exceptions correctly
2632         by sending them over the wire to the calling app.  This makes sure
2633         the client returns immediately instead of waiting the 15 seconds to
2634         timeout.
2635
2636         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
2637         Add a test to benchmark how long it takes to introspect a service and 
2638         call a method which returns a large element (pretty fast)
2639
2640         * test/python/test-service.py (TestObject::GetComplexArray): new test 
2641         method which pushes a lot of data
2642
2643 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
2644
2645         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
2646         reclaim memory outside of the loop and use del istead of just setting
2647         the key to None
2648
2649 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
2650
2651         * python/service.py (ObjectType::_reflect_on_signal): Always close
2652         signal tag even when there are no arguments
2653
2654 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
2655
2656         * configure.in: Set mono, mono-docs and Qt3 to default
2657         to no instead of auto when building.  These bindings do not
2658         have full time maintainers and will not be supported for the
2659         1.0 release.
2660
2661 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
2662
2663         patches from Michael Krivoruchko <misha at sun.com>: 
2664         
2665         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
2666         _dbus_connection_message_sent, 
2667         _dbus_connection_send_preallocated_unlocked_no_update, 
2668         _dbus_connection_pop_message_link_unlocked): handle the case when path 
2669         is NULL when calling _dbus_verbose
2670
2671         * configure.in: check for functions getpeerucred and getpeereid
2672
2673         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
2674         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
2675         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
2676         Patch was only tested on Solaris 10 x86 so it might be issues
2677         with other platforms (i.e. BSDs and MacOSX)
2678         
2679
2680 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
2681
2682         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
2683         instead of marshal basic so we can handle recursive types in a variant
2684
2685         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
2686         in variants
2687
2688         * test/glib/test-service-glib.c, test-service-glib.xml
2689         (my_object_echo_variant [EchoVariant], 
2690         my_object_process_variant_of_array_of_ints123
2691         [ProcessVariantOfArrayOfInts123]): 
2692         Add two test methods
2693
2694         * python/introspect_parser.py: New module for parsing introspect
2695         data.
2696
2697         * python/dbus_bindings.pyx:
2698         (various places): when throwing errors fix to use errormsg instead 
2699         of message local variable because Pyrex can get confused with other 
2700         message variables (initial patch by Robert McQueen 
2701         <robert.mcqueen at collabora.co.uk>)
2702         (MessageIter::parse_signature_block): new method for getting the next
2703         block in a signiture.
2704         (MessageIter::append_strict): new method for appending values strictly
2705         using the passed in signature instead of guessing at the type
2706         (MessageItter:: append_dict, append_struct, append_array): use 
2707         signatures to marshal children if the signature is available
2708         
2709         * python/exceptions.py (IntrospectionParserException): new exception
2710
2711         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
2712         introspected signatures if available, else we fall back to the
2713         old way of doing things.
2714         (ProxyObject::_introspect_reply_handler ): parse introspection data
2715         
2716         * python/service.py (ObjectType::_reflect_on_method): Properly
2717         terminate <method> if there are no args in the reflection data
2718
2719         * test/python/test-client.py: add tests for talking with the GLib
2720         test server.  This gives us better coverage for introspection since
2721         python to python will always generate arguments as variants.  It also
2722         allows us to test the robustness of the GLib bindings and interlanguage
2723         communications.
2724
2725         
2726 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
2727
2728         * bus/driver.c (bus_driver_handle_introspect): Add signals
2729         to the introspect data. (patch from Daniel P. Berrange 
2730         <dan at berrange.com>)
2731
2732         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
2733         
2734         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
2735         _dbus_connection_run_builtin_filters): Changed these to
2736         be unlock_no_update functions and call 
2737         _dbus_connection_send_unlocked_no_update instead of
2738         dbus_connection_send to avoid locking errors.
2739         
2740         * doc/TODO: Removed the make Ping test TODO
2741         
2742 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
2743
2744         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
2745         We now copy the message from a DBusError and then free 
2746         the error object befor throwing the error
2747
2748         * glib/dbus-glib-tool.c: removed extra comma at the end of the
2749         DBusBindingOutputMode enum which was causing a warning.
2750         #include <time.h> so using time_t is explicitly defined
2751
2752 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
2753
2754         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
2755         - dbus/dbus-bus.c
2756         (internal_bus_get): new method that take over the heavy lifting
2757         of dbus_bus_get and adds the ability to get a private connection
2758         to the bus
2759         (dbus_bus_get): wrapper to internal_bus_get that provides the same
2760         interface as in previous versions
2761         (dbus_bus_get_private): new method that is a wrapper to 
2762         internal_bus_get to get a private connection to the bus
2763
2764         - dbus/dbus-bus.h
2765         (dbus_bus_get_private): add as a public libdbus interface
2766
2767         - dbus-1.pc.in: output system_bus_default_address and 
2768         sysconfdir variables so apps can use them when compiling
2769
2770 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
2771         * dbus/qt: New Qt bindings
2772
2773 2005-09-12  Waldo Bastian  <bastian@kde.org>
2774
2775         * dbus/dbus-marshal-validate.c,
2776         doc/dbus-specification.xml, test/Makefile.am,
2777         test/test-names.c: allow hyphens in bus names.
2778
2779 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
2780
2781         * test/data/auth/fallback.auth-script: we don't
2782         retry the EXTERNAL method when we know its going
2783         to fail anymore.
2784
2785 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
2786
2787         * dbus/dbus-connection-internal.h: rename
2788         (add|remove|toggle)_(watch|timeout) to unlocked()
2789         
2790         * dbus/dbus-connection.c: ditto.
2791         
2792         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
2793         Update some callers for the renaming.
2794
2795 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
2796
2797         * dbus/dbus-auth.c: (record_mechanisms): don't
2798         retry the first auth mechanism because we know
2799         we're just going to get rejected again.
2800         
2801         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
2802         Fix thinko ... and what a nasty little bugger to
2803         track down you were ...
2804
2805         * dbus/dbus-connection.c:
2806         (_dbus_connection_add_watch),
2807         (_dbus_connection_remove_watch): add note about
2808         these needing the connection to be locked.
2809         (_dbus_connection_get_dispatch_status_unlocked):
2810         set status to DATA_REMAINS when we queue the
2811         disconnected message.
2812         
2813         * bus/dispatch.c:
2814         (bus_dispatch): fix warning.
2815         (check_existent_service_no_auto_start):
2816         Expect ChildSignaled error too.
2817         (check_existent_hello_from_self): fix another
2818         couple of warnings.
2819         
2820 2005-09-08  Joe Shaw  <joeshaw@novell.com>
2821
2822         Patches from James Willcox <snorp@snorp.net>
2823
2824         * mono/Makefile.am: Add Int16.cs and UInt16.cs
2825
2826         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
2827         support array "out" parameters.
2828
2829         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
2830         for 16-bit int support.
2831
2832 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
2833
2834         * Released 0.50
2835
2836         * Patch from Steve Grubb:
2837         - bus/activation.c (bus_activation_service_reload_test): clean up
2838         some indentation
2839         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
2840         - dbus/dbus-message-factory.c (generate_special): fix a couple of
2841         buffer overflows in the test suite.  This is non critical because
2842         it can not be exploited and this code is only run when doing a 
2843         make check.
2844
2845         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
2846         - configure.in: Don't check and link against kdecore, only qt headers
2847         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
2848         - gcj/org/freedesktop/dbus/Makefile.am:
2849         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
2850         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
2851         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
2852         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
2853         - tools/Makefile.am: Add platform extentions to binaries 
2854         (i.e. .exe on windows)
2855
2856         * configure.in: 
2857         - Make it so if no suitable version of python is found we only 
2858         disable building python instead of exiting the configure script
2859         - Require version 2.4 of glib for glib bindings
2860         - Up version to 0.50
2861
2862         * python/__init__.py: Sync version with libdbus to (0,50,0)
2863         
2864 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2865
2866         * dbus/dbus-object-tree.c (find_subtree_recurse):
2867         a couple of optimizations (bug #710):
2868         - do a binary search in the tree
2869         - insert a new child at the right place directly, no need for
2870           qsort anymore
2871         - do the "double alloc" thing when allocating children
2872
2873 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
2874
2875         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
2876
2877         * python/dbus_bindings.pyx: Memory management foo
2878         (global): remove hacky _user_data_references global list
2879         (GIL_safe_cunregister_function_handler): userdata now stuffed into
2880         tuples. Unref user_data
2881         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
2882         (Connection::__del__): Remove and replace with __dealloc__ method
2883         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
2884         to keep tuple from being deallocated instead of the global var hack
2885         (Connection::register_object_path): Stuff user_data into a tuple.
2886         Use Py_INCREF to keep tuple from being deallocated instead of the 
2887         global var hack
2888         (Connection::register_fallback): Stuff user_data into a tuple.
2889         Use Py_INCREF to keep tuple from being deallocated instead of the 
2890         global var hack
2891         (GIL_safe_pending_call_notification): Don't unref the message
2892         because it gets unreffed when going out of scope.  Py_XDECREF
2893         the user_data
2894         (PendingCall::__del__): Remove and replace with __dealloc__ method
2895         (PendingCall::set_notify): ref the pending call because we will
2896         need it to stick around for when the notify callback gets called
2897         (Message::__del__): Remove and replace with __dealloc__ method
2898
2899         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
2900         gthreads_init to match up with the dbus call
2901
2902         * python/glib.py (init_threads): Changed to threads_init to match
2903         up with gobject.threads_init().  init_threads is kept for backwards
2904         compat but will most likely be deprecated in the future
2905
2906         * test/python/test-client.py: 
2907         - revamp to use Python's unittest functionality
2908         - add async call tests
2909         - setup threads in glib and dbus so we make sure locks are working
2910         
2911 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
2912
2913         * python/dbus_bindings.pyx 
2914         (_pending_call_notification, cunregister_function_handler, 
2915         cmessage_function_handler): All callback functions have been rearranged 
2916         to workaround a bug in Pyrex when working with the GIL which is Python's 
2917         global lock when dealing with threads.  They have been split into
2918         a wrapper function (which assumes the name of the old function) and
2919         a _GIL_safe_<function name> function which contains the functionality
2920         of the old function.  This ensures that Pyrex does not write code
2921         the lock is released.
2922         
2923
2924 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
2925
2926         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
2927         GIL global lock when calling back into Python
2928
2929 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
2930
2931         * Release 0.36.2
2932
2933         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
2934
2935         * bus/policy.c (bus_policy_allow_user): change default "user is
2936         allowed" to be "user has same uid as the bus itself"; any
2937         allow/deny rules will override.
2938
2939         * bus/session.conf.in: don't allow all users, since now by default
2940         the user that ran the bus can connect.
2941
2942 2005-08-26  Colin Walters  <walters@verbum.org>
2943
2944         * tools/dbus-print-message.c (print_message): Flush stdout
2945         after printing a message, so that redirecting to a file, then
2946         hitting Ctrl-C works.
2947
2948 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
2949
2950         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
2951         (EmptyMessage): new class that subclasses Message.  This is a workaround
2952         to a Pyrex bug that fails to call __del__ when the Message object goes out
2953         of scope.  For some reason subclassing Message fixes this bug
2954         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
2955         - s/Message(_create=0)/EmptyMessage everywhere else
2956         
2957         * test/python/test-{server|client}.py: add the python/.libs directory
2958         to the lookup path so dbus_bindings and dbus_glib_bindings don't
2959         get picked up from the system
2960
2961 2005-08-25  Colin Walters  <walters@verbum.org>
2962
2963         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
2964         to Ryan Lortie for the suggestion.
2965
2966 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
2967
2968         * test/python: Add python regression test
2969
2970         * configure.in: Add test/python/Makefile
2971
2972         * test/Makefile.am: Add the python directory to SUBDIRS
2973
2974 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
2975
2976         * Release 0.36.1
2977
2978         * python/_dbus.py: 
2979         (Interface::connect_to_signal): propigate keywords for match on args
2980         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
2981
2982         * python/proxies.py (ProxyObject::connect_to_signal):
2983         propigate keywords for match on args
2984
2985         * Makefile.am: point everything to pyexecdir since python borks
2986         on multilib
2987
2988 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
2989
2990         * Release 0.36
2991
2992 2005-08-23  Colin Walters  <walters@verbum.org>
2993
2994         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
2995
2996 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
2997
2998         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
2999         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3000         of defining DBusConnection ourselves.
3001
3002 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3003
3004         * python/dbus.pth: New path file to fix up problems when installing
3005         c libraries to lib64 and python files to lib.
3006
3007         * python/Makefile.am: install dbus.pth in the correct spot
3008
3009 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3010         * ChangeLog: clean up my last entry a bit
3011
3012         * doc/introspect.xsl: New stylesheet for converting introspection data
3013         into browser renderable xhtml. Contributed by Lennart Poettering.
3014
3015         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3016         Poettering.
3017
3018         * doc/dbus-tutorial.xml: 
3019         - Add Colin Walter to the Authors section for authoring the GLib
3020         section
3021         - Add descriptions of the new signature and type functionality
3022         in the Python complex type mapping section
3023         - Add a sidenote on the new args matching functionality in 
3024         the Python bindings
3025         - Fixed up some of the examples to use the gobject.MainLoop
3026         instead of gtk.main
3027         
3028         * python/_dbus.py:
3029         (Bus::_create_args_dict): New. Converts a hash of arg matches
3030         to a more useable format
3031         (Bus::add_signal_receiver): add a **keywords parameter for catching
3032         arg match parameters
3033         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3034         arg match parameters
3035         
3036         * python/matchrules.py:
3037         (MatchTree::exec_matches): Check for arg matches
3038         (SignalMatchRule::add_args_match): New method
3039         (SignalMatchRule::execute): Added args_list parameter as an optimization
3040         so we don't have to marshal the args more than once
3041         (SignalMatchRule::match_args_from_list): New method that checks to see
3042         if the rule's arg matches match an argument list.  Only arguments
3043         set in the rule are checked.
3044         (SignalMatchRule::match_args_from_rule): New method that checks to see
3045         if the rule's arg matches match another rule's.  All args have to match
3046         in order for this method to return true.  If either rule has more args
3047         then it is not a match.
3048         (SignalMatchRule::is_match): Add args match
3049         (SignalMatchRule::repr): Add args to the final output if they exist
3050
3051 2005-08-17  Ross Burton  <ross@burtonini.com>
3052
3053         * glib/dbus-gproxy.c:
3054         (dbus_g_proxy_call_no_reply): unref the message once sent.
3055         (dbus_g_proxy_call): protect against NULL proxy.
3056
3057 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3058
3059         * python/__init__.py: Version updated (0, 43, 0)
3060         
3061         * python/dbus_bindings.pyx: 
3062         - Fixed type objects to have self passed into __init__
3063         - Added the Variant type
3064         - Add the ability to specify types or signatures for Array, Variant 
3065         and Dictionary
3066         (Connection::send_with_reply_handlers): return a PendingCall object
3067         (_pending_call_notification): handle the case when an error is returned 
3068         without an error message in the body
3069         (MessageIter::get_boolean): return True or False instead of an integer
3070         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3071         and add checks for objects with embeded signatures or types (Array, 
3072         Variant and Dictionary)
3073         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3074         (MessageIter::append_dict): handle embeded types or signatures
3075         (MessageIter::append_array): handle embeded types or signatures
3076         (MessageIter::append_variant): new method
3077         
3078         * python/proxies.py:
3079         (DeferedMethod): New. Dummy executable object used when queuing calls 
3080         blocking on introspection data
3081         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3082         or shorter timeouts for method calls
3083         (ProxyObject): Add first pass at an introspection state machine
3084         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3085         introspection. 
3086         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3087         the usual mechanisms for sending messages.  This is to avoid a deadlock
3088         where the Intospect call would be queued waiting for the Introspect 
3089         call to finish ;-)
3090         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3091         when introspection returns with no error
3092         (ProxyObject::_introspect_error_handler): New.  This method is called 
3093         when introspection encounters an error
3094         (ProxyObject::__getattr__): Code to handle different introspection 
3095         states.  Queue async calls or block blocking calls if we are 
3096         introspecting.  Pass through as normal if we are not or are done with 
3097         introspecting.
3098         
3099         * python/service.py: Import signal and method from decorators.py
3100
3101         * python/types.py: Add Variant type
3102
3103 2005-08-16  Colin Walters  <walters@verbum.org>
3104
3105         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3106         DBusError message is NULL.
3107
3108 2005-08-09  Havoc Pennington  <hp@redhat.com>
3109
3110         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3111         malloc'd copy of the name parameter
3112
3113 2005-08-09  Havoc Pennington  <hp@redhat.com>
3114
3115         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3116         warning if the reply serial is set to 0
3117
3118 2005-08-04  Colin Walters  <walters@verbum.org>
3119
3120         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3121         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3122         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3123         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3124         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3125         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3126         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3127         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3128         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3129         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3130         
3131         Prefix name with _ to ensure they're not exported.  All callers
3132         updated.
3133
3134         * glib/dbus-gvalue.c (typecode_to_gtype)
3135         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3136         (signature_iter_to_g_type_dict)
3137         (signature_iter_to_g_type_array)
3138         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3139         (dbus_gtypes_from_arg_signature):
3140         Move to dbus-gsignature.c.
3141
3142         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3143         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3144         (dbus_binding_tool_output_glib_client): Ditto.
3145
3146         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3147         and dbus-gsignature.h
3148
3149         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3150         unused variable.
3151
3152 2005-08-03  Colin Walters  <walters@verbum.org>
3153
3154         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3155         catch any incompatible changes accidentally made.
3156
3157 2005-08-03  Havoc Pennington  <hp@redhat.com>
3158
3159         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3160         typo, from Julien Puydt
3161
3162         * bus/connection.c (bus_connection_disconnected): we were always
3163         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3164
3165 2005-08-01  Colin Walters  <walters@verbum.org>
3166
3167         Patch from Joe Markus Clarke:   
3168         
3169         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3170         use-after-free.
3171
3172 2005-08-01  Colin Walters  <walters@verbum.org>
3173         
3174         Patch from Joe Markus Clarke:   
3175         
3176         * tools/dbus-send.c (main): 
3177         
3178         Don't use C99 style initializers (bug #3933).
3179         
3180 2005-08-01  Colin Walters  <walters@verbum.org>
3181
3182         Patch from Joe Markus Clarke:   
3183
3184         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3185         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3186         * glib/dbus-gobject.c (write_interface):
3187
3188         Don't use C99 style initializers (bug #3933).
3189
3190 2005-07-31  Havoc Pennington  <hp@redhat.com>
3191
3192         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3193         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3194
3195 2005-07-30  Havoc Pennington  <hp@redhat.com>
3196
3197         * fix a bunch of Doxygen warnings and mistakes
3198
3199 2005-07-30  Havoc Pennington  <hp@redhat.com>
3200
3201         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3202         DBUS_BUILD_TESTS since it's now used in production code
3203
3204 2005-07-29  Havoc Pennington  <hp@redhat.com>
3205
3206         * test/glib/test-profile.c (write_junk): initialize the junk
3207         buffer so valgrind doesn't have a breakdown
3208
3209 2005-07-29  Havoc Pennington  <hp@redhat.com>
3210
3211         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3212         (match_rule_matches): remove unused arg
3213         (test_matching): add tests for match_rule_matches()
3214
3215         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
3216         do arg0='foo' arg5='bar' in the match rules
3217         (match_rule_matches): don't match if the arg0='foo' doesn't match.
3218
3219         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
3220
3221 2005-07-29  Ross Burton  <ross@openedhand.com>
3222
3223         * dbus/dbus-connection.c:
3224         Don't create a DBusCondVar which is never used.
3225
3226 2005-07-27  Ross Burton  <ross@openedhand.com>
3227
3228         * dbus/dbus-message.c:
3229         Reduce the size of the maximum cached message to 10K.
3230
3231 2005-07-25  Ross Burton  <ross@openedhand.com>
3232
3233         * glib/dbus-gproxy.c:
3234         Remove matches when all proxies are unregistered.
3235
3236 2005-07-24  Colin Walters  <walters@verbum.org>
3237
3238         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
3239         typedata; recursive arrays won't have it.
3240
3241         * test/glib/test-dbus-glib.c:
3242         * test/glib/test-service-glib.c:
3243         * test/glib/test-service-glib.xml: Add recursive arrays tests.
3244         
3245 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
3246
3247         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
3248         proxies.py, service.py: Cleanup of code after running it through the
3249         pyflakes code checker mostly dealing with undefined names.  
3250         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
3251
3252 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3253
3254         * NEWS: Update to 0.35.2
3255
3256 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3257
3258         * python/_dbus.py: Remove import of the dbus.services
3259         module as it no longer exists (patch from Dimitur Kirov)
3260
3261         * python/service.py (Object::__init__): Fixed typo
3262         s/name/bus_name (patch from Dimitur Kirov)
3263
3264         * python/examples/example-signal-emitter.py: import dbus.glib
3265         to get the main loop and use glib mainloop instead of gtk so
3266         X doesn't have to be running.
3267
3268         * python/examples/example-signal-recipient.py: import dbus.glib
3269         to get the main loop and use glib mainloop instead of gtk so
3270         X doesn't have to be running. Import the decorators module
3271         directly.
3272
3273         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
3274         didn't pick up on but are needed to build
3275
3276         * configure.in: upped version to 0.35.2
3277
3278         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
3279         added Colin Walters' SELinux API rename patch from head 
3280         s/unix sercurity context/selinux security context/
3281
3282 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
3283
3284         * python/Makefile.am: dbus_binding.pxd.in should be included 
3285         in EXTRA_DIST not dbus_binding.pxd
3286         fix up $(srcdir) hopefully for the last time
3287
3288         * NEWS: Update to 0.35.1
3289
3290 2005-07-16  Colin Walters  <walters@verbum.org>
3291
3292         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
3293         from bus_driver_handle_get_connection_unix_security_context.  Update for
3294         error usage.
3295         (message_handlers): Update for renames.
3296
3297         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3298         _dbus_string_init failure correctly.
3299         (bus_selinux_append_context): Convert SID to context.  Append it
3300         as a byte array.
3301         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
3302         hasn't been called.
3303
3304         * bus/selinux.h: Update prototype.
3305
3306         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
3307         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
3308
3309 2005-07-15  Colin Walters  <walters@verbum.org>
3310
3311         * doc/TODO: Add note about convenience wrappers.
3312
3313 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3314
3315         * NEWS: Update to 0.35
3316
3317 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3318
3319         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
3320         so distcheck doesn't fail
3321
3322         * glib/examples/Makefile.am: Add example-service.xml and 
3323         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
3324
3325         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
3326         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
3327
3328         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
3329         compiler looks in the right places during distcheck
3330
3331 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3332
3333         * glib/example/Makefile.am: Fix a typo which cause make distcheck
3334         to fail
3335
3336 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3337
3338         * python/examples/example-service.py,
3339         python/examples/example-signal-emitter.py: Fixed up examples
3340         for API changes
3341
3342 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3343
3344         * python/__init__.py: Upped to version (0,42,0) because of
3345         the API change
3346
3347 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3348
3349         * ChangeLog: fix date in last entry
3350
3351         * configure.in, bus/system.conf.in: add the ability to configure 
3352         the system bus user at compiletime with the --with-dbus-user flag
3353         (patch from Kristof Vansant)
3354
3355 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3356
3357         * bus/dispatch.c, test/test-service.c: Add testcase
3358         for sending messages to oneself (TODO item).
3359
3360         * python/service.py (class Object): Swap ordering of bus_name 
3361         and object_path parameters to better support inheritance.
3362
3363         * doc/dbus-tutorial.xml: change Python docs to reflect change
3364         in parameter ordering and fix the inheritance section.
3365
3366         * doc/TODO: remove sending message to oneself TODO item
3367
3368 2005-07-15  Ross Burton  <ross@openedhand.com>
3369
3370         * glib/dbus-gproxy.c:
3371         Fix a leak when calling methods via the proxy.
3372
3373 2005-07-15  Colin Walters  <walters@verbum.org>
3374
3375         * bus/selinux.c (bus_selinux_append_context): Wrap in
3376         HAVE_SELINUX.
3377
3378 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3379
3380         * python/_dbus.py (Bus::remove_signal_receiver):
3381         don't add a callback to the match if none has been passed in
3382         
3383         * python/matchrules.py (SignalMatchTree::remove): if the rule
3384         being matched does not have a callback treat it as a wildcard
3385         fix matching logic
3386
3387         * doc/dbus-tutorial.xml: Add Python tutorial
3388
3389 2005-07-14  Colin Walters  <walters@verbum.org>
3390
3391         * bus/driver.c
3392         (bus_driver_handle_get_connection_unix_security_context): New function.
3393         (message_handlers): Add.
3394
3395         * bus/selinux.c (bus_selinux_append_context): New function; appends
3396         security context to message.
3397
3398         * bus/selinux.h: Prototype.
3399
3400         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
3401
3402 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3403
3404         * bus/activation.c: clean up all tabs to be 8 spaces 
3405         (bus_activation_activate_service): make sure we clean up
3406         if activation fails
3407
3408         * bus/dispatch.c: clean up all tabs to be 8 spaces 
3409         (check_shell_fail_service_auto_start): New function
3410         tests to make sure we get fail properly when trying to auto start a service
3411         with a faulty command line
3412         (check_shell_service_success_auto_start): New function tests to make sure
3413         auto started services get the arguments on the command line
3414
3415         * test/test-shell-service.c: Added service for testing auto-starting with 
3416         command line arguments
3417
3418         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
3419         test/data/valid-service-files/debug-shell-echo-success.service.in:
3420         Added service files for testing auto-starting with command line arguments
3421
3422         * */.cvsignore: added a bunch of generated files to various .cvsignore files
3423
3424 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
3425
3426         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
3427         
3428         * dbus/Makefile.am: added new files to build.
3429
3430         * bus/activation.c (bus_activation_activate_service): support
3431         activation commands with parameters.
3432
3433         * test/shell-test.c: added test program for the shell parsing
3434         code.
3435
3436 2005-07-13  David Zeuthen  <davidz@redhat.com>
3437
3438         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
3439         64 bit signed and unsigned parameters
3440
3441 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
3442
3443         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
3444
3445         * python/service.py (class Name): renamed BusName to make it clearer
3446         what the object is for (a name on the bus)
3447
3448         * python/examples/example-service.py,
3449         python/examples/example-signal-emitter.py: change the Name object to
3450         BusName
3451
3452 2005-07-12  Colin Walters  <walters@verbum.org>
3453
3454         Patch from Jim Gettys <Jim.Gettys@hp.com>.
3455
3456         * tools/dbus-launch.c: Include sys/select.h.
3457
3458 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
3459         * python/dbus_bindings.pyx.in: removed
3460
3461         * python/dbus_bindings.pyx: Added.
3462         - Fixed some memleaks (patch from 
3463         Sean Meiners <sean.meiners@linspireinc.com>)
3464         - Broke out the #include "dbus_h_wrapper.h" and put it in its
3465         own pxd file (Pyrex definition)
3466         - Broke out glib dependancies into its own pyx module
3467         
3468         * python/dbus_bindings.pdx: Added.
3469         - Defines C class Connection for exporting to other modules
3470
3471         * python/dbus_glib_bindings.pyx: Added.
3472         - New module to handle lowlevel dbus-glib mainloop integration
3473
3474         * python/glib.py: Added.
3475         - Registers the glib mainloop when you import this module
3476
3477         * python/services.py: Removed (renamed to service.py)
3478         
3479         * python/service.py: Added.
3480         - (class Server): renamed Name
3481
3482         * python/__init__.py: Bump ro version (0,41,0)
3483         -don't import the decorators or service module
3484         by default.  These now reside in the dbus.service namespace
3485
3486         * python/_dbus.py (Bus::__init__): Add code run the main loop 
3487         setup function on creation 
3488
3489         * python/examples/example-service.py,
3490         python/examples/example-signal-emitter.py: update examples
3491
3492         * python/examples/gconf-proxy-service.py,
3493         python/examples/gconf-proxy-service2.py: TODO fix these up
3494
3495         * doc/TODO: Addition
3496         - Added a Python Bindings 1.0 section
3497         - added "Add match on args or match on details to match rules"
3498
3499
3500 2005-07-12  Colin Walters  <walters@verbum.org>
3501
3502         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
3503         (statemachine-glue.h): 
3504         * glib/examples/Makefile.am (example-service-glue.h) 
3505         (example-signal-emitter-glue.h): 
3506         * glib/Makefile.am (dbus-glib-error-switch.h): 
3507         Add libtool --mode=execute so we use the built library instead
3508         of any installed one.
3509
3510 2005-07-11  Colin Walters  <walters@verbum.org>
3511
3512         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
3513         (dbus_g_value_types_init): Remove assertion.
3514         (dbus_g_value_get_g_type, dbus_g_value_open)
3515         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
3516         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
3517         functions related to DBusGValue.  Now we marshal/demarshal
3518         structures as GValueArray.
3519         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
3520         structures.
3521         (signature_iter_to_g_type_array): Don't call
3522         signature_iter_to_g_type_struct.
3523         (signature_iter_to_g_type_struct): Delete.
3524         (dbus_gvalue_to_signature): Delete.
3525         (dbus_gvalue_to_signature): New function with same name as other
3526         one; we can convert structures to signatures.
3527         (demarshal_valuearray): New function.
3528         (get_type_demarshaller): Use it.
3529         (demarshal_recurse): Delete.
3530         (marshal_proxy): New function.
3531         (marshal_map): Warn if we can't determine signature from type.
3532         (marshal_collection_ptrarray): Ditto.
3533         (marshal_collection_array): Ditto.
3534         (get_type_marshaller): Use marshal_valuearray.
3535         (marshal_recurse): Delete.
3536         (_dbus_gvalue_test): Add some tests.
3537
3538         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
3539         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
3540         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3541         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3542         (dbus_g_value_free): Remove prototypes.
3543
3544         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
3545         G_TYPE_VALUE_ARRAY.
3546
3547         * glib/examples/example-service.c:
3548         * glib/examples/example-client.c: Implement GetTuple.
3549
3550         * test/glib/test-dbus-glib.c:
3551         * test/glib/test-service-glib.c:
3552         * test/glib/test-service-glib.xml: Add structure tests.
3553
3554 2005-07-10  Colin Walters  <walters@verbum.org>
3555
3556         * doc/TODO: Knock off some GLib items with this patch.
3557
3558         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
3559         (_dbus_gvalue_signals_error): New functions.
3560
3561         * glib/dbus-gvalue-utils.h: Prototype them.
3562
3563         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
3564         and change to not output const/retval flags for input args.  All
3565         callers updated.
3566         (invoke_object_method): Refactor to handle return values.  Add
3567         some more comments in various places.  Remove debug g_print.
3568
3569         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
3570
3571         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
3572         Handle G_TYPE_NONE.
3573         (compute_gsignature): New function; refactored from code from
3574         compute_marshaller and compute_marshaller_name.  Enhance to
3575         handle return values and async ops more cleanly.  Update for
3576         async ops returning NONE instead of BOOLEAN.
3577         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
3578         and output appropriate string.
3579         (generate_glue): Handle return value annotation.  Also don't dump
3580         constness flag for input arguments.
3581
3582         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
3583         files shared between installed library and utilities.
3584         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
3585         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
3586         binding tool can access gtype utility functions.
3587
3588         * test/glib/test-service-glib.c: 
3589         * test/glib/test-service-glib.xml: 
3590         * test/glib/test-dbus-glib.c: Add some tests for return values.
3591
3592 2005-07-09  Colin Walters  <walters@verbum.org>
3593
3594         * glib/dbus-gparser.c (parse_annotation): Add annotations to
3595         argument if available, not method.
3596
3597         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
3598         (invoke_object_method): First, remove some redundant
3599         GValues (object_value, error_value) in favor of working on
3600         array directly.  Second, rework constness to be less buggy.
3601         Now we iterate directly over the argument metadata instead
3602         of parallel iterating over output signature and metadata.
3603
3604         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
3605
3606         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
3607         annotation on input args.
3608         
3609 2005-07-09  Colin Walters  <walters@verbum.org>
3610
3611         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
3612         Define.
3613
3614         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
3615         annotation.
3616
3617         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
3618         (method_dir_signature_from_object_info): Handle arg_iterate change.
3619         (write_interface): Ditto.
3620         (lookup_object_info): Don't barf if format_version is > 0.
3621         (invoke_object_method): Handle arg constness.
3622
3623         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
3624         (arg_info_new): Create.
3625         (arg_info_unref): Destroy.
3626         (arg_info_get_annotations, arg_info_get_annotation) 
3627         (arg_info_add_annotation): New functions.
3628
3629         * glib/dbus-gidl.h: Prototype them.
3630
3631         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
3632         args, disallow them in properties.
3633         (parse_annotation): Handle arg annotations.
3634
3635         * test/glib/test-service-glib.xml: 
3636         * test/glib/test-service-glib.c: Update to make some methods
3637         const.
3638
3639 2005-07-08  Colin Walters  <walters@verbum.org>
3640
3641         * test/glib/test-service-glib.xml: 
3642         * test/glib/test-service-glib.c:
3643         * test/glib/test-dbus-glib.c: Test a{sv}.
3644
3645         * glib/examples/statemachine/statemachine.c:
3646         * glib/examples/statemachine/statemachine-server.c:
3647         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
3648         add progress bar, etc.
3649
3650         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
3651         needed anymore due to generic array/map marshalling.
3652         (dbus_g_value_types_init): Don't register basic arrays or the
3653         string/string hash.
3654         (dbus_gtype_from_signature_iter): Don't try to recurse into
3655         variants.
3656         (dbus_gtype_to_signature): Check collection/map before type
3657         metadata.
3658         (demarshal_garray_basic): Renamed to demarshal_collection_array.
3659         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
3660         generic map creation/append functions instead of hash table
3661         specifically.
3662         (get_type_demarshaller): Handle maps.
3663         (demarshal_collection): Dispatch on collection type to either
3664         demarshal_collection_ptrarray or demarshal_collection_array.
3665         (get_type_marshaller): Handle maps.
3666         (marshal_collection): Dispatch collection type to either
3667         marshal_collection_ptrarray or marshal_collection_array.
3668         (_dbus_gvalue_test): New test.
3669
3670         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
3671         (hash_free_from_gtype): Use it to free GValues.
3672         (hashtable_append): New function.
3673         (ptrarray_append): Fix prototype.
3674         (slist_append): Ditto.
3675         (_dbus_gvalue_utils_test): Extend tests.
3676
3677         * glib/dbus-gtype-specialized.c
3678         (dbus_g_type_specialized_init_append): Renamed from
3679         dbus_g_type_specialized_collection_init_append.  Remove const from
3680         value, since we steal it.
3681         (dbus_g_type_specialized_map_append): New function.
3682
3683         * glib/dbus-gtype-specialized.h: Update prototypes.
3684         Add DBusGTypeSpecializedMapAppendFunc.
3685
3686         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
3687         _dbus_gvalue_test.
3688         
3689         * glib/dbus-gtest.h: Prototype it.
3690
3691 2005-07-08  Ross Burton  <ross@openedhand.com>
3692
3693         * dbus/dbus-glib.h:
3694         Add DBysGAsyncData for the async bindings.
3695
3696         * glib/dbus-binding-tool-glib.c:
3697         Re-enable the async bindings.
3698
3699         * test/glib/test-dbus-glib.c:
3700         Add a test for the generated async bindings.
3701
3702 2005-07-08  Colin Walters  <walters@verbum.org>
3703
3704         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
3705         connection concept.
3706         
3707 2005-07-08  Colin Walters  <walters@verbum.org>
3708         
3709         * tools/Makefile.am: Kill of print-introspect in favor of using
3710         dbus-send --print-reply=literal.
3711
3712         * test/glib/test-service-glib.xml: 
3713         * test/glib/test-service-glib.c (my_object_get_objs): New test
3714         for "ao".
3715
3716         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
3717         (main): Test GetObjs.
3718
3719         * glib/examples/statemachine/Makefile.am:
3720         * glib/examples/statemachine/sm-marshal.list:
3721         * glib/examples/statemachine/statemachine-client.c:
3722         * glib/examples/statemachine/statemachine-server.c:
3723         * glib/examples/statemachine/statemachine-server.xml:
3724         * glib/examples/statemachine/statemachine.c:
3725         * glib/examples/statemachine/statemachine.h:
3726         * glib/examples/statemachine/statemachine.xml:
3727
3728         New example.
3729
3730         * glib/examples/example-service.c (main): Move invocation
3731         of dbus_g_object_type_install_info earlier, to emphasize it
3732         should only be done once.
3733
3734         * glib/examples/example-signal-emitter.c (main): Ditto.
3735
3736         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
3737
3738         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
3739         (dbus_gvalue_marshal): Update prototypes.
3740
3741         * glib/dbus-gvalue.c: Update all marshalling functions to take
3742         const GValue instead of GValue.
3743         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
3744         types.
3745         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
3746         change.
3747         (dbus_gtype_to_signature): Handle generic collecitons and maps.
3748         Return a newly-allocated string.
3749         (demarshal_proxy, demarshal_object_path, demarshal_object)
3750         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
3751         we get the wrong types from message.
3752         (get_type_demarshaller): New function, extracted from
3753         dbus_gvalue_demarshal.
3754         (demarshal_collection): New function, demarshals generic
3755         collection.
3756         (dbus_gvalue_demarshal): Just invoke result of
3757         get_type_demarshaller.  Throw error if we don't have one.
3758         (marshal_garray_basic): Abort on OOM.
3759         (get_type_marshaller): New function, extracted from
3760         dbus_gvalue_marshal.
3761         (collection_marshal_iterator, marshal_collection): New functions;
3762         implements generic marshalling for an iteratable specialized
3763         collection.
3764         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
3765
3766         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
3767         G_TYPE_STRING.
3768         (ptrarray_value_from_gvalue): Ditto.
3769         (ptrarray_append, ptrarray_free): New functions.
3770         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
3771         (slist_append, slist_end_append, slist_free): New functions.
3772         (dbus_g_type_specialized_builtins_init): Add append fuctions
3773         for GPtrArray and GSList.  Register GSList.
3774         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
3775
3776         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
3777         New.
3778         (dbus_g_type_specialized_collection_init_append)
3779         (dbus_g_type_specialized_collection_append)
3780         (dbus_g_type_specialized_collection_end_append): Prototype.
3781         (DBusGTypeSpecializedCollectionVtable): Add append_func and
3782         end_append_func.
3783
3784         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
3785         (dbus_g_type_specialized_collection_append) 
3786         (dbus_g_type_specialized_collection_end_append): New functions.
3787         (dbus_g_type_map_value_iterate): Take const GValue.
3788         (dbus_g_type_collection_value_iterate): Ditto.
3789
3790         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
3791         _dbus_gvalue_utils_test.
3792         
3793         * glib/dbus-gtest.h: Prototype it.
3794
3795         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
3796         using uninitialized owner_list.
3797         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
3798         public API.
3799         (dbus_g_proxy_end_call_internal): Update to use error set
3800         from dbus_gvalue_demarshal instead of setting it here.
3801         (dbus_g_proxy_begin_call): Move return_if_fail here.
3802
3803         * glib/dbus-gobject.c (write_interface): Update for
3804         dbus_gtype_to_signature returning new string.
3805
3806         * configure.in: Add glib/examples/statemachine.
3807
3808 2005-07-08  Joe Shaw  <joeshaw@novell.com>
3809
3810         * configure.in: Add a configure option, --with-console-auth-dir
3811         
3812         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
3813         new setting.  Patch from Kay Sievers.
3814
3815 2005-07-06  Colin Walters  <walters@verbum.org>
3816
3817         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
3818         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
3819         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
3820         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
3821         Delete in favor of dbus_g_proxy_begin_call and
3822         dbus_g_proxy_cancel_call.
3823         (DBusGProxyCall, DBusGProxyCallNotify): New.
3824         (dbus_g_proxy_begin_call): Change prototype to take callback, user
3825         data, and destroy function.  This replaces
3826         dbus_g_pending_call_set_notify.
3827         (dbus_g_proxy_cancel_call): Prototype.
3828         (DBusGAsyncData): Delete, shouldn't be needed anymore.
3829
3830         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
3831         pending_calls map.
3832         (struct _DBusGProxyManager): Add bus_proxy member, which is an
3833         internal proxy for calls to the bus. Remove
3834         pending_nameowner_calls, now the internal proxy keeps track.
3835         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
3836         pending_nameowner_calls.
3837         (got_name_owner_cb): Update prototype, and use
3838         dbus_g_proxy_end_call.
3839         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
3840         (dbus_g_proxy_manager_register): Delete directly libdbus code in
3841         favor of using internal proxy.
3842         (dbus_g_proxy_manager_unregister): Update to use
3843         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
3844         (dbus_g_proxy_init): Initialize pending calls map.
3845         (dbus_g_proxy_constructor): New.
3846         (dbus_g_proxy_class_init): Add get/set property functions,
3847         constructor, and add NAME, PATH, and INTERFACE properties.
3848         (cancel_pending_call): New function.
3849         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
3850         cancel them.
3851         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
3852         (GPendingNotifyClosure): New structure.
3853         (d_pending_call_notify, d_pending_call_free): Moved here from
3854         dbus-glib.c.
3855         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
3856         ordering.
3857         (manager_begin_bus_call): New internal function for talking to
3858         internal bus proxy.
3859         (dbus_g_proxy_new): Construct object using GObjet properties.
3860         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
3861         Create closure of same, and insert call into map of pending calls.
3862         (dbus_g_proxy_end_call_internal): Take call id instead of pending
3863         call.  Look up pending call in current set.  Remove it when we've
3864         completed.
3865         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
3866         (dbus_g_proxy_begin_call): Change API to take callback, user data,
3867         and destroy function directly.
3868         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
3869         (dbus_g_proxy_call): Invoke with NULL callback.
3870         (dbus_g_proxy_cancel_call): New function, replaces
3871         dbus_g_pending_call_cancel.
3872
3873         * glib/dbus-gparser.c (validate_signature): Fix call to
3874         dbus_set_g_error.
3875
3876         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
3877         New quark for attaching metadata to GType.
3878         (info_hash): Delete.
3879         (lookup_object_info): Look up using quark.
3880         (dbus_g_object_type_install_info): Check that a type is classed,
3881         not that it's an object.  Also just install type data using quark
3882         instead of using global hash.
3883
3884         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
3885         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
3886         (GPendingNotifyClosure): Delete.
3887         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
3888         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
3889
3890         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
3891         client method generation until we can fix it...
3892         
3893         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
3894         (load_from_service_thread_func): Ditto.
3895
3896         * tools/dbus-names-model.c (struct NamesModel): Hold
3897         DBusGProxyCall.
3898         (have_names_notify): Update prototype, use
3899         dbus_g_proxy_cancel_call.
3900         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
3901
3902         * tools/dbus-monitor.c (filter_func): Update for print_message
3903         API change.
3904
3905         * test/glib/test-dbus-glib.c: Add more tests for async
3906         invocations.  Update many begin_call/end_call pairs to just use
3907         dbus_g_proxy_call.
3908
3909         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
3910         allows us to dump print-introspect.c.
3911
3912         * tools/dbus-print-message.h (print_message): Add literal argument
3913         to print_message which is intended to allow printing arguments without
3914         metadata like "string=".
3915
3916         * tools/dbus-print-message.c (print_iter): Add literal argument.
3917         (print_message): Allow printing string messages literally.
3918
3919 2005-07-05  Colin Walters  <walters@verbum.org>
3920
3921         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
3922         Remove value refcount leak, original patch from Jorn Baayen
3923         <jorn@openedhand.com>.  Also remove useless extra value in favor
3924         of prepending to value array directly.
3925
3926 2005-07-02  Colin Walters  <walters@verbum.org>
3927
3928         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
3929
3930 2005-07-01  Colin Walters  <walters@verbum.org>
3931
3932         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
3933         
3934         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
3935         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
3936         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
3937         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
3938
3939 2005-06-30  Colin Walters  <walters@verbum.org>
3940
3941         * test/glib/test-dbus-glib.c:
3942         * test/glib/test-service-glib.c:
3943         * test/glib/test-service-glib.xml: Update tests for new error
3944         setting bits, also add async tests (patch from Ross Burton).
3945
3946         * test/glib/Makefile.am (test_service_glib_LDADD): Add
3947         DBUS_GLIB_THREADS_LIBS.
3948
3949         * glib/dbus-gproxy.c (get_name_owner)
3950         (dbus_g_pending_call_end_valist): Ditto.
3951
3952         * glib/dbus-gobject.c (error_metadata): New mapping from GError
3953         domain (GQuark) to DBusGErrorInfo.  
3954         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
3955         quark in error_metadata.  Take message interface as default
3956         error message interface.
3957         (gerror_to_dbus_error_message): Pass message interface.
3958         (dbus_set_g_error): Resurrected.
3959         (dbus_g_error_info_free): New function.
3960         (dbus_g_object_type_install_info): Use g_type_class_ref instead
3961         of _peek to actually create the object class if it hasn't been
3962         created yet.
3963         (dbus_g_error_domain_register): New function.
3964
3965         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
3966
3967         * glib/dbus-gparser.c (validate_signature): Ditto.
3968
3969         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
3970         (dbus_g_error_domain_register): Prototype.
3971
3972         * glib/dbus-glib.c (dbus_g_error_set): Delete.
3973         Update tests.
3974
3975 2005-06-29  Colin Walters  <walters@verbum.org>
3976
3977         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
3978         DBUS_TYPE_G_OBJECT_PATH.
3979
3980         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
3981         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
3982         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
3983         (dbus_g_object_path_get_g_type): New function.
3984         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
3985         to DBUS_TYPE_G_OBJECT_PATH by default.
3986         (demarshal_proxy): Remove unused name variable.
3987         (demarshal_object_path, marshal_object_path): New functions.
3988         (demarshal_proxy_array, marshal_proxy_array): Delete.
3989         
3990         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
3991         DBUS_TYPE_G_OBJECT_PATH to char *.
3992         (dbus_g_type_get_lookup_function): Map builtin
3993         DBUS_TYPE_G_OBJECT_PATH.
3994
3995         * test/glib/test-dbus-glib.c
3996         * test/glib/test-service-glib.c (my_object_objpath): 
3997         Adapt tests to new object path marshalling.
3998
3999 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4000
4001         * configure.in: force check for Python >= 2.4
4002
4003 2005-06-29  Colin Walters  <walters@verbum.org>
4004         
4005         Patch from Ross Burton <ross@openedhand.com>
4006         
4007         * glib/dbus-gobject.c (invoke_object_method): Unset object
4008         value in all cases, not only in async case.
4009
4010 2005-06-29  Colin Walters  <walters@verbum.org>
4011
4012         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4013         name_call for keeping track of any outgoing GetNameOwner call.
4014         Also add for_owner and associated.
4015         (struct _DBusGProxyManager): Add owner_names, which is hash table
4016         that maps a base name to a list of names it owns (that we're
4017         interested in).  Add pending_nameowner_calls which is a list of
4018         all outstanding GetNameOwner; avoids us having to iterate over
4019         every proxy.  Add unassociated_proxies which keeps track of name
4020         proxies with no associated name owner.
4021         (dbus_g_proxy_manager_unref): Destroy owner_names.
4022         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4023         name refcounts.
4024         (find_name_in_info, name_owner_foreach)
4025         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4026         (dbus_g_proxy_manager_monitor_name_owner)
4027         (dbus_g_proxy_manager_unmonitor_name_owner)
4028         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4029         New functions; they manipulate the owner_names mapping.
4030         (got_name_owner_cb): New function.
4031         (get_name_owner): New function, extracted from
4032         dbus_g_proxy_new_for_name_owner.
4033         (dbus_g_proxy_manager_register): For now we need to keep track of
4034         all NameOwnerChanged.  Also if the proxy is for a name, if we
4035         don't already know the name owner, queue a new GetNameOwner
4036         request and add it to our list of unassociated proxies.  Otherwise
4037         inc the refcount.
4038         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4039         cancel any pending GetNameOwner call, etc.
4040         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4041         the owner_names mapping to look up the current names for the
4042         signal source, and dispatch to any proxies for that name.
4043         (dbus_g_proxy_new): Initialize new members.
4044         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4045         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4046         (dbus_g_pending_call_end_valist): New function, extracted from
4047         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4048         but want to use the GLib infrastructure.  Also note how many
4049         arguments in reply were over.
4050         (dbus_g_pending_call_end): New function, just call
4051         dbus_g_pending_call_end_valist.
4052         (dbus_g_proxy_end_call_internal): Just call
4053         dbus_g_pending_call_end_valist.
4054
4055         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4056         of builtin marshaller for STRING_STRING_STRING.
4057
4058         * test/glib/test-dbus-glib.c: 
4059         * test/glib/test-service-glib.c:
4060         * test/glib/test-service-glib.xml:
4061         Extend tests to cover name proxies, destruction of owner proxies,
4062         etc.
4063         
4064         * glib/examples/example-signal-recipient.c
4065         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4066         
4067         * tools/dbus-send.c (main): Print D-BUS error name in addition
4068         to message.
4069
4070 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4071
4072         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4073         cmessage_function_handler): Patch from 
4074         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4075         by using the Py_GILState_Ensure/Release to synchronize with the
4076         python runtime.
4077         
4078 2005-06-28  Ray Strode  <rstrode@redhat.com>
4079
4080         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4081         babysitter helper process on last unref, bug #2813.
4082
4083 2005-06-27  Colin Walters  <walters@verbum.org>
4084
4085         * test/glib/test-dbus-glib.c: 
4086         * test/glib/test-service-glib.c:
4087         * test/glib/test-service-glib.xml:
4088         Test hash table signal emitting.
4089
4090         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4091         types to their fundamental basis types, since this is what
4092         marshallers operate on.  Also add an entry for VOID__BOXED.
4093         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4094
4095 2005-06-26  Havoc Pennington  <hp@redhat.com>
4096
4097         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4098         from Don Park
4099
4100 2005-06-26  Colin Walters  <walters@verbum.org>
4101
4102         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4103         (dbus_g_error_set): New public function from its ashes; used by
4104         both service-side method implementation and GLib bindings
4105         internals.
4106         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4107         (_dbus_glib_test): Add some tests.
4108
4109         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4110
4111         * test/glib/test-service-glib.c (my_object_throw_error): Use
4112         dbus_g_error_set.
4113
4114         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4115         errors thrown by dbus_g_error_set.
4116
4117         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4118
4119         * glib/dbus-gparser.c (validate_signature): Ditto.
4120
4121         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4122         (dbus_g_proxy_end_call_internal): Ditto.
4123
4124         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4125         converts DBUS_ERROR_x to DBUS_GERROR_x.
4126         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4127
4128         * doc/TODO: Remove error TODO.
4129
4130         * doc/dbus-tutorial.xml: Update with documentation about error
4131         handling.
4132
4133         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4134         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4135         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4136
4137 2005-06-22  Colin Walters  <walters@verbum.org>
4138         
4139         Patch from Ross Burton <ross@openedhand.com>
4140
4141         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4142
4143 2005-06-20  Colin Walters  <walters@verbum.org>
4144
4145         * configure.in: Add glib/examples.
4146
4147         * glib/Makefile.am: Add examples/
4148
4149         * glib/examples/.cvsignore
4150         * glib/examples/Makefile.am
4151         * glib/examples/example-client.c
4152         * glib/examples/example-service.c
4153         * glib/examples/example-service.xml
4154         * glib/examples/example-signal-emitter.c
4155         * glib/examples/example-signal-emitter.xml
4156         * glib/examples/example-signal-recipient.c:
4157         New files; GLib binding examples, ported from
4158         python/examples.
4159
4160 2005-06-20  Colin Walters  <walters@verbum.org>
4161
4162         * dbus/dbus-glib.h: 
4163         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4164         dbus_g_proxy_call.
4165
4166         * glib/dbus-binding-tool-glib.c: 
4167         * doc/dbus-tutorial.xml: 
4168         * test/glib/test-dbus-glib.c: Update for rename.
4169         
4170 2005-06-20  Colin Walters  <walters@verbum.org>
4171
4172         Patch suggested by Ross Burton <ross@openedhand.com>
4173
4174         * glib/dbus-gobject.c (export_signals): Free signal name.
4175         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4176         memory leak.  Add a bit of documentation.
4177         (dbus_g_method_return_error): Free context, and note we do
4178         so.
4179
4180 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4181
4182         * dbus/dbus-glib.h:
4183         * glib/dbus-gobject.c:
4184         * glib/dbus-gproxy.c:
4185         * glib/dbus-gvalue.c: Predeclare structs as 
4186         typedef struct _Something Something instead of 
4187         typedef struct Something Something, so we can 
4188         redeclare the prototypes. Other GNOME libraries 
4189         do this already.
4190
4191 2005-06-17  Colin Walters  <walters@verbum.org>
4192
4193         * tools/dbus-names-model.c (have_names_notify): Fix call
4194         to dbus_g_proxy_end_call.
4195         
4196 2005-06-17  Colin Walters  <walters@verbum.org>
4197
4198         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4199         spew warnings if we get malformed remote signals.
4200
4201         * glib/dbus-gobject.c (propsig_iterate): New function.
4202         (lookup_object_info): New function, extracted from
4203         lookup_object_and_method.
4204         (introspect_properties, introspect_signals): Delete; these
4205         are merged into write_interface.
4206         (write_interface): Write out signals and properties here;
4207         dump the org.gtk.object stuff and use the interface given
4208         in the introspection data blob.  Also fix up property XML.
4209         (lookup_values): New function.
4210         (introspect_interfaces): Gather a mapping from interface to a
4211         list of its methods, signals, and properties, then write out
4212         each interface.
4213         (lookup_object_and_method): Use lookup_object_info.
4214         (struct DBusGSignalClosure): Add interface.
4215         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
4216         we can just use the constant data.
4217         (dbus_g_signal_closure_finalize): Don't free signal name.
4218         (signal_emitter_marshaller): Use interface from signal closure.
4219         (export_signals): Only export signals mentioned in introspection
4220         blob.
4221         (dbus_g_connection_register_g_object): Warn if we have no
4222         introspection data for an object.
4223         (funcsig_equal): Remove unused variable.
4224         (dbus_g_object_register_marshaller): Take varargs instead of
4225         list.
4226         (dbus_g_object_register_marshaller_array): New function,
4227         extracted from old dbus_g_object_register_marshaller.
4228
4229         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
4230         signals and property data.
4231         (write_quoted_string): New function, extracted from generate_glue.
4232         (generate_glue): Write signals and properties to introspection
4233         blob.
4234
4235         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
4236         exported_signals and exported_properties.
4237         (dbus_g_object_register_marshaller): Update prototype.
4238         (dbus_g_object_register_marshaller_array): Prototype.
4239         
4240         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
4241
4242         * test/glib/test-service-glib.c: Add new test signals and method
4243         to emit them.
4244
4245         * test/glib/test-service-glib.xml: Add some test signals.
4246
4247         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
4248         and my-object-marshal.h
4249         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
4250         my-object-marshal.c.
4251         (my-object-marshal.c, my-object-marshal.h): Implement.
4252
4253         * test/glib/.cvsignore: Update.
4254
4255         * doc/TODO: Remove two GLib TODO items fixed by this
4256         patch.
4257
4258 2005-06-16  Colin Walters  <walters@verbum.org>
4259
4260         * doc/TODO: Update for GLib bindings.
4261         
4262 2005-06-16  Colin Walters  <walters@verbum.org>
4263
4264         * glib/dbus-binding-tool-glib.c:
4265         * glib/dbus-gobject.c:
4266         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
4267         from Ross Burton, for his GLib bindings work.
4268
4269 2005-06-16  Colin Walters  <walters@verbum.org>
4270
4271         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
4272         to iterate instead of walking to G_TYPE_INVALID.
4273
4274         Patch based on a patch from Ryan Gammon.
4275
4276 2005-06-16  Colin Walters  <walters@verbum.org>
4277
4278         * bus/bus.c (bus_context_new): Set parser to NULL
4279         after we unref it (Patch from Chris Boscolo, #2174).
4280         
4281 2005-06-16  Colin Walters  <walters@verbum.org>
4282
4283         * python/dbus_bindings.pyx.in: Import size_t,
4284         __int64_t, __uint64_t, and __signed.
4285
4286         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
4287         Define cmsg struct, output it.
4288         (_dbus_read_credentials_unix_socket):
4289         Use cmsg struct.
4290         
4291         Patch from Joe Markus Clarke for FreeBSD support.
4292         
4293 2005-06-16  Colin Walters  <walters@verbum.org>
4294
4295         * tools/dbus-send.c (append_array): Use strtok.
4296         (append_dict): New function.
4297         (type_from_name): New function, extracted from main.
4298         (main): Handle sending dicts.
4299
4300         * tools/dbus-print-message.c (print_iter): Print dict
4301         entries.
4302         
4303 2005-06-16  Colin Walters  <walters@verbum.org>
4304
4305         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
4306         values as the empty string (#2948).
4307         
4308 2005-06-16  Colin Walters  <walters@verbum.org>
4309
4310         * dbus/Makefile.am:
4311         * mono/doc/Makefile.am:
4312         * test/glib/Makefile.am:
4313
4314         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
4315
4316 2005-06-16  Colin Walters  <walters@verbum.org>
4317
4318         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
4319         header byte order from expected byte order (Patch from Chris Wilson, #3475).
4320
4321         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
4322         Increment pointer after swapping fixed array.  Add assertion
4323         for array length.
4324                 
4325 2005-06-15  Colin Walters  <walters@verbum.org>
4326
4327         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
4328         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
4329         
4330 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4331
4332         * NEWS: Update to 0.34
4333
4334 2005-06-15  David Zeuthen  <davidz@redhat.com>
4335
4336         * configure.in (LT_CURRENT): Revert back to 1 as the library
4337         hasn't changed and we've certainly not committed to protocol
4338         stability yet.  All this does is to break ABI. See commit note
4339         from hp@redhat.com 2005-05-05 for details.
4340         
4341 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4342
4343         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
4344         (_dbus_connection_run_builtin_filters): New method
4345         (dbus_connection_dispatch): Run the builtin filters which in turn
4346         runs the peer filter which handles Ping messages.
4347
4348         * doc/TODO: 
4349          - Ping isn't handled: This patch fixes it
4350          
4351          - Add a test case for the Ping message: added TODO item
4352
4353 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4354
4355         * dbus/dbus-message.c:
4356         (dbus_message_has_path): New method
4357         (dbus_message_has_interface): New method
4358         (dbus_message_has_member): New method
4359
4360         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
4361         New method
4362
4363         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
4364         the keyring directory is private to the user
4365
4366         * doc/TODO:
4367          - The convenience functions in dbus-bus.h should perhaps have
4368          the signatures that they would have if they were autogenerated
4369          stubs. e.g. the acquire service function. We should also evaluate
4370          which of these functions to include, in light of the fact that
4371          GLib/Qt native stubs will probably also exist.: Punted
4372
4373          - add dbus_message_has_path(), maybe has_member/interface:
4374          fixed in this patch
4375
4376          - in dbus-keyring.c, enforce that the keyring dir is not
4377          world readable/writable: Fixed in this patch
4378
4379 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4380
4381         * dbus/dbus-marshal-validate.h: Added a new validation
4382         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
4383         out of memory errors when validating signitures
4384
4385         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
4386         in places where we previously used DBUS_VALID and a FALSE return 
4387         value to indicate OOM
4388         
4389         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
4390         Use a stack to track the number of elements inside containers.  The 
4391         stack values are then used to validate that dict entries have only two
4392         elements within them.
4393         (validate_body_helper): check the reason for failure when validating
4394         varients
4395         
4396         * dbus/dbus-message.c (load_message): use 
4397         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
4398         DBUS_VALID and a FALSE return value to indicate OOM
4399
4400         * doc/TODO: remove "- validate dict entry number of fields" as this
4401         patch fixes it
4402
4403 2005-06-14  David Zeuthen  <davidz@redhat.com>
4404
4405         * bus/bus.c (process_config_every_time): Drop existing conf-dir
4406         watches (if applicable) and add new watches
4407
4408         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
4409         (main): Setup SIGIO signal handler if using D_NOTIFY
4410
4411         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
4412
4413         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
4414         (merge_included): Also merge conf_dirs list
4415         (bus_config_parser_unref): Clear conf_dirs list
4416         (include_dir): Add directory to conf_dirs list
4417         (bus_config_parser_get_conf_dirs): New function
4418
4419         * bus/dir-watch.[ch]: New files
4420
4421         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
4422
4423         * configure.in: Add checks for D_NOTIFY on Linux
4424
4425 2005-06-14  Colin Walters  <walters@verbum.org>
4426
4427         * glib/dbus-binding-tool-glib.c:
4428         * glib/dbus-gobject.c:
4429         * glib/dbus-gvalue.c: Fix indentation and brace style.
4430         
4431 2005-06-14  Ross Burton <ross@openedhand.com>.
4432
4433         * glib/dbus-glib.h: Make DBusGMethodInvocation
4434         a private structure.  Rearrange prototypes a bit.
4435         
4436         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
4437         documentation for first_arg_type.
4438         
4439         * glib/dbus-gobject.c: Move DBusGMethodInvocation
4440         here, add documentation.  Move dbus_g_method_return
4441         and dbus_g_method_return_error into public API
4442         section.
4443
4444 2005-06-14  Colin Walters  <walters@verbum.org>
4445
4446         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
4447         Add missing return statements, noticed by Ross Burton.
4448         
4449 2005-06-13  Ross Burton <ross@openedhand.com>.
4450
4451         * glib/dbus-gobject.c: Handle errors on message
4452         demarshalling by sending error message back.
4453         * glib/dbus-gvalue.c: Initialize return variables.
4454
4455 2005-06-13  Colin Walters  <walters@verbum.org>
4456
4457         * glib/Makefile.am: Fix thinko in last patch.
4458
4459 2005-06-13  Colin Walters  <walters@verbum.org>
4460
4461         * glib/Makefile.am: Move dbus-gtype-specialized.c
4462         and dbus-gtype-specialized.h into a _HEADERS variable,
4463         install them.
4464
4465 2005-06-12  Colin Walters  <walters@verbum.org>
4466
4467         Async signals and various bugfixes and testing by
4468         Ross Burton <ross@openedhand.com>.
4469
4470         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
4471         (dbus_gvalue_genmarshal_name_from_type)
4472         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
4473         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
4474         (dbus_g_value_types_init, dbus_gtype_from_signature)
4475         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
4476         (dbus_gtypes_from_arg_signature): New function prototypes.
4477         (dbus_gvalue_demarshal): Take context and error arguments.
4478         (dbus_gvalue_demarshal_variant): New function.
4479         (dbus_gvalue_demarshal_message): New function.
4480         (dbus_gvalue_store): Delete.
4481
4482         * glib/dbus-gvalue.c:
4483
4484         File has been almost entirely rewritten; now we special-case
4485         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
4486         hash tables correctly, etc.  Full support for recursive values
4487         is not yet complete.
4488
4489         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
4490         argument of signal to G_TYPE_POINTER since we now pass a
4491         structure.
4492         (lookup_g_marshaller): Delete in favor of
4493         _dbus_gobject_lookup_marshaller.
4494         (marshal_dbus_message_to_g_marshaller): Use
4495         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
4496         to handle remote signal callbacks.
4497         (dbus_g_proxy_new_from_proxy): New function; creates a new
4498         DBusGProxy by copying an existing one.
4499         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
4500         (dbus_g_proxy_get_path): New functions.
4501         (dbus_g_proxy_marshal_args_to_message): New function;
4502         factored out of existing code.
4503         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
4504         from a varargs array.
4505         (dbus_g_proxy_begin_call_internal): New function.
4506         (dbus_g_proxy_end_call_internal): New function.
4507         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
4508         as arguments; simply invoke dbus_g_proxy_begin_call_internal
4509         after collecting args into value array.
4510         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
4511         invoke dbus_g_proxy_end_call_internal.
4512         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
4513         end_call_internal.
4514         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
4515         types.
4516         (array_free_all): New function.
4517         (dbus_g_proxy_add_signal): Take GTypes.
4518
4519         * glib/dbus-gobject.h:
4520         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4521         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
4522         Prototype.
4523
4524         * glib/dbus-gobject.c: Add a global marshal_table hash which
4525         stores mappings from type signatures to marshallers.  Change lots
4526         of invocations of dbus_gtype_to_dbus_type to
4527         dbus_gtype_to_signature.
4528         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4529         (introspect_signals): Fix test for query.return_type.
4530         (set_object_property): Update invocation of dbus_gvalue_demarshal.
4531         (invoke_object_method): Many changes.  Handle asynchronous
4532         invocations.  Convert arguments with
4533         dbus_gvalue_demarshal_message.  Handle errors.  Use
4534         DBusSignatureIter instead of strlen on args. Handle all arguments
4535         generically.  Special-case variants.
4536         (dbus_g_method_return, dbus_g_method_return_error): New function.
4537         (DBusGSignalClosure): New structure, closes over signal
4538         information.
4539         (dbus_g_signal_closure_new): New function.
4540         (dbus_g_signal_closure_finalize): New function.
4541         (signal_emitter_marshaller): New function; is special marshaller
4542         which emits signals on bus.
4543         (export_signals): New function; introspects object signals and
4544         connects to them.
4545         (dbus_g_object_type_install_info): Take GType instead of
4546         GObjectClass.
4547         (dbus_g_connection_register_g_object): Invoke export_signals.
4548         (dbus_g_connection_lookup_g_object): New function.
4549         (DBusGFuncSignature) New structure; used for mapping type
4550         signatures to marshallers.
4551         (funcsig_hash): New function; hashes DBusGFuncSignature.
4552         (funcsig_equal): New function; compares DBusGFuncSignature.
4553         (_dbus_gobject_lookup_marshaller): New function.
4554         (dbus_g_object_register_marshaller): New function; used to
4555         register a marshaller at runtime for a particular signature.
4556
4557         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
4558
4559         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
4560         which notes a server method implementation should be
4561         asynchronous.
4562
4563         * glib/dbus-binding-tool-glib.c
4564         (dbus_binding_tool_output_glib_server): Call
4565         dbus_g_value_types_init.
4566         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
4567         variants specially.
4568         (dbus_g_type_get_lookup_function): Turn GType into an invocation
4569         of a lookup function.
4570         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
4571         (write_untyped_out_args): New method; write output arguments.
4572         (write_formal_declarations_for_direction): Function for
4573         writing prototypes.
4574         (write_formal_parameters_for_direction): Function for
4575         writing implementations.
4576         (write_typed_args_for_direction): Function for writing
4577         arguments prefixed with GTypes.
4578         (write_async_method_client): Write out async version
4579         of method.
4580
4581         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
4582         (dbus_g_type_get_marshal_name): Move mapping from GType
4583         to marshal name into here.
4584         (dbus_g_type_get_c_name): Move into here.
4585         (compute_marshaller): Convert signature to type with
4586         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
4587         (compute_marshaller_name): Ditto.
4588         (compute_marshaller): Handle async signal annotations.
4589         (gather_marshallers): Return if we don't have a known
4590         prefix.
4591         (generate_glue): Collect introspection blob here, and
4592         write all of the blob at the end.  This allows an object
4593         with multiple interfaces to work.
4594         Mark async methods in introspection blob.
4595
4596         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
4597         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
4598         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
4599
4600         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
4601         avoids people accidentally using DBUS_TYPE_* which should
4602         not be necessary anymore.
4603         Do include dbus-gtype-specialized.h, which are utilities
4604         for GLib container types.
4605         Add various #defines for types such as
4606         DBUS_TYPE_G_BOOLEAN_ARRAY.
4607         (DBusGValueIterator, DBusGValue): Define, not fully used
4608         yet.
4609         (dbus_g_value_get_g_type): Type for recursive value.
4610         (dbus_g_value_open, dbus_g_value_iterator_get_value)
4611         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
4612         (dbus_g_value_free): Prototypes.
4613         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
4614         (dbus_g_proxy_set_interface): Prototype.
4615         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
4616         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
4617         types.
4618         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
4619         Accessors.
4620         (DBusGAsyncData, DBusGMethodInvocation): Structures for
4621         doing async invocations.
4622         (dbus_g_method_return, dbus_g_method_return_error):
4623         Prototypes.
4624         * doc/dbus-tutorial.xml: Update GLib section.
4625         
4626         * tools/dbus-viewer.c (load_child_nodes): Update
4627         for new invocation type of dbus_g_proxy_end_call.
4628         (load_from_service_thread_func): Ditto.
4629
4630         * tools/print-introspect.c (main): Ditto.
4631
4632         * tools/dbus-names-model.c (have_names_notify)
4633         (names_model_reload, names_model_set_connection)
4634         Use GTypes.
4635
4636         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
4637         needed since Python bindings use GLib bindings.
4638
4639         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
4640         Add --prefix argument.
4641
4642         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
4643         unneeded --ignore-unsupported arg.
4644         
4645         * test/glib/test-service-glib.c: 
4646         * test/glib/test-service-glib.xml:
4647         * test/glib/test-dbus-glib.c: Add many more tests.
4648
4649 2005-06-06  David Zeuthen  <davidz@redhat.com>
4650
4651         * doc/TODO: Add item about need to remove deprecated functions.
4652
4653         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
4654
4655         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
4656         to repair the ABI which was broken with the last commit.
4657
4658 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
4659
4660         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
4661         (dbus_connection_disconnect): renamed to dbus_connection_close 
4662         for API symmetry with dbus_connection_open
4663         (_dbus_connection_open_internal): 
4664         s/dbus_connection_disconnect/dbus_connection_close
4665
4666         * dbus/dbus-bus.c (dbus_bus_get):
4667         s/dbus_connection_disconnect/dbus_connection_close
4668
4669         * bus/connection.c (bus_connections_unref, 
4670         bus_connections_setup_connection, bus_connections_expire_incomplete):
4671         s/dbus_connection_disconnect/dbus_connection_close
4672
4673         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
4674         kill_client_connection_unchecked, check_hello_connection):
4675         s/dbus_connection_disconnect/dbus_connection_close
4676
4677         * bus/bus.c (new_connection_callback):
4678         s/dbus_connection_disconnect/dbus_connection_close
4679
4680         * tools/dbus-send.c (main):
4681         s/dbus_connection_disconnect/dbus_connection_close
4682
4683         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
4684         s/dbus_connection_disconnect/dbus_connection_close
4685         
4686         * test/test-service.c (path_message_func, filter_func):
4687         s/dbus_connection_disconnect/dbus_connection_close
4688         
4689         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
4690         
4691 2005-05-25  Colin Walters  <walters@verbum.org>
4692
4693         * dbus/dbus-protocol.h: Move various bus service #defines such
4694           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
4695           dbus/dbus-shared.h.
4696         * dbus/dbus-shared.h: Various defines moved here.
4697         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
4698
4699 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
4700
4701         * python/__init__.py: Python bindings deserve a minor version
4702         update.  Upped to (0, 40, 2)
4703
4704 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
4705
4706         * python/decorators.py: add explicitly_pass_message decorator
4707         for passing in the dbus message as keyword for edge case signal
4708         handling
4709
4710         * python/matchrules.py (SignalMatchRule.__repr__): fix output
4711         to conform with what dbus expects for match rules
4712         (SignalMatchRule.execute): add the dbus message as a keyword
4713         if the signal handler has requested it
4714
4715         * python/examples/example/signal-recipient.py: added some more
4716         examples on how to hook up to signals
4717
4718 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
4719
4720         * python/decorators.py: import dbus_bindings
4721
4722         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
4723         SignalMatchNode): new classes that implement wildcard signal
4724         callback matching using a tree lookup. Heavily modified from a
4725         patch sent by Celso Pinto (fd.o bug #3241)
4726
4727         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
4728         use new match classes to handle signals.
4729
4730 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
4731         
4732         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
4733
4734 2005-05-18  Havoc Pennington  <hp@redhat.com>
4735
4736         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
4737         gettext. Not really worth requiring yet perhaps, but any
4738         production quality 1.0 would require it so we should go ahead and
4739         get things set up. We do have a couple token calls to
4740         bindtextdomain in the code already.
4741
4742 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
4743
4744         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
4745         when using recursive g_main_loops
4746
4747         * python/_dbus.py (class Bus): add the ProxyObjectClass
4748         alias for ProxyObject to make it easier for the Twisted 
4749         networking framework to integrate dbus.
4750
4751         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
4752         alias for ProxyMethod to make it easier for the Twisted 
4753         networking framework to integrate dbus. 
4754
4755 2005-05-11  Ross Burton  <ross@openedhand.com>
4756
4757         * glib/dbus-glib-tool.c: Add --prefix argument.
4758         * glib/dbus-binding-tool-glib.h: Add prefix argument.
4759         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
4760         Add prefix argument.
4761         (generate_glue): Pass prefix argument down.
4762         (dbus_binding_tool_output_glib_server): Pass prefix to
4763         glib-genmarshal.
4764         
4765 2005-05-11  Colin Walters  <walters@verbum.org>
4766
4767         * tools/dbus-send.c (append_array): New function.
4768         (append_arg): Broken out from main.
4769         (main): Add cheesy hack to send arrays and variants.
4770         (usage): Update.
4771         * tools/dbus-print-message.c (print_iter): Broken out
4772         from main.
4773
4774 2005-05-11  Colin Walters  <walters@verbum.org>
4775
4776         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
4777         New function, returns signature string for signature iter.
4778         * dbus/dbus-signature.h: Prototype it.
4779         * dbus/dbus-message.c (dbus_message_iter_get_signature):
4780         New function, returns signature string for message iter.
4781         (dbus_message_iter_get_array_len): New function, returns
4782         length of array.
4783         (dbus_message_iter_get_fixed_array): Fix assertion; this
4784         function should be used when the iter is pointing to the
4785         contents of an array
4786         * dbus/dbus-message.h: Prototypes.
4787         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
4788         New function; returns length of an array.
4789         * dbus/dbus-marshal-recursive.h: Prototype it.
4790         
4791 2005-05-11  Colin Walters  <walters@verbum.org>
4792
4793         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
4794         compilation error.
4795         
4796 2005-05-08  Havoc Pennington  <hp@redhat.com>
4797
4798         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
4799         daemon's pid, not the parent's pid, to the file descriptor.
4800         Reported by Taj Morton.
4801
4802 2005-05-05  Havoc Pennington  <hp@redhat.com>
4803
4804         * configure.in (LT_*): add notes on how the libtool versioning
4805         works to save thinking. Increment soname to indicate protocol
4806         breakage (though really the library interface hasn't changed I
4807         guess)
4808
4809         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
4810         verify the GUID received from server matches what we were
4811         expecting, if we had an expectation
4812
4813         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
4814         (_dbus_auth_get_guid_from_server): new function
4815         (send_begin): parse the OK args
4816
4817         * doc/dbus-specification.xml: add GUID to the auth protocol
4818
4819 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
4820
4821         * Fix my name in previous changelog ;)
4822
4823         * python/proxies.py (ProxyObject.__getattr__): add further patch
4824         from Anthony Baxter to throw an AttributeError when python 
4825         __special__ functions are called instead of marshling them over 
4826         the bus (Bug#1685 comment 3).
4827
4828 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
4829
4830         * python/Makefile.am: changed to use pyexecdir for the binding
4831         shared libraries (Bug#2494)
4832
4833         * python/exceptions.py: bring exceptions over from the bindings
4834         so they can be used in applications (Bug#2036)
4835         Make all exceptions derive from DBusException
4836
4837         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
4838         of classes so that print obj doesn't throw an exception (Bug #1685)
4839
4840 2005-05-03  Ross Burton  <ross@openedhand.com>
4841
4842         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
4843         Return if we get an error during registration.  Set up a
4844         weak reference on object to unregister if object is destroyed.
4845         (unregister_gobject): New function.
4846         
4847 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
4848
4849         * python/dbus_bindings.pyx.in: 
4850         - added new type classes for hinting to the marashaler what type 
4851         to send over the wire
4852         - added int16 and uint16 marshalers
4853         - Fixed a bug in the type constants that caused int32 to go out
4854         as uint16 over the wire
4855         * python/dbus.py: split up into different files and renamed _dbus.py
4856         * python/__init__.py, python/_util.py, python/decorators.py, 
4857         python/exceptions.py, python/proxies.py, python/services.py,
4858         python/types.py: new files split off from dbus.py
4859         * python/Makefile.am: Add new files, remove dbus.py and 
4860         install all python files to <python module dir>/dbus
4861         * python/examples/*: Added #!/usr/bin/env python to the top of
4862         every example.  Patch provided by Tatavarty Kalyan
4863
4864 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
4865
4866         * NEWS: Update to 0.33
4867
4868 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
4869
4870         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
4871         method for doing async calls
4872         (_pending_call_notification): New C function for handling pendning call
4873         callbacks
4874         (set_notify): New method for setting pending call notification
4875         
4876         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
4877         Async capabilities added to remote method calls
4878         (Sender): class removed
4879         (RemoteService): class removed
4880         (ObjectTree): class removed for now
4881         (RemoteObject): Renamed to ProxyObject
4882         (RemoteMethod): Renamed to ProxyMethod
4883         (method): Decorator added for decorating python methods as dbus methods
4884         (signal): Decorator added for decorating python methods as signal emitters
4885         (ObjectType): Metaclass added for generating introspection data and the
4886         method callback vtable
4887         (Interface): Wrapper class added to wrap objects in a dbus interface
4888         (Object): Uses ObjectType as its metaclass and exports Introspect
4889         of the org.freedesktop.DBus.Introspectable interface
4890         (ValidationException, UnknownMethodException): new exceptions
4891
4892         * python/examples/*: Modified to fit with the new bindings
4893
4894 2005-04-23  Havoc Pennington  <hp@redhat.com>
4895
4896         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
4897         reported by Tony Houghton
4898
4899         * test/test-service.c (main): test
4900         dbus_connection_get_object_path_data()
4901
4902         * dbus/dbus-object-tree.c (find_handler): be sure we always init
4903         the exact_match
4904         (_dbus_object_tree_get_user_data_unlocked): new function used by
4905         dbus_connection_get_object_path_data()
4906         (do_register): add assertion test for get_user_data_unlocked
4907         (object_tree_test_iteration): more tests
4908
4909         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
4910         new function from Dan Reed to let you get the user data from 
4911         dbus_connection_register_object_path()
4912
4913 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
4914
4915         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
4916         in numerous places that did not account for the NULL terminator
4917         (signature_from_seed): changed the manual string copy loop to 
4918         just use strcpy instead
4919         make check should now pass
4920
4921 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
4922
4923         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
4924         so that it allows messages that are not signals to pass in 
4925         NULL as the interface.
4926
4927 2005-04-18  David Zeuthen  <davidz@redhat.com>
4928
4929         * glib/dbus-gmain.c (io_handler_destroy_source): 
4930         (timeout_handler_destroy_source, connection_setup_free): 
4931         Also unref the source to avoid memory leaks.
4932
4933 2005-04-13  David Zeuthen  <davidz@redhat.com>
4934
4935         * bus/config-parser.c (bus_config_parser_new): Bump this to a
4936         more reasonable, yet still totally arbitrary, value :-). 
4937
4938 2005-04-13  David Zeuthen  <davidz@redhat.com>
4939
4940         * doc/TODO: Added an "important for 1.0" item about selinux
4941         allow/deny messages
4942
4943 2005-04-13  David Zeuthen  <davidz@redhat.com>
4944
4945         * bus/selinux.c: Add c-file-style to top of file
4946         (log_audit_callback): Don't free the data here anymore
4947         (bus_selinux_check): Don't take spid and tpid since appending
4948         that to auxdata may OOM.
4949         (bus_selinux_allows_acquire_service): Handle OOM and signal back
4950         to the caller if we are OOM by taking an error object.
4951         (bus_selinux_allows_send): -do-
4952
4953         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
4954         and bus_selinux_allows_send
4955
4956         * bus/bus.c (bus_context_check_security_policy): Pass error and
4957         pass on OOM thrown by bus_selinux_allows_send()
4958
4959         * bus/services.c (bus_registry_acquire_service): Pass error and
4960         pass on OOM thrown by bus_selinux_allows_acquire_service()
4961
4962 2005-04-13  Havoc Pennington  <hp@redhat.com>
4963
4964         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
4965         message at a time to avoid monopolizing the main loop, bug 
4966         #2953 from Benjamin Otte
4967
4968 2005-04-09  Havoc Pennington  <hp@redhat.com>
4969
4970         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
4971         possible overlap, fix from Daniel Reed
4972         (fixup_alignment): fix signedness warnings
4973         (_dbus_string_append_unichar): ditto
4974
4975 2005-04-09  Havoc Pennington  <hp@redhat.com>
4976
4977         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
4978
4979         * glib/dbus-glib-tool.c (main): fix warning
4980
4981         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
4982
4983         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
4984         add a new function that can be used in simple applications that
4985         don't have a main loop and are willing to block
4986
4987 2005-04-05  David Zeuthen  <davidz@redhat.com>
4988
4989         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
4990
4991         * glib/dbus-gmain.c:
4992         (io_handler_destroy_source): Remove from list of IO handlers
4993         of the ConnectionSetup object
4994         (timeout_handler_destroy_source): -do- for timeout handlers
4995         (io_handler_source_finalized): Don't remove from list since
4996         we now do that in io_handler_destroy_source(). Renamed from
4997         io_handler_source_destroyed
4998         (timeout_handler_source_destroyed): -do- for timeout handlers
4999         (connection_setup_free): It is now safe to iterate over all
5000         IO and timeout handlers as the _destroy_source removes them
5001         from the list synchronously
5002
5003 2005-03-30  Havoc Pennington  <hp@redhat.com>
5004
5005         * configure.in: change check to gtk 2.4
5006
5007         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5008         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5009         to 2.4
5010
5011 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5012
5013         * News: Update 0.32
5014
5015         * HACKING: Fixed realease instructions.  configure.in should be updated to
5016           the next release by the person who made the last release.
5017
5018 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5019
5020         * python/lvalue_cast_post_process.py - removed.  Patch has been
5021           submitted to Pyrex maintainers that fixes gcc4.0 errors
5022
5023         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5024
5025 2005-03-24  Daniel Reed  <n@ml.org>
5026
5027         * tools/Makefile.am: Make print-introspect and
5028         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5029
5030 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5031
5032         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5033
5034         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5035           had in Red Hat packages for a while but for some reason never 
5036           got merged upstream
5037           (_dbus_is_a_number): New checks if a string
5038           can be converted to a number and does the conversion if it can
5039           (_dbus_user_database_lookup): Add check to see if the given username
5040           is a udi.  This allows udi's to be used instead of usernames in the
5041           config file.
5042           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5043           is a gdi.  This allows gdi's to be used instead of groupnames in the
5044           config file.
5045
5046 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5047
5048         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5049           code so that it compiles with gcc4.0
5050
5051         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5052           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5053           results back to dbus_binding.c
5054
5055 2005-03-20  Colin Walters  <walters@verbum.org>
5056
5057         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5058
5059         * configure.in: Require GTK+ 2.6.
5060         
5061 2005-03-20  Colin Walters  <walters@verbum.org>
5062
5063         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5064
5065 2005-03-17  Tom Parker  <palfrey@tevp.net>
5066
5067         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5068         print DBUS_UID_UNSET; instead print passed username.  Also
5069         be sure to actually use gid looked up in cache.
5070         
5071         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5072         for DBUS_GID_UNSET and groupname.
5073
5074 2005-03-17  Colin Walters  <walters@verbum.org>
5075
5076         * bus/print-introspect.c: Move to tools/.
5077         * bus/run-with-tmp-session-bus.sh: Ditto.
5078         
5079         * glib/Makefile.am (dbus-glib-bindings.h): Move
5080         generation to tools/Makefile.am.
5081
5082         * test/glib/run-test.sh: Update to handle move
5083         of run-with-tmp-session-bus.sh.
5084
5085         * test/glib/test-service-glib.c: Update to handle
5086         move of dbus-glib-bindings.h.
5087
5088         * tools/print-introspect.c: Moved here
5089         from bus/, and ported to GLib bindings.
5090
5091         * tools/run-with-tmp-session-bus.sh: Moved here
5092         from bus/.
5093
5094         * tools/Makefile.am: Generate dbus-glib-bindings.h
5095         and dbus-bus-introspect.xml here.
5096
5097         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5098         Update.
5099
5100 2005-03-17  Colin Walters  <walters@verbum.org>
5101
5102         * bus/driver.c (write_args_for_direction): Use
5103         _dbus_string_get_const_data to retrieve string;
5104         _dbus_string_get_const_data_len doesn't actually return
5105         a NULL-terminated substring.
5106
5107         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5108         (main): Change to use org_freedesktop_DBus_request_name
5109         instead of using g_proxy_begin_call/end_call.
5110
5111 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5112
5113         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5114         generating the finalizer.  Fixes from Ben Maurer.
5115
5116 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5117
5118         * mono/BusDriver.cs: Update method names: ListServices
5119         becomes ListNames; GetOwner becomes GetNameOwner.
5120
5121         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5122         onto the eval stack when removing the delegate.
5123
5124 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5125
5126         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5127         LT_CURRENT.  Set it to the autoconf variable.
5128                                                                                 
5129         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5130         classes that disconnects the signal handler delegate from the
5131         service object.  Fixes a big leak of proxy objects on the
5132         client side of things.  Patch from Ben Maurer
5133         <bmaurer@ximian.com>
5134
5135 2005-03-12  Colin Walters  <walters@verbum.org>
5136
5137         * bus/driver.c (write_args_for_direction): New function,
5138         parses a type signature into arguments and outputs to
5139         XML.
5140         (bus_driver_handle_introspect): Use it instead of
5141         hardcoding XML for certain signatures.
5142         
5143         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5144         dependency on dbus-daemon.
5145
5146         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5147         argument, pass it to dbus_binding_tool_output_glib_client.
5148
5149         * glib/dbus-binding-tool-glib.c
5150         (generate_client_glue): Protect against multiple inclusion.
5151         (dbus_binding_tool_output_glib_client): Add
5152         G_BEGIN_DECLS/G_END_DECLS.
5153
5154         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5155         Change to just take iface prefix directly.
5156         (write_formal_parameters): Clarify error message.
5157         (check_supported_parameters): New function; checks to see type
5158         signatures of method parameters are supported.
5159         (generate_client_glue): Handle ignore_unsupported flag.
5160         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5161         parameter.
5162
5163         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5164         --ignore-unsupported by default until glib bindings
5165         support arrays.
5166
5167 2005-03-11  Colin Walters  <walters@verbum.org>
5168
5169         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5170         install it.
5171
5172         * bus/print-introspect.c: New file; prints introspection
5173         data for a given name and object path.
5174
5175         * bus/run-with-tmp-session-bus.sh: New file, refactored
5176         from test/glib/run-test.sh.  Creates a temporary session
5177         bus and runs another program.
5178
5179         * test/glib/run-test.sh: Refactor to invoke
5180         run-with-tmp-session-bus.sh.
5181
5182         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5183         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5184         macros instead of hardcoding.
5185
5186         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5187
5188 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5189
5190         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5191         this unref; it doesn't match up evenly in some codepaths.
5192         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5193         this evenly matches with the ref near the top of this function.
5194
5195 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5196
5197         * dbus/dbus-object-tree.c
5198         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5199         and we try to unregister a path that's not registered, still go
5200         through the process of unlocking and don't just return.
5201
5202 2005-03-09  Colin Walters  <walters@verbum.org>
5203
5204         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5205         to this are generated for client-side wrappers.  Invokes a
5206         D-BUS method and returns reply values.  
5207
5208         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5209         function; writes signature string for argument direction.
5210         (write_args_for_direction): Change to pass input values directly
5211         instead of via address, and fix indentation.
5212         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5213         make generated wrappers inlineable.
5214
5215         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
5216         note about using dbus_type_is_fixed.
5217
5218         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
5219         dbus/dbus-signature.c as dbus_type_is_fixed.
5220
5221         All callers updated.
5222
5223         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
5224         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
5225
5226         * dbus/dbus-signature.h: Prototype.
5227
5228         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
5229         error printf code.
5230
5231         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
5232         appropriate instead of just freeing it.
5233         (main): Free returned strings using g_free.
5234
5235         * test/glib/Makefile.am (test-service-glib-glue.h)
5236         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
5237
5238         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
5239         simply maps a simple D-BUS type to GType.
5240         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
5241         GType.
5242         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
5243         initialize the value with it.
5244         (dbus_gvalue_binding_type_from_type): Unused, delete.
5245         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
5246         various types instead of unmarshalling to value data directly.
5247         Remove can_convert boolean.
5248         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
5249         returning directly instead of using can_convert boolean.
5250         (dbus_gvalue_store): New function; not related to D-BUS per-se.
5251         Stores a GValue in a pointer to a value of its corresponding C
5252         type.
5253
5254         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
5255         add dbus_gvalue_store.
5256
5257 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5258
5259         Fix a bunch of lifecycle and memory management problems
5260         in the mono bindings.
5261
5262         * mono/Arguments.cs (Arguments): Implement IDisposable
5263
5264         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
5265         strictly a static class.
5266
5267         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
5268         delegates into this file.
5269         (Connection): Implement IDisposable.
5270         (Dispose): Disconnect the connection and set the raw connection
5271         pointer to IntPtr.Zero.
5272         (~Connection): Call Dispose().
5273         (RegisterObjectPath): Added.  Manages the registration of object
5274         paths so we can cleanly disconnect them at dispose/finalize time.
5275         (UnregisterObjectPath): Ditto.
5276         (set_RawConnection): Unregister all of the object paths when
5277         changing the underlying DBusConnection.  Add them back onto the
5278         new connection, if any.
5279
5280         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
5281         more unmanaged resources anymore, so it's not necessary.  Move all
5282         the DBusObjectPathVTable stuff out of here.
5283         (Handler): Save references to our delegates so that they don't get
5284         finalized.  Call Connection.RegisterObjectPath() instead of
5285         dbus_connection_register_object_path() directly.
5286         (Message_Called): Dispose the message after we're finished with
5287         it.
5288
5289         * mono/Message.cs (Message): Implement IDisposable.
5290         (Dispose): Dispose the Arguments, and set the RawMessage to
5291         IntPtr.Zero.
5292         (SendWithReplyAndBlock): We own the ref to the reply that comes
5293         back from dbus_connection_send_with_reply_and_block() so add a
5294         comment about that and unref it after we've constructed a managed
5295         MethodReturn class around it.  Fixes a big, big leak.
5296
5297         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
5298         method.
5299         (BuildSignalHandler): After we've sent the Signal message, dispose
5300         of it.
5301         (BuildMethod): Dispose of the method call and reply messages after
5302         we've sent the message and extracted the data we want from the
5303         reply.
5304
5305         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
5306         anymore.
5307         (Service_FilterCalled): Dispose of the message after we're
5308         finished with it.
5309
5310 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5311
5312         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
5313         After we attach our pending call to the connection, unref
5314         it.  Fixes a leak.
5315  
5316         * mono/Connection.cs (set_RawConnection): Disconnect our
5317         filter and match callbacks from the old connection and
5318         reconnect them to the new connection, if any.
5319
5320         * mono/DBusType/Array.cs: "Code" is a static member, so
5321         don't use "this" to refer to it.  Fix for stricter checking
5322         in Mono 1.1.4.
5323  
5324         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
5325         object path that we pass into unmanaged code.
5326  
5327         * mono/DBusType/String.cs (Append): Don't leak the string
5328         that we pass into unmanged code.
5329
5330 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
5331         * NEWS: Update for 0.31
5332
5333         * configure.in: Release 0.31
5334         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
5335
5336         * qt/Makefile.am: fixed build
5337
5338         * dbus/Makefile.am: soname bump for libdbus
5339
5340         * glib/Makefile.am: soname bump for libdbus-glib
5341
5342 2005-03-05  Havoc Pennington  <hp@redhat.com>
5343
5344         * dbus/dbus-sysdeps.c:
5345         (pseudorandom_generate_random_bytes_buffer): fix to have no return
5346         value
5347         (_dbus_generate_random_bytes_buffer): fix return value
5348
5349         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
5350         checks actually work, from Tom Parker <fdo@tevp.net>
5351
5352 2005-03-01  Colin Walters  <walters@verbum.org>
5353
5354         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
5355         functions copied from dbus-glib-tool.c.
5356         (main): Convert lots of error code to use them.
5357         Also add some testing for introspection bits.
5358
5359 2005-03-01  Colin Walters  <walters@verbum.org>
5360         
5361         * doc/TODO: Remove introspection signature TODO.
5362
5363 2005-02-27  Colin Walters  <walters@verbum.org>
5364
5365         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
5366         Change return value to const char * instead of int so we can do
5367         full signatures.
5368         (struct PropertyInfo, struct ArgInfo): Store char *.
5369         (property_info_new, arg_info_new): Update parameters, strdup.
5370         (property_info_unref, arg_info_unref): Free.
5371
5372         * glib/dbus-gidl.h: Update prototypes.
5373
5374         * glib/dbus-gparser.c (basic_type_from_string): Delete.
5375         (validate_signature): New function, just validates signature and
5376         sets GError.
5377         (parse_property, parse_arg): Invoke validate_signature.  Store
5378         signature instead of just type code.
5379
5380         * glib/dbus-gvalue.c (base_type_from_signature): New utility
5381         function to return a primary type for a signature, dropping
5382         information about types in container types.
5383         (dbus_gvalue_genmarshal_name_from_type)
5384         (dbus_gvalue_binding_type_from_type)
5385         (dbus_gvalue_ctype_from_type): Update to take full signature
5386          instead of type code.
5387         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
5388
5389         * glib/dbus-gvalue.h: Update prototypes for above.
5390
5391         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
5392         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
5393         (introspect_properties, introspect_signals, write_interface):
5394         Update to handle signatures, and remove usage of
5395         _dbus_gutils_type_to_string.
5396         (handle_introspect): Print out type codes instead of e.g. "string"
5397         in hardcoded introspection XML; also use x_AS_STRING constants
5398         instead of hardcoding in string.
5399
5400         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
5401         to string.  Remove usage of _dbus_gutils_type_to_string.
5402
5403         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
5404
5405         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
5406         deletion.
5407         
5408         * glib/dbus-binding-tool-glib.c (compute_marshaller)
5409         (compute_marshaller_name, generate_glue): Handle signature change
5410         to string.
5411         (write_formal_parameters, write_args_for_direction): Ditto, and
5412         remove FIXME.
5413
5414         * tools/dbus-tree-view.c (type_to_string): Delete.
5415         (info_set_func_text): Update to print full signatures.
5416
5417         * test/glib/test-service-glib.xml: Change types to new
5418         introspection format.
5419
5420 2005-02-26  Havoc Pennington  <hp@redhat.com>
5421
5422         * doc/TODO: remove the "guid" item
5423
5424         * test/glib/test-profile.c (no_bus_thread_func): use open_private
5425         (with_bus_thread_func): use open_private
5426
5427         * dbus/dbus-connection.c (dbus_connection_open_private): new
5428         function that works like the old dbus_connection_open()
5429         (dbus_connection_open): now returns an existing connection if
5430         possible
5431
5432         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
5433         through the GUID to the transport
5434
5435         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
5436         GUID in hex-encoded form.
5437
5438         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
5439         pass GUID argument in to the transport
5440
5441         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
5442         guid argument
5443
5444         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
5445
5446         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
5447
5448 2005-02-25  Havoc Pennington  <hp@redhat.com>
5449
5450         * doc/dbus-specification.xml: document the GUID thing
5451
5452         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
5453         globally unique ID for the server, and put a "guid=hexencoded"
5454         field in the address
5455
5456         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
5457
5458         * dbus/dbus-message.c: ditto
5459
5460         * dbus/dbus-dataslot.c: ditto
5461
5462         * dbus/dbus-list.c: ditto
5463
5464         * dbus/dbus-internals.h: wait, just include
5465         dbus-threads-internal.h here
5466         
5467         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
5468         use in main library
5469
5470         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
5471
5472 2005-02-24  Colin Walters  <walters@verbum.org>
5473
5474         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
5475
5476 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
5477
5478         * glib/Makefile.am: added dbus-gobject.h to sources list
5479         so distcheck doesn't fail
5480         
5481 2005-02-24  Havoc Pennington  <hp@redhat.com>
5482
5483         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
5484         you must disconnect before unref, since locking and other things
5485         are screwed up otherwise. Fix assorted other locking stuff.
5486
5487         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
5488         fix compilation
5489
5490         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
5491         into a private header and don't export from the library
5492
5493         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
5494
5495 2005-02-24  Colin Walters  <walters@verbum.org>
5496         
5497         * dbus/dbus-signature.c: New file; implements various functions
5498         related to type signatures.  Includes an interator for parsing,
5499         validation functions.
5500         (dbus_type_is_basic): Moved here from
5501         dbus-marshal-basic.c:_dbus_type_is_basic.
5502         (dbus_type_is_container): Moved here from
5503         dbus-marshal-basic.c:_dbus_type_is_container.
5504
5505         All callers of _dbus_type_is_container and _dbus_type_is_basic
5506         updated, and include dbus-signature.h.
5507
5508         * dbus/dbus-signature.h: New file; prototypes for the above.
5509
5510         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
5511         dbus-signature.h.
5512
5513         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
5514         function factored out of _dbus_first_type_in_signature.
5515         (_dbus_first_type_in_signature_c_str): New function; returns first
5516         type code for a type signature character.
5517
5518         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
5519         handle function moves.
5520
5521         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
5522
5523         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
5524         function; skips to next complete type in type signature.
5525         Implemented using previous skip_one_complete_type.  Now
5526         skip_one_complete_type just delegates to
5527         _dbus_type_signature_next.
5528
5529         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
5530         to dbus-signature.c
5531         (_dbus_type_is_container): Ditto.
5532
5533         * doc/dbus-specification.xml: Update introspection sample to
5534         use real type signatures.
5535
5536         * dbus/dbus-test.h: Prototype signature test.
5537
5538         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
5539         signature tests.
5540
5541         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
5542
5543 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
5544
5545         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
5546         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
5547
5548 2005-02-21  Colin Walters  <walters@verbum.org>
5549
5550         * dbus/dbus-test-main.c (main): Take optional specific test
5551         argument.
5552
5553         * dbus/dbus-test.c (run_test): New function, runs a test function
5554         with no data directory.
5555         (run_data_test): Like above, but takes data directory.
5556         (dbus_internal_do_not_use_run_tests): Take
5557         specific test argument.  Replace lots of cut n' paste code
5558         with run_test and run_data_test.
5559
5560         * dbus/dbus-test.h: Update prototype for
5561         dbus_internal_do_not_use_run_tests.
5562
5563 2005-02-20  Havoc Pennington  <hp@redhat.com>
5564
5565         Fix bugs reported by Daniel P. Berrange
5566         
5567         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
5568         (protected_change_watch): new function
5569         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
5570         (_dbus_server_add_watch): change to work like the
5571         dbus-connection.c equivalents; like those, probably kind of
5572         busted, but should at least mostly work for now
5573         (dbus_server_disconnect): drop the lock if we were already
5574         disconnected, patch from Daniel P. Berrange
5575
5576         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
5577         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
5578         same stuff
5579
5580         * doc/TODO: todo about unscrewing this mess
5581
5582 2005-02-19  Colin Walters  <walters@verbum.org>
5583
5584         * glib/dbus-binding-tool-glib.c
5585         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
5586
5587         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
5588         as errno.h and sys/stat.h.
5589         (lose): New function, prints error with
5590         newline and exits.
5591         (lose_gerror): Similar, but takes GError for message.
5592         (main): Add --output argument to specify output file to write to,
5593         instead of always printing to stdout.  In this mode, determine
5594         timestamps on source files to see whether any are newer than the
5595         target file.  If not, exit.  Also convert a number of error
5596         messages to use lose (since it's shorter), and switch to using
5597         g_io_channel_shutdown.
5598
5599 2005-02-19  Havoc Pennington  <hp@redhat.com>
5600
5601         * glib/dbus-gobject.c
5602         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
5603
5604         * glib/dbus-glib.c: fix doxygen warnings
5605
5606         * glib/dbus-gparser.c (parse_annotation): error if an annotation
5607         is found on an <arg>
5608
5609 2005-02-17  Colin Walters  <walters@verbum.org>
5610
5611         * glib/dbus-gobject.h: Don't export
5612         _dbus_glib_marshal_dbus_message_to_gvalue_array.
5613         
5614         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
5615         (invoke_object_method): Handle it.
5616
5617         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
5618         Handle rename.
5619         
5620 2005-02-17  Colin Walters  <walters@verbum.org>
5621
5622         * bus/.cvsignore, doc/.cvsignore
5623         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
5624         Update.
5625
5626 2005-02-17  Colin Walters  <walters@verbum.org>
5627         
5628         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
5629         Rename to DBUS_SERVICE_DBUS.
5630         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
5631         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
5632         Change the value from "org.freedesktop.Local"
5633         to "org.freedesktop.DBus.Local".
5634         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
5635         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
5636         DBUS_INTERFACE_INTROSPECTABLE.
5637         Change the value from "org.freedesktop.Introspectable"
5638         to "org.freedesktop.DBus.Introspectable".
5639         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
5640         DBUS_INTERFACE_PROPERTIES.
5641         Change the value from "org.freedesktop.Properties"
5642         to "org.freedesktop.DBus.Properties".
5643         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
5644         DBUS_INTERFACE_PEER.
5645         Change the value from "org.freedesktop.Peer"
5646         to "org.freedesktop.DBus.Peer".
5647         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
5648         DBUS_INTERFACE_LOCAL.
5649         Change the value from "org.freedesktop.Local"
5650         to "org.freedesktop.DBus.Local".
5651
5652         All other users of those constants have been changed.
5653
5654         * bus/driver.c (bus_driver_handle_introspect): Use constants.
5655
5656         * glib/dbus-gobject.c (handle_introspect): Use constants.
5657
5658         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
5659
5660 2005-02-17  Colin Walters  <walters@verbum.org>
5661
5662         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
5663         (parse_node, parse_interface, parse_method, parse_signal)
5664         (parse_property, parse_annotation): Lose if we're currently in an
5665         annotation.
5666         (parse_annotation): New function.
5667         (parser_start_element, parser_end_element): Handle annotation.
5668         (parse_method, parse_interface): Remove support for c_name attribute,
5669         switch to annotations.
5670
5671         * glib/dbus-gidl.h (interface_info_get_binding_names)
5672         (method_info_get_binding_names)
5673         (interface_info_get_binding_name, method_info_get_binding_name)
5674         (interface_info_set_binding_name, method_info_set_binding_name):
5675         Remove.
5676         (interface_info_get_annotations, method_info_get_annotations)
5677         (interface_info_get_annotation, method_info_get_annotation)
5678         (interface_info_add_annotation, method_info_add_annotation):
5679         Prototype.
5680
5681         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
5682         for "bindings".
5683         (struct MethodInfo): Ditto.
5684         Straightfoward conversion of binding methods into annotation methods
5685         as prototyped.
5686
5687         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
5688
5689         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
5690
5691         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
5692         Use new annotation API.
5693
5694         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
5695         annotation element.
5696         
5697         * doc/dbus-specification.xml: Discuss introspection annotations,
5698         include list of well-known annotations.
5699
5700         * test/glib/test-service-glib.xml: Make validate against new DTD.
5701
5702 2005-02-17  Colin Walters  <walters@verbum.org>
5703
5704         This patch is based on initial work from
5705         Paul Kuliniewicz <kuliniew@purdue.edu>.
5706
5707         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
5708         initialization of GValue from dbus type to here.
5709         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
5710         for the "glib-genmarshal" program from a DBus type.
5711         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
5712         into the C name for it we use in the glib bindings.
5713         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
5714         glib C type (not GValue).
5715         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
5716
5717         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
5718         from dbus-gobject.c.
5719
5720         * glib/dbus-gutils.h: Prototype it.
5721
5722         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
5723         (marshal_dbus_message_to_g_marshaller): Use new shared function
5724         dbus_glib_marshal_dbus_message_to_gvalue_array.
5725
5726         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
5727         Will be changed once we have annotations.
5728
5729         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
5730         GStaticRWLock.  Callers updated.
5731         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
5732         (string_table_next): New function for iterating over zero-terminated
5733         string value array.
5734         (string_table_lookup): New function; retrieves specific entry in
5735         array.
5736         (get_method_data): New function; look up method data in object data chunk.
5737         (object_error_domain_prefix_from_object_info)
5738         (object_error_code_from_object_info): New functions, but not implemented yet.
5739         (method_interface_from_object_info): New function; retrieve interface name.
5740         (method_name_from_object_info): New function; retrieve method name.
5741         (method_arg_info_from_object_info): New function; retrieve argument data.
5742         (arg_iterate): New function; iterates over serialized argument data.
5743         (method_dir_signature_from_object_info): New function; returns a
5744         GString holding type signature for arguments for just one
5745         direction (input or output).
5746         (method_input_signature_from_object_info)
5747         (method_output_signature_from_object_info): New functions.
5748         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
5749         converts dbus message arguments into a GValue array.  Used for both
5750         signal handling and method invocation.
5751         (struct DBusGlibWriteIterfaceData): New utility structure.
5752         (write_interface): New function; generate introspection XML for
5753         an interface.
5754         (introspect_interfaces): New function; gathers all interface->methods,
5755         generates introspection XML for them.
5756         (handle_introspect): Invoke introspect_interfaces.
5757         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
5758         (lookup_object_and_method): New function; examines an incoming message
5759         and attempts to match it up (via interface, method name, and argument
5760         signature) with a known object and method.
5761         (gerror_domaincode_to_dbus_error_name): New function; converts a
5762         GError domain and code into a DBus error name.  Needs GError data
5763         added to object introspection to work well.
5764         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
5765         GError.
5766         (invoke_object_method): New function to invoke an object method
5767         looked up via lookup_object_and_method.  Parses the incoming
5768         message, turns it into a GValue array, then invokes the marshaller
5769         specified in the DBusGMethodInfo.  Creates a new message with
5770         either return values or error message as appropriate.
5771         (gobject_message_function): Invoke lookup_object_and_method and
5772         invoke_object_method.
5773
5774         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
5775         (enum DBusBindingOutputMode): New enum for binding output modes.
5776         (pretty_print): Print binding names.
5777         (dbus_binding_tool_error_quark): GError bits.
5778         (version): Fix typo.
5779         (main): Create GIOChannel for output.  Parse new --mode argument,
5780         possible values are "pretty-print", "glib-server", "glib-client".
5781         Use mode to invoke appropriate function.
5782         
5783         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
5784
5785         * glib/dbus-glib-tool.h: New header, just includes GError bits
5786         for now.
5787
5788         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
5789         maps binding style to name.
5790         (struct MethodInfo): Ditto.
5791         (get_hash_keys, get_hash_key): Utility function, returns keys for
5792         a GHashTable.
5793         (interface_info_new, method_info_new): Initialize bindings.
5794         (interface_info_unref, method_info_unref): Destroy bindings.
5795         (method_info_get_binding_names, method_info_get_binding_name)
5796         (interface_info_get_binding_names, interface_info_get_binding_name):
5797         Functions for retrieving binding names.
5798         (method_info_set_binding_name, interface_info_set_binding_name):
5799         Functions for setting binding names.
5800
5801         * glib/dbus-binding-tool-glib.h: New file, has prototypes
5802         for glib binding generation.
5803
5804         * glib/dbus-binding-tool-glib.c: New file, implements server-side
5805         and client-side glib glue generation.
5806
5807         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
5808         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
5809         dbus-glib-tool.h.
5810
5811         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
5812         of using GClosureMarshal directly.
5813         (struct DBusGObjectInfo): Add n_infos member.
5814
5815         * test/glib/test-service-glib.xml: New file; contains introspection data
5816         for MyTestObject used in test-service-glib.c.
5817
5818         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
5819         (my_object_do_nothing, my_object_increment, my_object_throw_error)
5820         (my_object_uppercase, my_object_many_args): New test methods.
5821         (main): Use dbus_g_object_class_install_info to include generated object
5822         info.
5823
5824         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
5825         as well as client-side bindings.
5826
5827         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
5828         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
5829         using both the dbus_gproxy stuff directly as well as the generated bindings.
5830
5831 2005-02-15  Havoc Pennington  <hp@redhat.com>
5832
5833         * dbus/dbus-connection.c (dbus_connection_dispatch): always
5834         complete a pending call, don't run filters first.
5835
5836         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
5837         dbus_pending_call_steal_reply
5838
5839         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
5840         _dbus_connection_block_pending_call
5841         (dbus_pending_call_get_reply): change to steal_reply and return a
5842         ref
5843
5844         * dbus/dbus-connection.c
5845         (dbus_connection_send_with_reply_and_block): port to work in terms
5846         of DBusPendingCall
5847         (_dbus_connection_block_pending_call): replace block_for_reply
5848         with this
5849
5850 2005-02-14  Havoc Pennington  <hp@redhat.com>
5851
5852         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
5853         properly handle looking up group information by name; fix 
5854         from j@bootlab.org
5855
5856 2005-02-13  Havoc Pennington  <hp@redhat.com>
5857
5858         * dbus/dbus-connection.c (dbus_connection_return_message) 
5859         (dbus_connection_borrow_message): hold dispatch lock while message
5860         is outstanding
5861         (_dbus_connection_block_for_reply): hold dispatch lock while we
5862         block for the reply, so nobody steals our reply
5863         (dbus_connection_pop_message): hold the dispatch lock while we
5864         pluck the message
5865
5866 2005-02-13  Havoc Pennington  <hp@redhat.com>
5867
5868         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
5869         (_dbus_connection_release_dispatch)
5870         (_dbus_connection_acquire_io_path)
5871         (_dbus_connection_release_io_path): make the mutex and condvar
5872         control access to the "acquired" flag. Drop the connection lock
5873         while waiting on the condvar. Hopefully these are baby steps in
5874         roughly the right direction.
5875
5876 2005-02-13  Havoc Pennington  <hp@redhat.com>
5877
5878         * dbus/dbus-connection.c: use separate mutexes for the condition
5879         variables; this is some kind of baseline for sanity, but the
5880         condition variables still aren't used correctly afaict
5881
5882 2005-02-13  Havoc Pennington  <hp@redhat.com>
5883
5884         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
5885         fix a double-unlock
5886
5887         * dbus/dbus-connection.c
5888         (_dbus_connection_detach_pending_call_unlocked): add this
5889
5890         Initial semi-correct pass through to fix thread locking; there are
5891         still some issues with the condition variable paths I'm pretty
5892         sure
5893         
5894         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
5895         lock/unlock calls
5896
5897         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
5898         rename to add _unlocked
5899         (struct DBusConnection): move "dispatch_acquired" and
5900         "io_path_acquired" to use only one bit each.
5901         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
5902         (dbus_connection_set_watch_functions): hacky fix to reentrancy
5903         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
5904         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
5905         (_dbus_connection_remove_timeout) 
5906         (_dbus_connection_toggle_timeout): drop lock when calling out to
5907         user functions; done in a hacky/bad way.
5908         (_dbus_connection_send_and_unlock): add a missing unlock
5909         (_dbus_connection_block_for_reply): add a missing unlock
5910
5911         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5912         drop lock in a hacky probably unsafe way to call out to user
5913         function
5914
5915 2005-02-12  Havoc Pennington  <hp@redhat.com>
5916
5917         * tools/dbus-tree-view.c (info_set_func_text): display more
5918         details on args
5919
5920         * bus/driver.c (bus_driver_handle_list_services): list the bus
5921         driver
5922
5923         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
5924
5925         * glib/dbus-gidl.c (signal_info_get_n_args): new function
5926         (method_info_get_n_args): new function
5927
5928 2005-02-12  Havoc Pennington  <hp@redhat.com>
5929
5930         * bus/driver.c (bus_driver_handle_introspect): add introspection
5931         for bus driver
5932
5933 2005-02-12  Havoc Pennington  <hp@redhat.com>
5934
5935         * bus/driver.c: put the signature of each bus driver method in the
5936         table of handlers and check it on incoming calls; this isn't
5937         really useful, but going to add introspect support in a minute.
5938
5939 2005-02-11  Joe Shaw  <joeshaw@novell.com>
5940
5941         * mono/Connection.cs: The unpredictability of finalizers in mono
5942         prevents us from deterministically disconnecting the filters from
5943         the Service class's finalizer, so move tracking of filters and
5944         matches here.  Add API for that.
5945
5946         * mono/Service.cs: Remove the code, add code which calls the
5947         methods now on the Connection class.
5948
5949 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
5950
5951         * python/dbus.py (class Sender): added to support dbus signals better
5952         (Bus::add_signal_receiver): added expand_args parameter which defaults
5953         to True.  When expand args is True the signal handler will pass the 
5954         message arguments as parameters to the signal handler.  If False
5955         revert to previous behavior where the signal handler must get the
5956         argument list from the message.  This is to help port applications
5957         like HAL that have a tendancy to send variable length argument lists.
5958         self._match_rule_to_receivers is now a dict of dicts.
5959         (Bus::remove_signal_receiver): pop handler off the dict intead of 
5960         removing it from a list
5961         (Bus::_signal_func): change signal handlers so that interface,
5962         signal_name, service, path and message are packed into a Sender
5963         object and that is passed to the handler.  If expand_args is True
5964         extract the args list from the message and append it to the parameter
5965         list
5966         
5967         * python/dbus_bindings.pyx.in (class Signature): added to support 
5968         signiature types
5969         (MessageIter::__init__): changed iteration limit to match D-BUS
5970         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
5971         STRUCT and VARIENT type support
5972         (MessageIter::python_value_to_dbus_sig): made recursive to support
5973         recursive types
5974         (MessageIter::append*): added Signature, dict, tuple 
5975         support
5976
5977         * python/examples/example-client.py: added examples of getting tuples
5978         and dicts
5979
5980         * python/examples/example-service.py: added examples of sending tuples
5981         and dicts
5982
5983         * python/examples/example-signal-recipient.py: Fixed to handle new
5984         signal callback format
5985
5986 2005-02-10  Havoc Pennington  <hp@redhat.com>
5987
5988         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
5989         (call dbus_g_proxy_add_signal)
5990
5991         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
5992         escape the hostname
5993         (_dbus_server_new_for_domain_socket): escape the path
5994
5995         * dbus/dbus-address.c (dbus_address_escape_value): new
5996         (dbus_address_unescape_value): new
5997         (dbus_parse_address): unescape values
5998
5999         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6000
6001         * doc/dbus-specification.xml: explain how to escape values in
6002         addresses
6003
6004 2005-02-10  Havoc Pennington  <hp@redhat.com>
6005
6006         * dbus/dbus-message-factory.c (generate_special): modify test to
6007         avoid using a non-basic dict key
6008
6009         * dbus/dbus-marshal-validate-util.c: add test for the below
6010
6011         * doc/dbus-specification.xml: require that dict keys are a basic
6012         type
6013
6014         * dbus/dbus-marshal-validate.c
6015         (_dbus_validate_signature_with_reason): require that dict key is a
6016         basic type
6017
6018 2005-02-10  Havoc Pennington  <hp@redhat.com>
6019
6020         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6021         change to be _and_unlock instead of _unlocked
6022
6023         * dbus/dbus-connection.c
6024         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6025         have no_update so we can find this bug quickly in future
6026
6027 2005-02-10  Havoc Pennington  <hp@redhat.com>
6028
6029         * dbus/dbus-message-util.c (verify_test_message): tests for string
6030         array
6031
6032         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6033         support for arrays of string/signature/path
6034
6035 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6036
6037         * dbus/dbus-connection.c
6038         (_dbus_connection_queue_received_message_link,
6039         _dbus_connection_message_sent): Add the path to
6040         the verbose output.
6041         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6042         _dbus_connection_send_preallocated_unlocked(), updated the
6043         dispatch status, and unlocks.  Fixes a bug where certain
6044         situations (like a broken pipe) could cause a Disconnect message
6045         to not be sent, tricking the bus into thinking a service was still
6046         there when the process had quit.
6047         (_dbus_connection_send_preallocated): Call
6048         _dbus_connection_send_preallocated_and_unlock().
6049         (_dbus_connection_send_and_unlock): Added.  Calls
6050         _dbus_connection_send_preallocated_and_unlock().
6051         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6052         (dbus_connection_send_with_reply): Update the dispatch status and
6053         unlock.
6054
6055         * mono/Service.cs (~Service): Added.  Removes the filter so that
6056         we don't get unmanaged code calling back into a GCed delegate.
6057         (RemoveFilter); Added.
6058
6059 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6060
6061         * dbus/dbus-message.c (dbus_message_iter_open_container):
6062         - Removed check for iterator type being an array because
6063         get_arg_type does not work with writer iterators
6064         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6065
6066 2005-02-07  Havoc Pennington  <hp@redhat.com>
6067
6068         * doc/dbus-specification.xml: some more language cleanups; add
6069         stuff about how to deal with invalid protocol and extension
6070         points; add _ to allowed chars in auth commands; add EXTENSION_
6071         auth command prefix
6072
6073 2005-02-06  Havoc Pennington  <hp@redhat.com>
6074
6075         * s/expected/required/ in a couple places for clarity
6076
6077 2005-02-07  Colin Walters  <walters@verbum.org>
6078
6079         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6080         sender or proposed_recipient.
6081
6082 2005-02-06  Havoc Pennington  <hp@redhat.com>
6083
6084         * dbus/dbus-message-factory.c (generate_special): more tests
6085
6086         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6087         array length that exceeds the maximum
6088
6089 2005-02-05  Havoc Pennington  <hp@redhat.com>
6090
6091         * dbus/dbus-message-factory.c (generate_special): more test cases,
6092         increasing coverage
6093
6094         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6095         reason why a signature was invalid
6096
6097         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6098         skip the length of the string before we look at it in validation
6099
6100         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6101         equal_substring
6102
6103         * dbus/dbus-message.c (_dbus_message_loader_new): default
6104         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6105
6106 2005-02-05  Havoc Pennington  <hp@redhat.com>
6107
6108         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6109         if the signature of a variant was empty
6110         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6111         struct with no element type)
6112
6113         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6114         mangled messages to break things
6115
6116 2005-02-04  Havoc Pennington  <hp@redhat.com>
6117
6118         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6119         g_quark_try_string() so it actually can return 0
6120         (dbus_g_proxy_connect_signal): ditto
6121
6122 2005-02-04  Havoc Pennington  <hp@redhat.com>
6123
6124         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6125         bogus warning
6126         (tristring_from_message): assert cleanly on null path/interface
6127         (should not be possible though I decided later)
6128         (dbus_g_proxy_dispose): move proxy manager unregistration here
6129         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6130         g_return_if_fail() checks
6131
6132 2005-02-04  Havoc Pennington  <hp@redhat.com>
6133
6134         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6135
6136         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6137         (with some minor changes)
6138
6139         * doc/dbus-specification.xml: add deprecated attribute to
6140         introspection format
6141
6142 2005-01-31  Havoc Pennington  <hp@redhat.com>
6143
6144         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6145         think it's sort of right
6146
6147 2005-01-30  Havoc Pennington  <hp@redhat.com>
6148
6149         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6150
6151 2005-01-30  Havoc Pennington  <hp@redhat.com>
6152
6153         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6154
6155         * autogen.sh: change to autotools 1.9
6156
6157         * glib/dbus-gproxy.c: completely change how signals work
6158         (dbus_g_proxy_add_signal): new function to specify signature of a
6159         signal
6160         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6161         and g_warning if the incoming message has the wrong signature.
6162
6163 2005-01-30  Havoc Pennington  <hp@redhat.com>
6164
6165         * tools/dbus-names-model.c (have_names_notify): fix this
6166
6167         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6168         up the string array handling a bit 
6169
6170 2005-01-30  Havoc Pennington  <hp@redhat.com>
6171
6172         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6173         (dbus_g_pending_call_cancel): new function
6174
6175         * dbus/dbus-glib.h: move GType decls for connection/message here;
6176         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6177         here, just kind of rationalizing how we handle all that
6178
6179         * tools/dbus-names-model.c: new file for a tree model listing the
6180         services on a bus
6181
6182         * tools/dbus-tree-view.c (model_new): use proper typing on the
6183         model rows
6184
6185 2005-01-30  Havoc Pennington  <hp@redhat.com>
6186
6187         * glib/dbus-gmain.c: add a custom GSource back that just checks
6188         whether the message queue has anything in it; otherwise, there are 
6189         cases where we won't see messages in the queue since there was no 
6190         IO visible to the glib main loop
6191
6192         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6193         increase default message timeout to 25 seconds
6194
6195 2005-01-30  Havoc Pennington  <hp@redhat.com>
6196
6197         * test/glib/test-profile.c (no_bus_stop_server): remove the
6198         warning about the g_warning that I just fixed
6199
6200         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6201         custom source, seems to be a lot easier to understand and work
6202         better.
6203
6204 2005-01-30  Havoc Pennington  <hp@redhat.com>
6205
6206         I think this main loop thing is conceptually broken, but here are 
6207         some band aids. I'll maybe rewrite it in a minute.
6208         
6209         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6210         custom GSource, so don't pass it in; confusing
6211         (gsource_server_finalize, gsource_connection_finalize): add
6212         finalize handlers that remove all the watches.  
6213
6214 2005-01-30  Havoc Pennington  <hp@redhat.com>
6215
6216         * glib/dbus-gobject.c (introspect_properties): fix the XML
6217         generated
6218
6219         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
6220         which effectively detects the use of freed messages
6221
6222         * glib/dbus-gobject.c (handle_introspect): modify and return the
6223         reply message instead of the incoming message
6224
6225         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
6226         gee, maybe it should SEND THE XML instead of just making a string
6227         and freeing it again ;-)
6228
6229         * tools/dbus-print-message.c (print_message): improve printing of
6230         messages
6231
6232         * configure.in: add debug-glib.service to the output
6233
6234 2005-01-30  Havoc Pennington  <hp@redhat.com>
6235
6236         dbus-viewer introspected and displayed the bus driver
6237         
6238         * dbus/dbus-object-tree.c 
6239         (object_tree_test_iteration): add tests for a handler registered on "/"
6240
6241         * dbus/dbus-object-tree.c
6242         (_dbus_decompose_path): fix to handle path "/" properly
6243         (run_decompose_tests): add tests for path decomposition
6244         
6245         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
6246         properly
6247
6248         * glib/dbus-gobject.c (handle_introspect): fix quotes
6249
6250         * test/glib/run-test.sh: support launching the bus, then running
6251         dbus-viewer
6252
6253         * test/glib/test-service-glib.c (main): put in a trivial gobject
6254         subclass and register it on the connection
6255
6256         * bus/driver.c (bus_driver_handle_introspect): implement
6257         introspection of the bus driver service
6258
6259         * dbus/dbus-protocol.h: add #defines for the XML namespace,
6260         identifiers, doctype decl
6261
6262         * bus/driver.c (bus_driver_handle_get_service_owner): handle
6263         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
6264         returning the service unchanged.
6265         (bus_driver_handle_message): remove old check for reply_serial in
6266         method calls, now the message type deals with that
6267         (bus_driver_handle_message): handle NULL interface
6268
6269         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
6270
6271         * glib/dbus-gloader-expat.c (description_load_from_string): allow
6272         -1 for len
6273
6274         * tools/dbus-viewer.c: add support for introspecting a service on
6275         a bus
6276
6277         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
6278         (dbus_g_pending_call_unref): add
6279
6280 2005-01-29  Havoc Pennington  <hp@redhat.com>
6281
6282         * tools/dbus-tree-view.c: add support for displaying properties.
6283         (run dbus-viewer with an introspect xml file as arg, then resize
6284         the window so the tree elements show up, not sure what that is)
6285
6286         * glib/dbus-gobject.c (handle_introspect): return
6287         org.freedesktop.Properties and org.freedesktop.Introspectable
6288         interfaces when we are introspected.
6289
6290         * doc/dbus-specification.xml: allow empty interface name when 
6291         Get/Set a property
6292
6293 2005-01-29  Havoc Pennington  <hp@redhat.com>
6294
6295         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
6296         though it uses glib, it could be extended for any binding in
6297         principle
6298
6299         * glib/dbus-gobject.c (gobject_message_function): change to the
6300         new way properties work
6301
6302         * dbus/dbus-protocol.h: add the new interfaces
6303
6304         * doc/dbus-specification.xml: document the introspection format,
6305         Introspectable interface, and add an org.freedesktop.Properties
6306         interface.
6307
6308         * glib/dbus-gparser.c: add support for a <property> element
6309
6310         * glib/dbus-gidl.c: add PropertyInfo
6311
6312         * glib/dbus-gobject.c (handle_introspect): put the outermost
6313         <node> outside the signal and property descriptions.
6314         (introspect_properties): export properties as <property> rather
6315         than as method calls
6316
6317 2005-01-28  Havoc Pennington  <hp@redhat.com>
6318
6319         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
6320         related to authentication protocol
6321
6322 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
6323
6324         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
6325                 - BUS_ACTIVATION -> BUS_STARTER
6326                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
6327                 - class MessageIter (__init__): Added recursion checking 
6328                 so we throw a nice error instead of just disconnecting from the
6329                 bus.
6330                 (get): Added arg_type parameter for recursion.
6331                 Removed the nil type
6332                 Added signiture type placeholder (not implemented)
6333                 Added struct type placeholder (not implemented)
6334                 Added varient type placeholder (not implemented)
6335                 Commented out dict type for now     
6336                 (get_element_type): renamed from get_array_type
6337                 (get_*): changed to use the dbus_message_iter_get_basic API
6338                 (get_*_array): removed in favor of recursive get_array method
6339                 (get_array): new recursive method which calls get to marshal
6340                 the elements of the array
6341                 (value_to_dbus_sig): New method returns the corrasponding
6342                 dbus signiture to a python value
6343                 (append): Comment out dict handling for now
6344                 Handle lists with the new recursive API
6345                 Comment out None handling for now
6346                 (append_nil): removed
6347                 (append_*): changed to use dbus_message_iter_append_basic API
6348                 (append_*_array): removed in favor of recursive append_array 
6349                 method
6350                 (__str__): Make it easier to print out recursive iterators
6351                 for debugging
6352                 - class Message (__str__): moved type inspection to the
6353                 MessageIter class' __str__ method
6354                 (get_iter): Added an append parameter wich defaults to False
6355                 If True use the new API's to create an append iterator
6356
6357         * python/dbus.py: Update to use new bindings API
6358                 - TYPE_ACTIVATION -> TYPE_STARTER
6359                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
6360                 - class ActivationBus -> class StarterBus
6361                 - class RemoteObject (__call__): get an append iterator
6362                 - (_dispatch_dbus_method_call): get an append iterator
6363                 - class Object (emit_signal): get an append iterator
6364
6365         * python/examples/: Fixed up the examples to work with the new API
6366                 
6367 2005-01-28  Joe Shaw  <joeshaw@novell.com>
6368
6369         * configure.in: Bump version up to 0.30.
6370
6371         * HACKING: Add a release item to bump the version number up after 
6372         a release.
6373
6374 2005-01-28  Havoc Pennington  <hp@redhat.com>
6375
6376         * doc/dbus-specification.xml: update to describe 16-bit types and
6377         dict entries
6378
6379         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
6380         assertion
6381
6382         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
6383         type
6384
6385         * dbus/dbus-marshal-recursive.c: implement
6386
6387 2005-01-27  Havoc Pennington  <hp@redhat.com>
6388
6389         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
6390
6391         * configure.in: find the right type for 16 and 32 bit ints as well
6392         as 64
6393
6394         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
6395         the 16-bit types so people don't have to stuff them in 32-bit or
6396         byte arrays.
6397
6398 2005-01-27  Havoc Pennington  <hp@redhat.com>
6399
6400         * dbus/dbus-message.c: byteswap the message if you init an
6401         iterator to read/write from it
6402         
6403         * dbus/dbus-marshal-byteswap.c: new file implementing 
6404         _dbus_marshal_byteswap()
6405
6406         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
6407
6408 2005-01-26  Havoc Pennington  <hp@redhat.com>
6409         
6410         * dbus/dbus-marshal-validate-util.c: break this out (and fix
6411         build, apparently - nobody noticed?)
6412         
6413 2005-01-26  Havoc Pennington  <hp@redhat.com>
6414
6415         * dbus/dbus-marshal-recursive.h: remove todo comment
6416
6417 2005-01-25  Joe Shaw  <joeshaw@novell.com>
6418
6419         * Land the mono binding changes to conform to the new APIs.
6420
6421         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
6422         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
6423
6424         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
6425         type code as a string.
6426         (InitAppending): Rename dbus_message_append_iter_init() to
6427         dbus_message_iter_init_append().
6428
6429         * mono/BusDriver.cs: Rename ServiceEventHandler to
6430         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
6431         Rename ServiceOwnerChanged to NameOwnerChanged.
6432
6433         * mono/Connection.cs: Rename BaseService to UniqueName, and the
6434         underlying C call.
6435
6436         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
6437
6438         * mono/Service.cs: Rename Exists to HasOwner, internally rename
6439         dbus_bus_acquire_service() to dbus_bus_request_name().
6440
6441         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
6442         of Type.UnderlyingSystemType to get the correct element type for
6443         the array.
6444         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
6445         dbus_message_get_{element|arg}_type() instead of
6446         dbus_message_iter_init_array_iterator().
6447         (Append): Replace dbus_message_iter_append_array() with
6448         dbus_message_iter_open_container() and
6449         dbus_message_iter_close_container().
6450
6451         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
6452         types have been removed.
6453         
6454         * mono/DBusType/*.cs: Replace calls of
6455         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
6456         but specify the type in the DllImport extern declaration.  Ditto
6457         for dbus_message_iter_append_[type]() ->
6458         dbus_message_iter_append_basic().
6459
6460         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
6461         NameOwnerChangedHandler.
6462
6463 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
6464
6465         * python/dbus_bindings.pyx.in: Rename of methods and bindings
6466                 - get_base_service -> get_unique_name
6467                 - bus_get_base_service -> bus_get_unique_name
6468                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
6469                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
6470                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
6471                 - bus_activate_service -> bus_start_service_by_name
6472                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
6473                 - bus_acquire_service -> bus_request_name
6474                 - dbus_bus_acquire_service -> dbus_bus_request_name
6475                 - bus_service_exists -> bus_name_has_owner
6476                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
6477
6478         * python/dbus.py: Rename of methods
6479                 - activate_service -> start_service_by_name
6480                 - bus_acquire_service -> bus_request_name
6481                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
6482                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
6483
6484         
6485 2005-01-24  Joe Shaw  <joeshaw@novell.com>
6486
6487         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
6488         signature for the method that can't be found.
6489
6490         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
6491         the message has any arguments, we need to call
6492         _dbus_type_reader_get_current_type(), not
6493         _dbus_type_reader_has_next().
6494
6495 2005-01-24  Havoc Pennington  <hp@redhat.com>
6496
6497         * dbus/dbus-message-factory.c: more testing of message validation
6498
6499         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
6500         header
6501
6502 2005-01-23  Havoc Pennington  <hp@redhat.com>
6503
6504         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
6505         get this all working, not many tests in the framework yet though
6506
6507 2005-01-22  Havoc Pennington  <hp@redhat.com>
6508
6509         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
6510         tutorial, based on work from David Wheeler.
6511
6512 2005-01-21  Havoc Pennington  <hp@redhat.com>
6513
6514         * dbus/dbus-bus.c: add more return_if_fail checks
6515
6516         * dbus/dbus-message.c (load_message): have the "no validation"
6517         mode (have to edit the code to toggle the mode for now though)
6518
6519         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
6520         skips all validation; I want to use this at least for benchmark
6521         baseline, I'm not sure if it should be a publicly-available switch.
6522
6523 2005-01-21  Havoc Pennington  <hp@redhat.com>
6524
6525         * glib/dbus-gmain.c: don't put the GLib bindings in the same
6526         toplevel doxygen group as the low-level API stuff
6527
6528         * dbus/dbus.h: note that libdbus is the low-level API
6529
6530 2005-01-20  Havoc Pennington  <hp@redhat.com>
6531
6532         * update-dbus-docs.sh: script to update docs on the web site, only
6533         works for me though. neener.
6534
6535 2005-01-20  Havoc Pennington  <hp@redhat.com>
6536
6537         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
6538         code can reveal bugs in it
6539
6540 2005-01-20  Havoc Pennington  <hp@redhat.com>
6541
6542         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
6543         select() version, patches from Tor Lillqvist
6544
6545 2005-01-20  Havoc Pennington  <hp@redhat.com>
6546
6547         * doc/dbus-tutorial.xml: replace > with &gt;
6548
6549         * bus/services.c (bus_registry_acquire_service): validate the name
6550         and return a better error if it's no good.
6551
6552         * doc/dbus-specification.xml: note NO_AUTO_START change
6553
6554         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
6555         from AUTO_START, we're toggling the default
6556
6557         * bus/dispatch.c: adapt the tests to change of auto-start default
6558
6559 2005-01-18  Havoc Pennington  <hp@redhat.com>
6560
6561         * rename dbus-daemon-1 to dbus-daemon throughout
6562
6563 2005-01-18  Havoc Pennington  <hp@redhat.com>
6564
6565         * Throughout, grand renaming to strip out the use of "service",
6566         just say "name" instead (or "bus name" when ambiguous).  Did not
6567         change the internal code of the message bus itself, only the
6568         programmer-facing API and messages.
6569         
6570         * doc/dbus-specification.xml: further update the message bus section
6571         
6572         * bus/config-parser.c (all_are_equiv): fix bug using freed string
6573         in error case
6574
6575 2005-01-17  Havoc Pennington  <hp@redhat.com>
6576
6577         * dbus/dbus-types.h: remove 16-bit types since we don't use them
6578         ever
6579
6580         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
6581         "invalid name character" not only non-ASCII
6582
6583         * doc/dbus-specification.xml: further update spec, message bus 
6584         parts are still out-of-date but the marshaling etc. stuff is now
6585         accurate-ish
6586
6587 2005-01-17  Havoc Pennington  <hp@redhat.com>
6588
6589         * doc/dbus-specification.xml: partially update spec
6590
6591 2005-01-17  Havoc Pennington  <hp@redhat.com>
6592
6593         * Throughout, align variant bodies according to the contained
6594         type, rather than always to 8. Should save a fair bit of space in
6595         message headers.
6596         
6597         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
6598         fix handling of case where p == end
6599
6600         * doc/TODO: remove the dbus_bool_t item and variant alignment items
6601
6602 2005-01-17  Havoc Pennington  <hp@redhat.com>
6603
6604         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
6605
6606         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
6607         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
6608         are marshaling/unmarshaling a boolean.
6609
6610 2005-01-16  Havoc Pennington  <hp@redhat.com>
6611
6612         This is about it on what can be disabled/deleted from libdbus
6613         easily, back below 150K anyhow. Deeper cuts are more work than 
6614         just turning the code off as I've done here.
6615         
6616         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
6617         signed int convenience funcs
6618
6619         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
6620         verbose mode
6621
6622         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
6623         things out of libdbus
6624
6625         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
6626         
6627         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
6628         tests-enabled-only, though it should probably be deleted)
6629
6630         * dbus/dbus-message-util.c: same stuff
6631
6632         * dbus/dbus-auth-util.c: same stuff
6633
6634 2005-01-16  Havoc Pennington  <hp@redhat.com>
6635
6636         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
6637
6638         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
6639         way for stripping down dbus-userdb.c stuff included in libdbus.
6640         Rename _dbus_parse_uid for consistency.
6641
6642 2005-01-16  Havoc Pennington  <hp@redhat.com>
6643
6644         * dbus/dbus-internals.c (_dbus_real_assert): print the function
6645         name the assertion failed in
6646
6647         * dbus/dbus-internals.h (_dbus_return_if_fail) 
6648         (_dbus_return_val_if_fail): assert that the name of the function
6649         containing the check doesn't start with '_', since we only want to 
6650         use checks on public functions
6651         
6652         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
6653         checks to assertions
6654
6655         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
6656         change checks to asserts for private function
6657
6658         * dbus/dbus-message.c (_dbus_message_set_serial): checks
6659         to asserts for private function
6660
6661         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
6662         broken assertion that was breaking make check
6663         (_dbus_type_reader_array_is_empty): remove this rather than fix
6664         it, was only used in assertions
6665
6666 2005-01-16  Havoc Pennington  <hp@redhat.com>
6667
6668         * test/unused-code-gc.py: hacky script to find code that's used
6669         only by the bus (not libdbus) or used only by tests or not used at
6670         all. It has some false alarms, but looks like we can clean up a
6671         lot of size from libdbus.
6672
6673         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
6674         dbus/Makefile.am: initially move 10K of binary size out of libdbus
6675         
6676 2005-01-16  Havoc Pennington  <hp@redhat.com>
6677
6678         * Add and fix docs according to Doxygen warnings throughout
6679         source.
6680         
6681         * dbus/dbus-marshal-recursive.c
6682         (_dbus_type_reader_array_is_empty): change this to just call
6683         array_reader_get_array_len() and make it static
6684
6685         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
6686         from get_array_type
6687         (dbus_message_iter_init_append): rename from append_iter_init
6688
6689         * dbus/dbus-marshal-recursive.c
6690         (_dbus_type_reader_get_element_type): rename from
6691         _dbus_type_reader_get_array_type
6692
6693 2005-01-15  Havoc Pennington  <hp@redhat.com>
6694
6695         * test/glib/test-profile.c (with_bus_server_filter): fix crash
6696
6697         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
6698         when DBUS_DISABLE_ASSERT
6699         (_dbus_marshal_set_basic): be sure we align for the string length
6700
6701         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
6702         this look faster
6703
6704         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
6705         inline macro version
6706         (_dbus_string_set_byte): provide inline macro version
6707
6708 2005-01-15  Havoc Pennington  <hp@redhat.com>
6709
6710         * Land the new message args API and type system.
6711
6712         This patch is huge, but the public API change is not 
6713         really large. The set of D-BUS types has changed somewhat, 
6714         and the arg "getters" are more geared toward language bindings;
6715         they don't make a copy, etc.
6716
6717         There are also some known issues. See these emails for details
6718         on this huge patch:
6719         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
6720         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
6721         
6722         * dbus/dbus-marshal-*: all the new stuff
6723
6724         * dbus/dbus-message.c: basically rewritten
6725
6726         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
6727         freed blocks to be all non-nul bytes so using freed memory is less
6728         likely to work right
6729
6730         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
6731         DBUS_FAIL_MALLOC=N environment variable, so you can do
6732         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
6733         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
6734         thorough.
6735
6736         * qt/message.cpp: port to the new message args API
6737         (operator<<): use str.utf8() rather than str.unicode()
6738         (pretty sure this is right from the Qt docs?)
6739
6740         * glib/dbus-gvalue.c: port to the new message args API
6741
6742         * bus/dispatch.c, bus/driver.c: port to the new message args API
6743
6744         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
6745         "locked" flag to TRUE and align_offset to 0; I guess we never
6746         looked at these anyhow, but seems cleaner.
6747
6748         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
6749         move allocation padding macro to this header; use it to implement
6750         (_DBUS_STRING_STATIC): ability to declare a static string.
6751
6752         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
6753         change to return TRUE if the interface is not set.
6754
6755         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
6756         to dbus-marshal-validate.[hc]
6757
6758         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
6759         dbus-internals.c
6760
6761         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
6762         to dbus-marshal-*.[hc]
6763
6764         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
6765         function here from dbus-marshal.c
6766
6767 2005-01-12  Joe Shaw  <joeshaw@novell.com>
6768
6769         * NEWS: Update for 0.23.
6770
6771         * configure.in: Release 0.23.
6772
6773 2005-01-12  Joe Shaw  <joeshaw@novell.com>
6774
6775         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
6776         dbus DLL with --debug.  Clean up after the .mdb files this leaves
6777         behind.
6778
6779         * mono/doc/Makefile.am: Need to uninstall the docs on "make
6780         uninstall"
6781
6782         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
6783         is an enum, get the enum's underlying type.  Another mono
6784         1.1.3 fix.
6785
6786 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6787
6788         Patch from Sjoerd Simons <sjoerd@luon.net>
6789
6790         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
6791         DESTDIR.  It breaks stuff.
6792
6793 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6794
6795         Patch from Tambet Ingo <tambet@ximian.com>
6796
6797         * mono/DBusType/Array.cs (Get): Get the underlying element type by
6798         calling type.GetElementType().  The code previously depended on
6799         broken Mono behavior, which was fixed in Mono 1.1.3.
6800
6801         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
6802         Activator.CreateInstance() so that the class's constructor is
6803         called with the right parameters.
6804
6805 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6806
6807         Patch from Timo Teräs <ext-timo.teras@nokia.com>
6808
6809         * dbus/dbus-connection.c
6810         (_dbus_connection_queue_received_message_link): Call
6811         _dbus_connection_remove_timeout() instead of the _locked()
6812         variant, since it's always called from
6813         _dbus_connection_handle_watch(), which handles the locking.
6814         Removed the _locked() variant since it's no longer used.
6815
6816 2005-01-03  Havoc Pennington  <hp@redhat.com>
6817
6818         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
6819         return
6820         
6821 2004-12-26  Havoc Pennington  <hp@redhat.com>
6822
6823         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
6824
6825 2005-01-03  Havoc Pennington  <hp@redhat.com>
6826
6827         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
6828         floating point
6829
6830         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
6831
6832 2005-01-02  Havoc Pennington  <hp@redhat.com>
6833
6834         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
6835
6836 2005-01-01  Havoc Pennington  <hp@redhat.com>
6837
6838         * configure.in: add -Wfloat-equal
6839
6840 2005-01-01  Havoc Pennington  <hp@redhat.com>
6841
6842         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
6843         for a variety of reasons '==' doesn't do this.
6844
6845 2004-12-31  Havoc Pennington  <hp@redhat.com>
6846
6847         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
6848         I keep wishing I had
6849
6850 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
6851
6852         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
6853
6854 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
6855
6856         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
6857         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
6858         dbus-protocol.h.  Because they are defines and not enums they are not
6859         autogenerated.
6860
6861 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
6862
6863         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
6864         dbus_bus_activate_service
6865
6866         * python/dbus.py (Bus.activate_service): activate a service on the
6867         bus.
6868
6869 2004-12-24  Havoc Pennington  <hp@redhat.com>
6870
6871         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
6872         file format has also changed and I haven't adapted to that yet
6873         
6874         * Makefile.am: load .gcno files from latest gcc
6875
6876 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
6877         * Patch from Rob Taylor <robtaylor@fastmail.fm>
6878
6879         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
6880         lowlevel binding
6881
6882         * python/dbus.py (get_unix_user): Added binding to 
6883         call dbus_bindings.bus_get_unix_user
6884
6885         * python/extract.py: Modified the proto_pat regex to
6886         handle unsigned long
6887
6888 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6889
6890         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
6891         better POSIX compliance.
6892
6893 2004-12-19  Havoc Pennington  <hp@redhat.com>
6894
6895         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
6896         (_dbus_string_insert_8_aligned): new functions
6897
6898         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
6899
6900 2004-12-18  Havoc Pennington  <hp@redhat.com>
6901
6902         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
6903         macro
6904
6905         * dbus/dbus-message.c: fix a comment, and add a still-unused
6906         not-implemented function
6907
6908         * dbus/dbus-marshal.h: fix comment
6909
6910         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
6911
6912 2004-12-17  Joe Shaw  <joeshaw@novell.com>
6913
6914         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
6915         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
6916         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
6917         Type.UnderlyingSystemType to get the actual system type
6918         underneath.  This code previously depended on the broken Mono
6919         behavior, which was fixed in 1.1.3.
6920
6921 2004-11-27  Havoc Pennington  <hp@redhat.com>
6922
6923         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
6924         are disabled
6925         (_dbus_string_get_const_data): inline when asserts are disabled
6926
6927         * dbus/dbus-message.c: record the _dbus_current_generation of
6928         creation so we can complain if dbus_shutdown() is used improperly.
6929         Do this only if checks are enabled.
6930
6931         * dbus/dbus-connection.c: ditto
6932         
6933 2004-11-26  Havoc Pennington  <hp@redhat.com>
6934
6935         * test/glib/test-profile.c: add with_bus mode to profile echoes
6936         that go through the bus.
6937
6938         * test/glib/run-test.sh: add ability to run test-profile
6939
6940         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
6941         config file reload.
6942
6943 2004-11-26  Havoc Pennington  <hp@redhat.com>
6944
6945         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
6946         thing was implemented
6947
6948 2004-11-26  Havoc Pennington  <hp@redhat.com>
6949
6950         * test/glib/test-profile.c: tweak a bit, add support for some
6951         made-up minimal malloc overhead with plain sockets, since in 
6952         real life some sort of buffers are unavoidable thus we could 
6953         count them in the theoretical best case
6954
6955 2004-11-26  Havoc Pennington  <hp@redhat.com>
6956
6957         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
6958         where I was trying to cache one too many messages
6959
6960 2004-11-26  Havoc Pennington  <hp@redhat.com>
6961
6962         * dbus/dbus-message.c: reimplement message cache as an array which 
6963         makes the cache about twice as fast and saves maybe 1.5% overall
6964
6965 2004-11-26  Havoc Pennington  <hp@redhat.com>
6966
6967         * dbus/dbus-threads.c (init_global_locks): forgot to put the
6968         message cache lock here
6969
6970 2004-11-26  Havoc Pennington  <hp@redhat.com>
6971
6972         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
6973         the "char byte_order" next to each other to save 4 bytes
6974         (dbus_message_new_empty_header): reduce preallocation, since the
6975         message cache should achieve a similar effect
6976         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
6977         message cache that keeps a few DBusMessage around in a pool,
6978         another 8% speedup or so.
6979
6980         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
6981
6982 2004-11-25  Havoc Pennington  <hp@redhat.com>
6983
6984         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
6985         to write, without reading or blocking, try it before the poll()
6986         and skip the poll() if nothing remains to write. This is about a
6987         3% speedup in the echo client/server
6988
6989 2004-11-25  Havoc Pennington  <hp@redhat.com>
6990
6991         The primary change here is to always write() once before adding
6992         the write watch, which gives us about a 10% performance increase.
6993         
6994         * dbus/dbus-transport-unix.c: a number of modifications to cope
6995         with removing messages_pending
6996         (check_write_watch): properly handle
6997         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
6998         messages_pending stuff
6999         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7000         AUTHENTICATED cases
7001         (unix_handle_watch): after writing, see if the write watch can be
7002         removed
7003         (unix_do_iteration): assert that write_watch/read_watch are
7004         non-NULL rather than testing that they aren't, since they 
7005         aren't allowed to be NULL. check_write_watch() at the end so 
7006         we add the watch if we did not finish writing (e.g. got EAGAIN)
7007
7008         * dbus/dbus-transport-protected.h: remove messages_pending call,
7009         since it resulted in too much inefficient watch adding/removing; 
7010         instead we now require that the transport user does an iteration 
7011         after queueing outgoing messages, and after trying the first
7012         write() we add a write watch if we got EAGAIN or exceeded our 
7013         max bytes to write per iteration setting
7014
7015         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7016         function
7017
7018         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7019         freed and then accessed, valgrind flagged this bug, fix it
7020
7021         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7022         as the last valid field plus 1, where really it is equal to the
7023         last valid field. Corrects some message corruption issues.
7024
7025         * dbus/dbus-mainloop.c: verbosity changes
7026
7027         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7028         instead of aborting in one of the test codepaths
7029
7030         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7031         caused not printing the pid ever again if a verbose was missing
7032         the newline at the end
7033         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7034
7035         * dbus/dbus-connection.c: verbosity changes; 
7036         (dbus_connection_has_messages_to_send): new function
7037         (_dbus_connection_message_sent): no longer call transport->messages_pending
7038         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7039         try to write() immediately, so we can avoid the write watch. This
7040         is the core purpose of this patchset
7041         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7042         dump the outgoing message queue, so nobody will get confused
7043         trying to send them or thinking stuff is pending to be sent
7044
7045         * bus/test.c: verbosity changes
7046
7047         * bus/driver.c: verbosity/assertion changes
7048
7049         * bus/dispatch.c: a bunch of little tweaks to get it working again
7050         because this patchset changes when/where you need to block.
7051
7052 2004-11-23  Havoc Pennington  <hp@redhat.com>
7053
7054         * test/glib/test-profile.c: modify to accept a plain_sockets
7055         argument in which case it will bench plain sockets instead of
7056         libdbus, for comparison purposes.
7057
7058 2004-11-22  Havoc Pennington  <hp@redhat.com>
7059
7060         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7061         threads for more time, so sysprof can get a grip on it.
7062
7063         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7064         pointless variable
7065
7066 2004-11-13  Havoc Pennington  <hp@redhat.com>
7067
7068         * test/glib/test-profile.c: fix this thing up a bit
7069
7070         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7071         preallocation sizes by a fair bit; not sure if this will be an
7072         overall performance win or not, but it does reduce reallocs.
7073
7074         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7075         the test hack that forced constant realloc if asserts are
7076         disabled, so we can profile sanely. Sprinkle in some
7077         _DBUS_UNLIKELY() which are probably pointless, but before I
7078         noticed the real performance problem I put them in.
7079         (_dbus_string_validate_utf8): micro-optimize this thing a little
7080         bit, though callgrind says it didn't help; then special-case
7081         ascii, which did help a lot; then be sure we detect nul bytes as
7082         invalid, which is a bugfix.
7083         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7084         superstition; use memset to nul the padding instead of a manual
7085         loop.
7086         (_dbus_string_get_length): inline this as a
7087         macro; it showed up in the profile because it's used for loop
7088         tests and so forth
7089
7090 2004-11-10  Colin Walters  <walters@verbum.org>
7091
7092         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7093         for extra paranoia.
7094
7095 2004-11-09  Colin Walters  <walters@verbum.org>
7096
7097         * dbus/dbus-string.c (_dbus_string_get_length): New
7098         function, writes DBusString to C buffer.
7099
7100         * dbus/dbus-string.h: Prototype it.
7101
7102         * dbus/dbus-message.c (dbus_message_type_to_string): New
7103         function, converts message type into C string.
7104
7105         * dbus/dbus-message.h: Prototype it.
7106
7107         * bus/selinux.c (bus_selinux_check): Take source pid,
7108         target pid, and audit data.  Pass audit data to
7109         avc_has_perm.
7110         (log_audit_callback): New function, appends extra
7111         audit information.
7112         (bus_selinux_allows_acquire_service): Also take
7113         service name, add it to audit data.
7114         (bus_selinux_allows_send): Also take message
7115         type, interface, method member, error name,
7116         and destination, and add them to audit data.
7117         (log_cb): Initialize func_audit.
7118         
7119         * bus/selinux.h (bus_selinux_allows_acquire_service)
7120         (bus_selinux_allows_send): Update prototypes 
7121
7122         * bus/services.c (bus_registry_acquire_service): Pass
7123         service name to bus_selinux_allows_acquire_service.
7124
7125         * bus/bus.c (bus_context_check_security_policy): Pass
7126         additional audit data.  Move assignment of dest
7127         to its own line.
7128
7129 2004-11-07  Colin Walters  <walters@verbum.org>
7130
7131         * dbus/dbus-transport-unix.c (do_authentication): Always
7132         initialize auth_completed.
7133         
7134 2004-11-07  Colin Walters  <walters@verbum.org>
7135
7136         * bus/bus.c (load_config): Break into three
7137         separate functions: process_config_first_time_only,
7138         process_config_every_time, and process_config_postinit.
7139         (process_config_every_time): Move call of
7140         bus_registry_set_service_context_table into
7141         process_config_postinit.
7142         (process_config_postinit): New function, does
7143         any processing that needs to happen late
7144         in initialization (and also on reload).
7145         (bus_context_new): Instead of calling load_config,
7146         open config parser here and call process_config_first_time_only
7147         and process_config_every_time directly.  Later, after
7148         we have forked but before changing UID,
7149         invoke bus_selinux_full_init, and then call
7150         process_config_postinit.
7151         (bus_context_reload_config): As in bus_context_new,
7152         load parse file inside here, and call process_config_every_time
7153         and process_config_postinit.
7154
7155         * bus/services.h, bus/services.c
7156         (bus_registry_set_service_context_table): Rename
7157         from bus_registry_set_sid_table.  Take string hash from config
7158         parser, and convert them here into SIDs.
7159
7160         * bus/config-parser.c (struct BusConfigParser): Have
7161         config parser only store a mapping of service->context
7162         string.
7163         (merge_service_context_hash): New function.
7164         (merge_included): Merge context string hashes instead
7165         of using bus_selinux_id_table_union.
7166         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7167         simply create a new string hash.
7168         (bus_config_parser_unref): Unref it.
7169         (start_selinux_child): Simply insert strings into hash,
7170         don't call bus_selinux_id_table_copy_over.
7171
7172         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7173         (bus_selinux_id_table_copy_over): Delete.
7174
7175 2004-11-03  Colin Walters  <walters@verbum.org>
7176
7177         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7178         variables.
7179         
7180 2004-11-03  Colin Walters  <walters@verbum.org>
7181
7182         * bus/test-main.c (test_pre_hook): Fix test logic,
7183         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7184
7185 2004-11-02  Colin Walters  <walters@redhat.com>
7186
7187         * bus/selinux.c (bus_selinux_init): Split into two functions,
7188         bus_selinux_pre_init and bus_selinux_post_init.
7189         (bus_selinux_pre_init): Just determine whether SELinux is
7190         enabled.
7191         (bus_selinux_post_init): Do everything else.
7192
7193         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7194         config file, and bus_selinux_post_init after.  This ensures that
7195         we don't lose the policyreload notification thread that
7196         bus_selinux_init created before forking previously.
7197         
7198         * bus/test-main.c (test_pre_hook): Update for split.
7199
7200 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7201
7202         Patch from Johan Fischer <linux@fischaz.com>
7203         
7204         * mono/doc/Makefile.am (install-data-local): Added directory
7205         install for DESTDIR
7206
7207 2004-10-29  Colin Walters  <walters@redhat.com>
7208
7209         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7210         parameter for fd to write pid to.       
7211
7212         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7213         
7214         * bus/bus.c (bus_context_new): Pass print_pid_fd
7215         to _dbus_become_daemon (bug #1720)
7216
7217 2004-10-29  Colin Walters  <walters@redhat.com>
7218
7219         Patch from Ed Catmur <ed@catmur.co.uk>
7220
7221         * mono/doc/Makefile.am (install-data-local): Handle
7222         DESTDIR.
7223
7224 2004-10-29  Colin Walters  <walters@redhat.com>
7225
7226         * bus/.cvsignore, qt/.cvsignore: Update.
7227
7228 2004-10-29  Colin Walters  <walters@redhat.com>
7229
7230         Patch from Kristof Vansant <de_lupus@pandora.be>
7231
7232         * configure.in: Detect Slackware.
7233         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
7234         * bus/rc.messagebus.in: New file.
7235
7236 2004-10-29  Colin Walters  <walters@redhat.com>
7237
7238         * tools/dbus-monitor.c (filter_func): Return
7239         DBUS_HANDLER_RESULT_HANDLED in filter function
7240         for now.  See:
7241         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
7242
7243 2004-10-29  Colin Walters  <walters@redhat.com>
7244
7245         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
7246
7247         * bus/services.c (bus_registry_acquire_service): 
7248         Correctly retrieve service name from DBusString
7249         for printing.
7250
7251 2004-10-29  Colin Walters  <walters@redhat.com>
7252
7253         * dbus/dbus-glib.h: Update documentation to not
7254         refer to internal APIs.
7255
7256 2004-10-27  Joe Shaw  <joeshaw@novell.com>
7257
7258         * mono/Arguments.cs (GetDBusTypeConstructor):
7259         type.UnderlyingSystemType will return "System.Byte" if you do it
7260         on "byte[]", which is not what we want.  So check the type.IsArray
7261         property and use System.Array instead.
7262
7263 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
7264
7265         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
7266         the DBusUserInfo structure since this is passed into the function.
7267         This would cause a double free when the function that allocated
7268         the structure would try to free it when an error occured.
7269
7270         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
7271         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
7272         for service activation to avoid 32bit/64bit parallel install issues
7273
7274 2004-10-21  Colin Walters  <walters@verbum.org>
7275
7276         * AUTHORS: Fix my email address, the @gnu.org one
7277         has been bouncing for some time.  Also add J5.
7278         
7279 2004-10-21  Colin Walters  <walters@verbum.org>
7280
7281         * dbus/dbus-transport-unix.c (do_authentication): Return
7282         authentication status to callers.
7283         (unix_handle_watch): If we completed authentication this round,
7284         don't do another read.  Instead wait until the next iteration,
7285         after we've read any pending data in the auth buffer.
7286         (unix_do_iteration): Ditto.
7287         (unix_handle_watch): Updated for new do_authentication prototype.
7288
7289 2004-10-18  Colin Walters  <walters@verbum.org>
7290
7291         * bus/selinux.c (bus_selinux_enabled): Handle
7292         --disable-selinux case.
7293         
7294 2004-10-18  Colin Walters  <walters@verbum.org>
7295
7296         * bus/selinux.h: Add bus_selinux_enabled.
7297         
7298         * bus/selinux.c (bus_selinux_enabled): Implement it.
7299         
7300         * bus/config-parser.c (struct include): Add
7301         if_selinux_enabled member.
7302         (start_busconfig_child): Parse if_selinux_enabled
7303         attribute for include.
7304         (bus_config_parser_content): Handle it.
7305
7306         * bus/session.conf.in, bus/system.conf.in: Add
7307         inclusion of context mapping to default config files;
7308         conditional on SELinux being enabled.
7309         
7310         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
7311         
7312         * test/data/invalid-config-files/badselinux-1.conf, 
7313         test/data/invalid-config-files/badselinux-2.conf:
7314         Test files for bad syntax.
7315         
7316 2004-10-17  Colin Walters  <walters@verbum.org>
7317
7318         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
7319         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
7320         format specifier mismatches.
7321
7322 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7323
7324         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
7325         format string.
7326
7327         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
7328         pointer (bug #1540, Leonardo Boiko).
7329
7330 2004-09-28  Jon Trowbridge  <trow@ximian.com>
7331
7332         * mono/BusDriver.cs: Changed BusDriver struct to remove
7333         the ServiceCreated and ServiceDeleted events and replace them
7334         with the new ServiceOwnerChanged event.
7335
7336         * mono/example/BusListener.cs: Added a new example program,
7337         which listens for and reports any ServiceOwnerChanged events
7338         on the bus driver.
7339
7340         * mono/example/Makefile.am (DESTDIR): Build changes for the
7341         new BusListener.cs example.
7342
7343 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7344
7345         * bus/signals.c (bus_match_rule_parse): validate the components of
7346         match rules (bug #1439).
7347
7348         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
7349
7350 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7351
7352         * doc/dbus-specification.xml: document ServiceOwnerChanged
7353         signal.
7354         
7355         * bus/driver.c, bus/driver.h, bus/services.c: Use
7356         ServiceOwnerChanged signal instead of ServiceCreated and
7357         ServiceDeleted.
7358         
7359         * bus/dispatch.c: update testcase for the new signal.
7360
7361 2004-09-20  Jon Trowbridge  <trow@ximian.com>
7362
7363         Patch from Nat Friedman <nat@novell.com>
7364
7365         * mono/Makefile.am: A number of small build fixes to allow "make
7366         distcheck" to succeed.
7367
7368         * mono/example/Makefile.am: "make distcheck" fixes.
7369
7370         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
7371         key in @srcdir@.
7372
7373         * test/Makefile.am: "make distcheck" fixes.
7374
7375 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7376
7377         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
7378
7379         * doc/busconfig.dtd: update the DTD for the at_console attribute.
7380
7381         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
7382         messages after the first one (bug #1389).
7383         
7384         * bus/dispatch.c (check_double_hello_message): add a test case for
7385         the double hello message bug.
7386         (check_existent_service_activation): fix check of spawning error.
7387         
7388 2004-09-16  David Zeuthen  <david@fubar.dk>
7389
7390         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
7391
7392 2004-09-12  David Zeuthen  <david@fubar.dk>
7393
7394         Patch from Kay Sievers <kay.sievers@vrfy.org>
7395
7396         * bus/bus.c (bus_context_new):
7397         * bus/bus.h:
7398         * bus/main.c (usage)
7399         (main):
7400         Add commandline option --nofork to override configuration file
7401         setting.
7402
7403 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7404
7405         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
7406         compilers don't like it (bug #974).
7407
7408 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
7409
7410         * qt/connection.*: Applied patch by Jérôme Lodewyck
7411         <lodewyck@clipper.ens.fr> to integrate an existing
7412         connection into the Qt eventloop
7413
7414 2004-08-30  Jon Trowbridge  <trow@ximian.com>
7415
7416         * mono/BusDriver.cs: Added.  This is a class for interacting with
7417         the org.freedesktop.DBus service.
7418
7419         * mono/Message.cs: Added a mechanism to expose the message that is
7420         currently being dispatched via the static Message.Current
7421         property.  Added Message.Sender and Message.Destination
7422         properties.
7423
7424         * mono/Handler.cs: Expose the dispatched message via
7425         Message.Current when handling method calls.
7426
7427         * mono/Service.cs: Expose the dispatched message via
7428         Message.Current when handling signal emissions.
7429         
7430         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
7431         Connection.BaseService property.
7432
7433 2004-08-28  Havoc Pennington  <hp@redhat.com>
7434
7435         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
7436
7437         More fixes from Steve Grubb
7438         
7439         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
7440         (_dbus_listen_tcp_socket): fix fd leak
7441
7442         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
7443         EINTR to a bit lower in the code
7444
7445 2004-08-26  Jon Trowbridge  <trow@ximian.com>
7446
7447         * bus/driver.c (bus_driver_handle_service_exists): Respond with
7448         TRUE if we are inquiring about the existence of the built-in
7449         org.freedesktop.DBus service.
7450
7451 2004-08-25  John Palmieri  <johnp@redhat.com>
7452         * bus/config-parser.c:
7453         (struct PolicyType): Add POLICY_CONSOLE
7454         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
7455         (start_busconfig_child): Sets up console element when
7456         <policy at_console=""> is encountered in a policy file
7457         (append_rule_from_element): Convert console elements to console
7458         rules.
7459
7460         * bus/policy.c: 
7461         (bus_policy_create_client_policy): Add console rules to the client
7462         policy based on if the client is at the console
7463         (bus_policy_append_console_rule): New function for adding a
7464         console rule to a policy
7465         (bus_policy_merge): Handle console rule merging
7466
7467         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
7468         where we check for console user files
7469         
7470         * dbus/dbus-sysdeps.c:
7471         (_dbus_file_exists): New function which checks if the given
7472         file exists
7473         (_dbus_user_at_console): New function which does the system
7474         specific process of checking if the user is at the console
7475
7476         * dbus/dbus-userdb.c:
7477         (_dbus_is_console_user): New function converts a UID to user name
7478         and then calls the system specific _dbus_user_at_console to 
7479         see if the user is at the console and therefor a console user
7480
7481 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7482
7483         * bus/config-parser.c (set_limit):
7484         * bus/dbus-daemon-1.1.in:
7485         * test/data/valid-config-files/many-rules.conf: set the
7486         max_match_rules_per_connection limt from the config file. 
7487
7488         * doc/busconfig.dtd: update the DTD.
7489
7490         * bus/driver.c: remove some unused variables.
7491
7492 2004-08-24  Mikael Hallendal  <micke@imendio.com>
7493
7494         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
7495         it's been replaced by dbus_g_bus_get
7496
7497 2004-08-23  Colin Walters  <walters@redhat.com>
7498
7499         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7500
7501         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
7502
7503         * bus/selinux.c: Create a thread for policy reload notification.
7504         (bus_selinux_get_policy_root): Implement.
7505
7506         * bus/config-parser.c (start_busconfig_child)
7507         (bus_config_parser_content): Support SELinux-root relative
7508         inclusion.
7509
7510         * configure.in <HAVE_SELINUX>: Add -lpthread.
7511         
7512         * bus/test-main.c (test_pre_hook, test_post_hook): New.
7513         (test_post_hook): Move memory checking into here.
7514         (test_pre_hook, test_post_hook): Move SELinux checks in
7515         here, but conditional on a DBUS_TEST_SELINUX environment
7516         variable.  Unfortunately we can't run the SELinux checks
7517         as a normal user, since they won't have any permissions
7518         for /selinux.  So this will have to be tested manually
7519         for now, until we have virtualization for most of
7520         libselinux.
7521         
7522 2004-08-23  Havoc Pennington  <hp@redhat.com>
7523
7524         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
7525         drop supplementary groups, suggested by Steve Grubb
7526
7527 2004-08-20  Colin Walters  <walters@redhat.com>
7528
7529         * bus/config-parser.c (start_busconfig_child): Remove some unused
7530         variables.
7531         
7532         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
7533         warning.
7534
7535 2004-08-17  Joe Shaw  <joeshaw@novell.com>
7536
7537         * configure.in: If --enable-mono is passed in, if we can't find
7538         mono error out.
7539
7540         * mono/Makefile.am: Use /gacutil to install assemblies into the
7541         GAC and not /root.
7542
7543 2004-08-12  Havoc Pennington  <hp@redhat.com>
7544
7545         * NEWS: update for 0.22
7546
7547         * configure.in: release 0.22
7548
7549 2004-08-11  Colin Walters  <walters@redhat.com>
7550
7551         * tools/dbus-send.c (main, usage): Add --reply-timeout
7552         argument.
7553
7554 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7555
7556         * bus/bus.c (process_config_first_time_only): get rid of an unused
7557         DBusError that was causing a memoy leak (bug #989).
7558
7559         * dbus/dbus-keyring.c, dbus/dbus-message.c:
7560         fix compilation on Solaris/Forte C (bug #974)
7561
7562         * bus/main.c (main): plug two minuscule memleaks.
7563
7564 2004-08-10  Havoc Pennington  <hp@redhat.com>
7565
7566         * doc/dbus-tutorial.xml: add some more info on GLib bindings
7567
7568 2004-08-09  Havoc Pennington  <hp@redhat.com>
7569
7570         * COPYING: switch to Academic Free License version 2.1 instead of
7571         2.0, to resolve complaints about patent termination clause.
7572
7573 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
7574
7575         * README: added documentation for the --enable-python 
7576         configure switch.
7577
7578 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7579
7580         * bus/config-parser.c (bus_config_parser_new): fix an invalid
7581         _unref in the SELinux support.
7582
7583         * doc/busconfig.dtd: update DTD for SELinux support.
7584
7585         * bus/config-loader-libxml.c: fix error handler and parser
7586         initialisation/cleanup. OOM test now works with libxml2 HEAD.
7587
7588         * configure.in: remove the warning about libxml2.
7589
7590         * dbus/dbus-bus.c: silence doxygen warning.
7591
7592 2004-07-31  Colin Walters  <walters@redhat.com>
7593
7594         * configure.in: Move #error in SELinux check to its own line.
7595
7596 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7597
7598         * dbus/dbus-internals.h (_DBUS_SET_OOM):
7599         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
7600         dbus_error_set.
7601
7602         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
7603         broken by the change in the _SET_OOM macros.
7604
7605 2004-07-31  Colin Walters  <walters@redhat.com>
7606
7607         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
7608         BUS_SET_OOM.
7609
7610 2004-07-31  Colin Walters  <walters@redhat.com>
7611
7612         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
7613         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
7614         AC_MSG_CHECKING.
7615
7616 2004-07-24  Havoc Pennington  <hp@redhat.com>
7617
7618         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7619
7620         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
7621         functionality
7622
7623         * configure.in: add --enable-selinux
7624         
7625         * bus/policy.c (bus_policy_merge): add FIXME to a comment
7626
7627         * bus/main.c (main): initialize and shut down selinux
7628
7629         * bus/connection.c: store SELinux ID on each connection, to avoid 
7630         repeated getting of the string context and converting it into 
7631         an ID
7632
7633         * bus/bus.c (bus_context_get_policy): new accessor, though it
7634         isn't used
7635         (bus_context_check_security_policy): check whether the security
7636         context of sender connection can send to the security context of
7637         recipient connection
7638
7639         * bus/config-parser.c: add parsing for <selinux> and <associate>
7640         
7641         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
7642         implement dbus_connection_get_unix_fd()
7643
7644         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
7645         function, used by the selinux stuff
7646         
7647 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7648
7649         * bus/config-loader-libxml.c: complete the implementation of
7650         libxml backend for config file loader. Doesn't work with full OOM
7651         test yet. 
7652         
7653         * configure.in: change error when selecting libxml into a warning.
7654         
7655         * test/data/invalid-config-files: add two non-well-formed XML
7656         files. 
7657         
7658         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
7659         
7660         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
7661         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
7662         be necessary to read all the buffer. (bug #894)
7663
7664         * bus/activation.c (bus_activation_activate_service): fix a
7665         potential assertion failure (bug #896). Small optimization in the
7666         case of auto-activation messages.
7667
7668         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
7669         add test case for byte-through-vararg bug (#901). patch by Kimmo
7670         Hämäläinen. 
7671
7672 2004-07-28  Anders Carlsson  <andersca@gnome.org>
7673
7674         * python/dbus.py:
7675         * python/dbus_bindings.pyx.in:
7676         Add dbus.init_gthreads (), allow emit_signal to pass
7677         arguments to the signal.
7678         
7679 2004-07-24  Havoc Pennington  <hp@redhat.com>
7680
7681         * AUTHORS: add some people, not really comprehensively, let me
7682         know if I missed you
7683
7684 2004-07-24  Havoc Pennington  <hp@redhat.com>
7685
7686         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
7687         Owen
7688
7689         * test/Makefile.am (DIST_SUBDIRS): here also
7690
7691 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7692
7693         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
7694         breaking build on Solaris, reported by Farhad Saberi on the ML.
7695
7696         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
7697         va_arg invocation to account for integer promotion in the case of
7698         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
7699
7700         * bus/services.c (bus_service_remove_owner): fix bug #902, use
7701         _dbus_list_get_first_link, not _dbus_list_get_first.
7702
7703         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
7704
7705         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
7706         handler functions so that the asserts in _dbus_object_subtree_unref
7707         do not fail.
7708
7709         * dbus/dbus-transport-unix.c (do_reading):
7710         _dbus_transport_queue_messages return value is of type
7711         dbus_bool_t, not DBusDispatchStatus.
7712         
7713 2004-07-19  David Zeuthen  <david@fubar.dk>
7714
7715         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
7716
7717         * bus/dispatch.c:
7718         (check_get_connection_unix_user): Debug says GetProperty; but the
7719         method is called GetConnectionUnixUser
7720         (check_get_connection_unix_process_id): New function
7721         (bus_dispatch_test): Actually call check_get_connection_unix_user();
7722         also call check_get_connection_unix_process_id()
7723         
7724         * bus/driver.c:
7725         (bus_driver_handle_get_connection_unix_process_id): New function,
7726         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
7727         interface
7728         
7729         * dbus/dbus-auth.c:
7730         (handle_server_data_external_mech): Set pid from the credentials
7731         obtained from the socket
7732         
7733         * dbus/dbus-connection.c:
7734         (dbus_connection_get_unix_process_id): New function
7735         
7736         * dbus/dbus-connection.h: 
7737         Add prototype for dbus_connection_get_unix_process_id
7738         
7739         * dbus/dbus-transport.c:
7740         (_dbus_transport_get_unix_process_id): New function
7741         
7742         * dbus/dbus-transport.h:
7743         Add prototype for _dbus_transport_get_unix_process_id
7744         
7745 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7746
7747         * dbus/dbus-message.c: Message counter fix, patch by Christian
7748         Hammond <chipx86@gnupdate.org>
7749
7750 2004-07-18  Seth Nickell  <seth@gnome.org>
7751
7752         * python/dbus.py:
7753         * python/dbus_bindings.pyx.in:
7754         * python/tests/test-client.py:
7755
7756         Add dbus.ByteArray and dbus_bindings.ByteArray
7757         types so that byte streams can be passed back.
7758
7759         Give jdahlin the heaps of credit that are so
7760         rightfully his.
7761         
7762 2004-07-12  Seth Nickell  <seth@gnome.org>
7763
7764         * python/dbus.py:
7765
7766         Add message argument to the default object_method_handler
7767         function.
7768         
7769         * python/dbus_bindings.pyx.in:
7770
7771         Automatically return NIL when passed an empty list
7772         (we can't pass back a list since lists are typed
7773         and we don't have any idea what type the the client
7774         intended the list to be... :-( )
7775         
7776 2004-07-10  Seth Nickell  <seth@gnome.org>
7777
7778         * python/examples/Makefile.am:
7779
7780         Fix distcheck breakage caused by new examples.
7781
7782 2004-07-10  Seth Nickell  <seth@gnome.org>
7783
7784         * python/dbus.py:
7785
7786         Add "message" argument to service-side dbus.Object
7787         methods. This will break existing services written
7788         using the python bindings, but will allow extraction
7789         of all the message information (e.g. who its from).
7790
7791         Add improved "object oriented" signal handling/emission.
7792         
7793         * python/examples/example-service.py:
7794
7795         Nix this example.
7796         
7797         * python/examples/example-signal-emitter.py:
7798         * python/examples/example-signal-recipient.py:
7799
7800         Two new examples that show how to emit and receive
7801         signals using the new APIs.
7802         
7803         * python/examples/example-signals.py:
7804         * python/examples/gconf-proxy-service.py:
7805         * python/examples/gconf-proxy-service2.py:
7806
7807         Add "message" argument to service methods.
7808
7809 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
7810
7811         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
7812         * dbus/bus.c (dbus_bus_get_unix_user)
7813         * doc/dbus-specification.xml: implement GetConnectionUnixUser
7814         method of org.freedesktop.DBus interface.
7815
7816         * bus/dispatch.c: test case
7817
7818 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
7819
7820         * python/Makefile.am: switched include directory from glib/ to dbus/
7821         since dbus-glib.h moved
7822  
7823 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7824
7825         * configure.in: prevent building the gcj stuff and libxml loader
7826         since they are broken.
7827
7828 2004-06-20  Havoc Pennington  <hp@redhat.com>
7829
7830         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
7831         codes from the dbus error names
7832         
7833         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
7834         as dbus/dbus-glib.h and that breakage is now visible due to 
7835         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
7836         
7837         * glib/dbus-glib.h: s/gproxy/g_proxy/
7838
7839         * dbus/dbus-shared.h: new header to hold stuff shared with
7840         binding APIs
7841         
7842         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
7843         than dbus-errors.h
7844
7845         * glib/dbus-glib.h (dbus_set_g_error): move to
7846         dbus-glib-lowlevel.h
7847
7848         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
7849         of stuff to enable this
7850
7851         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
7852
7853         * a bunch of other changes with the same basic "separate glib 
7854         bindings from dbus.h" theme
7855         
7856 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
7857
7858         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
7859
7860         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
7861
7862 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7863
7864         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
7865         the reply value of the ServiceExists message.
7866
7867 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
7868
7869         * python/dbus_bindings.pyx.in: No longer need to parse path
7870         elements and pass them as arrays of strings.  The C API now
7871         accepts plain path strings.
7872         (_build_parsed_path): removed 
7873
7874 2004-06-07  Havoc Pennington  <hp@redhat.com>
7875
7876         * doc/TODO: remove auto-activation item since it's done; sort
7877         items by importance/milestone
7878
7879 2004-06-07  Havoc Pennington  <hp@redhat.com>
7880
7881         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
7882         random signature when using REQUIRED_FIELDS (this hack won't work
7883         in the long term)
7884
7885         * dbus/dbus-message.c: change the signature to be a header field,
7886         instead of message->signature special-case string. Incremental
7887         step forward. Then we can fix up code to send the signature in the
7888         message, then fix up code to validate said signature, then fix up
7889         code to not put the typecodes inline, etc.
7890         (load_one_message): don't make up the signature after the fact
7891         (decode_header_data): require signature field for the known
7892         message types
7893
7894         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
7895
7896         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
7897
7898 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
7899
7900         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
7901
7902         * mono/Handler.cs: Updated to follow new path argument for
7903         (un-)registering objects.
7904
7905         * mono/example/Makefile.am:
7906         * mono/Makefile.am:
7907         * configure.in: Bumped required version for mono and use new -pkg
7908         syntax for deps
7909
7910 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7911
7912         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
7913         registration functions take the path argument as char* instead of
7914         char**.
7915
7916         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
7917         split off the path decompostion part of
7918         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
7919         warnings. 
7920
7921         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
7922         
7923 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
7924  
7925         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
7926         machine approach.  A state is implemented as a function that
7927         handles incoming events as specified for that state.
7928         
7929         * doc/dbus-specification.xml: Update auth protocol state machine
7930         specification to match implementation.  Remove some leftover
7931         base64 examples.
7932
7933 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
7934
7935         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
7936         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
7937         quiet doxygen.
7938
7939         * Doxyfile.in: remove deprecated options.
7940
7941         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
7942         glib/test-thread.h, glib/test-thread-client.c,
7943         glib/test-thread-server.c, glib/test-profile.c,
7944         glib/test-dbus-glib.c: remove these unused files.
7945
7946 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7947
7948         * dbus/dbus-object-tree.c
7949         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
7950         non-fallback handlers (bug #684).
7951         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
7952         (find_subtree_recurse): report wether the returned subtree is an
7953         exact match or a "fallback" match higher up in the tree.
7954         (object_tree_test_iteration): update test case.
7955
7956 2004-06-01  Seth Nickell  <seth@gnome.org>
7957
7958         * python/dbus_bindings.pyx.in:
7959         * python/tests/test-client.py:
7960
7961         Round off basic type support. Add dicts (yay!), and 
7962         remaining array types.
7963
7964         Make MessageIter more general so it works for dicts too.
7965
7966         Mark all loop variables as C integers.
7967         
7968 2004-05-31  Havoc Pennington  <hp@redhat.com>
7969
7970         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
7971         "in" before "out"
7972
7973         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
7974
7975         * glib/dbus-glib-tool.c (main): set up to have a --self-test
7976         option that runs the tests, and start filling in some code
7977         including for starters just dumping the interfaces to stdout
7978
7979         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
7980
7981         * test/data/valid-introspection-files/lots-of-types.xml: test of
7982         an example introspection file
7983
7984         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
7985         "node" (I think...)
7986
7987 2004-05-31  Seth Nickell  <seth@gnome.org>
7988
7989         * python/dbus_bindings.pyx.in:
7990         * python/tests/test-client.py:
7991
7992         Test Suite: 1
7993         Python Bindings: 0
7994
7995         Fix string array memory trashing bug... oops...
7996
7997 2004-05-30  Seth Nickell  <seth@gnome.org>
7998
7999         * python/dbus.py:
8000
8001         Add a nicer-but-less-flexible alternate API for handling 
8002         calls to virtual objects in dbus.ObjectTree.
8003
8004         Screw up the argument order to the dbus.Object constructor
8005         for consistency with dbus.ObjectTree (and to make dbus_methods
8006         optional for future extension)
8007         
8008         * python/examples/Makefile.am:
8009         * python/examples/gconf-proxy-service.py:
8010         * python/examples/gconf-proxy-service2.py:
8011
8012         Alternate implementation of gconf-proxy-service using the
8013         nicer dbus.ObjectTree API.
8014         
8015         * python/examples/example-service.py:
8016         * python/tests/test-server.py
8017
8018         Reverse the argument order to deal with dbus.Object constructor
8019         changes.
8020         
8021 2004-05-30  Seth Nickell  <seth@gnome.org>
8022
8023         * python/examples/example-client.py:
8024         * python/examples/example-service.py:
8025
8026         Take it back. Lists seem to work but they're broken
8027         in the test suite. Make the base examples use
8028         lists (works fine).
8029
8030 2004-05-30  Seth Nickell  <seth@gnome.org>
8031
8032         * python/dbus_bindings.pyx.in:
8033         * python/tests/test-client.py:
8034
8035         Add some more tests and fix errors that crop up.
8036         Unfortunately, currently it seems like marshalling
8037         and unmarshalling of lists is completely broken :-(
8038
8039 2004-05-30  Seth Nickell  <seth@gnome.org>
8040
8041         * python/dbus_bindings.pyx.in:
8042
8043         Add support for ObjectPath type.
8044
8045         * python/dbus.py:
8046
8047         Refactor message handling code to a common function.
8048         
8049         * python/tests/test-client.py:
8050         * python/tests/test-server.py:
8051
8052         Add tests that check to make sure values of all types
8053         can be echoed from a service w/o mangling.
8054         
8055 2004-05-29  Seth Nickell  <seth@gnome.org>
8056
8057         * python/dbus.py:
8058
8059         Add ObjectTree class which allows implementation
8060         of trees of "virtual" objects. Basically the python
8061         wrapper for "register_fallback".
8062         
8063         * python/examples/Makefile.am
8064         * python/examples/gconf-proxy-client.py:
8065         * python/examples/gconf-proxy-service.py:
8066
8067         Implement a simple GConf proxy service that supports
8068         get/set on string and int GConf keys using the ObjectTree.
8069         
8070 2004-05-29  Seth Nickell  <seth@gnome.org>
8071
8072         * python/dbus.py:
8073         * python/examples/example-client.py:
8074         * python/examples/example-service.py:
8075         * python/examples/list-system-services.py:
8076
8077         Add SessionBus, SystemBus and ActivationBus classes
8078         so you don't need to know the special little BUS_TYPE
8079         flag.
8080         
8081 2004-05-29  Havoc Pennington  <hp@redhat.com>
8082
8083         * bus/config-parser.c (process_test_valid_subdir): temporarily
8084         stop testing config parser OOM handling, since expat has issues
8085         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8086
8087         * bus/dbus-daemon-1.1.in: change requested_reply to
8088         send_requested_reply/receive_requested_reply so we can send the
8089         replies, not just receive them.
8090
8091         * bus/config-parser.c: parse the new
8092         send_requested_reply/receive_requested_reply
8093
8094         * bus/policy.c (bus_client_policy_check_can_send): add
8095         requested_reply argument and use it
8096
8097         * bus/bus.c (bus_context_check_security_policy): pass through
8098         requested_reply status to message send check
8099
8100         * bus/system.conf.in: adapt to requested_reply change
8101         
8102 2004-05-28  Havoc Pennington  <hp@redhat.com>
8103
8104         * test/glib/test-service-glib.c (main): remove unused variable
8105
8106         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8107
8108         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8109         from the enum, no longer in use.
8110
8111         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8112         works right.
8113
8114         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8115         whether error_name passed in is a valid error name.
8116
8117 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8118
8119         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8120         OBJECT_PATH and OBJECT_PATH_ARRAY
8121
8122 2004-05-28  Seth Nickell  <seth@gnome.org>
8123
8124         * python/examples/Makefile.am:
8125
8126         Forget to add Makefile.am. Do not pass go.
8127
8128 2004-05-28  Michael Meeks  <michael@ximian.com>
8129
8130         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8131         fix no int64 case.
8132
8133         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8134
8135         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8136         (_dbus_message_iter_get_basic_type_array): impl.
8137         drastically simplify ~all relevant _get methods to use these.
8138         (_dbus_message_iter_append_basic_array),
8139         (dbus_message_iter_append_basic): impl
8140         drastically simplify ~all relevant _append methods to use these.
8141
8142         * dbus/dbus-message-builder.c (parse_basic_type) 
8143         (parse_basic_array, lookup_basic_type): impl.
8144         (_dbus_message_data_load): prune scads of duplicate /
8145         cut & paste coding.
8146
8147         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8148         (_dbus_demarshal_basic_type): implement,
8149         (demarshal_and_validate_len/arg): beef up debug.
8150         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8151
8152 2004-05-27  Seth Nickell  <seth@gnome.org>
8153
8154         * configure.in:
8155         * python/Makefile.am:
8156
8157         Include the example python apps in the tarball.
8158         
8159         * python/examples/list-system-services.py
8160
8161         Add a python new example that fetches the list of services
8162         from the system bus.
8163         
8164 2004-05-27  Seth Nickell  <seth@gnome.org>
8165
8166         * python/dbus.py:
8167         * python/dbus_bindings.pyx.in:
8168
8169         Fix failure to notify that a signal was not handled,
8170         resulted in hung functions.
8171         
8172 2004-05-25  Colin Walters  <walters@redhat.com>
8173
8174         * tools/dbus-monitor.c (main): Monitor all types of messages.
8175
8176 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8177
8178         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8179         which unregisters the object path and disposes the handler.
8180
8181 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8182  
8183         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8184          
8185         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8186         operands to && so we call dbus_message_iter_next () for the last
8187         argument also.
8188
8189 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8190
8191         * dbus/dbus-object-tree.c
8192         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8193         children even if the requested path isn't registered.
8194         (object_tree_test_iteration): test object_tree_list_registered.
8195
8196         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8197         it to 0.
8198         
8199 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8200
8201         * doc/TODO: Remove resolved items.
8202
8203         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8204         field.
8205         
8206         * bus/connection.c (bus_connections_expect_reply): Enforce the
8207         per-connection limit on pending replies.
8208         
8209         Patch from Jon Trowbridge <trow@ximian.com>:
8210  
8211         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8212         up a watch that triggers a config reload when one end of the pipe
8213         becomes readable.
8214         (signal_handler): Instead of doing the config reload in our SIGHUP
8215         handler, just write to the reload pipe and let the associated
8216         watch handle the reload when control returns to the main loop.
8217  
8218         * bus/driver.c (bus_driver_handle_reload_config): Added.
8219         Implements a ReloadConfig method for requesting a configuration
8220         file reload via the bus driver.
8221  
8222 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
8223
8224         * HACKING: Updated release instructions concerning the wiki page.
8225
8226 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
8227
8228         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
8229         filter against auth->allowed_mechs; we only add allowed mechs in
8230         record_mechanisms().
8231  
8232         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
8233         ALLOWED_MECHS to auth-script format so we can set the list of
8234         allowed mechanisms.
8235  
8236         * data/auth/client-out-of-mechanisms.auth-script: New test to
8237         check client disconnects when it is out of mechanisms to try.
8238  
8239         * dbus/dbus-auth.c (process_command): Remove check for lines
8240         longer that 1 MB; we only buffer up maximum 16 kB.
8241  
8242         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
8243         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
8244         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
8245         assume there might be unused bytes.
8246  
8247         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
8248         client-out-of-mechs, it is handled in process_reject(). Move check
8249         for max failures to send_rejected(), as it's a server-only thing.
8250
8251         * dbus/dbus-auth.c: Factor out protocol reply code into functions
8252         send_auth(), send_data(), send_rejected(), send_error(),
8253         send_ok(), send_begin() and send_cancel().
8254
8255 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
8256
8257         Remove base64 encoding, replace with hex encoding. Original patch
8258         from trow@ximian.com, added error handling.
8259
8260         * dbus/dbus-string.c (_dbus_string_base64_encode)
8261         (_dbus_string_base64_decode): Remove.
8262         (_dbus_string_hex_decode): Add end_return argument so we can
8263         distinguish between OOM and invalid hex encoding.
8264         (_dbus_string_test): Remove base64 tests and add test case for
8265         invalid hex.
8266
8267         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
8268         Replace base64 with hex.
8269
8270         * test/data/auth/invalid-hex-encoding.auth-script: New test case
8271         for invalid hex encoded data in auth protocol.
8272
8273 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8274
8275         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
8276         leak.
8277
8278 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8279
8280         * mono/dbus-sharp.dll.config.in: Added for GAC
8281         * mono/dbus-sharp.snk: Added for GAC
8282         * mono/Assembly.cs.in: Added for GAC
8283         * mono/Makefile.am: Changes for GAC installation        
8284         * configure.in: Added refs for dbus-sharp.dll.config.in and
8285         Assembly.cs.in. More fixes for mono testing
8286         * mono/example/Makefile.am: Changed var to CSC
8287         * Makefile.am: Changed flag name to DBUS_USE_CSC
8288
8289 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8290
8291         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
8292         * mono/doc/*: Added documentation framework
8293         * configure.in: Added monodoc check
8294         * README: Added description of mono configure flags
8295
8296 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
8297
8298         * doc/dbus-specification.xml: Added a "Required" column to the 
8299         header fields table and changed the "zero or more" verbage in
8300         the above paragraph to read "The header must contain the required 
8301         named header fields and zero or more of the optional named header 
8302         fields".
8303         * test/data/invalid-messages/*.message: Added the required PATH 
8304         named header field to the tests so that they don't fail on 
8305         'Missing path field'
8306
8307 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
8308
8309         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
8310         the stack by implicitly defining variable and parameter types and
8311         removing the hack of defining C pointers as python objects and later
8312         casting them.
8313
8314 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
8315
8316         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
8317
8318 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
8319
8320         * mono/DBusType/Dict.cs: Handle empty dicts
8321         * mono/DBusType/Array.cs: Handle empty arrays
8322         * mono/Arguments.cs: Handle empty arguments
8323
8324 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
8325
8326         * dbus-sharp.pc.in: Modified to include include Libs and Requires
8327         field
8328
8329 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
8330
8331         * test/data/valid-messages/standard-*.message: Update message
8332         test scripts to new header field names.
8333
8334 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
8335
8336         * test/break-loader.c (randomly_do_n_things): tracked down buffer
8337         overflow to times_we_did_each_thing array which would chop off the
8338         first character of the failure_dir string. Increased the size of
8339         the array to 7 to reflect the number of random mutation functions
8340         we have.
8341
8342 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
8343
8344         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
8345         unix_server->watch here, it is unreffed in disconnect.
8346         (_dbus_server_new_for_tcp_socket): convert NULL host to
8347         "localhost" here so we don't append NULL to address.
8348         
8349         * dbus/dbus-server.c (_dbus_server_test): Add test case for
8350         various addresses, including tcp with no explicit host.
8351
8352 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8353
8354         * dbus/dbus-message.c (decode_header_data, decode_string_field):
8355         fix incorrect setting of .name_offset in the HeaderField (it was
8356         off by two bytes, positioned right after the name and typecode)
8357
8358         * bus/bus.c (bus_context_new, bus_context_unref): test before
8359         calling dbus_server_free_data_slot and _dbus_user_database_unref
8360         in case of an error.
8361
8362         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
8363         by libdbus-gtool.
8364
8365 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
8366
8367         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
8368         _dbus_poll() instead of select().
8369
8370 2004-04-15  Jon Trowbridge  <trow@ximian.com>
8371
8372         * bus/main.c (signal_handler): Reload the configuration files
8373         on SIGHUP.
8374         (main): Set up our SIGHUP handler.
8375
8376         * bus/bus.c (struct BusContext): Store the config file, user and
8377         fork flag in the BusContext.
8378         (process_config_first_time_only): Added.  Contains the code
8379         (previously in bus_context_new) for setting up the BusContext from
8380         the BusConfigParser that should only be run the first time the
8381         config files are read.
8382         (process_config_every_time): Added.  Contains the code (previously
8383         in bus_context_new) for setting up the BusContext from the
8384         BusConfigParser that should be run every time the config files are
8385         read.
8386         (load_config): Added.  Builds a BusConfigParser from the config
8387         files and passes the resulting structure off to
8388         process_config_first_time_only (assuming this is the first time)
8389         and process_config_every_time.
8390         (bus_context_new): All of the config-related code has been moved
8391         to process_config_first_time_only and process_config_every_time.
8392         Now this function just does the non-config-related initializations
8393         and calls load_config.
8394         (bus_context_reload_config): Added.
8395
8396 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8397
8398         * bus/driver.c (bus_driver_handle_get_service_owner):
8399         implement a GetServiceOwner method.
8400         * doc/dbus-specification.xml: document it.
8401         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
8402         
8403         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
8404         implement, using the bus GetServiceOwner method.
8405
8406         * test/glib/test-dbus-glib.c:
8407         use dbus_gproxy_new_for_service_owner so that we can receive the
8408         signal. 
8409
8410 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
8411
8412         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8413         dbus/dbus-message.c, dbus/dbus-protocol.h
8414         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
8415
8416         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8417         dbus/dbus-message.c, dbus/dbus-protocol.h
8418         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
8419
8420         * dbus/dbus-internals.c (_dbus_header_field_to_string):
8421         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
8422         DBUS_HEADER_FIELD_SENDER resolves to "sender"
8423
8424         * doc/dbus-specification.xml (Header Fields Table):
8425         s/SERVICE/DESTINATION
8426         s/SENDER_SERVICE/SENDER
8427
8428
8429 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8430
8431         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
8432         a few seconds.
8433
8434 2004-04-13  Michael Meeks  <michael@ximian.com>
8435
8436         * glib/dbus-gobject.c (handle_introspect): split out
8437         (introspect_properties): this.
8438         (handle_introspect): implement this.
8439
8440         * test/glib/Makefile.am: use the absolute path so the bus
8441         daemon's chdir ("/") doesn't kill us dead.
8442
8443         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
8444
8445 2004-04-12  Jon Trowbridge  <trow@ximian.com>
8446
8447         * bus/config-parser.c (struct BusConfigParser): Added
8448         included_files field.
8449         (seen_include): Added.  Checks whether or not a file has already
8450         been included by any parent BusConfigParser.
8451         (bus_config_parser_new): Copy the parent's included_files.
8452         (include_file): Track which files have been included, and fail on
8453         circular inclusions.
8454         (process_test_valid_subdir): Changed printf to report if we are
8455         testing valid or invalid conf files.
8456         (all_are_equiv): Changed printf to be a bit clearer about
8457         what we are actually doing.
8458         (bus_config_parser_test): Test invalid configuration files.
8459
8460 2004-04-09  Jon Trowbridge  <trow@ximian.com>
8461
8462         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
8463         argument.  If non-null, the newly-constructed BusConfigParser will
8464         be initialized with the parent's BusLimits instead of the default
8465         values.
8466         (include_file): When including a config file, pass in
8467         the current parser as the parent and then copy the BusLimits
8468         from the included BusConfigParser pack to the current parser.
8469         (process_test_valid_subdir): Renamed from process_test_subdir.
8470         (process_test_equiv_subdir): Added.  Walks through a directory,
8471         descending into each subdirectory and loading the config files
8472         it finds there.  If any subdirectory contains two config files
8473         that don't produce identical BusConfigParser structs, fail.
8474         For now, the BusConfigParser's BusPolicies are not compared.
8475         (bus_config_parser_test): Call both process_test_valid_subdir and
8476         process_test_equiv_subdir.
8477
8478         * bus/config-loader-libxml.c (bus_config_load): Take a parent
8479         argument and pass it along to the call to bus_config_parser_new.
8480         Also made a few small changes to allow this code to compile.
8481
8482         * bus/config-loader-expat.c (bus_config_load): Take a parent
8483         argument and pass it along to the call to bus_config_parser_new.
8484
8485         * bus/bus.c (bus_context_new): Load the config file
8486         with a NULL parent argument.
8487
8488 2004-03-29  Michael Meeks  <michael@ximian.com>
8489
8490         * glib/dbus-gobject.c (introspect_properties): split
8491         out, fix mangled 'while' flow control.
8492         (introspect_signals): implement.
8493         (handle_introspect): update.
8494
8495 2004-03-29  Michael Meeks  <michael@ximian.com>
8496
8497         * glib/dbus-gobject.c (set_object_property): split out / 
8498         re-work, use the property type, and not the message type(!)
8499         (get_object_property): ditto.
8500
8501         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
8502         (dbus_gvalue_marshal): make this code re-usable, needed
8503         for signals too, also on both proxy and server side.
8504         Re-write for more efficiency / readability.
8505
8506 2004-03-29  Michael Meeks  <michael@ximian.com>
8507
8508         * dbus/dbus-message.c
8509         (dbus_message_new_error_printf): impl.
8510
8511         * dbus/dbus-connection.c
8512         (dbus_connection_unregister_object_path): fix warning.
8513
8514         * configure.in: fix no-mono-installed situation.
8515
8516 2004-03-27  Havoc Pennington  <hp@redhat.com>
8517
8518         Patch from Timo Teräs:
8519         
8520         * tools/dbus-send.c (main): if --print-reply, assume type is
8521         method call; support boolean type args
8522         
8523         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
8524         bunch of memleak and logic bugs
8525         
8526 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8527
8528         * mono/Arguments.cs:
8529         * mono/Introspector.cs:
8530         * mono/Handler.cs:
8531         * mono/InterfaceProxy.cs:
8532         * mono/Message.cs
8533         * mono/ProxyBuilder.cs:
8534         * mono/Service.cs:
8535         Added InterfaceProxy class to avoid building proxies for every
8536         object.
8537
8538         * dbus-message.h:
8539         * dbus-message.c (dbus_message_append_args_valist)
8540         (dbus_message_iter_get_object_path)
8541         (dbus_message_iter_get_object_path_array)
8542         (dbus_message_iter_append_object_path)
8543         (dbus_message_iter_append_object_path_array):
8544         Added object_path iter functions to handle OBJECT_PATH arguments
8545         
8546 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8547
8548         First checkin of mono bindings.
8549         * configure.in:
8550         * Makefile.am:
8551         Build stuff for the bindings
8552         * dbus-sharp.pc.in: Added for pkgconfig
8553         
8554 2004-03-21  Havoc Pennington  <hp@redhat.com>
8555
8556         * test/test-service.c (main): remove debug spew
8557
8558 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8559
8560         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
8561         arrays
8562
8563         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
8564         (dbus_message_iter_init_array_iterator)
8565         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
8566         indicate whether the iterator is empty
8567
8568         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
8569         warnings
8570
8571 2004-03-19  Havoc Pennington  <hp@redhat.com>
8572
8573         * NEWS: 0.21 updates
8574
8575         * configure.in: 0.21
8576
8577         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
8578         
8579         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
8580         you don't need pyrex to make dist
8581
8582         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
8583         sources; run moc
8584         
8585 2004-03-18  Richard Hult  <richard@imendio.com>
8586
8587         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
8588         (dbus_message_set_auto_activation): Add doxygen docs.
8589
8590 2004-03-16  Richard Hult  <richard@imendio.com>
8591
8592         * bus/activation.c: (bus_activation_service_created),
8593         (bus_activation_send_pending_auto_activation_messages),
8594         (bus_activation_activate_service):
8595         * bus/activation.h:
8596         * bus/dispatch.c: (bus_dispatch),
8597         (check_nonexistent_service_auto_activation),
8598         (check_service_auto_activated),
8599         (check_segfault_service_auto_activation),
8600         (check_existent_service_auto_activation), (bus_dispatch_test):
8601         * bus/driver.c: (bus_driver_handle_activate_service):
8602         * bus/services.c: (bus_registry_acquire_service):
8603         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
8604         (dbus_message_get_auto_activation):
8605         * dbus/dbus-message.h:
8606         * dbus/dbus-protocol.h: Implement auto-activation.
8607         
8608         * doc/dbus-specification.xml: Add auto-activation to the spec.
8609
8610 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8611
8612         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
8613         fix a bug with CUSTOM types.
8614
8615         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
8616         a unit test for this bug (used to fail).
8617
8618 2004-03-12  Mikael Hallendal  <micke@imendio.com>
8619
8620         * bus/activation.c:
8621         (babysitter_watch_callback): notify all pending activations waiting for
8622           the same exec that the activation failed.
8623         (bus_activation_activate_service): shortcut the activation if we 
8624           already waiting for the same executable to start up.
8625
8626 2004-03-12  Mikael Hallendal  <micke@imendio.com>
8627
8628         * bus/activation.c: 
8629         - Added service file reloading. 
8630           Each service files directory is kept in an hash table in 
8631           BusActivation and each BusActivationEntry knows what .service-file it
8632           was read from. So when you try to activate a service the bus will 
8633           check if it's been updated, removed or if new .service-files has 
8634           been installed.
8635         - Test code at the bottom for the service file reloading.
8636         * bus/test-main.c: (main):
8637         * bus/test.h:
8638         - added service reloading test.
8639         * dbus/dbus-sysdeps.c: 
8640         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
8641
8642 2004-03-08  Michael Meeks  <michael@ximian.com>
8643
8644         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
8645         bail immediately if disconnected, to avoid busy loop.
8646
8647         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
8648         cleanup cut/paste/inefficiency.
8649
8650 2004-03-01  David Zeuthen  <david@fubar.dk>
8651
8652         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
8653         bug where args were used twice. This bug resulted in a segfault
8654         on a Debian/PPC system when starting the messagebus daemon. Include
8655         dbus-sysdeps.h for DBUS_VA_COPY
8656
8657         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
8658
8659         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
8660         appropriate va_copy implementation. From GLib
8661         
8662 2004-02-24  Joe Shaw  <joe@ximian.com>
8663
8664         * bus/services.c (bus_registry_acquire_service): We need to pass
8665         in the service name to dbus_set_error() to prevent a crash.
8666
8667 2003-12-26  Anders Carlsson  <andersca@gnome.org>
8668
8669         * AUTHORS: Reveal my True identity.
8670
8671 2003-12-17  Mikael Hallendal  <micke@imendio.com>
8672
8673         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
8674         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
8675
8676 2003-12-13  Mikael Hallendal  <micke@imendio.com>
8677
8678         * doc/TODO: Added not about better error check of configuration files.
8679
8680 2003-12-02  Richard Hult  <richard@imendio.com>
8681
8682         * Update AFL version to 2.0 throughout the source files to reflect
8683         the update that was done a while ago.
8684
8685 2003-12-02  Richard Hult  <richard@imendio.com>
8686
8687         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
8688         wrote_dict_key to FALSE on the iter that the dict is appended to,
8689         just like when appending other types. Fixes a bug where a dict
8690         couldn't be put inside a dict.
8691         (dbus_message_iter_append_dict_key): Fix typo in warning message.
8692         (message_iter_test, _dbus_message_test): Add test case for dict
8693         inside dict.
8694
8695 2003-12-01  David Zeuthen  <david@fubar.dk>
8696
8697         * python/dbus.py: Add the actual message when calling the reciever
8698         of a signal such that parameters can be inspected. Add the method
8699         remove_signal_receiver
8700         
8701 2003-11-26  Mikael Hallendal  <micke@imendio.com>
8702
8703         * bus/*.[ch]:
8704         * dbus/*.[ch]:
8705         * glib/*.[ch]: Made ref functions return the pointer
8706
8707 2003-11-25  Zack Rusin  <zack@kde.org>
8708
8709         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
8710
8711         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
8712         wrappers,
8713
8714         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
8715         the Integrator and to better fit with the server,
8716
8717 2003-11-24  Zack Rusin  <zack@kde.org>
8718
8719         * qt/connection.h, qt/connection.cpp: removing initDbus method since
8720         the integrator handles it now
8721
8722         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
8723         since QTimer wasn't really meant to be used the way DBusTimeout is
8724
8725 2003-11-24  Zack Rusin  <zack@kde.org>
8726
8727         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
8728         Integrator class which integrates D-BUS with the Qt event loop,
8729
8730         * qt/connection.h, qt/connection.cpp: Move all the code which
8731         was dealing with D-BUS integration to the Integrator class,
8732         and start using Integrator,
8733
8734 2003-11-23  Zack Rusin  <zack@kde.org>
8735
8736         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
8737         wrapper
8738
8739         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
8740         switching namespaces to DBusQt, reworking the class,
8741
8742         * Makefile.cvs: switching dependencies so that it matches KDE 
8743         schematics,
8744         
8745         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
8746         the library
8747
8748 2003-11-19  Havoc Pennington  <hp@redhat.com>
8749
8750         * NEWS: update
8751
8752         * configure.in: bump version to 0.20
8753
8754         * configure.in (have_qt): add yet another place to look for qt
8755         (someone hand trolltech a .pc file...)
8756
8757 2003-11-01  Havoc Pennington  <hp@redhat.com>
8758
8759         * doc/dbus-specification.xml: add state machine docs on the auth
8760         protocol; just a first draft, I'm sure it's wrong.      
8761
8762 2003-10-28  David Zeuthen  <david@fubar.dk>
8763
8764         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
8765         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
8766         
8767 2003-10-28  Havoc Pennington  <hp@redhat.com>
8768
8769         * dbus/dbus-message.c (get_next_field): delete unused function
8770
8771 2003-10-28  Havoc Pennington  <hp@redhat.com>
8772
8773         * bus/expirelist.c (do_expiration_with_current_time): detect
8774         failure of the expire_func due to OOM
8775
8776         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
8777
8778         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
8779         NoReply error that's now created by the bus when the service exits
8780
8781 2003-10-28  Havoc Pennington  <hp@redhat.com>
8782
8783         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
8784         tests for set_path, set_interface, set_member, etc.
8785
8786         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
8787
8788         * dbus/dbus-message.c (set_string_field): always just delete and
8789         re-append the field; accept NULL for deletion
8790         (re_align_fields_recurse): reimplement
8791         
8792 2003-10-26  Havoc Pennington  <hp@redhat.com>
8793
8794         * dbus/dbus-connection.c: fix docs to properly describe the
8795         disconnected message
8796         (_dbus_connection_notify_disconnected): remove this function; 
8797         we can't synchronously add the disconnected message, we have to 
8798         do it after we've queued any remaining real messages
8799         (_dbus_connection_get_dispatch_status_unlocked): queue the
8800         disconnect message only if the transport has finished queueing all
8801         its real messages and is disconnected.
8802         (dbus_connection_disconnect): update the dispatch status here
8803
8804 2003-10-22  Havoc Pennington  <hp@redhat.com>
8805
8806         * bus/bus.c (bus_context_check_security_policy): fix up assertion
8807
8808         * bus/connection.c (bus_transaction_send_from_driver): set the
8809         destination to the connection's base service
8810
8811 2003-10-20  Havoc Pennington  <hp@redhat.com>
8812
8813         hmm, make check is currently not passing.
8814         
8815         * doc/dbus-specification.xml: add requirement that custom type
8816         names follow the same rules as interface names.
8817
8818         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
8819         duplication and allow 'c' to be 'custom'; dict is now 'm' for
8820         'map'
8821
8822         * doc/dbus-specification.xml: update type codes to match
8823         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
8824         CUSTOM. Add type OBJECT_PATH to the spec.
8825
8826 2003-10-17  Havoc Pennington  <hp@redhat.com>
8827
8828         * bus/driver.c (create_unique_client_name): use "." as separator
8829         in base service names instead of '-'
8830
8831         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
8832         byte at the end of the string
8833
8834         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
8835         optimization macros since string validation seems to be a slow
8836         point.
8837         
8838         * doc/dbus-specification.xml: restrict valid
8839         service/interface/member/error names. Add test suite code for the
8840         name validation.
8841
8842         * dbus/dbus-string.c: limit service/interface/member/error names 
8843         to [0-9][A-Z][a-z]_
8844
8845         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
8846         format arg to verbose spew
8847
8848         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
8849         memory, return instead of g_error
8850
8851         * test/test-service.c (path_message_func): support emitting a
8852         signal on request
8853
8854         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
8855         activation bus type if DBUS_BUS_ACTIVATION was set; default to
8856         assuming the activation bus was the session bus so that services
8857         started manually will still register.
8858         (init_connections_unlocked): fix so that in OOM situation we get
8859         the same semantics when retrying the function
8860         
8861         * test/test-service.c (main): change to use path registration, to
8862         test those codepaths; register with DBUS_BUS_ACTIVATION rather
8863         than DBUS_BUS_SESSION
8864
8865 2003-10-16  Havoc Pennington  <hp@redhat.com>
8866
8867         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
8868
8869         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
8870         coverage of the tests
8871         (coverage-report.txt): don't move the .da and .bbg files around
8872
8873 2003-10-16  Havoc Pennington  <hp@redhat.com>
8874
8875         * bus/bus.c (struct BusContext): remove struct field I didn't mean
8876         to put there
8877
8878 2003-10-16  Havoc Pennington  <hp@redhat.com>
8879
8880         * bus/connection.c (bus_pending_reply_expired): either cancel or
8881         execute, not both
8882         (bus_connections_check_reply): use unlink, not remove_link, as we
8883         don't want to free the link; fixes double free mess
8884
8885         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
8886         where no reply was received
8887
8888         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
8889         fix a refcount leak
8890
8891         * bus/signals.c (match_rule_matches): add special cases for the
8892         bus driver, so you can match on sender/destination for it.
8893
8894         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
8895         DBUS_PRINT_BACKTRACE is set
8896
8897         * dbus/dbus-internals.c: add pid to assertion failure messages
8898
8899         * dbus/dbus-connection.c: add message type code to the debug spew
8900
8901         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
8902         sender=foo not service=foo
8903
8904         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
8905         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
8906         DBUS_ACTIVATION_ADDRESS instead
8907
8908         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
8909         DBUS_SYSTEM_BUS_ADDRESS if appropriate
8910
8911         * bus/bus.c (bus_context_new): handle OOM copying bus type into
8912         context struct
8913
8914         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
8915         (dbus_message_iter_get_object_path_array): new function (half
8916         finished, disabled for the moment)
8917         
8918         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
8919         DBUS_MESSAGE_TYPE_ERROR
8920
8921         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
8922         avoid redirecting stderr to /dev/null
8923         (babysit): close stdin if not doing the "exit_with_session" thing
8924
8925         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
8926         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
8927         stdout/stdin, so things don't get confused
8928         
8929         * bus/system.conf.in: fix to allow replies, I modified .conf
8930         instead of .conf.in again.
8931
8932 2003-10-14  David Zeuthen  <david@fubar.dk>
8933
8934         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
8935         argtype to arg_type when raising unknown arg type exception.
8936         Changed type list to reflect the changes in dbus-protocol.h so 
8937         the bindings actually work.
8938
8939 2003-10-14  Havoc Pennington  <hp@redhat.com>
8940
8941         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
8942         to have a bug keeping it from outputting the .da files sometimes
8943         (string_get_string): don't append garbage nul bytes to the string.
8944
8945 2003-10-15  Seth Nickell  <seth@gnome.org>
8946
8947         * python/Makefile.am:
8948
8949         Include dbus_h_wrapper.h in the dist tarball.
8950
8951 2003-10-14  Havoc Pennington  <hp@redhat.com>
8952
8953         * bus/bus.c (bus_context_check_security_policy): revamp this to
8954         work more sanely with new policy-based requested reply setup
8955
8956         * bus/connection.c (bus_transaction_send_from_driver): set bus
8957         driver messages as no reply
8958
8959         * bus/policy.c (bus_client_policy_check_can_receive): handle a
8960         requested_reply attribute on allow/deny rules
8961
8962         * bus/system.conf: add <allow requested_reply="true"/>
8963
8964         * bus/driver.c (bus_driver_handle_message): fix check for replies
8965         sent to the bus driver, which was backward. How did this ever work
8966         at all though? I think I'm missing something.
8967
8968         * dbus/dbus-message.c (decode_header_data): require error and
8969         method return messages to have a reply serial field to be valid
8970         (_dbus_message_loader_queue_messages): break up this function;
8971         validate that reply serial and plain serial are nonzero; 
8972         clean up the OOM/error handling.
8973         (get_uint_field): don't return -1 from this
8974         (dbus_message_create_header): fix signed/unsigned bug
8975
8976         * bus/connection.c (bus_connections_expect_reply): save serial of
8977         the incoming message, not reply serial
8978
8979 2003-10-14  Havoc Pennington  <hp@redhat.com>
8980
8981         * bus/connection.c: implement pending reply tracking using
8982         BusExpireList
8983
8984         * bus/bus.c (bus_context_check_security_policy): verify that a
8985         reply is pending in order to allow a reply to be sent. Deny 
8986         messages of unknown type.
8987
8988         * bus/dbus-daemon-1.1.in: update to mention new resource limits
8989
8990         * bus/bus.c (bus_context_get_max_replies_per_connection): new
8991         (bus_context_get_reply_timeout): new
8992
8993 2003-10-13  Seth Nickell  <seth@gnome.org>
8994
8995         * python/Makefile.am:
8996
8997         Pass "make distcheck": remove a couple files from DIST_FILES
8998         that weren't included in the final version.
8999
9000 2003-10-12  Havoc Pennington  <hp@pobox.com>
9001
9002         Added test code that 1) starts an actual bus daemon and 2) uses
9003         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9004         more testing possible, but this is the basic framework.
9005         
9006         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9007         empty proxy lists from the proxy list hash
9008
9009         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9010         couple of return_if_fail checks
9011
9012         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9013         to allocate, so everything is cleared to NULL as it should be.
9014
9015         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9016         source as data to dbus_connection_set_timeout_functions() as the 
9017         timeout functions expected
9018
9019         * test/glib/run-test.sh: add a little script to start up a message
9020         bus and run tests using it
9021
9022         * tools/dbus-launch.1: updates
9023
9024         * tools/dbus-launch.c (main): add --config-file option
9025
9026         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9027         that could never be reached.
9028
9029         * dbus/dbus-message.c (dbus_message_new_method_return) 
9030         (dbus_message_new_error, dbus_message_new_signal): set the
9031         no-reply-expected flag on all these. Redundant, but may
9032         as well be consistent.
9033
9034 2003-10-11  Havoc Pennington  <hp@pobox.com>
9035
9036         * test/decode-gcov.c (function_solve_graph): make broken block
9037         graph a nonfatal error since it seems to be broken. Need to debug
9038         this.
9039
9040         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9041         can't just check type > INVALID < LAST anymore
9042
9043         * dbus/dbus-message.c (dbus_message_get_signature): new function
9044         (dbus_message_has_signature): new function
9045         (struct DBusMessage): add signature field (right now it isn't sent
9046         over the wire, just generated on the fly)
9047         (dbus_message_copy): copy the signature, and init strings to
9048         proper length to avoid some reallocs
9049         (dbus_message_iter_init_array_iterator): return void, since it
9050         can't fail
9051         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9052         (_dbus_message_loader_queue_messages): add silly temporary hack to
9053         fill in message->signature on load
9054
9055         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9056         characters, so they are relatively human-readable.
9057
9058 2003-10-11  Havoc Pennington  <hp@pobox.com>
9059
9060         * dbus/dbus-message.c (_dbus_message_test): add more test
9061         coverage, but #if 0 for now since they uncover a bug 
9062         not fixed yet; I think in re_align_field_recurse()
9063         (re_align_field_recurse): add FIXME about broken assertion
9064
9065         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9066
9067         * bus/connection.c: share a couple code bits with expirelist.c
9068
9069         * bus/expirelist.h, bus/expirelist.c: implement a generic
9070         expire-items-after-N-seconds facility, was going to share between
9071         expiring connections and replies, decided not to use for expiring
9072         connections for now.
9073
9074         * COPYING: include AFL 2.0 (still need to change all the file headers)
9075
9076 2003-10-09  Havoc Pennington  <hp@redhat.com>
9077
9078         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9079         gcc 3.3. Not that we do anything about it yet.
9080
9081         * bus/signals.c (bus_match_rule_parse): impose max length on the
9082         match rule text
9083
9084         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9085
9086 2003-10-09  Havoc Pennington  <hp@redhat.com>
9087
9088         Make matching rules theoretically work (add parser).
9089         
9090         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9091         the case where destination is explicitly specified as bus driver
9092         and someone else is eavesdropping.
9093         
9094         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9095         definition of eavesdropping and assertion
9096
9097         * tools/dbus-send.c (main): use dbus_message_type_from_string
9098
9099         * bus/signals.c (bus_match_rule_parse): implement
9100
9101         * dbus/dbus-message.c (dbus_message_type_from_string): new
9102
9103         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9104
9105 2003-10-02  Havoc Pennington  <hp@pobox.com>
9106
9107         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9108         dbus_gproxy_oneway_call
9109
9110         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9111         (dbus_server_setup_with_g_main): fix to allow calling them more
9112         than once on the same args
9113         (dbus_bus_get_with_g_main): new function
9114
9115 2003-10-02  Havoc Pennington  <hp@redhat.com>
9116
9117         * doc/dbus-tutorial.xml: write some stuff
9118
9119 2003-09-29  Havoc Pennington  <hp@pobox.com>
9120
9121         * configure.in: split checks for Doxygen from XML docs, check for
9122         xmlto
9123
9124         * doc/Makefile.am: XML-ify all the docs, and add a blank
9125         dbus-tutorial.xml
9126
9127 2003-09-29  Havoc Pennington  <hp@pobox.com>
9128
9129         * Merge dbus-object-names branch. To see the entire patch 
9130         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9131         it's huuuuge though.
9132         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9133         
9134 2003-09-28  Havoc Pennington  <hp@pobox.com>
9135
9136         * HACKING: update to reflect new server
9137
9138 2003-09-26  Seth Nickell  <seth@gnome.org>
9139
9140         * python/dbus.py:
9141         * python/examples/example-signals.py:
9142
9143         Start implementing some notions of signals. The API
9144         is really terrible, but they sort of work (with the
9145         exception of being able to filter by service, and to
9146         transmit signals *as* a particular service). Need to
9147         figure out how to make messages come from the service
9148         we registered :-(
9149         
9150         * python/dbus_bindings.pyx.in:
9151
9152         Removed duplicate message_handler callbacks.
9153         
9154 2003-09-25  Havoc Pennington  <hp@redhat.com>
9155
9156         * bus/session.conf.in: fix my mess
9157
9158 2003-09-25  Havoc Pennington  <hp@pobox.com>
9159
9160         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9161
9162 2003-09-25  Seth Nickell  <seth@gnome.org>
9163
9164         * python/examples/example-service.py:
9165
9166         Johan notices complete wrong code in example-service, but
9167         completely wrong in a way that works exactly the same (!).
9168         Johan is confused, how could this possibly work? Example
9169         code fails to serve purpose of making things clear.
9170         Seth fixes.
9171
9172 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9173
9174         * doc/dbus-specification.sgml: don't require header fields
9175         to be 4-byte aligned and specify that fields should be
9176         distinguished from padding by the fact that zero is not
9177         a valid field name.
9178         
9179         * doc/TODO: remove re-alignment item and add item to doc
9180         the OBJECT_PATH type.
9181         
9182         * dbus/dbus-message.c:
9183         (HeaderField): rename the original member to value_offset
9184         and introduce a name_offset member to keep track of where
9185         the field actually begins.
9186         (adjust_field_offsets): remove.
9187         (append_int_field), (append_uint_field),
9188         (append_string_field): don't align the start of the header
9189         field to a 4-byte boundary.
9190         (get_next_field): impl finding the next marhsalled field
9191         after a given field.
9192         (re_align_field_recurse): impl re-aligning a number of
9193         already marshalled fields.
9194         (delete_field): impl deleting a field of any type and
9195         re-aligning any following fields.
9196         (delete_int_or_uint_field), (delete_string_field): remove.
9197         (set_int_field), (set_uint_field): no need to re-check
9198         that we have the correct type for the field.
9199         (set_string_field): ditto and impl re-aligning any
9200         following fields.
9201         (decode_header_data): update to take into account that
9202         the fields aren't 4-byte aligned any more and the new
9203         way to distinguish padding from header fields. Also,
9204         don't exit when there is too much header padding.
9205         (process_test_subdir): print the directory.
9206         (_dbus_message_test): add test to make sure a following
9207         field is re-aligned correctly after field deletion.
9208         
9209         * dbus/dbus-string.[ch]:
9210         (_dbus_string_insert_bytes): rename from insert_byte and
9211         allow the insert of multiple bytes.
9212         (_dbus_string_test): test inserting multiple bytes.
9213
9214         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
9215         warning note to docs about having to re-align any
9216         marshalled values following the string.
9217         
9218         * dbus/dbus-message-builder.c:
9219         (append_string_field), (_dbus_message_data_load):
9220         don't align the header field.
9221         
9222         * dbus/dbus-auth.c: (process_test_subdir): print the
9223         directory.
9224         
9225         * test/break-loader.c: (randomly_add_one_byte): upd. for
9226         insert_byte change.
9227         
9228         * test/data/invalid-messages/bad-header-field-alignment.message:
9229         new test case.
9230         
9231         * test/data/valid-messages/unknown-header-field.message: shove
9232         a dict in the unknown field.
9233
9234 2003-09-25  Seth Nickell  <seth@gnome.org>
9235
9236         * python/dbus.py:
9237         * python/dbus_bindings.pyx.in:
9238
9239         Handle return values.
9240         
9241         * python/examples/example-client.py:
9242         * python/examples/example-service.py:
9243
9244         Pass back return values from the service to the client.
9245         
9246 2003-09-24  Seth Nickell  <seth@gnome.org>
9247
9248         * python/dbus.py:
9249
9250         Connect Object methods (when you are sharing an object) up... pass
9251         in a list of methods to be shared. Sharing all the methods just
9252         worked out too weird. You can now create nice Services over the
9253         DBus in Python. :-)
9254         
9255         * python/dbus_bindings.pyx.in:
9256
9257         Keep references to user_data tuples passed into C functions so 
9258         Python doesn't garbage collect on us.
9259
9260         Implement MethodReturn and Error subclasses of Message for creating
9261         DBusMessage's of those types.
9262         
9263         * python/examples/example-client.py:
9264         * python/examples/example-service.py:
9265
9266         Simple example code showing both how create DBus services and objects,
9267         and how to use them.
9268
9269 2003-09-23  Havoc Pennington  <hp@pobox.com>
9270
9271         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
9272
9273 2003-09-23  Havoc Pennington  <hp@redhat.com>
9274
9275         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
9276         (dbus_gproxy_disconnect_signal): implement
9277         (dbus_gproxy_manager_remove_signal_match): implement
9278         (dbus_gproxy_manager_add_signal_match): implement
9279         (dbus_gproxy_oneway_call): implement
9280
9281 2003-09-23  Havoc Pennington  <hp@pobox.com>
9282
9283         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
9284         subclass. This means dropping the transparent thread safety of the
9285         proxy; you now need a separate proxy per-thread, or your own
9286         locking on the proxy. Probably right anyway.
9287         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
9288
9289 2003-09-22  Havoc Pennington  <hp@redhat.com>
9290
9291         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
9292
9293 2003-09-21  Seth Nickell  <seth@gnome.org>
9294
9295         First checkin of the Python bindings.
9296         
9297         * python/.cvsignore:
9298         * python/Makefile.am:
9299         * python/dbus_bindings.pyx.in:
9300         * python/dbus_h_wrapper.h:
9301
9302         Pieces for Pyrex to operate on, building a dbus_bindings.so
9303         python module for low-level access to the DBus APIs.
9304         
9305         * python/dbus.py:
9306
9307         High-level Python module for accessing DBus objects.
9308
9309         * configure.in:
9310         * Makefile.am:
9311
9312         Build stuff for the python bindings.
9313
9314         * acinclude.m4:
9315
9316         Extra macro needed for finding the Python C header files.
9317
9318 2003-09-21  Havoc Pennington  <hp@pobox.com>
9319
9320         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
9321         implementing the proxy manager, didn't get very far.
9322
9323         * dbus/dbus-bus.c (dbus_bus_add_match): new
9324         (dbus_bus_remove_match): new
9325
9326         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
9327         path_name argument; adjust the other not-yet-implemented 
9328         gproxy constructors to be what I think they should be.
9329
9330 2003-09-21  Havoc Pennington  <hp@pobox.com>
9331
9332         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
9333         by default for message bus connections.
9334
9335         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
9336         exit_on_disconnect flag is set and we process the disconnected
9337         signal.
9338         (dbus_connection_set_exit_on_disconnect): new function
9339
9340 2003-09-21  Havoc Pennington  <hp@pobox.com>
9341
9342         Get matching rules mostly working in the bus; only actually
9343         parsing the rule text remains. However, the client side of
9344         "signal connections" hasn't been started, this patch is only the
9345         bus side.
9346         
9347         * dbus/dispatch.c: fix for the matching rules changes
9348         
9349         * bus/driver.c (bus_driver_handle_remove_match)
9350         (bus_driver_handle_add_match): send an ack reply from these
9351         method calls
9352
9353         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
9354         arguments, reported by Seth Nickell
9355
9356         * bus/config-parser.c (append_rule_from_element): support
9357         eavesdrop=true|false attribute on policies so match rules 
9358         can be prevented from snooping on the system bus.
9359
9360         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
9361         and "destination" in attribute names; fix some docs bugs; 
9362         add eavesdrop=true|false attribute
9363
9364         * bus/driver.c (bus_driver_handle_add_match)
9365         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
9366         messages
9367
9368         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
9369         rid of broadcast service concept, signals are just always broadcast
9370
9371         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
9372         mostly implement matching rules stuff (currently only exposed as signal
9373         connections)
9374
9375 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
9376
9377         * doc/dbus-specification.sgml: Change the header field name
9378         to be an enum and update the rest of the spec to reference
9379         the fields using the conventinal name.
9380
9381         * dbus/dbus-protocol.h: update to reflect the spec.
9382
9383         * doc/TODO: add item to remove the 4 byte alignment requirement.
9384         
9385         * dbus/dbus-message.c: Remove the code to generalise the
9386         header/body length and serial number header fields as named
9387         header fields so we can reference field names using the 
9388         protocol values.
9389         (append_int_field), (append_uint_field), (append_string_field):
9390         Append the field name as a byte rather than four chars.
9391         (delete_int_or_uint_field), (delete_string_field): reflect the
9392         fact that the field name and typecode now occupy 4 bytes instead
9393         of 8.
9394         (decode_string_field), (decode_header_data): update to reflect
9395         protocol changes and move the field specific encoding from
9396         decode_string_field() back into decode_header_data().
9397         
9398         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
9399         Add utility to aid debugging.
9400         
9401         * dbus/dbus-message-builder.c:
9402         (append_string_field), (_dbus_message_data_load): Update to
9403         reflect protocol changes; Change the FIELD_NAME directive
9404         to HEADER_FIELD and allow it to take the field's conventional
9405         name rather than the actual value.
9406         
9407         * test/data/*/*.message: Update to use HEADER_FIELD instead
9408         of FIELD_NAME; Always align the header on an 8 byte boundary
9409         *before* updating the header length.
9410
9411 2003-09-15  Havoc Pennington  <hp@pobox.com>
9412
9413         * dbus/dbus-pending-call.c: add the get/set object data
9414         boilerplate as for DBusConnection, etc. Use generic object data
9415         for the notify callback.
9416
9417         * glib/dbus-gparser.c (parse_node): parse child nodes
9418
9419         * tools/dbus-viewer.c: more hacking on the dbus-viewer
9420         
9421         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
9422         contain functions shared between the convenience lib and the
9423         installed lib
9424
9425         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
9426         -export-symbols-regex to the GLib library
9427
9428         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
9429         fix the locking in here, and add a default handler for
9430         Introspect() that just returns sub-nodes.
9431
9432 2003-09-14  Havoc Pennington  <hp@pobox.com>
9433
9434         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
9435         rather than gfoo consistent
9436
9437         * glib/dbus-gproxy.h: delete for now, move contents to
9438         dbus-glib.h, because the include files don't work right since we
9439         aren't in the dbus/ subdir.
9440         
9441         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
9442         (dbus_gproxy_end_call): finish
9443         (dbus_gproxy_begin_call): finish
9444
9445         * glib/dbus-gmain.c (dbus_set_g_error): new
9446
9447         * glib/dbus-gobject.c (handle_introspect): include information
9448         about child nodes in the introspection
9449
9450         * dbus/dbus-connection.c (dbus_connection_list_registered): new
9451         function to help in implementation of introspection
9452
9453         * dbus/dbus-object-tree.c
9454         (_dbus_object_tree_list_registered_and_unlock): new function
9455
9456 2003-09-12  Havoc Pennington  <hp@pobox.com>
9457
9458         * glib/dbus-gidl.h: add common base class for all the foo_info
9459         types
9460
9461         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
9462         similar to kdcop
9463
9464         * test/Makefile.am: try test srcdir -ef . in addition to test
9465         srcdir = ., one of them should work (yeah lame)
9466         
9467         * glib/Makefile.am: build the "idl" parser stuff as a convenience
9468         library
9469         
9470         * glib/dbus-gparser.h: make description_load routines return
9471         NodeInfo* not Parser*
9472
9473         * Makefile.am (SUBDIRS): build test dir after all library dirs
9474
9475         * configure.in: add GTK+ detection
9476
9477 2003-09-07  Havoc Pennington  <hp@pobox.com>
9478
9479         * Make Doxygen contented.
9480
9481 2003-09-07  Havoc Pennington  <hp@pobox.com>
9482
9483         * doc/dbus-specification.sgml: more updates
9484
9485 2003-09-06  Havoc Pennington  <hp@pobox.com>
9486
9487         * doc/dbus-specification.sgml: partial updates
9488
9489         * bus/dbus-daemon-1.1.in: fix the config file docs for the
9490         zillionth time; hopefully I edited the right file this time.
9491
9492         * bus/config-parser.c (append_rule_from_element): support
9493         send_type, send_path, receive_type, receive_path
9494
9495         * bus/policy.c: add message type and path to the list of things
9496         that can be "firewalled"
9497
9498 2003-09-06  Havoc Pennington  <hp@pobox.com>
9499
9500         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
9501         (dbus_connection_register_object_path): make this not handle
9502         messages to paths below the given path
9503
9504 2003-09-03  Havoc Pennington  <hp@pobox.com>
9505
9506         * test/glib/Makefile.am: add this with random glib-linked test
9507         programs
9508
9509         * glib/Makefile.am: remove the random test programs from here,
9510         leave only the unit tests
9511
9512         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
9513         uscore/javacaps conversion, and fix     
9514         (get_object_property, set_object_property): change to .NET
9515         convention for mapping props to methods, set_FooBar/get_FooBar, 
9516         since one language has such a convention we may as well copy it. 
9517         Plus real methods in either getFooBar or get_foo_bar style won't 
9518         collide with this convention.
9519
9520 2003-09-01  Havoc Pennington  <hp@pobox.com>
9521
9522         * glib/dbus-gparser.c: implement
9523
9524         * glib/dbus-gobject.c: start implementing skeletons support
9525
9526         * configure.in: when disabling checks/assert, also define
9527         G_DISABLE_ASSERT and G_DISABLE_CHECKS
9528
9529 2003-09-01  Havoc Pennington  <hp@pobox.com>
9530
9531         * glib/Makefile.am: rearrange a bunch of files and get "make
9532         check" framework set up
9533
9534 2003-08-31  Havoc Pennington  <hp@pobox.com>
9535
9536         * fix build with --disable-tests
9537
9538 2003-08-30  Havoc Pennington  <hp@pobox.com>
9539
9540         * dbus/dbus-connection.c: purge DBusMessageHandler
9541
9542         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
9543         use callbacks everywhere
9544
9545 2003-08-30  Havoc Pennington  <hp@pobox.com>
9546
9547         * test/data/valid-config-files/system.d/test.conf: change to 
9548         root for the user so warnings don't get printed
9549
9550         * dbus/dbus-message.c: add dbus_message_get_path,
9551         dbus_message_set_path
9552         
9553         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
9554         dispatching to a path
9555
9556         * dbus/dbus-string.c (_dbus_string_validate_path): add
9557
9558         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
9559         (_dbus_marshal_object_path): implement
9560
9561         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
9562         to contain the path to the target object
9563         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
9564         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
9565
9566 2003-08-30  Havoc Pennington  <hp@pobox.com>
9567
9568         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
9569
9570 2003-08-29  Havoc Pennington  <hp@pobox.com>
9571
9572         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
9573         registered
9574         (struct DBusObjectSubtree): shrink this
9575         a lot, since we may have a lot of them
9576         (_dbus_object_tree_free_all_unlocked): implement
9577         (_dbus_object_tree_dispatch_and_unlock): implement
9578
9579 2003-08-29  Havoc Pennington  <hp@pobox.com>
9580
9581         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
9582
9583 2003-08-28  Havoc Pennington  <hp@pobox.com>
9584
9585         purge DBusObjectID
9586         
9587         * dbus/dbus-connection.c: port to no ObjectID, create a
9588         DBusObjectTree, rename ObjectTree to ObjectPath in public API
9589
9590         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
9591         everything except UnregisterFunction and MessageFunction
9592         
9593         * dbus/dbus-marshal.c: port away from DBusObjectID, 
9594         add DBUS_TYPE_OBJECT_PATH
9595         
9596         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
9597         dbus/dbus-objectid.[hc]: remove these, we are moving to 
9598         path-based object IDs
9599
9600 2003-08-25  Havoc Pennington  <hp@pobox.com>
9601
9602         Just noticed that dbus_message_test is hosed, I wonder when I
9603         broke that. I thought make check was passing earlier...
9604         
9605         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
9606         container tree, will replace most of dbus-object-registry
9607
9608         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
9609         screwup
9610
9611 2003-08-19  Havoc Pennington  <hp@pobox.com>
9612
9613         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
9614         (dbus_message_is_error): fix this function
9615
9616         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
9617         match
9618
9619         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
9620         reflect clarified man page
9621         (bus_client_policy_check_can_send): ditto
9622         
9623         * bus/session.conf.in: fixup
9624
9625         * bus/system.conf.in: fixup
9626
9627 2003-08-18  Havoc Pennington  <hp@redhat.com>
9628
9629         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
9630
9631         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
9632         dumb bug created earlier (wrong order of args to
9633         decode_header_data())
9634         
9635         * tools/dbus-send.c: port
9636
9637         * tools/dbus-print-message.c (print_message): port
9638
9639         * test/data/*messages: port all messages over
9640         
9641         * dbus/dbus-message-builder.c: support including 
9642         message type
9643         
9644         * bus/driver.c: port over
9645         
9646         * bus/dispatch.c: port over to new stuff
9647
9648         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
9649         rename disconnect signal to "Disconnected"
9650
9651 2003-08-17  Havoc Pennington  <hp@pobox.com>
9652
9653         This doesn't compile yet, but syncing up so I can hack on it from
9654         work. What are branches for if not broken code? ;-)
9655         
9656         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
9657         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
9658         DBUS_HEADER_FIELD_ERROR_NAME
9659         
9660         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
9661         for the interface+member pairs
9662         (string_hash): change to use g_str_hash algorithm
9663         (find_direct_function, find_string_function): refactor these to
9664         share most code.
9665         
9666         * dbus/dbus-message.c: port all of this over to support 
9667         interface/member fields instead of name field
9668
9669         * dbus/dbus-object-registry.c: port over
9670         
9671         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
9672         from _dbus_string_validate_name
9673
9674         * bus/dbus-daemon-1.1: change file format for the 
9675         <deny>/<allow> stuff to match new message naming scheme
9676
9677         * bus/policy.c: port over
9678
9679         * bus/config-parser.c: parse new format
9680         
9681 2003-08-16  Havoc Pennington  <hp@pobox.com>
9682
9683         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
9684         broken assertion
9685
9686         * glib/dbus-gproxy.c: some hacking
9687
9688 2003-08-15  Havoc Pennington  <hp@redhat.com>
9689
9690         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
9691
9692         * dbus/dbus-connection.c
9693         (dbus_connection_send_with_reply_and_block): factor out internals;
9694         change to convert any error replies to DBusError instead of 
9695         returning them as a message
9696
9697 2003-08-15  Havoc Pennington  <hp@pobox.com>
9698
9699         * dbus/dbus-connection.c, 
9700         dbus/dbus-pending-call.c: Finish the pending call stuff
9701
9702 2003-08-14  Havoc Pennington  <hp@redhat.com>
9703
9704         * dbus/dbus-pending-call.c: start on new object that will replace
9705         DBusMessageHandler and ReplyHandlerData for tracking outstanding
9706         replies
9707
9708         * dbus/dbus-gproxy.c: start on proxy object used to communicate
9709         with remote interfaces
9710
9711         * dbus/dbus-gidl.c: do the boring boilerplate in here
9712         
9713 2003-08-12  Havoc Pennington  <hp@pobox.com>
9714
9715         * bus/dispatch.c (bus_dispatch): make this return proper 
9716         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
9717
9718         * dbus/dbus-errors.c (dbus_set_error): use
9719         _dbus_string_append_printf_valist
9720
9721         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
9722         (_dbus_string_append_printf): new
9723
9724         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
9725         UNKNOWN_METHOD
9726
9727         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
9728         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
9729         message is unhandled.
9730
9731 2003-08-11  Havoc Pennington  <hp@pobox.com>
9732
9733         * bus/test.c (client_disconnect_handler): change to return
9734         HANDLED (would have been REMOVE_MESSAGE)
9735
9736         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
9737         HANDLED/NOT_YET_HANDLED instead of
9738         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
9739         should be used.
9740
9741 2003-08-10  Havoc Pennington  <hp@pobox.com>
9742
9743         * tools/dbus-send.c (main): add --type argument, for now
9744         supporting only method_call and signal types.
9745
9746         * tools/dbus-print-message.c: print message type
9747
9748         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
9749         init connection->objects
9750
9751         * doc/dbus-specification.sgml: fix sgml
9752
9753         * bus/*.c: port over to object-instance API changes
9754
9755         * test/test-service.c: ditto
9756         
9757         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
9758         name, we will have to fix up the rest of the code to also handle
9759         this
9760         (dbus_message_new): generic message-creation call
9761         (set_string_field): allow appending name field
9762
9763 2003-08-06  Havoc Pennington  <hp@pobox.com>
9764
9765         * dbus/dbus-object-registry.c: implement signal connection 
9766         and dispatch
9767
9768         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
9769
9770         * dbus/dbus-internals.c (_dbus_memdup): new function
9771
9772 2003-08-02  Havoc Pennington  <hp@pobox.com>
9773
9774         * dbus/dbus-message.c (dbus_message_get_no_reply)
9775         (dbus_message_set_no_reply): add these and remove
9776         set_is_error/get_is_error
9777
9778         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
9779         remove the ERROR flag, since there's now an ERROR type
9780
9781 2003-08-01  Havoc Pennington  <hp@pobox.com>
9782
9783         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
9784         implement
9785
9786         * dbus/dbus-message.c (dbus_message_get_type): new function
9787
9788         * doc/dbus-specification.sgml: add "type" byte to messages
9789
9790 2003-08-01  Havoc Pennington  <hp@pobox.com>
9791
9792         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
9793         a message type enum to distinguish kinds of message
9794         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
9795         that need not be replied to
9796
9797 2003-08-01  Havoc Pennington  <hp@pobox.com>
9798
9799         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
9800         (unpack_8_octets): fix no-64-bit-int bug
9801
9802         * dbus/dbus-object-registry.c (validate_id): validate the 
9803         connection ID bits, not just the instance ID.
9804
9805         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
9806         the connection-global 33 bits of the object ID
9807
9808         * dbus/dbus-object-registry.c (info_from_entry): fill in 
9809         object ID in the new way
9810
9811         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
9812         define server/client/instance bits.
9813
9814 2003-07-30  Havoc Pennington  <hp@pobox.com>
9815
9816         * dbus/dbus-connection.c (dbus_connection_register_object): fix
9817         build
9818
9819 2003-07-13  Havoc Pennington  <hp@pobox.com>
9820
9821         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
9822         fields to DBusObjectVTable and DBusObjectInfo
9823
9824 2003-07-12  Havoc Pennington  <hp@pobox.com>
9825
9826         * dbus/dbus-object-registry.c: implement unit test,
9827         fix bugs discovered in process
9828
9829         * dbus/dbus-connection.c: remove handler_table and
9830         register_handler(), add DBusObjectRegistry usage
9831
9832         * dbus/dbus-objectid.c (dbus_object_id_is_null)
9833         (dbus_object_id_set_null): new functions
9834
9835 2003-07-08  Havoc Pennington  <hp@pobox.com>
9836
9837         * dbus/dbus-object.c: implement some of this
9838
9839         * dbus/dbus-object-registry.c
9840         (_dbus_object_registry_add_and_unlock): fill in the object_id out
9841         param
9842         (_dbus_object_registry_new): handle OOM
9843
9844 2003-07-08  Havoc Pennington  <hp@pobox.com>
9845
9846         * dbus/dbus-object.h: sketch out an API for registering objects
9847         with a connection, that allows us to use as little as 24 bytes
9848         per object and lets application code represent an object in 
9849         any conceivable way.
9850
9851         * dbus/dbus-object-registry.c: implement the hard bits of the
9852         DBusConnection aspect of object API. Not yet wired up.
9853         
9854 2003-07-06  Havoc Pennington  <hp@pobox.com>
9855
9856         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
9857         (_dbus_marshal_object_id): new
9858         (_dbus_demarshal_object_id): new
9859         (_dbus_marshal_get_arg_end_pos): support object ID type, and
9860         consolidate identical switch cases. Don't conditionalize handling
9861         of DBUS_TYPE_UINT64, need to handle the type always.
9862         (_dbus_marshal_validate_arg): consolidate identical cases, and
9863         handle DBUS_TYPE_OBJECT_ID
9864
9865         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
9866
9867         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
9868
9869 2003-09-28  Havoc Pennington  <hp@pobox.com>
9870
9871         * real 0.13 release
9872
9873 2003-09-28  Havoc Pennington  <hp@pobox.com>
9874
9875         * doc/Makefile.am (dbus-specification.html): testing a funky hack
9876         to work with Debian db2html
9877
9878 2003-09-28  Havoc Pennington  <hp@pobox.com>
9879
9880         * configure.in: 0.13
9881
9882         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
9883         stylesheet-images for benefit of Debian
9884         
9885         Change back to using filesystem-linked sockets for the system
9886         bus, so only root can create the default system bus address.
9887         
9888         * bus/system.conf.in: change to use
9889         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
9890
9891         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
9892         from here.
9893
9894         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
9895         here, and AC_DEFINE DBUS_SYSTEM_PATH
9896
9897 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
9898
9899         * doc/TODO:
9900         * doc/busconfig.dtd:
9901         Add busconfig DTD.
9902         
9903 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
9904
9905         * doc/dbus-specification.sgml:
9906         Add activation reply values.
9907         
9908 2003-08-05  Havoc Pennington  <hp@redhat.com>
9909
9910         * configure.in: 0.12
9911
9912 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
9913
9914         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
9915         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
9916         (add_watch), (remove_watch), (create_source):
9917         Refcount fds, fixes some reentrancy issues.
9918         
9919 2003-07-30  Havoc Pennington  <hp@redhat.com>
9920
9921         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
9922         bus address to be abstract if we have abstract sockets
9923
9924         * NEWS: update
9925
9926 2003-07-28  Havoc Pennington  <hp@redhat.com>
9927
9928         * bus/messagebus.in: fix to avoid processname/servicename 
9929         confusion, from Michael Kearey
9930         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
9931         
9932 2003-07-23  Havoc Pennington  <hp@pobox.com>
9933
9934         * dbus/dbus-message.c (dbus_message_iter_get_named): 
9935         fix from Andy Hanton to remove broken "+1"
9936
9937 2003-07-16  Havoc Pennington  <hp@pobox.com>
9938
9939         * tools/dbus-launch.c (babysit): close stdout/stderr in the
9940         babysitter process, as suggested by Thomas Leonard, so 
9941         an "eval `dbus-launch --exit-with-session`" will actually 
9942         return
9943
9944 2003-07-16  Havoc Pennington  <hp@pobox.com>
9945
9946         * configure.in: print out EXPANDED_* variables in the summary at
9947         the end; clean up the code that computes EXPANDED_ variables and
9948         get the ones using exec_prefix right. Should make things work
9949         when you build without --prefix
9950
9951 2003-06-29  Havoc Pennington  <hp@pobox.com>
9952
9953         * mono/Test.cs (class Test): fire up a main loop and run it
9954
9955         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
9956         done once, the app has to do it
9957
9958 2003-06-26  Havoc Pennington  <hp@pobox.com>
9959
9960         * mono/Connection.cs: set up connection with the glib main loop
9961
9962 2003-07-01  Havoc Pennington  <hp@redhat.com>
9963
9964         * doc/dbus-specification.sgml: clarify the format of a type code,
9965         change suggested by Jim Blandy
9966
9967 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
9968
9969         * doc/Makefile.am:
9970         * tools/Makefile.am: Don't assume srcdir == builddir.
9971
9972         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
9973         the allocated block.
9974         (_dbus_memory_test): New function.
9975         * dbus/dbus-test.h: Add _dbus_memory_test ().
9976         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
9977
9978         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
9979         of %c%c%c%c.
9980         (dbus_message_new): Remove obsolete @todo.
9981
9982         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
9983         (_dbus_marshal_set_uint64): Fix comment.
9984
9985         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
9986         hardcode FIELD_REPLY_SERIAL.
9987
9988         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
9989         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
9990
9991         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
9992         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
9993
9994 2003-06-24  Havoc Pennington  <hp@pobox.com>
9995
9996         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
9997
9998 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
9999
10000         * configure.in:
10001         * gcj/.cvsignore:
10002         * gcj/Hello.java:
10003         * gcj/Makefile.am:
10004         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10005         * gcj/org/.cvsignore:
10006         * gcj/org/Makefile.am:
10007         * gcj/org/freedesktop/.cvsignore:
10008         * gcj/org/freedesktop/Makefile.am:
10009         * gcj/org/freedesktop/dbus/.cvsignore:
10010         * gcj/org/freedesktop/dbus/Makefile.am:
10011         * gcj/org/freedesktop/dbus/Message.java: (Message),
10012         (Message.Message):
10013         * gcj/org/freedesktop/dbus/natMessage.cc:
10014         Fix the build system.
10015
10016 2003-06-22  Havoc Pennington  <hp@pobox.com>
10017
10018         * mono/Connection.cs: add more bindings
10019
10020         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10021         more than once.
10022
10023 2003-06-22  Havoc Pennington  <hp@pobox.com>
10024
10025         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10026         Start wrapping more stuff.
10027
10028 2003-06-22  Havoc Pennington  <hp@pobox.com>
10029
10030         * mono/Message.cs: implement Message.Wrap() that ensures we only
10031         have a single C# wrapper per DBusMessage, assuming it works which
10032         it probably doesn't.
10033
10034         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10035         (dbus_message_free_data_slot): new
10036         (dbus_message_set_data): new
10037         (dbus_message_get_data): new
10038
10039 2003-06-22  Havoc Pennington  <hp@pobox.com>
10040
10041         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10042         (_dbus_data_slot_allocator_alloc): rework these to keep a
10043         reference count on each slot and automatically manage a global
10044         slot ID variable passed in by address
10045
10046         * bus/bus.c: convert to new dataslot API
10047
10048         * dbus/dbus-bus.c: convert to new dataslot API
10049
10050         * dbus/dbus-connection.c: convert to new dataslot API
10051
10052         * dbus/dbus-server.c: convert to new dataslot API
10053
10054         * glib/dbus-gmain.c: ditto
10055
10056         * bus/test.c: ditto
10057
10058         * bus/connection.c: ditto
10059
10060 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10061
10062         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10063         after the gcj checks so that the correct configuration tags
10064         will be added to libtool.
10065
10066         * dbus-glib-1.pc.in: No need to specify any includes since
10067         dbus-1.pc.in has those.
10068
10069 2003-06-22  Havoc Pennington  <hp@pobox.com>
10070
10071         * mono/*, gcj/*, configure.in, Makefile.am:
10072         Check in makefiles and subdirs for mono and gcj bindings.
10073         Neither binding actually exists, just trying to get through
10074         all the build and other boring bits.
10075
10076 2003-06-21  Philip Blundell  <philb@gnu.org>
10077
10078         * tools/dbus-monitor.1: Updated.
10079
10080         * tools/dbus-send.1: Likewise.
10081
10082 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10083
10084         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10085         for hangup and error after checking read so we won't discard
10086         pending data if both hangup and read are set.
10087
10088 2003-06-19  Philip Blundell  <philb@gnu.org>
10089
10090         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10091
10092         * tools/dbus-send.c: Accept both --system and --session.
10093
10094         * tools/dbus-monitor.c: Same here.
10095
10096 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10097
10098         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10099         from C++ (Patch by Miloslav Trmac).
10100
10101 2003-06-15  Joe Shaw  <joe@assbarn.com>
10102
10103         * configure.in: Check for socklen_t.
10104
10105         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10106
10107         * test/test-segfault.c: Add #include <sys/time.h>
10108
10109         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10110         dbus-launch needs it.
10111
10112 2003-06-09  Havoc Pennington  <hp@redhat.com>
10113
10114         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10115         SUN_LEN, it breaks abstract socket usage
10116
10117         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10118         starts of lines.
10119
10120 2003-06-04  Havoc Pennington  <hp@pobox.com>
10121
10122         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10123         using unix:abstract=/foo, and when listening in a tmpdir
10124         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10125
10126         * dbus/dbus-transport.c (_dbus_transport_open): support
10127         unix:abstract=/foo
10128
10129         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10130         support abstract sockets
10131
10132         * dbus/dbus-transport-unix.c
10133         (_dbus_transport_new_for_domain_socket): support abstract sockets
10134
10135         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10136         toggle as an argument, implement abstract namespace support
10137         (_dbus_listen_unix_socket): ditto
10138
10139         * configure.in: add --enable-abstract-sockets and implement
10140         a configure check for autodetection of the right value.
10141
10142 2003-06-01  Havoc Pennington  <hp@pobox.com>
10143
10144         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10145         in /tmp (though on Linux this will end up being useless,
10146         when we add abstract namespace support)
10147
10148         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10149         subst'ing it
10150
10151 2003-05-28  Colin Walters  <walters@verbum.org>
10152
10153         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10154
10155 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10156
10157         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10158
10159 2003-05-17  Colin Walters  <walters@gnu.org>
10160
10161         * tools/dbus-send.c: Don't exit with an error code if --help was
10162         passed.  Default to using the session bus instead of the system
10163         one.
10164
10165         * tools/dbus-launch.c: Ditto.
10166
10167         * tools/dbus-monitor.c: Ditto.
10168
10169         * tools/dbus-send.1: Update with new arguments.
10170
10171         * tools/dbus-launch.c: Emit code to export variables.  New
10172         arguments -s and -c to specify shell syntax, and a bit of code to
10173         autodetect syntax.  Also, allow specifying a program to run.
10174
10175         * tools/dbus-launch.1: Update with new arguments.
10176
10177         * tools/dbus-send.1: Ditto.
10178
10179         * tools/dbus-monitor.1: Ditto.
10180
10181 2003-05-17  Havoc Pennington  <hp@pobox.com>
10182
10183         * bus/config-parser.c (merge_included): merge in policies from
10184         child configuration file.
10185
10186         * bus/policy.c (bus_policy_merge): function to merge two policies
10187         together
10188
10189 2003-05-16  Havoc Pennington  <hp@redhat.com>
10190
10191         * dbus/dbus-connection.c: disable verbose lock spew
10192
10193         * tools/dbus-send.c: add --print-reply command line option
10194
10195         * tools/dbus-print-message.h (print_message): new util function
10196         shared by dbus-send and dbus-monitor
10197
10198         * tools/dbus-monitor.c (handler_func): exit on disconnect
10199
10200         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10201         disconnected, don't try to use the read_watch
10202
10203         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10204         so we can find this bug more easily
10205
10206 2003-05-16  Havoc Pennington  <hp@redhat.com>
10207
10208         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10209         NULL as DBusHashTable is annoyingly likely to do.
10210
10211 2003-05-16  Colin Walters  <walters@verbum.org>
10212
10213         * tools/dbus-monitor.c: Add --session argument and usage()
10214         function.
10215
10216         * tools/dbus-monitor.1: Update with new --session arg.
10217
10218         * bus/Makefile.am (install-data-hook): Create
10219         $(libdir)/dbus-1.0/services so that the session bus is happy.
10220
10221 2003-05-15  Havoc Pennington  <hp@redhat.com>
10222
10223         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
10224         on non-x86. ifdef's are evil.
10225
10226 2003-05-15  Havoc Pennington  <hp@redhat.com>
10227
10228         * configure.in: 0.11
10229
10230         * NEWS: update
10231
10232         * bus/Makefile.am (initddir): apparently we are supposed to put
10233         init scripts in /etc/rc.d/init.d not /etc/init.d
10234
10235         * bus/Makefile.am: remove the "you must --enable-tests to make
10236         check" as it broke distcheck
10237
10238         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
10239
10240 2003-05-13  James Willcox  <jwillcox@gnome.org>
10241
10242         * configure.in:
10243         * bus/activation.c: (bus_activation_service_created),
10244         (bus_activation_activate_service):
10245         * bus/driver.c: (bus_driver_send_service_deleted),
10246         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10247         (bus_driver_send_service_acquired),
10248         (bus_driver_send_welcome_message),
10249         (bus_driver_handle_list_services):
10250         * bus/session.conf.in:
10251         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
10252         (dbus_bus_service_exists), (dbus_bus_activate_service):
10253         * dbus/dbus-bus.h:
10254
10255         Add some convenience API which lets you activate a service, and did a
10256         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
10257         and dbus_message_get_args()
10258
10259 2003-05-11  Havoc Pennington  <hp@pobox.com>
10260
10261         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
10262         calling _dbus_marshal_validate_arg() for every byte in a byte
10263         array, etc.
10264
10265         * dbus/dbus-message-handler.c: use atomic reference counting to
10266         reduce number of locks slightly; the global lock in here sucks
10267
10268         * dbus/dbus-connection.c
10269         (_dbus_connection_update_dispatch_status_and_unlock): variant of
10270         update_dispatch_status that can be called with lock held; then use
10271         in a couple places to reduce locking/unlocking
10272         (dbus_connection_send): hold the lock over the whole function
10273         instead of acquiring it twice.
10274
10275         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10276
10277         * bus/connection.c (bus_connections_setup_connection): fix access
10278         to already-freed memory.
10279
10280         * dbus/dbus-connection.c: keep a little cache of linked list
10281         nodes, to avoid using the global linked list alloc lock in the
10282         normal send-message case. Instead we just use the connection lock
10283         that we already have to take.
10284
10285         * dbus/dbus-list.c (_dbus_list_find_last): new function
10286
10287         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
10288         change to use a struct for the atomic type; fix docs,
10289         they return value before increment, not after increment.
10290
10291         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
10292         (_dbus_string_append_8_aligned): new functions to try to
10293         microoptimize this operation.
10294         (reallocate_for_length): break this out of set_length(), to
10295         improve profile info, and also so we can consider inlining the
10296         set_length() part.
10297
10298         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
10299         strings with some preallocation, cuts down on our calls to realloc
10300         a fair bit. Though if we can get the "move entire string to empty
10301         string" optimization below to kick in here, it would be better.
10302
10303         * dbus/dbus-string.c (_dbus_string_move): just call
10304         _dbus_string_move_len
10305         (_dbus_string_move_len): add a special case for moving
10306         an entire string into an empty string; we can just
10307         swap the string data instead of doing any reallocs.
10308         (_dbus_string_init_preallocated): new function
10309
10310 2003-05-11  Havoc Pennington  <hp@pobox.com>
10311
10312         Write a "test-profile" that does echo client-server with threads;
10313         profile reveals lock contention, memcpy/realloc of buffers, and
10314         UTF-8 validation as hot spots. 20% of lock contention eliminated
10315         with dbus_atomic_inc/dec implementation on x86.  Much remaining
10316         contention is global mempool locks for GList and DBusList.
10317
10318         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
10319         x86 implementation
10320
10321         * dbus/dbus-connection.c (struct DBusConnection): use
10322         dbus_atomic_t for the reference count
10323
10324         * dbus/dbus-message.c (struct DBusMessage): declare
10325         dbus_atomic_t values as volatile
10326
10327         * configure.in: code to detect ability to use atomic integer
10328         operations in assembly, from GLib patch
10329
10330         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
10331         time, tired of it being wrong in threads and forked processes
10332
10333         * glib/test-profile.c: a little program to bounce messages back
10334         and forth between threads and eat CPU
10335
10336         * dbus/dbus-connection.c: add debug spew macros for debugging
10337         thread locks; include config.h at top; fix deadlock in
10338         dbus_connection_flush()
10339
10340 2003-05-08  Havoc Pennington  <hp@pobox.com>
10341
10342         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
10343         data from getting written, and there wasn't a good reason to
10344         use _exit really.
10345
10346         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
10347         dbus_verbose lines in test coverage
10348         (main): add list of functions sorted by # of untested blocks
10349         to the coverage report
10350
10351         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
10352
10353         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
10354
10355         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
10356         extend test coverage
10357
10358         * test/data/auth/cancel.auth-script: test canceling an
10359         authentication
10360
10361         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
10362         aren't used. in CVS history if we end up needing them.
10363
10364 2003-05-04  Havoc Pennington  <hp@pobox.com>
10365
10366         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
10367         unit test
10368
10369         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
10370         function, which assumed length was in # of strings, not bytes
10371
10372         * dbus/dbus-message.c (_dbus_message_test): add tests for some
10373         missing coverage
10374
10375         * dbus/dbus-connection.c
10376         (_dbus_connection_queue_received_message): disable function for
10377         now, we are only using it in test mode
10378
10379         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10380         remove a mistaken FIXME
10381
10382 2003-05-04  Havoc Pennington  <hp@pobox.com>
10383
10384         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
10385         unlock mutex on successful return, patch from Anders Gustafsson
10386
10387 2003-05-04  Havoc Pennington  <hp@pobox.com>
10388
10389         * dbus-glib-1.pc.in (Requires): fix dependencies, from
10390         Anders Gustafsson
10391
10392 2003-05-04  Havoc Pennington  <hp@pobox.com>
10393
10394         * tools/dbus-launch.c: implement
10395
10396         * bus/main.c (main), bus/bus.c (bus_context_new):
10397         implement --print-pid and --fork
10398
10399 2003-05-03  Havoc Pennington  <hp@redhat.com>
10400
10401         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
10402         the address had no value, and add to test suite. Fix and
10403         regression test from Miloslav Trmac
10404
10405 2003-05-03  Havoc Pennington  <hp@pobox.com>
10406
10407         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
10408         watch is invalid when handled
10409
10410         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
10411         dbus-launch utility to launch the bus from a shell script.  Didn't
10412         actually implement dbus-launch yet, it's just a placeholder still.
10413
10414 2003-05-03  Havoc Pennington  <hp@pobox.com>
10415
10416         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
10417         daemon; also documents daemon config file, so replaces
10418         doc/config-file.txt. Corrected some stuff from config-file.txt in
10419         the process of moving it.
10420
10421 2003-05-03  Havoc Pennington  <hp@pobox.com>
10422
10423         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
10424         add some man pages
10425
10426 2003-05-03  Colin Walters  <walters@verbum.org>
10427
10428         * dbus/dbus-sysdeps.c (fill_user_info): Test against
10429         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
10430
10431         * Makefile.am: Update to use new .pc versioning scheme.
10432
10433 2003-05-02  Havoc Pennington  <hp@redhat.com>
10434
10435         * bus/system.conf.in: allow send/receive to/from message bus
10436         service
10437
10438 2003-04-30  Havoc Pennington  <hp@redhat.com>
10439
10440         * configure.in: print a note when building with unit tests and
10441         without assertions
10442
10443 2003-04-30  Havoc Pennington  <hp@redhat.com>
10444
10445         * Makefile.am: add a check-local that complains if you didn't
10446         configure with --enable-tests
10447
10448 2003-04-29  Havoc Pennington  <hp@redhat.com>
10449
10450         * glib/dbus-gmain.c: docs cleanups
10451
10452         * dbus/dbus-types.h: add docs on int64 types
10453
10454         * dbus/dbus-memory.c: fix docs to avoid putting private API in
10455         public API docs section
10456
10457 2003-04-29  Havoc Pennington  <hp@redhat.com>
10458
10459         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
10460         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
10461         parallel install API version, not with the D-BUS package version.
10462
10463         * HACKING: move some of README over here
10464
10465         * README: updates, and document API/ABI policy
10466
10467         * configure.in: reindentation
10468
10469 2003-04-29  Havoc Pennington  <hp@redhat.com>
10470
10471         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
10472         to use this library" to be sure people have the right
10473         expectations.
10474
10475 2003-04-28  Havoc Pennington  <hp@redhat.com>
10476
10477         * configure.in: add --enable-docs which by default is auto yes if
10478         doxygen and db2html found, no otherwise; but can be forced on/off
10479
10480         * doc/Makefile.am: conditionalize whether to build docs on
10481         --enable-docs
10482
10483 2003-04-28  Havoc Pennington  <hp@redhat.com>
10484
10485         * configure.in: 0.10
10486
10487         * NEWS: update
10488
10489         * bus/system.conf.in: add <includedir>system.d</includedir>
10490
10491         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
10492         username was provided but not uid
10493
10494         * bus/config-parser.c (struct BusConfigParser): keep track of
10495         whether the parser is toplevel or was included; change some
10496         of the error handling if it's included.
10497
10498 2003-04-27  Havoc Pennington  <hp@pobox.com>
10499
10500         Unbreak my code...
10501
10502         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10503         report correct status if we finish processing authentication
10504         inside this function.
10505
10506         * bus/activation.c (try_send_activation_failure): use
10507         bus_transaction_send_error_reply
10508
10509         * bus/connection.c (bus_connection_get_groups): return an error
10510         explaining the problem
10511
10512         * bus/bus.c (bus_context_check_security_policy): implement
10513         restriction here that inactive connections can only send the
10514         hello message. Also, allow bus driver to send anything to
10515         any recipient.
10516
10517         * bus/connection.c (bus_connection_complete): create the
10518         BusClientPolicy here instead of on-demand.
10519         (bus_connection_get_policy): don't return an error
10520
10521         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
10522         sender field in message being replied to
10523
10524         * bus/bus.c (bus_context_check_security_policy): fix silly typo
10525         causing it to return FALSE always
10526
10527         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
10528         we checked sender rather than destination
10529
10530 2003-04-25  Havoc Pennington  <hp@redhat.com>
10531
10532         test suite is slightly hosed at the moment, will fix soon
10533
10534         * bus/connection.c (bus_connections_expire_incomplete): fix to
10535         properly disable the timeout when required
10536         (bus_connection_set_name): check whether we can remove incomplete
10537         connections timeout after we complete each connection.
10538
10539         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
10540         probably still broken.
10541
10542         * bus/services.c (bus_registry_acquire_service): implement max
10543         number of services owned, and honor allow/deny rules on which
10544         services a connection can own.
10545
10546         * bus/connection.c (bus_connection_get_policy): report errors here
10547
10548         * bus/activation.c: implement limit on number of pending
10549         activations
10550
10551 2003-04-25  Havoc Pennington  <hp@redhat.com>
10552
10553         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
10554         where we used >= 0 instead of != DBUS_UID_UNSET.
10555
10556 2003-04-25  Havoc Pennington  <hp@redhat.com>
10557
10558         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
10559         were toggled without add/remove, fix from Anders Gustafsson
10560
10561 2003-04-24  Havoc Pennington  <hp@redhat.com>
10562
10563         * test/data/valid-config-files/basic.conf: add <limit> tags to
10564         this test
10565
10566         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
10567         <limit> tag in configuration file.
10568
10569 2003-04-24  Havoc Pennington  <hp@redhat.com>
10570
10571         * bus/dispatch.c: somehow missed some name_is
10572
10573         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
10574         (_dbus_timeout_set_interval): new
10575
10576         * bus/connection.c (bus_connections_setup_connection): record time
10577         when each connection is first set up, and expire them after the
10578         auth timeout passes.
10579
10580 2003-04-24  Havoc Pennington  <hp@redhat.com>
10581
10582         * dbus/dbus-message.c (dbus_message_name_is): rename
10583         (dbus_message_service_is): rename
10584         (dbus_message_sender_is): rename
10585         (dbus_message_get_service): rename
10586
10587 2003-04-24  Havoc Pennington  <hp@redhat.com>
10588
10589         * configure.in: add --enable-checks
10590
10591         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
10592
10593         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
10594         to use thread locks.
10595         (_dbus_connection_handler_destroyed_locked): move some private
10596         functions into proper docs group
10597
10598         * dbus/dbus-internals.h: add _dbus_return_if_fail,
10599         _dbus_return_val_if_fail
10600
10601         Throughout: use dbus_return_if_fail
10602
10603 2003-04-23  James Willcox  <jwillcox@gnome.org>
10604
10605         * glib/dbus-glib.h:
10606         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
10607         (dbus_connection_setup_with_g_main),
10608         (dbus_server_setup_with_g_main):
10609         * glib/test-dbus-glib.c: (main):
10610         * glib/test-thread-client.c: (main):
10611         * glib/test-thread-server.c: (new_connection_callback), (main):
10612         * tools/dbus-monitor.c: (main):
10613
10614         Added a GMainContext argument to dbus_connection_setup_with_g_main()
10615         and dbus_server_setup_with_g_main().
10616
10617 2003-04-20  Havoc Pennington  <hp@pobox.com>
10618
10619         * doc/dbus-specification.sgml: document the restrictions on
10620         message and service names
10621
10622 2003-04-22  Havoc Pennington  <hp@redhat.com>
10623
10624         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
10625         support, and do some code cleanups to share more code and
10626         speed up array marshal/demarshal.
10627
10628         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
10629
10630         * configure.in: generate dbus-arch-deps.h
10631
10632         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
10633         64-bit typecodes
10634
10635 2003-04-22  Havoc Pennington  <hp@redhat.com>
10636
10637         * test/data/valid-messages/opposite-endian.message: fix test
10638         to use proper type for rply field
10639
10640         * test/data/invalid-messages: add tests for below validation
10641
10642         * dbus/dbus-message.c (decode_header_data): validate field types,
10643         and validate that named fields are valid names
10644         (decode_name_field): consider messages in the
10645         org.freedesktop.Local. namespace to be invalid.
10646
10647         * dbus/dbus-string.c (_dbus_string_validate_name): new
10648
10649 2003-04-19  Havoc Pennington  <hp@pobox.com>
10650
10651         * bus/driver.c (bus_driver_handle_hello): check limits and
10652         return an error if they are exceeded.
10653
10654         * bus/connection.c: maintain separate lists of active and inactive
10655         connections, and a count of each. Maintain count of completed
10656         connections per user. Implement code to check connection limits.
10657
10658         * dbus/dbus-list.c (_dbus_list_unlink): export
10659
10660         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
10661         number of bytes in the message queue for a connection
10662
10663 2003-04-18  Havoc Pennington  <hp@pobox.com>
10664
10665         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
10666
10667         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
10668         memleaks
10669
10670         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
10671         on realloc be sure to update the pointer in the keyring
10672
10673         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
10674         offset to avoid writing to unallocated memory
10675
10676         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
10677         try the next mechanism, so we properly handle OOM
10678
10679         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
10680         on OOM.
10681         (_dbus_keyring_new): fix OOM bug
10682         (_dbus_keyring_new_homedir): always set error; impose a maximum
10683         number of keys we'll load from the file, mostly to speed up the
10684         test suite and make its OOM checks more useful, but also for
10685         general sanity.
10686
10687         * dbus/dbus-auth.c (process_error_server): reject authentication
10688         if we get an error from the client
10689         (process_cancel): on cancel, send REJECTED, per the spec
10690         (process_error_client): send CANCEL if we get an error from the
10691         server.
10692
10693 2003-04-18  Havoc Pennington  <hp@pobox.com>
10694
10695         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
10696         debug spew
10697
10698         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
10699         handling problem
10700
10701         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
10702         about DBUS_TEST_HOMEDIR once
10703
10704         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
10705         the environment
10706
10707         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
10708         config file so we test the right thing
10709
10710         Throughout: assorted docs improvements
10711
10712 2003-04-18  Havoc Pennington  <hp@pobox.com>
10713
10714         * glib/dbus-gmain.c: adapt to watch changes
10715
10716         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
10717
10718         * dbus/dbus-server.h: remove dbus_server_handle_watch
10719
10720         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
10721
10722         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
10723         like DBusTimeout, so we don't need dbus_connection_handle_watch
10724         etc.
10725
10726 2003-04-17  Havoc Pennington  <hp@redhat.com>
10727
10728         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
10729         database usage so it all goes via the DBusUserDatabase cache.
10730
10731 2003-04-17  Havoc Pennington  <hp@redhat.com>
10732
10733         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
10734         there was an OOM watch we skipped, we always return TRUE so we
10735         iterate again to have a look at it again. Fixes test suite hang.
10736         Code rearrangement also lets us lose some memset and only iterate
10737         over callbacks once.
10738
10739         * bus/driver.c (bus_driver_handle_message): sense of test for
10740         reply was backward
10741
10742 2003-04-16  Havoc Pennington  <hp@pobox.com>
10743
10744         * doc/dbus-specification.sgml: make spec say serials are unsigned
10745
10746         * dbus/dbus-message.h: change message serials to unsigned
10747
10748         * dbus/dbus-connection.c: adapt to message serials being unsigned
10749
10750 2003-04-15  Havoc Pennington  <hp@pobox.com>
10751
10752         * bus/bus.c: create and keep around a shared DBusUserDatabase
10753         object.
10754
10755         * bus/connection.c (bus_connection_get_groups): don't cache
10756         groups for user in the connection object, since user database
10757         object now does that.
10758
10759 2003-04-16  Havoc Pennington  <hp@redhat.com>
10760
10761         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
10762         list of size counters
10763         (_dbus_message_loader_putback_message_link): put back a popped link
10764
10765         * dbus/dbus-connection.c
10766         (dbus_connection_set_max_live_messages_size): rename
10767         max_received_size
10768         (dbus_connection_get_outgoing_size): get size of outgoing
10769         queue
10770         (_dbus_connection_set_connection_counter): remove this cruft
10771
10772 2003-04-14  Havoc Pennington  <hp@redhat.com>
10773
10774         * dbus/dbus-userdb.c: user database abstraction, mostly to get
10775         caching, but at some point we might want to be able to use a
10776         different database.
10777
10778         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
10779         SHA1 conf file to test the sha1 auth mechanism, since the regular
10780         test always uses EXTERNAL when available.
10781
10782         * configure.in,
10783         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
10784         add conf file that requires use of sha1 auth
10785
10786 2003-04-13  Havoc Pennington  <hp@pobox.com>
10787
10788         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
10789         from Philip Blundell to send messages and monitor them.
10790
10791 2003-04-13  Havoc Pennington  <hp@pobox.com>
10792
10793         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
10794         callbacks
10795
10796         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
10797         users
10798
10799         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10800         fix to only recover unused bytes if we're already authenticated
10801         (_dbus_transport_get_is_authenticated): fix to still mark us
10802         authenticated if there are unused bytes.
10803
10804         * bus/dispatch.c: implement security policy checking
10805
10806         * bus/connection.c (bus_transaction_send_from_driver): new
10807
10808         * bus/bus.c (bus_context_check_security_policy): new
10809
10810         * bus/dispatch.c (send_service_nonexistent_error): delete this,
10811         now we just set the DBusError and it gets converted to an error
10812         reply.
10813
10814         * bus/connection.c (allow_user_function): enable code using actual
10815         data from the config file
10816
10817         * bus/policy.c (list_allows_user): handle wildcard rules for
10818         user/group connection perms
10819
10820 2003-04-13  Havoc Pennington  <hp@pobox.com>
10821
10822         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
10823
10824         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
10825
10826         * bus/policy.c (bus_policy_append_mandatory_rule)
10827         (bus_policy_append_default_rule, bus_policy_append_user_rule)
10828         (bus_policy_append_group_rule): new functions
10829
10830 2003-04-12  Havoc Pennington  <hp@pobox.com>
10831
10832         * bus/config-parser.c (bus_config_parser_new): fix a memleak
10833
10834         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
10835         the pid/gid/uid, just for paranoia.
10836
10837         * test/break-loader.c (randomly_do_n_things): find a byte
10838         containing a type code, and randomly change it to a different
10839         type code.
10840
10841 2003-04-12  Havoc Pennington  <hp@pobox.com>
10842
10843         * bus/policy.h: change BusPolicy to be the thing from the config
10844         file, and rename old BusPolicy to BusClientPolicy
10845
10846         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
10847         match change in how policy works
10848
10849         * dbus/dbus-internals.h: mark assert_not_reached as
10850         __attribute((noreturn))__
10851
10852 2003-04-11  Havoc Pennington  <hp@redhat.com>
10853
10854         * doc/dbus-specification.sgml: fix a spot with the wrong name for
10855         the broadcast service. Use boolean return for ServiceExists.
10856
10857 2003-04-11  Havoc Pennington  <hp@redhat.com>
10858
10859         * configure.in: add another directory to look for qt in.
10860
10861 2003-04-11  Havoc Pennington  <hp@redhat.com>
10862
10863         * AUTHORS: add Colin Walters
10864
10865 2003-04-11  Havoc Pennington  <hp@redhat.com>
10866
10867         * NEWS: update
10868
10869         * configure.in: 0.9
10870
10871 2003-04-11  Havoc Pennington  <hp@redhat.com>
10872
10873         * bus/messagebus.in: remove pid file when stopping the
10874         message bus, since the bus won't have privileges to remove it
10875         itself.
10876
10877 2003-04-11  Havoc Pennington  <hp@redhat.com>
10878
10879         * bus/bus.c (bus_context_new): move credentials change after
10880         creating pidfile
10881
10882 2003-04-11  Havoc Pennington  <hp@pobox.com>
10883
10884         * test/decode-gcov.c: add "below average functions" to the
10885         coverage report, and change how some of the code works.
10886
10887         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
10888         not in the coverage stats.
10889
10890         * test/test-service.c (main): use _dbus_verbose not fprintf in a
10891         couple places so running the test suite doesn't result in megaspam.
10892
10893 2003-04-11  Havoc Pennington  <hp@pobox.com>
10894
10895         * bus/dispatch.c (check_existent_service_activation): accept a no
10896         memory error in a place we didn't before
10897
10898         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
10899         in case the first one failed," since the test suite is less
10900         broken now.
10901
10902 2003-04-10  Havoc Pennington  <hp@pobox.com>
10903
10904         * bus/dispatch.c (check_segfault_service_activation): add test
10905         for launching an executable that just crashes.
10906
10907         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
10908         don't leave a million cores. We'll see how portable this is.
10909
10910 2003-04-10  Havoc Pennington  <hp@pobox.com>
10911
10912         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
10913         the possible parent failures before we fork, so that we don't
10914         fail to create a babysitter after creating the child.
10915
10916         * bus/activation.c (bus_activation_activate_service): kill child
10917         if we don't successfully complete the activation.
10918
10919 2003-04-10  Havoc Pennington  <hp@redhat.com>
10920
10921         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
10922         the connection if it's disconnected
10923
10924         * bus/activation.c (bus_activation_service_created): use new
10925         transaction features to roll back removal of pending activation if
10926         we don't successfully create the service after all. Don't remove
10927         pending activation if the function fails.
10928
10929         * dbus/dbus-list.c (_dbus_list_insert_before_link)
10930         (_dbus_list_insert_after_link): new code to facilitate
10931         services.c fixes
10932
10933         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
10934         new functionality, so we can preallocate the ability to insert
10935         into a hash table.
10936
10937         * bus/connection.c (bus_transaction_add_cancel_hook): new function
10938         allowing us to put custom hooks in a transaction to be used for
10939         cancelling said transaction
10940
10941         * doc/dbus-specification.sgml: add some discussion of secondary
10942         service owners, and disallow zero-length service names
10943
10944         * bus/services.c (bus_registry_acquire_service): new function,
10945         splits out part of bus_driver_handle_acquire_service() and fixes
10946         a bug where we didn't remove the service doing the acquiring
10947         from the secondary queue if we failed to remove the current owner
10948         from the front of the queue.
10949
10950 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10951
10952         * doc/dbus-specification.sgml:
10953         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
10954
10955 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10956
10957         * bus/.cvsignore:
10958         * glib/.cvsignore:
10959         * test/.cvsignore:
10960         Added files to cvsignore
10961
10962         * dbus/dbus-message.h:
10963         * dbus/dbus-message.c: (dbus_message_iter_get_named):
10964         Make get_named() take two out argument and return a boolean.
10965         (dbus_message_iter_get_args_valist):
10966         Update usage of get_named().
10967         (dbus_message_iter_append_byte):
10968         Fix typo
10969         (dbus_message_iter_append_named)
10970         Fix typo
10971         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
10972         More tests.
10973
10974 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10975
10976         * dbus/dbus-marshal.[ch]:
10977         Add array_type_pos argument to _dbus_marshal_validate_arg.
10978         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
10979
10980         * dbus/dbus-message.[ch]:
10981         Multi-dimensional arrays have full type specification in the
10982         outermost array. Iter code re-arranged to handle this.
10983         Added some more iter tests.
10984
10985         * doc/dbus-specification.sgml:
10986         Add me to authors.
10987         Remove old FIXME.
10988         Update new array encoding description.
10989         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
10990
10991         * test/data/invalid-messages/array-with-mixed-types.message:
10992         * test/data/valid-messages/array-of-array-of-uint32.message:
10993         Change to the new array format.
10994
10995         * test/data/invalid-messages/too-short-dict.message:
10996         Fix bug in test.
10997
10998         * test/data/valid-messages/recursive-types.message:
10999         Fix up and extend test.
11000
11001 2003-04-10  Havoc Pennington  <hp@pobox.com>
11002
11003         * bus/dispatch.c: lots of fixes
11004
11005         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11006         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11007         that was crack, broke the test service.
11008
11009         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11010         handling to avoid piling up errors if we get a failure on the
11011         first address.
11012
11013         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11014         pid in assertion failures.
11015
11016         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11017         to some fixed size of file descriptor array. Don't return TRUE
11018         anytime a timeout exists, that led to lots of busy loop silliness
11019         in the tests.
11020
11021 2003-04-09  Havoc Pennington  <hp@redhat.com>
11022
11023         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11024         I'd checked this in earlier but hadn't.
11025
11026 2003-04-09  Havoc Pennington  <hp@redhat.com>
11027
11028         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11029         the activation test (man this is getting old!)
11030
11031 2003-04-09  Havoc Pennington  <hp@redhat.com>
11032
11033         * test/test-utils.c: use dispatch status function to fix this up
11034
11035         * bus/connection.c (connection_watch_callback): don't dispatch
11036         from here
11037         (connection_timeout_callback): don't dispatch from here
11038         (bus_connections_setup_connection): set the dispatch status function
11039         (bus_connection_disconnected): unset it
11040
11041         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11042         used to add a connection to be dispatched
11043         (_dbus_loop_iterate): do the dispatching at the end of each
11044         iteration
11045
11046         * dbus/dbus-connection.c
11047         (dbus_connection_set_dispatch_status_function): new function
11048         allowing us to fix up main loop usage
11049         (_dbus_connection_last_unref): free all the various function
11050         user data
11051         (dbus_connection_dispatch): call the DispatchStatusFunction
11052         whenever this function returns
11053         (dbus_connection_handle_watch): call DispatchStatusFunction
11054         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11055         (reply_handler_timeout): call DispatchStatusFunction
11056         (dbus_connection_flush): call DispatchStatusFunction
11057
11058 2003-04-09  Havoc Pennington  <hp@redhat.com>
11059
11060         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11061         a memory leak
11062
11063         * bus/dispatch.c (check_service_activated): fix bug in test
11064
11065         * dbus/dbus-mainloop.c (check_timeout): fix this up
11066
11067         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11068         verbose output so we can sort out output from different processes,
11069         e.g. in the activation case.
11070
11071 2003-04-08  Colin Walters  <walters@gnu.org>
11072
11073         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11074         the pid file.
11075         (bus_context_new): Set it.
11076         (bus_context_unref): Use it to delete the pid file.
11077
11078 2003-04-08  Havoc Pennington  <hp@redhat.com>
11079
11080         * test/data/invalid-messages/array-with-mixed-types.message:
11081         regression test that fails for the moment
11082
11083         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11084         tests for convenience
11085
11086         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11087         array of nil, it broke things.
11088
11089         * test/data/invalid-messages/array-of-nil.message: regression test
11090
11091         * test/data/valid-messages/array-of-array-of-uint32.message:
11092         happened to write this so added it to suite
11093
11094 2003-04-08  Havoc Pennington  <hp@redhat.com>
11095
11096         * bus/driver.c (bus_driver_handle_acquire_service): init
11097         retval/reply before checking name
11098
11099         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11100         recursion depth argument
11101
11102         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11103         in the public struct for future extension
11104
11105         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11106         typo
11107
11108         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11109         message
11110
11111         * doc/dbus-specification.sgml: fix typo
11112
11113 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11114
11115         Implemented recursive types, named types and new-style iters
11116
11117         * bus/driver.c:
11118         * glib/test-thread-client.c: (thread_func):
11119         * glib/test-thread-server.c: (handle_test_message):
11120         * test/test-service.c: (handle_echo):
11121         Update to new api
11122
11123         * dbus/Makefile.am:
11124         * dbus/dbus-dict.c:
11125         * dbus/dbus-dict.h:
11126         * dbus/dbus.h
11127         Remove DBusDict
11128
11129         * dbus/dbus-internals.c: (_dbus_type_to_string):
11130         Update for new types.
11131
11132         * dbus/dbus-marshal.[ch]:
11133         Implement recursive types and the new marshalling format.
11134         Remove hardcoded dict marshalling.
11135         Marshal named types.
11136
11137         * dbus/dbus-message-builder.c:
11138         Add BYTE_ARRAY.
11139         Remove references to old types
11140
11141         * dbus/dbus-message.[ch]:
11142         New non-refcounted iter API that supports recursive iters.
11143         Use iters for appending, including support for recursive
11144         iters.
11145         Add byte and named type support.
11146         Update everything to new marshalling formats.
11147         Add tests for new API.
11148
11149         * dbus/dbus-protocol.h:
11150         Remove old array types.
11151         Add types: BYTE, ARRAY, DICT, NAMED
11152
11153         * dbus/dbus-string.c:
11154         * dbus/dbus-sysdeps.c:
11155         Make parse_double locale safe.
11156
11157         * dbus/dbus-test-main.c:
11158         Call setlocale.
11159
11160         * dbus/dbus-test.c:
11161         Kill dict test
11162
11163         * doc/dbus-specification.sgml:
11164         Update spec
11165
11166         * test/data/incomplete-messages/missing-body.message:
11167         * test/data/invalid-messages/bad-boolean.message:
11168         * test/data/invalid-messages/bad-boolean-array.message:
11169         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11170         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11171         * test/data/invalid-messages/too-short-dict.message:
11172         * test/data/valid-messages/dict-simple.message:
11173         * test/data/valid-messages/dict.message:
11174         * test/data/valid-messages/emptiness.message:
11175         * test/data/valid-messages/lots-of-arguments.message:
11176         * test/data/valid-messages/no-padding.message:
11177         * test/data/valid-messages/recursive-types.message:
11178         Add missing NAME fields
11179         Fix up dicts & arrays
11180
11181         * test/data/invalid-messages/dict-with-nil-value.message:
11182         Removed, this is not invalid anymore.
11183
11184         * test/data/valid-messages/recursive-types.message:
11185         Add new test for deeply recursive types.
11186
11187 2003-04-07  Havoc Pennington  <hp@pobox.com>
11188
11189         * bus/driver.c (bus_driver_handle_acquire_service): return an
11190         error if you try to acquire a service that starts with ':'
11191
11192 2003-04-07  Havoc Pennington  <hp@redhat.com>
11193
11194         * doc/dbus-specification.sgml: require that base service names
11195         start with ':' and that the base service is created/deleted
11196         as first and last things a connection does on the bus
11197
11198         * bus/dispatch.c (check_existent_service_activation): lots more
11199         work on the activation test; it doesn't fully pass yet...
11200
11201         * test/test-service.c (main): fix so we don't memleak the
11202         connection to the message bus
11203         (filter_func): accept a message asking us to exit
11204
11205 2003-04-06  Havoc Pennington  <hp@pobox.com>
11206
11207         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11208         from Colin Walters
11209
11210         * configure.in: fixes to Qt detection from Colin Walters
11211
11212         * doc/Makefile.am: Only remove generated docbook dirs if they
11213         exist, from Colin Walters
11214
11215         * dbus/dbus-bus.c: change how we set well-known connections to
11216         NULL, so that it works if a single connection is stored in
11217         two well-known array slots.
11218
11219         * test/Makefile.am: remove a lot of stuff that isn't immediately
11220         useful, it's in CVS history if we want it.
11221
11222         * test/test-service.c: use dbus-mainloop instead of that
11223         watch.[hc] crack
11224
11225 2003-04-06  Havoc Pennington  <hp@pobox.com>
11226
11227         * dbus/Makefile.am: split lists of sources into stuff that goes in
11228         the library, util functions that go in the lib and are also used
11229         elsewhere, and util functions that are used in tests/daemon but
11230         don't go in the lib.
11231
11232         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
11233         here so it can be used in test binaries also
11234
11235 2003-04-06  Havoc Pennington  <hp@pobox.com>
11236
11237         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
11238         here in the parent process, so we can return an error if it
11239         fails. Also, move some of the code into the child so the parent
11240         is less hosed if we fail midway through.
11241
11242         * bus/bus.c (bus_context_new): move pidfile detection further up
11243         in the function, before we start overwriting sockets and such.
11244
11245         * bus/messagebus.in: adjust this a bit, not sure if it will work.
11246
11247         * configure.in: add --with-system-pid-file and --with-system-socket
11248
11249 2003-04-06  Colin Walters  <walters@verbum.org>
11250
11251         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
11252
11253         * bus/system.conf.in: Declare a pidfile.
11254
11255         * bus/bus.c (bus_context_new): Test for an existing pid file, and
11256         create one (if appropriate).
11257
11258         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
11259         (struct BusConfigParser) [pidfile]: New.
11260         (element_type_to_name, merge_included, start_busconfig_child)
11261         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
11262         (bus_config_parser_unref): Free it.
11263         (bus_config_parser_get_pidfile): New function.
11264
11265         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
11266
11267         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
11268
11269         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
11270
11271         * dbus/dbus-sysdeps.h: Prototype it.
11272
11273 2003-04-06  Havoc Pennington  <hp@pobox.com>
11274
11275         * bus/bus.c (bus_context_new): print the address in here, rather
11276         than in main(), because we need to do it before forking the daemon
11277
11278         * bus/dispatch.c (send_service_nonexistent_error): set the sender
11279         on the service nonexistent error
11280
11281         * bus/driver.c (bus_driver_handle_acquire_service): set the
11282         sender on the AcquireService reply
11283
11284         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
11285         server also listen on a UNIX socket so services can connect to it.
11286
11287 2003-04-06  Havoc Pennington  <hp@pobox.com>
11288
11289         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
11290         so it detects deadlocks and also we actually init threads when
11291         debugging.
11292
11293 2003-04-06  Havoc Pennington  <hp@pobox.com>
11294
11295         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
11296         save the domain socket name, and unlink it when we disconnect the
11297         server. Means that at least when we exit normally, we won't leave
11298         a bunch of junk in /tmp
11299
11300         * dbus/dbus-transport-unix.c
11301         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
11302         memory management). (I was making a real change here but then
11303         didn't)
11304
11305 2003-04-06  Havoc Pennington  <hp@pobox.com>
11306
11307         * bus/bus.c (bus_context_new): fix wrong handling of
11308         server_data_slot_unref() in the error case.
11309
11310         * dbus/dbus-internals.h (_dbus_assert): change so it passes
11311         "(condition) != 0" to _dbus_real_assert so that
11312         "_dbus_assert (pointer)" doesn't cause a warning
11313
11314         * bus/main.c (main): accept --print-address option to print out
11315         the message bus address
11316
11317         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
11318
11319         * dbus/dbus-transport.c (_dbus_transport_open): special error for
11320         "tmpdir" option to unix: address on client side
11321
11322         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
11323         to unix: address
11324
11325         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
11326         we can use to create sockets in the test suite.
11327
11328         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
11329         cleanly. To be used for testing.
11330
11331         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
11332
11333         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
11334
11335         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11336         handle trying to call this when there's no servers active
11337
11338 2003-04-05  Havoc Pennington  <hp@pobox.com>
11339
11340         * NEWS: update
11341
11342         * configure.in: 0.8
11343
11344 2003-04-05  Havoc Pennington  <hp@pobox.com>
11345
11346         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
11347         crash on startup. Need to get "try starting the daemon"
11348         in the test suite I guess. ;-)
11349
11350         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
11351         tracked the number of open connections; it's better done in
11352         application-specific code as you want it to span all servers etc.
11353
11354 2003-04-05  Havoc Pennington  <hp@pobox.com>
11355
11356         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
11357         patch from Colin Walters
11358
11359 2003-04-05  Havoc Pennington  <hp@pobox.com>
11360
11361         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
11362         reality; in fact multiple mechanisms are allowed.
11363
11364         * dbus/dbus-internals.c (_dbus_real_assert)
11365         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
11366         _dbus_assert_not_reached() into functions, so that they don't show
11367         up in basic block counts for test coverage, and don't use up as
11368         much disk space. Does mean slower execution speed though, so
11369         assumes --disable-asserts is the normal production case.
11370
11371 2003-04-05  Havoc Pennington  <hp@pobox.com>
11372
11373         * test/Makefile.am (dist-hook): also dist *.in files
11374
11375         * NEWS: update
11376
11377         * configure.in: 0.7
11378
11379 2003-04-05  Havoc Pennington  <hp@pobox.com>
11380
11381         * dbus/dbus-string.c: docs warning
11382
11383         * dbus/dbus-spawn.c: missing docs
11384
11385         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
11386
11387 2003-04-05  Havoc Pennington  <hp@pobox.com>
11388
11389         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
11390         magic from GLib
11391
11392         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
11393         to -1 once we've reaped the babysitter
11394         (_dbus_babysitter_handle_watch): do as much work as we can, not
11395         just one go of it
11396
11397         * bus/activation.c: add code using DBusBabysitter so that we
11398         handle it when a service fails to start up properly.
11399         (bus_activation_service_created): don't remove the activation
11400         entries as we go, just let them get removed when we free the pending
11401         activation. Unref reply messages after sending them.
11402
11403 2003-04-05  Havoc Pennington  <hp@pobox.com>
11404
11405         * test/decode-gcov.c (main): print per-directory stats in the report
11406
11407         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
11408
11409 2003-04-05  Havoc Pennington  <hp@pobox.com>
11410
11411         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
11412
11413         * test/decode-gcov.c: hack up a little program to suck data
11414         out of gcov files. Yes this is sort of silly.
11415
11416         * configure.in: define something in config.h and do an
11417         AM_CONDITIONAL when gcov is enabled
11418
11419 2003-04-04  Havoc Pennington  <hp@redhat.com>
11420
11421         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
11422         return a "babysitter" object that is used to monitor the status of
11423         the spawned process and reap it when required.
11424
11425         * test/test-segfault.c, test/test-exit.c,
11426         test/test-sleep-forever.c: binaries that do various lame things,
11427         used in the test suite.
11428
11429         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
11430
11431 2003-04-03  Havoc Pennington  <hp@pobox.com>
11432
11433         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
11434         in preparation for modifying it, dbus-sysdeps is getting
11435         a bit unmanageable.
11436
11437 2003-04-03  Havoc Pennington  <hp@redhat.com>
11438
11439         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
11440         have multiple ones
11441
11442         * bus/*.[hc]: adapt to mainloop change
11443
11444 2003-04-03  Havoc Pennington  <hp@redhat.com>
11445
11446         * bus/activation.c (load_directory): fix up memleaks
11447         (bus_activation_entry_free): free the entry
11448
11449         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
11450         we get one from the message bus; fix memleaks.
11451
11452         * dbus/dbus-message.c (dbus_set_error_from_message): new function
11453
11454 2003-04-03  Havoc Pennington  <hp@pobox.com>
11455
11456         * bus/config-parser.c (bus_config_parser_unref): free
11457         list of mechanisms, bug discovered by test suite enhancements
11458         (putting system.conf and session.conf into suite)
11459
11460         * test/Makefile.am, test/test-service.c: add placeholder for a
11461         test service that we'll activate as part of test suite. Doesn't
11462         do anything yet.
11463
11464         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
11465         setting NULL value, and use system malloc not dbus_malloc()
11466         when we have unavoidable memleakage.
11467
11468         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
11469         didn't work, and support DBUS_BUS_ACTIVATION.
11470
11471         * bus/activation.c (child_setup): pass our well-known bus type to
11472         the child
11473
11474         * bus/config-parser.c: support <type> to specify well-known type
11475
11476         * doc/dbus-specification.sgml: document the env variables to
11477         locate well-known buses and find service activator
11478
11479 2003-04-02  Havoc Pennington  <hp@redhat.com>
11480
11481         * test/Makefile.am (all-local): add a rule to copy tests to
11482         builddir, so we can have generated tests. Use this to remove the
11483         silly hack for testing system.conf and session.conf. Will use this
11484         shortly to generate .service files pointing to test binaries.
11485
11486 2003-04-02  Havoc Pennington  <hp@redhat.com>
11487
11488         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
11489         current alloc and needed new length, not max of the doubled
11490         allocation and needed new length. Also, when building tests,
11491         don't do the double-allocation stuff, just realloc every time.
11492
11493 2003-04-02  Havoc Pennington  <hp@redhat.com>
11494
11495         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
11496         in error messages
11497         (_dbus_string_get_dirname): new
11498         (_dbus_sysdeps_test): new
11499         (_dbus_directory_open): include dirnames in error messages
11500
11501         * bus/config-parser.c: interpret <include> and <includedir> and
11502         <servicedir> relative to config file location if the given
11503         filename is not absolute.
11504
11505         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
11506
11507 2003-04-02  Havoc Pennington  <hp@redhat.com>
11508
11509         * bus/connection.c (bus_transaction_send_error_reply): set sender
11510         service for the error, and unref the reply on success
11511
11512         * bus/activation.c: convert to use BusTransaction so OOM can be
11513         handled correctly
11514         (bus_activation_service_created): set sender of the message
11515
11516 2003-04-01  Havoc Pennington  <hp@redhat.com>
11517
11518         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
11519         <includedir> (at least mostly)
11520
11521         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
11522         first, then the user ID
11523
11524 2003-04-01  Havoc Pennington  <hp@pobox.com>
11525
11526         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
11527         function
11528
11529         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
11530
11531         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
11532
11533         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
11534         socket 0777, and unlink any existing socket.
11535
11536         * bus/bus.c (bus_context_new): change our UID/GID and fork if
11537         the configuration file so specifies; set up auth mechanism
11538         restrictions
11539
11540         * bus/config-parser.c (bus_config_parser_content): add support
11541         for <fork> option and fill in code for <auth>
11542
11543         * bus/system.conf.in: add <fork/> to default configuration,
11544         and limit auth mechanisms to EXTERNAL
11545
11546         * doc/config-file.txt (Elements): add <fork>
11547
11548         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
11549         (_dbus_change_identity): new function
11550
11551 2003-03-31  Havoc Pennington  <hp@redhat.com>
11552
11553         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
11554         (_dbus_listen_unix_socket): fix off-by-one error in null
11555         termination spotted by Nalin
11556
11557 2003-03-31  Havoc Pennington  <hp@redhat.com>
11558
11559         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
11560         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
11561         having a real home directory available.
11562
11563 2003-03-31  Havoc Pennington  <hp@redhat.com>
11564
11565         * bus/Makefile.am (install-data-hook): create /var/run/dbus
11566
11567         * bus/messagebus.in: add init script for Red Hat /etc/init.d
11568
11569         * configure.in: add support for specifying a style of init script
11570         to install
11571
11572 2003-03-31  Havoc Pennington  <hp@redhat.com>
11573
11574         Fix some annoying DBusString API and fix all affected code.
11575
11576         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
11577         max_length argument
11578         (_dbus_string_get_data): change to return string instead of using
11579         an out param
11580         (_dbus_string_get_const_data): ditto
11581         (_dbus_string_get_data_len): ditto
11582         (_dbus_string_get_const_data_len): ditto
11583
11584 2003-03-31  Havoc Pennington  <hp@redhat.com>
11585
11586         * bus/main.c (main): fix up the command line arguments to be nicer
11587
11588 2003-03-31  Havoc Pennington  <hp@redhat.com>
11589
11590         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
11591         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
11592         final location that lands in the config file
11593
11594         * bus/config-loader-expat.c (bus_config_load): fix type of
11595         XML_Parser variable
11596
11597         * doc/TODO: remove TODO item for dbus_bus_get()
11598
11599         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
11600
11601 2003-03-31  Havoc Pennington  <hp@pobox.com>
11602
11603         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
11604         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
11605         argument since they are always client side
11606
11607         * dbus/dbus-server.c (dbus_server_get_address): new function
11608
11609         * bus/main.c (main): take the configuration file as an argument.
11610
11611         * test/data/valid-config-files/debug-allow-all.conf: new file to
11612         use with dispatch.c tests for example
11613
11614         * bus/test-main.c (main): require test data dir
11615
11616         * bus/bus.c (bus_context_new): change this to take a
11617         configuration file name as argument
11618
11619         * doc/config-file.txt (Elements): add <servicedir>
11620
11621         * bus/system.conf, bus/session.conf: new files
11622
11623         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
11624         well-known socket if none set
11625
11626         * configure.in: create system.conf and session.conf
11627
11628 2003-03-30  Havoc Pennington  <hp@pobox.com>
11629
11630         * bus/config-parser.c: hacking
11631
11632         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
11633         to shut down, since it could cause weirdness with the DBusList
11634         lock
11635
11636         * dbus/dbus-list.c (_dbus_list_test): add tests for the
11637         link-oriented stack routines
11638         (alloc_link): free the mempool if the first alloc from it fails
11639
11640         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
11641
11642         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
11643         from GLib
11644         (_dbus_string_skip_white): new
11645
11646         * doc/config-file.txt (Elements): add <includedir>
11647
11648 2003-03-28  Havoc Pennington  <hp@pobox.com>
11649
11650         * dbus/dbus-string.c (_dbus_string_copy_data_len)
11651         (_dbus_string_copy_data): new functions
11652
11653 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
11654
11655         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
11656         * dbus/dbus-bus.h:
11657         Add dbus_bus_get.
11658
11659         * dbus/dbus-memory.c:
11660         Fix a doc comment.
11661
11662 2003-03-28  Havoc Pennington  <hp@pobox.com>
11663
11664         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
11665         I think it may have just been superstition. Not sure.
11666
11667         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
11668         failures that were not being handled.
11669
11670         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
11671
11672         * dbus/dbus-memory.c: add ability to set number of mallocs in a
11673         row that will fail on out-of-memory.
11674
11675         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
11676         function for testing out-of-memory handling.
11677
11678         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
11679         allocation functions, they do map exactly to the expat ones.
11680
11681 2003-03-27  Havoc Pennington  <hp@redhat.com>
11682
11683         * bus/config-loader-libxml.c (bus_config_load): add another error
11684         check
11685
11686 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
11687
11688         * doc/TODO:
11689         Add note about automatic service activation.
11690
11691         * doc/dbus-specification.sgml:
11692         Rename the specification and clarify a few things.
11693
11694 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
11695
11696         * Doxyfile.in:
11697         * dbus/dbus-address.c:
11698         * dbus/dbus-dict.c:
11699         * dbus/dbus-marshal.c:
11700         * dbus/dbus-server-debug-pipe.c:
11701         * dbus/dbus-transport-unix.c:
11702         Fix documentation warnings.
11703
11704 2003-03-26  Havoc Pennington  <hp@pobox.com>
11705
11706         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
11707         after every test so it's quick and easy to see which leaked, and
11708         so we test multiple dbus_shutdown() calls
11709
11710         * configure.in: change configure.in XML stuff to also support
11711         expat
11712
11713         * config-loader-libxml.c: some hacking
11714
11715         * config-loader-expat.c: some hacking
11716
11717         * config-parser.c: some hacking, plus tests
11718
11719 2003-03-25  Havoc Pennington  <hp@redhat.com>
11720
11721         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
11722
11723         * configure.in: add --with-xml option to specify XML library,
11724         right now only libxml is supported.
11725
11726         * bus/config-loader-libxml.c, config-parser.c: sync some minor
11727         nonworking code between home and work, still just stubs
11728
11729 2003-03-24  Havoc Pennington  <hp@redhat.com>
11730
11731         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
11732         file
11733
11734         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
11735         NULL argument for "message" if the error is a well-known one,
11736         fill in a generic message in this case.
11737
11738         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
11739         favor of DBusError
11740
11741         * bus/test.c (bus_test_flush_bus): add
11742
11743         * bus/policy.c (bus_policy_test): test code stub
11744
11745 2003-03-24  Havoc Pennington  <hp@pobox.com>
11746
11747         * bus/connection.c (bus_connections_setup_connection): set up
11748         the "can this user connect" function, but it always returns
11749         TRUE until we have a config file parser so we can have a config
11750         file that allows connections.
11751
11752 2003-03-23  Havoc Pennington  <hp@pobox.com>
11753
11754         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
11755         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
11756         the mutex, so we can check for proper memory management
11757         and OOM handling.
11758
11759         * dbus/dbus-dataslot.c: remove the mutex from
11760         DBusDataSlotAllocator and lock it manually when using it,
11761         to simplify fitting it into the global slots framework.
11762
11763         * dbus/dbus-threads.c (init_static_locks): rework how we're
11764         handling global locks so they are easily shut down.
11765
11766         * bus/policy.c (bus_policy_append_rule): fix
11767
11768         * bus/test-main.c (main): check for memleaks
11769
11770         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
11771         test suite check for memleaks
11772
11773         * dbus/dbus-memory.c: add support in test mode for tracking
11774         number of outstanding blocks
11775
11776 2003-03-23  Havoc Pennington  <hp@pobox.com>
11777
11778         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
11779         policies code
11780
11781         * dbus/dbus-hash.h: add ULONG hash keys
11782
11783         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
11784         (_dbus_get_group_id): new function
11785
11786 2003-03-20  Havoc Pennington  <hp@redhat.com>
11787
11788         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
11789         new function
11790         (dbus_connection_get_unix_user): new function
11791
11792 2003-03-20  Havoc Pennington  <hp@pobox.com>
11793
11794         * bus/connection.c (bus_connection_send_oom_error): assert that
11795         message has a sender
11796         (connection_execute_transaction): ditto
11797         (bus_connection_preallocate_oom_error): fix to set the sender, and
11798         set recipient to the destination service, not the bus driver
11799
11800         * bus/policy.c: hacking
11801
11802         * dbus/dbus-message.c (dbus_message_service_is): new function
11803         (dbus_message_sender_is): new
11804
11805 2003-03-19  Havoc Pennington  <hp@redhat.com>
11806
11807         * bus/policy.c: start sketching code for policy restrictions on
11808         what connections can do.
11809
11810 2003-03-18  Havoc Pennington  <hp@redhat.com>
11811
11812         * doc/TODO: some notes on high-level todo items. Little nitpick
11813         stuff is all in @todo, so no need to add it here.
11814
11815         * doc/config-file.txt: some notes on how config file might look
11816
11817 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
11818
11819         * configure.in: 0.6
11820
11821         * NEWS: Update.
11822
11823 2003-03-17  Havoc Pennington  <hp@redhat.com>
11824
11825         * dbus/dbus-internals.h: add gcc attributes so that
11826         our printf-style functions warn on bad arguments to
11827         format
11828
11829         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
11830         format bug
11831
11832         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
11833         printf format bug
11834
11835 2003-03-17  Havoc Pennington  <hp@redhat.com>
11836
11837         * bus/test-main.c (main): make it print something as it runs
11838         so make check doesn't look stuck
11839
11840         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
11841         from CVS, now obsolete
11842
11843 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
11844
11845         * bus/dispatch.c: (bus_dispatch):
11846         Refetch the service name since it may have been reallocated
11847         when dbus_message_set_sender was called.
11848
11849         * dbus/dbus-sysdeps.c: (_dbus_accept):
11850         Add address and address length variables and use them to stop
11851         valgrind from complaining.
11852
11853 2003-03-17  Havoc Pennington  <hp@pobox.com>
11854
11855         All tests pass, no memleaks, no valgrind complaints.
11856
11857         * bus/test.c: refcount handler_slot
11858
11859         * bus/connection.c (bus_connections_new): refcount
11860         connection_data_slot
11861
11862         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
11863         bytes so that auth scripts pass.
11864
11865         * bus/dispatch.c: init message_handler_slot so it gets allocated
11866         properly
11867
11868         * bus/dispatch.c (message_handler_slot_ref): fix memleak
11869
11870         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
11871         dealloc server_pipe_hash when no longer used for benefit of
11872         leak checking
11873
11874         * dbus/dbus-auth.c (process_command): memleak fix
11875
11876         * bus/dispatch.c (check_hello_message): memleak fix
11877
11878 2003-03-16  Havoc Pennington  <hp@pobox.com>
11879
11880         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
11881
11882 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
11883
11884         * bus/activation.c (bus_activation_activate_service): Append
11885         the pending activation entry to the list of pending activations.
11886
11887 2003-03-16  Havoc Pennington  <hp@pobox.com>
11888
11889         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
11890         connections
11891
11892         * dbus/dbus-address.c (create_entry): fix OOM handling when
11893         failing to alloc entry->method
11894
11895 2003-03-16  Havoc Pennington  <hp@pobox.com>
11896
11897         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
11898         the watch
11899
11900         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11901         add some missing dbus_set_result
11902
11903         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
11904         alloc the DBusMessageHandler
11905
11906         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
11907         the transport here, since we call this from the finalizer; it
11908         resulted in a double-finalize.
11909
11910         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
11911         where we tried to use transport->connection that was NULL,
11912         happened when transport was disconnected early on due to OOM
11913
11914         * bus/*.c: adapt to handle OOM for watches/timeouts
11915
11916         * dbus/dbus-transport-unix.c: port to handle OOM during
11917         watch handling
11918
11919         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
11920         reference to unused bytes instead of a copy
11921
11922         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
11923         out of memory
11924
11925         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
11926         FALSE on OOM
11927
11928         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
11929         of memory
11930
11931 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11932
11933         * doc/dbus-specification.sgml:
11934         Document reply message for ActivateService.
11935
11936 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11937
11938         * bus/activation.c: (bus_pending_activation_entry_free),
11939         (bus_pending_activation_free), (bus_activation_new),
11940         (bus_activation_unref), (bus_activation_service_created),
11941         (bus_activation_activate_service):
11942         * bus/activation.h:
11943         * bus/bus.c: (bus_context_new):
11944         * bus/desktop-file.c: (new_section):
11945         * bus/driver.c: (bus_driver_send_service_deleted),
11946         (bus_driver_handle_activate_service):
11947         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
11948         * bus/services.h:
11949         * dbus/dbus-connection.c:
11950         (dbus_connection_send_with_reply_and_block):
11951         * dbus/dbus-message.c: (dbus_message_append_args_valist):
11952         * dbus/dbus-protocol.h:
11953         Make activation work better. Now pending activations will be queued
11954         and the daemon won't try to activate services that are already registered.
11955
11956 2003-03-16  Havoc Pennington  <hp@pobox.com>
11957
11958         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
11959         connection data
11960
11961         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
11962         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
11963
11964 2003-03-16  Havoc Pennington  <hp@pobox.com>
11965
11966         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
11967         this. always run the test suite before commit...
11968
11969         * bus/*: adapt to DBusConnection API changes
11970
11971         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
11972         requires renaming stuff to avoid dbus_connection_dispatch name
11973         conflict.
11974
11975         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
11976         function
11977
11978         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
11979         separate from _dbus_message_loader_return_buffer()
11980
11981         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
11982         this, because it's now always broken to use; the number of
11983         messages in queue vs. the number still buffered by the message
11984         loader is undefined/meaningless. Should use
11985         dbus_connection_get_dispatch_state().
11986         (dbus_connection_dispatch): rename from
11987         dbus_connection_dispatch_message
11988
11989 2003-03-16  Havoc Pennington  <hp@pobox.com>
11990
11991         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
11992         implementation
11993
11994 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11995
11996         * dbus/dbus-connection.c:
11997         (dbus_connection_send_with_reply_and_block):
11998         Decrease connection->n_incoming when removing an entry
11999         from the list.
12000         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12001         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12002         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12003         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12004         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12005         (dbus_dict_get_byte_array):
12006         Handle NULL arrays and strings. Also add support for byte arrays.
12007
12008         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12009         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12010         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12011         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12012         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12013         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12014         * dbus/dbus-marshal.h:
12015         Add support for marshalling and demarshalling empty arrays and strings.
12016
12017         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12018         (dbus_message_append_string_array),
12019         (dbus_message_iter_get_boolean),
12020         (dbus_message_iter_get_boolean_array),
12021         (dbus_message_iter_get_int32_array),
12022         (dbus_message_iter_get_uint32_array),
12023         (dbus_message_iter_get_double_array),
12024         (dbus_message_iter_get_byte_array),
12025         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12026         (check_message_handling):
12027         Add support for getting empty arrays and dicts.
12028
12029         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12030         Don't do any validation at all for now, that's better than just checking
12031         for ASCII.
12032
12033         * test/data/valid-messages/emptiness.message:
12034         New test message with lots of empty arrays.
12035
12036 2003-03-16  Havoc Pennington  <hp@pobox.com>
12037
12038         * dbus/dbus-connection.c
12039         (_dbus_connection_queue_received_message_link): new function that
12040         can't fail due to OOM
12041
12042         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12043         new function pops a message together with a list link
12044         containing it.
12045
12046         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12047         message queuing functions to avoid needing to alloc memory
12048
12049 2003-03-16  Havoc Pennington  <hp@pobox.com>
12050
12051         Oops - test code was only testing failure of around 30 of the
12052         mallocs in the test path, but it turns out there are 500+
12053         mallocs. I believe this was due to misguided linking setup such
12054         that there was one copy of dbus_malloc etc. in the daemon and one
12055         in the shared lib, and only daemon mallocs were tested. In any
12056         case, the test case now tests all 500+ mallocs, and doesn't pass
12057         yet, though there are lots of fixes in this patch.
12058
12059         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12060         this so that it doesn't need to allocate memory, since it
12061         has no way of indicating failure due to OOM (and would be
12062         annoying if it did).
12063
12064         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12065
12066         * bus/Makefile.am: rearrange to create two self-contained
12067         libraries, to avoid having libraries with overlapping symbols.
12068         that was resulting in weirdness, e.g. I'm pretty sure there
12069         were two copies of global static variables.
12070
12071         * dbus/dbus-internals.c: move the malloc debug stuff to
12072         dbus-memory.c
12073
12074         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12075         empty.
12076
12077         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12078
12079         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12080         on failure.
12081
12082         * bus/dispatch.c (bus_dispatch_add_connection): free
12083         message_handler_slot when no longer using it, so
12084         memory leak checkers are happy for the test suite.
12085
12086         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12087
12088         * bus/bus.c (new_connection_callback): disconnect in here if
12089         bus_connections_setup_connection fails.
12090
12091         * bus/connection.c (bus_connections_unref): fix to free the
12092         connections
12093         (bus_connections_setup_connection): if this fails, don't
12094         disconnect the connection, just be sure there are no side
12095         effects.
12096
12097         * dbus/dbus-string.c (undo_alignment): unbreak this
12098
12099         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12100         leaking
12101         (_dbus_auth_new): fix the order in which we free strings
12102         on OOM failure
12103
12104         * bus/connection.c (bus_connection_disconnected): fix to
12105         not send ServiceDeleted multiple times in case of memory
12106         allocation failure
12107
12108         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12109         get the base service name
12110         (dbus_bus_register_client): don't return base service name,
12111         instead store it on the DBusConnection and have an accessor
12112         function for it.
12113         (dbus_bus_register_client): rename dbus_bus_register()
12114
12115         * bus/dispatch.c (check_hello_message): verify that other
12116         connections on the bus also got the correct results, not
12117         just the one sending hello
12118
12119 2003-03-15  Havoc Pennington  <hp@pobox.com>
12120
12121         Make it pass the Hello handling test including all OOM codepaths.
12122         Now to do other messages...
12123
12124         * bus/services.c (bus_service_remove_owner): fix crash when
12125         removing owner from an empty list of owners
12126         (bus_registry_ensure): don't leave service in the list of
12127         a connection's owned services if we fail to put the service
12128         in the hash table.
12129
12130         * bus/connection.c (bus_connection_preallocate_oom_error): set
12131         error flag on the OOM error.
12132
12133         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12134         handle _dbus_transport_set_connection failure
12135
12136         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12137         to create watches up front and simply enable/disable them as
12138         needed.
12139         (unix_connection_set): this can now fail on OOM
12140
12141         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12142         of enabling/disabling a watch or timeout.
12143
12144         * bus/loop.c (bus_loop_iterate): don't touch disabled
12145         watches/timeouts
12146
12147         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12148
12149 2003-03-15  Havoc Pennington  <hp@pobox.com>
12150
12151         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12152         write useful test code, after all that futzing around ;-)
12153
12154         Test does not yet pass because we can't handle OOM in
12155         _dbus_transport_messages_pending (basically,
12156         dbus_connection_preallocate_send() does not prealloc the write
12157         watch). To fix this, I think we need to add new stuff to
12158         set_watch_functions, namely a SetEnabled function so we can alloc
12159         the watch earlier, then enable it later.
12160
12161         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12162         dbus-memory.c to the convenience lib
12163
12164         * bus/test.c: rename some static functions to keep them clearly
12165         distinct from stuff in connection.c. Handle client disconnection.
12166
12167 2003-03-14  Havoc Pennington  <hp@pobox.com>
12168
12169         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12170         transport, tests more of the real codepath. Set up clients
12171         with bus_setup_debug_client.
12172
12173         * bus/test.c (bus_setup_debug_client): function to set up debug
12174         "clients" on the main loop
12175
12176         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12177         support
12178
12179         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12180         server type
12181
12182         * dbus/dbus-server-debug.c: support a debug server based on pipes
12183
12184         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12185         (_dbus_close): new function
12186
12187         * configure.in: check for socketpair
12188
12189 2003-03-14  Havoc Pennington  <hp@redhat.com>
12190
12191         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12192         cheesy hack
12193
12194         * dbus/dbus-transport-debug.c: rework this a good bit to be
12195         less complicated. hopefully still works.
12196
12197         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12198         manually
12199
12200         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12201         after running it
12202
12203         * dbus/dbus-message.c (dbus_message_copy): rename from
12204         dbus_message_new_from_message, fix it up to copy
12205         all the message fields, add test case
12206
12207         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12208         not quite passing yet
12209
12210 2003-03-14  Havoc Pennington  <hp@pobox.com>
12211
12212         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12213         until no work remains" in test code. (the large diff here
12214         is just code movement, no actual changes)
12215
12216         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
12217         1, no point waiting around for test code.
12218         (_dbus_server_debug_accept_transport): unref the timeout
12219         after adding it (right?)
12220
12221         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
12222
12223 2003-03-13  Havoc Pennington  <hp@redhat.com>
12224
12225         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
12226         out of memory
12227
12228         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
12229         of memory
12230
12231         * dbus/dbus-connection.h: Make AddWatchFunction and
12232         AddTimeoutFunction return a bool so they can fail on out-of-memory
12233
12234         * bus/bus.c (bus_context_new): set up timeout handlers
12235
12236         * bus/connection.c (bus_connections_setup_connection): set up
12237         timeout handlers
12238
12239         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
12240         can fail
12241
12242         * bus/bus.c (bus_context_new): adapt to changes
12243
12244         * bus/connection.c: adapt to changes
12245
12246         * test/watch.c: adapt to DBusWatch changes
12247
12248         * bus/dispatch.c (bus_dispatch_test): started adding this but
12249         didn't finish
12250
12251 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
12252
12253         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
12254
12255 2003-03-13  Havoc Pennington  <hp@pobox.com>
12256
12257         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
12258         set up a test framework as for the library
12259
12260 2003-03-12  Havoc Pennington  <hp@pobox.com>
12261
12262         Throughout: purge global variables, introduce BusActivation,
12263         BusConnections, BusRegistry, etc. objects instead.
12264
12265         * bus/bus.h, bus/bus.c: introduce BusContext as a global
12266         message bus object
12267
12268         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
12269         going to redo this a bit differently I think
12270
12271 2003-03-12  Havoc Pennington  <hp@redhat.com>
12272
12273         Mega-patch that gets the message bus daemon initially handling
12274         out-of-memory. Work still needed. Also lots of random
12275         moving stuff to DBusError instead of ResultCode.
12276
12277         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
12278
12279         * dbus/dbus-connection.c
12280         (dbus_connection_send_with_reply_and_block): use DBusError
12281
12282         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
12283         DBusResultCode
12284
12285         * dbus/dbus-connection.c (dbus_connection_send): drop the result
12286         code here, as the only failure possible is OOM.
12287
12288         * bus/connection.c (bus_connection_disconnect):
12289         rename bus_connection_disconnected as it's a notification only
12290
12291         * bus/driver.c (bus_driver_handle_acquire_service): don't free
12292         "name" on get_args failure, should be done by get_args;
12293         don't disconnect client for bad args, just return an error.
12294         (bus_driver_handle_service_exists): ditto
12295
12296         * bus/services.c (bus_services_list): NULL-terminate returned array
12297
12298         * bus/driver.c (bus_driver_send_service_lost)
12299         (bus_driver_send_service_acquired): send messages from driver to a
12300         specific client to the client's unique name, not to the broadcast
12301         service.
12302
12303         * dbus/dbus-message.c (decode_header_data): reject messages that
12304         contain no name field
12305         (_dbus_message_get_client_serial): rename to
12306         dbus_message_get_serial and make public
12307         (_dbus_message_set_serial): rename from set_client_serial
12308         (_dbus_message_set_reply_serial): make public
12309         (_dbus_message_get_reply_serial): make public
12310
12311         * bus/connection.c (bus_connection_foreach): allow stopping
12312         iteration by returning FALSE from foreach function.
12313
12314         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
12315         (dbus_connection_free_preallocated_send)
12316         (dbus_connection_preallocate_send): new API for sending a message
12317         without possibility of malloc failure.
12318         (dbus_connection_send_message): rename to just
12319         dbus_connection_send (and same for whole function family)
12320
12321         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
12322
12323         * dbus/dbus-sysdeps.c (_dbus_exit): new function
12324
12325         * bus/activation.c: handle/return errors
12326
12327         * dbus/dbus-errors.h: add more DBUS_ERROR #define
12328
12329         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
12330         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
12331         (_dbus_result_from_errno): move to this file
12332
12333 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
12334
12335         * dbus/dbus-marshal.c:
12336         (_dbus_marshal_set_string):
12337         Take a length argument so we can marshal the correct string
12338         length.
12339
12340         (_dbus_marshal_dict), (_dbus_demarshal_dict),
12341         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
12342         (_dbus_marshal_test):
12343         * dbus/dbus-marshal.h:
12344         Add support for marshalling and demarshalling dicts.
12345
12346         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12347         Add support for TYPE DICT.
12348
12349         * dbus/dbus-message.c: (set_string_field):
12350         Adjust header padding.
12351
12352         (dbus_message_append_args_valist), (dbus_message_append_dict),
12353         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
12354         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
12355         (check_message_handling), (check_have_valid_message):
12356         * dbus/dbus-message.h:
12357         Add functions for setting and getting dicts.
12358
12359         * dbus/dbus-protocol.h:
12360         Add DBUS_TYPE_DICT.
12361
12362         * dbus/dbus.h:
12363         Add dbus-dict.h
12364
12365         * doc/dbus-specification.sgml:
12366         Add information about how dicts are marshalled.
12367
12368         * test/data/invalid-messages/dict-with-nil-value.message:
12369         * test/data/invalid-messages/too-short-dict.message:
12370         * test/data/valid-messages/dict-simple.message:
12371         * test/data/valid-messages/dict.message:
12372         Add sample messages containing dicts.
12373
12374 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
12375
12376         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
12377
12378 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12379
12380         * dbus/Makefile.am:
12381         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12382         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
12383         (dbus_dict_set_int32), (dbus_dict_set_uint32),
12384         (dbus_dict_set_double), (dbus_dict_set_string),
12385         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12386         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12387         (dbus_dict_set_string_array), (_dbus_dict_test):
12388         * dbus/dbus-dict.h:
12389         Fix according to comments from Havoc.
12390
12391 2003-03-06  Michael Meeks  <michael@server.home>
12392
12393         * configure.in: if we don't have kde-config, disable have_qt.
12394
12395 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12396
12397         * dbus/Makefile.am:
12398         Add dbus-dict.[ch]
12399
12400         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12401         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
12402         (dbus_dict_remove), (dbus_dict_get_value_type),
12403         (dbus_dict_get_keys), (dbus_dict_put_boolean),
12404         (dbus_dict_put_int32), (dbus_dict_put_uint32),
12405         (dbus_dict_put_double), (dbus_dict_put_string),
12406         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
12407         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
12408         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
12409         (dbus_dict_get_int32), (dbus_dict_get_uint32),
12410         (dbus_dict_get_double), (dbus_dict_get_string),
12411         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
12412         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
12413         (dbus_dict_get_string_array), (_dbus_dict_test):
12414         * dbus/dbus-dict.h:
12415         Add DBusDict implementation
12416
12417         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
12418         * dbus/dbus-test.h:
12419         Add _dbus_dict_test
12420
12421 2003-03-04  Havoc Pennington  <hp@pobox.com>
12422
12423         * test/data/auth/*: adapt to changes
12424
12425         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
12426         USERID_BASE64 and change USERNAME_BASE64 to put in username not
12427         userid
12428
12429         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
12430         more stuff from being in a context name, to make the protocol
12431         simpler to deal with
12432
12433         * dbus/dbus-errors.c (dbus_error_has_name): new function
12434         (dbus_error_is_set): new function
12435
12436         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
12437         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
12438
12439         * dbus/dbus-connection.c (dbus_connection_flush): also read
12440         messages during a flush operation
12441
12442         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
12443
12444 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12445
12446         * configure.in: Check for gethostbyname on Solaris.
12447
12448         * dbus/dbus-transport.c: (_dbus_transport_open):
12449         Remove duplicate "tcp" entry.
12450
12451         * doc/dbus-specification.sgml:
12452         Clarify some things.
12453
12454 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12455
12456         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
12457         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
12458         (_dbus_keyring_test):
12459         * dbus/dbus-md5.c: (_dbus_md5_compute):
12460         * dbus/dbus-sha.c: (_dbus_sha_compute):
12461         Plug memory leaks.
12462
12463 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12464
12465         * README: Add some things.
12466
12467 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
12468
12469         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
12470         after case DBUS_TYPE_BOOELAN.
12471
12472 2003-03-02  Havoc Pennington  <hp@pobox.com>
12473
12474         * test/break-loader.c (randomly_set_extreme_ints): add test that
12475         sets really huge and small integers
12476
12477         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
12478         that length of boolean array fits in the string, and that
12479         string has room for boolean value in single-bool case.
12480
12481         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
12482         optional value to "ALIGN" command which is what to fill the
12483         alignment with.
12484
12485         * test/data/valid-messages/no-padding.message: add regression
12486         test for the message padding problem
12487
12488 2003-03-02  Havoc Pennington  <hp@pobox.com>
12489
12490         * dbus/dbus-message.c (decode_header_data): fix to always init
12491         message_padding, from Benjamin Dauvergne
12492
12493 2003-03-02  Havoc Pennington  <hp@pobox.com>
12494
12495         * configure.in: 0.5
12496
12497         * NEWS: Update.
12498
12499 2003-03-01  Joe Shaw  <joe@assbarn.com>
12500
12501         * configure.in: Check for "struct cmsgcred" and try to access its
12502         members for BSD-like unices.
12503
12504         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
12505         _dbus_read_credentials_unix_socket().
12506         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
12507         read() for reading the credential byte off the unix socket.  Use
12508         struct cmsgcred on systems that support it.
12509
12510 2003-02-27  Alexander Larsson  <alexl@redhat.com>
12511
12512         * glib/Makefile.am:
12513         * configure.in:
12514         Make gthreads-2.0 dependency optional. Don't build thread test if
12515         its not found.
12516
12517 2003-02-27  Havoc Pennington  <hp@pobox.com>
12518
12519         * dbus/dbus-connection.c
12520         (dbus_connection_send_message_with_reply_and_block): fix doh!
12521         doh! doh! bug that resulted in never removing a reply from the
12522         queue, no wonder we called get_reply_serial so much ;-)
12523
12524         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
12525         and client serial instead of demarshaling them every time
12526
12527 2003-02-27  Havoc Pennington  <hp@pobox.com>
12528
12529         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
12530         more inlined, using dbus-string-private.h, speeds things up
12531         substantially
12532
12533         * dbus/dbus-string.c (_dbus_string_free): apply align offset
12534         when freeing the string
12535         (_dbus_string_steal_data): fix for align offset
12536         (undo_alignment): new function
12537
12538 2003-02-26  Havoc Pennington  <hp@redhat.com>
12539
12540         All kinds of audit fixes from Owen, plus initial attempt to
12541         handle unaligned memory returned from malloc.
12542
12543         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
12544         leave room for align_offset and nul byte
12545         (fixup_alignment): function to track an align_offset and
12546         ensure real->str is aligned
12547         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
12548         to allow a nul byte plus align offset
12549         (_dbus_string_lock): fix overflow issue
12550         (_dbus_string_init_const_len): add assertions on sanity of len,
12551         assign allocated to be ALLOCATION_PADDING larger than len
12552         (set_length): fixup the overflow handling
12553         (_dbus_string_get_data_len): fix overflow in assertion
12554         (open_gap): detect overflow in size of gap to be opened
12555         (_dbus_string_lengthen): add overflow check
12556         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
12557         (_dbus_string_append): add overflow check
12558         (_dbus_string_append_unichar): overflow
12559         (_dbus_string_delete): fix overflow in assertion
12560         (_dbus_string_copy_len): overflow in assertion
12561         (_dbus_string_replace_len): overflows in assertions
12562         (_dbus_string_find): change to implement in terms of
12563         _dbus_string_find_to
12564         (_dbus_string_find_to): assorted fixage
12565         (_dbus_string_equal_c_str): assert c_str != NULL,
12566         fix logic so the function works
12567         (_dbus_string_ends_with_c_str): fix overflow thingy
12568         (_dbus_string_base64_encode): overflow fix
12569         (_dbus_string_validate_ascii): overflow
12570         (_dbus_string_validate_nul): overflow
12571
12572 2003-02-26  Havoc Pennington  <hp@redhat.com>
12573
12574         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
12575
12576 2003-02-26  Alexander Larsson  <alexl@redhat.com>
12577
12578         * configure.in:
12579         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
12580
12581         * dbus/dbus-connection.c:
12582         * dbus/dbus-connection.h:
12583         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
12584         Add dbus_connection_set_wakeup_main_function and use it when queueing
12585         incoming and outgoing messages.
12586
12587
12588         * dbus/dbus-dataslot.c:
12589         Threadsafe usage of DBusDataSlotAllocator
12590
12591         * dbus/dbus-message.c: (dbus_message_get_args_iter):
12592         dbus_new can fail.
12593
12594         * dbus/dbus-server-unix.c:
12595         Add todo comment
12596
12597         * glib/dbus-gmain.c:
12598         Implement the new wakeup functions for glib.
12599
12600         * glib/Makefile.am:
12601         * glib/test-thread-client.c:
12602         * glib/test-thread-server.c:
12603         * glib/test-thread.h:
12604         Initial cut at some thread test code. Not really done yet.
12605
12606 2003-02-26  Havoc Pennington  <hp@pobox.com>
12607
12608         * dbus/dbus-connection.c
12609         (dbus_connection_send_message_with_reply_and_block): fix crash
12610         where we ref'd the outgoing message instead of the returned reply
12611
12612         * dbus/dbus-transport-unix.c (do_authentication): check read watch
12613         at the end of this function, so if we didn't need to read for
12614         authentication, we reinstall it for receiving messages
12615
12616         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
12617         a NULL sender for peer-to-peer case
12618
12619         * dbus/dbus-transport-unix.c (check_read_watch): handle
12620         !authenticated case correctly
12621
12622         * glib/dbus-gmain.c: add support for DBusServer
12623
12624         * dbus/dbus-server.c: add data slot support
12625
12626         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
12627         return values and handle errors
12628
12629         * dbus/dbus-dataslot.c: factor out the data slot stuff from
12630         DBusConnection
12631
12632         * Doxyfile.in (INPUT): add glib subdir
12633
12634         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
12635         setup_with_g_main instead of hookup_with_g_main; write docs
12636
12637 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
12638
12639         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
12640         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12641         * dbus/dbus-message.c: (dbus_message_append_boolean),
12642         (dbus_message_append_boolean_array),
12643         (dbus_message_get_args_valist), (_dbus_message_test):
12644         * dbus/dbus-message.h:
12645         * doc/dbus-specification.sgml:
12646         Various fixes as pointed out by Havoc.
12647
12648         * test/data/invalid-messages/bad-boolean-array.message:
12649         * test/data/invalid-messages/bad-boolean.message:
12650         Add invalid boolean value test cases.
12651
12652 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
12653
12654         * dbus/dbus-internals.c: (_dbus_type_to_string):
12655         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
12656         (_dbus_marshal_validate_arg):
12657         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12658         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12659         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
12660         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
12661         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
12662         (dbus_message_iter_get_double),
12663         (dbus_message_iter_get_boolean_array), (message_iter_test):
12664         * dbus/dbus-message.h:
12665         * dbus/dbus-protocol.h:
12666         * doc/dbus-specification.sgml:
12667         * test/data/valid-messages/lots-of-arguments.message:
12668         Add support for boolean and boolean array types.
12669
12670 2003-02-23  Havoc Pennington  <hp@pobox.com>
12671
12672         * dbus/dbus-keyring.c: finish most of this implementation and
12673         simple unit test
12674
12675         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
12676         these barf if the error isn't cleared to NULL
12677
12678         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
12679         (_dbus_create_directory): new function
12680
12681         * dbus/dbus-errors.c (dbus_set_error): fix warning
12682
12683         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
12684         (_dbus_string_hex_decode): new function
12685         (test_hex_roundtrip): test code
12686
12687         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
12688
12689         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
12690
12691         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
12692         the save-to-temp/rename trick to atomically write the new file
12693         (_dbus_string_parse_uint): new function
12694
12695 2003-02-22  Havoc Pennington  <hp@pobox.com>
12696
12697         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
12698
12699 2003-02-22  Havoc Pennington  <hp@pobox.com>
12700
12701         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
12702         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
12703
12704         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
12705
12706         * dbus/test/data/sha-1: add US government test suite for SHA-1
12707
12708 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12709
12710         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
12711         Make string arrays NULL-terminated.
12712
12713         * dbus/dbus-memory.c: (dbus_free_string_array):
12714         * dbus/dbus-memory.h:
12715         New function for freeing NULL-terminated string arrays.
12716
12717         * dbus/dbus-message-builder.c: (append_quoted_string),
12718         (_dbus_message_data_load):
12719         Add support for array types.
12720
12721         * dbus/dbus-message.c: (check_message_handling):
12722         Add more types as test cases.
12723
12724         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
12725         (_dbus_string_parse_double):
12726         Add the start offset to the end offset.
12727
12728         * test/data/valid-messages/lots-of-arguments.message:
12729         New test message with lots of arguments.
12730
12731 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12732
12733         * dbus/dbus-message.c: (dbus_message_append_nil),
12734         (dbus_message_append_int32), (dbus_message_append_uint32),
12735         (dbus_message_append_double), (dbus_message_append_string),
12736         (dbus_message_append_int32_array),
12737         (dbus_message_append_uint32_array),
12738         (dbus_message_append_double_array),
12739         (dbus_message_append_byte_array),
12740         (dbus_message_append_string_array):
12741         Fix all out-of-memory handling in these functions.
12742
12743 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12744
12745         * dbus/dbus-message.c: (dbus_message_append_nil):
12746         Fix a silly.
12747
12748 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12749
12750         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12751         (dbus_message_append_nil), (dbus_message_append_int32_array),
12752         (dbus_message_append_uint32_array),
12753         (dbus_message_append_double_array),
12754         (dbus_message_append_byte_array),
12755         (dbus_message_append_string_array), (dbus_message_get_args_valist),
12756         (dbus_message_iter_get_int32_array),
12757         (dbus_message_iter_get_uint32_array),
12758         (dbus_message_iter_get_double_array),
12759         (dbus_message_iter_get_byte_array),
12760         (dbus_message_iter_get_string_array):
12761
12762         * dbus/dbus-message.h:
12763         Add functions for appending and getting arrays.
12764
12765 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12766
12767         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
12768         element size at least 8 bytes, fixes mempool tests on
12769         64-bit machines.
12770
12771 2003-02-20  Alexander Larsson  <alexl@redhat.com>
12772
12773         * dbus/dbus-transport-unix.c (unix_do_iteration):
12774         Unlock the connection mutex during a blocking select call.
12775         Add todo about how we need a way to wake up the select.
12776
12777         * dbus/dbus-connection-internal.h:
12778         * dbus/dbus-connection.c:
12779         Add _dbus_connection_lock and _dbus_connection_unlock.
12780
12781 2003-02-19  Havoc Pennington  <hp@pobox.com>
12782
12783         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
12784         Doxyfile.in, not Doxyfile
12785
12786         * dbus/dbus-keyring.c: do some hacking on this
12787
12788         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
12789
12790         * dbus/dbus-errors.c (dbus_set_error_const): do not call
12791         dbus_error_init
12792         (dbus_set_error): remove dbus_error_init, check for message ==
12793         NULL *before* we sprintf into it, and add @todo about including
12794         system headers in this file
12795
12796         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
12797
12798         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
12799
12800         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
12801         get various bits of user information based on either username
12802         or user ID
12803         (_dbus_homedir_from_username): new function
12804
12805 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
12806
12807         * configure.in:
12808         Add check for nonposix getpwnam_r
12809
12810         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
12811         Align the pool element size to a sizeof (void *) boundary.
12812
12813         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
12814         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
12815         General Solaris fixes.
12816
12817         * test/data/valid-messages/simplest-manual.message:
12818         Explicitly state that we want little-endian packing.
12819
12820 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
12821
12822         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
12823
12824         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
12825         Added to create a transport connecting using a tcp/ip socket.
12826
12827         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
12828         to a tcp socket at given host and port.
12829         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
12830         hostname and port.
12831
12832         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
12833
12834         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
12835         Added to create a server listening on a TCP/IP socket.
12836
12837 2003-02-19  Havoc Pennington  <hp@pobox.com>
12838
12839         Throughout: mop up all the Doxygen warnings and undocumented
12840         stuff.
12841
12842         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
12843         to search any paths.
12844
12845         * dbus/dbus-threads.c: move global mutex initializers to
12846         dbus-internals.h, multiple prototypes was confusing doxygen
12847         besides being kind of ugly
12848
12849         * Doxyfile (PREDEFINED): have Doxygen define
12850         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
12851         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
12852         (do not abuse the feature! it's for stuff like the autogenerated
12853         macros in dbus-md5.c, not just for things you don't feel like
12854         documenting...)
12855
12856 2003-02-18  Havoc Pennington  <hp@pobox.com>
12857
12858         * dbus/dbus-string.c (_dbus_string_zero): new function
12859
12860         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
12861         wrap it in some dbus-friendly API
12862
12863         * dbus/dbus-types.h: add 16-bit types
12864
12865 2003-02-18  Joe Shaw  <joe@assbarn.com>
12866
12867         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
12868         credentials from our currently running process.
12869         (get_word): Fix a buglet where we were copying the entire length
12870         instead of relative to our position.
12871
12872         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
12873         keys on the stack... it's 640k of data.
12874
12875         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
12876         read the credentials byte off the socket, even if we don't have
12877         SO_PEERCRED.
12878         (_dbus_poll): Implement poll() using select() for systems which
12879         don't have it.
12880
12881         * glib/test-dbus-glib.c (main): Print out an error if no
12882         parameters are given.
12883
12884         * test/data/auth/fallback.auth-script: Added.  Tests that a client
12885         can fallback to a secondary auth mechanism if the first fails.
12886
12887 2003-02-18  Havoc Pennington  <hp@pobox.com>
12888
12889         * AUTHORS: add Alex
12890
12891 2003-02-17  Havoc Pennington  <hp@pobox.com>
12892
12893         * doc/dbus-specification.sgml: lots of cosmetic
12894         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
12895         env variable to DBUS_BUS_ADDRESS, s/client/application/,
12896         s/server/bus/ (except in authentication section). Add a section
12897         "Message Bus Message Routing"
12898
12899 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
12900
12901         Release 0.4
12902
12903         * NEWS: Update
12904
12905 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12906
12907         * doc/dbus-specification.sgml:
12908         Specification updates.
12909
12910 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12911
12912         * bus/activation.c: (bus_activation_init), (child_setup),
12913         (bus_activation_activate_service):
12914         * bus/activation.h:
12915         * bus/main.c: (main):
12916         Set DBUS_ADDRESS environment variable.
12917
12918         * dbus/dbus-errors.c: (dbus_set_error):
12919         Don't use va_copy since that's a C99 feature.
12920
12921         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
12922         (_dbus_spawn_async):
12923         * dbus/dbus-sysdeps.h:
12924         Add child_setup_func to _dbus_spawn_async.
12925
12926         * doc/dbus-specification.sgml:
12927         Update specification.
12928
12929         * test/spawn-test.c: (setup_func), (main):
12930         Fix test.
12931
12932 2003-02-17  Alexander Larsson  <alexl@redhat.com>
12933
12934         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
12935         Added todo.
12936
12937 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12938
12939         * doc/.cvsignore:
12940         * doc/Makefile.am:
12941         * doc/dbus-test-plan.sgml:
12942         Add test plan document.
12943
12944         * test/Makefile.am:
12945         Fix distcheck.
12946
12947 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12948
12949         * dbus/dbus-message.c: (decode_header_data),
12950         (_dbus_message_loader_return_buffer):
12951         Set the header padding amount when loading a message.
12952
12953 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12954
12955         * bus/dispatch.c: (send_one_message):
12956         Only send broadcast messages to registered connections.
12957
12958         * dbus/dbus-message.c: (dbus_message_name_is):
12959         * dbus/dbus-message.h:
12960         New convenience function.
12961
12962         * dbus/dbus-transport-debug.c: (do_reading):
12963         Only dispatch one message per run.
12964
12965         * test/Makefile.am:
12966         * test/bus-test.c: (new_connection_callback), (die),
12967         (test_hello_client1_handler), (test_hello_client2_handler),
12968         (test_hello_replies), (main):
12969
12970         * test/bus-test-loop.[ch]:
12971         Add these.
12972
12973 2003-02-16  Havoc Pennington  <hp@pobox.com>
12974
12975         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12976         backward conditional
12977
12978 2003-02-16  Alexander Larsson  <alexl@redhat.com>
12979
12980         * dbus/dbus-connection.c:
12981         Implement sent_message_with_reply. (with_reply_and block is still
12982         busted).
12983         Made dispatch_message not lose message if OOM.
12984
12985         * dbus/dbus-errors.h:
12986         Add NoReply error (for reply timeouts).
12987
12988 2003-02-16  Alexander Larsson  <alexl@redhat.com>
12989
12990         * dbus/dbus-hash.c (_dbus_hash_table_unref):
12991         Actually free keys and values when destroying hashtable.
12992
12993 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12994
12995         * dbus/dbus-auth.c: (client_try_next_mechanism):
12996         Plug a leak.
12997
12998         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
12999         Return TRUE if there's no thread implementation around.
13000
13001         * glib/dbus-gmain.c: (free_source),
13002         (dbus_connection_hookup_with_g_main):
13003         Make sure to remove the GSource when the connection is finalized.
13004
13005 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13006
13007         * bus/dispatch.c: (bus_dispatch_message_handler):
13008         * dbus/dbus-errors.h:
13009         Return an error if someone tries to send a message to a service
13010         that doesn't exist.
13011
13012 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13013
13014         * bus/activation.c: (load_directory), (bus_activation_init),
13015         (bus_activation_activate_service):
13016         * bus/activation.h:
13017         * bus/driver.c:
13018         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13019         More work on the activation handling.
13020
13021         * dbus/dbus-errors.h:
13022         Add some error messages
13023
13024         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13025         * dbus/dbus-message.h:
13026         New function that creates an error message.
13027
13028         * dbus/dbus-protocol.h:
13029         Add ACTIVATE_SERVER message.
13030
13031         * dbus/dbus-server-unix.c: (unix_handle_watch),
13032         (_dbus_server_new_for_domain_socket):
13033         Call _dbus_fd_set_close_on_exec.
13034
13035         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13036         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13037         (_dbus_fd_set_close_on_exec):
13038         * dbus/dbus-sysdeps.h:
13039         Add _dbus_fd_set_close_on exec function. Also add function that checks
13040         that all open fds are set to close-on-exec and warns otherwise.
13041
13042         * dbus/dbus-transport-unix.c:
13043         (_dbus_transport_new_for_domain_socket):
13044         Call _dbus_fd_set_close_on_exec.
13045
13046 2003-02-16  Havoc Pennington  <hp@pobox.com>
13047
13048         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13049         allow people to avoid setting SIGPIPE to SIG_IGN
13050         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13051         we've been asked not to
13052
13053 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13054
13055         * dbus/dbus-list.c: (_dbus_list_append_link),
13056         (_dbus_list_prepend_link):
13057         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13058         (dbus_realloc):
13059         Warning fixes.
13060
13061 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13062
13063         * bus/Makefile.am:
13064         * bus/activation.c: (bus_activation_entry_free),
13065         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13066         * bus/activation.h:
13067         * bus/main.c: (main):
13068         Add simple activation support, doesn't work yet though.
13069
13070 2003-02-15   Zack Rusin  <zack@kde.org>
13071
13072         * qt/dbus-qthread.cpp:  small casting fix
13073
13074 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13075
13076         * dbus/dbus-errors.c: (dbus_set_error):
13077         * dbus/dbus-errors.h:
13078         Add a few errors and make dbus_set_error void.
13079
13080         * dbus/dbus-sysdeps.c:
13081         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13082         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13083         * dbus/dbus-sysdeps.h:
13084         Add _dbus_spawn_async.
13085
13086         * test/spawn-test.c: (main):
13087         Test for _dbus_spawn_async.
13088
13089 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13090
13091         * dbus/dbus-internals.h:
13092         Fix build without tests.
13093
13094         * dbus/dbus-list.c: (alloc_link):
13095         Fix a segfault when a malloc fails.
13096
13097         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13098         (dbus_malloc0), (dbus_realloc):
13099         Add support for malloc debugging.
13100
13101 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13102
13103         * dbus/dbus-threads.c:
13104         * dbus/dbus-threads.h:
13105         Add condvars. Remove static mutext from API.
13106         Implement static mutexes by initializing them from threads_init.
13107
13108         * glib/dbus-gthread.c:
13109         * qt/dbus-qthread.cpp:
13110         Update with the thread api changes.
13111
13112
13113         * dbus/dbus-list.c:
13114         * dbus/dbus-list.h:
13115         Turn StaticMutex into normal mutex + init function.
13116         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13117         _dbus_list_append_link, _dbus_list_prepend_link
13118
13119
13120         * dbus/dbus-sysdeps.c:
13121         * dbus/dbus-sysdeps.h:
13122         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13123         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13124
13125         * dbus/dbus-protocol.h:
13126         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13127
13128         * dbus/dbus-message.c:
13129         Make ref/unref atomic.
13130         Fix some docs.
13131
13132         * dbus/dbus-connection-internal.h:
13133         * dbus/dbus-connection.c:
13134         * dbus/dbus-connection.h:
13135         Make threadsafe.
13136         Change _peek to _borrow,_return & _steal_borrowed.
13137         Change disconnect callback to event.
13138         Make dbus_connection_dispatch_messages reentrant.
13139
13140         * dbus/dbus-transport.c:
13141         Don't ref the connection on calls to the transport
13142         implementation.
13143
13144         * dbus/dbus-message-handler.c:
13145         Make threadsafe.
13146
13147         * glib/dbus-gmain.c:
13148         Don't use peek_message anymore
13149
13150         * test/Makefile.am:
13151         * test/debug-thread.c:
13152         * test/debug-thread.h:
13153         Simple thread implementation that asserts() on deadlocks in
13154         single-threaded code.
13155
13156         * test/bus-test.c:
13157         (main) Call debug_threads_init.
13158
13159         * test/watch.c:
13160         Use disconnect message instead of disconnect callback.
13161
13162         * bus/connection.c:
13163         * bus/connection.h:
13164         Don't call dbus_connection_set_disconnect_function. Instead export
13165         bus_connection_disconnect.
13166
13167         * bus/dispatch.c:
13168         Call bus_connection_disconnect when we get a disconnected message.
13169
13170 2003-02-15  Havoc Pennington  <hp@pobox.com>
13171
13172         * dbus/dbus-message.c (dbus_message_new): fool around with the
13173         docs
13174
13175 2003-02-14  Havoc Pennington  <hp@pobox.com>
13176
13177         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13178
13179         * dbus/dbus-memory.c: fail if the debug functions indicate we
13180         should
13181
13182         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13183         (_dbus_decrement_fail_alloc_counter): debug functions to
13184         simulate memory allocation failures
13185
13186 2003-02-14  Havoc Pennington  <hp@pobox.com>
13187
13188         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13189         to DBusError
13190
13191 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13192
13193         * bus/driver.c: (bus_driver_handle_hello):
13194         * bus/driver.h:
13195         * bus/services.c: (bus_service_lookup):
13196         Reorder message sending so we get a more sane order.
13197
13198         * test/bus-test.c: (message_handler):
13199         Fix tyop.
13200
13201 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13202
13203         * bus/driver.c: (bus_driver_send_service_deleted),
13204         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13205         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13206         (bus_driver_send_welcome_message),
13207         (bus_driver_handle_list_services),
13208         (bus_driver_handle_acquire_service),
13209         (bus_driver_handle_service_exists):
13210         * dbus/dbus-bus.c: (dbus_bus_register_client),
13211         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13212         * dbus/dbus-errors.c: (dbus_result_to_string):
13213         * dbus/dbus-errors.h:
13214         * dbus/dbus-message.c: (dbus_message_append_args),
13215         (dbus_message_append_args_valist), (dbus_message_get_args),
13216         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
13217         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
13218         (dbus_message_iter_get_byte_array),
13219         (dbus_message_iter_get_string_array), (message_iter_test),
13220         (check_message_handling), (_dbus_message_test):
13221         * dbus/dbus-message.h:
13222         * test/bus-test.c: (main):
13223         Change fields to arguments in messages, so that they won't be
13224         confused with header fields.
13225
13226         * glib/test-dbus-glib.c: (main):
13227         Remove append_fields from hello message.
13228
13229 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13230
13231         * dbus/dbus-errors.c:
13232         * dbus/dbus-message.c:
13233         * dbus/dbus-string.c:
13234         Documentation fixes.
13235
13236 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13237
13238         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
13239         (remove_timeout):
13240         Implement support for timeouts in dbus-glib.
13241
13242 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13243
13244         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13245         * dbus/dbus-message.c: (process_test_subdir):
13246         * test/break-loader.c: (find_breaks_based_on):
13247         Plug some memory leaks.
13248
13249 2003-02-13  Richard Hult  <rhult@codefactory.se>
13250
13251         * bus/main.c: Fix build.
13252
13253         * dbus/dbus-errors.h:
13254         * dbus/dbus-errors.c: Fix copyright for Anders.
13255
13256 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13257
13258         * bus/Makefile.am:
13259         Add utils.[ch]
13260
13261         * bus/connection.c: (bus_connection_foreach):
13262         Fix a warning.
13263
13264         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
13265         (unescape_string), (new_section), (parse_section_start),
13266         (parse_key_value), (report_error), (bus_desktop_file_load),
13267         (bus_desktop_file_get_string):
13268         * bus/desktop-file.h:
13269         Use DBusError for error reporting.
13270
13271         * bus/dispatch.c: (send_one_message),
13272         (bus_dispatch_message_handler):
13273         * bus/driver.c: (bus_driver_send_service_deleted),
13274         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13275         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13276         (bus_driver_send_welcome_message),
13277         (bus_driver_handle_list_services),
13278         (bus_driver_handle_acquire_service),
13279         (bus_driver_handle_service_exists):
13280         * bus/loop.c: (bus_loop_run):
13281         * bus/main.c:
13282         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
13283
13284         * bus/utils.c: (bus_wait_for_memory):
13285         * bus/utils.h:
13286         New files with general utility functions.
13287
13288         * dbus/dbus-internals.h:
13289         Remove _DBUS_HANDLE_OOM.
13290
13291 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13292
13293         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
13294         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
13295         * dbus/dbus-errors.h:
13296         Add DBusError structure.
13297
13298 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13299
13300         * test/data/valid-messages/standard-acquire-service.message:
13301         * test/data/valid-messages/standard-hello.message:
13302         * test/data/valid-messages/standard-list-services.message:
13303         * test/data/valid-messages/standard-service-exists.message:
13304         Add some standard messages.
13305
13306 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13307
13308         * bus/driver.c: (bus_driver_send_welcome_message),
13309         (bus_driver_handle_list_services),
13310         (bus_driver_handle_acquire_service),
13311         (bus_driver_handle_service_exists), (bus_driver_handle_message):
13312         Update for API changes in libdbus.
13313
13314         * dbus/dbus-message.c: (dbus_message_new_reply):
13315         * dbus/dbus-message.h:
13316         Remove the name argument. The spec states that replies shouldn't
13317         have a name.
13318
13319 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13320
13321         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
13322         (report_error), (bus_desktop_file_load), (lookup_section),
13323         (lookup_line), (bus_desktop_file_get_raw),
13324         (bus_desktop_file_get_string):
13325         * bus/desktop-file.h:
13326         Some fixes, and new functions for getting a key value from a section.
13327
13328 2003-02-13  Havoc Pennington  <hp@pobox.com>
13329
13330         * test/data/auth/fail-after-n-attempts.auth-script: new test
13331
13332         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
13333         reject the client.
13334
13335 2003-02-13  Havoc Pennington  <hp@pobox.com>
13336
13337         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
13338         dbus_credentials_match were backward
13339
13340         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
13341         NO_CREDENTIALS and ROOT_CREDENTIALS
13342
13343         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
13344         into here. Never process more commands after we've reached an
13345         end state; store further data as unused bytes.
13346
13347         * test/data/auth/*: add more auth tests
13348
13349         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
13350         command to match exact string and EXPECT_UNUSED to match unused
13351         bytes
13352
13353         * test/Makefile.am (dist-hook): fix to dist all the test stuff
13354
13355 2003-02-12  Havoc Pennington  <hp@pobox.com>
13356
13357         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
13358         \r off of popped lines
13359
13360         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
13361         scripts
13362
13363         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
13364         SEND, append \r\n
13365
13366 2003-02-12  Havoc Pennington  <hp@pobox.com>
13367
13368         * dbus/Makefile.am: remove break-loader from the build, since it
13369         moved.
13370
13371         * configure.in: add --enable-gcov to turn on coverage profiling
13372         flags and disable optimization
13373
13374 2003-02-10  Havoc Pennington  <hp@pobox.com>
13375
13376         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
13377         initial cut at test framework for DBusAuth from laptop.
13378         Doesn't quite work yet but it compiles and I need to get
13379         it off the 266mhz laptop. ;-)
13380
13381         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
13382         fix a memleak in error case
13383
13384 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
13385
13386         * bus/Makefile.am:
13387         * bus/desktop-file.c:
13388         * bus/desktop-file.h:
13389         Add a desktop file parser.
13390
13391 2003-02-11  Zack Rusin  <zack@kde.org>
13392
13393         * qt/message.[h|cpp]: sample implementation
13394         of the KDE wrapper for DBusMessage
13395
13396 2003-02-09  Zack Rusin  <zack@kde.org>
13397
13398         * test/bus-test.c: make_it_compile
13399         * doc/dbus-specification.sgml: minimal semantic fix
13400
13401 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13402
13403         Release 0.3
13404
13405         * NEWS: Update
13406
13407 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13408
13409         * dbus/Makefile.am:
13410         * dbus/dbus-break-loader.c:
13411         * test/Makefile.am:
13412         * test/break-loader.c:
13413         Move dbus-break-loader to test/ and rename it to break-loader.
13414
13415 2003-02-02  Havoc Pennington  <hp@pobox.com>
13416
13417         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
13418         for code to manage cookies in your home directory
13419
13420         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
13421
13422         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
13423         to authenticate, then disconnect the client.
13424
13425 2003-02-03  Alexander Larsson  <alexl@redhat.com>
13426
13427         * dbus/dbus-message.c (dbus_message_append_fields):
13428         Correct docs.
13429
13430 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13431
13432         * doc/dbus-specification.sgml:
13433         Update address format section.
13434
13435 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13436
13437         * test/Makefile.am:
13438         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
13439         (message_handler), (new_connection_callback), (loop_quit),
13440         (loop_run), (main):
13441         Add bus test.
13442
13443 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13444
13445         * bus/driver.c: (bus_driver_handle_service_exists):
13446         Simplify the code a bit.
13447
13448         * dbus/dbus-bus.c: (dbus_bus_service_exists):
13449         Fix a silly.
13450
13451 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13452
13453         * bus/Makefile.am:
13454         Add libdbus-daemon.la and link to it.
13455
13456 2003-02-01  James Willcox  <jwillcox@gnome.org>
13457
13458         * bus/driver.c: (bus_driver_handle_own_service):
13459         Actually include the service reply code in the message.
13460
13461 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13462
13463         * bus/driver.c: (bus_driver_handle_service_exists):
13464         Don't unref the incoming message.
13465
13466 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13467
13468         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
13469
13470 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13471
13472         * dbus/dbus-server.c: (dbus_server_listen):
13473         * dbus/dbus-transport.c: (_dbus_transport_open):
13474         ifdef out the calls to the debug transport and server.
13475
13476 2003-02-02  Alexander Larsson  <alexl@redhat.com>
13477
13478         * dbus/dbus-watch.c (dbus_watch_get_flags):
13479         Add note in the docs that ERROR or HANGUP won't be returned
13480         and are assumed always on.
13481
13482         * glib/dbus-gmain.c (add_watch):
13483         Always add IO_ERR | IO_HUP
13484
13485         * dbus/dbus-message.h:
13486         Add semicolon after dbus_message_iter_get_string_array().
13487         Makes qt code build again
13488
13489 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
13490
13491         * bus/driver.c: (create_unique_client_name),
13492         (bus_driver_handle_hello):
13493         Don't take a name, just use a numeric id to identify
13494         each client.
13495
13496         * dbus/Makefile.am:
13497         * dbus/dbus-bus.c: (dbus_bus_register_client),
13498         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13499         * dbus/dbus-bus.h:
13500         Add new convenience functions for communicating with the bus.
13501
13502         * dbus/dbus-message.h:
13503
13504         * dbus/dbus-protocol.h:
13505         Fix a typo.
13506
13507 2003-02-01  Alexander Larsson  <alexl@redhat.com>
13508
13509         * dbus/dbus-message.c (dbus_message_append_fields):
13510         Add some more doc comments.
13511
13512 2003-02-01  Havoc Pennington  <hp@pobox.com>
13513
13514         * dbus/dbus-break-loader.c (randomly_modify_length): change
13515         a 4-byte value in the message as if it were a length
13516
13517         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
13518         execute bit on saved files
13519
13520 2003-02-01  Havoc Pennington  <hp@pobox.com>
13521
13522         * dbus/dbus-break-loader.c (main): new program to find messages
13523         that break the loader.
13524
13525         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
13526         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
13527
13528         * dbus/dbus-string.c (_dbus_string_set_byte): new
13529
13530 2003-01-31  Havoc Pennington  <hp@pobox.com>
13531
13532         * dbus/dbus-message.c: refactor the test code to be more general,
13533         in preparation for writing a "randomly permute test cases to
13534         try to break the loader" program.
13535
13536 2003-01-31  Havoc Pennington  <hp@pobox.com>
13537
13538         * doc/dbus-specification.sgml: work on the specification
13539
13540         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
13541         the protocol version of the message.
13542
13543         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
13544         no longer specifies that.
13545         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
13546         1/2/3/4)
13547
13548         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
13549         "break" for DBUS_TYPE_NIL, remove @todo
13550
13551 2003-01-31  Havoc Pennington  <hp@pobox.com>
13552
13553         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
13554         just set_is_error/get_is_error as this is a commonly-used
13555         function, and write docs.
13556
13557 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
13558
13559         * dbus/dbus-address.c: (dbus_address_entry_free):
13560         Free key and value lists.
13561
13562         * dbus/dbus-internals.c: (_dbus_type_to_string):
13563         Add the types we didn't have.
13564
13565         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13566         (_dbus_marshal_validate_arg):
13567         Add NIL types.
13568
13569         * dbus/dbus-message.c: (dbus_message_set_sender):
13570         Remove todo about being able to set sender to NULL.
13571
13572         (dbus_message_set_is_error_reply),
13573         (dbus_message_get_is_error_reply):
13574         * dbus/dbus-message.h:
13575         New functions.
13576
13577         * dbus/dbus-protocol.h:
13578         Add error reply flag.
13579
13580         * test/data/valid-messages/opposite-endian.message:
13581         Add NIL type to test.
13582
13583 2003-01-31  Havoc Pennington  <hp@pobox.com>
13584
13585         * doc/dbus-specification.sgml: fully specify the header.  Add
13586         flags and major protocol version, and change header/body len to
13587         unsigned.
13588
13589         * dbus/dbus-message-builder.c (append_saved_length): append length
13590         as uint32
13591
13592         * dbus/dbus-message.c (dbus_message_create_header): change header
13593         length and body length to unsigned. Add the new fields from the
13594         spec
13595         (_dbus_message_loader_return_buffer): unsigned header/body len
13596
13597 2003-01-30  Havoc Pennington  <hp@pobox.com>
13598
13599         * dbus/dbus-auth.c: rework to use only REJECTED, no
13600         MECHANISMS
13601
13602         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
13603         use REJECTED, suggested by Mark McLoughlin
13604
13605 2003-01-30  Havoc Pennington  <hp@pobox.com>
13606
13607         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
13608         a better way to report errors here. e.g.  "unix address lacks
13609         path" or something. also "no such file" when the path doesn't
13610         exist, etc.
13611
13612         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
13613         leaking list nodes
13614         (dbus_parse_address): add @todo about documenting address format,
13615         and allowing , and ; to be escaped
13616
13617 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
13618
13619         * dbus/Makefile.am:
13620         Add dbus-address.[ch]
13621
13622         * dbus/dbus-address.c: (dbus_address_entry_free),
13623         (dbus_address_entries_free), (create_entry),
13624         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
13625         (dbus_parse_address), (_dbus_address_test):
13626         * dbus/dbus-address.h:
13627         New files for dealing with address parsing.
13628
13629         * dbus/dbus-connection.c:
13630         Document timeout functions.
13631
13632         * dbus/dbus-message.c:
13633         Document dbus_message_new_from_message.
13634
13635         * dbus/dbus-server-debug.c:
13636         Document.
13637
13638         * dbus/dbus-server.c: (dbus_server_listen):
13639         Parse address and use correct server implementation.
13640
13641         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
13642         * dbus/dbus-string.h:
13643         New function with test.
13644
13645         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
13646         * dbus/dbus-test.h:
13647         Add address tests.
13648
13649         * dbus/dbus-transport-debug.c:
13650         Document.
13651
13652         * dbus/dbus-transport.c: (_dbus_transport_open):
13653         Parse address and use correct transport implementation.
13654
13655 2003-01-30  Havoc Pennington  <hp@pobox.com>
13656
13657         * dbus/dbus-message.c: use message->byte_order instead of
13658         DBUS_COMPILER_BYTE_ORDER throughout.
13659         (dbus_message_create_header): pad header to align the
13660         start of the body of the message to 8-byte boundary
13661
13662         * dbus/dbus-marshal.h: make all the demarshalers take const
13663         DBusString arguments.
13664
13665         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
13666         validate message args here, so we don't have to do slow validation
13667         later, and so we catch bad messages as they are incoming. Also add
13668         better checks on header_len and body_len. Also fill in
13669         message->byte_order
13670
13671         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
13672         implemented properly)
13673         (_dbus_string_validate_nul): new function to check all-nul
13674
13675         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
13676         get_arg_end_pos and remove all validation
13677         (_dbus_marshal_validate_arg): actually do validation here.
13678
13679 2003-01-29  Havoc Pennington  <hp@pobox.com>
13680
13681         * dbus/dbus-message.c (check_message_handling): fix assertion
13682         failure on set_client_serial
13683
13684 2003-01-28  Havoc Pennington  <hp@pobox.com>
13685
13686         * dbus/dbus-server-debug.c: Add doc section comments
13687
13688         * dbus/dbus-transport-debug.c: add doc section comments
13689
13690 2003-01-28  Havoc Pennington  <hp@redhat.com>
13691
13692         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
13693         the reverse order from how I had it
13694         (_dbus_string_base64_encode): reverse encoding order. I was
13695         basically byteswapping everything during encoding.
13696
13697 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
13698
13699         * dbus/dbus-connection-internal.h:
13700         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
13701         (_dbus_connection_remove_timeout):
13702         Add functions for adding and removing timeouts.
13703
13704         * dbus/dbus-message.c: (dbus_message_new_from_message):
13705         Add new function that takes a message and creates an exact
13706         copy of it, but with the refcount set to 1.
13707         (check_message_handling):
13708         Fix build error.
13709
13710         * dbus/dbus-server-protected.h:
13711         * dbus/dbus-server.c: (_dbus_server_init_base),
13712         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
13713         (dbus_server_set_timeout_functions):
13714         (_dbus_server_remove_timeout):
13715         New functions so that a server can add and remove timeouts.
13716
13717         (dbus_server_listen):
13718         Add commented out call to dbus_server_debug_new.
13719
13720         * dbus/dbus-timeout.c: (_dbus_timeout_new):
13721         Actually set the handler, doh.
13722
13723         * dbus/dbus-transport.c: (_dbus_transport_open):
13724         Add commented out call to dbus_transport_debug_client_new.
13725
13726         * dbus/Makefile.am:
13727         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
13728
13729 2003-01-28  Havoc Pennington  <hp@pobox.com>
13730
13731         * dbus/dbus-message.c (check_message_handling): function to check
13732         on the loaded message, iterates over it etc.
13733
13734 2003-01-28  Havoc Pennington  <hp@pobox.com>
13735
13736         * test/Makefile.am (dist-hook): fix make distdir
13737
13738         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
13739
13740 2003-01-27  Havoc Pennington  <hp@pobox.com>
13741
13742         * dbus/dbus-mempool.c (time_for_size): replace printf with
13743         _dbus_verbose
13744
13745         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
13746         empty lines; fix the SAVE_LENGTH stuff to be
13747         START_LENGTH/END_LENGTH so it actually works; couple other
13748         bugfixes
13749
13750         * test/Makefile.am (dist-hook): add dist-hook for .message files
13751
13752         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
13753         can be constant or locked.
13754         (_dbus_string_free): allow freeing a const string as
13755         documented/intended
13756
13757         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
13758
13759         * dbus/dbus-test-main.c (main): take an argument which is the
13760         directory containing test data
13761
13762         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
13763         argument to this and load all the messages in test/data/
13764         checking that they can be loaded or not loaded as appropriate.
13765
13766 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
13767
13768         * bus/dispatch.c: (bus_dispatch_message_handler):
13769         Dispatch messages sent to services.
13770
13771         * bus/driver.c: (bus_driver_send_service_deleted),
13772         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13773         (bus_driver_send_service_acquired):
13774         Add helper functions for sending service related messages.
13775
13776         (bus_driver_send_welcome_message):
13777         Send HELLO_REPLY instead of WELCOME.
13778
13779         (bus_driver_handle_list_services):
13780         Send LIST_SERVICES_REPLY instead of SERVICES.
13781
13782         (bus_driver_handle_own_service),
13783         (bus_driver_handle_service_exists):
13784         New message handlers.
13785
13786         (bus_driver_handle_message):
13787         Invoke new message handlers.
13788
13789         (bus_driver_remove_connection):
13790         Don't remove any services here since that's done automatically
13791         by bus_service_remove_owner now.
13792
13793         * bus/driver.h:
13794         New function signatures.
13795
13796         * bus/services.c: (bus_service_add_owner):
13797         Send ServiceAcquired message if we're the only primary owner.
13798
13799         (bus_service_remove_owner):
13800         Send ServiceAcquired/ServiceLost messages.
13801
13802         (bus_service_set_prohibit_replacement),
13803         (bus_service_get_prohibit_replacement):
13804         Functions for setting prohibit replacement.
13805
13806         (bus_service_has_owner):
13807         New function that checks if a connection is in the owner queue of
13808         a certain service.
13809
13810         * bus/services.h:
13811         Add new function signatures.
13812
13813         * dbus/dbus-list.c: (_dbus_list_test):
13814         Add tests for _dbus_list_remove_last and traversing the list backwards.
13815
13816         * dbus/dbus-list.h:
13817         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
13818         go any further, so return NULL then.
13819
13820         * dbus/dbus-protocol.h:
13821         Add new messages, service flags and service replies.
13822
13823 2003-01-26  Havoc Pennington  <hp@pobox.com>
13824
13825         * dbus/dbus-message-builder.c: implement, completely untested.
13826
13827         * test/data/*: add data to be used in testing.
13828         ".message" files are our simple loadable text format.
13829         ".message-raw" will be binary dumps of messages.
13830
13831         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
13832
13833 2003-01-26  Havoc Pennington  <hp@pobox.com>
13834
13835         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
13836
13837         * dbus/dbus-errors.c (dbus_result_to_string): add
13838         file errors
13839
13840         * dbus/dbus-message-builder.c: new file, will contain code to load
13841         up messages from files. Not implemented yet.
13842
13843 2003-01-26  Havoc Pennington  <hp@pobox.com>
13844
13845         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
13846         the sender by setting to NULL
13847
13848 2003-01-26  Havoc Pennington  <hp@pobox.com>
13849
13850         The unit tests pass, but otherwise untested.  If it breaks, the
13851         tests should have been better. ;-)
13852
13853         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
13854         the connection.
13855
13856         * dbus/dbus-message.c: redo everything so we maintain
13857         message->header as the only copy of the various fields.
13858         This avoids the possibility of out-of-memory in some cases,
13859         for example dbus_message_lock() can't run out of memory anymore,
13860         and avoids extra copying. Figured I may as well go ahead and do
13861         this since it was busted for dbus_message_lock to not return
13862         failure on OOM, and dbus_message_write_header was totally
13863         unchecked for OOM. Also fixed some random other bugs.
13864
13865         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
13866         that strings are nul-terminated. Also, end_pos can be equal
13867         to string length just not greater than, I think.
13868         (_dbus_marshal_set_int32): new function
13869         (_dbus_marshal_set_uint32): new function
13870         (_dbus_marshal_set_string): new function
13871
13872         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
13873         a warning, init timeout_list to NULL
13874         (dbus_connection_send_message): don't use uninitialized variable
13875         "serial"
13876
13877         * dbus/dbus-string.c (_dbus_string_replace_len): new function
13878
13879 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
13880
13881         * bus/driver.c: (bus_driver_handle_hello),
13882         (bus_driver_send_welcome_message):
13883         Plug leaks
13884
13885 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
13886
13887         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
13888         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
13889         (dbus_connection_unref):
13890         * dbus/dbus-marshal.c: (_dbus_marshal_test):
13891         * dbus/dbus-message.c: (dbus_message_unref),
13892         Plug memory leaks.
13893
13894         (dbus_message_get_fields):
13895         Remove debugging printout.
13896
13897         (_dbus_message_loader_return_buffer):
13898         Don't store the header string.
13899
13900         (_dbus_message_test):
13901         Plug leaks.
13902
13903 2003-01-26  Richard Hult  <rhult@codefactory.se>
13904
13905         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
13906         the file descriptor list, since it can change under us.
13907
13908 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13909
13910         * glib/dbus-gmain.c: (dbus_connection_prepare),
13911         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
13912         (remove_watch), (dbus_connection_hookup_with_g_main):
13913         Rewrite the glib handling to use its own GSource instead of a
13914         GIOChannel so we can catch messages put in the queue while waiting
13915         for a reply.
13916
13917 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13918
13919         * bus/Makefile.am:
13920         * bus/connection.c: (connection_disconnect_handler),
13921         (connection_watch_callback), (bus_connection_setup):
13922         * bus/dispatch.c: (send_one_message),
13923         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
13924         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
13925         * bus/dispatch.h:
13926         * bus/driver.c: (bus_driver_send_service_deleted),
13927         (bus_driver_send_service_created), (bus_driver_handle_hello),
13928         (bus_driver_send_welcome_message),
13929         (bus_driver_handle_list_services), (bus_driver_remove_connection),
13930         (bus_driver_handle_message):
13931         * bus/driver.h:
13932         Refactor code, put the message dispatching in its own file. Use
13933         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
13934         is disconnected.
13935
13936 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13937
13938         * dbus/dbus-internals.h:
13939         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
13940
13941         * dbus/dbus-message.c: (dbus_message_get_sender):
13942         * dbus/dbus-message.h:
13943         Implement dbus_message_get_sender.
13944
13945         * dbus/dbus-protocol.h:
13946         Add message and service defines.
13947
13948 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13949
13950         * dbus/dbus-connection.c: (dbus_connection_send_message):
13951         * dbus/dbus-message-internal.h:
13952         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
13953         (dbus_message_write_header):
13954         Remove _dbus_messag_unlock and don't set the client serial on a
13955         message if one already exists.
13956
13957 2003-01-24  Havoc Pennington  <hp@pobox.com>
13958
13959         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
13960         list_pool
13961
13962         * bus/driver.c (bus_driver_handle_list_services): fix a leak
13963         on OOM
13964
13965 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13966
13967         * dbus/dbus-list.c: (alloc_link), (free_link):
13968         Use a memory pool for the links.
13969
13970 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13971
13972         * bus/connection.c: (bus_connection_foreach):
13973         * bus/connection.h:
13974         Add new bus_connection_foreach function.
13975
13976         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
13977         Add function that broadcasts a message to all clients.
13978
13979         (bus_driver_send_service_created), (bus_driver_handle_hello),
13980         (bus_driver_send_welcome_message),
13981         (bus_driver_handle_list_services), (bus_driver_message_handler):
13982         Implement functions that take care of listing services, and notifying
13983         clients when new services are created.
13984
13985         * bus/services.c: (bus_services_list):
13986         * bus/services.h:
13987         Add new function that returns an array of strings with the currently
13988         registered services.
13989
13990         * glib/dbus-glib.h:
13991         * glib/dbus-gmain.c:
13992         Update copyright year.
13993
13994 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13995
13996         * dbus/dbus-connection.c: (dbus_connection_send_message):
13997         Unlock the message in case it was sent earlier.
13998
13999         (dbus_connection_send_message_with_reply_and_block):
14000         Remove the reply message from the list.
14001
14002         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14003         Set array_len and new_pos correctly.
14004
14005         (_dbus_marshal_test):
14006         Remove debug output.
14007
14008         * dbus/dbus-message-internal.h:
14009         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14010         New function that returns the reply serial.
14011
14012         (_dbus_message_unlock):
14013         New function that unlocks a message and resets its header.
14014
14015         (dbus_message_append_string_array),
14016         (dbus_message_get_fields_valist),
14017         (dbus_message_iter_get_field_type),
14018         (dbus_message_iter_get_string_array),
14019         (dbus_message_get_fields),
14020         (dbus_message_append_fields_valist):
14021         Handle string arrays.
14022
14023         (dbus_message_set_sender):
14024         Make this function public since the bus daemon needs it.
14025
14026         (decode_header_data):
14027         Set the reply serial to -1 initially.
14028
14029         * dbus/dbus-message.h:
14030         Add dbus_message_set_sender.
14031
14032 2003-01-24  Havoc Pennington  <hp@pobox.com>
14033
14034         * doc/dbus-specification.sgml: add some stuff
14035
14036 2003-01-22  Havoc Pennington  <hp@pobox.com>
14037
14038         * doc/dbus-specification.sgml: Start to document the protocol.
14039
14040 2003-01-22  Havoc Pennington  <hp@pobox.com>
14041
14042         * dbus/dbus-connection.c
14043         (dbus_connection_send_message_with_reply_and_block): add some @todo
14044
14045         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14046
14047 2003-01-21  Havoc Pennington  <hp@pobox.com>
14048
14049         (patch untested because can't compile)
14050
14051         * bus/driver.c (create_unique_client_name): make this function
14052         never recycle client names. Also, caller should initialize
14053         the DBusString.
14054
14055         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14056
14057 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14058
14059         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14060         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14061         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14062         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14063         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14064         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14065         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14066         * dbus/dbus-marshal.h:
14067         * dbus/dbus-protocol.h:
14068         Add support for marshalling and demarshalling integer, double
14069         and string arrays.
14070
14071 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14072
14073         * bus/Makefile.am:
14074         Add driver.[ch]
14075
14076         * bus/connection.c: (connection_disconnect_handler):
14077         Remove the connection from the bus driver's list.
14078
14079         (connection_watch_callback): Dispatch messages.
14080
14081         (free_connection_data): Free connection name.
14082
14083         (bus_connection_setup): Add connection to the bus driver's list.
14084         (bus_connection_remove_owned_service):
14085         (bus_connection_set_name), (bus_connection_get_name):
14086         Add functions for setting and getting the connection's name.
14087
14088         * bus/connection.h:
14089         Add function headers.
14090
14091         * bus/driver.c: (create_unique_client_name),
14092         (bus_driver_handle_hello_message),
14093         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14094         (bus_driver_add_connection), (bus_driver_remove_connection):
14095         * bus/driver.h:
14096         * bus/main.c:
14097         * bus/services.c: (bus_service_free):
14098         * bus/services.h:
14099         New file that handles communication and registreation with the bus
14100         itself.
14101
14102 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14103
14104         * dbus/dbus-connection.c: (dbus_connection_send_message):
14105         Add a new client_serial parameter.
14106
14107         (dbus_connection_send_message_with_reply):
14108         Remove a @todo since we've implemented the blocking function.
14109
14110         (dbus_connection_send_message_with_reply_and_block):
14111         New function that sends a message and waits for a reply and
14112         then returns the reply.
14113
14114         * dbus/dbus-connection.h:
14115         Add new functions.
14116
14117         * dbus/dbus-errors.c: (dbus_result_to_string):
14118         * dbus/dbus-errors.h:
14119         Add new DBUS_RESULT.
14120
14121         * dbus/dbus-message-internal.h:
14122         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14123         (_dbus_message_set_sender), (dbus_message_write_header),
14124         (dbus_message_new_reply), (decode_header_data),
14125         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14126         * dbus/dbus-message.h:
14127         Add new functions that set the reply serial and sender.
14128         Also marshal and demarshal them correctly and add test.
14129
14130         * dbus/dbus-protocol.h:
14131         Add new DBUS_MESSAGE_TYPE_SENDER.
14132
14133         * glib/dbus-glib.h:
14134         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14135         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14136         (dbus_connection_hookup_with_g_main):
14137         * glib/test-dbus-glib.c: (main):
14138         Rewrite to use GIOChannel and remove the GSource crack.
14139
14140         * test/echo-client.c: (main):
14141         * test/watch.c: (check_messages):
14142         Update for changed APIs
14143
14144 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14145
14146         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14147
14148         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14149         Create a DBusTimeoutList.
14150         (dbus_connection_set_timeout_functions): Add new function to
14151         set timeout callbacks
14152
14153         * dbus/dbus-connection.h: Add public DBusTimeout API.
14154
14155         * dbus/dbus-message.c: (dbus_message_get_service):
14156         * dbus/dbus-message.h:  New function.
14157
14158         * dbus/dbus-server.c: Fix small doc typo.
14159
14160         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14161
14162 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14163
14164         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14165         of the string, just as long as specified.
14166
14167 2003-01-19  Havoc Pennington  <hp@pobox.com>
14168
14169         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14170         new function
14171
14172         * dbus/dbus-server.c (dbus_server_set_max_connections)
14173         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14174         keep track of current number of connections, and add API for
14175         setting a max (but haven't implemented enforcing the max yet)
14176
14177 2003-01-18  Havoc Pennington  <hp@pobox.com>
14178
14179         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14180         reading/writing if read_watch != NULL or write_watch != NULL.
14181
14182         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14183         the message loader code to actually load message->header and
14184         message->body into the newly-created message.
14185
14186         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14187         in OOM case
14188
14189         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14190         (dbus_connection_get_max_message_size)
14191         (dbus_connection_set_max_live_messages_size)
14192         (dbus_connection_get_max_live_messages_size): implement some
14193         resource limitation functions
14194
14195         * dbus/dbus-resources.c: new file implementing some of the
14196         resource limits stuff
14197
14198         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14199         missing docs, add @todo to handle OOM etc.
14200
14201         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14202         docs
14203
14204 2003-01-18  Havoc Pennington  <hp@pobox.com>
14205
14206         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14207         connection if it hasn't been already.
14208
14209         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14210         replace with DisconnectFunction.
14211
14212 2003-01-18  Havoc Pennington  <hp@pobox.com>
14213
14214         Building --disable-verbose-mode --disable-asserts --disable-tests
14215         cuts the library from 112K to 45K or so
14216
14217         * configure.in: check for varargs macro support,
14218         add --enable-verbose-mode, --enable-asserts.
14219
14220         * dbus/dbus-internals.h (_dbus_assert): support
14221         DBUS_DISABLE_ASSERT
14222         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
14223
14224 2003-01-18  Havoc Pennington  <hp@pobox.com>
14225
14226         * dbus/dbus-test.c: include config.h so that tests actually run
14227
14228         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
14229         so the failure mode when that assumption fails will be plenty
14230         obvious.
14231
14232 2003-01-18  Havoc Pennington  <hp@pobox.com>
14233
14234         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
14235
14236         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
14237         the distribution
14238
14239         * test/Makefile.am: don't use special variable "TESTS" for echo-*
14240         since we don't want to use those in make check
14241
14242 2003-01-15  Havoc Pennington  <hp@redhat.com>
14243
14244         Release 0.2
14245
14246         * NEWS: update
14247
14248 2003-01-15  Havoc Pennington  <hp@redhat.com>
14249
14250         * test/Makefile.am: fix so that test source code ends up in the
14251         distribution on make distcheck
14252
14253 2003-01-15  Havoc Pennington  <hp@redhat.com>
14254
14255         Release 0.1.
14256
14257         * NEWS: update
14258
14259 2003-01-15  Havoc Pennington  <hp@redhat.com>
14260
14261         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
14262         fix build when --disable-tests
14263
14264         * Makefile.am (EXTRA_DIST): put HACKING in here
14265
14266         * HACKING: document procedure for making a tarball release.
14267
14268 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
14269
14270         * bus/connection.c: (connection_error_handler),
14271         (bus_connection_setup):
14272         * bus/main.c: (main):
14273         Make sure that the DBusConnectionData struct is NULLed
14274         out to prevent a segfault.
14275
14276         * dbus/dbus-errors.c: (dbus_result_to_string):
14277         * dbus/dbus-errors.h:
14278         * dbus/dbus-message.c: (dbus_message_get_fields),
14279         (dbus_message_get_fields_valist), (_dbus_message_test):
14280         * dbus/dbus-message.h:
14281         Make dbus_message_get_fields return a result code so we can
14282         track invalid fields as well as oom.
14283
14284 2003-01-11  Havoc Pennington  <hp@pobox.com>
14285
14286         * configure.in: change --enable-test/--enable-ansi action-if-given
14287         to enable_foo=$enableval instead of enable_foo=yes
14288
14289 2003-01-08  Havoc Pennington  <hp@pobox.com>
14290
14291         * dbus/dbus-string.c (_dbus_string_align_length): new function
14292
14293         * dbus/dbus-test-main.c: move main() for test app here
14294         * dbus/dbus-test.c
14295         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
14296         symbol to run tests, because dbus-test isn't in the main
14297         library
14298
14299         Code review nitpicks.
14300
14301         * dbus/dbus-message.c (dbus_message_write_header): add newlines
14302         for people with narrow emacs ;-). Assert client_serial was filled
14303         in. Assert message->name != NULL.
14304         (dbus_message_append_fields): have "first_field_type" arg separate
14305         from va list, needed for C++ binding that also uses varargs IIRC
14306         and helps with type safety
14307         (dbus_message_new): add @todo about using DBusString to store
14308         service/name internally
14309         (dbus_message_new): don't leak ->service and ->name on OOM later
14310         in the function
14311         (dbus_message_unref): free the service name
14312         (dbus_message_get_fields): same change to varargs
14313         i.e. first_field_type
14314         (_dbus_message_loader_return_buffer): assert that the message data
14315         is aligned (if not it's a bug in our code). Put in verbose griping
14316         about why we set corrupted = TRUE.
14317         (decode_header_data): add FIXME that char* is evil.  Was going to
14318         add FIXME about evil locale-specific string.h strncmp, but just
14319         switched to wacky string-as-uint32 optimization. Move check for
14320         "no room for field name" above get_const_data_len() to avoid
14321         assertion failure in get_const_data_len if we have trailing 2
14322         bytes or the like. Check for service and name fields being
14323         provided twice. Don't leak service/name on error. Require field
14324         names to be aligned to 4 bytes.
14325
14326         * dbus/dbus-marshal.c: move byte swap stuff to header
14327         (_dbus_pack_int32): uscore-prefix
14328         (_dbus_unpack_int32): uscore-prefix
14329         (_dbus_unpack_uint32): export
14330         (_dbus_demarshal_string): add @todo complaining about use of
14331         memcpy()
14332         (_dbus_marshal_get_field_end_pos): add @todo about bad error
14333         handling allowing corrupt data to go unchecked
14334
14335 2003-01-08  Havoc Pennington  <hp@redhat.com>
14336
14337         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
14338         to the select() as needed for authentication. (should be using
14339         _dbus_poll() not select, but for another day)
14340
14341         * dbus/dbus.h: include dbus/dbus-protocol.h
14342
14343 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14344
14345         * dbus/Makefile.am (dbusinclude_HEADERS): Install
14346         dbus-connection.h
14347
14348 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14349
14350         * dbus/dbus-internals.c: (_dbus_type_to_string):
14351         New function that returns a string describing a type.
14352
14353         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
14354         * dbus/dbus-marshal.h:
14355         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
14356         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
14357         (dbus_message_iter_get_byte_array):
14358         * dbus/dbus-message.h:
14359         Add new convenience functions for appending and getting message fields.
14360         Also add demarshalling routines for byte arrays.
14361
14362 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14363
14364         * dbus/dbus-connection-internal.h:
14365         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14366         (_dbus_connection_get_next_client_serial),
14367         (dbus_connection_send_message):
14368         * dbus/dbus-internals.h:
14369         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
14370         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
14371         (_dbus_marshal_uint32), (_dbus_demarshal_double),
14372         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
14373         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
14374         (_dbus_verbose_bytes), (_dbus_marshal_test):
14375         * dbus/dbus-marshal.h:
14376         * dbus/dbus-message-internal.h:
14377         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
14378         (dbus_message_write_header), (_dbus_message_lock),
14379         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
14380         (dbus_message_get_name), (dbus_message_append_int32),
14381         (dbus_message_append_uint32), (dbus_message_append_double),
14382         (dbus_message_append_string), (dbus_message_append_byte_array),
14383         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
14384         (dbus_message_iter_unref), (dbus_message_iter_has_next),
14385         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
14386         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
14387         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
14388         (decode_header_data), (_dbus_message_loader_return_buffer),
14389         (message_iter_test), (_dbus_message_test):
14390         * dbus/dbus-message.h:
14391         * dbus/dbus-protocol.h:
14392         * dbus/dbus-test.c: (main):
14393         * dbus/dbus-test.h:
14394         * glib/test-dbus-glib.c: (message_handler), (main):
14395         * test/echo-client.c: (main):
14396         * test/watch.c: (check_messages):
14397         Make messages sendable and receivable for real.
14398
14399 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14400
14401         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14402         (_dbus_marshal_string), (_dbus_marshal_byte_array):
14403         * dbus/dbus-message.c: (dbus_message_append_int32),
14404         (dbus_message_append_uint32), (dbus_message_append_double),
14405         (dbus_message_append_string), (dbus_message_append_byte_array):
14406         Handle OOM restoration.
14407
14408 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14409
14410         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14411         (_dbus_demarshal_string), (_dbus_marshal_test):
14412         * dbus/dbus-marshal.h:
14413         * dbus/dbus-message.c: (dbus_message_get_name),
14414         Document these functions.
14415
14416         (dbus_message_append_int32), (dbus_message_append_uint32),
14417         (dbus_message_append_double), (dbus_message_append_string),
14418         (dbus_message_append_byte_array):
14419         * dbus/dbus-message.h:
14420         Add functions for adding message fields of different types.
14421
14422         * dbus/dbus-protocol.h:
14423         Add the different types.
14424
14425 2003-01-05  Havoc Pennington  <hp@pobox.com>
14426
14427         * bus/connection.c: implement routines for handling connections,
14428         first thing is keeping a list of owned services on each connection
14429         and setting up watches etc.
14430
14431         * bus/services.c: implement a mapping from service names to lists
14432         of connections
14433
14434         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
14435
14436         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
14437         to use static mutexes for global data
14438
14439         * dbus/dbus-connection.c (dbus_connection_set_data): add new
14440         collection of functions to set/get application-specific data
14441         on the DBusConnection.
14442
14443 2003-01-04  Havoc Pennington  <hp@pobox.com>
14444
14445         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
14446         (_dbus_poll): new function
14447
14448         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
14449         copied from GLib
14450
14451         * bus/loop.c: initial code for the daemon main loop
14452
14453 2003-01-04  Havoc Pennington  <hp@pobox.com>
14454
14455         * test/watch.c (error_handler): make it safe if the error handler
14456         is called multiple times (if we s/error handler/disconnect
14457         handler/ we should just guarantee it's called only once)
14458
14459         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
14460         error handler on disconnect (it's quite possible we should
14461         just change the error handler to a "disconnect handler," I'm
14462         not sure we have any other meaningful errors)
14463
14464         * configure.in: check for getpwnam_r
14465
14466         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
14467         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
14468         mechanism as in SASL spec, using socket credentials
14469
14470         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
14471         (_dbus_send_credentials_unix_socket): new function
14472
14473         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
14474         dbus_accept()
14475         (_dbus_write): only check errno if <0 returned
14476         (_dbus_write_two): ditto
14477
14478 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
14479
14480         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
14481         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
14482         (_dbus_marshal_test):
14483         * dbus/dbus-marshal.h:
14484         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
14485         to _dbus_marshal_utf8_string. Also fix some tests.
14486
14487 2002-12-28  Harri Porten  <porten@kde.org>
14488
14489         * configure.in: added check for C++ compiler and a very cheesy
14490         check for the Qt integration
14491
14492         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
14493
14494         * qt/Makefile.am: added
14495
14496         * qt/.cvsignore: added
14497
14498         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
14499         latter, added #ifdef QT_THREAD_SUPPORT guard.
14500
14501         * dbus/Makefile.am: added missing headers for make dist
14502
14503 2002-12-28  Kristian Rietveld  <kris@gtk.org>
14504
14505         * dbus/Makefile.am: fixup export-symbols-regex.
14506
14507 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14508
14509         * acinclude.m4: Add this file and put the
14510         PKG_CHECK_MODULE macro in it.
14511
14512 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14513
14514         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14515         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14516         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14517         (_dbus_marshal_test):
14518         Make the demarshalling routines align the pos argument.
14519         Add string marshalling tests and fix the obvious bugs
14520         discovered.
14521
14522 2002-12-26  Havoc Pennington  <hp@pobox.com>
14523
14524         * dbus/dbus-auth.c: fixes fixes fixes
14525
14526         * dbus/dbus-transport-unix.c: wire up support for
14527         encoding/decoding data on the wire
14528
14529         * dbus/dbus-auth.c (_dbus_auth_encode_data)
14530         (_dbus_auth_decode_data): append to target string
14531         instead of nuking it.
14532
14533 2002-12-26  Havoc Pennington  <hp@pobox.com>
14534
14535         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
14536         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
14537         doh
14538
14539         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
14540         avoid swap_bytes() overhead (ignoring possible assembly stuff for
14541         now). Main point is because I wanted unpack_uint32 to implement
14542         _dbus_verbose_bytes
14543         (_dbus_verbose_bytes): new function
14544
14545         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
14546
14547         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
14548         mechanism to handle a corrupt message stream
14549         (_dbus_message_loader_new): fix preallocation to only prealloc,
14550         not prelengthen
14551
14552         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
14553         (_dbus_string_test): enhance tests for copy/move and fix the
14554         functions
14555
14556         * dbus/dbus-transport-unix.c: Hold references in more places to
14557         avoid reentrancy problems
14558
14559         * dbus/dbus-transport.c: ditto
14560
14561         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
14562         leak reference count in no-message case
14563
14564         * test/watch.c (do_mainloop): handle adding/removing watches
14565         during iteration over the watches. Also, ref the connection/server
14566         stored on a watch, so we don't try to mangle a destroyed one.
14567
14568         * dbus/dbus-transport-unix.c (do_authentication): perform
14569         authentication
14570
14571         * dbus/dbus-auth.c (get_state): add a state
14572         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
14573         (_dbus_auth_get_unused_bytes): append the unused bytes
14574         to the passed in string, rather than prepend
14575
14576         * dbus/dbus-transport.c (_dbus_transport_init_base): create
14577         the auth conversation DBusAuth
14578
14579         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
14580         (_dbus_transport_new_for_domain_socket): when creating a
14581         transport, pass in whether it's a client-side or server-side
14582         transport so we know which DBusAuth to create
14583
14584 2002-12-03  Havoc Pennington  <hp@pobox.com>
14585
14586         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
14587         _after_ finalizing the derived members
14588         (unix_connection_set): unref watch if we fail to add it
14589
14590         * dbus/dbus-connection.c (dbus_connection_unref): delete the
14591         transport first, so that the connection owned by the
14592         transport will be valid as the transport finalizes.
14593
14594         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
14595         if necessary, and remove watches from the connection.
14596
14597         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
14598
14599 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
14600
14601         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14602         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14603         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14604         (_dbus_marshal_test):
14605         * dbus/dbus-marshal.h:
14606         Add string marshal functions and have the demarshal functions
14607         return the new position.
14608
14609 2002-12-25  Havoc Pennington  <hp@pobox.com>
14610
14611         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
14612         it is a simple protocol that just maps directly to SASL.
14613
14614         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
14615         initial implementation, not actually used yet.
14616
14617         * dbus/dbus-string.c (_dbus_string_find): new function
14618         (_dbus_string_equal): new function
14619         (_dbus_string_base64_encode): new function
14620         (_dbus_string_base64_decode): new function
14621
14622 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
14623
14624         * dbus/Makefile.am:
14625         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
14626         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14627         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14628         (_dbus_demarshal_uint32), (_dbus_marshal_test):
14629         * dbus/dbus-marshal.h:
14630         * dbus/dbus-protocol.h:
14631         * dbus/dbus-test.c: (main):
14632         * dbus/dbus-test.h:
14633         Add un-optimized marshalling/demarshalling routines.
14634
14635 2002-12-25  Harri Porten  <porten@kde.org>
14636
14637         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
14638
14639 2002-12-24  Zack Rusin  <zack@kde.org>
14640
14641         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
14642         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
14643         main loop stuff
14644
14645 2002-12-24  Havoc Pennington  <hp@pobox.com>
14646
14647         * glib/dbus-gthread.c: fix include
14648
14649         * glib/dbus-glib.h: rename DBusMessageHandler for now.
14650         I think glib API needs to change, though, as you don't
14651         want to use DBusMessageFunction, you want to use the
14652         DBusMessageHandler object. Probably
14653         dbus_connection_open_with_g_main_loop()
14654         and dbus_connection_setup_g_main_loop() or something like that
14655         (but think of better names...) that just create a connection
14656         that has watch/timeout functions etc. already set up.
14657
14658         * dbus/dbus-connection.c
14659         (dbus_connection_send_message_with_reply): new function just to
14660         show how the message handler helps us deal with replies.
14661
14662         * dbus/dbus-list.c (_dbus_list_remove_last): new function
14663
14664         * dbus/dbus-string.c (_dbus_string_test): free a string that
14665         wasn't
14666
14667         * dbus/dbus-hash.c: use memory pools for the hash entries
14668         (rebuild_table): be more paranoid about overflow, and
14669         shrink table when we can
14670         (_dbus_hash_test): reduce number of sprintfs and write
14671         valid C89. Add tests for case where we grow and then
14672         shrink the hash table.
14673
14674         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
14675
14676         * dbus/dbus-connection.c (dbus_connection_register_handler)
14677         (dbus_connection_unregister_handler): new functions
14678
14679         * dbus/dbus-message.c (dbus_message_get_name): new
14680
14681         * dbus/dbus-list.c: fix docs typo
14682
14683         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
14684         an object representing a handler for messages.
14685
14686 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
14687
14688         * glib/dbus-glib.h:
14689         * glib/dbus-gthread.c: (dbus_gthread_init):
14690         Don't use the gdbus prefix for public functions.
14691
14692 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
14693
14694         * Makefile.am:
14695         * configure.in:
14696         Add GLib checks and fixup .pc files
14697
14698         * glib/Makefile.am:
14699         * glib/dbus-glib.h:
14700         * glib/dbus-gmain.c: (gdbus_connection_prepare),
14701         (gdbus_connection_check), (gdbus_connection_dispatch),
14702         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
14703         (dbus_connection_gsource_new):
14704         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
14705         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
14706         * glib/test-dbus-glib.c: (message_handler), (main):
14707         Add GLib support.
14708
14709 2002-12-15  Harri Porten  <porten@kde.org>
14710
14711         * autogen.sh: check for libtoolize before attempting to use it
14712
14713         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
14714         struct.
14715
14716         * .cvsignore: ignore more stamp files
14717
14718         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
14719
14720         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
14721         without make install.
14722
14723 2002-12-15  Havoc Pennington  <hp@pobox.com>
14724
14725         * dbus/dbus-threads.c: add thread stubs that a higher library
14726         layer can fill in. e.g. the GLib wrapper might fill them in with
14727         GThread stuff. We still need to use this thread API to
14728         thread-safe-ize the library.
14729
14730 2002-12-12  Havoc Pennington  <hp@pobox.com>
14731
14732         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
14733         below new interfaces and include fewer system headers.
14734
14735         * dbus/dbus-sysdeps.c (_dbus_read): new function
14736         (_dbus_write): new function
14737         (_dbus_write_two): new function
14738         (_dbus_connect_unix_socket): new function
14739         (_dbus_listen_unix_socket): new function
14740
14741         * dbus/dbus-message-internal.h: change interfaces to use
14742         DBusString
14743
14744 2002-12-11  Havoc Pennington  <hp@pobox.com>
14745
14746         * dbus/dbus-types.h: add dbus_unichar
14747
14748         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
14749
14750         * dbus/dbus-connection.c (dbus_connection_send_message): return
14751         TRUE on success
14752
14753         * dbus/dbus-transport.c: include dbus-watch.h
14754
14755         * dbus/dbus-connection.c: include dbus-message-internal.h
14756
14757         * HACKING: add file with coding guidelines stuff.
14758
14759         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
14760         handling here, for security purposes (as in vsftpd). Not actually
14761         using this class yet.
14762
14763         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
14764         system/libc usage here, as in vsftpd, for ease of auditing (and
14765         should also simplify portability). Haven't actually moved all the
14766         system/libc usage into here yet.
14767
14768 2002-11-25  Havoc Pennington  <hp@pobox.com>
14769
14770         * dbus/dbus-internals.c (_dbus_verbose): fix to not
14771         always print the first verbose message.
14772
14773 2002-11-24  Havoc Pennington  <hp@pobox.com>
14774
14775         * test/echo-client.c, test/echo-server.c: cheesy test
14776         clients.
14777
14778         * configure.in (AC_CHECK_FUNCS): check for writev
14779
14780         * dbus/dbus-message.c (_dbus_message_get_network_data): new
14781         function
14782
14783         * dbus/dbus-list.c (_dbus_list_foreach): new function
14784
14785         * dbus/dbus-internals.c (_dbus_verbose): new function
14786
14787         * dbus/dbus-server.c, dbus/dbus-server.h: public object
14788         representing a server that listens for connections.
14789
14790         * dbus/.cvsignore: create
14791
14792         * dbus/dbus-errors.h, dbus/dbus-errors.c:
14793         public API for reporting errors
14794
14795         * dbus/dbus-connection.h, dbus/dbus-connection.c:
14796         public object representing a connection that
14797         sends/receives messages. (Same object used for
14798         both client and server.)
14799
14800         * dbus/dbus-transport.h, dbus/dbus-transport.c:
14801         Basic abstraction for different kinds of stream
14802         that we might read/write messages from.
14803
14804 2002-11-23  Havoc Pennington  <hp@pobox.com>
14805
14806         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
14807         _DBUS_INT_MAX
14808
14809         * dbus/dbus-test.c (main): add list test, and include
14810         dbus-test.h as intended
14811
14812         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
14813         (_dbus_hash_table_remove_int): return value indicates
14814         whether the entry existed to remove
14815
14816         * dbus/dbus-list.c: add linked list utility class,
14817         with docs and tests
14818
14819         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
14820         array sometimes.
14821
14822 2002-11-23  Havoc Pennington  <hp@pobox.com>
14823
14824         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
14825         DBUS_END_DECLS to nothing, that should fix this once and for all
14826
14827         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
14828
14829         * dbus/dbus-message.c, dbus/dbus-hash.c:
14830         add some missing @brief
14831
14832 2002-11-23  Havoc Pennington  <hp@pobox.com>
14833
14834         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
14835         to avoid confusing Doxygen
14836
14837         * dbus/dbus-hash.c: @} not }@
14838
14839         * dbus/dbus-message.c (struct DBusMessage): split out
14840         internals docs
14841
14842 2002-11-23  Havoc Pennington  <hp@pobox.com>
14843
14844         * configure.in: pile on more warning flags if using gcc
14845
14846         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
14847         to document static functions
14848
14849         * configure.in: add summary to end of configure so it
14850         looks nice and attractive
14851
14852         * dbus/dbus-hash.c: finish implementation and write unit
14853         tests and docs
14854
14855         * configure.in: add --enable-tests to enable unit tests
14856
14857         * dbus/dbus-test.c: test program to run unit tests
14858         for all files in dbus/*, initially runs a test for
14859         dbus-hash.c
14860
14861         * dbus/dbus-internals.h: file to hold some internal utility stuff
14862
14863 2002-11-22  Havoc Pennington  <hp@redhat.com>
14864
14865         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
14866         "ported" away from Tcl
14867
14868         * dbus/dbus-types.h: header for types such as dbus_bool_t
14869
14870 2002-11-22  Havoc Pennington  <hp@redhat.com>
14871
14872         * dbus/dbus.h: fixups for doc warnings
14873
14874         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
14875         macros
14876         (QUIET): make it quiet so we can see warnings
14877
14878         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
14879
14880 2002-11-22  Havoc Pennington  <hp@redhat.com>
14881
14882         * Makefile.am: include "Doxyfile" target in all-local
14883
14884         * configure.in: generate the Doxyfile
14885
14886         * Doxyfile.in: move Doxyfile here, so we can use
14887         configure to generate a Doxyfile with the right
14888         version number etc.
14889
14890 2002-11-22  Havoc Pennington  <hp@redhat.com>
14891
14892         * dbus/dbus-message.c: move inline docs into .c file
14893
14894         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
14895         so all docs are under doc/
14896         (MAN_EXTENSION): generate man pages. Use extension
14897         ".3dbus" which matches ".3qt" on my system,
14898         I guess this is OK, I don't know really.
14899         (FILE_PATTERNS): look for .c files not .h, makes sense
14900         for plain C I think
14901
14902 2002-11-22  Havoc Pennington  <hp@pobox.com>
14903
14904         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
14905         because any app can be a server, and any app can be a client,
14906         the bus is a special kind of server.
14907
14908 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
14909
14910         * Doxyfile : adding. Still needs Makefile rules to be generated
14911         automatically (just run "doxygen" in the toplevel dir for now to
14912         generate docs)
14913
14914         * dbus/dbus-message.h : Adding sample docs (javadoc since
14915         resembles gtk-doc a little more)
14916
14917         * dbus/dbus.h : Adding sample docs
14918
14919 2002-11-21  Havoc Pennington  <hp@redhat.com>
14920
14921         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
14922         so we can allow ourselves to include files directly,
14923         instead of having to use dbus.h
14924
14925         * dbus/dbus.h: fill in
14926
14927         * dbus/dbus-message.h: sketch out a sample header file.
14928         Include griping if you include it directly instead of
14929         via dbus.h
14930
14931         * dbus/dbus-macros.h: new file with macros for extern "C",
14932         TRUE/FALSE, NULL, etc.
14933
14934         * doc/file-boilerplate.c: put include guards in here
14935
14936 2002-11-21  Havoc Pennington  <hp@redhat.com>
14937
14938         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
14939
14940         * COPYING: include the GPL as well, and license code
14941         under both AFL and GPL.
14942
14943 2002-11-21  Havoc Pennington  <hp@redhat.com>
14944
14945         * acconfig.h: get rid of this
14946
14947         * autogen.sh (run_configure): add --no-configure option
14948
14949         * configure.in: remove AC_ARG_PROGRAM to make
14950         autoconf complain less. add AC_PREREQ.
14951         add AC_DEFINE third arg.
14952
14953 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
14954
14955         * doc/Makefile.am:
14956         Fix references so we can distcheck.
14957
14958 2002-11-21  Havoc Pennington  <hp@redhat.com>
14959
14960         * Initial module creation
14961