* doc/TODO:
[platform/upstream/dbus.git] / ChangeLog
1 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
2
3         * doc/TODO:
4         - Remove pending call locking todo item
5         - dbus_connection_open now holds hard ref.  Remove todo item
6         - do proper locking on _dbus_bus_check_connection_and_unref
7           and handle DBUS_BUS_STARTER. Remove todo item
8         - Warn on closing of a shared connection.  Remove todo item
9
10         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
11         dbus/dbus-connection.c: Use the dbus_connection_close_internal
12         so we don't get the warning when closing shared connections
13
14         * test/test-service.c, test/test-shell-service.c: Applications
15         don't close shared connections themselves so we unref instead of
16         close
17
18         * test/test-utils.c (test_connection_shutdown): Close the connection
19
20         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
21         _dbus_bus_check_connection_and_unref_unlocked since we only call this
22         method on a locked connection.  
23         Make sure we call _dbus_connection_unref_unlocked instead of 
24         dbus_connection_unref also.
25         Handle DBUS_BUS_STARTER correctly
26
27         * dbus/dbus-connection.c (connection_record_shared_unlocked):
28         Mark as shared and hard ref the connection
29         (connection_forget_shared_unlocked): Remove the hard ref from the 
30         connection
31         (_dbus_connection_close_internal_and_unlock):  New internal function
32         which takes a locked connection and unlocks it after closing it
33         (_dbus_connection_close_internal): New internal function which acts
34         like the origonal dbus_connection_close method by grabbing a connection
35         lock and calling _dbus_connection_close_internal_and_unlock
36         (dbus_connection_close): Public close method, warns when the app
37         trys to close a shared connection
38
39 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
40
41         * bus/driver.c:
42         (bus_driver_generate_introspect_string): New method for populating
43         a DBusString with the introspect data
44         (bus_driver_handle_introspect): Move introspect generation code to 
45         bus_driver_generate_introspect_string
46
47         * bus/main.c:
48         (introspect): New function which prints out the intropect data and
49         exits
50         (main): Add a --introspect switch
51
52 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
53
54         * doc/TODO: Removed dtd publishing item.  
55         It seems the dtd has already been added at
56         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
57
58 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
59
60         * doc/TODO, various source files: Audited todo's and FIXME's and
61         prepended the ones we should be looking at with 1.0.  Those
62         prepended with 1.0? need clerification or might not be needed
63         for 1.0
64
65 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
66
67         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
68         NULL in the public API (Patch from Kimmo Hämäläinen 
69         <kimmo dot hamalainen at nokia dot com>)
70
71 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
72
73         * configure.in: Fix for OS-X compile time endian issues (patch from
74         Benjamin Reed <ranger at befunk dot com>)
75
76 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
77
78         * configure.in: Check for no-common compiler flag (OS-X fix from
79         Benjamin Reed <ranger at befunk dot com>)
80
81 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
82
83         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
84         <fcrozat at mandriva dot com>)
85
86 2006-08-29  Havoc Pennington  <hp@redhat.com>
87
88         * test/test-service.c (path_message_func): fix lack of return value
89
90         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
91         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
92         any more sense than on anything else in this file.
93         (_dbus_get_tmpdir): add const to return value, and keep the
94         results of the various getenv around in a static variable.
95
96 2006-08-29  Havoc Pennington  <hp@redhat.com>
97
98         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
99         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
100
101 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
102
103         * test/Makefile.am: change find to use syntax that works with non
104         gnu versions of find
105
106 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
107
108         * dbus/dbus-transport.c: fix invalid deref when checking if
109         a vtable method exists (Patch from Christian Ehrlicher 
110         <ch dot ehrlicher at gmx dot de>)
111
112 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
113
114         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
115         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
116         to build with builddir != srcdir (Taken from a patch by Bernard Leak
117         <bernard at brenda-arkle dot demon dot co dot uk>)
118
119 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
120
121         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
122         default case
123
124 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
125
126         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
127         it works on any system providing this interface, not only FreeBSD.
128         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
129
130 2006-08-20  Havoc Pennington  <hp@redhat.com>
131
132         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
133         the docs
134
135 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
136
137         * Released 0.92 
138
139 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
140
141         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
142         to reflect the init late change
143
144         * bus/bus.c (bus_context_new): Check user before we fork so we can
145         print out an error message a user will be able to see
146
147 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
148
149         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
150
151         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
152         Add two more global locks for use on windows platforms.  These are
153         unused on non-windows platforms but are not ifdefed out to avoid
154         potential bugs (i.e. the few bytes lost does not warrent the extra
155         maintanence and complexity that having seperate sets of locks would
156         cause)
157
158 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
159
160         * bus/services.c (bus_registry_acquire_service): Return an error
161         when an application tries to register the org.freedesktop.DBus Bus Name
162
163         * bus/services.c (bus_registry_release_service): Return an error
164         when an application tries to release the org.freedesktop.DBus Bus Name
165
166 2006-08-17  Alp Toker  <alp@atoker.com>
167
168         * doc/dbus-specification.xml: Fix some minor typos.
169
170 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
171
172         * configure.in: use $with_init_scripts instead of $operating_system
173         to determine where to store the pid since the init scripts manipulate 
174         the pid file (patch from Marcelo Ricardo Leitner 
175         <marcelo dot leitner at terra dot com dot br>.  
176
177 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
178
179         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
180         static DBusList *uninitialized_condvar_list to support new late 
181         initialization threading model.  In this model threads can be initialized
182         even after the D-Bus API has been used but still needs to be initialized 
183         before the second thread has been started.  Mutexes and condvar addresses
184         are stored in the two static lists and are replaced with actuall locks
185         when threads are initalized.
186         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
187         the location into the static list
188         (_dbus_mutex_free_at_location): New method for removing a mutex location 
189         from the static list and freeing the mutex
190         (_dbus_condvar_new_at_location): New method for creating a conditional 
191         variable and placing the location into the static list
192         (_dbus_condvar_free_at_location): New method for removing a conditional
193         variable location from the static list and freeing the conditional variable 
194         (init_uninitialized_locks): Atomic method which goes through the static 
195         lists of mutex and condvar location and updates them with actuall locks
196         (init_global_locks): changed to init_locks
197         
198         * dbus/dbus-connection.c:
199         (_dbus_connection_test_get_locks): New method for tests to check connections
200         (_dbus_connection_new_for_transport): Use the new at_location mutex and
201         condvar API
202         (dbus_connection_allocate_data_slot): Pass in the global lock address
203         to _dbus_data_slot_allocator_alloc
204
205         * dbus/dbus-dataslot.c:
206         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
207         instead of the mutex itself
208
209         * dbus/dbus-message.c:
210         (dbus_message_allocate_data_slot): Pass in the global lock address
211         to _dbus_data_slot_allocator_alloc
212
213         * dbus/dbus-pending-call.c:
214         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
215         to _dbus_data_slot_allocator_alloc
216
217         * dbus/dbus-server.c:
218         (_dbus_server_init_base): Use the new at_location mutex API
219         (dbus_server_allocate_data_slot): Pass in the global lock address
220         to _dbus_data_slot_allocator_alloc
221
222         * test/name-test/test-threads-init.c: New test case for late thread
223         initialization
224
225 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
226
227         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
228         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
229         causes compile problems when asserts are turned off
230         Keeping _dbus_warn for printing out the message so even if
231         asserts are turned off the user gets the messages that something is 
232         wrong 
233
234 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
235
236         Patches by Kjartan Maraas <kmaraas at gnome dot org>
237
238         * bus/services.c (bus_service_list_queued_owners):
239         Add a pointer cast to fix compiler warning
240
241         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
242         return a NULL instead of FALSE since the return type
243         is not expecting a boolean
244
245         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
246         Remove unused variable
247
248         * dbus/dbus-marshal-recursive-util.c (node_new):
249         return a NULL instead of FALSE since the return type
250         is not expecting a boolean
251
252         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
253         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
254         because we are expecting a pointer not a boolean
255
256         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
257         add void as the parameter so some compilers
258         don't complain
259
260         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
261           _dbus_transport_new_for_tcp_socket):
262         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
263         because we are expecting a pointer not a boolean
264
265         * test/shell-test.c (test_command_line):
266         cast the second argument to _dbus_list_append to avoid compiler
267         warnings
268
269         * test/test-names.c (main): remove unused variable
270
271         * test/test-service.c (check_hello_from_self_reply):
272         Initialize echo_message and echo_reply to NULL
273         
274         * test/test-shell-service.c (handle_echo):
275         Remove unused variable and cast the third parameter passed to
276         dbus_connection_get_object_path_data to avoid compiler warrnings
277
278         * test/name-test/test-names.c (clear_message_queue):
279         Remove unused function
280
281         * test/name-test/test-pending-call-dispatch.c:
282         Fix format string in printf
283
284
285 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
286
287         * dbus/dbus-bus.c:
288         * test/name-test/test-names.c:
289         Remove test method dbus_bus_connection_get_unique_name because 
290         we already have public method dbus_bus_get_unique_name that 
291         does the exact same thing
292
293 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
294
295         * dbus/dbus-signature.c:
296         fix typos in Julio's previous patch which cause make check to fail
297
298 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
299
300         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
301         In any case it was wrong since this is a test checking to see if
302         address parsing is correct.  There was no need to get the true
303         tmp directory.  
304
305 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
306
307         * dbus/dbus-macros.h: Revert the addition of stddef.h
308         as we should not be adding it to library headers 
309
310 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
311
312         * dbus/dbus-signature.c:
313         Fix the unit tests so that they work if assertions are not enabled.
314         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
315
316 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
317
318         * tools/run-with-tmp-session-bus.sh:
319         * test/name-test/run-test.sh:
320         Remove bashisms (patch from Julio M. Merino Vidal
321         <jmmv at NetBSD dot org>)
322
323 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
324
325         * configure.in: add a version (>= 2.6.0) check for libxml2
326
327 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
328
329         * configure.in: make sure the compiler supports -Wfloat-equal
330         
331         * bus/dir-watch-dnotify.c: move functional code after 
332         variable declerations (C99 fix)  (patches from Jens Granseuer
333         <jensgr at gmx dot net>
334
335 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
336
337         * dbus/dbus-macros.h:
338         add #include <stddef.h> so that Sun compilers don't complain about
339         the defining NULL
340
341 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
342
343         * dbus/dbus-sysdeps.c:
344         * dbus/dbus-address.c:
345         * bus/activation.c:
346         * test/shell-test.c:
347         don't hardcode tmp directory (patch from Dave Meikle 
348         <dmk at davemeikle dot co dot uk>)
349
350 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
351
352         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
353         Change an assert to a detailed warning and abort.  
354         When allocator->lock != mutex it indicates that the user has failed
355         to initalize threads before using the D-Bus library.  This warning
356         helps the user identify the issue and fix their app.
357
358 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
359
360         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
361         with cleanups of bugs found from Coverity reports:
362
363         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
364         close the file on error to avoid a leak
365
366         * bus/expirelist.c (bus_expire_list_test):
367         Check for NULL on dbus_new0
368
369         * bus/activation.c (update_directory):
370         remove dead code
371
372         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
373         Fix some leaks
374
375         * bus/bus.c (process_config_every_time):
376         Fixed a leak
377
378         * bus/desktop-file.c (parse_key_value):
379         Fixed leak
380
381         * bus/selinux.c (bus_selinux_id_table_insert):
382         Fixed leak
383
384 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
385
386         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
387         remove dead code
388
389 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
390
391         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
392         #!/bin/bash
393
394 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
395
396         * Doxyfile.in: fix the INPUT line so we can generate docs 
397         when sourcedir != builddir (patch from Cygwin Ports maintainer
398         <yselkowitz at users dot sourceforge dot net>
399
400 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
401
402         * dbus/dbus-sysdeps.h:
403         * dbus/dbus-sysdeps.c: 
404         * dbus/dbus-string.c: 
405         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
406         GLib's function which does the same thing
407
408         * configure.in:
409         * bus/Makefile.am:
410         * bus/dir-watch-default.c:
411         * bus/dir-watch-dnotify.c:
412         * bus/dir-watch-kqueue.c:
413         Add kqueue directory watching for freebsd and split the directory
414         watching code into seperate files per method/arch
415         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
416
417 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
418
419         * configure.in:
420         * tools/Makefile.am:
421         * tools/dbus-launch.c:
422         * bus/Makefile.am:
423         allow --with-dbus-daemondir switch to be used to make the
424         daemon install to a seperate bindir like /usr/libexec
425         (patch from Brian Cameron <brian dot cameron at sun dot com)
426
427 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
428
429         * bus/Makefile.am (install-data-hook): removed the slash after 
430         $(DESTDIR) so we don't get the double slash which does not work
431         in windows (patch from Andras Porjesz 
432         <andras dot porjesz at siemens dot com>)
433
434 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
435
436         * dbus/dbus-sysdeps.h:
437         * dbus/dbus-sysdeps.c: 
438           add _dbus_printf_length (patch from Peter Kümmel 
439           <syntheticpp at gmx dot net>)
440
441 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
442
443         * dbus/dbus-internals.c: unistd.h is not used 
444         (_dbus_verbose_real): only enable verbose printing 
445         if DBUS_VERBOSE environment var is set to '1'
446         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
447
448 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
449
450         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
451         so we still compile on older gcc (patch from Frederic Peters 
452         <fpeters at 0d dot be>
453
454 2006-08-04  Havoc Pennington  <hp@redhat.com>
455
456         * configure.in: add -Wdeclaration-after-statement
457
458         * dbus/dbus-connection.c: change all the pending call stuff to
459         reflect the fact that pending call operations use the connection
460         lock
461
462         * dbus/dbus-pending-call.c: add locking here
463
464         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
465         field const consistent with how message field is done
466
467 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
468
469         * s/D-BUS/D-Bus/g
470
471 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
472
473         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
474         <in7y118 at public.uni-hamburg dot de> - fix invalid
475         read/write reported by valgrind
476
477 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
478
479         * Released 0.91
480
481 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
482
483         * dbus/dbus-connection.c:
484         (_dbus_connection_attach_pending_call_unlocked):
485         (connection_timeout_and_complete_all_pending_calls_unlocked):
486         Make sure we set timeout_added on pending calls to FALSE when
487         we remove the timeout from the connection
488
489 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
490
491         * Removed some extra bindings stuff lingering around (thanks timo)
492         * dbus-pendingcall.c (_dbus_pending_call_new): 
493         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
494         when we tried to take a lock on an already locked connection
495
496 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
497
498         * Released 0.90
499
500 2006-07-17  Havoc Pennington  <hp@redhat.com>
501
502         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
503         ints, reported by Owen Taylor
504
505 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
506
507         * doc/TODO:
508         * dbus/dbus-bus.c:
509         * dbus-errors.c:
510         * dbus/dbus-marshal-validate.c:
511           Removed TODO items which were fixed or are no longer relevent
512
513 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
514
515         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
516         Remove stray files from the stripped bindings
517
518 2006-07-16  Havoc Pennington  <hp@redhat.com>
519
520         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
521         Improve the error message on reply timeout
522
523 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
524
525         * Remove all bindings
526
527 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
528
529         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
530         and set pending_reply out arg to NULL is connection is disconnected
531         (connection_timeout_and_complete_all_pending_calls_unlocked): New
532         static method for cleaning up pending calls on disconnect
533         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
534         calls queued timeouts on disconnect 
535
536          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
537         Remove 
538
539 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * bus/activation.[ch] (bus_activation_list_services): new function to 
542         get the list of services that can be activated
543
544         * bus/dispatch.c: test coverage for the new bus method
545         ListActivatableNames
546
547         * bus/driver.c: new bus method ListActivatableNames to get the list of
548         services that can be activated
549
550         * doc/dbus-specification.xml: ListActivatableNames method documentation
551
552 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
553         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
554         source files
555
556 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
557         * dbus/dbus-message-factory.c:
558         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
559
560 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
561         * dbus/dbus-connection-internal.h:
562         * dbus/dbus-connection.c:
563         * file dbus/dbus-pending-call.c:
564         * dbus/dbus-pending-call.h:
565         Make DBusPendingCall an opaque type even to D-Bus internals
566
567 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
568
569         * dbus/dbus-connection.h: remove connection_disconnect and replace with
570         connection_close
571
572         * dbus/dbus-connection.c: include dbus-bus.h
573         (_dbus_connection_read_write_dispatch): make static
574
575 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
576
577         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
578         function
579         (dbus_connection_dispatch): On disconnect unref any shared connections
580
581         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
582         for cleaning up shared connections on disconnect
583         (internal_bus_get): get a hard refrence to shared connections when
584         they are created
585         
586         * doc/TODO: Remove items which are no longer relevent or have been fixed
587         Split 1.0 todo items with a 0.90 freeze todo list
588  
589 2006-06-14  Ross Burton  <ross@openedhand.com>
590
591         * glib/dbus-gobject.c:
592         Free a leaking GArray (surely not!) in dbus_g_method_return.
593
594 2006-06-14  Ross Burton  <ross@openedhand.com>
595
596         * tools/Makefile.am:
597         * tools/dbus-monitor.c:
598         Don't use the GLib bindings in dbus-monitor (patch from Ralf
599         Habacker).
600         
601 2006-06-14  Ross Burton  <ross@openedhand.com>
602
603         * tools/dbus-print-message.c:
604         Also print the object path when outputting signals or method calls.
605
606 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
607
608         * qt/src/Makefile.am: install the qdbus.h header.
609         This allows people to actually use the installed code.
610
611 2006-06-12  Ross Burton  <ross@openedhand.com>
612
613         * glib/dbus-gproxy.c:
614         Don't leak a GArray when firing signals (thank Rob Taylor for review).
615
616 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
617
618         * Released 0.62
619
620 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
621
622         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
623         break pedantic builds. Closes bug 6043 (patch approved by
624         Havoc back in February).
625
626 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
627
628         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
629         that took a QDBusMessage parameter.
630         * qt/src/qdbusbus.h: Add a default flag for RequestName.
631         * qt/tools/dbus.cpp: Don't use automatic call because we might
632         be calling an async method: request a reply.
633
634 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
635
636         * test/qt/*: Update the testcases, including testing the new
637         functionality of sending null QByteArray and QString over the
638         bus. Add new headertest test and restore the old
639         qdbusxmlparser test.
640
641 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
642
643         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
644         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
645
646         * qt/examples/Makefile.am:
647         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
648         form.
649
650         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
651         QByteArray() (nulls) over the bus.
652         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
653         the one that has the signature suffix stripped.
654         * qt/src/qdbusreply.h: Make some methods const.
655
656 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
657
658         Patch from Timo Hoenig <thoenig@suse.de>.
659
660         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
661         required during build to EXTRA_DIST.
662         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
663         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
664         * configure.in: Fix "make dist", take care that the Makefile for
665         qt/dbus is being generated.
666
667 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
668
669         * bus/bus.c: Fix eavesdropping on method calls
670
671 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
672
673         * configure.in:
674         * dbus/dbus-userdb-util.c:
675         Add Solaris console owner patch from Artem Kachitchkine
676
677 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
678
679         * qt/Makfile.am:
680         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
681         reorganisation. Thanks to Timo Hoenig for pointing this out.
682
683 2006-06-06  Robert McQueen  <robot101@debian.org>
684
685         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
686           call to dbus_g_type_get_struct.
687
688 2006-06-06  Robert McQueen  <robot101@debian.org>
689
690         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
691           pointers were put into a GPtrArray-based specialised collection, and
692           then freed along with the array. GValues which you add into
693           collections or maps which have the NOCOPY flag set are assumed to not
694           belong to the caller, so rather than the existing pointer-stealing
695           semantics, they are copied instead. Given that the main consumers of
696           this abstraction are the bindings themselves, I don't think this is
697           too bad, but others should watch their choice of take vs set_static.
698
699 2006-06-06  Robert McQueen  <robot101@debian.org>
700
701         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
702           of g_slist_prepend not being used. Fixed copying of slist-based
703           specialised collections, then wrote a test case and found that it was
704           all broken. Went on to fix iterating and appending too. Good thing
705           nobody uses this code yet.
706
707 2006-06-06  Robert McQueen  <robot101@debian.org>
708
709         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
710           the iterators use gvalue_take_ptrarray_value (the GValues themselves
711           are discarded without unsetting, so it makes no difference whether
712           we take or set_static). Remove cases for G_TYPE_POINTER because
713           there really is nothing useful we can do with them in our
714           specialised types - we *need* boxed copy/free functions at the very
715           least.
716
717 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
718
719         * qt/dbus: Add directory. I had forgotten to add this
720         yesterday after the move...
721
722         * qt/examples/Makefile.am:
723         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
724
725         * qt/tools/Makefile.am:
726         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
727         Added feature to get and set properties.
728         Added validation of service, object path and interface names.
729
730         * qt/tools/dbusidl2cpp.cpp: Two new features:
731         1) Allow specifying both the header and the source file names,
732         by separating them with a colon.
733         2) Don't write an interface output if the -p switch wasn't
734         given, but the -a was.
735
736         * qt/src/*: Fix usage of Iterators and ConstIterators.
737         Fix shadowing of variables by other variables (-Wshadow).
738         Fix keyword-cleanliness in headers.
739         Fix ASCII-cast (QLatin1String, QLatin1Char).
740         Fix validation of member names.
741         Add extra checking of introspection data during XML parsing.
742         Various bug fixes.
743
744 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
745
746         * dbus/Makefile.am:
747         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
748         qt/dbus/qdbus.h now.
749
750 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
751
752         * configure.in: Make --disable-qt actually do
753           something. Patch inspired by Zack Rusin.
754
755 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
756
757         * qt/: Update to Subversion r548032.
758         This includes a big reorganisation of the files inside the
759         subdir.
760
761 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
762
763         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
764         clear:  
765         "Failed to connect to socket <host>:<port> <error>" instead of
766         "Failed to connect to socket <host>: <error>:<port>"
767
768         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
769         for a tcp transport. 
770
771 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
772
773         * qt/*: Update the QtDBus bindings up to revision 546310 in
774         Subversion.
775         This adds the dbuscpp2xml tool, that parses a C++ header and
776         outputs a D-BUS Introspection XML.
777
778 2006-05-21  Havoc Pennington  <hp@redhat.com>
779
780         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
781         is not NULL when it shouldn't be. Also a couple of possible fixes
782         for #4637 though I don't understand why the bug happens, to be
783         honest... also the object constructor has an assert name != NULL
784         and the name is only currently NULL for peer-to-peer proxies that 
785         I don't think anyone uses? So it should be asserting.
786         Anyway, for now at least see if we get an earlier assertion failure.
787
788         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
789         apparently broken code to be sure the tests fail and someone 
790         will fix them...
791
792 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
793
794         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
795         and arrays when they had a single element: has_next returns
796         false, even before you read the element. So, instead, check
797         the array length.
798
799 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
800
801         * qt/qdbusmessage.cpp:
802         * qt/qdbustypehelper_p.h:
803         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
804         the list is a const-reference
805
806 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
807
808         * Adding old doc patch that never got applied
809         
810         * dbus/bus.c (dbus_bus_add_match): Add documentation
811
812         * doc/dbus-specification.xml: Add documentation for the match rules
813           and the AddMatch and RemoveMatch methods
814
815 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
816
817         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
818         call (r535506)
819
820         * qt/dbusidl2cpp.cpp:
821         * qt/qdbusabstractadaptor.cpp:
822         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
823         sibling of the QDBusAbstractAdaptor objects instead of the
824         parent. (r535848)
825
826         * qt/dbusidl2cpp.cpp:
827         * qt/qdbusabstractinterface.cpp:
828         * qt/qdbusabstractinterface.h:
829         * qt/qdbusabstractinterface_p.h:
830         * qt/qdbusinterface.cpp: Make properties in interfaces
831         actually work. The code that was generated would not compile,
832         due to moc calls to functions that did not exist. They now
833         shall. (r536571)
834
835 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
836
837         * Makefile.am:
838         * configure.in:
839         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
840         Thanks to Brad Hards for providing the patch
841
842 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
843
844         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
845         call. (r535506)
846
847 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
848
849         * qt/examples/dbus.cpp: Enhance error messages and use
850         QDBusInterfacePtr.
851
852 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
853
854         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
855         and disable the copy operators. (r533772, r534746)
856
857         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
858
859         * qt/qdbusabstractinterface.cpp:
860         * qt/qdbusabstractinterface.h: Change the default call mode to
861         not use the event loop. Add convenience call() methods that
862         take a CallMode parameter. (r534042)
863
864         * qt/qdbusconnection.h: Change the default call mode to not
865         use the event loop. (r534042)
866
867         * qt/qdbusinterface.cpp:
868         * qt/qdbusinterface.h: Add a method to tell us if the
869         interface is valid (since we don't return a null pointer
870         anymore) (r534099)
871
872         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
873         (r534101)
874
875         * qt/qdbusinternalfilters.cpp: Decouple the introspection
876         function in two so taht we get the chance to introspect
877         without having a QDBusMessage (r534102)
878
879         * qt/qdbusbus.h:
880         * qt/qdbusconnection.cpp:
881         * qt/qdbusconnection_p.h:
882         * qt/qdbusintegrator.cpp: Keep a list of our own names to
883         avoid a round-trip to the server when attempting to introspect
884         one of our own objects. Also make sure the filter functions
885         match the empty interface as well. (r534108)
886         Don't keep the connection names. Instead, trust the unique
887         connection name (r534111)
888         Remove event loop usage (r534112)
889
890 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
891
892         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
893         Brad Hards.
894
895 2006-04-28  Robert McQueen  <robot101@debian.org>
896
897         * glib/dbus-gproxy.c: Fix properties so that they can be given in
898         any order, making it easier for people who inherit from this
899         object.
900
901 2006-04-28  Robert McQueen  <robot101@debian.org>
902
903         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
904         of memory from within pointer arrays and lists. Fixes bug #6300.
905
906 2006-04-28  Robert McQueen  <robot101@debian.org>
907
908         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
909         generating struct signatures. Fixes bug #6083.
910
911 2006-04-28  Robert McQueen  <robot101@debian.org>
912
913         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
914         to qdbusconnection_p.moc.
915
916 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
917
918         * README, INSTALL: Doc fixes
919         Patch from Brad Hards <bradh at frogmouth.net>
920
921 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
922
923         * qt/examples/dbus.cpp: Use the new merged-interface mode for
924         the dynamic meta object. No need to guess which interface to
925         call.
926
927 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
928
929         * qt/qdbusconnection_p.h:
930         * qt/qdbusmetaobject.cpp:
931         * qt/qdbusmetaobject_p.h:
932         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
933         for the dynamic meta object. No need to guess which
934         interface to call.
935         * qt/qdbusabstractinterface_p.h:
936         * qt/qdbusconnection.cpp:
937         * qt/qdbusintegrator.cpp:
938         * qt/qdbusinterface.cpp:
939         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
940         Add a QDBusRef that looks and behaves like DCOPRef.
941
942 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
943
944         * dbus/dbus-connection.c: Interfaces are optional in method
945         calls, so don't give up if the interface parameter is NULL.
946         Patch reviewed by Havoc Pennington.
947
948 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
949
950         * qt/qdbusreply.h: Add default constructor and operator=
951           (r532625)
952         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
953           in public headers (r532952)
954         * qt/qdbusabstractinterface.cpp:
955         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
956           make it the default (r532951)
957
958 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
959
960         * dbus/dbus-connection.c: Fix asserts
961         Patch from Tim Moloney <t.moloney at verizon.net>
962
963 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
964
965         * mono/Connection.cs, mono/Message.cs: Check Target type
966         Patch from Aaron Bockover (abockover at novell.com)
967
968 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
969
970         * INSTALL: fine-tune the requirements for the Qt4 binding.
971
972 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
973
974         * tools/dbus-print-message.c: Added support for printing of all 
975           remaining data types. Fixed logic for indentation of compound
976           data types.
977         
978 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
979
980         * INSTALL: fill out content of file providing DBus specific
981           build installations, followed by generic Auto* INSTALL file
982           content
983         
984 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
985
986         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
987           Patch by Stefan Eilers. (r529537)
988
989 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
990
991         * qt/qdbusinternalfilters.cpp: Don't show the parent's
992           contents (r528208)
993
994 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
995
996         * qt/Makefile.am: fix the dependency for
997           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
998           not in qdbusconnection.cpp.
999           Thanks to Jakub Stachowski <stachowski@hypair.net> for
1000           spotting this.
1001
1002 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1003
1004         * qt/examples/listnames.cpp:
1005         * qt/examples/Makefile.am: Three ways to list the names on the
1006           bus.
1007
1008 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1009
1010         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
1011           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
1012
1013 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
1014
1015         Merge from Subversion:
1016         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
1017           something that exists (r526315)
1018         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
1019           slots/signals (r526316)
1020         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
1021           also return an unknown-method error if the parameters don't
1022           match for org.freedesktop.DBus.Properties. (r526842)
1023         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
1024         * qt/qdbusintegrator.cpp: Restore the proper order of
1025           delivery: don't make method returns be delivered on priority
1026           (r528150)
1027
1028 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1029
1030         * configure.in qt/Makefile.am: add qt/examples
1031         * qt/examples: Add QtDBus example programs:
1032           - hello: Hello, World
1033           - ping: Simple method-calling program
1034           - pong: Simple object-exporting program (not using adaptors)
1035           - complexping: Interactive method-calling program 
1036                 (also gets and sets properties).
1037           - complexpong: Sample program exporting methods, signals and
1038                 properties, using adaptors.
1039           - dbus: Simple implementation of a generic method-calling
1040                 program, similar to 'dbus-send', but with semantics
1041                 similar to 'dcop'.
1042           - chat: Simplistic chat program, implemented using signals
1043                 and the system bus. Looks like IRC.
1044
1045 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1046
1047         * configure.in: Detect QtGui (necessary for one of the
1048           example programs). Note: this increases the minimum required
1049           version of Qt to 4.1.3.
1050
1051 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1052
1053         * test/qt/*: Sync with KDE Subversion revision 523647.
1054         Update the testcases to the new API. Remove testcases for
1055         classes that are no longer public or have been removed.
1056
1057 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
1058
1059         * qt/*: 
1060         * dbus/qdbus.h: Sync with KDE Subversion revision
1061         523647. Hopefully, this will be the last of the
1062         source-incompatible changes. Documentation has been improved;
1063         support for QList<basic-types> has been added; QDBusObject is
1064         gone; QDBus(Abstract)Interface is now a QObject with
1065         auto-generated meta-object; QDBusIntrospection is marked
1066         private, since QMetaObject can be used now; lots of bugfixes.
1067
1068 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
1069
1070         Patch from Milosz Derezynski <internalerror at gmail.com>
1071         
1072         * configure.in:
1073         Output the service directory in the configure summary
1074
1075         * dbus-1.pc.in:
1076         Add session_bus_services_dir
1077
1078 2006-03-10  Ross Burton  <ross@openedhand.com>
1079
1080         * tools/dbus-print-message.c:
1081         Add support for object paths and signatures.
1082
1083 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
1084
1085         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
1086         config reload.
1087         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
1088         information caches
1089         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
1090         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
1091         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
1092         * dbus/dbus-userdb.h: Add function to flush all user/group information
1093         caches.
1094
1095 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1096
1097         * qt/dbusidl2cpp.cpp:
1098         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
1099         for dcopidl2cpp, found in the KDE installations (or the more
1100         modern kalyptus): generate Qt4 C++ code for the input XML
1101         introspection. Currently no IDL parsing.
1102
1103 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1104
1105         * test/qt/*: Update the self-tests.
1106
1107 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1108
1109         * qt/*: 
1110         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
1111         represents the first feature-complete version of the Qt4
1112         bindings since I took ove maintainership.
1113
1114 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1115
1116         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
1117         dir. This is C++, so we can't use the DBus ones.
1118
1119 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
1120
1121         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
1122         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
1123
1124 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
1125
1126         * dbus/dbus-connection.c: 
1127         (_dbus_connection_block_pending_call):
1128         Check to see if our data has already been read off the connection
1129         by another blocking pending call before we block in poll.
1130         (check_for_reply_and_update_dispatch_unlocked):
1131         Code taken from _dbus_connection_block_pending_call - checks for
1132         an already read reply and updates the dispatch if there is one.
1133
1134         * test/name-test/test-pending-call-dispatch.c:
1135         New test for making sure we don't get stuck polling a 
1136         dbus connection which has no data on the socket when
1137         blocking out of order on two or more pending calls.
1138
1139 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
1140
1141         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
1142         make/automake don't detect that we're talking about the same
1143         .lo file if I specify the full path to the source files.
1144
1145 2006-02-26  Havoc Pennington  <hp@redhat.com>
1146
1147         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
1148
1149         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
1150         session bus variable is unset, suggest "man dbus-launch" and "man
1151         dbus-daemon" to figure out how to fix the problem
1152
1153 2006-02-25  Havoc Pennington  <hp@redhat.com>
1154
1155         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
1156         should make this thing use the new glib options parser
1157
1158 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
1159
1160         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
1161         .lo files taking moc sources.
1162
1163 2006-02-25  Havoc Pennington  <hp@redhat.com>
1164
1165         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
1166         and install it as a public header
1167
1168 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
1169
1170         * Released 0.61
1171
1172 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
1173         
1174         * proxies.py: Fix the callchain
1175
1176 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
1177         
1178         * patch from Sjoerd Simons <sjoerd at debian.org>:      
1179
1180         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
1181         dbus/dbus-sysdeps.c
1182
1183         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
1184         call _dbus_group_info_free_allocated which causes infinite loop,
1185         correctly call _dbus_group_info_free
1186
1187 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
1188
1189         * qt/qdbusinterface_p.h:
1190         * qt/qdbusinterface.cpp: Use the standard
1191         org.freedesktop.DBus.Method.NoReply annotation for the "async"
1192         calls instead of creating one for us.
1193
1194         * qt/qdbusconnection_p.h:
1195         * qt/qdbusintegrator.cpp: Remove debugging code.
1196
1197         * qt/qdbusintegrator.cpp:
1198         * qt/qdbusmessage.cpp:
1199         * qt/qdbusmessage_p.h:
1200         * qt/qdbusmessage.h: Change the behaviour of automatic
1201         reply-sending: now a reply is always sent, unless the caller
1202         didn't request one or if the user slot has already sent one.
1203
1204 2006-02-16  Robert McQueen  <robot101@debian.org>
1205
1206         * configure.in: Patch from Debian packages by Sjoerd Simons
1207         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
1208         arguments so it's possible to build both bindings in the
1209         same tree.
1210
1211         * qt/Makefile.am: Fix truncated value so that make dist works.
1212
1213 2006-02-16  Robert McQueen  <robot101@debian.org>
1214
1215         * acinclude.m4, configure.in: Patch from Brad Hards
1216         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
1217         improving quoting, re-ordering a few checks, and a few other
1218         aesthetic tidy-ups.
1219
1220 2006-02-16  Robert McQueen  <robot101@debian.org>
1221
1222         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
1223         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
1224         assertion that the next element to read from the iter is fixed in
1225         size. This is not the case when you are at the end of the iter,
1226         because the next element type is INVALID.
1227
1228         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
1229         a bogus assert which means that you may not initialise a 0-length
1230         string unless you provide a non-NULL pointer. This prevented
1231         you from marshalling messages containing zero-length arrays in
1232         some cases.
1233
1234         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
1235         from Rob to correct bogus asserts when trying to demarshal an
1236         array and get_fixed_array got you 0 elements. Append nothing to
1237         the GArray in this case.
1238
1239         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
1240         an empty array via the glib bindings. Without all of the above
1241         patches, this new test fails.
1242
1243 2006-02-16  Robert McQueen  <robot101@debian.org>
1244
1245         * glib/dbus-gmain.c: Make the previous commit compile.
1246
1247         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
1248         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
1249         specify sender_keyword="foo", path_keyword="bar" when adding
1250         a signal listener, so that you can bind to signals generically
1251         but still do something useful in your callback.
1252
1253         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
1254         chars so that they're not cast to chars and made negative. Thanks
1255         to Jakub Stachowski for reporting this and testing the fix.
1256
1257 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
1258
1259         * dbus/dbus-glib.h:
1260         * glib/dbus-gmain.h:
1261         (dbus_g_connection_open): new method for openning
1262         a connection to an arbitrary address in the glib bindings
1263
1264         * ChangeLog: checkin last entry which doesn't seem to be commited
1265
1266 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
1267
1268         * tools/dbus-launch.c: Fixed sh syntax output
1269
1270 2006-02-13  Robert McQueen  <robot101@debian.org>
1271
1272         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
1273         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
1274         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
1275         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
1276         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
1277         missing piece of the glib bindings jigsaw puzzle. This modifies
1278         the existing specialised types to have N type parameters (rather
1279         than the current 1 or 2 for arrays and dictionaries respectively).
1280         You can then use this to get a glib type to represent any arbitrary
1281         D-Bus struct type using dbus_g_type_get_struct. The only
1282         implementation of these types is with GValueArrays as before,
1283         but it's now possible to store these in arrays, emit them in
1284         signals, etc.
1285
1286 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1287
1288         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
1289         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
1290         <thiago.macieira at trolltech.com>
1291
1292 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1293
1294         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
1295         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
1296
1297 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1298
1299         * bus/connection.c (bus_connections_expect_reply): Make
1300         pending reply limit not common to all connections (Bug #5416)
1301         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
1302
1303 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1304
1305         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
1306
1307 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
1308
1309         * gcj/Makefile.am: point to correct jar command (Bug #4529)
1310         patch from Doug Goldstein <cardoe at gentoo.org>
1311
1312 2006-02-09  Joe Shaw  <joeshaw@novell.com>
1313
1314         * mono/Arguments.cs: Fix a magic number in the mono bindings
1315         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
1316
1317 2006-01-27  Robert McQueen  <robot101@debian.org>
1318
1319         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
1320         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
1321         when generating the client-side methods, instead of overloading
1322         CSymbol which broke everything horribly. My apologies.
1323
1324 2006-01-27  Robert McQueen  <robot101@debian.org>
1325
1326         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
1327         by me and Rob Taylor to add a simple_free function to D-Bus map
1328         and collection types, which allows those types which can be freed
1329         with a GDestroyNotify (such as GHashTables and GArrays, but not
1330         GPtrArrays) to be stored as the values in hashtables.
1331
1332         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
1333         Patch by Rob Taylor to add nested dicts to the glib tests to check
1334         the above code works, and appears not to leak when called repeatedly.
1335
1336 2006-01-27  Robert McQueen  <robot101@debian.org>
1337
1338         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
1339         to free a D-Bus allocated string with dbus_free () instead of
1340         g_free ().
1341
1342 2006-01-27  Iain Holmes  <iain@openedhand.com>
1343
1344         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
1345         method from being called multiple times.
1346
1347 2006-01-19  Robert McQueen  <robot101@debian.org>
1348
1349         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
1350         <rob.taylor@collabora.co.uk> to add support for generating bindings
1351         to arrays that are represented as GPtrArrays rather than GArrays (ie
1352         size-variable things, such as strings, objects, structs, etc).
1353
1354 2006-01-05  Robert McQueen  <robot101@debian.org>
1355
1356         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
1357         <ricardo.kekki@movial.fi> to make it possible to inherit from
1358         DBusGProxy, by splitting the DBusGProxy struct into a public part and
1359         a private part, and moving the setting of the DBusGProxyManager into a
1360         connection property, allowing proper GObject construction.
1361
1362 2006-01-05  Robert McQueen  <robot101@debian.org>
1363
1364         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
1365         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
1366         annotations when generating glib client bindings.
1367
1368 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
1369
1370         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
1371
1372         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
1373
1374 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
1375
1376         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
1377
1378 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
1379
1380         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
1381
1382 2005-12-19  Ross Burton  <ross@openedhand.com>
1383
1384         * doc/dbus-tutorial.xml:
1385         Document the Glib client-side bindings, and list all possible annotations.
1386
1387 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
1388
1389         * dbus/bus.c (dbus_bus_release_name): Add documentation
1390
1391 2005-12-06  Robert McQueen  <robot101@debian.org>
1392
1393         * python/service.py: s/sucessful/successful/ so we're allocating to
1394         and reading from the same variable. Oops.
1395
1396 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1397
1398         * Released 0.60
1399
1400 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1401
1402         * test/qt/Makefile.am: build from srcdir
1403
1404         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
1405         Note - this code is wrong and needs to be fixed by the Qt binding
1406         developers.  The flags should be treated as bitfields and not enums.
1407
1408         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
1409
1410 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1411
1412         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
1413           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
1414           in production code
1415
1416 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1417
1418         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
1419         method for getting messages off the bus in the absence of a
1420         mainloop.  This method is much like 
1421         dbus_connection_read_write_dispatch except it does not dispatch
1422         the messages to a registered filter function.  Instead it
1423         allows a developer to process messages by directly popping
1424         them off the bus.
1425
1426 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1427
1428         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
1429         the parser to continue instead of returning error
1430         (bus_desktop_file_load): Do not free parser data when
1431         parse_section_start or parse_key_value fails because it was 
1432         already freed by parser_free (patch from Carlos Garcia Campos  
1433         <carlosgc at gnome.org>)
1434
1435 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1436
1437         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
1438         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
1439         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
1440         test/test-segfault.c, test/test-utils.c,
1441         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
1442         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
1443         Various cleanup of dead code and compiler warnings (patch from
1444         Kjartan Maraas <kmaraas at gnome.org>) 
1445
1446 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
1447
1448         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
1449         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
1450
1451 2005-11-27  Robert McQueen  <robot101@debian.org>
1452
1453         * python/dbus_bindings.pyx: Repair my previous commit which reverted
1454         part of the preceding one. Oops. Merge patch by Johan Hedberg
1455         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
1456         on big-endian platforms.
1457
1458         * test/python/test-client.py: Add some 16-bit integers to the test
1459         values.
1460
1461 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
1464         method return message for property getters
1465
1466 2005-11-27  Robert McQueen  <robot101@debian.org>
1467
1468         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
1469         with type v of an instance of dbus.Variant(foo, type='x') caused
1470         it to be boxed twice before sending over the bus.
1471
1472         * python/dbus_bindings.pyx, python/service.py,
1473         test/python/test-client.py: Update the constants for the new
1474         request_name flags, and update comments/test cases now that queueing
1475         is the default action.
1476
1477 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
1478
1479         * configure.in:
1480         - Change version to 0.60 for impending release
1481         - upped the sonames because of ABI and API breakage
1482
1483 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
1484
1485         * configure.in: Add test/name-test/Makefile to the generated
1486         Makefile list
1487
1488         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
1489         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
1490         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
1491         not to queue an ower if it can't be the primary owner
1492
1493         * bus/bus.h: Add new internal BusOwner struct
1494
1495         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
1496         to bus_registry_ensure and don't set the prohibit_replacement flag
1497         since they are now set per BusOwner and not per name.
1498         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
1499         that returns the list of connections in a name's connection queue
1500         
1501         * bus/services.c (struct BusService): remove prohibit_replacement field
1502         (struct BusOwner): new struct for keeping track of queued connections
1503         and their associated flags for the queue
1504         (struct BusRegistry): add a BusOwner memory pool
1505         (bus_registry_new): initialize the BusOwner memory pool
1506         (bus_registry_unref): free the BusOwner memory pool
1507         (_bus_service_find_owner_link): new internal method for
1508         searching the queue for a specific connection
1509         (bus_owner_set_flags): new method for adding setting the flags on a
1510         bus owner
1511         (bus_owner_new): new method that creates a BusOwner object from the
1512         pool and sets its flags
1513         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
1514         (bus_registry_ensure): Add the flags parameter
1515         (bus_registry_acquire_service): Switch from using raw connections to
1516         using the BusOwner struct
1517         Add new state machine for dealing with the new set of flags
1518         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
1519         cancel_ownership, free_ownership_cancel_data, 
1520         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
1521         restore_ownership, free_ownership_restore_data, 
1522         add_restore_ownership_to_transaction): Switch to using BusOwner 
1523         instead of raw connections
1524         (bus_service_add_owner): Add flags parameter
1525         Switch to using BusOwner instead of raw connections
1526         Add state machine for dealing with the new set of flags
1527         (bus_service_swap_owner): Swaps the first and second owners in the
1528         queue.  Used to make sure proper signals are sent when a service looses 
1529         or gains primary ownership.  We never insert an owner at the top of the
1530         queue.  Instead we insert it in the second position and then swap.
1531         (bus_service_remove_owner): Remove the owner from the queue sending
1532         out the NameLost and NameOwnerChanged signals if the we were the 
1533         primary owner
1534         (bus_service_get_primary_owners_connection): New method that extracts
1535         the connection from the primary owner
1536         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
1537         connection
1538         (bus_service_get_allow_replacement): Changed from the old 
1539         bus_service_get_prohibit_replacement method.  Checks the flags of the 
1540         primary owner and returns if it can be replaced or not
1541         (bus_service_set_prohibit_replacement): removed
1542         (bus_service_has_owner): returns TRUE if and owner with
1543         the specified connection exists in the queue
1544         
1545         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
1546         method that only compiles if tests are enabled.  Allows us to get the 
1547         unique name of a connection so we can check it against the queue when
1548         doing regression tests
1549
1550         * bus/activation.c (bus_activation_send_pending_auto_activate),
1551         bus/dispatch.c (bus_dispatch),  
1552         bus/driver.c (bus_driver_handle_get_service_owner, 
1553         bus_driver_handle_get_connection_unix_user, 
1554         bus_driver_handle_get_connection_unix_process_id,
1555         bus_driver_handle_get_connection_selinux_security_context),
1556         bus/signals.c (connection_is_primary_owner): 
1557         use bus_service_get_primary_owners_connection instead of
1558         bus_service_get_primary_owner
1559
1560         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
1561         _dbus_listen_unix_socket): Calculate the length of the socket
1562         path and use that instead of using a fixed length which was
1563         causing socket names to contain many trailing Nul bytes.
1564
1565         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
1566         (dbus_g_method_get_sender): New method for extracting the sender 
1567         from a DBusGMethodInvocation
1568         (dbus_g_method_return_get_reply): changed name to 
1569         dbus_g_method_get_reply
1570         (dbus_g_method_return_send_reply): changed name to
1571         dbus_g_method_send reply
1572
1573         * doc/dbus-specification.xml: New docs that describe how the new
1574         queueing system works and talks about the changes to the how
1575         we specify socket names
1576
1577         * glib/examples/example-service.c, 
1578         glib/examples/example-signal-emitter.c,
1579         glib/examples/statemachine/statemachine-server.c:
1580         Changed the RequestName flags to the new system
1581
1582         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
1583         regression test suite for testing various states of the new
1584         queueing system
1585         
1586 2005-11-15  Robert McQueen  <robot101@debian.org>
1587
1588         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
1589         Taylor to add two methods, dbus_g_method_return_get_reply and
1590         dbus_g_method_return_send_reply, to allow you to get the reply
1591         message from a DBusGMethodInvocation, append arbitrary stuff to it,
1592         and send it. The GLib bindings can't marshal a return value of
1593         something like a(s) if the array is empty - ultimately they should be
1594         made to heed the signature of the out arguments as the Python bindings
1595         now can, but this is a workable interim solution which might have
1596         other applications.
1597
1598 2005-11-15  Robert McQueen  <robot101@debian.org>
1599
1600         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
1601         method to org.freedesktop.DBus to release a bus name or give up
1602         waiting in the queue for it.
1603
1604         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
1605         dbus_bus_release_name method to send the ReleaseName method calls.
1606         Add constants for the return values to dbus/dbus-shared.h.
1607
1608         * doc/dbus-specification.xml: Document the new ReleaseName method
1609         in the specification.
1610
1611         * python/dbus_bindings.pyx: Add a low-level python binding for the
1612         release name method.
1613
1614         * python/exceptions.py, python/service.py: Make freeing BusName
1615         objects release the name. Add a NameExistsException, and fix a
1616         bug with creating UnknownMethodException.
1617
1618         * test/python/test-client.py: Add tests for freeing BusName
1619         objects causing names to be released.
1620
1621 2005-11-14  Robert McQueen  <robot101@debian.org>
1622
1623         * python/service.py: Include the traceback in the error reply when we
1624         send an exception over the bus. _BEST_ _PATCH_ _EVER_
1625
1626 2005-11-14  David Zeuthen  <davidz@redhat.com>
1627
1628         Patch from Timo Hoenig <thoenig@suse.de>.
1629
1630         * bus/bus.c: I've recently investigated why the automatic reload
1631         of configuration files does not work as expected.
1632
1633         Currently, reloading configuration files does only work when
1634         running dbus-daemon with --nodaemon.  If we are running as daemon
1635         we're hitting a dnotify bug once we fork the process.
1636
1637         We're initializing the dnotify fds before calling fork().  Once
1638         the child process forked it does still have the fds (and they
1639         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
1640         getting SIGIO as changes are made to the configuration files.
1641
1642         The attached patch moves the initialization of the dnotify fds to
1643         process_config_postinit().  This is safe for all current code
1644         paths and solves the dnotify disfunction.  If we're running
1645         dbus-daemon as daemon the fds for dnotify are now being
1646         initialized after fork() for the child process.
1647
1648         * configure.in: The current configure.in check for dnotify probes
1649         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
1650         match for 'xlinux', too. Additionally I have adapted the configure
1651         option's style to match with the others.
1652
1653 2005-11-14  Robert McQueen  <robot101@debian.org>
1654
1655         * python/decorators.py, python/service.py: Add a new argument to the
1656         dbus.service.method decorator called sender_keyword, which if set,
1657         specifies the name of an argument which will be provided the bus
1658         name of the method caller.
1659
1660         * test/python/test-client.py, test/python/test-service.py: Add a
1661         method and test to check the sender_keyword functionality.
1662
1663 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
1664
1665         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
1666         empty reply so blocking calls don't block forever (Patch from Sjoerd 
1667         Simons <sjoerd at luon.net>)
1668
1669         * AUTHORS: Add Robert McQueen for his work on the Python
1670         Bindings and other parts of D-Bus
1671
1672 2005-11-07  Robert McQueen  <robot101@debian.org>
1673
1674         * python/decorators.py: Change emit_signal function to use the
1675         signature annotation of the signal when marhsalling the arguments from
1676         the service. Fix a bug where the code checking signature length
1677         against argument length referenced the wrong variable.
1678
1679         * python/introspect_parser.py: Avoid adding the type signature of
1680         signal arguments to any methods which occur after them in the
1681         introspection data (!) by making the parser a little more careful
1682         about its current state.
1683
1684         * python/service.py: Remove debug prints from last commit (again :D).
1685
1686         * test/python/test-client.py, test/python/test-service.py: Add test
1687         signals with signature decorators to test the strict marshalling code
1688         gives errors at the right time. Could do with checking the signals
1689         actually get emitted too, given that the test does nothing with
1690         signals at the moment...
1691
1692 2005-11-07  Robert McQueen  <robot101@debian.org>
1693
1694         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
1695         instances to stop madness of creating new instances representing
1696         the same bus connection all the time, rendering any tracking of
1697         match rules and bus names quite meaningless. Caught a bug where
1698         the private argument to SessionBus() and friends was being passed
1699         in as use_default_mainloop by mistake. Still some problems with
1700         multiple dbus_binding.Connection instances representing the same
1701         low-level connection (eg when you use both SessionBus() and
1702         StarterBus() in same process), but it's a lot better now than it
1703         was.
1704
1705         * python/dbus_bindings.pyx: Add constants with the return values
1706         for bus_request_name().
1707
1708         * python/service.py: Store bus name instances in a per-dbus.Bus cache
1709         and retrieve the same instances for the same name, so deletion can be
1710         done with refcounting. Also now throws some kind of error if you
1711         don't actually get the name you requested, unlike previously...
1712
1713         * test/python/test-client.py: Add tests for instance caching of buses
1714         and bus name objects.
1715
1716 2005-11-04  Robert McQueen  <robot101@debian.org>
1717
1718         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
1719         marshalling of boolean values. Add some booleans to the values in
1720         the test client.
1721
1722         * python/decorators.py, python/service.py: Add an 'async_callbacks'
1723         argument to the dbus.service.method decorator, which allows you to
1724         name arguments to take two callback functions for replying with
1725         return values or an exception.
1726
1727         * test/python/test-client.py, test/python/test-service.py: Add test
1728         case using asynchronous method reply functions, both return values and
1729         errors, and from within both the function itself and from a mainloop
1730         callback.
1731
1732         * python/decorators.py, python/service.py: Perform checking that the
1733         number of method/signal arguments matches the number of types in the
1734         signature at class loading time, not when you first introspect the
1735         class.
1736
1737         * python/service.py: Remove debug print left by the last commit.
1738
1739 2005-11-03  Robert McQueen  <robot101@debian.org>
1740
1741         * python/service.py: Heavy refactoring of method invocation, with
1742         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
1743         in favour of a new _message_cb that uses seperate functions for
1744         looking up the method to call, marshalling the return values, and
1745         sending exceptions as errors, and is easier to follow as a
1746         consequence.  Fixes some corner cases about returning things that
1747         don't match your declared out_signature, allows exceptions to define
1748         _dbus_error_name and have it be sent over the bus as the error name,
1749         and paves the way for cool stuff like heeding the message no reply
1750         flag, asynchronous method implementations, informing the method of the
1751         sender, and including backtraces in the error messages.
1752
1753         * test/python/test-client.py: Catch and print exceptions thrown in the
1754         async callback tests, rather than passing them to the low-level
1755         bindings to be ignored in a noisy and frustrating manner.
1756
1757 2005-11-03  Robert McQueen  <robot101@debian.org>
1758
1759         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
1760         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
1761         tweak others to be consistent.
1762
1763         * test/python/test-client.py: Tweak output of testInheritance.
1764
1765 2005-10-29  Robert McQueen  <robot101@debian.org>
1766
1767         * python/service.py: Major changes to allow multiple inheritance
1768         from classes that define D-Bus interfaces:
1769         
1770          1. Create a new Interface class which is the parent class of
1771             Object, and make the ObjectType metaclass into InterfaceType.
1772         
1773          2. Patch written with Rob Taylor to replace use of method_vtable
1774             with code that walks the class's __MRO__ (method resolution order)
1775             to behave like Python does when invoking methods and allow
1776             overriding as you'd expect. Code is quite tricky because
1777             we have to find two methods, the one to invoke which has the
1778             right name and isn't decorated with the /wrong/ interface,
1779             and the one to pick up the signatures from which is decorated
1780             with the right interface.
1781         
1782             The same caveats apply as to normal multiple inheritance -
1783             this has undefined behaviour if you try and inherit from two
1784             classes that define a method with the same name but are
1785             decorated with different interfaces. You should decorate
1786             your overriding method with the interface you want.
1787         
1788          3. Replace grungy introspection XML generation code in the metaclass
1789             with dictionaries that cope correctly with multiple inheritance
1790             and the overriding of methods. This also uses the signature
1791             decorations to provide correct introspection data, including
1792             the debut appearance of the types of your return values. :D
1793
1794         * test/python/test-client.py, test/python/test-service.py: Add a test
1795         case to try invoking an method that overrides one inherited from a
1796         D-Bus interface class.
1797
1798 2005-10-29  Robert McQueen  <robot101@debian.org>
1799
1800         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
1801         Add checking for the end of struct character when marshalling a
1802         struct in MessageIter.append_strict.
1803
1804         * python/examples/example-service.py,
1805         python/examples/gconf-proxy-service.py,
1806         python/examples/gconf-proxy-service2.py: Update to use gobject
1807         mainloop directly rather than appearing to depend on gtk.
1808
1809         * python/test/test-client.py, python/test/test-server.py: Remove
1810         obsolete and broken test scripts for old bindings. We have up to date
1811         and working tests in test/python/.
1812
1813 2005-10-29  Robert McQueen  <robot101@debian.org>
1814
1815         * python/decorators.py: Add optional arguments to the method and
1816         signal decorators to allow you to specify the signature of arguments
1817         and return values. Preserve the doc strings of signal functions in the
1818         decorated version, for pydoc and friends.
1819
1820         * python/dbus_bindings.pyx, python/proxies.py: Replace the
1821         parse_signature_block function with an iterable dbus.Signature()
1822         type. Fix a bug in MessageIter.append_strict where you could append
1823         anything by claiming it was a string.
1824
1825         * python/service.py: Use the out_signature decoration on methods to
1826         marshal return values, meaning you no longer require dbus.Array()
1827         or dbus.Dictionary() to indicate the type when returning empty
1828         arrays or dictionaries. Fix a bug where exceptions which are defined
1829         in __main__ are not turned into error replies.
1830
1831         * test/python/test-client.py, test/python/test-service.py: Add test
1832         for correct marshalling of return values according to out_signature.
1833         Fix a bug in the async call test where the error_handler is missing a
1834         self argument.
1835
1836 2005-10-29  Robert McQueen  <robot101@debian.org>
1837
1838         * glib/Makefile.am, glib/examples/Makefile.am,
1839         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
1840         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
1841
1842         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
1843
1844         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
1845         from Ubuntu by Daniel Silverstone to allow specifying match rules on
1846         the command line.
1847
1848 2005-10-27  Ross Burton  <ross@openedhand.com>
1849
1850         * dbus/dbus-marshal-header.c:
1851         Remove dead code.
1852
1853         * glib/dbus-gobject.c:
1854         Stop compiler warning.
1855
1856 2005-10-25  Ross Burton  <ross@openedhand.com>
1857
1858         * dbus/dbus-auth.c:
1859         * dbus/dbus-server-unix.c:
1860         * dbus/dbus-transport-unix.c:
1861         * glib/dbus-gmain.c:
1862         * glib/dbus-gobject.c:
1863         Add some const keywords.
1864
1865 2005-10-25  Ross Burton  <ross@openedhand.com>
1866
1867         * doc/dbus-specification.xml:
1868         Document the NoReply annotation.
1869
1870         * glib/dbus-binding-tool-glib.h:
1871         * glib/dbus-binding-tool-glib.c:
1872         Respect the NoReply annotation.
1873
1874 2005-10-24  Robert McQueen <robot101@debian.org>
1875
1876         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
1877         derive from unicode instead of str, and encode/decode UTF-8 when
1878         marshalling/unmarshalling bus messages
1879
1880         * python/introspect_parser.py: encode introspection data as UTF-8
1881         before passing the buffer into libxml2
1882
1883         * test/python/test-client.py: add unicode test strings
1884
1885         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
1886         ignore generated python test files
1887
1888 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
1889
1890         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
1891         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
1892         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
1893
1894         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
1895         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
1896         when constructing struct signatures
1897
1898         * python/_dbus.py (Bus): handle private connections using the
1899         private keyword in the constructor. defaults to private=False
1900         (Bus::close): new method to close a connection to the bus
1901
1902         * python/dbus_bindings.pyx (Connection::close): renamed method
1903         was previously called disconnect
1904         (bus_get): now supports getting a private connection
1905
1906         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
1907         keyword is set to True.  if it is, execute the method without waiting
1908         for a reply
1909         (ProxyObject::_introspect_execute_queue): new method for executing
1910         all the pending methods that were waiting for the introspect to
1911         finish.  this is called when introspect either succeeds or fails
1912         (ProxyObject::_introspect_error_handler): call queued methods
1913
1914 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
1915
1916         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
1917         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
1918
1919         * python/service.py (Object::_message_cb): handle exceptions correctly
1920         by sending them over the wire to the calling app.  This makes sure
1921         the client returns immediately instead of waiting the 15 seconds to
1922         timeout.
1923
1924         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
1925         Add a test to benchmark how long it takes to introspect a service and 
1926         call a method which returns a large element (pretty fast)
1927
1928         * test/python/test-service.py (TestObject::GetComplexArray): new test 
1929         method which pushes a lot of data
1930
1931 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1932
1933         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
1934         reclaim memory outside of the loop and use del istead of just setting
1935         the key to None
1936
1937 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1938
1939         * python/service.py (ObjectType::_reflect_on_signal): Always close
1940         signal tag even when there are no arguments
1941
1942 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1943
1944         * configure.in: Set mono, mono-docs and Qt3 to default
1945         to no instead of auto when building.  These bindings do not
1946         have full time maintainers and will not be supported for the
1947         1.0 release.
1948
1949 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
1950
1951         patches from Michael Krivoruchko <misha at sun.com>: 
1952         
1953         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
1954         _dbus_connection_message_sent, 
1955         _dbus_connection_send_preallocated_unlocked_no_update, 
1956         _dbus_connection_pop_message_link_unlocked): handle the case when path 
1957         is NULL when calling _dbus_verbose
1958
1959         * configure.in: check for functions getpeerucred and getpeereid
1960
1961         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
1962         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
1963         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
1964         Patch was only tested on Solaris 10 x86 so it might be issues
1965         with other platforms (i.e. BSDs and MacOSX)
1966         
1967
1968 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
1969
1970         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
1971         instead of marshal basic so we can handle recursive types in a variant
1972
1973         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
1974         in variants
1975
1976         * test/glib/test-service-glib.c, test-service-glib.xml
1977         (my_object_echo_variant [EchoVariant], 
1978         my_object_process_variant_of_array_of_ints123
1979         [ProcessVariantOfArrayOfInts123]): 
1980         Add two test methods
1981
1982         * python/introspect_parser.py: New module for parsing introspect
1983         data.
1984
1985         * python/dbus_bindings.pyx:
1986         (various places): when throwing errors fix to use errormsg instead 
1987         of message local variable because Pyrex can get confused with other 
1988         message variables (initial patch by Robert McQueen 
1989         <robert.mcqueen at collabora.co.uk>)
1990         (MessageIter::parse_signature_block): new method for getting the next
1991         block in a signiture.
1992         (MessageIter::append_strict): new method for appending values strictly
1993         using the passed in signature instead of guessing at the type
1994         (MessageItter:: append_dict, append_struct, append_array): use 
1995         signatures to marshal children if the signature is available
1996         
1997         * python/exceptions.py (IntrospectionParserException): new exception
1998
1999         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
2000         introspected signatures if available, else we fall back to the
2001         old way of doing things.
2002         (ProxyObject::_introspect_reply_handler ): parse introspection data
2003         
2004         * python/service.py (ObjectType::_reflect_on_method): Properly
2005         terminate <method> if there are no args in the reflection data
2006
2007         * test/python/test-client.py: add tests for talking with the GLib
2008         test server.  This gives us better coverage for introspection since
2009         python to python will always generate arguments as variants.  It also
2010         allows us to test the robustness of the GLib bindings and interlanguage
2011         communications.
2012
2013         
2014 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
2015
2016         * bus/driver.c (bus_driver_handle_introspect): Add signals
2017         to the introspect data. (patch from Daniel P. Berrange 
2018         <dan at berrange.com>)
2019
2020         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
2021         
2022         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
2023         _dbus_connection_run_builtin_filters): Changed these to
2024         be unlock_no_update functions and call 
2025         _dbus_connection_send_unlocked_no_update instead of
2026         dbus_connection_send to avoid locking errors.
2027         
2028         * doc/TODO: Removed the make Ping test TODO
2029         
2030 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
2031
2032         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
2033         We now copy the message from a DBusError and then free 
2034         the error object befor throwing the error
2035
2036         * glib/dbus-glib-tool.c: removed extra comma at the end of the
2037         DBusBindingOutputMode enum which was causing a warning.
2038         #include <time.h> so using time_t is explicitly defined
2039
2040 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
2041
2042         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
2043         - dbus/dbus-bus.c
2044         (internal_bus_get): new method that take over the heavy lifting
2045         of dbus_bus_get and adds the ability to get a private connection
2046         to the bus
2047         (dbus_bus_get): wrapper to internal_bus_get that provides the same
2048         interface as in previous versions
2049         (dbus_bus_get_private): new method that is a wrapper to 
2050         internal_bus_get to get a private connection to the bus
2051
2052         - dbus/dbus-bus.h
2053         (dbus_bus_get_private): add as a public libdbus interface
2054
2055         - dbus-1.pc.in: output system_bus_default_address and 
2056         sysconfdir variables so apps can use them when compiling
2057
2058 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
2059         * dbus/qt: New Qt bindings
2060
2061 2005-09-12  Waldo Bastian  <bastian@kde.org>
2062
2063         * dbus/dbus-marshal-validate.c,
2064         doc/dbus-specification.xml, test/Makefile.am,
2065         test/test-names.c: allow hyphens in bus names.
2066
2067 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
2068
2069         * test/data/auth/fallback.auth-script: we don't
2070         retry the EXTERNAL method when we know its going
2071         to fail anymore.
2072
2073 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
2074
2075         * dbus/dbus-connection-internal.h: rename
2076         (add|remove|toggle)_(watch|timeout) to unlocked()
2077         
2078         * dbus/dbus-connection.c: ditto.
2079         
2080         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
2081         Update some callers for the renaming.
2082
2083 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
2084
2085         * dbus/dbus-auth.c: (record_mechanisms): don't
2086         retry the first auth mechanism because we know
2087         we're just going to get rejected again.
2088         
2089         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
2090         Fix thinko ... and what a nasty little bugger to
2091         track down you were ...
2092
2093         * dbus/dbus-connection.c:
2094         (_dbus_connection_add_watch),
2095         (_dbus_connection_remove_watch): add note about
2096         these needing the connection to be locked.
2097         (_dbus_connection_get_dispatch_status_unlocked):
2098         set status to DATA_REMAINS when we queue the
2099         disconnected message.
2100         
2101         * bus/dispatch.c:
2102         (bus_dispatch): fix warning.
2103         (check_existent_service_no_auto_start):
2104         Expect ChildSignaled error too.
2105         (check_existent_hello_from_self): fix another
2106         couple of warnings.
2107         
2108 2005-09-08  Joe Shaw  <joeshaw@novell.com>
2109
2110         Patches from James Willcox <snorp@snorp.net>
2111
2112         * mono/Makefile.am: Add Int16.cs and UInt16.cs
2113
2114         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
2115         support array "out" parameters.
2116
2117         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
2118         for 16-bit int support.
2119
2120 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
2121
2122         * Released 0.50
2123
2124         * Patch from Steve Grubb:
2125         - bus/activation.c (bus_activation_service_reload_test): clean up
2126         some indentation
2127         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
2128         - dbus/dbus-message-factory.c (generate_special): fix a couple of
2129         buffer overflows in the test suite.  This is non critical because
2130         it can not be exploited and this code is only run when doing a 
2131         make check.
2132
2133         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
2134         - configure.in: Don't check and link against kdecore, only qt headers
2135         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
2136         - gcj/org/freedesktop/dbus/Makefile.am:
2137         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
2138         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
2139         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
2140         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
2141         - tools/Makefile.am: Add platform extentions to binaries 
2142         (i.e. .exe on windows)
2143
2144         * configure.in: 
2145         - Make it so if no suitable version of python is found we only 
2146         disable building python instead of exiting the configure script
2147         - Require version 2.4 of glib for glib bindings
2148         - Up version to 0.50
2149
2150         * python/__init__.py: Sync version with libdbus to (0,50,0)
2151         
2152 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2153
2154         * dbus/dbus-object-tree.c (find_subtree_recurse):
2155         a couple of optimizations (bug #710):
2156         - do a binary search in the tree
2157         - insert a new child at the right place directly, no need for
2158           qsort anymore
2159         - do the "double alloc" thing when allocating children
2160
2161 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
2162
2163         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
2164
2165         * python/dbus_bindings.pyx: Memory management foo
2166         (global): remove hacky _user_data_references global list
2167         (GIL_safe_cunregister_function_handler): userdata now stuffed into
2168         tuples. Unref user_data
2169         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
2170         (Connection::__del__): Remove and replace with __dealloc__ method
2171         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
2172         to keep tuple from being deallocated instead of the global var hack
2173         (Connection::register_object_path): Stuff user_data into a tuple.
2174         Use Py_INCREF to keep tuple from being deallocated instead of the 
2175         global var hack
2176         (Connection::register_fallback): Stuff user_data into a tuple.
2177         Use Py_INCREF to keep tuple from being deallocated instead of the 
2178         global var hack
2179         (GIL_safe_pending_call_notification): Don't unref the message
2180         because it gets unreffed when going out of scope.  Py_XDECREF
2181         the user_data
2182         (PendingCall::__del__): Remove and replace with __dealloc__ method
2183         (PendingCall::set_notify): ref the pending call because we will
2184         need it to stick around for when the notify callback gets called
2185         (Message::__del__): Remove and replace with __dealloc__ method
2186
2187         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
2188         gthreads_init to match up with the dbus call
2189
2190         * python/glib.py (init_threads): Changed to threads_init to match
2191         up with gobject.threads_init().  init_threads is kept for backwards
2192         compat but will most likely be deprecated in the future
2193
2194         * test/python/test-client.py: 
2195         - revamp to use Python's unittest functionality
2196         - add async call tests
2197         - setup threads in glib and dbus so we make sure locks are working
2198         
2199 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
2200
2201         * python/dbus_bindings.pyx 
2202         (_pending_call_notification, cunregister_function_handler, 
2203         cmessage_function_handler): All callback functions have been rearranged 
2204         to workaround a bug in Pyrex when working with the GIL which is Python's 
2205         global lock when dealing with threads.  They have been split into
2206         a wrapper function (which assumes the name of the old function) and
2207         a _GIL_safe_<function name> function which contains the functionality
2208         of the old function.  This ensures that Pyrex does not write code
2209         the lock is released.
2210         
2211
2212 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
2213
2214         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
2215         GIL global lock when calling back into Python
2216
2217 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
2218
2219         * Release 0.36.2
2220
2221         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
2222
2223         * bus/policy.c (bus_policy_allow_user): change default "user is
2224         allowed" to be "user has same uid as the bus itself"; any
2225         allow/deny rules will override.
2226
2227         * bus/session.conf.in: don't allow all users, since now by default
2228         the user that ran the bus can connect.
2229
2230 2005-08-26  Colin Walters  <walters@verbum.org>
2231
2232         * tools/dbus-print-message.c (print_message): Flush stdout
2233         after printing a message, so that redirecting to a file, then
2234         hitting Ctrl-C works.
2235
2236 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
2237
2238         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
2239         (EmptyMessage): new class that subclasses Message.  This is a workaround
2240         to a Pyrex bug that fails to call __del__ when the Message object goes out
2241         of scope.  For some reason subclassing Message fixes this bug
2242         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
2243         - s/Message(_create=0)/EmptyMessage everywhere else
2244         
2245         * test/python/test-{server|client}.py: add the python/.libs directory
2246         to the lookup path so dbus_bindings and dbus_glib_bindings don't
2247         get picked up from the system
2248
2249 2005-08-25  Colin Walters  <walters@verbum.org>
2250
2251         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
2252         to Ryan Lortie for the suggestion.
2253
2254 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
2255
2256         * test/python: Add python regression test
2257
2258         * configure.in: Add test/python/Makefile
2259
2260         * test/Makefile.am: Add the python directory to SUBDIRS
2261
2262 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
2263
2264         * Release 0.36.1
2265
2266         * python/_dbus.py: 
2267         (Interface::connect_to_signal): propigate keywords for match on args
2268         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
2269
2270         * python/proxies.py (ProxyObject::connect_to_signal):
2271         propigate keywords for match on args
2272
2273         * Makefile.am: point everything to pyexecdir since python borks
2274         on multilib
2275
2276 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
2277
2278         * Release 0.36
2279
2280 2005-08-23  Colin Walters  <walters@verbum.org>
2281
2282         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
2283
2284 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
2285
2286         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
2287         to fix some wranings. We now use dbus_bindings.DBusConnection instead
2288         of defining DBusConnection ourselves.
2289
2290 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
2291
2292         * python/dbus.pth: New path file to fix up problems when installing
2293         c libraries to lib64 and python files to lib.
2294
2295         * python/Makefile.am: install dbus.pth in the correct spot
2296
2297 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
2298         * ChangeLog: clean up my last entry a bit
2299
2300         * doc/introspect.xsl: New stylesheet for converting introspection data
2301         into browser renderable xhtml. Contributed by Lennart Poettering.
2302
2303         * doc/introspect.dtd: Fixups in the introspect format from Lennart
2304         Poettering.
2305
2306         * doc/dbus-tutorial.xml: 
2307         - Add Colin Walter to the Authors section for authoring the GLib
2308         section
2309         - Add descriptions of the new signature and type functionality
2310         in the Python complex type mapping section
2311         - Add a sidenote on the new args matching functionality in 
2312         the Python bindings
2313         - Fixed up some of the examples to use the gobject.MainLoop
2314         instead of gtk.main
2315         
2316         * python/_dbus.py:
2317         (Bus::_create_args_dict): New. Converts a hash of arg matches
2318         to a more useable format
2319         (Bus::add_signal_receiver): add a **keywords parameter for catching
2320         arg match parameters
2321         (Bus::remove_signal_receiver): add a **keywords parameter for catching
2322         arg match parameters
2323         
2324         * python/matchrules.py:
2325         (MatchTree::exec_matches): Check for arg matches
2326         (SignalMatchRule::add_args_match): New method
2327         (SignalMatchRule::execute): Added args_list parameter as an optimization
2328         so we don't have to marshal the args more than once
2329         (SignalMatchRule::match_args_from_list): New method that checks to see
2330         if the rule's arg matches match an argument list.  Only arguments
2331         set in the rule are checked.
2332         (SignalMatchRule::match_args_from_rule): New method that checks to see
2333         if the rule's arg matches match another rule's.  All args have to match
2334         in order for this method to return true.  If either rule has more args
2335         then it is not a match.
2336         (SignalMatchRule::is_match): Add args match
2337         (SignalMatchRule::repr): Add args to the final output if they exist
2338
2339 2005-08-17  Ross Burton  <ross@burtonini.com>
2340
2341         * glib/dbus-gproxy.c:
2342         (dbus_g_proxy_call_no_reply): unref the message once sent.
2343         (dbus_g_proxy_call): protect against NULL proxy.
2344
2345 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
2346
2347         * python/__init__.py: Version updated (0, 43, 0)
2348         
2349         * python/dbus_bindings.pyx: 
2350         - Fixed type objects to have self passed into __init__
2351         - Added the Variant type
2352         - Add the ability to specify types or signatures for Array, Variant 
2353         and Dictionary
2354         (Connection::send_with_reply_handlers): return a PendingCall object
2355         (_pending_call_notification): handle the case when an error is returned 
2356         without an error message in the body
2357         (MessageIter::get_boolean): return True or False instead of an integer
2358         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
2359         and add checks for objects with embeded signatures or types (Array, 
2360         Variant and Dictionary)
2361         (MessageIter::append_byte): handle case when the value is a dbus.Byte
2362         (MessageIter::append_dict): handle embeded types or signatures
2363         (MessageIter::append_array): handle embeded types or signatures
2364         (MessageIter::append_variant): new method
2365         
2366         * python/proxies.py:
2367         (DeferedMethod): New. Dummy executable object used when queuing calls 
2368         blocking on introspection data
2369         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
2370         or shorter timeouts for method calls
2371         (ProxyObject): Add first pass at an introspection state machine
2372         (ProxyObject::__init__): Add introspect keyword for turing off an on 
2373         introspection. 
2374         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
2375         the usual mechanisms for sending messages.  This is to avoid a deadlock
2376         where the Intospect call would be queued waiting for the Introspect 
2377         call to finish ;-)
2378         (ProxyObject::_introspect_reply_handler): New.  This method is called 
2379         when introspection returns with no error
2380         (ProxyObject::_introspect_error_handler): New.  This method is called 
2381         when introspection encounters an error
2382         (ProxyObject::__getattr__): Code to handle different introspection 
2383         states.  Queue async calls or block blocking calls if we are 
2384         introspecting.  Pass through as normal if we are not or are done with 
2385         introspecting.
2386         
2387         * python/service.py: Import signal and method from decorators.py
2388
2389         * python/types.py: Add Variant type
2390
2391 2005-08-16  Colin Walters  <walters@verbum.org>
2392
2393         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
2394         DBusError message is NULL.
2395
2396 2005-08-09  Havoc Pennington  <hp@redhat.com>
2397
2398         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
2399         malloc'd copy of the name parameter
2400
2401 2005-08-09  Havoc Pennington  <hp@redhat.com>
2402
2403         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
2404         warning if the reply serial is set to 0
2405
2406 2005-08-04  Colin Walters  <walters@verbum.org>
2407
2408         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
2409         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
2410         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
2411         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
2412         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
2413         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
2414         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
2415         * glib/dbus-gvalue.h (dbus_g_value_types_init)
2416         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
2417         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
2418         
2419         Prefix name with _ to ensure they're not exported.  All callers
2420         updated.
2421
2422         * glib/dbus-gvalue.c (typecode_to_gtype)
2423         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
2424         (signature_iter_to_g_type_dict)
2425         (signature_iter_to_g_type_array)
2426         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
2427         (dbus_gtypes_from_arg_signature):
2428         Move to dbus-gsignature.c.
2429
2430         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
2431         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
2432         (dbus_binding_tool_output_glib_client): Ditto.
2433
2434         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
2435         and dbus-gsignature.h
2436
2437         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
2438         unused variable.
2439
2440 2005-08-03  Colin Walters  <walters@verbum.org>
2441
2442         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
2443         catch any incompatible changes accidentally made.
2444
2445 2005-08-03  Havoc Pennington  <hp@redhat.com>
2446
2447         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
2448         typo, from Julien Puydt
2449
2450         * bus/connection.c (bus_connection_disconnected): we were always
2451         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
2452
2453 2005-08-01  Colin Walters  <walters@verbum.org>
2454
2455         Patch from Joe Markus Clarke:   
2456         
2457         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
2458         use-after-free.
2459
2460 2005-08-01  Colin Walters  <walters@verbum.org>
2461         
2462         Patch from Joe Markus Clarke:   
2463         
2464         * tools/dbus-send.c (main): 
2465         
2466         Don't use C99 style initializers (bug #3933).
2467         
2468 2005-08-01  Colin Walters  <walters@verbum.org>
2469
2470         Patch from Joe Markus Clarke:   
2471
2472         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
2473         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
2474         * glib/dbus-gobject.c (write_interface):
2475
2476         Don't use C99 style initializers (bug #3933).
2477
2478 2005-07-31  Havoc Pennington  <hp@redhat.com>
2479
2480         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
2481         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
2482
2483 2005-07-30  Havoc Pennington  <hp@redhat.com>
2484
2485         * fix a bunch of Doxygen warnings and mistakes
2486
2487 2005-07-30  Havoc Pennington  <hp@redhat.com>
2488
2489         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
2490         DBUS_BUILD_TESTS since it's now used in production code
2491
2492 2005-07-29  Havoc Pennington  <hp@redhat.com>
2493
2494         * test/glib/test-profile.c (write_junk): initialize the junk
2495         buffer so valgrind doesn't have a breakdown
2496
2497 2005-07-29  Havoc Pennington  <hp@redhat.com>
2498
2499         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
2500         (match_rule_matches): remove unused arg
2501         (test_matching): add tests for match_rule_matches()
2502
2503         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
2504         do arg0='foo' arg5='bar' in the match rules
2505         (match_rule_matches): don't match if the arg0='foo' doesn't match.
2506
2507         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
2508
2509 2005-07-29  Ross Burton  <ross@openedhand.com>
2510
2511         * dbus/dbus-connection.c:
2512         Don't create a DBusCondVar which is never used.
2513
2514 2005-07-27  Ross Burton  <ross@openedhand.com>
2515
2516         * dbus/dbus-message.c:
2517         Reduce the size of the maximum cached message to 10K.
2518
2519 2005-07-25  Ross Burton  <ross@openedhand.com>
2520
2521         * glib/dbus-gproxy.c:
2522         Remove matches when all proxies are unregistered.
2523
2524 2005-07-24  Colin Walters  <walters@verbum.org>
2525
2526         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
2527         typedata; recursive arrays won't have it.
2528
2529         * test/glib/test-dbus-glib.c:
2530         * test/glib/test-service-glib.c:
2531         * test/glib/test-service-glib.xml: Add recursive arrays tests.
2532         
2533 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
2534
2535         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
2536         proxies.py, service.py: Cleanup of code after running it through the
2537         pyflakes code checker mostly dealing with undefined names.  
2538         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
2539
2540 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
2541
2542         * NEWS: Update to 0.35.2
2543
2544 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
2545
2546         * python/_dbus.py: Remove import of the dbus.services
2547         module as it no longer exists (patch from Dimitur Kirov)
2548
2549         * python/service.py (Object::__init__): Fixed typo
2550         s/name/bus_name (patch from Dimitur Kirov)
2551
2552         * python/examples/example-signal-emitter.py: import dbus.glib
2553         to get the main loop and use glib mainloop instead of gtk so
2554         X doesn't have to be running.
2555
2556         * python/examples/example-signal-recipient.py: import dbus.glib
2557         to get the main loop and use glib mainloop instead of gtk so
2558         X doesn't have to be running. Import the decorators module
2559         directly.
2560
2561         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
2562         didn't pick up on but are needed to build
2563
2564         * configure.in: upped version to 0.35.2
2565
2566         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
2567         added Colin Walters' SELinux API rename patch from head 
2568         s/unix sercurity context/selinux security context/
2569
2570 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
2571
2572         * python/Makefile.am: dbus_binding.pxd.in should be included 
2573         in EXTRA_DIST not dbus_binding.pxd
2574         fix up $(srcdir) hopefully for the last time
2575
2576         * NEWS: Update to 0.35.1
2577
2578 2005-07-16  Colin Walters  <walters@verbum.org>
2579
2580         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
2581         from bus_driver_handle_get_connection_unix_security_context.  Update for
2582         error usage.
2583         (message_handlers): Update for renames.
2584
2585         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
2586         _dbus_string_init failure correctly.
2587         (bus_selinux_append_context): Convert SID to context.  Append it
2588         as a byte array.
2589         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
2590         hasn't been called.
2591
2592         * bus/selinux.h: Update prototype.
2593
2594         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
2595         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
2596
2597 2005-07-15  Colin Walters  <walters@verbum.org>
2598
2599         * doc/TODO: Add note about convenience wrappers.
2600
2601 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2602
2603         * NEWS: Update to 0.35
2604
2605 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2606
2607         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
2608         so distcheck doesn't fail
2609
2610         * glib/examples/Makefile.am: Add example-service.xml and 
2611         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
2612
2613         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
2614         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
2615
2616         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
2617         compiler looks in the right places during distcheck
2618
2619 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2620
2621         * glib/example/Makefile.am: Fix a typo which cause make distcheck
2622         to fail
2623
2624 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2625
2626         * python/examples/example-service.py,
2627         python/examples/example-signal-emitter.py: Fixed up examples
2628         for API changes
2629
2630 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2631
2632         * python/__init__.py: Upped to version (0,42,0) because of
2633         the API change
2634
2635 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2636
2637         * ChangeLog: fix date in last entry
2638
2639         * configure.in, bus/system.conf.in: add the ability to configure 
2640         the system bus user at compiletime with the --with-dbus-user flag
2641         (patch from Kristof Vansant)
2642
2643 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
2644
2645         * bus/dispatch.c, test/test-service.c: Add testcase
2646         for sending messages to oneself (TODO item).
2647
2648         * python/service.py (class Object): Swap ordering of bus_name 
2649         and object_path parameters to better support inheritance.
2650
2651         * doc/dbus-tutorial.xml: change Python docs to reflect change
2652         in parameter ordering and fix the inheritance section.
2653
2654         * doc/TODO: remove sending message to oneself TODO item
2655
2656 2005-07-15  Ross Burton  <ross@openedhand.com>
2657
2658         * glib/dbus-gproxy.c:
2659         Fix a leak when calling methods via the proxy.
2660
2661 2005-07-15  Colin Walters  <walters@verbum.org>
2662
2663         * bus/selinux.c (bus_selinux_append_context): Wrap in
2664         HAVE_SELINUX.
2665
2666 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
2667
2668         * python/_dbus.py (Bus::remove_signal_receiver):
2669         don't add a callback to the match if none has been passed in
2670         
2671         * python/matchrules.py (SignalMatchTree::remove): if the rule
2672         being matched does not have a callback treat it as a wildcard
2673         fix matching logic
2674
2675         * doc/dbus-tutorial.xml: Add Python tutorial
2676
2677 2005-07-14  Colin Walters  <walters@verbum.org>
2678
2679         * bus/driver.c
2680         (bus_driver_handle_get_connection_unix_security_context): New function.
2681         (message_handlers): Add.
2682
2683         * bus/selinux.c (bus_selinux_append_context): New function; appends
2684         security context to message.
2685
2686         * bus/selinux.h: Prototype.
2687
2688         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
2689
2690 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
2691
2692         * bus/activation.c: clean up all tabs to be 8 spaces 
2693         (bus_activation_activate_service): make sure we clean up
2694         if activation fails
2695
2696         * bus/dispatch.c: clean up all tabs to be 8 spaces 
2697         (check_shell_fail_service_auto_start): New function
2698         tests to make sure we get fail properly when trying to auto start a service
2699         with a faulty command line
2700         (check_shell_service_success_auto_start): New function tests to make sure
2701         auto started services get the arguments on the command line
2702
2703         * test/test-shell-service.c: Added service for testing auto-starting with 
2704         command line arguments
2705
2706         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
2707         test/data/valid-service-files/debug-shell-echo-success.service.in:
2708         Added service files for testing auto-starting with command line arguments
2709
2710         * */.cvsignore: added a bunch of generated files to various .cvsignore files
2711
2712 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
2713
2714         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
2715         
2716         * dbus/Makefile.am: added new files to build.
2717
2718         * bus/activation.c (bus_activation_activate_service): support
2719         activation commands with parameters.
2720
2721         * test/shell-test.c: added test program for the shell parsing
2722         code.
2723
2724 2005-07-13  David Zeuthen  <davidz@redhat.com>
2725
2726         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
2727         64 bit signed and unsigned parameters
2728
2729 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
2730
2731         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
2732
2733         * python/service.py (class Name): renamed BusName to make it clearer
2734         what the object is for (a name on the bus)
2735
2736         * python/examples/example-service.py,
2737         python/examples/example-signal-emitter.py: change the Name object to
2738         BusName
2739
2740 2005-07-12  Colin Walters  <walters@verbum.org>
2741
2742         Patch from Jim Gettys <Jim.Gettys@hp.com>.
2743
2744         * tools/dbus-launch.c: Include sys/select.h.
2745
2746 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
2747         * python/dbus_bindings.pyx.in: removed
2748
2749         * python/dbus_bindings.pyx: Added.
2750         - Fixed some memleaks (patch from 
2751         Sean Meiners <sean.meiners@linspireinc.com>)
2752         - Broke out the #include "dbus_h_wrapper.h" and put it in its
2753         own pxd file (Pyrex definition)
2754         - Broke out glib dependancies into its own pyx module
2755         
2756         * python/dbus_bindings.pdx: Added.
2757         - Defines C class Connection for exporting to other modules
2758
2759         * python/dbus_glib_bindings.pyx: Added.
2760         - New module to handle lowlevel dbus-glib mainloop integration
2761
2762         * python/glib.py: Added.
2763         - Registers the glib mainloop when you import this module
2764
2765         * python/services.py: Removed (renamed to service.py)
2766         
2767         * python/service.py: Added.
2768         - (class Server): renamed Name
2769
2770         * python/__init__.py: Bump ro version (0,41,0)
2771         -don't import the decorators or service module
2772         by default.  These now reside in the dbus.service namespace
2773
2774         * python/_dbus.py (Bus::__init__): Add code run the main loop 
2775         setup function on creation 
2776
2777         * python/examples/example-service.py,
2778         python/examples/example-signal-emitter.py: update examples
2779
2780         * python/examples/gconf-proxy-service.py,
2781         python/examples/gconf-proxy-service2.py: TODO fix these up
2782
2783         * doc/TODO: Addition
2784         - Added a Python Bindings 1.0 section
2785         - added "Add match on args or match on details to match rules"
2786
2787
2788 2005-07-12  Colin Walters  <walters@verbum.org>
2789
2790         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
2791         (statemachine-glue.h): 
2792         * glib/examples/Makefile.am (example-service-glue.h) 
2793         (example-signal-emitter-glue.h): 
2794         * glib/Makefile.am (dbus-glib-error-switch.h): 
2795         Add libtool --mode=execute so we use the built library instead
2796         of any installed one.
2797
2798 2005-07-11  Colin Walters  <walters@verbum.org>
2799
2800         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
2801         (dbus_g_value_types_init): Remove assertion.
2802         (dbus_g_value_get_g_type, dbus_g_value_open)
2803         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
2804         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
2805         functions related to DBusGValue.  Now we marshal/demarshal
2806         structures as GValueArray.
2807         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
2808         structures.
2809         (signature_iter_to_g_type_array): Don't call
2810         signature_iter_to_g_type_struct.
2811         (signature_iter_to_g_type_struct): Delete.
2812         (dbus_gvalue_to_signature): Delete.
2813         (dbus_gvalue_to_signature): New function with same name as other
2814         one; we can convert structures to signatures.
2815         (demarshal_valuearray): New function.
2816         (get_type_demarshaller): Use it.
2817         (demarshal_recurse): Delete.
2818         (marshal_proxy): New function.
2819         (marshal_map): Warn if we can't determine signature from type.
2820         (marshal_collection_ptrarray): Ditto.
2821         (marshal_collection_array): Ditto.
2822         (get_type_marshaller): Use marshal_valuearray.
2823         (marshal_recurse): Delete.
2824         (_dbus_gvalue_test): Add some tests.
2825
2826         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
2827         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
2828         (dbus_g_value_open, dbus_g_value_iterator_get_value)
2829         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
2830         (dbus_g_value_free): Remove prototypes.
2831
2832         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
2833         G_TYPE_VALUE_ARRAY.
2834
2835         * glib/examples/example-service.c:
2836         * glib/examples/example-client.c: Implement GetTuple.
2837
2838         * test/glib/test-dbus-glib.c:
2839         * test/glib/test-service-glib.c:
2840         * test/glib/test-service-glib.xml: Add structure tests.
2841
2842 2005-07-10  Colin Walters  <walters@verbum.org>
2843
2844         * doc/TODO: Knock off some GLib items with this patch.
2845
2846         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
2847         (_dbus_gvalue_signals_error): New functions.
2848
2849         * glib/dbus-gvalue-utils.h: Prototype them.
2850
2851         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
2852         and change to not output const/retval flags for input args.  All
2853         callers updated.
2854         (invoke_object_method): Refactor to handle return values.  Add
2855         some more comments in various places.  Remove debug g_print.
2856
2857         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
2858
2859         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
2860         Handle G_TYPE_NONE.
2861         (compute_gsignature): New function; refactored from code from
2862         compute_marshaller and compute_marshaller_name.  Enhance to
2863         handle return values and async ops more cleanly.  Update for
2864         async ops returning NONE instead of BOOLEAN.
2865         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
2866         and output appropriate string.
2867         (generate_glue): Handle return value annotation.  Also don't dump
2868         constness flag for input arguments.
2869
2870         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
2871         files shared between installed library and utilities.
2872         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
2873         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
2874         binding tool can access gtype utility functions.
2875
2876         * test/glib/test-service-glib.c: 
2877         * test/glib/test-service-glib.xml: 
2878         * test/glib/test-dbus-glib.c: Add some tests for return values.
2879
2880 2005-07-09  Colin Walters  <walters@verbum.org>
2881
2882         * glib/dbus-gparser.c (parse_annotation): Add annotations to
2883         argument if available, not method.
2884
2885         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
2886         (invoke_object_method): First, remove some redundant
2887         GValues (object_value, error_value) in favor of working on
2888         array directly.  Second, rework constness to be less buggy.
2889         Now we iterate directly over the argument metadata instead
2890         of parallel iterating over output signature and metadata.
2891
2892         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
2893
2894         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
2895         annotation on input args.
2896         
2897 2005-07-09  Colin Walters  <walters@verbum.org>
2898
2899         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
2900         Define.
2901
2902         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
2903         annotation.
2904
2905         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
2906         (method_dir_signature_from_object_info): Handle arg_iterate change.
2907         (write_interface): Ditto.
2908         (lookup_object_info): Don't barf if format_version is > 0.
2909         (invoke_object_method): Handle arg constness.
2910
2911         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
2912         (arg_info_new): Create.
2913         (arg_info_unref): Destroy.
2914         (arg_info_get_annotations, arg_info_get_annotation) 
2915         (arg_info_add_annotation): New functions.
2916
2917         * glib/dbus-gidl.h: Prototype them.
2918
2919         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
2920         args, disallow them in properties.
2921         (parse_annotation): Handle arg annotations.
2922
2923         * test/glib/test-service-glib.xml: 
2924         * test/glib/test-service-glib.c: Update to make some methods
2925         const.
2926
2927 2005-07-08  Colin Walters  <walters@verbum.org>
2928
2929         * test/glib/test-service-glib.xml: 
2930         * test/glib/test-service-glib.c:
2931         * test/glib/test-dbus-glib.c: Test a{sv}.
2932
2933         * glib/examples/statemachine/statemachine.c:
2934         * glib/examples/statemachine/statemachine-server.c:
2935         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
2936         add progress bar, etc.
2937
2938         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
2939         needed anymore due to generic array/map marshalling.
2940         (dbus_g_value_types_init): Don't register basic arrays or the
2941         string/string hash.
2942         (dbus_gtype_from_signature_iter): Don't try to recurse into
2943         variants.
2944         (dbus_gtype_to_signature): Check collection/map before type
2945         metadata.
2946         (demarshal_garray_basic): Renamed to demarshal_collection_array.
2947         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
2948         generic map creation/append functions instead of hash table
2949         specifically.
2950         (get_type_demarshaller): Handle maps.
2951         (demarshal_collection): Dispatch on collection type to either
2952         demarshal_collection_ptrarray or demarshal_collection_array.
2953         (get_type_marshaller): Handle maps.
2954         (marshal_collection): Dispatch collection type to either
2955         marshal_collection_ptrarray or marshal_collection_array.
2956         (_dbus_gvalue_test): New test.
2957
2958         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
2959         (hash_free_from_gtype): Use it to free GValues.
2960         (hashtable_append): New function.
2961         (ptrarray_append): Fix prototype.
2962         (slist_append): Ditto.
2963         (_dbus_gvalue_utils_test): Extend tests.
2964
2965         * glib/dbus-gtype-specialized.c
2966         (dbus_g_type_specialized_init_append): Renamed from
2967         dbus_g_type_specialized_collection_init_append.  Remove const from
2968         value, since we steal it.
2969         (dbus_g_type_specialized_map_append): New function.
2970
2971         * glib/dbus-gtype-specialized.h: Update prototypes.
2972         Add DBusGTypeSpecializedMapAppendFunc.
2973
2974         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
2975         _dbus_gvalue_test.
2976         
2977         * glib/dbus-gtest.h: Prototype it.
2978
2979 2005-07-08  Ross Burton  <ross@openedhand.com>
2980
2981         * dbus/dbus-glib.h:
2982         Add DBysGAsyncData for the async bindings.
2983
2984         * glib/dbus-binding-tool-glib.c:
2985         Re-enable the async bindings.
2986
2987         * test/glib/test-dbus-glib.c:
2988         Add a test for the generated async bindings.
2989
2990 2005-07-08  Colin Walters  <walters@verbum.org>
2991
2992         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
2993         connection concept.
2994         
2995 2005-07-08  Colin Walters  <walters@verbum.org>
2996         
2997         * tools/Makefile.am: Kill of print-introspect in favor of using
2998         dbus-send --print-reply=literal.
2999
3000         * test/glib/test-service-glib.xml: 
3001         * test/glib/test-service-glib.c (my_object_get_objs): New test
3002         for "ao".
3003
3004         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
3005         (main): Test GetObjs.
3006
3007         * glib/examples/statemachine/Makefile.am:
3008         * glib/examples/statemachine/sm-marshal.list:
3009         * glib/examples/statemachine/statemachine-client.c:
3010         * glib/examples/statemachine/statemachine-server.c:
3011         * glib/examples/statemachine/statemachine-server.xml:
3012         * glib/examples/statemachine/statemachine.c:
3013         * glib/examples/statemachine/statemachine.h:
3014         * glib/examples/statemachine/statemachine.xml:
3015
3016         New example.
3017
3018         * glib/examples/example-service.c (main): Move invocation
3019         of dbus_g_object_type_install_info earlier, to emphasize it
3020         should only be done once.
3021
3022         * glib/examples/example-signal-emitter.c (main): Ditto.
3023
3024         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
3025
3026         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
3027         (dbus_gvalue_marshal): Update prototypes.
3028
3029         * glib/dbus-gvalue.c: Update all marshalling functions to take
3030         const GValue instead of GValue.
3031         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
3032         types.
3033         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
3034         change.
3035         (dbus_gtype_to_signature): Handle generic collecitons and maps.
3036         Return a newly-allocated string.
3037         (demarshal_proxy, demarshal_object_path, demarshal_object)
3038         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
3039         we get the wrong types from message.
3040         (get_type_demarshaller): New function, extracted from
3041         dbus_gvalue_demarshal.
3042         (demarshal_collection): New function, demarshals generic
3043         collection.
3044         (dbus_gvalue_demarshal): Just invoke result of
3045         get_type_demarshaller.  Throw error if we don't have one.
3046         (marshal_garray_basic): Abort on OOM.
3047         (get_type_marshaller): New function, extracted from
3048         dbus_gvalue_marshal.
3049         (collection_marshal_iterator, marshal_collection): New functions;
3050         implements generic marshalling for an iteratable specialized
3051         collection.
3052         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
3053
3054         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
3055         G_TYPE_STRING.
3056         (ptrarray_value_from_gvalue): Ditto.
3057         (ptrarray_append, ptrarray_free): New functions.
3058         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
3059         (slist_append, slist_end_append, slist_free): New functions.
3060         (dbus_g_type_specialized_builtins_init): Add append fuctions
3061         for GPtrArray and GSList.  Register GSList.
3062         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
3063
3064         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
3065         New.
3066         (dbus_g_type_specialized_collection_init_append)
3067         (dbus_g_type_specialized_collection_append)
3068         (dbus_g_type_specialized_collection_end_append): Prototype.
3069         (DBusGTypeSpecializedCollectionVtable): Add append_func and
3070         end_append_func.
3071
3072         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
3073         (dbus_g_type_specialized_collection_append) 
3074         (dbus_g_type_specialized_collection_end_append): New functions.
3075         (dbus_g_type_map_value_iterate): Take const GValue.
3076         (dbus_g_type_collection_value_iterate): Ditto.
3077
3078         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
3079         _dbus_gvalue_utils_test.
3080         
3081         * glib/dbus-gtest.h: Prototype it.
3082
3083         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
3084         using uninitialized owner_list.
3085         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
3086         public API.
3087         (dbus_g_proxy_end_call_internal): Update to use error set
3088         from dbus_gvalue_demarshal instead of setting it here.
3089         (dbus_g_proxy_begin_call): Move return_if_fail here.
3090
3091         * glib/dbus-gobject.c (write_interface): Update for
3092         dbus_gtype_to_signature returning new string.
3093
3094         * configure.in: Add glib/examples/statemachine.
3095
3096 2005-07-08  Joe Shaw  <joeshaw@novell.com>
3097
3098         * configure.in: Add a configure option, --with-console-auth-dir
3099         
3100         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
3101         new setting.  Patch from Kay Sievers.
3102
3103 2005-07-06  Colin Walters  <walters@verbum.org>
3104
3105         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
3106         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
3107         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
3108         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
3109         Delete in favor of dbus_g_proxy_begin_call and
3110         dbus_g_proxy_cancel_call.
3111         (DBusGProxyCall, DBusGProxyCallNotify): New.
3112         (dbus_g_proxy_begin_call): Change prototype to take callback, user
3113         data, and destroy function.  This replaces
3114         dbus_g_pending_call_set_notify.
3115         (dbus_g_proxy_cancel_call): Prototype.
3116         (DBusGAsyncData): Delete, shouldn't be needed anymore.
3117
3118         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
3119         pending_calls map.
3120         (struct _DBusGProxyManager): Add bus_proxy member, which is an
3121         internal proxy for calls to the bus. Remove
3122         pending_nameowner_calls, now the internal proxy keeps track.
3123         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
3124         pending_nameowner_calls.
3125         (got_name_owner_cb): Update prototype, and use
3126         dbus_g_proxy_end_call.
3127         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
3128         (dbus_g_proxy_manager_register): Delete directly libdbus code in
3129         favor of using internal proxy.
3130         (dbus_g_proxy_manager_unregister): Update to use
3131         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
3132         (dbus_g_proxy_init): Initialize pending calls map.
3133         (dbus_g_proxy_constructor): New.
3134         (dbus_g_proxy_class_init): Add get/set property functions,
3135         constructor, and add NAME, PATH, and INTERFACE properties.
3136         (cancel_pending_call): New function.
3137         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
3138         cancel them.
3139         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
3140         (GPendingNotifyClosure): New structure.
3141         (d_pending_call_notify, d_pending_call_free): Moved here from
3142         dbus-glib.c.
3143         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
3144         ordering.
3145         (manager_begin_bus_call): New internal function for talking to
3146         internal bus proxy.
3147         (dbus_g_proxy_new): Construct object using GObjet properties.
3148         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
3149         Create closure of same, and insert call into map of pending calls.
3150         (dbus_g_proxy_end_call_internal): Take call id instead of pending
3151         call.  Look up pending call in current set.  Remove it when we've
3152         completed.
3153         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
3154         (dbus_g_proxy_begin_call): Change API to take callback, user data,
3155         and destroy function directly.
3156         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
3157         (dbus_g_proxy_call): Invoke with NULL callback.
3158         (dbus_g_proxy_cancel_call): New function, replaces
3159         dbus_g_pending_call_cancel.
3160
3161         * glib/dbus-gparser.c (validate_signature): Fix call to
3162         dbus_set_g_error.
3163
3164         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
3165         New quark for attaching metadata to GType.
3166         (info_hash): Delete.
3167         (lookup_object_info): Look up using quark.
3168         (dbus_g_object_type_install_info): Check that a type is classed,
3169         not that it's an object.  Also just install type data using quark
3170         instead of using global hash.
3171
3172         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
3173         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
3174         (GPendingNotifyClosure): Delete.
3175         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
3176         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
3177
3178         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
3179         client method generation until we can fix it...
3180         
3181         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
3182         (load_from_service_thread_func): Ditto.
3183
3184         * tools/dbus-names-model.c (struct NamesModel): Hold
3185         DBusGProxyCall.
3186         (have_names_notify): Update prototype, use
3187         dbus_g_proxy_cancel_call.
3188         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
3189
3190         * tools/dbus-monitor.c (filter_func): Update for print_message
3191         API change.
3192
3193         * test/glib/test-dbus-glib.c: Add more tests for async
3194         invocations.  Update many begin_call/end_call pairs to just use
3195         dbus_g_proxy_call.
3196
3197         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
3198         allows us to dump print-introspect.c.
3199
3200         * tools/dbus-print-message.h (print_message): Add literal argument
3201         to print_message which is intended to allow printing arguments without
3202         metadata like "string=".
3203
3204         * tools/dbus-print-message.c (print_iter): Add literal argument.
3205         (print_message): Allow printing string messages literally.
3206
3207 2005-07-05  Colin Walters  <walters@verbum.org>
3208
3209         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
3210         Remove value refcount leak, original patch from Jorn Baayen
3211         <jorn@openedhand.com>.  Also remove useless extra value in favor
3212         of prepending to value array directly.
3213
3214 2005-07-02  Colin Walters  <walters@verbum.org>
3215
3216         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
3217
3218 2005-07-01  Colin Walters  <walters@verbum.org>
3219
3220         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
3221         
3222         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
3223         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
3224         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
3225         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
3226
3227 2005-06-30  Colin Walters  <walters@verbum.org>
3228
3229         * test/glib/test-dbus-glib.c:
3230         * test/glib/test-service-glib.c:
3231         * test/glib/test-service-glib.xml: Update tests for new error
3232         setting bits, also add async tests (patch from Ross Burton).
3233
3234         * test/glib/Makefile.am (test_service_glib_LDADD): Add
3235         DBUS_GLIB_THREADS_LIBS.
3236
3237         * glib/dbus-gproxy.c (get_name_owner)
3238         (dbus_g_pending_call_end_valist): Ditto.
3239
3240         * glib/dbus-gobject.c (error_metadata): New mapping from GError
3241         domain (GQuark) to DBusGErrorInfo.  
3242         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
3243         quark in error_metadata.  Take message interface as default
3244         error message interface.
3245         (gerror_to_dbus_error_message): Pass message interface.
3246         (dbus_set_g_error): Resurrected.
3247         (dbus_g_error_info_free): New function.
3248         (dbus_g_object_type_install_info): Use g_type_class_ref instead
3249         of _peek to actually create the object class if it hasn't been
3250         created yet.
3251         (dbus_g_error_domain_register): New function.
3252
3253         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
3254
3255         * glib/dbus-gparser.c (validate_signature): Ditto.
3256
3257         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
3258         (dbus_g_error_domain_register): Prototype.
3259
3260         * glib/dbus-glib.c (dbus_g_error_set): Delete.
3261         Update tests.
3262
3263 2005-06-29  Colin Walters  <walters@verbum.org>
3264
3265         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
3266         DBUS_TYPE_G_OBJECT_PATH.
3267
3268         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
3269         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
3270         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
3271         (dbus_g_object_path_get_g_type): New function.
3272         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
3273         to DBUS_TYPE_G_OBJECT_PATH by default.
3274         (demarshal_proxy): Remove unused name variable.
3275         (demarshal_object_path, marshal_object_path): New functions.
3276         (demarshal_proxy_array, marshal_proxy_array): Delete.
3277         
3278         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
3279         DBUS_TYPE_G_OBJECT_PATH to char *.
3280         (dbus_g_type_get_lookup_function): Map builtin
3281         DBUS_TYPE_G_OBJECT_PATH.
3282
3283         * test/glib/test-dbus-glib.c
3284         * test/glib/test-service-glib.c (my_object_objpath): 
3285         Adapt tests to new object path marshalling.
3286
3287 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
3288
3289         * configure.in: force check for Python >= 2.4
3290
3291 2005-06-29  Colin Walters  <walters@verbum.org>
3292         
3293         Patch from Ross Burton <ross@openedhand.com>
3294         
3295         * glib/dbus-gobject.c (invoke_object_method): Unset object
3296         value in all cases, not only in async case.
3297
3298 2005-06-29  Colin Walters  <walters@verbum.org>
3299
3300         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
3301         name_call for keeping track of any outgoing GetNameOwner call.
3302         Also add for_owner and associated.
3303         (struct _DBusGProxyManager): Add owner_names, which is hash table
3304         that maps a base name to a list of names it owns (that we're
3305         interested in).  Add pending_nameowner_calls which is a list of
3306         all outstanding GetNameOwner; avoids us having to iterate over
3307         every proxy.  Add unassociated_proxies which keeps track of name
3308         proxies with no associated name owner.
3309         (dbus_g_proxy_manager_unref): Destroy owner_names.
3310         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
3311         name refcounts.
3312         (find_name_in_info, name_owner_foreach)
3313         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
3314         (dbus_g_proxy_manager_monitor_name_owner)
3315         (dbus_g_proxy_manager_unmonitor_name_owner)
3316         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
3317         New functions; they manipulate the owner_names mapping.
3318         (got_name_owner_cb): New function.
3319         (get_name_owner): New function, extracted from
3320         dbus_g_proxy_new_for_name_owner.
3321         (dbus_g_proxy_manager_register): For now we need to keep track of
3322         all NameOwnerChanged.  Also if the proxy is for a name, if we
3323         don't already know the name owner, queue a new GetNameOwner
3324         request and add it to our list of unassociated proxies.  Otherwise
3325         inc the refcount.
3326         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
3327         cancel any pending GetNameOwner call, etc.
3328         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
3329         the owner_names mapping to look up the current names for the
3330         signal source, and dispatch to any proxies for that name.
3331         (dbus_g_proxy_new): Initialize new members.
3332         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
3333         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
3334         (dbus_g_pending_call_end_valist): New function, extracted from
3335         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
3336         but want to use the GLib infrastructure.  Also note how many
3337         arguments in reply were over.
3338         (dbus_g_pending_call_end): New function, just call
3339         dbus_g_pending_call_end_valist.
3340         (dbus_g_proxy_end_call_internal): Just call
3341         dbus_g_pending_call_end_valist.
3342
3343         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
3344         of builtin marshaller for STRING_STRING_STRING.
3345
3346         * test/glib/test-dbus-glib.c: 
3347         * test/glib/test-service-glib.c:
3348         * test/glib/test-service-glib.xml:
3349         Extend tests to cover name proxies, destruction of owner proxies,
3350         etc.
3351         
3352         * glib/examples/example-signal-recipient.c
3353         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
3354         
3355         * tools/dbus-send.c (main): Print D-BUS error name in addition
3356         to message.
3357
3358 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
3359
3360         * python/dbus_bindings.pyx.in (cunregister_function_handler,
3361         cmessage_function_handler): Patch from 
3362         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
3363         by using the Py_GILState_Ensure/Release to synchronize with the
3364         python runtime.
3365         
3366 2005-06-28  Ray Strode  <rstrode@redhat.com>
3367
3368         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
3369         babysitter helper process on last unref, bug #2813.
3370
3371 2005-06-27  Colin Walters  <walters@verbum.org>
3372
3373         * test/glib/test-dbus-glib.c: 
3374         * test/glib/test-service-glib.c:
3375         * test/glib/test-service-glib.xml:
3376         Test hash table signal emitting.
3377
3378         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
3379         types to their fundamental basis types, since this is what
3380         marshallers operate on.  Also add an entry for VOID__BOXED.
3381         (dbus_g_object_register_marshaller_array): Convert to fundamental.
3382
3383 2005-06-26  Havoc Pennington  <hp@redhat.com>
3384
3385         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
3386         from Don Park
3387
3388 2005-06-26  Colin Walters  <walters@verbum.org>
3389
3390         * glib/dbus-glib.c (dbus_set_g_error): Delete.
3391         (dbus_g_error_set): New public function from its ashes; used by
3392         both service-side method implementation and GLib bindings
3393         internals.
3394         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
3395         (_dbus_glib_test): Add some tests.
3396
3397         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
3398
3399         * test/glib/test-service-glib.c (my_object_throw_error): Use
3400         dbus_g_error_set.
3401
3402         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
3403         errors thrown by dbus_g_error_set.
3404
3405         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
3406
3407         * glib/dbus-gparser.c (validate_signature): Ditto.
3408
3409         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
3410         (dbus_g_proxy_end_call_internal): Ditto.
3411
3412         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
3413         converts DBUS_ERROR_x to DBUS_GERROR_x.
3414         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
3415
3416         * doc/TODO: Remove error TODO.
3417
3418         * doc/dbus-tutorial.xml: Update with documentation about error
3419         handling.
3420
3421         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
3422         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
3423         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
3424
3425 2005-06-22  Colin Walters  <walters@verbum.org>
3426         
3427         Patch from Ross Burton <ross@openedhand.com>
3428
3429         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
3430
3431 2005-06-20  Colin Walters  <walters@verbum.org>
3432
3433         * configure.in: Add glib/examples.
3434
3435         * glib/Makefile.am: Add examples/
3436
3437         * glib/examples/.cvsignore
3438         * glib/examples/Makefile.am
3439         * glib/examples/example-client.c
3440         * glib/examples/example-service.c
3441         * glib/examples/example-service.xml
3442         * glib/examples/example-signal-emitter.c
3443         * glib/examples/example-signal-emitter.xml
3444         * glib/examples/example-signal-recipient.c:
3445         New files; GLib binding examples, ported from
3446         python/examples.
3447
3448 2005-06-20  Colin Walters  <walters@verbum.org>
3449
3450         * dbus/dbus-glib.h: 
3451         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
3452         dbus_g_proxy_call.
3453
3454         * glib/dbus-binding-tool-glib.c: 
3455         * doc/dbus-tutorial.xml: 
3456         * test/glib/test-dbus-glib.c: Update for rename.
3457         
3458 2005-06-20  Colin Walters  <walters@verbum.org>
3459
3460         Patch suggested by Ross Burton <ross@openedhand.com>
3461
3462         * glib/dbus-gobject.c (export_signals): Free signal name.
3463         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
3464         memory leak.  Add a bit of documentation.
3465         (dbus_g_method_return_error): Free context, and note we do
3466         so.
3467
3468 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
3469
3470         * dbus/dbus-glib.h:
3471         * glib/dbus-gobject.c:
3472         * glib/dbus-gproxy.c:
3473         * glib/dbus-gvalue.c: Predeclare structs as 
3474         typedef struct _Something Something instead of 
3475         typedef struct Something Something, so we can 
3476         redeclare the prototypes. Other GNOME libraries 
3477         do this already.
3478
3479 2005-06-17  Colin Walters  <walters@verbum.org>
3480
3481         * tools/dbus-names-model.c (have_names_notify): Fix call
3482         to dbus_g_proxy_end_call.
3483         
3484 2005-06-17  Colin Walters  <walters@verbum.org>
3485
3486         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
3487         spew warnings if we get malformed remote signals.
3488
3489         * glib/dbus-gobject.c (propsig_iterate): New function.
3490         (lookup_object_info): New function, extracted from
3491         lookup_object_and_method.
3492         (introspect_properties, introspect_signals): Delete; these
3493         are merged into write_interface.
3494         (write_interface): Write out signals and properties here;
3495         dump the org.gtk.object stuff and use the interface given
3496         in the introspection data blob.  Also fix up property XML.
3497         (lookup_values): New function.
3498         (introspect_interfaces): Gather a mapping from interface to a
3499         list of its methods, signals, and properties, then write out
3500         each interface.
3501         (lookup_object_and_method): Use lookup_object_info.
3502         (struct DBusGSignalClosure): Add interface.
3503         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
3504         we can just use the constant data.
3505         (dbus_g_signal_closure_finalize): Don't free signal name.
3506         (signal_emitter_marshaller): Use interface from signal closure.
3507         (export_signals): Only export signals mentioned in introspection
3508         blob.
3509         (dbus_g_connection_register_g_object): Warn if we have no
3510         introspection data for an object.
3511         (funcsig_equal): Remove unused variable.
3512         (dbus_g_object_register_marshaller): Take varargs instead of
3513         list.
3514         (dbus_g_object_register_marshaller_array): New function,
3515         extracted from old dbus_g_object_register_marshaller.
3516
3517         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
3518         signals and property data.
3519         (write_quoted_string): New function, extracted from generate_glue.
3520         (generate_glue): Write signals and properties to introspection
3521         blob.
3522
3523         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
3524         exported_signals and exported_properties.
3525         (dbus_g_object_register_marshaller): Update prototype.
3526         (dbus_g_object_register_marshaller_array): Prototype.
3527         
3528         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
3529
3530         * test/glib/test-service-glib.c: Add new test signals and method
3531         to emit them.
3532
3533         * test/glib/test-service-glib.xml: Add some test signals.
3534
3535         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
3536         and my-object-marshal.h
3537         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
3538         my-object-marshal.c.
3539         (my-object-marshal.c, my-object-marshal.h): Implement.
3540
3541         * test/glib/.cvsignore: Update.
3542
3543         * doc/TODO: Remove two GLib TODO items fixed by this
3544         patch.
3545
3546 2005-06-16  Colin Walters  <walters@verbum.org>
3547
3548         * doc/TODO: Update for GLib bindings.
3549         
3550 2005-06-16  Colin Walters  <walters@verbum.org>
3551
3552         * glib/dbus-binding-tool-glib.c:
3553         * glib/dbus-gobject.c:
3554         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
3555         from Ross Burton, for his GLib bindings work.
3556
3557 2005-06-16  Colin Walters  <walters@verbum.org>
3558
3559         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
3560         to iterate instead of walking to G_TYPE_INVALID.
3561
3562         Patch based on a patch from Ryan Gammon.
3563
3564 2005-06-16  Colin Walters  <walters@verbum.org>
3565
3566         * bus/bus.c (bus_context_new): Set parser to NULL
3567         after we unref it (Patch from Chris Boscolo, #2174).
3568         
3569 2005-06-16  Colin Walters  <walters@verbum.org>
3570
3571         * python/dbus_bindings.pyx.in: Import size_t,
3572         __int64_t, __uint64_t, and __signed.
3573
3574         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
3575         Define cmsg struct, output it.
3576         (_dbus_read_credentials_unix_socket):
3577         Use cmsg struct.
3578         
3579         Patch from Joe Markus Clarke for FreeBSD support.
3580         
3581 2005-06-16  Colin Walters  <walters@verbum.org>
3582
3583         * tools/dbus-send.c (append_array): Use strtok.
3584         (append_dict): New function.
3585         (type_from_name): New function, extracted from main.
3586         (main): Handle sending dicts.
3587
3588         * tools/dbus-print-message.c (print_iter): Print dict
3589         entries.
3590         
3591 2005-06-16  Colin Walters  <walters@verbum.org>
3592
3593         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
3594         values as the empty string (#2948).
3595         
3596 2005-06-16  Colin Walters  <walters@verbum.org>
3597
3598         * dbus/Makefile.am:
3599         * mono/doc/Makefile.am:
3600         * test/glib/Makefile.am:
3601
3602         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
3603
3604 2005-06-16  Colin Walters  <walters@verbum.org>
3605
3606         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
3607         header byte order from expected byte order (Patch from Chris Wilson, #3475).
3608
3609         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
3610         Increment pointer after swapping fixed array.  Add assertion
3611         for array length.
3612                 
3613 2005-06-15  Colin Walters  <walters@verbum.org>
3614
3615         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
3616         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
3617         
3618 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
3619
3620         * NEWS: Update to 0.34
3621
3622 2005-06-15  David Zeuthen  <davidz@redhat.com>
3623
3624         * configure.in (LT_CURRENT): Revert back to 1 as the library
3625         hasn't changed and we've certainly not committed to protocol
3626         stability yet.  All this does is to break ABI. See commit note
3627         from hp@redhat.com 2005-05-05 for details.
3628         
3629 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
3630
3631         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
3632         (_dbus_connection_run_builtin_filters): New method
3633         (dbus_connection_dispatch): Run the builtin filters which in turn
3634         runs the peer filter which handles Ping messages.
3635
3636         * doc/TODO: 
3637          - Ping isn't handled: This patch fixes it
3638          
3639          - Add a test case for the Ping message: added TODO item
3640
3641 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
3642
3643         * dbus/dbus-message.c:
3644         (dbus_message_has_path): New method
3645         (dbus_message_has_interface): New method
3646         (dbus_message_has_member): New method
3647
3648         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
3649         New method
3650
3651         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
3652         the keyring directory is private to the user
3653
3654         * doc/TODO:
3655          - The convenience functions in dbus-bus.h should perhaps have
3656          the signatures that they would have if they were autogenerated
3657          stubs. e.g. the acquire service function. We should also evaluate
3658          which of these functions to include, in light of the fact that
3659          GLib/Qt native stubs will probably also exist.: Punted
3660
3661          - add dbus_message_has_path(), maybe has_member/interface:
3662          fixed in this patch
3663
3664          - in dbus-keyring.c, enforce that the keyring dir is not
3665          world readable/writable: Fixed in this patch
3666
3667 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
3668
3669         * dbus/dbus-marshal-validate.h: Added a new validation
3670         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
3671         out of memory errors when validating signitures
3672
3673         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
3674         in places where we previously used DBUS_VALID and a FALSE return 
3675         value to indicate OOM
3676         
3677         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
3678         Use a stack to track the number of elements inside containers.  The 
3679         stack values are then used to validate that dict entries have only two
3680         elements within them.
3681         (validate_body_helper): check the reason for failure when validating
3682         varients
3683         
3684         * dbus/dbus-message.c (load_message): use 
3685         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
3686         DBUS_VALID and a FALSE return value to indicate OOM
3687
3688         * doc/TODO: remove "- validate dict entry number of fields" as this
3689         patch fixes it
3690
3691 2005-06-14  David Zeuthen  <davidz@redhat.com>
3692
3693         * bus/bus.c (process_config_every_time): Drop existing conf-dir
3694         watches (if applicable) and add new watches
3695
3696         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
3697         (main): Setup SIGIO signal handler if using D_NOTIFY
3698
3699         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
3700
3701         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
3702         (merge_included): Also merge conf_dirs list
3703         (bus_config_parser_unref): Clear conf_dirs list
3704         (include_dir): Add directory to conf_dirs list
3705         (bus_config_parser_get_conf_dirs): New function
3706
3707         * bus/dir-watch.[ch]: New files
3708
3709         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
3710
3711         * configure.in: Add checks for D_NOTIFY on Linux
3712
3713 2005-06-14  Colin Walters  <walters@verbum.org>
3714
3715         * glib/dbus-binding-tool-glib.c:
3716         * glib/dbus-gobject.c:
3717         * glib/dbus-gvalue.c: Fix indentation and brace style.
3718         
3719 2005-06-14  Ross Burton <ross@openedhand.com>.
3720
3721         * glib/dbus-glib.h: Make DBusGMethodInvocation
3722         a private structure.  Rearrange prototypes a bit.
3723         
3724         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
3725         documentation for first_arg_type.
3726         
3727         * glib/dbus-gobject.c: Move DBusGMethodInvocation
3728         here, add documentation.  Move dbus_g_method_return
3729         and dbus_g_method_return_error into public API
3730         section.
3731
3732 2005-06-14  Colin Walters  <walters@verbum.org>
3733
3734         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
3735         Add missing return statements, noticed by Ross Burton.
3736         
3737 2005-06-13  Ross Burton <ross@openedhand.com>.
3738
3739         * glib/dbus-gobject.c: Handle errors on message
3740         demarshalling by sending error message back.
3741         * glib/dbus-gvalue.c: Initialize return variables.
3742
3743 2005-06-13  Colin Walters  <walters@verbum.org>
3744
3745         * glib/Makefile.am: Fix thinko in last patch.
3746
3747 2005-06-13  Colin Walters  <walters@verbum.org>
3748
3749         * glib/Makefile.am: Move dbus-gtype-specialized.c
3750         and dbus-gtype-specialized.h into a _HEADERS variable,
3751         install them.
3752
3753 2005-06-12  Colin Walters  <walters@verbum.org>
3754
3755         Async signals and various bugfixes and testing by
3756         Ross Burton <ross@openedhand.com>.
3757
3758         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
3759         (dbus_gvalue_genmarshal_name_from_type)
3760         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
3761         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
3762         (dbus_g_value_types_init, dbus_gtype_from_signature)
3763         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
3764         (dbus_gtypes_from_arg_signature): New function prototypes.
3765         (dbus_gvalue_demarshal): Take context and error arguments.
3766         (dbus_gvalue_demarshal_variant): New function.
3767         (dbus_gvalue_demarshal_message): New function.
3768         (dbus_gvalue_store): Delete.
3769
3770         * glib/dbus-gvalue.c:
3771
3772         File has been almost entirely rewritten; now we special-case
3773         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
3774         hash tables correctly, etc.  Full support for recursive values
3775         is not yet complete.
3776
3777         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
3778         argument of signal to G_TYPE_POINTER since we now pass a
3779         structure.
3780         (lookup_g_marshaller): Delete in favor of
3781         _dbus_gobject_lookup_marshaller.
3782         (marshal_dbus_message_to_g_marshaller): Use
3783         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
3784         to handle remote signal callbacks.
3785         (dbus_g_proxy_new_from_proxy): New function; creates a new
3786         DBusGProxy by copying an existing one.
3787         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
3788         (dbus_g_proxy_get_path): New functions.
3789         (dbus_g_proxy_marshal_args_to_message): New function;
3790         factored out of existing code.
3791         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
3792         from a varargs array.
3793         (dbus_g_proxy_begin_call_internal): New function.
3794         (dbus_g_proxy_end_call_internal): New function.
3795         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
3796         as arguments; simply invoke dbus_g_proxy_begin_call_internal
3797         after collecting args into value array.
3798         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
3799         invoke dbus_g_proxy_end_call_internal.
3800         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
3801         end_call_internal.
3802         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
3803         types.
3804         (array_free_all): New function.
3805         (dbus_g_proxy_add_signal): Take GTypes.
3806
3807         * glib/dbus-gobject.h:
3808         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
3809         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
3810         Prototype.
3811
3812         * glib/dbus-gobject.c: Add a global marshal_table hash which
3813         stores mappings from type signatures to marshallers.  Change lots
3814         of invocations of dbus_gtype_to_dbus_type to
3815         dbus_gtype_to_signature.
3816         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
3817         (introspect_signals): Fix test for query.return_type.
3818         (set_object_property): Update invocation of dbus_gvalue_demarshal.
3819         (invoke_object_method): Many changes.  Handle asynchronous
3820         invocations.  Convert arguments with
3821         dbus_gvalue_demarshal_message.  Handle errors.  Use
3822         DBusSignatureIter instead of strlen on args. Handle all arguments
3823         generically.  Special-case variants.
3824         (dbus_g_method_return, dbus_g_method_return_error): New function.
3825         (DBusGSignalClosure): New structure, closes over signal
3826         information.
3827         (dbus_g_signal_closure_new): New function.
3828         (dbus_g_signal_closure_finalize): New function.
3829         (signal_emitter_marshaller): New function; is special marshaller
3830         which emits signals on bus.
3831         (export_signals): New function; introspects object signals and
3832         connects to them.
3833         (dbus_g_object_type_install_info): Take GType instead of
3834         GObjectClass.
3835         (dbus_g_connection_register_g_object): Invoke export_signals.
3836         (dbus_g_connection_lookup_g_object): New function.
3837         (DBusGFuncSignature) New structure; used for mapping type
3838         signatures to marshallers.
3839         (funcsig_hash): New function; hashes DBusGFuncSignature.
3840         (funcsig_equal): New function; compares DBusGFuncSignature.
3841         (_dbus_gobject_lookup_marshaller): New function.
3842         (dbus_g_object_register_marshaller): New function; used to
3843         register a marshaller at runtime for a particular signature.
3844
3845         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
3846
3847         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
3848         which notes a server method implementation should be
3849         asynchronous.
3850
3851         * glib/dbus-binding-tool-glib.c
3852         (dbus_binding_tool_output_glib_server): Call
3853         dbus_g_value_types_init.
3854         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
3855         variants specially.
3856         (dbus_g_type_get_lookup_function): Turn GType into an invocation
3857         of a lookup function.
3858         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
3859         (write_untyped_out_args): New method; write output arguments.
3860         (write_formal_declarations_for_direction): Function for
3861         writing prototypes.
3862         (write_formal_parameters_for_direction): Function for
3863         writing implementations.
3864         (write_typed_args_for_direction): Function for writing
3865         arguments prefixed with GTypes.
3866         (write_async_method_client): Write out async version
3867         of method.
3868
3869         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
3870         (dbus_g_type_get_marshal_name): Move mapping from GType
3871         to marshal name into here.
3872         (dbus_g_type_get_c_name): Move into here.
3873         (compute_marshaller): Convert signature to type with
3874         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
3875         (compute_marshaller_name): Ditto.
3876         (compute_marshaller): Handle async signal annotations.
3877         (gather_marshallers): Return if we don't have a known
3878         prefix.
3879         (generate_glue): Collect introspection blob here, and
3880         write all of the blob at the end.  This allows an object
3881         with multiple interfaces to work.
3882         Mark async methods in introspection blob.
3883
3884         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
3885         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
3886         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
3887
3888         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
3889         avoids people accidentally using DBUS_TYPE_* which should
3890         not be necessary anymore.
3891         Do include dbus-gtype-specialized.h, which are utilities
3892         for GLib container types.
3893         Add various #defines for types such as
3894         DBUS_TYPE_G_BOOLEAN_ARRAY.
3895         (DBusGValueIterator, DBusGValue): Define, not fully used
3896         yet.
3897         (dbus_g_value_get_g_type): Type for recursive value.
3898         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3899         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3900         (dbus_g_value_free): Prototypes.
3901         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
3902         (dbus_g_proxy_set_interface): Prototype.
3903         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
3904         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
3905         types.
3906         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
3907         Accessors.
3908         (DBusGAsyncData, DBusGMethodInvocation): Structures for
3909         doing async invocations.
3910         (dbus_g_method_return, dbus_g_method_return_error):
3911         Prototypes.
3912         * doc/dbus-tutorial.xml: Update GLib section.
3913         
3914         * tools/dbus-viewer.c (load_child_nodes): Update
3915         for new invocation type of dbus_g_proxy_end_call.
3916         (load_from_service_thread_func): Ditto.
3917
3918         * tools/print-introspect.c (main): Ditto.
3919
3920         * tools/dbus-names-model.c (have_names_notify)
3921         (names_model_reload, names_model_set_connection)
3922         Use GTypes.
3923
3924         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
3925         needed since Python bindings use GLib bindings.
3926
3927         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
3928         Add --prefix argument.
3929
3930         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
3931         unneeded --ignore-unsupported arg.
3932         
3933         * test/glib/test-service-glib.c: 
3934         * test/glib/test-service-glib.xml:
3935         * test/glib/test-dbus-glib.c: Add many more tests.
3936
3937 2005-06-06  David Zeuthen  <davidz@redhat.com>
3938
3939         * doc/TODO: Add item about need to remove deprecated functions.
3940
3941         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
3942
3943         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
3944         to repair the ABI which was broken with the last commit.
3945
3946 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
3947
3948         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
3949         (dbus_connection_disconnect): renamed to dbus_connection_close 
3950         for API symmetry with dbus_connection_open
3951         (_dbus_connection_open_internal): 
3952         s/dbus_connection_disconnect/dbus_connection_close
3953
3954         * dbus/dbus-bus.c (dbus_bus_get):
3955         s/dbus_connection_disconnect/dbus_connection_close
3956
3957         * bus/connection.c (bus_connections_unref, 
3958         bus_connections_setup_connection, bus_connections_expire_incomplete):
3959         s/dbus_connection_disconnect/dbus_connection_close
3960
3961         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
3962         kill_client_connection_unchecked, check_hello_connection):
3963         s/dbus_connection_disconnect/dbus_connection_close
3964
3965         * bus/bus.c (new_connection_callback):
3966         s/dbus_connection_disconnect/dbus_connection_close
3967
3968         * tools/dbus-send.c (main):
3969         s/dbus_connection_disconnect/dbus_connection_close
3970
3971         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
3972         s/dbus_connection_disconnect/dbus_connection_close
3973         
3974         * test/test-service.c (path_message_func, filter_func):
3975         s/dbus_connection_disconnect/dbus_connection_close
3976         
3977         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
3978         
3979 2005-05-25  Colin Walters  <walters@verbum.org>
3980
3981         * dbus/dbus-protocol.h: Move various bus service #defines such
3982           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
3983           dbus/dbus-shared.h.
3984         * dbus/dbus-shared.h: Various defines moved here.
3985         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
3986
3987 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
3988
3989         * python/__init__.py: Python bindings deserve a minor version
3990         update.  Upped to (0, 40, 2)
3991
3992 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
3993
3994         * python/decorators.py: add explicitly_pass_message decorator
3995         for passing in the dbus message as keyword for edge case signal
3996         handling
3997
3998         * python/matchrules.py (SignalMatchRule.__repr__): fix output
3999         to conform with what dbus expects for match rules
4000         (SignalMatchRule.execute): add the dbus message as a keyword
4001         if the signal handler has requested it
4002
4003         * python/examples/example/signal-recipient.py: added some more
4004         examples on how to hook up to signals
4005
4006 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
4007
4008         * python/decorators.py: import dbus_bindings
4009
4010         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
4011         SignalMatchNode): new classes that implement wildcard signal
4012         callback matching using a tree lookup. Heavily modified from a
4013         patch sent by Celso Pinto (fd.o bug #3241)
4014
4015         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
4016         use new match classes to handle signals.
4017
4018 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
4019         
4020         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
4021
4022 2005-05-18  Havoc Pennington  <hp@redhat.com>
4023
4024         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
4025         gettext. Not really worth requiring yet perhaps, but any
4026         production quality 1.0 would require it so we should go ahead and
4027         get things set up. We do have a couple token calls to
4028         bindtextdomain in the code already.
4029
4030 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
4031
4032         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
4033         when using recursive g_main_loops
4034
4035         * python/_dbus.py (class Bus): add the ProxyObjectClass
4036         alias for ProxyObject to make it easier for the Twisted 
4037         networking framework to integrate dbus.
4038
4039         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
4040         alias for ProxyMethod to make it easier for the Twisted 
4041         networking framework to integrate dbus. 
4042
4043 2005-05-11  Ross Burton  <ross@openedhand.com>
4044
4045         * glib/dbus-glib-tool.c: Add --prefix argument.
4046         * glib/dbus-binding-tool-glib.h: Add prefix argument.
4047         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
4048         Add prefix argument.
4049         (generate_glue): Pass prefix argument down.
4050         (dbus_binding_tool_output_glib_server): Pass prefix to
4051         glib-genmarshal.
4052         
4053 2005-05-11  Colin Walters  <walters@verbum.org>
4054
4055         * tools/dbus-send.c (append_array): New function.
4056         (append_arg): Broken out from main.
4057         (main): Add cheesy hack to send arrays and variants.
4058         (usage): Update.
4059         * tools/dbus-print-message.c (print_iter): Broken out
4060         from main.
4061
4062 2005-05-11  Colin Walters  <walters@verbum.org>
4063
4064         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
4065         New function, returns signature string for signature iter.
4066         * dbus/dbus-signature.h: Prototype it.
4067         * dbus/dbus-message.c (dbus_message_iter_get_signature):
4068         New function, returns signature string for message iter.
4069         (dbus_message_iter_get_array_len): New function, returns
4070         length of array.
4071         (dbus_message_iter_get_fixed_array): Fix assertion; this
4072         function should be used when the iter is pointing to the
4073         contents of an array
4074         * dbus/dbus-message.h: Prototypes.
4075         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
4076         New function; returns length of an array.
4077         * dbus/dbus-marshal-recursive.h: Prototype it.
4078         
4079 2005-05-11  Colin Walters  <walters@verbum.org>
4080
4081         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
4082         compilation error.
4083         
4084 2005-05-08  Havoc Pennington  <hp@redhat.com>
4085
4086         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
4087         daemon's pid, not the parent's pid, to the file descriptor.
4088         Reported by Taj Morton.
4089
4090 2005-05-05  Havoc Pennington  <hp@redhat.com>
4091
4092         * configure.in (LT_*): add notes on how the libtool versioning
4093         works to save thinking. Increment soname to indicate protocol
4094         breakage (though really the library interface hasn't changed I
4095         guess)
4096
4097         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
4098         verify the GUID received from server matches what we were
4099         expecting, if we had an expectation
4100
4101         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
4102         (_dbus_auth_get_guid_from_server): new function
4103         (send_begin): parse the OK args
4104
4105         * doc/dbus-specification.xml: add GUID to the auth protocol
4106
4107 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
4108
4109         * Fix my name in previous changelog ;)
4110
4111         * python/proxies.py (ProxyObject.__getattr__): add further patch
4112         from Anthony Baxter to throw an AttributeError when python 
4113         __special__ functions are called instead of marshling them over 
4114         the bus (Bug#1685 comment 3).
4115
4116 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
4117
4118         * python/Makefile.am: changed to use pyexecdir for the binding
4119         shared libraries (Bug#2494)
4120
4121         * python/exceptions.py: bring exceptions over from the bindings
4122         so they can be used in applications (Bug#2036)
4123         Make all exceptions derive from DBusException
4124
4125         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
4126         of classes so that print obj doesn't throw an exception (Bug #1685)
4127
4128 2005-05-03  Ross Burton  <ross@openedhand.com>
4129
4130         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
4131         Return if we get an error during registration.  Set up a
4132         weak reference on object to unregister if object is destroyed.
4133         (unregister_gobject): New function.
4134         
4135 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
4136
4137         * python/dbus_bindings.pyx.in: 
4138         - added new type classes for hinting to the marashaler what type 
4139         to send over the wire
4140         - added int16 and uint16 marshalers
4141         - Fixed a bug in the type constants that caused int32 to go out
4142         as uint16 over the wire
4143         * python/dbus.py: split up into different files and renamed _dbus.py
4144         * python/__init__.py, python/_util.py, python/decorators.py, 
4145         python/exceptions.py, python/proxies.py, python/services.py,
4146         python/types.py: new files split off from dbus.py
4147         * python/Makefile.am: Add new files, remove dbus.py and 
4148         install all python files to <python module dir>/dbus
4149         * python/examples/*: Added #!/usr/bin/env python to the top of
4150         every example.  Patch provided by Tatavarty Kalyan
4151
4152 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
4153
4154         * NEWS: Update to 0.33
4155
4156 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
4157
4158         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
4159         method for doing async calls
4160         (_pending_call_notification): New C function for handling pendning call
4161         callbacks
4162         (set_notify): New method for setting pending call notification
4163         
4164         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
4165         Async capabilities added to remote method calls
4166         (Sender): class removed
4167         (RemoteService): class removed
4168         (ObjectTree): class removed for now
4169         (RemoteObject): Renamed to ProxyObject
4170         (RemoteMethod): Renamed to ProxyMethod
4171         (method): Decorator added for decorating python methods as dbus methods
4172         (signal): Decorator added for decorating python methods as signal emitters
4173         (ObjectType): Metaclass added for generating introspection data and the
4174         method callback vtable
4175         (Interface): Wrapper class added to wrap objects in a dbus interface
4176         (Object): Uses ObjectType as its metaclass and exports Introspect
4177         of the org.freedesktop.DBus.Introspectable interface
4178         (ValidationException, UnknownMethodException): new exceptions
4179
4180         * python/examples/*: Modified to fit with the new bindings
4181
4182 2005-04-23  Havoc Pennington  <hp@redhat.com>
4183
4184         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
4185         reported by Tony Houghton
4186
4187         * test/test-service.c (main): test
4188         dbus_connection_get_object_path_data()
4189
4190         * dbus/dbus-object-tree.c (find_handler): be sure we always init
4191         the exact_match
4192         (_dbus_object_tree_get_user_data_unlocked): new function used by
4193         dbus_connection_get_object_path_data()
4194         (do_register): add assertion test for get_user_data_unlocked
4195         (object_tree_test_iteration): more tests
4196
4197         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
4198         new function from Dan Reed to let you get the user data from 
4199         dbus_connection_register_object_path()
4200
4201 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
4202
4203         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
4204         in numerous places that did not account for the NULL terminator
4205         (signature_from_seed): changed the manual string copy loop to 
4206         just use strcpy instead
4207         make check should now pass
4208
4209 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
4210
4211         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
4212         so that it allows messages that are not signals to pass in 
4213         NULL as the interface.
4214
4215 2005-04-18  David Zeuthen  <davidz@redhat.com>
4216
4217         * glib/dbus-gmain.c (io_handler_destroy_source): 
4218         (timeout_handler_destroy_source, connection_setup_free): 
4219         Also unref the source to avoid memory leaks.
4220
4221 2005-04-13  David Zeuthen  <davidz@redhat.com>
4222
4223         * bus/config-parser.c (bus_config_parser_new): Bump this to a
4224         more reasonable, yet still totally arbitrary, value :-). 
4225
4226 2005-04-13  David Zeuthen  <davidz@redhat.com>
4227
4228         * doc/TODO: Added an "important for 1.0" item about selinux
4229         allow/deny messages
4230
4231 2005-04-13  David Zeuthen  <davidz@redhat.com>
4232
4233         * bus/selinux.c: Add c-file-style to top of file
4234         (log_audit_callback): Don't free the data here anymore
4235         (bus_selinux_check): Don't take spid and tpid since appending
4236         that to auxdata may OOM.
4237         (bus_selinux_allows_acquire_service): Handle OOM and signal back
4238         to the caller if we are OOM by taking an error object.
4239         (bus_selinux_allows_send): -do-
4240
4241         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
4242         and bus_selinux_allows_send
4243
4244         * bus/bus.c (bus_context_check_security_policy): Pass error and
4245         pass on OOM thrown by bus_selinux_allows_send()
4246
4247         * bus/services.c (bus_registry_acquire_service): Pass error and
4248         pass on OOM thrown by bus_selinux_allows_acquire_service()
4249
4250 2005-04-13  Havoc Pennington  <hp@redhat.com>
4251
4252         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
4253         message at a time to avoid monopolizing the main loop, bug 
4254         #2953 from Benjamin Otte
4255
4256 2005-04-09  Havoc Pennington  <hp@redhat.com>
4257
4258         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
4259         possible overlap, fix from Daniel Reed
4260         (fixup_alignment): fix signedness warnings
4261         (_dbus_string_append_unichar): ditto
4262
4263 2005-04-09  Havoc Pennington  <hp@redhat.com>
4264
4265         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
4266
4267         * glib/dbus-glib-tool.c (main): fix warning
4268
4269         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
4270
4271         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
4272         add a new function that can be used in simple applications that
4273         don't have a main loop and are willing to block
4274
4275 2005-04-05  David Zeuthen  <davidz@redhat.com>
4276
4277         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
4278
4279         * glib/dbus-gmain.c:
4280         (io_handler_destroy_source): Remove from list of IO handlers
4281         of the ConnectionSetup object
4282         (timeout_handler_destroy_source): -do- for timeout handlers
4283         (io_handler_source_finalized): Don't remove from list since
4284         we now do that in io_handler_destroy_source(). Renamed from
4285         io_handler_source_destroyed
4286         (timeout_handler_source_destroyed): -do- for timeout handlers
4287         (connection_setup_free): It is now safe to iterate over all
4288         IO and timeout handlers as the _destroy_source removes them
4289         from the list synchronously
4290
4291 2005-03-30  Havoc Pennington  <hp@redhat.com>
4292
4293         * configure.in: change check to gtk 2.4
4294
4295         * tools/dbus-viewer.c (name_combo_changed_callback): remove
4296         gtk_combo_box_get_active_text() usage to decrement GTK requirement
4297         to 2.4
4298
4299 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
4300
4301         * News: Update 0.32
4302
4303         * HACKING: Fixed realease instructions.  configure.in should be updated to
4304           the next release by the person who made the last release.
4305
4306 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
4307
4308         * python/lvalue_cast_post_process.py - removed.  Patch has been
4309           submitted to Pyrex maintainers that fixes gcc4.0 errors
4310
4311         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
4312
4313 2005-03-24  Daniel Reed  <n@ml.org>
4314
4315         * tools/Makefile.am: Make print-introspect and
4316         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
4317
4318 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
4319
4320         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
4321
4322         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
4323           had in Red Hat packages for a while but for some reason never 
4324           got merged upstream
4325           (_dbus_is_a_number): New checks if a string
4326           can be converted to a number and does the conversion if it can
4327           (_dbus_user_database_lookup): Add check to see if the given username
4328           is a udi.  This allows udi's to be used instead of usernames in the
4329           config file.
4330           (_dbus_user_database_lookup_group): Add check to see if the given groupname
4331           is a gdi.  This allows gdi's to be used instead of groupnames in the
4332           config file.
4333
4334 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
4335
4336         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
4337           code so that it compiles with gcc4.0
4338
4339         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
4340           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
4341           results back to dbus_binding.c
4342
4343 2005-03-20  Colin Walters  <walters@verbum.org>
4344
4345         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
4346
4347         * configure.in: Require GTK+ 2.6.
4348         
4349 2005-03-20  Colin Walters  <walters@verbum.org>
4350
4351         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
4352
4353 2005-03-17  Tom Parker  <palfrey@tevp.net>
4354
4355         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
4356         print DBUS_UID_UNSET; instead print passed username.  Also
4357         be sure to actually use gid looked up in cache.
4358         
4359         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
4360         for DBUS_GID_UNSET and groupname.
4361
4362 2005-03-17  Colin Walters  <walters@verbum.org>
4363
4364         * bus/print-introspect.c: Move to tools/.
4365         * bus/run-with-tmp-session-bus.sh: Ditto.
4366         
4367         * glib/Makefile.am (dbus-glib-bindings.h): Move
4368         generation to tools/Makefile.am.
4369
4370         * test/glib/run-test.sh: Update to handle move
4371         of run-with-tmp-session-bus.sh.
4372
4373         * test/glib/test-service-glib.c: Update to handle
4374         move of dbus-glib-bindings.h.
4375
4376         * tools/print-introspect.c: Moved here
4377         from bus/, and ported to GLib bindings.
4378
4379         * tools/run-with-tmp-session-bus.sh: Moved here
4380         from bus/.
4381
4382         * tools/Makefile.am: Generate dbus-glib-bindings.h
4383         and dbus-bus-introspect.xml here.
4384
4385         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
4386         Update.
4387
4388 2005-03-17  Colin Walters  <walters@verbum.org>
4389
4390         * bus/driver.c (write_args_for_direction): Use
4391         _dbus_string_get_const_data to retrieve string;
4392         _dbus_string_get_const_data_len doesn't actually return
4393         a NULL-terminated substring.
4394
4395         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
4396         (main): Change to use org_freedesktop_DBus_request_name
4397         instead of using g_proxy_begin_call/end_call.
4398
4399 2005-03-15  Joe Shaw  <joeshaw@novell.com>
4400
4401         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
4402         generating the finalizer.  Fixes from Ben Maurer.
4403
4404 2005-03-12  Joe Shaw  <joeshaw@novell.com>
4405
4406         * mono/BusDriver.cs: Update method names: ListServices
4407         becomes ListNames; GetOwner becomes GetNameOwner.
4408
4409         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
4410         onto the eval stack when removing the delegate.
4411
4412 2005-03-12  Joe Shaw  <joeshaw@novell.com>
4413
4414         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
4415         LT_CURRENT.  Set it to the autoconf variable.
4416                                                                                 
4417         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
4418         classes that disconnects the signal handler delegate from the
4419         service object.  Fixes a big leak of proxy objects on the
4420         client side of things.  Patch from Ben Maurer
4421         <bmaurer@ximian.com>
4422
4423 2005-03-12  Colin Walters  <walters@verbum.org>
4424
4425         * bus/driver.c (write_args_for_direction): New function,
4426         parses a type signature into arguments and outputs to
4427         XML.
4428         (bus_driver_handle_introspect): Use it instead of
4429         hardcoding XML for certain signatures.
4430         
4431         * bus/Makefile.am (dbus-bus-introspect.xml): Add
4432         dependency on dbus-daemon.
4433
4434         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
4435         argument, pass it to dbus_binding_tool_output_glib_client.
4436
4437         * glib/dbus-binding-tool-glib.c
4438         (generate_client_glue): Protect against multiple inclusion.
4439         (dbus_binding_tool_output_glib_client): Add
4440         G_BEGIN_DECLS/G_END_DECLS.
4441
4442         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
4443         Change to just take iface prefix directly.
4444         (write_formal_parameters): Clarify error message.
4445         (check_supported_parameters): New function; checks to see type
4446         signatures of method parameters are supported.
4447         (generate_client_glue): Handle ignore_unsupported flag.
4448         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
4449         parameter.
4450
4451         * glib/Makefile.am (dbus-glib-bindings.h): Pass
4452         --ignore-unsupported by default until glib bindings
4453         support arrays.
4454
4455 2005-03-11  Colin Walters  <walters@verbum.org>
4456
4457         * glib/Makefile.am: Generate dbus-glib-bindings.h and
4458         install it.
4459
4460         * bus/print-introspect.c: New file; prints introspection
4461         data for a given name and object path.
4462
4463         * bus/run-with-tmp-session-bus.sh: New file, refactored
4464         from test/glib/run-test.sh.  Creates a temporary session
4465         bus and runs another program.
4466
4467         * test/glib/run-test.sh: Refactor to invoke
4468         run-with-tmp-session-bus.sh.
4469
4470         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
4471         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
4472         macros instead of hardcoding.
4473
4474         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
4475
4476 2005-03-11  Joe Shaw  <joeshaw@novell.com>
4477
4478         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
4479         this unref; it doesn't match up evenly in some codepaths.
4480         (_dbus_connection_block_pending_call): Unref at every exitpoint;
4481         this evenly matches with the ref near the top of this function.
4482
4483 2005-03-09  Joe Shaw  <joeshaw@novell.com>
4484
4485         * dbus/dbus-object-tree.c
4486         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
4487         and we try to unregister a path that's not registered, still go
4488         through the process of unlocking and don't just return.
4489
4490 2005-03-09  Colin Walters  <walters@verbum.org>
4491
4492         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
4493         to this are generated for client-side wrappers.  Invokes a
4494         D-BUS method and returns reply values.  
4495
4496         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
4497         function; writes signature string for argument direction.
4498         (write_args_for_direction): Change to pass input values directly
4499         instead of via address, and fix indentation.
4500         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
4501         make generated wrappers inlineable.
4502
4503         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
4504         note about using dbus_type_is_fixed.
4505
4506         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
4507         dbus/dbus-signature.c as dbus_type_is_fixed.
4508
4509         All callers updated.
4510
4511         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
4512         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
4513
4514         * dbus/dbus-signature.h: Prototype.
4515
4516         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
4517         error printf code.
4518
4519         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
4520         appropriate instead of just freeing it.
4521         (main): Free returned strings using g_free.
4522
4523         * test/glib/Makefile.am (test-service-glib-glue.h)
4524         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
4525
4526         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
4527         simply maps a simple D-BUS type to GType.
4528         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
4529         GType.
4530         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
4531         initialize the value with it.
4532         (dbus_gvalue_binding_type_from_type): Unused, delete.
4533         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
4534         various types instead of unmarshalling to value data directly.
4535         Remove can_convert boolean.
4536         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
4537         returning directly instead of using can_convert boolean.
4538         (dbus_gvalue_store): New function; not related to D-BUS per-se.
4539         Stores a GValue in a pointer to a value of its corresponding C
4540         type.
4541
4542         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
4543         add dbus_gvalue_store.
4544
4545 2005-03-08  Joe Shaw  <joeshaw@novell.com>
4546
4547         Fix a bunch of lifecycle and memory management problems
4548         in the mono bindings.
4549
4550         * mono/Arguments.cs (Arguments): Implement IDisposable
4551
4552         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
4553         strictly a static class.
4554
4555         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
4556         delegates into this file.
4557         (Connection): Implement IDisposable.
4558         (Dispose): Disconnect the connection and set the raw connection
4559         pointer to IntPtr.Zero.
4560         (~Connection): Call Dispose().
4561         (RegisterObjectPath): Added.  Manages the registration of object
4562         paths so we can cleanly disconnect them at dispose/finalize time.
4563         (UnregisterObjectPath): Ditto.
4564         (set_RawConnection): Unregister all of the object paths when
4565         changing the underlying DBusConnection.  Add them back onto the
4566         new connection, if any.
4567
4568         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
4569         more unmanaged resources anymore, so it's not necessary.  Move all
4570         the DBusObjectPathVTable stuff out of here.
4571         (Handler): Save references to our delegates so that they don't get
4572         finalized.  Call Connection.RegisterObjectPath() instead of
4573         dbus_connection_register_object_path() directly.
4574         (Message_Called): Dispose the message after we're finished with
4575         it.
4576
4577         * mono/Message.cs (Message): Implement IDisposable.
4578         (Dispose): Dispose the Arguments, and set the RawMessage to
4579         IntPtr.Zero.
4580         (SendWithReplyAndBlock): We own the ref to the reply that comes
4581         back from dbus_connection_send_with_reply_and_block() so add a
4582         comment about that and unref it after we've constructed a managed
4583         MethodReturn class around it.  Fixes a big, big leak.
4584
4585         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
4586         method.
4587         (BuildSignalHandler): After we've sent the Signal message, dispose
4588         of it.
4589         (BuildMethod): Dispose of the method call and reply messages after
4590         we've sent the message and extracted the data we want from the
4591         reply.
4592
4593         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
4594         anymore.
4595         (Service_FilterCalled): Dispose of the message after we're
4596         finished with it.
4597
4598 2005-03-08  Joe Shaw  <joeshaw@novell.com>
4599
4600         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
4601         After we attach our pending call to the connection, unref
4602         it.  Fixes a leak.
4603  
4604         * mono/Connection.cs (set_RawConnection): Disconnect our
4605         filter and match callbacks from the old connection and
4606         reconnect them to the new connection, if any.
4607
4608         * mono/DBusType/Array.cs: "Code" is a static member, so
4609         don't use "this" to refer to it.  Fix for stricter checking
4610         in Mono 1.1.4.
4611  
4612         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
4613         object path that we pass into unmanaged code.
4614  
4615         * mono/DBusType/String.cs (Append): Don't leak the string
4616         that we pass into unmanged code.
4617
4618 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
4619         * NEWS: Update for 0.31
4620
4621         * configure.in: Release 0.31
4622         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
4623
4624         * qt/Makefile.am: fixed build
4625
4626         * dbus/Makefile.am: soname bump for libdbus
4627
4628         * glib/Makefile.am: soname bump for libdbus-glib
4629
4630 2005-03-05  Havoc Pennington  <hp@redhat.com>
4631
4632         * dbus/dbus-sysdeps.c:
4633         (pseudorandom_generate_random_bytes_buffer): fix to have no return
4634         value
4635         (_dbus_generate_random_bytes_buffer): fix return value
4636
4637         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
4638         checks actually work, from Tom Parker <fdo@tevp.net>
4639
4640 2005-03-01  Colin Walters  <walters@verbum.org>
4641
4642         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
4643         functions copied from dbus-glib-tool.c.
4644         (main): Convert lots of error code to use them.
4645         Also add some testing for introspection bits.
4646
4647 2005-03-01  Colin Walters  <walters@verbum.org>
4648         
4649         * doc/TODO: Remove introspection signature TODO.
4650
4651 2005-02-27  Colin Walters  <walters@verbum.org>
4652
4653         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
4654         Change return value to const char * instead of int so we can do
4655         full signatures.
4656         (struct PropertyInfo, struct ArgInfo): Store char *.
4657         (property_info_new, arg_info_new): Update parameters, strdup.
4658         (property_info_unref, arg_info_unref): Free.
4659
4660         * glib/dbus-gidl.h: Update prototypes.
4661
4662         * glib/dbus-gparser.c (basic_type_from_string): Delete.
4663         (validate_signature): New function, just validates signature and
4664         sets GError.
4665         (parse_property, parse_arg): Invoke validate_signature.  Store
4666         signature instead of just type code.
4667
4668         * glib/dbus-gvalue.c (base_type_from_signature): New utility
4669         function to return a primary type for a signature, dropping
4670         information about types in container types.
4671         (dbus_gvalue_genmarshal_name_from_type)
4672         (dbus_gvalue_binding_type_from_type)
4673         (dbus_gvalue_ctype_from_type): Update to take full signature
4674          instead of type code.
4675         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
4676
4677         * glib/dbus-gvalue.h: Update prototypes for above.
4678
4679         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
4680         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
4681         (introspect_properties, introspect_signals, write_interface):
4682         Update to handle signatures, and remove usage of
4683         _dbus_gutils_type_to_string.
4684         (handle_introspect): Print out type codes instead of e.g. "string"
4685         in hardcoded introspection XML; also use x_AS_STRING constants
4686         instead of hardcoding in string.
4687
4688         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
4689         to string.  Remove usage of _dbus_gutils_type_to_string.
4690
4691         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
4692
4693         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
4694         deletion.
4695         
4696         * glib/dbus-binding-tool-glib.c (compute_marshaller)
4697         (compute_marshaller_name, generate_glue): Handle signature change
4698         to string.
4699         (write_formal_parameters, write_args_for_direction): Ditto, and
4700         remove FIXME.
4701
4702         * tools/dbus-tree-view.c (type_to_string): Delete.
4703         (info_set_func_text): Update to print full signatures.
4704
4705         * test/glib/test-service-glib.xml: Change types to new
4706         introspection format.
4707
4708 2005-02-26  Havoc Pennington  <hp@redhat.com>
4709
4710         * doc/TODO: remove the "guid" item
4711
4712         * test/glib/test-profile.c (no_bus_thread_func): use open_private
4713         (with_bus_thread_func): use open_private
4714
4715         * dbus/dbus-connection.c (dbus_connection_open_private): new
4716         function that works like the old dbus_connection_open()
4717         (dbus_connection_open): now returns an existing connection if
4718         possible
4719
4720         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
4721         through the GUID to the transport
4722
4723         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
4724         GUID in hex-encoded form.
4725
4726         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
4727         pass GUID argument in to the transport
4728
4729         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
4730         guid argument
4731
4732         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
4733
4734         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
4735
4736 2005-02-25  Havoc Pennington  <hp@redhat.com>
4737
4738         * doc/dbus-specification.xml: document the GUID thing
4739
4740         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
4741         globally unique ID for the server, and put a "guid=hexencoded"
4742         field in the address
4743
4744         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
4745
4746         * dbus/dbus-message.c: ditto
4747
4748         * dbus/dbus-dataslot.c: ditto
4749
4750         * dbus/dbus-list.c: ditto
4751
4752         * dbus/dbus-internals.h: wait, just include
4753         dbus-threads-internal.h here
4754         
4755         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
4756         use in main library
4757
4758         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
4759
4760 2005-02-24  Colin Walters  <walters@verbum.org>
4761
4762         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
4763
4764 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
4765
4766         * glib/Makefile.am: added dbus-gobject.h to sources list
4767         so distcheck doesn't fail
4768         
4769 2005-02-24  Havoc Pennington  <hp@redhat.com>
4770
4771         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
4772         you must disconnect before unref, since locking and other things
4773         are screwed up otherwise. Fix assorted other locking stuff.
4774
4775         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
4776         fix compilation
4777
4778         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
4779         into a private header and don't export from the library
4780
4781         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
4782
4783 2005-02-24  Colin Walters  <walters@verbum.org>
4784         
4785         * dbus/dbus-signature.c: New file; implements various functions
4786         related to type signatures.  Includes an interator for parsing,
4787         validation functions.
4788         (dbus_type_is_basic): Moved here from
4789         dbus-marshal-basic.c:_dbus_type_is_basic.
4790         (dbus_type_is_container): Moved here from
4791         dbus-marshal-basic.c:_dbus_type_is_container.
4792
4793         All callers of _dbus_type_is_container and _dbus_type_is_basic
4794         updated, and include dbus-signature.h.
4795
4796         * dbus/dbus-signature.h: New file; prototypes for the above.
4797
4798         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
4799         dbus-signature.h.
4800
4801         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
4802         function factored out of _dbus_first_type_in_signature.
4803         (_dbus_first_type_in_signature_c_str): New function; returns first
4804         type code for a type signature character.
4805
4806         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
4807         handle function moves.
4808
4809         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
4810
4811         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
4812         function; skips to next complete type in type signature.
4813         Implemented using previous skip_one_complete_type.  Now
4814         skip_one_complete_type just delegates to
4815         _dbus_type_signature_next.
4816
4817         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
4818         to dbus-signature.c
4819         (_dbus_type_is_container): Ditto.
4820
4821         * doc/dbus-specification.xml: Update introspection sample to
4822         use real type signatures.
4823
4824         * dbus/dbus-test.h: Prototype signature test.
4825
4826         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
4827         signature tests.
4828
4829         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
4830
4831 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
4832
4833         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
4834         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
4835
4836 2005-02-21  Colin Walters  <walters@verbum.org>
4837
4838         * dbus/dbus-test-main.c (main): Take optional specific test
4839         argument.
4840
4841         * dbus/dbus-test.c (run_test): New function, runs a test function
4842         with no data directory.
4843         (run_data_test): Like above, but takes data directory.
4844         (dbus_internal_do_not_use_run_tests): Take
4845         specific test argument.  Replace lots of cut n' paste code
4846         with run_test and run_data_test.
4847
4848         * dbus/dbus-test.h: Update prototype for
4849         dbus_internal_do_not_use_run_tests.
4850
4851 2005-02-20  Havoc Pennington  <hp@redhat.com>
4852
4853         Fix bugs reported by Daniel P. Berrange
4854         
4855         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
4856         (protected_change_watch): new function
4857         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
4858         (_dbus_server_add_watch): change to work like the
4859         dbus-connection.c equivalents; like those, probably kind of
4860         busted, but should at least mostly work for now
4861         (dbus_server_disconnect): drop the lock if we were already
4862         disconnected, patch from Daniel P. Berrange
4863
4864         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
4865         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
4866         same stuff
4867
4868         * doc/TODO: todo about unscrewing this mess
4869
4870 2005-02-19  Colin Walters  <walters@verbum.org>
4871
4872         * glib/dbus-binding-tool-glib.c
4873         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
4874
4875         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
4876         as errno.h and sys/stat.h.
4877         (lose): New function, prints error with
4878         newline and exits.
4879         (lose_gerror): Similar, but takes GError for message.
4880         (main): Add --output argument to specify output file to write to,
4881         instead of always printing to stdout.  In this mode, determine
4882         timestamps on source files to see whether any are newer than the
4883         target file.  If not, exit.  Also convert a number of error
4884         messages to use lose (since it's shorter), and switch to using
4885         g_io_channel_shutdown.
4886
4887 2005-02-19  Havoc Pennington  <hp@redhat.com>
4888
4889         * glib/dbus-gobject.c
4890         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
4891
4892         * glib/dbus-glib.c: fix doxygen warnings
4893
4894         * glib/dbus-gparser.c (parse_annotation): error if an annotation
4895         is found on an <arg>
4896
4897 2005-02-17  Colin Walters  <walters@verbum.org>
4898
4899         * glib/dbus-gobject.h: Don't export
4900         _dbus_glib_marshal_dbus_message_to_gvalue_array.
4901         
4902         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
4903         (invoke_object_method): Handle it.
4904
4905         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4906         Handle rename.
4907         
4908 2005-02-17  Colin Walters  <walters@verbum.org>
4909
4910         * bus/.cvsignore, doc/.cvsignore
4911         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
4912         Update.
4913
4914 2005-02-17  Colin Walters  <walters@verbum.org>
4915         
4916         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
4917         Rename to DBUS_SERVICE_DBUS.
4918         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
4919         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
4920         Change the value from "org.freedesktop.Local"
4921         to "org.freedesktop.DBus.Local".
4922         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
4923         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
4924         DBUS_INTERFACE_INTROSPECTABLE.
4925         Change the value from "org.freedesktop.Introspectable"
4926         to "org.freedesktop.DBus.Introspectable".
4927         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
4928         DBUS_INTERFACE_PROPERTIES.
4929         Change the value from "org.freedesktop.Properties"
4930         to "org.freedesktop.DBus.Properties".
4931         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
4932         DBUS_INTERFACE_PEER.
4933         Change the value from "org.freedesktop.Peer"
4934         to "org.freedesktop.DBus.Peer".
4935         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
4936         DBUS_INTERFACE_LOCAL.
4937         Change the value from "org.freedesktop.Local"
4938         to "org.freedesktop.DBus.Local".
4939
4940         All other users of those constants have been changed.
4941
4942         * bus/driver.c (bus_driver_handle_introspect): Use constants.
4943
4944         * glib/dbus-gobject.c (handle_introspect): Use constants.
4945
4946         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
4947
4948 2005-02-17  Colin Walters  <walters@verbum.org>
4949
4950         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
4951         (parse_node, parse_interface, parse_method, parse_signal)
4952         (parse_property, parse_annotation): Lose if we're currently in an
4953         annotation.
4954         (parse_annotation): New function.
4955         (parser_start_element, parser_end_element): Handle annotation.
4956         (parse_method, parse_interface): Remove support for c_name attribute,
4957         switch to annotations.
4958
4959         * glib/dbus-gidl.h (interface_info_get_binding_names)
4960         (method_info_get_binding_names)
4961         (interface_info_get_binding_name, method_info_get_binding_name)
4962         (interface_info_set_binding_name, method_info_set_binding_name):
4963         Remove.
4964         (interface_info_get_annotations, method_info_get_annotations)
4965         (interface_info_get_annotation, method_info_get_annotation)
4966         (interface_info_add_annotation, method_info_add_annotation):
4967         Prototype.
4968
4969         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
4970         for "bindings".
4971         (struct MethodInfo): Ditto.
4972         Straightfoward conversion of binding methods into annotation methods
4973         as prototyped.
4974
4975         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
4976
4977         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
4978
4979         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
4980         Use new annotation API.
4981
4982         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
4983         annotation element.
4984         
4985         * doc/dbus-specification.xml: Discuss introspection annotations,
4986         include list of well-known annotations.
4987
4988         * test/glib/test-service-glib.xml: Make validate against new DTD.
4989
4990 2005-02-17  Colin Walters  <walters@verbum.org>
4991
4992         This patch is based on initial work from
4993         Paul Kuliniewicz <kuliniew@purdue.edu>.
4994
4995         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
4996         initialization of GValue from dbus type to here.
4997         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
4998         for the "glib-genmarshal" program from a DBus type.
4999         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
5000         into the C name for it we use in the glib bindings.
5001         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
5002         glib C type (not GValue).
5003         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
5004
5005         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
5006         from dbus-gobject.c.
5007
5008         * glib/dbus-gutils.h: Prototype it.
5009
5010         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
5011         (marshal_dbus_message_to_g_marshaller): Use new shared function
5012         dbus_glib_marshal_dbus_message_to_gvalue_array.
5013
5014         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
5015         Will be changed once we have annotations.
5016
5017         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
5018         GStaticRWLock.  Callers updated.
5019         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
5020         (string_table_next): New function for iterating over zero-terminated
5021         string value array.
5022         (string_table_lookup): New function; retrieves specific entry in
5023         array.
5024         (get_method_data): New function; look up method data in object data chunk.
5025         (object_error_domain_prefix_from_object_info)
5026         (object_error_code_from_object_info): New functions, but not implemented yet.
5027         (method_interface_from_object_info): New function; retrieve interface name.
5028         (method_name_from_object_info): New function; retrieve method name.
5029         (method_arg_info_from_object_info): New function; retrieve argument data.
5030         (arg_iterate): New function; iterates over serialized argument data.
5031         (method_dir_signature_from_object_info): New function; returns a
5032         GString holding type signature for arguments for just one
5033         direction (input or output).
5034         (method_input_signature_from_object_info)
5035         (method_output_signature_from_object_info): New functions.
5036         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
5037         converts dbus message arguments into a GValue array.  Used for both
5038         signal handling and method invocation.
5039         (struct DBusGlibWriteIterfaceData): New utility structure.
5040         (write_interface): New function; generate introspection XML for
5041         an interface.
5042         (introspect_interfaces): New function; gathers all interface->methods,
5043         generates introspection XML for them.
5044         (handle_introspect): Invoke introspect_interfaces.
5045         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
5046         (lookup_object_and_method): New function; examines an incoming message
5047         and attempts to match it up (via interface, method name, and argument
5048         signature) with a known object and method.
5049         (gerror_domaincode_to_dbus_error_name): New function; converts a
5050         GError domain and code into a DBus error name.  Needs GError data
5051         added to object introspection to work well.
5052         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
5053         GError.
5054         (invoke_object_method): New function to invoke an object method
5055         looked up via lookup_object_and_method.  Parses the incoming
5056         message, turns it into a GValue array, then invokes the marshaller
5057         specified in the DBusGMethodInfo.  Creates a new message with
5058         either return values or error message as appropriate.
5059         (gobject_message_function): Invoke lookup_object_and_method and
5060         invoke_object_method.
5061
5062         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
5063         (enum DBusBindingOutputMode): New enum for binding output modes.
5064         (pretty_print): Print binding names.
5065         (dbus_binding_tool_error_quark): GError bits.
5066         (version): Fix typo.
5067         (main): Create GIOChannel for output.  Parse new --mode argument,
5068         possible values are "pretty-print", "glib-server", "glib-client".
5069         Use mode to invoke appropriate function.
5070         
5071         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
5072
5073         * glib/dbus-glib-tool.h: New header, just includes GError bits
5074         for now.
5075
5076         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
5077         maps binding style to name.
5078         (struct MethodInfo): Ditto.
5079         (get_hash_keys, get_hash_key): Utility function, returns keys for
5080         a GHashTable.
5081         (interface_info_new, method_info_new): Initialize bindings.
5082         (interface_info_unref, method_info_unref): Destroy bindings.
5083         (method_info_get_binding_names, method_info_get_binding_name)
5084         (interface_info_get_binding_names, interface_info_get_binding_name):
5085         Functions for retrieving binding names.
5086         (method_info_set_binding_name, interface_info_set_binding_name):
5087         Functions for setting binding names.
5088
5089         * glib/dbus-binding-tool-glib.h: New file, has prototypes
5090         for glib binding generation.
5091
5092         * glib/dbus-binding-tool-glib.c: New file, implements server-side
5093         and client-side glib glue generation.
5094
5095         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
5096         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
5097         dbus-glib-tool.h.
5098
5099         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
5100         of using GClosureMarshal directly.
5101         (struct DBusGObjectInfo): Add n_infos member.
5102
5103         * test/glib/test-service-glib.xml: New file; contains introspection data
5104         for MyTestObject used in test-service-glib.c.
5105
5106         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
5107         (my_object_do_nothing, my_object_increment, my_object_throw_error)
5108         (my_object_uppercase, my_object_many_args): New test methods.
5109         (main): Use dbus_g_object_class_install_info to include generated object
5110         info.
5111
5112         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
5113         as well as client-side bindings.
5114
5115         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
5116         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
5117         using both the dbus_gproxy stuff directly as well as the generated bindings.
5118
5119 2005-02-15  Havoc Pennington  <hp@redhat.com>
5120
5121         * dbus/dbus-connection.c (dbus_connection_dispatch): always
5122         complete a pending call, don't run filters first.
5123
5124         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
5125         dbus_pending_call_steal_reply
5126
5127         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
5128         _dbus_connection_block_pending_call
5129         (dbus_pending_call_get_reply): change to steal_reply and return a
5130         ref
5131
5132         * dbus/dbus-connection.c
5133         (dbus_connection_send_with_reply_and_block): port to work in terms
5134         of DBusPendingCall
5135         (_dbus_connection_block_pending_call): replace block_for_reply
5136         with this
5137
5138 2005-02-14  Havoc Pennington  <hp@redhat.com>
5139
5140         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
5141         properly handle looking up group information by name; fix 
5142         from j@bootlab.org
5143
5144 2005-02-13  Havoc Pennington  <hp@redhat.com>
5145
5146         * dbus/dbus-connection.c (dbus_connection_return_message) 
5147         (dbus_connection_borrow_message): hold dispatch lock while message
5148         is outstanding
5149         (_dbus_connection_block_for_reply): hold dispatch lock while we
5150         block for the reply, so nobody steals our reply
5151         (dbus_connection_pop_message): hold the dispatch lock while we
5152         pluck the message
5153
5154 2005-02-13  Havoc Pennington  <hp@redhat.com>
5155
5156         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
5157         (_dbus_connection_release_dispatch)
5158         (_dbus_connection_acquire_io_path)
5159         (_dbus_connection_release_io_path): make the mutex and condvar
5160         control access to the "acquired" flag. Drop the connection lock
5161         while waiting on the condvar. Hopefully these are baby steps in
5162         roughly the right direction.
5163
5164 2005-02-13  Havoc Pennington  <hp@redhat.com>
5165
5166         * dbus/dbus-connection.c: use separate mutexes for the condition
5167         variables; this is some kind of baseline for sanity, but the
5168         condition variables still aren't used correctly afaict
5169
5170 2005-02-13  Havoc Pennington  <hp@redhat.com>
5171
5172         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
5173         fix a double-unlock
5174
5175         * dbus/dbus-connection.c
5176         (_dbus_connection_detach_pending_call_unlocked): add this
5177
5178         Initial semi-correct pass through to fix thread locking; there are
5179         still some issues with the condition variable paths I'm pretty
5180         sure
5181         
5182         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
5183         lock/unlock calls
5184
5185         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
5186         rename to add _unlocked
5187         (struct DBusConnection): move "dispatch_acquired" and
5188         "io_path_acquired" to use only one bit each.
5189         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
5190         (dbus_connection_set_watch_functions): hacky fix to reentrancy
5191         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
5192         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
5193         (_dbus_connection_remove_timeout) 
5194         (_dbus_connection_toggle_timeout): drop lock when calling out to
5195         user functions; done in a hacky/bad way.
5196         (_dbus_connection_send_and_unlock): add a missing unlock
5197         (_dbus_connection_block_for_reply): add a missing unlock
5198
5199         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5200         drop lock in a hacky probably unsafe way to call out to user
5201         function
5202
5203 2005-02-12  Havoc Pennington  <hp@redhat.com>
5204
5205         * tools/dbus-tree-view.c (info_set_func_text): display more
5206         details on args
5207
5208         * bus/driver.c (bus_driver_handle_list_services): list the bus
5209         driver
5210
5211         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
5212
5213         * glib/dbus-gidl.c (signal_info_get_n_args): new function
5214         (method_info_get_n_args): new function
5215
5216 2005-02-12  Havoc Pennington  <hp@redhat.com>
5217
5218         * bus/driver.c (bus_driver_handle_introspect): add introspection
5219         for bus driver
5220
5221 2005-02-12  Havoc Pennington  <hp@redhat.com>
5222
5223         * bus/driver.c: put the signature of each bus driver method in the
5224         table of handlers and check it on incoming calls; this isn't
5225         really useful, but going to add introspect support in a minute.
5226
5227 2005-02-11  Joe Shaw  <joeshaw@novell.com>
5228
5229         * mono/Connection.cs: The unpredictability of finalizers in mono
5230         prevents us from deterministically disconnecting the filters from
5231         the Service class's finalizer, so move tracking of filters and
5232         matches here.  Add API for that.
5233
5234         * mono/Service.cs: Remove the code, add code which calls the
5235         methods now on the Connection class.
5236
5237 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
5238
5239         * python/dbus.py (class Sender): added to support dbus signals better
5240         (Bus::add_signal_receiver): added expand_args parameter which defaults
5241         to True.  When expand args is True the signal handler will pass the 
5242         message arguments as parameters to the signal handler.  If False
5243         revert to previous behavior where the signal handler must get the
5244         argument list from the message.  This is to help port applications
5245         like HAL that have a tendancy to send variable length argument lists.
5246         self._match_rule_to_receivers is now a dict of dicts.
5247         (Bus::remove_signal_receiver): pop handler off the dict intead of 
5248         removing it from a list
5249         (Bus::_signal_func): change signal handlers so that interface,
5250         signal_name, service, path and message are packed into a Sender
5251         object and that is passed to the handler.  If expand_args is True
5252         extract the args list from the message and append it to the parameter
5253         list
5254         
5255         * python/dbus_bindings.pyx.in (class Signature): added to support 
5256         signiature types
5257         (MessageIter::__init__): changed iteration limit to match D-BUS
5258         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
5259         STRUCT and VARIENT type support
5260         (MessageIter::python_value_to_dbus_sig): made recursive to support
5261         recursive types
5262         (MessageIter::append*): added Signature, dict, tuple 
5263         support
5264
5265         * python/examples/example-client.py: added examples of getting tuples
5266         and dicts
5267
5268         * python/examples/example-service.py: added examples of sending tuples
5269         and dicts
5270
5271         * python/examples/example-signal-recipient.py: Fixed to handle new
5272         signal callback format
5273
5274 2005-02-10  Havoc Pennington  <hp@redhat.com>
5275
5276         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
5277         (call dbus_g_proxy_add_signal)
5278
5279         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
5280         escape the hostname
5281         (_dbus_server_new_for_domain_socket): escape the path
5282
5283         * dbus/dbus-address.c (dbus_address_escape_value): new
5284         (dbus_address_unescape_value): new
5285         (dbus_parse_address): unescape values
5286
5287         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
5288
5289         * doc/dbus-specification.xml: explain how to escape values in
5290         addresses
5291
5292 2005-02-10  Havoc Pennington  <hp@redhat.com>
5293
5294         * dbus/dbus-message-factory.c (generate_special): modify test to
5295         avoid using a non-basic dict key
5296
5297         * dbus/dbus-marshal-validate-util.c: add test for the below
5298
5299         * doc/dbus-specification.xml: require that dict keys are a basic
5300         type
5301
5302         * dbus/dbus-marshal-validate.c
5303         (_dbus_validate_signature_with_reason): require that dict key is a
5304         basic type
5305
5306 2005-02-10  Havoc Pennington  <hp@redhat.com>
5307
5308         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
5309         change to be _and_unlock instead of _unlocked
5310
5311         * dbus/dbus-connection.c
5312         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
5313         have no_update so we can find this bug quickly in future
5314
5315 2005-02-10  Havoc Pennington  <hp@redhat.com>
5316
5317         * dbus/dbus-message-util.c (verify_test_message): tests for string
5318         array
5319
5320         * dbus/dbus-message.c (dbus_message_append_args_valist): add
5321         support for arrays of string/signature/path
5322
5323 2005-02-10  Joe Shaw  <joeshaw@novell.com>
5324
5325         * dbus/dbus-connection.c
5326         (_dbus_connection_queue_received_message_link,
5327         _dbus_connection_message_sent): Add the path to
5328         the verbose output.
5329         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
5330         _dbus_connection_send_preallocated_unlocked(), updated the
5331         dispatch status, and unlocks.  Fixes a bug where certain
5332         situations (like a broken pipe) could cause a Disconnect message
5333         to not be sent, tricking the bus into thinking a service was still
5334         there when the process had quit.
5335         (_dbus_connection_send_preallocated): Call
5336         _dbus_connection_send_preallocated_and_unlock().
5337         (_dbus_connection_send_and_unlock): Added.  Calls
5338         _dbus_connection_send_preallocated_and_unlock().
5339         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
5340         (dbus_connection_send_with_reply): Update the dispatch status and
5341         unlock.
5342
5343         * mono/Service.cs (~Service): Added.  Removes the filter so that
5344         we don't get unmanaged code calling back into a GCed delegate.
5345         (RemoveFilter); Added.
5346
5347 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
5348
5349         * dbus/dbus-message.c (dbus_message_iter_open_container):
5350         - Removed check for iterator type being an array because
5351         get_arg_type does not work with writer iterators
5352         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
5353
5354 2005-02-07  Havoc Pennington  <hp@redhat.com>
5355
5356         * doc/dbus-specification.xml: some more language cleanups; add
5357         stuff about how to deal with invalid protocol and extension
5358         points; add _ to allowed chars in auth commands; add EXTENSION_
5359         auth command prefix
5360
5361 2005-02-06  Havoc Pennington  <hp@redhat.com>
5362
5363         * s/expected/required/ in a couple places for clarity
5364
5365 2005-02-07  Colin Walters  <walters@verbum.org>
5366
5367         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
5368         sender or proposed_recipient.
5369
5370 2005-02-06  Havoc Pennington  <hp@redhat.com>
5371
5372         * dbus/dbus-message-factory.c (generate_special): more tests
5373
5374         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
5375         array length that exceeds the maximum
5376
5377 2005-02-05  Havoc Pennington  <hp@redhat.com>
5378
5379         * dbus/dbus-message-factory.c (generate_special): more test cases,
5380         increasing coverage
5381
5382         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
5383         reason why a signature was invalid
5384
5385         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
5386         skip the length of the string before we look at it in validation
5387
5388         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
5389         equal_substring
5390
5391         * dbus/dbus-message.c (_dbus_message_loader_new): default
5392         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
5393
5394 2005-02-05  Havoc Pennington  <hp@redhat.com>
5395
5396         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
5397         if the signature of a variant was empty
5398         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
5399         struct with no element type)
5400
5401         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
5402         mangled messages to break things
5403
5404 2005-02-04  Havoc Pennington  <hp@redhat.com>
5405
5406         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
5407         g_quark_try_string() so it actually can return 0
5408         (dbus_g_proxy_connect_signal): ditto
5409
5410 2005-02-04  Havoc Pennington  <hp@redhat.com>
5411
5412         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
5413         bogus warning
5414         (tristring_from_message): assert cleanly on null path/interface
5415         (should not be possible though I decided later)
5416         (dbus_g_proxy_dispose): move proxy manager unregistration here
5417         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
5418         g_return_if_fail() checks
5419
5420 2005-02-04  Havoc Pennington  <hp@redhat.com>
5421
5422         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
5423
5424         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
5425         (with some minor changes)
5426
5427         * doc/dbus-specification.xml: add deprecated attribute to
5428         introspection format
5429
5430 2005-01-31  Havoc Pennington  <hp@redhat.com>
5431
5432         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
5433         think it's sort of right
5434
5435 2005-01-30  Havoc Pennington  <hp@redhat.com>
5436
5437         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
5438
5439 2005-01-30  Havoc Pennington  <hp@redhat.com>
5440
5441         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
5442
5443         * autogen.sh: change to autotools 1.9
5444
5445         * glib/dbus-gproxy.c: completely change how signals work
5446         (dbus_g_proxy_add_signal): new function to specify signature of a
5447         signal
5448         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
5449         and g_warning if the incoming message has the wrong signature.
5450
5451 2005-01-30  Havoc Pennington  <hp@redhat.com>
5452
5453         * tools/dbus-names-model.c (have_names_notify): fix this
5454
5455         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
5456         up the string array handling a bit 
5457
5458 2005-01-30  Havoc Pennington  <hp@redhat.com>
5459
5460         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
5461         (dbus_g_pending_call_cancel): new function
5462
5463         * dbus/dbus-glib.h: move GType decls for connection/message here;
5464         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
5465         here, just kind of rationalizing how we handle all that
5466
5467         * tools/dbus-names-model.c: new file for a tree model listing the
5468         services on a bus
5469
5470         * tools/dbus-tree-view.c (model_new): use proper typing on the
5471         model rows
5472
5473 2005-01-30  Havoc Pennington  <hp@redhat.com>
5474
5475         * glib/dbus-gmain.c: add a custom GSource back that just checks
5476         whether the message queue has anything in it; otherwise, there are 
5477         cases where we won't see messages in the queue since there was no 
5478         IO visible to the glib main loop
5479
5480         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
5481         increase default message timeout to 25 seconds
5482
5483 2005-01-30  Havoc Pennington  <hp@redhat.com>
5484
5485         * test/glib/test-profile.c (no_bus_stop_server): remove the
5486         warning about the g_warning that I just fixed
5487
5488         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
5489         custom source, seems to be a lot easier to understand and work
5490         better.
5491
5492 2005-01-30  Havoc Pennington  <hp@redhat.com>
5493
5494         I think this main loop thing is conceptually broken, but here are 
5495         some band aids. I'll maybe rewrite it in a minute.
5496         
5497         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
5498         custom GSource, so don't pass it in; confusing
5499         (gsource_server_finalize, gsource_connection_finalize): add
5500         finalize handlers that remove all the watches.  
5501
5502 2005-01-30  Havoc Pennington  <hp@redhat.com>
5503
5504         * glib/dbus-gobject.c (introspect_properties): fix the XML
5505         generated
5506
5507         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
5508         which effectively detects the use of freed messages
5509
5510         * glib/dbus-gobject.c (handle_introspect): modify and return the
5511         reply message instead of the incoming message
5512
5513         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
5514         gee, maybe it should SEND THE XML instead of just making a string
5515         and freeing it again ;-)
5516
5517         * tools/dbus-print-message.c (print_message): improve printing of
5518         messages
5519
5520         * configure.in: add debug-glib.service to the output
5521
5522 2005-01-30  Havoc Pennington  <hp@redhat.com>
5523
5524         dbus-viewer introspected and displayed the bus driver
5525         
5526         * dbus/dbus-object-tree.c 
5527         (object_tree_test_iteration): add tests for a handler registered on "/"
5528
5529         * dbus/dbus-object-tree.c
5530         (_dbus_decompose_path): fix to handle path "/" properly
5531         (run_decompose_tests): add tests for path decomposition
5532         
5533         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
5534         properly
5535
5536         * glib/dbus-gobject.c (handle_introspect): fix quotes
5537
5538         * test/glib/run-test.sh: support launching the bus, then running
5539         dbus-viewer
5540
5541         * test/glib/test-service-glib.c (main): put in a trivial gobject
5542         subclass and register it on the connection
5543
5544         * bus/driver.c (bus_driver_handle_introspect): implement
5545         introspection of the bus driver service
5546
5547         * dbus/dbus-protocol.h: add #defines for the XML namespace,
5548         identifiers, doctype decl
5549
5550         * bus/driver.c (bus_driver_handle_get_service_owner): handle
5551         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
5552         returning the service unchanged.
5553         (bus_driver_handle_message): remove old check for reply_serial in
5554         method calls, now the message type deals with that
5555         (bus_driver_handle_message): handle NULL interface
5556
5557         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
5558
5559         * glib/dbus-gloader-expat.c (description_load_from_string): allow
5560         -1 for len
5561
5562         * tools/dbus-viewer.c: add support for introspecting a service on
5563         a bus
5564
5565         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
5566         (dbus_g_pending_call_unref): add
5567
5568 2005-01-29  Havoc Pennington  <hp@redhat.com>
5569
5570         * tools/dbus-tree-view.c: add support for displaying properties.
5571         (run dbus-viewer with an introspect xml file as arg, then resize
5572         the window so the tree elements show up, not sure what that is)
5573
5574         * glib/dbus-gobject.c (handle_introspect): return
5575         org.freedesktop.Properties and org.freedesktop.Introspectable
5576         interfaces when we are introspected.
5577
5578         * doc/dbus-specification.xml: allow empty interface name when 
5579         Get/Set a property
5580
5581 2005-01-29  Havoc Pennington  <hp@redhat.com>
5582
5583         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
5584         though it uses glib, it could be extended for any binding in
5585         principle
5586
5587         * glib/dbus-gobject.c (gobject_message_function): change to the
5588         new way properties work
5589
5590         * dbus/dbus-protocol.h: add the new interfaces
5591
5592         * doc/dbus-specification.xml: document the introspection format,
5593         Introspectable interface, and add an org.freedesktop.Properties
5594         interface.
5595
5596         * glib/dbus-gparser.c: add support for a <property> element
5597
5598         * glib/dbus-gidl.c: add PropertyInfo
5599
5600         * glib/dbus-gobject.c (handle_introspect): put the outermost
5601         <node> outside the signal and property descriptions.
5602         (introspect_properties): export properties as <property> rather
5603         than as method calls
5604
5605 2005-01-28  Havoc Pennington  <hp@redhat.com>
5606
5607         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
5608         related to authentication protocol
5609
5610 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
5611
5612         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
5613                 - BUS_ACTIVATION -> BUS_STARTER
5614                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
5615                 - class MessageIter (__init__): Added recursion checking 
5616                 so we throw a nice error instead of just disconnecting from the
5617                 bus.
5618                 (get): Added arg_type parameter for recursion.
5619                 Removed the nil type
5620                 Added signiture type placeholder (not implemented)
5621                 Added struct type placeholder (not implemented)
5622                 Added varient type placeholder (not implemented)
5623                 Commented out dict type for now     
5624                 (get_element_type): renamed from get_array_type
5625                 (get_*): changed to use the dbus_message_iter_get_basic API
5626                 (get_*_array): removed in favor of recursive get_array method
5627                 (get_array): new recursive method which calls get to marshal
5628                 the elements of the array
5629                 (value_to_dbus_sig): New method returns the corrasponding
5630                 dbus signiture to a python value
5631                 (append): Comment out dict handling for now
5632                 Handle lists with the new recursive API
5633                 Comment out None handling for now
5634                 (append_nil): removed
5635                 (append_*): changed to use dbus_message_iter_append_basic API
5636                 (append_*_array): removed in favor of recursive append_array 
5637                 method
5638                 (__str__): Make it easier to print out recursive iterators
5639                 for debugging
5640                 - class Message (__str__): moved type inspection to the
5641                 MessageIter class' __str__ method
5642                 (get_iter): Added an append parameter wich defaults to False
5643                 If True use the new API's to create an append iterator
5644
5645         * python/dbus.py: Update to use new bindings API
5646                 - TYPE_ACTIVATION -> TYPE_STARTER
5647                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
5648                 - class ActivationBus -> class StarterBus
5649                 - class RemoteObject (__call__): get an append iterator
5650                 - (_dispatch_dbus_method_call): get an append iterator
5651                 - class Object (emit_signal): get an append iterator
5652
5653         * python/examples/: Fixed up the examples to work with the new API
5654                 
5655 2005-01-28  Joe Shaw  <joeshaw@novell.com>
5656
5657         * configure.in: Bump version up to 0.30.
5658
5659         * HACKING: Add a release item to bump the version number up after 
5660         a release.
5661
5662 2005-01-28  Havoc Pennington  <hp@redhat.com>
5663
5664         * doc/dbus-specification.xml: update to describe 16-bit types and
5665         dict entries
5666
5667         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
5668         assertion
5669
5670         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
5671         type
5672
5673         * dbus/dbus-marshal-recursive.c: implement
5674
5675 2005-01-27  Havoc Pennington  <hp@redhat.com>
5676
5677         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
5678
5679         * configure.in: find the right type for 16 and 32 bit ints as well
5680         as 64
5681
5682         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
5683         the 16-bit types so people don't have to stuff them in 32-bit or
5684         byte arrays.
5685
5686 2005-01-27  Havoc Pennington  <hp@redhat.com>
5687
5688         * dbus/dbus-message.c: byteswap the message if you init an
5689         iterator to read/write from it
5690         
5691         * dbus/dbus-marshal-byteswap.c: new file implementing 
5692         _dbus_marshal_byteswap()
5693
5694         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
5695
5696 2005-01-26  Havoc Pennington  <hp@redhat.com>
5697         
5698         * dbus/dbus-marshal-validate-util.c: break this out (and fix
5699         build, apparently - nobody noticed?)
5700         
5701 2005-01-26  Havoc Pennington  <hp@redhat.com>
5702
5703         * dbus/dbus-marshal-recursive.h: remove todo comment
5704
5705 2005-01-25  Joe Shaw  <joeshaw@novell.com>
5706
5707         * Land the mono binding changes to conform to the new APIs.
5708
5709         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
5710         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
5711
5712         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
5713         type code as a string.
5714         (InitAppending): Rename dbus_message_append_iter_init() to
5715         dbus_message_iter_init_append().
5716
5717         * mono/BusDriver.cs: Rename ServiceEventHandler to
5718         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
5719         Rename ServiceOwnerChanged to NameOwnerChanged.
5720
5721         * mono/Connection.cs: Rename BaseService to UniqueName, and the
5722         underlying C call.
5723
5724         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
5725
5726         * mono/Service.cs: Rename Exists to HasOwner, internally rename
5727         dbus_bus_acquire_service() to dbus_bus_request_name().
5728
5729         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
5730         of Type.UnderlyingSystemType to get the correct element type for
5731         the array.
5732         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
5733         dbus_message_get_{element|arg}_type() instead of
5734         dbus_message_iter_init_array_iterator().
5735         (Append): Replace dbus_message_iter_append_array() with
5736         dbus_message_iter_open_container() and
5737         dbus_message_iter_close_container().
5738
5739         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
5740         types have been removed.
5741         
5742         * mono/DBusType/*.cs: Replace calls of
5743         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
5744         but specify the type in the DllImport extern declaration.  Ditto
5745         for dbus_message_iter_append_[type]() ->
5746         dbus_message_iter_append_basic().
5747
5748         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
5749         NameOwnerChangedHandler.
5750
5751 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
5752
5753         * python/dbus_bindings.pyx.in: Rename of methods and bindings
5754                 - get_base_service -> get_unique_name
5755                 - bus_get_base_service -> bus_get_unique_name
5756                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
5757                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
5758                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
5759                 - bus_activate_service -> bus_start_service_by_name
5760                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
5761                 - bus_acquire_service -> bus_request_name
5762                 - dbus_bus_acquire_service -> dbus_bus_request_name
5763                 - bus_service_exists -> bus_name_has_owner
5764                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
5765
5766         * python/dbus.py: Rename of methods
5767                 - activate_service -> start_service_by_name
5768                 - bus_acquire_service -> bus_request_name
5769                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
5770                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
5771
5772         
5773 2005-01-24  Joe Shaw  <joeshaw@novell.com>
5774
5775         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
5776         signature for the method that can't be found.
5777
5778         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
5779         the message has any arguments, we need to call
5780         _dbus_type_reader_get_current_type(), not
5781         _dbus_type_reader_has_next().
5782
5783 2005-01-24  Havoc Pennington  <hp@redhat.com>
5784
5785         * dbus/dbus-message-factory.c: more testing of message validation
5786
5787         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
5788         header
5789
5790 2005-01-23  Havoc Pennington  <hp@redhat.com>
5791
5792         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
5793         get this all working, not many tests in the framework yet though
5794
5795 2005-01-22  Havoc Pennington  <hp@redhat.com>
5796
5797         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
5798         tutorial, based on work from David Wheeler.
5799
5800 2005-01-21  Havoc Pennington  <hp@redhat.com>
5801
5802         * dbus/dbus-bus.c: add more return_if_fail checks
5803
5804         * dbus/dbus-message.c (load_message): have the "no validation"
5805         mode (have to edit the code to toggle the mode for now though)
5806
5807         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
5808         skips all validation; I want to use this at least for benchmark
5809         baseline, I'm not sure if it should be a publicly-available switch.
5810
5811 2005-01-21  Havoc Pennington  <hp@redhat.com>
5812
5813         * glib/dbus-gmain.c: don't put the GLib bindings in the same
5814         toplevel doxygen group as the low-level API stuff
5815
5816         * dbus/dbus.h: note that libdbus is the low-level API
5817
5818 2005-01-20  Havoc Pennington  <hp@redhat.com>
5819
5820         * update-dbus-docs.sh: script to update docs on the web site, only
5821         works for me though. neener.
5822
5823 2005-01-20  Havoc Pennington  <hp@redhat.com>
5824
5825         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
5826         code can reveal bugs in it
5827
5828 2005-01-20  Havoc Pennington  <hp@redhat.com>
5829
5830         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
5831         select() version, patches from Tor Lillqvist
5832
5833 2005-01-20  Havoc Pennington  <hp@redhat.com>
5834
5835         * doc/dbus-tutorial.xml: replace > with &gt;
5836
5837         * bus/services.c (bus_registry_acquire_service): validate the name
5838         and return a better error if it's no good.
5839
5840         * doc/dbus-specification.xml: note NO_AUTO_START change
5841
5842         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
5843         from AUTO_START, we're toggling the default
5844
5845         * bus/dispatch.c: adapt the tests to change of auto-start default
5846
5847 2005-01-18  Havoc Pennington  <hp@redhat.com>
5848
5849         * rename dbus-daemon-1 to dbus-daemon throughout
5850
5851 2005-01-18  Havoc Pennington  <hp@redhat.com>
5852
5853         * Throughout, grand renaming to strip out the use of "service",
5854         just say "name" instead (or "bus name" when ambiguous).  Did not
5855         change the internal code of the message bus itself, only the
5856         programmer-facing API and messages.
5857         
5858         * doc/dbus-specification.xml: further update the message bus section
5859         
5860         * bus/config-parser.c (all_are_equiv): fix bug using freed string
5861         in error case
5862
5863 2005-01-17  Havoc Pennington  <hp@redhat.com>
5864
5865         * dbus/dbus-types.h: remove 16-bit types since we don't use them
5866         ever
5867
5868         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
5869         "invalid name character" not only non-ASCII
5870
5871         * doc/dbus-specification.xml: further update spec, message bus 
5872         parts are still out-of-date but the marshaling etc. stuff is now
5873         accurate-ish
5874
5875 2005-01-17  Havoc Pennington  <hp@redhat.com>
5876
5877         * doc/dbus-specification.xml: partially update spec
5878
5879 2005-01-17  Havoc Pennington  <hp@redhat.com>
5880
5881         * Throughout, align variant bodies according to the contained
5882         type, rather than always to 8. Should save a fair bit of space in
5883         message headers.
5884         
5885         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
5886         fix handling of case where p == end
5887
5888         * doc/TODO: remove the dbus_bool_t item and variant alignment items
5889
5890 2005-01-17  Havoc Pennington  <hp@redhat.com>
5891
5892         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
5893
5894         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
5895         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
5896         are marshaling/unmarshaling a boolean.
5897
5898 2005-01-16  Havoc Pennington  <hp@redhat.com>
5899
5900         This is about it on what can be disabled/deleted from libdbus
5901         easily, back below 150K anyhow. Deeper cuts are more work than 
5902         just turning the code off as I've done here.
5903         
5904         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
5905         signed int convenience funcs
5906
5907         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
5908         verbose mode
5909
5910         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
5911         things out of libdbus
5912
5913         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
5914         
5915         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
5916         tests-enabled-only, though it should probably be deleted)
5917
5918         * dbus/dbus-message-util.c: same stuff
5919
5920         * dbus/dbus-auth-util.c: same stuff
5921
5922 2005-01-16  Havoc Pennington  <hp@redhat.com>
5923
5924         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
5925
5926         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
5927         way for stripping down dbus-userdb.c stuff included in libdbus.
5928         Rename _dbus_parse_uid for consistency.
5929
5930 2005-01-16  Havoc Pennington  <hp@redhat.com>
5931
5932         * dbus/dbus-internals.c (_dbus_real_assert): print the function
5933         name the assertion failed in
5934
5935         * dbus/dbus-internals.h (_dbus_return_if_fail) 
5936         (_dbus_return_val_if_fail): assert that the name of the function
5937         containing the check doesn't start with '_', since we only want to 
5938         use checks on public functions
5939         
5940         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
5941         checks to assertions
5942
5943         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
5944         change checks to asserts for private function
5945
5946         * dbus/dbus-message.c (_dbus_message_set_serial): checks
5947         to asserts for private function
5948
5949         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
5950         broken assertion that was breaking make check
5951         (_dbus_type_reader_array_is_empty): remove this rather than fix
5952         it, was only used in assertions
5953
5954 2005-01-16  Havoc Pennington  <hp@redhat.com>
5955
5956         * test/unused-code-gc.py: hacky script to find code that's used
5957         only by the bus (not libdbus) or used only by tests or not used at
5958         all. It has some false alarms, but looks like we can clean up a
5959         lot of size from libdbus.
5960
5961         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
5962         dbus/Makefile.am: initially move 10K of binary size out of libdbus
5963         
5964 2005-01-16  Havoc Pennington  <hp@redhat.com>
5965
5966         * Add and fix docs according to Doxygen warnings throughout
5967         source.
5968         
5969         * dbus/dbus-marshal-recursive.c
5970         (_dbus_type_reader_array_is_empty): change this to just call
5971         array_reader_get_array_len() and make it static
5972
5973         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
5974         from get_array_type
5975         (dbus_message_iter_init_append): rename from append_iter_init
5976
5977         * dbus/dbus-marshal-recursive.c
5978         (_dbus_type_reader_get_element_type): rename from
5979         _dbus_type_reader_get_array_type
5980
5981 2005-01-15  Havoc Pennington  <hp@redhat.com>
5982
5983         * test/glib/test-profile.c (with_bus_server_filter): fix crash
5984
5985         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
5986         when DBUS_DISABLE_ASSERT
5987         (_dbus_marshal_set_basic): be sure we align for the string length
5988
5989         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
5990         this look faster
5991
5992         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
5993         inline macro version
5994         (_dbus_string_set_byte): provide inline macro version
5995
5996 2005-01-15  Havoc Pennington  <hp@redhat.com>
5997
5998         * Land the new message args API and type system.
5999
6000         This patch is huge, but the public API change is not 
6001         really large. The set of D-BUS types has changed somewhat, 
6002         and the arg "getters" are more geared toward language bindings;
6003         they don't make a copy, etc.
6004
6005         There are also some known issues. See these emails for details
6006         on this huge patch:
6007         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
6008         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
6009         
6010         * dbus/dbus-marshal-*: all the new stuff
6011
6012         * dbus/dbus-message.c: basically rewritten
6013
6014         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
6015         freed blocks to be all non-nul bytes so using freed memory is less
6016         likely to work right
6017
6018         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
6019         DBUS_FAIL_MALLOC=N environment variable, so you can do
6020         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
6021         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
6022         thorough.
6023
6024         * qt/message.cpp: port to the new message args API
6025         (operator<<): use str.utf8() rather than str.unicode()
6026         (pretty sure this is right from the Qt docs?)
6027
6028         * glib/dbus-gvalue.c: port to the new message args API
6029
6030         * bus/dispatch.c, bus/driver.c: port to the new message args API
6031
6032         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
6033         "locked" flag to TRUE and align_offset to 0; I guess we never
6034         looked at these anyhow, but seems cleaner.
6035
6036         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
6037         move allocation padding macro to this header; use it to implement
6038         (_DBUS_STRING_STATIC): ability to declare a static string.
6039
6040         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
6041         change to return TRUE if the interface is not set.
6042
6043         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
6044         to dbus-marshal-validate.[hc]
6045
6046         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
6047         dbus-internals.c
6048
6049         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
6050         to dbus-marshal-*.[hc]
6051
6052         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
6053         function here from dbus-marshal.c
6054
6055 2005-01-12  Joe Shaw  <joeshaw@novell.com>
6056
6057         * NEWS: Update for 0.23.
6058
6059         * configure.in: Release 0.23.
6060
6061 2005-01-12  Joe Shaw  <joeshaw@novell.com>
6062
6063         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
6064         dbus DLL with --debug.  Clean up after the .mdb files this leaves
6065         behind.
6066
6067         * mono/doc/Makefile.am: Need to uninstall the docs on "make
6068         uninstall"
6069
6070         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
6071         is an enum, get the enum's underlying type.  Another mono
6072         1.1.3 fix.
6073
6074 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6075
6076         Patch from Sjoerd Simons <sjoerd@luon.net>
6077
6078         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
6079         DESTDIR.  It breaks stuff.
6080
6081 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6082
6083         Patch from Tambet Ingo <tambet@ximian.com>
6084
6085         * mono/DBusType/Array.cs (Get): Get the underlying element type by
6086         calling type.GetElementType().  The code previously depended on
6087         broken Mono behavior, which was fixed in Mono 1.1.3.
6088
6089         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
6090         Activator.CreateInstance() so that the class's constructor is
6091         called with the right parameters.
6092
6093 2005-01-11  Joe Shaw  <joeshaw@novell.com>
6094
6095         Patch from Timo Teräs <ext-timo.teras@nokia.com>
6096
6097         * dbus/dbus-connection.c
6098         (_dbus_connection_queue_received_message_link): Call
6099         _dbus_connection_remove_timeout() instead of the _locked()
6100         variant, since it's always called from
6101         _dbus_connection_handle_watch(), which handles the locking.
6102         Removed the _locked() variant since it's no longer used.
6103
6104 2005-01-03  Havoc Pennington  <hp@redhat.com>
6105
6106         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
6107         return
6108         
6109 2004-12-26  Havoc Pennington  <hp@redhat.com>
6110
6111         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
6112
6113 2005-01-03  Havoc Pennington  <hp@redhat.com>
6114
6115         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
6116         floating point
6117
6118         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
6119
6120 2005-01-02  Havoc Pennington  <hp@redhat.com>
6121
6122         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
6123
6124 2005-01-01  Havoc Pennington  <hp@redhat.com>
6125
6126         * configure.in: add -Wfloat-equal
6127
6128 2005-01-01  Havoc Pennington  <hp@redhat.com>
6129
6130         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
6131         for a variety of reasons '==' doesn't do this.
6132
6133 2004-12-31  Havoc Pennington  <hp@redhat.com>
6134
6135         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
6136         I keep wishing I had
6137
6138 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
6139
6140         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
6141
6142 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
6143
6144         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
6145         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
6146         dbus-protocol.h.  Because they are defines and not enums they are not
6147         autogenerated.
6148
6149 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
6150
6151         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
6152         dbus_bus_activate_service
6153
6154         * python/dbus.py (Bus.activate_service): activate a service on the
6155         bus.
6156
6157 2004-12-24  Havoc Pennington  <hp@redhat.com>
6158
6159         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
6160         file format has also changed and I haven't adapted to that yet
6161         
6162         * Makefile.am: load .gcno files from latest gcc
6163
6164 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
6165         * Patch from Rob Taylor <robtaylor@fastmail.fm>
6166
6167         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
6168         lowlevel binding
6169
6170         * python/dbus.py (get_unix_user): Added binding to 
6171         call dbus_bindings.bus_get_unix_user
6172
6173         * python/extract.py: Modified the proto_pat regex to
6174         handle unsigned long
6175
6176 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6177
6178         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
6179         better POSIX compliance.
6180
6181 2004-12-19  Havoc Pennington  <hp@redhat.com>
6182
6183         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
6184         (_dbus_string_insert_8_aligned): new functions
6185
6186         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
6187
6188 2004-12-18  Havoc Pennington  <hp@redhat.com>
6189
6190         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
6191         macro
6192
6193         * dbus/dbus-message.c: fix a comment, and add a still-unused
6194         not-implemented function
6195
6196         * dbus/dbus-marshal.h: fix comment
6197
6198         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
6199
6200 2004-12-17  Joe Shaw  <joeshaw@novell.com>
6201
6202         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
6203         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
6204         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
6205         Type.UnderlyingSystemType to get the actual system type
6206         underneath.  This code previously depended on the broken Mono
6207         behavior, which was fixed in 1.1.3.
6208
6209 2004-11-27  Havoc Pennington  <hp@redhat.com>
6210
6211         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
6212         are disabled
6213         (_dbus_string_get_const_data): inline when asserts are disabled
6214
6215         * dbus/dbus-message.c: record the _dbus_current_generation of
6216         creation so we can complain if dbus_shutdown() is used improperly.
6217         Do this only if checks are enabled.
6218
6219         * dbus/dbus-connection.c: ditto
6220         
6221 2004-11-26  Havoc Pennington  <hp@redhat.com>
6222
6223         * test/glib/test-profile.c: add with_bus mode to profile echoes
6224         that go through the bus.
6225
6226         * test/glib/run-test.sh: add ability to run test-profile
6227
6228         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
6229         config file reload.
6230
6231 2004-11-26  Havoc Pennington  <hp@redhat.com>
6232
6233         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
6234         thing was implemented
6235
6236 2004-11-26  Havoc Pennington  <hp@redhat.com>
6237
6238         * test/glib/test-profile.c: tweak a bit, add support for some
6239         made-up minimal malloc overhead with plain sockets, since in 
6240         real life some sort of buffers are unavoidable thus we could 
6241         count them in the theoretical best case
6242
6243 2004-11-26  Havoc Pennington  <hp@redhat.com>
6244
6245         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
6246         where I was trying to cache one too many messages
6247
6248 2004-11-26  Havoc Pennington  <hp@redhat.com>
6249
6250         * dbus/dbus-message.c: reimplement message cache as an array which 
6251         makes the cache about twice as fast and saves maybe 1.5% overall
6252
6253 2004-11-26  Havoc Pennington  <hp@redhat.com>
6254
6255         * dbus/dbus-threads.c (init_global_locks): forgot to put the
6256         message cache lock here
6257
6258 2004-11-26  Havoc Pennington  <hp@redhat.com>
6259
6260         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
6261         the "char byte_order" next to each other to save 4 bytes
6262         (dbus_message_new_empty_header): reduce preallocation, since the
6263         message cache should achieve a similar effect
6264         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
6265         message cache that keeps a few DBusMessage around in a pool,
6266         another 8% speedup or so.
6267
6268         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
6269
6270 2004-11-25  Havoc Pennington  <hp@redhat.com>
6271
6272         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
6273         to write, without reading or blocking, try it before the poll()
6274         and skip the poll() if nothing remains to write. This is about a
6275         3% speedup in the echo client/server
6276
6277 2004-11-25  Havoc Pennington  <hp@redhat.com>
6278
6279         The primary change here is to always write() once before adding
6280         the write watch, which gives us about a 10% performance increase.
6281         
6282         * dbus/dbus-transport-unix.c: a number of modifications to cope
6283         with removing messages_pending
6284         (check_write_watch): properly handle
6285         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
6286         messages_pending stuff
6287         (check_read_watch): properly handle WAITING_FOR_MEMORY and
6288         AUTHENTICATED cases
6289         (unix_handle_watch): after writing, see if the write watch can be
6290         removed
6291         (unix_do_iteration): assert that write_watch/read_watch are
6292         non-NULL rather than testing that they aren't, since they 
6293         aren't allowed to be NULL. check_write_watch() at the end so 
6294         we add the watch if we did not finish writing (e.g. got EAGAIN)
6295
6296         * dbus/dbus-transport-protected.h: remove messages_pending call,
6297         since it resulted in too much inefficient watch adding/removing; 
6298         instead we now require that the transport user does an iteration 
6299         after queueing outgoing messages, and after trying the first
6300         write() we add a write watch if we got EAGAIN or exceeded our 
6301         max bytes to write per iteration setting
6302
6303         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
6304         function
6305
6306         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
6307         freed and then accessed, valgrind flagged this bug, fix it
6308
6309         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
6310         as the last valid field plus 1, where really it is equal to the
6311         last valid field. Corrects some message corruption issues.
6312
6313         * dbus/dbus-mainloop.c: verbosity changes
6314
6315         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
6316         instead of aborting in one of the test codepaths
6317
6318         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
6319         caused not printing the pid ever again if a verbose was missing
6320         the newline at the end
6321         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
6322
6323         * dbus/dbus-connection.c: verbosity changes; 
6324         (dbus_connection_has_messages_to_send): new function
6325         (_dbus_connection_message_sent): no longer call transport->messages_pending
6326         (_dbus_connection_send_preallocated_unlocked): do one iteration to
6327         try to write() immediately, so we can avoid the write watch. This
6328         is the core purpose of this patchset
6329         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
6330         dump the outgoing message queue, so nobody will get confused
6331         trying to send them or thinking stuff is pending to be sent
6332
6333         * bus/test.c: verbosity changes
6334
6335         * bus/driver.c: verbosity/assertion changes
6336
6337         * bus/dispatch.c: a bunch of little tweaks to get it working again
6338         because this patchset changes when/where you need to block.
6339
6340 2004-11-23  Havoc Pennington  <hp@redhat.com>
6341
6342         * test/glib/test-profile.c: modify to accept a plain_sockets
6343         argument in which case it will bench plain sockets instead of
6344         libdbus, for comparison purposes.
6345
6346 2004-11-22  Havoc Pennington  <hp@redhat.com>
6347
6348         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
6349         threads for more time, so sysprof can get a grip on it.
6350
6351         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
6352         pointless variable
6353
6354 2004-11-13  Havoc Pennington  <hp@redhat.com>
6355
6356         * test/glib/test-profile.c: fix this thing up a bit
6357
6358         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
6359         preallocation sizes by a fair bit; not sure if this will be an
6360         overall performance win or not, but it does reduce reallocs.
6361
6362         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
6363         the test hack that forced constant realloc if asserts are
6364         disabled, so we can profile sanely. Sprinkle in some
6365         _DBUS_UNLIKELY() which are probably pointless, but before I
6366         noticed the real performance problem I put them in.
6367         (_dbus_string_validate_utf8): micro-optimize this thing a little
6368         bit, though callgrind says it didn't help; then special-case
6369         ascii, which did help a lot; then be sure we detect nul bytes as
6370         invalid, which is a bugfix.
6371         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
6372         superstition; use memset to nul the padding instead of a manual
6373         loop.
6374         (_dbus_string_get_length): inline this as a
6375         macro; it showed up in the profile because it's used for loop
6376         tests and so forth
6377
6378 2004-11-10  Colin Walters  <walters@verbum.org>
6379
6380         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
6381         for extra paranoia.
6382
6383 2004-11-09  Colin Walters  <walters@verbum.org>
6384
6385         * dbus/dbus-string.c (_dbus_string_get_length): New
6386         function, writes DBusString to C buffer.
6387
6388         * dbus/dbus-string.h: Prototype it.
6389
6390         * dbus/dbus-message.c (dbus_message_type_to_string): New
6391         function, converts message type into C string.
6392
6393         * dbus/dbus-message.h: Prototype it.
6394
6395         * bus/selinux.c (bus_selinux_check): Take source pid,
6396         target pid, and audit data.  Pass audit data to
6397         avc_has_perm.
6398         (log_audit_callback): New function, appends extra
6399         audit information.
6400         (bus_selinux_allows_acquire_service): Also take
6401         service name, add it to audit data.
6402         (bus_selinux_allows_send): Also take message
6403         type, interface, method member, error name,
6404         and destination, and add them to audit data.
6405         (log_cb): Initialize func_audit.
6406         
6407         * bus/selinux.h (bus_selinux_allows_acquire_service)
6408         (bus_selinux_allows_send): Update prototypes 
6409
6410         * bus/services.c (bus_registry_acquire_service): Pass
6411         service name to bus_selinux_allows_acquire_service.
6412
6413         * bus/bus.c (bus_context_check_security_policy): Pass
6414         additional audit data.  Move assignment of dest
6415         to its own line.
6416
6417 2004-11-07  Colin Walters  <walters@verbum.org>
6418
6419         * dbus/dbus-transport-unix.c (do_authentication): Always
6420         initialize auth_completed.
6421         
6422 2004-11-07  Colin Walters  <walters@verbum.org>
6423
6424         * bus/bus.c (load_config): Break into three
6425         separate functions: process_config_first_time_only,
6426         process_config_every_time, and process_config_postinit.
6427         (process_config_every_time): Move call of
6428         bus_registry_set_service_context_table into
6429         process_config_postinit.
6430         (process_config_postinit): New function, does
6431         any processing that needs to happen late
6432         in initialization (and also on reload).
6433         (bus_context_new): Instead of calling load_config,
6434         open config parser here and call process_config_first_time_only
6435         and process_config_every_time directly.  Later, after
6436         we have forked but before changing UID,
6437         invoke bus_selinux_full_init, and then call
6438         process_config_postinit.
6439         (bus_context_reload_config): As in bus_context_new,
6440         load parse file inside here, and call process_config_every_time
6441         and process_config_postinit.
6442
6443         * bus/services.h, bus/services.c
6444         (bus_registry_set_service_context_table): Rename
6445         from bus_registry_set_sid_table.  Take string hash from config
6446         parser, and convert them here into SIDs.
6447
6448         * bus/config-parser.c (struct BusConfigParser): Have
6449         config parser only store a mapping of service->context
6450         string.
6451         (merge_service_context_hash): New function.
6452         (merge_included): Merge context string hashes instead
6453         of using bus_selinux_id_table_union.
6454         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
6455         simply create a new string hash.
6456         (bus_config_parser_unref): Unref it.
6457         (start_selinux_child): Simply insert strings into hash,
6458         don't call bus_selinux_id_table_copy_over.
6459
6460         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
6461         (bus_selinux_id_table_copy_over): Delete.
6462
6463 2004-11-03  Colin Walters  <walters@verbum.org>
6464
6465         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
6466         variables.
6467         
6468 2004-11-03  Colin Walters  <walters@verbum.org>
6469
6470         * bus/test-main.c (test_pre_hook): Fix test logic,
6471         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
6472
6473 2004-11-02  Colin Walters  <walters@redhat.com>
6474
6475         * bus/selinux.c (bus_selinux_init): Split into two functions,
6476         bus_selinux_pre_init and bus_selinux_post_init.
6477         (bus_selinux_pre_init): Just determine whether SELinux is
6478         enabled.
6479         (bus_selinux_post_init): Do everything else.
6480
6481         * bus/main.c (main): Call bus_selinux_pre_init before parsing
6482         config file, and bus_selinux_post_init after.  This ensures that
6483         we don't lose the policyreload notification thread that
6484         bus_selinux_init created before forking previously.
6485         
6486         * bus/test-main.c (test_pre_hook): Update for split.
6487
6488 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
6489
6490         Patch from Johan Fischer <linux@fischaz.com>
6491         
6492         * mono/doc/Makefile.am (install-data-local): Added directory
6493         install for DESTDIR
6494
6495 2004-10-29  Colin Walters  <walters@redhat.com>
6496
6497         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
6498         parameter for fd to write pid to.       
6499
6500         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
6501         
6502         * bus/bus.c (bus_context_new): Pass print_pid_fd
6503         to _dbus_become_daemon (bug #1720)
6504
6505 2004-10-29  Colin Walters  <walters@redhat.com>
6506
6507         Patch from Ed Catmur <ed@catmur.co.uk>
6508
6509         * mono/doc/Makefile.am (install-data-local): Handle
6510         DESTDIR.
6511
6512 2004-10-29  Colin Walters  <walters@redhat.com>
6513
6514         * bus/.cvsignore, qt/.cvsignore: Update.
6515
6516 2004-10-29  Colin Walters  <walters@redhat.com>
6517
6518         Patch from Kristof Vansant <de_lupus@pandora.be>
6519
6520         * configure.in: Detect Slackware.
6521         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
6522         * bus/rc.messagebus.in: New file.
6523
6524 2004-10-29  Colin Walters  <walters@redhat.com>
6525
6526         * tools/dbus-monitor.c (filter_func): Return
6527         DBUS_HANDLER_RESULT_HANDLED in filter function
6528         for now.  See:
6529         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
6530
6531 2004-10-29  Colin Walters  <walters@redhat.com>
6532
6533         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
6534
6535         * bus/services.c (bus_registry_acquire_service): 
6536         Correctly retrieve service name from DBusString
6537         for printing.
6538
6539 2004-10-29  Colin Walters  <walters@redhat.com>
6540
6541         * dbus/dbus-glib.h: Update documentation to not
6542         refer to internal APIs.
6543
6544 2004-10-27  Joe Shaw  <joeshaw@novell.com>
6545
6546         * mono/Arguments.cs (GetDBusTypeConstructor):
6547         type.UnderlyingSystemType will return "System.Byte" if you do it
6548         on "byte[]", which is not what we want.  So check the type.IsArray
6549         property and use System.Array instead.
6550
6551 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
6552
6553         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
6554         the DBusUserInfo structure since this is passed into the function.
6555         This would cause a double free when the function that allocated
6556         the structure would try to free it when an error occured.
6557
6558         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
6559         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
6560         for service activation to avoid 32bit/64bit parallel install issues
6561
6562 2004-10-21  Colin Walters  <walters@verbum.org>
6563
6564         * AUTHORS: Fix my email address, the @gnu.org one
6565         has been bouncing for some time.  Also add J5.
6566         
6567 2004-10-21  Colin Walters  <walters@verbum.org>
6568
6569         * dbus/dbus-transport-unix.c (do_authentication): Return
6570         authentication status to callers.
6571         (unix_handle_watch): If we completed authentication this round,
6572         don't do another read.  Instead wait until the next iteration,
6573         after we've read any pending data in the auth buffer.
6574         (unix_do_iteration): Ditto.
6575         (unix_handle_watch): Updated for new do_authentication prototype.
6576
6577 2004-10-18  Colin Walters  <walters@verbum.org>
6578
6579         * bus/selinux.c (bus_selinux_enabled): Handle
6580         --disable-selinux case.
6581         
6582 2004-10-18  Colin Walters  <walters@verbum.org>
6583
6584         * bus/selinux.h: Add bus_selinux_enabled.
6585         
6586         * bus/selinux.c (bus_selinux_enabled): Implement it.
6587         
6588         * bus/config-parser.c (struct include): Add
6589         if_selinux_enabled member.
6590         (start_busconfig_child): Parse if_selinux_enabled
6591         attribute for include.
6592         (bus_config_parser_content): Handle it.
6593
6594         * bus/session.conf.in, bus/system.conf.in: Add
6595         inclusion of context mapping to default config files;
6596         conditional on SELinux being enabled.
6597         
6598         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
6599         
6600         * test/data/invalid-config-files/badselinux-1.conf, 
6601         test/data/invalid-config-files/badselinux-2.conf:
6602         Test files for bad syntax.
6603         
6604 2004-10-17  Colin Walters  <walters@verbum.org>
6605
6606         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
6607         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
6608         format specifier mismatches.
6609
6610 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6611
6612         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
6613         format string.
6614
6615         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
6616         pointer (bug #1540, Leonardo Boiko).
6617
6618 2004-09-28  Jon Trowbridge  <trow@ximian.com>
6619
6620         * mono/BusDriver.cs: Changed BusDriver struct to remove
6621         the ServiceCreated and ServiceDeleted events and replace them
6622         with the new ServiceOwnerChanged event.
6623
6624         * mono/example/BusListener.cs: Added a new example program,
6625         which listens for and reports any ServiceOwnerChanged events
6626         on the bus driver.
6627
6628         * mono/example/Makefile.am (DESTDIR): Build changes for the
6629         new BusListener.cs example.
6630
6631 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6632
6633         * bus/signals.c (bus_match_rule_parse): validate the components of
6634         match rules (bug #1439).
6635
6636         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
6637
6638 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6639
6640         * doc/dbus-specification.xml: document ServiceOwnerChanged
6641         signal.
6642         
6643         * bus/driver.c, bus/driver.h, bus/services.c: Use
6644         ServiceOwnerChanged signal instead of ServiceCreated and
6645         ServiceDeleted.
6646         
6647         * bus/dispatch.c: update testcase for the new signal.
6648
6649 2004-09-20  Jon Trowbridge  <trow@ximian.com>
6650
6651         Patch from Nat Friedman <nat@novell.com>
6652
6653         * mono/Makefile.am: A number of small build fixes to allow "make
6654         distcheck" to succeed.
6655
6656         * mono/example/Makefile.am: "make distcheck" fixes.
6657
6658         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
6659         key in @srcdir@.
6660
6661         * test/Makefile.am: "make distcheck" fixes.
6662
6663 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6664
6665         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
6666
6667         * doc/busconfig.dtd: update the DTD for the at_console attribute.
6668
6669         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
6670         messages after the first one (bug #1389).
6671         
6672         * bus/dispatch.c (check_double_hello_message): add a test case for
6673         the double hello message bug.
6674         (check_existent_service_activation): fix check of spawning error.
6675         
6676 2004-09-16  David Zeuthen  <david@fubar.dk>
6677
6678         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
6679
6680 2004-09-12  David Zeuthen  <david@fubar.dk>
6681
6682         Patch from Kay Sievers <kay.sievers@vrfy.org>
6683
6684         * bus/bus.c (bus_context_new):
6685         * bus/bus.h:
6686         * bus/main.c (usage)
6687         (main):
6688         Add commandline option --nofork to override configuration file
6689         setting.
6690
6691 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6692
6693         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
6694         compilers don't like it (bug #974).
6695
6696 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
6697
6698         * qt/connection.*: Applied patch by Jérôme Lodewyck
6699         <lodewyck@clipper.ens.fr> to integrate an existing
6700         connection into the Qt eventloop
6701
6702 2004-08-30  Jon Trowbridge  <trow@ximian.com>
6703
6704         * mono/BusDriver.cs: Added.  This is a class for interacting with
6705         the org.freedesktop.DBus service.
6706
6707         * mono/Message.cs: Added a mechanism to expose the message that is
6708         currently being dispatched via the static Message.Current
6709         property.  Added Message.Sender and Message.Destination
6710         properties.
6711
6712         * mono/Handler.cs: Expose the dispatched message via
6713         Message.Current when handling method calls.
6714
6715         * mono/Service.cs: Expose the dispatched message via
6716         Message.Current when handling signal emissions.
6717         
6718         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
6719         Connection.BaseService property.
6720
6721 2004-08-28  Havoc Pennington  <hp@redhat.com>
6722
6723         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
6724
6725         More fixes from Steve Grubb
6726         
6727         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
6728         (_dbus_listen_tcp_socket): fix fd leak
6729
6730         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
6731         EINTR to a bit lower in the code
6732
6733 2004-08-26  Jon Trowbridge  <trow@ximian.com>
6734
6735         * bus/driver.c (bus_driver_handle_service_exists): Respond with
6736         TRUE if we are inquiring about the existence of the built-in
6737         org.freedesktop.DBus service.
6738
6739 2004-08-25  John Palmieri  <johnp@redhat.com>
6740         * bus/config-parser.c:
6741         (struct PolicyType): Add POLICY_CONSOLE
6742         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
6743         (start_busconfig_child): Sets up console element when
6744         <policy at_console=""> is encountered in a policy file
6745         (append_rule_from_element): Convert console elements to console
6746         rules.
6747
6748         * bus/policy.c: 
6749         (bus_policy_create_client_policy): Add console rules to the client
6750         policy based on if the client is at the console
6751         (bus_policy_append_console_rule): New function for adding a
6752         console rule to a policy
6753         (bus_policy_merge): Handle console rule merging
6754
6755         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
6756         where we check for console user files
6757         
6758         * dbus/dbus-sysdeps.c:
6759         (_dbus_file_exists): New function which checks if the given
6760         file exists
6761         (_dbus_user_at_console): New function which does the system
6762         specific process of checking if the user is at the console
6763
6764         * dbus/dbus-userdb.c:
6765         (_dbus_is_console_user): New function converts a UID to user name
6766         and then calls the system specific _dbus_user_at_console to 
6767         see if the user is at the console and therefor a console user
6768
6769 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6770
6771         * bus/config-parser.c (set_limit):
6772         * bus/dbus-daemon-1.1.in:
6773         * test/data/valid-config-files/many-rules.conf: set the
6774         max_match_rules_per_connection limt from the config file. 
6775
6776         * doc/busconfig.dtd: update the DTD.
6777
6778         * bus/driver.c: remove some unused variables.
6779
6780 2004-08-24  Mikael Hallendal  <micke@imendio.com>
6781
6782         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
6783         it's been replaced by dbus_g_bus_get
6784
6785 2004-08-23  Colin Walters  <walters@redhat.com>
6786
6787         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
6788
6789         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
6790
6791         * bus/selinux.c: Create a thread for policy reload notification.
6792         (bus_selinux_get_policy_root): Implement.
6793
6794         * bus/config-parser.c (start_busconfig_child)
6795         (bus_config_parser_content): Support SELinux-root relative
6796         inclusion.
6797
6798         * configure.in <HAVE_SELINUX>: Add -lpthread.
6799         
6800         * bus/test-main.c (test_pre_hook, test_post_hook): New.
6801         (test_post_hook): Move memory checking into here.
6802         (test_pre_hook, test_post_hook): Move SELinux checks in
6803         here, but conditional on a DBUS_TEST_SELINUX environment
6804         variable.  Unfortunately we can't run the SELinux checks
6805         as a normal user, since they won't have any permissions
6806         for /selinux.  So this will have to be tested manually
6807         for now, until we have virtualization for most of
6808         libselinux.
6809         
6810 2004-08-23  Havoc Pennington  <hp@redhat.com>
6811
6812         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
6813         drop supplementary groups, suggested by Steve Grubb
6814
6815 2004-08-20  Colin Walters  <walters@redhat.com>
6816
6817         * bus/config-parser.c (start_busconfig_child): Remove some unused
6818         variables.
6819         
6820         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
6821         warning.
6822
6823 2004-08-17  Joe Shaw  <joeshaw@novell.com>
6824
6825         * configure.in: If --enable-mono is passed in, if we can't find
6826         mono error out.
6827
6828         * mono/Makefile.am: Use /gacutil to install assemblies into the
6829         GAC and not /root.
6830
6831 2004-08-12  Havoc Pennington  <hp@redhat.com>
6832
6833         * NEWS: update for 0.22
6834
6835         * configure.in: release 0.22
6836
6837 2004-08-11  Colin Walters  <walters@redhat.com>
6838
6839         * tools/dbus-send.c (main, usage): Add --reply-timeout
6840         argument.
6841
6842 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6843
6844         * bus/bus.c (process_config_first_time_only): get rid of an unused
6845         DBusError that was causing a memoy leak (bug #989).
6846
6847         * dbus/dbus-keyring.c, dbus/dbus-message.c:
6848         fix compilation on Solaris/Forte C (bug #974)
6849
6850         * bus/main.c (main): plug two minuscule memleaks.
6851
6852 2004-08-10  Havoc Pennington  <hp@redhat.com>
6853
6854         * doc/dbus-tutorial.xml: add some more info on GLib bindings
6855
6856 2004-08-09  Havoc Pennington  <hp@redhat.com>
6857
6858         * COPYING: switch to Academic Free License version 2.1 instead of
6859         2.0, to resolve complaints about patent termination clause.
6860
6861 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
6862
6863         * README: added documentation for the --enable-python 
6864         configure switch.
6865
6866 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6867
6868         * bus/config-parser.c (bus_config_parser_new): fix an invalid
6869         _unref in the SELinux support.
6870
6871         * doc/busconfig.dtd: update DTD for SELinux support.
6872
6873         * bus/config-loader-libxml.c: fix error handler and parser
6874         initialisation/cleanup. OOM test now works with libxml2 HEAD.
6875
6876         * configure.in: remove the warning about libxml2.
6877
6878         * dbus/dbus-bus.c: silence doxygen warning.
6879
6880 2004-07-31  Colin Walters  <walters@redhat.com>
6881
6882         * configure.in: Move #error in SELinux check to its own line.
6883
6884 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6885
6886         * dbus/dbus-internals.h (_DBUS_SET_OOM):
6887         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
6888         dbus_error_set.
6889
6890         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
6891         broken by the change in the _SET_OOM macros.
6892
6893 2004-07-31  Colin Walters  <walters@redhat.com>
6894
6895         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
6896         BUS_SET_OOM.
6897
6898 2004-07-31  Colin Walters  <walters@redhat.com>
6899
6900         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
6901         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
6902         AC_MSG_CHECKING.
6903
6904 2004-07-24  Havoc Pennington  <hp@redhat.com>
6905
6906         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
6907
6908         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
6909         functionality
6910
6911         * configure.in: add --enable-selinux
6912         
6913         * bus/policy.c (bus_policy_merge): add FIXME to a comment
6914
6915         * bus/main.c (main): initialize and shut down selinux
6916
6917         * bus/connection.c: store SELinux ID on each connection, to avoid 
6918         repeated getting of the string context and converting it into 
6919         an ID
6920
6921         * bus/bus.c (bus_context_get_policy): new accessor, though it
6922         isn't used
6923         (bus_context_check_security_policy): check whether the security
6924         context of sender connection can send to the security context of
6925         recipient connection
6926
6927         * bus/config-parser.c: add parsing for <selinux> and <associate>
6928         
6929         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
6930         implement dbus_connection_get_unix_fd()
6931
6932         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
6933         function, used by the selinux stuff
6934         
6935 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6936
6937         * bus/config-loader-libxml.c: complete the implementation of
6938         libxml backend for config file loader. Doesn't work with full OOM
6939         test yet. 
6940         
6941         * configure.in: change error when selecting libxml into a warning.
6942         
6943         * test/data/invalid-config-files: add two non-well-formed XML
6944         files. 
6945         
6946         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
6947         
6948         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
6949         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
6950         be necessary to read all the buffer. (bug #894)
6951
6952         * bus/activation.c (bus_activation_activate_service): fix a
6953         potential assertion failure (bug #896). Small optimization in the
6954         case of auto-activation messages.
6955
6956         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
6957         add test case for byte-through-vararg bug (#901). patch by Kimmo
6958         Hämäläinen. 
6959
6960 2004-07-28  Anders Carlsson  <andersca@gnome.org>
6961
6962         * python/dbus.py:
6963         * python/dbus_bindings.pyx.in:
6964         Add dbus.init_gthreads (), allow emit_signal to pass
6965         arguments to the signal.
6966         
6967 2004-07-24  Havoc Pennington  <hp@redhat.com>
6968
6969         * AUTHORS: add some people, not really comprehensively, let me
6970         know if I missed you
6971
6972 2004-07-24  Havoc Pennington  <hp@redhat.com>
6973
6974         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
6975         Owen
6976
6977         * test/Makefile.am (DIST_SUBDIRS): here also
6978
6979 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6980
6981         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
6982         breaking build on Solaris, reported by Farhad Saberi on the ML.
6983
6984         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
6985         va_arg invocation to account for integer promotion in the case of
6986         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
6987
6988         * bus/services.c (bus_service_remove_owner): fix bug #902, use
6989         _dbus_list_get_first_link, not _dbus_list_get_first.
6990
6991         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
6992
6993         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
6994         handler functions so that the asserts in _dbus_object_subtree_unref
6995         do not fail.
6996
6997         * dbus/dbus-transport-unix.c (do_reading):
6998         _dbus_transport_queue_messages return value is of type
6999         dbus_bool_t, not DBusDispatchStatus.
7000         
7001 2004-07-19  David Zeuthen  <david@fubar.dk>
7002
7003         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
7004
7005         * bus/dispatch.c:
7006         (check_get_connection_unix_user): Debug says GetProperty; but the
7007         method is called GetConnectionUnixUser
7008         (check_get_connection_unix_process_id): New function
7009         (bus_dispatch_test): Actually call check_get_connection_unix_user();
7010         also call check_get_connection_unix_process_id()
7011         
7012         * bus/driver.c:
7013         (bus_driver_handle_get_connection_unix_process_id): New function,
7014         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
7015         interface
7016         
7017         * dbus/dbus-auth.c:
7018         (handle_server_data_external_mech): Set pid from the credentials
7019         obtained from the socket
7020         
7021         * dbus/dbus-connection.c:
7022         (dbus_connection_get_unix_process_id): New function
7023         
7024         * dbus/dbus-connection.h: 
7025         Add prototype for dbus_connection_get_unix_process_id
7026         
7027         * dbus/dbus-transport.c:
7028         (_dbus_transport_get_unix_process_id): New function
7029         
7030         * dbus/dbus-transport.h:
7031         Add prototype for _dbus_transport_get_unix_process_id
7032         
7033 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7034
7035         * dbus/dbus-message.c: Message counter fix, patch by Christian
7036         Hammond <chipx86@gnupdate.org>
7037
7038 2004-07-18  Seth Nickell  <seth@gnome.org>
7039
7040         * python/dbus.py:
7041         * python/dbus_bindings.pyx.in:
7042         * python/tests/test-client.py:
7043
7044         Add dbus.ByteArray and dbus_bindings.ByteArray
7045         types so that byte streams can be passed back.
7046
7047         Give jdahlin the heaps of credit that are so
7048         rightfully his.
7049         
7050 2004-07-12  Seth Nickell  <seth@gnome.org>
7051
7052         * python/dbus.py:
7053
7054         Add message argument to the default object_method_handler
7055         function.
7056         
7057         * python/dbus_bindings.pyx.in:
7058
7059         Automatically return NIL when passed an empty list
7060         (we can't pass back a list since lists are typed
7061         and we don't have any idea what type the the client
7062         intended the list to be... :-( )
7063         
7064 2004-07-10  Seth Nickell  <seth@gnome.org>
7065
7066         * python/examples/Makefile.am:
7067
7068         Fix distcheck breakage caused by new examples.
7069
7070 2004-07-10  Seth Nickell  <seth@gnome.org>
7071
7072         * python/dbus.py:
7073
7074         Add "message" argument to service-side dbus.Object
7075         methods. This will break existing services written
7076         using the python bindings, but will allow extraction
7077         of all the message information (e.g. who its from).
7078
7079         Add improved "object oriented" signal handling/emission.
7080         
7081         * python/examples/example-service.py:
7082
7083         Nix this example.
7084         
7085         * python/examples/example-signal-emitter.py:
7086         * python/examples/example-signal-recipient.py:
7087
7088         Two new examples that show how to emit and receive
7089         signals using the new APIs.
7090         
7091         * python/examples/example-signals.py:
7092         * python/examples/gconf-proxy-service.py:
7093         * python/examples/gconf-proxy-service2.py:
7094
7095         Add "message" argument to service methods.
7096
7097 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
7098
7099         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
7100         * dbus/bus.c (dbus_bus_get_unix_user)
7101         * doc/dbus-specification.xml: implement GetConnectionUnixUser
7102         method of org.freedesktop.DBus interface.
7103
7104         * bus/dispatch.c: test case
7105
7106 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
7107
7108         * python/Makefile.am: switched include directory from glib/ to dbus/
7109         since dbus-glib.h moved
7110  
7111 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7112
7113         * configure.in: prevent building the gcj stuff and libxml loader
7114         since they are broken.
7115
7116 2004-06-20  Havoc Pennington  <hp@redhat.com>
7117
7118         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
7119         codes from the dbus error names
7120         
7121         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
7122         as dbus/dbus-glib.h and that breakage is now visible due to 
7123         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
7124         
7125         * glib/dbus-glib.h: s/gproxy/g_proxy/
7126
7127         * dbus/dbus-shared.h: new header to hold stuff shared with
7128         binding APIs
7129         
7130         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
7131         than dbus-errors.h
7132
7133         * glib/dbus-glib.h (dbus_set_g_error): move to
7134         dbus-glib-lowlevel.h
7135
7136         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
7137         of stuff to enable this
7138
7139         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
7140
7141         * a bunch of other changes with the same basic "separate glib 
7142         bindings from dbus.h" theme
7143         
7144 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
7145
7146         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
7147
7148         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
7149
7150 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7151
7152         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
7153         the reply value of the ServiceExists message.
7154
7155 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
7156
7157         * python/dbus_bindings.pyx.in: No longer need to parse path
7158         elements and pass them as arrays of strings.  The C API now
7159         accepts plain path strings.
7160         (_build_parsed_path): removed 
7161
7162 2004-06-07  Havoc Pennington  <hp@redhat.com>
7163
7164         * doc/TODO: remove auto-activation item since it's done; sort
7165         items by importance/milestone
7166
7167 2004-06-07  Havoc Pennington  <hp@redhat.com>
7168
7169         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
7170         random signature when using REQUIRED_FIELDS (this hack won't work
7171         in the long term)
7172
7173         * dbus/dbus-message.c: change the signature to be a header field,
7174         instead of message->signature special-case string. Incremental
7175         step forward. Then we can fix up code to send the signature in the
7176         message, then fix up code to validate said signature, then fix up
7177         code to not put the typecodes inline, etc.
7178         (load_one_message): don't make up the signature after the fact
7179         (decode_header_data): require signature field for the known
7180         message types
7181
7182         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
7183
7184         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
7185
7186 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
7187
7188         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
7189
7190         * mono/Handler.cs: Updated to follow new path argument for
7191         (un-)registering objects.
7192
7193         * mono/example/Makefile.am:
7194         * mono/Makefile.am:
7195         * configure.in: Bumped required version for mono and use new -pkg
7196         syntax for deps
7197
7198 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7199
7200         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
7201         registration functions take the path argument as char* instead of
7202         char**.
7203
7204         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
7205         split off the path decompostion part of
7206         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
7207         warnings. 
7208
7209         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
7210         
7211 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
7212  
7213         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
7214         machine approach.  A state is implemented as a function that
7215         handles incoming events as specified for that state.
7216         
7217         * doc/dbus-specification.xml: Update auth protocol state machine
7218         specification to match implementation.  Remove some leftover
7219         base64 examples.
7220
7221 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
7222
7223         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
7224         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
7225         quiet doxygen.
7226
7227         * Doxyfile.in: remove deprecated options.
7228
7229         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
7230         glib/test-thread.h, glib/test-thread-client.c,
7231         glib/test-thread-server.c, glib/test-profile.c,
7232         glib/test-dbus-glib.c: remove these unused files.
7233
7234 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7235
7236         * dbus/dbus-object-tree.c
7237         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
7238         non-fallback handlers (bug #684).
7239         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
7240         (find_subtree_recurse): report wether the returned subtree is an
7241         exact match or a "fallback" match higher up in the tree.
7242         (object_tree_test_iteration): update test case.
7243
7244 2004-06-01  Seth Nickell  <seth@gnome.org>
7245
7246         * python/dbus_bindings.pyx.in:
7247         * python/tests/test-client.py:
7248
7249         Round off basic type support. Add dicts (yay!), and 
7250         remaining array types.
7251
7252         Make MessageIter more general so it works for dicts too.
7253
7254         Mark all loop variables as C integers.
7255         
7256 2004-05-31  Havoc Pennington  <hp@redhat.com>
7257
7258         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
7259         "in" before "out"
7260
7261         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
7262
7263         * glib/dbus-glib-tool.c (main): set up to have a --self-test
7264         option that runs the tests, and start filling in some code
7265         including for starters just dumping the interfaces to stdout
7266
7267         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
7268
7269         * test/data/valid-introspection-files/lots-of-types.xml: test of
7270         an example introspection file
7271
7272         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
7273         "node" (I think...)
7274
7275 2004-05-31  Seth Nickell  <seth@gnome.org>
7276
7277         * python/dbus_bindings.pyx.in:
7278         * python/tests/test-client.py:
7279
7280         Test Suite: 1
7281         Python Bindings: 0
7282
7283         Fix string array memory trashing bug... oops...
7284
7285 2004-05-30  Seth Nickell  <seth@gnome.org>
7286
7287         * python/dbus.py:
7288
7289         Add a nicer-but-less-flexible alternate API for handling 
7290         calls to virtual objects in dbus.ObjectTree.
7291
7292         Screw up the argument order to the dbus.Object constructor
7293         for consistency with dbus.ObjectTree (and to make dbus_methods
7294         optional for future extension)
7295         
7296         * python/examples/Makefile.am:
7297         * python/examples/gconf-proxy-service.py:
7298         * python/examples/gconf-proxy-service2.py:
7299
7300         Alternate implementation of gconf-proxy-service using the
7301         nicer dbus.ObjectTree API.
7302         
7303         * python/examples/example-service.py:
7304         * python/tests/test-server.py
7305
7306         Reverse the argument order to deal with dbus.Object constructor
7307         changes.
7308         
7309 2004-05-30  Seth Nickell  <seth@gnome.org>
7310
7311         * python/examples/example-client.py:
7312         * python/examples/example-service.py:
7313
7314         Take it back. Lists seem to work but they're broken
7315         in the test suite. Make the base examples use
7316         lists (works fine).
7317
7318 2004-05-30  Seth Nickell  <seth@gnome.org>
7319
7320         * python/dbus_bindings.pyx.in:
7321         * python/tests/test-client.py:
7322
7323         Add some more tests and fix errors that crop up.
7324         Unfortunately, currently it seems like marshalling
7325         and unmarshalling of lists is completely broken :-(
7326
7327 2004-05-30  Seth Nickell  <seth@gnome.org>
7328
7329         * python/dbus_bindings.pyx.in:
7330
7331         Add support for ObjectPath type.
7332
7333         * python/dbus.py:
7334
7335         Refactor message handling code to a common function.
7336         
7337         * python/tests/test-client.py:
7338         * python/tests/test-server.py:
7339
7340         Add tests that check to make sure values of all types
7341         can be echoed from a service w/o mangling.
7342         
7343 2004-05-29  Seth Nickell  <seth@gnome.org>
7344
7345         * python/dbus.py:
7346
7347         Add ObjectTree class which allows implementation
7348         of trees of "virtual" objects. Basically the python
7349         wrapper for "register_fallback".
7350         
7351         * python/examples/Makefile.am
7352         * python/examples/gconf-proxy-client.py:
7353         * python/examples/gconf-proxy-service.py:
7354
7355         Implement a simple GConf proxy service that supports
7356         get/set on string and int GConf keys using the ObjectTree.
7357         
7358 2004-05-29  Seth Nickell  <seth@gnome.org>
7359
7360         * python/dbus.py:
7361         * python/examples/example-client.py:
7362         * python/examples/example-service.py:
7363         * python/examples/list-system-services.py:
7364
7365         Add SessionBus, SystemBus and ActivationBus classes
7366         so you don't need to know the special little BUS_TYPE
7367         flag.
7368         
7369 2004-05-29  Havoc Pennington  <hp@redhat.com>
7370
7371         * bus/config-parser.c (process_test_valid_subdir): temporarily
7372         stop testing config parser OOM handling, since expat has issues
7373         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
7374
7375         * bus/dbus-daemon-1.1.in: change requested_reply to
7376         send_requested_reply/receive_requested_reply so we can send the
7377         replies, not just receive them.
7378
7379         * bus/config-parser.c: parse the new
7380         send_requested_reply/receive_requested_reply
7381
7382         * bus/policy.c (bus_client_policy_check_can_send): add
7383         requested_reply argument and use it
7384
7385         * bus/bus.c (bus_context_check_security_policy): pass through
7386         requested_reply status to message send check
7387
7388         * bus/system.conf.in: adapt to requested_reply change
7389         
7390 2004-05-28  Havoc Pennington  <hp@redhat.com>
7391
7392         * test/glib/test-service-glib.c (main): remove unused variable
7393
7394         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
7395
7396         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
7397         from the enum, no longer in use.
7398
7399         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
7400         works right.
7401
7402         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
7403         whether error_name passed in is a valid error name.
7404
7405 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
7406
7407         * dbus/dbus-message.c (dbus_message_get_args): Added support for
7408         OBJECT_PATH and OBJECT_PATH_ARRAY
7409
7410 2004-05-28  Seth Nickell  <seth@gnome.org>
7411
7412         * python/examples/Makefile.am:
7413
7414         Forget to add Makefile.am. Do not pass go.
7415
7416 2004-05-28  Michael Meeks  <michael@ximian.com>
7417
7418         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
7419         fix no int64 case.
7420
7421         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
7422
7423         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
7424         (_dbus_message_iter_get_basic_type_array): impl.
7425         drastically simplify ~all relevant _get methods to use these.
7426         (_dbus_message_iter_append_basic_array),
7427         (dbus_message_iter_append_basic): impl
7428         drastically simplify ~all relevant _append methods to use these.
7429
7430         * dbus/dbus-message-builder.c (parse_basic_type) 
7431         (parse_basic_array, lookup_basic_type): impl.
7432         (_dbus_message_data_load): prune scads of duplicate /
7433         cut & paste coding.
7434
7435         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
7436         (_dbus_demarshal_basic_type): implement,
7437         (demarshal_and_validate_len/arg): beef up debug.
7438         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
7439
7440 2004-05-27  Seth Nickell  <seth@gnome.org>
7441
7442         * configure.in:
7443         * python/Makefile.am:
7444
7445         Include the example python apps in the tarball.
7446         
7447         * python/examples/list-system-services.py
7448
7449         Add a python new example that fetches the list of services
7450         from the system bus.
7451         
7452 2004-05-27  Seth Nickell  <seth@gnome.org>
7453
7454         * python/dbus.py:
7455         * python/dbus_bindings.pyx.in:
7456
7457         Fix failure to notify that a signal was not handled,
7458         resulted in hung functions.
7459         
7460 2004-05-25  Colin Walters  <walters@redhat.com>
7461
7462         * tools/dbus-monitor.c (main): Monitor all types of messages.
7463
7464 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
7465
7466         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
7467         which unregisters the object path and disposes the handler.
7468
7469 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
7470  
7471         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
7472          
7473         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
7474         operands to && so we call dbus_message_iter_next () for the last
7475         argument also.
7476
7477 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7478
7479         * dbus/dbus-object-tree.c
7480         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
7481         children even if the requested path isn't registered.
7482         (object_tree_test_iteration): test object_tree_list_registered.
7483
7484         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
7485         it to 0.
7486         
7487 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
7488
7489         * doc/TODO: Remove resolved items.
7490
7491         * bus/expirelist.h (struct BusExpireList): remove unused n_items
7492         field.
7493         
7494         * bus/connection.c (bus_connections_expect_reply): Enforce the
7495         per-connection limit on pending replies.
7496         
7497         Patch from Jon Trowbridge <trow@ximian.com>:
7498  
7499         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
7500         up a watch that triggers a config reload when one end of the pipe
7501         becomes readable.
7502         (signal_handler): Instead of doing the config reload in our SIGHUP
7503         handler, just write to the reload pipe and let the associated
7504         watch handle the reload when control returns to the main loop.
7505  
7506         * bus/driver.c (bus_driver_handle_reload_config): Added.
7507         Implements a ReloadConfig method for requesting a configuration
7508         file reload via the bus driver.
7509  
7510 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
7511
7512         * HACKING: Updated release instructions concerning the wiki page.
7513
7514 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
7515
7516         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
7517         filter against auth->allowed_mechs; we only add allowed mechs in
7518         record_mechanisms().
7519  
7520         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
7521         ALLOWED_MECHS to auth-script format so we can set the list of
7522         allowed mechanisms.
7523  
7524         * data/auth/client-out-of-mechanisms.auth-script: New test to
7525         check client disconnects when it is out of mechanisms to try.
7526  
7527         * dbus/dbus-auth.c (process_command): Remove check for lines
7528         longer that 1 MB; we only buffer up maximum 16 kB.
7529  
7530         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
7531         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
7532         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
7533         assume there might be unused bytes.
7534  
7535         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
7536         client-out-of-mechs, it is handled in process_reject(). Move check
7537         for max failures to send_rejected(), as it's a server-only thing.
7538
7539         * dbus/dbus-auth.c: Factor out protocol reply code into functions
7540         send_auth(), send_data(), send_rejected(), send_error(),
7541         send_ok(), send_begin() and send_cancel().
7542
7543 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
7544
7545         Remove base64 encoding, replace with hex encoding. Original patch
7546         from trow@ximian.com, added error handling.
7547
7548         * dbus/dbus-string.c (_dbus_string_base64_encode)
7549         (_dbus_string_base64_decode): Remove.
7550         (_dbus_string_hex_decode): Add end_return argument so we can
7551         distinguish between OOM and invalid hex encoding.
7552         (_dbus_string_test): Remove base64 tests and add test case for
7553         invalid hex.
7554
7555         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
7556         Replace base64 with hex.
7557
7558         * test/data/auth/invalid-hex-encoding.auth-script: New test case
7559         for invalid hex encoded data in auth protocol.
7560
7561 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7562
7563         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
7564         leak.
7565
7566 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
7567
7568         * mono/dbus-sharp.dll.config.in: Added for GAC
7569         * mono/dbus-sharp.snk: Added for GAC
7570         * mono/Assembly.cs.in: Added for GAC
7571         * mono/Makefile.am: Changes for GAC installation        
7572         * configure.in: Added refs for dbus-sharp.dll.config.in and
7573         Assembly.cs.in. More fixes for mono testing
7574         * mono/example/Makefile.am: Changed var to CSC
7575         * Makefile.am: Changed flag name to DBUS_USE_CSC
7576
7577 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
7578
7579         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
7580         * mono/doc/*: Added documentation framework
7581         * configure.in: Added monodoc check
7582         * README: Added description of mono configure flags
7583
7584 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
7585
7586         * doc/dbus-specification.xml: Added a "Required" column to the 
7587         header fields table and changed the "zero or more" verbage in
7588         the above paragraph to read "The header must contain the required 
7589         named header fields and zero or more of the optional named header 
7590         fields".
7591         * test/data/invalid-messages/*.message: Added the required PATH 
7592         named header field to the tests so that they don't fail on 
7593         'Missing path field'
7594
7595 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
7596
7597         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
7598         the stack by implicitly defining variable and parameter types and
7599         removing the hack of defining C pointers as python objects and later
7600         casting them.
7601
7602 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
7603
7604         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
7605
7606 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
7607
7608         * mono/DBusType/Dict.cs: Handle empty dicts
7609         * mono/DBusType/Array.cs: Handle empty arrays
7610         * mono/Arguments.cs: Handle empty arguments
7611
7612 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
7613
7614         * dbus-sharp.pc.in: Modified to include include Libs and Requires
7615         field
7616
7617 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
7618
7619         * test/data/valid-messages/standard-*.message: Update message
7620         test scripts to new header field names.
7621
7622 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
7623
7624         * test/break-loader.c (randomly_do_n_things): tracked down buffer
7625         overflow to times_we_did_each_thing array which would chop off the
7626         first character of the failure_dir string. Increased the size of
7627         the array to 7 to reflect the number of random mutation functions
7628         we have.
7629
7630 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
7631
7632         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
7633         unix_server->watch here, it is unreffed in disconnect.
7634         (_dbus_server_new_for_tcp_socket): convert NULL host to
7635         "localhost" here so we don't append NULL to address.
7636         
7637         * dbus/dbus-server.c (_dbus_server_test): Add test case for
7638         various addresses, including tcp with no explicit host.
7639
7640 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7641
7642         * dbus/dbus-message.c (decode_header_data, decode_string_field):
7643         fix incorrect setting of .name_offset in the HeaderField (it was
7644         off by two bytes, positioned right after the name and typecode)
7645
7646         * bus/bus.c (bus_context_new, bus_context_unref): test before
7647         calling dbus_server_free_data_slot and _dbus_user_database_unref
7648         in case of an error.
7649
7650         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
7651         by libdbus-gtool.
7652
7653 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
7654
7655         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
7656         _dbus_poll() instead of select().
7657
7658 2004-04-15  Jon Trowbridge  <trow@ximian.com>
7659
7660         * bus/main.c (signal_handler): Reload the configuration files
7661         on SIGHUP.
7662         (main): Set up our SIGHUP handler.
7663
7664         * bus/bus.c (struct BusContext): Store the config file, user and
7665         fork flag in the BusContext.
7666         (process_config_first_time_only): Added.  Contains the code
7667         (previously in bus_context_new) for setting up the BusContext from
7668         the BusConfigParser that should only be run the first time the
7669         config files are read.
7670         (process_config_every_time): Added.  Contains the code (previously
7671         in bus_context_new) for setting up the BusContext from the
7672         BusConfigParser that should be run every time the config files are
7673         read.
7674         (load_config): Added.  Builds a BusConfigParser from the config
7675         files and passes the resulting structure off to
7676         process_config_first_time_only (assuming this is the first time)
7677         and process_config_every_time.
7678         (bus_context_new): All of the config-related code has been moved
7679         to process_config_first_time_only and process_config_every_time.
7680         Now this function just does the non-config-related initializations
7681         and calls load_config.
7682         (bus_context_reload_config): Added.
7683
7684 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7685
7686         * bus/driver.c (bus_driver_handle_get_service_owner):
7687         implement a GetServiceOwner method.
7688         * doc/dbus-specification.xml: document it.
7689         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
7690         
7691         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
7692         implement, using the bus GetServiceOwner method.
7693
7694         * test/glib/test-dbus-glib.c:
7695         use dbus_gproxy_new_for_service_owner so that we can receive the
7696         signal. 
7697
7698 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
7699
7700         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
7701         dbus/dbus-message.c, dbus/dbus-protocol.h
7702         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
7703
7704         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
7705         dbus/dbus-message.c, dbus/dbus-protocol.h
7706         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
7707
7708         * dbus/dbus-internals.c (_dbus_header_field_to_string):
7709         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
7710         DBUS_HEADER_FIELD_SENDER resolves to "sender"
7711
7712         * doc/dbus-specification.xml (Header Fields Table):
7713         s/SERVICE/DESTINATION
7714         s/SENDER_SERVICE/SENDER
7715
7716
7717 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7718
7719         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
7720         a few seconds.
7721
7722 2004-04-13  Michael Meeks  <michael@ximian.com>
7723
7724         * glib/dbus-gobject.c (handle_introspect): split out
7725         (introspect_properties): this.
7726         (handle_introspect): implement this.
7727
7728         * test/glib/Makefile.am: use the absolute path so the bus
7729         daemon's chdir ("/") doesn't kill us dead.
7730
7731         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
7732
7733 2004-04-12  Jon Trowbridge  <trow@ximian.com>
7734
7735         * bus/config-parser.c (struct BusConfigParser): Added
7736         included_files field.
7737         (seen_include): Added.  Checks whether or not a file has already
7738         been included by any parent BusConfigParser.
7739         (bus_config_parser_new): Copy the parent's included_files.
7740         (include_file): Track which files have been included, and fail on
7741         circular inclusions.
7742         (process_test_valid_subdir): Changed printf to report if we are
7743         testing valid or invalid conf files.
7744         (all_are_equiv): Changed printf to be a bit clearer about
7745         what we are actually doing.
7746         (bus_config_parser_test): Test invalid configuration files.
7747
7748 2004-04-09  Jon Trowbridge  <trow@ximian.com>
7749
7750         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
7751         argument.  If non-null, the newly-constructed BusConfigParser will
7752         be initialized with the parent's BusLimits instead of the default
7753         values.
7754         (include_file): When including a config file, pass in
7755         the current parser as the parent and then copy the BusLimits
7756         from the included BusConfigParser pack to the current parser.
7757         (process_test_valid_subdir): Renamed from process_test_subdir.
7758         (process_test_equiv_subdir): Added.  Walks through a directory,
7759         descending into each subdirectory and loading the config files
7760         it finds there.  If any subdirectory contains two config files
7761         that don't produce identical BusConfigParser structs, fail.
7762         For now, the BusConfigParser's BusPolicies are not compared.
7763         (bus_config_parser_test): Call both process_test_valid_subdir and
7764         process_test_equiv_subdir.
7765
7766         * bus/config-loader-libxml.c (bus_config_load): Take a parent
7767         argument and pass it along to the call to bus_config_parser_new.
7768         Also made a few small changes to allow this code to compile.
7769
7770         * bus/config-loader-expat.c (bus_config_load): Take a parent
7771         argument and pass it along to the call to bus_config_parser_new.
7772
7773         * bus/bus.c (bus_context_new): Load the config file
7774         with a NULL parent argument.
7775
7776 2004-03-29  Michael Meeks  <michael@ximian.com>
7777
7778         * glib/dbus-gobject.c (introspect_properties): split
7779         out, fix mangled 'while' flow control.
7780         (introspect_signals): implement.
7781         (handle_introspect): update.
7782
7783 2004-03-29  Michael Meeks  <michael@ximian.com>
7784
7785         * glib/dbus-gobject.c (set_object_property): split out / 
7786         re-work, use the property type, and not the message type(!)
7787         (get_object_property): ditto.
7788
7789         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
7790         (dbus_gvalue_marshal): make this code re-usable, needed
7791         for signals too, also on both proxy and server side.
7792         Re-write for more efficiency / readability.
7793
7794 2004-03-29  Michael Meeks  <michael@ximian.com>
7795
7796         * dbus/dbus-message.c
7797         (dbus_message_new_error_printf): impl.
7798
7799         * dbus/dbus-connection.c
7800         (dbus_connection_unregister_object_path): fix warning.
7801
7802         * configure.in: fix no-mono-installed situation.
7803
7804 2004-03-27  Havoc Pennington  <hp@redhat.com>
7805
7806         Patch from Timo Teräs:
7807         
7808         * tools/dbus-send.c (main): if --print-reply, assume type is
7809         method call; support boolean type args
7810         
7811         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
7812         bunch of memleak and logic bugs
7813         
7814 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
7815
7816         * mono/Arguments.cs:
7817         * mono/Introspector.cs:
7818         * mono/Handler.cs:
7819         * mono/InterfaceProxy.cs:
7820         * mono/Message.cs
7821         * mono/ProxyBuilder.cs:
7822         * mono/Service.cs:
7823         Added InterfaceProxy class to avoid building proxies for every
7824         object.
7825
7826         * dbus-message.h:
7827         * dbus-message.c (dbus_message_append_args_valist)
7828         (dbus_message_iter_get_object_path)
7829         (dbus_message_iter_get_object_path_array)
7830         (dbus_message_iter_append_object_path)
7831         (dbus_message_iter_append_object_path_array):
7832         Added object_path iter functions to handle OBJECT_PATH arguments
7833         
7834 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
7835
7836         First checkin of mono bindings.
7837         * configure.in:
7838         * Makefile.am:
7839         Build stuff for the bindings
7840         * dbus-sharp.pc.in: Added for pkgconfig
7841         
7842 2004-03-21  Havoc Pennington  <hp@redhat.com>
7843
7844         * test/test-service.c (main): remove debug spew
7845
7846 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7847
7848         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
7849         arrays
7850
7851         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
7852         (dbus_message_iter_init_array_iterator)
7853         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
7854         indicate whether the iterator is empty
7855
7856         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
7857         warnings
7858
7859 2004-03-19  Havoc Pennington  <hp@redhat.com>
7860
7861         * NEWS: 0.21 updates
7862
7863         * configure.in: 0.21
7864
7865         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
7866         
7867         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
7868         you don't need pyrex to make dist
7869
7870         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
7871         sources; run moc
7872         
7873 2004-03-18  Richard Hult  <richard@imendio.com>
7874
7875         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
7876         (dbus_message_set_auto_activation): Add doxygen docs.
7877
7878 2004-03-16  Richard Hult  <richard@imendio.com>
7879
7880         * bus/activation.c: (bus_activation_service_created),
7881         (bus_activation_send_pending_auto_activation_messages),
7882         (bus_activation_activate_service):
7883         * bus/activation.h:
7884         * bus/dispatch.c: (bus_dispatch),
7885         (check_nonexistent_service_auto_activation),
7886         (check_service_auto_activated),
7887         (check_segfault_service_auto_activation),
7888         (check_existent_service_auto_activation), (bus_dispatch_test):
7889         * bus/driver.c: (bus_driver_handle_activate_service):
7890         * bus/services.c: (bus_registry_acquire_service):
7891         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
7892         (dbus_message_get_auto_activation):
7893         * dbus/dbus-message.h:
7894         * dbus/dbus-protocol.h: Implement auto-activation.
7895         
7896         * doc/dbus-specification.xml: Add auto-activation to the spec.
7897
7898 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7899
7900         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
7901         fix a bug with CUSTOM types.
7902
7903         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
7904         a unit test for this bug (used to fail).
7905
7906 2004-03-12  Mikael Hallendal  <micke@imendio.com>
7907
7908         * bus/activation.c:
7909         (babysitter_watch_callback): notify all pending activations waiting for
7910           the same exec that the activation failed.
7911         (bus_activation_activate_service): shortcut the activation if we 
7912           already waiting for the same executable to start up.
7913
7914 2004-03-12  Mikael Hallendal  <micke@imendio.com>
7915
7916         * bus/activation.c: 
7917         - Added service file reloading. 
7918           Each service files directory is kept in an hash table in 
7919           BusActivation and each BusActivationEntry knows what .service-file it
7920           was read from. So when you try to activate a service the bus will 
7921           check if it's been updated, removed or if new .service-files has 
7922           been installed.
7923         - Test code at the bottom for the service file reloading.
7924         * bus/test-main.c: (main):
7925         * bus/test.h:
7926         - added service reloading test.
7927         * dbus/dbus-sysdeps.c: 
7928         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
7929
7930 2004-03-08  Michael Meeks  <michael@ximian.com>
7931
7932         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
7933         bail immediately if disconnected, to avoid busy loop.
7934
7935         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
7936         cleanup cut/paste/inefficiency.
7937
7938 2004-03-01  David Zeuthen  <david@fubar.dk>
7939
7940         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
7941         bug where args were used twice. This bug resulted in a segfault
7942         on a Debian/PPC system when starting the messagebus daemon. Include
7943         dbus-sysdeps.h for DBUS_VA_COPY
7944
7945         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
7946
7947         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
7948         appropriate va_copy implementation. From GLib
7949         
7950 2004-02-24  Joe Shaw  <joe@ximian.com>
7951
7952         * bus/services.c (bus_registry_acquire_service): We need to pass
7953         in the service name to dbus_set_error() to prevent a crash.
7954
7955 2003-12-26  Anders Carlsson  <andersca@gnome.org>
7956
7957         * AUTHORS: Reveal my True identity.
7958
7959 2003-12-17  Mikael Hallendal  <micke@imendio.com>
7960
7961         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
7962         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
7963
7964 2003-12-13  Mikael Hallendal  <micke@imendio.com>
7965
7966         * doc/TODO: Added not about better error check of configuration files.
7967
7968 2003-12-02  Richard Hult  <richard@imendio.com>
7969
7970         * Update AFL version to 2.0 throughout the source files to reflect
7971         the update that was done a while ago.
7972
7973 2003-12-02  Richard Hult  <richard@imendio.com>
7974
7975         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
7976         wrote_dict_key to FALSE on the iter that the dict is appended to,
7977         just like when appending other types. Fixes a bug where a dict
7978         couldn't be put inside a dict.
7979         (dbus_message_iter_append_dict_key): Fix typo in warning message.
7980         (message_iter_test, _dbus_message_test): Add test case for dict
7981         inside dict.
7982
7983 2003-12-01  David Zeuthen  <david@fubar.dk>
7984
7985         * python/dbus.py: Add the actual message when calling the reciever
7986         of a signal such that parameters can be inspected. Add the method
7987         remove_signal_receiver
7988         
7989 2003-11-26  Mikael Hallendal  <micke@imendio.com>
7990
7991         * bus/*.[ch]:
7992         * dbus/*.[ch]:
7993         * glib/*.[ch]: Made ref functions return the pointer
7994
7995 2003-11-25  Zack Rusin  <zack@kde.org>
7996
7997         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
7998
7999         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
8000         wrappers,
8001
8002         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
8003         the Integrator and to better fit with the server,
8004
8005 2003-11-24  Zack Rusin  <zack@kde.org>
8006
8007         * qt/connection.h, qt/connection.cpp: removing initDbus method since
8008         the integrator handles it now
8009
8010         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
8011         since QTimer wasn't really meant to be used the way DBusTimeout is
8012
8013 2003-11-24  Zack Rusin  <zack@kde.org>
8014
8015         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
8016         Integrator class which integrates D-BUS with the Qt event loop,
8017
8018         * qt/connection.h, qt/connection.cpp: Move all the code which
8019         was dealing with D-BUS integration to the Integrator class,
8020         and start using Integrator,
8021
8022 2003-11-23  Zack Rusin  <zack@kde.org>
8023
8024         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
8025         wrapper
8026
8027         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
8028         switching namespaces to DBusQt, reworking the class,
8029
8030         * Makefile.cvs: switching dependencies so that it matches KDE 
8031         schematics,
8032         
8033         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
8034         the library
8035
8036 2003-11-19  Havoc Pennington  <hp@redhat.com>
8037
8038         * NEWS: update
8039
8040         * configure.in: bump version to 0.20
8041
8042         * configure.in (have_qt): add yet another place to look for qt
8043         (someone hand trolltech a .pc file...)
8044
8045 2003-11-01  Havoc Pennington  <hp@redhat.com>
8046
8047         * doc/dbus-specification.xml: add state machine docs on the auth
8048         protocol; just a first draft, I'm sure it's wrong.      
8049
8050 2003-10-28  David Zeuthen  <david@fubar.dk>
8051
8052         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
8053         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
8054         
8055 2003-10-28  Havoc Pennington  <hp@redhat.com>
8056
8057         * dbus/dbus-message.c (get_next_field): delete unused function
8058
8059 2003-10-28  Havoc Pennington  <hp@redhat.com>
8060
8061         * bus/expirelist.c (do_expiration_with_current_time): detect
8062         failure of the expire_func due to OOM
8063
8064         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
8065
8066         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
8067         NoReply error that's now created by the bus when the service exits
8068
8069 2003-10-28  Havoc Pennington  <hp@redhat.com>
8070
8071         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
8072         tests for set_path, set_interface, set_member, etc.
8073
8074         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
8075
8076         * dbus/dbus-message.c (set_string_field): always just delete and
8077         re-append the field; accept NULL for deletion
8078         (re_align_fields_recurse): reimplement
8079         
8080 2003-10-26  Havoc Pennington  <hp@redhat.com>
8081
8082         * dbus/dbus-connection.c: fix docs to properly describe the
8083         disconnected message
8084         (_dbus_connection_notify_disconnected): remove this function; 
8085         we can't synchronously add the disconnected message, we have to 
8086         do it after we've queued any remaining real messages
8087         (_dbus_connection_get_dispatch_status_unlocked): queue the
8088         disconnect message only if the transport has finished queueing all
8089         its real messages and is disconnected.
8090         (dbus_connection_disconnect): update the dispatch status here
8091
8092 2003-10-22  Havoc Pennington  <hp@redhat.com>
8093
8094         * bus/bus.c (bus_context_check_security_policy): fix up assertion
8095
8096         * bus/connection.c (bus_transaction_send_from_driver): set the
8097         destination to the connection's base service
8098
8099 2003-10-20  Havoc Pennington  <hp@redhat.com>
8100
8101         hmm, make check is currently not passing.
8102         
8103         * doc/dbus-specification.xml: add requirement that custom type
8104         names follow the same rules as interface names.
8105
8106         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
8107         duplication and allow 'c' to be 'custom'; dict is now 'm' for
8108         'map'
8109
8110         * doc/dbus-specification.xml: update type codes to match
8111         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
8112         CUSTOM. Add type OBJECT_PATH to the spec.
8113
8114 2003-10-17  Havoc Pennington  <hp@redhat.com>
8115
8116         * bus/driver.c (create_unique_client_name): use "." as separator
8117         in base service names instead of '-'
8118
8119         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
8120         byte at the end of the string
8121
8122         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
8123         optimization macros since string validation seems to be a slow
8124         point.
8125         
8126         * doc/dbus-specification.xml: restrict valid
8127         service/interface/member/error names. Add test suite code for the
8128         name validation.
8129
8130         * dbus/dbus-string.c: limit service/interface/member/error names 
8131         to [0-9][A-Z][a-z]_
8132
8133         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
8134         format arg to verbose spew
8135
8136         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
8137         memory, return instead of g_error
8138
8139         * test/test-service.c (path_message_func): support emitting a
8140         signal on request
8141
8142         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
8143         activation bus type if DBUS_BUS_ACTIVATION was set; default to
8144         assuming the activation bus was the session bus so that services
8145         started manually will still register.
8146         (init_connections_unlocked): fix so that in OOM situation we get
8147         the same semantics when retrying the function
8148         
8149         * test/test-service.c (main): change to use path registration, to
8150         test those codepaths; register with DBUS_BUS_ACTIVATION rather
8151         than DBUS_BUS_SESSION
8152
8153 2003-10-16  Havoc Pennington  <hp@redhat.com>
8154
8155         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
8156
8157         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
8158         coverage of the tests
8159         (coverage-report.txt): don't move the .da and .bbg files around
8160
8161 2003-10-16  Havoc Pennington  <hp@redhat.com>
8162
8163         * bus/bus.c (struct BusContext): remove struct field I didn't mean
8164         to put there
8165
8166 2003-10-16  Havoc Pennington  <hp@redhat.com>
8167
8168         * bus/connection.c (bus_pending_reply_expired): either cancel or
8169         execute, not both
8170         (bus_connections_check_reply): use unlink, not remove_link, as we
8171         don't want to free the link; fixes double free mess
8172
8173         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
8174         where no reply was received
8175
8176         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
8177         fix a refcount leak
8178
8179         * bus/signals.c (match_rule_matches): add special cases for the
8180         bus driver, so you can match on sender/destination for it.
8181
8182         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
8183         DBUS_PRINT_BACKTRACE is set
8184
8185         * dbus/dbus-internals.c: add pid to assertion failure messages
8186
8187         * dbus/dbus-connection.c: add message type code to the debug spew
8188
8189         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
8190         sender=foo not service=foo
8191
8192         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
8193         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
8194         DBUS_ACTIVATION_ADDRESS instead
8195
8196         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
8197         DBUS_SYSTEM_BUS_ADDRESS if appropriate
8198
8199         * bus/bus.c (bus_context_new): handle OOM copying bus type into
8200         context struct
8201
8202         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
8203         (dbus_message_iter_get_object_path_array): new function (half
8204         finished, disabled for the moment)
8205         
8206         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
8207         DBUS_MESSAGE_TYPE_ERROR
8208
8209         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
8210         avoid redirecting stderr to /dev/null
8211         (babysit): close stdin if not doing the "exit_with_session" thing
8212
8213         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
8214         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
8215         stdout/stdin, so things don't get confused
8216         
8217         * bus/system.conf.in: fix to allow replies, I modified .conf
8218         instead of .conf.in again.
8219
8220 2003-10-14  David Zeuthen  <david@fubar.dk>
8221
8222         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
8223         argtype to arg_type when raising unknown arg type exception.
8224         Changed type list to reflect the changes in dbus-protocol.h so 
8225         the bindings actually work.
8226
8227 2003-10-14  Havoc Pennington  <hp@redhat.com>
8228
8229         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
8230         to have a bug keeping it from outputting the .da files sometimes
8231         (string_get_string): don't append garbage nul bytes to the string.
8232
8233 2003-10-15  Seth Nickell  <seth@gnome.org>
8234
8235         * python/Makefile.am:
8236
8237         Include dbus_h_wrapper.h in the dist tarball.
8238
8239 2003-10-14  Havoc Pennington  <hp@redhat.com>
8240
8241         * bus/bus.c (bus_context_check_security_policy): revamp this to
8242         work more sanely with new policy-based requested reply setup
8243
8244         * bus/connection.c (bus_transaction_send_from_driver): set bus
8245         driver messages as no reply
8246
8247         * bus/policy.c (bus_client_policy_check_can_receive): handle a
8248         requested_reply attribute on allow/deny rules
8249
8250         * bus/system.conf: add <allow requested_reply="true"/>
8251
8252         * bus/driver.c (bus_driver_handle_message): fix check for replies
8253         sent to the bus driver, which was backward. How did this ever work
8254         at all though? I think I'm missing something.
8255
8256         * dbus/dbus-message.c (decode_header_data): require error and
8257         method return messages to have a reply serial field to be valid
8258         (_dbus_message_loader_queue_messages): break up this function;
8259         validate that reply serial and plain serial are nonzero; 
8260         clean up the OOM/error handling.
8261         (get_uint_field): don't return -1 from this
8262         (dbus_message_create_header): fix signed/unsigned bug
8263
8264         * bus/connection.c (bus_connections_expect_reply): save serial of
8265         the incoming message, not reply serial
8266
8267 2003-10-14  Havoc Pennington  <hp@redhat.com>
8268
8269         * bus/connection.c: implement pending reply tracking using
8270         BusExpireList
8271
8272         * bus/bus.c (bus_context_check_security_policy): verify that a
8273         reply is pending in order to allow a reply to be sent. Deny 
8274         messages of unknown type.
8275
8276         * bus/dbus-daemon-1.1.in: update to mention new resource limits
8277
8278         * bus/bus.c (bus_context_get_max_replies_per_connection): new
8279         (bus_context_get_reply_timeout): new
8280
8281 2003-10-13  Seth Nickell  <seth@gnome.org>
8282
8283         * python/Makefile.am:
8284
8285         Pass "make distcheck": remove a couple files from DIST_FILES
8286         that weren't included in the final version.
8287
8288 2003-10-12  Havoc Pennington  <hp@pobox.com>
8289
8290         Added test code that 1) starts an actual bus daemon and 2) uses
8291         DBusGProxy; fixed bugs that were revealed by the test. Lots 
8292         more testing possible, but this is the basic framework.
8293         
8294         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
8295         empty proxy lists from the proxy list hash
8296
8297         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
8298         couple of return_if_fail checks
8299
8300         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
8301         to allocate, so everything is cleared to NULL as it should be.
8302
8303         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
8304         source as data to dbus_connection_set_timeout_functions() as the 
8305         timeout functions expected
8306
8307         * test/glib/run-test.sh: add a little script to start up a message
8308         bus and run tests using it
8309
8310         * tools/dbus-launch.1: updates
8311
8312         * tools/dbus-launch.c (main): add --config-file option
8313
8314         * tools/dbus-launch.c (main): remove confusing else if (runprog)
8315         that could never be reached.
8316
8317         * dbus/dbus-message.c (dbus_message_new_method_return) 
8318         (dbus_message_new_error, dbus_message_new_signal): set the
8319         no-reply-expected flag on all these. Redundant, but may
8320         as well be consistent.
8321
8322 2003-10-11  Havoc Pennington  <hp@pobox.com>
8323
8324         * test/decode-gcov.c (function_solve_graph): make broken block
8325         graph a nonfatal error since it seems to be broken. Need to debug
8326         this.
8327
8328         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
8329         can't just check type > INVALID < LAST anymore
8330
8331         * dbus/dbus-message.c (dbus_message_get_signature): new function
8332         (dbus_message_has_signature): new function
8333         (struct DBusMessage): add signature field (right now it isn't sent
8334         over the wire, just generated on the fly)
8335         (dbus_message_copy): copy the signature, and init strings to
8336         proper length to avoid some reallocs
8337         (dbus_message_iter_init_array_iterator): return void, since it
8338         can't fail
8339         (dbus_message_iter_init_dict_iterator): return void since it can't fail
8340         (_dbus_message_loader_queue_messages): add silly temporary hack to
8341         fill in message->signature on load
8342
8343         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
8344         characters, so they are relatively human-readable.
8345
8346 2003-10-11  Havoc Pennington  <hp@pobox.com>
8347
8348         * dbus/dbus-message.c (_dbus_message_test): add more test
8349         coverage, but #if 0 for now since they uncover a bug 
8350         not fixed yet; I think in re_align_field_recurse()
8351         (re_align_field_recurse): add FIXME about broken assertion
8352
8353         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
8354
8355         * bus/connection.c: share a couple code bits with expirelist.c
8356
8357         * bus/expirelist.h, bus/expirelist.c: implement a generic
8358         expire-items-after-N-seconds facility, was going to share between
8359         expiring connections and replies, decided not to use for expiring
8360         connections for now.
8361
8362         * COPYING: include AFL 2.0 (still need to change all the file headers)
8363
8364 2003-10-09  Havoc Pennington  <hp@redhat.com>
8365
8366         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
8367         gcc 3.3. Not that we do anything about it yet.
8368
8369         * bus/signals.c (bus_match_rule_parse): impose max length on the
8370         match rule text
8371
8372         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
8373
8374 2003-10-09  Havoc Pennington  <hp@redhat.com>
8375
8376         Make matching rules theoretically work (add parser).
8377         
8378         * bus/bus.c (bus_context_check_security_policy): fix up to handle
8379         the case where destination is explicitly specified as bus driver
8380         and someone else is eavesdropping.
8381         
8382         * bus/policy.c (bus_client_policy_check_can_receive): fix up
8383         definition of eavesdropping and assertion
8384
8385         * tools/dbus-send.c (main): use dbus_message_type_from_string
8386
8387         * bus/signals.c (bus_match_rule_parse): implement
8388
8389         * dbus/dbus-message.c (dbus_message_type_from_string): new
8390
8391         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
8392
8393 2003-10-02  Havoc Pennington  <hp@pobox.com>
8394
8395         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
8396         dbus_gproxy_oneway_call
8397
8398         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
8399         (dbus_server_setup_with_g_main): fix to allow calling them more
8400         than once on the same args
8401         (dbus_bus_get_with_g_main): new function
8402
8403 2003-10-02  Havoc Pennington  <hp@redhat.com>
8404
8405         * doc/dbus-tutorial.xml: write some stuff
8406
8407 2003-09-29  Havoc Pennington  <hp@pobox.com>
8408
8409         * configure.in: split checks for Doxygen from XML docs, check for
8410         xmlto
8411
8412         * doc/Makefile.am: XML-ify all the docs, and add a blank
8413         dbus-tutorial.xml
8414
8415 2003-09-29  Havoc Pennington  <hp@pobox.com>
8416
8417         * Merge dbus-object-names branch. To see the entire patch 
8418         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
8419         it's huuuuge though.
8420         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
8421         
8422 2003-09-28  Havoc Pennington  <hp@pobox.com>
8423
8424         * HACKING: update to reflect new server
8425
8426 2003-09-26  Seth Nickell  <seth@gnome.org>
8427
8428         * python/dbus.py:
8429         * python/examples/example-signals.py:
8430
8431         Start implementing some notions of signals. The API
8432         is really terrible, but they sort of work (with the
8433         exception of being able to filter by service, and to
8434         transmit signals *as* a particular service). Need to
8435         figure out how to make messages come from the service
8436         we registered :-(
8437         
8438         * python/dbus_bindings.pyx.in:
8439
8440         Removed duplicate message_handler callbacks.
8441         
8442 2003-09-25  Havoc Pennington  <hp@redhat.com>
8443
8444         * bus/session.conf.in: fix my mess
8445
8446 2003-09-25  Havoc Pennington  <hp@pobox.com>
8447
8448         * bus/session.conf.in: fix security policy, reported by Seth Nickell
8449
8450 2003-09-25  Seth Nickell  <seth@gnome.org>
8451
8452         * python/examples/example-service.py:
8453
8454         Johan notices complete wrong code in example-service, but
8455         completely wrong in a way that works exactly the same (!).
8456         Johan is confused, how could this possibly work? Example
8457         code fails to serve purpose of making things clear.
8458         Seth fixes.
8459
8460 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
8461
8462         * doc/dbus-specification.sgml: don't require header fields
8463         to be 4-byte aligned and specify that fields should be
8464         distinguished from padding by the fact that zero is not
8465         a valid field name.
8466         
8467         * doc/TODO: remove re-alignment item and add item to doc
8468         the OBJECT_PATH type.
8469         
8470         * dbus/dbus-message.c:
8471         (HeaderField): rename the original member to value_offset
8472         and introduce a name_offset member to keep track of where
8473         the field actually begins.
8474         (adjust_field_offsets): remove.
8475         (append_int_field), (append_uint_field),
8476         (append_string_field): don't align the start of the header
8477         field to a 4-byte boundary.
8478         (get_next_field): impl finding the next marhsalled field
8479         after a given field.
8480         (re_align_field_recurse): impl re-aligning a number of
8481         already marshalled fields.
8482         (delete_field): impl deleting a field of any type and
8483         re-aligning any following fields.
8484         (delete_int_or_uint_field), (delete_string_field): remove.
8485         (set_int_field), (set_uint_field): no need to re-check
8486         that we have the correct type for the field.
8487         (set_string_field): ditto and impl re-aligning any
8488         following fields.
8489         (decode_header_data): update to take into account that
8490         the fields aren't 4-byte aligned any more and the new
8491         way to distinguish padding from header fields. Also,
8492         don't exit when there is too much header padding.
8493         (process_test_subdir): print the directory.
8494         (_dbus_message_test): add test to make sure a following
8495         field is re-aligned correctly after field deletion.
8496         
8497         * dbus/dbus-string.[ch]:
8498         (_dbus_string_insert_bytes): rename from insert_byte and
8499         allow the insert of multiple bytes.
8500         (_dbus_string_test): test inserting multiple bytes.
8501
8502         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
8503         warning note to docs about having to re-align any
8504         marshalled values following the string.
8505         
8506         * dbus/dbus-message-builder.c:
8507         (append_string_field), (_dbus_message_data_load):
8508         don't align the header field.
8509         
8510         * dbus/dbus-auth.c: (process_test_subdir): print the
8511         directory.
8512         
8513         * test/break-loader.c: (randomly_add_one_byte): upd. for
8514         insert_byte change.
8515         
8516         * test/data/invalid-messages/bad-header-field-alignment.message:
8517         new test case.
8518         
8519         * test/data/valid-messages/unknown-header-field.message: shove
8520         a dict in the unknown field.
8521
8522 2003-09-25  Seth Nickell  <seth@gnome.org>
8523
8524         * python/dbus.py:
8525         * python/dbus_bindings.pyx.in:
8526
8527         Handle return values.
8528         
8529         * python/examples/example-client.py:
8530         * python/examples/example-service.py:
8531
8532         Pass back return values from the service to the client.
8533         
8534 2003-09-24  Seth Nickell  <seth@gnome.org>
8535
8536         * python/dbus.py:
8537
8538         Connect Object methods (when you are sharing an object) up... pass
8539         in a list of methods to be shared. Sharing all the methods just
8540         worked out too weird. You can now create nice Services over the
8541         DBus in Python. :-)
8542         
8543         * python/dbus_bindings.pyx.in:
8544
8545         Keep references to user_data tuples passed into C functions so 
8546         Python doesn't garbage collect on us.
8547
8548         Implement MethodReturn and Error subclasses of Message for creating
8549         DBusMessage's of those types.
8550         
8551         * python/examples/example-client.py:
8552         * python/examples/example-service.py:
8553
8554         Simple example code showing both how create DBus services and objects,
8555         and how to use them.
8556
8557 2003-09-23  Havoc Pennington  <hp@pobox.com>
8558
8559         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
8560
8561 2003-09-23  Havoc Pennington  <hp@redhat.com>
8562
8563         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
8564         (dbus_gproxy_disconnect_signal): implement
8565         (dbus_gproxy_manager_remove_signal_match): implement
8566         (dbus_gproxy_manager_add_signal_match): implement
8567         (dbus_gproxy_oneway_call): implement
8568
8569 2003-09-23  Havoc Pennington  <hp@pobox.com>
8570
8571         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
8572         subclass. This means dropping the transparent thread safety of the
8573         proxy; you now need a separate proxy per-thread, or your own
8574         locking on the proxy. Probably right anyway.
8575         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
8576
8577 2003-09-22  Havoc Pennington  <hp@redhat.com>
8578
8579         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
8580
8581 2003-09-21  Seth Nickell  <seth@gnome.org>
8582
8583         First checkin of the Python bindings.
8584         
8585         * python/.cvsignore:
8586         * python/Makefile.am:
8587         * python/dbus_bindings.pyx.in:
8588         * python/dbus_h_wrapper.h:
8589
8590         Pieces for Pyrex to operate on, building a dbus_bindings.so
8591         python module for low-level access to the DBus APIs.
8592         
8593         * python/dbus.py:
8594
8595         High-level Python module for accessing DBus objects.
8596
8597         * configure.in:
8598         * Makefile.am:
8599
8600         Build stuff for the python bindings.
8601
8602         * acinclude.m4:
8603
8604         Extra macro needed for finding the Python C header files.
8605
8606 2003-09-21  Havoc Pennington  <hp@pobox.com>
8607
8608         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
8609         implementing the proxy manager, didn't get very far.
8610
8611         * dbus/dbus-bus.c (dbus_bus_add_match): new
8612         (dbus_bus_remove_match): new
8613
8614         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
8615         path_name argument; adjust the other not-yet-implemented 
8616         gproxy constructors to be what I think they should be.
8617
8618 2003-09-21  Havoc Pennington  <hp@pobox.com>
8619
8620         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
8621         by default for message bus connections.
8622
8623         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
8624         exit_on_disconnect flag is set and we process the disconnected
8625         signal.
8626         (dbus_connection_set_exit_on_disconnect): new function
8627
8628 2003-09-21  Havoc Pennington  <hp@pobox.com>
8629
8630         Get matching rules mostly working in the bus; only actually
8631         parsing the rule text remains. However, the client side of
8632         "signal connections" hasn't been started, this patch is only the
8633         bus side.
8634         
8635         * dbus/dispatch.c: fix for the matching rules changes
8636         
8637         * bus/driver.c (bus_driver_handle_remove_match)
8638         (bus_driver_handle_add_match): send an ack reply from these
8639         method calls
8640
8641         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
8642         arguments, reported by Seth Nickell
8643
8644         * bus/config-parser.c (append_rule_from_element): support
8645         eavesdrop=true|false attribute on policies so match rules 
8646         can be prevented from snooping on the system bus.
8647
8648         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
8649         and "destination" in attribute names; fix some docs bugs; 
8650         add eavesdrop=true|false attribute
8651
8652         * bus/driver.c (bus_driver_handle_add_match)
8653         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
8654         messages
8655
8656         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
8657         rid of broadcast service concept, signals are just always broadcast
8658
8659         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
8660         mostly implement matching rules stuff (currently only exposed as signal
8661         connections)
8662
8663 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
8664
8665         * doc/dbus-specification.sgml: Change the header field name
8666         to be an enum and update the rest of the spec to reference
8667         the fields using the conventinal name.
8668
8669         * dbus/dbus-protocol.h: update to reflect the spec.
8670
8671         * doc/TODO: add item to remove the 4 byte alignment requirement.
8672         
8673         * dbus/dbus-message.c: Remove the code to generalise the
8674         header/body length and serial number header fields as named
8675         header fields so we can reference field names using the 
8676         protocol values.
8677         (append_int_field), (append_uint_field), (append_string_field):
8678         Append the field name as a byte rather than four chars.
8679         (delete_int_or_uint_field), (delete_string_field): reflect the
8680         fact that the field name and typecode now occupy 4 bytes instead
8681         of 8.
8682         (decode_string_field), (decode_header_data): update to reflect
8683         protocol changes and move the field specific encoding from
8684         decode_string_field() back into decode_header_data().
8685         
8686         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
8687         Add utility to aid debugging.
8688         
8689         * dbus/dbus-message-builder.c:
8690         (append_string_field), (_dbus_message_data_load): Update to
8691         reflect protocol changes; Change the FIELD_NAME directive
8692         to HEADER_FIELD and allow it to take the field's conventional
8693         name rather than the actual value.
8694         
8695         * test/data/*/*.message: Update to use HEADER_FIELD instead
8696         of FIELD_NAME; Always align the header on an 8 byte boundary
8697         *before* updating the header length.
8698
8699 2003-09-15  Havoc Pennington  <hp@pobox.com>
8700
8701         * dbus/dbus-pending-call.c: add the get/set object data
8702         boilerplate as for DBusConnection, etc. Use generic object data
8703         for the notify callback.
8704
8705         * glib/dbus-gparser.c (parse_node): parse child nodes
8706
8707         * tools/dbus-viewer.c: more hacking on the dbus-viewer
8708         
8709         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
8710         contain functions shared between the convenience lib and the
8711         installed lib
8712
8713         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
8714         -export-symbols-regex to the GLib library
8715
8716         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
8717         fix the locking in here, and add a default handler for
8718         Introspect() that just returns sub-nodes.
8719
8720 2003-09-14  Havoc Pennington  <hp@pobox.com>
8721
8722         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
8723         rather than gfoo consistent
8724
8725         * glib/dbus-gproxy.h: delete for now, move contents to
8726         dbus-glib.h, because the include files don't work right since we
8727         aren't in the dbus/ subdir.
8728         
8729         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
8730         (dbus_gproxy_end_call): finish
8731         (dbus_gproxy_begin_call): finish
8732
8733         * glib/dbus-gmain.c (dbus_set_g_error): new
8734
8735         * glib/dbus-gobject.c (handle_introspect): include information
8736         about child nodes in the introspection
8737
8738         * dbus/dbus-connection.c (dbus_connection_list_registered): new
8739         function to help in implementation of introspection
8740
8741         * dbus/dbus-object-tree.c
8742         (_dbus_object_tree_list_registered_and_unlock): new function
8743
8744 2003-09-12  Havoc Pennington  <hp@pobox.com>
8745
8746         * glib/dbus-gidl.h: add common base class for all the foo_info
8747         types
8748
8749         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
8750         similar to kdcop
8751
8752         * test/Makefile.am: try test srcdir -ef . in addition to test
8753         srcdir = ., one of them should work (yeah lame)
8754         
8755         * glib/Makefile.am: build the "idl" parser stuff as a convenience
8756         library
8757         
8758         * glib/dbus-gparser.h: make description_load routines return
8759         NodeInfo* not Parser*
8760
8761         * Makefile.am (SUBDIRS): build test dir after all library dirs
8762
8763         * configure.in: add GTK+ detection
8764
8765 2003-09-07  Havoc Pennington  <hp@pobox.com>
8766
8767         * Make Doxygen contented.
8768
8769 2003-09-07  Havoc Pennington  <hp@pobox.com>
8770
8771         * doc/dbus-specification.sgml: more updates
8772
8773 2003-09-06  Havoc Pennington  <hp@pobox.com>
8774
8775         * doc/dbus-specification.sgml: partial updates
8776
8777         * bus/dbus-daemon-1.1.in: fix the config file docs for the
8778         zillionth time; hopefully I edited the right file this time.
8779
8780         * bus/config-parser.c (append_rule_from_element): support
8781         send_type, send_path, receive_type, receive_path
8782
8783         * bus/policy.c: add message type and path to the list of things
8784         that can be "firewalled"
8785
8786 2003-09-06  Havoc Pennington  <hp@pobox.com>
8787
8788         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
8789         (dbus_connection_register_object_path): make this not handle
8790         messages to paths below the given path
8791
8792 2003-09-03  Havoc Pennington  <hp@pobox.com>
8793
8794         * test/glib/Makefile.am: add this with random glib-linked test
8795         programs
8796
8797         * glib/Makefile.am: remove the random test programs from here,
8798         leave only the unit tests
8799
8800         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
8801         uscore/javacaps conversion, and fix     
8802         (get_object_property, set_object_property): change to .NET
8803         convention for mapping props to methods, set_FooBar/get_FooBar, 
8804         since one language has such a convention we may as well copy it. 
8805         Plus real methods in either getFooBar or get_foo_bar style won't 
8806         collide with this convention.
8807
8808 2003-09-01  Havoc Pennington  <hp@pobox.com>
8809
8810         * glib/dbus-gparser.c: implement
8811
8812         * glib/dbus-gobject.c: start implementing skeletons support
8813
8814         * configure.in: when disabling checks/assert, also define
8815         G_DISABLE_ASSERT and G_DISABLE_CHECKS
8816
8817 2003-09-01  Havoc Pennington  <hp@pobox.com>
8818
8819         * glib/Makefile.am: rearrange a bunch of files and get "make
8820         check" framework set up
8821
8822 2003-08-31  Havoc Pennington  <hp@pobox.com>
8823
8824         * fix build with --disable-tests
8825
8826 2003-08-30  Havoc Pennington  <hp@pobox.com>
8827
8828         * dbus/dbus-connection.c: purge DBusMessageHandler
8829
8830         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
8831         use callbacks everywhere
8832
8833 2003-08-30  Havoc Pennington  <hp@pobox.com>
8834
8835         * test/data/valid-config-files/system.d/test.conf: change to 
8836         root for the user so warnings don't get printed
8837
8838         * dbus/dbus-message.c: add dbus_message_get_path,
8839         dbus_message_set_path
8840         
8841         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
8842         dispatching to a path
8843
8844         * dbus/dbus-string.c (_dbus_string_validate_path): add
8845
8846         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
8847         (_dbus_marshal_object_path): implement
8848
8849         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
8850         to contain the path to the target object
8851         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
8852         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
8853
8854 2003-08-30  Havoc Pennington  <hp@pobox.com>
8855
8856         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
8857
8858 2003-08-29  Havoc Pennington  <hp@pobox.com>
8859
8860         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
8861         registered
8862         (struct DBusObjectSubtree): shrink this
8863         a lot, since we may have a lot of them
8864         (_dbus_object_tree_free_all_unlocked): implement
8865         (_dbus_object_tree_dispatch_and_unlock): implement
8866
8867 2003-08-29  Havoc Pennington  <hp@pobox.com>
8868
8869         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
8870
8871 2003-08-28  Havoc Pennington  <hp@pobox.com>
8872
8873         purge DBusObjectID
8874         
8875         * dbus/dbus-connection.c: port to no ObjectID, create a
8876         DBusObjectTree, rename ObjectTree to ObjectPath in public API
8877
8878         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
8879         everything except UnregisterFunction and MessageFunction
8880         
8881         * dbus/dbus-marshal.c: port away from DBusObjectID, 
8882         add DBUS_TYPE_OBJECT_PATH
8883         
8884         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
8885         dbus/dbus-objectid.[hc]: remove these, we are moving to 
8886         path-based object IDs
8887
8888 2003-08-25  Havoc Pennington  <hp@pobox.com>
8889
8890         Just noticed that dbus_message_test is hosed, I wonder when I
8891         broke that. I thought make check was passing earlier...
8892         
8893         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
8894         container tree, will replace most of dbus-object-registry
8895
8896         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
8897         screwup
8898
8899 2003-08-19  Havoc Pennington  <hp@pobox.com>
8900
8901         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
8902         (dbus_message_is_error): fix this function
8903
8904         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
8905         match
8906
8907         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
8908         reflect clarified man page
8909         (bus_client_policy_check_can_send): ditto
8910         
8911         * bus/session.conf.in: fixup
8912
8913         * bus/system.conf.in: fixup
8914
8915 2003-08-18  Havoc Pennington  <hp@redhat.com>
8916
8917         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
8918
8919         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
8920         dumb bug created earlier (wrong order of args to
8921         decode_header_data())
8922         
8923         * tools/dbus-send.c: port
8924
8925         * tools/dbus-print-message.c (print_message): port
8926
8927         * test/data/*messages: port all messages over
8928         
8929         * dbus/dbus-message-builder.c: support including 
8930         message type
8931         
8932         * bus/driver.c: port over
8933         
8934         * bus/dispatch.c: port over to new stuff
8935
8936         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
8937         rename disconnect signal to "Disconnected"
8938
8939 2003-08-17  Havoc Pennington  <hp@pobox.com>
8940
8941         This doesn't compile yet, but syncing up so I can hack on it from
8942         work. What are branches for if not broken code? ;-)
8943         
8944         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
8945         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
8946         DBUS_HEADER_FIELD_ERROR_NAME
8947         
8948         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
8949         for the interface+member pairs
8950         (string_hash): change to use g_str_hash algorithm
8951         (find_direct_function, find_string_function): refactor these to
8952         share most code.
8953         
8954         * dbus/dbus-message.c: port all of this over to support 
8955         interface/member fields instead of name field
8956
8957         * dbus/dbus-object-registry.c: port over
8958         
8959         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
8960         from _dbus_string_validate_name
8961
8962         * bus/dbus-daemon-1.1: change file format for the 
8963         <deny>/<allow> stuff to match new message naming scheme
8964
8965         * bus/policy.c: port over
8966
8967         * bus/config-parser.c: parse new format
8968         
8969 2003-08-16  Havoc Pennington  <hp@pobox.com>
8970
8971         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
8972         broken assertion
8973
8974         * glib/dbus-gproxy.c: some hacking
8975
8976 2003-08-15  Havoc Pennington  <hp@redhat.com>
8977
8978         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
8979
8980         * dbus/dbus-connection.c
8981         (dbus_connection_send_with_reply_and_block): factor out internals;
8982         change to convert any error replies to DBusError instead of 
8983         returning them as a message
8984
8985 2003-08-15  Havoc Pennington  <hp@pobox.com>
8986
8987         * dbus/dbus-connection.c, 
8988         dbus/dbus-pending-call.c: Finish the pending call stuff
8989
8990 2003-08-14  Havoc Pennington  <hp@redhat.com>
8991
8992         * dbus/dbus-pending-call.c: start on new object that will replace
8993         DBusMessageHandler and ReplyHandlerData for tracking outstanding
8994         replies
8995
8996         * dbus/dbus-gproxy.c: start on proxy object used to communicate
8997         with remote interfaces
8998
8999         * dbus/dbus-gidl.c: do the boring boilerplate in here
9000         
9001 2003-08-12  Havoc Pennington  <hp@pobox.com>
9002
9003         * bus/dispatch.c (bus_dispatch): make this return proper 
9004         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
9005
9006         * dbus/dbus-errors.c (dbus_set_error): use
9007         _dbus_string_append_printf_valist
9008
9009         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
9010         (_dbus_string_append_printf): new
9011
9012         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
9013         UNKNOWN_METHOD
9014
9015         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
9016         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
9017         message is unhandled.
9018
9019 2003-08-11  Havoc Pennington  <hp@pobox.com>
9020
9021         * bus/test.c (client_disconnect_handler): change to return
9022         HANDLED (would have been REMOVE_MESSAGE)
9023
9024         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
9025         HANDLED/NOT_YET_HANDLED instead of
9026         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
9027         should be used.
9028
9029 2003-08-10  Havoc Pennington  <hp@pobox.com>
9030
9031         * tools/dbus-send.c (main): add --type argument, for now
9032         supporting only method_call and signal types.
9033
9034         * tools/dbus-print-message.c: print message type
9035
9036         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
9037         init connection->objects
9038
9039         * doc/dbus-specification.sgml: fix sgml
9040
9041         * bus/*.c: port over to object-instance API changes
9042
9043         * test/test-service.c: ditto
9044         
9045         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
9046         name, we will have to fix up the rest of the code to also handle
9047         this
9048         (dbus_message_new): generic message-creation call
9049         (set_string_field): allow appending name field
9050
9051 2003-08-06  Havoc Pennington  <hp@pobox.com>
9052
9053         * dbus/dbus-object-registry.c: implement signal connection 
9054         and dispatch
9055
9056         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
9057
9058         * dbus/dbus-internals.c (_dbus_memdup): new function
9059
9060 2003-08-02  Havoc Pennington  <hp@pobox.com>
9061
9062         * dbus/dbus-message.c (dbus_message_get_no_reply)
9063         (dbus_message_set_no_reply): add these and remove
9064         set_is_error/get_is_error
9065
9066         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
9067         remove the ERROR flag, since there's now an ERROR type
9068
9069 2003-08-01  Havoc Pennington  <hp@pobox.com>
9070
9071         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
9072         implement
9073
9074         * dbus/dbus-message.c (dbus_message_get_type): new function
9075
9076         * doc/dbus-specification.sgml: add "type" byte to messages
9077
9078 2003-08-01  Havoc Pennington  <hp@pobox.com>
9079
9080         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
9081         a message type enum to distinguish kinds of message
9082         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
9083         that need not be replied to
9084
9085 2003-08-01  Havoc Pennington  <hp@pobox.com>
9086
9087         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
9088         (unpack_8_octets): fix no-64-bit-int bug
9089
9090         * dbus/dbus-object-registry.c (validate_id): validate the 
9091         connection ID bits, not just the instance ID.
9092
9093         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
9094         the connection-global 33 bits of the object ID
9095
9096         * dbus/dbus-object-registry.c (info_from_entry): fill in 
9097         object ID in the new way
9098
9099         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
9100         define server/client/instance bits.
9101
9102 2003-07-30  Havoc Pennington  <hp@pobox.com>
9103
9104         * dbus/dbus-connection.c (dbus_connection_register_object): fix
9105         build
9106
9107 2003-07-13  Havoc Pennington  <hp@pobox.com>
9108
9109         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
9110         fields to DBusObjectVTable and DBusObjectInfo
9111
9112 2003-07-12  Havoc Pennington  <hp@pobox.com>
9113
9114         * dbus/dbus-object-registry.c: implement unit test,
9115         fix bugs discovered in process
9116
9117         * dbus/dbus-connection.c: remove handler_table and
9118         register_handler(), add DBusObjectRegistry usage
9119
9120         * dbus/dbus-objectid.c (dbus_object_id_is_null)
9121         (dbus_object_id_set_null): new functions
9122
9123 2003-07-08  Havoc Pennington  <hp@pobox.com>
9124
9125         * dbus/dbus-object.c: implement some of this
9126
9127         * dbus/dbus-object-registry.c
9128         (_dbus_object_registry_add_and_unlock): fill in the object_id out
9129         param
9130         (_dbus_object_registry_new): handle OOM
9131
9132 2003-07-08  Havoc Pennington  <hp@pobox.com>
9133
9134         * dbus/dbus-object.h: sketch out an API for registering objects
9135         with a connection, that allows us to use as little as 24 bytes
9136         per object and lets application code represent an object in 
9137         any conceivable way.
9138
9139         * dbus/dbus-object-registry.c: implement the hard bits of the
9140         DBusConnection aspect of object API. Not yet wired up.
9141         
9142 2003-07-06  Havoc Pennington  <hp@pobox.com>
9143
9144         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
9145         (_dbus_marshal_object_id): new
9146         (_dbus_demarshal_object_id): new
9147         (_dbus_marshal_get_arg_end_pos): support object ID type, and
9148         consolidate identical switch cases. Don't conditionalize handling
9149         of DBUS_TYPE_UINT64, need to handle the type always.
9150         (_dbus_marshal_validate_arg): consolidate identical cases, and
9151         handle DBUS_TYPE_OBJECT_ID
9152
9153         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
9154
9155         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
9156
9157 2003-09-28  Havoc Pennington  <hp@pobox.com>
9158
9159         * real 0.13 release
9160
9161 2003-09-28  Havoc Pennington  <hp@pobox.com>
9162
9163         * doc/Makefile.am (dbus-specification.html): testing a funky hack
9164         to work with Debian db2html
9165
9166 2003-09-28  Havoc Pennington  <hp@pobox.com>
9167
9168         * configure.in: 0.13
9169
9170         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
9171         stylesheet-images for benefit of Debian
9172         
9173         Change back to using filesystem-linked sockets for the system
9174         bus, so only root can create the default system bus address.
9175         
9176         * bus/system.conf.in: change to use
9177         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
9178
9179         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
9180         from here.
9181
9182         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
9183         here, and AC_DEFINE DBUS_SYSTEM_PATH
9184
9185 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
9186
9187         * doc/TODO:
9188         * doc/busconfig.dtd:
9189         Add busconfig DTD.
9190         
9191 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
9192
9193         * doc/dbus-specification.sgml:
9194         Add activation reply values.
9195         
9196 2003-08-05  Havoc Pennington  <hp@redhat.com>
9197
9198         * configure.in: 0.12
9199
9200 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
9201
9202         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
9203         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
9204         (add_watch), (remove_watch), (create_source):
9205         Refcount fds, fixes some reentrancy issues.
9206         
9207 2003-07-30  Havoc Pennington  <hp@redhat.com>
9208
9209         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
9210         bus address to be abstract if we have abstract sockets
9211
9212         * NEWS: update
9213
9214 2003-07-28  Havoc Pennington  <hp@redhat.com>
9215
9216         * bus/messagebus.in: fix to avoid processname/servicename 
9217         confusion, from Michael Kearey
9218         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
9219         
9220 2003-07-23  Havoc Pennington  <hp@pobox.com>
9221
9222         * dbus/dbus-message.c (dbus_message_iter_get_named): 
9223         fix from Andy Hanton to remove broken "+1"
9224
9225 2003-07-16  Havoc Pennington  <hp@pobox.com>
9226
9227         * tools/dbus-launch.c (babysit): close stdout/stderr in the
9228         babysitter process, as suggested by Thomas Leonard, so 
9229         an "eval `dbus-launch --exit-with-session`" will actually 
9230         return
9231
9232 2003-07-16  Havoc Pennington  <hp@pobox.com>
9233
9234         * configure.in: print out EXPANDED_* variables in the summary at
9235         the end; clean up the code that computes EXPANDED_ variables and
9236         get the ones using exec_prefix right. Should make things work
9237         when you build without --prefix
9238
9239 2003-06-29  Havoc Pennington  <hp@pobox.com>
9240
9241         * mono/Test.cs (class Test): fire up a main loop and run it
9242
9243         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
9244         done once, the app has to do it
9245
9246 2003-06-26  Havoc Pennington  <hp@pobox.com>
9247
9248         * mono/Connection.cs: set up connection with the glib main loop
9249
9250 2003-07-01  Havoc Pennington  <hp@redhat.com>
9251
9252         * doc/dbus-specification.sgml: clarify the format of a type code,
9253         change suggested by Jim Blandy
9254
9255 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
9256
9257         * doc/Makefile.am:
9258         * tools/Makefile.am: Don't assume srcdir == builddir.
9259
9260         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
9261         the allocated block.
9262         (_dbus_memory_test): New function.
9263         * dbus/dbus-test.h: Add _dbus_memory_test ().
9264         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
9265
9266         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
9267         of %c%c%c%c.
9268         (dbus_message_new): Remove obsolete @todo.
9269
9270         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
9271         (_dbus_marshal_set_uint64): Fix comment.
9272
9273         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
9274         hardcode FIELD_REPLY_SERIAL.
9275
9276         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
9277         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
9278
9279         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
9280         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
9281
9282 2003-06-24  Havoc Pennington  <hp@pobox.com>
9283
9284         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
9285
9286 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
9287
9288         * configure.in:
9289         * gcj/.cvsignore:
9290         * gcj/Hello.java:
9291         * gcj/Makefile.am:
9292         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
9293         * gcj/org/.cvsignore:
9294         * gcj/org/Makefile.am:
9295         * gcj/org/freedesktop/.cvsignore:
9296         * gcj/org/freedesktop/Makefile.am:
9297         * gcj/org/freedesktop/dbus/.cvsignore:
9298         * gcj/org/freedesktop/dbus/Makefile.am:
9299         * gcj/org/freedesktop/dbus/Message.java: (Message),
9300         (Message.Message):
9301         * gcj/org/freedesktop/dbus/natMessage.cc:
9302         Fix the build system.
9303
9304 2003-06-22  Havoc Pennington  <hp@pobox.com>
9305
9306         * mono/Connection.cs: add more bindings
9307
9308         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
9309         more than once.
9310
9311 2003-06-22  Havoc Pennington  <hp@pobox.com>
9312
9313         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
9314         Start wrapping more stuff.
9315
9316 2003-06-22  Havoc Pennington  <hp@pobox.com>
9317
9318         * mono/Message.cs: implement Message.Wrap() that ensures we only
9319         have a single C# wrapper per DBusMessage, assuming it works which
9320         it probably doesn't.
9321
9322         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
9323         (dbus_message_free_data_slot): new
9324         (dbus_message_set_data): new
9325         (dbus_message_get_data): new
9326
9327 2003-06-22  Havoc Pennington  <hp@pobox.com>
9328
9329         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
9330         (_dbus_data_slot_allocator_alloc): rework these to keep a
9331         reference count on each slot and automatically manage a global
9332         slot ID variable passed in by address
9333
9334         * bus/bus.c: convert to new dataslot API
9335
9336         * dbus/dbus-bus.c: convert to new dataslot API
9337
9338         * dbus/dbus-connection.c: convert to new dataslot API
9339
9340         * dbus/dbus-server.c: convert to new dataslot API
9341
9342         * glib/dbus-gmain.c: ditto
9343
9344         * bus/test.c: ditto
9345
9346         * bus/connection.c: ditto
9347
9348 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
9349
9350         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
9351         after the gcj checks so that the correct configuration tags
9352         will be added to libtool.
9353
9354         * dbus-glib-1.pc.in: No need to specify any includes since
9355         dbus-1.pc.in has those.
9356
9357 2003-06-22  Havoc Pennington  <hp@pobox.com>
9358
9359         * mono/*, gcj/*, configure.in, Makefile.am:
9360         Check in makefiles and subdirs for mono and gcj bindings.
9361         Neither binding actually exists, just trying to get through
9362         all the build and other boring bits.
9363
9364 2003-06-21  Philip Blundell  <philb@gnu.org>
9365
9366         * tools/dbus-monitor.1: Updated.
9367
9368         * tools/dbus-send.1: Likewise.
9369
9370 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
9371
9372         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
9373         for hangup and error after checking read so we won't discard
9374         pending data if both hangup and read are set.
9375
9376 2003-06-19  Philip Blundell  <philb@gnu.org>
9377
9378         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
9379
9380         * tools/dbus-send.c: Accept both --system and --session.
9381
9382         * tools/dbus-monitor.c: Same here.
9383
9384 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
9385
9386         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
9387         from C++ (Patch by Miloslav Trmac).
9388
9389 2003-06-15  Joe Shaw  <joe@assbarn.com>
9390
9391         * configure.in: Check for socklen_t.
9392
9393         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
9394
9395         * test/test-segfault.c: Add #include <sys/time.h>
9396
9397         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
9398         dbus-launch needs it.
9399
9400 2003-06-09  Havoc Pennington  <hp@redhat.com>
9401
9402         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
9403         SUN_LEN, it breaks abstract socket usage
9404
9405         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
9406         starts of lines.
9407
9408 2003-06-04  Havoc Pennington  <hp@pobox.com>
9409
9410         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
9411         using unix:abstract=/foo, and when listening in a tmpdir
9412         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
9413
9414         * dbus/dbus-transport.c (_dbus_transport_open): support
9415         unix:abstract=/foo
9416
9417         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
9418         support abstract sockets
9419
9420         * dbus/dbus-transport-unix.c
9421         (_dbus_transport_new_for_domain_socket): support abstract sockets
9422
9423         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
9424         toggle as an argument, implement abstract namespace support
9425         (_dbus_listen_unix_socket): ditto
9426
9427         * configure.in: add --enable-abstract-sockets and implement
9428         a configure check for autodetection of the right value.
9429
9430 2003-06-01  Havoc Pennington  <hp@pobox.com>
9431
9432         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
9433         in /tmp (though on Linux this will end up being useless,
9434         when we add abstract namespace support)
9435
9436         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
9437         subst'ing it
9438
9439 2003-05-28  Colin Walters  <walters@verbum.org>
9440
9441         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
9442
9443 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
9444
9445         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
9446
9447 2003-05-17  Colin Walters  <walters@gnu.org>
9448
9449         * tools/dbus-send.c: Don't exit with an error code if --help was
9450         passed.  Default to using the session bus instead of the system
9451         one.
9452
9453         * tools/dbus-launch.c: Ditto.
9454
9455         * tools/dbus-monitor.c: Ditto.
9456
9457         * tools/dbus-send.1: Update with new arguments.
9458
9459         * tools/dbus-launch.c: Emit code to export variables.  New
9460         arguments -s and -c to specify shell syntax, and a bit of code to
9461         autodetect syntax.  Also, allow specifying a program to run.
9462
9463         * tools/dbus-launch.1: Update with new arguments.
9464
9465         * tools/dbus-send.1: Ditto.
9466
9467         * tools/dbus-monitor.1: Ditto.
9468
9469 2003-05-17  Havoc Pennington  <hp@pobox.com>
9470
9471         * bus/config-parser.c (merge_included): merge in policies from
9472         child configuration file.
9473
9474         * bus/policy.c (bus_policy_merge): function to merge two policies
9475         together
9476
9477 2003-05-16  Havoc Pennington  <hp@redhat.com>
9478
9479         * dbus/dbus-connection.c: disable verbose lock spew
9480
9481         * tools/dbus-send.c: add --print-reply command line option
9482
9483         * tools/dbus-print-message.h (print_message): new util function
9484         shared by dbus-send and dbus-monitor
9485
9486         * tools/dbus-monitor.c (handler_func): exit on disconnect
9487
9488         * dbus/dbus-transport-unix.c (do_reading): if the transport is
9489         disconnected, don't try to use the read_watch
9490
9491         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
9492         so we can find this bug more easily
9493
9494 2003-05-16  Havoc Pennington  <hp@redhat.com>
9495
9496         * bus/policy.c (free_rule_list_func): avoid a crash when passed
9497         NULL as DBusHashTable is annoyingly likely to do.
9498
9499 2003-05-16  Colin Walters  <walters@verbum.org>
9500
9501         * tools/dbus-monitor.c: Add --session argument and usage()
9502         function.
9503
9504         * tools/dbus-monitor.1: Update with new --session arg.
9505
9506         * bus/Makefile.am (install-data-hook): Create
9507         $(libdir)/dbus-1.0/services so that the session bus is happy.
9508
9509 2003-05-15  Havoc Pennington  <hp@redhat.com>
9510
9511         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
9512         on non-x86. ifdef's are evil.
9513
9514 2003-05-15  Havoc Pennington  <hp@redhat.com>
9515
9516         * configure.in: 0.11
9517
9518         * NEWS: update
9519
9520         * bus/Makefile.am (initddir): apparently we are supposed to put
9521         init scripts in /etc/rc.d/init.d not /etc/init.d
9522
9523         * bus/Makefile.am: remove the "you must --enable-tests to make
9524         check" as it broke distcheck
9525
9526         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
9527
9528 2003-05-13  James Willcox  <jwillcox@gnome.org>
9529
9530         * configure.in:
9531         * bus/activation.c: (bus_activation_service_created),
9532         (bus_activation_activate_service):
9533         * bus/driver.c: (bus_driver_send_service_deleted),
9534         (bus_driver_send_service_created), (bus_driver_send_service_lost),
9535         (bus_driver_send_service_acquired),
9536         (bus_driver_send_welcome_message),
9537         (bus_driver_handle_list_services):
9538         * bus/session.conf.in:
9539         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
9540         (dbus_bus_service_exists), (dbus_bus_activate_service):
9541         * dbus/dbus-bus.h:
9542
9543         Add some convenience API which lets you activate a service, and did a
9544         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
9545         and dbus_message_get_args()
9546
9547 2003-05-11  Havoc Pennington  <hp@pobox.com>
9548
9549         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
9550         calling _dbus_marshal_validate_arg() for every byte in a byte
9551         array, etc.
9552
9553         * dbus/dbus-message-handler.c: use atomic reference counting to
9554         reduce number of locks slightly; the global lock in here sucks
9555
9556         * dbus/dbus-connection.c
9557         (_dbus_connection_update_dispatch_status_and_unlock): variant of
9558         update_dispatch_status that can be called with lock held; then use
9559         in a couple places to reduce locking/unlocking
9560         (dbus_connection_send): hold the lock over the whole function
9561         instead of acquiring it twice.
9562
9563         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
9564
9565         * bus/connection.c (bus_connections_setup_connection): fix access
9566         to already-freed memory.
9567
9568         * dbus/dbus-connection.c: keep a little cache of linked list
9569         nodes, to avoid using the global linked list alloc lock in the
9570         normal send-message case. Instead we just use the connection lock
9571         that we already have to take.
9572
9573         * dbus/dbus-list.c (_dbus_list_find_last): new function
9574
9575         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
9576         change to use a struct for the atomic type; fix docs,
9577         they return value before increment, not after increment.
9578
9579         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
9580         (_dbus_string_append_8_aligned): new functions to try to
9581         microoptimize this operation.
9582         (reallocate_for_length): break this out of set_length(), to
9583         improve profile info, and also so we can consider inlining the
9584         set_length() part.
9585
9586         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
9587         strings with some preallocation, cuts down on our calls to realloc
9588         a fair bit. Though if we can get the "move entire string to empty
9589         string" optimization below to kick in here, it would be better.
9590
9591         * dbus/dbus-string.c (_dbus_string_move): just call
9592         _dbus_string_move_len
9593         (_dbus_string_move_len): add a special case for moving
9594         an entire string into an empty string; we can just
9595         swap the string data instead of doing any reallocs.
9596         (_dbus_string_init_preallocated): new function
9597
9598 2003-05-11  Havoc Pennington  <hp@pobox.com>
9599
9600         Write a "test-profile" that does echo client-server with threads;
9601         profile reveals lock contention, memcpy/realloc of buffers, and
9602         UTF-8 validation as hot spots. 20% of lock contention eliminated
9603         with dbus_atomic_inc/dec implementation on x86.  Much remaining
9604         contention is global mempool locks for GList and DBusList.
9605
9606         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
9607         x86 implementation
9608
9609         * dbus/dbus-connection.c (struct DBusConnection): use
9610         dbus_atomic_t for the reference count
9611
9612         * dbus/dbus-message.c (struct DBusMessage): declare
9613         dbus_atomic_t values as volatile
9614
9615         * configure.in: code to detect ability to use atomic integer
9616         operations in assembly, from GLib patch
9617
9618         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
9619         time, tired of it being wrong in threads and forked processes
9620
9621         * glib/test-profile.c: a little program to bounce messages back
9622         and forth between threads and eat CPU
9623
9624         * dbus/dbus-connection.c: add debug spew macros for debugging
9625         thread locks; include config.h at top; fix deadlock in
9626         dbus_connection_flush()
9627
9628 2003-05-08  Havoc Pennington  <hp@pobox.com>
9629
9630         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
9631         data from getting written, and there wasn't a good reason to
9632         use _exit really.
9633
9634         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
9635         dbus_verbose lines in test coverage
9636         (main): add list of functions sorted by # of untested blocks
9637         to the coverage report
9638
9639         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
9640
9641         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
9642
9643         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
9644         extend test coverage
9645
9646         * test/data/auth/cancel.auth-script: test canceling an
9647         authentication
9648
9649         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
9650         aren't used. in CVS history if we end up needing them.
9651
9652 2003-05-04  Havoc Pennington  <hp@pobox.com>
9653
9654         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
9655         unit test
9656
9657         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
9658         function, which assumed length was in # of strings, not bytes
9659
9660         * dbus/dbus-message.c (_dbus_message_test): add tests for some
9661         missing coverage
9662
9663         * dbus/dbus-connection.c
9664         (_dbus_connection_queue_received_message): disable function for
9665         now, we are only using it in test mode
9666
9667         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
9668         remove a mistaken FIXME
9669
9670 2003-05-04  Havoc Pennington  <hp@pobox.com>
9671
9672         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
9673         unlock mutex on successful return, patch from Anders Gustafsson
9674
9675 2003-05-04  Havoc Pennington  <hp@pobox.com>
9676
9677         * dbus-glib-1.pc.in (Requires): fix dependencies, from
9678         Anders Gustafsson
9679
9680 2003-05-04  Havoc Pennington  <hp@pobox.com>
9681
9682         * tools/dbus-launch.c: implement
9683
9684         * bus/main.c (main), bus/bus.c (bus_context_new):
9685         implement --print-pid and --fork
9686
9687 2003-05-03  Havoc Pennington  <hp@redhat.com>
9688
9689         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
9690         the address had no value, and add to test suite. Fix and
9691         regression test from Miloslav Trmac
9692
9693 2003-05-03  Havoc Pennington  <hp@pobox.com>
9694
9695         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
9696         watch is invalid when handled
9697
9698         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
9699         dbus-launch utility to launch the bus from a shell script.  Didn't
9700         actually implement dbus-launch yet, it's just a placeholder still.
9701
9702 2003-05-03  Havoc Pennington  <hp@pobox.com>
9703
9704         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
9705         daemon; also documents daemon config file, so replaces
9706         doc/config-file.txt. Corrected some stuff from config-file.txt in
9707         the process of moving it.
9708
9709 2003-05-03  Havoc Pennington  <hp@pobox.com>
9710
9711         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
9712         add some man pages
9713
9714 2003-05-03  Colin Walters  <walters@verbum.org>
9715
9716         * dbus/dbus-sysdeps.c (fill_user_info): Test against
9717         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
9718
9719         * Makefile.am: Update to use new .pc versioning scheme.
9720
9721 2003-05-02  Havoc Pennington  <hp@redhat.com>
9722
9723         * bus/system.conf.in: allow send/receive to/from message bus
9724         service
9725
9726 2003-04-30  Havoc Pennington  <hp@redhat.com>
9727
9728         * configure.in: print a note when building with unit tests and
9729         without assertions
9730
9731 2003-04-30  Havoc Pennington  <hp@redhat.com>
9732
9733         * Makefile.am: add a check-local that complains if you didn't
9734         configure with --enable-tests
9735
9736 2003-04-29  Havoc Pennington  <hp@redhat.com>
9737
9738         * glib/dbus-gmain.c: docs cleanups
9739
9740         * dbus/dbus-types.h: add docs on int64 types
9741
9742         * dbus/dbus-memory.c: fix docs to avoid putting private API in
9743         public API docs section
9744
9745 2003-04-29  Havoc Pennington  <hp@redhat.com>
9746
9747         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
9748         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
9749         parallel install API version, not with the D-BUS package version.
9750
9751         * HACKING: move some of README over here
9752
9753         * README: updates, and document API/ABI policy
9754
9755         * configure.in: reindentation
9756
9757 2003-04-29  Havoc Pennington  <hp@redhat.com>
9758
9759         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
9760         to use this library" to be sure people have the right
9761         expectations.
9762
9763 2003-04-28  Havoc Pennington  <hp@redhat.com>
9764
9765         * configure.in: add --enable-docs which by default is auto yes if
9766         doxygen and db2html found, no otherwise; but can be forced on/off
9767
9768         * doc/Makefile.am: conditionalize whether to build docs on
9769         --enable-docs
9770
9771 2003-04-28  Havoc Pennington  <hp@redhat.com>
9772
9773         * configure.in: 0.10
9774
9775         * NEWS: update
9776
9777         * bus/system.conf.in: add <includedir>system.d</includedir>
9778
9779         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
9780         username was provided but not uid
9781
9782         * bus/config-parser.c (struct BusConfigParser): keep track of
9783         whether the parser is toplevel or was included; change some
9784         of the error handling if it's included.
9785
9786 2003-04-27  Havoc Pennington  <hp@pobox.com>
9787
9788         Unbreak my code...
9789
9790         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
9791         report correct status if we finish processing authentication
9792         inside this function.
9793
9794         * bus/activation.c (try_send_activation_failure): use
9795         bus_transaction_send_error_reply
9796
9797         * bus/connection.c (bus_connection_get_groups): return an error
9798         explaining the problem
9799
9800         * bus/bus.c (bus_context_check_security_policy): implement
9801         restriction here that inactive connections can only send the
9802         hello message. Also, allow bus driver to send anything to
9803         any recipient.
9804
9805         * bus/connection.c (bus_connection_complete): create the
9806         BusClientPolicy here instead of on-demand.
9807         (bus_connection_get_policy): don't return an error
9808
9809         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
9810         sender field in message being replied to
9811
9812         * bus/bus.c (bus_context_check_security_policy): fix silly typo
9813         causing it to return FALSE always
9814
9815         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
9816         we checked sender rather than destination
9817
9818 2003-04-25  Havoc Pennington  <hp@redhat.com>
9819
9820         test suite is slightly hosed at the moment, will fix soon
9821
9822         * bus/connection.c (bus_connections_expire_incomplete): fix to
9823         properly disable the timeout when required
9824         (bus_connection_set_name): check whether we can remove incomplete
9825         connections timeout after we complete each connection.
9826
9827         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
9828         probably still broken.
9829
9830         * bus/services.c (bus_registry_acquire_service): implement max
9831         number of services owned, and honor allow/deny rules on which
9832         services a connection can own.
9833
9834         * bus/connection.c (bus_connection_get_policy): report errors here
9835
9836         * bus/activation.c: implement limit on number of pending
9837         activations
9838
9839 2003-04-25  Havoc Pennington  <hp@redhat.com>
9840
9841         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
9842         where we used >= 0 instead of != DBUS_UID_UNSET.
9843
9844 2003-04-25  Havoc Pennington  <hp@redhat.com>
9845
9846         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
9847         were toggled without add/remove, fix from Anders Gustafsson
9848
9849 2003-04-24  Havoc Pennington  <hp@redhat.com>
9850
9851         * test/data/valid-config-files/basic.conf: add <limit> tags to
9852         this test
9853
9854         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
9855         <limit> tag in configuration file.
9856
9857 2003-04-24  Havoc Pennington  <hp@redhat.com>
9858
9859         * bus/dispatch.c: somehow missed some name_is
9860
9861         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
9862         (_dbus_timeout_set_interval): new
9863
9864         * bus/connection.c (bus_connections_setup_connection): record time
9865         when each connection is first set up, and expire them after the
9866         auth timeout passes.
9867
9868 2003-04-24  Havoc Pennington  <hp@redhat.com>
9869
9870         * dbus/dbus-message.c (dbus_message_name_is): rename
9871         (dbus_message_service_is): rename
9872         (dbus_message_sender_is): rename
9873         (dbus_message_get_service): rename
9874
9875 2003-04-24  Havoc Pennington  <hp@redhat.com>
9876
9877         * configure.in: add --enable-checks
9878
9879         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
9880
9881         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
9882         to use thread locks.
9883         (_dbus_connection_handler_destroyed_locked): move some private
9884         functions into proper docs group
9885
9886         * dbus/dbus-internals.h: add _dbus_return_if_fail,
9887         _dbus_return_val_if_fail
9888
9889         Throughout: use dbus_return_if_fail
9890
9891 2003-04-23  James Willcox  <jwillcox@gnome.org>
9892
9893         * glib/dbus-glib.h:
9894         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
9895         (dbus_connection_setup_with_g_main),
9896         (dbus_server_setup_with_g_main):
9897         * glib/test-dbus-glib.c: (main):
9898         * glib/test-thread-client.c: (main):
9899         * glib/test-thread-server.c: (new_connection_callback), (main):
9900         * tools/dbus-monitor.c: (main):
9901
9902         Added a GMainContext argument to dbus_connection_setup_with_g_main()
9903         and dbus_server_setup_with_g_main().
9904
9905 2003-04-20  Havoc Pennington  <hp@pobox.com>
9906
9907         * doc/dbus-specification.sgml: document the restrictions on
9908         message and service names
9909
9910 2003-04-22  Havoc Pennington  <hp@redhat.com>
9911
9912         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
9913         support, and do some code cleanups to share more code and
9914         speed up array marshal/demarshal.
9915
9916         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
9917
9918         * configure.in: generate dbus-arch-deps.h
9919
9920         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
9921         64-bit typecodes
9922
9923 2003-04-22  Havoc Pennington  <hp@redhat.com>
9924
9925         * test/data/valid-messages/opposite-endian.message: fix test
9926         to use proper type for rply field
9927
9928         * test/data/invalid-messages: add tests for below validation
9929
9930         * dbus/dbus-message.c (decode_header_data): validate field types,
9931         and validate that named fields are valid names
9932         (decode_name_field): consider messages in the
9933         org.freedesktop.Local. namespace to be invalid.
9934
9935         * dbus/dbus-string.c (_dbus_string_validate_name): new
9936
9937 2003-04-19  Havoc Pennington  <hp@pobox.com>
9938
9939         * bus/driver.c (bus_driver_handle_hello): check limits and
9940         return an error if they are exceeded.
9941
9942         * bus/connection.c: maintain separate lists of active and inactive
9943         connections, and a count of each. Maintain count of completed
9944         connections per user. Implement code to check connection limits.
9945
9946         * dbus/dbus-list.c (_dbus_list_unlink): export
9947
9948         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
9949         number of bytes in the message queue for a connection
9950
9951 2003-04-18  Havoc Pennington  <hp@pobox.com>
9952
9953         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
9954
9955         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
9956         memleaks
9957
9958         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
9959         on realloc be sure to update the pointer in the keyring
9960
9961         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
9962         offset to avoid writing to unallocated memory
9963
9964         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
9965         try the next mechanism, so we properly handle OOM
9966
9967         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
9968         on OOM.
9969         (_dbus_keyring_new): fix OOM bug
9970         (_dbus_keyring_new_homedir): always set error; impose a maximum
9971         number of keys we'll load from the file, mostly to speed up the
9972         test suite and make its OOM checks more useful, but also for
9973         general sanity.
9974
9975         * dbus/dbus-auth.c (process_error_server): reject authentication
9976         if we get an error from the client
9977         (process_cancel): on cancel, send REJECTED, per the spec
9978         (process_error_client): send CANCEL if we get an error from the
9979         server.
9980
9981 2003-04-18  Havoc Pennington  <hp@pobox.com>
9982
9983         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
9984         debug spew
9985
9986         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
9987         handling problem
9988
9989         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
9990         about DBUS_TEST_HOMEDIR once
9991
9992         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
9993         the environment
9994
9995         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
9996         config file so we test the right thing
9997
9998         Throughout: assorted docs improvements
9999
10000 2003-04-18  Havoc Pennington  <hp@pobox.com>
10001
10002         * glib/dbus-gmain.c: adapt to watch changes
10003
10004         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
10005
10006         * dbus/dbus-server.h: remove dbus_server_handle_watch
10007
10008         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
10009
10010         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
10011         like DBusTimeout, so we don't need dbus_connection_handle_watch
10012         etc.
10013
10014 2003-04-17  Havoc Pennington  <hp@redhat.com>
10015
10016         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
10017         database usage so it all goes via the DBusUserDatabase cache.
10018
10019 2003-04-17  Havoc Pennington  <hp@redhat.com>
10020
10021         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
10022         there was an OOM watch we skipped, we always return TRUE so we
10023         iterate again to have a look at it again. Fixes test suite hang.
10024         Code rearrangement also lets us lose some memset and only iterate
10025         over callbacks once.
10026
10027         * bus/driver.c (bus_driver_handle_message): sense of test for
10028         reply was backward
10029
10030 2003-04-16  Havoc Pennington  <hp@pobox.com>
10031
10032         * doc/dbus-specification.sgml: make spec say serials are unsigned
10033
10034         * dbus/dbus-message.h: change message serials to unsigned
10035
10036         * dbus/dbus-connection.c: adapt to message serials being unsigned
10037
10038 2003-04-15  Havoc Pennington  <hp@pobox.com>
10039
10040         * bus/bus.c: create and keep around a shared DBusUserDatabase
10041         object.
10042
10043         * bus/connection.c (bus_connection_get_groups): don't cache
10044         groups for user in the connection object, since user database
10045         object now does that.
10046
10047 2003-04-16  Havoc Pennington  <hp@redhat.com>
10048
10049         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
10050         list of size counters
10051         (_dbus_message_loader_putback_message_link): put back a popped link
10052
10053         * dbus/dbus-connection.c
10054         (dbus_connection_set_max_live_messages_size): rename
10055         max_received_size
10056         (dbus_connection_get_outgoing_size): get size of outgoing
10057         queue
10058         (_dbus_connection_set_connection_counter): remove this cruft
10059
10060 2003-04-14  Havoc Pennington  <hp@redhat.com>
10061
10062         * dbus/dbus-userdb.c: user database abstraction, mostly to get
10063         caching, but at some point we might want to be able to use a
10064         different database.
10065
10066         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
10067         SHA1 conf file to test the sha1 auth mechanism, since the regular
10068         test always uses EXTERNAL when available.
10069
10070         * configure.in,
10071         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
10072         add conf file that requires use of sha1 auth
10073
10074 2003-04-13  Havoc Pennington  <hp@pobox.com>
10075
10076         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
10077         from Philip Blundell to send messages and monitor them.
10078
10079 2003-04-13  Havoc Pennington  <hp@pobox.com>
10080
10081         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
10082         callbacks
10083
10084         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
10085         users
10086
10087         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10088         fix to only recover unused bytes if we're already authenticated
10089         (_dbus_transport_get_is_authenticated): fix to still mark us
10090         authenticated if there are unused bytes.
10091
10092         * bus/dispatch.c: implement security policy checking
10093
10094         * bus/connection.c (bus_transaction_send_from_driver): new
10095
10096         * bus/bus.c (bus_context_check_security_policy): new
10097
10098         * bus/dispatch.c (send_service_nonexistent_error): delete this,
10099         now we just set the DBusError and it gets converted to an error
10100         reply.
10101
10102         * bus/connection.c (allow_user_function): enable code using actual
10103         data from the config file
10104
10105         * bus/policy.c (list_allows_user): handle wildcard rules for
10106         user/group connection perms
10107
10108 2003-04-13  Havoc Pennington  <hp@pobox.com>
10109
10110         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
10111
10112         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
10113
10114         * bus/policy.c (bus_policy_append_mandatory_rule)
10115         (bus_policy_append_default_rule, bus_policy_append_user_rule)
10116         (bus_policy_append_group_rule): new functions
10117
10118 2003-04-12  Havoc Pennington  <hp@pobox.com>
10119
10120         * bus/config-parser.c (bus_config_parser_new): fix a memleak
10121
10122         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
10123         the pid/gid/uid, just for paranoia.
10124
10125         * test/break-loader.c (randomly_do_n_things): find a byte
10126         containing a type code, and randomly change it to a different
10127         type code.
10128
10129 2003-04-12  Havoc Pennington  <hp@pobox.com>
10130
10131         * bus/policy.h: change BusPolicy to be the thing from the config
10132         file, and rename old BusPolicy to BusClientPolicy
10133
10134         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
10135         match change in how policy works
10136
10137         * dbus/dbus-internals.h: mark assert_not_reached as
10138         __attribute((noreturn))__
10139
10140 2003-04-11  Havoc Pennington  <hp@redhat.com>
10141
10142         * doc/dbus-specification.sgml: fix a spot with the wrong name for
10143         the broadcast service. Use boolean return for ServiceExists.
10144
10145 2003-04-11  Havoc Pennington  <hp@redhat.com>
10146
10147         * configure.in: add another directory to look for qt in.
10148
10149 2003-04-11  Havoc Pennington  <hp@redhat.com>
10150
10151         * AUTHORS: add Colin Walters
10152
10153 2003-04-11  Havoc Pennington  <hp@redhat.com>
10154
10155         * NEWS: update
10156
10157         * configure.in: 0.9
10158
10159 2003-04-11  Havoc Pennington  <hp@redhat.com>
10160
10161         * bus/messagebus.in: remove pid file when stopping the
10162         message bus, since the bus won't have privileges to remove it
10163         itself.
10164
10165 2003-04-11  Havoc Pennington  <hp@redhat.com>
10166
10167         * bus/bus.c (bus_context_new): move credentials change after
10168         creating pidfile
10169
10170 2003-04-11  Havoc Pennington  <hp@pobox.com>
10171
10172         * test/decode-gcov.c: add "below average functions" to the
10173         coverage report, and change how some of the code works.
10174
10175         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
10176         not in the coverage stats.
10177
10178         * test/test-service.c (main): use _dbus_verbose not fprintf in a
10179         couple places so running the test suite doesn't result in megaspam.
10180
10181 2003-04-11  Havoc Pennington  <hp@pobox.com>
10182
10183         * bus/dispatch.c (check_existent_service_activation): accept a no
10184         memory error in a place we didn't before
10185
10186         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
10187         in case the first one failed," since the test suite is less
10188         broken now.
10189
10190 2003-04-10  Havoc Pennington  <hp@pobox.com>
10191
10192         * bus/dispatch.c (check_segfault_service_activation): add test
10193         for launching an executable that just crashes.
10194
10195         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
10196         don't leave a million cores. We'll see how portable this is.
10197
10198 2003-04-10  Havoc Pennington  <hp@pobox.com>
10199
10200         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
10201         the possible parent failures before we fork, so that we don't
10202         fail to create a babysitter after creating the child.
10203
10204         * bus/activation.c (bus_activation_activate_service): kill child
10205         if we don't successfully complete the activation.
10206
10207 2003-04-10  Havoc Pennington  <hp@redhat.com>
10208
10209         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
10210         the connection if it's disconnected
10211
10212         * bus/activation.c (bus_activation_service_created): use new
10213         transaction features to roll back removal of pending activation if
10214         we don't successfully create the service after all. Don't remove
10215         pending activation if the function fails.
10216
10217         * dbus/dbus-list.c (_dbus_list_insert_before_link)
10218         (_dbus_list_insert_after_link): new code to facilitate
10219         services.c fixes
10220
10221         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
10222         new functionality, so we can preallocate the ability to insert
10223         into a hash table.
10224
10225         * bus/connection.c (bus_transaction_add_cancel_hook): new function
10226         allowing us to put custom hooks in a transaction to be used for
10227         cancelling said transaction
10228
10229         * doc/dbus-specification.sgml: add some discussion of secondary
10230         service owners, and disallow zero-length service names
10231
10232         * bus/services.c (bus_registry_acquire_service): new function,
10233         splits out part of bus_driver_handle_acquire_service() and fixes
10234         a bug where we didn't remove the service doing the acquiring
10235         from the secondary queue if we failed to remove the current owner
10236         from the front of the queue.
10237
10238 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10239
10240         * doc/dbus-specification.sgml:
10241         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
10242
10243 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10244
10245         * bus/.cvsignore:
10246         * glib/.cvsignore:
10247         * test/.cvsignore:
10248         Added files to cvsignore
10249
10250         * dbus/dbus-message.h:
10251         * dbus/dbus-message.c: (dbus_message_iter_get_named):
10252         Make get_named() take two out argument and return a boolean.
10253         (dbus_message_iter_get_args_valist):
10254         Update usage of get_named().
10255         (dbus_message_iter_append_byte):
10256         Fix typo
10257         (dbus_message_iter_append_named)
10258         Fix typo
10259         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
10260         More tests.
10261
10262 2003-04-10  Alexander Larsson  <alexl@redhat.com>
10263
10264         * dbus/dbus-marshal.[ch]:
10265         Add array_type_pos argument to _dbus_marshal_validate_arg.
10266         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
10267
10268         * dbus/dbus-message.[ch]:
10269         Multi-dimensional arrays have full type specification in the
10270         outermost array. Iter code re-arranged to handle this.
10271         Added some more iter tests.
10272
10273         * doc/dbus-specification.sgml:
10274         Add me to authors.
10275         Remove old FIXME.
10276         Update new array encoding description.
10277         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
10278
10279         * test/data/invalid-messages/array-with-mixed-types.message:
10280         * test/data/valid-messages/array-of-array-of-uint32.message:
10281         Change to the new array format.
10282
10283         * test/data/invalid-messages/too-short-dict.message:
10284         Fix bug in test.
10285
10286         * test/data/valid-messages/recursive-types.message:
10287         Fix up and extend test.
10288
10289 2003-04-10  Havoc Pennington  <hp@pobox.com>
10290
10291         * bus/dispatch.c: lots of fixes
10292
10293         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
10294         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
10295         that was crack, broke the test service.
10296
10297         * dbus/dbus-transport.c (_dbus_transport_open): fix error
10298         handling to avoid piling up errors if we get a failure on the
10299         first address.
10300
10301         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
10302         pid in assertion failures.
10303
10304         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
10305         to some fixed size of file descriptor array. Don't return TRUE
10306         anytime a timeout exists, that led to lots of busy loop silliness
10307         in the tests.
10308
10309 2003-04-09  Havoc Pennington  <hp@redhat.com>
10310
10311         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
10312         I'd checked this in earlier but hadn't.
10313
10314 2003-04-09  Havoc Pennington  <hp@redhat.com>
10315
10316         * bus/dispatch.c (bus_dispatch_test): get a bit further through
10317         the activation test (man this is getting old!)
10318
10319 2003-04-09  Havoc Pennington  <hp@redhat.com>
10320
10321         * test/test-utils.c: use dispatch status function to fix this up
10322
10323         * bus/connection.c (connection_watch_callback): don't dispatch
10324         from here
10325         (connection_timeout_callback): don't dispatch from here
10326         (bus_connections_setup_connection): set the dispatch status function
10327         (bus_connection_disconnected): unset it
10328
10329         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
10330         used to add a connection to be dispatched
10331         (_dbus_loop_iterate): do the dispatching at the end of each
10332         iteration
10333
10334         * dbus/dbus-connection.c
10335         (dbus_connection_set_dispatch_status_function): new function
10336         allowing us to fix up main loop usage
10337         (_dbus_connection_last_unref): free all the various function
10338         user data
10339         (dbus_connection_dispatch): call the DispatchStatusFunction
10340         whenever this function returns
10341         (dbus_connection_handle_watch): call DispatchStatusFunction
10342         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
10343         (reply_handler_timeout): call DispatchStatusFunction
10344         (dbus_connection_flush): call DispatchStatusFunction
10345
10346 2003-04-09  Havoc Pennington  <hp@redhat.com>
10347
10348         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
10349         a memory leak
10350
10351         * bus/dispatch.c (check_service_activated): fix bug in test
10352
10353         * dbus/dbus-mainloop.c (check_timeout): fix this up
10354
10355         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
10356         verbose output so we can sort out output from different processes,
10357         e.g. in the activation case.
10358
10359 2003-04-08  Colin Walters  <walters@gnu.org>
10360
10361         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
10362         the pid file.
10363         (bus_context_new): Set it.
10364         (bus_context_unref): Use it to delete the pid file.
10365
10366 2003-04-08  Havoc Pennington  <hp@redhat.com>
10367
10368         * test/data/invalid-messages/array-with-mixed-types.message:
10369         regression test that fails for the moment
10370
10371         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
10372         tests for convenience
10373
10374         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
10375         array of nil, it broke things.
10376
10377         * test/data/invalid-messages/array-of-nil.message: regression test
10378
10379         * test/data/valid-messages/array-of-array-of-uint32.message:
10380         happened to write this so added it to suite
10381
10382 2003-04-08  Havoc Pennington  <hp@redhat.com>
10383
10384         * bus/driver.c (bus_driver_handle_acquire_service): init
10385         retval/reply before checking name
10386
10387         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
10388         recursion depth argument
10389
10390         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
10391         in the public struct for future extension
10392
10393         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
10394         typo
10395
10396         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
10397         message
10398
10399         * doc/dbus-specification.sgml: fix typo
10400
10401 2003-04-08  Alexander Larsson  <alexl@redhat.com>
10402
10403         Implemented recursive types, named types and new-style iters
10404
10405         * bus/driver.c:
10406         * glib/test-thread-client.c: (thread_func):
10407         * glib/test-thread-server.c: (handle_test_message):
10408         * test/test-service.c: (handle_echo):
10409         Update to new api
10410
10411         * dbus/Makefile.am:
10412         * dbus/dbus-dict.c:
10413         * dbus/dbus-dict.h:
10414         * dbus/dbus.h
10415         Remove DBusDict
10416
10417         * dbus/dbus-internals.c: (_dbus_type_to_string):
10418         Update for new types.
10419
10420         * dbus/dbus-marshal.[ch]:
10421         Implement recursive types and the new marshalling format.
10422         Remove hardcoded dict marshalling.
10423         Marshal named types.
10424
10425         * dbus/dbus-message-builder.c:
10426         Add BYTE_ARRAY.
10427         Remove references to old types
10428
10429         * dbus/dbus-message.[ch]:
10430         New non-refcounted iter API that supports recursive iters.
10431         Use iters for appending, including support for recursive
10432         iters.
10433         Add byte and named type support.
10434         Update everything to new marshalling formats.
10435         Add tests for new API.
10436
10437         * dbus/dbus-protocol.h:
10438         Remove old array types.
10439         Add types: BYTE, ARRAY, DICT, NAMED
10440
10441         * dbus/dbus-string.c:
10442         * dbus/dbus-sysdeps.c:
10443         Make parse_double locale safe.
10444
10445         * dbus/dbus-test-main.c:
10446         Call setlocale.
10447
10448         * dbus/dbus-test.c:
10449         Kill dict test
10450
10451         * doc/dbus-specification.sgml:
10452         Update spec
10453
10454         * test/data/incomplete-messages/missing-body.message:
10455         * test/data/invalid-messages/bad-boolean.message:
10456         * test/data/invalid-messages/bad-boolean-array.message:
10457         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
10458         * test/data/invalid-messages/boolean-has-no-value.message-raw:
10459         * test/data/invalid-messages/too-short-dict.message:
10460         * test/data/valid-messages/dict-simple.message:
10461         * test/data/valid-messages/dict.message:
10462         * test/data/valid-messages/emptiness.message:
10463         * test/data/valid-messages/lots-of-arguments.message:
10464         * test/data/valid-messages/no-padding.message:
10465         * test/data/valid-messages/recursive-types.message:
10466         Add missing NAME fields
10467         Fix up dicts & arrays
10468
10469         * test/data/invalid-messages/dict-with-nil-value.message:
10470         Removed, this is not invalid anymore.
10471
10472         * test/data/valid-messages/recursive-types.message:
10473         Add new test for deeply recursive types.
10474
10475 2003-04-07  Havoc Pennington  <hp@pobox.com>
10476
10477         * bus/driver.c (bus_driver_handle_acquire_service): return an
10478         error if you try to acquire a service that starts with ':'
10479
10480 2003-04-07  Havoc Pennington  <hp@redhat.com>
10481
10482         * doc/dbus-specification.sgml: require that base service names
10483         start with ':' and that the base service is created/deleted
10484         as first and last things a connection does on the bus
10485
10486         * bus/dispatch.c (check_existent_service_activation): lots more
10487         work on the activation test; it doesn't fully pass yet...
10488
10489         * test/test-service.c (main): fix so we don't memleak the
10490         connection to the message bus
10491         (filter_func): accept a message asking us to exit
10492
10493 2003-04-06  Havoc Pennington  <hp@pobox.com>
10494
10495         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
10496         from Colin Walters
10497
10498         * configure.in: fixes to Qt detection from Colin Walters
10499
10500         * doc/Makefile.am: Only remove generated docbook dirs if they
10501         exist, from Colin Walters
10502
10503         * dbus/dbus-bus.c: change how we set well-known connections to
10504         NULL, so that it works if a single connection is stored in
10505         two well-known array slots.
10506
10507         * test/Makefile.am: remove a lot of stuff that isn't immediately
10508         useful, it's in CVS history if we want it.
10509
10510         * test/test-service.c: use dbus-mainloop instead of that
10511         watch.[hc] crack
10512
10513 2003-04-06  Havoc Pennington  <hp@pobox.com>
10514
10515         * dbus/Makefile.am: split lists of sources into stuff that goes in
10516         the library, util functions that go in the lib and are also used
10517         elsewhere, and util functions that are used in tests/daemon but
10518         don't go in the lib.
10519
10520         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
10521         here so it can be used in test binaries also
10522
10523 2003-04-06  Havoc Pennington  <hp@pobox.com>
10524
10525         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
10526         here in the parent process, so we can return an error if it
10527         fails. Also, move some of the code into the child so the parent
10528         is less hosed if we fail midway through.
10529
10530         * bus/bus.c (bus_context_new): move pidfile detection further up
10531         in the function, before we start overwriting sockets and such.
10532
10533         * bus/messagebus.in: adjust this a bit, not sure if it will work.
10534
10535         * configure.in: add --with-system-pid-file and --with-system-socket
10536
10537 2003-04-06  Colin Walters  <walters@verbum.org>
10538
10539         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
10540
10541         * bus/system.conf.in: Declare a pidfile.
10542
10543         * bus/bus.c (bus_context_new): Test for an existing pid file, and
10544         create one (if appropriate).
10545
10546         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
10547         (struct BusConfigParser) [pidfile]: New.
10548         (element_type_to_name, merge_included, start_busconfig_child)
10549         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
10550         (bus_config_parser_unref): Free it.
10551         (bus_config_parser_get_pidfile): New function.
10552
10553         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
10554
10555         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
10556
10557         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
10558
10559         * dbus/dbus-sysdeps.h: Prototype it.
10560
10561 2003-04-06  Havoc Pennington  <hp@pobox.com>
10562
10563         * bus/bus.c (bus_context_new): print the address in here, rather
10564         than in main(), because we need to do it before forking the daemon
10565
10566         * bus/dispatch.c (send_service_nonexistent_error): set the sender
10567         on the service nonexistent error
10568
10569         * bus/driver.c (bus_driver_handle_acquire_service): set the
10570         sender on the AcquireService reply
10571
10572         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
10573         server also listen on a UNIX socket so services can connect to it.
10574
10575 2003-04-06  Havoc Pennington  <hp@pobox.com>
10576
10577         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
10578         so it detects deadlocks and also we actually init threads when
10579         debugging.
10580
10581 2003-04-06  Havoc Pennington  <hp@pobox.com>
10582
10583         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10584         save the domain socket name, and unlink it when we disconnect the
10585         server. Means that at least when we exit normally, we won't leave
10586         a bunch of junk in /tmp
10587
10588         * dbus/dbus-transport-unix.c
10589         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
10590         memory management). (I was making a real change here but then
10591         didn't)
10592
10593 2003-04-06  Havoc Pennington  <hp@pobox.com>
10594
10595         * bus/bus.c (bus_context_new): fix wrong handling of
10596         server_data_slot_unref() in the error case.
10597
10598         * dbus/dbus-internals.h (_dbus_assert): change so it passes
10599         "(condition) != 0" to _dbus_real_assert so that
10600         "_dbus_assert (pointer)" doesn't cause a warning
10601
10602         * bus/main.c (main): accept --print-address option to print out
10603         the message bus address
10604
10605         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
10606
10607         * dbus/dbus-transport.c (_dbus_transport_open): special error for
10608         "tmpdir" option to unix: address on client side
10609
10610         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
10611         to unix: address
10612
10613         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
10614         we can use to create sockets in the test suite.
10615
10616         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
10617         cleanly. To be used for testing.
10618
10619         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
10620
10621         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
10622
10623         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
10624         handle trying to call this when there's no servers active
10625
10626 2003-04-05  Havoc Pennington  <hp@pobox.com>
10627
10628         * NEWS: update
10629
10630         * configure.in: 0.8
10631
10632 2003-04-05  Havoc Pennington  <hp@pobox.com>
10633
10634         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
10635         crash on startup. Need to get "try starting the daemon"
10636         in the test suite I guess. ;-)
10637
10638         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
10639         tracked the number of open connections; it's better done in
10640         application-specific code as you want it to span all servers etc.
10641
10642 2003-04-05  Havoc Pennington  <hp@pobox.com>
10643
10644         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
10645         patch from Colin Walters
10646
10647 2003-04-05  Havoc Pennington  <hp@pobox.com>
10648
10649         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
10650         reality; in fact multiple mechanisms are allowed.
10651
10652         * dbus/dbus-internals.c (_dbus_real_assert)
10653         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
10654         _dbus_assert_not_reached() into functions, so that they don't show
10655         up in basic block counts for test coverage, and don't use up as
10656         much disk space. Does mean slower execution speed though, so
10657         assumes --disable-asserts is the normal production case.
10658
10659 2003-04-05  Havoc Pennington  <hp@pobox.com>
10660
10661         * test/Makefile.am (dist-hook): also dist *.in files
10662
10663         * NEWS: update
10664
10665         * configure.in: 0.7
10666
10667 2003-04-05  Havoc Pennington  <hp@pobox.com>
10668
10669         * dbus/dbus-string.c: docs warning
10670
10671         * dbus/dbus-spawn.c: missing docs
10672
10673         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
10674
10675 2003-04-05  Havoc Pennington  <hp@pobox.com>
10676
10677         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
10678         magic from GLib
10679
10680         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
10681         to -1 once we've reaped the babysitter
10682         (_dbus_babysitter_handle_watch): do as much work as we can, not
10683         just one go of it
10684
10685         * bus/activation.c: add code using DBusBabysitter so that we
10686         handle it when a service fails to start up properly.
10687         (bus_activation_service_created): don't remove the activation
10688         entries as we go, just let them get removed when we free the pending
10689         activation. Unref reply messages after sending them.
10690
10691 2003-04-05  Havoc Pennington  <hp@pobox.com>
10692
10693         * test/decode-gcov.c (main): print per-directory stats in the report
10694
10695         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
10696
10697 2003-04-05  Havoc Pennington  <hp@pobox.com>
10698
10699         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
10700
10701         * test/decode-gcov.c: hack up a little program to suck data
10702         out of gcov files. Yes this is sort of silly.
10703
10704         * configure.in: define something in config.h and do an
10705         AM_CONDITIONAL when gcov is enabled
10706
10707 2003-04-04  Havoc Pennington  <hp@redhat.com>
10708
10709         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
10710         return a "babysitter" object that is used to monitor the status of
10711         the spawned process and reap it when required.
10712
10713         * test/test-segfault.c, test/test-exit.c,
10714         test/test-sleep-forever.c: binaries that do various lame things,
10715         used in the test suite.
10716
10717         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
10718
10719 2003-04-03  Havoc Pennington  <hp@pobox.com>
10720
10721         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
10722         in preparation for modifying it, dbus-sysdeps is getting
10723         a bit unmanageable.
10724
10725 2003-04-03  Havoc Pennington  <hp@redhat.com>
10726
10727         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
10728         have multiple ones
10729
10730         * bus/*.[hc]: adapt to mainloop change
10731
10732 2003-04-03  Havoc Pennington  <hp@redhat.com>
10733
10734         * bus/activation.c (load_directory): fix up memleaks
10735         (bus_activation_entry_free): free the entry
10736
10737         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
10738         we get one from the message bus; fix memleaks.
10739
10740         * dbus/dbus-message.c (dbus_set_error_from_message): new function
10741
10742 2003-04-03  Havoc Pennington  <hp@pobox.com>
10743
10744         * bus/config-parser.c (bus_config_parser_unref): free
10745         list of mechanisms, bug discovered by test suite enhancements
10746         (putting system.conf and session.conf into suite)
10747
10748         * test/Makefile.am, test/test-service.c: add placeholder for a
10749         test service that we'll activate as part of test suite. Doesn't
10750         do anything yet.
10751
10752         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
10753         setting NULL value, and use system malloc not dbus_malloc()
10754         when we have unavoidable memleakage.
10755
10756         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
10757         didn't work, and support DBUS_BUS_ACTIVATION.
10758
10759         * bus/activation.c (child_setup): pass our well-known bus type to
10760         the child
10761
10762         * bus/config-parser.c: support <type> to specify well-known type
10763
10764         * doc/dbus-specification.sgml: document the env variables to
10765         locate well-known buses and find service activator
10766
10767 2003-04-02  Havoc Pennington  <hp@redhat.com>
10768
10769         * test/Makefile.am (all-local): add a rule to copy tests to
10770         builddir, so we can have generated tests. Use this to remove the
10771         silly hack for testing system.conf and session.conf. Will use this
10772         shortly to generate .service files pointing to test binaries.
10773
10774 2003-04-02  Havoc Pennington  <hp@redhat.com>
10775
10776         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
10777         current alloc and needed new length, not max of the doubled
10778         allocation and needed new length. Also, when building tests,
10779         don't do the double-allocation stuff, just realloc every time.
10780
10781 2003-04-02  Havoc Pennington  <hp@redhat.com>
10782
10783         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
10784         in error messages
10785         (_dbus_string_get_dirname): new
10786         (_dbus_sysdeps_test): new
10787         (_dbus_directory_open): include dirnames in error messages
10788
10789         * bus/config-parser.c: interpret <include> and <includedir> and
10790         <servicedir> relative to config file location if the given
10791         filename is not absolute.
10792
10793         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
10794
10795 2003-04-02  Havoc Pennington  <hp@redhat.com>
10796
10797         * bus/connection.c (bus_transaction_send_error_reply): set sender
10798         service for the error, and unref the reply on success
10799
10800         * bus/activation.c: convert to use BusTransaction so OOM can be
10801         handled correctly
10802         (bus_activation_service_created): set sender of the message
10803
10804 2003-04-01  Havoc Pennington  <hp@redhat.com>
10805
10806         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
10807         <includedir> (at least mostly)
10808
10809         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
10810         first, then the user ID
10811
10812 2003-04-01  Havoc Pennington  <hp@pobox.com>
10813
10814         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
10815         function
10816
10817         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
10818
10819         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
10820
10821         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
10822         socket 0777, and unlink any existing socket.
10823
10824         * bus/bus.c (bus_context_new): change our UID/GID and fork if
10825         the configuration file so specifies; set up auth mechanism
10826         restrictions
10827
10828         * bus/config-parser.c (bus_config_parser_content): add support
10829         for <fork> option and fill in code for <auth>
10830
10831         * bus/system.conf.in: add <fork/> to default configuration,
10832         and limit auth mechanisms to EXTERNAL
10833
10834         * doc/config-file.txt (Elements): add <fork>
10835
10836         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
10837         (_dbus_change_identity): new function
10838
10839 2003-03-31  Havoc Pennington  <hp@redhat.com>
10840
10841         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
10842         (_dbus_listen_unix_socket): fix off-by-one error in null
10843         termination spotted by Nalin
10844
10845 2003-03-31  Havoc Pennington  <hp@redhat.com>
10846
10847         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
10848         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
10849         having a real home directory available.
10850
10851 2003-03-31  Havoc Pennington  <hp@redhat.com>
10852
10853         * bus/Makefile.am (install-data-hook): create /var/run/dbus
10854
10855         * bus/messagebus.in: add init script for Red Hat /etc/init.d
10856
10857         * configure.in: add support for specifying a style of init script
10858         to install
10859
10860 2003-03-31  Havoc Pennington  <hp@redhat.com>
10861
10862         Fix some annoying DBusString API and fix all affected code.
10863
10864         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
10865         max_length argument
10866         (_dbus_string_get_data): change to return string instead of using
10867         an out param
10868         (_dbus_string_get_const_data): ditto
10869         (_dbus_string_get_data_len): ditto
10870         (_dbus_string_get_const_data_len): ditto
10871
10872 2003-03-31  Havoc Pennington  <hp@redhat.com>
10873
10874         * bus/main.c (main): fix up the command line arguments to be nicer
10875
10876 2003-03-31  Havoc Pennington  <hp@redhat.com>
10877
10878         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
10879         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
10880         final location that lands in the config file
10881
10882         * bus/config-loader-expat.c (bus_config_load): fix type of
10883         XML_Parser variable
10884
10885         * doc/TODO: remove TODO item for dbus_bus_get()
10886
10887         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
10888
10889 2003-03-31  Havoc Pennington  <hp@pobox.com>
10890
10891         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
10892         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
10893         argument since they are always client side
10894
10895         * dbus/dbus-server.c (dbus_server_get_address): new function
10896
10897         * bus/main.c (main): take the configuration file as an argument.
10898
10899         * test/data/valid-config-files/debug-allow-all.conf: new file to
10900         use with dispatch.c tests for example
10901
10902         * bus/test-main.c (main): require test data dir
10903
10904         * bus/bus.c (bus_context_new): change this to take a
10905         configuration file name as argument
10906
10907         * doc/config-file.txt (Elements): add <servicedir>
10908
10909         * bus/system.conf, bus/session.conf: new files
10910
10911         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
10912         well-known socket if none set
10913
10914         * configure.in: create system.conf and session.conf
10915
10916 2003-03-30  Havoc Pennington  <hp@pobox.com>
10917
10918         * bus/config-parser.c: hacking
10919
10920         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
10921         to shut down, since it could cause weirdness with the DBusList
10922         lock
10923
10924         * dbus/dbus-list.c (_dbus_list_test): add tests for the
10925         link-oriented stack routines
10926         (alloc_link): free the mempool if the first alloc from it fails
10927
10928         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
10929
10930         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
10931         from GLib
10932         (_dbus_string_skip_white): new
10933
10934         * doc/config-file.txt (Elements): add <includedir>
10935
10936 2003-03-28  Havoc Pennington  <hp@pobox.com>
10937
10938         * dbus/dbus-string.c (_dbus_string_copy_data_len)
10939         (_dbus_string_copy_data): new functions
10940
10941 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
10942
10943         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
10944         * dbus/dbus-bus.h:
10945         Add dbus_bus_get.
10946
10947         * dbus/dbus-memory.c:
10948         Fix a doc comment.
10949
10950 2003-03-28  Havoc Pennington  <hp@pobox.com>
10951
10952         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
10953         I think it may have just been superstition. Not sure.
10954
10955         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
10956         failures that were not being handled.
10957
10958         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
10959
10960         * dbus/dbus-memory.c: add ability to set number of mallocs in a
10961         row that will fail on out-of-memory.
10962
10963         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
10964         function for testing out-of-memory handling.
10965
10966         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
10967         allocation functions, they do map exactly to the expat ones.
10968
10969 2003-03-27  Havoc Pennington  <hp@redhat.com>
10970
10971         * bus/config-loader-libxml.c (bus_config_load): add another error
10972         check
10973
10974 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10975
10976         * doc/TODO:
10977         Add note about automatic service activation.
10978
10979         * doc/dbus-specification.sgml:
10980         Rename the specification and clarify a few things.
10981
10982 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10983
10984         * Doxyfile.in:
10985         * dbus/dbus-address.c:
10986         * dbus/dbus-dict.c:
10987         * dbus/dbus-marshal.c:
10988         * dbus/dbus-server-debug-pipe.c:
10989         * dbus/dbus-transport-unix.c:
10990         Fix documentation warnings.
10991
10992 2003-03-26  Havoc Pennington  <hp@pobox.com>
10993
10994         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
10995         after every test so it's quick and easy to see which leaked, and
10996         so we test multiple dbus_shutdown() calls
10997
10998         * configure.in: change configure.in XML stuff to also support
10999         expat
11000
11001         * config-loader-libxml.c: some hacking
11002
11003         * config-loader-expat.c: some hacking
11004
11005         * config-parser.c: some hacking, plus tests
11006
11007 2003-03-25  Havoc Pennington  <hp@redhat.com>
11008
11009         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
11010
11011         * configure.in: add --with-xml option to specify XML library,
11012         right now only libxml is supported.
11013
11014         * bus/config-loader-libxml.c, config-parser.c: sync some minor
11015         nonworking code between home and work, still just stubs
11016
11017 2003-03-24  Havoc Pennington  <hp@redhat.com>
11018
11019         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
11020         file
11021
11022         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
11023         NULL argument for "message" if the error is a well-known one,
11024         fill in a generic message in this case.
11025
11026         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
11027         favor of DBusError
11028
11029         * bus/test.c (bus_test_flush_bus): add
11030
11031         * bus/policy.c (bus_policy_test): test code stub
11032
11033 2003-03-24  Havoc Pennington  <hp@pobox.com>
11034
11035         * bus/connection.c (bus_connections_setup_connection): set up
11036         the "can this user connect" function, but it always returns
11037         TRUE until we have a config file parser so we can have a config
11038         file that allows connections.
11039
11040 2003-03-23  Havoc Pennington  <hp@pobox.com>
11041
11042         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
11043         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
11044         the mutex, so we can check for proper memory management
11045         and OOM handling.
11046
11047         * dbus/dbus-dataslot.c: remove the mutex from
11048         DBusDataSlotAllocator and lock it manually when using it,
11049         to simplify fitting it into the global slots framework.
11050
11051         * dbus/dbus-threads.c (init_static_locks): rework how we're
11052         handling global locks so they are easily shut down.
11053
11054         * bus/policy.c (bus_policy_append_rule): fix
11055
11056         * bus/test-main.c (main): check for memleaks
11057
11058         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
11059         test suite check for memleaks
11060
11061         * dbus/dbus-memory.c: add support in test mode for tracking
11062         number of outstanding blocks
11063
11064 2003-03-23  Havoc Pennington  <hp@pobox.com>
11065
11066         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
11067         policies code
11068
11069         * dbus/dbus-hash.h: add ULONG hash keys
11070
11071         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
11072         (_dbus_get_group_id): new function
11073
11074 2003-03-20  Havoc Pennington  <hp@redhat.com>
11075
11076         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
11077         new function
11078         (dbus_connection_get_unix_user): new function
11079
11080 2003-03-20  Havoc Pennington  <hp@pobox.com>
11081
11082         * bus/connection.c (bus_connection_send_oom_error): assert that
11083         message has a sender
11084         (connection_execute_transaction): ditto
11085         (bus_connection_preallocate_oom_error): fix to set the sender, and
11086         set recipient to the destination service, not the bus driver
11087
11088         * bus/policy.c: hacking
11089
11090         * dbus/dbus-message.c (dbus_message_service_is): new function
11091         (dbus_message_sender_is): new
11092
11093 2003-03-19  Havoc Pennington  <hp@redhat.com>
11094
11095         * bus/policy.c: start sketching code for policy restrictions on
11096         what connections can do.
11097
11098 2003-03-18  Havoc Pennington  <hp@redhat.com>
11099
11100         * doc/TODO: some notes on high-level todo items. Little nitpick
11101         stuff is all in @todo, so no need to add it here.
11102
11103         * doc/config-file.txt: some notes on how config file might look
11104
11105 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
11106
11107         * configure.in: 0.6
11108
11109         * NEWS: Update.
11110
11111 2003-03-17  Havoc Pennington  <hp@redhat.com>
11112
11113         * dbus/dbus-internals.h: add gcc attributes so that
11114         our printf-style functions warn on bad arguments to
11115         format
11116
11117         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
11118         format bug
11119
11120         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
11121         printf format bug
11122
11123 2003-03-17  Havoc Pennington  <hp@redhat.com>
11124
11125         * bus/test-main.c (main): make it print something as it runs
11126         so make check doesn't look stuck
11127
11128         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
11129         from CVS, now obsolete
11130
11131 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
11132
11133         * bus/dispatch.c: (bus_dispatch):
11134         Refetch the service name since it may have been reallocated
11135         when dbus_message_set_sender was called.
11136
11137         * dbus/dbus-sysdeps.c: (_dbus_accept):
11138         Add address and address length variables and use them to stop
11139         valgrind from complaining.
11140
11141 2003-03-17  Havoc Pennington  <hp@pobox.com>
11142
11143         All tests pass, no memleaks, no valgrind complaints.
11144
11145         * bus/test.c: refcount handler_slot
11146
11147         * bus/connection.c (bus_connections_new): refcount
11148         connection_data_slot
11149
11150         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
11151         bytes so that auth scripts pass.
11152
11153         * bus/dispatch.c: init message_handler_slot so it gets allocated
11154         properly
11155
11156         * bus/dispatch.c (message_handler_slot_ref): fix memleak
11157
11158         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
11159         dealloc server_pipe_hash when no longer used for benefit of
11160         leak checking
11161
11162         * dbus/dbus-auth.c (process_command): memleak fix
11163
11164         * bus/dispatch.c (check_hello_message): memleak fix
11165
11166 2003-03-16  Havoc Pennington  <hp@pobox.com>
11167
11168         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
11169
11170 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
11171
11172         * bus/activation.c (bus_activation_activate_service): Append
11173         the pending activation entry to the list of pending activations.
11174
11175 2003-03-16  Havoc Pennington  <hp@pobox.com>
11176
11177         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
11178         connections
11179
11180         * dbus/dbus-address.c (create_entry): fix OOM handling when
11181         failing to alloc entry->method
11182
11183 2003-03-16  Havoc Pennington  <hp@pobox.com>
11184
11185         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
11186         the watch
11187
11188         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11189         add some missing dbus_set_result
11190
11191         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
11192         alloc the DBusMessageHandler
11193
11194         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
11195         the transport here, since we call this from the finalizer; it
11196         resulted in a double-finalize.
11197
11198         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
11199         where we tried to use transport->connection that was NULL,
11200         happened when transport was disconnected early on due to OOM
11201
11202         * bus/*.c: adapt to handle OOM for watches/timeouts
11203
11204         * dbus/dbus-transport-unix.c: port to handle OOM during
11205         watch handling
11206
11207         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
11208         reference to unused bytes instead of a copy
11209
11210         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
11211         out of memory
11212
11213         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
11214         FALSE on OOM
11215
11216         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
11217         of memory
11218
11219 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11220
11221         * doc/dbus-specification.sgml:
11222         Document reply message for ActivateService.
11223
11224 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11225
11226         * bus/activation.c: (bus_pending_activation_entry_free),
11227         (bus_pending_activation_free), (bus_activation_new),
11228         (bus_activation_unref), (bus_activation_service_created),
11229         (bus_activation_activate_service):
11230         * bus/activation.h:
11231         * bus/bus.c: (bus_context_new):
11232         * bus/desktop-file.c: (new_section):
11233         * bus/driver.c: (bus_driver_send_service_deleted),
11234         (bus_driver_handle_activate_service):
11235         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
11236         * bus/services.h:
11237         * dbus/dbus-connection.c:
11238         (dbus_connection_send_with_reply_and_block):
11239         * dbus/dbus-message.c: (dbus_message_append_args_valist):
11240         * dbus/dbus-protocol.h:
11241         Make activation work better. Now pending activations will be queued
11242         and the daemon won't try to activate services that are already registered.
11243
11244 2003-03-16  Havoc Pennington  <hp@pobox.com>
11245
11246         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
11247         connection data
11248
11249         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
11250         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
11251
11252 2003-03-16  Havoc Pennington  <hp@pobox.com>
11253
11254         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
11255         this. always run the test suite before commit...
11256
11257         * bus/*: adapt to DBusConnection API changes
11258
11259         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
11260         requires renaming stuff to avoid dbus_connection_dispatch name
11261         conflict.
11262
11263         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
11264         function
11265
11266         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
11267         separate from _dbus_message_loader_return_buffer()
11268
11269         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
11270         this, because it's now always broken to use; the number of
11271         messages in queue vs. the number still buffered by the message
11272         loader is undefined/meaningless. Should use
11273         dbus_connection_get_dispatch_state().
11274         (dbus_connection_dispatch): rename from
11275         dbus_connection_dispatch_message
11276
11277 2003-03-16  Havoc Pennington  <hp@pobox.com>
11278
11279         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
11280         implementation
11281
11282 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
11283
11284         * dbus/dbus-connection.c:
11285         (dbus_connection_send_with_reply_and_block):
11286         Decrease connection->n_incoming when removing an entry
11287         from the list.
11288         * dbus/dbus-dict.c: (dbus_dict_entry_free),
11289         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
11290         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
11291         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
11292         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
11293         (dbus_dict_get_byte_array):
11294         Handle NULL arrays and strings. Also add support for byte arrays.
11295
11296         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
11297         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
11298         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
11299         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
11300         (_dbus_demarshal_dict), (demarshal_and_validate_len),
11301         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
11302         * dbus/dbus-marshal.h:
11303         Add support for marshalling and demarshalling empty arrays and strings.
11304
11305         * dbus/dbus-message.c: (dbus_message_append_args_valist),
11306         (dbus_message_append_string_array),
11307         (dbus_message_iter_get_boolean),
11308         (dbus_message_iter_get_boolean_array),
11309         (dbus_message_iter_get_int32_array),
11310         (dbus_message_iter_get_uint32_array),
11311         (dbus_message_iter_get_double_array),
11312         (dbus_message_iter_get_byte_array),
11313         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
11314         (check_message_handling):
11315         Add support for getting empty arrays and dicts.
11316
11317         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
11318         Don't do any validation at all for now, that's better than just checking
11319         for ASCII.
11320
11321         * test/data/valid-messages/emptiness.message:
11322         New test message with lots of empty arrays.
11323
11324 2003-03-16  Havoc Pennington  <hp@pobox.com>
11325
11326         * dbus/dbus-connection.c
11327         (_dbus_connection_queue_received_message_link): new function that
11328         can't fail due to OOM
11329
11330         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
11331         new function pops a message together with a list link
11332         containing it.
11333
11334         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
11335         message queuing functions to avoid needing to alloc memory
11336
11337 2003-03-16  Havoc Pennington  <hp@pobox.com>
11338
11339         Oops - test code was only testing failure of around 30 of the
11340         mallocs in the test path, but it turns out there are 500+
11341         mallocs. I believe this was due to misguided linking setup such
11342         that there was one copy of dbus_malloc etc. in the daemon and one
11343         in the shared lib, and only daemon mallocs were tested. In any
11344         case, the test case now tests all 500+ mallocs, and doesn't pass
11345         yet, though there are lots of fixes in this patch.
11346
11347         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
11348         this so that it doesn't need to allocate memory, since it
11349         has no way of indicating failure due to OOM (and would be
11350         annoying if it did).
11351
11352         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
11353
11354         * bus/Makefile.am: rearrange to create two self-contained
11355         libraries, to avoid having libraries with overlapping symbols.
11356         that was resulting in weirdness, e.g. I'm pretty sure there
11357         were two copies of global static variables.
11358
11359         * dbus/dbus-internals.c: move the malloc debug stuff to
11360         dbus-memory.c
11361
11362         * dbus/dbus-list.c (free_link): free list mempool if it becomes
11363         empty.
11364
11365         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
11366
11367         * dbus/dbus-address.c (dbus_parse_address): free list nodes
11368         on failure.
11369
11370         * bus/dispatch.c (bus_dispatch_add_connection): free
11371         message_handler_slot when no longer using it, so
11372         memory leak checkers are happy for the test suite.
11373
11374         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
11375
11376         * bus/bus.c (new_connection_callback): disconnect in here if
11377         bus_connections_setup_connection fails.
11378
11379         * bus/connection.c (bus_connections_unref): fix to free the
11380         connections
11381         (bus_connections_setup_connection): if this fails, don't
11382         disconnect the connection, just be sure there are no side
11383         effects.
11384
11385         * dbus/dbus-string.c (undo_alignment): unbreak this
11386
11387         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
11388         leaking
11389         (_dbus_auth_new): fix the order in which we free strings
11390         on OOM failure
11391
11392         * bus/connection.c (bus_connection_disconnected): fix to
11393         not send ServiceDeleted multiple times in case of memory
11394         allocation failure
11395
11396         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
11397         get the base service name
11398         (dbus_bus_register_client): don't return base service name,
11399         instead store it on the DBusConnection and have an accessor
11400         function for it.
11401         (dbus_bus_register_client): rename dbus_bus_register()
11402
11403         * bus/dispatch.c (check_hello_message): verify that other
11404         connections on the bus also got the correct results, not
11405         just the one sending hello
11406
11407 2003-03-15  Havoc Pennington  <hp@pobox.com>
11408
11409         Make it pass the Hello handling test including all OOM codepaths.
11410         Now to do other messages...
11411
11412         * bus/services.c (bus_service_remove_owner): fix crash when
11413         removing owner from an empty list of owners
11414         (bus_registry_ensure): don't leave service in the list of
11415         a connection's owned services if we fail to put the service
11416         in the hash table.
11417
11418         * bus/connection.c (bus_connection_preallocate_oom_error): set
11419         error flag on the OOM error.
11420
11421         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
11422         handle _dbus_transport_set_connection failure
11423
11424         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
11425         to create watches up front and simply enable/disable them as
11426         needed.
11427         (unix_connection_set): this can now fail on OOM
11428
11429         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
11430         of enabling/disabling a watch or timeout.
11431
11432         * bus/loop.c (bus_loop_iterate): don't touch disabled
11433         watches/timeouts
11434
11435         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
11436
11437 2003-03-15  Havoc Pennington  <hp@pobox.com>
11438
11439         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
11440         write useful test code, after all that futzing around ;-)
11441
11442         Test does not yet pass because we can't handle OOM in
11443         _dbus_transport_messages_pending (basically,
11444         dbus_connection_preallocate_send() does not prealloc the write
11445         watch). To fix this, I think we need to add new stuff to
11446         set_watch_functions, namely a SetEnabled function so we can alloc
11447         the watch earlier, then enable it later.
11448
11449         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
11450         dbus-memory.c to the convenience lib
11451
11452         * bus/test.c: rename some static functions to keep them clearly
11453         distinct from stuff in connection.c. Handle client disconnection.
11454
11455 2003-03-14  Havoc Pennington  <hp@pobox.com>
11456
11457         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
11458         transport, tests more of the real codepath. Set up clients
11459         with bus_setup_debug_client.
11460
11461         * bus/test.c (bus_setup_debug_client): function to set up debug
11462         "clients" on the main loop
11463
11464         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
11465         support
11466
11467         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
11468         server type
11469
11470         * dbus/dbus-server-debug.c: support a debug server based on pipes
11471
11472         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
11473         (_dbus_close): new function
11474
11475         * configure.in: check for socketpair
11476
11477 2003-03-14  Havoc Pennington  <hp@redhat.com>
11478
11479         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
11480         cheesy hack
11481
11482         * dbus/dbus-transport-debug.c: rework this a good bit to be
11483         less complicated. hopefully still works.
11484
11485         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
11486         manually
11487
11488         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
11489         after running it
11490
11491         * dbus/dbus-message.c (dbus_message_copy): rename from
11492         dbus_message_new_from_message, fix it up to copy
11493         all the message fields, add test case
11494
11495         * bus/dispatch.c (bus_dispatch_test): add some more test code,
11496         not quite passing yet
11497
11498 2003-03-14  Havoc Pennington  <hp@pobox.com>
11499
11500         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
11501         until no work remains" in test code. (the large diff here
11502         is just code movement, no actual changes)
11503
11504         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
11505         1, no point waiting around for test code.
11506         (_dbus_server_debug_accept_transport): unref the timeout
11507         after adding it (right?)
11508
11509         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
11510
11511 2003-03-13  Havoc Pennington  <hp@redhat.com>
11512
11513         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
11514         out of memory
11515
11516         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
11517         of memory
11518
11519         * dbus/dbus-connection.h: Make AddWatchFunction and
11520         AddTimeoutFunction return a bool so they can fail on out-of-memory
11521
11522         * bus/bus.c (bus_context_new): set up timeout handlers
11523
11524         * bus/connection.c (bus_connections_setup_connection): set up
11525         timeout handlers
11526
11527         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
11528         can fail
11529
11530         * bus/bus.c (bus_context_new): adapt to changes
11531
11532         * bus/connection.c: adapt to changes
11533
11534         * test/watch.c: adapt to DBusWatch changes
11535
11536         * bus/dispatch.c (bus_dispatch_test): started adding this but
11537         didn't finish
11538
11539 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
11540
11541         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
11542
11543 2003-03-13  Havoc Pennington  <hp@pobox.com>
11544
11545         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
11546         set up a test framework as for the library
11547
11548 2003-03-12  Havoc Pennington  <hp@pobox.com>
11549
11550         Throughout: purge global variables, introduce BusActivation,
11551         BusConnections, BusRegistry, etc. objects instead.
11552
11553         * bus/bus.h, bus/bus.c: introduce BusContext as a global
11554         message bus object
11555
11556         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
11557         going to redo this a bit differently I think
11558
11559 2003-03-12  Havoc Pennington  <hp@redhat.com>
11560
11561         Mega-patch that gets the message bus daemon initially handling
11562         out-of-memory. Work still needed. Also lots of random
11563         moving stuff to DBusError instead of ResultCode.
11564
11565         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
11566
11567         * dbus/dbus-connection.c
11568         (dbus_connection_send_with_reply_and_block): use DBusError
11569
11570         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
11571         DBusResultCode
11572
11573         * dbus/dbus-connection.c (dbus_connection_send): drop the result
11574         code here, as the only failure possible is OOM.
11575
11576         * bus/connection.c (bus_connection_disconnect):
11577         rename bus_connection_disconnected as it's a notification only
11578
11579         * bus/driver.c (bus_driver_handle_acquire_service): don't free
11580         "name" on get_args failure, should be done by get_args;
11581         don't disconnect client for bad args, just return an error.
11582         (bus_driver_handle_service_exists): ditto
11583
11584         * bus/services.c (bus_services_list): NULL-terminate returned array
11585
11586         * bus/driver.c (bus_driver_send_service_lost)
11587         (bus_driver_send_service_acquired): send messages from driver to a
11588         specific client to the client's unique name, not to the broadcast
11589         service.
11590
11591         * dbus/dbus-message.c (decode_header_data): reject messages that
11592         contain no name field
11593         (_dbus_message_get_client_serial): rename to
11594         dbus_message_get_serial and make public
11595         (_dbus_message_set_serial): rename from set_client_serial
11596         (_dbus_message_set_reply_serial): make public
11597         (_dbus_message_get_reply_serial): make public
11598
11599         * bus/connection.c (bus_connection_foreach): allow stopping
11600         iteration by returning FALSE from foreach function.
11601
11602         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
11603         (dbus_connection_free_preallocated_send)
11604         (dbus_connection_preallocate_send): new API for sending a message
11605         without possibility of malloc failure.
11606         (dbus_connection_send_message): rename to just
11607         dbus_connection_send (and same for whole function family)
11608
11609         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
11610
11611         * dbus/dbus-sysdeps.c (_dbus_exit): new function
11612
11613         * bus/activation.c: handle/return errors
11614
11615         * dbus/dbus-errors.h: add more DBUS_ERROR #define
11616
11617         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
11618         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
11619         (_dbus_result_from_errno): move to this file
11620
11621 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
11622
11623         * dbus/dbus-marshal.c:
11624         (_dbus_marshal_set_string):
11625         Take a length argument so we can marshal the correct string
11626         length.
11627
11628         (_dbus_marshal_dict), (_dbus_demarshal_dict),
11629         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
11630         (_dbus_marshal_test):
11631         * dbus/dbus-marshal.h:
11632         Add support for marshalling and demarshalling dicts.
11633
11634         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11635         Add support for TYPE DICT.
11636
11637         * dbus/dbus-message.c: (set_string_field):
11638         Adjust header padding.
11639
11640         (dbus_message_append_args_valist), (dbus_message_append_dict),
11641         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
11642         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
11643         (check_message_handling), (check_have_valid_message):
11644         * dbus/dbus-message.h:
11645         Add functions for setting and getting dicts.
11646
11647         * dbus/dbus-protocol.h:
11648         Add DBUS_TYPE_DICT.
11649
11650         * dbus/dbus.h:
11651         Add dbus-dict.h
11652
11653         * doc/dbus-specification.sgml:
11654         Add information about how dicts are marshalled.
11655
11656         * test/data/invalid-messages/dict-with-nil-value.message:
11657         * test/data/invalid-messages/too-short-dict.message:
11658         * test/data/valid-messages/dict-simple.message:
11659         * test/data/valid-messages/dict.message:
11660         Add sample messages containing dicts.
11661
11662 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
11663
11664         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
11665
11666 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
11667
11668         * dbus/Makefile.am:
11669         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
11670         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
11671         (dbus_dict_set_int32), (dbus_dict_set_uint32),
11672         (dbus_dict_set_double), (dbus_dict_set_string),
11673         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
11674         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
11675         (dbus_dict_set_string_array), (_dbus_dict_test):
11676         * dbus/dbus-dict.h:
11677         Fix according to comments from Havoc.
11678
11679 2003-03-06  Michael Meeks  <michael@server.home>
11680
11681         * configure.in: if we don't have kde-config, disable have_qt.
11682
11683 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
11684
11685         * dbus/Makefile.am:
11686         Add dbus-dict.[ch]
11687
11688         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
11689         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
11690         (dbus_dict_remove), (dbus_dict_get_value_type),
11691         (dbus_dict_get_keys), (dbus_dict_put_boolean),
11692         (dbus_dict_put_int32), (dbus_dict_put_uint32),
11693         (dbus_dict_put_double), (dbus_dict_put_string),
11694         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
11695         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
11696         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
11697         (dbus_dict_get_int32), (dbus_dict_get_uint32),
11698         (dbus_dict_get_double), (dbus_dict_get_string),
11699         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
11700         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
11701         (dbus_dict_get_string_array), (_dbus_dict_test):
11702         * dbus/dbus-dict.h:
11703         Add DBusDict implementation
11704
11705         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
11706         * dbus/dbus-test.h:
11707         Add _dbus_dict_test
11708
11709 2003-03-04  Havoc Pennington  <hp@pobox.com>
11710
11711         * test/data/auth/*: adapt to changes
11712
11713         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
11714         USERID_BASE64 and change USERNAME_BASE64 to put in username not
11715         userid
11716
11717         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
11718         more stuff from being in a context name, to make the protocol
11719         simpler to deal with
11720
11721         * dbus/dbus-errors.c (dbus_error_has_name): new function
11722         (dbus_error_is_set): new function
11723
11724         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
11725         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
11726
11727         * dbus/dbus-connection.c (dbus_connection_flush): also read
11728         messages during a flush operation
11729
11730         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
11731
11732 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11733
11734         * configure.in: Check for gethostbyname on Solaris.
11735
11736         * dbus/dbus-transport.c: (_dbus_transport_open):
11737         Remove duplicate "tcp" entry.
11738
11739         * doc/dbus-specification.sgml:
11740         Clarify some things.
11741
11742 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11743
11744         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
11745         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
11746         (_dbus_keyring_test):
11747         * dbus/dbus-md5.c: (_dbus_md5_compute):
11748         * dbus/dbus-sha.c: (_dbus_sha_compute):
11749         Plug memory leaks.
11750
11751 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11752
11753         * README: Add some things.
11754
11755 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
11756
11757         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
11758         after case DBUS_TYPE_BOOELAN.
11759
11760 2003-03-02  Havoc Pennington  <hp@pobox.com>
11761
11762         * test/break-loader.c (randomly_set_extreme_ints): add test that
11763         sets really huge and small integers
11764
11765         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
11766         that length of boolean array fits in the string, and that
11767         string has room for boolean value in single-bool case.
11768
11769         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
11770         optional value to "ALIGN" command which is what to fill the
11771         alignment with.
11772
11773         * test/data/valid-messages/no-padding.message: add regression
11774         test for the message padding problem
11775
11776 2003-03-02  Havoc Pennington  <hp@pobox.com>
11777
11778         * dbus/dbus-message.c (decode_header_data): fix to always init
11779         message_padding, from Benjamin Dauvergne
11780
11781 2003-03-02  Havoc Pennington  <hp@pobox.com>
11782
11783         * configure.in: 0.5
11784
11785         * NEWS: Update.
11786
11787 2003-03-01  Joe Shaw  <joe@assbarn.com>
11788
11789         * configure.in: Check for "struct cmsgcred" and try to access its
11790         members for BSD-like unices.
11791
11792         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
11793         _dbus_read_credentials_unix_socket().
11794         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
11795         read() for reading the credential byte off the unix socket.  Use
11796         struct cmsgcred on systems that support it.
11797
11798 2003-02-27  Alexander Larsson  <alexl@redhat.com>
11799
11800         * glib/Makefile.am:
11801         * configure.in:
11802         Make gthreads-2.0 dependency optional. Don't build thread test if
11803         its not found.
11804
11805 2003-02-27  Havoc Pennington  <hp@pobox.com>
11806
11807         * dbus/dbus-connection.c
11808         (dbus_connection_send_message_with_reply_and_block): fix doh!
11809         doh! doh! bug that resulted in never removing a reply from the
11810         queue, no wonder we called get_reply_serial so much ;-)
11811
11812         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
11813         and client serial instead of demarshaling them every time
11814
11815 2003-02-27  Havoc Pennington  <hp@pobox.com>
11816
11817         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
11818         more inlined, using dbus-string-private.h, speeds things up
11819         substantially
11820
11821         * dbus/dbus-string.c (_dbus_string_free): apply align offset
11822         when freeing the string
11823         (_dbus_string_steal_data): fix for align offset
11824         (undo_alignment): new function
11825
11826 2003-02-26  Havoc Pennington  <hp@redhat.com>
11827
11828         All kinds of audit fixes from Owen, plus initial attempt to
11829         handle unaligned memory returned from malloc.
11830
11831         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
11832         leave room for align_offset and nul byte
11833         (fixup_alignment): function to track an align_offset and
11834         ensure real->str is aligned
11835         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
11836         to allow a nul byte plus align offset
11837         (_dbus_string_lock): fix overflow issue
11838         (_dbus_string_init_const_len): add assertions on sanity of len,
11839         assign allocated to be ALLOCATION_PADDING larger than len
11840         (set_length): fixup the overflow handling
11841         (_dbus_string_get_data_len): fix overflow in assertion
11842         (open_gap): detect overflow in size of gap to be opened
11843         (_dbus_string_lengthen): add overflow check
11844         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
11845         (_dbus_string_append): add overflow check
11846         (_dbus_string_append_unichar): overflow
11847         (_dbus_string_delete): fix overflow in assertion
11848         (_dbus_string_copy_len): overflow in assertion
11849         (_dbus_string_replace_len): overflows in assertions
11850         (_dbus_string_find): change to implement in terms of
11851         _dbus_string_find_to
11852         (_dbus_string_find_to): assorted fixage
11853         (_dbus_string_equal_c_str): assert c_str != NULL,
11854         fix logic so the function works
11855         (_dbus_string_ends_with_c_str): fix overflow thingy
11856         (_dbus_string_base64_encode): overflow fix
11857         (_dbus_string_validate_ascii): overflow
11858         (_dbus_string_validate_nul): overflow
11859
11860 2003-02-26  Havoc Pennington  <hp@redhat.com>
11861
11862         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
11863
11864 2003-02-26  Alexander Larsson  <alexl@redhat.com>
11865
11866         * configure.in:
11867         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
11868
11869         * dbus/dbus-connection.c:
11870         * dbus/dbus-connection.h:
11871         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
11872         Add dbus_connection_set_wakeup_main_function and use it when queueing
11873         incoming and outgoing messages.
11874
11875
11876         * dbus/dbus-dataslot.c:
11877         Threadsafe usage of DBusDataSlotAllocator
11878
11879         * dbus/dbus-message.c: (dbus_message_get_args_iter):
11880         dbus_new can fail.
11881
11882         * dbus/dbus-server-unix.c:
11883         Add todo comment
11884
11885         * glib/dbus-gmain.c:
11886         Implement the new wakeup functions for glib.
11887
11888         * glib/Makefile.am:
11889         * glib/test-thread-client.c:
11890         * glib/test-thread-server.c:
11891         * glib/test-thread.h:
11892         Initial cut at some thread test code. Not really done yet.
11893
11894 2003-02-26  Havoc Pennington  <hp@pobox.com>
11895
11896         * dbus/dbus-connection.c
11897         (dbus_connection_send_message_with_reply_and_block): fix crash
11898         where we ref'd the outgoing message instead of the returned reply
11899
11900         * dbus/dbus-transport-unix.c (do_authentication): check read watch
11901         at the end of this function, so if we didn't need to read for
11902         authentication, we reinstall it for receiving messages
11903
11904         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
11905         a NULL sender for peer-to-peer case
11906
11907         * dbus/dbus-transport-unix.c (check_read_watch): handle
11908         !authenticated case correctly
11909
11910         * glib/dbus-gmain.c: add support for DBusServer
11911
11912         * dbus/dbus-server.c: add data slot support
11913
11914         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
11915         return values and handle errors
11916
11917         * dbus/dbus-dataslot.c: factor out the data slot stuff from
11918         DBusConnection
11919
11920         * Doxyfile.in (INPUT): add glib subdir
11921
11922         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
11923         setup_with_g_main instead of hookup_with_g_main; write docs
11924
11925 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
11926
11927         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
11928         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11929         * dbus/dbus-message.c: (dbus_message_append_boolean),
11930         (dbus_message_append_boolean_array),
11931         (dbus_message_get_args_valist), (_dbus_message_test):
11932         * dbus/dbus-message.h:
11933         * doc/dbus-specification.sgml:
11934         Various fixes as pointed out by Havoc.
11935
11936         * test/data/invalid-messages/bad-boolean-array.message:
11937         * test/data/invalid-messages/bad-boolean.message:
11938         Add invalid boolean value test cases.
11939
11940 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
11941
11942         * dbus/dbus-internals.c: (_dbus_type_to_string):
11943         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
11944         (_dbus_marshal_validate_arg):
11945         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11946         * dbus/dbus-message.c: (dbus_message_append_args_valist),
11947         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
11948         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
11949         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
11950         (dbus_message_iter_get_double),
11951         (dbus_message_iter_get_boolean_array), (message_iter_test):
11952         * dbus/dbus-message.h:
11953         * dbus/dbus-protocol.h:
11954         * doc/dbus-specification.sgml:
11955         * test/data/valid-messages/lots-of-arguments.message:
11956         Add support for boolean and boolean array types.
11957
11958 2003-02-23  Havoc Pennington  <hp@pobox.com>
11959
11960         * dbus/dbus-keyring.c: finish most of this implementation and
11961         simple unit test
11962
11963         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
11964         these barf if the error isn't cleared to NULL
11965
11966         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
11967         (_dbus_create_directory): new function
11968
11969         * dbus/dbus-errors.c (dbus_set_error): fix warning
11970
11971         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
11972         (_dbus_string_hex_decode): new function
11973         (test_hex_roundtrip): test code
11974
11975         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
11976
11977         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
11978
11979         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
11980         the save-to-temp/rename trick to atomically write the new file
11981         (_dbus_string_parse_uint): new function
11982
11983 2003-02-22  Havoc Pennington  <hp@pobox.com>
11984
11985         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
11986
11987 2003-02-22  Havoc Pennington  <hp@pobox.com>
11988
11989         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
11990         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
11991
11992         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
11993
11994         * dbus/test/data/sha-1: add US government test suite for SHA-1
11995
11996 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11997
11998         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
11999         Make string arrays NULL-terminated.
12000
12001         * dbus/dbus-memory.c: (dbus_free_string_array):
12002         * dbus/dbus-memory.h:
12003         New function for freeing NULL-terminated string arrays.
12004
12005         * dbus/dbus-message-builder.c: (append_quoted_string),
12006         (_dbus_message_data_load):
12007         Add support for array types.
12008
12009         * dbus/dbus-message.c: (check_message_handling):
12010         Add more types as test cases.
12011
12012         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
12013         (_dbus_string_parse_double):
12014         Add the start offset to the end offset.
12015
12016         * test/data/valid-messages/lots-of-arguments.message:
12017         New test message with lots of arguments.
12018
12019 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12020
12021         * dbus/dbus-message.c: (dbus_message_append_nil),
12022         (dbus_message_append_int32), (dbus_message_append_uint32),
12023         (dbus_message_append_double), (dbus_message_append_string),
12024         (dbus_message_append_int32_array),
12025         (dbus_message_append_uint32_array),
12026         (dbus_message_append_double_array),
12027         (dbus_message_append_byte_array),
12028         (dbus_message_append_string_array):
12029         Fix all out-of-memory handling in these functions.
12030
12031 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12032
12033         * dbus/dbus-message.c: (dbus_message_append_nil):
12034         Fix a silly.
12035
12036 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12037
12038         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12039         (dbus_message_append_nil), (dbus_message_append_int32_array),
12040         (dbus_message_append_uint32_array),
12041         (dbus_message_append_double_array),
12042         (dbus_message_append_byte_array),
12043         (dbus_message_append_string_array), (dbus_message_get_args_valist),
12044         (dbus_message_iter_get_int32_array),
12045         (dbus_message_iter_get_uint32_array),
12046         (dbus_message_iter_get_double_array),
12047         (dbus_message_iter_get_byte_array),
12048         (dbus_message_iter_get_string_array):
12049
12050         * dbus/dbus-message.h:
12051         Add functions for appending and getting arrays.
12052
12053 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
12054
12055         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
12056         element size at least 8 bytes, fixes mempool tests on
12057         64-bit machines.
12058
12059 2003-02-20  Alexander Larsson  <alexl@redhat.com>
12060
12061         * dbus/dbus-transport-unix.c (unix_do_iteration):
12062         Unlock the connection mutex during a blocking select call.
12063         Add todo about how we need a way to wake up the select.
12064
12065         * dbus/dbus-connection-internal.h:
12066         * dbus/dbus-connection.c:
12067         Add _dbus_connection_lock and _dbus_connection_unlock.
12068
12069 2003-02-19  Havoc Pennington  <hp@pobox.com>
12070
12071         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
12072         Doxyfile.in, not Doxyfile
12073
12074         * dbus/dbus-keyring.c: do some hacking on this
12075
12076         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
12077
12078         * dbus/dbus-errors.c (dbus_set_error_const): do not call
12079         dbus_error_init
12080         (dbus_set_error): remove dbus_error_init, check for message ==
12081         NULL *before* we sprintf into it, and add @todo about including
12082         system headers in this file
12083
12084         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
12085
12086         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
12087
12088         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
12089         get various bits of user information based on either username
12090         or user ID
12091         (_dbus_homedir_from_username): new function
12092
12093 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
12094
12095         * configure.in:
12096         Add check for nonposix getpwnam_r
12097
12098         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
12099         Align the pool element size to a sizeof (void *) boundary.
12100
12101         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
12102         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
12103         General Solaris fixes.
12104
12105         * test/data/valid-messages/simplest-manual.message:
12106         Explicitly state that we want little-endian packing.
12107
12108 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
12109
12110         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
12111
12112         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
12113         Added to create a transport connecting using a tcp/ip socket.
12114
12115         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
12116         to a tcp socket at given host and port.
12117         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
12118         hostname and port.
12119
12120         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
12121
12122         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
12123         Added to create a server listening on a TCP/IP socket.
12124
12125 2003-02-19  Havoc Pennington  <hp@pobox.com>
12126
12127         Throughout: mop up all the Doxygen warnings and undocumented
12128         stuff.
12129
12130         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
12131         to search any paths.
12132
12133         * dbus/dbus-threads.c: move global mutex initializers to
12134         dbus-internals.h, multiple prototypes was confusing doxygen
12135         besides being kind of ugly
12136
12137         * Doxyfile (PREDEFINED): have Doxygen define
12138         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
12139         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
12140         (do not abuse the feature! it's for stuff like the autogenerated
12141         macros in dbus-md5.c, not just for things you don't feel like
12142         documenting...)
12143
12144 2003-02-18  Havoc Pennington  <hp@pobox.com>
12145
12146         * dbus/dbus-string.c (_dbus_string_zero): new function
12147
12148         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
12149         wrap it in some dbus-friendly API
12150
12151         * dbus/dbus-types.h: add 16-bit types
12152
12153 2003-02-18  Joe Shaw  <joe@assbarn.com>
12154
12155         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
12156         credentials from our currently running process.
12157         (get_word): Fix a buglet where we were copying the entire length
12158         instead of relative to our position.
12159
12160         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
12161         keys on the stack... it's 640k of data.
12162
12163         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
12164         read the credentials byte off the socket, even if we don't have
12165         SO_PEERCRED.
12166         (_dbus_poll): Implement poll() using select() for systems which
12167         don't have it.
12168
12169         * glib/test-dbus-glib.c (main): Print out an error if no
12170         parameters are given.
12171
12172         * test/data/auth/fallback.auth-script: Added.  Tests that a client
12173         can fallback to a secondary auth mechanism if the first fails.
12174
12175 2003-02-18  Havoc Pennington  <hp@pobox.com>
12176
12177         * AUTHORS: add Alex
12178
12179 2003-02-17  Havoc Pennington  <hp@pobox.com>
12180
12181         * doc/dbus-specification.sgml: lots of cosmetic
12182         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
12183         env variable to DBUS_BUS_ADDRESS, s/client/application/,
12184         s/server/bus/ (except in authentication section). Add a section
12185         "Message Bus Message Routing"
12186
12187 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
12188
12189         Release 0.4
12190
12191         * NEWS: Update
12192
12193 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12194
12195         * doc/dbus-specification.sgml:
12196         Specification updates.
12197
12198 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12199
12200         * bus/activation.c: (bus_activation_init), (child_setup),
12201         (bus_activation_activate_service):
12202         * bus/activation.h:
12203         * bus/main.c: (main):
12204         Set DBUS_ADDRESS environment variable.
12205
12206         * dbus/dbus-errors.c: (dbus_set_error):
12207         Don't use va_copy since that's a C99 feature.
12208
12209         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
12210         (_dbus_spawn_async):
12211         * dbus/dbus-sysdeps.h:
12212         Add child_setup_func to _dbus_spawn_async.
12213
12214         * doc/dbus-specification.sgml:
12215         Update specification.
12216
12217         * test/spawn-test.c: (setup_func), (main):
12218         Fix test.
12219
12220 2003-02-17  Alexander Larsson  <alexl@redhat.com>
12221
12222         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
12223         Added todo.
12224
12225 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12226
12227         * doc/.cvsignore:
12228         * doc/Makefile.am:
12229         * doc/dbus-test-plan.sgml:
12230         Add test plan document.
12231
12232         * test/Makefile.am:
12233         Fix distcheck.
12234
12235 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
12236
12237         * dbus/dbus-message.c: (decode_header_data),
12238         (_dbus_message_loader_return_buffer):
12239         Set the header padding amount when loading a message.
12240
12241 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12242
12243         * bus/dispatch.c: (send_one_message):
12244         Only send broadcast messages to registered connections.
12245
12246         * dbus/dbus-message.c: (dbus_message_name_is):
12247         * dbus/dbus-message.h:
12248         New convenience function.
12249
12250         * dbus/dbus-transport-debug.c: (do_reading):
12251         Only dispatch one message per run.
12252
12253         * test/Makefile.am:
12254         * test/bus-test.c: (new_connection_callback), (die),
12255         (test_hello_client1_handler), (test_hello_client2_handler),
12256         (test_hello_replies), (main):
12257
12258         * test/bus-test-loop.[ch]:
12259         Add these.
12260
12261 2003-02-16  Havoc Pennington  <hp@pobox.com>
12262
12263         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12264         backward conditional
12265
12266 2003-02-16  Alexander Larsson  <alexl@redhat.com>
12267
12268         * dbus/dbus-connection.c:
12269         Implement sent_message_with_reply. (with_reply_and block is still
12270         busted).
12271         Made dispatch_message not lose message if OOM.
12272
12273         * dbus/dbus-errors.h:
12274         Add NoReply error (for reply timeouts).
12275
12276 2003-02-16  Alexander Larsson  <alexl@redhat.com>
12277
12278         * dbus/dbus-hash.c (_dbus_hash_table_unref):
12279         Actually free keys and values when destroying hashtable.
12280
12281 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12282
12283         * dbus/dbus-auth.c: (client_try_next_mechanism):
12284         Plug a leak.
12285
12286         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
12287         Return TRUE if there's no thread implementation around.
12288
12289         * glib/dbus-gmain.c: (free_source),
12290         (dbus_connection_hookup_with_g_main):
12291         Make sure to remove the GSource when the connection is finalized.
12292
12293 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12294
12295         * bus/dispatch.c: (bus_dispatch_message_handler):
12296         * dbus/dbus-errors.h:
12297         Return an error if someone tries to send a message to a service
12298         that doesn't exist.
12299
12300 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
12301
12302         * bus/activation.c: (load_directory), (bus_activation_init),
12303         (bus_activation_activate_service):
12304         * bus/activation.h:
12305         * bus/driver.c:
12306         (bus_driver_handle_activate_service), (bus_driver_handle_message):
12307         More work on the activation handling.
12308
12309         * dbus/dbus-errors.h:
12310         Add some error messages
12311
12312         * dbus/dbus-message.c: (dbus_message_new_error_reply):
12313         * dbus/dbus-message.h:
12314         New function that creates an error message.
12315
12316         * dbus/dbus-protocol.h:
12317         Add ACTIVATE_SERVER message.
12318
12319         * dbus/dbus-server-unix.c: (unix_handle_watch),
12320         (_dbus_server_new_for_domain_socket):
12321         Call _dbus_fd_set_close_on_exec.
12322
12323         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
12324         (_dbus_spawn_async), (_dbus_disable_sigpipe),
12325         (_dbus_fd_set_close_on_exec):
12326         * dbus/dbus-sysdeps.h:
12327         Add _dbus_fd_set_close_on exec function. Also add function that checks
12328         that all open fds are set to close-on-exec and warns otherwise.
12329
12330         * dbus/dbus-transport-unix.c:
12331         (_dbus_transport_new_for_domain_socket):
12332         Call _dbus_fd_set_close_on_exec.
12333
12334 2003-02-16  Havoc Pennington  <hp@pobox.com>
12335
12336         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
12337         allow people to avoid setting SIGPIPE to SIG_IGN
12338         (_dbus_connection_new_for_transport): disable SIGPIPE unless
12339         we've been asked not to
12340
12341 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
12342
12343         * dbus/dbus-list.c: (_dbus_list_append_link),
12344         (_dbus_list_prepend_link):
12345         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
12346         (dbus_realloc):
12347         Warning fixes.
12348
12349 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
12350
12351         * bus/Makefile.am:
12352         * bus/activation.c: (bus_activation_entry_free),
12353         (add_desktop_file_entry), (load_directory), (bus_activation_init):
12354         * bus/activation.h:
12355         * bus/main.c: (main):
12356         Add simple activation support, doesn't work yet though.
12357
12358 2003-02-15   Zack Rusin  <zack@kde.org>
12359
12360         * qt/dbus-qthread.cpp:  small casting fix
12361
12362 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
12363
12364         * dbus/dbus-errors.c: (dbus_set_error):
12365         * dbus/dbus-errors.h:
12366         Add a few errors and make dbus_set_error void.
12367
12368         * dbus/dbus-sysdeps.c:
12369         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
12370         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
12371         * dbus/dbus-sysdeps.h:
12372         Add _dbus_spawn_async.
12373
12374         * test/spawn-test.c: (main):
12375         Test for _dbus_spawn_async.
12376
12377 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
12378
12379         * dbus/dbus-internals.h:
12380         Fix build without tests.
12381
12382         * dbus/dbus-list.c: (alloc_link):
12383         Fix a segfault when a malloc fails.
12384
12385         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
12386         (dbus_malloc0), (dbus_realloc):
12387         Add support for malloc debugging.
12388
12389 2003-02-15  Alexander Larsson  <alexl@redhat.com>
12390
12391         * dbus/dbus-threads.c:
12392         * dbus/dbus-threads.h:
12393         Add condvars. Remove static mutext from API.
12394         Implement static mutexes by initializing them from threads_init.
12395
12396         * glib/dbus-gthread.c:
12397         * qt/dbus-qthread.cpp:
12398         Update with the thread api changes.
12399
12400
12401         * dbus/dbus-list.c:
12402         * dbus/dbus-list.h:
12403         Turn StaticMutex into normal mutex + init function.
12404         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
12405         _dbus_list_append_link, _dbus_list_prepend_link
12406
12407
12408         * dbus/dbus-sysdeps.c:
12409         * dbus/dbus-sysdeps.h:
12410         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
12411         _dbus_atomic_dec. Only slow fallback implementation at the moment.
12412
12413         * dbus/dbus-protocol.h:
12414         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
12415
12416         * dbus/dbus-message.c:
12417         Make ref/unref atomic.
12418         Fix some docs.
12419
12420         * dbus/dbus-connection-internal.h:
12421         * dbus/dbus-connection.c:
12422         * dbus/dbus-connection.h:
12423         Make threadsafe.
12424         Change _peek to _borrow,_return & _steal_borrowed.
12425         Change disconnect callback to event.
12426         Make dbus_connection_dispatch_messages reentrant.
12427
12428         * dbus/dbus-transport.c:
12429         Don't ref the connection on calls to the transport
12430         implementation.
12431
12432         * dbus/dbus-message-handler.c:
12433         Make threadsafe.
12434
12435         * glib/dbus-gmain.c:
12436         Don't use peek_message anymore
12437
12438         * test/Makefile.am:
12439         * test/debug-thread.c:
12440         * test/debug-thread.h:
12441         Simple thread implementation that asserts() on deadlocks in
12442         single-threaded code.
12443
12444         * test/bus-test.c:
12445         (main) Call debug_threads_init.
12446
12447         * test/watch.c:
12448         Use disconnect message instead of disconnect callback.
12449
12450         * bus/connection.c:
12451         * bus/connection.h:
12452         Don't call dbus_connection_set_disconnect_function. Instead export
12453         bus_connection_disconnect.
12454
12455         * bus/dispatch.c:
12456         Call bus_connection_disconnect when we get a disconnected message.
12457
12458 2003-02-15  Havoc Pennington  <hp@pobox.com>
12459
12460         * dbus/dbus-message.c (dbus_message_new): fool around with the
12461         docs
12462
12463 2003-02-14  Havoc Pennington  <hp@pobox.com>
12464
12465         * dbus/dbus-mempool.c: fail if the debug functions so indicate
12466
12467         * dbus/dbus-memory.c: fail if the debug functions indicate we
12468         should
12469
12470         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
12471         (_dbus_decrement_fail_alloc_counter): debug functions to
12472         simulate memory allocation failures
12473
12474 2003-02-14  Havoc Pennington  <hp@pobox.com>
12475
12476         * dbus/dbus-errors.h (struct DBusError): add a word of padding
12477         to DBusError
12478
12479 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12480
12481         * bus/driver.c: (bus_driver_handle_hello):
12482         * bus/driver.h:
12483         * bus/services.c: (bus_service_lookup):
12484         Reorder message sending so we get a more sane order.
12485
12486         * test/bus-test.c: (message_handler):
12487         Fix tyop.
12488
12489 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12490
12491         * bus/driver.c: (bus_driver_send_service_deleted),
12492         (bus_driver_send_service_created), (bus_driver_send_service_lost),
12493         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
12494         (bus_driver_send_welcome_message),
12495         (bus_driver_handle_list_services),
12496         (bus_driver_handle_acquire_service),
12497         (bus_driver_handle_service_exists):
12498         * dbus/dbus-bus.c: (dbus_bus_register_client),
12499         (dbus_bus_acquire_service), (dbus_bus_service_exists):
12500         * dbus/dbus-errors.c: (dbus_result_to_string):
12501         * dbus/dbus-errors.h:
12502         * dbus/dbus-message.c: (dbus_message_append_args),
12503         (dbus_message_append_args_valist), (dbus_message_get_args),
12504         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
12505         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
12506         (dbus_message_iter_get_byte_array),
12507         (dbus_message_iter_get_string_array), (message_iter_test),
12508         (check_message_handling), (_dbus_message_test):
12509         * dbus/dbus-message.h:
12510         * test/bus-test.c: (main):
12511         Change fields to arguments in messages, so that they won't be
12512         confused with header fields.
12513
12514         * glib/test-dbus-glib.c: (main):
12515         Remove append_fields from hello message.
12516
12517 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12518
12519         * dbus/dbus-errors.c:
12520         * dbus/dbus-message.c:
12521         * dbus/dbus-string.c:
12522         Documentation fixes.
12523
12524 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12525
12526         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
12527         (remove_timeout):
12528         Implement support for timeouts in dbus-glib.
12529
12530 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12531
12532         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12533         * dbus/dbus-message.c: (process_test_subdir):
12534         * test/break-loader.c: (find_breaks_based_on):
12535         Plug some memory leaks.
12536
12537 2003-02-13  Richard Hult  <rhult@codefactory.se>
12538
12539         * bus/main.c: Fix build.
12540
12541         * dbus/dbus-errors.h:
12542         * dbus/dbus-errors.c: Fix copyright for Anders.
12543
12544 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12545
12546         * bus/Makefile.am:
12547         Add utils.[ch]
12548
12549         * bus/connection.c: (bus_connection_foreach):
12550         Fix a warning.
12551
12552         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
12553         (unescape_string), (new_section), (parse_section_start),
12554         (parse_key_value), (report_error), (bus_desktop_file_load),
12555         (bus_desktop_file_get_string):
12556         * bus/desktop-file.h:
12557         Use DBusError for error reporting.
12558
12559         * bus/dispatch.c: (send_one_message),
12560         (bus_dispatch_message_handler):
12561         * bus/driver.c: (bus_driver_send_service_deleted),
12562         (bus_driver_send_service_created), (bus_driver_send_service_lost),
12563         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
12564         (bus_driver_send_welcome_message),
12565         (bus_driver_handle_list_services),
12566         (bus_driver_handle_acquire_service),
12567         (bus_driver_handle_service_exists):
12568         * bus/loop.c: (bus_loop_run):
12569         * bus/main.c:
12570         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
12571
12572         * bus/utils.c: (bus_wait_for_memory):
12573         * bus/utils.h:
12574         New files with general utility functions.
12575
12576         * dbus/dbus-internals.h:
12577         Remove _DBUS_HANDLE_OOM.
12578
12579 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12580
12581         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
12582         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
12583         * dbus/dbus-errors.h:
12584         Add DBusError structure.
12585
12586 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12587
12588         * test/data/valid-messages/standard-acquire-service.message:
12589         * test/data/valid-messages/standard-hello.message:
12590         * test/data/valid-messages/standard-list-services.message:
12591         * test/data/valid-messages/standard-service-exists.message:
12592         Add some standard messages.
12593
12594 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12595
12596         * bus/driver.c: (bus_driver_send_welcome_message),
12597         (bus_driver_handle_list_services),
12598         (bus_driver_handle_acquire_service),
12599         (bus_driver_handle_service_exists), (bus_driver_handle_message):
12600         Update for API changes in libdbus.
12601
12602         * dbus/dbus-message.c: (dbus_message_new_reply):
12603         * dbus/dbus-message.h:
12604         Remove the name argument. The spec states that replies shouldn't
12605         have a name.
12606
12607 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
12608
12609         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
12610         (report_error), (bus_desktop_file_load), (lookup_section),
12611         (lookup_line), (bus_desktop_file_get_raw),
12612         (bus_desktop_file_get_string):
12613         * bus/desktop-file.h:
12614         Some fixes, and new functions for getting a key value from a section.
12615
12616 2003-02-13  Havoc Pennington  <hp@pobox.com>
12617
12618         * test/data/auth/fail-after-n-attempts.auth-script: new test
12619
12620         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
12621         reject the client.
12622
12623 2003-02-13  Havoc Pennington  <hp@pobox.com>
12624
12625         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
12626         dbus_credentials_match were backward
12627
12628         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
12629         NO_CREDENTIALS and ROOT_CREDENTIALS
12630
12631         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
12632         into here. Never process more commands after we've reached an
12633         end state; store further data as unused bytes.
12634
12635         * test/data/auth/*: add more auth tests
12636
12637         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
12638         command to match exact string and EXPECT_UNUSED to match unused
12639         bytes
12640
12641         * test/Makefile.am (dist-hook): fix to dist all the test stuff
12642
12643 2003-02-12  Havoc Pennington  <hp@pobox.com>
12644
12645         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
12646         \r off of popped lines
12647
12648         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
12649         scripts
12650
12651         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
12652         SEND, append \r\n
12653
12654 2003-02-12  Havoc Pennington  <hp@pobox.com>
12655
12656         * dbus/Makefile.am: remove break-loader from the build, since it
12657         moved.
12658
12659         * configure.in: add --enable-gcov to turn on coverage profiling
12660         flags and disable optimization
12661
12662 2003-02-10  Havoc Pennington  <hp@pobox.com>
12663
12664         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
12665         initial cut at test framework for DBusAuth from laptop.
12666         Doesn't quite work yet but it compiles and I need to get
12667         it off the 266mhz laptop. ;-)
12668
12669         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
12670         fix a memleak in error case
12671
12672 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
12673
12674         * bus/Makefile.am:
12675         * bus/desktop-file.c:
12676         * bus/desktop-file.h:
12677         Add a desktop file parser.
12678
12679 2003-02-11  Zack Rusin  <zack@kde.org>
12680
12681         * qt/message.[h|cpp]: sample implementation
12682         of the KDE wrapper for DBusMessage
12683
12684 2003-02-09  Zack Rusin  <zack@kde.org>
12685
12686         * test/bus-test.c: make_it_compile
12687         * doc/dbus-specification.sgml: minimal semantic fix
12688
12689 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
12690
12691         Release 0.3
12692
12693         * NEWS: Update
12694
12695 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
12696
12697         * dbus/Makefile.am:
12698         * dbus/dbus-break-loader.c:
12699         * test/Makefile.am:
12700         * test/break-loader.c:
12701         Move dbus-break-loader to test/ and rename it to break-loader.
12702
12703 2003-02-02  Havoc Pennington  <hp@pobox.com>
12704
12705         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
12706         for code to manage cookies in your home directory
12707
12708         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
12709
12710         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
12711         to authenticate, then disconnect the client.
12712
12713 2003-02-03  Alexander Larsson  <alexl@redhat.com>
12714
12715         * dbus/dbus-message.c (dbus_message_append_fields):
12716         Correct docs.
12717
12718 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12719
12720         * doc/dbus-specification.sgml:
12721         Update address format section.
12722
12723 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12724
12725         * test/Makefile.am:
12726         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
12727         (message_handler), (new_connection_callback), (loop_quit),
12728         (loop_run), (main):
12729         Add bus test.
12730
12731 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12732
12733         * bus/driver.c: (bus_driver_handle_service_exists):
12734         Simplify the code a bit.
12735
12736         * dbus/dbus-bus.c: (dbus_bus_service_exists):
12737         Fix a silly.
12738
12739 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12740
12741         * bus/Makefile.am:
12742         Add libdbus-daemon.la and link to it.
12743
12744 2003-02-01  James Willcox  <jwillcox@gnome.org>
12745
12746         * bus/driver.c: (bus_driver_handle_own_service):
12747         Actually include the service reply code in the message.
12748
12749 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12750
12751         * bus/driver.c: (bus_driver_handle_service_exists):
12752         Don't unref the incoming message.
12753
12754 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12755
12756         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
12757
12758 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12759
12760         * dbus/dbus-server.c: (dbus_server_listen):
12761         * dbus/dbus-transport.c: (_dbus_transport_open):
12762         ifdef out the calls to the debug transport and server.
12763
12764 2003-02-02  Alexander Larsson  <alexl@redhat.com>
12765
12766         * dbus/dbus-watch.c (dbus_watch_get_flags):
12767         Add note in the docs that ERROR or HANGUP won't be returned
12768         and are assumed always on.
12769
12770         * glib/dbus-gmain.c (add_watch):
12771         Always add IO_ERR | IO_HUP
12772
12773         * dbus/dbus-message.h:
12774         Add semicolon after dbus_message_iter_get_string_array().
12775         Makes qt code build again
12776
12777 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
12778
12779         * bus/driver.c: (create_unique_client_name),
12780         (bus_driver_handle_hello):
12781         Don't take a name, just use a numeric id to identify
12782         each client.
12783
12784         * dbus/Makefile.am:
12785         * dbus/dbus-bus.c: (dbus_bus_register_client),
12786         (dbus_bus_acquire_service), (dbus_bus_service_exists):
12787         * dbus/dbus-bus.h:
12788         Add new convenience functions for communicating with the bus.
12789
12790         * dbus/dbus-message.h:
12791
12792         * dbus/dbus-protocol.h:
12793         Fix a typo.
12794
12795 2003-02-01  Alexander Larsson  <alexl@redhat.com>
12796
12797         * dbus/dbus-message.c (dbus_message_append_fields):
12798         Add some more doc comments.
12799
12800 2003-02-01  Havoc Pennington  <hp@pobox.com>
12801
12802         * dbus/dbus-break-loader.c (randomly_modify_length): change
12803         a 4-byte value in the message as if it were a length
12804
12805         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
12806         execute bit on saved files
12807
12808 2003-02-01  Havoc Pennington  <hp@pobox.com>
12809
12810         * dbus/dbus-break-loader.c (main): new program to find messages
12811         that break the loader.
12812
12813         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
12814         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
12815
12816         * dbus/dbus-string.c (_dbus_string_set_byte): new
12817
12818 2003-01-31  Havoc Pennington  <hp@pobox.com>
12819
12820         * dbus/dbus-message.c: refactor the test code to be more general,
12821         in preparation for writing a "randomly permute test cases to
12822         try to break the loader" program.
12823
12824 2003-01-31  Havoc Pennington  <hp@pobox.com>
12825
12826         * doc/dbus-specification.sgml: work on the specification
12827
12828         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
12829         the protocol version of the message.
12830
12831         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
12832         no longer specifies that.
12833         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
12834         1/2/3/4)
12835
12836         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
12837         "break" for DBUS_TYPE_NIL, remove @todo
12838
12839 2003-01-31  Havoc Pennington  <hp@pobox.com>
12840
12841         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
12842         just set_is_error/get_is_error as this is a commonly-used
12843         function, and write docs.
12844
12845 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
12846
12847         * dbus/dbus-address.c: (dbus_address_entry_free):
12848         Free key and value lists.
12849
12850         * dbus/dbus-internals.c: (_dbus_type_to_string):
12851         Add the types we didn't have.
12852
12853         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
12854         (_dbus_marshal_validate_arg):
12855         Add NIL types.
12856
12857         * dbus/dbus-message.c: (dbus_message_set_sender):
12858         Remove todo about being able to set sender to NULL.
12859
12860         (dbus_message_set_is_error_reply),
12861         (dbus_message_get_is_error_reply):
12862         * dbus/dbus-message.h:
12863         New functions.
12864
12865         * dbus/dbus-protocol.h:
12866         Add error reply flag.
12867
12868         * test/data/valid-messages/opposite-endian.message:
12869         Add NIL type to test.
12870
12871 2003-01-31  Havoc Pennington  <hp@pobox.com>
12872
12873         * doc/dbus-specification.sgml: fully specify the header.  Add
12874         flags and major protocol version, and change header/body len to
12875         unsigned.
12876
12877         * dbus/dbus-message-builder.c (append_saved_length): append length
12878         as uint32
12879
12880         * dbus/dbus-message.c (dbus_message_create_header): change header
12881         length and body length to unsigned. Add the new fields from the
12882         spec
12883         (_dbus_message_loader_return_buffer): unsigned header/body len
12884
12885 2003-01-30  Havoc Pennington  <hp@pobox.com>
12886
12887         * dbus/dbus-auth.c: rework to use only REJECTED, no
12888         MECHANISMS
12889
12890         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
12891         use REJECTED, suggested by Mark McLoughlin
12892
12893 2003-01-30  Havoc Pennington  <hp@pobox.com>
12894
12895         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
12896         a better way to report errors here. e.g.  "unix address lacks
12897         path" or something. also "no such file" when the path doesn't
12898         exist, etc.
12899
12900         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
12901         leaking list nodes
12902         (dbus_parse_address): add @todo about documenting address format,
12903         and allowing , and ; to be escaped
12904
12905 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
12906
12907         * dbus/Makefile.am:
12908         Add dbus-address.[ch]
12909
12910         * dbus/dbus-address.c: (dbus_address_entry_free),
12911         (dbus_address_entries_free), (create_entry),
12912         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
12913         (dbus_parse_address), (_dbus_address_test):
12914         * dbus/dbus-address.h:
12915         New files for dealing with address parsing.
12916
12917         * dbus/dbus-connection.c:
12918         Document timeout functions.
12919
12920         * dbus/dbus-message.c:
12921         Document dbus_message_new_from_message.
12922
12923         * dbus/dbus-server-debug.c:
12924         Document.
12925
12926         * dbus/dbus-server.c: (dbus_server_listen):
12927         Parse address and use correct server implementation.
12928
12929         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
12930         * dbus/dbus-string.h:
12931         New function with test.
12932
12933         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
12934         * dbus/dbus-test.h:
12935         Add address tests.
12936
12937         * dbus/dbus-transport-debug.c:
12938         Document.
12939
12940         * dbus/dbus-transport.c: (_dbus_transport_open):
12941         Parse address and use correct transport implementation.
12942
12943 2003-01-30  Havoc Pennington  <hp@pobox.com>
12944
12945         * dbus/dbus-message.c: use message->byte_order instead of
12946         DBUS_COMPILER_BYTE_ORDER throughout.
12947         (dbus_message_create_header): pad header to align the
12948         start of the body of the message to 8-byte boundary
12949
12950         * dbus/dbus-marshal.h: make all the demarshalers take const
12951         DBusString arguments.
12952
12953         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
12954         validate message args here, so we don't have to do slow validation
12955         later, and so we catch bad messages as they are incoming. Also add
12956         better checks on header_len and body_len. Also fill in
12957         message->byte_order
12958
12959         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
12960         implemented properly)
12961         (_dbus_string_validate_nul): new function to check all-nul
12962
12963         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
12964         get_arg_end_pos and remove all validation
12965         (_dbus_marshal_validate_arg): actually do validation here.
12966
12967 2003-01-29  Havoc Pennington  <hp@pobox.com>
12968
12969         * dbus/dbus-message.c (check_message_handling): fix assertion
12970         failure on set_client_serial
12971
12972 2003-01-28  Havoc Pennington  <hp@pobox.com>
12973
12974         * dbus/dbus-server-debug.c: Add doc section comments
12975
12976         * dbus/dbus-transport-debug.c: add doc section comments
12977
12978 2003-01-28  Havoc Pennington  <hp@redhat.com>
12979
12980         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
12981         the reverse order from how I had it
12982         (_dbus_string_base64_encode): reverse encoding order. I was
12983         basically byteswapping everything during encoding.
12984
12985 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
12986
12987         * dbus/dbus-connection-internal.h:
12988         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
12989         (_dbus_connection_remove_timeout):
12990         Add functions for adding and removing timeouts.
12991
12992         * dbus/dbus-message.c: (dbus_message_new_from_message):
12993         Add new function that takes a message and creates an exact
12994         copy of it, but with the refcount set to 1.
12995         (check_message_handling):
12996         Fix build error.
12997
12998         * dbus/dbus-server-protected.h:
12999         * dbus/dbus-server.c: (_dbus_server_init_base),
13000         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
13001         (dbus_server_set_timeout_functions):
13002         (_dbus_server_remove_timeout):
13003         New functions so that a server can add and remove timeouts.
13004
13005         (dbus_server_listen):
13006         Add commented out call to dbus_server_debug_new.
13007
13008         * dbus/dbus-timeout.c: (_dbus_timeout_new):
13009         Actually set the handler, doh.
13010
13011         * dbus/dbus-transport.c: (_dbus_transport_open):
13012         Add commented out call to dbus_transport_debug_client_new.
13013
13014         * dbus/Makefile.am:
13015         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
13016
13017 2003-01-28  Havoc Pennington  <hp@pobox.com>
13018
13019         * dbus/dbus-message.c (check_message_handling): function to check
13020         on the loaded message, iterates over it etc.
13021
13022 2003-01-28  Havoc Pennington  <hp@pobox.com>
13023
13024         * test/Makefile.am (dist-hook): fix make distdir
13025
13026         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
13027
13028 2003-01-27  Havoc Pennington  <hp@pobox.com>
13029
13030         * dbus/dbus-mempool.c (time_for_size): replace printf with
13031         _dbus_verbose
13032
13033         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
13034         empty lines; fix the SAVE_LENGTH stuff to be
13035         START_LENGTH/END_LENGTH so it actually works; couple other
13036         bugfixes
13037
13038         * test/Makefile.am (dist-hook): add dist-hook for .message files
13039
13040         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
13041         can be constant or locked.
13042         (_dbus_string_free): allow freeing a const string as
13043         documented/intended
13044
13045         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
13046
13047         * dbus/dbus-test-main.c (main): take an argument which is the
13048         directory containing test data
13049
13050         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
13051         argument to this and load all the messages in test/data/
13052         checking that they can be loaded or not loaded as appropriate.
13053
13054 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
13055
13056         * bus/dispatch.c: (bus_dispatch_message_handler):
13057         Dispatch messages sent to services.
13058
13059         * bus/driver.c: (bus_driver_send_service_deleted),
13060         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13061         (bus_driver_send_service_acquired):
13062         Add helper functions for sending service related messages.
13063
13064         (bus_driver_send_welcome_message):
13065         Send HELLO_REPLY instead of WELCOME.
13066
13067         (bus_driver_handle_list_services):
13068         Send LIST_SERVICES_REPLY instead of SERVICES.
13069
13070         (bus_driver_handle_own_service),
13071         (bus_driver_handle_service_exists):
13072         New message handlers.
13073
13074         (bus_driver_handle_message):
13075         Invoke new message handlers.
13076
13077         (bus_driver_remove_connection):
13078         Don't remove any services here since that's done automatically
13079         by bus_service_remove_owner now.
13080
13081         * bus/driver.h:
13082         New function signatures.
13083
13084         * bus/services.c: (bus_service_add_owner):
13085         Send ServiceAcquired message if we're the only primary owner.
13086
13087         (bus_service_remove_owner):
13088         Send ServiceAcquired/ServiceLost messages.
13089
13090         (bus_service_set_prohibit_replacement),
13091         (bus_service_get_prohibit_replacement):
13092         Functions for setting prohibit replacement.
13093
13094         (bus_service_has_owner):
13095         New function that checks if a connection is in the owner queue of
13096         a certain service.
13097
13098         * bus/services.h:
13099         Add new function signatures.
13100
13101         * dbus/dbus-list.c: (_dbus_list_test):
13102         Add tests for _dbus_list_remove_last and traversing the list backwards.
13103
13104         * dbus/dbus-list.h:
13105         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
13106         go any further, so return NULL then.
13107
13108         * dbus/dbus-protocol.h:
13109         Add new messages, service flags and service replies.
13110
13111 2003-01-26  Havoc Pennington  <hp@pobox.com>
13112
13113         * dbus/dbus-message-builder.c: implement, completely untested.
13114
13115         * test/data/*: add data to be used in testing.
13116         ".message" files are our simple loadable text format.
13117         ".message-raw" will be binary dumps of messages.
13118
13119         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
13120
13121 2003-01-26  Havoc Pennington  <hp@pobox.com>
13122
13123         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
13124
13125         * dbus/dbus-errors.c (dbus_result_to_string): add
13126         file errors
13127
13128         * dbus/dbus-message-builder.c: new file, will contain code to load
13129         up messages from files. Not implemented yet.
13130
13131 2003-01-26  Havoc Pennington  <hp@pobox.com>
13132
13133         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
13134         the sender by setting to NULL
13135
13136 2003-01-26  Havoc Pennington  <hp@pobox.com>
13137
13138         The unit tests pass, but otherwise untested.  If it breaks, the
13139         tests should have been better. ;-)
13140
13141         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
13142         the connection.
13143
13144         * dbus/dbus-message.c: redo everything so we maintain
13145         message->header as the only copy of the various fields.
13146         This avoids the possibility of out-of-memory in some cases,
13147         for example dbus_message_lock() can't run out of memory anymore,
13148         and avoids extra copying. Figured I may as well go ahead and do
13149         this since it was busted for dbus_message_lock to not return
13150         failure on OOM, and dbus_message_write_header was totally
13151         unchecked for OOM. Also fixed some random other bugs.
13152
13153         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
13154         that strings are nul-terminated. Also, end_pos can be equal
13155         to string length just not greater than, I think.
13156         (_dbus_marshal_set_int32): new function
13157         (_dbus_marshal_set_uint32): new function
13158         (_dbus_marshal_set_string): new function
13159
13160         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
13161         a warning, init timeout_list to NULL
13162         (dbus_connection_send_message): don't use uninitialized variable
13163         "serial"
13164
13165         * dbus/dbus-string.c (_dbus_string_replace_len): new function
13166
13167 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
13168
13169         * bus/driver.c: (bus_driver_handle_hello),
13170         (bus_driver_send_welcome_message):
13171         Plug leaks
13172
13173 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
13174
13175         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
13176         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
13177         (dbus_connection_unref):
13178         * dbus/dbus-marshal.c: (_dbus_marshal_test):
13179         * dbus/dbus-message.c: (dbus_message_unref),
13180         Plug memory leaks.
13181
13182         (dbus_message_get_fields):
13183         Remove debugging printout.
13184
13185         (_dbus_message_loader_return_buffer):
13186         Don't store the header string.
13187
13188         (_dbus_message_test):
13189         Plug leaks.
13190
13191 2003-01-26  Richard Hult  <rhult@codefactory.se>
13192
13193         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
13194         the file descriptor list, since it can change under us.
13195
13196 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13197
13198         * glib/dbus-gmain.c: (dbus_connection_prepare),
13199         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
13200         (remove_watch), (dbus_connection_hookup_with_g_main):
13201         Rewrite the glib handling to use its own GSource instead of a
13202         GIOChannel so we can catch messages put in the queue while waiting
13203         for a reply.
13204
13205 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13206
13207         * bus/Makefile.am:
13208         * bus/connection.c: (connection_disconnect_handler),
13209         (connection_watch_callback), (bus_connection_setup):
13210         * bus/dispatch.c: (send_one_message),
13211         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
13212         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
13213         * bus/dispatch.h:
13214         * bus/driver.c: (bus_driver_send_service_deleted),
13215         (bus_driver_send_service_created), (bus_driver_handle_hello),
13216         (bus_driver_send_welcome_message),
13217         (bus_driver_handle_list_services), (bus_driver_remove_connection),
13218         (bus_driver_handle_message):
13219         * bus/driver.h:
13220         Refactor code, put the message dispatching in its own file. Use
13221         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
13222         is disconnected.
13223
13224 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13225
13226         * dbus/dbus-internals.h:
13227         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
13228
13229         * dbus/dbus-message.c: (dbus_message_get_sender):
13230         * dbus/dbus-message.h:
13231         Implement dbus_message_get_sender.
13232
13233         * dbus/dbus-protocol.h:
13234         Add message and service defines.
13235
13236 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13237
13238         * dbus/dbus-connection.c: (dbus_connection_send_message):
13239         * dbus/dbus-message-internal.h:
13240         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
13241         (dbus_message_write_header):
13242         Remove _dbus_messag_unlock and don't set the client serial on a
13243         message if one already exists.
13244
13245 2003-01-24  Havoc Pennington  <hp@pobox.com>
13246
13247         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
13248         list_pool
13249
13250         * bus/driver.c (bus_driver_handle_list_services): fix a leak
13251         on OOM
13252
13253 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13254
13255         * dbus/dbus-list.c: (alloc_link), (free_link):
13256         Use a memory pool for the links.
13257
13258 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13259
13260         * bus/connection.c: (bus_connection_foreach):
13261         * bus/connection.h:
13262         Add new bus_connection_foreach function.
13263
13264         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
13265         Add function that broadcasts a message to all clients.
13266
13267         (bus_driver_send_service_created), (bus_driver_handle_hello),
13268         (bus_driver_send_welcome_message),
13269         (bus_driver_handle_list_services), (bus_driver_message_handler):
13270         Implement functions that take care of listing services, and notifying
13271         clients when new services are created.
13272
13273         * bus/services.c: (bus_services_list):
13274         * bus/services.h:
13275         Add new function that returns an array of strings with the currently
13276         registered services.
13277
13278         * glib/dbus-glib.h:
13279         * glib/dbus-gmain.c:
13280         Update copyright year.
13281
13282 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
13283
13284         * dbus/dbus-connection.c: (dbus_connection_send_message):
13285         Unlock the message in case it was sent earlier.
13286
13287         (dbus_connection_send_message_with_reply_and_block):
13288         Remove the reply message from the list.
13289
13290         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13291         Set array_len and new_pos correctly.
13292
13293         (_dbus_marshal_test):
13294         Remove debug output.
13295
13296         * dbus/dbus-message-internal.h:
13297         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
13298         New function that returns the reply serial.
13299
13300         (_dbus_message_unlock):
13301         New function that unlocks a message and resets its header.
13302
13303         (dbus_message_append_string_array),
13304         (dbus_message_get_fields_valist),
13305         (dbus_message_iter_get_field_type),
13306         (dbus_message_iter_get_string_array),
13307         (dbus_message_get_fields),
13308         (dbus_message_append_fields_valist):
13309         Handle string arrays.
13310
13311         (dbus_message_set_sender):
13312         Make this function public since the bus daemon needs it.
13313
13314         (decode_header_data):
13315         Set the reply serial to -1 initially.
13316
13317         * dbus/dbus-message.h:
13318         Add dbus_message_set_sender.
13319
13320 2003-01-24  Havoc Pennington  <hp@pobox.com>
13321
13322         * doc/dbus-specification.sgml: add some stuff
13323
13324 2003-01-22  Havoc Pennington  <hp@pobox.com>
13325
13326         * doc/dbus-specification.sgml: Start to document the protocol.
13327
13328 2003-01-22  Havoc Pennington  <hp@pobox.com>
13329
13330         * dbus/dbus-connection.c
13331         (dbus_connection_send_message_with_reply_and_block): add some @todo
13332
13333         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
13334
13335 2003-01-21  Havoc Pennington  <hp@pobox.com>
13336
13337         (patch untested because can't compile)
13338
13339         * bus/driver.c (create_unique_client_name): make this function
13340         never recycle client names. Also, caller should initialize
13341         the DBusString.
13342
13343         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
13344
13345 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
13346
13347         * dbus/dbus-marshal.c: (_dbus_marshal_double),
13348         (_dbus_marshal_int32), (_dbus_marshal_uint32),
13349         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
13350         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
13351         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
13352         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
13353         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
13354         * dbus/dbus-marshal.h:
13355         * dbus/dbus-protocol.h:
13356         Add support for marshalling and demarshalling integer, double
13357         and string arrays.
13358
13359 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
13360
13361         * bus/Makefile.am:
13362         Add driver.[ch]
13363
13364         * bus/connection.c: (connection_disconnect_handler):
13365         Remove the connection from the bus driver's list.
13366
13367         (connection_watch_callback): Dispatch messages.
13368
13369         (free_connection_data): Free connection name.
13370
13371         (bus_connection_setup): Add connection to the bus driver's list.
13372         (bus_connection_remove_owned_service):
13373         (bus_connection_set_name), (bus_connection_get_name):
13374         Add functions for setting and getting the connection's name.
13375
13376         * bus/connection.h:
13377         Add function headers.
13378
13379         * bus/driver.c: (create_unique_client_name),
13380         (bus_driver_handle_hello_message),
13381         (bus_driver_send_welcome_message), (bus_driver_message_handler),
13382         (bus_driver_add_connection), (bus_driver_remove_connection):
13383         * bus/driver.h:
13384         * bus/main.c:
13385         * bus/services.c: (bus_service_free):
13386         * bus/services.h:
13387         New file that handles communication and registreation with the bus
13388         itself.
13389
13390 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
13391
13392         * dbus/dbus-connection.c: (dbus_connection_send_message):
13393         Add a new client_serial parameter.
13394
13395         (dbus_connection_send_message_with_reply):
13396         Remove a @todo since we've implemented the blocking function.
13397
13398         (dbus_connection_send_message_with_reply_and_block):
13399         New function that sends a message and waits for a reply and
13400         then returns the reply.
13401
13402         * dbus/dbus-connection.h:
13403         Add new functions.
13404
13405         * dbus/dbus-errors.c: (dbus_result_to_string):
13406         * dbus/dbus-errors.h:
13407         Add new DBUS_RESULT.
13408
13409         * dbus/dbus-message-internal.h:
13410         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
13411         (_dbus_message_set_sender), (dbus_message_write_header),
13412         (dbus_message_new_reply), (decode_header_data),
13413         (_dbus_message_loader_return_buffer), (_dbus_message_test):
13414         * dbus/dbus-message.h:
13415         Add new functions that set the reply serial and sender.
13416         Also marshal and demarshal them correctly and add test.
13417
13418         * dbus/dbus-protocol.h:
13419         Add new DBUS_MESSAGE_TYPE_SENDER.
13420
13421         * glib/dbus-glib.h:
13422         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
13423         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
13424         (dbus_connection_hookup_with_g_main):
13425         * glib/test-dbus-glib.c: (main):
13426         Rewrite to use GIOChannel and remove the GSource crack.
13427
13428         * test/echo-client.c: (main):
13429         * test/watch.c: (check_messages):
13430         Update for changed APIs
13431
13432 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
13433
13434         * dbus/Makefile.am: Add dbus-timeout.[cħ]
13435
13436         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
13437         Create a DBusTimeoutList.
13438         (dbus_connection_set_timeout_functions): Add new function to
13439         set timeout callbacks
13440
13441         * dbus/dbus-connection.h: Add public DBusTimeout API.
13442
13443         * dbus/dbus-message.c: (dbus_message_get_service):
13444         * dbus/dbus-message.h:  New function.
13445
13446         * dbus/dbus-server.c: Fix small doc typo.
13447
13448         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
13449
13450 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
13451
13452         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
13453         of the string, just as long as specified.
13454
13455 2003-01-19  Havoc Pennington  <hp@pobox.com>
13456
13457         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
13458         new function
13459
13460         * dbus/dbus-server.c (dbus_server_set_max_connections)
13461         (dbus_server_get_max_connections, dbus_server_get_n_connections):
13462         keep track of current number of connections, and add API for
13463         setting a max (but haven't implemented enforcing the max yet)
13464
13465 2003-01-18  Havoc Pennington  <hp@pobox.com>
13466
13467         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
13468         reading/writing if read_watch != NULL or write_watch != NULL.
13469
13470         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
13471         the message loader code to actually load message->header and
13472         message->body into the newly-created message.
13473
13474         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
13475         in OOM case
13476
13477         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
13478         (dbus_connection_get_max_message_size)
13479         (dbus_connection_set_max_live_messages_size)
13480         (dbus_connection_get_max_live_messages_size): implement some
13481         resource limitation functions
13482
13483         * dbus/dbus-resources.c: new file implementing some of the
13484         resource limits stuff
13485
13486         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
13487         missing docs, add @todo to handle OOM etc.
13488
13489         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
13490         docs
13491
13492 2003-01-18  Havoc Pennington  <hp@pobox.com>
13493
13494         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
13495         connection if it hasn't been already.
13496
13497         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
13498         replace with DisconnectFunction.
13499
13500 2003-01-18  Havoc Pennington  <hp@pobox.com>
13501
13502         Building --disable-verbose-mode --disable-asserts --disable-tests
13503         cuts the library from 112K to 45K or so
13504
13505         * configure.in: check for varargs macro support,
13506         add --enable-verbose-mode, --enable-asserts.
13507
13508         * dbus/dbus-internals.h (_dbus_assert): support
13509         DBUS_DISABLE_ASSERT
13510         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
13511
13512 2003-01-18  Havoc Pennington  <hp@pobox.com>
13513
13514         * dbus/dbus-test.c: include config.h so that tests actually run
13515
13516         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
13517         so the failure mode when that assumption fails will be plenty
13518         obvious.
13519
13520 2003-01-18  Havoc Pennington  <hp@pobox.com>
13521
13522         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
13523
13524         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
13525         the distribution
13526
13527         * test/Makefile.am: don't use special variable "TESTS" for echo-*
13528         since we don't want to use those in make check
13529
13530 2003-01-15  Havoc Pennington  <hp@redhat.com>
13531
13532         Release 0.2
13533
13534         * NEWS: update
13535
13536 2003-01-15  Havoc Pennington  <hp@redhat.com>
13537
13538         * test/Makefile.am: fix so that test source code ends up in the
13539         distribution on make distcheck
13540
13541 2003-01-15  Havoc Pennington  <hp@redhat.com>
13542
13543         Release 0.1.
13544
13545         * NEWS: update
13546
13547 2003-01-15  Havoc Pennington  <hp@redhat.com>
13548
13549         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
13550         fix build when --disable-tests
13551
13552         * Makefile.am (EXTRA_DIST): put HACKING in here
13553
13554         * HACKING: document procedure for making a tarball release.
13555
13556 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
13557
13558         * bus/connection.c: (connection_error_handler),
13559         (bus_connection_setup):
13560         * bus/main.c: (main):
13561         Make sure that the DBusConnectionData struct is NULLed
13562         out to prevent a segfault.
13563
13564         * dbus/dbus-errors.c: (dbus_result_to_string):
13565         * dbus/dbus-errors.h:
13566         * dbus/dbus-message.c: (dbus_message_get_fields),
13567         (dbus_message_get_fields_valist), (_dbus_message_test):
13568         * dbus/dbus-message.h:
13569         Make dbus_message_get_fields return a result code so we can
13570         track invalid fields as well as oom.
13571
13572 2003-01-11  Havoc Pennington  <hp@pobox.com>
13573
13574         * configure.in: change --enable-test/--enable-ansi action-if-given
13575         to enable_foo=$enableval instead of enable_foo=yes
13576
13577 2003-01-08  Havoc Pennington  <hp@pobox.com>
13578
13579         * dbus/dbus-string.c (_dbus_string_align_length): new function
13580
13581         * dbus/dbus-test-main.c: move main() for test app here
13582         * dbus/dbus-test.c
13583         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
13584         symbol to run tests, because dbus-test isn't in the main
13585         library
13586
13587         Code review nitpicks.
13588
13589         * dbus/dbus-message.c (dbus_message_write_header): add newlines
13590         for people with narrow emacs ;-). Assert client_serial was filled
13591         in. Assert message->name != NULL.
13592         (dbus_message_append_fields): have "first_field_type" arg separate
13593         from va list, needed for C++ binding that also uses varargs IIRC
13594         and helps with type safety
13595         (dbus_message_new): add @todo about using DBusString to store
13596         service/name internally
13597         (dbus_message_new): don't leak ->service and ->name on OOM later
13598         in the function
13599         (dbus_message_unref): free the service name
13600         (dbus_message_get_fields): same change to varargs
13601         i.e. first_field_type
13602         (_dbus_message_loader_return_buffer): assert that the message data
13603         is aligned (if not it's a bug in our code). Put in verbose griping
13604         about why we set corrupted = TRUE.
13605         (decode_header_data): add FIXME that char* is evil.  Was going to
13606         add FIXME about evil locale-specific string.h strncmp, but just
13607         switched to wacky string-as-uint32 optimization. Move check for
13608         "no room for field name" above get_const_data_len() to avoid
13609         assertion failure in get_const_data_len if we have trailing 2
13610         bytes or the like. Check for service and name fields being
13611         provided twice. Don't leak service/name on error. Require field
13612         names to be aligned to 4 bytes.
13613
13614         * dbus/dbus-marshal.c: move byte swap stuff to header
13615         (_dbus_pack_int32): uscore-prefix
13616         (_dbus_unpack_int32): uscore-prefix
13617         (_dbus_unpack_uint32): export
13618         (_dbus_demarshal_string): add @todo complaining about use of
13619         memcpy()
13620         (_dbus_marshal_get_field_end_pos): add @todo about bad error
13621         handling allowing corrupt data to go unchecked
13622
13623 2003-01-08  Havoc Pennington  <hp@redhat.com>
13624
13625         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
13626         to the select() as needed for authentication. (should be using
13627         _dbus_poll() not select, but for another day)
13628
13629         * dbus/dbus.h: include dbus/dbus-protocol.h
13630
13631 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
13632
13633         * dbus/Makefile.am (dbusinclude_HEADERS): Install
13634         dbus-connection.h
13635
13636 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
13637
13638         * dbus/dbus-internals.c: (_dbus_type_to_string):
13639         New function that returns a string describing a type.
13640
13641         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
13642         * dbus/dbus-marshal.h:
13643         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
13644         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
13645         (dbus_message_iter_get_byte_array):
13646         * dbus/dbus-message.h:
13647         Add new convenience functions for appending and getting message fields.
13648         Also add demarshalling routines for byte arrays.
13649
13650 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
13651
13652         * dbus/dbus-connection-internal.h:
13653         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
13654         (_dbus_connection_get_next_client_serial),
13655         (dbus_connection_send_message):
13656         * dbus/dbus-internals.h:
13657         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
13658         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
13659         (_dbus_marshal_uint32), (_dbus_demarshal_double),
13660         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
13661         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
13662         (_dbus_verbose_bytes), (_dbus_marshal_test):
13663         * dbus/dbus-marshal.h:
13664         * dbus/dbus-message-internal.h:
13665         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
13666         (dbus_message_write_header), (_dbus_message_lock),
13667         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
13668         (dbus_message_get_name), (dbus_message_append_int32),
13669         (dbus_message_append_uint32), (dbus_message_append_double),
13670         (dbus_message_append_string), (dbus_message_append_byte_array),
13671         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
13672         (dbus_message_iter_unref), (dbus_message_iter_has_next),
13673         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
13674         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
13675         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
13676         (decode_header_data), (_dbus_message_loader_return_buffer),
13677         (message_iter_test), (_dbus_message_test):
13678         * dbus/dbus-message.h:
13679         * dbus/dbus-protocol.h:
13680         * dbus/dbus-test.c: (main):
13681         * dbus/dbus-test.h:
13682         * glib/test-dbus-glib.c: (message_handler), (main):
13683         * test/echo-client.c: (main):
13684         * test/watch.c: (check_messages):
13685         Make messages sendable and receivable for real.
13686
13687 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
13688
13689         * dbus/dbus-marshal.c: (_dbus_marshal_double),
13690         (_dbus_marshal_string), (_dbus_marshal_byte_array):
13691         * dbus/dbus-message.c: (dbus_message_append_int32),
13692         (dbus_message_append_uint32), (dbus_message_append_double),
13693         (dbus_message_append_string), (dbus_message_append_byte_array):
13694         Handle OOM restoration.
13695
13696 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
13697
13698         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13699         (_dbus_demarshal_string), (_dbus_marshal_test):
13700         * dbus/dbus-marshal.h:
13701         * dbus/dbus-message.c: (dbus_message_get_name),
13702         Document these functions.
13703
13704         (dbus_message_append_int32), (dbus_message_append_uint32),
13705         (dbus_message_append_double), (dbus_message_append_string),
13706         (dbus_message_append_byte_array):
13707         * dbus/dbus-message.h:
13708         Add functions for adding message fields of different types.
13709
13710         * dbus/dbus-protocol.h:
13711         Add the different types.
13712
13713 2003-01-05  Havoc Pennington  <hp@pobox.com>
13714
13715         * bus/connection.c: implement routines for handling connections,
13716         first thing is keeping a list of owned services on each connection
13717         and setting up watches etc.
13718
13719         * bus/services.c: implement a mapping from service names to lists
13720         of connections
13721
13722         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
13723
13724         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
13725         to use static mutexes for global data
13726
13727         * dbus/dbus-connection.c (dbus_connection_set_data): add new
13728         collection of functions to set/get application-specific data
13729         on the DBusConnection.
13730
13731 2003-01-04  Havoc Pennington  <hp@pobox.com>
13732
13733         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
13734         (_dbus_poll): new function
13735
13736         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
13737         copied from GLib
13738
13739         * bus/loop.c: initial code for the daemon main loop
13740
13741 2003-01-04  Havoc Pennington  <hp@pobox.com>
13742
13743         * test/watch.c (error_handler): make it safe if the error handler
13744         is called multiple times (if we s/error handler/disconnect
13745         handler/ we should just guarantee it's called only once)
13746
13747         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
13748         error handler on disconnect (it's quite possible we should
13749         just change the error handler to a "disconnect handler," I'm
13750         not sure we have any other meaningful errors)
13751
13752         * configure.in: check for getpwnam_r
13753
13754         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
13755         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
13756         mechanism as in SASL spec, using socket credentials
13757
13758         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
13759         (_dbus_send_credentials_unix_socket): new function
13760
13761         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
13762         dbus_accept()
13763         (_dbus_write): only check errno if <0 returned
13764         (_dbus_write_two): ditto
13765
13766 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
13767
13768         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
13769         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
13770         (_dbus_marshal_test):
13771         * dbus/dbus-marshal.h:
13772         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
13773         to _dbus_marshal_utf8_string. Also fix some tests.
13774
13775 2002-12-28  Harri Porten  <porten@kde.org>
13776
13777         * configure.in: added check for C++ compiler and a very cheesy
13778         check for the Qt integration
13779
13780         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
13781
13782         * qt/Makefile.am: added
13783
13784         * qt/.cvsignore: added
13785
13786         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
13787         latter, added #ifdef QT_THREAD_SUPPORT guard.
13788
13789         * dbus/Makefile.am: added missing headers for make dist
13790
13791 2002-12-28  Kristian Rietveld  <kris@gtk.org>
13792
13793         * dbus/Makefile.am: fixup export-symbols-regex.
13794
13795 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
13796
13797         * acinclude.m4: Add this file and put the
13798         PKG_CHECK_MODULE macro in it.
13799
13800 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
13801
13802         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13803         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13804         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
13805         (_dbus_marshal_test):
13806         Make the demarshalling routines align the pos argument.
13807         Add string marshalling tests and fix the obvious bugs
13808         discovered.
13809
13810 2002-12-26  Havoc Pennington  <hp@pobox.com>
13811
13812         * dbus/dbus-auth.c: fixes fixes fixes
13813
13814         * dbus/dbus-transport-unix.c: wire up support for
13815         encoding/decoding data on the wire
13816
13817         * dbus/dbus-auth.c (_dbus_auth_encode_data)
13818         (_dbus_auth_decode_data): append to target string
13819         instead of nuking it.
13820
13821 2002-12-26  Havoc Pennington  <hp@pobox.com>
13822
13823         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
13824         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
13825         doh
13826
13827         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
13828         avoid swap_bytes() overhead (ignoring possible assembly stuff for
13829         now). Main point is because I wanted unpack_uint32 to implement
13830         _dbus_verbose_bytes
13831         (_dbus_verbose_bytes): new function
13832
13833         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
13834
13835         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
13836         mechanism to handle a corrupt message stream
13837         (_dbus_message_loader_new): fix preallocation to only prealloc,
13838         not prelengthen
13839
13840         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
13841         (_dbus_string_test): enhance tests for copy/move and fix the
13842         functions
13843
13844         * dbus/dbus-transport-unix.c: Hold references in more places to
13845         avoid reentrancy problems
13846
13847         * dbus/dbus-transport.c: ditto
13848
13849         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
13850         leak reference count in no-message case
13851
13852         * test/watch.c (do_mainloop): handle adding/removing watches
13853         during iteration over the watches. Also, ref the connection/server
13854         stored on a watch, so we don't try to mangle a destroyed one.
13855
13856         * dbus/dbus-transport-unix.c (do_authentication): perform
13857         authentication
13858
13859         * dbus/dbus-auth.c (get_state): add a state
13860         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
13861         (_dbus_auth_get_unused_bytes): append the unused bytes
13862         to the passed in string, rather than prepend
13863
13864         * dbus/dbus-transport.c (_dbus_transport_init_base): create
13865         the auth conversation DBusAuth
13866
13867         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
13868         (_dbus_transport_new_for_domain_socket): when creating a
13869         transport, pass in whether it's a client-side or server-side
13870         transport so we know which DBusAuth to create
13871
13872 2002-12-03  Havoc Pennington  <hp@pobox.com>
13873
13874         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
13875         _after_ finalizing the derived members
13876         (unix_connection_set): unref watch if we fail to add it
13877
13878         * dbus/dbus-connection.c (dbus_connection_unref): delete the
13879         transport first, so that the connection owned by the
13880         transport will be valid as the transport finalizes.
13881
13882         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
13883         if necessary, and remove watches from the connection.
13884
13885         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
13886
13887 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
13888
13889         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13890         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13891         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
13892         (_dbus_marshal_test):
13893         * dbus/dbus-marshal.h:
13894         Add string marshal functions and have the demarshal functions
13895         return the new position.
13896
13897 2002-12-25  Havoc Pennington  <hp@pobox.com>
13898
13899         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
13900         it is a simple protocol that just maps directly to SASL.
13901
13902         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
13903         initial implementation, not actually used yet.
13904
13905         * dbus/dbus-string.c (_dbus_string_find): new function
13906         (_dbus_string_equal): new function
13907         (_dbus_string_base64_encode): new function
13908         (_dbus_string_base64_decode): new function
13909
13910 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
13911
13912         * dbus/Makefile.am:
13913         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
13914         (_dbus_marshal_int32), (_dbus_marshal_uint32),
13915         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13916         (_dbus_demarshal_uint32), (_dbus_marshal_test):
13917         * dbus/dbus-marshal.h:
13918         * dbus/dbus-protocol.h:
13919         * dbus/dbus-test.c: (main):
13920         * dbus/dbus-test.h:
13921         Add un-optimized marshalling/demarshalling routines.
13922
13923 2002-12-25  Harri Porten  <porten@kde.org>
13924
13925         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
13926
13927 2002-12-24  Zack Rusin  <zack@kde.org>
13928
13929         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
13930         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
13931         main loop stuff
13932
13933 2002-12-24  Havoc Pennington  <hp@pobox.com>
13934
13935         * glib/dbus-gthread.c: fix include
13936
13937         * glib/dbus-glib.h: rename DBusMessageHandler for now.
13938         I think glib API needs to change, though, as you don't
13939         want to use DBusMessageFunction, you want to use the
13940         DBusMessageHandler object. Probably
13941         dbus_connection_open_with_g_main_loop()
13942         and dbus_connection_setup_g_main_loop() or something like that
13943         (but think of better names...) that just create a connection
13944         that has watch/timeout functions etc. already set up.
13945
13946         * dbus/dbus-connection.c
13947         (dbus_connection_send_message_with_reply): new function just to
13948         show how the message handler helps us deal with replies.
13949
13950         * dbus/dbus-list.c (_dbus_list_remove_last): new function
13951
13952         * dbus/dbus-string.c (_dbus_string_test): free a string that
13953         wasn't
13954
13955         * dbus/dbus-hash.c: use memory pools for the hash entries
13956         (rebuild_table): be more paranoid about overflow, and
13957         shrink table when we can
13958         (_dbus_hash_test): reduce number of sprintfs and write
13959         valid C89. Add tests for case where we grow and then
13960         shrink the hash table.
13961
13962         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
13963
13964         * dbus/dbus-connection.c (dbus_connection_register_handler)
13965         (dbus_connection_unregister_handler): new functions
13966
13967         * dbus/dbus-message.c (dbus_message_get_name): new
13968
13969         * dbus/dbus-list.c: fix docs typo
13970
13971         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
13972         an object representing a handler for messages.
13973
13974 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13975
13976         * glib/dbus-glib.h:
13977         * glib/dbus-gthread.c: (dbus_gthread_init):
13978         Don't use the gdbus prefix for public functions.
13979
13980 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13981
13982         * Makefile.am:
13983         * configure.in:
13984         Add GLib checks and fixup .pc files
13985
13986         * glib/Makefile.am:
13987         * glib/dbus-glib.h:
13988         * glib/dbus-gmain.c: (gdbus_connection_prepare),
13989         (gdbus_connection_check), (gdbus_connection_dispatch),
13990         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
13991         (dbus_connection_gsource_new):
13992         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
13993         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
13994         * glib/test-dbus-glib.c: (message_handler), (main):
13995         Add GLib support.
13996
13997 2002-12-15  Harri Porten  <porten@kde.org>
13998
13999         * autogen.sh: check for libtoolize before attempting to use it
14000
14001         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
14002         struct.
14003
14004         * .cvsignore: ignore more stamp files
14005
14006         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
14007
14008         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
14009         without make install.
14010
14011 2002-12-15  Havoc Pennington  <hp@pobox.com>
14012
14013         * dbus/dbus-threads.c: add thread stubs that a higher library
14014         layer can fill in. e.g. the GLib wrapper might fill them in with
14015         GThread stuff. We still need to use this thread API to
14016         thread-safe-ize the library.
14017
14018 2002-12-12  Havoc Pennington  <hp@pobox.com>
14019
14020         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
14021         below new interfaces and include fewer system headers.
14022
14023         * dbus/dbus-sysdeps.c (_dbus_read): new function
14024         (_dbus_write): new function
14025         (_dbus_write_two): new function
14026         (_dbus_connect_unix_socket): new function
14027         (_dbus_listen_unix_socket): new function
14028
14029         * dbus/dbus-message-internal.h: change interfaces to use
14030         DBusString
14031
14032 2002-12-11  Havoc Pennington  <hp@pobox.com>
14033
14034         * dbus/dbus-types.h: add dbus_unichar
14035
14036         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
14037
14038         * dbus/dbus-connection.c (dbus_connection_send_message): return
14039         TRUE on success
14040
14041         * dbus/dbus-transport.c: include dbus-watch.h
14042
14043         * dbus/dbus-connection.c: include dbus-message-internal.h
14044
14045         * HACKING: add file with coding guidelines stuff.
14046
14047         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
14048         handling here, for security purposes (as in vsftpd). Not actually
14049         using this class yet.
14050
14051         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
14052         system/libc usage here, as in vsftpd, for ease of auditing (and
14053         should also simplify portability). Haven't actually moved all the
14054         system/libc usage into here yet.
14055
14056 2002-11-25  Havoc Pennington  <hp@pobox.com>
14057
14058         * dbus/dbus-internals.c (_dbus_verbose): fix to not
14059         always print the first verbose message.
14060
14061 2002-11-24  Havoc Pennington  <hp@pobox.com>
14062
14063         * test/echo-client.c, test/echo-server.c: cheesy test
14064         clients.
14065
14066         * configure.in (AC_CHECK_FUNCS): check for writev
14067
14068         * dbus/dbus-message.c (_dbus_message_get_network_data): new
14069         function
14070
14071         * dbus/dbus-list.c (_dbus_list_foreach): new function
14072
14073         * dbus/dbus-internals.c (_dbus_verbose): new function
14074
14075         * dbus/dbus-server.c, dbus/dbus-server.h: public object
14076         representing a server that listens for connections.
14077
14078         * dbus/.cvsignore: create
14079
14080         * dbus/dbus-errors.h, dbus/dbus-errors.c:
14081         public API for reporting errors
14082
14083         * dbus/dbus-connection.h, dbus/dbus-connection.c:
14084         public object representing a connection that
14085         sends/receives messages. (Same object used for
14086         both client and server.)
14087
14088         * dbus/dbus-transport.h, dbus/dbus-transport.c:
14089         Basic abstraction for different kinds of stream
14090         that we might read/write messages from.
14091
14092 2002-11-23  Havoc Pennington  <hp@pobox.com>
14093
14094         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
14095         _DBUS_INT_MAX
14096
14097         * dbus/dbus-test.c (main): add list test, and include
14098         dbus-test.h as intended
14099
14100         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
14101         (_dbus_hash_table_remove_int): return value indicates
14102         whether the entry existed to remove
14103
14104         * dbus/dbus-list.c: add linked list utility class,
14105         with docs and tests
14106
14107         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
14108         array sometimes.
14109
14110 2002-11-23  Havoc Pennington  <hp@pobox.com>
14111
14112         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
14113         DBUS_END_DECLS to nothing, that should fix this once and for all
14114
14115         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
14116
14117         * dbus/dbus-message.c, dbus/dbus-hash.c:
14118         add some missing @brief
14119
14120 2002-11-23  Havoc Pennington  <hp@pobox.com>
14121
14122         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
14123         to avoid confusing Doxygen
14124
14125         * dbus/dbus-hash.c: @} not }@
14126
14127         * dbus/dbus-message.c (struct DBusMessage): split out
14128         internals docs
14129
14130 2002-11-23  Havoc Pennington  <hp@pobox.com>
14131
14132         * configure.in: pile on more warning flags if using gcc
14133
14134         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
14135         to document static functions
14136
14137         * configure.in: add summary to end of configure so it
14138         looks nice and attractive
14139
14140         * dbus/dbus-hash.c: finish implementation and write unit
14141         tests and docs
14142
14143         * configure.in: add --enable-tests to enable unit tests
14144
14145         * dbus/dbus-test.c: test program to run unit tests
14146         for all files in dbus/*, initially runs a test for
14147         dbus-hash.c
14148
14149         * dbus/dbus-internals.h: file to hold some internal utility stuff
14150
14151 2002-11-22  Havoc Pennington  <hp@redhat.com>
14152
14153         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
14154         "ported" away from Tcl
14155
14156         * dbus/dbus-types.h: header for types such as dbus_bool_t
14157
14158 2002-11-22  Havoc Pennington  <hp@redhat.com>
14159
14160         * dbus/dbus.h: fixups for doc warnings
14161
14162         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
14163         macros
14164         (QUIET): make it quiet so we can see warnings
14165
14166         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
14167
14168 2002-11-22  Havoc Pennington  <hp@redhat.com>
14169
14170         * Makefile.am: include "Doxyfile" target in all-local
14171
14172         * configure.in: generate the Doxyfile
14173
14174         * Doxyfile.in: move Doxyfile here, so we can use
14175         configure to generate a Doxyfile with the right
14176         version number etc.
14177
14178 2002-11-22  Havoc Pennington  <hp@redhat.com>
14179
14180         * dbus/dbus-message.c: move inline docs into .c file
14181
14182         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
14183         so all docs are under doc/
14184         (MAN_EXTENSION): generate man pages. Use extension
14185         ".3dbus" which matches ".3qt" on my system,
14186         I guess this is OK, I don't know really.
14187         (FILE_PATTERNS): look for .c files not .h, makes sense
14188         for plain C I think
14189
14190 2002-11-22  Havoc Pennington  <hp@pobox.com>
14191
14192         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
14193         because any app can be a server, and any app can be a client,
14194         the bus is a special kind of server.
14195
14196 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
14197
14198         * Doxyfile : adding. Still needs Makefile rules to be generated
14199         automatically (just run "doxygen" in the toplevel dir for now to
14200         generate docs)
14201
14202         * dbus/dbus-message.h : Adding sample docs (javadoc since
14203         resembles gtk-doc a little more)
14204
14205         * dbus/dbus.h : Adding sample docs
14206
14207 2002-11-21  Havoc Pennington  <hp@redhat.com>
14208
14209         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
14210         so we can allow ourselves to include files directly,
14211         instead of having to use dbus.h
14212
14213         * dbus/dbus.h: fill in
14214
14215         * dbus/dbus-message.h: sketch out a sample header file.
14216         Include griping if you include it directly instead of
14217         via dbus.h
14218
14219         * dbus/dbus-macros.h: new file with macros for extern "C",
14220         TRUE/FALSE, NULL, etc.
14221
14222         * doc/file-boilerplate.c: put include guards in here
14223
14224 2002-11-21  Havoc Pennington  <hp@redhat.com>
14225
14226         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
14227
14228         * COPYING: include the GPL as well, and license code
14229         under both AFL and GPL.
14230
14231 2002-11-21  Havoc Pennington  <hp@redhat.com>
14232
14233         * acconfig.h: get rid of this
14234
14235         * autogen.sh (run_configure): add --no-configure option
14236
14237         * configure.in: remove AC_ARG_PROGRAM to make
14238         autoconf complain less. add AC_PREREQ.
14239         add AC_DEFINE third arg.
14240
14241 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
14242
14243         * doc/Makefile.am:
14244         Fix references so we can distcheck.
14245
14246 2002-11-21  Havoc Pennington  <hp@redhat.com>
14247
14248         * Initial module creation
14249