* cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check really
[platform/upstream/dbus.git] / ChangeLog
1 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
2
3         * cmake/ConfigureChecks.cmake: fixed socketpair check
4
5 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
6
7         * bus/dispatch.c: disabled segfault test on win32 for now
8
9 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
10
11         * configure.in, cmake/ConfigureChecks.cmake: added check 
12         for setrlimit. 
13         * test/test-segfault.c: only include setrlimit stuff only 
14         when available.  
15
16 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
17
18         * test/test-segfault.c: unix compile fix.
19         * dbus-win.patch: removed obsolate patches.
20
21 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
22
23         * bus/activation.c: removed obsolate include header.
24         * test/test-segfault.c: win32 compile fix, rlimit 
25         isn't available on win32.
26         * dbus-win.patch: removed some more patches, they
27         are applied or obsolate 
28
29 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
30
31         * bus-win.patch: fixes unix listen problems, dbus-test 
32         now runs.
33
34 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
35
36         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
37         cmake/CMakeLists.txt: win32 compile fix
38
39 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
40
41         * dbus-win.patch, README.win: added available win32 
42         patches from windbus project (http://sf.net/projects/windbus)
43
44 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
45
46         * bus/activation.c: (bus_activation_activate_service):
47         fixed call to _dbus_spawn_async_with_babysitter().
48
49 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
50
51         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
52         added environment pointer as function parameter, used on win32.
53
54         * test/spawn-test.c: fixed call to above mentioned function.
55
56 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
57
58         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
59         added configure check for unistd.h.
60
61 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
62
63         * test/Makefile.am: fixed test data copy problem in 
64         out of source build, when sources came from svn or cvs. 
65
66 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
67
68         * dbus/*-win.*,bus/*-win.*: added win32 platform related
69         files. These files are only added to the cmake build system.  
70         The missing dbus-win.patch file will be added later. 
71
72 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
73
74         * cmake: new directory, contains cmake build support.
75         See http://www.cmake.org for more informations.
76         Currently only unix will be buildable because some 
77         win32 required files are still missing. 
78
79 2007-03-03  Thiago Macieira  <thiago@kde.org>
80
81         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
82         output and add it to the DBusError message we return.
83
84         * tools/dbus-launch.1:
85         * tools/dbus-launch.c: Add option --close-stderr to, well,
86         close stderr before starting dbus-daemon.
87
88 2007-01-31  Havoc Pennington  <hp@redhat.com>
89
90         * bus/dbus-daemon.1.in: write a section in the man page on running
91         a test daemon for debugging purposes
92
93 2007-01-26  Havoc Pennington  <hp@redhat.com>
94
95         * bus/session.conf.in: override all the default limits with much
96         higher limits on the session bus, there is no reason the session
97         bus should have low limits
98
99         * bus/config-parser.c (bus_config_parser_new): increase default
100         limits so they are less likely to be hit; in particular the max
101         replies per connection was way too low
102
103 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
104
105         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
106         a pointer to the tutorial maintained as part of dbus-python
107
108 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
109
110         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
111         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
112         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
113
114 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
115
116         * tools/dbus-monitor.c: gettimeofday() is not available 
117         on windows so we have to provide our own. It's taken from 
118         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
119
120 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
121
122         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
123         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
124         is in dbus-sysdeps-win.c (not in this patch).
125
126         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
127         with InterlockedInc/Decrement. 
128         - Patches from Christian Ehrlicher
129         
130 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
131
132         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
133
134 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
135
136         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
137         fix mispaced const statement. - Patch from Peter Kümmel
138
139 2006-12-19  Ray Strode  <rstrode@redhat.com>
140
141         * bus/bus.c (process_config_every_time):
142         don't overwrite existing bus context activation object
143         until after we've checked that the new activation is
144         valid.
145
146         * bus/main.c 
147         (signal_handler), (handle_reload_watch):
148         don't call exit() on failure, instead make do and keep
149         going.
150         (close_reload_pipe): new function to turn off
151         hangup-causes-config-reload behavior if an unexpected
152         error occurs
153
154 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
155
156         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
157         correctness fix. - Patch from Christian Ehrlicher
158
159 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
160
161         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
162         we should also use it. - Patch from Christian Ehrlicher
163
164 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
165   
166         * dbus-sysdeps-util.c: added win32 related tests
167
168 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
169
170         * dbus/dbus-string.c (_dbus_string_pop_line),
171         bus/desktop-file.c (parse_section_start,
172         parse_comment_or_blank,parse_key_value,): uses
173         _dbus_string_find_eol() to support platform independent eol style.
174
175 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
176
177         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
178         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
179               _dbus_string_find_eol().
180         Approved by: Havoc Pennington.
181
182 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
183
184         * configure.in: Added switch to disable user_database caching.
185
186         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
187         be able disable user_dabase caching.
188
189 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
190
191         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
192         struct. It is unnecessary we have a global one already. Also remove 
193         bus_context_get_user_database function, it is no longer needed.
194         Flush the global database on reload.
195
196         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
197         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
198
199         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
200         Add _dbus_user_database_flush_system. 
201         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
202         Small unrelated change in _dbus_is_a_number: change 
203         _dbus_string_parse_int to _dbus_string_parse_uint. 
204
205         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
206         _dbus_groups_from_uid.
207
208         * bus/policy.c, bus/policy.h: Change call to 
209         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
210         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
211         needs it.
212
213 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
214
215         * bus/signal.c: Fix match_rule_equal errata
216         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
217         <kimmo.hamalainen@nokia.com>)
218
219 2006-11-19  Thiago Macieira  <thiago@kde.org>
220
221         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
222         _dbus_pthread_condvar_wait,
223         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
224         pthread_self() after coming back from a conditional variable
225         wait as well as in one codepath where it was forgotten.
226         Approved by: Havoc Pennington.
227
228 2006-11-17  Havoc Pennington  <hp@redhat.com>
229
230         * update-dbus-docs.sh: allow setting fd.org username via env
231         variable. Make it run autogen with --enable-xml-docs=yes
232         --enable-doxygen-docs=yes so configure will fail if the required
233         tools are missing.
234
235 2006-11-17  Havoc Pennington  <hp@redhat.com>
236
237         * doc/dbus-faq.xml: minor FAQ tweaks
238
239 2006-11-14  Havoc Pennington  <hp@redhat.com>
240         
241         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
242         dbus_get_local_machine_id() to its own file, no substantive
243         changes. There are a couple other things we might want to add that
244         are "misc" so moving out of dbus-connection.[hc] which is big
245         enough already.
246         
247 2006-11-14  Havoc Pennington  <hp@redhat.com>
248
249         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
250         UUID had the timestamp last, but the implementation had it first;
251         move it to last since I think it's a tiny bit nicer (easier to
252         compare at a glance, faster to sort, less code), and will not
253         cause any practical compatibility problems. Also, always convert
254         the timestamp to big endian.
255
256         * doc/dbus-specification.xml: Clean up the docs on the UUID.
257
258         * tools/dbus-uuidgen.1: more prominently say it is not suitable
259         as a replacement for regular uuidgen/RFC4122.
260
261 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
262
263         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
264         the correct value so we don't assert when initalizing recursive threads
265
266         * test/name-test/test-thread-init.c: call dbus_threads_init_default
267         instead of _dbus_threads_init_debug since it is more of a real world
268         test
269
270 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
271
272         * Released 1.0.0
273
274 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
275
276         * AUTHORS: added Peter and Tor of windows porting fame
277
278 2006-11-08  Havoc Pennington  <hp@redhat.com>
279
280         * doc/dbus-specification.xml: add a note about protocol stability
281
282         * doc/TODO: Remove "important for 1.0" section, replace with
283         "important for 1.2" section
284         
285 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
286
287         * README: remove some of the out of date flags
288
289         * doc/TODO: Remove todo items which are done
290
291 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
292
293         * tools/dbus-monitor.c: Handle sigint so we flush stdout
294         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
295
296 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
297
298         * tools/dbus-monitor.1: update the manpage for dbus-monitor
299         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
300
301 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
302
303         * AUTHORS: Update with all people listed in the ChangeLog
304
305 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
306
307         * tools/dbus-monitor.c: add profiling tools to dbus-monitor
308         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
309
310 2006-11-07  Havoc Pennington  <hp@redhat.com>
311
312         * HACKING: Update release instructions to include stuff about
313         stable releases, branching, etc. May not be totally correct,
314         please fix if needed, but keep instructions up-to-date so we do
315         each stable release consistently in the future.
316
317 2006-11-07  Havoc Pennington  <hp@redhat.com>
318
319         * doc/dbus-specification.xml, doc/dbus-faq.xml, README: various
320         documentation updates. Bump faq/spec versions (not to 1.0; I don't
321         think the spec will be "finished"/1.0 when we ship the 1.0 library).
322
323 2006-11-06  John (J5) Palmieri  <johnp@redhat.com>
324
325         * bus/bus.c: Missed patch - pass in the context to the directory watch
326
327 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
328
329         * Released D-Bus 1.0 RC 3(0.95)
330
331 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
332
333         * bus/activation.c (bus_activation_new): don't fail if we can not read
334         the directory as it may not exist
335
336 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
337
338         * bus/config-parser.c (service_dirs_find_dir): use 
339         _dbus_list_get_next_link so we don't get stuck in an infinite loop
340         (start_busconfig_child): move processing of standard_session_servicedirs
341         tags here because they have no content
342         (bus_config_parser_content): check we don't have content in 
343         standard_session_servicedirs tag
344
345 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
346
347         * tools/Makefile.am: Make sure the /var/lib/dbus directory is created
348         Packagers need to own this directory
349
350 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
351
352         * tools/run-with-tmp-session-bus.sh: fixed script to replace the 
353         <standard_session_servicedirs> tag with a <sevicedir> tag that
354         points to the test service directory
355
356 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
357
358         * configure.in: Add a check for DIR *dirp->dd_fd
359
360         * dbus/dbus-sysdeps-util-unix: if HAVE_DDFD is defined use 
361         DIR *dirp->dd_fd else use DIR *dirp->__dd_fd.  This takes care
362         of both Solaris and Irix
363
364 2006-11-01  Havoc Pennington  <hp@redhat.com>
365
366         * bus/dbus-daemon.1.in: document standard_session_servicedirs
367
368 2006-11-01  John (J5) Palmieri  <johnp@redhat.com>
369
370         * configure.in: expose DBUS_DATADIR
371         
372         * bus/config-parser.c: add the standard_session_servicedirs element
373         to the parser
374         (bus_config_parser_content): process the standard_session_servicedirs
375         element by getting the standard directories from sysdeps and merging
376         them into the service directory list
377         (test_default_session_servicedirs): make sure we get what we expect
378
379         * bus/session.conf.in: replace the servicedir tag with the 
380         standard_session_servicedirs tag
381
382         * dbus/dbus-list.h: remove the typedef of DBusList and place it in
383         dbus-sysdeps.h to avoid circular header dependencies
384
385         * dbus/dbus-sysdeps.h: add the typedef of DBusList
386
387         * dbus/dbus-sysdeps-unix.c (split_paths_and_append): utility function
388         which takes a string of directories delimited by colons, parses them 
389         out, appends a suffix and puts them in a list ignoring empty elements
390         (_dbus_get_standard_session_servicedirs): returns the standard 
391         directories for a session bus to look for service activation files
392         on Unix which includes the XDG_DATA_HOME, XDG_DATA_DIRS and 
393         DBUS_DATADIR directories
394
395         * test/data/valid-config-files/many-rules.conf: add the 
396         standard_session_servicedirs tag to the valid config file tests
397
398 2006-10-30  Havoc Pennington  <hp@redhat.com>
399
400         * tools/dbus-launch.1, doc/TODO: capture intent to change the
401         command line options of dbus-launch a bit post 1.0
402
403 2006-10-27  Havoc Pennington  <hp@redhat.com>
404         
405         * dbus/dbus-connection.c (dbus_connection_open_private): document
406         how to choose shared vs. private connections
407
408 2006-10-27  Havoc Pennington  <hp@redhat.com>
409
410         * dbus/dbus-test.c: enclose more of the file in the
411         DBUS_BUILD_TESTS check.
412
413         * dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
414         DBUS_DISABLE_ASSERT case.
415
416         * dbus/dbus-connection.c (dbus_connection_get_unix_user): document
417         that it only works on the server side
418
419         * dbus/dbus-bus.c: add a global lock covering the BusData we
420         attach to each connection
421         (internal_bus_get): lock our access to the BusData
422         (dbus_bus_register): lock the entire registration process
423         with _DBUS_LOCK(bus_datas). If we get the lock and 
424         registration is already complete, silently return (vs. previous
425         behavior of aborting).
426         (dbus_bus_set_unique_name): lock the BusData
427         (dbus_bus_get_unique_name): lock the BusData
428
429 2006-10-27  John (J5) Palmieri  <johnp@redhat.com>
430
431         * bus/config-parser.c (service_dirs_find_dir, 
432         service_dirs_append_unique_or_free, 
433         service_dirs_append_link_unique_or_free): New static methods
434         for only appending unique service directory names into
435         the service directory list
436         (merge_included, bus_config_parser_content): Only add unique
437         service directory names into the list
438
439 2006-10-27  Havoc Pennington  <hp@redhat.com>
440
441         * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
442         variables volatile, suggested by Thiago. Document struct fields.
443         (PTHREAD_CHECK): remove pthread error checking if assertions are
444         disabled, should reduce the no-assertions case to the bare
445         minimum code.
446
447 2006-10-26  Havoc Pennington  <hp@redhat.com>
448         
449         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
450         to be recursive
451         (_dbus_pthread_mutex_unlock): make it recursive
452         (_dbus_pthread_condvar_wait): save/restore the recursion count
453         (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
454
455 2006-10-26  Havoc Pennington  <hp@redhat.com>
456
457         * doc/dbus-specification.xml: clarify the UUID text slightly
458
459         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
460         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
461         in preparation for being able to extend them for e.g. recursive
462         mutexes.
463
464 2006-10-26  Havoc Pennington  <hp@redhat.com>
465
466         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
467         condition variables relate to recursive mutexes.
468         
469         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
470         dbus/dbus-threads.c: Split the platforms-specific thread 
471         implementations into their own files.
472         
473         * dbus/dbus-sysdeps-pthread.c
474         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
475         was backward. Not that anything uses it.
476
477 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
478
479         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
480         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
481         needs to be cleaned up more.
482
483         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
484         up the CREDS issue.
485
486 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
487
488         * configure.in, dbus-1.pc.in: Check to see if thread methods 
489         are in glibc or libpthread and add -lpthread to the link stage 
490         if it is the latter
491
492 2006-10-26  Thiago Macieira  <thiago@kde.org>
493
494         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
495         bug 8780: the connection lock is only required while recording
496         the shared connection, so protect only that code
497         section. Don't require connection_lookup_shared to return a
498         locked connection.
499
500 2006-10-26  Thiago Macieira  <thiago@kde.org>
501
502         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
503         check if get_machine_uuid() returns NULL before proceeding any
504         further: we can't init the X atoms or create a session file
505         name if there is no machine ID.
506         This solves a crash reported by some users if
507         --exit-with-session was used without --autolaunch=<machine-id>
508
509 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
510
511         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
512         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
513
514         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
515         before we run dbus-launch
516
517         * configure.in: define TEST_BUS_BINARY to be the full path to 
518         dbus-daemon in the build root 
519
520 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
521
522         * dbus/Makefile.am:
523         * tools/Makefile.am:
524         * toos/dbus-uuidgen.1:
525                 Move the machine-id file to /var/lib/dbus 
526
527 2006-10-24  David Zeuthen  <davidz@redhat.com>
528
529         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
530         _dbus_assert (thread_init_generation != _dbus_current_generation)
531         not _dbus_assert (thread_init_generation == _dbus_current_generation)
532
533 2006-10-24  Thiago Macieira  <thiago@kde.org>
534
535         * dbus/dbus-sysdeps.h:
536         * dbus/dbus-sysdeps-unix.c: Add function
537         _dbus_make_file_world_readable that chmods a file to 0644.
538
539         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
540         Avoid writing to the static "argv" array, thereby avoiding a
541         COW on the child process.
542
543         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
544         call _dbus_make_file_world_readable on the created file.
545
546 2006-10-23  David Zeuthen  <davidz@redhat.com>
547
548         * dbus/dbus-memory.c: Use atomic variable to protect
549         n_blocks_outstanding otherwise OOM will be reported using SMP on
550         some arches
551         
552         * bus/dispatch.c: Add missing end of line characters
553
554         * bus/desktop-file.c (parse_section_start, parse_key_value) 
555         (bus_desktop_file_load): Propertly handle OOM
556
557         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
558         thread_init_generation equals _dbus_current_generation, not 0
559
560 2006-10-22  Havoc Pennington  <hp@redhat.com>
561
562         * dbus/dbus-connection-internal.h: move prototype of
563         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
564         it isn't in a public header and doesn't end up in the DBusBus
565         group in Doxygen
566
567 2006-10-21  Havoc Pennington  <hp@redhat.com>
568
569         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
570         the tarball if packagers want to run it
571
572         * cleanup-man-pages.sh: Add a script which munges all the internal
573         API man pages out of the Doxygen output. This reduces the size of
574         the installed man pages from 7 to 2 megs, and avoids
575         namespace-polluting pages. Right now (like Doxygen) this script
576         isn't in the build, it's something packagers can do manually.
577
578 2006-10-21  Havoc Pennington  <hp@redhat.com>
579
580         * dbus/dbus-connection.h: don't include the watch/timeout
581         functions in connection section
582
583 2006-10-21  Havoc Pennington  <hp@redhat.com>
584
585         * Documentation! Whee! Doxygen now 100% silent. If you make it
586         angry again, you will be punished.
587         
588 2006-10-21  Havoc Pennington  <hp@redhat.com>
589
590         * More documentation - all public API now documented according to
591         Doxygen
592
593 2006-10-21  Havoc Pennington  <hp@redhat.com>
594
595         * Document a bunch of undocumented stuff
596         
597 2006-10-21  Havoc Pennington  <hp@redhat.com>
598
599         * Clean up Doxygen group markers for public API so Doxygen finds
600         everything (not comprehensively fixed for private API).
601         Means all remaining Doxygen warnings are just about missing docs
602         and thus pretty simple to resolve.
603         
604 2006-10-21  Havoc Pennington  <hp@redhat.com>
605         
606         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
607
608         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
609         as DBUS_GNUC_DEPRECATED
610
611 2006-10-21  Havoc Pennington  <hp@redhat.com>
612
613         * Move all private API into the private Doxygen group sections of
614         the files, so they don't show up in the public API docs
615         
616 2006-10-21  Havoc Pennington  <hp@redhat.com>
617
618         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
619         dbus_message_iter_get_array_len().
620
621         * throughout: documentation improvements.
622
623 2006-10-20  Havoc Pennington  <hp@redhat.com>
624
625         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
626         matter, and the message-loader-breaker thing since nobody is going
627         to do it.  Add an item to 1.0 about supporting recursive locks
628         in dbus_threads_init_default() though, since it should be easy.
629
630         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
631         Fix this in the !dispatch case to avoid busy-looping after
632         disconnection
633
634         * More misc docs improvements
635
636 2006-10-19  Havoc Pennington  <hp@redhat.com>
637
638         * more Doxygen-related fixes (lots of moving things from the
639         public to internal section in dbus-connection.c)
640
641 2006-10-19  Havoc Pennington  <hp@redhat.com>
642
643         * Fix a pile of Doxygen warnings and missing docs
644
645 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
646
647         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
648         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
649         instead of a void *.  kqueue uses this to get the context's loop
650         while the other modules ignore the parameter.  This allows us to
651         avoid platform conditionals
652
653         * bus/bus.c (process_config_postinit): Pass in the context to the 
654         watch
655
656 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
657
658         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
659         when starting the system bus
660
661 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
662
663         * configure.in: More fixups for cross compile (Patch from 
664         Marco Pracucci <development at pracucci dot com>)
665
666 2006-10-17  Havoc Pennington  <hp@redhat.com>
667
668         * tools/dbus-send.c (main): don't close shared connection, fix
669         from Timo Hoenig
670
671 2006-10-17  Havoc Pennington  <hp@redhat.com>
672
673         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
674
675         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
676         since realistically it doesn't look like we'll be changing it
677         anymore.
678
679 2006-10-17  Havoc Pennington  <hp@redhat.com>
680
681         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
682         be used for return_if_fail type warnings; prefixes the pid, and
683         fatal by default.
684
685 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
686
687         * configure.in: Released 1.0 RC 2(0.94)
688         Add check for -fPIC and enable it if available
689
690 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
691
692         * doc/TODO: Remove the check TODO item
693
694 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
695
696         * dbus-transport-socket.c (exchange_credentials):
697         Print out more detailed errors if reading or sending
698         credentials fail (Patch from Julio M. Merino Vidal 
699         <jmmv at NetBSD dot org>)
700
701 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
702
703         * configure.in: when checking for posix getpwnam_r assume true
704         for cross compiles
705
706 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
707
708         * configure.in: Check for gethostbyname first before we check for it
709         in libnsl.  On gnu systems it is implemeneted 
710
711 2006-10-13  Havoc Pennington  <hp@redhat.com>
712
713         * dbus/dbus-connection.c
714         (dbus_connection_send_with_reply_and_block): fix to handle closed
715         connections, from Tambet Ingo bug #8631
716
717 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
718
719         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
720
721 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
722
723         * test/name-test/Makefile.am: don't link against both libdbus and
724         libdbus-convenience
725
726 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
727
728         * configure.in: check for dirfd even if it is a macro
729         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
730
731 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
732
733         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
734         avoid using dirfd on systems that don't have dirfd 
735         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
736
737 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
738
739         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
740         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
741
742         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
743         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
744         macro because _dbus_abort calls it
745
746         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
747         works
748
749 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
750
751         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
752         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
753
754 2006-10-02  Thiago Macieira  <thiago@kde.org>
755
756         * tools/dbus-launch.c (main): make it complain and abort
757         execution in case an unknown option is given. Also, process
758         the '--' argument as the end of arguments.
759
760 2006-10-01  Havoc Pennington  <hp@redhat.com>
761
762         * tools/dbus-launch.c (print_variables): if no syntax is given,
763         don't print something that's sort-of-half-sh-syntax, just print
764         a plain key-value pairs thing.
765
766         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
767         the local machine representation (but still have the hostname in
768         the display). Remove the hostname from the display if it is
769         localhost. Change session files to be named
770         ~/.dbus/session-bus/machine-display. Change X atoms to be
771         underscore-prefixed so nobody whines about ICCCM compliance.
772         Otherwise name them the same as the env variables.
773         Change session file format to include key-value pairs and an
774         explanatory comment. Keys are the same as the env variables.
775         (set_address_in_x11): X property format can't depend on
776         sizeof(pid_t) on a particular machine, fix to always be 32 bits
777
778         * tools/dbus-launch.c: make --autolaunch take a machine id
779         argument. If --autolaunch is used with a program to run, complain
780         for now (but add a FIXME). Also, don't look for existing bus if 
781         there's a program to run (but add a FIXME).
782
783         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
784         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
785         just to get this, and avoids duplicating uuid-reading code).
786
787         * tools/dbus-launch.1: clarify various things
788         
789 2006-10-01  Havoc Pennington  <hp@redhat.com>
790
791         * test/test-service.c (path_message_func): remove broken extra
792         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
793
794         * test/test-shell-service.c (path_message_func): same fix
795         
796         * dbus/dbus-connection.c
797         (_dbus_connection_get_dispatch_status_unlocked): break up the
798         function a little for clarity and fix the notification of
799         dbus-bus.c to not require dispatch to be complete
800
801         * dbus/dbus-connection.c (dbus_connection_unref): improve the
802         warning when you try to finalize an open connection.
803         
804 2006-10-01  Havoc Pennington  <hp@redhat.com>
805
806         * dbus/dbus-bus.c
807         (internal_bus_get): only weak ref the connection; this means 
808         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
809         called safely in any context
810         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
811         unref
812
813         * dbus/dbus-connection.c
814         (_dbus_connection_get_dispatch_status_unlocked): move
815         _dbus_bus_notify_shared_connection_disconnected_unlocked here
816         when queuing Disconnected instead of when the Disconnected message
817         arrives, so dbus_bus_get() won't return closed connections.
818         
819 2006-10-01  Havoc Pennington  <hp@redhat.com>
820
821         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
822         Add a hack to make DBusNewConnectionFunction work right.
823
824         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
825         the hack here. Also, fix the todo about refcount leak.
826         
827         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
828         and use the hack here
829         
830         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
831         "shareable" flag; this was completely broken, since it meant 
832         dbus_connection_open() returned a connection of unknown
833         shared-ness. Now, we always hold a ref on anything opened 
834         as shareable.
835
836         Move the call to notify dbus-bus.c into
837         connection_forget_shared_unlocked, so libdbus consistently forgets
838         all its knowledge of a connection at once. This exposed numerous
839         places where things were totally broken if we dropped a ref inside
840         get_dispatch_status_unlocked where
841         connection_forget_shared_unlocked was previously, so move
842         connection_forget_shared_unlocked into
843         _dbus_connection_update_dispatch_status_and_unlock. Also move the
844         exit_on_disconnect here.
845
846         (shared_connections_shutdown): this assumed weak refs to the
847         shared connections; since we have strong refs now, the assertion 
848         was failing and stuff was left in the hash. Fix it to close
849         still-open shared connections.
850         
851         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
852         debug pipe connections
853         
854         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
855         dbus-bus.c if the closed connection is in fact shared
856         (_dbus_connection_close_possibly_shared): rename from 
857         _dbus_connection_close_internal
858         (dbus_connection_close, dbus_connection_open,
859         dbus_connection_open_private): Improve docs to explain the deal
860         with when you should close or unref or both
861
862         * dbus/dbus-bus.c
863         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
864         from _dbus_bus_check_connection_and_unref_unlocked and modify to
865         loop over all connections
866
867         * test/test-utils.c (test_connection_shutdown): don't try to close
868         shared connections.
869
870         * test/name-test/test-threads-init.c (main): fix warnings in here
871
872         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
873         env variable to cause blocking waiting for gdb; drop
874         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
875         unconditionally.
876
877         * configure.in: add -export-dynamic to libtool flags if assertions enabled
878         so _dbus_print_backtrace works.
879
880         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
881         instead of _dbus_verbose to print the backtrace, and diagnose lack 
882         of -rdynamic/-export-dynamic
883         
884 2006-09-30  Havoc Pennington  <hp@redhat.com>
885
886         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
887         (internal_bus_get): fix screwy code formatting. whoever committed
888         that was not paying attention!
889
890 2006-09-30  Havoc Pennington  <hp@redhat.com>
891
892         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
893         reflect addition of interfaces.
894
895         * doc/dbus-specification.xml: describe a new
896         org.freedesktop.DBus.Peer.GetMachineId method
897
898         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
899         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
900         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
901         at end of skip_white
902         (_dbus_string_chop_white): new function
903
904         * bus/connection.c (bus_connections_setup_connection): call
905         dbus_connection_set_route_peer_messages.
906
907         * dbus/dbus-connection.c
908         (_dbus_connection_peer_filter_unlocked_no_update): modify to
909         support a GetMachineId method.
910
911         Also, support a new flag to let the bus pass peer methods through
912         to apps on the bus, which can be set with
913         dbus_connection_set_route_peer_messages.
914
915         Finally, handle and return an error for anything unknown on the
916         Peer interface, which will allow us to extend the Peer interface
917         in the future without fear that we're now intercepting something
918         apps were wanting to see.
919         
920         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
921         dbus/dbus-uuidgen.c
922
923         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
924         binary here, since most of the code is already in libdbus
925
926         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
927         uuid from the system config file
928
929         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
930         (_dbus_read_uuid_file_without_creating) 
931         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
932         uuid-related functions, partly factored out from dbus-server.c
933
934         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
935         DBUS_ERROR_FILE_EXISTS instead of EEXIST
936
937         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
938
939         * tools/dbus-cleanup-sockets.1: explain what the point of this
940         thing is a bit more
941
942         * autogen.sh (run_configure): add --config-cache to default
943         configure args
944
945         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
946         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
947
948         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
949         don't try to save address, fixes crash in make check
950         
951 2006-09-30  Thiago Macieira  <thiago@kde.org>
952
953         * configure.in: add DBUS_BINDIR as a #define to C source code.
954
955         * tools/dbus-launch.c
956         * tools/dbus-launch.h
957         * tools/dbus-launch-x11.c:
958         * tools/dbus-launch.1: Add the --autolaunch option to
959         dbus-launch, which makes it scan for an existing session
960         started with --autolaunch. With that option, it also creates
961         an X11 window and saves the bus address and PID to it.
962
963         * dbus/dbus-sysdeps.h:
964         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
965         a function that runs "dbus-launch --autolaunch" to retrieve
966         the running D-Bus session address (or start one if none was running)
967
968         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
969         address protocol, which tries to get the running session from
970         dbus-launch.
971
972         * dbus/dbus-bus.c:
973         * dbus/dbus-internals.h: Make "autolaunch:" be the default
974         D-Bus session bus address.
975
976         * dbus/dbus-connection.c: Fix horrible typo in error message.
977
978 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
979
980         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
981
982 2006-09-17  Havoc Pennington  <hp@redhat.com>
983
984         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
985         fix so that if unix_user_function is set on windows, we still
986         do the default check that the auth identity matches the bus identity
987
988 2006-09-16  Havoc Pennington  <hp@redhat.com>
989
990         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
991         to _dbus_transport_open_platform_specific,
992         _dbus_transport_open_socket,
993         and _dbus_transport_open_debug_pipe
994
995         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
996
997 2006-09-16  Havoc Pennington  <hp@redhat.com>
998
999         Attempt auditing public API to remove all cases where a Unix
1000         function returns weird emulated goo to Windows. This probably 
1001         breaks the bus daemon on Windows, to fix it again we may 
1002         need to stop processing unix-specific config options on Windows,
1003         and may need to add Windows-specific public API or config options.
1004         
1005         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
1006         to reflect added interfaces; should not break soname.
1007         
1008         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
1009         not invoke unix user function on Windows. Kind of a hacky fix, but 
1010         we don't want a "unix uid" leaking out on Windows.
1011
1012         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
1013         to get the socket fd on Windows or UNIX
1014         (dbus_connection_get_unix_fd): make this always fail on Windows
1015
1016 2006-09-16  Havoc Pennington  <hp@redhat.com>
1017
1018         * dbus/dbus-server.c (dbus_server_listen): change how this works
1019         to be able to delegate to a set of handlers that can succeed,
1020         fail, or choose not to handle. Allows us to have 
1021         dbus_server_listen_platform_specific.
1022
1023         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
1024         factor out the tcp socket stuff to be used on windows, leaving
1025         unix domain socket only in dbus-socket-unix.c
1026
1027         * dbus/dbus-transport-socket.c
1028         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
1029         stuff to be used on windows, leaving unix domain socket only 
1030         in dbus-transport-unix.c
1031
1032         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
1033         temporary hack to be sure this fails on windows
1034         (dbus_connection_get_unix_process_id): ditto
1035
1036 2006-09-16  Havoc Pennington  <hp@redhat.com>
1037
1038         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
1039         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
1040         _dbus_open_socket so the domain/type/protocol from system headers
1041         are not required. This is kind of pointless though unless we move
1042         part of _dbus_connect_tcp_socket into sysdeps.c instead of
1043         sysdeps-unix.c, which would mean adding a wrapper around
1044         bind/listen/etc.
1045         Also, add DBusError to the socket-opening functions so they 
1046         don't require use of errno.
1047
1048 2006-09-16  Havoc Pennington  <hp@redhat.com>
1049
1050         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
1051         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
1052
1053         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
1054         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
1055         functions specifically for sockets only, and move generic 
1056         read/write/open/close into unix-specific code.
1057
1058 2006-09-14  Havoc Pennington  <hp@redhat.com>
1059
1060         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
1061         complaint about accessing revents when poll returns 0, from Julian Seward.
1062
1063 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1064
1065         * Released 1.0 RC 1 (0.93) 
1066
1067 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1068
1069         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
1070         use _dbus_close instead of close
1071
1072 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1073
1074         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
1075         credentials.  Fixes "external" authentication under e.g. NetBSD
1076         which does not support any other socket credentials mechanism.
1077         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1078
1079 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1080
1081         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
1082         dbus_threads_init and be used by the dbus mutex functions to
1083         avoid deadlocks.
1084
1085         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
1086
1087 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1088
1089         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
1090         use threadsafe readdir_r instead of readdir
1091
1092 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1093
1094         * dbus-threads.c (dbus_threads_init_default): New method for
1095         initializing the internal thread implementation (Patch from
1096         Alexander Larsson <alexl at redhat dot com>)
1097
1098 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1099
1100         * remove a bunch of todo items from the 1.0 list
1101
1102 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1103
1104         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
1105         key not found
1106
1107 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1108
1109         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
1110         complex debugging code
1111
1112         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
1113         between the test suite ifdefs
1114         (_dbus_verbose_bytes): return if verbosity is not enabled 
1115
1116 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1117
1118         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1119         remove DBusMark
1120
1121 2006-09-10  Havoc Pennington  <hp@redhat.com>
1122
1123        patch mostly by Peter Kümmel, bug #8211
1124         
1125         * dbus/dbus-sysdeps-unix.c: new file, which splits out
1126         unix-specific stuff in dbus-sysdeps.c
1127
1128         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
1129         and move unix-specific stuff to dbus-sysdeps-unix.c
1130
1131         * configure.in: check HAVE_ERRNO_H
1132         
1133 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1134
1135         * bus/test-main.c (main): Initialize threading during tests
1136
1137         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1138         Unlock connection on error
1139         (generate_local_error_message): static method for generating
1140         an error message when we don't have a message to reply to
1141         (_dbus_connection_block_pending_call): Send a disconnect error
1142         instead of just a timeout (NULL) when the bus gets disconnected
1143         while blocking for a reply.
1144         
1145 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1146
1147         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
1148         filters (Patch from Kimmo Hämäläinen 
1149         <kimmo dot hamalainen at nokia dot com>)
1150
1151 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1152
1153         * dbus/dbus-connection-internal.h: Add prototype for 
1154         _dbus_connection_test_get_locks to remove warning
1155
1156 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1157
1158         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
1159         close child_err_report_pipe[WRITE_END] on exec (Patch from 
1160         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1161
1162 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1163
1164         * Clean up close calls to use _dbus_close (Patch from 
1165         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1166
1167 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1168
1169         * doc/TODO:
1170         - Remove pending call locking todo item
1171         - dbus_connection_open now holds hard ref.  Remove todo item
1172         - do proper locking on _dbus_bus_check_connection_and_unref
1173           and handle DBUS_BUS_STARTER. Remove todo item
1174         - Warn on closing of a shared connection.  Remove todo item
1175
1176         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
1177         dbus/dbus-connection.c: Use the dbus_connection_close_internal
1178         so we don't get the warning when closing shared connections
1179
1180         * test/test-service.c, test/test-shell-service.c: Applications
1181         don't close shared connections themselves so we unref instead of
1182         close
1183
1184         * test/test-utils.c (test_connection_shutdown): Close the connection
1185
1186         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
1187         _dbus_bus_check_connection_and_unref_unlocked since we only call this
1188         method on a locked connection.  
1189         Make sure we call _dbus_connection_unref_unlocked instead of 
1190         dbus_connection_unref also.
1191         Handle DBUS_BUS_STARTER correctly
1192
1193         * dbus/dbus-connection.c (connection_record_shared_unlocked):
1194         Mark as shared and hard ref the connection
1195         (connection_forget_shared_unlocked): Remove the hard ref from the 
1196         connection
1197         (_dbus_connection_close_internal_and_unlock):  New internal function
1198         which takes a locked connection and unlocks it after closing it
1199         (_dbus_connection_close_internal): New internal function which acts
1200         like the origonal dbus_connection_close method by grabbing a connection
1201         lock and calling _dbus_connection_close_internal_and_unlock
1202         (dbus_connection_close): Public close method, warns when the app
1203         trys to close a shared connection
1204
1205 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1206
1207         * bus/driver.c:
1208         (bus_driver_generate_introspect_string): New method for populating
1209         a DBusString with the introspect data
1210         (bus_driver_handle_introspect): Move introspect generation code to 
1211         bus_driver_generate_introspect_string
1212
1213         * bus/main.c:
1214         (introspect): New function which prints out the intropect data and
1215         exits
1216         (main): Add a --introspect switch
1217
1218 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1219
1220         * doc/TODO: Removed dtd publishing item.  
1221         It seems the dtd has already been added at
1222         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
1223
1224 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1225
1226         * doc/TODO, various source files: Audited todo's and FIXME's and
1227         prepended the ones we should be looking at with 1.0.  Those
1228         prepended with 1.0? need clerification or might not be needed
1229         for 1.0
1230
1231 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1232
1233         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
1234         NULL in the public API (Patch from Kimmo Hämäläinen 
1235         <kimmo dot hamalainen at nokia dot com>)
1236
1237 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1238
1239         * configure.in: Fix for OS-X compile time endian issues (patch from
1240         Benjamin Reed <ranger at befunk dot com>)
1241
1242 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1243
1244         * configure.in: Check for no-common compiler flag (OS-X fix from
1245         Benjamin Reed <ranger at befunk dot com>)
1246
1247 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
1248
1249         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
1250         <fcrozat at mandriva dot com>)
1251
1252 2006-08-29  Havoc Pennington  <hp@redhat.com>
1253
1254         * test/test-service.c (path_message_func): fix lack of return value
1255
1256         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
1257         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
1258         any more sense than on anything else in this file.
1259         (_dbus_get_tmpdir): add const to return value, and keep the
1260         results of the various getenv around in a static variable.
1261
1262 2006-08-29  Havoc Pennington  <hp@redhat.com>
1263
1264         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
1265         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
1266
1267 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1268
1269         * test/Makefile.am: change find to use syntax that works with non
1270         gnu versions of find
1271
1272 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1273
1274         * dbus/dbus-transport.c: fix invalid deref when checking if
1275         a vtable method exists (Patch from Christian Ehrlicher 
1276         <ch dot ehrlicher at gmx dot de>)
1277
1278 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1279
1280         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
1281         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
1282         to build with builddir != srcdir (Taken from a patch by Bernard Leak
1283         <bernard at brenda-arkle dot demon dot co dot uk>)
1284
1285 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1286
1287         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
1288         default case
1289
1290 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1291
1292         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
1293         it works on any system providing this interface, not only FreeBSD.
1294         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1295
1296 2006-08-20  Havoc Pennington  <hp@redhat.com>
1297
1298         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
1299         the docs
1300
1301 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1302
1303         * Released 0.92 
1304
1305 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1306
1307         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
1308         to reflect the init late change
1309
1310         * bus/bus.c (bus_context_new): Check user before we fork so we can
1311         print out an error message a user will be able to see
1312
1313 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1314
1315         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
1316
1317         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1318         Add two more global locks for use on windows platforms.  These are
1319         unused on non-windows platforms but are not ifdefed out to avoid
1320         potential bugs (i.e. the few bytes lost does not warrent the extra
1321         maintanence and complexity that having seperate sets of locks would
1322         cause)
1323
1324 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1325
1326         * bus/services.c (bus_registry_acquire_service): Return an error
1327         when an application tries to register the org.freedesktop.DBus Bus Name
1328
1329         * bus/services.c (bus_registry_release_service): Return an error
1330         when an application tries to release the org.freedesktop.DBus Bus Name
1331
1332 2006-08-17  Alp Toker  <alp@atoker.com>
1333
1334         * doc/dbus-specification.xml: Fix some minor typos.
1335
1336 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
1337
1338         * configure.in: use $with_init_scripts instead of $operating_system
1339         to determine where to store the pid since the init scripts manipulate 
1340         the pid file (patch from Marcelo Ricardo Leitner 
1341         <marcelo dot leitner at terra dot com dot br>.  
1342
1343 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
1344
1345         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
1346         static DBusList *uninitialized_condvar_list to support new late 
1347         initialization threading model.  In this model threads can be initialized
1348         even after the D-Bus API has been used but still needs to be initialized 
1349         before the second thread has been started.  Mutexes and condvar addresses
1350         are stored in the two static lists and are replaced with actuall locks
1351         when threads are initalized.
1352         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
1353         the location into the static list
1354         (_dbus_mutex_free_at_location): New method for removing a mutex location 
1355         from the static list and freeing the mutex
1356         (_dbus_condvar_new_at_location): New method for creating a conditional 
1357         variable and placing the location into the static list
1358         (_dbus_condvar_free_at_location): New method for removing a conditional
1359         variable location from the static list and freeing the conditional variable 
1360         (init_uninitialized_locks): Atomic method which goes through the static 
1361         lists of mutex and condvar location and updates them with actuall locks
1362         (init_global_locks): changed to init_locks
1363         
1364         * dbus/dbus-connection.c:
1365         (_dbus_connection_test_get_locks): New method for tests to check connections
1366         (_dbus_connection_new_for_transport): Use the new at_location mutex and
1367         condvar API
1368         (dbus_connection_allocate_data_slot): Pass in the global lock address
1369         to _dbus_data_slot_allocator_alloc
1370
1371         * dbus/dbus-dataslot.c:
1372         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
1373         instead of the mutex itself
1374
1375         * dbus/dbus-message.c:
1376         (dbus_message_allocate_data_slot): Pass in the global lock address
1377         to _dbus_data_slot_allocator_alloc
1378
1379         * dbus/dbus-pending-call.c:
1380         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
1381         to _dbus_data_slot_allocator_alloc
1382
1383         * dbus/dbus-server.c:
1384         (_dbus_server_init_base): Use the new at_location mutex API
1385         (dbus_server_allocate_data_slot): Pass in the global lock address
1386         to _dbus_data_slot_allocator_alloc
1387
1388         * test/name-test/test-threads-init.c: New test case for late thread
1389         initialization
1390
1391 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1392
1393         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1394         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
1395         causes compile problems when asserts are turned off
1396         Keeping _dbus_warn for printing out the message so even if
1397         asserts are turned off the user gets the messages that something is 
1398         wrong 
1399
1400 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1401
1402         Patches by Kjartan Maraas <kmaraas at gnome dot org>
1403
1404         * bus/services.c (bus_service_list_queued_owners):
1405         Add a pointer cast to fix compiler warning
1406
1407         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
1408         return a NULL instead of FALSE since the return type
1409         is not expecting a boolean
1410
1411         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1412         Remove unused variable
1413
1414         * dbus/dbus-marshal-recursive-util.c (node_new):
1415         return a NULL instead of FALSE since the return type
1416         is not expecting a boolean
1417
1418         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1419         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1420         because we are expecting a pointer not a boolean
1421
1422         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
1423         add void as the parameter so some compilers
1424         don't complain
1425
1426         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
1427           _dbus_transport_new_for_tcp_socket):
1428         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1429         because we are expecting a pointer not a boolean
1430
1431         * test/shell-test.c (test_command_line):
1432         cast the second argument to _dbus_list_append to avoid compiler
1433         warnings
1434
1435         * test/test-names.c (main): remove unused variable
1436
1437         * test/test-service.c (check_hello_from_self_reply):
1438         Initialize echo_message and echo_reply to NULL
1439         
1440         * test/test-shell-service.c (handle_echo):
1441         Remove unused variable and cast the third parameter passed to
1442         dbus_connection_get_object_path_data to avoid compiler warrnings
1443
1444         * test/name-test/test-names.c (clear_message_queue):
1445         Remove unused function
1446
1447         * test/name-test/test-pending-call-dispatch.c:
1448         Fix format string in printf
1449
1450
1451 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1452
1453         * dbus/dbus-bus.c:
1454         * test/name-test/test-names.c:
1455         Remove test method dbus_bus_connection_get_unique_name because 
1456         we already have public method dbus_bus_get_unique_name that 
1457         does the exact same thing
1458
1459 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1460
1461         * dbus/dbus-signature.c:
1462         fix typos in Julio's previous patch which cause make check to fail
1463
1464 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1465
1466         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1467         In any case it was wrong since this is a test checking to see if
1468         address parsing is correct.  There was no need to get the true
1469         tmp directory.  
1470
1471 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1472
1473         * dbus/dbus-macros.h: Revert the addition of stddef.h
1474         as we should not be adding it to library headers 
1475
1476 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1477
1478         * dbus/dbus-signature.c:
1479         Fix the unit tests so that they work if assertions are not enabled.
1480         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1481
1482 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1483
1484         * tools/run-with-tmp-session-bus.sh:
1485         * test/name-test/run-test.sh:
1486         Remove bashisms (patch from Julio M. Merino Vidal
1487         <jmmv at NetBSD dot org>)
1488
1489 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1490
1491         * configure.in: add a version (>= 2.6.0) check for libxml2
1492
1493 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1494
1495         * configure.in: make sure the compiler supports -Wfloat-equal
1496         
1497         * bus/dir-watch-dnotify.c: move functional code after 
1498         variable declerations (C99 fix)  (patches from Jens Granseuer
1499         <jensgr at gmx dot net>
1500
1501 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1502
1503         * dbus/dbus-macros.h:
1504         add #include <stddef.h> so that Sun compilers don't complain about
1505         the defining NULL
1506
1507 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1508
1509         * dbus/dbus-sysdeps.c:
1510         * dbus/dbus-address.c:
1511         * bus/activation.c:
1512         * test/shell-test.c:
1513         don't hardcode tmp directory (patch from Dave Meikle 
1514         <dmk at davemeikle dot co dot uk>)
1515
1516 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1517
1518         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1519         Change an assert to a detailed warning and abort.  
1520         When allocator->lock != mutex it indicates that the user has failed
1521         to initalize threads before using the D-Bus library.  This warning
1522         helps the user identify the issue and fix their app.
1523
1524 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1525
1526         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1527         with cleanups of bugs found from Coverity reports:
1528
1529         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1530         close the file on error to avoid a leak
1531
1532         * bus/expirelist.c (bus_expire_list_test):
1533         Check for NULL on dbus_new0
1534
1535         * bus/activation.c (update_directory):
1536         remove dead code
1537
1538         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1539         Fix some leaks
1540
1541         * bus/bus.c (process_config_every_time):
1542         Fixed a leak
1543
1544         * bus/desktop-file.c (parse_key_value):
1545         Fixed leak
1546
1547         * bus/selinux.c (bus_selinux_id_table_insert):
1548         Fixed leak
1549
1550 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1551
1552         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1553         remove dead code
1554
1555 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1556
1557         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1558         #!/bin/bash
1559
1560 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1561
1562         * Doxyfile.in: fix the INPUT line so we can generate docs 
1563         when sourcedir != builddir (patch from Cygwin Ports maintainer
1564         <yselkowitz at users dot sourceforge dot net>
1565
1566 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1567
1568         * dbus/dbus-sysdeps.h:
1569         * dbus/dbus-sysdeps.c: 
1570         * dbus/dbus-string.c: 
1571         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1572         GLib's function which does the same thing
1573
1574         * configure.in:
1575         * bus/Makefile.am:
1576         * bus/dir-watch-default.c:
1577         * bus/dir-watch-dnotify.c:
1578         * bus/dir-watch-kqueue.c:
1579         Add kqueue directory watching for freebsd and split the directory
1580         watching code into seperate files per method/arch
1581         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1582
1583 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1584
1585         * configure.in:
1586         * tools/Makefile.am:
1587         * tools/dbus-launch.c:
1588         * bus/Makefile.am:
1589         allow --with-dbus-daemondir switch to be used to make the
1590         daemon install to a seperate bindir like /usr/libexec
1591         (patch from Brian Cameron <brian dot cameron at sun dot com)
1592
1593 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1594
1595         * bus/Makefile.am (install-data-hook): removed the slash after 
1596         $(DESTDIR) so we don't get the double slash which does not work
1597         in windows (patch from Andras Porjesz 
1598         <andras dot porjesz at siemens dot com>)
1599
1600 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1601
1602         * dbus/dbus-sysdeps.h:
1603         * dbus/dbus-sysdeps.c: 
1604           add _dbus_printf_length (patch from Peter Kümmel 
1605           <syntheticpp at gmx dot net>)
1606
1607 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1608
1609         * dbus/dbus-internals.c: unistd.h is not used 
1610         (_dbus_verbose_real): only enable verbose printing 
1611         if DBUS_VERBOSE environment var is set to '1'
1612         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1613
1614 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1615
1616         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1617         so we still compile on older gcc (patch from Frederic Peters 
1618         <fpeters at 0d dot be>
1619
1620 2006-08-04  Havoc Pennington  <hp@redhat.com>
1621
1622         * configure.in: add -Wdeclaration-after-statement
1623
1624         * dbus/dbus-connection.c: change all the pending call stuff to
1625         reflect the fact that pending call operations use the connection
1626         lock
1627
1628         * dbus/dbus-pending-call.c: add locking here
1629
1630         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1631         field const consistent with how message field is done
1632
1633 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1634
1635         * s/D-BUS/D-Bus/g
1636
1637 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1638
1639         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1640         <in7y118 at public.uni-hamburg dot de> - fix invalid
1641         read/write reported by valgrind
1642
1643 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1644
1645         * Released 0.91
1646
1647 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1648
1649         * dbus/dbus-connection.c:
1650         (_dbus_connection_attach_pending_call_unlocked):
1651         (connection_timeout_and_complete_all_pending_calls_unlocked):
1652         Make sure we set timeout_added on pending calls to FALSE when
1653         we remove the timeout from the connection
1654
1655 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1656
1657         * Removed some extra bindings stuff lingering around (thanks timo)
1658         * dbus-pendingcall.c (_dbus_pending_call_new): 
1659         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1660         when we tried to take a lock on an already locked connection
1661
1662 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1663
1664         * Released 0.90
1665
1666 2006-07-17  Havoc Pennington  <hp@redhat.com>
1667
1668         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1669         ints, reported by Owen Taylor
1670
1671 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1672
1673         * doc/TODO:
1674         * dbus/dbus-bus.c:
1675         * dbus-errors.c:
1676         * dbus/dbus-marshal-validate.c:
1677           Removed TODO items which were fixed or are no longer relevent
1678
1679 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1680
1681         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
1682         Remove stray files from the stripped bindings
1683
1684 2006-07-16  Havoc Pennington  <hp@redhat.com>
1685
1686         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
1687         Improve the error message on reply timeout
1688
1689 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
1690
1691         * Remove all bindings
1692
1693 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
1694
1695         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
1696         and set pending_reply out arg to NULL is connection is disconnected
1697         (connection_timeout_and_complete_all_pending_calls_unlocked): New
1698         static method for cleaning up pending calls on disconnect
1699         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
1700         calls queued timeouts on disconnect 
1701
1702          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
1703         Remove 
1704
1705 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * bus/activation.[ch] (bus_activation_list_services): new function to 
1708         get the list of services that can be activated
1709
1710         * bus/dispatch.c: test coverage for the new bus method
1711         ListActivatableNames
1712
1713         * bus/driver.c: new bus method ListActivatableNames to get the list of
1714         services that can be activated
1715
1716         * doc/dbus-specification.xml: ListActivatableNames method documentation
1717
1718 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1719         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
1720         source files
1721
1722 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1723         * dbus/dbus-message-factory.c:
1724         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
1725
1726 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1727         * dbus/dbus-connection-internal.h:
1728         * dbus/dbus-connection.c:
1729         * file dbus/dbus-pending-call.c:
1730         * dbus/dbus-pending-call.h:
1731         Make DBusPendingCall an opaque type even to D-Bus internals
1732
1733 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1734
1735         * dbus/dbus-connection.h: remove connection_disconnect and replace with
1736         connection_close
1737
1738         * dbus/dbus-connection.c: include dbus-bus.h
1739         (_dbus_connection_read_write_dispatch): make static
1740
1741 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1742
1743         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
1744         function
1745         (dbus_connection_dispatch): On disconnect unref any shared connections
1746
1747         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
1748         for cleaning up shared connections on disconnect
1749         (internal_bus_get): get a hard refrence to shared connections when
1750         they are created
1751         
1752         * doc/TODO: Remove items which are no longer relevent or have been fixed
1753         Split 1.0 todo items with a 0.90 freeze todo list
1754  
1755 2006-06-14  Ross Burton  <ross@openedhand.com>
1756
1757         * glib/dbus-gobject.c:
1758         Free a leaking GArray (surely not!) in dbus_g_method_return.
1759
1760 2006-06-14  Ross Burton  <ross@openedhand.com>
1761
1762         * tools/Makefile.am:
1763         * tools/dbus-monitor.c:
1764         Don't use the GLib bindings in dbus-monitor (patch from Ralf
1765         Habacker).
1766         
1767 2006-06-14  Ross Burton  <ross@openedhand.com>
1768
1769         * tools/dbus-print-message.c:
1770         Also print the object path when outputting signals or method calls.
1771
1772 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
1773
1774         * qt/src/Makefile.am: install the qdbus.h header.
1775         This allows people to actually use the installed code.
1776
1777 2006-06-12  Ross Burton  <ross@openedhand.com>
1778
1779         * glib/dbus-gproxy.c:
1780         Don't leak a GArray when firing signals (thank Rob Taylor for review).
1781
1782 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1783
1784         * Released 0.62
1785
1786 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1787
1788         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
1789         break pedantic builds. Closes bug 6043 (patch approved by
1790         Havoc back in February).
1791
1792 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1793
1794         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
1795         that took a QDBusMessage parameter.
1796         * qt/src/qdbusbus.h: Add a default flag for RequestName.
1797         * qt/tools/dbus.cpp: Don't use automatic call because we might
1798         be calling an async method: request a reply.
1799
1800 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1801
1802         * test/qt/*: Update the testcases, including testing the new
1803         functionality of sending null QByteArray and QString over the
1804         bus. Add new headertest test and restore the old
1805         qdbusxmlparser test.
1806
1807 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1808
1809         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
1810         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
1811
1812         * qt/examples/Makefile.am:
1813         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
1814         form.
1815
1816         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
1817         QByteArray() (nulls) over the bus.
1818         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
1819         the one that has the signature suffix stripped.
1820         * qt/src/qdbusreply.h: Make some methods const.
1821
1822 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
1823
1824         Patch from Timo Hoenig <thoenig@suse.de>.
1825
1826         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
1827         required during build to EXTRA_DIST.
1828         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
1829         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
1830         * configure.in: Fix "make dist", take care that the Makefile for
1831         qt/dbus is being generated.
1832
1833 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1834
1835         * bus/bus.c: Fix eavesdropping on method calls
1836
1837 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1838
1839         * configure.in:
1840         * dbus/dbus-userdb-util.c:
1841         Add Solaris console owner patch from Artem Kachitchkine
1842
1843 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
1844
1845         * qt/Makfile.am:
1846         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
1847         reorganisation. Thanks to Timo Hoenig for pointing this out.
1848
1849 2006-06-06  Robert McQueen  <robot101@debian.org>
1850
1851         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
1852           call to dbus_g_type_get_struct.
1853
1854 2006-06-06  Robert McQueen  <robot101@debian.org>
1855
1856         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
1857           pointers were put into a GPtrArray-based specialised collection, and
1858           then freed along with the array. GValues which you add into
1859           collections or maps which have the NOCOPY flag set are assumed to not
1860           belong to the caller, so rather than the existing pointer-stealing
1861           semantics, they are copied instead. Given that the main consumers of
1862           this abstraction are the bindings themselves, I don't think this is
1863           too bad, but others should watch their choice of take vs set_static.
1864
1865 2006-06-06  Robert McQueen  <robot101@debian.org>
1866
1867         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
1868           of g_slist_prepend not being used. Fixed copying of slist-based
1869           specialised collections, then wrote a test case and found that it was
1870           all broken. Went on to fix iterating and appending too. Good thing
1871           nobody uses this code yet.
1872
1873 2006-06-06  Robert McQueen  <robot101@debian.org>
1874
1875         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
1876           the iterators use gvalue_take_ptrarray_value (the GValues themselves
1877           are discarded without unsetting, so it makes no difference whether
1878           we take or set_static). Remove cases for G_TYPE_POINTER because
1879           there really is nothing useful we can do with them in our
1880           specialised types - we *need* boxed copy/free functions at the very
1881           least.
1882
1883 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
1884
1885         * qt/dbus: Add directory. I had forgotten to add this
1886         yesterday after the move...
1887
1888         * qt/examples/Makefile.am:
1889         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
1890
1891         * qt/tools/Makefile.am:
1892         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
1893         Added feature to get and set properties.
1894         Added validation of service, object path and interface names.
1895
1896         * qt/tools/dbusidl2cpp.cpp: Two new features:
1897         1) Allow specifying both the header and the source file names,
1898         by separating them with a colon.
1899         2) Don't write an interface output if the -p switch wasn't
1900         given, but the -a was.
1901
1902         * qt/src/*: Fix usage of Iterators and ConstIterators.
1903         Fix shadowing of variables by other variables (-Wshadow).
1904         Fix keyword-cleanliness in headers.
1905         Fix ASCII-cast (QLatin1String, QLatin1Char).
1906         Fix validation of member names.
1907         Add extra checking of introspection data during XML parsing.
1908         Various bug fixes.
1909
1910 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1911
1912         * dbus/Makefile.am:
1913         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
1914         qt/dbus/qdbus.h now.
1915
1916 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1917
1918         * configure.in: Make --disable-qt actually do
1919           something. Patch inspired by Zack Rusin.
1920
1921 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1922
1923         * qt/: Update to Subversion r548032.
1924         This includes a big reorganisation of the files inside the
1925         subdir.
1926
1927 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
1928
1929         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
1930         clear:  
1931         "Failed to connect to socket <host>:<port> <error>" instead of
1932         "Failed to connect to socket <host>: <error>:<port>"
1933
1934         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
1935         for a tcp transport. 
1936
1937 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1938
1939         * qt/*: Update the QtDBus bindings up to revision 546310 in
1940         Subversion.
1941         This adds the dbuscpp2xml tool, that parses a C++ header and
1942         outputs a D-BUS Introspection XML.
1943
1944 2006-05-21  Havoc Pennington  <hp@redhat.com>
1945
1946         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
1947         is not NULL when it shouldn't be. Also a couple of possible fixes
1948         for #4637 though I don't understand why the bug happens, to be
1949         honest... also the object constructor has an assert name != NULL
1950         and the name is only currently NULL for peer-to-peer proxies that 
1951         I don't think anyone uses? So it should be asserting.
1952         Anyway, for now at least see if we get an earlier assertion failure.
1953
1954         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
1955         apparently broken code to be sure the tests fail and someone 
1956         will fix them...
1957
1958 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
1959
1960         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
1961         and arrays when they had a single element: has_next returns
1962         false, even before you read the element. So, instead, check
1963         the array length.
1964
1965 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1966
1967         * qt/qdbusmessage.cpp:
1968         * qt/qdbustypehelper_p.h:
1969         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
1970         the list is a const-reference
1971
1972 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
1973
1974         * Adding old doc patch that never got applied
1975         
1976         * dbus/bus.c (dbus_bus_add_match): Add documentation
1977
1978         * doc/dbus-specification.xml: Add documentation for the match rules
1979           and the AddMatch and RemoveMatch methods
1980
1981 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
1982
1983         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1984         call (r535506)
1985
1986         * qt/dbusidl2cpp.cpp:
1987         * qt/qdbusabstractadaptor.cpp:
1988         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
1989         sibling of the QDBusAbstractAdaptor objects instead of the
1990         parent. (r535848)
1991
1992         * qt/dbusidl2cpp.cpp:
1993         * qt/qdbusabstractinterface.cpp:
1994         * qt/qdbusabstractinterface.h:
1995         * qt/qdbusabstractinterface_p.h:
1996         * qt/qdbusinterface.cpp: Make properties in interfaces
1997         actually work. The code that was generated would not compile,
1998         due to moc calls to functions that did not exist. They now
1999         shall. (r536571)
2000
2001 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
2002
2003         * Makefile.am:
2004         * configure.in:
2005         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
2006         Thanks to Brad Hards for providing the patch
2007
2008 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2009
2010         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
2011         call. (r535506)
2012
2013 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2014
2015         * qt/examples/dbus.cpp: Enhance error messages and use
2016         QDBusInterfacePtr.
2017
2018 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2019
2020         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
2021         and disable the copy operators. (r533772, r534746)
2022
2023         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
2024
2025         * qt/qdbusabstractinterface.cpp:
2026         * qt/qdbusabstractinterface.h: Change the default call mode to
2027         not use the event loop. Add convenience call() methods that
2028         take a CallMode parameter. (r534042)
2029
2030         * qt/qdbusconnection.h: Change the default call mode to not
2031         use the event loop. (r534042)
2032
2033         * qt/qdbusinterface.cpp:
2034         * qt/qdbusinterface.h: Add a method to tell us if the
2035         interface is valid (since we don't return a null pointer
2036         anymore) (r534099)
2037
2038         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
2039         (r534101)
2040
2041         * qt/qdbusinternalfilters.cpp: Decouple the introspection
2042         function in two so taht we get the chance to introspect
2043         without having a QDBusMessage (r534102)
2044
2045         * qt/qdbusbus.h:
2046         * qt/qdbusconnection.cpp:
2047         * qt/qdbusconnection_p.h:
2048         * qt/qdbusintegrator.cpp: Keep a list of our own names to
2049         avoid a round-trip to the server when attempting to introspect
2050         one of our own objects. Also make sure the filter functions
2051         match the empty interface as well. (r534108)
2052         Don't keep the connection names. Instead, trust the unique
2053         connection name (r534111)
2054         Remove event loop usage (r534112)
2055
2056 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2057
2058         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
2059         Brad Hards.
2060
2061 2006-04-28  Robert McQueen  <robot101@debian.org>
2062
2063         * glib/dbus-gproxy.c: Fix properties so that they can be given in
2064         any order, making it easier for people who inherit from this
2065         object.
2066
2067 2006-04-28  Robert McQueen  <robot101@debian.org>
2068
2069         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
2070         of memory from within pointer arrays and lists. Fixes bug #6300.
2071
2072 2006-04-28  Robert McQueen  <robot101@debian.org>
2073
2074         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
2075         generating struct signatures. Fixes bug #6083.
2076
2077 2006-04-28  Robert McQueen  <robot101@debian.org>
2078
2079         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
2080         to qdbusconnection_p.moc.
2081
2082 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
2083
2084         * README, INSTALL: Doc fixes
2085         Patch from Brad Hards <bradh at frogmouth.net>
2086
2087 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2088
2089         * qt/examples/dbus.cpp: Use the new merged-interface mode for
2090         the dynamic meta object. No need to guess which interface to
2091         call.
2092
2093 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2094
2095         * qt/qdbusconnection_p.h:
2096         * qt/qdbusmetaobject.cpp:
2097         * qt/qdbusmetaobject_p.h:
2098         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
2099         for the dynamic meta object. No need to guess which
2100         interface to call.
2101         * qt/qdbusabstractinterface_p.h:
2102         * qt/qdbusconnection.cpp:
2103         * qt/qdbusintegrator.cpp:
2104         * qt/qdbusinterface.cpp:
2105         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
2106         Add a QDBusRef that looks and behaves like DCOPRef.
2107
2108 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2109
2110         * dbus/dbus-connection.c: Interfaces are optional in method
2111         calls, so don't give up if the interface parameter is NULL.
2112         Patch reviewed by Havoc Pennington.
2113
2114 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2115
2116         * qt/qdbusreply.h: Add default constructor and operator=
2117           (r532625)
2118         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
2119           in public headers (r532952)
2120         * qt/qdbusabstractinterface.cpp:
2121         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
2122           make it the default (r532951)
2123
2124 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2125
2126         * dbus/dbus-connection.c: Fix asserts
2127         Patch from Tim Moloney <t.moloney at verizon.net>
2128
2129 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2130
2131         * mono/Connection.cs, mono/Message.cs: Check Target type
2132         Patch from Aaron Bockover (abockover at novell.com)
2133
2134 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2135
2136         * INSTALL: fine-tune the requirements for the Qt4 binding.
2137
2138 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
2139
2140         * tools/dbus-print-message.c: Added support for printing of all 
2141           remaining data types. Fixed logic for indentation of compound
2142           data types.
2143         
2144 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
2145
2146         * INSTALL: fill out content of file providing DBus specific
2147           build installations, followed by generic Auto* INSTALL file
2148           content
2149         
2150 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2151
2152         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
2153           Patch by Stefan Eilers. (r529537)
2154
2155 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2156
2157         * qt/qdbusinternalfilters.cpp: Don't show the parent's
2158           contents (r528208)
2159
2160 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2161
2162         * qt/Makefile.am: fix the dependency for
2163           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
2164           not in qdbusconnection.cpp.
2165           Thanks to Jakub Stachowski <stachowski@hypair.net> for
2166           spotting this.
2167
2168 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2169
2170         * qt/examples/listnames.cpp:
2171         * qt/examples/Makefile.am: Three ways to list the names on the
2172           bus.
2173
2174 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2175
2176         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
2177           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
2178
2179 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2180
2181         Merge from Subversion:
2182         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
2183           something that exists (r526315)
2184         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
2185           slots/signals (r526316)
2186         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
2187           also return an unknown-method error if the parameters don't
2188           match for org.freedesktop.DBus.Properties. (r526842)
2189         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
2190         * qt/qdbusintegrator.cpp: Restore the proper order of
2191           delivery: don't make method returns be delivered on priority
2192           (r528150)
2193
2194 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2195
2196         * configure.in qt/Makefile.am: add qt/examples
2197         * qt/examples: Add QtDBus example programs:
2198           - hello: Hello, World
2199           - ping: Simple method-calling program
2200           - pong: Simple object-exporting program (not using adaptors)
2201           - complexping: Interactive method-calling program 
2202                 (also gets and sets properties).
2203           - complexpong: Sample program exporting methods, signals and
2204                 properties, using adaptors.
2205           - dbus: Simple implementation of a generic method-calling
2206                 program, similar to 'dbus-send', but with semantics
2207                 similar to 'dcop'.
2208           - chat: Simplistic chat program, implemented using signals
2209                 and the system bus. Looks like IRC.
2210
2211 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2212
2213         * configure.in: Detect QtGui (necessary for one of the
2214           example programs). Note: this increases the minimum required
2215           version of Qt to 4.1.3.
2216
2217 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2218
2219         * test/qt/*: Sync with KDE Subversion revision 523647.
2220         Update the testcases to the new API. Remove testcases for
2221         classes that are no longer public or have been removed.
2222
2223 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2224
2225         * qt/*: 
2226         * dbus/qdbus.h: Sync with KDE Subversion revision
2227         523647. Hopefully, this will be the last of the
2228         source-incompatible changes. Documentation has been improved;
2229         support for QList<basic-types> has been added; QDBusObject is
2230         gone; QDBus(Abstract)Interface is now a QObject with
2231         auto-generated meta-object; QDBusIntrospection is marked
2232         private, since QMetaObject can be used now; lots of bugfixes.
2233
2234 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
2235
2236         Patch from Milosz Derezynski <internalerror at gmail.com>
2237         
2238         * configure.in:
2239         Output the service directory in the configure summary
2240
2241         * dbus-1.pc.in:
2242         Add session_bus_services_dir
2243
2244 2006-03-10  Ross Burton  <ross@openedhand.com>
2245
2246         * tools/dbus-print-message.c:
2247         Add support for object paths and signatures.
2248
2249 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
2250
2251         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
2252         config reload.
2253         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
2254         information caches
2255         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
2256         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
2257         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
2258         * dbus/dbus-userdb.h: Add function to flush all user/group information
2259         caches.
2260
2261 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2262
2263         * qt/dbusidl2cpp.cpp:
2264         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
2265         for dcopidl2cpp, found in the KDE installations (or the more
2266         modern kalyptus): generate Qt4 C++ code for the input XML
2267         introspection. Currently no IDL parsing.
2268
2269 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2270
2271         * test/qt/*: Update the self-tests.
2272
2273 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2274
2275         * qt/*: 
2276         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
2277         represents the first feature-complete version of the Qt4
2278         bindings since I took ove maintainership.
2279
2280 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2281
2282         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
2283         dir. This is C++, so we can't use the DBus ones.
2284
2285 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2286
2287         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
2288         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
2289
2290 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2291
2292         * dbus/dbus-connection.c: 
2293         (_dbus_connection_block_pending_call):
2294         Check to see if our data has already been read off the connection
2295         by another blocking pending call before we block in poll.
2296         (check_for_reply_and_update_dispatch_unlocked):
2297         Code taken from _dbus_connection_block_pending_call - checks for
2298         an already read reply and updates the dispatch if there is one.
2299
2300         * test/name-test/test-pending-call-dispatch.c:
2301         New test for making sure we don't get stuck polling a 
2302         dbus connection which has no data on the socket when
2303         blocking out of order on two or more pending calls.
2304
2305 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
2306
2307         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
2308         make/automake don't detect that we're talking about the same
2309         .lo file if I specify the full path to the source files.
2310
2311 2006-02-26  Havoc Pennington  <hp@redhat.com>
2312
2313         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
2314
2315         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2316         session bus variable is unset, suggest "man dbus-launch" and "man
2317         dbus-daemon" to figure out how to fix the problem
2318
2319 2006-02-25  Havoc Pennington  <hp@redhat.com>
2320
2321         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
2322         should make this thing use the new glib options parser
2323
2324 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
2325
2326         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
2327         .lo files taking moc sources.
2328
2329 2006-02-25  Havoc Pennington  <hp@redhat.com>
2330
2331         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
2332         and install it as a public header
2333
2334 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2335
2336         * Released 0.61
2337
2338 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2339         
2340         * proxies.py: Fix the callchain
2341
2342 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
2343         
2344         * patch from Sjoerd Simons <sjoerd at debian.org>:      
2345
2346         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
2347         dbus/dbus-sysdeps.c
2348
2349         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
2350         call _dbus_group_info_free_allocated which causes infinite loop,
2351         correctly call _dbus_group_info_free
2352
2353 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
2354
2355         * qt/qdbusinterface_p.h:
2356         * qt/qdbusinterface.cpp: Use the standard
2357         org.freedesktop.DBus.Method.NoReply annotation for the "async"
2358         calls instead of creating one for us.
2359
2360         * qt/qdbusconnection_p.h:
2361         * qt/qdbusintegrator.cpp: Remove debugging code.
2362
2363         * qt/qdbusintegrator.cpp:
2364         * qt/qdbusmessage.cpp:
2365         * qt/qdbusmessage_p.h:
2366         * qt/qdbusmessage.h: Change the behaviour of automatic
2367         reply-sending: now a reply is always sent, unless the caller
2368         didn't request one or if the user slot has already sent one.
2369
2370 2006-02-16  Robert McQueen  <robot101@debian.org>
2371
2372         * configure.in: Patch from Debian packages by Sjoerd Simons
2373         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
2374         arguments so it's possible to build both bindings in the
2375         same tree.
2376
2377         * qt/Makefile.am: Fix truncated value so that make dist works.
2378
2379 2006-02-16  Robert McQueen  <robot101@debian.org>
2380
2381         * acinclude.m4, configure.in: Patch from Brad Hards
2382         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
2383         improving quoting, re-ordering a few checks, and a few other
2384         aesthetic tidy-ups.
2385
2386 2006-02-16  Robert McQueen  <robot101@debian.org>
2387
2388         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
2389         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
2390         assertion that the next element to read from the iter is fixed in
2391         size. This is not the case when you are at the end of the iter,
2392         because the next element type is INVALID.
2393
2394         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
2395         a bogus assert which means that you may not initialise a 0-length
2396         string unless you provide a non-NULL pointer. This prevented
2397         you from marshalling messages containing zero-length arrays in
2398         some cases.
2399
2400         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
2401         from Rob to correct bogus asserts when trying to demarshal an
2402         array and get_fixed_array got you 0 elements. Append nothing to
2403         the GArray in this case.
2404
2405         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
2406         an empty array via the glib bindings. Without all of the above
2407         patches, this new test fails.
2408
2409 2006-02-16  Robert McQueen  <robot101@debian.org>
2410
2411         * glib/dbus-gmain.c: Make the previous commit compile.
2412
2413         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
2414         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
2415         specify sender_keyword="foo", path_keyword="bar" when adding
2416         a signal listener, so that you can bind to signals generically
2417         but still do something useful in your callback.
2418
2419         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
2420         chars so that they're not cast to chars and made negative. Thanks
2421         to Jakub Stachowski for reporting this and testing the fix.
2422
2423 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
2424
2425         * dbus/dbus-glib.h:
2426         * glib/dbus-gmain.h:
2427         (dbus_g_connection_open): new method for openning
2428         a connection to an arbitrary address in the glib bindings
2429
2430         * ChangeLog: checkin last entry which doesn't seem to be commited
2431
2432 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
2433
2434         * tools/dbus-launch.c: Fixed sh syntax output
2435
2436 2006-02-13  Robert McQueen  <robot101@debian.org>
2437
2438         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
2439         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
2440         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
2441         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
2442         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
2443         missing piece of the glib bindings jigsaw puzzle. This modifies
2444         the existing specialised types to have N type parameters (rather
2445         than the current 1 or 2 for arrays and dictionaries respectively).
2446         You can then use this to get a glib type to represent any arbitrary
2447         D-Bus struct type using dbus_g_type_get_struct. The only
2448         implementation of these types is with GValueArrays as before,
2449         but it's now possible to store these in arrays, emit them in
2450         signals, etc.
2451
2452 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2453
2454         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2455         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2456         <thiago.macieira at trolltech.com>
2457
2458 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2459
2460         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2461         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2462
2463 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2464
2465         * bus/connection.c (bus_connections_expect_reply): Make
2466         pending reply limit not common to all connections (Bug #5416)
2467         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2468
2469 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2470
2471         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2472
2473 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2474
2475         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2476         patch from Doug Goldstein <cardoe at gentoo.org>
2477
2478 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2479
2480         * mono/Arguments.cs: Fix a magic number in the mono bindings
2481         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2482
2483 2006-01-27  Robert McQueen  <robot101@debian.org>
2484
2485         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2486         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2487         when generating the client-side methods, instead of overloading
2488         CSymbol which broke everything horribly. My apologies.
2489
2490 2006-01-27  Robert McQueen  <robot101@debian.org>
2491
2492         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2493         by me and Rob Taylor to add a simple_free function to D-Bus map
2494         and collection types, which allows those types which can be freed
2495         with a GDestroyNotify (such as GHashTables and GArrays, but not
2496         GPtrArrays) to be stored as the values in hashtables.
2497
2498         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2499         Patch by Rob Taylor to add nested dicts to the glib tests to check
2500         the above code works, and appears not to leak when called repeatedly.
2501
2502 2006-01-27  Robert McQueen  <robot101@debian.org>
2503
2504         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2505         to free a D-Bus allocated string with dbus_free () instead of
2506         g_free ().
2507
2508 2006-01-27  Iain Holmes  <iain@openedhand.com>
2509
2510         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2511         method from being called multiple times.
2512
2513 2006-01-19  Robert McQueen  <robot101@debian.org>
2514
2515         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2516         <rob.taylor@collabora.co.uk> to add support for generating bindings
2517         to arrays that are represented as GPtrArrays rather than GArrays (ie
2518         size-variable things, such as strings, objects, structs, etc).
2519
2520 2006-01-05  Robert McQueen  <robot101@debian.org>
2521
2522         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2523         <ricardo.kekki@movial.fi> to make it possible to inherit from
2524         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2525         a private part, and moving the setting of the DBusGProxyManager into a
2526         connection property, allowing proper GObject construction.
2527
2528 2006-01-05  Robert McQueen  <robot101@debian.org>
2529
2530         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2531         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2532         annotations when generating glib client bindings.
2533
2534 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2535
2536         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2537
2538         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2539
2540 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2541
2542         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2543
2544 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2545
2546         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2547
2548 2005-12-19  Ross Burton  <ross@openedhand.com>
2549
2550         * doc/dbus-tutorial.xml:
2551         Document the Glib client-side bindings, and list all possible annotations.
2552
2553 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2554
2555         * dbus/bus.c (dbus_bus_release_name): Add documentation
2556
2557 2005-12-06  Robert McQueen  <robot101@debian.org>
2558
2559         * python/service.py: s/sucessful/successful/ so we're allocating to
2560         and reading from the same variable. Oops.
2561
2562 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2563
2564         * Released 0.60
2565
2566 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2567
2568         * test/qt/Makefile.am: build from srcdir
2569
2570         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2571         Note - this code is wrong and needs to be fixed by the Qt binding
2572         developers.  The flags should be treated as bitfields and not enums.
2573
2574         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2575
2576 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2577
2578         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2579           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2580           in production code
2581
2582 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2583
2584         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2585         method for getting messages off the bus in the absence of a
2586         mainloop.  This method is much like 
2587         dbus_connection_read_write_dispatch except it does not dispatch
2588         the messages to a registered filter function.  Instead it
2589         allows a developer to process messages by directly popping
2590         them off the bus.
2591
2592 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2593
2594         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2595         the parser to continue instead of returning error
2596         (bus_desktop_file_load): Do not free parser data when
2597         parse_section_start or parse_key_value fails because it was 
2598         already freed by parser_free (patch from Carlos Garcia Campos  
2599         <carlosgc at gnome.org>)
2600
2601 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2602
2603         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2604         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2605         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2606         test/test-segfault.c, test/test-utils.c,
2607         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2608         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2609         Various cleanup of dead code and compiler warnings (patch from
2610         Kjartan Maraas <kmaraas at gnome.org>) 
2611
2612 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2613
2614         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2615         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2616
2617 2005-11-27  Robert McQueen  <robot101@debian.org>
2618
2619         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2620         part of the preceding one. Oops. Merge patch by Johan Hedberg
2621         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2622         on big-endian platforms.
2623
2624         * test/python/test-client.py: Add some 16-bit integers to the test
2625         values.
2626
2627 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2630         method return message for property getters
2631
2632 2005-11-27  Robert McQueen  <robot101@debian.org>
2633
2634         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2635         with type v of an instance of dbus.Variant(foo, type='x') caused
2636         it to be boxed twice before sending over the bus.
2637
2638         * python/dbus_bindings.pyx, python/service.py,
2639         test/python/test-client.py: Update the constants for the new
2640         request_name flags, and update comments/test cases now that queueing
2641         is the default action.
2642
2643 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2644
2645         * configure.in:
2646         - Change version to 0.60 for impending release
2647         - upped the sonames because of ABI and API breakage
2648
2649 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2650
2651         * configure.in: Add test/name-test/Makefile to the generated
2652         Makefile list
2653
2654         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2655         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2656         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2657         not to queue an ower if it can't be the primary owner
2658
2659         * bus/bus.h: Add new internal BusOwner struct
2660
2661         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2662         to bus_registry_ensure and don't set the prohibit_replacement flag
2663         since they are now set per BusOwner and not per name.
2664         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2665         that returns the list of connections in a name's connection queue
2666         
2667         * bus/services.c (struct BusService): remove prohibit_replacement field
2668         (struct BusOwner): new struct for keeping track of queued connections
2669         and their associated flags for the queue
2670         (struct BusRegistry): add a BusOwner memory pool
2671         (bus_registry_new): initialize the BusOwner memory pool
2672         (bus_registry_unref): free the BusOwner memory pool
2673         (_bus_service_find_owner_link): new internal method for
2674         searching the queue for a specific connection
2675         (bus_owner_set_flags): new method for adding setting the flags on a
2676         bus owner
2677         (bus_owner_new): new method that creates a BusOwner object from the
2678         pool and sets its flags
2679         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2680         (bus_registry_ensure): Add the flags parameter
2681         (bus_registry_acquire_service): Switch from using raw connections to
2682         using the BusOwner struct
2683         Add new state machine for dealing with the new set of flags
2684         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
2685         cancel_ownership, free_ownership_cancel_data, 
2686         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
2687         restore_ownership, free_ownership_restore_data, 
2688         add_restore_ownership_to_transaction): Switch to using BusOwner 
2689         instead of raw connections
2690         (bus_service_add_owner): Add flags parameter
2691         Switch to using BusOwner instead of raw connections
2692         Add state machine for dealing with the new set of flags
2693         (bus_service_swap_owner): Swaps the first and second owners in the
2694         queue.  Used to make sure proper signals are sent when a service looses 
2695         or gains primary ownership.  We never insert an owner at the top of the
2696         queue.  Instead we insert it in the second position and then swap.
2697         (bus_service_remove_owner): Remove the owner from the queue sending
2698         out the NameLost and NameOwnerChanged signals if the we were the 
2699         primary owner
2700         (bus_service_get_primary_owners_connection): New method that extracts
2701         the connection from the primary owner
2702         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
2703         connection
2704         (bus_service_get_allow_replacement): Changed from the old 
2705         bus_service_get_prohibit_replacement method.  Checks the flags of the 
2706         primary owner and returns if it can be replaced or not
2707         (bus_service_set_prohibit_replacement): removed
2708         (bus_service_has_owner): returns TRUE if and owner with
2709         the specified connection exists in the queue
2710         
2711         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
2712         method that only compiles if tests are enabled.  Allows us to get the 
2713         unique name of a connection so we can check it against the queue when
2714         doing regression tests
2715
2716         * bus/activation.c (bus_activation_send_pending_auto_activate),
2717         bus/dispatch.c (bus_dispatch),  
2718         bus/driver.c (bus_driver_handle_get_service_owner, 
2719         bus_driver_handle_get_connection_unix_user, 
2720         bus_driver_handle_get_connection_unix_process_id,
2721         bus_driver_handle_get_connection_selinux_security_context),
2722         bus/signals.c (connection_is_primary_owner): 
2723         use bus_service_get_primary_owners_connection instead of
2724         bus_service_get_primary_owner
2725
2726         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
2727         _dbus_listen_unix_socket): Calculate the length of the socket
2728         path and use that instead of using a fixed length which was
2729         causing socket names to contain many trailing Nul bytes.
2730
2731         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
2732         (dbus_g_method_get_sender): New method for extracting the sender 
2733         from a DBusGMethodInvocation
2734         (dbus_g_method_return_get_reply): changed name to 
2735         dbus_g_method_get_reply
2736         (dbus_g_method_return_send_reply): changed name to
2737         dbus_g_method_send reply
2738
2739         * doc/dbus-specification.xml: New docs that describe how the new
2740         queueing system works and talks about the changes to the how
2741         we specify socket names
2742
2743         * glib/examples/example-service.c, 
2744         glib/examples/example-signal-emitter.c,
2745         glib/examples/statemachine/statemachine-server.c:
2746         Changed the RequestName flags to the new system
2747
2748         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
2749         regression test suite for testing various states of the new
2750         queueing system
2751         
2752 2005-11-15  Robert McQueen  <robot101@debian.org>
2753
2754         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
2755         Taylor to add two methods, dbus_g_method_return_get_reply and
2756         dbus_g_method_return_send_reply, to allow you to get the reply
2757         message from a DBusGMethodInvocation, append arbitrary stuff to it,
2758         and send it. The GLib bindings can't marshal a return value of
2759         something like a(s) if the array is empty - ultimately they should be
2760         made to heed the signature of the out arguments as the Python bindings
2761         now can, but this is a workable interim solution which might have
2762         other applications.
2763
2764 2005-11-15  Robert McQueen  <robot101@debian.org>
2765
2766         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
2767         method to org.freedesktop.DBus to release a bus name or give up
2768         waiting in the queue for it.
2769
2770         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
2771         dbus_bus_release_name method to send the ReleaseName method calls.
2772         Add constants for the return values to dbus/dbus-shared.h.
2773
2774         * doc/dbus-specification.xml: Document the new ReleaseName method
2775         in the specification.
2776
2777         * python/dbus_bindings.pyx: Add a low-level python binding for the
2778         release name method.
2779
2780         * python/exceptions.py, python/service.py: Make freeing BusName
2781         objects release the name. Add a NameExistsException, and fix a
2782         bug with creating UnknownMethodException.
2783
2784         * test/python/test-client.py: Add tests for freeing BusName
2785         objects causing names to be released.
2786
2787 2005-11-14  Robert McQueen  <robot101@debian.org>
2788
2789         * python/service.py: Include the traceback in the error reply when we
2790         send an exception over the bus. _BEST_ _PATCH_ _EVER_
2791
2792 2005-11-14  David Zeuthen  <davidz@redhat.com>
2793
2794         Patch from Timo Hoenig <thoenig@suse.de>.
2795
2796         * bus/bus.c: I've recently investigated why the automatic reload
2797         of configuration files does not work as expected.
2798
2799         Currently, reloading configuration files does only work when
2800         running dbus-daemon with --nodaemon.  If we are running as daemon
2801         we're hitting a dnotify bug once we fork the process.
2802
2803         We're initializing the dnotify fds before calling fork().  Once
2804         the child process forked it does still have the fds (and they
2805         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
2806         getting SIGIO as changes are made to the configuration files.
2807
2808         The attached patch moves the initialization of the dnotify fds to
2809         process_config_postinit().  This is safe for all current code
2810         paths and solves the dnotify disfunction.  If we're running
2811         dbus-daemon as daemon the fds for dnotify are now being
2812         initialized after fork() for the child process.
2813
2814         * configure.in: The current configure.in check for dnotify probes
2815         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
2816         match for 'xlinux', too. Additionally I have adapted the configure
2817         option's style to match with the others.
2818
2819 2005-11-14  Robert McQueen  <robot101@debian.org>
2820
2821         * python/decorators.py, python/service.py: Add a new argument to the
2822         dbus.service.method decorator called sender_keyword, which if set,
2823         specifies the name of an argument which will be provided the bus
2824         name of the method caller.
2825
2826         * test/python/test-client.py, test/python/test-service.py: Add a
2827         method and test to check the sender_keyword functionality.
2828
2829 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
2830
2831         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
2832         empty reply so blocking calls don't block forever (Patch from Sjoerd 
2833         Simons <sjoerd at luon.net>)
2834
2835         * AUTHORS: Add Robert McQueen for his work on the Python
2836         Bindings and other parts of D-Bus
2837
2838 2005-11-07  Robert McQueen  <robot101@debian.org>
2839
2840         * python/decorators.py: Change emit_signal function to use the
2841         signature annotation of the signal when marhsalling the arguments from
2842         the service. Fix a bug where the code checking signature length
2843         against argument length referenced the wrong variable.
2844
2845         * python/introspect_parser.py: Avoid adding the type signature of
2846         signal arguments to any methods which occur after them in the
2847         introspection data (!) by making the parser a little more careful
2848         about its current state.
2849
2850         * python/service.py: Remove debug prints from last commit (again :D).
2851
2852         * test/python/test-client.py, test/python/test-service.py: Add test
2853         signals with signature decorators to test the strict marshalling code
2854         gives errors at the right time. Could do with checking the signals
2855         actually get emitted too, given that the test does nothing with
2856         signals at the moment...
2857
2858 2005-11-07  Robert McQueen  <robot101@debian.org>
2859
2860         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
2861         instances to stop madness of creating new instances representing
2862         the same bus connection all the time, rendering any tracking of
2863         match rules and bus names quite meaningless. Caught a bug where
2864         the private argument to SessionBus() and friends was being passed
2865         in as use_default_mainloop by mistake. Still some problems with
2866         multiple dbus_binding.Connection instances representing the same
2867         low-level connection (eg when you use both SessionBus() and
2868         StarterBus() in same process), but it's a lot better now than it
2869         was.
2870
2871         * python/dbus_bindings.pyx: Add constants with the return values
2872         for bus_request_name().
2873
2874         * python/service.py: Store bus name instances in a per-dbus.Bus cache
2875         and retrieve the same instances for the same name, so deletion can be
2876         done with refcounting. Also now throws some kind of error if you
2877         don't actually get the name you requested, unlike previously...
2878
2879         * test/python/test-client.py: Add tests for instance caching of buses
2880         and bus name objects.
2881
2882 2005-11-04  Robert McQueen  <robot101@debian.org>
2883
2884         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
2885         marshalling of boolean values. Add some booleans to the values in
2886         the test client.
2887
2888         * python/decorators.py, python/service.py: Add an 'async_callbacks'
2889         argument to the dbus.service.method decorator, which allows you to
2890         name arguments to take two callback functions for replying with
2891         return values or an exception.
2892
2893         * test/python/test-client.py, test/python/test-service.py: Add test
2894         case using asynchronous method reply functions, both return values and
2895         errors, and from within both the function itself and from a mainloop
2896         callback.
2897
2898         * python/decorators.py, python/service.py: Perform checking that the
2899         number of method/signal arguments matches the number of types in the
2900         signature at class loading time, not when you first introspect the
2901         class.
2902
2903         * python/service.py: Remove debug print left by the last commit.
2904
2905 2005-11-03  Robert McQueen  <robot101@debian.org>
2906
2907         * python/service.py: Heavy refactoring of method invocation, with
2908         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
2909         in favour of a new _message_cb that uses seperate functions for
2910         looking up the method to call, marshalling the return values, and
2911         sending exceptions as errors, and is easier to follow as a
2912         consequence.  Fixes some corner cases about returning things that
2913         don't match your declared out_signature, allows exceptions to define
2914         _dbus_error_name and have it be sent over the bus as the error name,
2915         and paves the way for cool stuff like heeding the message no reply
2916         flag, asynchronous method implementations, informing the method of the
2917         sender, and including backtraces in the error messages.
2918
2919         * test/python/test-client.py: Catch and print exceptions thrown in the
2920         async callback tests, rather than passing them to the low-level
2921         bindings to be ignored in a noisy and frustrating manner.
2922
2923 2005-11-03  Robert McQueen  <robot101@debian.org>
2924
2925         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
2926         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
2927         tweak others to be consistent.
2928
2929         * test/python/test-client.py: Tweak output of testInheritance.
2930
2931 2005-10-29  Robert McQueen  <robot101@debian.org>
2932
2933         * python/service.py: Major changes to allow multiple inheritance
2934         from classes that define D-Bus interfaces:
2935         
2936          1. Create a new Interface class which is the parent class of
2937             Object, and make the ObjectType metaclass into InterfaceType.
2938         
2939          2. Patch written with Rob Taylor to replace use of method_vtable
2940             with code that walks the class's __MRO__ (method resolution order)
2941             to behave like Python does when invoking methods and allow
2942             overriding as you'd expect. Code is quite tricky because
2943             we have to find two methods, the one to invoke which has the
2944             right name and isn't decorated with the /wrong/ interface,
2945             and the one to pick up the signatures from which is decorated
2946             with the right interface.
2947         
2948             The same caveats apply as to normal multiple inheritance -
2949             this has undefined behaviour if you try and inherit from two
2950             classes that define a method with the same name but are
2951             decorated with different interfaces. You should decorate
2952             your overriding method with the interface you want.
2953         
2954          3. Replace grungy introspection XML generation code in the metaclass
2955             with dictionaries that cope correctly with multiple inheritance
2956             and the overriding of methods. This also uses the signature
2957             decorations to provide correct introspection data, including
2958             the debut appearance of the types of your return values. :D
2959
2960         * test/python/test-client.py, test/python/test-service.py: Add a test
2961         case to try invoking an method that overrides one inherited from a
2962         D-Bus interface class.
2963
2964 2005-10-29  Robert McQueen  <robot101@debian.org>
2965
2966         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
2967         Add checking for the end of struct character when marshalling a
2968         struct in MessageIter.append_strict.
2969
2970         * python/examples/example-service.py,
2971         python/examples/gconf-proxy-service.py,
2972         python/examples/gconf-proxy-service2.py: Update to use gobject
2973         mainloop directly rather than appearing to depend on gtk.
2974
2975         * python/test/test-client.py, python/test/test-server.py: Remove
2976         obsolete and broken test scripts for old bindings. We have up to date
2977         and working tests in test/python/.
2978
2979 2005-10-29  Robert McQueen  <robot101@debian.org>
2980
2981         * python/decorators.py: Add optional arguments to the method and
2982         signal decorators to allow you to specify the signature of arguments
2983         and return values. Preserve the doc strings of signal functions in the
2984         decorated version, for pydoc and friends.
2985
2986         * python/dbus_bindings.pyx, python/proxies.py: Replace the
2987         parse_signature_block function with an iterable dbus.Signature()
2988         type. Fix a bug in MessageIter.append_strict where you could append
2989         anything by claiming it was a string.
2990
2991         * python/service.py: Use the out_signature decoration on methods to
2992         marshal return values, meaning you no longer require dbus.Array()
2993         or dbus.Dictionary() to indicate the type when returning empty
2994         arrays or dictionaries. Fix a bug where exceptions which are defined
2995         in __main__ are not turned into error replies.
2996
2997         * test/python/test-client.py, test/python/test-service.py: Add test
2998         for correct marshalling of return values according to out_signature.
2999         Fix a bug in the async call test where the error_handler is missing a
3000         self argument.
3001
3002 2005-10-29  Robert McQueen  <robot101@debian.org>
3003
3004         * glib/Makefile.am, glib/examples/Makefile.am,
3005         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
3006         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
3007
3008         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
3009
3010         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
3011         from Ubuntu by Daniel Silverstone to allow specifying match rules on
3012         the command line.
3013
3014 2005-10-27  Ross Burton  <ross@openedhand.com>
3015
3016         * dbus/dbus-marshal-header.c:
3017         Remove dead code.
3018
3019         * glib/dbus-gobject.c:
3020         Stop compiler warning.
3021
3022 2005-10-25  Ross Burton  <ross@openedhand.com>
3023
3024         * dbus/dbus-auth.c:
3025         * dbus/dbus-server-unix.c:
3026         * dbus/dbus-transport-unix.c:
3027         * glib/dbus-gmain.c:
3028         * glib/dbus-gobject.c:
3029         Add some const keywords.
3030
3031 2005-10-25  Ross Burton  <ross@openedhand.com>
3032
3033         * doc/dbus-specification.xml:
3034         Document the NoReply annotation.
3035
3036         * glib/dbus-binding-tool-glib.h:
3037         * glib/dbus-binding-tool-glib.c:
3038         Respect the NoReply annotation.
3039
3040 2005-10-24  Robert McQueen <robot101@debian.org>
3041
3042         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
3043         derive from unicode instead of str, and encode/decode UTF-8 when
3044         marshalling/unmarshalling bus messages
3045
3046         * python/introspect_parser.py: encode introspection data as UTF-8
3047         before passing the buffer into libxml2
3048
3049         * test/python/test-client.py: add unicode test strings
3050
3051         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
3052         ignore generated python test files
3053
3054 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
3055
3056         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
3057         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
3058         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
3059
3060         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
3061         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
3062         when constructing struct signatures
3063
3064         * python/_dbus.py (Bus): handle private connections using the
3065         private keyword in the constructor. defaults to private=False
3066         (Bus::close): new method to close a connection to the bus
3067
3068         * python/dbus_bindings.pyx (Connection::close): renamed method
3069         was previously called disconnect
3070         (bus_get): now supports getting a private connection
3071
3072         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
3073         keyword is set to True.  if it is, execute the method without waiting
3074         for a reply
3075         (ProxyObject::_introspect_execute_queue): new method for executing
3076         all the pending methods that were waiting for the introspect to
3077         finish.  this is called when introspect either succeeds or fails
3078         (ProxyObject::_introspect_error_handler): call queued methods
3079
3080 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
3081
3082         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
3083         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
3084
3085         * python/service.py (Object::_message_cb): handle exceptions correctly
3086         by sending them over the wire to the calling app.  This makes sure
3087         the client returns immediately instead of waiting the 15 seconds to
3088         timeout.
3089
3090         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
3091         Add a test to benchmark how long it takes to introspect a service and 
3092         call a method which returns a large element (pretty fast)
3093
3094         * test/python/test-service.py (TestObject::GetComplexArray): new test 
3095         method which pushes a lot of data
3096
3097 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3098
3099         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
3100         reclaim memory outside of the loop and use del istead of just setting
3101         the key to None
3102
3103 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3104
3105         * python/service.py (ObjectType::_reflect_on_signal): Always close
3106         signal tag even when there are no arguments
3107
3108 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3109
3110         * configure.in: Set mono, mono-docs and Qt3 to default
3111         to no instead of auto when building.  These bindings do not
3112         have full time maintainers and will not be supported for the
3113         1.0 release.
3114
3115 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
3116
3117         patches from Michael Krivoruchko <misha at sun.com>: 
3118         
3119         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
3120         _dbus_connection_message_sent, 
3121         _dbus_connection_send_preallocated_unlocked_no_update, 
3122         _dbus_connection_pop_message_link_unlocked): handle the case when path 
3123         is NULL when calling _dbus_verbose
3124
3125         * configure.in: check for functions getpeerucred and getpeereid
3126
3127         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
3128         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
3129         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
3130         Patch was only tested on Solaris 10 x86 so it might be issues
3131         with other platforms (i.e. BSDs and MacOSX)
3132         
3133
3134 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
3135
3136         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
3137         instead of marshal basic so we can handle recursive types in a variant
3138
3139         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
3140         in variants
3141
3142         * test/glib/test-service-glib.c, test-service-glib.xml
3143         (my_object_echo_variant [EchoVariant], 
3144         my_object_process_variant_of_array_of_ints123
3145         [ProcessVariantOfArrayOfInts123]): 
3146         Add two test methods
3147
3148         * python/introspect_parser.py: New module for parsing introspect
3149         data.
3150
3151         * python/dbus_bindings.pyx:
3152         (various places): when throwing errors fix to use errormsg instead 
3153         of message local variable because Pyrex can get confused with other 
3154         message variables (initial patch by Robert McQueen 
3155         <robert.mcqueen at collabora.co.uk>)
3156         (MessageIter::parse_signature_block): new method for getting the next
3157         block in a signiture.
3158         (MessageIter::append_strict): new method for appending values strictly
3159         using the passed in signature instead of guessing at the type
3160         (MessageItter:: append_dict, append_struct, append_array): use 
3161         signatures to marshal children if the signature is available
3162         
3163         * python/exceptions.py (IntrospectionParserException): new exception
3164
3165         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
3166         introspected signatures if available, else we fall back to the
3167         old way of doing things.
3168         (ProxyObject::_introspect_reply_handler ): parse introspection data
3169         
3170         * python/service.py (ObjectType::_reflect_on_method): Properly
3171         terminate <method> if there are no args in the reflection data
3172
3173         * test/python/test-client.py: add tests for talking with the GLib
3174         test server.  This gives us better coverage for introspection since
3175         python to python will always generate arguments as variants.  It also
3176         allows us to test the robustness of the GLib bindings and interlanguage
3177         communications.
3178
3179         
3180 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
3181
3182         * bus/driver.c (bus_driver_handle_introspect): Add signals
3183         to the introspect data. (patch from Daniel P. Berrange 
3184         <dan at berrange.com>)
3185
3186         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
3187         
3188         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
3189         _dbus_connection_run_builtin_filters): Changed these to
3190         be unlock_no_update functions and call 
3191         _dbus_connection_send_unlocked_no_update instead of
3192         dbus_connection_send to avoid locking errors.
3193         
3194         * doc/TODO: Removed the make Ping test TODO
3195         
3196 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3197
3198         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
3199         We now copy the message from a DBusError and then free 
3200         the error object befor throwing the error
3201
3202         * glib/dbus-glib-tool.c: removed extra comma at the end of the
3203         DBusBindingOutputMode enum which was causing a warning.
3204         #include <time.h> so using time_t is explicitly defined
3205
3206 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3207
3208         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
3209         - dbus/dbus-bus.c
3210         (internal_bus_get): new method that take over the heavy lifting
3211         of dbus_bus_get and adds the ability to get a private connection
3212         to the bus
3213         (dbus_bus_get): wrapper to internal_bus_get that provides the same
3214         interface as in previous versions
3215         (dbus_bus_get_private): new method that is a wrapper to 
3216         internal_bus_get to get a private connection to the bus
3217
3218         - dbus/dbus-bus.h
3219         (dbus_bus_get_private): add as a public libdbus interface
3220
3221         - dbus-1.pc.in: output system_bus_default_address and 
3222         sysconfdir variables so apps can use them when compiling
3223
3224 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
3225         * dbus/qt: New Qt bindings
3226
3227 2005-09-12  Waldo Bastian  <bastian@kde.org>
3228
3229         * dbus/dbus-marshal-validate.c,
3230         doc/dbus-specification.xml, test/Makefile.am,
3231         test/test-names.c: allow hyphens in bus names.
3232
3233 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3234
3235         * test/data/auth/fallback.auth-script: we don't
3236         retry the EXTERNAL method when we know its going
3237         to fail anymore.
3238
3239 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3240
3241         * dbus/dbus-connection-internal.h: rename
3242         (add|remove|toggle)_(watch|timeout) to unlocked()
3243         
3244         * dbus/dbus-connection.c: ditto.
3245         
3246         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
3247         Update some callers for the renaming.
3248
3249 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
3250
3251         * dbus/dbus-auth.c: (record_mechanisms): don't
3252         retry the first auth mechanism because we know
3253         we're just going to get rejected again.
3254         
3255         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3256         Fix thinko ... and what a nasty little bugger to
3257         track down you were ...
3258
3259         * dbus/dbus-connection.c:
3260         (_dbus_connection_add_watch),
3261         (_dbus_connection_remove_watch): add note about
3262         these needing the connection to be locked.
3263         (_dbus_connection_get_dispatch_status_unlocked):
3264         set status to DATA_REMAINS when we queue the
3265         disconnected message.
3266         
3267         * bus/dispatch.c:
3268         (bus_dispatch): fix warning.
3269         (check_existent_service_no_auto_start):
3270         Expect ChildSignaled error too.
3271         (check_existent_hello_from_self): fix another
3272         couple of warnings.
3273         
3274 2005-09-08  Joe Shaw  <joeshaw@novell.com>
3275
3276         Patches from James Willcox <snorp@snorp.net>
3277
3278         * mono/Makefile.am: Add Int16.cs and UInt16.cs
3279
3280         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3281         support array "out" parameters.
3282
3283         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
3284         for 16-bit int support.
3285
3286 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
3287
3288         * Released 0.50
3289
3290         * Patch from Steve Grubb:
3291         - bus/activation.c (bus_activation_service_reload_test): clean up
3292         some indentation
3293         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
3294         - dbus/dbus-message-factory.c (generate_special): fix a couple of
3295         buffer overflows in the test suite.  This is non critical because
3296         it can not be exploited and this code is only run when doing a 
3297         make check.
3298
3299         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
3300         - configure.in: Don't check and link against kdecore, only qt headers
3301         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
3302         - gcj/org/freedesktop/dbus/Makefile.am:
3303         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
3304         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
3305         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
3306         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
3307         - tools/Makefile.am: Add platform extentions to binaries 
3308         (i.e. .exe on windows)
3309
3310         * configure.in: 
3311         - Make it so if no suitable version of python is found we only 
3312         disable building python instead of exiting the configure script
3313         - Require version 2.4 of glib for glib bindings
3314         - Up version to 0.50
3315
3316         * python/__init__.py: Sync version with libdbus to (0,50,0)
3317         
3318 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3319
3320         * dbus/dbus-object-tree.c (find_subtree_recurse):
3321         a couple of optimizations (bug #710):
3322         - do a binary search in the tree
3323         - insert a new child at the right place directly, no need for
3324           qsort anymore
3325         - do the "double alloc" thing when allocating children
3326
3327 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
3328
3329         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
3330
3331         * python/dbus_bindings.pyx: Memory management foo
3332         (global): remove hacky _user_data_references global list
3333         (GIL_safe_cunregister_function_handler): userdata now stuffed into
3334         tuples. Unref user_data
3335         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
3336         (Connection::__del__): Remove and replace with __dealloc__ method
3337         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3338         to keep tuple from being deallocated instead of the global var hack
3339         (Connection::register_object_path): Stuff user_data into a tuple.
3340         Use Py_INCREF to keep tuple from being deallocated instead of the 
3341         global var hack
3342         (Connection::register_fallback): Stuff user_data into a tuple.
3343         Use Py_INCREF to keep tuple from being deallocated instead of the 
3344         global var hack
3345         (GIL_safe_pending_call_notification): Don't unref the message
3346         because it gets unreffed when going out of scope.  Py_XDECREF
3347         the user_data
3348         (PendingCall::__del__): Remove and replace with __dealloc__ method
3349         (PendingCall::set_notify): ref the pending call because we will
3350         need it to stick around for when the notify callback gets called
3351         (Message::__del__): Remove and replace with __dealloc__ method
3352
3353         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
3354         gthreads_init to match up with the dbus call
3355
3356         * python/glib.py (init_threads): Changed to threads_init to match
3357         up with gobject.threads_init().  init_threads is kept for backwards
3358         compat but will most likely be deprecated in the future
3359
3360         * test/python/test-client.py: 
3361         - revamp to use Python's unittest functionality
3362         - add async call tests
3363         - setup threads in glib and dbus so we make sure locks are working
3364         
3365 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3366
3367         * python/dbus_bindings.pyx 
3368         (_pending_call_notification, cunregister_function_handler, 
3369         cmessage_function_handler): All callback functions have been rearranged 
3370         to workaround a bug in Pyrex when working with the GIL which is Python's 
3371         global lock when dealing with threads.  They have been split into
3372         a wrapper function (which assumes the name of the old function) and
3373         a _GIL_safe_<function name> function which contains the functionality
3374         of the old function.  This ensures that Pyrex does not write code
3375         the lock is released.
3376         
3377
3378 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3379
3380         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
3381         GIL global lock when calling back into Python
3382
3383 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
3384
3385         * Release 0.36.2
3386
3387         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
3388
3389         * bus/policy.c (bus_policy_allow_user): change default "user is
3390         allowed" to be "user has same uid as the bus itself"; any
3391         allow/deny rules will override.
3392
3393         * bus/session.conf.in: don't allow all users, since now by default
3394         the user that ran the bus can connect.
3395
3396 2005-08-26  Colin Walters  <walters@verbum.org>
3397
3398         * tools/dbus-print-message.c (print_message): Flush stdout
3399         after printing a message, so that redirecting to a file, then
3400         hitting Ctrl-C works.
3401
3402 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
3403
3404         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
3405         (EmptyMessage): new class that subclasses Message.  This is a workaround
3406         to a Pyrex bug that fails to call __del__ when the Message object goes out
3407         of scope.  For some reason subclassing Message fixes this bug
3408         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
3409         - s/Message(_create=0)/EmptyMessage everywhere else
3410         
3411         * test/python/test-{server|client}.py: add the python/.libs directory
3412         to the lookup path so dbus_bindings and dbus_glib_bindings don't
3413         get picked up from the system
3414
3415 2005-08-25  Colin Walters  <walters@verbum.org>
3416
3417         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
3418         to Ryan Lortie for the suggestion.
3419
3420 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3421
3422         * test/python: Add python regression test
3423
3424         * configure.in: Add test/python/Makefile
3425
3426         * test/Makefile.am: Add the python directory to SUBDIRS
3427
3428 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3429
3430         * Release 0.36.1
3431
3432         * python/_dbus.py: 
3433         (Interface::connect_to_signal): propigate keywords for match on args
3434         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
3435
3436         * python/proxies.py (ProxyObject::connect_to_signal):
3437         propigate keywords for match on args
3438
3439         * Makefile.am: point everything to pyexecdir since python borks
3440         on multilib
3441
3442 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3443
3444         * Release 0.36
3445
3446 2005-08-23  Colin Walters  <walters@verbum.org>
3447
3448         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
3449
3450 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3451
3452         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
3453         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3454         of defining DBusConnection ourselves.
3455
3456 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3457
3458         * python/dbus.pth: New path file to fix up problems when installing
3459         c libraries to lib64 and python files to lib.
3460
3461         * python/Makefile.am: install dbus.pth in the correct spot
3462
3463 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3464         * ChangeLog: clean up my last entry a bit
3465
3466         * doc/introspect.xsl: New stylesheet for converting introspection data
3467         into browser renderable xhtml. Contributed by Lennart Poettering.
3468
3469         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3470         Poettering.
3471
3472         * doc/dbus-tutorial.xml: 
3473         - Add Colin Walter to the Authors section for authoring the GLib
3474         section
3475         - Add descriptions of the new signature and type functionality
3476         in the Python complex type mapping section
3477         - Add a sidenote on the new args matching functionality in 
3478         the Python bindings
3479         - Fixed up some of the examples to use the gobject.MainLoop
3480         instead of gtk.main
3481         
3482         * python/_dbus.py:
3483         (Bus::_create_args_dict): New. Converts a hash of arg matches
3484         to a more useable format
3485         (Bus::add_signal_receiver): add a **keywords parameter for catching
3486         arg match parameters
3487         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3488         arg match parameters
3489         
3490         * python/matchrules.py:
3491         (MatchTree::exec_matches): Check for arg matches
3492         (SignalMatchRule::add_args_match): New method
3493         (SignalMatchRule::execute): Added args_list parameter as an optimization
3494         so we don't have to marshal the args more than once
3495         (SignalMatchRule::match_args_from_list): New method that checks to see
3496         if the rule's arg matches match an argument list.  Only arguments
3497         set in the rule are checked.
3498         (SignalMatchRule::match_args_from_rule): New method that checks to see
3499         if the rule's arg matches match another rule's.  All args have to match
3500         in order for this method to return true.  If either rule has more args
3501         then it is not a match.
3502         (SignalMatchRule::is_match): Add args match
3503         (SignalMatchRule::repr): Add args to the final output if they exist
3504
3505 2005-08-17  Ross Burton  <ross@burtonini.com>
3506
3507         * glib/dbus-gproxy.c:
3508         (dbus_g_proxy_call_no_reply): unref the message once sent.
3509         (dbus_g_proxy_call): protect against NULL proxy.
3510
3511 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3512
3513         * python/__init__.py: Version updated (0, 43, 0)
3514         
3515         * python/dbus_bindings.pyx: 
3516         - Fixed type objects to have self passed into __init__
3517         - Added the Variant type
3518         - Add the ability to specify types or signatures for Array, Variant 
3519         and Dictionary
3520         (Connection::send_with_reply_handlers): return a PendingCall object
3521         (_pending_call_notification): handle the case when an error is returned 
3522         without an error message in the body
3523         (MessageIter::get_boolean): return True or False instead of an integer
3524         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3525         and add checks for objects with embeded signatures or types (Array, 
3526         Variant and Dictionary)
3527         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3528         (MessageIter::append_dict): handle embeded types or signatures
3529         (MessageIter::append_array): handle embeded types or signatures
3530         (MessageIter::append_variant): new method
3531         
3532         * python/proxies.py:
3533         (DeferedMethod): New. Dummy executable object used when queuing calls 
3534         blocking on introspection data
3535         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3536         or shorter timeouts for method calls
3537         (ProxyObject): Add first pass at an introspection state machine
3538         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3539         introspection. 
3540         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3541         the usual mechanisms for sending messages.  This is to avoid a deadlock
3542         where the Intospect call would be queued waiting for the Introspect 
3543         call to finish ;-)
3544         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3545         when introspection returns with no error
3546         (ProxyObject::_introspect_error_handler): New.  This method is called 
3547         when introspection encounters an error
3548         (ProxyObject::__getattr__): Code to handle different introspection 
3549         states.  Queue async calls or block blocking calls if we are 
3550         introspecting.  Pass through as normal if we are not or are done with 
3551         introspecting.
3552         
3553         * python/service.py: Import signal and method from decorators.py
3554
3555         * python/types.py: Add Variant type
3556
3557 2005-08-16  Colin Walters  <walters@verbum.org>
3558
3559         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3560         DBusError message is NULL.
3561
3562 2005-08-09  Havoc Pennington  <hp@redhat.com>
3563
3564         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3565         malloc'd copy of the name parameter
3566
3567 2005-08-09  Havoc Pennington  <hp@redhat.com>
3568
3569         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3570         warning if the reply serial is set to 0
3571
3572 2005-08-04  Colin Walters  <walters@verbum.org>
3573
3574         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3575         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3576         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3577         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3578         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3579         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3580         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3581         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3582         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3583         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3584         
3585         Prefix name with _ to ensure they're not exported.  All callers
3586         updated.
3587
3588         * glib/dbus-gvalue.c (typecode_to_gtype)
3589         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3590         (signature_iter_to_g_type_dict)
3591         (signature_iter_to_g_type_array)
3592         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3593         (dbus_gtypes_from_arg_signature):
3594         Move to dbus-gsignature.c.
3595
3596         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3597         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3598         (dbus_binding_tool_output_glib_client): Ditto.
3599
3600         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3601         and dbus-gsignature.h
3602
3603         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3604         unused variable.
3605
3606 2005-08-03  Colin Walters  <walters@verbum.org>
3607
3608         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3609         catch any incompatible changes accidentally made.
3610
3611 2005-08-03  Havoc Pennington  <hp@redhat.com>
3612
3613         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3614         typo, from Julien Puydt
3615
3616         * bus/connection.c (bus_connection_disconnected): we were always
3617         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3618
3619 2005-08-01  Colin Walters  <walters@verbum.org>
3620
3621         Patch from Joe Markus Clarke:   
3622         
3623         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3624         use-after-free.
3625
3626 2005-08-01  Colin Walters  <walters@verbum.org>
3627         
3628         Patch from Joe Markus Clarke:   
3629         
3630         * tools/dbus-send.c (main): 
3631         
3632         Don't use C99 style initializers (bug #3933).
3633         
3634 2005-08-01  Colin Walters  <walters@verbum.org>
3635
3636         Patch from Joe Markus Clarke:   
3637
3638         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3639         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3640         * glib/dbus-gobject.c (write_interface):
3641
3642         Don't use C99 style initializers (bug #3933).
3643
3644 2005-07-31  Havoc Pennington  <hp@redhat.com>
3645
3646         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3647         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3648
3649 2005-07-30  Havoc Pennington  <hp@redhat.com>
3650
3651         * fix a bunch of Doxygen warnings and mistakes
3652
3653 2005-07-30  Havoc Pennington  <hp@redhat.com>
3654
3655         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3656         DBUS_BUILD_TESTS since it's now used in production code
3657
3658 2005-07-29  Havoc Pennington  <hp@redhat.com>
3659
3660         * test/glib/test-profile.c (write_junk): initialize the junk
3661         buffer so valgrind doesn't have a breakdown
3662
3663 2005-07-29  Havoc Pennington  <hp@redhat.com>
3664
3665         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3666         (match_rule_matches): remove unused arg
3667         (test_matching): add tests for match_rule_matches()
3668
3669         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
3670         do arg0='foo' arg5='bar' in the match rules
3671         (match_rule_matches): don't match if the arg0='foo' doesn't match.
3672
3673         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
3674
3675 2005-07-29  Ross Burton  <ross@openedhand.com>
3676
3677         * dbus/dbus-connection.c:
3678         Don't create a DBusCondVar which is never used.
3679
3680 2005-07-27  Ross Burton  <ross@openedhand.com>
3681
3682         * dbus/dbus-message.c:
3683         Reduce the size of the maximum cached message to 10K.
3684
3685 2005-07-25  Ross Burton  <ross@openedhand.com>
3686
3687         * glib/dbus-gproxy.c:
3688         Remove matches when all proxies are unregistered.
3689
3690 2005-07-24  Colin Walters  <walters@verbum.org>
3691
3692         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
3693         typedata; recursive arrays won't have it.
3694
3695         * test/glib/test-dbus-glib.c:
3696         * test/glib/test-service-glib.c:
3697         * test/glib/test-service-glib.xml: Add recursive arrays tests.
3698         
3699 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
3700
3701         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
3702         proxies.py, service.py: Cleanup of code after running it through the
3703         pyflakes code checker mostly dealing with undefined names.  
3704         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
3705
3706 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3707
3708         * NEWS: Update to 0.35.2
3709
3710 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3711
3712         * python/_dbus.py: Remove import of the dbus.services
3713         module as it no longer exists (patch from Dimitur Kirov)
3714
3715         * python/service.py (Object::__init__): Fixed typo
3716         s/name/bus_name (patch from Dimitur Kirov)
3717
3718         * python/examples/example-signal-emitter.py: import dbus.glib
3719         to get the main loop and use glib mainloop instead of gtk so
3720         X doesn't have to be running.
3721
3722         * python/examples/example-signal-recipient.py: import dbus.glib
3723         to get the main loop and use glib mainloop instead of gtk so
3724         X doesn't have to be running. Import the decorators module
3725         directly.
3726
3727         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
3728         didn't pick up on but are needed to build
3729
3730         * configure.in: upped version to 0.35.2
3731
3732         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
3733         added Colin Walters' SELinux API rename patch from head 
3734         s/unix sercurity context/selinux security context/
3735
3736 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
3737
3738         * python/Makefile.am: dbus_binding.pxd.in should be included 
3739         in EXTRA_DIST not dbus_binding.pxd
3740         fix up $(srcdir) hopefully for the last time
3741
3742         * NEWS: Update to 0.35.1
3743
3744 2005-07-16  Colin Walters  <walters@verbum.org>
3745
3746         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
3747         from bus_driver_handle_get_connection_unix_security_context.  Update for
3748         error usage.
3749         (message_handlers): Update for renames.
3750
3751         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3752         _dbus_string_init failure correctly.
3753         (bus_selinux_append_context): Convert SID to context.  Append it
3754         as a byte array.
3755         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
3756         hasn't been called.
3757
3758         * bus/selinux.h: Update prototype.
3759
3760         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
3761         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
3762
3763 2005-07-15  Colin Walters  <walters@verbum.org>
3764
3765         * doc/TODO: Add note about convenience wrappers.
3766
3767 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3768
3769         * NEWS: Update to 0.35
3770
3771 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3772
3773         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
3774         so distcheck doesn't fail
3775
3776         * glib/examples/Makefile.am: Add example-service.xml and 
3777         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
3778
3779         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
3780         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
3781
3782         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
3783         compiler looks in the right places during distcheck
3784
3785 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3786
3787         * glib/example/Makefile.am: Fix a typo which cause make distcheck
3788         to fail
3789
3790 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3791
3792         * python/examples/example-service.py,
3793         python/examples/example-signal-emitter.py: Fixed up examples
3794         for API changes
3795
3796 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3797
3798         * python/__init__.py: Upped to version (0,42,0) because of
3799         the API change
3800
3801 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3802
3803         * ChangeLog: fix date in last entry
3804
3805         * configure.in, bus/system.conf.in: add the ability to configure 
3806         the system bus user at compiletime with the --with-dbus-user flag
3807         (patch from Kristof Vansant)
3808
3809 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3810
3811         * bus/dispatch.c, test/test-service.c: Add testcase
3812         for sending messages to oneself (TODO item).
3813
3814         * python/service.py (class Object): Swap ordering of bus_name 
3815         and object_path parameters to better support inheritance.
3816
3817         * doc/dbus-tutorial.xml: change Python docs to reflect change
3818         in parameter ordering and fix the inheritance section.
3819
3820         * doc/TODO: remove sending message to oneself TODO item
3821
3822 2005-07-15  Ross Burton  <ross@openedhand.com>
3823
3824         * glib/dbus-gproxy.c:
3825         Fix a leak when calling methods via the proxy.
3826
3827 2005-07-15  Colin Walters  <walters@verbum.org>
3828
3829         * bus/selinux.c (bus_selinux_append_context): Wrap in
3830         HAVE_SELINUX.
3831
3832 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3833
3834         * python/_dbus.py (Bus::remove_signal_receiver):
3835         don't add a callback to the match if none has been passed in
3836         
3837         * python/matchrules.py (SignalMatchTree::remove): if the rule
3838         being matched does not have a callback treat it as a wildcard
3839         fix matching logic
3840
3841         * doc/dbus-tutorial.xml: Add Python tutorial
3842
3843 2005-07-14  Colin Walters  <walters@verbum.org>
3844
3845         * bus/driver.c
3846         (bus_driver_handle_get_connection_unix_security_context): New function.
3847         (message_handlers): Add.
3848
3849         * bus/selinux.c (bus_selinux_append_context): New function; appends
3850         security context to message.
3851
3852         * bus/selinux.h: Prototype.
3853
3854         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
3855
3856 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3857
3858         * bus/activation.c: clean up all tabs to be 8 spaces 
3859         (bus_activation_activate_service): make sure we clean up
3860         if activation fails
3861
3862         * bus/dispatch.c: clean up all tabs to be 8 spaces 
3863         (check_shell_fail_service_auto_start): New function
3864         tests to make sure we get fail properly when trying to auto start a service
3865         with a faulty command line
3866         (check_shell_service_success_auto_start): New function tests to make sure
3867         auto started services get the arguments on the command line
3868
3869         * test/test-shell-service.c: Added service for testing auto-starting with 
3870         command line arguments
3871
3872         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
3873         test/data/valid-service-files/debug-shell-echo-success.service.in:
3874         Added service files for testing auto-starting with command line arguments
3875
3876         * */.cvsignore: added a bunch of generated files to various .cvsignore files
3877
3878 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
3879
3880         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
3881         
3882         * dbus/Makefile.am: added new files to build.
3883
3884         * bus/activation.c (bus_activation_activate_service): support
3885         activation commands with parameters.
3886
3887         * test/shell-test.c: added test program for the shell parsing
3888         code.
3889
3890 2005-07-13  David Zeuthen  <davidz@redhat.com>
3891
3892         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
3893         64 bit signed and unsigned parameters
3894
3895 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
3896
3897         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
3898
3899         * python/service.py (class Name): renamed BusName to make it clearer
3900         what the object is for (a name on the bus)
3901
3902         * python/examples/example-service.py,
3903         python/examples/example-signal-emitter.py: change the Name object to
3904         BusName
3905
3906 2005-07-12  Colin Walters  <walters@verbum.org>
3907
3908         Patch from Jim Gettys <Jim.Gettys@hp.com>.
3909
3910         * tools/dbus-launch.c: Include sys/select.h.
3911
3912 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
3913         * python/dbus_bindings.pyx.in: removed
3914
3915         * python/dbus_bindings.pyx: Added.
3916         - Fixed some memleaks (patch from 
3917         Sean Meiners <sean.meiners@linspireinc.com>)
3918         - Broke out the #include "dbus_h_wrapper.h" and put it in its
3919         own pxd file (Pyrex definition)
3920         - Broke out glib dependancies into its own pyx module
3921         
3922         * python/dbus_bindings.pdx: Added.
3923         - Defines C class Connection for exporting to other modules
3924
3925         * python/dbus_glib_bindings.pyx: Added.
3926         - New module to handle lowlevel dbus-glib mainloop integration
3927
3928         * python/glib.py: Added.
3929         - Registers the glib mainloop when you import this module
3930
3931         * python/services.py: Removed (renamed to service.py)
3932         
3933         * python/service.py: Added.
3934         - (class Server): renamed Name
3935
3936         * python/__init__.py: Bump ro version (0,41,0)
3937         -don't import the decorators or service module
3938         by default.  These now reside in the dbus.service namespace
3939
3940         * python/_dbus.py (Bus::__init__): Add code run the main loop 
3941         setup function on creation 
3942
3943         * python/examples/example-service.py,
3944         python/examples/example-signal-emitter.py: update examples
3945
3946         * python/examples/gconf-proxy-service.py,
3947         python/examples/gconf-proxy-service2.py: TODO fix these up
3948
3949         * doc/TODO: Addition
3950         - Added a Python Bindings 1.0 section
3951         - added "Add match on args or match on details to match rules"
3952
3953
3954 2005-07-12  Colin Walters  <walters@verbum.org>
3955
3956         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
3957         (statemachine-glue.h): 
3958         * glib/examples/Makefile.am (example-service-glue.h) 
3959         (example-signal-emitter-glue.h): 
3960         * glib/Makefile.am (dbus-glib-error-switch.h): 
3961         Add libtool --mode=execute so we use the built library instead
3962         of any installed one.
3963
3964 2005-07-11  Colin Walters  <walters@verbum.org>
3965
3966         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
3967         (dbus_g_value_types_init): Remove assertion.
3968         (dbus_g_value_get_g_type, dbus_g_value_open)
3969         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
3970         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
3971         functions related to DBusGValue.  Now we marshal/demarshal
3972         structures as GValueArray.
3973         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
3974         structures.
3975         (signature_iter_to_g_type_array): Don't call
3976         signature_iter_to_g_type_struct.
3977         (signature_iter_to_g_type_struct): Delete.
3978         (dbus_gvalue_to_signature): Delete.
3979         (dbus_gvalue_to_signature): New function with same name as other
3980         one; we can convert structures to signatures.
3981         (demarshal_valuearray): New function.
3982         (get_type_demarshaller): Use it.
3983         (demarshal_recurse): Delete.
3984         (marshal_proxy): New function.
3985         (marshal_map): Warn if we can't determine signature from type.
3986         (marshal_collection_ptrarray): Ditto.
3987         (marshal_collection_array): Ditto.
3988         (get_type_marshaller): Use marshal_valuearray.
3989         (marshal_recurse): Delete.
3990         (_dbus_gvalue_test): Add some tests.
3991
3992         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
3993         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
3994         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3995         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3996         (dbus_g_value_free): Remove prototypes.
3997
3998         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
3999         G_TYPE_VALUE_ARRAY.
4000
4001         * glib/examples/example-service.c:
4002         * glib/examples/example-client.c: Implement GetTuple.
4003
4004         * test/glib/test-dbus-glib.c:
4005         * test/glib/test-service-glib.c:
4006         * test/glib/test-service-glib.xml: Add structure tests.
4007
4008 2005-07-10  Colin Walters  <walters@verbum.org>
4009
4010         * doc/TODO: Knock off some GLib items with this patch.
4011
4012         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
4013         (_dbus_gvalue_signals_error): New functions.
4014
4015         * glib/dbus-gvalue-utils.h: Prototype them.
4016
4017         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
4018         and change to not output const/retval flags for input args.  All
4019         callers updated.
4020         (invoke_object_method): Refactor to handle return values.  Add
4021         some more comments in various places.  Remove debug g_print.
4022
4023         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
4024
4025         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
4026         Handle G_TYPE_NONE.
4027         (compute_gsignature): New function; refactored from code from
4028         compute_marshaller and compute_marshaller_name.  Enhance to
4029         handle return values and async ops more cleanly.  Update for
4030         async ops returning NONE instead of BOOLEAN.
4031         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
4032         and output appropriate string.
4033         (generate_glue): Handle return value annotation.  Also don't dump
4034         constness flag for input arguments.
4035
4036         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
4037         files shared between installed library and utilities.
4038         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
4039         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
4040         binding tool can access gtype utility functions.
4041
4042         * test/glib/test-service-glib.c: 
4043         * test/glib/test-service-glib.xml: 
4044         * test/glib/test-dbus-glib.c: Add some tests for return values.
4045
4046 2005-07-09  Colin Walters  <walters@verbum.org>
4047
4048         * glib/dbus-gparser.c (parse_annotation): Add annotations to
4049         argument if available, not method.
4050
4051         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
4052         (invoke_object_method): First, remove some redundant
4053         GValues (object_value, error_value) in favor of working on
4054         array directly.  Second, rework constness to be less buggy.
4055         Now we iterate directly over the argument metadata instead
4056         of parallel iterating over output signature and metadata.
4057
4058         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
4059
4060         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
4061         annotation on input args.
4062         
4063 2005-07-09  Colin Walters  <walters@verbum.org>
4064
4065         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
4066         Define.
4067
4068         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
4069         annotation.
4070
4071         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
4072         (method_dir_signature_from_object_info): Handle arg_iterate change.
4073         (write_interface): Ditto.
4074         (lookup_object_info): Don't barf if format_version is > 0.
4075         (invoke_object_method): Handle arg constness.
4076
4077         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
4078         (arg_info_new): Create.
4079         (arg_info_unref): Destroy.
4080         (arg_info_get_annotations, arg_info_get_annotation) 
4081         (arg_info_add_annotation): New functions.
4082
4083         * glib/dbus-gidl.h: Prototype them.
4084
4085         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
4086         args, disallow them in properties.
4087         (parse_annotation): Handle arg annotations.
4088
4089         * test/glib/test-service-glib.xml: 
4090         * test/glib/test-service-glib.c: Update to make some methods
4091         const.
4092
4093 2005-07-08  Colin Walters  <walters@verbum.org>
4094
4095         * test/glib/test-service-glib.xml: 
4096         * test/glib/test-service-glib.c:
4097         * test/glib/test-dbus-glib.c: Test a{sv}.
4098
4099         * glib/examples/statemachine/statemachine.c:
4100         * glib/examples/statemachine/statemachine-server.c:
4101         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
4102         add progress bar, etc.
4103
4104         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
4105         needed anymore due to generic array/map marshalling.
4106         (dbus_g_value_types_init): Don't register basic arrays or the
4107         string/string hash.
4108         (dbus_gtype_from_signature_iter): Don't try to recurse into
4109         variants.
4110         (dbus_gtype_to_signature): Check collection/map before type
4111         metadata.
4112         (demarshal_garray_basic): Renamed to demarshal_collection_array.
4113         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
4114         generic map creation/append functions instead of hash table
4115         specifically.
4116         (get_type_demarshaller): Handle maps.
4117         (demarshal_collection): Dispatch on collection type to either
4118         demarshal_collection_ptrarray or demarshal_collection_array.
4119         (get_type_marshaller): Handle maps.
4120         (marshal_collection): Dispatch collection type to either
4121         marshal_collection_ptrarray or marshal_collection_array.
4122         (_dbus_gvalue_test): New test.
4123
4124         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
4125         (hash_free_from_gtype): Use it to free GValues.
4126         (hashtable_append): New function.
4127         (ptrarray_append): Fix prototype.
4128         (slist_append): Ditto.
4129         (_dbus_gvalue_utils_test): Extend tests.
4130
4131         * glib/dbus-gtype-specialized.c
4132         (dbus_g_type_specialized_init_append): Renamed from
4133         dbus_g_type_specialized_collection_init_append.  Remove const from
4134         value, since we steal it.
4135         (dbus_g_type_specialized_map_append): New function.
4136
4137         * glib/dbus-gtype-specialized.h: Update prototypes.
4138         Add DBusGTypeSpecializedMapAppendFunc.
4139
4140         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4141         _dbus_gvalue_test.
4142         
4143         * glib/dbus-gtest.h: Prototype it.
4144
4145 2005-07-08  Ross Burton  <ross@openedhand.com>
4146
4147         * dbus/dbus-glib.h:
4148         Add DBysGAsyncData for the async bindings.
4149
4150         * glib/dbus-binding-tool-glib.c:
4151         Re-enable the async bindings.
4152
4153         * test/glib/test-dbus-glib.c:
4154         Add a test for the generated async bindings.
4155
4156 2005-07-08  Colin Walters  <walters@verbum.org>
4157
4158         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
4159         connection concept.
4160         
4161 2005-07-08  Colin Walters  <walters@verbum.org>
4162         
4163         * tools/Makefile.am: Kill of print-introspect in favor of using
4164         dbus-send --print-reply=literal.
4165
4166         * test/glib/test-service-glib.xml: 
4167         * test/glib/test-service-glib.c (my_object_get_objs): New test
4168         for "ao".
4169
4170         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
4171         (main): Test GetObjs.
4172
4173         * glib/examples/statemachine/Makefile.am:
4174         * glib/examples/statemachine/sm-marshal.list:
4175         * glib/examples/statemachine/statemachine-client.c:
4176         * glib/examples/statemachine/statemachine-server.c:
4177         * glib/examples/statemachine/statemachine-server.xml:
4178         * glib/examples/statemachine/statemachine.c:
4179         * glib/examples/statemachine/statemachine.h:
4180         * glib/examples/statemachine/statemachine.xml:
4181
4182         New example.
4183
4184         * glib/examples/example-service.c (main): Move invocation
4185         of dbus_g_object_type_install_info earlier, to emphasize it
4186         should only be done once.
4187
4188         * glib/examples/example-signal-emitter.c (main): Ditto.
4189
4190         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
4191
4192         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
4193         (dbus_gvalue_marshal): Update prototypes.
4194
4195         * glib/dbus-gvalue.c: Update all marshalling functions to take
4196         const GValue instead of GValue.
4197         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
4198         types.
4199         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
4200         change.
4201         (dbus_gtype_to_signature): Handle generic collecitons and maps.
4202         Return a newly-allocated string.
4203         (demarshal_proxy, demarshal_object_path, demarshal_object)
4204         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
4205         we get the wrong types from message.
4206         (get_type_demarshaller): New function, extracted from
4207         dbus_gvalue_demarshal.
4208         (demarshal_collection): New function, demarshals generic
4209         collection.
4210         (dbus_gvalue_demarshal): Just invoke result of
4211         get_type_demarshaller.  Throw error if we don't have one.
4212         (marshal_garray_basic): Abort on OOM.
4213         (get_type_marshaller): New function, extracted from
4214         dbus_gvalue_marshal.
4215         (collection_marshal_iterator, marshal_collection): New functions;
4216         implements generic marshalling for an iteratable specialized
4217         collection.
4218         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
4219
4220         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
4221         G_TYPE_STRING.
4222         (ptrarray_value_from_gvalue): Ditto.
4223         (ptrarray_append, ptrarray_free): New functions.
4224         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
4225         (slist_append, slist_end_append, slist_free): New functions.
4226         (dbus_g_type_specialized_builtins_init): Add append fuctions
4227         for GPtrArray and GSList.  Register GSList.
4228         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
4229
4230         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
4231         New.
4232         (dbus_g_type_specialized_collection_init_append)
4233         (dbus_g_type_specialized_collection_append)
4234         (dbus_g_type_specialized_collection_end_append): Prototype.
4235         (DBusGTypeSpecializedCollectionVtable): Add append_func and
4236         end_append_func.
4237
4238         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
4239         (dbus_g_type_specialized_collection_append) 
4240         (dbus_g_type_specialized_collection_end_append): New functions.
4241         (dbus_g_type_map_value_iterate): Take const GValue.
4242         (dbus_g_type_collection_value_iterate): Ditto.
4243
4244         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4245         _dbus_gvalue_utils_test.
4246         
4247         * glib/dbus-gtest.h: Prototype it.
4248
4249         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
4250         using uninitialized owner_list.
4251         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
4252         public API.
4253         (dbus_g_proxy_end_call_internal): Update to use error set
4254         from dbus_gvalue_demarshal instead of setting it here.
4255         (dbus_g_proxy_begin_call): Move return_if_fail here.
4256
4257         * glib/dbus-gobject.c (write_interface): Update for
4258         dbus_gtype_to_signature returning new string.
4259
4260         * configure.in: Add glib/examples/statemachine.
4261
4262 2005-07-08  Joe Shaw  <joeshaw@novell.com>
4263
4264         * configure.in: Add a configure option, --with-console-auth-dir
4265         
4266         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
4267         new setting.  Patch from Kay Sievers.
4268
4269 2005-07-06  Colin Walters  <walters@verbum.org>
4270
4271         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
4272         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
4273         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
4274         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
4275         Delete in favor of dbus_g_proxy_begin_call and
4276         dbus_g_proxy_cancel_call.
4277         (DBusGProxyCall, DBusGProxyCallNotify): New.
4278         (dbus_g_proxy_begin_call): Change prototype to take callback, user
4279         data, and destroy function.  This replaces
4280         dbus_g_pending_call_set_notify.
4281         (dbus_g_proxy_cancel_call): Prototype.
4282         (DBusGAsyncData): Delete, shouldn't be needed anymore.
4283
4284         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
4285         pending_calls map.
4286         (struct _DBusGProxyManager): Add bus_proxy member, which is an
4287         internal proxy for calls to the bus. Remove
4288         pending_nameowner_calls, now the internal proxy keeps track.
4289         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4290         pending_nameowner_calls.
4291         (got_name_owner_cb): Update prototype, and use
4292         dbus_g_proxy_end_call.
4293         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
4294         (dbus_g_proxy_manager_register): Delete directly libdbus code in
4295         favor of using internal proxy.
4296         (dbus_g_proxy_manager_unregister): Update to use
4297         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
4298         (dbus_g_proxy_init): Initialize pending calls map.
4299         (dbus_g_proxy_constructor): New.
4300         (dbus_g_proxy_class_init): Add get/set property functions,
4301         constructor, and add NAME, PATH, and INTERFACE properties.
4302         (cancel_pending_call): New function.
4303         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
4304         cancel them.
4305         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
4306         (GPendingNotifyClosure): New structure.
4307         (d_pending_call_notify, d_pending_call_free): Moved here from
4308         dbus-glib.c.
4309         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
4310         ordering.
4311         (manager_begin_bus_call): New internal function for talking to
4312         internal bus proxy.
4313         (dbus_g_proxy_new): Construct object using GObjet properties.
4314         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
4315         Create closure of same, and insert call into map of pending calls.
4316         (dbus_g_proxy_end_call_internal): Take call id instead of pending
4317         call.  Look up pending call in current set.  Remove it when we've
4318         completed.
4319         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
4320         (dbus_g_proxy_begin_call): Change API to take callback, user data,
4321         and destroy function directly.
4322         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
4323         (dbus_g_proxy_call): Invoke with NULL callback.
4324         (dbus_g_proxy_cancel_call): New function, replaces
4325         dbus_g_pending_call_cancel.
4326
4327         * glib/dbus-gparser.c (validate_signature): Fix call to
4328         dbus_set_g_error.
4329
4330         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
4331         New quark for attaching metadata to GType.
4332         (info_hash): Delete.
4333         (lookup_object_info): Look up using quark.
4334         (dbus_g_object_type_install_info): Check that a type is classed,
4335         not that it's an object.  Also just install type data using quark
4336         instead of using global hash.
4337
4338         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
4339         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
4340         (GPendingNotifyClosure): Delete.
4341         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
4342         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
4343
4344         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
4345         client method generation until we can fix it...
4346         
4347         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
4348         (load_from_service_thread_func): Ditto.
4349
4350         * tools/dbus-names-model.c (struct NamesModel): Hold
4351         DBusGProxyCall.
4352         (have_names_notify): Update prototype, use
4353         dbus_g_proxy_cancel_call.
4354         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
4355
4356         * tools/dbus-monitor.c (filter_func): Update for print_message
4357         API change.
4358
4359         * test/glib/test-dbus-glib.c: Add more tests for async
4360         invocations.  Update many begin_call/end_call pairs to just use
4361         dbus_g_proxy_call.
4362
4363         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
4364         allows us to dump print-introspect.c.
4365
4366         * tools/dbus-print-message.h (print_message): Add literal argument
4367         to print_message which is intended to allow printing arguments without
4368         metadata like "string=".
4369
4370         * tools/dbus-print-message.c (print_iter): Add literal argument.
4371         (print_message): Allow printing string messages literally.
4372
4373 2005-07-05  Colin Walters  <walters@verbum.org>
4374
4375         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4376         Remove value refcount leak, original patch from Jorn Baayen
4377         <jorn@openedhand.com>.  Also remove useless extra value in favor
4378         of prepending to value array directly.
4379
4380 2005-07-02  Colin Walters  <walters@verbum.org>
4381
4382         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
4383
4384 2005-07-01  Colin Walters  <walters@verbum.org>
4385
4386         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
4387         
4388         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
4389         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
4390         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
4391         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
4392
4393 2005-06-30  Colin Walters  <walters@verbum.org>
4394
4395         * test/glib/test-dbus-glib.c:
4396         * test/glib/test-service-glib.c:
4397         * test/glib/test-service-glib.xml: Update tests for new error
4398         setting bits, also add async tests (patch from Ross Burton).
4399
4400         * test/glib/Makefile.am (test_service_glib_LDADD): Add
4401         DBUS_GLIB_THREADS_LIBS.
4402
4403         * glib/dbus-gproxy.c (get_name_owner)
4404         (dbus_g_pending_call_end_valist): Ditto.
4405
4406         * glib/dbus-gobject.c (error_metadata): New mapping from GError
4407         domain (GQuark) to DBusGErrorInfo.  
4408         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
4409         quark in error_metadata.  Take message interface as default
4410         error message interface.
4411         (gerror_to_dbus_error_message): Pass message interface.
4412         (dbus_set_g_error): Resurrected.
4413         (dbus_g_error_info_free): New function.
4414         (dbus_g_object_type_install_info): Use g_type_class_ref instead
4415         of _peek to actually create the object class if it hasn't been
4416         created yet.
4417         (dbus_g_error_domain_register): New function.
4418
4419         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
4420
4421         * glib/dbus-gparser.c (validate_signature): Ditto.
4422
4423         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
4424         (dbus_g_error_domain_register): Prototype.
4425
4426         * glib/dbus-glib.c (dbus_g_error_set): Delete.
4427         Update tests.
4428
4429 2005-06-29  Colin Walters  <walters@verbum.org>
4430
4431         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
4432         DBUS_TYPE_G_OBJECT_PATH.
4433
4434         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
4435         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
4436         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
4437         (dbus_g_object_path_get_g_type): New function.
4438         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
4439         to DBUS_TYPE_G_OBJECT_PATH by default.
4440         (demarshal_proxy): Remove unused name variable.
4441         (demarshal_object_path, marshal_object_path): New functions.
4442         (demarshal_proxy_array, marshal_proxy_array): Delete.
4443         
4444         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
4445         DBUS_TYPE_G_OBJECT_PATH to char *.
4446         (dbus_g_type_get_lookup_function): Map builtin
4447         DBUS_TYPE_G_OBJECT_PATH.
4448
4449         * test/glib/test-dbus-glib.c
4450         * test/glib/test-service-glib.c (my_object_objpath): 
4451         Adapt tests to new object path marshalling.
4452
4453 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4454
4455         * configure.in: force check for Python >= 2.4
4456
4457 2005-06-29  Colin Walters  <walters@verbum.org>
4458         
4459         Patch from Ross Burton <ross@openedhand.com>
4460         
4461         * glib/dbus-gobject.c (invoke_object_method): Unset object
4462         value in all cases, not only in async case.
4463
4464 2005-06-29  Colin Walters  <walters@verbum.org>
4465
4466         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4467         name_call for keeping track of any outgoing GetNameOwner call.
4468         Also add for_owner and associated.
4469         (struct _DBusGProxyManager): Add owner_names, which is hash table
4470         that maps a base name to a list of names it owns (that we're
4471         interested in).  Add pending_nameowner_calls which is a list of
4472         all outstanding GetNameOwner; avoids us having to iterate over
4473         every proxy.  Add unassociated_proxies which keeps track of name
4474         proxies with no associated name owner.
4475         (dbus_g_proxy_manager_unref): Destroy owner_names.
4476         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4477         name refcounts.
4478         (find_name_in_info, name_owner_foreach)
4479         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4480         (dbus_g_proxy_manager_monitor_name_owner)
4481         (dbus_g_proxy_manager_unmonitor_name_owner)
4482         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4483         New functions; they manipulate the owner_names mapping.
4484         (got_name_owner_cb): New function.
4485         (get_name_owner): New function, extracted from
4486         dbus_g_proxy_new_for_name_owner.
4487         (dbus_g_proxy_manager_register): For now we need to keep track of
4488         all NameOwnerChanged.  Also if the proxy is for a name, if we
4489         don't already know the name owner, queue a new GetNameOwner
4490         request and add it to our list of unassociated proxies.  Otherwise
4491         inc the refcount.
4492         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4493         cancel any pending GetNameOwner call, etc.
4494         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4495         the owner_names mapping to look up the current names for the
4496         signal source, and dispatch to any proxies for that name.
4497         (dbus_g_proxy_new): Initialize new members.
4498         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4499         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4500         (dbus_g_pending_call_end_valist): New function, extracted from
4501         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4502         but want to use the GLib infrastructure.  Also note how many
4503         arguments in reply were over.
4504         (dbus_g_pending_call_end): New function, just call
4505         dbus_g_pending_call_end_valist.
4506         (dbus_g_proxy_end_call_internal): Just call
4507         dbus_g_pending_call_end_valist.
4508
4509         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4510         of builtin marshaller for STRING_STRING_STRING.
4511
4512         * test/glib/test-dbus-glib.c: 
4513         * test/glib/test-service-glib.c:
4514         * test/glib/test-service-glib.xml:
4515         Extend tests to cover name proxies, destruction of owner proxies,
4516         etc.
4517         
4518         * glib/examples/example-signal-recipient.c
4519         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4520         
4521         * tools/dbus-send.c (main): Print D-BUS error name in addition
4522         to message.
4523
4524 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4525
4526         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4527         cmessage_function_handler): Patch from 
4528         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4529         by using the Py_GILState_Ensure/Release to synchronize with the
4530         python runtime.
4531         
4532 2005-06-28  Ray Strode  <rstrode@redhat.com>
4533
4534         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4535         babysitter helper process on last unref, bug #2813.
4536
4537 2005-06-27  Colin Walters  <walters@verbum.org>
4538
4539         * test/glib/test-dbus-glib.c: 
4540         * test/glib/test-service-glib.c:
4541         * test/glib/test-service-glib.xml:
4542         Test hash table signal emitting.
4543
4544         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4545         types to their fundamental basis types, since this is what
4546         marshallers operate on.  Also add an entry for VOID__BOXED.
4547         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4548
4549 2005-06-26  Havoc Pennington  <hp@redhat.com>
4550
4551         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4552         from Don Park
4553
4554 2005-06-26  Colin Walters  <walters@verbum.org>
4555
4556         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4557         (dbus_g_error_set): New public function from its ashes; used by
4558         both service-side method implementation and GLib bindings
4559         internals.
4560         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4561         (_dbus_glib_test): Add some tests.
4562
4563         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4564
4565         * test/glib/test-service-glib.c (my_object_throw_error): Use
4566         dbus_g_error_set.
4567
4568         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4569         errors thrown by dbus_g_error_set.
4570
4571         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4572
4573         * glib/dbus-gparser.c (validate_signature): Ditto.
4574
4575         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4576         (dbus_g_proxy_end_call_internal): Ditto.
4577
4578         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4579         converts DBUS_ERROR_x to DBUS_GERROR_x.
4580         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4581
4582         * doc/TODO: Remove error TODO.
4583
4584         * doc/dbus-tutorial.xml: Update with documentation about error
4585         handling.
4586
4587         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4588         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4589         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4590
4591 2005-06-22  Colin Walters  <walters@verbum.org>
4592         
4593         Patch from Ross Burton <ross@openedhand.com>
4594
4595         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4596
4597 2005-06-20  Colin Walters  <walters@verbum.org>
4598
4599         * configure.in: Add glib/examples.
4600
4601         * glib/Makefile.am: Add examples/
4602
4603         * glib/examples/.cvsignore
4604         * glib/examples/Makefile.am
4605         * glib/examples/example-client.c
4606         * glib/examples/example-service.c
4607         * glib/examples/example-service.xml
4608         * glib/examples/example-signal-emitter.c
4609         * glib/examples/example-signal-emitter.xml
4610         * glib/examples/example-signal-recipient.c:
4611         New files; GLib binding examples, ported from
4612         python/examples.
4613
4614 2005-06-20  Colin Walters  <walters@verbum.org>
4615
4616         * dbus/dbus-glib.h: 
4617         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4618         dbus_g_proxy_call.
4619
4620         * glib/dbus-binding-tool-glib.c: 
4621         * doc/dbus-tutorial.xml: 
4622         * test/glib/test-dbus-glib.c: Update for rename.
4623         
4624 2005-06-20  Colin Walters  <walters@verbum.org>
4625
4626         Patch suggested by Ross Burton <ross@openedhand.com>
4627
4628         * glib/dbus-gobject.c (export_signals): Free signal name.
4629         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4630         memory leak.  Add a bit of documentation.
4631         (dbus_g_method_return_error): Free context, and note we do
4632         so.
4633
4634 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4635
4636         * dbus/dbus-glib.h:
4637         * glib/dbus-gobject.c:
4638         * glib/dbus-gproxy.c:
4639         * glib/dbus-gvalue.c: Predeclare structs as 
4640         typedef struct _Something Something instead of 
4641         typedef struct Something Something, so we can 
4642         redeclare the prototypes. Other GNOME libraries 
4643         do this already.
4644
4645 2005-06-17  Colin Walters  <walters@verbum.org>
4646
4647         * tools/dbus-names-model.c (have_names_notify): Fix call
4648         to dbus_g_proxy_end_call.
4649         
4650 2005-06-17  Colin Walters  <walters@verbum.org>
4651
4652         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4653         spew warnings if we get malformed remote signals.
4654
4655         * glib/dbus-gobject.c (propsig_iterate): New function.
4656         (lookup_object_info): New function, extracted from
4657         lookup_object_and_method.
4658         (introspect_properties, introspect_signals): Delete; these
4659         are merged into write_interface.
4660         (write_interface): Write out signals and properties here;
4661         dump the org.gtk.object stuff and use the interface given
4662         in the introspection data blob.  Also fix up property XML.
4663         (lookup_values): New function.
4664         (introspect_interfaces): Gather a mapping from interface to a
4665         list of its methods, signals, and properties, then write out
4666         each interface.
4667         (lookup_object_and_method): Use lookup_object_info.
4668         (struct DBusGSignalClosure): Add interface.
4669         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
4670         we can just use the constant data.
4671         (dbus_g_signal_closure_finalize): Don't free signal name.
4672         (signal_emitter_marshaller): Use interface from signal closure.
4673         (export_signals): Only export signals mentioned in introspection
4674         blob.
4675         (dbus_g_connection_register_g_object): Warn if we have no
4676         introspection data for an object.
4677         (funcsig_equal): Remove unused variable.
4678         (dbus_g_object_register_marshaller): Take varargs instead of
4679         list.
4680         (dbus_g_object_register_marshaller_array): New function,
4681         extracted from old dbus_g_object_register_marshaller.
4682
4683         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
4684         signals and property data.
4685         (write_quoted_string): New function, extracted from generate_glue.
4686         (generate_glue): Write signals and properties to introspection
4687         blob.
4688
4689         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
4690         exported_signals and exported_properties.
4691         (dbus_g_object_register_marshaller): Update prototype.
4692         (dbus_g_object_register_marshaller_array): Prototype.
4693         
4694         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
4695
4696         * test/glib/test-service-glib.c: Add new test signals and method
4697         to emit them.
4698
4699         * test/glib/test-service-glib.xml: Add some test signals.
4700
4701         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
4702         and my-object-marshal.h
4703         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
4704         my-object-marshal.c.
4705         (my-object-marshal.c, my-object-marshal.h): Implement.
4706
4707         * test/glib/.cvsignore: Update.
4708
4709         * doc/TODO: Remove two GLib TODO items fixed by this
4710         patch.
4711
4712 2005-06-16  Colin Walters  <walters@verbum.org>
4713
4714         * doc/TODO: Update for GLib bindings.
4715         
4716 2005-06-16  Colin Walters  <walters@verbum.org>
4717
4718         * glib/dbus-binding-tool-glib.c:
4719         * glib/dbus-gobject.c:
4720         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
4721         from Ross Burton, for his GLib bindings work.
4722
4723 2005-06-16  Colin Walters  <walters@verbum.org>
4724
4725         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
4726         to iterate instead of walking to G_TYPE_INVALID.
4727
4728         Patch based on a patch from Ryan Gammon.
4729
4730 2005-06-16  Colin Walters  <walters@verbum.org>
4731
4732         * bus/bus.c (bus_context_new): Set parser to NULL
4733         after we unref it (Patch from Chris Boscolo, #2174).
4734         
4735 2005-06-16  Colin Walters  <walters@verbum.org>
4736
4737         * python/dbus_bindings.pyx.in: Import size_t,
4738         __int64_t, __uint64_t, and __signed.
4739
4740         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
4741         Define cmsg struct, output it.
4742         (_dbus_read_credentials_unix_socket):
4743         Use cmsg struct.
4744         
4745         Patch from Joe Markus Clarke for FreeBSD support.
4746         
4747 2005-06-16  Colin Walters  <walters@verbum.org>
4748
4749         * tools/dbus-send.c (append_array): Use strtok.
4750         (append_dict): New function.
4751         (type_from_name): New function, extracted from main.
4752         (main): Handle sending dicts.
4753
4754         * tools/dbus-print-message.c (print_iter): Print dict
4755         entries.
4756         
4757 2005-06-16  Colin Walters  <walters@verbum.org>
4758
4759         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
4760         values as the empty string (#2948).
4761         
4762 2005-06-16  Colin Walters  <walters@verbum.org>
4763
4764         * dbus/Makefile.am:
4765         * mono/doc/Makefile.am:
4766         * test/glib/Makefile.am:
4767
4768         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
4769
4770 2005-06-16  Colin Walters  <walters@verbum.org>
4771
4772         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
4773         header byte order from expected byte order (Patch from Chris Wilson, #3475).
4774
4775         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
4776         Increment pointer after swapping fixed array.  Add assertion
4777         for array length.
4778                 
4779 2005-06-15  Colin Walters  <walters@verbum.org>
4780
4781         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
4782         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
4783         
4784 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4785
4786         * NEWS: Update to 0.34
4787
4788 2005-06-15  David Zeuthen  <davidz@redhat.com>
4789
4790         * configure.in (LT_CURRENT): Revert back to 1 as the library
4791         hasn't changed and we've certainly not committed to protocol
4792         stability yet.  All this does is to break ABI. See commit note
4793         from hp@redhat.com 2005-05-05 for details.
4794         
4795 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4796
4797         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
4798         (_dbus_connection_run_builtin_filters): New method
4799         (dbus_connection_dispatch): Run the builtin filters which in turn
4800         runs the peer filter which handles Ping messages.
4801
4802         * doc/TODO: 
4803          - Ping isn't handled: This patch fixes it
4804          
4805          - Add a test case for the Ping message: added TODO item
4806
4807 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4808
4809         * dbus/dbus-message.c:
4810         (dbus_message_has_path): New method
4811         (dbus_message_has_interface): New method
4812         (dbus_message_has_member): New method
4813
4814         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
4815         New method
4816
4817         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
4818         the keyring directory is private to the user
4819
4820         * doc/TODO:
4821          - The convenience functions in dbus-bus.h should perhaps have
4822          the signatures that they would have if they were autogenerated
4823          stubs. e.g. the acquire service function. We should also evaluate
4824          which of these functions to include, in light of the fact that
4825          GLib/Qt native stubs will probably also exist.: Punted
4826
4827          - add dbus_message_has_path(), maybe has_member/interface:
4828          fixed in this patch
4829
4830          - in dbus-keyring.c, enforce that the keyring dir is not
4831          world readable/writable: Fixed in this patch
4832
4833 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4834
4835         * dbus/dbus-marshal-validate.h: Added a new validation
4836         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
4837         out of memory errors when validating signitures
4838
4839         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
4840         in places where we previously used DBUS_VALID and a FALSE return 
4841         value to indicate OOM
4842         
4843         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
4844         Use a stack to track the number of elements inside containers.  The 
4845         stack values are then used to validate that dict entries have only two
4846         elements within them.
4847         (validate_body_helper): check the reason for failure when validating
4848         varients
4849         
4850         * dbus/dbus-message.c (load_message): use 
4851         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
4852         DBUS_VALID and a FALSE return value to indicate OOM
4853
4854         * doc/TODO: remove "- validate dict entry number of fields" as this
4855         patch fixes it
4856
4857 2005-06-14  David Zeuthen  <davidz@redhat.com>
4858
4859         * bus/bus.c (process_config_every_time): Drop existing conf-dir
4860         watches (if applicable) and add new watches
4861
4862         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
4863         (main): Setup SIGIO signal handler if using D_NOTIFY
4864
4865         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
4866
4867         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
4868         (merge_included): Also merge conf_dirs list
4869         (bus_config_parser_unref): Clear conf_dirs list
4870         (include_dir): Add directory to conf_dirs list
4871         (bus_config_parser_get_conf_dirs): New function
4872
4873         * bus/dir-watch.[ch]: New files
4874
4875         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
4876
4877         * configure.in: Add checks for D_NOTIFY on Linux
4878
4879 2005-06-14  Colin Walters  <walters@verbum.org>
4880
4881         * glib/dbus-binding-tool-glib.c:
4882         * glib/dbus-gobject.c:
4883         * glib/dbus-gvalue.c: Fix indentation and brace style.
4884         
4885 2005-06-14  Ross Burton <ross@openedhand.com>.
4886
4887         * glib/dbus-glib.h: Make DBusGMethodInvocation
4888         a private structure.  Rearrange prototypes a bit.
4889         
4890         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
4891         documentation for first_arg_type.
4892         
4893         * glib/dbus-gobject.c: Move DBusGMethodInvocation
4894         here, add documentation.  Move dbus_g_method_return
4895         and dbus_g_method_return_error into public API
4896         section.
4897
4898 2005-06-14  Colin Walters  <walters@verbum.org>
4899
4900         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
4901         Add missing return statements, noticed by Ross Burton.
4902         
4903 2005-06-13  Ross Burton <ross@openedhand.com>.
4904
4905         * glib/dbus-gobject.c: Handle errors on message
4906         demarshalling by sending error message back.
4907         * glib/dbus-gvalue.c: Initialize return variables.
4908
4909 2005-06-13  Colin Walters  <walters@verbum.org>
4910
4911         * glib/Makefile.am: Fix thinko in last patch.
4912
4913 2005-06-13  Colin Walters  <walters@verbum.org>
4914
4915         * glib/Makefile.am: Move dbus-gtype-specialized.c
4916         and dbus-gtype-specialized.h into a _HEADERS variable,
4917         install them.
4918
4919 2005-06-12  Colin Walters  <walters@verbum.org>
4920
4921         Async signals and various bugfixes and testing by
4922         Ross Burton <ross@openedhand.com>.
4923
4924         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
4925         (dbus_gvalue_genmarshal_name_from_type)
4926         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
4927         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
4928         (dbus_g_value_types_init, dbus_gtype_from_signature)
4929         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
4930         (dbus_gtypes_from_arg_signature): New function prototypes.
4931         (dbus_gvalue_demarshal): Take context and error arguments.
4932         (dbus_gvalue_demarshal_variant): New function.
4933         (dbus_gvalue_demarshal_message): New function.
4934         (dbus_gvalue_store): Delete.
4935
4936         * glib/dbus-gvalue.c:
4937
4938         File has been almost entirely rewritten; now we special-case
4939         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
4940         hash tables correctly, etc.  Full support for recursive values
4941         is not yet complete.
4942
4943         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
4944         argument of signal to G_TYPE_POINTER since we now pass a
4945         structure.
4946         (lookup_g_marshaller): Delete in favor of
4947         _dbus_gobject_lookup_marshaller.
4948         (marshal_dbus_message_to_g_marshaller): Use
4949         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
4950         to handle remote signal callbacks.
4951         (dbus_g_proxy_new_from_proxy): New function; creates a new
4952         DBusGProxy by copying an existing one.
4953         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
4954         (dbus_g_proxy_get_path): New functions.
4955         (dbus_g_proxy_marshal_args_to_message): New function;
4956         factored out of existing code.
4957         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
4958         from a varargs array.
4959         (dbus_g_proxy_begin_call_internal): New function.
4960         (dbus_g_proxy_end_call_internal): New function.
4961         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
4962         as arguments; simply invoke dbus_g_proxy_begin_call_internal
4963         after collecting args into value array.
4964         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
4965         invoke dbus_g_proxy_end_call_internal.
4966         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
4967         end_call_internal.
4968         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
4969         types.
4970         (array_free_all): New function.
4971         (dbus_g_proxy_add_signal): Take GTypes.
4972
4973         * glib/dbus-gobject.h:
4974         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4975         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
4976         Prototype.
4977
4978         * glib/dbus-gobject.c: Add a global marshal_table hash which
4979         stores mappings from type signatures to marshallers.  Change lots
4980         of invocations of dbus_gtype_to_dbus_type to
4981         dbus_gtype_to_signature.
4982         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4983         (introspect_signals): Fix test for query.return_type.
4984         (set_object_property): Update invocation of dbus_gvalue_demarshal.
4985         (invoke_object_method): Many changes.  Handle asynchronous
4986         invocations.  Convert arguments with
4987         dbus_gvalue_demarshal_message.  Handle errors.  Use
4988         DBusSignatureIter instead of strlen on args. Handle all arguments
4989         generically.  Special-case variants.
4990         (dbus_g_method_return, dbus_g_method_return_error): New function.
4991         (DBusGSignalClosure): New structure, closes over signal
4992         information.
4993         (dbus_g_signal_closure_new): New function.
4994         (dbus_g_signal_closure_finalize): New function.
4995         (signal_emitter_marshaller): New function; is special marshaller
4996         which emits signals on bus.
4997         (export_signals): New function; introspects object signals and
4998         connects to them.
4999         (dbus_g_object_type_install_info): Take GType instead of
5000         GObjectClass.
5001         (dbus_g_connection_register_g_object): Invoke export_signals.
5002         (dbus_g_connection_lookup_g_object): New function.
5003         (DBusGFuncSignature) New structure; used for mapping type
5004         signatures to marshallers.
5005         (funcsig_hash): New function; hashes DBusGFuncSignature.
5006         (funcsig_equal): New function; compares DBusGFuncSignature.
5007         (_dbus_gobject_lookup_marshaller): New function.
5008         (dbus_g_object_register_marshaller): New function; used to
5009         register a marshaller at runtime for a particular signature.
5010
5011         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
5012
5013         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
5014         which notes a server method implementation should be
5015         asynchronous.
5016
5017         * glib/dbus-binding-tool-glib.c
5018         (dbus_binding_tool_output_glib_server): Call
5019         dbus_g_value_types_init.
5020         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
5021         variants specially.
5022         (dbus_g_type_get_lookup_function): Turn GType into an invocation
5023         of a lookup function.
5024         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
5025         (write_untyped_out_args): New method; write output arguments.
5026         (write_formal_declarations_for_direction): Function for
5027         writing prototypes.
5028         (write_formal_parameters_for_direction): Function for
5029         writing implementations.
5030         (write_typed_args_for_direction): Function for writing
5031         arguments prefixed with GTypes.
5032         (write_async_method_client): Write out async version
5033         of method.
5034
5035         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
5036         (dbus_g_type_get_marshal_name): Move mapping from GType
5037         to marshal name into here.
5038         (dbus_g_type_get_c_name): Move into here.
5039         (compute_marshaller): Convert signature to type with
5040         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
5041         (compute_marshaller_name): Ditto.
5042         (compute_marshaller): Handle async signal annotations.
5043         (gather_marshallers): Return if we don't have a known
5044         prefix.
5045         (generate_glue): Collect introspection blob here, and
5046         write all of the blob at the end.  This allows an object
5047         with multiple interfaces to work.
5048         Mark async methods in introspection blob.
5049
5050         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
5051         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
5052         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
5053
5054         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
5055         avoids people accidentally using DBUS_TYPE_* which should
5056         not be necessary anymore.
5057         Do include dbus-gtype-specialized.h, which are utilities
5058         for GLib container types.
5059         Add various #defines for types such as
5060         DBUS_TYPE_G_BOOLEAN_ARRAY.
5061         (DBusGValueIterator, DBusGValue): Define, not fully used
5062         yet.
5063         (dbus_g_value_get_g_type): Type for recursive value.
5064         (dbus_g_value_open, dbus_g_value_iterator_get_value)
5065         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
5066         (dbus_g_value_free): Prototypes.
5067         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
5068         (dbus_g_proxy_set_interface): Prototype.
5069         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
5070         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
5071         types.
5072         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
5073         Accessors.
5074         (DBusGAsyncData, DBusGMethodInvocation): Structures for
5075         doing async invocations.
5076         (dbus_g_method_return, dbus_g_method_return_error):
5077         Prototypes.
5078         * doc/dbus-tutorial.xml: Update GLib section.
5079         
5080         * tools/dbus-viewer.c (load_child_nodes): Update
5081         for new invocation type of dbus_g_proxy_end_call.
5082         (load_from_service_thread_func): Ditto.
5083
5084         * tools/print-introspect.c (main): Ditto.
5085
5086         * tools/dbus-names-model.c (have_names_notify)
5087         (names_model_reload, names_model_set_connection)
5088         Use GTypes.
5089
5090         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
5091         needed since Python bindings use GLib bindings.
5092
5093         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
5094         Add --prefix argument.
5095
5096         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
5097         unneeded --ignore-unsupported arg.
5098         
5099         * test/glib/test-service-glib.c: 
5100         * test/glib/test-service-glib.xml:
5101         * test/glib/test-dbus-glib.c: Add many more tests.
5102
5103 2005-06-06  David Zeuthen  <davidz@redhat.com>
5104
5105         * doc/TODO: Add item about need to remove deprecated functions.
5106
5107         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
5108
5109         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
5110         to repair the ABI which was broken with the last commit.
5111
5112 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
5113
5114         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
5115         (dbus_connection_disconnect): renamed to dbus_connection_close 
5116         for API symmetry with dbus_connection_open
5117         (_dbus_connection_open_internal): 
5118         s/dbus_connection_disconnect/dbus_connection_close
5119
5120         * dbus/dbus-bus.c (dbus_bus_get):
5121         s/dbus_connection_disconnect/dbus_connection_close
5122
5123         * bus/connection.c (bus_connections_unref, 
5124         bus_connections_setup_connection, bus_connections_expire_incomplete):
5125         s/dbus_connection_disconnect/dbus_connection_close
5126
5127         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
5128         kill_client_connection_unchecked, check_hello_connection):
5129         s/dbus_connection_disconnect/dbus_connection_close
5130
5131         * bus/bus.c (new_connection_callback):
5132         s/dbus_connection_disconnect/dbus_connection_close
5133
5134         * tools/dbus-send.c (main):
5135         s/dbus_connection_disconnect/dbus_connection_close
5136
5137         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
5138         s/dbus_connection_disconnect/dbus_connection_close
5139         
5140         * test/test-service.c (path_message_func, filter_func):
5141         s/dbus_connection_disconnect/dbus_connection_close
5142         
5143         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
5144         
5145 2005-05-25  Colin Walters  <walters@verbum.org>
5146
5147         * dbus/dbus-protocol.h: Move various bus service #defines such
5148           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5149           dbus/dbus-shared.h.
5150         * dbus/dbus-shared.h: Various defines moved here.
5151         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
5152
5153 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
5154
5155         * python/__init__.py: Python bindings deserve a minor version
5156         update.  Upped to (0, 40, 2)
5157
5158 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
5159
5160         * python/decorators.py: add explicitly_pass_message decorator
5161         for passing in the dbus message as keyword for edge case signal
5162         handling
5163
5164         * python/matchrules.py (SignalMatchRule.__repr__): fix output
5165         to conform with what dbus expects for match rules
5166         (SignalMatchRule.execute): add the dbus message as a keyword
5167         if the signal handler has requested it
5168
5169         * python/examples/example/signal-recipient.py: added some more
5170         examples on how to hook up to signals
5171
5172 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
5173
5174         * python/decorators.py: import dbus_bindings
5175
5176         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
5177         SignalMatchNode): new classes that implement wildcard signal
5178         callback matching using a tree lookup. Heavily modified from a
5179         patch sent by Celso Pinto (fd.o bug #3241)
5180
5181         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
5182         use new match classes to handle signals.
5183
5184 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
5185         
5186         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
5187
5188 2005-05-18  Havoc Pennington  <hp@redhat.com>
5189
5190         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
5191         gettext. Not really worth requiring yet perhaps, but any
5192         production quality 1.0 would require it so we should go ahead and
5193         get things set up. We do have a couple token calls to
5194         bindtextdomain in the code already.
5195
5196 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
5197
5198         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
5199         when using recursive g_main_loops
5200
5201         * python/_dbus.py (class Bus): add the ProxyObjectClass
5202         alias for ProxyObject to make it easier for the Twisted 
5203         networking framework to integrate dbus.
5204
5205         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
5206         alias for ProxyMethod to make it easier for the Twisted 
5207         networking framework to integrate dbus. 
5208
5209 2005-05-11  Ross Burton  <ross@openedhand.com>
5210
5211         * glib/dbus-glib-tool.c: Add --prefix argument.
5212         * glib/dbus-binding-tool-glib.h: Add prefix argument.
5213         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
5214         Add prefix argument.
5215         (generate_glue): Pass prefix argument down.
5216         (dbus_binding_tool_output_glib_server): Pass prefix to
5217         glib-genmarshal.
5218         
5219 2005-05-11  Colin Walters  <walters@verbum.org>
5220
5221         * tools/dbus-send.c (append_array): New function.
5222         (append_arg): Broken out from main.
5223         (main): Add cheesy hack to send arrays and variants.
5224         (usage): Update.
5225         * tools/dbus-print-message.c (print_iter): Broken out
5226         from main.
5227
5228 2005-05-11  Colin Walters  <walters@verbum.org>
5229
5230         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
5231         New function, returns signature string for signature iter.
5232         * dbus/dbus-signature.h: Prototype it.
5233         * dbus/dbus-message.c (dbus_message_iter_get_signature):
5234         New function, returns signature string for message iter.
5235         (dbus_message_iter_get_array_len): New function, returns
5236         length of array.
5237         (dbus_message_iter_get_fixed_array): Fix assertion; this
5238         function should be used when the iter is pointing to the
5239         contents of an array
5240         * dbus/dbus-message.h: Prototypes.
5241         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
5242         New function; returns length of an array.
5243         * dbus/dbus-marshal-recursive.h: Prototype it.
5244         
5245 2005-05-11  Colin Walters  <walters@verbum.org>
5246
5247         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
5248         compilation error.
5249         
5250 2005-05-08  Havoc Pennington  <hp@redhat.com>
5251
5252         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
5253         daemon's pid, not the parent's pid, to the file descriptor.
5254         Reported by Taj Morton.
5255
5256 2005-05-05  Havoc Pennington  <hp@redhat.com>
5257
5258         * configure.in (LT_*): add notes on how the libtool versioning
5259         works to save thinking. Increment soname to indicate protocol
5260         breakage (though really the library interface hasn't changed I
5261         guess)
5262
5263         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5264         verify the GUID received from server matches what we were
5265         expecting, if we had an expectation
5266
5267         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
5268         (_dbus_auth_get_guid_from_server): new function
5269         (send_begin): parse the OK args
5270
5271         * doc/dbus-specification.xml: add GUID to the auth protocol
5272
5273 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
5274
5275         * Fix my name in previous changelog ;)
5276
5277         * python/proxies.py (ProxyObject.__getattr__): add further patch
5278         from Anthony Baxter to throw an AttributeError when python 
5279         __special__ functions are called instead of marshling them over 
5280         the bus (Bug#1685 comment 3).
5281
5282 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
5283
5284         * python/Makefile.am: changed to use pyexecdir for the binding
5285         shared libraries (Bug#2494)
5286
5287         * python/exceptions.py: bring exceptions over from the bindings
5288         so they can be used in applications (Bug#2036)
5289         Make all exceptions derive from DBusException
5290
5291         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
5292         of classes so that print obj doesn't throw an exception (Bug #1685)
5293
5294 2005-05-03  Ross Burton  <ross@openedhand.com>
5295
5296         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
5297         Return if we get an error during registration.  Set up a
5298         weak reference on object to unregister if object is destroyed.
5299         (unregister_gobject): New function.
5300         
5301 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
5302
5303         * python/dbus_bindings.pyx.in: 
5304         - added new type classes for hinting to the marashaler what type 
5305         to send over the wire
5306         - added int16 and uint16 marshalers
5307         - Fixed a bug in the type constants that caused int32 to go out
5308         as uint16 over the wire
5309         * python/dbus.py: split up into different files and renamed _dbus.py
5310         * python/__init__.py, python/_util.py, python/decorators.py, 
5311         python/exceptions.py, python/proxies.py, python/services.py,
5312         python/types.py: new files split off from dbus.py
5313         * python/Makefile.am: Add new files, remove dbus.py and 
5314         install all python files to <python module dir>/dbus
5315         * python/examples/*: Added #!/usr/bin/env python to the top of
5316         every example.  Patch provided by Tatavarty Kalyan
5317
5318 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5319
5320         * NEWS: Update to 0.33
5321
5322 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5323
5324         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
5325         method for doing async calls
5326         (_pending_call_notification): New C function for handling pendning call
5327         callbacks
5328         (set_notify): New method for setting pending call notification
5329         
5330         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
5331         Async capabilities added to remote method calls
5332         (Sender): class removed
5333         (RemoteService): class removed
5334         (ObjectTree): class removed for now
5335         (RemoteObject): Renamed to ProxyObject
5336         (RemoteMethod): Renamed to ProxyMethod
5337         (method): Decorator added for decorating python methods as dbus methods
5338         (signal): Decorator added for decorating python methods as signal emitters
5339         (ObjectType): Metaclass added for generating introspection data and the
5340         method callback vtable
5341         (Interface): Wrapper class added to wrap objects in a dbus interface
5342         (Object): Uses ObjectType as its metaclass and exports Introspect
5343         of the org.freedesktop.DBus.Introspectable interface
5344         (ValidationException, UnknownMethodException): new exceptions
5345
5346         * python/examples/*: Modified to fit with the new bindings
5347
5348 2005-04-23  Havoc Pennington  <hp@redhat.com>
5349
5350         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
5351         reported by Tony Houghton
5352
5353         * test/test-service.c (main): test
5354         dbus_connection_get_object_path_data()
5355
5356         * dbus/dbus-object-tree.c (find_handler): be sure we always init
5357         the exact_match
5358         (_dbus_object_tree_get_user_data_unlocked): new function used by
5359         dbus_connection_get_object_path_data()
5360         (do_register): add assertion test for get_user_data_unlocked
5361         (object_tree_test_iteration): more tests
5362
5363         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
5364         new function from Dan Reed to let you get the user data from 
5365         dbus_connection_register_object_path()
5366
5367 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
5368
5369         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
5370         in numerous places that did not account for the NULL terminator
5371         (signature_from_seed): changed the manual string copy loop to 
5372         just use strcpy instead
5373         make check should now pass
5374
5375 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
5376
5377         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
5378         so that it allows messages that are not signals to pass in 
5379         NULL as the interface.
5380
5381 2005-04-18  David Zeuthen  <davidz@redhat.com>
5382
5383         * glib/dbus-gmain.c (io_handler_destroy_source): 
5384         (timeout_handler_destroy_source, connection_setup_free): 
5385         Also unref the source to avoid memory leaks.
5386
5387 2005-04-13  David Zeuthen  <davidz@redhat.com>
5388
5389         * bus/config-parser.c (bus_config_parser_new): Bump this to a
5390         more reasonable, yet still totally arbitrary, value :-). 
5391
5392 2005-04-13  David Zeuthen  <davidz@redhat.com>
5393
5394         * doc/TODO: Added an "important for 1.0" item about selinux
5395         allow/deny messages
5396
5397 2005-04-13  David Zeuthen  <davidz@redhat.com>
5398
5399         * bus/selinux.c: Add c-file-style to top of file
5400         (log_audit_callback): Don't free the data here anymore
5401         (bus_selinux_check): Don't take spid and tpid since appending
5402         that to auxdata may OOM.
5403         (bus_selinux_allows_acquire_service): Handle OOM and signal back
5404         to the caller if we are OOM by taking an error object.
5405         (bus_selinux_allows_send): -do-
5406
5407         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
5408         and bus_selinux_allows_send
5409
5410         * bus/bus.c (bus_context_check_security_policy): Pass error and
5411         pass on OOM thrown by bus_selinux_allows_send()
5412
5413         * bus/services.c (bus_registry_acquire_service): Pass error and
5414         pass on OOM thrown by bus_selinux_allows_acquire_service()
5415
5416 2005-04-13  Havoc Pennington  <hp@redhat.com>
5417
5418         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
5419         message at a time to avoid monopolizing the main loop, bug 
5420         #2953 from Benjamin Otte
5421
5422 2005-04-09  Havoc Pennington  <hp@redhat.com>
5423
5424         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
5425         possible overlap, fix from Daniel Reed
5426         (fixup_alignment): fix signedness warnings
5427         (_dbus_string_append_unichar): ditto
5428
5429 2005-04-09  Havoc Pennington  <hp@redhat.com>
5430
5431         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
5432
5433         * glib/dbus-glib-tool.c (main): fix warning
5434
5435         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
5436
5437         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
5438         add a new function that can be used in simple applications that
5439         don't have a main loop and are willing to block
5440
5441 2005-04-05  David Zeuthen  <davidz@redhat.com>
5442
5443         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
5444
5445         * glib/dbus-gmain.c:
5446         (io_handler_destroy_source): Remove from list of IO handlers
5447         of the ConnectionSetup object
5448         (timeout_handler_destroy_source): -do- for timeout handlers
5449         (io_handler_source_finalized): Don't remove from list since
5450         we now do that in io_handler_destroy_source(). Renamed from
5451         io_handler_source_destroyed
5452         (timeout_handler_source_destroyed): -do- for timeout handlers
5453         (connection_setup_free): It is now safe to iterate over all
5454         IO and timeout handlers as the _destroy_source removes them
5455         from the list synchronously
5456
5457 2005-03-30  Havoc Pennington  <hp@redhat.com>
5458
5459         * configure.in: change check to gtk 2.4
5460
5461         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5462         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5463         to 2.4
5464
5465 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5466
5467         * News: Update 0.32
5468
5469         * HACKING: Fixed realease instructions.  configure.in should be updated to
5470           the next release by the person who made the last release.
5471
5472 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5473
5474         * python/lvalue_cast_post_process.py - removed.  Patch has been
5475           submitted to Pyrex maintainers that fixes gcc4.0 errors
5476
5477         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5478
5479 2005-03-24  Daniel Reed  <n@ml.org>
5480
5481         * tools/Makefile.am: Make print-introspect and
5482         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5483
5484 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5485
5486         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5487
5488         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5489           had in Red Hat packages for a while but for some reason never 
5490           got merged upstream
5491           (_dbus_is_a_number): New checks if a string
5492           can be converted to a number and does the conversion if it can
5493           (_dbus_user_database_lookup): Add check to see if the given username
5494           is a udi.  This allows udi's to be used instead of usernames in the
5495           config file.
5496           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5497           is a gdi.  This allows gdi's to be used instead of groupnames in the
5498           config file.
5499
5500 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5501
5502         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5503           code so that it compiles with gcc4.0
5504
5505         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5506           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5507           results back to dbus_binding.c
5508
5509 2005-03-20  Colin Walters  <walters@verbum.org>
5510
5511         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5512
5513         * configure.in: Require GTK+ 2.6.
5514         
5515 2005-03-20  Colin Walters  <walters@verbum.org>
5516
5517         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5518
5519 2005-03-17  Tom Parker  <palfrey@tevp.net>
5520
5521         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5522         print DBUS_UID_UNSET; instead print passed username.  Also
5523         be sure to actually use gid looked up in cache.
5524         
5525         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5526         for DBUS_GID_UNSET and groupname.
5527
5528 2005-03-17  Colin Walters  <walters@verbum.org>
5529
5530         * bus/print-introspect.c: Move to tools/.
5531         * bus/run-with-tmp-session-bus.sh: Ditto.
5532         
5533         * glib/Makefile.am (dbus-glib-bindings.h): Move
5534         generation to tools/Makefile.am.
5535
5536         * test/glib/run-test.sh: Update to handle move
5537         of run-with-tmp-session-bus.sh.
5538
5539         * test/glib/test-service-glib.c: Update to handle
5540         move of dbus-glib-bindings.h.
5541
5542         * tools/print-introspect.c: Moved here
5543         from bus/, and ported to GLib bindings.
5544
5545         * tools/run-with-tmp-session-bus.sh: Moved here
5546         from bus/.
5547
5548         * tools/Makefile.am: Generate dbus-glib-bindings.h
5549         and dbus-bus-introspect.xml here.
5550
5551         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5552         Update.
5553
5554 2005-03-17  Colin Walters  <walters@verbum.org>
5555
5556         * bus/driver.c (write_args_for_direction): Use
5557         _dbus_string_get_const_data to retrieve string;
5558         _dbus_string_get_const_data_len doesn't actually return
5559         a NULL-terminated substring.
5560
5561         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5562         (main): Change to use org_freedesktop_DBus_request_name
5563         instead of using g_proxy_begin_call/end_call.
5564
5565 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5566
5567         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5568         generating the finalizer.  Fixes from Ben Maurer.
5569
5570 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5571
5572         * mono/BusDriver.cs: Update method names: ListServices
5573         becomes ListNames; GetOwner becomes GetNameOwner.
5574
5575         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5576         onto the eval stack when removing the delegate.
5577
5578 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5579
5580         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5581         LT_CURRENT.  Set it to the autoconf variable.
5582                                                                                 
5583         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5584         classes that disconnects the signal handler delegate from the
5585         service object.  Fixes a big leak of proxy objects on the
5586         client side of things.  Patch from Ben Maurer
5587         <bmaurer@ximian.com>
5588
5589 2005-03-12  Colin Walters  <walters@verbum.org>
5590
5591         * bus/driver.c (write_args_for_direction): New function,
5592         parses a type signature into arguments and outputs to
5593         XML.
5594         (bus_driver_handle_introspect): Use it instead of
5595         hardcoding XML for certain signatures.
5596         
5597         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5598         dependency on dbus-daemon.
5599
5600         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5601         argument, pass it to dbus_binding_tool_output_glib_client.
5602
5603         * glib/dbus-binding-tool-glib.c
5604         (generate_client_glue): Protect against multiple inclusion.
5605         (dbus_binding_tool_output_glib_client): Add
5606         G_BEGIN_DECLS/G_END_DECLS.
5607
5608         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5609         Change to just take iface prefix directly.
5610         (write_formal_parameters): Clarify error message.
5611         (check_supported_parameters): New function; checks to see type
5612         signatures of method parameters are supported.
5613         (generate_client_glue): Handle ignore_unsupported flag.
5614         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5615         parameter.
5616
5617         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5618         --ignore-unsupported by default until glib bindings
5619         support arrays.
5620
5621 2005-03-11  Colin Walters  <walters@verbum.org>
5622
5623         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5624         install it.
5625
5626         * bus/print-introspect.c: New file; prints introspection
5627         data for a given name and object path.
5628
5629         * bus/run-with-tmp-session-bus.sh: New file, refactored
5630         from test/glib/run-test.sh.  Creates a temporary session
5631         bus and runs another program.
5632
5633         * test/glib/run-test.sh: Refactor to invoke
5634         run-with-tmp-session-bus.sh.
5635
5636         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5637         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5638         macros instead of hardcoding.
5639
5640         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5641
5642 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5643
5644         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5645         this unref; it doesn't match up evenly in some codepaths.
5646         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5647         this evenly matches with the ref near the top of this function.
5648
5649 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5650
5651         * dbus/dbus-object-tree.c
5652         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5653         and we try to unregister a path that's not registered, still go
5654         through the process of unlocking and don't just return.
5655
5656 2005-03-09  Colin Walters  <walters@verbum.org>
5657
5658         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5659         to this are generated for client-side wrappers.  Invokes a
5660         D-BUS method and returns reply values.  
5661
5662         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5663         function; writes signature string for argument direction.
5664         (write_args_for_direction): Change to pass input values directly
5665         instead of via address, and fix indentation.
5666         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5667         make generated wrappers inlineable.
5668
5669         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
5670         note about using dbus_type_is_fixed.
5671
5672         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
5673         dbus/dbus-signature.c as dbus_type_is_fixed.
5674
5675         All callers updated.
5676
5677         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
5678         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
5679
5680         * dbus/dbus-signature.h: Prototype.
5681
5682         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
5683         error printf code.
5684
5685         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
5686         appropriate instead of just freeing it.
5687         (main): Free returned strings using g_free.
5688
5689         * test/glib/Makefile.am (test-service-glib-glue.h)
5690         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
5691
5692         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
5693         simply maps a simple D-BUS type to GType.
5694         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
5695         GType.
5696         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
5697         initialize the value with it.
5698         (dbus_gvalue_binding_type_from_type): Unused, delete.
5699         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
5700         various types instead of unmarshalling to value data directly.
5701         Remove can_convert boolean.
5702         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
5703         returning directly instead of using can_convert boolean.
5704         (dbus_gvalue_store): New function; not related to D-BUS per-se.
5705         Stores a GValue in a pointer to a value of its corresponding C
5706         type.
5707
5708         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
5709         add dbus_gvalue_store.
5710
5711 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5712
5713         Fix a bunch of lifecycle and memory management problems
5714         in the mono bindings.
5715
5716         * mono/Arguments.cs (Arguments): Implement IDisposable
5717
5718         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
5719         strictly a static class.
5720
5721         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
5722         delegates into this file.
5723         (Connection): Implement IDisposable.
5724         (Dispose): Disconnect the connection and set the raw connection
5725         pointer to IntPtr.Zero.
5726         (~Connection): Call Dispose().
5727         (RegisterObjectPath): Added.  Manages the registration of object
5728         paths so we can cleanly disconnect them at dispose/finalize time.
5729         (UnregisterObjectPath): Ditto.
5730         (set_RawConnection): Unregister all of the object paths when
5731         changing the underlying DBusConnection.  Add them back onto the
5732         new connection, if any.
5733
5734         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
5735         more unmanaged resources anymore, so it's not necessary.  Move all
5736         the DBusObjectPathVTable stuff out of here.
5737         (Handler): Save references to our delegates so that they don't get
5738         finalized.  Call Connection.RegisterObjectPath() instead of
5739         dbus_connection_register_object_path() directly.
5740         (Message_Called): Dispose the message after we're finished with
5741         it.
5742
5743         * mono/Message.cs (Message): Implement IDisposable.
5744         (Dispose): Dispose the Arguments, and set the RawMessage to
5745         IntPtr.Zero.
5746         (SendWithReplyAndBlock): We own the ref to the reply that comes
5747         back from dbus_connection_send_with_reply_and_block() so add a
5748         comment about that and unref it after we've constructed a managed
5749         MethodReturn class around it.  Fixes a big, big leak.
5750
5751         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
5752         method.
5753         (BuildSignalHandler): After we've sent the Signal message, dispose
5754         of it.
5755         (BuildMethod): Dispose of the method call and reply messages after
5756         we've sent the message and extracted the data we want from the
5757         reply.
5758
5759         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
5760         anymore.
5761         (Service_FilterCalled): Dispose of the message after we're
5762         finished with it.
5763
5764 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5765
5766         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
5767         After we attach our pending call to the connection, unref
5768         it.  Fixes a leak.
5769  
5770         * mono/Connection.cs (set_RawConnection): Disconnect our
5771         filter and match callbacks from the old connection and
5772         reconnect them to the new connection, if any.
5773
5774         * mono/DBusType/Array.cs: "Code" is a static member, so
5775         don't use "this" to refer to it.  Fix for stricter checking
5776         in Mono 1.1.4.
5777  
5778         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
5779         object path that we pass into unmanaged code.
5780  
5781         * mono/DBusType/String.cs (Append): Don't leak the string
5782         that we pass into unmanged code.
5783
5784 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
5785         * NEWS: Update for 0.31
5786
5787         * configure.in: Release 0.31
5788         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
5789
5790         * qt/Makefile.am: fixed build
5791
5792         * dbus/Makefile.am: soname bump for libdbus
5793
5794         * glib/Makefile.am: soname bump for libdbus-glib
5795
5796 2005-03-05  Havoc Pennington  <hp@redhat.com>
5797
5798         * dbus/dbus-sysdeps.c:
5799         (pseudorandom_generate_random_bytes_buffer): fix to have no return
5800         value
5801         (_dbus_generate_random_bytes_buffer): fix return value
5802
5803         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
5804         checks actually work, from Tom Parker <fdo@tevp.net>
5805
5806 2005-03-01  Colin Walters  <walters@verbum.org>
5807
5808         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
5809         functions copied from dbus-glib-tool.c.
5810         (main): Convert lots of error code to use them.
5811         Also add some testing for introspection bits.
5812
5813 2005-03-01  Colin Walters  <walters@verbum.org>
5814         
5815         * doc/TODO: Remove introspection signature TODO.
5816
5817 2005-02-27  Colin Walters  <walters@verbum.org>
5818
5819         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
5820         Change return value to const char * instead of int so we can do
5821         full signatures.
5822         (struct PropertyInfo, struct ArgInfo): Store char *.
5823         (property_info_new, arg_info_new): Update parameters, strdup.
5824         (property_info_unref, arg_info_unref): Free.
5825
5826         * glib/dbus-gidl.h: Update prototypes.
5827
5828         * glib/dbus-gparser.c (basic_type_from_string): Delete.
5829         (validate_signature): New function, just validates signature and
5830         sets GError.
5831         (parse_property, parse_arg): Invoke validate_signature.  Store
5832         signature instead of just type code.
5833
5834         * glib/dbus-gvalue.c (base_type_from_signature): New utility
5835         function to return a primary type for a signature, dropping
5836         information about types in container types.
5837         (dbus_gvalue_genmarshal_name_from_type)
5838         (dbus_gvalue_binding_type_from_type)
5839         (dbus_gvalue_ctype_from_type): Update to take full signature
5840          instead of type code.
5841         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
5842
5843         * glib/dbus-gvalue.h: Update prototypes for above.
5844
5845         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
5846         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
5847         (introspect_properties, introspect_signals, write_interface):
5848         Update to handle signatures, and remove usage of
5849         _dbus_gutils_type_to_string.
5850         (handle_introspect): Print out type codes instead of e.g. "string"
5851         in hardcoded introspection XML; also use x_AS_STRING constants
5852         instead of hardcoding in string.
5853
5854         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
5855         to string.  Remove usage of _dbus_gutils_type_to_string.
5856
5857         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
5858
5859         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
5860         deletion.
5861         
5862         * glib/dbus-binding-tool-glib.c (compute_marshaller)
5863         (compute_marshaller_name, generate_glue): Handle signature change
5864         to string.
5865         (write_formal_parameters, write_args_for_direction): Ditto, and
5866         remove FIXME.
5867
5868         * tools/dbus-tree-view.c (type_to_string): Delete.
5869         (info_set_func_text): Update to print full signatures.
5870
5871         * test/glib/test-service-glib.xml: Change types to new
5872         introspection format.
5873
5874 2005-02-26  Havoc Pennington  <hp@redhat.com>
5875
5876         * doc/TODO: remove the "guid" item
5877
5878         * test/glib/test-profile.c (no_bus_thread_func): use open_private
5879         (with_bus_thread_func): use open_private
5880
5881         * dbus/dbus-connection.c (dbus_connection_open_private): new
5882         function that works like the old dbus_connection_open()
5883         (dbus_connection_open): now returns an existing connection if
5884         possible
5885
5886         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
5887         through the GUID to the transport
5888
5889         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
5890         GUID in hex-encoded form.
5891
5892         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
5893         pass GUID argument in to the transport
5894
5895         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
5896         guid argument
5897
5898         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
5899
5900         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
5901
5902 2005-02-25  Havoc Pennington  <hp@redhat.com>
5903
5904         * doc/dbus-specification.xml: document the GUID thing
5905
5906         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
5907         globally unique ID for the server, and put a "guid=hexencoded"
5908         field in the address
5909
5910         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
5911
5912         * dbus/dbus-message.c: ditto
5913
5914         * dbus/dbus-dataslot.c: ditto
5915
5916         * dbus/dbus-list.c: ditto
5917
5918         * dbus/dbus-internals.h: wait, just include
5919         dbus-threads-internal.h here
5920         
5921         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
5922         use in main library
5923
5924         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
5925
5926 2005-02-24  Colin Walters  <walters@verbum.org>
5927
5928         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
5929
5930 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
5931
5932         * glib/Makefile.am: added dbus-gobject.h to sources list
5933         so distcheck doesn't fail
5934         
5935 2005-02-24  Havoc Pennington  <hp@redhat.com>
5936
5937         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
5938         you must disconnect before unref, since locking and other things
5939         are screwed up otherwise. Fix assorted other locking stuff.
5940
5941         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
5942         fix compilation
5943
5944         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
5945         into a private header and don't export from the library
5946
5947         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
5948
5949 2005-02-24  Colin Walters  <walters@verbum.org>
5950         
5951         * dbus/dbus-signature.c: New file; implements various functions
5952         related to type signatures.  Includes an interator for parsing,
5953         validation functions.
5954         (dbus_type_is_basic): Moved here from
5955         dbus-marshal-basic.c:_dbus_type_is_basic.
5956         (dbus_type_is_container): Moved here from
5957         dbus-marshal-basic.c:_dbus_type_is_container.
5958
5959         All callers of _dbus_type_is_container and _dbus_type_is_basic
5960         updated, and include dbus-signature.h.
5961
5962         * dbus/dbus-signature.h: New file; prototypes for the above.
5963
5964         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
5965         dbus-signature.h.
5966
5967         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
5968         function factored out of _dbus_first_type_in_signature.
5969         (_dbus_first_type_in_signature_c_str): New function; returns first
5970         type code for a type signature character.
5971
5972         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
5973         handle function moves.
5974
5975         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
5976
5977         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
5978         function; skips to next complete type in type signature.
5979         Implemented using previous skip_one_complete_type.  Now
5980         skip_one_complete_type just delegates to
5981         _dbus_type_signature_next.
5982
5983         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
5984         to dbus-signature.c
5985         (_dbus_type_is_container): Ditto.
5986
5987         * doc/dbus-specification.xml: Update introspection sample to
5988         use real type signatures.
5989
5990         * dbus/dbus-test.h: Prototype signature test.
5991
5992         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
5993         signature tests.
5994
5995         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
5996
5997 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
5998
5999         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
6000         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
6001
6002 2005-02-21  Colin Walters  <walters@verbum.org>
6003
6004         * dbus/dbus-test-main.c (main): Take optional specific test
6005         argument.
6006
6007         * dbus/dbus-test.c (run_test): New function, runs a test function
6008         with no data directory.
6009         (run_data_test): Like above, but takes data directory.
6010         (dbus_internal_do_not_use_run_tests): Take
6011         specific test argument.  Replace lots of cut n' paste code
6012         with run_test and run_data_test.
6013
6014         * dbus/dbus-test.h: Update prototype for
6015         dbus_internal_do_not_use_run_tests.
6016
6017 2005-02-20  Havoc Pennington  <hp@redhat.com>
6018
6019         Fix bugs reported by Daniel P. Berrange
6020         
6021         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
6022         (protected_change_watch): new function
6023         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
6024         (_dbus_server_add_watch): change to work like the
6025         dbus-connection.c equivalents; like those, probably kind of
6026         busted, but should at least mostly work for now
6027         (dbus_server_disconnect): drop the lock if we were already
6028         disconnected, patch from Daniel P. Berrange
6029
6030         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
6031         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
6032         same stuff
6033
6034         * doc/TODO: todo about unscrewing this mess
6035
6036 2005-02-19  Colin Walters  <walters@verbum.org>
6037
6038         * glib/dbus-binding-tool-glib.c
6039         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
6040
6041         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
6042         as errno.h and sys/stat.h.
6043         (lose): New function, prints error with
6044         newline and exits.
6045         (lose_gerror): Similar, but takes GError for message.
6046         (main): Add --output argument to specify output file to write to,
6047         instead of always printing to stdout.  In this mode, determine
6048         timestamps on source files to see whether any are newer than the
6049         target file.  If not, exit.  Also convert a number of error
6050         messages to use lose (since it's shorter), and switch to using
6051         g_io_channel_shutdown.
6052
6053 2005-02-19  Havoc Pennington  <hp@redhat.com>
6054
6055         * glib/dbus-gobject.c
6056         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
6057
6058         * glib/dbus-glib.c: fix doxygen warnings
6059
6060         * glib/dbus-gparser.c (parse_annotation): error if an annotation
6061         is found on an <arg>
6062
6063 2005-02-17  Colin Walters  <walters@verbum.org>
6064
6065         * glib/dbus-gobject.h: Don't export
6066         _dbus_glib_marshal_dbus_message_to_gvalue_array.
6067         
6068         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
6069         (invoke_object_method): Handle it.
6070
6071         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
6072         Handle rename.
6073         
6074 2005-02-17  Colin Walters  <walters@verbum.org>
6075
6076         * bus/.cvsignore, doc/.cvsignore
6077         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
6078         Update.
6079
6080 2005-02-17  Colin Walters  <walters@verbum.org>
6081         
6082         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
6083         Rename to DBUS_SERVICE_DBUS.
6084         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
6085         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
6086         Change the value from "org.freedesktop.Local"
6087         to "org.freedesktop.DBus.Local".
6088         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
6089         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
6090         DBUS_INTERFACE_INTROSPECTABLE.
6091         Change the value from "org.freedesktop.Introspectable"
6092         to "org.freedesktop.DBus.Introspectable".
6093         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
6094         DBUS_INTERFACE_PROPERTIES.
6095         Change the value from "org.freedesktop.Properties"
6096         to "org.freedesktop.DBus.Properties".
6097         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
6098         DBUS_INTERFACE_PEER.
6099         Change the value from "org.freedesktop.Peer"
6100         to "org.freedesktop.DBus.Peer".
6101         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
6102         DBUS_INTERFACE_LOCAL.
6103         Change the value from "org.freedesktop.Local"
6104         to "org.freedesktop.DBus.Local".
6105
6106         All other users of those constants have been changed.
6107
6108         * bus/driver.c (bus_driver_handle_introspect): Use constants.
6109
6110         * glib/dbus-gobject.c (handle_introspect): Use constants.
6111
6112         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
6113
6114 2005-02-17  Colin Walters  <walters@verbum.org>
6115
6116         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
6117         (parse_node, parse_interface, parse_method, parse_signal)
6118         (parse_property, parse_annotation): Lose if we're currently in an
6119         annotation.
6120         (parse_annotation): New function.
6121         (parser_start_element, parser_end_element): Handle annotation.
6122         (parse_method, parse_interface): Remove support for c_name attribute,
6123         switch to annotations.
6124
6125         * glib/dbus-gidl.h (interface_info_get_binding_names)
6126         (method_info_get_binding_names)
6127         (interface_info_get_binding_name, method_info_get_binding_name)
6128         (interface_info_set_binding_name, method_info_set_binding_name):
6129         Remove.
6130         (interface_info_get_annotations, method_info_get_annotations)
6131         (interface_info_get_annotation, method_info_get_annotation)
6132         (interface_info_add_annotation, method_info_add_annotation):
6133         Prototype.
6134
6135         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
6136         for "bindings".
6137         (struct MethodInfo): Ditto.
6138         Straightfoward conversion of binding methods into annotation methods
6139         as prototyped.
6140
6141         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
6142
6143         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
6144
6145         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
6146         Use new annotation API.
6147
6148         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
6149         annotation element.
6150         
6151         * doc/dbus-specification.xml: Discuss introspection annotations,
6152         include list of well-known annotations.
6153
6154         * test/glib/test-service-glib.xml: Make validate against new DTD.
6155
6156 2005-02-17  Colin Walters  <walters@verbum.org>
6157
6158         This patch is based on initial work from
6159         Paul Kuliniewicz <kuliniew@purdue.edu>.
6160
6161         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
6162         initialization of GValue from dbus type to here.
6163         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
6164         for the "glib-genmarshal" program from a DBus type.
6165         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
6166         into the C name for it we use in the glib bindings.
6167         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
6168         glib C type (not GValue).
6169         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
6170
6171         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
6172         from dbus-gobject.c.
6173
6174         * glib/dbus-gutils.h: Prototype it.
6175
6176         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
6177         (marshal_dbus_message_to_g_marshaller): Use new shared function
6178         dbus_glib_marshal_dbus_message_to_gvalue_array.
6179
6180         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
6181         Will be changed once we have annotations.
6182
6183         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
6184         GStaticRWLock.  Callers updated.
6185         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
6186         (string_table_next): New function for iterating over zero-terminated
6187         string value array.
6188         (string_table_lookup): New function; retrieves specific entry in
6189         array.
6190         (get_method_data): New function; look up method data in object data chunk.
6191         (object_error_domain_prefix_from_object_info)
6192         (object_error_code_from_object_info): New functions, but not implemented yet.
6193         (method_interface_from_object_info): New function; retrieve interface name.
6194         (method_name_from_object_info): New function; retrieve method name.
6195         (method_arg_info_from_object_info): New function; retrieve argument data.
6196         (arg_iterate): New function; iterates over serialized argument data.
6197         (method_dir_signature_from_object_info): New function; returns a
6198         GString holding type signature for arguments for just one
6199         direction (input or output).
6200         (method_input_signature_from_object_info)
6201         (method_output_signature_from_object_info): New functions.
6202         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
6203         converts dbus message arguments into a GValue array.  Used for both
6204         signal handling and method invocation.
6205         (struct DBusGlibWriteIterfaceData): New utility structure.
6206         (write_interface): New function; generate introspection XML for
6207         an interface.
6208         (introspect_interfaces): New function; gathers all interface->methods,
6209         generates introspection XML for them.
6210         (handle_introspect): Invoke introspect_interfaces.
6211         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
6212         (lookup_object_and_method): New function; examines an incoming message
6213         and attempts to match it up (via interface, method name, and argument
6214         signature) with a known object and method.
6215         (gerror_domaincode_to_dbus_error_name): New function; converts a
6216         GError domain and code into a DBus error name.  Needs GError data
6217         added to object introspection to work well.
6218         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
6219         GError.
6220         (invoke_object_method): New function to invoke an object method
6221         looked up via lookup_object_and_method.  Parses the incoming
6222         message, turns it into a GValue array, then invokes the marshaller
6223         specified in the DBusGMethodInfo.  Creates a new message with
6224         either return values or error message as appropriate.
6225         (gobject_message_function): Invoke lookup_object_and_method and
6226         invoke_object_method.
6227
6228         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
6229         (enum DBusBindingOutputMode): New enum for binding output modes.
6230         (pretty_print): Print binding names.
6231         (dbus_binding_tool_error_quark): GError bits.
6232         (version): Fix typo.
6233         (main): Create GIOChannel for output.  Parse new --mode argument,
6234         possible values are "pretty-print", "glib-server", "glib-client".
6235         Use mode to invoke appropriate function.
6236         
6237         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
6238
6239         * glib/dbus-glib-tool.h: New header, just includes GError bits
6240         for now.
6241
6242         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
6243         maps binding style to name.
6244         (struct MethodInfo): Ditto.
6245         (get_hash_keys, get_hash_key): Utility function, returns keys for
6246         a GHashTable.
6247         (interface_info_new, method_info_new): Initialize bindings.
6248         (interface_info_unref, method_info_unref): Destroy bindings.
6249         (method_info_get_binding_names, method_info_get_binding_name)
6250         (interface_info_get_binding_names, interface_info_get_binding_name):
6251         Functions for retrieving binding names.
6252         (method_info_set_binding_name, interface_info_set_binding_name):
6253         Functions for setting binding names.
6254
6255         * glib/dbus-binding-tool-glib.h: New file, has prototypes
6256         for glib binding generation.
6257
6258         * glib/dbus-binding-tool-glib.c: New file, implements server-side
6259         and client-side glib glue generation.
6260
6261         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
6262         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
6263         dbus-glib-tool.h.
6264
6265         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
6266         of using GClosureMarshal directly.
6267         (struct DBusGObjectInfo): Add n_infos member.
6268
6269         * test/glib/test-service-glib.xml: New file; contains introspection data
6270         for MyTestObject used in test-service-glib.c.
6271
6272         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
6273         (my_object_do_nothing, my_object_increment, my_object_throw_error)
6274         (my_object_uppercase, my_object_many_args): New test methods.
6275         (main): Use dbus_g_object_class_install_info to include generated object
6276         info.
6277
6278         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
6279         as well as client-side bindings.
6280
6281         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
6282         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
6283         using both the dbus_gproxy stuff directly as well as the generated bindings.
6284
6285 2005-02-15  Havoc Pennington  <hp@redhat.com>
6286
6287         * dbus/dbus-connection.c (dbus_connection_dispatch): always
6288         complete a pending call, don't run filters first.
6289
6290         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
6291         dbus_pending_call_steal_reply
6292
6293         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
6294         _dbus_connection_block_pending_call
6295         (dbus_pending_call_get_reply): change to steal_reply and return a
6296         ref
6297
6298         * dbus/dbus-connection.c
6299         (dbus_connection_send_with_reply_and_block): port to work in terms
6300         of DBusPendingCall
6301         (_dbus_connection_block_pending_call): replace block_for_reply
6302         with this
6303
6304 2005-02-14  Havoc Pennington  <hp@redhat.com>
6305
6306         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
6307         properly handle looking up group information by name; fix 
6308         from j@bootlab.org
6309
6310 2005-02-13  Havoc Pennington  <hp@redhat.com>
6311
6312         * dbus/dbus-connection.c (dbus_connection_return_message) 
6313         (dbus_connection_borrow_message): hold dispatch lock while message
6314         is outstanding
6315         (_dbus_connection_block_for_reply): hold dispatch lock while we
6316         block for the reply, so nobody steals our reply
6317         (dbus_connection_pop_message): hold the dispatch lock while we
6318         pluck the message
6319
6320 2005-02-13  Havoc Pennington  <hp@redhat.com>
6321
6322         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
6323         (_dbus_connection_release_dispatch)
6324         (_dbus_connection_acquire_io_path)
6325         (_dbus_connection_release_io_path): make the mutex and condvar
6326         control access to the "acquired" flag. Drop the connection lock
6327         while waiting on the condvar. Hopefully these are baby steps in
6328         roughly the right direction.
6329
6330 2005-02-13  Havoc Pennington  <hp@redhat.com>
6331
6332         * dbus/dbus-connection.c: use separate mutexes for the condition
6333         variables; this is some kind of baseline for sanity, but the
6334         condition variables still aren't used correctly afaict
6335
6336 2005-02-13  Havoc Pennington  <hp@redhat.com>
6337
6338         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6339         fix a double-unlock
6340
6341         * dbus/dbus-connection.c
6342         (_dbus_connection_detach_pending_call_unlocked): add this
6343
6344         Initial semi-correct pass through to fix thread locking; there are
6345         still some issues with the condition variable paths I'm pretty
6346         sure
6347         
6348         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
6349         lock/unlock calls
6350
6351         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
6352         rename to add _unlocked
6353         (struct DBusConnection): move "dispatch_acquired" and
6354         "io_path_acquired" to use only one bit each.
6355         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
6356         (dbus_connection_set_watch_functions): hacky fix to reentrancy
6357         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
6358         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
6359         (_dbus_connection_remove_timeout) 
6360         (_dbus_connection_toggle_timeout): drop lock when calling out to
6361         user functions; done in a hacky/bad way.
6362         (_dbus_connection_send_and_unlock): add a missing unlock
6363         (_dbus_connection_block_for_reply): add a missing unlock
6364
6365         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
6366         drop lock in a hacky probably unsafe way to call out to user
6367         function
6368
6369 2005-02-12  Havoc Pennington  <hp@redhat.com>
6370
6371         * tools/dbus-tree-view.c (info_set_func_text): display more
6372         details on args
6373
6374         * bus/driver.c (bus_driver_handle_list_services): list the bus
6375         driver
6376
6377         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
6378
6379         * glib/dbus-gidl.c (signal_info_get_n_args): new function
6380         (method_info_get_n_args): new function
6381
6382 2005-02-12  Havoc Pennington  <hp@redhat.com>
6383
6384         * bus/driver.c (bus_driver_handle_introspect): add introspection
6385         for bus driver
6386
6387 2005-02-12  Havoc Pennington  <hp@redhat.com>
6388
6389         * bus/driver.c: put the signature of each bus driver method in the
6390         table of handlers and check it on incoming calls; this isn't
6391         really useful, but going to add introspect support in a minute.
6392
6393 2005-02-11  Joe Shaw  <joeshaw@novell.com>
6394
6395         * mono/Connection.cs: The unpredictability of finalizers in mono
6396         prevents us from deterministically disconnecting the filters from
6397         the Service class's finalizer, so move tracking of filters and
6398         matches here.  Add API for that.
6399
6400         * mono/Service.cs: Remove the code, add code which calls the
6401         methods now on the Connection class.
6402
6403 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
6404
6405         * python/dbus.py (class Sender): added to support dbus signals better
6406         (Bus::add_signal_receiver): added expand_args parameter which defaults
6407         to True.  When expand args is True the signal handler will pass the 
6408         message arguments as parameters to the signal handler.  If False
6409         revert to previous behavior where the signal handler must get the
6410         argument list from the message.  This is to help port applications
6411         like HAL that have a tendancy to send variable length argument lists.
6412         self._match_rule_to_receivers is now a dict of dicts.
6413         (Bus::remove_signal_receiver): pop handler off the dict intead of 
6414         removing it from a list
6415         (Bus::_signal_func): change signal handlers so that interface,
6416         signal_name, service, path and message are packed into a Sender
6417         object and that is passed to the handler.  If expand_args is True
6418         extract the args list from the message and append it to the parameter
6419         list
6420         
6421         * python/dbus_bindings.pyx.in (class Signature): added to support 
6422         signiature types
6423         (MessageIter::__init__): changed iteration limit to match D-BUS
6424         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
6425         STRUCT and VARIENT type support
6426         (MessageIter::python_value_to_dbus_sig): made recursive to support
6427         recursive types
6428         (MessageIter::append*): added Signature, dict, tuple 
6429         support
6430
6431         * python/examples/example-client.py: added examples of getting tuples
6432         and dicts
6433
6434         * python/examples/example-service.py: added examples of sending tuples
6435         and dicts
6436
6437         * python/examples/example-signal-recipient.py: Fixed to handle new
6438         signal callback format
6439
6440 2005-02-10  Havoc Pennington  <hp@redhat.com>
6441
6442         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
6443         (call dbus_g_proxy_add_signal)
6444
6445         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
6446         escape the hostname
6447         (_dbus_server_new_for_domain_socket): escape the path
6448
6449         * dbus/dbus-address.c (dbus_address_escape_value): new
6450         (dbus_address_unescape_value): new
6451         (dbus_parse_address): unescape values
6452
6453         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6454
6455         * doc/dbus-specification.xml: explain how to escape values in
6456         addresses
6457
6458 2005-02-10  Havoc Pennington  <hp@redhat.com>
6459
6460         * dbus/dbus-message-factory.c (generate_special): modify test to
6461         avoid using a non-basic dict key
6462
6463         * dbus/dbus-marshal-validate-util.c: add test for the below
6464
6465         * doc/dbus-specification.xml: require that dict keys are a basic
6466         type
6467
6468         * dbus/dbus-marshal-validate.c
6469         (_dbus_validate_signature_with_reason): require that dict key is a
6470         basic type
6471
6472 2005-02-10  Havoc Pennington  <hp@redhat.com>
6473
6474         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6475         change to be _and_unlock instead of _unlocked
6476
6477         * dbus/dbus-connection.c
6478         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6479         have no_update so we can find this bug quickly in future
6480
6481 2005-02-10  Havoc Pennington  <hp@redhat.com>
6482
6483         * dbus/dbus-message-util.c (verify_test_message): tests for string
6484         array
6485
6486         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6487         support for arrays of string/signature/path
6488
6489 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6490
6491         * dbus/dbus-connection.c
6492         (_dbus_connection_queue_received_message_link,
6493         _dbus_connection_message_sent): Add the path to
6494         the verbose output.
6495         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6496         _dbus_connection_send_preallocated_unlocked(), updated the
6497         dispatch status, and unlocks.  Fixes a bug where certain
6498         situations (like a broken pipe) could cause a Disconnect message
6499         to not be sent, tricking the bus into thinking a service was still
6500         there when the process had quit.
6501         (_dbus_connection_send_preallocated): Call
6502         _dbus_connection_send_preallocated_and_unlock().
6503         (_dbus_connection_send_and_unlock): Added.  Calls
6504         _dbus_connection_send_preallocated_and_unlock().
6505         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6506         (dbus_connection_send_with_reply): Update the dispatch status and
6507         unlock.
6508
6509         * mono/Service.cs (~Service): Added.  Removes the filter so that
6510         we don't get unmanaged code calling back into a GCed delegate.
6511         (RemoveFilter); Added.
6512
6513 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6514
6515         * dbus/dbus-message.c (dbus_message_iter_open_container):
6516         - Removed check for iterator type being an array because
6517         get_arg_type does not work with writer iterators
6518         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6519
6520 2005-02-07  Havoc Pennington  <hp@redhat.com>
6521
6522         * doc/dbus-specification.xml: some more language cleanups; add
6523         stuff about how to deal with invalid protocol and extension
6524         points; add _ to allowed chars in auth commands; add EXTENSION_
6525         auth command prefix
6526
6527 2005-02-06  Havoc Pennington  <hp@redhat.com>
6528
6529         * s/expected/required/ in a couple places for clarity
6530
6531 2005-02-07  Colin Walters  <walters@verbum.org>
6532
6533         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6534         sender or proposed_recipient.
6535
6536 2005-02-06  Havoc Pennington  <hp@redhat.com>
6537
6538         * dbus/dbus-message-factory.c (generate_special): more tests
6539
6540         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6541         array length that exceeds the maximum
6542
6543 2005-02-05  Havoc Pennington  <hp@redhat.com>
6544
6545         * dbus/dbus-message-factory.c (generate_special): more test cases,
6546         increasing coverage
6547
6548         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6549         reason why a signature was invalid
6550
6551         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6552         skip the length of the string before we look at it in validation
6553
6554         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6555         equal_substring
6556
6557         * dbus/dbus-message.c (_dbus_message_loader_new): default
6558         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6559
6560 2005-02-05  Havoc Pennington  <hp@redhat.com>
6561
6562         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6563         if the signature of a variant was empty
6564         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6565         struct with no element type)
6566
6567         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6568         mangled messages to break things
6569
6570 2005-02-04  Havoc Pennington  <hp@redhat.com>
6571
6572         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6573         g_quark_try_string() so it actually can return 0
6574         (dbus_g_proxy_connect_signal): ditto
6575
6576 2005-02-04  Havoc Pennington  <hp@redhat.com>
6577
6578         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6579         bogus warning
6580         (tristring_from_message): assert cleanly on null path/interface
6581         (should not be possible though I decided later)
6582         (dbus_g_proxy_dispose): move proxy manager unregistration here
6583         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6584         g_return_if_fail() checks
6585
6586 2005-02-04  Havoc Pennington  <hp@redhat.com>
6587
6588         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6589
6590         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6591         (with some minor changes)
6592
6593         * doc/dbus-specification.xml: add deprecated attribute to
6594         introspection format
6595
6596 2005-01-31  Havoc Pennington  <hp@redhat.com>
6597
6598         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6599         think it's sort of right
6600
6601 2005-01-30  Havoc Pennington  <hp@redhat.com>
6602
6603         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6604
6605 2005-01-30  Havoc Pennington  <hp@redhat.com>
6606
6607         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6608
6609         * autogen.sh: change to autotools 1.9
6610
6611         * glib/dbus-gproxy.c: completely change how signals work
6612         (dbus_g_proxy_add_signal): new function to specify signature of a
6613         signal
6614         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6615         and g_warning if the incoming message has the wrong signature.
6616
6617 2005-01-30  Havoc Pennington  <hp@redhat.com>
6618
6619         * tools/dbus-names-model.c (have_names_notify): fix this
6620
6621         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6622         up the string array handling a bit 
6623
6624 2005-01-30  Havoc Pennington  <hp@redhat.com>
6625
6626         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6627         (dbus_g_pending_call_cancel): new function
6628
6629         * dbus/dbus-glib.h: move GType decls for connection/message here;
6630         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6631         here, just kind of rationalizing how we handle all that
6632
6633         * tools/dbus-names-model.c: new file for a tree model listing the
6634         services on a bus
6635
6636         * tools/dbus-tree-view.c (model_new): use proper typing on the
6637         model rows
6638
6639 2005-01-30  Havoc Pennington  <hp@redhat.com>
6640
6641         * glib/dbus-gmain.c: add a custom GSource back that just checks
6642         whether the message queue has anything in it; otherwise, there are 
6643         cases where we won't see messages in the queue since there was no 
6644         IO visible to the glib main loop
6645
6646         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6647         increase default message timeout to 25 seconds
6648
6649 2005-01-30  Havoc Pennington  <hp@redhat.com>
6650
6651         * test/glib/test-profile.c (no_bus_stop_server): remove the
6652         warning about the g_warning that I just fixed
6653
6654         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6655         custom source, seems to be a lot easier to understand and work
6656         better.
6657
6658 2005-01-30  Havoc Pennington  <hp@redhat.com>
6659
6660         I think this main loop thing is conceptually broken, but here are 
6661         some band aids. I'll maybe rewrite it in a minute.
6662         
6663         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6664         custom GSource, so don't pass it in; confusing
6665         (gsource_server_finalize, gsource_connection_finalize): add
6666         finalize handlers that remove all the watches.  
6667
6668 2005-01-30  Havoc Pennington  <hp@redhat.com>
6669
6670         * glib/dbus-gobject.c (introspect_properties): fix the XML
6671         generated
6672
6673         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
6674         which effectively detects the use of freed messages
6675
6676         * glib/dbus-gobject.c (handle_introspect): modify and return the
6677         reply message instead of the incoming message
6678
6679         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
6680         gee, maybe it should SEND THE XML instead of just making a string
6681         and freeing it again ;-)
6682
6683         * tools/dbus-print-message.c (print_message): improve printing of
6684         messages
6685
6686         * configure.in: add debug-glib.service to the output
6687
6688 2005-01-30  Havoc Pennington  <hp@redhat.com>
6689
6690         dbus-viewer introspected and displayed the bus driver
6691         
6692         * dbus/dbus-object-tree.c 
6693         (object_tree_test_iteration): add tests for a handler registered on "/"
6694
6695         * dbus/dbus-object-tree.c
6696         (_dbus_decompose_path): fix to handle path "/" properly
6697         (run_decompose_tests): add tests for path decomposition
6698         
6699         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
6700         properly
6701
6702         * glib/dbus-gobject.c (handle_introspect): fix quotes
6703
6704         * test/glib/run-test.sh: support launching the bus, then running
6705         dbus-viewer
6706
6707         * test/glib/test-service-glib.c (main): put in a trivial gobject
6708         subclass and register it on the connection
6709
6710         * bus/driver.c (bus_driver_handle_introspect): implement
6711         introspection of the bus driver service
6712
6713         * dbus/dbus-protocol.h: add #defines for the XML namespace,
6714         identifiers, doctype decl
6715
6716         * bus/driver.c (bus_driver_handle_get_service_owner): handle
6717         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
6718         returning the service unchanged.
6719         (bus_driver_handle_message): remove old check for reply_serial in
6720         method calls, now the message type deals with that
6721         (bus_driver_handle_message): handle NULL interface
6722
6723         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
6724
6725         * glib/dbus-gloader-expat.c (description_load_from_string): allow
6726         -1 for len
6727
6728         * tools/dbus-viewer.c: add support for introspecting a service on
6729         a bus
6730
6731         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
6732         (dbus_g_pending_call_unref): add
6733
6734 2005-01-29  Havoc Pennington  <hp@redhat.com>
6735
6736         * tools/dbus-tree-view.c: add support for displaying properties.
6737         (run dbus-viewer with an introspect xml file as arg, then resize
6738         the window so the tree elements show up, not sure what that is)
6739
6740         * glib/dbus-gobject.c (handle_introspect): return
6741         org.freedesktop.Properties and org.freedesktop.Introspectable
6742         interfaces when we are introspected.
6743
6744         * doc/dbus-specification.xml: allow empty interface name when 
6745         Get/Set a property
6746
6747 2005-01-29  Havoc Pennington  <hp@redhat.com>
6748
6749         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
6750         though it uses glib, it could be extended for any binding in
6751         principle
6752
6753         * glib/dbus-gobject.c (gobject_message_function): change to the
6754         new way properties work
6755
6756         * dbus/dbus-protocol.h: add the new interfaces
6757
6758         * doc/dbus-specification.xml: document the introspection format,
6759         Introspectable interface, and add an org.freedesktop.Properties
6760         interface.
6761
6762         * glib/dbus-gparser.c: add support for a <property> element
6763
6764         * glib/dbus-gidl.c: add PropertyInfo
6765
6766         * glib/dbus-gobject.c (handle_introspect): put the outermost
6767         <node> outside the signal and property descriptions.
6768         (introspect_properties): export properties as <property> rather
6769         than as method calls
6770
6771 2005-01-28  Havoc Pennington  <hp@redhat.com>
6772
6773         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
6774         related to authentication protocol
6775
6776 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
6777
6778         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
6779                 - BUS_ACTIVATION -> BUS_STARTER
6780                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
6781                 - class MessageIter (__init__): Added recursion checking 
6782                 so we throw a nice error instead of just disconnecting from the
6783                 bus.
6784                 (get): Added arg_type parameter for recursion.
6785                 Removed the nil type
6786                 Added signiture type placeholder (not implemented)
6787                 Added struct type placeholder (not implemented)
6788                 Added varient type placeholder (not implemented)
6789                 Commented out dict type for now     
6790                 (get_element_type): renamed from get_array_type
6791                 (get_*): changed to use the dbus_message_iter_get_basic API
6792                 (get_*_array): removed in favor of recursive get_array method
6793                 (get_array): new recursive method which calls get to marshal
6794                 the elements of the array
6795                 (value_to_dbus_sig): New method returns the corrasponding
6796                 dbus signiture to a python value
6797                 (append): Comment out dict handling for now
6798                 Handle lists with the new recursive API
6799                 Comment out None handling for now
6800                 (append_nil): removed
6801                 (append_*): changed to use dbus_message_iter_append_basic API
6802                 (append_*_array): removed in favor of recursive append_array 
6803                 method
6804                 (__str__): Make it easier to print out recursive iterators
6805                 for debugging
6806                 - class Message (__str__): moved type inspection to the
6807                 MessageIter class' __str__ method
6808                 (get_iter): Added an append parameter wich defaults to False
6809                 If True use the new API's to create an append iterator
6810
6811         * python/dbus.py: Update to use new bindings API
6812                 - TYPE_ACTIVATION -> TYPE_STARTER
6813                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
6814                 - class ActivationBus -> class StarterBus
6815                 - class RemoteObject (__call__): get an append iterator
6816                 - (_dispatch_dbus_method_call): get an append iterator
6817                 - class Object (emit_signal): get an append iterator
6818
6819         * python/examples/: Fixed up the examples to work with the new API
6820                 
6821 2005-01-28  Joe Shaw  <joeshaw@novell.com>
6822
6823         * configure.in: Bump version up to 0.30.
6824
6825         * HACKING: Add a release item to bump the version number up after 
6826         a release.
6827
6828 2005-01-28  Havoc Pennington  <hp@redhat.com>
6829
6830         * doc/dbus-specification.xml: update to describe 16-bit types and
6831         dict entries
6832
6833         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
6834         assertion
6835
6836         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
6837         type
6838
6839         * dbus/dbus-marshal-recursive.c: implement
6840
6841 2005-01-27  Havoc Pennington  <hp@redhat.com>
6842
6843         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
6844
6845         * configure.in: find the right type for 16 and 32 bit ints as well
6846         as 64
6847
6848         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
6849         the 16-bit types so people don't have to stuff them in 32-bit or
6850         byte arrays.
6851
6852 2005-01-27  Havoc Pennington  <hp@redhat.com>
6853
6854         * dbus/dbus-message.c: byteswap the message if you init an
6855         iterator to read/write from it
6856         
6857         * dbus/dbus-marshal-byteswap.c: new file implementing 
6858         _dbus_marshal_byteswap()
6859
6860         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
6861
6862 2005-01-26  Havoc Pennington  <hp@redhat.com>
6863         
6864         * dbus/dbus-marshal-validate-util.c: break this out (and fix
6865         build, apparently - nobody noticed?)
6866         
6867 2005-01-26  Havoc Pennington  <hp@redhat.com>
6868
6869         * dbus/dbus-marshal-recursive.h: remove todo comment
6870
6871 2005-01-25  Joe Shaw  <joeshaw@novell.com>
6872
6873         * Land the mono binding changes to conform to the new APIs.
6874
6875         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
6876         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
6877
6878         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
6879         type code as a string.
6880         (InitAppending): Rename dbus_message_append_iter_init() to
6881         dbus_message_iter_init_append().
6882
6883         * mono/BusDriver.cs: Rename ServiceEventHandler to
6884         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
6885         Rename ServiceOwnerChanged to NameOwnerChanged.
6886
6887         * mono/Connection.cs: Rename BaseService to UniqueName, and the
6888         underlying C call.
6889
6890         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
6891
6892         * mono/Service.cs: Rename Exists to HasOwner, internally rename
6893         dbus_bus_acquire_service() to dbus_bus_request_name().
6894
6895         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
6896         of Type.UnderlyingSystemType to get the correct element type for
6897         the array.
6898         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
6899         dbus_message_get_{element|arg}_type() instead of
6900         dbus_message_iter_init_array_iterator().
6901         (Append): Replace dbus_message_iter_append_array() with
6902         dbus_message_iter_open_container() and
6903         dbus_message_iter_close_container().
6904
6905         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
6906         types have been removed.
6907         
6908         * mono/DBusType/*.cs: Replace calls of
6909         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
6910         but specify the type in the DllImport extern declaration.  Ditto
6911         for dbus_message_iter_append_[type]() ->
6912         dbus_message_iter_append_basic().
6913
6914         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
6915         NameOwnerChangedHandler.
6916
6917 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
6918
6919         * python/dbus_bindings.pyx.in: Rename of methods and bindings
6920                 - get_base_service -> get_unique_name
6921                 - bus_get_base_service -> bus_get_unique_name
6922                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
6923                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
6924                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
6925                 - bus_activate_service -> bus_start_service_by_name
6926                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
6927                 - bus_acquire_service -> bus_request_name
6928                 - dbus_bus_acquire_service -> dbus_bus_request_name
6929                 - bus_service_exists -> bus_name_has_owner
6930                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
6931
6932         * python/dbus.py: Rename of methods
6933                 - activate_service -> start_service_by_name
6934                 - bus_acquire_service -> bus_request_name
6935                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
6936                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
6937
6938         
6939 2005-01-24  Joe Shaw  <joeshaw@novell.com>
6940
6941         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
6942         signature for the method that can't be found.
6943
6944         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
6945         the message has any arguments, we need to call
6946         _dbus_type_reader_get_current_type(), not
6947         _dbus_type_reader_has_next().
6948
6949 2005-01-24  Havoc Pennington  <hp@redhat.com>
6950
6951         * dbus/dbus-message-factory.c: more testing of message validation
6952
6953         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
6954         header
6955
6956 2005-01-23  Havoc Pennington  <hp@redhat.com>
6957
6958         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
6959         get this all working, not many tests in the framework yet though
6960
6961 2005-01-22  Havoc Pennington  <hp@redhat.com>
6962
6963         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
6964         tutorial, based on work from David Wheeler.
6965
6966 2005-01-21  Havoc Pennington  <hp@redhat.com>
6967
6968         * dbus/dbus-bus.c: add more return_if_fail checks
6969
6970         * dbus/dbus-message.c (load_message): have the "no validation"
6971         mode (have to edit the code to toggle the mode for now though)
6972
6973         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
6974         skips all validation; I want to use this at least for benchmark
6975         baseline, I'm not sure if it should be a publicly-available switch.
6976
6977 2005-01-21  Havoc Pennington  <hp@redhat.com>
6978
6979         * glib/dbus-gmain.c: don't put the GLib bindings in the same
6980         toplevel doxygen group as the low-level API stuff
6981
6982         * dbus/dbus.h: note that libdbus is the low-level API
6983
6984 2005-01-20  Havoc Pennington  <hp@redhat.com>
6985
6986         * update-dbus-docs.sh: script to update docs on the web site, only
6987         works for me though. neener.
6988
6989 2005-01-20  Havoc Pennington  <hp@redhat.com>
6990
6991         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
6992         code can reveal bugs in it
6993
6994 2005-01-20  Havoc Pennington  <hp@redhat.com>
6995
6996         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
6997         select() version, patches from Tor Lillqvist
6998
6999 2005-01-20  Havoc Pennington  <hp@redhat.com>
7000
7001         * doc/dbus-tutorial.xml: replace > with &gt;
7002
7003         * bus/services.c (bus_registry_acquire_service): validate the name
7004         and return a better error if it's no good.
7005
7006         * doc/dbus-specification.xml: note NO_AUTO_START change
7007
7008         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
7009         from AUTO_START, we're toggling the default
7010
7011         * bus/dispatch.c: adapt the tests to change of auto-start default
7012
7013 2005-01-18  Havoc Pennington  <hp@redhat.com>
7014
7015         * rename dbus-daemon-1 to dbus-daemon throughout
7016
7017 2005-01-18  Havoc Pennington  <hp@redhat.com>
7018
7019         * Throughout, grand renaming to strip out the use of "service",
7020         just say "name" instead (or "bus name" when ambiguous).  Did not
7021         change the internal code of the message bus itself, only the
7022         programmer-facing API and messages.
7023         
7024         * doc/dbus-specification.xml: further update the message bus section
7025         
7026         * bus/config-parser.c (all_are_equiv): fix bug using freed string
7027         in error case
7028
7029 2005-01-17  Havoc Pennington  <hp@redhat.com>
7030
7031         * dbus/dbus-types.h: remove 16-bit types since we don't use them
7032         ever
7033
7034         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
7035         "invalid name character" not only non-ASCII
7036
7037         * doc/dbus-specification.xml: further update spec, message bus 
7038         parts are still out-of-date but the marshaling etc. stuff is now
7039         accurate-ish
7040
7041 2005-01-17  Havoc Pennington  <hp@redhat.com>
7042
7043         * doc/dbus-specification.xml: partially update spec
7044
7045 2005-01-17  Havoc Pennington  <hp@redhat.com>
7046
7047         * Throughout, align variant bodies according to the contained
7048         type, rather than always to 8. Should save a fair bit of space in
7049         message headers.
7050         
7051         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
7052         fix handling of case where p == end
7053
7054         * doc/TODO: remove the dbus_bool_t item and variant alignment items
7055
7056 2005-01-17  Havoc Pennington  <hp@redhat.com>
7057
7058         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
7059
7060         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
7061         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
7062         are marshaling/unmarshaling a boolean.
7063
7064 2005-01-16  Havoc Pennington  <hp@redhat.com>
7065
7066         This is about it on what can be disabled/deleted from libdbus
7067         easily, back below 150K anyhow. Deeper cuts are more work than 
7068         just turning the code off as I've done here.
7069         
7070         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
7071         signed int convenience funcs
7072
7073         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
7074         verbose mode
7075
7076         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
7077         things out of libdbus
7078
7079         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
7080         
7081         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
7082         tests-enabled-only, though it should probably be deleted)
7083
7084         * dbus/dbus-message-util.c: same stuff
7085
7086         * dbus/dbus-auth-util.c: same stuff
7087
7088 2005-01-16  Havoc Pennington  <hp@redhat.com>
7089
7090         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
7091
7092         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
7093         way for stripping down dbus-userdb.c stuff included in libdbus.
7094         Rename _dbus_parse_uid for consistency.
7095
7096 2005-01-16  Havoc Pennington  <hp@redhat.com>
7097
7098         * dbus/dbus-internals.c (_dbus_real_assert): print the function
7099         name the assertion failed in
7100
7101         * dbus/dbus-internals.h (_dbus_return_if_fail) 
7102         (_dbus_return_val_if_fail): assert that the name of the function
7103         containing the check doesn't start with '_', since we only want to 
7104         use checks on public functions
7105         
7106         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
7107         checks to assertions
7108
7109         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
7110         change checks to asserts for private function
7111
7112         * dbus/dbus-message.c (_dbus_message_set_serial): checks
7113         to asserts for private function
7114
7115         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
7116         broken assertion that was breaking make check
7117         (_dbus_type_reader_array_is_empty): remove this rather than fix
7118         it, was only used in assertions
7119
7120 2005-01-16  Havoc Pennington  <hp@redhat.com>
7121
7122         * test/unused-code-gc.py: hacky script to find code that's used
7123         only by the bus (not libdbus) or used only by tests or not used at
7124         all. It has some false alarms, but looks like we can clean up a
7125         lot of size from libdbus.
7126
7127         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
7128         dbus/Makefile.am: initially move 10K of binary size out of libdbus
7129         
7130 2005-01-16  Havoc Pennington  <hp@redhat.com>
7131
7132         * Add and fix docs according to Doxygen warnings throughout
7133         source.
7134         
7135         * dbus/dbus-marshal-recursive.c
7136         (_dbus_type_reader_array_is_empty): change this to just call
7137         array_reader_get_array_len() and make it static
7138
7139         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
7140         from get_array_type
7141         (dbus_message_iter_init_append): rename from append_iter_init
7142
7143         * dbus/dbus-marshal-recursive.c
7144         (_dbus_type_reader_get_element_type): rename from
7145         _dbus_type_reader_get_array_type
7146
7147 2005-01-15  Havoc Pennington  <hp@redhat.com>
7148
7149         * test/glib/test-profile.c (with_bus_server_filter): fix crash
7150
7151         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
7152         when DBUS_DISABLE_ASSERT
7153         (_dbus_marshal_set_basic): be sure we align for the string length
7154
7155         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
7156         this look faster
7157
7158         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
7159         inline macro version
7160         (_dbus_string_set_byte): provide inline macro version
7161
7162 2005-01-15  Havoc Pennington  <hp@redhat.com>
7163
7164         * Land the new message args API and type system.
7165
7166         This patch is huge, but the public API change is not 
7167         really large. The set of D-BUS types has changed somewhat, 
7168         and the arg "getters" are more geared toward language bindings;
7169         they don't make a copy, etc.
7170
7171         There are also some known issues. See these emails for details
7172         on this huge patch:
7173         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
7174         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
7175         
7176         * dbus/dbus-marshal-*: all the new stuff
7177
7178         * dbus/dbus-message.c: basically rewritten
7179
7180         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
7181         freed blocks to be all non-nul bytes so using freed memory is less
7182         likely to work right
7183
7184         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
7185         DBUS_FAIL_MALLOC=N environment variable, so you can do
7186         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
7187         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
7188         thorough.
7189
7190         * qt/message.cpp: port to the new message args API
7191         (operator<<): use str.utf8() rather than str.unicode()
7192         (pretty sure this is right from the Qt docs?)
7193
7194         * glib/dbus-gvalue.c: port to the new message args API
7195
7196         * bus/dispatch.c, bus/driver.c: port to the new message args API
7197
7198         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
7199         "locked" flag to TRUE and align_offset to 0; I guess we never
7200         looked at these anyhow, but seems cleaner.
7201
7202         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
7203         move allocation padding macro to this header; use it to implement
7204         (_DBUS_STRING_STATIC): ability to declare a static string.
7205
7206         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
7207         change to return TRUE if the interface is not set.
7208
7209         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
7210         to dbus-marshal-validate.[hc]
7211
7212         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
7213         dbus-internals.c
7214
7215         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
7216         to dbus-marshal-*.[hc]
7217
7218         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
7219         function here from dbus-marshal.c
7220
7221 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7222
7223         * NEWS: Update for 0.23.
7224
7225         * configure.in: Release 0.23.
7226
7227 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7228
7229         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
7230         dbus DLL with --debug.  Clean up after the .mdb files this leaves
7231         behind.
7232
7233         * mono/doc/Makefile.am: Need to uninstall the docs on "make
7234         uninstall"
7235
7236         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
7237         is an enum, get the enum's underlying type.  Another mono
7238         1.1.3 fix.
7239
7240 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7241
7242         Patch from Sjoerd Simons <sjoerd@luon.net>
7243
7244         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
7245         DESTDIR.  It breaks stuff.
7246
7247 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7248
7249         Patch from Tambet Ingo <tambet@ximian.com>
7250
7251         * mono/DBusType/Array.cs (Get): Get the underlying element type by
7252         calling type.GetElementType().  The code previously depended on
7253         broken Mono behavior, which was fixed in Mono 1.1.3.
7254
7255         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
7256         Activator.CreateInstance() so that the class's constructor is
7257         called with the right parameters.
7258
7259 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7260
7261         Patch from Timo Teräs <ext-timo.teras@nokia.com>
7262
7263         * dbus/dbus-connection.c
7264         (_dbus_connection_queue_received_message_link): Call
7265         _dbus_connection_remove_timeout() instead of the _locked()
7266         variant, since it's always called from
7267         _dbus_connection_handle_watch(), which handles the locking.
7268         Removed the _locked() variant since it's no longer used.
7269
7270 2005-01-03  Havoc Pennington  <hp@redhat.com>
7271
7272         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
7273         return
7274         
7275 2004-12-26  Havoc Pennington  <hp@redhat.com>
7276
7277         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
7278
7279 2005-01-03  Havoc Pennington  <hp@redhat.com>
7280
7281         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
7282         floating point
7283
7284         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
7285
7286 2005-01-02  Havoc Pennington  <hp@redhat.com>
7287
7288         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
7289
7290 2005-01-01  Havoc Pennington  <hp@redhat.com>
7291
7292         * configure.in: add -Wfloat-equal
7293
7294 2005-01-01  Havoc Pennington  <hp@redhat.com>
7295
7296         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
7297         for a variety of reasons '==' doesn't do this.
7298
7299 2004-12-31  Havoc Pennington  <hp@redhat.com>
7300
7301         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
7302         I keep wishing I had
7303
7304 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7305
7306         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
7307
7308 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7309
7310         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
7311         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
7312         dbus-protocol.h.  Because they are defines and not enums they are not
7313         autogenerated.
7314
7315 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
7316
7317         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
7318         dbus_bus_activate_service
7319
7320         * python/dbus.py (Bus.activate_service): activate a service on the
7321         bus.
7322
7323 2004-12-24  Havoc Pennington  <hp@redhat.com>
7324
7325         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
7326         file format has also changed and I haven't adapted to that yet
7327         
7328         * Makefile.am: load .gcno files from latest gcc
7329
7330 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
7331         * Patch from Rob Taylor <robtaylor@fastmail.fm>
7332
7333         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
7334         lowlevel binding
7335
7336         * python/dbus.py (get_unix_user): Added binding to 
7337         call dbus_bindings.bus_get_unix_user
7338
7339         * python/extract.py: Modified the proto_pat regex to
7340         handle unsigned long
7341
7342 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7343
7344         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
7345         better POSIX compliance.
7346
7347 2004-12-19  Havoc Pennington  <hp@redhat.com>
7348
7349         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
7350         (_dbus_string_insert_8_aligned): new functions
7351
7352         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
7353
7354 2004-12-18  Havoc Pennington  <hp@redhat.com>
7355
7356         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
7357         macro
7358
7359         * dbus/dbus-message.c: fix a comment, and add a still-unused
7360         not-implemented function
7361
7362         * dbus/dbus-marshal.h: fix comment
7363
7364         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
7365
7366 2004-12-17  Joe Shaw  <joeshaw@novell.com>
7367
7368         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
7369         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
7370         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
7371         Type.UnderlyingSystemType to get the actual system type
7372         underneath.  This code previously depended on the broken Mono
7373         behavior, which was fixed in 1.1.3.
7374
7375 2004-11-27  Havoc Pennington  <hp@redhat.com>
7376
7377         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
7378         are disabled
7379         (_dbus_string_get_const_data): inline when asserts are disabled
7380
7381         * dbus/dbus-message.c: record the _dbus_current_generation of
7382         creation so we can complain if dbus_shutdown() is used improperly.
7383         Do this only if checks are enabled.
7384
7385         * dbus/dbus-connection.c: ditto
7386         
7387 2004-11-26  Havoc Pennington  <hp@redhat.com>
7388
7389         * test/glib/test-profile.c: add with_bus mode to profile echoes
7390         that go through the bus.
7391
7392         * test/glib/run-test.sh: add ability to run test-profile
7393
7394         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
7395         config file reload.
7396
7397 2004-11-26  Havoc Pennington  <hp@redhat.com>
7398
7399         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
7400         thing was implemented
7401
7402 2004-11-26  Havoc Pennington  <hp@redhat.com>
7403
7404         * test/glib/test-profile.c: tweak a bit, add support for some
7405         made-up minimal malloc overhead with plain sockets, since in 
7406         real life some sort of buffers are unavoidable thus we could 
7407         count them in the theoretical best case
7408
7409 2004-11-26  Havoc Pennington  <hp@redhat.com>
7410
7411         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
7412         where I was trying to cache one too many messages
7413
7414 2004-11-26  Havoc Pennington  <hp@redhat.com>
7415
7416         * dbus/dbus-message.c: reimplement message cache as an array which 
7417         makes the cache about twice as fast and saves maybe 1.5% overall
7418
7419 2004-11-26  Havoc Pennington  <hp@redhat.com>
7420
7421         * dbus/dbus-threads.c (init_global_locks): forgot to put the
7422         message cache lock here
7423
7424 2004-11-26  Havoc Pennington  <hp@redhat.com>
7425
7426         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
7427         the "char byte_order" next to each other to save 4 bytes
7428         (dbus_message_new_empty_header): reduce preallocation, since the
7429         message cache should achieve a similar effect
7430         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
7431         message cache that keeps a few DBusMessage around in a pool,
7432         another 8% speedup or so.
7433
7434         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
7435
7436 2004-11-25  Havoc Pennington  <hp@redhat.com>
7437
7438         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
7439         to write, without reading or blocking, try it before the poll()
7440         and skip the poll() if nothing remains to write. This is about a
7441         3% speedup in the echo client/server
7442
7443 2004-11-25  Havoc Pennington  <hp@redhat.com>
7444
7445         The primary change here is to always write() once before adding
7446         the write watch, which gives us about a 10% performance increase.
7447         
7448         * dbus/dbus-transport-unix.c: a number of modifications to cope
7449         with removing messages_pending
7450         (check_write_watch): properly handle
7451         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
7452         messages_pending stuff
7453         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7454         AUTHENTICATED cases
7455         (unix_handle_watch): after writing, see if the write watch can be
7456         removed
7457         (unix_do_iteration): assert that write_watch/read_watch are
7458         non-NULL rather than testing that they aren't, since they 
7459         aren't allowed to be NULL. check_write_watch() at the end so 
7460         we add the watch if we did not finish writing (e.g. got EAGAIN)
7461
7462         * dbus/dbus-transport-protected.h: remove messages_pending call,
7463         since it resulted in too much inefficient watch adding/removing; 
7464         instead we now require that the transport user does an iteration 
7465         after queueing outgoing messages, and after trying the first
7466         write() we add a write watch if we got EAGAIN or exceeded our 
7467         max bytes to write per iteration setting
7468
7469         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7470         function
7471
7472         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7473         freed and then accessed, valgrind flagged this bug, fix it
7474
7475         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7476         as the last valid field plus 1, where really it is equal to the
7477         last valid field. Corrects some message corruption issues.
7478
7479         * dbus/dbus-mainloop.c: verbosity changes
7480
7481         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7482         instead of aborting in one of the test codepaths
7483
7484         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7485         caused not printing the pid ever again if a verbose was missing
7486         the newline at the end
7487         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7488
7489         * dbus/dbus-connection.c: verbosity changes; 
7490         (dbus_connection_has_messages_to_send): new function
7491         (_dbus_connection_message_sent): no longer call transport->messages_pending
7492         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7493         try to write() immediately, so we can avoid the write watch. This
7494         is the core purpose of this patchset
7495         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7496         dump the outgoing message queue, so nobody will get confused
7497         trying to send them or thinking stuff is pending to be sent
7498
7499         * bus/test.c: verbosity changes
7500
7501         * bus/driver.c: verbosity/assertion changes
7502
7503         * bus/dispatch.c: a bunch of little tweaks to get it working again
7504         because this patchset changes when/where you need to block.
7505
7506 2004-11-23  Havoc Pennington  <hp@redhat.com>
7507
7508         * test/glib/test-profile.c: modify to accept a plain_sockets
7509         argument in which case it will bench plain sockets instead of
7510         libdbus, for comparison purposes.
7511
7512 2004-11-22  Havoc Pennington  <hp@redhat.com>
7513
7514         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7515         threads for more time, so sysprof can get a grip on it.
7516
7517         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7518         pointless variable
7519
7520 2004-11-13  Havoc Pennington  <hp@redhat.com>
7521
7522         * test/glib/test-profile.c: fix this thing up a bit
7523
7524         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7525         preallocation sizes by a fair bit; not sure if this will be an
7526         overall performance win or not, but it does reduce reallocs.
7527
7528         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7529         the test hack that forced constant realloc if asserts are
7530         disabled, so we can profile sanely. Sprinkle in some
7531         _DBUS_UNLIKELY() which are probably pointless, but before I
7532         noticed the real performance problem I put them in.
7533         (_dbus_string_validate_utf8): micro-optimize this thing a little
7534         bit, though callgrind says it didn't help; then special-case
7535         ascii, which did help a lot; then be sure we detect nul bytes as
7536         invalid, which is a bugfix.
7537         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7538         superstition; use memset to nul the padding instead of a manual
7539         loop.
7540         (_dbus_string_get_length): inline this as a
7541         macro; it showed up in the profile because it's used for loop
7542         tests and so forth
7543
7544 2004-11-10  Colin Walters  <walters@verbum.org>
7545
7546         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7547         for extra paranoia.
7548
7549 2004-11-09  Colin Walters  <walters@verbum.org>
7550
7551         * dbus/dbus-string.c (_dbus_string_get_length): New
7552         function, writes DBusString to C buffer.
7553
7554         * dbus/dbus-string.h: Prototype it.
7555
7556         * dbus/dbus-message.c (dbus_message_type_to_string): New
7557         function, converts message type into C string.
7558
7559         * dbus/dbus-message.h: Prototype it.
7560
7561         * bus/selinux.c (bus_selinux_check): Take source pid,
7562         target pid, and audit data.  Pass audit data to
7563         avc_has_perm.
7564         (log_audit_callback): New function, appends extra
7565         audit information.
7566         (bus_selinux_allows_acquire_service): Also take
7567         service name, add it to audit data.
7568         (bus_selinux_allows_send): Also take message
7569         type, interface, method member, error name,
7570         and destination, and add them to audit data.
7571         (log_cb): Initialize func_audit.
7572         
7573         * bus/selinux.h (bus_selinux_allows_acquire_service)
7574         (bus_selinux_allows_send): Update prototypes 
7575
7576         * bus/services.c (bus_registry_acquire_service): Pass
7577         service name to bus_selinux_allows_acquire_service.
7578
7579         * bus/bus.c (bus_context_check_security_policy): Pass
7580         additional audit data.  Move assignment of dest
7581         to its own line.
7582
7583 2004-11-07  Colin Walters  <walters@verbum.org>
7584
7585         * dbus/dbus-transport-unix.c (do_authentication): Always
7586         initialize auth_completed.
7587         
7588 2004-11-07  Colin Walters  <walters@verbum.org>
7589
7590         * bus/bus.c (load_config): Break into three
7591         separate functions: process_config_first_time_only,
7592         process_config_every_time, and process_config_postinit.
7593         (process_config_every_time): Move call of
7594         bus_registry_set_service_context_table into
7595         process_config_postinit.
7596         (process_config_postinit): New function, does
7597         any processing that needs to happen late
7598         in initialization (and also on reload).
7599         (bus_context_new): Instead of calling load_config,
7600         open config parser here and call process_config_first_time_only
7601         and process_config_every_time directly.  Later, after
7602         we have forked but before changing UID,
7603         invoke bus_selinux_full_init, and then call
7604         process_config_postinit.
7605         (bus_context_reload_config): As in bus_context_new,
7606         load parse file inside here, and call process_config_every_time
7607         and process_config_postinit.
7608
7609         * bus/services.h, bus/services.c
7610         (bus_registry_set_service_context_table): Rename
7611         from bus_registry_set_sid_table.  Take string hash from config
7612         parser, and convert them here into SIDs.
7613
7614         * bus/config-parser.c (struct BusConfigParser): Have
7615         config parser only store a mapping of service->context
7616         string.
7617         (merge_service_context_hash): New function.
7618         (merge_included): Merge context string hashes instead
7619         of using bus_selinux_id_table_union.
7620         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7621         simply create a new string hash.
7622         (bus_config_parser_unref): Unref it.
7623         (start_selinux_child): Simply insert strings into hash,
7624         don't call bus_selinux_id_table_copy_over.
7625
7626         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7627         (bus_selinux_id_table_copy_over): Delete.
7628
7629 2004-11-03  Colin Walters  <walters@verbum.org>
7630
7631         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7632         variables.
7633         
7634 2004-11-03  Colin Walters  <walters@verbum.org>
7635
7636         * bus/test-main.c (test_pre_hook): Fix test logic,
7637         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7638
7639 2004-11-02  Colin Walters  <walters@redhat.com>
7640
7641         * bus/selinux.c (bus_selinux_init): Split into two functions,
7642         bus_selinux_pre_init and bus_selinux_post_init.
7643         (bus_selinux_pre_init): Just determine whether SELinux is
7644         enabled.
7645         (bus_selinux_post_init): Do everything else.
7646
7647         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7648         config file, and bus_selinux_post_init after.  This ensures that
7649         we don't lose the policyreload notification thread that
7650         bus_selinux_init created before forking previously.
7651         
7652         * bus/test-main.c (test_pre_hook): Update for split.
7653
7654 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7655
7656         Patch from Johan Fischer <linux@fischaz.com>
7657         
7658         * mono/doc/Makefile.am (install-data-local): Added directory
7659         install for DESTDIR
7660
7661 2004-10-29  Colin Walters  <walters@redhat.com>
7662
7663         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7664         parameter for fd to write pid to.       
7665
7666         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7667         
7668         * bus/bus.c (bus_context_new): Pass print_pid_fd
7669         to _dbus_become_daemon (bug #1720)
7670
7671 2004-10-29  Colin Walters  <walters@redhat.com>
7672
7673         Patch from Ed Catmur <ed@catmur.co.uk>
7674
7675         * mono/doc/Makefile.am (install-data-local): Handle
7676         DESTDIR.
7677
7678 2004-10-29  Colin Walters  <walters@redhat.com>
7679
7680         * bus/.cvsignore, qt/.cvsignore: Update.
7681
7682 2004-10-29  Colin Walters  <walters@redhat.com>
7683
7684         Patch from Kristof Vansant <de_lupus@pandora.be>
7685
7686         * configure.in: Detect Slackware.
7687         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
7688         * bus/rc.messagebus.in: New file.
7689
7690 2004-10-29  Colin Walters  <walters@redhat.com>
7691
7692         * tools/dbus-monitor.c (filter_func): Return
7693         DBUS_HANDLER_RESULT_HANDLED in filter function
7694         for now.  See:
7695         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
7696
7697 2004-10-29  Colin Walters  <walters@redhat.com>
7698
7699         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
7700
7701         * bus/services.c (bus_registry_acquire_service): 
7702         Correctly retrieve service name from DBusString
7703         for printing.
7704
7705 2004-10-29  Colin Walters  <walters@redhat.com>
7706
7707         * dbus/dbus-glib.h: Update documentation to not
7708         refer to internal APIs.
7709
7710 2004-10-27  Joe Shaw  <joeshaw@novell.com>
7711
7712         * mono/Arguments.cs (GetDBusTypeConstructor):
7713         type.UnderlyingSystemType will return "System.Byte" if you do it
7714         on "byte[]", which is not what we want.  So check the type.IsArray
7715         property and use System.Array instead.
7716
7717 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
7718
7719         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
7720         the DBusUserInfo structure since this is passed into the function.
7721         This would cause a double free when the function that allocated
7722         the structure would try to free it when an error occured.
7723
7724         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
7725         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
7726         for service activation to avoid 32bit/64bit parallel install issues
7727
7728 2004-10-21  Colin Walters  <walters@verbum.org>
7729
7730         * AUTHORS: Fix my email address, the @gnu.org one
7731         has been bouncing for some time.  Also add J5.
7732         
7733 2004-10-21  Colin Walters  <walters@verbum.org>
7734
7735         * dbus/dbus-transport-unix.c (do_authentication): Return
7736         authentication status to callers.
7737         (unix_handle_watch): If we completed authentication this round,
7738         don't do another read.  Instead wait until the next iteration,
7739         after we've read any pending data in the auth buffer.
7740         (unix_do_iteration): Ditto.
7741         (unix_handle_watch): Updated for new do_authentication prototype.
7742
7743 2004-10-18  Colin Walters  <walters@verbum.org>
7744
7745         * bus/selinux.c (bus_selinux_enabled): Handle
7746         --disable-selinux case.
7747         
7748 2004-10-18  Colin Walters  <walters@verbum.org>
7749
7750         * bus/selinux.h: Add bus_selinux_enabled.
7751         
7752         * bus/selinux.c (bus_selinux_enabled): Implement it.
7753         
7754         * bus/config-parser.c (struct include): Add
7755         if_selinux_enabled member.
7756         (start_busconfig_child): Parse if_selinux_enabled
7757         attribute for include.
7758         (bus_config_parser_content): Handle it.
7759
7760         * bus/session.conf.in, bus/system.conf.in: Add
7761         inclusion of context mapping to default config files;
7762         conditional on SELinux being enabled.
7763         
7764         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
7765         
7766         * test/data/invalid-config-files/badselinux-1.conf, 
7767         test/data/invalid-config-files/badselinux-2.conf:
7768         Test files for bad syntax.
7769         
7770 2004-10-17  Colin Walters  <walters@verbum.org>
7771
7772         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
7773         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
7774         format specifier mismatches.
7775
7776 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7777
7778         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
7779         format string.
7780
7781         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
7782         pointer (bug #1540, Leonardo Boiko).
7783
7784 2004-09-28  Jon Trowbridge  <trow@ximian.com>
7785
7786         * mono/BusDriver.cs: Changed BusDriver struct to remove
7787         the ServiceCreated and ServiceDeleted events and replace them
7788         with the new ServiceOwnerChanged event.
7789
7790         * mono/example/BusListener.cs: Added a new example program,
7791         which listens for and reports any ServiceOwnerChanged events
7792         on the bus driver.
7793
7794         * mono/example/Makefile.am (DESTDIR): Build changes for the
7795         new BusListener.cs example.
7796
7797 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7798
7799         * bus/signals.c (bus_match_rule_parse): validate the components of
7800         match rules (bug #1439).
7801
7802         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
7803
7804 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7805
7806         * doc/dbus-specification.xml: document ServiceOwnerChanged
7807         signal.
7808         
7809         * bus/driver.c, bus/driver.h, bus/services.c: Use
7810         ServiceOwnerChanged signal instead of ServiceCreated and
7811         ServiceDeleted.
7812         
7813         * bus/dispatch.c: update testcase for the new signal.
7814
7815 2004-09-20  Jon Trowbridge  <trow@ximian.com>
7816
7817         Patch from Nat Friedman <nat@novell.com>
7818
7819         * mono/Makefile.am: A number of small build fixes to allow "make
7820         distcheck" to succeed.
7821
7822         * mono/example/Makefile.am: "make distcheck" fixes.
7823
7824         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
7825         key in @srcdir@.
7826
7827         * test/Makefile.am: "make distcheck" fixes.
7828
7829 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7830
7831         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
7832
7833         * doc/busconfig.dtd: update the DTD for the at_console attribute.
7834
7835         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
7836         messages after the first one (bug #1389).
7837         
7838         * bus/dispatch.c (check_double_hello_message): add a test case for
7839         the double hello message bug.
7840         (check_existent_service_activation): fix check of spawning error.
7841         
7842 2004-09-16  David Zeuthen  <david@fubar.dk>
7843
7844         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
7845
7846 2004-09-12  David Zeuthen  <david@fubar.dk>
7847
7848         Patch from Kay Sievers <kay.sievers@vrfy.org>
7849
7850         * bus/bus.c (bus_context_new):
7851         * bus/bus.h:
7852         * bus/main.c (usage)
7853         (main):
7854         Add commandline option --nofork to override configuration file
7855         setting.
7856
7857 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7858
7859         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
7860         compilers don't like it (bug #974).
7861
7862 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
7863
7864         * qt/connection.*: Applied patch by Jérôme Lodewyck
7865         <lodewyck@clipper.ens.fr> to integrate an existing
7866         connection into the Qt eventloop
7867
7868 2004-08-30  Jon Trowbridge  <trow@ximian.com>
7869
7870         * mono/BusDriver.cs: Added.  This is a class for interacting with
7871         the org.freedesktop.DBus service.
7872
7873         * mono/Message.cs: Added a mechanism to expose the message that is
7874         currently being dispatched via the static Message.Current
7875         property.  Added Message.Sender and Message.Destination
7876         properties.
7877
7878         * mono/Handler.cs: Expose the dispatched message via
7879         Message.Current when handling method calls.
7880
7881         * mono/Service.cs: Expose the dispatched message via
7882         Message.Current when handling signal emissions.
7883         
7884         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
7885         Connection.BaseService property.
7886
7887 2004-08-28  Havoc Pennington  <hp@redhat.com>
7888
7889         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
7890
7891         More fixes from Steve Grubb
7892         
7893         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
7894         (_dbus_listen_tcp_socket): fix fd leak
7895
7896         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
7897         EINTR to a bit lower in the code
7898
7899 2004-08-26  Jon Trowbridge  <trow@ximian.com>
7900
7901         * bus/driver.c (bus_driver_handle_service_exists): Respond with
7902         TRUE if we are inquiring about the existence of the built-in
7903         org.freedesktop.DBus service.
7904
7905 2004-08-25  John Palmieri  <johnp@redhat.com>
7906         * bus/config-parser.c:
7907         (struct PolicyType): Add POLICY_CONSOLE
7908         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
7909         (start_busconfig_child): Sets up console element when
7910         <policy at_console=""> is encountered in a policy file
7911         (append_rule_from_element): Convert console elements to console
7912         rules.
7913
7914         * bus/policy.c: 
7915         (bus_policy_create_client_policy): Add console rules to the client
7916         policy based on if the client is at the console
7917         (bus_policy_append_console_rule): New function for adding a
7918         console rule to a policy
7919         (bus_policy_merge): Handle console rule merging
7920
7921         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
7922         where we check for console user files
7923         
7924         * dbus/dbus-sysdeps.c:
7925         (_dbus_file_exists): New function which checks if the given
7926         file exists
7927         (_dbus_user_at_console): New function which does the system
7928         specific process of checking if the user is at the console
7929
7930         * dbus/dbus-userdb.c:
7931         (_dbus_is_console_user): New function converts a UID to user name
7932         and then calls the system specific _dbus_user_at_console to 
7933         see if the user is at the console and therefor a console user
7934
7935 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7936
7937         * bus/config-parser.c (set_limit):
7938         * bus/dbus-daemon-1.1.in:
7939         * test/data/valid-config-files/many-rules.conf: set the
7940         max_match_rules_per_connection limt from the config file. 
7941
7942         * doc/busconfig.dtd: update the DTD.
7943
7944         * bus/driver.c: remove some unused variables.
7945
7946 2004-08-24  Mikael Hallendal  <micke@imendio.com>
7947
7948         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
7949         it's been replaced by dbus_g_bus_get
7950
7951 2004-08-23  Colin Walters  <walters@redhat.com>
7952
7953         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7954
7955         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
7956
7957         * bus/selinux.c: Create a thread for policy reload notification.
7958         (bus_selinux_get_policy_root): Implement.
7959
7960         * bus/config-parser.c (start_busconfig_child)
7961         (bus_config_parser_content): Support SELinux-root relative
7962         inclusion.
7963
7964         * configure.in <HAVE_SELINUX>: Add -lpthread.
7965         
7966         * bus/test-main.c (test_pre_hook, test_post_hook): New.
7967         (test_post_hook): Move memory checking into here.
7968         (test_pre_hook, test_post_hook): Move SELinux checks in
7969         here, but conditional on a DBUS_TEST_SELINUX environment
7970         variable.  Unfortunately we can't run the SELinux checks
7971         as a normal user, since they won't have any permissions
7972         for /selinux.  So this will have to be tested manually
7973         for now, until we have virtualization for most of
7974         libselinux.
7975         
7976 2004-08-23  Havoc Pennington  <hp@redhat.com>
7977
7978         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
7979         drop supplementary groups, suggested by Steve Grubb
7980
7981 2004-08-20  Colin Walters  <walters@redhat.com>
7982
7983         * bus/config-parser.c (start_busconfig_child): Remove some unused
7984         variables.
7985         
7986         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
7987         warning.
7988
7989 2004-08-17  Joe Shaw  <joeshaw@novell.com>
7990
7991         * configure.in: If --enable-mono is passed in, if we can't find
7992         mono error out.
7993
7994         * mono/Makefile.am: Use /gacutil to install assemblies into the
7995         GAC and not /root.
7996
7997 2004-08-12  Havoc Pennington  <hp@redhat.com>
7998
7999         * NEWS: update for 0.22
8000
8001         * configure.in: release 0.22
8002
8003 2004-08-11  Colin Walters  <walters@redhat.com>
8004
8005         * tools/dbus-send.c (main, usage): Add --reply-timeout
8006         argument.
8007
8008 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8009
8010         * bus/bus.c (process_config_first_time_only): get rid of an unused
8011         DBusError that was causing a memoy leak (bug #989).
8012
8013         * dbus/dbus-keyring.c, dbus/dbus-message.c:
8014         fix compilation on Solaris/Forte C (bug #974)
8015
8016         * bus/main.c (main): plug two minuscule memleaks.
8017
8018 2004-08-10  Havoc Pennington  <hp@redhat.com>
8019
8020         * doc/dbus-tutorial.xml: add some more info on GLib bindings
8021
8022 2004-08-09  Havoc Pennington  <hp@redhat.com>
8023
8024         * COPYING: switch to Academic Free License version 2.1 instead of
8025         2.0, to resolve complaints about patent termination clause.
8026
8027 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
8028
8029         * README: added documentation for the --enable-python 
8030         configure switch.
8031
8032 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8033
8034         * bus/config-parser.c (bus_config_parser_new): fix an invalid
8035         _unref in the SELinux support.
8036
8037         * doc/busconfig.dtd: update DTD for SELinux support.
8038
8039         * bus/config-loader-libxml.c: fix error handler and parser
8040         initialisation/cleanup. OOM test now works with libxml2 HEAD.
8041
8042         * configure.in: remove the warning about libxml2.
8043
8044         * dbus/dbus-bus.c: silence doxygen warning.
8045
8046 2004-07-31  Colin Walters  <walters@redhat.com>
8047
8048         * configure.in: Move #error in SELinux check to its own line.
8049
8050 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8051
8052         * dbus/dbus-internals.h (_DBUS_SET_OOM):
8053         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
8054         dbus_error_set.
8055
8056         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
8057         broken by the change in the _SET_OOM macros.
8058
8059 2004-07-31  Colin Walters  <walters@redhat.com>
8060
8061         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
8062         BUS_SET_OOM.
8063
8064 2004-07-31  Colin Walters  <walters@redhat.com>
8065
8066         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
8067         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
8068         AC_MSG_CHECKING.
8069
8070 2004-07-24  Havoc Pennington  <hp@redhat.com>
8071
8072         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8073
8074         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
8075         functionality
8076
8077         * configure.in: add --enable-selinux
8078         
8079         * bus/policy.c (bus_policy_merge): add FIXME to a comment
8080
8081         * bus/main.c (main): initialize and shut down selinux
8082
8083         * bus/connection.c: store SELinux ID on each connection, to avoid 
8084         repeated getting of the string context and converting it into 
8085         an ID
8086
8087         * bus/bus.c (bus_context_get_policy): new accessor, though it
8088         isn't used
8089         (bus_context_check_security_policy): check whether the security
8090         context of sender connection can send to the security context of
8091         recipient connection
8092
8093         * bus/config-parser.c: add parsing for <selinux> and <associate>
8094         
8095         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
8096         implement dbus_connection_get_unix_fd()
8097
8098         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
8099         function, used by the selinux stuff
8100         
8101 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8102
8103         * bus/config-loader-libxml.c: complete the implementation of
8104         libxml backend for config file loader. Doesn't work with full OOM
8105         test yet. 
8106         
8107         * configure.in: change error when selecting libxml into a warning.
8108         
8109         * test/data/invalid-config-files: add two non-well-formed XML
8110         files. 
8111         
8112         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
8113         
8114         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
8115         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
8116         be necessary to read all the buffer. (bug #894)
8117
8118         * bus/activation.c (bus_activation_activate_service): fix a
8119         potential assertion failure (bug #896). Small optimization in the
8120         case of auto-activation messages.
8121
8122         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
8123         add test case for byte-through-vararg bug (#901). patch by Kimmo
8124         Hämäläinen. 
8125
8126 2004-07-28  Anders Carlsson  <andersca@gnome.org>
8127
8128         * python/dbus.py:
8129         * python/dbus_bindings.pyx.in:
8130         Add dbus.init_gthreads (), allow emit_signal to pass
8131         arguments to the signal.
8132         
8133 2004-07-24  Havoc Pennington  <hp@redhat.com>
8134
8135         * AUTHORS: add some people, not really comprehensively, let me
8136         know if I missed you
8137
8138 2004-07-24  Havoc Pennington  <hp@redhat.com>
8139
8140         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
8141         Owen
8142
8143         * test/Makefile.am (DIST_SUBDIRS): here also
8144
8145 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8146
8147         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
8148         breaking build on Solaris, reported by Farhad Saberi on the ML.
8149
8150         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
8151         va_arg invocation to account for integer promotion in the case of
8152         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
8153
8154         * bus/services.c (bus_service_remove_owner): fix bug #902, use
8155         _dbus_list_get_first_link, not _dbus_list_get_first.
8156
8157         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
8158
8159         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
8160         handler functions so that the asserts in _dbus_object_subtree_unref
8161         do not fail.
8162
8163         * dbus/dbus-transport-unix.c (do_reading):
8164         _dbus_transport_queue_messages return value is of type
8165         dbus_bool_t, not DBusDispatchStatus.
8166         
8167 2004-07-19  David Zeuthen  <david@fubar.dk>
8168
8169         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
8170
8171         * bus/dispatch.c:
8172         (check_get_connection_unix_user): Debug says GetProperty; but the
8173         method is called GetConnectionUnixUser
8174         (check_get_connection_unix_process_id): New function
8175         (bus_dispatch_test): Actually call check_get_connection_unix_user();
8176         also call check_get_connection_unix_process_id()
8177         
8178         * bus/driver.c:
8179         (bus_driver_handle_get_connection_unix_process_id): New function,
8180         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
8181         interface
8182         
8183         * dbus/dbus-auth.c:
8184         (handle_server_data_external_mech): Set pid from the credentials
8185         obtained from the socket
8186         
8187         * dbus/dbus-connection.c:
8188         (dbus_connection_get_unix_process_id): New function
8189         
8190         * dbus/dbus-connection.h: 
8191         Add prototype for dbus_connection_get_unix_process_id
8192         
8193         * dbus/dbus-transport.c:
8194         (_dbus_transport_get_unix_process_id): New function
8195         
8196         * dbus/dbus-transport.h:
8197         Add prototype for _dbus_transport_get_unix_process_id
8198         
8199 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8200
8201         * dbus/dbus-message.c: Message counter fix, patch by Christian
8202         Hammond <chipx86@gnupdate.org>
8203
8204 2004-07-18  Seth Nickell  <seth@gnome.org>
8205
8206         * python/dbus.py:
8207         * python/dbus_bindings.pyx.in:
8208         * python/tests/test-client.py:
8209
8210         Add dbus.ByteArray and dbus_bindings.ByteArray
8211         types so that byte streams can be passed back.
8212
8213         Give jdahlin the heaps of credit that are so
8214         rightfully his.
8215         
8216 2004-07-12  Seth Nickell  <seth@gnome.org>
8217
8218         * python/dbus.py:
8219
8220         Add message argument to the default object_method_handler
8221         function.
8222         
8223         * python/dbus_bindings.pyx.in:
8224
8225         Automatically return NIL when passed an empty list
8226         (we can't pass back a list since lists are typed
8227         and we don't have any idea what type the the client
8228         intended the list to be... :-( )
8229         
8230 2004-07-10  Seth Nickell  <seth@gnome.org>
8231
8232         * python/examples/Makefile.am:
8233
8234         Fix distcheck breakage caused by new examples.
8235
8236 2004-07-10  Seth Nickell  <seth@gnome.org>
8237
8238         * python/dbus.py:
8239
8240         Add "message" argument to service-side dbus.Object
8241         methods. This will break existing services written
8242         using the python bindings, but will allow extraction
8243         of all the message information (e.g. who its from).
8244
8245         Add improved "object oriented" signal handling/emission.
8246         
8247         * python/examples/example-service.py:
8248
8249         Nix this example.
8250         
8251         * python/examples/example-signal-emitter.py:
8252         * python/examples/example-signal-recipient.py:
8253
8254         Two new examples that show how to emit and receive
8255         signals using the new APIs.
8256         
8257         * python/examples/example-signals.py:
8258         * python/examples/gconf-proxy-service.py:
8259         * python/examples/gconf-proxy-service2.py:
8260
8261         Add "message" argument to service methods.
8262
8263 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
8264
8265         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
8266         * dbus/bus.c (dbus_bus_get_unix_user)
8267         * doc/dbus-specification.xml: implement GetConnectionUnixUser
8268         method of org.freedesktop.DBus interface.
8269
8270         * bus/dispatch.c: test case
8271
8272 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
8273
8274         * python/Makefile.am: switched include directory from glib/ to dbus/
8275         since dbus-glib.h moved
8276  
8277 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8278
8279         * configure.in: prevent building the gcj stuff and libxml loader
8280         since they are broken.
8281
8282 2004-06-20  Havoc Pennington  <hp@redhat.com>
8283
8284         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
8285         codes from the dbus error names
8286         
8287         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
8288         as dbus/dbus-glib.h and that breakage is now visible due to 
8289         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
8290         
8291         * glib/dbus-glib.h: s/gproxy/g_proxy/
8292
8293         * dbus/dbus-shared.h: new header to hold stuff shared with
8294         binding APIs
8295         
8296         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
8297         than dbus-errors.h
8298
8299         * glib/dbus-glib.h (dbus_set_g_error): move to
8300         dbus-glib-lowlevel.h
8301
8302         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
8303         of stuff to enable this
8304
8305         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
8306
8307         * a bunch of other changes with the same basic "separate glib 
8308         bindings from dbus.h" theme
8309         
8310 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
8311
8312         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
8313
8314         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
8315
8316 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8317
8318         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
8319         the reply value of the ServiceExists message.
8320
8321 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
8322
8323         * python/dbus_bindings.pyx.in: No longer need to parse path
8324         elements and pass them as arrays of strings.  The C API now
8325         accepts plain path strings.
8326         (_build_parsed_path): removed 
8327
8328 2004-06-07  Havoc Pennington  <hp@redhat.com>
8329
8330         * doc/TODO: remove auto-activation item since it's done; sort
8331         items by importance/milestone
8332
8333 2004-06-07  Havoc Pennington  <hp@redhat.com>
8334
8335         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
8336         random signature when using REQUIRED_FIELDS (this hack won't work
8337         in the long term)
8338
8339         * dbus/dbus-message.c: change the signature to be a header field,
8340         instead of message->signature special-case string. Incremental
8341         step forward. Then we can fix up code to send the signature in the
8342         message, then fix up code to validate said signature, then fix up
8343         code to not put the typecodes inline, etc.
8344         (load_one_message): don't make up the signature after the fact
8345         (decode_header_data): require signature field for the known
8346         message types
8347
8348         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
8349
8350         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
8351
8352 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
8353
8354         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
8355
8356         * mono/Handler.cs: Updated to follow new path argument for
8357         (un-)registering objects.
8358
8359         * mono/example/Makefile.am:
8360         * mono/Makefile.am:
8361         * configure.in: Bumped required version for mono and use new -pkg
8362         syntax for deps
8363
8364 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8365
8366         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
8367         registration functions take the path argument as char* instead of
8368         char**.
8369
8370         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
8371         split off the path decompostion part of
8372         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
8373         warnings. 
8374
8375         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
8376         
8377 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8378  
8379         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
8380         machine approach.  A state is implemented as a function that
8381         handles incoming events as specified for that state.
8382         
8383         * doc/dbus-specification.xml: Update auth protocol state machine
8384         specification to match implementation.  Remove some leftover
8385         base64 examples.
8386
8387 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8388
8389         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
8390         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
8391         quiet doxygen.
8392
8393         * Doxyfile.in: remove deprecated options.
8394
8395         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
8396         glib/test-thread.h, glib/test-thread-client.c,
8397         glib/test-thread-server.c, glib/test-profile.c,
8398         glib/test-dbus-glib.c: remove these unused files.
8399
8400 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8401
8402         * dbus/dbus-object-tree.c
8403         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
8404         non-fallback handlers (bug #684).
8405         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
8406         (find_subtree_recurse): report wether the returned subtree is an
8407         exact match or a "fallback" match higher up in the tree.
8408         (object_tree_test_iteration): update test case.
8409
8410 2004-06-01  Seth Nickell  <seth@gnome.org>
8411
8412         * python/dbus_bindings.pyx.in:
8413         * python/tests/test-client.py:
8414
8415         Round off basic type support. Add dicts (yay!), and 
8416         remaining array types.
8417
8418         Make MessageIter more general so it works for dicts too.
8419
8420         Mark all loop variables as C integers.
8421         
8422 2004-05-31  Havoc Pennington  <hp@redhat.com>
8423
8424         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
8425         "in" before "out"
8426
8427         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
8428
8429         * glib/dbus-glib-tool.c (main): set up to have a --self-test
8430         option that runs the tests, and start filling in some code
8431         including for starters just dumping the interfaces to stdout
8432
8433         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
8434
8435         * test/data/valid-introspection-files/lots-of-types.xml: test of
8436         an example introspection file
8437
8438         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
8439         "node" (I think...)
8440
8441 2004-05-31  Seth Nickell  <seth@gnome.org>
8442
8443         * python/dbus_bindings.pyx.in:
8444         * python/tests/test-client.py:
8445
8446         Test Suite: 1
8447         Python Bindings: 0
8448
8449         Fix string array memory trashing bug... oops...
8450
8451 2004-05-30  Seth Nickell  <seth@gnome.org>
8452
8453         * python/dbus.py:
8454
8455         Add a nicer-but-less-flexible alternate API for handling 
8456         calls to virtual objects in dbus.ObjectTree.
8457
8458         Screw up the argument order to the dbus.Object constructor
8459         for consistency with dbus.ObjectTree (and to make dbus_methods
8460         optional for future extension)
8461         
8462         * python/examples/Makefile.am:
8463         * python/examples/gconf-proxy-service.py:
8464         * python/examples/gconf-proxy-service2.py:
8465
8466         Alternate implementation of gconf-proxy-service using the
8467         nicer dbus.ObjectTree API.
8468         
8469         * python/examples/example-service.py:
8470         * python/tests/test-server.py
8471
8472         Reverse the argument order to deal with dbus.Object constructor
8473         changes.
8474         
8475 2004-05-30  Seth Nickell  <seth@gnome.org>
8476
8477         * python/examples/example-client.py:
8478         * python/examples/example-service.py:
8479
8480         Take it back. Lists seem to work but they're broken
8481         in the test suite. Make the base examples use
8482         lists (works fine).
8483
8484 2004-05-30  Seth Nickell  <seth@gnome.org>
8485
8486         * python/dbus_bindings.pyx.in:
8487         * python/tests/test-client.py:
8488
8489         Add some more tests and fix errors that crop up.
8490         Unfortunately, currently it seems like marshalling
8491         and unmarshalling of lists is completely broken :-(
8492
8493 2004-05-30  Seth Nickell  <seth@gnome.org>
8494
8495         * python/dbus_bindings.pyx.in:
8496
8497         Add support for ObjectPath type.
8498
8499         * python/dbus.py:
8500
8501         Refactor message handling code to a common function.
8502         
8503         * python/tests/test-client.py:
8504         * python/tests/test-server.py:
8505
8506         Add tests that check to make sure values of all types
8507         can be echoed from a service w/o mangling.
8508         
8509 2004-05-29  Seth Nickell  <seth@gnome.org>
8510
8511         * python/dbus.py:
8512
8513         Add ObjectTree class which allows implementation
8514         of trees of "virtual" objects. Basically the python
8515         wrapper for "register_fallback".
8516         
8517         * python/examples/Makefile.am
8518         * python/examples/gconf-proxy-client.py:
8519         * python/examples/gconf-proxy-service.py:
8520
8521         Implement a simple GConf proxy service that supports
8522         get/set on string and int GConf keys using the ObjectTree.
8523         
8524 2004-05-29  Seth Nickell  <seth@gnome.org>
8525
8526         * python/dbus.py:
8527         * python/examples/example-client.py:
8528         * python/examples/example-service.py:
8529         * python/examples/list-system-services.py:
8530
8531         Add SessionBus, SystemBus and ActivationBus classes
8532         so you don't need to know the special little BUS_TYPE
8533         flag.
8534         
8535 2004-05-29  Havoc Pennington  <hp@redhat.com>
8536
8537         * bus/config-parser.c (process_test_valid_subdir): temporarily
8538         stop testing config parser OOM handling, since expat has issues
8539         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8540
8541         * bus/dbus-daemon-1.1.in: change requested_reply to
8542         send_requested_reply/receive_requested_reply so we can send the
8543         replies, not just receive them.
8544
8545         * bus/config-parser.c: parse the new
8546         send_requested_reply/receive_requested_reply
8547
8548         * bus/policy.c (bus_client_policy_check_can_send): add
8549         requested_reply argument and use it
8550
8551         * bus/bus.c (bus_context_check_security_policy): pass through
8552         requested_reply status to message send check
8553
8554         * bus/system.conf.in: adapt to requested_reply change
8555         
8556 2004-05-28  Havoc Pennington  <hp@redhat.com>
8557
8558         * test/glib/test-service-glib.c (main): remove unused variable
8559
8560         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8561
8562         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8563         from the enum, no longer in use.
8564
8565         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8566         works right.
8567
8568         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8569         whether error_name passed in is a valid error name.
8570
8571 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8572
8573         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8574         OBJECT_PATH and OBJECT_PATH_ARRAY
8575
8576 2004-05-28  Seth Nickell  <seth@gnome.org>
8577
8578         * python/examples/Makefile.am:
8579
8580         Forget to add Makefile.am. Do not pass go.
8581
8582 2004-05-28  Michael Meeks  <michael@ximian.com>
8583
8584         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8585         fix no int64 case.
8586
8587         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8588
8589         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8590         (_dbus_message_iter_get_basic_type_array): impl.
8591         drastically simplify ~all relevant _get methods to use these.
8592         (_dbus_message_iter_append_basic_array),
8593         (dbus_message_iter_append_basic): impl
8594         drastically simplify ~all relevant _append methods to use these.
8595
8596         * dbus/dbus-message-builder.c (parse_basic_type) 
8597         (parse_basic_array, lookup_basic_type): impl.
8598         (_dbus_message_data_load): prune scads of duplicate /
8599         cut & paste coding.
8600
8601         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8602         (_dbus_demarshal_basic_type): implement,
8603         (demarshal_and_validate_len/arg): beef up debug.
8604         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8605
8606 2004-05-27  Seth Nickell  <seth@gnome.org>
8607
8608         * configure.in:
8609         * python/Makefile.am:
8610
8611         Include the example python apps in the tarball.
8612         
8613         * python/examples/list-system-services.py
8614
8615         Add a python new example that fetches the list of services
8616         from the system bus.
8617         
8618 2004-05-27  Seth Nickell  <seth@gnome.org>
8619
8620         * python/dbus.py:
8621         * python/dbus_bindings.pyx.in:
8622
8623         Fix failure to notify that a signal was not handled,
8624         resulted in hung functions.
8625         
8626 2004-05-25  Colin Walters  <walters@redhat.com>
8627
8628         * tools/dbus-monitor.c (main): Monitor all types of messages.
8629
8630 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8631
8632         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8633         which unregisters the object path and disposes the handler.
8634
8635 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8636  
8637         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8638          
8639         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8640         operands to && so we call dbus_message_iter_next () for the last
8641         argument also.
8642
8643 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8644
8645         * dbus/dbus-object-tree.c
8646         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8647         children even if the requested path isn't registered.
8648         (object_tree_test_iteration): test object_tree_list_registered.
8649
8650         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8651         it to 0.
8652         
8653 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8654
8655         * doc/TODO: Remove resolved items.
8656
8657         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8658         field.
8659         
8660         * bus/connection.c (bus_connections_expect_reply): Enforce the
8661         per-connection limit on pending replies.
8662         
8663         Patch from Jon Trowbridge <trow@ximian.com>:
8664  
8665         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8666         up a watch that triggers a config reload when one end of the pipe
8667         becomes readable.
8668         (signal_handler): Instead of doing the config reload in our SIGHUP
8669         handler, just write to the reload pipe and let the associated
8670         watch handle the reload when control returns to the main loop.
8671  
8672         * bus/driver.c (bus_driver_handle_reload_config): Added.
8673         Implements a ReloadConfig method for requesting a configuration
8674         file reload via the bus driver.
8675  
8676 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
8677
8678         * HACKING: Updated release instructions concerning the wiki page.
8679
8680 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
8681
8682         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
8683         filter against auth->allowed_mechs; we only add allowed mechs in
8684         record_mechanisms().
8685  
8686         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
8687         ALLOWED_MECHS to auth-script format so we can set the list of
8688         allowed mechanisms.
8689  
8690         * data/auth/client-out-of-mechanisms.auth-script: New test to
8691         check client disconnects when it is out of mechanisms to try.
8692  
8693         * dbus/dbus-auth.c (process_command): Remove check for lines
8694         longer that 1 MB; we only buffer up maximum 16 kB.
8695  
8696         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
8697         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
8698         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
8699         assume there might be unused bytes.
8700  
8701         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
8702         client-out-of-mechs, it is handled in process_reject(). Move check
8703         for max failures to send_rejected(), as it's a server-only thing.
8704
8705         * dbus/dbus-auth.c: Factor out protocol reply code into functions
8706         send_auth(), send_data(), send_rejected(), send_error(),
8707         send_ok(), send_begin() and send_cancel().
8708
8709 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
8710
8711         Remove base64 encoding, replace with hex encoding. Original patch
8712         from trow@ximian.com, added error handling.
8713
8714         * dbus/dbus-string.c (_dbus_string_base64_encode)
8715         (_dbus_string_base64_decode): Remove.
8716         (_dbus_string_hex_decode): Add end_return argument so we can
8717         distinguish between OOM and invalid hex encoding.
8718         (_dbus_string_test): Remove base64 tests and add test case for
8719         invalid hex.
8720
8721         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
8722         Replace base64 with hex.
8723
8724         * test/data/auth/invalid-hex-encoding.auth-script: New test case
8725         for invalid hex encoded data in auth protocol.
8726
8727 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8728
8729         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
8730         leak.
8731
8732 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8733
8734         * mono/dbus-sharp.dll.config.in: Added for GAC
8735         * mono/dbus-sharp.snk: Added for GAC
8736         * mono/Assembly.cs.in: Added for GAC
8737         * mono/Makefile.am: Changes for GAC installation        
8738         * configure.in: Added refs for dbus-sharp.dll.config.in and
8739         Assembly.cs.in. More fixes for mono testing
8740         * mono/example/Makefile.am: Changed var to CSC
8741         * Makefile.am: Changed flag name to DBUS_USE_CSC
8742
8743 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8744
8745         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
8746         * mono/doc/*: Added documentation framework
8747         * configure.in: Added monodoc check
8748         * README: Added description of mono configure flags
8749
8750 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
8751
8752         * doc/dbus-specification.xml: Added a "Required" column to the 
8753         header fields table and changed the "zero or more" verbage in
8754         the above paragraph to read "The header must contain the required 
8755         named header fields and zero or more of the optional named header 
8756         fields".
8757         * test/data/invalid-messages/*.message: Added the required PATH 
8758         named header field to the tests so that they don't fail on 
8759         'Missing path field'
8760
8761 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
8762
8763         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
8764         the stack by implicitly defining variable and parameter types and
8765         removing the hack of defining C pointers as python objects and later
8766         casting them.
8767
8768 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
8769
8770         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
8771
8772 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
8773
8774         * mono/DBusType/Dict.cs: Handle empty dicts
8775         * mono/DBusType/Array.cs: Handle empty arrays
8776         * mono/Arguments.cs: Handle empty arguments
8777
8778 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
8779
8780         * dbus-sharp.pc.in: Modified to include include Libs and Requires
8781         field
8782
8783 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
8784
8785         * test/data/valid-messages/standard-*.message: Update message
8786         test scripts to new header field names.
8787
8788 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
8789
8790         * test/break-loader.c (randomly_do_n_things): tracked down buffer
8791         overflow to times_we_did_each_thing array which would chop off the
8792         first character of the failure_dir string. Increased the size of
8793         the array to 7 to reflect the number of random mutation functions
8794         we have.
8795
8796 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
8797
8798         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
8799         unix_server->watch here, it is unreffed in disconnect.
8800         (_dbus_server_new_for_tcp_socket): convert NULL host to
8801         "localhost" here so we don't append NULL to address.
8802         
8803         * dbus/dbus-server.c (_dbus_server_test): Add test case for
8804         various addresses, including tcp with no explicit host.
8805
8806 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8807
8808         * dbus/dbus-message.c (decode_header_data, decode_string_field):
8809         fix incorrect setting of .name_offset in the HeaderField (it was
8810         off by two bytes, positioned right after the name and typecode)
8811
8812         * bus/bus.c (bus_context_new, bus_context_unref): test before
8813         calling dbus_server_free_data_slot and _dbus_user_database_unref
8814         in case of an error.
8815
8816         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
8817         by libdbus-gtool.
8818
8819 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
8820
8821         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
8822         _dbus_poll() instead of select().
8823
8824 2004-04-15  Jon Trowbridge  <trow@ximian.com>
8825
8826         * bus/main.c (signal_handler): Reload the configuration files
8827         on SIGHUP.
8828         (main): Set up our SIGHUP handler.
8829
8830         * bus/bus.c (struct BusContext): Store the config file, user and
8831         fork flag in the BusContext.
8832         (process_config_first_time_only): Added.  Contains the code
8833         (previously in bus_context_new) for setting up the BusContext from
8834         the BusConfigParser that should only be run the first time the
8835         config files are read.
8836         (process_config_every_time): Added.  Contains the code (previously
8837         in bus_context_new) for setting up the BusContext from the
8838         BusConfigParser that should be run every time the config files are
8839         read.
8840         (load_config): Added.  Builds a BusConfigParser from the config
8841         files and passes the resulting structure off to
8842         process_config_first_time_only (assuming this is the first time)
8843         and process_config_every_time.
8844         (bus_context_new): All of the config-related code has been moved
8845         to process_config_first_time_only and process_config_every_time.
8846         Now this function just does the non-config-related initializations
8847         and calls load_config.
8848         (bus_context_reload_config): Added.
8849
8850 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8851
8852         * bus/driver.c (bus_driver_handle_get_service_owner):
8853         implement a GetServiceOwner method.
8854         * doc/dbus-specification.xml: document it.
8855         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
8856         
8857         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
8858         implement, using the bus GetServiceOwner method.
8859
8860         * test/glib/test-dbus-glib.c:
8861         use dbus_gproxy_new_for_service_owner so that we can receive the
8862         signal. 
8863
8864 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
8865
8866         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8867         dbus/dbus-message.c, dbus/dbus-protocol.h
8868         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
8869
8870         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8871         dbus/dbus-message.c, dbus/dbus-protocol.h
8872         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
8873
8874         * dbus/dbus-internals.c (_dbus_header_field_to_string):
8875         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
8876         DBUS_HEADER_FIELD_SENDER resolves to "sender"
8877
8878         * doc/dbus-specification.xml (Header Fields Table):
8879         s/SERVICE/DESTINATION
8880         s/SENDER_SERVICE/SENDER
8881
8882
8883 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8884
8885         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
8886         a few seconds.
8887
8888 2004-04-13  Michael Meeks  <michael@ximian.com>
8889
8890         * glib/dbus-gobject.c (handle_introspect): split out
8891         (introspect_properties): this.
8892         (handle_introspect): implement this.
8893
8894         * test/glib/Makefile.am: use the absolute path so the bus
8895         daemon's chdir ("/") doesn't kill us dead.
8896
8897         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
8898
8899 2004-04-12  Jon Trowbridge  <trow@ximian.com>
8900
8901         * bus/config-parser.c (struct BusConfigParser): Added
8902         included_files field.
8903         (seen_include): Added.  Checks whether or not a file has already
8904         been included by any parent BusConfigParser.
8905         (bus_config_parser_new): Copy the parent's included_files.
8906         (include_file): Track which files have been included, and fail on
8907         circular inclusions.
8908         (process_test_valid_subdir): Changed printf to report if we are
8909         testing valid or invalid conf files.
8910         (all_are_equiv): Changed printf to be a bit clearer about
8911         what we are actually doing.
8912         (bus_config_parser_test): Test invalid configuration files.
8913
8914 2004-04-09  Jon Trowbridge  <trow@ximian.com>
8915
8916         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
8917         argument.  If non-null, the newly-constructed BusConfigParser will
8918         be initialized with the parent's BusLimits instead of the default
8919         values.
8920         (include_file): When including a config file, pass in
8921         the current parser as the parent and then copy the BusLimits
8922         from the included BusConfigParser pack to the current parser.
8923         (process_test_valid_subdir): Renamed from process_test_subdir.
8924         (process_test_equiv_subdir): Added.  Walks through a directory,
8925         descending into each subdirectory and loading the config files
8926         it finds there.  If any subdirectory contains two config files
8927         that don't produce identical BusConfigParser structs, fail.
8928         For now, the BusConfigParser's BusPolicies are not compared.
8929         (bus_config_parser_test): Call both process_test_valid_subdir and
8930         process_test_equiv_subdir.
8931
8932         * bus/config-loader-libxml.c (bus_config_load): Take a parent
8933         argument and pass it along to the call to bus_config_parser_new.
8934         Also made a few small changes to allow this code to compile.
8935
8936         * bus/config-loader-expat.c (bus_config_load): Take a parent
8937         argument and pass it along to the call to bus_config_parser_new.
8938
8939         * bus/bus.c (bus_context_new): Load the config file
8940         with a NULL parent argument.
8941
8942 2004-03-29  Michael Meeks  <michael@ximian.com>
8943
8944         * glib/dbus-gobject.c (introspect_properties): split
8945         out, fix mangled 'while' flow control.
8946         (introspect_signals): implement.
8947         (handle_introspect): update.
8948
8949 2004-03-29  Michael Meeks  <michael@ximian.com>
8950
8951         * glib/dbus-gobject.c (set_object_property): split out / 
8952         re-work, use the property type, and not the message type(!)
8953         (get_object_property): ditto.
8954
8955         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
8956         (dbus_gvalue_marshal): make this code re-usable, needed
8957         for signals too, also on both proxy and server side.
8958         Re-write for more efficiency / readability.
8959
8960 2004-03-29  Michael Meeks  <michael@ximian.com>
8961
8962         * dbus/dbus-message.c
8963         (dbus_message_new_error_printf): impl.
8964
8965         * dbus/dbus-connection.c
8966         (dbus_connection_unregister_object_path): fix warning.
8967
8968         * configure.in: fix no-mono-installed situation.
8969
8970 2004-03-27  Havoc Pennington  <hp@redhat.com>
8971
8972         Patch from Timo Teräs:
8973         
8974         * tools/dbus-send.c (main): if --print-reply, assume type is
8975         method call; support boolean type args
8976         
8977         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
8978         bunch of memleak and logic bugs
8979         
8980 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8981
8982         * mono/Arguments.cs:
8983         * mono/Introspector.cs:
8984         * mono/Handler.cs:
8985         * mono/InterfaceProxy.cs:
8986         * mono/Message.cs
8987         * mono/ProxyBuilder.cs:
8988         * mono/Service.cs:
8989         Added InterfaceProxy class to avoid building proxies for every
8990         object.
8991
8992         * dbus-message.h:
8993         * dbus-message.c (dbus_message_append_args_valist)
8994         (dbus_message_iter_get_object_path)
8995         (dbus_message_iter_get_object_path_array)
8996         (dbus_message_iter_append_object_path)
8997         (dbus_message_iter_append_object_path_array):
8998         Added object_path iter functions to handle OBJECT_PATH arguments
8999         
9000 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
9001
9002         First checkin of mono bindings.
9003         * configure.in:
9004         * Makefile.am:
9005         Build stuff for the bindings
9006         * dbus-sharp.pc.in: Added for pkgconfig
9007         
9008 2004-03-21  Havoc Pennington  <hp@redhat.com>
9009
9010         * test/test-service.c (main): remove debug spew
9011
9012 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9013
9014         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
9015         arrays
9016
9017         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
9018         (dbus_message_iter_init_array_iterator)
9019         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
9020         indicate whether the iterator is empty
9021
9022         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
9023         warnings
9024
9025 2004-03-19  Havoc Pennington  <hp@redhat.com>
9026
9027         * NEWS: 0.21 updates
9028
9029         * configure.in: 0.21
9030
9031         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
9032         
9033         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
9034         you don't need pyrex to make dist
9035
9036         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
9037         sources; run moc
9038         
9039 2004-03-18  Richard Hult  <richard@imendio.com>
9040
9041         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
9042         (dbus_message_set_auto_activation): Add doxygen docs.
9043
9044 2004-03-16  Richard Hult  <richard@imendio.com>
9045
9046         * bus/activation.c: (bus_activation_service_created),
9047         (bus_activation_send_pending_auto_activation_messages),
9048         (bus_activation_activate_service):
9049         * bus/activation.h:
9050         * bus/dispatch.c: (bus_dispatch),
9051         (check_nonexistent_service_auto_activation),
9052         (check_service_auto_activated),
9053         (check_segfault_service_auto_activation),
9054         (check_existent_service_auto_activation), (bus_dispatch_test):
9055         * bus/driver.c: (bus_driver_handle_activate_service):
9056         * bus/services.c: (bus_registry_acquire_service):
9057         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
9058         (dbus_message_get_auto_activation):
9059         * dbus/dbus-message.h:
9060         * dbus/dbus-protocol.h: Implement auto-activation.
9061         
9062         * doc/dbus-specification.xml: Add auto-activation to the spec.
9063
9064 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9065
9066         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
9067         fix a bug with CUSTOM types.
9068
9069         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
9070         a unit test for this bug (used to fail).
9071
9072 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9073
9074         * bus/activation.c:
9075         (babysitter_watch_callback): notify all pending activations waiting for
9076           the same exec that the activation failed.
9077         (bus_activation_activate_service): shortcut the activation if we 
9078           already waiting for the same executable to start up.
9079
9080 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9081
9082         * bus/activation.c: 
9083         - Added service file reloading. 
9084           Each service files directory is kept in an hash table in 
9085           BusActivation and each BusActivationEntry knows what .service-file it
9086           was read from. So when you try to activate a service the bus will 
9087           check if it's been updated, removed or if new .service-files has 
9088           been installed.
9089         - Test code at the bottom for the service file reloading.
9090         * bus/test-main.c: (main):
9091         * bus/test.h:
9092         - added service reloading test.
9093         * dbus/dbus-sysdeps.c: 
9094         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
9095
9096 2004-03-08  Michael Meeks  <michael@ximian.com>
9097
9098         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
9099         bail immediately if disconnected, to avoid busy loop.
9100
9101         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
9102         cleanup cut/paste/inefficiency.
9103
9104 2004-03-01  David Zeuthen  <david@fubar.dk>
9105
9106         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
9107         bug where args were used twice. This bug resulted in a segfault
9108         on a Debian/PPC system when starting the messagebus daemon. Include
9109         dbus-sysdeps.h for DBUS_VA_COPY
9110
9111         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
9112
9113         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
9114         appropriate va_copy implementation. From GLib
9115         
9116 2004-02-24  Joe Shaw  <joe@ximian.com>
9117
9118         * bus/services.c (bus_registry_acquire_service): We need to pass
9119         in the service name to dbus_set_error() to prevent a crash.
9120
9121 2003-12-26  Anders Carlsson  <andersca@gnome.org>
9122
9123         * AUTHORS: Reveal my True identity.
9124
9125 2003-12-17  Mikael Hallendal  <micke@imendio.com>
9126
9127         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
9128         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
9129
9130 2003-12-13  Mikael Hallendal  <micke@imendio.com>
9131
9132         * doc/TODO: Added not about better error check of configuration files.
9133
9134 2003-12-02  Richard Hult  <richard@imendio.com>
9135
9136         * Update AFL version to 2.0 throughout the source files to reflect
9137         the update that was done a while ago.
9138
9139 2003-12-02  Richard Hult  <richard@imendio.com>
9140
9141         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
9142         wrote_dict_key to FALSE on the iter that the dict is appended to,
9143         just like when appending other types. Fixes a bug where a dict
9144         couldn't be put inside a dict.
9145         (dbus_message_iter_append_dict_key): Fix typo in warning message.
9146         (message_iter_test, _dbus_message_test): Add test case for dict
9147         inside dict.
9148
9149 2003-12-01  David Zeuthen  <david@fubar.dk>
9150
9151         * python/dbus.py: Add the actual message when calling the reciever
9152         of a signal such that parameters can be inspected. Add the method
9153         remove_signal_receiver
9154         
9155 2003-11-26  Mikael Hallendal  <micke@imendio.com>
9156
9157         * bus/*.[ch]:
9158         * dbus/*.[ch]:
9159         * glib/*.[ch]: Made ref functions return the pointer
9160
9161 2003-11-25  Zack Rusin  <zack@kde.org>
9162
9163         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
9164
9165         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
9166         wrappers,
9167
9168         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
9169         the Integrator and to better fit with the server,
9170
9171 2003-11-24  Zack Rusin  <zack@kde.org>
9172
9173         * qt/connection.h, qt/connection.cpp: removing initDbus method since
9174         the integrator handles it now
9175
9176         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
9177         since QTimer wasn't really meant to be used the way DBusTimeout is
9178
9179 2003-11-24  Zack Rusin  <zack@kde.org>
9180
9181         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
9182         Integrator class which integrates D-BUS with the Qt event loop,
9183
9184         * qt/connection.h, qt/connection.cpp: Move all the code which
9185         was dealing with D-BUS integration to the Integrator class,
9186         and start using Integrator,
9187
9188 2003-11-23  Zack Rusin  <zack@kde.org>
9189
9190         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
9191         wrapper
9192
9193         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
9194         switching namespaces to DBusQt, reworking the class,
9195
9196         * Makefile.cvs: switching dependencies so that it matches KDE 
9197         schematics,
9198         
9199         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
9200         the library
9201
9202 2003-11-19  Havoc Pennington  <hp@redhat.com>
9203
9204         * NEWS: update
9205
9206         * configure.in: bump version to 0.20
9207
9208         * configure.in (have_qt): add yet another place to look for qt
9209         (someone hand trolltech a .pc file...)
9210
9211 2003-11-01  Havoc Pennington  <hp@redhat.com>
9212
9213         * doc/dbus-specification.xml: add state machine docs on the auth
9214         protocol; just a first draft, I'm sure it's wrong.      
9215
9216 2003-10-28  David Zeuthen  <david@fubar.dk>
9217
9218         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
9219         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
9220         
9221 2003-10-28  Havoc Pennington  <hp@redhat.com>
9222
9223         * dbus/dbus-message.c (get_next_field): delete unused function
9224
9225 2003-10-28  Havoc Pennington  <hp@redhat.com>
9226
9227         * bus/expirelist.c (do_expiration_with_current_time): detect
9228         failure of the expire_func due to OOM
9229
9230         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9231
9232         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
9233         NoReply error that's now created by the bus when the service exits
9234
9235 2003-10-28  Havoc Pennington  <hp@redhat.com>
9236
9237         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
9238         tests for set_path, set_interface, set_member, etc.
9239
9240         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
9241
9242         * dbus/dbus-message.c (set_string_field): always just delete and
9243         re-append the field; accept NULL for deletion
9244         (re_align_fields_recurse): reimplement
9245         
9246 2003-10-26  Havoc Pennington  <hp@redhat.com>
9247
9248         * dbus/dbus-connection.c: fix docs to properly describe the
9249         disconnected message
9250         (_dbus_connection_notify_disconnected): remove this function; 
9251         we can't synchronously add the disconnected message, we have to 
9252         do it after we've queued any remaining real messages
9253         (_dbus_connection_get_dispatch_status_unlocked): queue the
9254         disconnect message only if the transport has finished queueing all
9255         its real messages and is disconnected.
9256         (dbus_connection_disconnect): update the dispatch status here
9257
9258 2003-10-22  Havoc Pennington  <hp@redhat.com>
9259
9260         * bus/bus.c (bus_context_check_security_policy): fix up assertion
9261
9262         * bus/connection.c (bus_transaction_send_from_driver): set the
9263         destination to the connection's base service
9264
9265 2003-10-20  Havoc Pennington  <hp@redhat.com>
9266
9267         hmm, make check is currently not passing.
9268         
9269         * doc/dbus-specification.xml: add requirement that custom type
9270         names follow the same rules as interface names.
9271
9272         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
9273         duplication and allow 'c' to be 'custom'; dict is now 'm' for
9274         'map'
9275
9276         * doc/dbus-specification.xml: update type codes to match
9277         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
9278         CUSTOM. Add type OBJECT_PATH to the spec.
9279
9280 2003-10-17  Havoc Pennington  <hp@redhat.com>
9281
9282         * bus/driver.c (create_unique_client_name): use "." as separator
9283         in base service names instead of '-'
9284
9285         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
9286         byte at the end of the string
9287
9288         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
9289         optimization macros since string validation seems to be a slow
9290         point.
9291         
9292         * doc/dbus-specification.xml: restrict valid
9293         service/interface/member/error names. Add test suite code for the
9294         name validation.
9295
9296         * dbus/dbus-string.c: limit service/interface/member/error names 
9297         to [0-9][A-Z][a-z]_
9298
9299         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
9300         format arg to verbose spew
9301
9302         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
9303         memory, return instead of g_error
9304
9305         * test/test-service.c (path_message_func): support emitting a
9306         signal on request
9307
9308         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
9309         activation bus type if DBUS_BUS_ACTIVATION was set; default to
9310         assuming the activation bus was the session bus so that services
9311         started manually will still register.
9312         (init_connections_unlocked): fix so that in OOM situation we get
9313         the same semantics when retrying the function
9314         
9315         * test/test-service.c (main): change to use path registration, to
9316         test those codepaths; register with DBUS_BUS_ACTIVATION rather
9317         than DBUS_BUS_SESSION
9318
9319 2003-10-16  Havoc Pennington  <hp@redhat.com>
9320
9321         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
9322
9323         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
9324         coverage of the tests
9325         (coverage-report.txt): don't move the .da and .bbg files around
9326
9327 2003-10-16  Havoc Pennington  <hp@redhat.com>
9328
9329         * bus/bus.c (struct BusContext): remove struct field I didn't mean
9330         to put there
9331
9332 2003-10-16  Havoc Pennington  <hp@redhat.com>
9333
9334         * bus/connection.c (bus_pending_reply_expired): either cancel or
9335         execute, not both
9336         (bus_connections_check_reply): use unlink, not remove_link, as we
9337         don't want to free the link; fixes double free mess
9338
9339         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
9340         where no reply was received
9341
9342         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
9343         fix a refcount leak
9344
9345         * bus/signals.c (match_rule_matches): add special cases for the
9346         bus driver, so you can match on sender/destination for it.
9347
9348         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
9349         DBUS_PRINT_BACKTRACE is set
9350
9351         * dbus/dbus-internals.c: add pid to assertion failure messages
9352
9353         * dbus/dbus-connection.c: add message type code to the debug spew
9354
9355         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
9356         sender=foo not service=foo
9357
9358         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
9359         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
9360         DBUS_ACTIVATION_ADDRESS instead
9361
9362         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
9363         DBUS_SYSTEM_BUS_ADDRESS if appropriate
9364
9365         * bus/bus.c (bus_context_new): handle OOM copying bus type into
9366         context struct
9367
9368         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
9369         (dbus_message_iter_get_object_path_array): new function (half
9370         finished, disabled for the moment)
9371         
9372         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
9373         DBUS_MESSAGE_TYPE_ERROR
9374
9375         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
9376         avoid redirecting stderr to /dev/null
9377         (babysit): close stdin if not doing the "exit_with_session" thing
9378
9379         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
9380         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
9381         stdout/stdin, so things don't get confused
9382         
9383         * bus/system.conf.in: fix to allow replies, I modified .conf
9384         instead of .conf.in again.
9385
9386 2003-10-14  David Zeuthen  <david@fubar.dk>
9387
9388         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
9389         argtype to arg_type when raising unknown arg type exception.
9390         Changed type list to reflect the changes in dbus-protocol.h so 
9391         the bindings actually work.
9392
9393 2003-10-14  Havoc Pennington  <hp@redhat.com>
9394
9395         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
9396         to have a bug keeping it from outputting the .da files sometimes
9397         (string_get_string): don't append garbage nul bytes to the string.
9398
9399 2003-10-15  Seth Nickell  <seth@gnome.org>
9400
9401         * python/Makefile.am:
9402
9403         Include dbus_h_wrapper.h in the dist tarball.
9404
9405 2003-10-14  Havoc Pennington  <hp@redhat.com>
9406
9407         * bus/bus.c (bus_context_check_security_policy): revamp this to
9408         work more sanely with new policy-based requested reply setup
9409
9410         * bus/connection.c (bus_transaction_send_from_driver): set bus
9411         driver messages as no reply
9412
9413         * bus/policy.c (bus_client_policy_check_can_receive): handle a
9414         requested_reply attribute on allow/deny rules
9415
9416         * bus/system.conf: add <allow requested_reply="true"/>
9417
9418         * bus/driver.c (bus_driver_handle_message): fix check for replies
9419         sent to the bus driver, which was backward. How did this ever work
9420         at all though? I think I'm missing something.
9421
9422         * dbus/dbus-message.c (decode_header_data): require error and
9423         method return messages to have a reply serial field to be valid
9424         (_dbus_message_loader_queue_messages): break up this function;
9425         validate that reply serial and plain serial are nonzero; 
9426         clean up the OOM/error handling.
9427         (get_uint_field): don't return -1 from this
9428         (dbus_message_create_header): fix signed/unsigned bug
9429
9430         * bus/connection.c (bus_connections_expect_reply): save serial of
9431         the incoming message, not reply serial
9432
9433 2003-10-14  Havoc Pennington  <hp@redhat.com>
9434
9435         * bus/connection.c: implement pending reply tracking using
9436         BusExpireList
9437
9438         * bus/bus.c (bus_context_check_security_policy): verify that a
9439         reply is pending in order to allow a reply to be sent. Deny 
9440         messages of unknown type.
9441
9442         * bus/dbus-daemon-1.1.in: update to mention new resource limits
9443
9444         * bus/bus.c (bus_context_get_max_replies_per_connection): new
9445         (bus_context_get_reply_timeout): new
9446
9447 2003-10-13  Seth Nickell  <seth@gnome.org>
9448
9449         * python/Makefile.am:
9450
9451         Pass "make distcheck": remove a couple files from DIST_FILES
9452         that weren't included in the final version.
9453
9454 2003-10-12  Havoc Pennington  <hp@pobox.com>
9455
9456         Added test code that 1) starts an actual bus daemon and 2) uses
9457         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9458         more testing possible, but this is the basic framework.
9459         
9460         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9461         empty proxy lists from the proxy list hash
9462
9463         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9464         couple of return_if_fail checks
9465
9466         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9467         to allocate, so everything is cleared to NULL as it should be.
9468
9469         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9470         source as data to dbus_connection_set_timeout_functions() as the 
9471         timeout functions expected
9472
9473         * test/glib/run-test.sh: add a little script to start up a message
9474         bus and run tests using it
9475
9476         * tools/dbus-launch.1: updates
9477
9478         * tools/dbus-launch.c (main): add --config-file option
9479
9480         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9481         that could never be reached.
9482
9483         * dbus/dbus-message.c (dbus_message_new_method_return) 
9484         (dbus_message_new_error, dbus_message_new_signal): set the
9485         no-reply-expected flag on all these. Redundant, but may
9486         as well be consistent.
9487
9488 2003-10-11  Havoc Pennington  <hp@pobox.com>
9489
9490         * test/decode-gcov.c (function_solve_graph): make broken block
9491         graph a nonfatal error since it seems to be broken. Need to debug
9492         this.
9493
9494         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9495         can't just check type > INVALID < LAST anymore
9496
9497         * dbus/dbus-message.c (dbus_message_get_signature): new function
9498         (dbus_message_has_signature): new function
9499         (struct DBusMessage): add signature field (right now it isn't sent
9500         over the wire, just generated on the fly)
9501         (dbus_message_copy): copy the signature, and init strings to
9502         proper length to avoid some reallocs
9503         (dbus_message_iter_init_array_iterator): return void, since it
9504         can't fail
9505         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9506         (_dbus_message_loader_queue_messages): add silly temporary hack to
9507         fill in message->signature on load
9508
9509         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9510         characters, so they are relatively human-readable.
9511
9512 2003-10-11  Havoc Pennington  <hp@pobox.com>
9513
9514         * dbus/dbus-message.c (_dbus_message_test): add more test
9515         coverage, but #if 0 for now since they uncover a bug 
9516         not fixed yet; I think in re_align_field_recurse()
9517         (re_align_field_recurse): add FIXME about broken assertion
9518
9519         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9520
9521         * bus/connection.c: share a couple code bits with expirelist.c
9522
9523         * bus/expirelist.h, bus/expirelist.c: implement a generic
9524         expire-items-after-N-seconds facility, was going to share between
9525         expiring connections and replies, decided not to use for expiring
9526         connections for now.
9527
9528         * COPYING: include AFL 2.0 (still need to change all the file headers)
9529
9530 2003-10-09  Havoc Pennington  <hp@redhat.com>
9531
9532         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9533         gcc 3.3. Not that we do anything about it yet.
9534
9535         * bus/signals.c (bus_match_rule_parse): impose max length on the
9536         match rule text
9537
9538         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9539
9540 2003-10-09  Havoc Pennington  <hp@redhat.com>
9541
9542         Make matching rules theoretically work (add parser).
9543         
9544         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9545         the case where destination is explicitly specified as bus driver
9546         and someone else is eavesdropping.
9547         
9548         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9549         definition of eavesdropping and assertion
9550
9551         * tools/dbus-send.c (main): use dbus_message_type_from_string
9552
9553         * bus/signals.c (bus_match_rule_parse): implement
9554
9555         * dbus/dbus-message.c (dbus_message_type_from_string): new
9556
9557         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9558
9559 2003-10-02  Havoc Pennington  <hp@pobox.com>
9560
9561         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9562         dbus_gproxy_oneway_call
9563
9564         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9565         (dbus_server_setup_with_g_main): fix to allow calling them more
9566         than once on the same args
9567         (dbus_bus_get_with_g_main): new function
9568
9569 2003-10-02  Havoc Pennington  <hp@redhat.com>
9570
9571         * doc/dbus-tutorial.xml: write some stuff
9572
9573 2003-09-29  Havoc Pennington  <hp@pobox.com>
9574
9575         * configure.in: split checks for Doxygen from XML docs, check for
9576         xmlto
9577
9578         * doc/Makefile.am: XML-ify all the docs, and add a blank
9579         dbus-tutorial.xml
9580
9581 2003-09-29  Havoc Pennington  <hp@pobox.com>
9582
9583         * Merge dbus-object-names branch. To see the entire patch 
9584         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9585         it's huuuuge though.
9586         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9587         
9588 2003-09-28  Havoc Pennington  <hp@pobox.com>
9589
9590         * HACKING: update to reflect new server
9591
9592 2003-09-26  Seth Nickell  <seth@gnome.org>
9593
9594         * python/dbus.py:
9595         * python/examples/example-signals.py:
9596
9597         Start implementing some notions of signals. The API
9598         is really terrible, but they sort of work (with the
9599         exception of being able to filter by service, and to
9600         transmit signals *as* a particular service). Need to
9601         figure out how to make messages come from the service
9602         we registered :-(
9603         
9604         * python/dbus_bindings.pyx.in:
9605
9606         Removed duplicate message_handler callbacks.
9607         
9608 2003-09-25  Havoc Pennington  <hp@redhat.com>
9609
9610         * bus/session.conf.in: fix my mess
9611
9612 2003-09-25  Havoc Pennington  <hp@pobox.com>
9613
9614         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9615
9616 2003-09-25  Seth Nickell  <seth@gnome.org>
9617
9618         * python/examples/example-service.py:
9619
9620         Johan notices complete wrong code in example-service, but
9621         completely wrong in a way that works exactly the same (!).
9622         Johan is confused, how could this possibly work? Example
9623         code fails to serve purpose of making things clear.
9624         Seth fixes.
9625
9626 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9627
9628         * doc/dbus-specification.sgml: don't require header fields
9629         to be 4-byte aligned and specify that fields should be
9630         distinguished from padding by the fact that zero is not
9631         a valid field name.
9632         
9633         * doc/TODO: remove re-alignment item and add item to doc
9634         the OBJECT_PATH type.
9635         
9636         * dbus/dbus-message.c:
9637         (HeaderField): rename the original member to value_offset
9638         and introduce a name_offset member to keep track of where
9639         the field actually begins.
9640         (adjust_field_offsets): remove.
9641         (append_int_field), (append_uint_field),
9642         (append_string_field): don't align the start of the header
9643         field to a 4-byte boundary.
9644         (get_next_field): impl finding the next marhsalled field
9645         after a given field.
9646         (re_align_field_recurse): impl re-aligning a number of
9647         already marshalled fields.
9648         (delete_field): impl deleting a field of any type and
9649         re-aligning any following fields.
9650         (delete_int_or_uint_field), (delete_string_field): remove.
9651         (set_int_field), (set_uint_field): no need to re-check
9652         that we have the correct type for the field.
9653         (set_string_field): ditto and impl re-aligning any
9654         following fields.
9655         (decode_header_data): update to take into account that
9656         the fields aren't 4-byte aligned any more and the new
9657         way to distinguish padding from header fields. Also,
9658         don't exit when there is too much header padding.
9659         (process_test_subdir): print the directory.
9660         (_dbus_message_test): add test to make sure a following
9661         field is re-aligned correctly after field deletion.
9662         
9663         * dbus/dbus-string.[ch]:
9664         (_dbus_string_insert_bytes): rename from insert_byte and
9665         allow the insert of multiple bytes.
9666         (_dbus_string_test): test inserting multiple bytes.
9667
9668         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
9669         warning note to docs about having to re-align any
9670         marshalled values following the string.
9671         
9672         * dbus/dbus-message-builder.c:
9673         (append_string_field), (_dbus_message_data_load):
9674         don't align the header field.
9675         
9676         * dbus/dbus-auth.c: (process_test_subdir): print the
9677         directory.
9678         
9679         * test/break-loader.c: (randomly_add_one_byte): upd. for
9680         insert_byte change.
9681         
9682         * test/data/invalid-messages/bad-header-field-alignment.message:
9683         new test case.
9684         
9685         * test/data/valid-messages/unknown-header-field.message: shove
9686         a dict in the unknown field.
9687
9688 2003-09-25  Seth Nickell  <seth@gnome.org>
9689
9690         * python/dbus.py:
9691         * python/dbus_bindings.pyx.in:
9692
9693         Handle return values.
9694         
9695         * python/examples/example-client.py:
9696         * python/examples/example-service.py:
9697
9698         Pass back return values from the service to the client.
9699         
9700 2003-09-24  Seth Nickell  <seth@gnome.org>
9701
9702         * python/dbus.py:
9703
9704         Connect Object methods (when you are sharing an object) up... pass
9705         in a list of methods to be shared. Sharing all the methods just
9706         worked out too weird. You can now create nice Services over the
9707         DBus in Python. :-)
9708         
9709         * python/dbus_bindings.pyx.in:
9710
9711         Keep references to user_data tuples passed into C functions so 
9712         Python doesn't garbage collect on us.
9713
9714         Implement MethodReturn and Error subclasses of Message for creating
9715         DBusMessage's of those types.
9716         
9717         * python/examples/example-client.py:
9718         * python/examples/example-service.py:
9719
9720         Simple example code showing both how create DBus services and objects,
9721         and how to use them.
9722
9723 2003-09-23  Havoc Pennington  <hp@pobox.com>
9724
9725         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
9726
9727 2003-09-23  Havoc Pennington  <hp@redhat.com>
9728
9729         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
9730         (dbus_gproxy_disconnect_signal): implement
9731         (dbus_gproxy_manager_remove_signal_match): implement
9732         (dbus_gproxy_manager_add_signal_match): implement
9733         (dbus_gproxy_oneway_call): implement
9734
9735 2003-09-23  Havoc Pennington  <hp@pobox.com>
9736
9737         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
9738         subclass. This means dropping the transparent thread safety of the
9739         proxy; you now need a separate proxy per-thread, or your own
9740         locking on the proxy. Probably right anyway.
9741         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
9742
9743 2003-09-22  Havoc Pennington  <hp@redhat.com>
9744
9745         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
9746
9747 2003-09-21  Seth Nickell  <seth@gnome.org>
9748
9749         First checkin of the Python bindings.
9750         
9751         * python/.cvsignore:
9752         * python/Makefile.am:
9753         * python/dbus_bindings.pyx.in:
9754         * python/dbus_h_wrapper.h:
9755
9756         Pieces for Pyrex to operate on, building a dbus_bindings.so
9757         python module for low-level access to the DBus APIs.
9758         
9759         * python/dbus.py:
9760
9761         High-level Python module for accessing DBus objects.
9762
9763         * configure.in:
9764         * Makefile.am:
9765
9766         Build stuff for the python bindings.
9767
9768         * acinclude.m4:
9769
9770         Extra macro needed for finding the Python C header files.
9771
9772 2003-09-21  Havoc Pennington  <hp@pobox.com>
9773
9774         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
9775         implementing the proxy manager, didn't get very far.
9776
9777         * dbus/dbus-bus.c (dbus_bus_add_match): new
9778         (dbus_bus_remove_match): new
9779
9780         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
9781         path_name argument; adjust the other not-yet-implemented 
9782         gproxy constructors to be what I think they should be.
9783
9784 2003-09-21  Havoc Pennington  <hp@pobox.com>
9785
9786         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
9787         by default for message bus connections.
9788
9789         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
9790         exit_on_disconnect flag is set and we process the disconnected
9791         signal.
9792         (dbus_connection_set_exit_on_disconnect): new function
9793
9794 2003-09-21  Havoc Pennington  <hp@pobox.com>
9795
9796         Get matching rules mostly working in the bus; only actually
9797         parsing the rule text remains. However, the client side of
9798         "signal connections" hasn't been started, this patch is only the
9799         bus side.
9800         
9801         * dbus/dispatch.c: fix for the matching rules changes
9802         
9803         * bus/driver.c (bus_driver_handle_remove_match)
9804         (bus_driver_handle_add_match): send an ack reply from these
9805         method calls
9806
9807         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
9808         arguments, reported by Seth Nickell
9809
9810         * bus/config-parser.c (append_rule_from_element): support
9811         eavesdrop=true|false attribute on policies so match rules 
9812         can be prevented from snooping on the system bus.
9813
9814         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
9815         and "destination" in attribute names; fix some docs bugs; 
9816         add eavesdrop=true|false attribute
9817
9818         * bus/driver.c (bus_driver_handle_add_match)
9819         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
9820         messages
9821
9822         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
9823         rid of broadcast service concept, signals are just always broadcast
9824
9825         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
9826         mostly implement matching rules stuff (currently only exposed as signal
9827         connections)
9828
9829 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
9830
9831         * doc/dbus-specification.sgml: Change the header field name
9832         to be an enum and update the rest of the spec to reference
9833         the fields using the conventinal name.
9834
9835         * dbus/dbus-protocol.h: update to reflect the spec.
9836
9837         * doc/TODO: add item to remove the 4 byte alignment requirement.
9838         
9839         * dbus/dbus-message.c: Remove the code to generalise the
9840         header/body length and serial number header fields as named
9841         header fields so we can reference field names using the 
9842         protocol values.
9843         (append_int_field), (append_uint_field), (append_string_field):
9844         Append the field name as a byte rather than four chars.
9845         (delete_int_or_uint_field), (delete_string_field): reflect the
9846         fact that the field name and typecode now occupy 4 bytes instead
9847         of 8.
9848         (decode_string_field), (decode_header_data): update to reflect
9849         protocol changes and move the field specific encoding from
9850         decode_string_field() back into decode_header_data().
9851         
9852         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
9853         Add utility to aid debugging.
9854         
9855         * dbus/dbus-message-builder.c:
9856         (append_string_field), (_dbus_message_data_load): Update to
9857         reflect protocol changes; Change the FIELD_NAME directive
9858         to HEADER_FIELD and allow it to take the field's conventional
9859         name rather than the actual value.
9860         
9861         * test/data/*/*.message: Update to use HEADER_FIELD instead
9862         of FIELD_NAME; Always align the header on an 8 byte boundary
9863         *before* updating the header length.
9864
9865 2003-09-15  Havoc Pennington  <hp@pobox.com>
9866
9867         * dbus/dbus-pending-call.c: add the get/set object data
9868         boilerplate as for DBusConnection, etc. Use generic object data
9869         for the notify callback.
9870
9871         * glib/dbus-gparser.c (parse_node): parse child nodes
9872
9873         * tools/dbus-viewer.c: more hacking on the dbus-viewer
9874         
9875         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
9876         contain functions shared between the convenience lib and the
9877         installed lib
9878
9879         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
9880         -export-symbols-regex to the GLib library
9881
9882         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
9883         fix the locking in here, and add a default handler for
9884         Introspect() that just returns sub-nodes.
9885
9886 2003-09-14  Havoc Pennington  <hp@pobox.com>
9887
9888         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
9889         rather than gfoo consistent
9890
9891         * glib/dbus-gproxy.h: delete for now, move contents to
9892         dbus-glib.h, because the include files don't work right since we
9893         aren't in the dbus/ subdir.
9894         
9895         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
9896         (dbus_gproxy_end_call): finish
9897         (dbus_gproxy_begin_call): finish
9898
9899         * glib/dbus-gmain.c (dbus_set_g_error): new
9900
9901         * glib/dbus-gobject.c (handle_introspect): include information
9902         about child nodes in the introspection
9903
9904         * dbus/dbus-connection.c (dbus_connection_list_registered): new
9905         function to help in implementation of introspection
9906
9907         * dbus/dbus-object-tree.c
9908         (_dbus_object_tree_list_registered_and_unlock): new function
9909
9910 2003-09-12  Havoc Pennington  <hp@pobox.com>
9911
9912         * glib/dbus-gidl.h: add common base class for all the foo_info
9913         types
9914
9915         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
9916         similar to kdcop
9917
9918         * test/Makefile.am: try test srcdir -ef . in addition to test
9919         srcdir = ., one of them should work (yeah lame)
9920         
9921         * glib/Makefile.am: build the "idl" parser stuff as a convenience
9922         library
9923         
9924         * glib/dbus-gparser.h: make description_load routines return
9925         NodeInfo* not Parser*
9926
9927         * Makefile.am (SUBDIRS): build test dir after all library dirs
9928
9929         * configure.in: add GTK+ detection
9930
9931 2003-09-07  Havoc Pennington  <hp@pobox.com>
9932
9933         * Make Doxygen contented.
9934
9935 2003-09-07  Havoc Pennington  <hp@pobox.com>
9936
9937         * doc/dbus-specification.sgml: more updates
9938
9939 2003-09-06  Havoc Pennington  <hp@pobox.com>
9940
9941         * doc/dbus-specification.sgml: partial updates
9942
9943         * bus/dbus-daemon-1.1.in: fix the config file docs for the
9944         zillionth time; hopefully I edited the right file this time.
9945
9946         * bus/config-parser.c (append_rule_from_element): support
9947         send_type, send_path, receive_type, receive_path
9948
9949         * bus/policy.c: add message type and path to the list of things
9950         that can be "firewalled"
9951
9952 2003-09-06  Havoc Pennington  <hp@pobox.com>
9953
9954         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
9955         (dbus_connection_register_object_path): make this not handle
9956         messages to paths below the given path
9957
9958 2003-09-03  Havoc Pennington  <hp@pobox.com>
9959
9960         * test/glib/Makefile.am: add this with random glib-linked test
9961         programs
9962
9963         * glib/Makefile.am: remove the random test programs from here,
9964         leave only the unit tests
9965
9966         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
9967         uscore/javacaps conversion, and fix     
9968         (get_object_property, set_object_property): change to .NET
9969         convention for mapping props to methods, set_FooBar/get_FooBar, 
9970         since one language has such a convention we may as well copy it. 
9971         Plus real methods in either getFooBar or get_foo_bar style won't 
9972         collide with this convention.
9973
9974 2003-09-01  Havoc Pennington  <hp@pobox.com>
9975
9976         * glib/dbus-gparser.c: implement
9977
9978         * glib/dbus-gobject.c: start implementing skeletons support
9979
9980         * configure.in: when disabling checks/assert, also define
9981         G_DISABLE_ASSERT and G_DISABLE_CHECKS
9982
9983 2003-09-01  Havoc Pennington  <hp@pobox.com>
9984
9985         * glib/Makefile.am: rearrange a bunch of files and get "make
9986         check" framework set up
9987
9988 2003-08-31  Havoc Pennington  <hp@pobox.com>
9989
9990         * fix build with --disable-tests
9991
9992 2003-08-30  Havoc Pennington  <hp@pobox.com>
9993
9994         * dbus/dbus-connection.c: purge DBusMessageHandler
9995
9996         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
9997         use callbacks everywhere
9998
9999 2003-08-30  Havoc Pennington  <hp@pobox.com>
10000
10001         * test/data/valid-config-files/system.d/test.conf: change to 
10002         root for the user so warnings don't get printed
10003
10004         * dbus/dbus-message.c: add dbus_message_get_path,
10005         dbus_message_set_path
10006         
10007         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
10008         dispatching to a path
10009
10010         * dbus/dbus-string.c (_dbus_string_validate_path): add
10011
10012         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
10013         (_dbus_marshal_object_path): implement
10014
10015         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
10016         to contain the path to the target object
10017         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
10018         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
10019
10020 2003-08-30  Havoc Pennington  <hp@pobox.com>
10021
10022         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
10023
10024 2003-08-29  Havoc Pennington  <hp@pobox.com>
10025
10026         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
10027         registered
10028         (struct DBusObjectSubtree): shrink this
10029         a lot, since we may have a lot of them
10030         (_dbus_object_tree_free_all_unlocked): implement
10031         (_dbus_object_tree_dispatch_and_unlock): implement
10032
10033 2003-08-29  Havoc Pennington  <hp@pobox.com>
10034
10035         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
10036
10037 2003-08-28  Havoc Pennington  <hp@pobox.com>
10038
10039         purge DBusObjectID
10040         
10041         * dbus/dbus-connection.c: port to no ObjectID, create a
10042         DBusObjectTree, rename ObjectTree to ObjectPath in public API
10043
10044         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
10045         everything except UnregisterFunction and MessageFunction
10046         
10047         * dbus/dbus-marshal.c: port away from DBusObjectID, 
10048         add DBUS_TYPE_OBJECT_PATH
10049         
10050         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
10051         dbus/dbus-objectid.[hc]: remove these, we are moving to 
10052         path-based object IDs
10053
10054 2003-08-25  Havoc Pennington  <hp@pobox.com>
10055
10056         Just noticed that dbus_message_test is hosed, I wonder when I
10057         broke that. I thought make check was passing earlier...
10058         
10059         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
10060         container tree, will replace most of dbus-object-registry
10061
10062         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
10063         screwup
10064
10065 2003-08-19  Havoc Pennington  <hp@pobox.com>
10066
10067         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
10068         (dbus_message_is_error): fix this function
10069
10070         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
10071         match
10072
10073         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
10074         reflect clarified man page
10075         (bus_client_policy_check_can_send): ditto
10076         
10077         * bus/session.conf.in: fixup
10078
10079         * bus/system.conf.in: fixup
10080
10081 2003-08-18  Havoc Pennington  <hp@redhat.com>
10082
10083         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
10084
10085         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10086         dumb bug created earlier (wrong order of args to
10087         decode_header_data())
10088         
10089         * tools/dbus-send.c: port
10090
10091         * tools/dbus-print-message.c (print_message): port
10092
10093         * test/data/*messages: port all messages over
10094         
10095         * dbus/dbus-message-builder.c: support including 
10096         message type
10097         
10098         * bus/driver.c: port over
10099         
10100         * bus/dispatch.c: port over to new stuff
10101
10102         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10103         rename disconnect signal to "Disconnected"
10104
10105 2003-08-17  Havoc Pennington  <hp@pobox.com>
10106
10107         This doesn't compile yet, but syncing up so I can hack on it from
10108         work. What are branches for if not broken code? ;-)
10109         
10110         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
10111         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
10112         DBUS_HEADER_FIELD_ERROR_NAME
10113         
10114         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
10115         for the interface+member pairs
10116         (string_hash): change to use g_str_hash algorithm
10117         (find_direct_function, find_string_function): refactor these to
10118         share most code.
10119         
10120         * dbus/dbus-message.c: port all of this over to support 
10121         interface/member fields instead of name field
10122
10123         * dbus/dbus-object-registry.c: port over
10124         
10125         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
10126         from _dbus_string_validate_name
10127
10128         * bus/dbus-daemon-1.1: change file format for the 
10129         <deny>/<allow> stuff to match new message naming scheme
10130
10131         * bus/policy.c: port over
10132
10133         * bus/config-parser.c: parse new format
10134         
10135 2003-08-16  Havoc Pennington  <hp@pobox.com>
10136
10137         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
10138         broken assertion
10139
10140         * glib/dbus-gproxy.c: some hacking
10141
10142 2003-08-15  Havoc Pennington  <hp@redhat.com>
10143
10144         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
10145
10146         * dbus/dbus-connection.c
10147         (dbus_connection_send_with_reply_and_block): factor out internals;
10148         change to convert any error replies to DBusError instead of 
10149         returning them as a message
10150
10151 2003-08-15  Havoc Pennington  <hp@pobox.com>
10152
10153         * dbus/dbus-connection.c, 
10154         dbus/dbus-pending-call.c: Finish the pending call stuff
10155
10156 2003-08-14  Havoc Pennington  <hp@redhat.com>
10157
10158         * dbus/dbus-pending-call.c: start on new object that will replace
10159         DBusMessageHandler and ReplyHandlerData for tracking outstanding
10160         replies
10161
10162         * dbus/dbus-gproxy.c: start on proxy object used to communicate
10163         with remote interfaces
10164
10165         * dbus/dbus-gidl.c: do the boring boilerplate in here
10166         
10167 2003-08-12  Havoc Pennington  <hp@pobox.com>
10168
10169         * bus/dispatch.c (bus_dispatch): make this return proper 
10170         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
10171
10172         * dbus/dbus-errors.c (dbus_set_error): use
10173         _dbus_string_append_printf_valist
10174
10175         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
10176         (_dbus_string_append_printf): new
10177
10178         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
10179         UNKNOWN_METHOD
10180
10181         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
10182         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
10183         message is unhandled.
10184
10185 2003-08-11  Havoc Pennington  <hp@pobox.com>
10186
10187         * bus/test.c (client_disconnect_handler): change to return
10188         HANDLED (would have been REMOVE_MESSAGE)
10189
10190         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
10191         HANDLED/NOT_YET_HANDLED instead of
10192         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
10193         should be used.
10194
10195 2003-08-10  Havoc Pennington  <hp@pobox.com>
10196
10197         * tools/dbus-send.c (main): add --type argument, for now
10198         supporting only method_call and signal types.
10199
10200         * tools/dbus-print-message.c: print message type
10201
10202         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10203         init connection->objects
10204
10205         * doc/dbus-specification.sgml: fix sgml
10206
10207         * bus/*.c: port over to object-instance API changes
10208
10209         * test/test-service.c: ditto
10210         
10211         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
10212         name, we will have to fix up the rest of the code to also handle
10213         this
10214         (dbus_message_new): generic message-creation call
10215         (set_string_field): allow appending name field
10216
10217 2003-08-06  Havoc Pennington  <hp@pobox.com>
10218
10219         * dbus/dbus-object-registry.c: implement signal connection 
10220         and dispatch
10221
10222         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
10223
10224         * dbus/dbus-internals.c (_dbus_memdup): new function
10225
10226 2003-08-02  Havoc Pennington  <hp@pobox.com>
10227
10228         * dbus/dbus-message.c (dbus_message_get_no_reply)
10229         (dbus_message_set_no_reply): add these and remove
10230         set_is_error/get_is_error
10231
10232         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
10233         remove the ERROR flag, since there's now an ERROR type
10234
10235 2003-08-01  Havoc Pennington  <hp@pobox.com>
10236
10237         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
10238         implement
10239
10240         * dbus/dbus-message.c (dbus_message_get_type): new function
10241
10242         * doc/dbus-specification.sgml: add "type" byte to messages
10243
10244 2003-08-01  Havoc Pennington  <hp@pobox.com>
10245
10246         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
10247         a message type enum to distinguish kinds of message
10248         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
10249         that need not be replied to
10250
10251 2003-08-01  Havoc Pennington  <hp@pobox.com>
10252
10253         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
10254         (unpack_8_octets): fix no-64-bit-int bug
10255
10256         * dbus/dbus-object-registry.c (validate_id): validate the 
10257         connection ID bits, not just the instance ID.
10258
10259         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
10260         the connection-global 33 bits of the object ID
10261
10262         * dbus/dbus-object-registry.c (info_from_entry): fill in 
10263         object ID in the new way
10264
10265         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
10266         define server/client/instance bits.
10267
10268 2003-07-30  Havoc Pennington  <hp@pobox.com>
10269
10270         * dbus/dbus-connection.c (dbus_connection_register_object): fix
10271         build
10272
10273 2003-07-13  Havoc Pennington  <hp@pobox.com>
10274
10275         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
10276         fields to DBusObjectVTable and DBusObjectInfo
10277
10278 2003-07-12  Havoc Pennington  <hp@pobox.com>
10279
10280         * dbus/dbus-object-registry.c: implement unit test,
10281         fix bugs discovered in process
10282
10283         * dbus/dbus-connection.c: remove handler_table and
10284         register_handler(), add DBusObjectRegistry usage
10285
10286         * dbus/dbus-objectid.c (dbus_object_id_is_null)
10287         (dbus_object_id_set_null): new functions
10288
10289 2003-07-08  Havoc Pennington  <hp@pobox.com>
10290
10291         * dbus/dbus-object.c: implement some of this
10292
10293         * dbus/dbus-object-registry.c
10294         (_dbus_object_registry_add_and_unlock): fill in the object_id out
10295         param
10296         (_dbus_object_registry_new): handle OOM
10297
10298 2003-07-08  Havoc Pennington  <hp@pobox.com>
10299
10300         * dbus/dbus-object.h: sketch out an API for registering objects
10301         with a connection, that allows us to use as little as 24 bytes
10302         per object and lets application code represent an object in 
10303         any conceivable way.
10304
10305         * dbus/dbus-object-registry.c: implement the hard bits of the
10306         DBusConnection aspect of object API. Not yet wired up.
10307         
10308 2003-07-06  Havoc Pennington  <hp@pobox.com>
10309
10310         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
10311         (_dbus_marshal_object_id): new
10312         (_dbus_demarshal_object_id): new
10313         (_dbus_marshal_get_arg_end_pos): support object ID type, and
10314         consolidate identical switch cases. Don't conditionalize handling
10315         of DBUS_TYPE_UINT64, need to handle the type always.
10316         (_dbus_marshal_validate_arg): consolidate identical cases, and
10317         handle DBUS_TYPE_OBJECT_ID
10318
10319         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
10320
10321         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
10322
10323 2003-09-28  Havoc Pennington  <hp@pobox.com>
10324
10325         * real 0.13 release
10326
10327 2003-09-28  Havoc Pennington  <hp@pobox.com>
10328
10329         * doc/Makefile.am (dbus-specification.html): testing a funky hack
10330         to work with Debian db2html
10331
10332 2003-09-28  Havoc Pennington  <hp@pobox.com>
10333
10334         * configure.in: 0.13
10335
10336         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
10337         stylesheet-images for benefit of Debian
10338         
10339         Change back to using filesystem-linked sockets for the system
10340         bus, so only root can create the default system bus address.
10341         
10342         * bus/system.conf.in: change to use
10343         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10344
10345         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
10346         from here.
10347
10348         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10349         here, and AC_DEFINE DBUS_SYSTEM_PATH
10350
10351 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10352
10353         * doc/TODO:
10354         * doc/busconfig.dtd:
10355         Add busconfig DTD.
10356         
10357 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10358
10359         * doc/dbus-specification.sgml:
10360         Add activation reply values.
10361         
10362 2003-08-05  Havoc Pennington  <hp@redhat.com>
10363
10364         * configure.in: 0.12
10365
10366 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
10367
10368         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
10369         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
10370         (add_watch), (remove_watch), (create_source):
10371         Refcount fds, fixes some reentrancy issues.
10372         
10373 2003-07-30  Havoc Pennington  <hp@redhat.com>
10374
10375         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
10376         bus address to be abstract if we have abstract sockets
10377
10378         * NEWS: update
10379
10380 2003-07-28  Havoc Pennington  <hp@redhat.com>
10381
10382         * bus/messagebus.in: fix to avoid processname/servicename 
10383         confusion, from Michael Kearey
10384         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
10385         
10386 2003-07-23  Havoc Pennington  <hp@pobox.com>
10387
10388         * dbus/dbus-message.c (dbus_message_iter_get_named): 
10389         fix from Andy Hanton to remove broken "+1"
10390
10391 2003-07-16  Havoc Pennington  <hp@pobox.com>
10392
10393         * tools/dbus-launch.c (babysit): close stdout/stderr in the
10394         babysitter process, as suggested by Thomas Leonard, so 
10395         an "eval `dbus-launch --exit-with-session`" will actually 
10396         return
10397
10398 2003-07-16  Havoc Pennington  <hp@pobox.com>
10399
10400         * configure.in: print out EXPANDED_* variables in the summary at
10401         the end; clean up the code that computes EXPANDED_ variables and
10402         get the ones using exec_prefix right. Should make things work
10403         when you build without --prefix
10404
10405 2003-06-29  Havoc Pennington  <hp@pobox.com>
10406
10407         * mono/Test.cs (class Test): fire up a main loop and run it
10408
10409         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
10410         done once, the app has to do it
10411
10412 2003-06-26  Havoc Pennington  <hp@pobox.com>
10413
10414         * mono/Connection.cs: set up connection with the glib main loop
10415
10416 2003-07-01  Havoc Pennington  <hp@redhat.com>
10417
10418         * doc/dbus-specification.sgml: clarify the format of a type code,
10419         change suggested by Jim Blandy
10420
10421 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
10422
10423         * doc/Makefile.am:
10424         * tools/Makefile.am: Don't assume srcdir == builddir.
10425
10426         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
10427         the allocated block.
10428         (_dbus_memory_test): New function.
10429         * dbus/dbus-test.h: Add _dbus_memory_test ().
10430         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
10431
10432         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
10433         of %c%c%c%c.
10434         (dbus_message_new): Remove obsolete @todo.
10435
10436         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
10437         (_dbus_marshal_set_uint64): Fix comment.
10438
10439         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
10440         hardcode FIELD_REPLY_SERIAL.
10441
10442         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
10443         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
10444
10445         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
10446         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
10447
10448 2003-06-24  Havoc Pennington  <hp@pobox.com>
10449
10450         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
10451
10452 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
10453
10454         * configure.in:
10455         * gcj/.cvsignore:
10456         * gcj/Hello.java:
10457         * gcj/Makefile.am:
10458         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10459         * gcj/org/.cvsignore:
10460         * gcj/org/Makefile.am:
10461         * gcj/org/freedesktop/.cvsignore:
10462         * gcj/org/freedesktop/Makefile.am:
10463         * gcj/org/freedesktop/dbus/.cvsignore:
10464         * gcj/org/freedesktop/dbus/Makefile.am:
10465         * gcj/org/freedesktop/dbus/Message.java: (Message),
10466         (Message.Message):
10467         * gcj/org/freedesktop/dbus/natMessage.cc:
10468         Fix the build system.
10469
10470 2003-06-22  Havoc Pennington  <hp@pobox.com>
10471
10472         * mono/Connection.cs: add more bindings
10473
10474         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10475         more than once.
10476
10477 2003-06-22  Havoc Pennington  <hp@pobox.com>
10478
10479         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10480         Start wrapping more stuff.
10481
10482 2003-06-22  Havoc Pennington  <hp@pobox.com>
10483
10484         * mono/Message.cs: implement Message.Wrap() that ensures we only
10485         have a single C# wrapper per DBusMessage, assuming it works which
10486         it probably doesn't.
10487
10488         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10489         (dbus_message_free_data_slot): new
10490         (dbus_message_set_data): new
10491         (dbus_message_get_data): new
10492
10493 2003-06-22  Havoc Pennington  <hp@pobox.com>
10494
10495         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10496         (_dbus_data_slot_allocator_alloc): rework these to keep a
10497         reference count on each slot and automatically manage a global
10498         slot ID variable passed in by address
10499
10500         * bus/bus.c: convert to new dataslot API
10501
10502         * dbus/dbus-bus.c: convert to new dataslot API
10503
10504         * dbus/dbus-connection.c: convert to new dataslot API
10505
10506         * dbus/dbus-server.c: convert to new dataslot API
10507
10508         * glib/dbus-gmain.c: ditto
10509
10510         * bus/test.c: ditto
10511
10512         * bus/connection.c: ditto
10513
10514 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10515
10516         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10517         after the gcj checks so that the correct configuration tags
10518         will be added to libtool.
10519
10520         * dbus-glib-1.pc.in: No need to specify any includes since
10521         dbus-1.pc.in has those.
10522
10523 2003-06-22  Havoc Pennington  <hp@pobox.com>
10524
10525         * mono/*, gcj/*, configure.in, Makefile.am:
10526         Check in makefiles and subdirs for mono and gcj bindings.
10527         Neither binding actually exists, just trying to get through
10528         all the build and other boring bits.
10529
10530 2003-06-21  Philip Blundell  <philb@gnu.org>
10531
10532         * tools/dbus-monitor.1: Updated.
10533
10534         * tools/dbus-send.1: Likewise.
10535
10536 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10537
10538         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10539         for hangup and error after checking read so we won't discard
10540         pending data if both hangup and read are set.
10541
10542 2003-06-19  Philip Blundell  <philb@gnu.org>
10543
10544         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10545
10546         * tools/dbus-send.c: Accept both --system and --session.
10547
10548         * tools/dbus-monitor.c: Same here.
10549
10550 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10551
10552         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10553         from C++ (Patch by Miloslav Trmac).
10554
10555 2003-06-15  Joe Shaw  <joe@assbarn.com>
10556
10557         * configure.in: Check for socklen_t.
10558
10559         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10560
10561         * test/test-segfault.c: Add #include <sys/time.h>
10562
10563         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10564         dbus-launch needs it.
10565
10566 2003-06-09  Havoc Pennington  <hp@redhat.com>
10567
10568         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10569         SUN_LEN, it breaks abstract socket usage
10570
10571         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10572         starts of lines.
10573
10574 2003-06-04  Havoc Pennington  <hp@pobox.com>
10575
10576         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10577         using unix:abstract=/foo, and when listening in a tmpdir
10578         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10579
10580         * dbus/dbus-transport.c (_dbus_transport_open): support
10581         unix:abstract=/foo
10582
10583         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10584         support abstract sockets
10585
10586         * dbus/dbus-transport-unix.c
10587         (_dbus_transport_new_for_domain_socket): support abstract sockets
10588
10589         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10590         toggle as an argument, implement abstract namespace support
10591         (_dbus_listen_unix_socket): ditto
10592
10593         * configure.in: add --enable-abstract-sockets and implement
10594         a configure check for autodetection of the right value.
10595
10596 2003-06-01  Havoc Pennington  <hp@pobox.com>
10597
10598         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10599         in /tmp (though on Linux this will end up being useless,
10600         when we add abstract namespace support)
10601
10602         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10603         subst'ing it
10604
10605 2003-05-28  Colin Walters  <walters@verbum.org>
10606
10607         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10608
10609 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10610
10611         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10612
10613 2003-05-17  Colin Walters  <walters@gnu.org>
10614
10615         * tools/dbus-send.c: Don't exit with an error code if --help was
10616         passed.  Default to using the session bus instead of the system
10617         one.
10618
10619         * tools/dbus-launch.c: Ditto.
10620
10621         * tools/dbus-monitor.c: Ditto.
10622
10623         * tools/dbus-send.1: Update with new arguments.
10624
10625         * tools/dbus-launch.c: Emit code to export variables.  New
10626         arguments -s and -c to specify shell syntax, and a bit of code to
10627         autodetect syntax.  Also, allow specifying a program to run.
10628
10629         * tools/dbus-launch.1: Update with new arguments.
10630
10631         * tools/dbus-send.1: Ditto.
10632
10633         * tools/dbus-monitor.1: Ditto.
10634
10635 2003-05-17  Havoc Pennington  <hp@pobox.com>
10636
10637         * bus/config-parser.c (merge_included): merge in policies from
10638         child configuration file.
10639
10640         * bus/policy.c (bus_policy_merge): function to merge two policies
10641         together
10642
10643 2003-05-16  Havoc Pennington  <hp@redhat.com>
10644
10645         * dbus/dbus-connection.c: disable verbose lock spew
10646
10647         * tools/dbus-send.c: add --print-reply command line option
10648
10649         * tools/dbus-print-message.h (print_message): new util function
10650         shared by dbus-send and dbus-monitor
10651
10652         * tools/dbus-monitor.c (handler_func): exit on disconnect
10653
10654         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10655         disconnected, don't try to use the read_watch
10656
10657         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10658         so we can find this bug more easily
10659
10660 2003-05-16  Havoc Pennington  <hp@redhat.com>
10661
10662         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10663         NULL as DBusHashTable is annoyingly likely to do.
10664
10665 2003-05-16  Colin Walters  <walters@verbum.org>
10666
10667         * tools/dbus-monitor.c: Add --session argument and usage()
10668         function.
10669
10670         * tools/dbus-monitor.1: Update with new --session arg.
10671
10672         * bus/Makefile.am (install-data-hook): Create
10673         $(libdir)/dbus-1.0/services so that the session bus is happy.
10674
10675 2003-05-15  Havoc Pennington  <hp@redhat.com>
10676
10677         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
10678         on non-x86. ifdef's are evil.
10679
10680 2003-05-15  Havoc Pennington  <hp@redhat.com>
10681
10682         * configure.in: 0.11
10683
10684         * NEWS: update
10685
10686         * bus/Makefile.am (initddir): apparently we are supposed to put
10687         init scripts in /etc/rc.d/init.d not /etc/init.d
10688
10689         * bus/Makefile.am: remove the "you must --enable-tests to make
10690         check" as it broke distcheck
10691
10692         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
10693
10694 2003-05-13  James Willcox  <jwillcox@gnome.org>
10695
10696         * configure.in:
10697         * bus/activation.c: (bus_activation_service_created),
10698         (bus_activation_activate_service):
10699         * bus/driver.c: (bus_driver_send_service_deleted),
10700         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10701         (bus_driver_send_service_acquired),
10702         (bus_driver_send_welcome_message),
10703         (bus_driver_handle_list_services):
10704         * bus/session.conf.in:
10705         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
10706         (dbus_bus_service_exists), (dbus_bus_activate_service):
10707         * dbus/dbus-bus.h:
10708
10709         Add some convenience API which lets you activate a service, and did a
10710         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
10711         and dbus_message_get_args()
10712
10713 2003-05-11  Havoc Pennington  <hp@pobox.com>
10714
10715         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
10716         calling _dbus_marshal_validate_arg() for every byte in a byte
10717         array, etc.
10718
10719         * dbus/dbus-message-handler.c: use atomic reference counting to
10720         reduce number of locks slightly; the global lock in here sucks
10721
10722         * dbus/dbus-connection.c
10723         (_dbus_connection_update_dispatch_status_and_unlock): variant of
10724         update_dispatch_status that can be called with lock held; then use
10725         in a couple places to reduce locking/unlocking
10726         (dbus_connection_send): hold the lock over the whole function
10727         instead of acquiring it twice.
10728
10729         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10730
10731         * bus/connection.c (bus_connections_setup_connection): fix access
10732         to already-freed memory.
10733
10734         * dbus/dbus-connection.c: keep a little cache of linked list
10735         nodes, to avoid using the global linked list alloc lock in the
10736         normal send-message case. Instead we just use the connection lock
10737         that we already have to take.
10738
10739         * dbus/dbus-list.c (_dbus_list_find_last): new function
10740
10741         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
10742         change to use a struct for the atomic type; fix docs,
10743         they return value before increment, not after increment.
10744
10745         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
10746         (_dbus_string_append_8_aligned): new functions to try to
10747         microoptimize this operation.
10748         (reallocate_for_length): break this out of set_length(), to
10749         improve profile info, and also so we can consider inlining the
10750         set_length() part.
10751
10752         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
10753         strings with some preallocation, cuts down on our calls to realloc
10754         a fair bit. Though if we can get the "move entire string to empty
10755         string" optimization below to kick in here, it would be better.
10756
10757         * dbus/dbus-string.c (_dbus_string_move): just call
10758         _dbus_string_move_len
10759         (_dbus_string_move_len): add a special case for moving
10760         an entire string into an empty string; we can just
10761         swap the string data instead of doing any reallocs.
10762         (_dbus_string_init_preallocated): new function
10763
10764 2003-05-11  Havoc Pennington  <hp@pobox.com>
10765
10766         Write a "test-profile" that does echo client-server with threads;
10767         profile reveals lock contention, memcpy/realloc of buffers, and
10768         UTF-8 validation as hot spots. 20% of lock contention eliminated
10769         with dbus_atomic_inc/dec implementation on x86.  Much remaining
10770         contention is global mempool locks for GList and DBusList.
10771
10772         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
10773         x86 implementation
10774
10775         * dbus/dbus-connection.c (struct DBusConnection): use
10776         dbus_atomic_t for the reference count
10777
10778         * dbus/dbus-message.c (struct DBusMessage): declare
10779         dbus_atomic_t values as volatile
10780
10781         * configure.in: code to detect ability to use atomic integer
10782         operations in assembly, from GLib patch
10783
10784         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
10785         time, tired of it being wrong in threads and forked processes
10786
10787         * glib/test-profile.c: a little program to bounce messages back
10788         and forth between threads and eat CPU
10789
10790         * dbus/dbus-connection.c: add debug spew macros for debugging
10791         thread locks; include config.h at top; fix deadlock in
10792         dbus_connection_flush()
10793
10794 2003-05-08  Havoc Pennington  <hp@pobox.com>
10795
10796         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
10797         data from getting written, and there wasn't a good reason to
10798         use _exit really.
10799
10800         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
10801         dbus_verbose lines in test coverage
10802         (main): add list of functions sorted by # of untested blocks
10803         to the coverage report
10804
10805         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
10806
10807         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
10808
10809         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
10810         extend test coverage
10811
10812         * test/data/auth/cancel.auth-script: test canceling an
10813         authentication
10814
10815         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
10816         aren't used. in CVS history if we end up needing them.
10817
10818 2003-05-04  Havoc Pennington  <hp@pobox.com>
10819
10820         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
10821         unit test
10822
10823         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
10824         function, which assumed length was in # of strings, not bytes
10825
10826         * dbus/dbus-message.c (_dbus_message_test): add tests for some
10827         missing coverage
10828
10829         * dbus/dbus-connection.c
10830         (_dbus_connection_queue_received_message): disable function for
10831         now, we are only using it in test mode
10832
10833         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10834         remove a mistaken FIXME
10835
10836 2003-05-04  Havoc Pennington  <hp@pobox.com>
10837
10838         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
10839         unlock mutex on successful return, patch from Anders Gustafsson
10840
10841 2003-05-04  Havoc Pennington  <hp@pobox.com>
10842
10843         * dbus-glib-1.pc.in (Requires): fix dependencies, from
10844         Anders Gustafsson
10845
10846 2003-05-04  Havoc Pennington  <hp@pobox.com>
10847
10848         * tools/dbus-launch.c: implement
10849
10850         * bus/main.c (main), bus/bus.c (bus_context_new):
10851         implement --print-pid and --fork
10852
10853 2003-05-03  Havoc Pennington  <hp@redhat.com>
10854
10855         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
10856         the address had no value, and add to test suite. Fix and
10857         regression test from Miloslav Trmac
10858
10859 2003-05-03  Havoc Pennington  <hp@pobox.com>
10860
10861         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
10862         watch is invalid when handled
10863
10864         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
10865         dbus-launch utility to launch the bus from a shell script.  Didn't
10866         actually implement dbus-launch yet, it's just a placeholder still.
10867
10868 2003-05-03  Havoc Pennington  <hp@pobox.com>
10869
10870         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
10871         daemon; also documents daemon config file, so replaces
10872         doc/config-file.txt. Corrected some stuff from config-file.txt in
10873         the process of moving it.
10874
10875 2003-05-03  Havoc Pennington  <hp@pobox.com>
10876
10877         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
10878         add some man pages
10879
10880 2003-05-03  Colin Walters  <walters@verbum.org>
10881
10882         * dbus/dbus-sysdeps.c (fill_user_info): Test against
10883         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
10884
10885         * Makefile.am: Update to use new .pc versioning scheme.
10886
10887 2003-05-02  Havoc Pennington  <hp@redhat.com>
10888
10889         * bus/system.conf.in: allow send/receive to/from message bus
10890         service
10891
10892 2003-04-30  Havoc Pennington  <hp@redhat.com>
10893
10894         * configure.in: print a note when building with unit tests and
10895         without assertions
10896
10897 2003-04-30  Havoc Pennington  <hp@redhat.com>
10898
10899         * Makefile.am: add a check-local that complains if you didn't
10900         configure with --enable-tests
10901
10902 2003-04-29  Havoc Pennington  <hp@redhat.com>
10903
10904         * glib/dbus-gmain.c: docs cleanups
10905
10906         * dbus/dbus-types.h: add docs on int64 types
10907
10908         * dbus/dbus-memory.c: fix docs to avoid putting private API in
10909         public API docs section
10910
10911 2003-04-29  Havoc Pennington  <hp@redhat.com>
10912
10913         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
10914         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
10915         parallel install API version, not with the D-BUS package version.
10916
10917         * HACKING: move some of README over here
10918
10919         * README: updates, and document API/ABI policy
10920
10921         * configure.in: reindentation
10922
10923 2003-04-29  Havoc Pennington  <hp@redhat.com>
10924
10925         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
10926         to use this library" to be sure people have the right
10927         expectations.
10928
10929 2003-04-28  Havoc Pennington  <hp@redhat.com>
10930
10931         * configure.in: add --enable-docs which by default is auto yes if
10932         doxygen and db2html found, no otherwise; but can be forced on/off
10933
10934         * doc/Makefile.am: conditionalize whether to build docs on
10935         --enable-docs
10936
10937 2003-04-28  Havoc Pennington  <hp@redhat.com>
10938
10939         * configure.in: 0.10
10940
10941         * NEWS: update
10942
10943         * bus/system.conf.in: add <includedir>system.d</includedir>
10944
10945         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
10946         username was provided but not uid
10947
10948         * bus/config-parser.c (struct BusConfigParser): keep track of
10949         whether the parser is toplevel or was included; change some
10950         of the error handling if it's included.
10951
10952 2003-04-27  Havoc Pennington  <hp@pobox.com>
10953
10954         Unbreak my code...
10955
10956         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10957         report correct status if we finish processing authentication
10958         inside this function.
10959
10960         * bus/activation.c (try_send_activation_failure): use
10961         bus_transaction_send_error_reply
10962
10963         * bus/connection.c (bus_connection_get_groups): return an error
10964         explaining the problem
10965
10966         * bus/bus.c (bus_context_check_security_policy): implement
10967         restriction here that inactive connections can only send the
10968         hello message. Also, allow bus driver to send anything to
10969         any recipient.
10970
10971         * bus/connection.c (bus_connection_complete): create the
10972         BusClientPolicy here instead of on-demand.
10973         (bus_connection_get_policy): don't return an error
10974
10975         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
10976         sender field in message being replied to
10977
10978         * bus/bus.c (bus_context_check_security_policy): fix silly typo
10979         causing it to return FALSE always
10980
10981         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
10982         we checked sender rather than destination
10983
10984 2003-04-25  Havoc Pennington  <hp@redhat.com>
10985
10986         test suite is slightly hosed at the moment, will fix soon
10987
10988         * bus/connection.c (bus_connections_expire_incomplete): fix to
10989         properly disable the timeout when required
10990         (bus_connection_set_name): check whether we can remove incomplete
10991         connections timeout after we complete each connection.
10992
10993         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
10994         probably still broken.
10995
10996         * bus/services.c (bus_registry_acquire_service): implement max
10997         number of services owned, and honor allow/deny rules on which
10998         services a connection can own.
10999
11000         * bus/connection.c (bus_connection_get_policy): report errors here
11001
11002         * bus/activation.c: implement limit on number of pending
11003         activations
11004
11005 2003-04-25  Havoc Pennington  <hp@redhat.com>
11006
11007         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
11008         where we used >= 0 instead of != DBUS_UID_UNSET.
11009
11010 2003-04-25  Havoc Pennington  <hp@redhat.com>
11011
11012         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
11013         were toggled without add/remove, fix from Anders Gustafsson
11014
11015 2003-04-24  Havoc Pennington  <hp@redhat.com>
11016
11017         * test/data/valid-config-files/basic.conf: add <limit> tags to
11018         this test
11019
11020         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
11021         <limit> tag in configuration file.
11022
11023 2003-04-24  Havoc Pennington  <hp@redhat.com>
11024
11025         * bus/dispatch.c: somehow missed some name_is
11026
11027         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
11028         (_dbus_timeout_set_interval): new
11029
11030         * bus/connection.c (bus_connections_setup_connection): record time
11031         when each connection is first set up, and expire them after the
11032         auth timeout passes.
11033
11034 2003-04-24  Havoc Pennington  <hp@redhat.com>
11035
11036         * dbus/dbus-message.c (dbus_message_name_is): rename
11037         (dbus_message_service_is): rename
11038         (dbus_message_sender_is): rename
11039         (dbus_message_get_service): rename
11040
11041 2003-04-24  Havoc Pennington  <hp@redhat.com>
11042
11043         * configure.in: add --enable-checks
11044
11045         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
11046
11047         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
11048         to use thread locks.
11049         (_dbus_connection_handler_destroyed_locked): move some private
11050         functions into proper docs group
11051
11052         * dbus/dbus-internals.h: add _dbus_return_if_fail,
11053         _dbus_return_val_if_fail
11054
11055         Throughout: use dbus_return_if_fail
11056
11057 2003-04-23  James Willcox  <jwillcox@gnome.org>
11058
11059         * glib/dbus-glib.h:
11060         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
11061         (dbus_connection_setup_with_g_main),
11062         (dbus_server_setup_with_g_main):
11063         * glib/test-dbus-glib.c: (main):
11064         * glib/test-thread-client.c: (main):
11065         * glib/test-thread-server.c: (new_connection_callback), (main):
11066         * tools/dbus-monitor.c: (main):
11067
11068         Added a GMainContext argument to dbus_connection_setup_with_g_main()
11069         and dbus_server_setup_with_g_main().
11070
11071 2003-04-20  Havoc Pennington  <hp@pobox.com>
11072
11073         * doc/dbus-specification.sgml: document the restrictions on
11074         message and service names
11075
11076 2003-04-22  Havoc Pennington  <hp@redhat.com>
11077
11078         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
11079         support, and do some code cleanups to share more code and
11080         speed up array marshal/demarshal.
11081
11082         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
11083
11084         * configure.in: generate dbus-arch-deps.h
11085
11086         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
11087         64-bit typecodes
11088
11089 2003-04-22  Havoc Pennington  <hp@redhat.com>
11090
11091         * test/data/valid-messages/opposite-endian.message: fix test
11092         to use proper type for rply field
11093
11094         * test/data/invalid-messages: add tests for below validation
11095
11096         * dbus/dbus-message.c (decode_header_data): validate field types,
11097         and validate that named fields are valid names
11098         (decode_name_field): consider messages in the
11099         org.freedesktop.Local. namespace to be invalid.
11100
11101         * dbus/dbus-string.c (_dbus_string_validate_name): new
11102
11103 2003-04-19  Havoc Pennington  <hp@pobox.com>
11104
11105         * bus/driver.c (bus_driver_handle_hello): check limits and
11106         return an error if they are exceeded.
11107
11108         * bus/connection.c: maintain separate lists of active and inactive
11109         connections, and a count of each. Maintain count of completed
11110         connections per user. Implement code to check connection limits.
11111
11112         * dbus/dbus-list.c (_dbus_list_unlink): export
11113
11114         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
11115         number of bytes in the message queue for a connection
11116
11117 2003-04-18  Havoc Pennington  <hp@pobox.com>
11118
11119         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
11120
11121         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
11122         memleaks
11123
11124         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
11125         on realloc be sure to update the pointer in the keyring
11126
11127         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
11128         offset to avoid writing to unallocated memory
11129
11130         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
11131         try the next mechanism, so we properly handle OOM
11132
11133         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
11134         on OOM.
11135         (_dbus_keyring_new): fix OOM bug
11136         (_dbus_keyring_new_homedir): always set error; impose a maximum
11137         number of keys we'll load from the file, mostly to speed up the
11138         test suite and make its OOM checks more useful, but also for
11139         general sanity.
11140
11141         * dbus/dbus-auth.c (process_error_server): reject authentication
11142         if we get an error from the client
11143         (process_cancel): on cancel, send REJECTED, per the spec
11144         (process_error_client): send CANCEL if we get an error from the
11145         server.
11146
11147 2003-04-18  Havoc Pennington  <hp@pobox.com>
11148
11149         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
11150         debug spew
11151
11152         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
11153         handling problem
11154
11155         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
11156         about DBUS_TEST_HOMEDIR once
11157
11158         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
11159         the environment
11160
11161         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
11162         config file so we test the right thing
11163
11164         Throughout: assorted docs improvements
11165
11166 2003-04-18  Havoc Pennington  <hp@pobox.com>
11167
11168         * glib/dbus-gmain.c: adapt to watch changes
11169
11170         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
11171
11172         * dbus/dbus-server.h: remove dbus_server_handle_watch
11173
11174         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11175
11176         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
11177         like DBusTimeout, so we don't need dbus_connection_handle_watch
11178         etc.
11179
11180 2003-04-17  Havoc Pennington  <hp@redhat.com>
11181
11182         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
11183         database usage so it all goes via the DBusUserDatabase cache.
11184
11185 2003-04-17  Havoc Pennington  <hp@redhat.com>
11186
11187         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
11188         there was an OOM watch we skipped, we always return TRUE so we
11189         iterate again to have a look at it again. Fixes test suite hang.
11190         Code rearrangement also lets us lose some memset and only iterate
11191         over callbacks once.
11192
11193         * bus/driver.c (bus_driver_handle_message): sense of test for
11194         reply was backward
11195
11196 2003-04-16  Havoc Pennington  <hp@pobox.com>
11197
11198         * doc/dbus-specification.sgml: make spec say serials are unsigned
11199
11200         * dbus/dbus-message.h: change message serials to unsigned
11201
11202         * dbus/dbus-connection.c: adapt to message serials being unsigned
11203
11204 2003-04-15  Havoc Pennington  <hp@pobox.com>
11205
11206         * bus/bus.c: create and keep around a shared DBusUserDatabase
11207         object.
11208
11209         * bus/connection.c (bus_connection_get_groups): don't cache
11210         groups for user in the connection object, since user database
11211         object now does that.
11212
11213 2003-04-16  Havoc Pennington  <hp@redhat.com>
11214
11215         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
11216         list of size counters
11217         (_dbus_message_loader_putback_message_link): put back a popped link
11218
11219         * dbus/dbus-connection.c
11220         (dbus_connection_set_max_live_messages_size): rename
11221         max_received_size
11222         (dbus_connection_get_outgoing_size): get size of outgoing
11223         queue
11224         (_dbus_connection_set_connection_counter): remove this cruft
11225
11226 2003-04-14  Havoc Pennington  <hp@redhat.com>
11227
11228         * dbus/dbus-userdb.c: user database abstraction, mostly to get
11229         caching, but at some point we might want to be able to use a
11230         different database.
11231
11232         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
11233         SHA1 conf file to test the sha1 auth mechanism, since the regular
11234         test always uses EXTERNAL when available.
11235
11236         * configure.in,
11237         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
11238         add conf file that requires use of sha1 auth
11239
11240 2003-04-13  Havoc Pennington  <hp@pobox.com>
11241
11242         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
11243         from Philip Blundell to send messages and monitor them.
11244
11245 2003-04-13  Havoc Pennington  <hp@pobox.com>
11246
11247         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
11248         callbacks
11249
11250         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
11251         users
11252
11253         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11254         fix to only recover unused bytes if we're already authenticated
11255         (_dbus_transport_get_is_authenticated): fix to still mark us
11256         authenticated if there are unused bytes.
11257
11258         * bus/dispatch.c: implement security policy checking
11259
11260         * bus/connection.c (bus_transaction_send_from_driver): new
11261
11262         * bus/bus.c (bus_context_check_security_policy): new
11263
11264         * bus/dispatch.c (send_service_nonexistent_error): delete this,
11265         now we just set the DBusError and it gets converted to an error
11266         reply.
11267
11268         * bus/connection.c (allow_user_function): enable code using actual
11269         data from the config file
11270
11271         * bus/policy.c (list_allows_user): handle wildcard rules for
11272         user/group connection perms
11273
11274 2003-04-13  Havoc Pennington  <hp@pobox.com>
11275
11276         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
11277
11278         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
11279
11280         * bus/policy.c (bus_policy_append_mandatory_rule)
11281         (bus_policy_append_default_rule, bus_policy_append_user_rule)
11282         (bus_policy_append_group_rule): new functions
11283
11284 2003-04-12  Havoc Pennington  <hp@pobox.com>
11285
11286         * bus/config-parser.c (bus_config_parser_new): fix a memleak
11287
11288         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
11289         the pid/gid/uid, just for paranoia.
11290
11291         * test/break-loader.c (randomly_do_n_things): find a byte
11292         containing a type code, and randomly change it to a different
11293         type code.
11294
11295 2003-04-12  Havoc Pennington  <hp@pobox.com>
11296
11297         * bus/policy.h: change BusPolicy to be the thing from the config
11298         file, and rename old BusPolicy to BusClientPolicy
11299
11300         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
11301         match change in how policy works
11302
11303         * dbus/dbus-internals.h: mark assert_not_reached as
11304         __attribute((noreturn))__
11305
11306 2003-04-11  Havoc Pennington  <hp@redhat.com>
11307
11308         * doc/dbus-specification.sgml: fix a spot with the wrong name for
11309         the broadcast service. Use boolean return for ServiceExists.
11310
11311 2003-04-11  Havoc Pennington  <hp@redhat.com>
11312
11313         * configure.in: add another directory to look for qt in.
11314
11315 2003-04-11  Havoc Pennington  <hp@redhat.com>
11316
11317         * AUTHORS: add Colin Walters
11318
11319 2003-04-11  Havoc Pennington  <hp@redhat.com>
11320
11321         * NEWS: update
11322
11323         * configure.in: 0.9
11324
11325 2003-04-11  Havoc Pennington  <hp@redhat.com>
11326
11327         * bus/messagebus.in: remove pid file when stopping the
11328         message bus, since the bus won't have privileges to remove it
11329         itself.
11330
11331 2003-04-11  Havoc Pennington  <hp@redhat.com>
11332
11333         * bus/bus.c (bus_context_new): move credentials change after
11334         creating pidfile
11335
11336 2003-04-11  Havoc Pennington  <hp@pobox.com>
11337
11338         * test/decode-gcov.c: add "below average functions" to the
11339         coverage report, and change how some of the code works.
11340
11341         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
11342         not in the coverage stats.
11343
11344         * test/test-service.c (main): use _dbus_verbose not fprintf in a
11345         couple places so running the test suite doesn't result in megaspam.
11346
11347 2003-04-11  Havoc Pennington  <hp@pobox.com>
11348
11349         * bus/dispatch.c (check_existent_service_activation): accept a no
11350         memory error in a place we didn't before
11351
11352         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
11353         in case the first one failed," since the test suite is less
11354         broken now.
11355
11356 2003-04-10  Havoc Pennington  <hp@pobox.com>
11357
11358         * bus/dispatch.c (check_segfault_service_activation): add test
11359         for launching an executable that just crashes.
11360
11361         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
11362         don't leave a million cores. We'll see how portable this is.
11363
11364 2003-04-10  Havoc Pennington  <hp@pobox.com>
11365
11366         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
11367         the possible parent failures before we fork, so that we don't
11368         fail to create a babysitter after creating the child.
11369
11370         * bus/activation.c (bus_activation_activate_service): kill child
11371         if we don't successfully complete the activation.
11372
11373 2003-04-10  Havoc Pennington  <hp@redhat.com>
11374
11375         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
11376         the connection if it's disconnected
11377
11378         * bus/activation.c (bus_activation_service_created): use new
11379         transaction features to roll back removal of pending activation if
11380         we don't successfully create the service after all. Don't remove
11381         pending activation if the function fails.
11382
11383         * dbus/dbus-list.c (_dbus_list_insert_before_link)
11384         (_dbus_list_insert_after_link): new code to facilitate
11385         services.c fixes
11386
11387         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
11388         new functionality, so we can preallocate the ability to insert
11389         into a hash table.
11390
11391         * bus/connection.c (bus_transaction_add_cancel_hook): new function
11392         allowing us to put custom hooks in a transaction to be used for
11393         cancelling said transaction
11394
11395         * doc/dbus-specification.sgml: add some discussion of secondary
11396         service owners, and disallow zero-length service names
11397
11398         * bus/services.c (bus_registry_acquire_service): new function,
11399         splits out part of bus_driver_handle_acquire_service() and fixes
11400         a bug where we didn't remove the service doing the acquiring
11401         from the secondary queue if we failed to remove the current owner
11402         from the front of the queue.
11403
11404 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11405
11406         * doc/dbus-specification.sgml:
11407         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
11408
11409 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11410
11411         * bus/.cvsignore:
11412         * glib/.cvsignore:
11413         * test/.cvsignore:
11414         Added files to cvsignore
11415
11416         * dbus/dbus-message.h:
11417         * dbus/dbus-message.c: (dbus_message_iter_get_named):
11418         Make get_named() take two out argument and return a boolean.
11419         (dbus_message_iter_get_args_valist):
11420         Update usage of get_named().
11421         (dbus_message_iter_append_byte):
11422         Fix typo
11423         (dbus_message_iter_append_named)
11424         Fix typo
11425         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
11426         More tests.
11427
11428 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11429
11430         * dbus/dbus-marshal.[ch]:
11431         Add array_type_pos argument to _dbus_marshal_validate_arg.
11432         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
11433
11434         * dbus/dbus-message.[ch]:
11435         Multi-dimensional arrays have full type specification in the
11436         outermost array. Iter code re-arranged to handle this.
11437         Added some more iter tests.
11438
11439         * doc/dbus-specification.sgml:
11440         Add me to authors.
11441         Remove old FIXME.
11442         Update new array encoding description.
11443         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
11444
11445         * test/data/invalid-messages/array-with-mixed-types.message:
11446         * test/data/valid-messages/array-of-array-of-uint32.message:
11447         Change to the new array format.
11448
11449         * test/data/invalid-messages/too-short-dict.message:
11450         Fix bug in test.
11451
11452         * test/data/valid-messages/recursive-types.message:
11453         Fix up and extend test.
11454
11455 2003-04-10  Havoc Pennington  <hp@pobox.com>
11456
11457         * bus/dispatch.c: lots of fixes
11458
11459         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11460         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11461         that was crack, broke the test service.
11462
11463         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11464         handling to avoid piling up errors if we get a failure on the
11465         first address.
11466
11467         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11468         pid in assertion failures.
11469
11470         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11471         to some fixed size of file descriptor array. Don't return TRUE
11472         anytime a timeout exists, that led to lots of busy loop silliness
11473         in the tests.
11474
11475 2003-04-09  Havoc Pennington  <hp@redhat.com>
11476
11477         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11478         I'd checked this in earlier but hadn't.
11479
11480 2003-04-09  Havoc Pennington  <hp@redhat.com>
11481
11482         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11483         the activation test (man this is getting old!)
11484
11485 2003-04-09  Havoc Pennington  <hp@redhat.com>
11486
11487         * test/test-utils.c: use dispatch status function to fix this up
11488
11489         * bus/connection.c (connection_watch_callback): don't dispatch
11490         from here
11491         (connection_timeout_callback): don't dispatch from here
11492         (bus_connections_setup_connection): set the dispatch status function
11493         (bus_connection_disconnected): unset it
11494
11495         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11496         used to add a connection to be dispatched
11497         (_dbus_loop_iterate): do the dispatching at the end of each
11498         iteration
11499
11500         * dbus/dbus-connection.c
11501         (dbus_connection_set_dispatch_status_function): new function
11502         allowing us to fix up main loop usage
11503         (_dbus_connection_last_unref): free all the various function
11504         user data
11505         (dbus_connection_dispatch): call the DispatchStatusFunction
11506         whenever this function returns
11507         (dbus_connection_handle_watch): call DispatchStatusFunction
11508         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11509         (reply_handler_timeout): call DispatchStatusFunction
11510         (dbus_connection_flush): call DispatchStatusFunction
11511
11512 2003-04-09  Havoc Pennington  <hp@redhat.com>
11513
11514         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11515         a memory leak
11516
11517         * bus/dispatch.c (check_service_activated): fix bug in test
11518
11519         * dbus/dbus-mainloop.c (check_timeout): fix this up
11520
11521         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11522         verbose output so we can sort out output from different processes,
11523         e.g. in the activation case.
11524
11525 2003-04-08  Colin Walters  <walters@gnu.org>
11526
11527         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11528         the pid file.
11529         (bus_context_new): Set it.
11530         (bus_context_unref): Use it to delete the pid file.
11531
11532 2003-04-08  Havoc Pennington  <hp@redhat.com>
11533
11534         * test/data/invalid-messages/array-with-mixed-types.message:
11535         regression test that fails for the moment
11536
11537         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11538         tests for convenience
11539
11540         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11541         array of nil, it broke things.
11542
11543         * test/data/invalid-messages/array-of-nil.message: regression test
11544
11545         * test/data/valid-messages/array-of-array-of-uint32.message:
11546         happened to write this so added it to suite
11547
11548 2003-04-08  Havoc Pennington  <hp@redhat.com>
11549
11550         * bus/driver.c (bus_driver_handle_acquire_service): init
11551         retval/reply before checking name
11552
11553         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11554         recursion depth argument
11555
11556         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11557         in the public struct for future extension
11558
11559         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11560         typo
11561
11562         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11563         message
11564
11565         * doc/dbus-specification.sgml: fix typo
11566
11567 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11568
11569         Implemented recursive types, named types and new-style iters
11570
11571         * bus/driver.c:
11572         * glib/test-thread-client.c: (thread_func):
11573         * glib/test-thread-server.c: (handle_test_message):
11574         * test/test-service.c: (handle_echo):
11575         Update to new api
11576
11577         * dbus/Makefile.am:
11578         * dbus/dbus-dict.c:
11579         * dbus/dbus-dict.h:
11580         * dbus/dbus.h
11581         Remove DBusDict
11582
11583         * dbus/dbus-internals.c: (_dbus_type_to_string):
11584         Update for new types.
11585
11586         * dbus/dbus-marshal.[ch]:
11587         Implement recursive types and the new marshalling format.
11588         Remove hardcoded dict marshalling.
11589         Marshal named types.
11590
11591         * dbus/dbus-message-builder.c:
11592         Add BYTE_ARRAY.
11593         Remove references to old types
11594
11595         * dbus/dbus-message.[ch]:
11596         New non-refcounted iter API that supports recursive iters.
11597         Use iters for appending, including support for recursive
11598         iters.
11599         Add byte and named type support.
11600         Update everything to new marshalling formats.
11601         Add tests for new API.
11602
11603         * dbus/dbus-protocol.h:
11604         Remove old array types.
11605         Add types: BYTE, ARRAY, DICT, NAMED
11606
11607         * dbus/dbus-string.c:
11608         * dbus/dbus-sysdeps.c:
11609         Make parse_double locale safe.
11610
11611         * dbus/dbus-test-main.c:
11612         Call setlocale.
11613
11614         * dbus/dbus-test.c:
11615         Kill dict test
11616
11617         * doc/dbus-specification.sgml:
11618         Update spec
11619
11620         * test/data/incomplete-messages/missing-body.message:
11621         * test/data/invalid-messages/bad-boolean.message:
11622         * test/data/invalid-messages/bad-boolean-array.message:
11623         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11624         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11625         * test/data/invalid-messages/too-short-dict.message:
11626         * test/data/valid-messages/dict-simple.message:
11627         * test/data/valid-messages/dict.message:
11628         * test/data/valid-messages/emptiness.message:
11629         * test/data/valid-messages/lots-of-arguments.message:
11630         * test/data/valid-messages/no-padding.message:
11631         * test/data/valid-messages/recursive-types.message:
11632         Add missing NAME fields
11633         Fix up dicts & arrays
11634
11635         * test/data/invalid-messages/dict-with-nil-value.message:
11636         Removed, this is not invalid anymore.
11637
11638         * test/data/valid-messages/recursive-types.message:
11639         Add new test for deeply recursive types.
11640
11641 2003-04-07  Havoc Pennington  <hp@pobox.com>
11642
11643         * bus/driver.c (bus_driver_handle_acquire_service): return an
11644         error if you try to acquire a service that starts with ':'
11645
11646 2003-04-07  Havoc Pennington  <hp@redhat.com>
11647
11648         * doc/dbus-specification.sgml: require that base service names
11649         start with ':' and that the base service is created/deleted
11650         as first and last things a connection does on the bus
11651
11652         * bus/dispatch.c (check_existent_service_activation): lots more
11653         work on the activation test; it doesn't fully pass yet...
11654
11655         * test/test-service.c (main): fix so we don't memleak the
11656         connection to the message bus
11657         (filter_func): accept a message asking us to exit
11658
11659 2003-04-06  Havoc Pennington  <hp@pobox.com>
11660
11661         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11662         from Colin Walters
11663
11664         * configure.in: fixes to Qt detection from Colin Walters
11665
11666         * doc/Makefile.am: Only remove generated docbook dirs if they
11667         exist, from Colin Walters
11668
11669         * dbus/dbus-bus.c: change how we set well-known connections to
11670         NULL, so that it works if a single connection is stored in
11671         two well-known array slots.
11672
11673         * test/Makefile.am: remove a lot of stuff that isn't immediately
11674         useful, it's in CVS history if we want it.
11675
11676         * test/test-service.c: use dbus-mainloop instead of that
11677         watch.[hc] crack
11678
11679 2003-04-06  Havoc Pennington  <hp@pobox.com>
11680
11681         * dbus/Makefile.am: split lists of sources into stuff that goes in
11682         the library, util functions that go in the lib and are also used
11683         elsewhere, and util functions that are used in tests/daemon but
11684         don't go in the lib.
11685
11686         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
11687         here so it can be used in test binaries also
11688
11689 2003-04-06  Havoc Pennington  <hp@pobox.com>
11690
11691         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
11692         here in the parent process, so we can return an error if it
11693         fails. Also, move some of the code into the child so the parent
11694         is less hosed if we fail midway through.
11695
11696         * bus/bus.c (bus_context_new): move pidfile detection further up
11697         in the function, before we start overwriting sockets and such.
11698
11699         * bus/messagebus.in: adjust this a bit, not sure if it will work.
11700
11701         * configure.in: add --with-system-pid-file and --with-system-socket
11702
11703 2003-04-06  Colin Walters  <walters@verbum.org>
11704
11705         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
11706
11707         * bus/system.conf.in: Declare a pidfile.
11708
11709         * bus/bus.c (bus_context_new): Test for an existing pid file, and
11710         create one (if appropriate).
11711
11712         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
11713         (struct BusConfigParser) [pidfile]: New.
11714         (element_type_to_name, merge_included, start_busconfig_child)
11715         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
11716         (bus_config_parser_unref): Free it.
11717         (bus_config_parser_get_pidfile): New function.
11718
11719         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
11720
11721         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
11722
11723         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
11724
11725         * dbus/dbus-sysdeps.h: Prototype it.
11726
11727 2003-04-06  Havoc Pennington  <hp@pobox.com>
11728
11729         * bus/bus.c (bus_context_new): print the address in here, rather
11730         than in main(), because we need to do it before forking the daemon
11731
11732         * bus/dispatch.c (send_service_nonexistent_error): set the sender
11733         on the service nonexistent error
11734
11735         * bus/driver.c (bus_driver_handle_acquire_service): set the
11736         sender on the AcquireService reply
11737
11738         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
11739         server also listen on a UNIX socket so services can connect to it.
11740
11741 2003-04-06  Havoc Pennington  <hp@pobox.com>
11742
11743         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
11744         so it detects deadlocks and also we actually init threads when
11745         debugging.
11746
11747 2003-04-06  Havoc Pennington  <hp@pobox.com>
11748
11749         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
11750         save the domain socket name, and unlink it when we disconnect the
11751         server. Means that at least when we exit normally, we won't leave
11752         a bunch of junk in /tmp
11753
11754         * dbus/dbus-transport-unix.c
11755         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
11756         memory management). (I was making a real change here but then
11757         didn't)
11758
11759 2003-04-06  Havoc Pennington  <hp@pobox.com>
11760
11761         * bus/bus.c (bus_context_new): fix wrong handling of
11762         server_data_slot_unref() in the error case.
11763
11764         * dbus/dbus-internals.h (_dbus_assert): change so it passes
11765         "(condition) != 0" to _dbus_real_assert so that
11766         "_dbus_assert (pointer)" doesn't cause a warning
11767
11768         * bus/main.c (main): accept --print-address option to print out
11769         the message bus address
11770
11771         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
11772
11773         * dbus/dbus-transport.c (_dbus_transport_open): special error for
11774         "tmpdir" option to unix: address on client side
11775
11776         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
11777         to unix: address
11778
11779         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
11780         we can use to create sockets in the test suite.
11781
11782         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
11783         cleanly. To be used for testing.
11784
11785         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
11786
11787         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
11788
11789         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11790         handle trying to call this when there's no servers active
11791
11792 2003-04-05  Havoc Pennington  <hp@pobox.com>
11793
11794         * NEWS: update
11795
11796         * configure.in: 0.8
11797
11798 2003-04-05  Havoc Pennington  <hp@pobox.com>
11799
11800         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
11801         crash on startup. Need to get "try starting the daemon"
11802         in the test suite I guess. ;-)
11803
11804         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
11805         tracked the number of open connections; it's better done in
11806         application-specific code as you want it to span all servers etc.
11807
11808 2003-04-05  Havoc Pennington  <hp@pobox.com>
11809
11810         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
11811         patch from Colin Walters
11812
11813 2003-04-05  Havoc Pennington  <hp@pobox.com>
11814
11815         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
11816         reality; in fact multiple mechanisms are allowed.
11817
11818         * dbus/dbus-internals.c (_dbus_real_assert)
11819         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
11820         _dbus_assert_not_reached() into functions, so that they don't show
11821         up in basic block counts for test coverage, and don't use up as
11822         much disk space. Does mean slower execution speed though, so
11823         assumes --disable-asserts is the normal production case.
11824
11825 2003-04-05  Havoc Pennington  <hp@pobox.com>
11826
11827         * test/Makefile.am (dist-hook): also dist *.in files
11828
11829         * NEWS: update
11830
11831         * configure.in: 0.7
11832
11833 2003-04-05  Havoc Pennington  <hp@pobox.com>
11834
11835         * dbus/dbus-string.c: docs warning
11836
11837         * dbus/dbus-spawn.c: missing docs
11838
11839         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
11840
11841 2003-04-05  Havoc Pennington  <hp@pobox.com>
11842
11843         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
11844         magic from GLib
11845
11846         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
11847         to -1 once we've reaped the babysitter
11848         (_dbus_babysitter_handle_watch): do as much work as we can, not
11849         just one go of it
11850
11851         * bus/activation.c: add code using DBusBabysitter so that we
11852         handle it when a service fails to start up properly.
11853         (bus_activation_service_created): don't remove the activation
11854         entries as we go, just let them get removed when we free the pending
11855         activation. Unref reply messages after sending them.
11856
11857 2003-04-05  Havoc Pennington  <hp@pobox.com>
11858
11859         * test/decode-gcov.c (main): print per-directory stats in the report
11860
11861         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
11862
11863 2003-04-05  Havoc Pennington  <hp@pobox.com>
11864
11865         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
11866
11867         * test/decode-gcov.c: hack up a little program to suck data
11868         out of gcov files. Yes this is sort of silly.
11869
11870         * configure.in: define something in config.h and do an
11871         AM_CONDITIONAL when gcov is enabled
11872
11873 2003-04-04  Havoc Pennington  <hp@redhat.com>
11874
11875         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
11876         return a "babysitter" object that is used to monitor the status of
11877         the spawned process and reap it when required.
11878
11879         * test/test-segfault.c, test/test-exit.c,
11880         test/test-sleep-forever.c: binaries that do various lame things,
11881         used in the test suite.
11882
11883         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
11884
11885 2003-04-03  Havoc Pennington  <hp@pobox.com>
11886
11887         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
11888         in preparation for modifying it, dbus-sysdeps is getting
11889         a bit unmanageable.
11890
11891 2003-04-03  Havoc Pennington  <hp@redhat.com>
11892
11893         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
11894         have multiple ones
11895
11896         * bus/*.[hc]: adapt to mainloop change
11897
11898 2003-04-03  Havoc Pennington  <hp@redhat.com>
11899
11900         * bus/activation.c (load_directory): fix up memleaks
11901         (bus_activation_entry_free): free the entry
11902
11903         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
11904         we get one from the message bus; fix memleaks.
11905
11906         * dbus/dbus-message.c (dbus_set_error_from_message): new function
11907
11908 2003-04-03  Havoc Pennington  <hp@pobox.com>
11909
11910         * bus/config-parser.c (bus_config_parser_unref): free
11911         list of mechanisms, bug discovered by test suite enhancements
11912         (putting system.conf and session.conf into suite)
11913
11914         * test/Makefile.am, test/test-service.c: add placeholder for a
11915         test service that we'll activate as part of test suite. Doesn't
11916         do anything yet.
11917
11918         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
11919         setting NULL value, and use system malloc not dbus_malloc()
11920         when we have unavoidable memleakage.
11921
11922         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
11923         didn't work, and support DBUS_BUS_ACTIVATION.
11924
11925         * bus/activation.c (child_setup): pass our well-known bus type to
11926         the child
11927
11928         * bus/config-parser.c: support <type> to specify well-known type
11929
11930         * doc/dbus-specification.sgml: document the env variables to
11931         locate well-known buses and find service activator
11932
11933 2003-04-02  Havoc Pennington  <hp@redhat.com>
11934
11935         * test/Makefile.am (all-local): add a rule to copy tests to
11936         builddir, so we can have generated tests. Use this to remove the
11937         silly hack for testing system.conf and session.conf. Will use this
11938         shortly to generate .service files pointing to test binaries.
11939
11940 2003-04-02  Havoc Pennington  <hp@redhat.com>
11941
11942         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
11943         current alloc and needed new length, not max of the doubled
11944         allocation and needed new length. Also, when building tests,
11945         don't do the double-allocation stuff, just realloc every time.
11946
11947 2003-04-02  Havoc Pennington  <hp@redhat.com>
11948
11949         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
11950         in error messages
11951         (_dbus_string_get_dirname): new
11952         (_dbus_sysdeps_test): new
11953         (_dbus_directory_open): include dirnames in error messages
11954
11955         * bus/config-parser.c: interpret <include> and <includedir> and
11956         <servicedir> relative to config file location if the given
11957         filename is not absolute.
11958
11959         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
11960
11961 2003-04-02  Havoc Pennington  <hp@redhat.com>
11962
11963         * bus/connection.c (bus_transaction_send_error_reply): set sender
11964         service for the error, and unref the reply on success
11965
11966         * bus/activation.c: convert to use BusTransaction so OOM can be
11967         handled correctly
11968         (bus_activation_service_created): set sender of the message
11969
11970 2003-04-01  Havoc Pennington  <hp@redhat.com>
11971
11972         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
11973         <includedir> (at least mostly)
11974
11975         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
11976         first, then the user ID
11977
11978 2003-04-01  Havoc Pennington  <hp@pobox.com>
11979
11980         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
11981         function
11982
11983         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
11984
11985         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
11986
11987         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
11988         socket 0777, and unlink any existing socket.
11989
11990         * bus/bus.c (bus_context_new): change our UID/GID and fork if
11991         the configuration file so specifies; set up auth mechanism
11992         restrictions
11993
11994         * bus/config-parser.c (bus_config_parser_content): add support
11995         for <fork> option and fill in code for <auth>
11996
11997         * bus/system.conf.in: add <fork/> to default configuration,
11998         and limit auth mechanisms to EXTERNAL
11999
12000         * doc/config-file.txt (Elements): add <fork>
12001
12002         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
12003         (_dbus_change_identity): new function
12004
12005 2003-03-31  Havoc Pennington  <hp@redhat.com>
12006
12007         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
12008         (_dbus_listen_unix_socket): fix off-by-one error in null
12009         termination spotted by Nalin
12010
12011 2003-03-31  Havoc Pennington  <hp@redhat.com>
12012
12013         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
12014         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
12015         having a real home directory available.
12016
12017 2003-03-31  Havoc Pennington  <hp@redhat.com>
12018
12019         * bus/Makefile.am (install-data-hook): create /var/run/dbus
12020
12021         * bus/messagebus.in: add init script for Red Hat /etc/init.d
12022
12023         * configure.in: add support for specifying a style of init script
12024         to install
12025
12026 2003-03-31  Havoc Pennington  <hp@redhat.com>
12027
12028         Fix some annoying DBusString API and fix all affected code.
12029
12030         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
12031         max_length argument
12032         (_dbus_string_get_data): change to return string instead of using
12033         an out param
12034         (_dbus_string_get_const_data): ditto
12035         (_dbus_string_get_data_len): ditto
12036         (_dbus_string_get_const_data_len): ditto
12037
12038 2003-03-31  Havoc Pennington  <hp@redhat.com>
12039
12040         * bus/main.c (main): fix up the command line arguments to be nicer
12041
12042 2003-03-31  Havoc Pennington  <hp@redhat.com>
12043
12044         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
12045         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
12046         final location that lands in the config file
12047
12048         * bus/config-loader-expat.c (bus_config_load): fix type of
12049         XML_Parser variable
12050
12051         * doc/TODO: remove TODO item for dbus_bus_get()
12052
12053         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
12054
12055 2003-03-31  Havoc Pennington  <hp@pobox.com>
12056
12057         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
12058         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
12059         argument since they are always client side
12060
12061         * dbus/dbus-server.c (dbus_server_get_address): new function
12062
12063         * bus/main.c (main): take the configuration file as an argument.
12064
12065         * test/data/valid-config-files/debug-allow-all.conf: new file to
12066         use with dispatch.c tests for example
12067
12068         * bus/test-main.c (main): require test data dir
12069
12070         * bus/bus.c (bus_context_new): change this to take a
12071         configuration file name as argument
12072
12073         * doc/config-file.txt (Elements): add <servicedir>
12074
12075         * bus/system.conf, bus/session.conf: new files
12076
12077         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
12078         well-known socket if none set
12079
12080         * configure.in: create system.conf and session.conf
12081
12082 2003-03-30  Havoc Pennington  <hp@pobox.com>
12083
12084         * bus/config-parser.c: hacking
12085
12086         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
12087         to shut down, since it could cause weirdness with the DBusList
12088         lock
12089
12090         * dbus/dbus-list.c (_dbus_list_test): add tests for the
12091         link-oriented stack routines
12092         (alloc_link): free the mempool if the first alloc from it fails
12093
12094         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
12095
12096         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
12097         from GLib
12098         (_dbus_string_skip_white): new
12099
12100         * doc/config-file.txt (Elements): add <includedir>
12101
12102 2003-03-28  Havoc Pennington  <hp@pobox.com>
12103
12104         * dbus/dbus-string.c (_dbus_string_copy_data_len)
12105         (_dbus_string_copy_data): new functions
12106
12107 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
12108
12109         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
12110         * dbus/dbus-bus.h:
12111         Add dbus_bus_get.
12112
12113         * dbus/dbus-memory.c:
12114         Fix a doc comment.
12115
12116 2003-03-28  Havoc Pennington  <hp@pobox.com>
12117
12118         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
12119         I think it may have just been superstition. Not sure.
12120
12121         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
12122         failures that were not being handled.
12123
12124         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
12125
12126         * dbus/dbus-memory.c: add ability to set number of mallocs in a
12127         row that will fail on out-of-memory.
12128
12129         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
12130         function for testing out-of-memory handling.
12131
12132         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
12133         allocation functions, they do map exactly to the expat ones.
12134
12135 2003-03-27  Havoc Pennington  <hp@redhat.com>
12136
12137         * bus/config-loader-libxml.c (bus_config_load): add another error
12138         check
12139
12140 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12141
12142         * doc/TODO:
12143         Add note about automatic service activation.
12144
12145         * doc/dbus-specification.sgml:
12146         Rename the specification and clarify a few things.
12147
12148 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12149
12150         * Doxyfile.in:
12151         * dbus/dbus-address.c:
12152         * dbus/dbus-dict.c:
12153         * dbus/dbus-marshal.c:
12154         * dbus/dbus-server-debug-pipe.c:
12155         * dbus/dbus-transport-unix.c:
12156         Fix documentation warnings.
12157
12158 2003-03-26  Havoc Pennington  <hp@pobox.com>
12159
12160         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
12161         after every test so it's quick and easy to see which leaked, and
12162         so we test multiple dbus_shutdown() calls
12163
12164         * configure.in: change configure.in XML stuff to also support
12165         expat
12166
12167         * config-loader-libxml.c: some hacking
12168
12169         * config-loader-expat.c: some hacking
12170
12171         * config-parser.c: some hacking, plus tests
12172
12173 2003-03-25  Havoc Pennington  <hp@redhat.com>
12174
12175         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
12176
12177         * configure.in: add --with-xml option to specify XML library,
12178         right now only libxml is supported.
12179
12180         * bus/config-loader-libxml.c, config-parser.c: sync some minor
12181         nonworking code between home and work, still just stubs
12182
12183 2003-03-24  Havoc Pennington  <hp@redhat.com>
12184
12185         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
12186         file
12187
12188         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
12189         NULL argument for "message" if the error is a well-known one,
12190         fill in a generic message in this case.
12191
12192         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
12193         favor of DBusError
12194
12195         * bus/test.c (bus_test_flush_bus): add
12196
12197         * bus/policy.c (bus_policy_test): test code stub
12198
12199 2003-03-24  Havoc Pennington  <hp@pobox.com>
12200
12201         * bus/connection.c (bus_connections_setup_connection): set up
12202         the "can this user connect" function, but it always returns
12203         TRUE until we have a config file parser so we can have a config
12204         file that allows connections.
12205
12206 2003-03-23  Havoc Pennington  <hp@pobox.com>
12207
12208         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
12209         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
12210         the mutex, so we can check for proper memory management
12211         and OOM handling.
12212
12213         * dbus/dbus-dataslot.c: remove the mutex from
12214         DBusDataSlotAllocator and lock it manually when using it,
12215         to simplify fitting it into the global slots framework.
12216
12217         * dbus/dbus-threads.c (init_static_locks): rework how we're
12218         handling global locks so they are easily shut down.
12219
12220         * bus/policy.c (bus_policy_append_rule): fix
12221
12222         * bus/test-main.c (main): check for memleaks
12223
12224         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
12225         test suite check for memleaks
12226
12227         * dbus/dbus-memory.c: add support in test mode for tracking
12228         number of outstanding blocks
12229
12230 2003-03-23  Havoc Pennington  <hp@pobox.com>
12231
12232         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
12233         policies code
12234
12235         * dbus/dbus-hash.h: add ULONG hash keys
12236
12237         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
12238         (_dbus_get_group_id): new function
12239
12240 2003-03-20  Havoc Pennington  <hp@redhat.com>
12241
12242         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
12243         new function
12244         (dbus_connection_get_unix_user): new function
12245
12246 2003-03-20  Havoc Pennington  <hp@pobox.com>
12247
12248         * bus/connection.c (bus_connection_send_oom_error): assert that
12249         message has a sender
12250         (connection_execute_transaction): ditto
12251         (bus_connection_preallocate_oom_error): fix to set the sender, and
12252         set recipient to the destination service, not the bus driver
12253
12254         * bus/policy.c: hacking
12255
12256         * dbus/dbus-message.c (dbus_message_service_is): new function
12257         (dbus_message_sender_is): new
12258
12259 2003-03-19  Havoc Pennington  <hp@redhat.com>
12260
12261         * bus/policy.c: start sketching code for policy restrictions on
12262         what connections can do.
12263
12264 2003-03-18  Havoc Pennington  <hp@redhat.com>
12265
12266         * doc/TODO: some notes on high-level todo items. Little nitpick
12267         stuff is all in @todo, so no need to add it here.
12268
12269         * doc/config-file.txt: some notes on how config file might look
12270
12271 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
12272
12273         * configure.in: 0.6
12274
12275         * NEWS: Update.
12276
12277 2003-03-17  Havoc Pennington  <hp@redhat.com>
12278
12279         * dbus/dbus-internals.h: add gcc attributes so that
12280         our printf-style functions warn on bad arguments to
12281         format
12282
12283         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
12284         format bug
12285
12286         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
12287         printf format bug
12288
12289 2003-03-17  Havoc Pennington  <hp@redhat.com>
12290
12291         * bus/test-main.c (main): make it print something as it runs
12292         so make check doesn't look stuck
12293
12294         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
12295         from CVS, now obsolete
12296
12297 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12298
12299         * bus/dispatch.c: (bus_dispatch):
12300         Refetch the service name since it may have been reallocated
12301         when dbus_message_set_sender was called.
12302
12303         * dbus/dbus-sysdeps.c: (_dbus_accept):
12304         Add address and address length variables and use them to stop
12305         valgrind from complaining.
12306
12307 2003-03-17  Havoc Pennington  <hp@pobox.com>
12308
12309         All tests pass, no memleaks, no valgrind complaints.
12310
12311         * bus/test.c: refcount handler_slot
12312
12313         * bus/connection.c (bus_connections_new): refcount
12314         connection_data_slot
12315
12316         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
12317         bytes so that auth scripts pass.
12318
12319         * bus/dispatch.c: init message_handler_slot so it gets allocated
12320         properly
12321
12322         * bus/dispatch.c (message_handler_slot_ref): fix memleak
12323
12324         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
12325         dealloc server_pipe_hash when no longer used for benefit of
12326         leak checking
12327
12328         * dbus/dbus-auth.c (process_command): memleak fix
12329
12330         * bus/dispatch.c (check_hello_message): memleak fix
12331
12332 2003-03-16  Havoc Pennington  <hp@pobox.com>
12333
12334         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
12335
12336 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12337
12338         * bus/activation.c (bus_activation_activate_service): Append
12339         the pending activation entry to the list of pending activations.
12340
12341 2003-03-16  Havoc Pennington  <hp@pobox.com>
12342
12343         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
12344         connections
12345
12346         * dbus/dbus-address.c (create_entry): fix OOM handling when
12347         failing to alloc entry->method
12348
12349 2003-03-16  Havoc Pennington  <hp@pobox.com>
12350
12351         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
12352         the watch
12353
12354         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12355         add some missing dbus_set_result
12356
12357         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
12358         alloc the DBusMessageHandler
12359
12360         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
12361         the transport here, since we call this from the finalizer; it
12362         resulted in a double-finalize.
12363
12364         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
12365         where we tried to use transport->connection that was NULL,
12366         happened when transport was disconnected early on due to OOM
12367
12368         * bus/*.c: adapt to handle OOM for watches/timeouts
12369
12370         * dbus/dbus-transport-unix.c: port to handle OOM during
12371         watch handling
12372
12373         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
12374         reference to unused bytes instead of a copy
12375
12376         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
12377         out of memory
12378
12379         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
12380         FALSE on OOM
12381
12382         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
12383         of memory
12384
12385 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12386
12387         * doc/dbus-specification.sgml:
12388         Document reply message for ActivateService.
12389
12390 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12391
12392         * bus/activation.c: (bus_pending_activation_entry_free),
12393         (bus_pending_activation_free), (bus_activation_new),
12394         (bus_activation_unref), (bus_activation_service_created),
12395         (bus_activation_activate_service):
12396         * bus/activation.h:
12397         * bus/bus.c: (bus_context_new):
12398         * bus/desktop-file.c: (new_section):
12399         * bus/driver.c: (bus_driver_send_service_deleted),
12400         (bus_driver_handle_activate_service):
12401         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
12402         * bus/services.h:
12403         * dbus/dbus-connection.c:
12404         (dbus_connection_send_with_reply_and_block):
12405         * dbus/dbus-message.c: (dbus_message_append_args_valist):
12406         * dbus/dbus-protocol.h:
12407         Make activation work better. Now pending activations will be queued
12408         and the daemon won't try to activate services that are already registered.
12409
12410 2003-03-16  Havoc Pennington  <hp@pobox.com>
12411
12412         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
12413         connection data
12414
12415         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
12416         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
12417
12418 2003-03-16  Havoc Pennington  <hp@pobox.com>
12419
12420         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
12421         this. always run the test suite before commit...
12422
12423         * bus/*: adapt to DBusConnection API changes
12424
12425         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
12426         requires renaming stuff to avoid dbus_connection_dispatch name
12427         conflict.
12428
12429         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
12430         function
12431
12432         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
12433         separate from _dbus_message_loader_return_buffer()
12434
12435         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
12436         this, because it's now always broken to use; the number of
12437         messages in queue vs. the number still buffered by the message
12438         loader is undefined/meaningless. Should use
12439         dbus_connection_get_dispatch_state().
12440         (dbus_connection_dispatch): rename from
12441         dbus_connection_dispatch_message
12442
12443 2003-03-16  Havoc Pennington  <hp@pobox.com>
12444
12445         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
12446         implementation
12447
12448 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12449
12450         * dbus/dbus-connection.c:
12451         (dbus_connection_send_with_reply_and_block):
12452         Decrease connection->n_incoming when removing an entry
12453         from the list.
12454         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12455         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12456         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12457         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12458         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12459         (dbus_dict_get_byte_array):
12460         Handle NULL arrays and strings. Also add support for byte arrays.
12461
12462         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12463         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12464         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12465         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12466         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12467         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12468         * dbus/dbus-marshal.h:
12469         Add support for marshalling and demarshalling empty arrays and strings.
12470
12471         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12472         (dbus_message_append_string_array),
12473         (dbus_message_iter_get_boolean),
12474         (dbus_message_iter_get_boolean_array),
12475         (dbus_message_iter_get_int32_array),
12476         (dbus_message_iter_get_uint32_array),
12477         (dbus_message_iter_get_double_array),
12478         (dbus_message_iter_get_byte_array),
12479         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12480         (check_message_handling):
12481         Add support for getting empty arrays and dicts.
12482
12483         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12484         Don't do any validation at all for now, that's better than just checking
12485         for ASCII.
12486
12487         * test/data/valid-messages/emptiness.message:
12488         New test message with lots of empty arrays.
12489
12490 2003-03-16  Havoc Pennington  <hp@pobox.com>
12491
12492         * dbus/dbus-connection.c
12493         (_dbus_connection_queue_received_message_link): new function that
12494         can't fail due to OOM
12495
12496         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12497         new function pops a message together with a list link
12498         containing it.
12499
12500         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12501         message queuing functions to avoid needing to alloc memory
12502
12503 2003-03-16  Havoc Pennington  <hp@pobox.com>
12504
12505         Oops - test code was only testing failure of around 30 of the
12506         mallocs in the test path, but it turns out there are 500+
12507         mallocs. I believe this was due to misguided linking setup such
12508         that there was one copy of dbus_malloc etc. in the daemon and one
12509         in the shared lib, and only daemon mallocs were tested. In any
12510         case, the test case now tests all 500+ mallocs, and doesn't pass
12511         yet, though there are lots of fixes in this patch.
12512
12513         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12514         this so that it doesn't need to allocate memory, since it
12515         has no way of indicating failure due to OOM (and would be
12516         annoying if it did).
12517
12518         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12519
12520         * bus/Makefile.am: rearrange to create two self-contained
12521         libraries, to avoid having libraries with overlapping symbols.
12522         that was resulting in weirdness, e.g. I'm pretty sure there
12523         were two copies of global static variables.
12524
12525         * dbus/dbus-internals.c: move the malloc debug stuff to
12526         dbus-memory.c
12527
12528         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12529         empty.
12530
12531         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12532
12533         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12534         on failure.
12535
12536         * bus/dispatch.c (bus_dispatch_add_connection): free
12537         message_handler_slot when no longer using it, so
12538         memory leak checkers are happy for the test suite.
12539
12540         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12541
12542         * bus/bus.c (new_connection_callback): disconnect in here if
12543         bus_connections_setup_connection fails.
12544
12545         * bus/connection.c (bus_connections_unref): fix to free the
12546         connections
12547         (bus_connections_setup_connection): if this fails, don't
12548         disconnect the connection, just be sure there are no side
12549         effects.
12550
12551         * dbus/dbus-string.c (undo_alignment): unbreak this
12552
12553         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12554         leaking
12555         (_dbus_auth_new): fix the order in which we free strings
12556         on OOM failure
12557
12558         * bus/connection.c (bus_connection_disconnected): fix to
12559         not send ServiceDeleted multiple times in case of memory
12560         allocation failure
12561
12562         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12563         get the base service name
12564         (dbus_bus_register_client): don't return base service name,
12565         instead store it on the DBusConnection and have an accessor
12566         function for it.
12567         (dbus_bus_register_client): rename dbus_bus_register()
12568
12569         * bus/dispatch.c (check_hello_message): verify that other
12570         connections on the bus also got the correct results, not
12571         just the one sending hello
12572
12573 2003-03-15  Havoc Pennington  <hp@pobox.com>
12574
12575         Make it pass the Hello handling test including all OOM codepaths.
12576         Now to do other messages...
12577
12578         * bus/services.c (bus_service_remove_owner): fix crash when
12579         removing owner from an empty list of owners
12580         (bus_registry_ensure): don't leave service in the list of
12581         a connection's owned services if we fail to put the service
12582         in the hash table.
12583
12584         * bus/connection.c (bus_connection_preallocate_oom_error): set
12585         error flag on the OOM error.
12586
12587         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12588         handle _dbus_transport_set_connection failure
12589
12590         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12591         to create watches up front and simply enable/disable them as
12592         needed.
12593         (unix_connection_set): this can now fail on OOM
12594
12595         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12596         of enabling/disabling a watch or timeout.
12597
12598         * bus/loop.c (bus_loop_iterate): don't touch disabled
12599         watches/timeouts
12600
12601         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12602
12603 2003-03-15  Havoc Pennington  <hp@pobox.com>
12604
12605         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12606         write useful test code, after all that futzing around ;-)
12607
12608         Test does not yet pass because we can't handle OOM in
12609         _dbus_transport_messages_pending (basically,
12610         dbus_connection_preallocate_send() does not prealloc the write
12611         watch). To fix this, I think we need to add new stuff to
12612         set_watch_functions, namely a SetEnabled function so we can alloc
12613         the watch earlier, then enable it later.
12614
12615         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12616         dbus-memory.c to the convenience lib
12617
12618         * bus/test.c: rename some static functions to keep them clearly
12619         distinct from stuff in connection.c. Handle client disconnection.
12620
12621 2003-03-14  Havoc Pennington  <hp@pobox.com>
12622
12623         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12624         transport, tests more of the real codepath. Set up clients
12625         with bus_setup_debug_client.
12626
12627         * bus/test.c (bus_setup_debug_client): function to set up debug
12628         "clients" on the main loop
12629
12630         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12631         support
12632
12633         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12634         server type
12635
12636         * dbus/dbus-server-debug.c: support a debug server based on pipes
12637
12638         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12639         (_dbus_close): new function
12640
12641         * configure.in: check for socketpair
12642
12643 2003-03-14  Havoc Pennington  <hp@redhat.com>
12644
12645         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12646         cheesy hack
12647
12648         * dbus/dbus-transport-debug.c: rework this a good bit to be
12649         less complicated. hopefully still works.
12650
12651         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12652         manually
12653
12654         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12655         after running it
12656
12657         * dbus/dbus-message.c (dbus_message_copy): rename from
12658         dbus_message_new_from_message, fix it up to copy
12659         all the message fields, add test case
12660
12661         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12662         not quite passing yet
12663
12664 2003-03-14  Havoc Pennington  <hp@pobox.com>
12665
12666         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12667         until no work remains" in test code. (the large diff here
12668         is just code movement, no actual changes)
12669
12670         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
12671         1, no point waiting around for test code.
12672         (_dbus_server_debug_accept_transport): unref the timeout
12673         after adding it (right?)
12674
12675         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
12676
12677 2003-03-13  Havoc Pennington  <hp@redhat.com>
12678
12679         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
12680         out of memory
12681
12682         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
12683         of memory
12684
12685         * dbus/dbus-connection.h: Make AddWatchFunction and
12686         AddTimeoutFunction return a bool so they can fail on out-of-memory
12687
12688         * bus/bus.c (bus_context_new): set up timeout handlers
12689
12690         * bus/connection.c (bus_connections_setup_connection): set up
12691         timeout handlers
12692
12693         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
12694         can fail
12695
12696         * bus/bus.c (bus_context_new): adapt to changes
12697
12698         * bus/connection.c: adapt to changes
12699
12700         * test/watch.c: adapt to DBusWatch changes
12701
12702         * bus/dispatch.c (bus_dispatch_test): started adding this but
12703         didn't finish
12704
12705 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
12706
12707         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
12708
12709 2003-03-13  Havoc Pennington  <hp@pobox.com>
12710
12711         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
12712         set up a test framework as for the library
12713
12714 2003-03-12  Havoc Pennington  <hp@pobox.com>
12715
12716         Throughout: purge global variables, introduce BusActivation,
12717         BusConnections, BusRegistry, etc. objects instead.
12718
12719         * bus/bus.h, bus/bus.c: introduce BusContext as a global
12720         message bus object
12721
12722         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
12723         going to redo this a bit differently I think
12724
12725 2003-03-12  Havoc Pennington  <hp@redhat.com>
12726
12727         Mega-patch that gets the message bus daemon initially handling
12728         out-of-memory. Work still needed. Also lots of random
12729         moving stuff to DBusError instead of ResultCode.
12730
12731         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
12732
12733         * dbus/dbus-connection.c
12734         (dbus_connection_send_with_reply_and_block): use DBusError
12735
12736         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
12737         DBusResultCode
12738
12739         * dbus/dbus-connection.c (dbus_connection_send): drop the result
12740         code here, as the only failure possible is OOM.
12741
12742         * bus/connection.c (bus_connection_disconnect):
12743         rename bus_connection_disconnected as it's a notification only
12744
12745         * bus/driver.c (bus_driver_handle_acquire_service): don't free
12746         "name" on get_args failure, should be done by get_args;
12747         don't disconnect client for bad args, just return an error.
12748         (bus_driver_handle_service_exists): ditto
12749
12750         * bus/services.c (bus_services_list): NULL-terminate returned array
12751
12752         * bus/driver.c (bus_driver_send_service_lost)
12753         (bus_driver_send_service_acquired): send messages from driver to a
12754         specific client to the client's unique name, not to the broadcast
12755         service.
12756
12757         * dbus/dbus-message.c (decode_header_data): reject messages that
12758         contain no name field
12759         (_dbus_message_get_client_serial): rename to
12760         dbus_message_get_serial and make public
12761         (_dbus_message_set_serial): rename from set_client_serial
12762         (_dbus_message_set_reply_serial): make public
12763         (_dbus_message_get_reply_serial): make public
12764
12765         * bus/connection.c (bus_connection_foreach): allow stopping
12766         iteration by returning FALSE from foreach function.
12767
12768         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
12769         (dbus_connection_free_preallocated_send)
12770         (dbus_connection_preallocate_send): new API for sending a message
12771         without possibility of malloc failure.
12772         (dbus_connection_send_message): rename to just
12773         dbus_connection_send (and same for whole function family)
12774
12775         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
12776
12777         * dbus/dbus-sysdeps.c (_dbus_exit): new function
12778
12779         * bus/activation.c: handle/return errors
12780
12781         * dbus/dbus-errors.h: add more DBUS_ERROR #define
12782
12783         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
12784         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
12785         (_dbus_result_from_errno): move to this file
12786
12787 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
12788
12789         * dbus/dbus-marshal.c:
12790         (_dbus_marshal_set_string):
12791         Take a length argument so we can marshal the correct string
12792         length.
12793
12794         (_dbus_marshal_dict), (_dbus_demarshal_dict),
12795         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
12796         (_dbus_marshal_test):
12797         * dbus/dbus-marshal.h:
12798         Add support for marshalling and demarshalling dicts.
12799
12800         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12801         Add support for TYPE DICT.
12802
12803         * dbus/dbus-message.c: (set_string_field):
12804         Adjust header padding.
12805
12806         (dbus_message_append_args_valist), (dbus_message_append_dict),
12807         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
12808         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
12809         (check_message_handling), (check_have_valid_message):
12810         * dbus/dbus-message.h:
12811         Add functions for setting and getting dicts.
12812
12813         * dbus/dbus-protocol.h:
12814         Add DBUS_TYPE_DICT.
12815
12816         * dbus/dbus.h:
12817         Add dbus-dict.h
12818
12819         * doc/dbus-specification.sgml:
12820         Add information about how dicts are marshalled.
12821
12822         * test/data/invalid-messages/dict-with-nil-value.message:
12823         * test/data/invalid-messages/too-short-dict.message:
12824         * test/data/valid-messages/dict-simple.message:
12825         * test/data/valid-messages/dict.message:
12826         Add sample messages containing dicts.
12827
12828 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
12829
12830         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
12831
12832 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12833
12834         * dbus/Makefile.am:
12835         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12836         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
12837         (dbus_dict_set_int32), (dbus_dict_set_uint32),
12838         (dbus_dict_set_double), (dbus_dict_set_string),
12839         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12840         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12841         (dbus_dict_set_string_array), (_dbus_dict_test):
12842         * dbus/dbus-dict.h:
12843         Fix according to comments from Havoc.
12844
12845 2003-03-06  Michael Meeks  <michael@server.home>
12846
12847         * configure.in: if we don't have kde-config, disable have_qt.
12848
12849 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12850
12851         * dbus/Makefile.am:
12852         Add dbus-dict.[ch]
12853
12854         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12855         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
12856         (dbus_dict_remove), (dbus_dict_get_value_type),
12857         (dbus_dict_get_keys), (dbus_dict_put_boolean),
12858         (dbus_dict_put_int32), (dbus_dict_put_uint32),
12859         (dbus_dict_put_double), (dbus_dict_put_string),
12860         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
12861         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
12862         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
12863         (dbus_dict_get_int32), (dbus_dict_get_uint32),
12864         (dbus_dict_get_double), (dbus_dict_get_string),
12865         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
12866         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
12867         (dbus_dict_get_string_array), (_dbus_dict_test):
12868         * dbus/dbus-dict.h:
12869         Add DBusDict implementation
12870
12871         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
12872         * dbus/dbus-test.h:
12873         Add _dbus_dict_test
12874
12875 2003-03-04  Havoc Pennington  <hp@pobox.com>
12876
12877         * test/data/auth/*: adapt to changes
12878
12879         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
12880         USERID_BASE64 and change USERNAME_BASE64 to put in username not
12881         userid
12882
12883         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
12884         more stuff from being in a context name, to make the protocol
12885         simpler to deal with
12886
12887         * dbus/dbus-errors.c (dbus_error_has_name): new function
12888         (dbus_error_is_set): new function
12889
12890         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
12891         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
12892
12893         * dbus/dbus-connection.c (dbus_connection_flush): also read
12894         messages during a flush operation
12895
12896         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
12897
12898 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12899
12900         * configure.in: Check for gethostbyname on Solaris.
12901
12902         * dbus/dbus-transport.c: (_dbus_transport_open):
12903         Remove duplicate "tcp" entry.
12904
12905         * doc/dbus-specification.sgml:
12906         Clarify some things.
12907
12908 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12909
12910         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
12911         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
12912         (_dbus_keyring_test):
12913         * dbus/dbus-md5.c: (_dbus_md5_compute):
12914         * dbus/dbus-sha.c: (_dbus_sha_compute):
12915         Plug memory leaks.
12916
12917 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12918
12919         * README: Add some things.
12920
12921 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
12922
12923         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
12924         after case DBUS_TYPE_BOOELAN.
12925
12926 2003-03-02  Havoc Pennington  <hp@pobox.com>
12927
12928         * test/break-loader.c (randomly_set_extreme_ints): add test that
12929         sets really huge and small integers
12930
12931         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
12932         that length of boolean array fits in the string, and that
12933         string has room for boolean value in single-bool case.
12934
12935         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
12936         optional value to "ALIGN" command which is what to fill the
12937         alignment with.
12938
12939         * test/data/valid-messages/no-padding.message: add regression
12940         test for the message padding problem
12941
12942 2003-03-02  Havoc Pennington  <hp@pobox.com>
12943
12944         * dbus/dbus-message.c (decode_header_data): fix to always init
12945         message_padding, from Benjamin Dauvergne
12946
12947 2003-03-02  Havoc Pennington  <hp@pobox.com>
12948
12949         * configure.in: 0.5
12950
12951         * NEWS: Update.
12952
12953 2003-03-01  Joe Shaw  <joe@assbarn.com>
12954
12955         * configure.in: Check for "struct cmsgcred" and try to access its
12956         members for BSD-like unices.
12957
12958         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
12959         _dbus_read_credentials_unix_socket().
12960         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
12961         read() for reading the credential byte off the unix socket.  Use
12962         struct cmsgcred on systems that support it.
12963
12964 2003-02-27  Alexander Larsson  <alexl@redhat.com>
12965
12966         * glib/Makefile.am:
12967         * configure.in:
12968         Make gthreads-2.0 dependency optional. Don't build thread test if
12969         its not found.
12970
12971 2003-02-27  Havoc Pennington  <hp@pobox.com>
12972
12973         * dbus/dbus-connection.c
12974         (dbus_connection_send_message_with_reply_and_block): fix doh!
12975         doh! doh! bug that resulted in never removing a reply from the
12976         queue, no wonder we called get_reply_serial so much ;-)
12977
12978         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
12979         and client serial instead of demarshaling them every time
12980
12981 2003-02-27  Havoc Pennington  <hp@pobox.com>
12982
12983         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
12984         more inlined, using dbus-string-private.h, speeds things up
12985         substantially
12986
12987         * dbus/dbus-string.c (_dbus_string_free): apply align offset
12988         when freeing the string
12989         (_dbus_string_steal_data): fix for align offset
12990         (undo_alignment): new function
12991
12992 2003-02-26  Havoc Pennington  <hp@redhat.com>
12993
12994         All kinds of audit fixes from Owen, plus initial attempt to
12995         handle unaligned memory returned from malloc.
12996
12997         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
12998         leave room for align_offset and nul byte
12999         (fixup_alignment): function to track an align_offset and
13000         ensure real->str is aligned
13001         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
13002         to allow a nul byte plus align offset
13003         (_dbus_string_lock): fix overflow issue
13004         (_dbus_string_init_const_len): add assertions on sanity of len,
13005         assign allocated to be ALLOCATION_PADDING larger than len
13006         (set_length): fixup the overflow handling
13007         (_dbus_string_get_data_len): fix overflow in assertion
13008         (open_gap): detect overflow in size of gap to be opened
13009         (_dbus_string_lengthen): add overflow check
13010         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
13011         (_dbus_string_append): add overflow check
13012         (_dbus_string_append_unichar): overflow
13013         (_dbus_string_delete): fix overflow in assertion
13014         (_dbus_string_copy_len): overflow in assertion
13015         (_dbus_string_replace_len): overflows in assertions
13016         (_dbus_string_find): change to implement in terms of
13017         _dbus_string_find_to
13018         (_dbus_string_find_to): assorted fixage
13019         (_dbus_string_equal_c_str): assert c_str != NULL,
13020         fix logic so the function works
13021         (_dbus_string_ends_with_c_str): fix overflow thingy
13022         (_dbus_string_base64_encode): overflow fix
13023         (_dbus_string_validate_ascii): overflow
13024         (_dbus_string_validate_nul): overflow
13025
13026 2003-02-26  Havoc Pennington  <hp@redhat.com>
13027
13028         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
13029
13030 2003-02-26  Alexander Larsson  <alexl@redhat.com>
13031
13032         * configure.in:
13033         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
13034
13035         * dbus/dbus-connection.c:
13036         * dbus/dbus-connection.h:
13037         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
13038         Add dbus_connection_set_wakeup_main_function and use it when queueing
13039         incoming and outgoing messages.
13040
13041
13042         * dbus/dbus-dataslot.c:
13043         Threadsafe usage of DBusDataSlotAllocator
13044
13045         * dbus/dbus-message.c: (dbus_message_get_args_iter):
13046         dbus_new can fail.
13047
13048         * dbus/dbus-server-unix.c:
13049         Add todo comment
13050
13051         * glib/dbus-gmain.c:
13052         Implement the new wakeup functions for glib.
13053
13054         * glib/Makefile.am:
13055         * glib/test-thread-client.c:
13056         * glib/test-thread-server.c:
13057         * glib/test-thread.h:
13058         Initial cut at some thread test code. Not really done yet.
13059
13060 2003-02-26  Havoc Pennington  <hp@pobox.com>
13061
13062         * dbus/dbus-connection.c
13063         (dbus_connection_send_message_with_reply_and_block): fix crash
13064         where we ref'd the outgoing message instead of the returned reply
13065
13066         * dbus/dbus-transport-unix.c (do_authentication): check read watch
13067         at the end of this function, so if we didn't need to read for
13068         authentication, we reinstall it for receiving messages
13069
13070         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
13071         a NULL sender for peer-to-peer case
13072
13073         * dbus/dbus-transport-unix.c (check_read_watch): handle
13074         !authenticated case correctly
13075
13076         * glib/dbus-gmain.c: add support for DBusServer
13077
13078         * dbus/dbus-server.c: add data slot support
13079
13080         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
13081         return values and handle errors
13082
13083         * dbus/dbus-dataslot.c: factor out the data slot stuff from
13084         DBusConnection
13085
13086         * Doxyfile.in (INPUT): add glib subdir
13087
13088         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
13089         setup_with_g_main instead of hookup_with_g_main; write docs
13090
13091 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13092
13093         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
13094         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13095         * dbus/dbus-message.c: (dbus_message_append_boolean),
13096         (dbus_message_append_boolean_array),
13097         (dbus_message_get_args_valist), (_dbus_message_test):
13098         * dbus/dbus-message.h:
13099         * doc/dbus-specification.sgml:
13100         Various fixes as pointed out by Havoc.
13101
13102         * test/data/invalid-messages/bad-boolean-array.message:
13103         * test/data/invalid-messages/bad-boolean.message:
13104         Add invalid boolean value test cases.
13105
13106 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13107
13108         * dbus/dbus-internals.c: (_dbus_type_to_string):
13109         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13110         (_dbus_marshal_validate_arg):
13111         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13112         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13113         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
13114         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
13115         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
13116         (dbus_message_iter_get_double),
13117         (dbus_message_iter_get_boolean_array), (message_iter_test):
13118         * dbus/dbus-message.h:
13119         * dbus/dbus-protocol.h:
13120         * doc/dbus-specification.sgml:
13121         * test/data/valid-messages/lots-of-arguments.message:
13122         Add support for boolean and boolean array types.
13123
13124 2003-02-23  Havoc Pennington  <hp@pobox.com>
13125
13126         * dbus/dbus-keyring.c: finish most of this implementation and
13127         simple unit test
13128
13129         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
13130         these barf if the error isn't cleared to NULL
13131
13132         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
13133         (_dbus_create_directory): new function
13134
13135         * dbus/dbus-errors.c (dbus_set_error): fix warning
13136
13137         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
13138         (_dbus_string_hex_decode): new function
13139         (test_hex_roundtrip): test code
13140
13141         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
13142
13143         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
13144
13145         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
13146         the save-to-temp/rename trick to atomically write the new file
13147         (_dbus_string_parse_uint): new function
13148
13149 2003-02-22  Havoc Pennington  <hp@pobox.com>
13150
13151         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
13152
13153 2003-02-22  Havoc Pennington  <hp@pobox.com>
13154
13155         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
13156         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
13157
13158         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
13159
13160         * dbus/test/data/sha-1: add US government test suite for SHA-1
13161
13162 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13163
13164         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13165         Make string arrays NULL-terminated.
13166
13167         * dbus/dbus-memory.c: (dbus_free_string_array):
13168         * dbus/dbus-memory.h:
13169         New function for freeing NULL-terminated string arrays.
13170
13171         * dbus/dbus-message-builder.c: (append_quoted_string),
13172         (_dbus_message_data_load):
13173         Add support for array types.
13174
13175         * dbus/dbus-message.c: (check_message_handling):
13176         Add more types as test cases.
13177
13178         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
13179         (_dbus_string_parse_double):
13180         Add the start offset to the end offset.
13181
13182         * test/data/valid-messages/lots-of-arguments.message:
13183         New test message with lots of arguments.
13184
13185 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13186
13187         * dbus/dbus-message.c: (dbus_message_append_nil),
13188         (dbus_message_append_int32), (dbus_message_append_uint32),
13189         (dbus_message_append_double), (dbus_message_append_string),
13190         (dbus_message_append_int32_array),
13191         (dbus_message_append_uint32_array),
13192         (dbus_message_append_double_array),
13193         (dbus_message_append_byte_array),
13194         (dbus_message_append_string_array):
13195         Fix all out-of-memory handling in these functions.
13196
13197 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13198
13199         * dbus/dbus-message.c: (dbus_message_append_nil):
13200         Fix a silly.
13201
13202 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13203
13204         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13205         (dbus_message_append_nil), (dbus_message_append_int32_array),
13206         (dbus_message_append_uint32_array),
13207         (dbus_message_append_double_array),
13208         (dbus_message_append_byte_array),
13209         (dbus_message_append_string_array), (dbus_message_get_args_valist),
13210         (dbus_message_iter_get_int32_array),
13211         (dbus_message_iter_get_uint32_array),
13212         (dbus_message_iter_get_double_array),
13213         (dbus_message_iter_get_byte_array),
13214         (dbus_message_iter_get_string_array):
13215
13216         * dbus/dbus-message.h:
13217         Add functions for appending and getting arrays.
13218
13219 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13220
13221         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
13222         element size at least 8 bytes, fixes mempool tests on
13223         64-bit machines.
13224
13225 2003-02-20  Alexander Larsson  <alexl@redhat.com>
13226
13227         * dbus/dbus-transport-unix.c (unix_do_iteration):
13228         Unlock the connection mutex during a blocking select call.
13229         Add todo about how we need a way to wake up the select.
13230
13231         * dbus/dbus-connection-internal.h:
13232         * dbus/dbus-connection.c:
13233         Add _dbus_connection_lock and _dbus_connection_unlock.
13234
13235 2003-02-19  Havoc Pennington  <hp@pobox.com>
13236
13237         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
13238         Doxyfile.in, not Doxyfile
13239
13240         * dbus/dbus-keyring.c: do some hacking on this
13241
13242         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
13243
13244         * dbus/dbus-errors.c (dbus_set_error_const): do not call
13245         dbus_error_init
13246         (dbus_set_error): remove dbus_error_init, check for message ==
13247         NULL *before* we sprintf into it, and add @todo about including
13248         system headers in this file
13249
13250         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
13251
13252         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
13253
13254         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
13255         get various bits of user information based on either username
13256         or user ID
13257         (_dbus_homedir_from_username): new function
13258
13259 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
13260
13261         * configure.in:
13262         Add check for nonposix getpwnam_r
13263
13264         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
13265         Align the pool element size to a sizeof (void *) boundary.
13266
13267         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
13268         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
13269         General Solaris fixes.
13270
13271         * test/data/valid-messages/simplest-manual.message:
13272         Explicitly state that we want little-endian packing.
13273
13274 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
13275
13276         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13277
13278         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
13279         Added to create a transport connecting using a tcp/ip socket.
13280
13281         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
13282         to a tcp socket at given host and port.
13283         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
13284         hostname and port.
13285
13286         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13287
13288         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
13289         Added to create a server listening on a TCP/IP socket.
13290
13291 2003-02-19  Havoc Pennington  <hp@pobox.com>
13292
13293         Throughout: mop up all the Doxygen warnings and undocumented
13294         stuff.
13295
13296         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
13297         to search any paths.
13298
13299         * dbus/dbus-threads.c: move global mutex initializers to
13300         dbus-internals.h, multiple prototypes was confusing doxygen
13301         besides being kind of ugly
13302
13303         * Doxyfile (PREDEFINED): have Doxygen define
13304         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
13305         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
13306         (do not abuse the feature! it's for stuff like the autogenerated
13307         macros in dbus-md5.c, not just for things you don't feel like
13308         documenting...)
13309
13310 2003-02-18  Havoc Pennington  <hp@pobox.com>
13311
13312         * dbus/dbus-string.c (_dbus_string_zero): new function
13313
13314         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
13315         wrap it in some dbus-friendly API
13316
13317         * dbus/dbus-types.h: add 16-bit types
13318
13319 2003-02-18  Joe Shaw  <joe@assbarn.com>
13320
13321         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
13322         credentials from our currently running process.
13323         (get_word): Fix a buglet where we were copying the entire length
13324         instead of relative to our position.
13325
13326         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
13327         keys on the stack... it's 640k of data.
13328
13329         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
13330         read the credentials byte off the socket, even if we don't have
13331         SO_PEERCRED.
13332         (_dbus_poll): Implement poll() using select() for systems which
13333         don't have it.
13334
13335         * glib/test-dbus-glib.c (main): Print out an error if no
13336         parameters are given.
13337
13338         * test/data/auth/fallback.auth-script: Added.  Tests that a client
13339         can fallback to a secondary auth mechanism if the first fails.
13340
13341 2003-02-18  Havoc Pennington  <hp@pobox.com>
13342
13343         * AUTHORS: add Alex
13344
13345 2003-02-17  Havoc Pennington  <hp@pobox.com>
13346
13347         * doc/dbus-specification.sgml: lots of cosmetic
13348         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
13349         env variable to DBUS_BUS_ADDRESS, s/client/application/,
13350         s/server/bus/ (except in authentication section). Add a section
13351         "Message Bus Message Routing"
13352
13353 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
13354
13355         Release 0.4
13356
13357         * NEWS: Update
13358
13359 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13360
13361         * doc/dbus-specification.sgml:
13362         Specification updates.
13363
13364 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13365
13366         * bus/activation.c: (bus_activation_init), (child_setup),
13367         (bus_activation_activate_service):
13368         * bus/activation.h:
13369         * bus/main.c: (main):
13370         Set DBUS_ADDRESS environment variable.
13371
13372         * dbus/dbus-errors.c: (dbus_set_error):
13373         Don't use va_copy since that's a C99 feature.
13374
13375         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
13376         (_dbus_spawn_async):
13377         * dbus/dbus-sysdeps.h:
13378         Add child_setup_func to _dbus_spawn_async.
13379
13380         * doc/dbus-specification.sgml:
13381         Update specification.
13382
13383         * test/spawn-test.c: (setup_func), (main):
13384         Fix test.
13385
13386 2003-02-17  Alexander Larsson  <alexl@redhat.com>
13387
13388         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
13389         Added todo.
13390
13391 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13392
13393         * doc/.cvsignore:
13394         * doc/Makefile.am:
13395         * doc/dbus-test-plan.sgml:
13396         Add test plan document.
13397
13398         * test/Makefile.am:
13399         Fix distcheck.
13400
13401 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13402
13403         * dbus/dbus-message.c: (decode_header_data),
13404         (_dbus_message_loader_return_buffer):
13405         Set the header padding amount when loading a message.
13406
13407 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13408
13409         * bus/dispatch.c: (send_one_message):
13410         Only send broadcast messages to registered connections.
13411
13412         * dbus/dbus-message.c: (dbus_message_name_is):
13413         * dbus/dbus-message.h:
13414         New convenience function.
13415
13416         * dbus/dbus-transport-debug.c: (do_reading):
13417         Only dispatch one message per run.
13418
13419         * test/Makefile.am:
13420         * test/bus-test.c: (new_connection_callback), (die),
13421         (test_hello_client1_handler), (test_hello_client2_handler),
13422         (test_hello_replies), (main):
13423
13424         * test/bus-test-loop.[ch]:
13425         Add these.
13426
13427 2003-02-16  Havoc Pennington  <hp@pobox.com>
13428
13429         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
13430         backward conditional
13431
13432 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13433
13434         * dbus/dbus-connection.c:
13435         Implement sent_message_with_reply. (with_reply_and block is still
13436         busted).
13437         Made dispatch_message not lose message if OOM.
13438
13439         * dbus/dbus-errors.h:
13440         Add NoReply error (for reply timeouts).
13441
13442 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13443
13444         * dbus/dbus-hash.c (_dbus_hash_table_unref):
13445         Actually free keys and values when destroying hashtable.
13446
13447 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13448
13449         * dbus/dbus-auth.c: (client_try_next_mechanism):
13450         Plug a leak.
13451
13452         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
13453         Return TRUE if there's no thread implementation around.
13454
13455         * glib/dbus-gmain.c: (free_source),
13456         (dbus_connection_hookup_with_g_main):
13457         Make sure to remove the GSource when the connection is finalized.
13458
13459 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13460
13461         * bus/dispatch.c: (bus_dispatch_message_handler):
13462         * dbus/dbus-errors.h:
13463         Return an error if someone tries to send a message to a service
13464         that doesn't exist.
13465
13466 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13467
13468         * bus/activation.c: (load_directory), (bus_activation_init),
13469         (bus_activation_activate_service):
13470         * bus/activation.h:
13471         * bus/driver.c:
13472         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13473         More work on the activation handling.
13474
13475         * dbus/dbus-errors.h:
13476         Add some error messages
13477
13478         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13479         * dbus/dbus-message.h:
13480         New function that creates an error message.
13481
13482         * dbus/dbus-protocol.h:
13483         Add ACTIVATE_SERVER message.
13484
13485         * dbus/dbus-server-unix.c: (unix_handle_watch),
13486         (_dbus_server_new_for_domain_socket):
13487         Call _dbus_fd_set_close_on_exec.
13488
13489         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13490         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13491         (_dbus_fd_set_close_on_exec):
13492         * dbus/dbus-sysdeps.h:
13493         Add _dbus_fd_set_close_on exec function. Also add function that checks
13494         that all open fds are set to close-on-exec and warns otherwise.
13495
13496         * dbus/dbus-transport-unix.c:
13497         (_dbus_transport_new_for_domain_socket):
13498         Call _dbus_fd_set_close_on_exec.
13499
13500 2003-02-16  Havoc Pennington  <hp@pobox.com>
13501
13502         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13503         allow people to avoid setting SIGPIPE to SIG_IGN
13504         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13505         we've been asked not to
13506
13507 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13508
13509         * dbus/dbus-list.c: (_dbus_list_append_link),
13510         (_dbus_list_prepend_link):
13511         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13512         (dbus_realloc):
13513         Warning fixes.
13514
13515 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13516
13517         * bus/Makefile.am:
13518         * bus/activation.c: (bus_activation_entry_free),
13519         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13520         * bus/activation.h:
13521         * bus/main.c: (main):
13522         Add simple activation support, doesn't work yet though.
13523
13524 2003-02-15   Zack Rusin  <zack@kde.org>
13525
13526         * qt/dbus-qthread.cpp:  small casting fix
13527
13528 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13529
13530         * dbus/dbus-errors.c: (dbus_set_error):
13531         * dbus/dbus-errors.h:
13532         Add a few errors and make dbus_set_error void.
13533
13534         * dbus/dbus-sysdeps.c:
13535         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13536         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13537         * dbus/dbus-sysdeps.h:
13538         Add _dbus_spawn_async.
13539
13540         * test/spawn-test.c: (main):
13541         Test for _dbus_spawn_async.
13542
13543 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13544
13545         * dbus/dbus-internals.h:
13546         Fix build without tests.
13547
13548         * dbus/dbus-list.c: (alloc_link):
13549         Fix a segfault when a malloc fails.
13550
13551         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13552         (dbus_malloc0), (dbus_realloc):
13553         Add support for malloc debugging.
13554
13555 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13556
13557         * dbus/dbus-threads.c:
13558         * dbus/dbus-threads.h:
13559         Add condvars. Remove static mutext from API.
13560         Implement static mutexes by initializing them from threads_init.
13561
13562         * glib/dbus-gthread.c:
13563         * qt/dbus-qthread.cpp:
13564         Update with the thread api changes.
13565
13566
13567         * dbus/dbus-list.c:
13568         * dbus/dbus-list.h:
13569         Turn StaticMutex into normal mutex + init function.
13570         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13571         _dbus_list_append_link, _dbus_list_prepend_link
13572
13573
13574         * dbus/dbus-sysdeps.c:
13575         * dbus/dbus-sysdeps.h:
13576         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13577         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13578
13579         * dbus/dbus-protocol.h:
13580         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13581
13582         * dbus/dbus-message.c:
13583         Make ref/unref atomic.
13584         Fix some docs.
13585
13586         * dbus/dbus-connection-internal.h:
13587         * dbus/dbus-connection.c:
13588         * dbus/dbus-connection.h:
13589         Make threadsafe.
13590         Change _peek to _borrow,_return & _steal_borrowed.
13591         Change disconnect callback to event.
13592         Make dbus_connection_dispatch_messages reentrant.
13593
13594         * dbus/dbus-transport.c:
13595         Don't ref the connection on calls to the transport
13596         implementation.
13597
13598         * dbus/dbus-message-handler.c:
13599         Make threadsafe.
13600
13601         * glib/dbus-gmain.c:
13602         Don't use peek_message anymore
13603
13604         * test/Makefile.am:
13605         * test/debug-thread.c:
13606         * test/debug-thread.h:
13607         Simple thread implementation that asserts() on deadlocks in
13608         single-threaded code.
13609
13610         * test/bus-test.c:
13611         (main) Call debug_threads_init.
13612
13613         * test/watch.c:
13614         Use disconnect message instead of disconnect callback.
13615
13616         * bus/connection.c:
13617         * bus/connection.h:
13618         Don't call dbus_connection_set_disconnect_function. Instead export
13619         bus_connection_disconnect.
13620
13621         * bus/dispatch.c:
13622         Call bus_connection_disconnect when we get a disconnected message.
13623
13624 2003-02-15  Havoc Pennington  <hp@pobox.com>
13625
13626         * dbus/dbus-message.c (dbus_message_new): fool around with the
13627         docs
13628
13629 2003-02-14  Havoc Pennington  <hp@pobox.com>
13630
13631         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13632
13633         * dbus/dbus-memory.c: fail if the debug functions indicate we
13634         should
13635
13636         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13637         (_dbus_decrement_fail_alloc_counter): debug functions to
13638         simulate memory allocation failures
13639
13640 2003-02-14  Havoc Pennington  <hp@pobox.com>
13641
13642         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13643         to DBusError
13644
13645 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13646
13647         * bus/driver.c: (bus_driver_handle_hello):
13648         * bus/driver.h:
13649         * bus/services.c: (bus_service_lookup):
13650         Reorder message sending so we get a more sane order.
13651
13652         * test/bus-test.c: (message_handler):
13653         Fix tyop.
13654
13655 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13656
13657         * bus/driver.c: (bus_driver_send_service_deleted),
13658         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13659         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13660         (bus_driver_send_welcome_message),
13661         (bus_driver_handle_list_services),
13662         (bus_driver_handle_acquire_service),
13663         (bus_driver_handle_service_exists):
13664         * dbus/dbus-bus.c: (dbus_bus_register_client),
13665         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13666         * dbus/dbus-errors.c: (dbus_result_to_string):
13667         * dbus/dbus-errors.h:
13668         * dbus/dbus-message.c: (dbus_message_append_args),
13669         (dbus_message_append_args_valist), (dbus_message_get_args),
13670         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
13671         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
13672         (dbus_message_iter_get_byte_array),
13673         (dbus_message_iter_get_string_array), (message_iter_test),
13674         (check_message_handling), (_dbus_message_test):
13675         * dbus/dbus-message.h:
13676         * test/bus-test.c: (main):
13677         Change fields to arguments in messages, so that they won't be
13678         confused with header fields.
13679
13680         * glib/test-dbus-glib.c: (main):
13681         Remove append_fields from hello message.
13682
13683 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13684
13685         * dbus/dbus-errors.c:
13686         * dbus/dbus-message.c:
13687         * dbus/dbus-string.c:
13688         Documentation fixes.
13689
13690 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13691
13692         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
13693         (remove_timeout):
13694         Implement support for timeouts in dbus-glib.
13695
13696 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13697
13698         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13699         * dbus/dbus-message.c: (process_test_subdir):
13700         * test/break-loader.c: (find_breaks_based_on):
13701         Plug some memory leaks.
13702
13703 2003-02-13  Richard Hult  <rhult@codefactory.se>
13704
13705         * bus/main.c: Fix build.
13706
13707         * dbus/dbus-errors.h:
13708         * dbus/dbus-errors.c: Fix copyright for Anders.
13709
13710 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13711
13712         * bus/Makefile.am:
13713         Add utils.[ch]
13714
13715         * bus/connection.c: (bus_connection_foreach):
13716         Fix a warning.
13717
13718         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
13719         (unescape_string), (new_section), (parse_section_start),
13720         (parse_key_value), (report_error), (bus_desktop_file_load),
13721         (bus_desktop_file_get_string):
13722         * bus/desktop-file.h:
13723         Use DBusError for error reporting.
13724
13725         * bus/dispatch.c: (send_one_message),
13726         (bus_dispatch_message_handler):
13727         * bus/driver.c: (bus_driver_send_service_deleted),
13728         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13729         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13730         (bus_driver_send_welcome_message),
13731         (bus_driver_handle_list_services),
13732         (bus_driver_handle_acquire_service),
13733         (bus_driver_handle_service_exists):
13734         * bus/loop.c: (bus_loop_run):
13735         * bus/main.c:
13736         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
13737
13738         * bus/utils.c: (bus_wait_for_memory):
13739         * bus/utils.h:
13740         New files with general utility functions.
13741
13742         * dbus/dbus-internals.h:
13743         Remove _DBUS_HANDLE_OOM.
13744
13745 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13746
13747         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
13748         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
13749         * dbus/dbus-errors.h:
13750         Add DBusError structure.
13751
13752 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13753
13754         * test/data/valid-messages/standard-acquire-service.message:
13755         * test/data/valid-messages/standard-hello.message:
13756         * test/data/valid-messages/standard-list-services.message:
13757         * test/data/valid-messages/standard-service-exists.message:
13758         Add some standard messages.
13759
13760 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13761
13762         * bus/driver.c: (bus_driver_send_welcome_message),
13763         (bus_driver_handle_list_services),
13764         (bus_driver_handle_acquire_service),
13765         (bus_driver_handle_service_exists), (bus_driver_handle_message):
13766         Update for API changes in libdbus.
13767
13768         * dbus/dbus-message.c: (dbus_message_new_reply):
13769         * dbus/dbus-message.h:
13770         Remove the name argument. The spec states that replies shouldn't
13771         have a name.
13772
13773 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13774
13775         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
13776         (report_error), (bus_desktop_file_load), (lookup_section),
13777         (lookup_line), (bus_desktop_file_get_raw),
13778         (bus_desktop_file_get_string):
13779         * bus/desktop-file.h:
13780         Some fixes, and new functions for getting a key value from a section.
13781
13782 2003-02-13  Havoc Pennington  <hp@pobox.com>
13783
13784         * test/data/auth/fail-after-n-attempts.auth-script: new test
13785
13786         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
13787         reject the client.
13788
13789 2003-02-13  Havoc Pennington  <hp@pobox.com>
13790
13791         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
13792         dbus_credentials_match were backward
13793
13794         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
13795         NO_CREDENTIALS and ROOT_CREDENTIALS
13796
13797         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
13798         into here. Never process more commands after we've reached an
13799         end state; store further data as unused bytes.
13800
13801         * test/data/auth/*: add more auth tests
13802
13803         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
13804         command to match exact string and EXPECT_UNUSED to match unused
13805         bytes
13806
13807         * test/Makefile.am (dist-hook): fix to dist all the test stuff
13808
13809 2003-02-12  Havoc Pennington  <hp@pobox.com>
13810
13811         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
13812         \r off of popped lines
13813
13814         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
13815         scripts
13816
13817         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
13818         SEND, append \r\n
13819
13820 2003-02-12  Havoc Pennington  <hp@pobox.com>
13821
13822         * dbus/Makefile.am: remove break-loader from the build, since it
13823         moved.
13824
13825         * configure.in: add --enable-gcov to turn on coverage profiling
13826         flags and disable optimization
13827
13828 2003-02-10  Havoc Pennington  <hp@pobox.com>
13829
13830         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
13831         initial cut at test framework for DBusAuth from laptop.
13832         Doesn't quite work yet but it compiles and I need to get
13833         it off the 266mhz laptop. ;-)
13834
13835         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
13836         fix a memleak in error case
13837
13838 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
13839
13840         * bus/Makefile.am:
13841         * bus/desktop-file.c:
13842         * bus/desktop-file.h:
13843         Add a desktop file parser.
13844
13845 2003-02-11  Zack Rusin  <zack@kde.org>
13846
13847         * qt/message.[h|cpp]: sample implementation
13848         of the KDE wrapper for DBusMessage
13849
13850 2003-02-09  Zack Rusin  <zack@kde.org>
13851
13852         * test/bus-test.c: make_it_compile
13853         * doc/dbus-specification.sgml: minimal semantic fix
13854
13855 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13856
13857         Release 0.3
13858
13859         * NEWS: Update
13860
13861 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13862
13863         * dbus/Makefile.am:
13864         * dbus/dbus-break-loader.c:
13865         * test/Makefile.am:
13866         * test/break-loader.c:
13867         Move dbus-break-loader to test/ and rename it to break-loader.
13868
13869 2003-02-02  Havoc Pennington  <hp@pobox.com>
13870
13871         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
13872         for code to manage cookies in your home directory
13873
13874         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
13875
13876         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
13877         to authenticate, then disconnect the client.
13878
13879 2003-02-03  Alexander Larsson  <alexl@redhat.com>
13880
13881         * dbus/dbus-message.c (dbus_message_append_fields):
13882         Correct docs.
13883
13884 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13885
13886         * doc/dbus-specification.sgml:
13887         Update address format section.
13888
13889 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13890
13891         * test/Makefile.am:
13892         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
13893         (message_handler), (new_connection_callback), (loop_quit),
13894         (loop_run), (main):
13895         Add bus test.
13896
13897 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13898
13899         * bus/driver.c: (bus_driver_handle_service_exists):
13900         Simplify the code a bit.
13901
13902         * dbus/dbus-bus.c: (dbus_bus_service_exists):
13903         Fix a silly.
13904
13905 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13906
13907         * bus/Makefile.am:
13908         Add libdbus-daemon.la and link to it.
13909
13910 2003-02-01  James Willcox  <jwillcox@gnome.org>
13911
13912         * bus/driver.c: (bus_driver_handle_own_service):
13913         Actually include the service reply code in the message.
13914
13915 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13916
13917         * bus/driver.c: (bus_driver_handle_service_exists):
13918         Don't unref the incoming message.
13919
13920 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13921
13922         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
13923
13924 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13925
13926         * dbus/dbus-server.c: (dbus_server_listen):
13927         * dbus/dbus-transport.c: (_dbus_transport_open):
13928         ifdef out the calls to the debug transport and server.
13929
13930 2003-02-02  Alexander Larsson  <alexl@redhat.com>
13931
13932         * dbus/dbus-watch.c (dbus_watch_get_flags):
13933         Add note in the docs that ERROR or HANGUP won't be returned
13934         and are assumed always on.
13935
13936         * glib/dbus-gmain.c (add_watch):
13937         Always add IO_ERR | IO_HUP
13938
13939         * dbus/dbus-message.h:
13940         Add semicolon after dbus_message_iter_get_string_array().
13941         Makes qt code build again
13942
13943 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
13944
13945         * bus/driver.c: (create_unique_client_name),
13946         (bus_driver_handle_hello):
13947         Don't take a name, just use a numeric id to identify
13948         each client.
13949
13950         * dbus/Makefile.am:
13951         * dbus/dbus-bus.c: (dbus_bus_register_client),
13952         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13953         * dbus/dbus-bus.h:
13954         Add new convenience functions for communicating with the bus.
13955
13956         * dbus/dbus-message.h:
13957
13958         * dbus/dbus-protocol.h:
13959         Fix a typo.
13960
13961 2003-02-01  Alexander Larsson  <alexl@redhat.com>
13962
13963         * dbus/dbus-message.c (dbus_message_append_fields):
13964         Add some more doc comments.
13965
13966 2003-02-01  Havoc Pennington  <hp@pobox.com>
13967
13968         * dbus/dbus-break-loader.c (randomly_modify_length): change
13969         a 4-byte value in the message as if it were a length
13970
13971         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
13972         execute bit on saved files
13973
13974 2003-02-01  Havoc Pennington  <hp@pobox.com>
13975
13976         * dbus/dbus-break-loader.c (main): new program to find messages
13977         that break the loader.
13978
13979         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
13980         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
13981
13982         * dbus/dbus-string.c (_dbus_string_set_byte): new
13983
13984 2003-01-31  Havoc Pennington  <hp@pobox.com>
13985
13986         * dbus/dbus-message.c: refactor the test code to be more general,
13987         in preparation for writing a "randomly permute test cases to
13988         try to break the loader" program.
13989
13990 2003-01-31  Havoc Pennington  <hp@pobox.com>
13991
13992         * doc/dbus-specification.sgml: work on the specification
13993
13994         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
13995         the protocol version of the message.
13996
13997         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
13998         no longer specifies that.
13999         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
14000         1/2/3/4)
14001
14002         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
14003         "break" for DBUS_TYPE_NIL, remove @todo
14004
14005 2003-01-31  Havoc Pennington  <hp@pobox.com>
14006
14007         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
14008         just set_is_error/get_is_error as this is a commonly-used
14009         function, and write docs.
14010
14011 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
14012
14013         * dbus/dbus-address.c: (dbus_address_entry_free):
14014         Free key and value lists.
14015
14016         * dbus/dbus-internals.c: (_dbus_type_to_string):
14017         Add the types we didn't have.
14018
14019         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
14020         (_dbus_marshal_validate_arg):
14021         Add NIL types.
14022
14023         * dbus/dbus-message.c: (dbus_message_set_sender):
14024         Remove todo about being able to set sender to NULL.
14025
14026         (dbus_message_set_is_error_reply),
14027         (dbus_message_get_is_error_reply):
14028         * dbus/dbus-message.h:
14029         New functions.
14030
14031         * dbus/dbus-protocol.h:
14032         Add error reply flag.
14033
14034         * test/data/valid-messages/opposite-endian.message:
14035         Add NIL type to test.
14036
14037 2003-01-31  Havoc Pennington  <hp@pobox.com>
14038
14039         * doc/dbus-specification.sgml: fully specify the header.  Add
14040         flags and major protocol version, and change header/body len to
14041         unsigned.
14042
14043         * dbus/dbus-message-builder.c (append_saved_length): append length
14044         as uint32
14045
14046         * dbus/dbus-message.c (dbus_message_create_header): change header
14047         length and body length to unsigned. Add the new fields from the
14048         spec
14049         (_dbus_message_loader_return_buffer): unsigned header/body len
14050
14051 2003-01-30  Havoc Pennington  <hp@pobox.com>
14052
14053         * dbus/dbus-auth.c: rework to use only REJECTED, no
14054         MECHANISMS
14055
14056         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
14057         use REJECTED, suggested by Mark McLoughlin
14058
14059 2003-01-30  Havoc Pennington  <hp@pobox.com>
14060
14061         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
14062         a better way to report errors here. e.g.  "unix address lacks
14063         path" or something. also "no such file" when the path doesn't
14064         exist, etc.
14065
14066         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
14067         leaking list nodes
14068         (dbus_parse_address): add @todo about documenting address format,
14069         and allowing , and ; to be escaped
14070
14071 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
14072
14073         * dbus/Makefile.am:
14074         Add dbus-address.[ch]
14075
14076         * dbus/dbus-address.c: (dbus_address_entry_free),
14077         (dbus_address_entries_free), (create_entry),
14078         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
14079         (dbus_parse_address), (_dbus_address_test):
14080         * dbus/dbus-address.h:
14081         New files for dealing with address parsing.
14082
14083         * dbus/dbus-connection.c:
14084         Document timeout functions.
14085
14086         * dbus/dbus-message.c:
14087         Document dbus_message_new_from_message.
14088
14089         * dbus/dbus-server-debug.c:
14090         Document.
14091
14092         * dbus/dbus-server.c: (dbus_server_listen):
14093         Parse address and use correct server implementation.
14094
14095         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
14096         * dbus/dbus-string.h:
14097         New function with test.
14098
14099         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
14100         * dbus/dbus-test.h:
14101         Add address tests.
14102
14103         * dbus/dbus-transport-debug.c:
14104         Document.
14105
14106         * dbus/dbus-transport.c: (_dbus_transport_open):
14107         Parse address and use correct transport implementation.
14108
14109 2003-01-30  Havoc Pennington  <hp@pobox.com>
14110
14111         * dbus/dbus-message.c: use message->byte_order instead of
14112         DBUS_COMPILER_BYTE_ORDER throughout.
14113         (dbus_message_create_header): pad header to align the
14114         start of the body of the message to 8-byte boundary
14115
14116         * dbus/dbus-marshal.h: make all the demarshalers take const
14117         DBusString arguments.
14118
14119         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
14120         validate message args here, so we don't have to do slow validation
14121         later, and so we catch bad messages as they are incoming. Also add
14122         better checks on header_len and body_len. Also fill in
14123         message->byte_order
14124
14125         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
14126         implemented properly)
14127         (_dbus_string_validate_nul): new function to check all-nul
14128
14129         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
14130         get_arg_end_pos and remove all validation
14131         (_dbus_marshal_validate_arg): actually do validation here.
14132
14133 2003-01-29  Havoc Pennington  <hp@pobox.com>
14134
14135         * dbus/dbus-message.c (check_message_handling): fix assertion
14136         failure on set_client_serial
14137
14138 2003-01-28  Havoc Pennington  <hp@pobox.com>
14139
14140         * dbus/dbus-server-debug.c: Add doc section comments
14141
14142         * dbus/dbus-transport-debug.c: add doc section comments
14143
14144 2003-01-28  Havoc Pennington  <hp@redhat.com>
14145
14146         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
14147         the reverse order from how I had it
14148         (_dbus_string_base64_encode): reverse encoding order. I was
14149         basically byteswapping everything during encoding.
14150
14151 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
14152
14153         * dbus/dbus-connection-internal.h:
14154         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
14155         (_dbus_connection_remove_timeout):
14156         Add functions for adding and removing timeouts.
14157
14158         * dbus/dbus-message.c: (dbus_message_new_from_message):
14159         Add new function that takes a message and creates an exact
14160         copy of it, but with the refcount set to 1.
14161         (check_message_handling):
14162         Fix build error.
14163
14164         * dbus/dbus-server-protected.h:
14165         * dbus/dbus-server.c: (_dbus_server_init_base),
14166         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
14167         (dbus_server_set_timeout_functions):
14168         (_dbus_server_remove_timeout):
14169         New functions so that a server can add and remove timeouts.
14170
14171         (dbus_server_listen):
14172         Add commented out call to dbus_server_debug_new.
14173
14174         * dbus/dbus-timeout.c: (_dbus_timeout_new):
14175         Actually set the handler, doh.
14176
14177         * dbus/dbus-transport.c: (_dbus_transport_open):
14178         Add commented out call to dbus_transport_debug_client_new.
14179
14180         * dbus/Makefile.am:
14181         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
14182
14183 2003-01-28  Havoc Pennington  <hp@pobox.com>
14184
14185         * dbus/dbus-message.c (check_message_handling): function to check
14186         on the loaded message, iterates over it etc.
14187
14188 2003-01-28  Havoc Pennington  <hp@pobox.com>
14189
14190         * test/Makefile.am (dist-hook): fix make distdir
14191
14192         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
14193
14194 2003-01-27  Havoc Pennington  <hp@pobox.com>
14195
14196         * dbus/dbus-mempool.c (time_for_size): replace printf with
14197         _dbus_verbose
14198
14199         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
14200         empty lines; fix the SAVE_LENGTH stuff to be
14201         START_LENGTH/END_LENGTH so it actually works; couple other
14202         bugfixes
14203
14204         * test/Makefile.am (dist-hook): add dist-hook for .message files
14205
14206         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
14207         can be constant or locked.
14208         (_dbus_string_free): allow freeing a const string as
14209         documented/intended
14210
14211         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
14212
14213         * dbus/dbus-test-main.c (main): take an argument which is the
14214         directory containing test data
14215
14216         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
14217         argument to this and load all the messages in test/data/
14218         checking that they can be loaded or not loaded as appropriate.
14219
14220 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
14221
14222         * bus/dispatch.c: (bus_dispatch_message_handler):
14223         Dispatch messages sent to services.
14224
14225         * bus/driver.c: (bus_driver_send_service_deleted),
14226         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14227         (bus_driver_send_service_acquired):
14228         Add helper functions for sending service related messages.
14229
14230         (bus_driver_send_welcome_message):
14231         Send HELLO_REPLY instead of WELCOME.
14232
14233         (bus_driver_handle_list_services):
14234         Send LIST_SERVICES_REPLY instead of SERVICES.
14235
14236         (bus_driver_handle_own_service),
14237         (bus_driver_handle_service_exists):
14238         New message handlers.
14239
14240         (bus_driver_handle_message):
14241         Invoke new message handlers.
14242
14243         (bus_driver_remove_connection):
14244         Don't remove any services here since that's done automatically
14245         by bus_service_remove_owner now.
14246
14247         * bus/driver.h:
14248         New function signatures.
14249
14250         * bus/services.c: (bus_service_add_owner):
14251         Send ServiceAcquired message if we're the only primary owner.
14252
14253         (bus_service_remove_owner):
14254         Send ServiceAcquired/ServiceLost messages.
14255
14256         (bus_service_set_prohibit_replacement),
14257         (bus_service_get_prohibit_replacement):
14258         Functions for setting prohibit replacement.
14259
14260         (bus_service_has_owner):
14261         New function that checks if a connection is in the owner queue of
14262         a certain service.
14263
14264         * bus/services.h:
14265         Add new function signatures.
14266
14267         * dbus/dbus-list.c: (_dbus_list_test):
14268         Add tests for _dbus_list_remove_last and traversing the list backwards.
14269
14270         * dbus/dbus-list.h:
14271         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
14272         go any further, so return NULL then.
14273
14274         * dbus/dbus-protocol.h:
14275         Add new messages, service flags and service replies.
14276
14277 2003-01-26  Havoc Pennington  <hp@pobox.com>
14278
14279         * dbus/dbus-message-builder.c: implement, completely untested.
14280
14281         * test/data/*: add data to be used in testing.
14282         ".message" files are our simple loadable text format.
14283         ".message-raw" will be binary dumps of messages.
14284
14285         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
14286
14287 2003-01-26  Havoc Pennington  <hp@pobox.com>
14288
14289         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
14290
14291         * dbus/dbus-errors.c (dbus_result_to_string): add
14292         file errors
14293
14294         * dbus/dbus-message-builder.c: new file, will contain code to load
14295         up messages from files. Not implemented yet.
14296
14297 2003-01-26  Havoc Pennington  <hp@pobox.com>
14298
14299         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
14300         the sender by setting to NULL
14301
14302 2003-01-26  Havoc Pennington  <hp@pobox.com>
14303
14304         The unit tests pass, but otherwise untested.  If it breaks, the
14305         tests should have been better. ;-)
14306
14307         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
14308         the connection.
14309
14310         * dbus/dbus-message.c: redo everything so we maintain
14311         message->header as the only copy of the various fields.
14312         This avoids the possibility of out-of-memory in some cases,
14313         for example dbus_message_lock() can't run out of memory anymore,
14314         and avoids extra copying. Figured I may as well go ahead and do
14315         this since it was busted for dbus_message_lock to not return
14316         failure on OOM, and dbus_message_write_header was totally
14317         unchecked for OOM. Also fixed some random other bugs.
14318
14319         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
14320         that strings are nul-terminated. Also, end_pos can be equal
14321         to string length just not greater than, I think.
14322         (_dbus_marshal_set_int32): new function
14323         (_dbus_marshal_set_uint32): new function
14324         (_dbus_marshal_set_string): new function
14325
14326         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
14327         a warning, init timeout_list to NULL
14328         (dbus_connection_send_message): don't use uninitialized variable
14329         "serial"
14330
14331         * dbus/dbus-string.c (_dbus_string_replace_len): new function
14332
14333 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14334
14335         * bus/driver.c: (bus_driver_handle_hello),
14336         (bus_driver_send_welcome_message):
14337         Plug leaks
14338
14339 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14340
14341         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
14342         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14343         (dbus_connection_unref):
14344         * dbus/dbus-marshal.c: (_dbus_marshal_test):
14345         * dbus/dbus-message.c: (dbus_message_unref),
14346         Plug memory leaks.
14347
14348         (dbus_message_get_fields):
14349         Remove debugging printout.
14350
14351         (_dbus_message_loader_return_buffer):
14352         Don't store the header string.
14353
14354         (_dbus_message_test):
14355         Plug leaks.
14356
14357 2003-01-26  Richard Hult  <rhult@codefactory.se>
14358
14359         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
14360         the file descriptor list, since it can change under us.
14361
14362 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14363
14364         * glib/dbus-gmain.c: (dbus_connection_prepare),
14365         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
14366         (remove_watch), (dbus_connection_hookup_with_g_main):
14367         Rewrite the glib handling to use its own GSource instead of a
14368         GIOChannel so we can catch messages put in the queue while waiting
14369         for a reply.
14370
14371 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14372
14373         * bus/Makefile.am:
14374         * bus/connection.c: (connection_disconnect_handler),
14375         (connection_watch_callback), (bus_connection_setup):
14376         * bus/dispatch.c: (send_one_message),
14377         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
14378         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
14379         * bus/dispatch.h:
14380         * bus/driver.c: (bus_driver_send_service_deleted),
14381         (bus_driver_send_service_created), (bus_driver_handle_hello),
14382         (bus_driver_send_welcome_message),
14383         (bus_driver_handle_list_services), (bus_driver_remove_connection),
14384         (bus_driver_handle_message):
14385         * bus/driver.h:
14386         Refactor code, put the message dispatching in its own file. Use
14387         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
14388         is disconnected.
14389
14390 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14391
14392         * dbus/dbus-internals.h:
14393         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
14394
14395         * dbus/dbus-message.c: (dbus_message_get_sender):
14396         * dbus/dbus-message.h:
14397         Implement dbus_message_get_sender.
14398
14399         * dbus/dbus-protocol.h:
14400         Add message and service defines.
14401
14402 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14403
14404         * dbus/dbus-connection.c: (dbus_connection_send_message):
14405         * dbus/dbus-message-internal.h:
14406         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
14407         (dbus_message_write_header):
14408         Remove _dbus_messag_unlock and don't set the client serial on a
14409         message if one already exists.
14410
14411 2003-01-24  Havoc Pennington  <hp@pobox.com>
14412
14413         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
14414         list_pool
14415
14416         * bus/driver.c (bus_driver_handle_list_services): fix a leak
14417         on OOM
14418
14419 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14420
14421         * dbus/dbus-list.c: (alloc_link), (free_link):
14422         Use a memory pool for the links.
14423
14424 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14425
14426         * bus/connection.c: (bus_connection_foreach):
14427         * bus/connection.h:
14428         Add new bus_connection_foreach function.
14429
14430         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
14431         Add function that broadcasts a message to all clients.
14432
14433         (bus_driver_send_service_created), (bus_driver_handle_hello),
14434         (bus_driver_send_welcome_message),
14435         (bus_driver_handle_list_services), (bus_driver_message_handler):
14436         Implement functions that take care of listing services, and notifying
14437         clients when new services are created.
14438
14439         * bus/services.c: (bus_services_list):
14440         * bus/services.h:
14441         Add new function that returns an array of strings with the currently
14442         registered services.
14443
14444         * glib/dbus-glib.h:
14445         * glib/dbus-gmain.c:
14446         Update copyright year.
14447
14448 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14449
14450         * dbus/dbus-connection.c: (dbus_connection_send_message):
14451         Unlock the message in case it was sent earlier.
14452
14453         (dbus_connection_send_message_with_reply_and_block):
14454         Remove the reply message from the list.
14455
14456         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14457         Set array_len and new_pos correctly.
14458
14459         (_dbus_marshal_test):
14460         Remove debug output.
14461
14462         * dbus/dbus-message-internal.h:
14463         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14464         New function that returns the reply serial.
14465
14466         (_dbus_message_unlock):
14467         New function that unlocks a message and resets its header.
14468
14469         (dbus_message_append_string_array),
14470         (dbus_message_get_fields_valist),
14471         (dbus_message_iter_get_field_type),
14472         (dbus_message_iter_get_string_array),
14473         (dbus_message_get_fields),
14474         (dbus_message_append_fields_valist):
14475         Handle string arrays.
14476
14477         (dbus_message_set_sender):
14478         Make this function public since the bus daemon needs it.
14479
14480         (decode_header_data):
14481         Set the reply serial to -1 initially.
14482
14483         * dbus/dbus-message.h:
14484         Add dbus_message_set_sender.
14485
14486 2003-01-24  Havoc Pennington  <hp@pobox.com>
14487
14488         * doc/dbus-specification.sgml: add some stuff
14489
14490 2003-01-22  Havoc Pennington  <hp@pobox.com>
14491
14492         * doc/dbus-specification.sgml: Start to document the protocol.
14493
14494 2003-01-22  Havoc Pennington  <hp@pobox.com>
14495
14496         * dbus/dbus-connection.c
14497         (dbus_connection_send_message_with_reply_and_block): add some @todo
14498
14499         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14500
14501 2003-01-21  Havoc Pennington  <hp@pobox.com>
14502
14503         (patch untested because can't compile)
14504
14505         * bus/driver.c (create_unique_client_name): make this function
14506         never recycle client names. Also, caller should initialize
14507         the DBusString.
14508
14509         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14510
14511 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14512
14513         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14514         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14515         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14516         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14517         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14518         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14519         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14520         * dbus/dbus-marshal.h:
14521         * dbus/dbus-protocol.h:
14522         Add support for marshalling and demarshalling integer, double
14523         and string arrays.
14524
14525 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14526
14527         * bus/Makefile.am:
14528         Add driver.[ch]
14529
14530         * bus/connection.c: (connection_disconnect_handler):
14531         Remove the connection from the bus driver's list.
14532
14533         (connection_watch_callback): Dispatch messages.
14534
14535         (free_connection_data): Free connection name.
14536
14537         (bus_connection_setup): Add connection to the bus driver's list.
14538         (bus_connection_remove_owned_service):
14539         (bus_connection_set_name), (bus_connection_get_name):
14540         Add functions for setting and getting the connection's name.
14541
14542         * bus/connection.h:
14543         Add function headers.
14544
14545         * bus/driver.c: (create_unique_client_name),
14546         (bus_driver_handle_hello_message),
14547         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14548         (bus_driver_add_connection), (bus_driver_remove_connection):
14549         * bus/driver.h:
14550         * bus/main.c:
14551         * bus/services.c: (bus_service_free):
14552         * bus/services.h:
14553         New file that handles communication and registreation with the bus
14554         itself.
14555
14556 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14557
14558         * dbus/dbus-connection.c: (dbus_connection_send_message):
14559         Add a new client_serial parameter.
14560
14561         (dbus_connection_send_message_with_reply):
14562         Remove a @todo since we've implemented the blocking function.
14563
14564         (dbus_connection_send_message_with_reply_and_block):
14565         New function that sends a message and waits for a reply and
14566         then returns the reply.
14567
14568         * dbus/dbus-connection.h:
14569         Add new functions.
14570
14571         * dbus/dbus-errors.c: (dbus_result_to_string):
14572         * dbus/dbus-errors.h:
14573         Add new DBUS_RESULT.
14574
14575         * dbus/dbus-message-internal.h:
14576         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14577         (_dbus_message_set_sender), (dbus_message_write_header),
14578         (dbus_message_new_reply), (decode_header_data),
14579         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14580         * dbus/dbus-message.h:
14581         Add new functions that set the reply serial and sender.
14582         Also marshal and demarshal them correctly and add test.
14583
14584         * dbus/dbus-protocol.h:
14585         Add new DBUS_MESSAGE_TYPE_SENDER.
14586
14587         * glib/dbus-glib.h:
14588         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14589         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14590         (dbus_connection_hookup_with_g_main):
14591         * glib/test-dbus-glib.c: (main):
14592         Rewrite to use GIOChannel and remove the GSource crack.
14593
14594         * test/echo-client.c: (main):
14595         * test/watch.c: (check_messages):
14596         Update for changed APIs
14597
14598 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14599
14600         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14601
14602         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14603         Create a DBusTimeoutList.
14604         (dbus_connection_set_timeout_functions): Add new function to
14605         set timeout callbacks
14606
14607         * dbus/dbus-connection.h: Add public DBusTimeout API.
14608
14609         * dbus/dbus-message.c: (dbus_message_get_service):
14610         * dbus/dbus-message.h:  New function.
14611
14612         * dbus/dbus-server.c: Fix small doc typo.
14613
14614         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14615
14616 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14617
14618         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14619         of the string, just as long as specified.
14620
14621 2003-01-19  Havoc Pennington  <hp@pobox.com>
14622
14623         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14624         new function
14625
14626         * dbus/dbus-server.c (dbus_server_set_max_connections)
14627         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14628         keep track of current number of connections, and add API for
14629         setting a max (but haven't implemented enforcing the max yet)
14630
14631 2003-01-18  Havoc Pennington  <hp@pobox.com>
14632
14633         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14634         reading/writing if read_watch != NULL or write_watch != NULL.
14635
14636         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14637         the message loader code to actually load message->header and
14638         message->body into the newly-created message.
14639
14640         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14641         in OOM case
14642
14643         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14644         (dbus_connection_get_max_message_size)
14645         (dbus_connection_set_max_live_messages_size)
14646         (dbus_connection_get_max_live_messages_size): implement some
14647         resource limitation functions
14648
14649         * dbus/dbus-resources.c: new file implementing some of the
14650         resource limits stuff
14651
14652         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14653         missing docs, add @todo to handle OOM etc.
14654
14655         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14656         docs
14657
14658 2003-01-18  Havoc Pennington  <hp@pobox.com>
14659
14660         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14661         connection if it hasn't been already.
14662
14663         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14664         replace with DisconnectFunction.
14665
14666 2003-01-18  Havoc Pennington  <hp@pobox.com>
14667
14668         Building --disable-verbose-mode --disable-asserts --disable-tests
14669         cuts the library from 112K to 45K or so
14670
14671         * configure.in: check for varargs macro support,
14672         add --enable-verbose-mode, --enable-asserts.
14673
14674         * dbus/dbus-internals.h (_dbus_assert): support
14675         DBUS_DISABLE_ASSERT
14676         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
14677
14678 2003-01-18  Havoc Pennington  <hp@pobox.com>
14679
14680         * dbus/dbus-test.c: include config.h so that tests actually run
14681
14682         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
14683         so the failure mode when that assumption fails will be plenty
14684         obvious.
14685
14686 2003-01-18  Havoc Pennington  <hp@pobox.com>
14687
14688         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
14689
14690         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
14691         the distribution
14692
14693         * test/Makefile.am: don't use special variable "TESTS" for echo-*
14694         since we don't want to use those in make check
14695
14696 2003-01-15  Havoc Pennington  <hp@redhat.com>
14697
14698         Release 0.2
14699
14700         * NEWS: update
14701
14702 2003-01-15  Havoc Pennington  <hp@redhat.com>
14703
14704         * test/Makefile.am: fix so that test source code ends up in the
14705         distribution on make distcheck
14706
14707 2003-01-15  Havoc Pennington  <hp@redhat.com>
14708
14709         Release 0.1.
14710
14711         * NEWS: update
14712
14713 2003-01-15  Havoc Pennington  <hp@redhat.com>
14714
14715         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
14716         fix build when --disable-tests
14717
14718         * Makefile.am (EXTRA_DIST): put HACKING in here
14719
14720         * HACKING: document procedure for making a tarball release.
14721
14722 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
14723
14724         * bus/connection.c: (connection_error_handler),
14725         (bus_connection_setup):
14726         * bus/main.c: (main):
14727         Make sure that the DBusConnectionData struct is NULLed
14728         out to prevent a segfault.
14729
14730         * dbus/dbus-errors.c: (dbus_result_to_string):
14731         * dbus/dbus-errors.h:
14732         * dbus/dbus-message.c: (dbus_message_get_fields),
14733         (dbus_message_get_fields_valist), (_dbus_message_test):
14734         * dbus/dbus-message.h:
14735         Make dbus_message_get_fields return a result code so we can
14736         track invalid fields as well as oom.
14737
14738 2003-01-11  Havoc Pennington  <hp@pobox.com>
14739
14740         * configure.in: change --enable-test/--enable-ansi action-if-given
14741         to enable_foo=$enableval instead of enable_foo=yes
14742
14743 2003-01-08  Havoc Pennington  <hp@pobox.com>
14744
14745         * dbus/dbus-string.c (_dbus_string_align_length): new function
14746
14747         * dbus/dbus-test-main.c: move main() for test app here
14748         * dbus/dbus-test.c
14749         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
14750         symbol to run tests, because dbus-test isn't in the main
14751         library
14752
14753         Code review nitpicks.
14754
14755         * dbus/dbus-message.c (dbus_message_write_header): add newlines
14756         for people with narrow emacs ;-). Assert client_serial was filled
14757         in. Assert message->name != NULL.
14758         (dbus_message_append_fields): have "first_field_type" arg separate
14759         from va list, needed for C++ binding that also uses varargs IIRC
14760         and helps with type safety
14761         (dbus_message_new): add @todo about using DBusString to store
14762         service/name internally
14763         (dbus_message_new): don't leak ->service and ->name on OOM later
14764         in the function
14765         (dbus_message_unref): free the service name
14766         (dbus_message_get_fields): same change to varargs
14767         i.e. first_field_type
14768         (_dbus_message_loader_return_buffer): assert that the message data
14769         is aligned (if not it's a bug in our code). Put in verbose griping
14770         about why we set corrupted = TRUE.
14771         (decode_header_data): add FIXME that char* is evil.  Was going to
14772         add FIXME about evil locale-specific string.h strncmp, but just
14773         switched to wacky string-as-uint32 optimization. Move check for
14774         "no room for field name" above get_const_data_len() to avoid
14775         assertion failure in get_const_data_len if we have trailing 2
14776         bytes or the like. Check for service and name fields being
14777         provided twice. Don't leak service/name on error. Require field
14778         names to be aligned to 4 bytes.
14779
14780         * dbus/dbus-marshal.c: move byte swap stuff to header
14781         (_dbus_pack_int32): uscore-prefix
14782         (_dbus_unpack_int32): uscore-prefix
14783         (_dbus_unpack_uint32): export
14784         (_dbus_demarshal_string): add @todo complaining about use of
14785         memcpy()
14786         (_dbus_marshal_get_field_end_pos): add @todo about bad error
14787         handling allowing corrupt data to go unchecked
14788
14789 2003-01-08  Havoc Pennington  <hp@redhat.com>
14790
14791         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
14792         to the select() as needed for authentication. (should be using
14793         _dbus_poll() not select, but for another day)
14794
14795         * dbus/dbus.h: include dbus/dbus-protocol.h
14796
14797 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14798
14799         * dbus/Makefile.am (dbusinclude_HEADERS): Install
14800         dbus-connection.h
14801
14802 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14803
14804         * dbus/dbus-internals.c: (_dbus_type_to_string):
14805         New function that returns a string describing a type.
14806
14807         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
14808         * dbus/dbus-marshal.h:
14809         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
14810         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
14811         (dbus_message_iter_get_byte_array):
14812         * dbus/dbus-message.h:
14813         Add new convenience functions for appending and getting message fields.
14814         Also add demarshalling routines for byte arrays.
14815
14816 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14817
14818         * dbus/dbus-connection-internal.h:
14819         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14820         (_dbus_connection_get_next_client_serial),
14821         (dbus_connection_send_message):
14822         * dbus/dbus-internals.h:
14823         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
14824         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
14825         (_dbus_marshal_uint32), (_dbus_demarshal_double),
14826         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
14827         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
14828         (_dbus_verbose_bytes), (_dbus_marshal_test):
14829         * dbus/dbus-marshal.h:
14830         * dbus/dbus-message-internal.h:
14831         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
14832         (dbus_message_write_header), (_dbus_message_lock),
14833         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
14834         (dbus_message_get_name), (dbus_message_append_int32),
14835         (dbus_message_append_uint32), (dbus_message_append_double),
14836         (dbus_message_append_string), (dbus_message_append_byte_array),
14837         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
14838         (dbus_message_iter_unref), (dbus_message_iter_has_next),
14839         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
14840         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
14841         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
14842         (decode_header_data), (_dbus_message_loader_return_buffer),
14843         (message_iter_test), (_dbus_message_test):
14844         * dbus/dbus-message.h:
14845         * dbus/dbus-protocol.h:
14846         * dbus/dbus-test.c: (main):
14847         * dbus/dbus-test.h:
14848         * glib/test-dbus-glib.c: (message_handler), (main):
14849         * test/echo-client.c: (main):
14850         * test/watch.c: (check_messages):
14851         Make messages sendable and receivable for real.
14852
14853 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14854
14855         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14856         (_dbus_marshal_string), (_dbus_marshal_byte_array):
14857         * dbus/dbus-message.c: (dbus_message_append_int32),
14858         (dbus_message_append_uint32), (dbus_message_append_double),
14859         (dbus_message_append_string), (dbus_message_append_byte_array):
14860         Handle OOM restoration.
14861
14862 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14863
14864         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14865         (_dbus_demarshal_string), (_dbus_marshal_test):
14866         * dbus/dbus-marshal.h:
14867         * dbus/dbus-message.c: (dbus_message_get_name),
14868         Document these functions.
14869
14870         (dbus_message_append_int32), (dbus_message_append_uint32),
14871         (dbus_message_append_double), (dbus_message_append_string),
14872         (dbus_message_append_byte_array):
14873         * dbus/dbus-message.h:
14874         Add functions for adding message fields of different types.
14875
14876         * dbus/dbus-protocol.h:
14877         Add the different types.
14878
14879 2003-01-05  Havoc Pennington  <hp@pobox.com>
14880
14881         * bus/connection.c: implement routines for handling connections,
14882         first thing is keeping a list of owned services on each connection
14883         and setting up watches etc.
14884
14885         * bus/services.c: implement a mapping from service names to lists
14886         of connections
14887
14888         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
14889
14890         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
14891         to use static mutexes for global data
14892
14893         * dbus/dbus-connection.c (dbus_connection_set_data): add new
14894         collection of functions to set/get application-specific data
14895         on the DBusConnection.
14896
14897 2003-01-04  Havoc Pennington  <hp@pobox.com>
14898
14899         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
14900         (_dbus_poll): new function
14901
14902         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
14903         copied from GLib
14904
14905         * bus/loop.c: initial code for the daemon main loop
14906
14907 2003-01-04  Havoc Pennington  <hp@pobox.com>
14908
14909         * test/watch.c (error_handler): make it safe if the error handler
14910         is called multiple times (if we s/error handler/disconnect
14911         handler/ we should just guarantee it's called only once)
14912
14913         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
14914         error handler on disconnect (it's quite possible we should
14915         just change the error handler to a "disconnect handler," I'm
14916         not sure we have any other meaningful errors)
14917
14918         * configure.in: check for getpwnam_r
14919
14920         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
14921         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
14922         mechanism as in SASL spec, using socket credentials
14923
14924         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
14925         (_dbus_send_credentials_unix_socket): new function
14926
14927         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
14928         dbus_accept()
14929         (_dbus_write): only check errno if <0 returned
14930         (_dbus_write_two): ditto
14931
14932 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
14933
14934         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
14935         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
14936         (_dbus_marshal_test):
14937         * dbus/dbus-marshal.h:
14938         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
14939         to _dbus_marshal_utf8_string. Also fix some tests.
14940
14941 2002-12-28  Harri Porten  <porten@kde.org>
14942
14943         * configure.in: added check for C++ compiler and a very cheesy
14944         check for the Qt integration
14945
14946         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
14947
14948         * qt/Makefile.am: added
14949
14950         * qt/.cvsignore: added
14951
14952         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
14953         latter, added #ifdef QT_THREAD_SUPPORT guard.
14954
14955         * dbus/Makefile.am: added missing headers for make dist
14956
14957 2002-12-28  Kristian Rietveld  <kris@gtk.org>
14958
14959         * dbus/Makefile.am: fixup export-symbols-regex.
14960
14961 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14962
14963         * acinclude.m4: Add this file and put the
14964         PKG_CHECK_MODULE macro in it.
14965
14966 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14967
14968         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14969         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14970         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14971         (_dbus_marshal_test):
14972         Make the demarshalling routines align the pos argument.
14973         Add string marshalling tests and fix the obvious bugs
14974         discovered.
14975
14976 2002-12-26  Havoc Pennington  <hp@pobox.com>
14977
14978         * dbus/dbus-auth.c: fixes fixes fixes
14979
14980         * dbus/dbus-transport-unix.c: wire up support for
14981         encoding/decoding data on the wire
14982
14983         * dbus/dbus-auth.c (_dbus_auth_encode_data)
14984         (_dbus_auth_decode_data): append to target string
14985         instead of nuking it.
14986
14987 2002-12-26  Havoc Pennington  <hp@pobox.com>
14988
14989         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
14990         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
14991         doh
14992
14993         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
14994         avoid swap_bytes() overhead (ignoring possible assembly stuff for
14995         now). Main point is because I wanted unpack_uint32 to implement
14996         _dbus_verbose_bytes
14997         (_dbus_verbose_bytes): new function
14998
14999         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
15000
15001         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
15002         mechanism to handle a corrupt message stream
15003         (_dbus_message_loader_new): fix preallocation to only prealloc,
15004         not prelengthen
15005
15006         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
15007         (_dbus_string_test): enhance tests for copy/move and fix the
15008         functions
15009
15010         * dbus/dbus-transport-unix.c: Hold references in more places to
15011         avoid reentrancy problems
15012
15013         * dbus/dbus-transport.c: ditto
15014
15015         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
15016         leak reference count in no-message case
15017
15018         * test/watch.c (do_mainloop): handle adding/removing watches
15019         during iteration over the watches. Also, ref the connection/server
15020         stored on a watch, so we don't try to mangle a destroyed one.
15021
15022         * dbus/dbus-transport-unix.c (do_authentication): perform
15023         authentication
15024
15025         * dbus/dbus-auth.c (get_state): add a state
15026         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
15027         (_dbus_auth_get_unused_bytes): append the unused bytes
15028         to the passed in string, rather than prepend
15029
15030         * dbus/dbus-transport.c (_dbus_transport_init_base): create
15031         the auth conversation DBusAuth
15032
15033         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
15034         (_dbus_transport_new_for_domain_socket): when creating a
15035         transport, pass in whether it's a client-side or server-side
15036         transport so we know which DBusAuth to create
15037
15038 2002-12-03  Havoc Pennington  <hp@pobox.com>
15039
15040         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
15041         _after_ finalizing the derived members
15042         (unix_connection_set): unref watch if we fail to add it
15043
15044         * dbus/dbus-connection.c (dbus_connection_unref): delete the
15045         transport first, so that the connection owned by the
15046         transport will be valid as the transport finalizes.
15047
15048         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
15049         if necessary, and remove watches from the connection.
15050
15051         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
15052
15053 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
15054
15055         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15056         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15057         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
15058         (_dbus_marshal_test):
15059         * dbus/dbus-marshal.h:
15060         Add string marshal functions and have the demarshal functions
15061         return the new position.
15062
15063 2002-12-25  Havoc Pennington  <hp@pobox.com>
15064
15065         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
15066         it is a simple protocol that just maps directly to SASL.
15067
15068         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
15069         initial implementation, not actually used yet.
15070
15071         * dbus/dbus-string.c (_dbus_string_find): new function
15072         (_dbus_string_equal): new function
15073         (_dbus_string_base64_encode): new function
15074         (_dbus_string_base64_decode): new function
15075
15076 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
15077
15078         * dbus/Makefile.am:
15079         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
15080         (_dbus_marshal_int32), (_dbus_marshal_uint32),
15081         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15082         (_dbus_demarshal_uint32), (_dbus_marshal_test):
15083         * dbus/dbus-marshal.h:
15084         * dbus/dbus-protocol.h:
15085         * dbus/dbus-test.c: (main):
15086         * dbus/dbus-test.h:
15087         Add un-optimized marshalling/demarshalling routines.
15088
15089 2002-12-25  Harri Porten  <porten@kde.org>
15090
15091         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
15092
15093 2002-12-24  Zack Rusin  <zack@kde.org>
15094
15095         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
15096         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
15097         main loop stuff
15098
15099 2002-12-24  Havoc Pennington  <hp@pobox.com>
15100
15101         * glib/dbus-gthread.c: fix include
15102
15103         * glib/dbus-glib.h: rename DBusMessageHandler for now.
15104         I think glib API needs to change, though, as you don't
15105         want to use DBusMessageFunction, you want to use the
15106         DBusMessageHandler object. Probably
15107         dbus_connection_open_with_g_main_loop()
15108         and dbus_connection_setup_g_main_loop() or something like that
15109         (but think of better names...) that just create a connection
15110         that has watch/timeout functions etc. already set up.
15111
15112         * dbus/dbus-connection.c
15113         (dbus_connection_send_message_with_reply): new function just to
15114         show how the message handler helps us deal with replies.
15115
15116         * dbus/dbus-list.c (_dbus_list_remove_last): new function
15117
15118         * dbus/dbus-string.c (_dbus_string_test): free a string that
15119         wasn't
15120
15121         * dbus/dbus-hash.c: use memory pools for the hash entries
15122         (rebuild_table): be more paranoid about overflow, and
15123         shrink table when we can
15124         (_dbus_hash_test): reduce number of sprintfs and write
15125         valid C89. Add tests for case where we grow and then
15126         shrink the hash table.
15127
15128         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
15129
15130         * dbus/dbus-connection.c (dbus_connection_register_handler)
15131         (dbus_connection_unregister_handler): new functions
15132
15133         * dbus/dbus-message.c (dbus_message_get_name): new
15134
15135         * dbus/dbus-list.c: fix docs typo
15136
15137         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
15138         an object representing a handler for messages.
15139
15140 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15141
15142         * glib/dbus-glib.h:
15143         * glib/dbus-gthread.c: (dbus_gthread_init):
15144         Don't use the gdbus prefix for public functions.
15145
15146 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15147
15148         * Makefile.am:
15149         * configure.in:
15150         Add GLib checks and fixup .pc files
15151
15152         * glib/Makefile.am:
15153         * glib/dbus-glib.h:
15154         * glib/dbus-gmain.c: (gdbus_connection_prepare),
15155         (gdbus_connection_check), (gdbus_connection_dispatch),
15156         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
15157         (dbus_connection_gsource_new):
15158         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
15159         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
15160         * glib/test-dbus-glib.c: (message_handler), (main):
15161         Add GLib support.
15162
15163 2002-12-15  Harri Porten  <porten@kde.org>
15164
15165         * autogen.sh: check for libtoolize before attempting to use it
15166
15167         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
15168         struct.
15169
15170         * .cvsignore: ignore more stamp files
15171
15172         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
15173
15174         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
15175         without make install.
15176
15177 2002-12-15  Havoc Pennington  <hp@pobox.com>
15178
15179         * dbus/dbus-threads.c: add thread stubs that a higher library
15180         layer can fill in. e.g. the GLib wrapper might fill them in with
15181         GThread stuff. We still need to use this thread API to
15182         thread-safe-ize the library.
15183
15184 2002-12-12  Havoc Pennington  <hp@pobox.com>
15185
15186         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
15187         below new interfaces and include fewer system headers.
15188
15189         * dbus/dbus-sysdeps.c (_dbus_read): new function
15190         (_dbus_write): new function
15191         (_dbus_write_two): new function
15192         (_dbus_connect_unix_socket): new function
15193         (_dbus_listen_unix_socket): new function
15194
15195         * dbus/dbus-message-internal.h: change interfaces to use
15196         DBusString
15197
15198 2002-12-11  Havoc Pennington  <hp@pobox.com>
15199
15200         * dbus/dbus-types.h: add dbus_unichar
15201
15202         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
15203
15204         * dbus/dbus-connection.c (dbus_connection_send_message): return
15205         TRUE on success
15206
15207         * dbus/dbus-transport.c: include dbus-watch.h
15208
15209         * dbus/dbus-connection.c: include dbus-message-internal.h
15210
15211         * HACKING: add file with coding guidelines stuff.
15212
15213         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
15214         handling here, for security purposes (as in vsftpd). Not actually
15215         using this class yet.
15216
15217         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
15218         system/libc usage here, as in vsftpd, for ease of auditing (and
15219         should also simplify portability). Haven't actually moved all the
15220         system/libc usage into here yet.
15221
15222 2002-11-25  Havoc Pennington  <hp@pobox.com>
15223
15224         * dbus/dbus-internals.c (_dbus_verbose): fix to not
15225         always print the first verbose message.
15226
15227 2002-11-24  Havoc Pennington  <hp@pobox.com>
15228
15229         * test/echo-client.c, test/echo-server.c: cheesy test
15230         clients.
15231
15232         * configure.in (AC_CHECK_FUNCS): check for writev
15233
15234         * dbus/dbus-message.c (_dbus_message_get_network_data): new
15235         function
15236
15237         * dbus/dbus-list.c (_dbus_list_foreach): new function
15238
15239         * dbus/dbus-internals.c (_dbus_verbose): new function
15240
15241         * dbus/dbus-server.c, dbus/dbus-server.h: public object
15242         representing a server that listens for connections.
15243
15244         * dbus/.cvsignore: create
15245
15246         * dbus/dbus-errors.h, dbus/dbus-errors.c:
15247         public API for reporting errors
15248
15249         * dbus/dbus-connection.h, dbus/dbus-connection.c:
15250         public object representing a connection that
15251         sends/receives messages. (Same object used for
15252         both client and server.)
15253
15254         * dbus/dbus-transport.h, dbus/dbus-transport.c:
15255         Basic abstraction for different kinds of stream
15256         that we might read/write messages from.
15257
15258 2002-11-23  Havoc Pennington  <hp@pobox.com>
15259
15260         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
15261         _DBUS_INT_MAX
15262
15263         * dbus/dbus-test.c (main): add list test, and include
15264         dbus-test.h as intended
15265
15266         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
15267         (_dbus_hash_table_remove_int): return value indicates
15268         whether the entry existed to remove
15269
15270         * dbus/dbus-list.c: add linked list utility class,
15271         with docs and tests
15272
15273         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
15274         array sometimes.
15275
15276 2002-11-23  Havoc Pennington  <hp@pobox.com>
15277
15278         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
15279         DBUS_END_DECLS to nothing, that should fix this once and for all
15280
15281         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
15282
15283         * dbus/dbus-message.c, dbus/dbus-hash.c:
15284         add some missing @brief
15285
15286 2002-11-23  Havoc Pennington  <hp@pobox.com>
15287
15288         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
15289         to avoid confusing Doxygen
15290
15291         * dbus/dbus-hash.c: @} not }@
15292
15293         * dbus/dbus-message.c (struct DBusMessage): split out
15294         internals docs
15295
15296 2002-11-23  Havoc Pennington  <hp@pobox.com>
15297
15298         * configure.in: pile on more warning flags if using gcc
15299
15300         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
15301         to document static functions
15302
15303         * configure.in: add summary to end of configure so it
15304         looks nice and attractive
15305
15306         * dbus/dbus-hash.c: finish implementation and write unit
15307         tests and docs
15308
15309         * configure.in: add --enable-tests to enable unit tests
15310
15311         * dbus/dbus-test.c: test program to run unit tests
15312         for all files in dbus/*, initially runs a test for
15313         dbus-hash.c
15314
15315         * dbus/dbus-internals.h: file to hold some internal utility stuff
15316
15317 2002-11-22  Havoc Pennington  <hp@redhat.com>
15318
15319         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
15320         "ported" away from Tcl
15321
15322         * dbus/dbus-types.h: header for types such as dbus_bool_t
15323
15324 2002-11-22  Havoc Pennington  <hp@redhat.com>
15325
15326         * dbus/dbus.h: fixups for doc warnings
15327
15328         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
15329         macros
15330         (QUIET): make it quiet so we can see warnings
15331
15332         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
15333
15334 2002-11-22  Havoc Pennington  <hp@redhat.com>
15335
15336         * Makefile.am: include "Doxyfile" target in all-local
15337
15338         * configure.in: generate the Doxyfile
15339
15340         * Doxyfile.in: move Doxyfile here, so we can use
15341         configure to generate a Doxyfile with the right
15342         version number etc.
15343
15344 2002-11-22  Havoc Pennington  <hp@redhat.com>
15345
15346         * dbus/dbus-message.c: move inline docs into .c file
15347
15348         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
15349         so all docs are under doc/
15350         (MAN_EXTENSION): generate man pages. Use extension
15351         ".3dbus" which matches ".3qt" on my system,
15352         I guess this is OK, I don't know really.
15353         (FILE_PATTERNS): look for .c files not .h, makes sense
15354         for plain C I think
15355
15356 2002-11-22  Havoc Pennington  <hp@pobox.com>
15357
15358         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
15359         because any app can be a server, and any app can be a client,
15360         the bus is a special kind of server.
15361
15362 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
15363
15364         * Doxyfile : adding. Still needs Makefile rules to be generated
15365         automatically (just run "doxygen" in the toplevel dir for now to
15366         generate docs)
15367
15368         * dbus/dbus-message.h : Adding sample docs (javadoc since
15369         resembles gtk-doc a little more)
15370
15371         * dbus/dbus.h : Adding sample docs
15372
15373 2002-11-21  Havoc Pennington  <hp@redhat.com>
15374
15375         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
15376         so we can allow ourselves to include files directly,
15377         instead of having to use dbus.h
15378
15379         * dbus/dbus.h: fill in
15380
15381         * dbus/dbus-message.h: sketch out a sample header file.
15382         Include griping if you include it directly instead of
15383         via dbus.h
15384
15385         * dbus/dbus-macros.h: new file with macros for extern "C",
15386         TRUE/FALSE, NULL, etc.
15387
15388         * doc/file-boilerplate.c: put include guards in here
15389
15390 2002-11-21  Havoc Pennington  <hp@redhat.com>
15391
15392         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
15393
15394         * COPYING: include the GPL as well, and license code
15395         under both AFL and GPL.
15396
15397 2002-11-21  Havoc Pennington  <hp@redhat.com>
15398
15399         * acconfig.h: get rid of this
15400
15401         * autogen.sh (run_configure): add --no-configure option
15402
15403         * configure.in: remove AC_ARG_PROGRAM to make
15404         autoconf complain less. add AC_PREREQ.
15405         add AC_DEFINE third arg.
15406
15407 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
15408
15409         * doc/Makefile.am:
15410         Fix references so we can distcheck.
15411
15412 2002-11-21  Havoc Pennington  <hp@redhat.com>
15413
15414         * Initial module creation
15415