* cmake: new directory, contains cmake build support.
[platform/upstream/dbus.git] / ChangeLog
1 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
2
3         * cmake: new directory, contains cmake build support.
4         See http://www.cmake.org for more informations.
5         Currently only unix will be buildable because some 
6         win32 required files are still missing. 
7
8 2007-03-03  Thiago Macieira  <thiago@kde.org>
9
10         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
11         output and add it to the DBusError message we return.
12
13         * tools/dbus-launch.1:
14         * tools/dbus-launch.c: Add option --close-stderr to, well,
15         close stderr before starting dbus-daemon.
16
17 2007-01-31  Havoc Pennington  <hp@redhat.com>
18
19         * bus/dbus-daemon.1.in: write a section in the man page on running
20         a test daemon for debugging purposes
21
22 2007-01-26  Havoc Pennington  <hp@redhat.com>
23
24         * bus/session.conf.in: override all the default limits with much
25         higher limits on the session bus, there is no reason the session
26         bus should have low limits
27
28         * bus/config-parser.c (bus_config_parser_new): increase default
29         limits so they are less likely to be hit; in particular the max
30         replies per connection was way too low
31
32 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
33
34         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
35         a pointer to the tutorial maintained as part of dbus-python
36
37 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
38
39         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
40         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
41         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
42
43 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
44
45         * tools/dbus-monitor.c: gettimeofday() is not available 
46         on windows so we have to provide our own. It's taken from 
47         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
48
49 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
50
51         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
52         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
53         is in dbus-sysdeps-win.c (not in this patch).
54
55         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
56         with InterlockedInc/Decrement. 
57         - Patches from Christian Ehrlicher
58         
59 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
60
61         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
62
63 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
64
65         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
66         fix mispaced const statement. - Patch from Peter Kümmel
67
68 2006-12-19  Ray Strode  <rstrode@redhat.com>
69
70         * bus/bus.c (process_config_every_time):
71         don't overwrite existing bus context activation object
72         until after we've checked that the new activation is
73         valid.
74
75         * bus/main.c 
76         (signal_handler), (handle_reload_watch):
77         don't call exit() on failure, instead make do and keep
78         going.
79         (close_reload_pipe): new function to turn off
80         hangup-causes-config-reload behavior if an unexpected
81         error occurs
82
83 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
84
85         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
86         correctness fix. - Patch from Christian Ehrlicher
87
88 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
89
90         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
91         we should also use it. - Patch from Christian Ehrlicher
92
93 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
94   
95         * dbus-sysdeps-util.c: added win32 related tests
96
97 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
98
99         * dbus/dbus-string.c (_dbus_string_pop_line),
100         bus/desktop-file.c (parse_section_start,
101         parse_comment_or_blank,parse_key_value,): uses
102         _dbus_string_find_eol() to support platform independent eol style.
103
104 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
105
106         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
107         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
108               _dbus_string_find_eol().
109         Approved by: Havoc Pennington.
110
111 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
112
113         * configure.in: Added switch to disable user_database caching.
114
115         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
116         be able disable user_dabase caching.
117
118 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
119
120         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
121         struct. It is unnecessary we have a global one already. Also remove 
122         bus_context_get_user_database function, it is no longer needed.
123         Flush the global database on reload.
124
125         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
126         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
127
128         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
129         Add _dbus_user_database_flush_system. 
130         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
131         Small unrelated change in _dbus_is_a_number: change 
132         _dbus_string_parse_int to _dbus_string_parse_uint. 
133
134         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
135         _dbus_groups_from_uid.
136
137         * bus/policy.c, bus/policy.h: Change call to 
138         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
139         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
140         needs it.
141
142 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
143
144         * bus/signal.c: Fix match_rule_equal errata
145         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
146         <kimmo.hamalainen@nokia.com>)
147
148 2006-11-19  Thiago Macieira  <thiago@kde.org>
149
150         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
151         _dbus_pthread_condvar_wait,
152         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
153         pthread_self() after coming back from a conditional variable
154         wait as well as in one codepath where it was forgotten.
155         Approved by: Havoc Pennington.
156
157 2006-11-17  Havoc Pennington  <hp@redhat.com>
158
159         * update-dbus-docs.sh: allow setting fd.org username via env
160         variable. Make it run autogen with --enable-xml-docs=yes
161         --enable-doxygen-docs=yes so configure will fail if the required
162         tools are missing.
163
164 2006-11-17  Havoc Pennington  <hp@redhat.com>
165
166         * doc/dbus-faq.xml: minor FAQ tweaks
167
168 2006-11-14  Havoc Pennington  <hp@redhat.com>
169         
170         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
171         dbus_get_local_machine_id() to its own file, no substantive
172         changes. There are a couple other things we might want to add that
173         are "misc" so moving out of dbus-connection.[hc] which is big
174         enough already.
175         
176 2006-11-14  Havoc Pennington  <hp@redhat.com>
177
178         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
179         UUID had the timestamp last, but the implementation had it first;
180         move it to last since I think it's a tiny bit nicer (easier to
181         compare at a glance, faster to sort, less code), and will not
182         cause any practical compatibility problems. Also, always convert
183         the timestamp to big endian.
184
185         * doc/dbus-specification.xml: Clean up the docs on the UUID.
186
187         * tools/dbus-uuidgen.1: more prominently say it is not suitable
188         as a replacement for regular uuidgen/RFC4122.
189
190 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
191
192         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
193         the correct value so we don't assert when initalizing recursive threads
194
195         * test/name-test/test-thread-init.c: call dbus_threads_init_default
196         instead of _dbus_threads_init_debug since it is more of a real world
197         test
198
199 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
200
201         * Released 1.0.0
202
203 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
204
205         * AUTHORS: added Peter and Tor of windows porting fame
206
207 2006-11-08  Havoc Pennington  <hp@redhat.com>
208
209         * doc/dbus-specification.xml: add a note about protocol stability
210
211         * doc/TODO: Remove "important for 1.0" section, replace with
212         "important for 1.2" section
213         
214 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
215
216         * README: remove some of the out of date flags
217
218         * doc/TODO: Remove todo items which are done
219
220 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
221
222         * tools/dbus-monitor.c: Handle sigint so we flush stdout
223         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
224
225 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
226
227         * tools/dbus-monitor.1: update the manpage for dbus-monitor
228         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
229
230 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
231
232         * AUTHORS: Update with all people listed in the ChangeLog
233
234 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
235
236         * tools/dbus-monitor.c: add profiling tools to dbus-monitor
237         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
238
239 2006-11-07  Havoc Pennington  <hp@redhat.com>
240
241         * HACKING: Update release instructions to include stuff about
242         stable releases, branching, etc. May not be totally correct,
243         please fix if needed, but keep instructions up-to-date so we do
244         each stable release consistently in the future.
245
246 2006-11-07  Havoc Pennington  <hp@redhat.com>
247
248         * doc/dbus-specification.xml, doc/dbus-faq.xml, README: various
249         documentation updates. Bump faq/spec versions (not to 1.0; I don't
250         think the spec will be "finished"/1.0 when we ship the 1.0 library).
251
252 2006-11-06  John (J5) Palmieri  <johnp@redhat.com>
253
254         * bus/bus.c: Missed patch - pass in the context to the directory watch
255
256 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
257
258         * Released D-Bus 1.0 RC 3(0.95)
259
260 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
261
262         * bus/activation.c (bus_activation_new): don't fail if we can not read
263         the directory as it may not exist
264
265 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
266
267         * bus/config-parser.c (service_dirs_find_dir): use 
268         _dbus_list_get_next_link so we don't get stuck in an infinite loop
269         (start_busconfig_child): move processing of standard_session_servicedirs
270         tags here because they have no content
271         (bus_config_parser_content): check we don't have content in 
272         standard_session_servicedirs tag
273
274 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
275
276         * tools/Makefile.am: Make sure the /var/lib/dbus directory is created
277         Packagers need to own this directory
278
279 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
280
281         * tools/run-with-tmp-session-bus.sh: fixed script to replace the 
282         <standard_session_servicedirs> tag with a <sevicedir> tag that
283         points to the test service directory
284
285 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
286
287         * configure.in: Add a check for DIR *dirp->dd_fd
288
289         * dbus/dbus-sysdeps-util-unix: if HAVE_DDFD is defined use 
290         DIR *dirp->dd_fd else use DIR *dirp->__dd_fd.  This takes care
291         of both Solaris and Irix
292
293 2006-11-01  Havoc Pennington  <hp@redhat.com>
294
295         * bus/dbus-daemon.1.in: document standard_session_servicedirs
296
297 2006-11-01  John (J5) Palmieri  <johnp@redhat.com>
298
299         * configure.in: expose DBUS_DATADIR
300         
301         * bus/config-parser.c: add the standard_session_servicedirs element
302         to the parser
303         (bus_config_parser_content): process the standard_session_servicedirs
304         element by getting the standard directories from sysdeps and merging
305         them into the service directory list
306         (test_default_session_servicedirs): make sure we get what we expect
307
308         * bus/session.conf.in: replace the servicedir tag with the 
309         standard_session_servicedirs tag
310
311         * dbus/dbus-list.h: remove the typedef of DBusList and place it in
312         dbus-sysdeps.h to avoid circular header dependencies
313
314         * dbus/dbus-sysdeps.h: add the typedef of DBusList
315
316         * dbus/dbus-sysdeps-unix.c (split_paths_and_append): utility function
317         which takes a string of directories delimited by colons, parses them 
318         out, appends a suffix and puts them in a list ignoring empty elements
319         (_dbus_get_standard_session_servicedirs): returns the standard 
320         directories for a session bus to look for service activation files
321         on Unix which includes the XDG_DATA_HOME, XDG_DATA_DIRS and 
322         DBUS_DATADIR directories
323
324         * test/data/valid-config-files/many-rules.conf: add the 
325         standard_session_servicedirs tag to the valid config file tests
326
327 2006-10-30  Havoc Pennington  <hp@redhat.com>
328
329         * tools/dbus-launch.1, doc/TODO: capture intent to change the
330         command line options of dbus-launch a bit post 1.0
331
332 2006-10-27  Havoc Pennington  <hp@redhat.com>
333         
334         * dbus/dbus-connection.c (dbus_connection_open_private): document
335         how to choose shared vs. private connections
336
337 2006-10-27  Havoc Pennington  <hp@redhat.com>
338
339         * dbus/dbus-test.c: enclose more of the file in the
340         DBUS_BUILD_TESTS check.
341
342         * dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
343         DBUS_DISABLE_ASSERT case.
344
345         * dbus/dbus-connection.c (dbus_connection_get_unix_user): document
346         that it only works on the server side
347
348         * dbus/dbus-bus.c: add a global lock covering the BusData we
349         attach to each connection
350         (internal_bus_get): lock our access to the BusData
351         (dbus_bus_register): lock the entire registration process
352         with _DBUS_LOCK(bus_datas). If we get the lock and 
353         registration is already complete, silently return (vs. previous
354         behavior of aborting).
355         (dbus_bus_set_unique_name): lock the BusData
356         (dbus_bus_get_unique_name): lock the BusData
357
358 2006-10-27  John (J5) Palmieri  <johnp@redhat.com>
359
360         * bus/config-parser.c (service_dirs_find_dir, 
361         service_dirs_append_unique_or_free, 
362         service_dirs_append_link_unique_or_free): New static methods
363         for only appending unique service directory names into
364         the service directory list
365         (merge_included, bus_config_parser_content): Only add unique
366         service directory names into the list
367
368 2006-10-27  Havoc Pennington  <hp@redhat.com>
369
370         * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
371         variables volatile, suggested by Thiago. Document struct fields.
372         (PTHREAD_CHECK): remove pthread error checking if assertions are
373         disabled, should reduce the no-assertions case to the bare
374         minimum code.
375
376 2006-10-26  Havoc Pennington  <hp@redhat.com>
377         
378         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
379         to be recursive
380         (_dbus_pthread_mutex_unlock): make it recursive
381         (_dbus_pthread_condvar_wait): save/restore the recursion count
382         (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
383
384 2006-10-26  Havoc Pennington  <hp@redhat.com>
385
386         * doc/dbus-specification.xml: clarify the UUID text slightly
387
388         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
389         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
390         in preparation for being able to extend them for e.g. recursive
391         mutexes.
392
393 2006-10-26  Havoc Pennington  <hp@redhat.com>
394
395         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
396         condition variables relate to recursive mutexes.
397         
398         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
399         dbus/dbus-threads.c: Split the platforms-specific thread 
400         implementations into their own files.
401         
402         * dbus/dbus-sysdeps-pthread.c
403         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
404         was backward. Not that anything uses it.
405
406 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
407
408         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
409         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
410         needs to be cleaned up more.
411
412         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
413         up the CREDS issue.
414
415 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
416
417         * configure.in, dbus-1.pc.in: Check to see if thread methods 
418         are in glibc or libpthread and add -lpthread to the link stage 
419         if it is the latter
420
421 2006-10-26  Thiago Macieira  <thiago@kde.org>
422
423         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
424         bug 8780: the connection lock is only required while recording
425         the shared connection, so protect only that code
426         section. Don't require connection_lookup_shared to return a
427         locked connection.
428
429 2006-10-26  Thiago Macieira  <thiago@kde.org>
430
431         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
432         check if get_machine_uuid() returns NULL before proceeding any
433         further: we can't init the X atoms or create a session file
434         name if there is no machine ID.
435         This solves a crash reported by some users if
436         --exit-with-session was used without --autolaunch=<machine-id>
437
438 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
439
440         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
441         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
442
443         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
444         before we run dbus-launch
445
446         * configure.in: define TEST_BUS_BINARY to be the full path to 
447         dbus-daemon in the build root 
448
449 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
450
451         * dbus/Makefile.am:
452         * tools/Makefile.am:
453         * toos/dbus-uuidgen.1:
454                 Move the machine-id file to /var/lib/dbus 
455
456 2006-10-24  David Zeuthen  <davidz@redhat.com>
457
458         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
459         _dbus_assert (thread_init_generation != _dbus_current_generation)
460         not _dbus_assert (thread_init_generation == _dbus_current_generation)
461
462 2006-10-24  Thiago Macieira  <thiago@kde.org>
463
464         * dbus/dbus-sysdeps.h:
465         * dbus/dbus-sysdeps-unix.c: Add function
466         _dbus_make_file_world_readable that chmods a file to 0644.
467
468         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
469         Avoid writing to the static "argv" array, thereby avoiding a
470         COW on the child process.
471
472         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
473         call _dbus_make_file_world_readable on the created file.
474
475 2006-10-23  David Zeuthen  <davidz@redhat.com>
476
477         * dbus/dbus-memory.c: Use atomic variable to protect
478         n_blocks_outstanding otherwise OOM will be reported using SMP on
479         some arches
480         
481         * bus/dispatch.c: Add missing end of line characters
482
483         * bus/desktop-file.c (parse_section_start, parse_key_value) 
484         (bus_desktop_file_load): Propertly handle OOM
485
486         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
487         thread_init_generation equals _dbus_current_generation, not 0
488
489 2006-10-22  Havoc Pennington  <hp@redhat.com>
490
491         * dbus/dbus-connection-internal.h: move prototype of
492         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
493         it isn't in a public header and doesn't end up in the DBusBus
494         group in Doxygen
495
496 2006-10-21  Havoc Pennington  <hp@redhat.com>
497
498         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
499         the tarball if packagers want to run it
500
501         * cleanup-man-pages.sh: Add a script which munges all the internal
502         API man pages out of the Doxygen output. This reduces the size of
503         the installed man pages from 7 to 2 megs, and avoids
504         namespace-polluting pages. Right now (like Doxygen) this script
505         isn't in the build, it's something packagers can do manually.
506
507 2006-10-21  Havoc Pennington  <hp@redhat.com>
508
509         * dbus/dbus-connection.h: don't include the watch/timeout
510         functions in connection section
511
512 2006-10-21  Havoc Pennington  <hp@redhat.com>
513
514         * Documentation! Whee! Doxygen now 100% silent. If you make it
515         angry again, you will be punished.
516         
517 2006-10-21  Havoc Pennington  <hp@redhat.com>
518
519         * More documentation - all public API now documented according to
520         Doxygen
521
522 2006-10-21  Havoc Pennington  <hp@redhat.com>
523
524         * Document a bunch of undocumented stuff
525         
526 2006-10-21  Havoc Pennington  <hp@redhat.com>
527
528         * Clean up Doxygen group markers for public API so Doxygen finds
529         everything (not comprehensively fixed for private API).
530         Means all remaining Doxygen warnings are just about missing docs
531         and thus pretty simple to resolve.
532         
533 2006-10-21  Havoc Pennington  <hp@redhat.com>
534         
535         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
536
537         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
538         as DBUS_GNUC_DEPRECATED
539
540 2006-10-21  Havoc Pennington  <hp@redhat.com>
541
542         * Move all private API into the private Doxygen group sections of
543         the files, so they don't show up in the public API docs
544         
545 2006-10-21  Havoc Pennington  <hp@redhat.com>
546
547         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
548         dbus_message_iter_get_array_len().
549
550         * throughout: documentation improvements.
551
552 2006-10-20  Havoc Pennington  <hp@redhat.com>
553
554         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
555         matter, and the message-loader-breaker thing since nobody is going
556         to do it.  Add an item to 1.0 about supporting recursive locks
557         in dbus_threads_init_default() though, since it should be easy.
558
559         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
560         Fix this in the !dispatch case to avoid busy-looping after
561         disconnection
562
563         * More misc docs improvements
564
565 2006-10-19  Havoc Pennington  <hp@redhat.com>
566
567         * more Doxygen-related fixes (lots of moving things from the
568         public to internal section in dbus-connection.c)
569
570 2006-10-19  Havoc Pennington  <hp@redhat.com>
571
572         * Fix a pile of Doxygen warnings and missing docs
573
574 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
575
576         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
577         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
578         instead of a void *.  kqueue uses this to get the context's loop
579         while the other modules ignore the parameter.  This allows us to
580         avoid platform conditionals
581
582         * bus/bus.c (process_config_postinit): Pass in the context to the 
583         watch
584
585 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
586
587         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
588         when starting the system bus
589
590 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
591
592         * configure.in: More fixups for cross compile (Patch from 
593         Marco Pracucci <development at pracucci dot com>)
594
595 2006-10-17  Havoc Pennington  <hp@redhat.com>
596
597         * tools/dbus-send.c (main): don't close shared connection, fix
598         from Timo Hoenig
599
600 2006-10-17  Havoc Pennington  <hp@redhat.com>
601
602         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
603
604         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
605         since realistically it doesn't look like we'll be changing it
606         anymore.
607
608 2006-10-17  Havoc Pennington  <hp@redhat.com>
609
610         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
611         be used for return_if_fail type warnings; prefixes the pid, and
612         fatal by default.
613
614 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
615
616         * configure.in: Released 1.0 RC 2(0.94)
617         Add check for -fPIC and enable it if available
618
619 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
620
621         * doc/TODO: Remove the check TODO item
622
623 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
624
625         * dbus-transport-socket.c (exchange_credentials):
626         Print out more detailed errors if reading or sending
627         credentials fail (Patch from Julio M. Merino Vidal 
628         <jmmv at NetBSD dot org>)
629
630 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
631
632         * configure.in: when checking for posix getpwnam_r assume true
633         for cross compiles
634
635 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
636
637         * configure.in: Check for gethostbyname first before we check for it
638         in libnsl.  On gnu systems it is implemeneted 
639
640 2006-10-13  Havoc Pennington  <hp@redhat.com>
641
642         * dbus/dbus-connection.c
643         (dbus_connection_send_with_reply_and_block): fix to handle closed
644         connections, from Tambet Ingo bug #8631
645
646 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
647
648         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
649
650 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
651
652         * test/name-test/Makefile.am: don't link against both libdbus and
653         libdbus-convenience
654
655 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
656
657         * configure.in: check for dirfd even if it is a macro
658         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
659
660 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
661
662         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
663         avoid using dirfd on systems that don't have dirfd 
664         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
665
666 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
667
668         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
669         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
670
671         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
672         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
673         macro because _dbus_abort calls it
674
675         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
676         works
677
678 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
679
680         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
681         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
682
683 2006-10-02  Thiago Macieira  <thiago@kde.org>
684
685         * tools/dbus-launch.c (main): make it complain and abort
686         execution in case an unknown option is given. Also, process
687         the '--' argument as the end of arguments.
688
689 2006-10-01  Havoc Pennington  <hp@redhat.com>
690
691         * tools/dbus-launch.c (print_variables): if no syntax is given,
692         don't print something that's sort-of-half-sh-syntax, just print
693         a plain key-value pairs thing.
694
695         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
696         the local machine representation (but still have the hostname in
697         the display). Remove the hostname from the display if it is
698         localhost. Change session files to be named
699         ~/.dbus/session-bus/machine-display. Change X atoms to be
700         underscore-prefixed so nobody whines about ICCCM compliance.
701         Otherwise name them the same as the env variables.
702         Change session file format to include key-value pairs and an
703         explanatory comment. Keys are the same as the env variables.
704         (set_address_in_x11): X property format can't depend on
705         sizeof(pid_t) on a particular machine, fix to always be 32 bits
706
707         * tools/dbus-launch.c: make --autolaunch take a machine id
708         argument. If --autolaunch is used with a program to run, complain
709         for now (but add a FIXME). Also, don't look for existing bus if 
710         there's a program to run (but add a FIXME).
711
712         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
713         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
714         just to get this, and avoids duplicating uuid-reading code).
715
716         * tools/dbus-launch.1: clarify various things
717         
718 2006-10-01  Havoc Pennington  <hp@redhat.com>
719
720         * test/test-service.c (path_message_func): remove broken extra
721         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
722
723         * test/test-shell-service.c (path_message_func): same fix
724         
725         * dbus/dbus-connection.c
726         (_dbus_connection_get_dispatch_status_unlocked): break up the
727         function a little for clarity and fix the notification of
728         dbus-bus.c to not require dispatch to be complete
729
730         * dbus/dbus-connection.c (dbus_connection_unref): improve the
731         warning when you try to finalize an open connection.
732         
733 2006-10-01  Havoc Pennington  <hp@redhat.com>
734
735         * dbus/dbus-bus.c
736         (internal_bus_get): only weak ref the connection; this means 
737         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
738         called safely in any context
739         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
740         unref
741
742         * dbus/dbus-connection.c
743         (_dbus_connection_get_dispatch_status_unlocked): move
744         _dbus_bus_notify_shared_connection_disconnected_unlocked here
745         when queuing Disconnected instead of when the Disconnected message
746         arrives, so dbus_bus_get() won't return closed connections.
747         
748 2006-10-01  Havoc Pennington  <hp@redhat.com>
749
750         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
751         Add a hack to make DBusNewConnectionFunction work right.
752
753         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
754         the hack here. Also, fix the todo about refcount leak.
755         
756         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
757         and use the hack here
758         
759         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
760         "shareable" flag; this was completely broken, since it meant 
761         dbus_connection_open() returned a connection of unknown
762         shared-ness. Now, we always hold a ref on anything opened 
763         as shareable.
764
765         Move the call to notify dbus-bus.c into
766         connection_forget_shared_unlocked, so libdbus consistently forgets
767         all its knowledge of a connection at once. This exposed numerous
768         places where things were totally broken if we dropped a ref inside
769         get_dispatch_status_unlocked where
770         connection_forget_shared_unlocked was previously, so move
771         connection_forget_shared_unlocked into
772         _dbus_connection_update_dispatch_status_and_unlock. Also move the
773         exit_on_disconnect here.
774
775         (shared_connections_shutdown): this assumed weak refs to the
776         shared connections; since we have strong refs now, the assertion 
777         was failing and stuff was left in the hash. Fix it to close
778         still-open shared connections.
779         
780         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
781         debug pipe connections
782         
783         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
784         dbus-bus.c if the closed connection is in fact shared
785         (_dbus_connection_close_possibly_shared): rename from 
786         _dbus_connection_close_internal
787         (dbus_connection_close, dbus_connection_open,
788         dbus_connection_open_private): Improve docs to explain the deal
789         with when you should close or unref or both
790
791         * dbus/dbus-bus.c
792         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
793         from _dbus_bus_check_connection_and_unref_unlocked and modify to
794         loop over all connections
795
796         * test/test-utils.c (test_connection_shutdown): don't try to close
797         shared connections.
798
799         * test/name-test/test-threads-init.c (main): fix warnings in here
800
801         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
802         env variable to cause blocking waiting for gdb; drop
803         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
804         unconditionally.
805
806         * configure.in: add -export-dynamic to libtool flags if assertions enabled
807         so _dbus_print_backtrace works.
808
809         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
810         instead of _dbus_verbose to print the backtrace, and diagnose lack 
811         of -rdynamic/-export-dynamic
812         
813 2006-09-30  Havoc Pennington  <hp@redhat.com>
814
815         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
816         (internal_bus_get): fix screwy code formatting. whoever committed
817         that was not paying attention!
818
819 2006-09-30  Havoc Pennington  <hp@redhat.com>
820
821         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
822         reflect addition of interfaces.
823
824         * doc/dbus-specification.xml: describe a new
825         org.freedesktop.DBus.Peer.GetMachineId method
826
827         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
828         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
829         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
830         at end of skip_white
831         (_dbus_string_chop_white): new function
832
833         * bus/connection.c (bus_connections_setup_connection): call
834         dbus_connection_set_route_peer_messages.
835
836         * dbus/dbus-connection.c
837         (_dbus_connection_peer_filter_unlocked_no_update): modify to
838         support a GetMachineId method.
839
840         Also, support a new flag to let the bus pass peer methods through
841         to apps on the bus, which can be set with
842         dbus_connection_set_route_peer_messages.
843
844         Finally, handle and return an error for anything unknown on the
845         Peer interface, which will allow us to extend the Peer interface
846         in the future without fear that we're now intercepting something
847         apps were wanting to see.
848         
849         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
850         dbus/dbus-uuidgen.c
851
852         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
853         binary here, since most of the code is already in libdbus
854
855         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
856         uuid from the system config file
857
858         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
859         (_dbus_read_uuid_file_without_creating) 
860         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
861         uuid-related functions, partly factored out from dbus-server.c
862
863         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
864         DBUS_ERROR_FILE_EXISTS instead of EEXIST
865
866         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
867
868         * tools/dbus-cleanup-sockets.1: explain what the point of this
869         thing is a bit more
870
871         * autogen.sh (run_configure): add --config-cache to default
872         configure args
873
874         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
875         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
876
877         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
878         don't try to save address, fixes crash in make check
879         
880 2006-09-30  Thiago Macieira  <thiago@kde.org>
881
882         * configure.in: add DBUS_BINDIR as a #define to C source code.
883
884         * tools/dbus-launch.c
885         * tools/dbus-launch.h
886         * tools/dbus-launch-x11.c:
887         * tools/dbus-launch.1: Add the --autolaunch option to
888         dbus-launch, which makes it scan for an existing session
889         started with --autolaunch. With that option, it also creates
890         an X11 window and saves the bus address and PID to it.
891
892         * dbus/dbus-sysdeps.h:
893         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
894         a function that runs "dbus-launch --autolaunch" to retrieve
895         the running D-Bus session address (or start one if none was running)
896
897         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
898         address protocol, which tries to get the running session from
899         dbus-launch.
900
901         * dbus/dbus-bus.c:
902         * dbus/dbus-internals.h: Make "autolaunch:" be the default
903         D-Bus session bus address.
904
905         * dbus/dbus-connection.c: Fix horrible typo in error message.
906
907 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
908
909         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
910
911 2006-09-17  Havoc Pennington  <hp@redhat.com>
912
913         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
914         fix so that if unix_user_function is set on windows, we still
915         do the default check that the auth identity matches the bus identity
916
917 2006-09-16  Havoc Pennington  <hp@redhat.com>
918
919         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
920         to _dbus_transport_open_platform_specific,
921         _dbus_transport_open_socket,
922         and _dbus_transport_open_debug_pipe
923
924         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
925
926 2006-09-16  Havoc Pennington  <hp@redhat.com>
927
928         Attempt auditing public API to remove all cases where a Unix
929         function returns weird emulated goo to Windows. This probably 
930         breaks the bus daemon on Windows, to fix it again we may 
931         need to stop processing unix-specific config options on Windows,
932         and may need to add Windows-specific public API or config options.
933         
934         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
935         to reflect added interfaces; should not break soname.
936         
937         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
938         not invoke unix user function on Windows. Kind of a hacky fix, but 
939         we don't want a "unix uid" leaking out on Windows.
940
941         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
942         to get the socket fd on Windows or UNIX
943         (dbus_connection_get_unix_fd): make this always fail on Windows
944
945 2006-09-16  Havoc Pennington  <hp@redhat.com>
946
947         * dbus/dbus-server.c (dbus_server_listen): change how this works
948         to be able to delegate to a set of handlers that can succeed,
949         fail, or choose not to handle. Allows us to have 
950         dbus_server_listen_platform_specific.
951
952         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
953         factor out the tcp socket stuff to be used on windows, leaving
954         unix domain socket only in dbus-socket-unix.c
955
956         * dbus/dbus-transport-socket.c
957         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
958         stuff to be used on windows, leaving unix domain socket only 
959         in dbus-transport-unix.c
960
961         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
962         temporary hack to be sure this fails on windows
963         (dbus_connection_get_unix_process_id): ditto
964
965 2006-09-16  Havoc Pennington  <hp@redhat.com>
966
967         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
968         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
969         _dbus_open_socket so the domain/type/protocol from system headers
970         are not required. This is kind of pointless though unless we move
971         part of _dbus_connect_tcp_socket into sysdeps.c instead of
972         sysdeps-unix.c, which would mean adding a wrapper around
973         bind/listen/etc.
974         Also, add DBusError to the socket-opening functions so they 
975         don't require use of errno.
976
977 2006-09-16  Havoc Pennington  <hp@redhat.com>
978
979         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
980         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
981
982         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
983         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
984         functions specifically for sockets only, and move generic 
985         read/write/open/close into unix-specific code.
986
987 2006-09-14  Havoc Pennington  <hp@redhat.com>
988
989         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
990         complaint about accessing revents when poll returns 0, from Julian Seward.
991
992 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
993
994         * Released 1.0 RC 1 (0.93) 
995
996 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
997
998         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
999         use _dbus_close instead of close
1000
1001 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1002
1003         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
1004         credentials.  Fixes "external" authentication under e.g. NetBSD
1005         which does not support any other socket credentials mechanism.
1006         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1007
1008 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1009
1010         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
1011         dbus_threads_init and be used by the dbus mutex functions to
1012         avoid deadlocks.
1013
1014         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
1015
1016 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1017
1018         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
1019         use threadsafe readdir_r instead of readdir
1020
1021 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1022
1023         * dbus-threads.c (dbus_threads_init_default): New method for
1024         initializing the internal thread implementation (Patch from
1025         Alexander Larsson <alexl at redhat dot com>)
1026
1027 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1028
1029         * remove a bunch of todo items from the 1.0 list
1030
1031 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1032
1033         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
1034         key not found
1035
1036 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1037
1038         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
1039         complex debugging code
1040
1041         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
1042         between the test suite ifdefs
1043         (_dbus_verbose_bytes): return if verbosity is not enabled 
1044
1045 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1046
1047         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1048         remove DBusMark
1049
1050 2006-09-10  Havoc Pennington  <hp@redhat.com>
1051
1052        patch mostly by Peter Kümmel, bug #8211
1053         
1054         * dbus/dbus-sysdeps-unix.c: new file, which splits out
1055         unix-specific stuff in dbus-sysdeps.c
1056
1057         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
1058         and move unix-specific stuff to dbus-sysdeps-unix.c
1059
1060         * configure.in: check HAVE_ERRNO_H
1061         
1062 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1063
1064         * bus/test-main.c (main): Initialize threading during tests
1065
1066         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1067         Unlock connection on error
1068         (generate_local_error_message): static method for generating
1069         an error message when we don't have a message to reply to
1070         (_dbus_connection_block_pending_call): Send a disconnect error
1071         instead of just a timeout (NULL) when the bus gets disconnected
1072         while blocking for a reply.
1073         
1074 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1075
1076         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
1077         filters (Patch from Kimmo Hämäläinen 
1078         <kimmo dot hamalainen at nokia dot com>)
1079
1080 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1081
1082         * dbus/dbus-connection-internal.h: Add prototype for 
1083         _dbus_connection_test_get_locks to remove warning
1084
1085 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1086
1087         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
1088         close child_err_report_pipe[WRITE_END] on exec (Patch from 
1089         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1090
1091 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1092
1093         * Clean up close calls to use _dbus_close (Patch from 
1094         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1095
1096 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1097
1098         * doc/TODO:
1099         - Remove pending call locking todo item
1100         - dbus_connection_open now holds hard ref.  Remove todo item
1101         - do proper locking on _dbus_bus_check_connection_and_unref
1102           and handle DBUS_BUS_STARTER. Remove todo item
1103         - Warn on closing of a shared connection.  Remove todo item
1104
1105         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
1106         dbus/dbus-connection.c: Use the dbus_connection_close_internal
1107         so we don't get the warning when closing shared connections
1108
1109         * test/test-service.c, test/test-shell-service.c: Applications
1110         don't close shared connections themselves so we unref instead of
1111         close
1112
1113         * test/test-utils.c (test_connection_shutdown): Close the connection
1114
1115         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
1116         _dbus_bus_check_connection_and_unref_unlocked since we only call this
1117         method on a locked connection.  
1118         Make sure we call _dbus_connection_unref_unlocked instead of 
1119         dbus_connection_unref also.
1120         Handle DBUS_BUS_STARTER correctly
1121
1122         * dbus/dbus-connection.c (connection_record_shared_unlocked):
1123         Mark as shared and hard ref the connection
1124         (connection_forget_shared_unlocked): Remove the hard ref from the 
1125         connection
1126         (_dbus_connection_close_internal_and_unlock):  New internal function
1127         which takes a locked connection and unlocks it after closing it
1128         (_dbus_connection_close_internal): New internal function which acts
1129         like the origonal dbus_connection_close method by grabbing a connection
1130         lock and calling _dbus_connection_close_internal_and_unlock
1131         (dbus_connection_close): Public close method, warns when the app
1132         trys to close a shared connection
1133
1134 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1135
1136         * bus/driver.c:
1137         (bus_driver_generate_introspect_string): New method for populating
1138         a DBusString with the introspect data
1139         (bus_driver_handle_introspect): Move introspect generation code to 
1140         bus_driver_generate_introspect_string
1141
1142         * bus/main.c:
1143         (introspect): New function which prints out the intropect data and
1144         exits
1145         (main): Add a --introspect switch
1146
1147 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1148
1149         * doc/TODO: Removed dtd publishing item.  
1150         It seems the dtd has already been added at
1151         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
1152
1153 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1154
1155         * doc/TODO, various source files: Audited todo's and FIXME's and
1156         prepended the ones we should be looking at with 1.0.  Those
1157         prepended with 1.0? need clerification or might not be needed
1158         for 1.0
1159
1160 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1161
1162         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
1163         NULL in the public API (Patch from Kimmo Hämäläinen 
1164         <kimmo dot hamalainen at nokia dot com>)
1165
1166 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1167
1168         * configure.in: Fix for OS-X compile time endian issues (patch from
1169         Benjamin Reed <ranger at befunk dot com>)
1170
1171 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1172
1173         * configure.in: Check for no-common compiler flag (OS-X fix from
1174         Benjamin Reed <ranger at befunk dot com>)
1175
1176 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
1177
1178         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
1179         <fcrozat at mandriva dot com>)
1180
1181 2006-08-29  Havoc Pennington  <hp@redhat.com>
1182
1183         * test/test-service.c (path_message_func): fix lack of return value
1184
1185         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
1186         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
1187         any more sense than on anything else in this file.
1188         (_dbus_get_tmpdir): add const to return value, and keep the
1189         results of the various getenv around in a static variable.
1190
1191 2006-08-29  Havoc Pennington  <hp@redhat.com>
1192
1193         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
1194         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
1195
1196 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1197
1198         * test/Makefile.am: change find to use syntax that works with non
1199         gnu versions of find
1200
1201 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1202
1203         * dbus/dbus-transport.c: fix invalid deref when checking if
1204         a vtable method exists (Patch from Christian Ehrlicher 
1205         <ch dot ehrlicher at gmx dot de>)
1206
1207 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1208
1209         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
1210         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
1211         to build with builddir != srcdir (Taken from a patch by Bernard Leak
1212         <bernard at brenda-arkle dot demon dot co dot uk>)
1213
1214 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1215
1216         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
1217         default case
1218
1219 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1220
1221         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
1222         it works on any system providing this interface, not only FreeBSD.
1223         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1224
1225 2006-08-20  Havoc Pennington  <hp@redhat.com>
1226
1227         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
1228         the docs
1229
1230 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1231
1232         * Released 0.92 
1233
1234 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1235
1236         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
1237         to reflect the init late change
1238
1239         * bus/bus.c (bus_context_new): Check user before we fork so we can
1240         print out an error message a user will be able to see
1241
1242 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1243
1244         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
1245
1246         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1247         Add two more global locks for use on windows platforms.  These are
1248         unused on non-windows platforms but are not ifdefed out to avoid
1249         potential bugs (i.e. the few bytes lost does not warrent the extra
1250         maintanence and complexity that having seperate sets of locks would
1251         cause)
1252
1253 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1254
1255         * bus/services.c (bus_registry_acquire_service): Return an error
1256         when an application tries to register the org.freedesktop.DBus Bus Name
1257
1258         * bus/services.c (bus_registry_release_service): Return an error
1259         when an application tries to release the org.freedesktop.DBus Bus Name
1260
1261 2006-08-17  Alp Toker  <alp@atoker.com>
1262
1263         * doc/dbus-specification.xml: Fix some minor typos.
1264
1265 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
1266
1267         * configure.in: use $with_init_scripts instead of $operating_system
1268         to determine where to store the pid since the init scripts manipulate 
1269         the pid file (patch from Marcelo Ricardo Leitner 
1270         <marcelo dot leitner at terra dot com dot br>.  
1271
1272 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
1273
1274         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
1275         static DBusList *uninitialized_condvar_list to support new late 
1276         initialization threading model.  In this model threads can be initialized
1277         even after the D-Bus API has been used but still needs to be initialized 
1278         before the second thread has been started.  Mutexes and condvar addresses
1279         are stored in the two static lists and are replaced with actuall locks
1280         when threads are initalized.
1281         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
1282         the location into the static list
1283         (_dbus_mutex_free_at_location): New method for removing a mutex location 
1284         from the static list and freeing the mutex
1285         (_dbus_condvar_new_at_location): New method for creating a conditional 
1286         variable and placing the location into the static list
1287         (_dbus_condvar_free_at_location): New method for removing a conditional
1288         variable location from the static list and freeing the conditional variable 
1289         (init_uninitialized_locks): Atomic method which goes through the static 
1290         lists of mutex and condvar location and updates them with actuall locks
1291         (init_global_locks): changed to init_locks
1292         
1293         * dbus/dbus-connection.c:
1294         (_dbus_connection_test_get_locks): New method for tests to check connections
1295         (_dbus_connection_new_for_transport): Use the new at_location mutex and
1296         condvar API
1297         (dbus_connection_allocate_data_slot): Pass in the global lock address
1298         to _dbus_data_slot_allocator_alloc
1299
1300         * dbus/dbus-dataslot.c:
1301         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
1302         instead of the mutex itself
1303
1304         * dbus/dbus-message.c:
1305         (dbus_message_allocate_data_slot): Pass in the global lock address
1306         to _dbus_data_slot_allocator_alloc
1307
1308         * dbus/dbus-pending-call.c:
1309         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
1310         to _dbus_data_slot_allocator_alloc
1311
1312         * dbus/dbus-server.c:
1313         (_dbus_server_init_base): Use the new at_location mutex API
1314         (dbus_server_allocate_data_slot): Pass in the global lock address
1315         to _dbus_data_slot_allocator_alloc
1316
1317         * test/name-test/test-threads-init.c: New test case for late thread
1318         initialization
1319
1320 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1321
1322         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1323         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
1324         causes compile problems when asserts are turned off
1325         Keeping _dbus_warn for printing out the message so even if
1326         asserts are turned off the user gets the messages that something is 
1327         wrong 
1328
1329 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1330
1331         Patches by Kjartan Maraas <kmaraas at gnome dot org>
1332
1333         * bus/services.c (bus_service_list_queued_owners):
1334         Add a pointer cast to fix compiler warning
1335
1336         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
1337         return a NULL instead of FALSE since the return type
1338         is not expecting a boolean
1339
1340         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1341         Remove unused variable
1342
1343         * dbus/dbus-marshal-recursive-util.c (node_new):
1344         return a NULL instead of FALSE since the return type
1345         is not expecting a boolean
1346
1347         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1348         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1349         because we are expecting a pointer not a boolean
1350
1351         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
1352         add void as the parameter so some compilers
1353         don't complain
1354
1355         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
1356           _dbus_transport_new_for_tcp_socket):
1357         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1358         because we are expecting a pointer not a boolean
1359
1360         * test/shell-test.c (test_command_line):
1361         cast the second argument to _dbus_list_append to avoid compiler
1362         warnings
1363
1364         * test/test-names.c (main): remove unused variable
1365
1366         * test/test-service.c (check_hello_from_self_reply):
1367         Initialize echo_message and echo_reply to NULL
1368         
1369         * test/test-shell-service.c (handle_echo):
1370         Remove unused variable and cast the third parameter passed to
1371         dbus_connection_get_object_path_data to avoid compiler warrnings
1372
1373         * test/name-test/test-names.c (clear_message_queue):
1374         Remove unused function
1375
1376         * test/name-test/test-pending-call-dispatch.c:
1377         Fix format string in printf
1378
1379
1380 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1381
1382         * dbus/dbus-bus.c:
1383         * test/name-test/test-names.c:
1384         Remove test method dbus_bus_connection_get_unique_name because 
1385         we already have public method dbus_bus_get_unique_name that 
1386         does the exact same thing
1387
1388 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1389
1390         * dbus/dbus-signature.c:
1391         fix typos in Julio's previous patch which cause make check to fail
1392
1393 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1394
1395         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1396         In any case it was wrong since this is a test checking to see if
1397         address parsing is correct.  There was no need to get the true
1398         tmp directory.  
1399
1400 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1401
1402         * dbus/dbus-macros.h: Revert the addition of stddef.h
1403         as we should not be adding it to library headers 
1404
1405 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1406
1407         * dbus/dbus-signature.c:
1408         Fix the unit tests so that they work if assertions are not enabled.
1409         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1410
1411 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1412
1413         * tools/run-with-tmp-session-bus.sh:
1414         * test/name-test/run-test.sh:
1415         Remove bashisms (patch from Julio M. Merino Vidal
1416         <jmmv at NetBSD dot org>)
1417
1418 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1419
1420         * configure.in: add a version (>= 2.6.0) check for libxml2
1421
1422 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1423
1424         * configure.in: make sure the compiler supports -Wfloat-equal
1425         
1426         * bus/dir-watch-dnotify.c: move functional code after 
1427         variable declerations (C99 fix)  (patches from Jens Granseuer
1428         <jensgr at gmx dot net>
1429
1430 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1431
1432         * dbus/dbus-macros.h:
1433         add #include <stddef.h> so that Sun compilers don't complain about
1434         the defining NULL
1435
1436 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1437
1438         * dbus/dbus-sysdeps.c:
1439         * dbus/dbus-address.c:
1440         * bus/activation.c:
1441         * test/shell-test.c:
1442         don't hardcode tmp directory (patch from Dave Meikle 
1443         <dmk at davemeikle dot co dot uk>)
1444
1445 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1446
1447         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1448         Change an assert to a detailed warning and abort.  
1449         When allocator->lock != mutex it indicates that the user has failed
1450         to initalize threads before using the D-Bus library.  This warning
1451         helps the user identify the issue and fix their app.
1452
1453 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1454
1455         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1456         with cleanups of bugs found from Coverity reports:
1457
1458         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1459         close the file on error to avoid a leak
1460
1461         * bus/expirelist.c (bus_expire_list_test):
1462         Check for NULL on dbus_new0
1463
1464         * bus/activation.c (update_directory):
1465         remove dead code
1466
1467         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1468         Fix some leaks
1469
1470         * bus/bus.c (process_config_every_time):
1471         Fixed a leak
1472
1473         * bus/desktop-file.c (parse_key_value):
1474         Fixed leak
1475
1476         * bus/selinux.c (bus_selinux_id_table_insert):
1477         Fixed leak
1478
1479 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1480
1481         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1482         remove dead code
1483
1484 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1485
1486         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1487         #!/bin/bash
1488
1489 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1490
1491         * Doxyfile.in: fix the INPUT line so we can generate docs 
1492         when sourcedir != builddir (patch from Cygwin Ports maintainer
1493         <yselkowitz at users dot sourceforge dot net>
1494
1495 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1496
1497         * dbus/dbus-sysdeps.h:
1498         * dbus/dbus-sysdeps.c: 
1499         * dbus/dbus-string.c: 
1500         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1501         GLib's function which does the same thing
1502
1503         * configure.in:
1504         * bus/Makefile.am:
1505         * bus/dir-watch-default.c:
1506         * bus/dir-watch-dnotify.c:
1507         * bus/dir-watch-kqueue.c:
1508         Add kqueue directory watching for freebsd and split the directory
1509         watching code into seperate files per method/arch
1510         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1511
1512 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1513
1514         * configure.in:
1515         * tools/Makefile.am:
1516         * tools/dbus-launch.c:
1517         * bus/Makefile.am:
1518         allow --with-dbus-daemondir switch to be used to make the
1519         daemon install to a seperate bindir like /usr/libexec
1520         (patch from Brian Cameron <brian dot cameron at sun dot com)
1521
1522 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1523
1524         * bus/Makefile.am (install-data-hook): removed the slash after 
1525         $(DESTDIR) so we don't get the double slash which does not work
1526         in windows (patch from Andras Porjesz 
1527         <andras dot porjesz at siemens dot com>)
1528
1529 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1530
1531         * dbus/dbus-sysdeps.h:
1532         * dbus/dbus-sysdeps.c: 
1533           add _dbus_printf_length (patch from Peter Kümmel 
1534           <syntheticpp at gmx dot net>)
1535
1536 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1537
1538         * dbus/dbus-internals.c: unistd.h is not used 
1539         (_dbus_verbose_real): only enable verbose printing 
1540         if DBUS_VERBOSE environment var is set to '1'
1541         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1542
1543 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1544
1545         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1546         so we still compile on older gcc (patch from Frederic Peters 
1547         <fpeters at 0d dot be>
1548
1549 2006-08-04  Havoc Pennington  <hp@redhat.com>
1550
1551         * configure.in: add -Wdeclaration-after-statement
1552
1553         * dbus/dbus-connection.c: change all the pending call stuff to
1554         reflect the fact that pending call operations use the connection
1555         lock
1556
1557         * dbus/dbus-pending-call.c: add locking here
1558
1559         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1560         field const consistent with how message field is done
1561
1562 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1563
1564         * s/D-BUS/D-Bus/g
1565
1566 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1567
1568         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1569         <in7y118 at public.uni-hamburg dot de> - fix invalid
1570         read/write reported by valgrind
1571
1572 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1573
1574         * Released 0.91
1575
1576 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1577
1578         * dbus/dbus-connection.c:
1579         (_dbus_connection_attach_pending_call_unlocked):
1580         (connection_timeout_and_complete_all_pending_calls_unlocked):
1581         Make sure we set timeout_added on pending calls to FALSE when
1582         we remove the timeout from the connection
1583
1584 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1585
1586         * Removed some extra bindings stuff lingering around (thanks timo)
1587         * dbus-pendingcall.c (_dbus_pending_call_new): 
1588         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1589         when we tried to take a lock on an already locked connection
1590
1591 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1592
1593         * Released 0.90
1594
1595 2006-07-17  Havoc Pennington  <hp@redhat.com>
1596
1597         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1598         ints, reported by Owen Taylor
1599
1600 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1601
1602         * doc/TODO:
1603         * dbus/dbus-bus.c:
1604         * dbus-errors.c:
1605         * dbus/dbus-marshal-validate.c:
1606           Removed TODO items which were fixed or are no longer relevent
1607
1608 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1609
1610         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
1611         Remove stray files from the stripped bindings
1612
1613 2006-07-16  Havoc Pennington  <hp@redhat.com>
1614
1615         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
1616         Improve the error message on reply timeout
1617
1618 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
1619
1620         * Remove all bindings
1621
1622 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
1623
1624         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
1625         and set pending_reply out arg to NULL is connection is disconnected
1626         (connection_timeout_and_complete_all_pending_calls_unlocked): New
1627         static method for cleaning up pending calls on disconnect
1628         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
1629         calls queued timeouts on disconnect 
1630
1631          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
1632         Remove 
1633
1634 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * bus/activation.[ch] (bus_activation_list_services): new function to 
1637         get the list of services that can be activated
1638
1639         * bus/dispatch.c: test coverage for the new bus method
1640         ListActivatableNames
1641
1642         * bus/driver.c: new bus method ListActivatableNames to get the list of
1643         services that can be activated
1644
1645         * doc/dbus-specification.xml: ListActivatableNames method documentation
1646
1647 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1648         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
1649         source files
1650
1651 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1652         * dbus/dbus-message-factory.c:
1653         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
1654
1655 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1656         * dbus/dbus-connection-internal.h:
1657         * dbus/dbus-connection.c:
1658         * file dbus/dbus-pending-call.c:
1659         * dbus/dbus-pending-call.h:
1660         Make DBusPendingCall an opaque type even to D-Bus internals
1661
1662 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1663
1664         * dbus/dbus-connection.h: remove connection_disconnect and replace with
1665         connection_close
1666
1667         * dbus/dbus-connection.c: include dbus-bus.h
1668         (_dbus_connection_read_write_dispatch): make static
1669
1670 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1671
1672         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
1673         function
1674         (dbus_connection_dispatch): On disconnect unref any shared connections
1675
1676         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
1677         for cleaning up shared connections on disconnect
1678         (internal_bus_get): get a hard refrence to shared connections when
1679         they are created
1680         
1681         * doc/TODO: Remove items which are no longer relevent or have been fixed
1682         Split 1.0 todo items with a 0.90 freeze todo list
1683  
1684 2006-06-14  Ross Burton  <ross@openedhand.com>
1685
1686         * glib/dbus-gobject.c:
1687         Free a leaking GArray (surely not!) in dbus_g_method_return.
1688
1689 2006-06-14  Ross Burton  <ross@openedhand.com>
1690
1691         * tools/Makefile.am:
1692         * tools/dbus-monitor.c:
1693         Don't use the GLib bindings in dbus-monitor (patch from Ralf
1694         Habacker).
1695         
1696 2006-06-14  Ross Burton  <ross@openedhand.com>
1697
1698         * tools/dbus-print-message.c:
1699         Also print the object path when outputting signals or method calls.
1700
1701 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
1702
1703         * qt/src/Makefile.am: install the qdbus.h header.
1704         This allows people to actually use the installed code.
1705
1706 2006-06-12  Ross Burton  <ross@openedhand.com>
1707
1708         * glib/dbus-gproxy.c:
1709         Don't leak a GArray when firing signals (thank Rob Taylor for review).
1710
1711 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1712
1713         * Released 0.62
1714
1715 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1716
1717         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
1718         break pedantic builds. Closes bug 6043 (patch approved by
1719         Havoc back in February).
1720
1721 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1722
1723         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
1724         that took a QDBusMessage parameter.
1725         * qt/src/qdbusbus.h: Add a default flag for RequestName.
1726         * qt/tools/dbus.cpp: Don't use automatic call because we might
1727         be calling an async method: request a reply.
1728
1729 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1730
1731         * test/qt/*: Update the testcases, including testing the new
1732         functionality of sending null QByteArray and QString over the
1733         bus. Add new headertest test and restore the old
1734         qdbusxmlparser test.
1735
1736 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1737
1738         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
1739         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
1740
1741         * qt/examples/Makefile.am:
1742         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
1743         form.
1744
1745         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
1746         QByteArray() (nulls) over the bus.
1747         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
1748         the one that has the signature suffix stripped.
1749         * qt/src/qdbusreply.h: Make some methods const.
1750
1751 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
1752
1753         Patch from Timo Hoenig <thoenig@suse.de>.
1754
1755         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
1756         required during build to EXTRA_DIST.
1757         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
1758         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
1759         * configure.in: Fix "make dist", take care that the Makefile for
1760         qt/dbus is being generated.
1761
1762 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1763
1764         * bus/bus.c: Fix eavesdropping on method calls
1765
1766 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1767
1768         * configure.in:
1769         * dbus/dbus-userdb-util.c:
1770         Add Solaris console owner patch from Artem Kachitchkine
1771
1772 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
1773
1774         * qt/Makfile.am:
1775         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
1776         reorganisation. Thanks to Timo Hoenig for pointing this out.
1777
1778 2006-06-06  Robert McQueen  <robot101@debian.org>
1779
1780         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
1781           call to dbus_g_type_get_struct.
1782
1783 2006-06-06  Robert McQueen  <robot101@debian.org>
1784
1785         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
1786           pointers were put into a GPtrArray-based specialised collection, and
1787           then freed along with the array. GValues which you add into
1788           collections or maps which have the NOCOPY flag set are assumed to not
1789           belong to the caller, so rather than the existing pointer-stealing
1790           semantics, they are copied instead. Given that the main consumers of
1791           this abstraction are the bindings themselves, I don't think this is
1792           too bad, but others should watch their choice of take vs set_static.
1793
1794 2006-06-06  Robert McQueen  <robot101@debian.org>
1795
1796         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
1797           of g_slist_prepend not being used. Fixed copying of slist-based
1798           specialised collections, then wrote a test case and found that it was
1799           all broken. Went on to fix iterating and appending too. Good thing
1800           nobody uses this code yet.
1801
1802 2006-06-06  Robert McQueen  <robot101@debian.org>
1803
1804         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
1805           the iterators use gvalue_take_ptrarray_value (the GValues themselves
1806           are discarded without unsetting, so it makes no difference whether
1807           we take or set_static). Remove cases for G_TYPE_POINTER because
1808           there really is nothing useful we can do with them in our
1809           specialised types - we *need* boxed copy/free functions at the very
1810           least.
1811
1812 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
1813
1814         * qt/dbus: Add directory. I had forgotten to add this
1815         yesterday after the move...
1816
1817         * qt/examples/Makefile.am:
1818         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
1819
1820         * qt/tools/Makefile.am:
1821         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
1822         Added feature to get and set properties.
1823         Added validation of service, object path and interface names.
1824
1825         * qt/tools/dbusidl2cpp.cpp: Two new features:
1826         1) Allow specifying both the header and the source file names,
1827         by separating them with a colon.
1828         2) Don't write an interface output if the -p switch wasn't
1829         given, but the -a was.
1830
1831         * qt/src/*: Fix usage of Iterators and ConstIterators.
1832         Fix shadowing of variables by other variables (-Wshadow).
1833         Fix keyword-cleanliness in headers.
1834         Fix ASCII-cast (QLatin1String, QLatin1Char).
1835         Fix validation of member names.
1836         Add extra checking of introspection data during XML parsing.
1837         Various bug fixes.
1838
1839 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1840
1841         * dbus/Makefile.am:
1842         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
1843         qt/dbus/qdbus.h now.
1844
1845 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1846
1847         * configure.in: Make --disable-qt actually do
1848           something. Patch inspired by Zack Rusin.
1849
1850 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1851
1852         * qt/: Update to Subversion r548032.
1853         This includes a big reorganisation of the files inside the
1854         subdir.
1855
1856 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
1857
1858         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
1859         clear:  
1860         "Failed to connect to socket <host>:<port> <error>" instead of
1861         "Failed to connect to socket <host>: <error>:<port>"
1862
1863         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
1864         for a tcp transport. 
1865
1866 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1867
1868         * qt/*: Update the QtDBus bindings up to revision 546310 in
1869         Subversion.
1870         This adds the dbuscpp2xml tool, that parses a C++ header and
1871         outputs a D-BUS Introspection XML.
1872
1873 2006-05-21  Havoc Pennington  <hp@redhat.com>
1874
1875         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
1876         is not NULL when it shouldn't be. Also a couple of possible fixes
1877         for #4637 though I don't understand why the bug happens, to be
1878         honest... also the object constructor has an assert name != NULL
1879         and the name is only currently NULL for peer-to-peer proxies that 
1880         I don't think anyone uses? So it should be asserting.
1881         Anyway, for now at least see if we get an earlier assertion failure.
1882
1883         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
1884         apparently broken code to be sure the tests fail and someone 
1885         will fix them...
1886
1887 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
1888
1889         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
1890         and arrays when they had a single element: has_next returns
1891         false, even before you read the element. So, instead, check
1892         the array length.
1893
1894 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1895
1896         * qt/qdbusmessage.cpp:
1897         * qt/qdbustypehelper_p.h:
1898         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
1899         the list is a const-reference
1900
1901 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
1902
1903         * Adding old doc patch that never got applied
1904         
1905         * dbus/bus.c (dbus_bus_add_match): Add documentation
1906
1907         * doc/dbus-specification.xml: Add documentation for the match rules
1908           and the AddMatch and RemoveMatch methods
1909
1910 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
1911
1912         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1913         call (r535506)
1914
1915         * qt/dbusidl2cpp.cpp:
1916         * qt/qdbusabstractadaptor.cpp:
1917         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
1918         sibling of the QDBusAbstractAdaptor objects instead of the
1919         parent. (r535848)
1920
1921         * qt/dbusidl2cpp.cpp:
1922         * qt/qdbusabstractinterface.cpp:
1923         * qt/qdbusabstractinterface.h:
1924         * qt/qdbusabstractinterface_p.h:
1925         * qt/qdbusinterface.cpp: Make properties in interfaces
1926         actually work. The code that was generated would not compile,
1927         due to moc calls to functions that did not exist. They now
1928         shall. (r536571)
1929
1930 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
1931
1932         * Makefile.am:
1933         * configure.in:
1934         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
1935         Thanks to Brad Hards for providing the patch
1936
1937 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1938
1939         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1940         call. (r535506)
1941
1942 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1943
1944         * qt/examples/dbus.cpp: Enhance error messages and use
1945         QDBusInterfacePtr.
1946
1947 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1948
1949         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
1950         and disable the copy operators. (r533772, r534746)
1951
1952         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
1953
1954         * qt/qdbusabstractinterface.cpp:
1955         * qt/qdbusabstractinterface.h: Change the default call mode to
1956         not use the event loop. Add convenience call() methods that
1957         take a CallMode parameter. (r534042)
1958
1959         * qt/qdbusconnection.h: Change the default call mode to not
1960         use the event loop. (r534042)
1961
1962         * qt/qdbusinterface.cpp:
1963         * qt/qdbusinterface.h: Add a method to tell us if the
1964         interface is valid (since we don't return a null pointer
1965         anymore) (r534099)
1966
1967         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
1968         (r534101)
1969
1970         * qt/qdbusinternalfilters.cpp: Decouple the introspection
1971         function in two so taht we get the chance to introspect
1972         without having a QDBusMessage (r534102)
1973
1974         * qt/qdbusbus.h:
1975         * qt/qdbusconnection.cpp:
1976         * qt/qdbusconnection_p.h:
1977         * qt/qdbusintegrator.cpp: Keep a list of our own names to
1978         avoid a round-trip to the server when attempting to introspect
1979         one of our own objects. Also make sure the filter functions
1980         match the empty interface as well. (r534108)
1981         Don't keep the connection names. Instead, trust the unique
1982         connection name (r534111)
1983         Remove event loop usage (r534112)
1984
1985 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1986
1987         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
1988         Brad Hards.
1989
1990 2006-04-28  Robert McQueen  <robot101@debian.org>
1991
1992         * glib/dbus-gproxy.c: Fix properties so that they can be given in
1993         any order, making it easier for people who inherit from this
1994         object.
1995
1996 2006-04-28  Robert McQueen  <robot101@debian.org>
1997
1998         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
1999         of memory from within pointer arrays and lists. Fixes bug #6300.
2000
2001 2006-04-28  Robert McQueen  <robot101@debian.org>
2002
2003         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
2004         generating struct signatures. Fixes bug #6083.
2005
2006 2006-04-28  Robert McQueen  <robot101@debian.org>
2007
2008         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
2009         to qdbusconnection_p.moc.
2010
2011 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
2012
2013         * README, INSTALL: Doc fixes
2014         Patch from Brad Hards <bradh at frogmouth.net>
2015
2016 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2017
2018         * qt/examples/dbus.cpp: Use the new merged-interface mode for
2019         the dynamic meta object. No need to guess which interface to
2020         call.
2021
2022 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2023
2024         * qt/qdbusconnection_p.h:
2025         * qt/qdbusmetaobject.cpp:
2026         * qt/qdbusmetaobject_p.h:
2027         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
2028         for the dynamic meta object. No need to guess which
2029         interface to call.
2030         * qt/qdbusabstractinterface_p.h:
2031         * qt/qdbusconnection.cpp:
2032         * qt/qdbusintegrator.cpp:
2033         * qt/qdbusinterface.cpp:
2034         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
2035         Add a QDBusRef that looks and behaves like DCOPRef.
2036
2037 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2038
2039         * dbus/dbus-connection.c: Interfaces are optional in method
2040         calls, so don't give up if the interface parameter is NULL.
2041         Patch reviewed by Havoc Pennington.
2042
2043 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2044
2045         * qt/qdbusreply.h: Add default constructor and operator=
2046           (r532625)
2047         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
2048           in public headers (r532952)
2049         * qt/qdbusabstractinterface.cpp:
2050         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
2051           make it the default (r532951)
2052
2053 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2054
2055         * dbus/dbus-connection.c: Fix asserts
2056         Patch from Tim Moloney <t.moloney at verizon.net>
2057
2058 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2059
2060         * mono/Connection.cs, mono/Message.cs: Check Target type
2061         Patch from Aaron Bockover (abockover at novell.com)
2062
2063 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2064
2065         * INSTALL: fine-tune the requirements for the Qt4 binding.
2066
2067 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
2068
2069         * tools/dbus-print-message.c: Added support for printing of all 
2070           remaining data types. Fixed logic for indentation of compound
2071           data types.
2072         
2073 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
2074
2075         * INSTALL: fill out content of file providing DBus specific
2076           build installations, followed by generic Auto* INSTALL file
2077           content
2078         
2079 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2080
2081         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
2082           Patch by Stefan Eilers. (r529537)
2083
2084 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2085
2086         * qt/qdbusinternalfilters.cpp: Don't show the parent's
2087           contents (r528208)
2088
2089 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2090
2091         * qt/Makefile.am: fix the dependency for
2092           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
2093           not in qdbusconnection.cpp.
2094           Thanks to Jakub Stachowski <stachowski@hypair.net> for
2095           spotting this.
2096
2097 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2098
2099         * qt/examples/listnames.cpp:
2100         * qt/examples/Makefile.am: Three ways to list the names on the
2101           bus.
2102
2103 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2104
2105         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
2106           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
2107
2108 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2109
2110         Merge from Subversion:
2111         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
2112           something that exists (r526315)
2113         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
2114           slots/signals (r526316)
2115         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
2116           also return an unknown-method error if the parameters don't
2117           match for org.freedesktop.DBus.Properties. (r526842)
2118         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
2119         * qt/qdbusintegrator.cpp: Restore the proper order of
2120           delivery: don't make method returns be delivered on priority
2121           (r528150)
2122
2123 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2124
2125         * configure.in qt/Makefile.am: add qt/examples
2126         * qt/examples: Add QtDBus example programs:
2127           - hello: Hello, World
2128           - ping: Simple method-calling program
2129           - pong: Simple object-exporting program (not using adaptors)
2130           - complexping: Interactive method-calling program 
2131                 (also gets and sets properties).
2132           - complexpong: Sample program exporting methods, signals and
2133                 properties, using adaptors.
2134           - dbus: Simple implementation of a generic method-calling
2135                 program, similar to 'dbus-send', but with semantics
2136                 similar to 'dcop'.
2137           - chat: Simplistic chat program, implemented using signals
2138                 and the system bus. Looks like IRC.
2139
2140 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2141
2142         * configure.in: Detect QtGui (necessary for one of the
2143           example programs). Note: this increases the minimum required
2144           version of Qt to 4.1.3.
2145
2146 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2147
2148         * test/qt/*: Sync with KDE Subversion revision 523647.
2149         Update the testcases to the new API. Remove testcases for
2150         classes that are no longer public or have been removed.
2151
2152 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2153
2154         * qt/*: 
2155         * dbus/qdbus.h: Sync with KDE Subversion revision
2156         523647. Hopefully, this will be the last of the
2157         source-incompatible changes. Documentation has been improved;
2158         support for QList<basic-types> has been added; QDBusObject is
2159         gone; QDBus(Abstract)Interface is now a QObject with
2160         auto-generated meta-object; QDBusIntrospection is marked
2161         private, since QMetaObject can be used now; lots of bugfixes.
2162
2163 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
2164
2165         Patch from Milosz Derezynski <internalerror at gmail.com>
2166         
2167         * configure.in:
2168         Output the service directory in the configure summary
2169
2170         * dbus-1.pc.in:
2171         Add session_bus_services_dir
2172
2173 2006-03-10  Ross Burton  <ross@openedhand.com>
2174
2175         * tools/dbus-print-message.c:
2176         Add support for object paths and signatures.
2177
2178 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
2179
2180         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
2181         config reload.
2182         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
2183         information caches
2184         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
2185         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
2186         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
2187         * dbus/dbus-userdb.h: Add function to flush all user/group information
2188         caches.
2189
2190 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2191
2192         * qt/dbusidl2cpp.cpp:
2193         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
2194         for dcopidl2cpp, found in the KDE installations (or the more
2195         modern kalyptus): generate Qt4 C++ code for the input XML
2196         introspection. Currently no IDL parsing.
2197
2198 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2199
2200         * test/qt/*: Update the self-tests.
2201
2202 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2203
2204         * qt/*: 
2205         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
2206         represents the first feature-complete version of the Qt4
2207         bindings since I took ove maintainership.
2208
2209 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2210
2211         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
2212         dir. This is C++, so we can't use the DBus ones.
2213
2214 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2215
2216         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
2217         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
2218
2219 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2220
2221         * dbus/dbus-connection.c: 
2222         (_dbus_connection_block_pending_call):
2223         Check to see if our data has already been read off the connection
2224         by another blocking pending call before we block in poll.
2225         (check_for_reply_and_update_dispatch_unlocked):
2226         Code taken from _dbus_connection_block_pending_call - checks for
2227         an already read reply and updates the dispatch if there is one.
2228
2229         * test/name-test/test-pending-call-dispatch.c:
2230         New test for making sure we don't get stuck polling a 
2231         dbus connection which has no data on the socket when
2232         blocking out of order on two or more pending calls.
2233
2234 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
2235
2236         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
2237         make/automake don't detect that we're talking about the same
2238         .lo file if I specify the full path to the source files.
2239
2240 2006-02-26  Havoc Pennington  <hp@redhat.com>
2241
2242         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
2243
2244         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2245         session bus variable is unset, suggest "man dbus-launch" and "man
2246         dbus-daemon" to figure out how to fix the problem
2247
2248 2006-02-25  Havoc Pennington  <hp@redhat.com>
2249
2250         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
2251         should make this thing use the new glib options parser
2252
2253 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
2254
2255         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
2256         .lo files taking moc sources.
2257
2258 2006-02-25  Havoc Pennington  <hp@redhat.com>
2259
2260         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
2261         and install it as a public header
2262
2263 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2264
2265         * Released 0.61
2266
2267 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2268         
2269         * proxies.py: Fix the callchain
2270
2271 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
2272         
2273         * patch from Sjoerd Simons <sjoerd at debian.org>:      
2274
2275         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
2276         dbus/dbus-sysdeps.c
2277
2278         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
2279         call _dbus_group_info_free_allocated which causes infinite loop,
2280         correctly call _dbus_group_info_free
2281
2282 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
2283
2284         * qt/qdbusinterface_p.h:
2285         * qt/qdbusinterface.cpp: Use the standard
2286         org.freedesktop.DBus.Method.NoReply annotation for the "async"
2287         calls instead of creating one for us.
2288
2289         * qt/qdbusconnection_p.h:
2290         * qt/qdbusintegrator.cpp: Remove debugging code.
2291
2292         * qt/qdbusintegrator.cpp:
2293         * qt/qdbusmessage.cpp:
2294         * qt/qdbusmessage_p.h:
2295         * qt/qdbusmessage.h: Change the behaviour of automatic
2296         reply-sending: now a reply is always sent, unless the caller
2297         didn't request one or if the user slot has already sent one.
2298
2299 2006-02-16  Robert McQueen  <robot101@debian.org>
2300
2301         * configure.in: Patch from Debian packages by Sjoerd Simons
2302         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
2303         arguments so it's possible to build both bindings in the
2304         same tree.
2305
2306         * qt/Makefile.am: Fix truncated value so that make dist works.
2307
2308 2006-02-16  Robert McQueen  <robot101@debian.org>
2309
2310         * acinclude.m4, configure.in: Patch from Brad Hards
2311         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
2312         improving quoting, re-ordering a few checks, and a few other
2313         aesthetic tidy-ups.
2314
2315 2006-02-16  Robert McQueen  <robot101@debian.org>
2316
2317         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
2318         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
2319         assertion that the next element to read from the iter is fixed in
2320         size. This is not the case when you are at the end of the iter,
2321         because the next element type is INVALID.
2322
2323         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
2324         a bogus assert which means that you may not initialise a 0-length
2325         string unless you provide a non-NULL pointer. This prevented
2326         you from marshalling messages containing zero-length arrays in
2327         some cases.
2328
2329         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
2330         from Rob to correct bogus asserts when trying to demarshal an
2331         array and get_fixed_array got you 0 elements. Append nothing to
2332         the GArray in this case.
2333
2334         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
2335         an empty array via the glib bindings. Without all of the above
2336         patches, this new test fails.
2337
2338 2006-02-16  Robert McQueen  <robot101@debian.org>
2339
2340         * glib/dbus-gmain.c: Make the previous commit compile.
2341
2342         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
2343         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
2344         specify sender_keyword="foo", path_keyword="bar" when adding
2345         a signal listener, so that you can bind to signals generically
2346         but still do something useful in your callback.
2347
2348         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
2349         chars so that they're not cast to chars and made negative. Thanks
2350         to Jakub Stachowski for reporting this and testing the fix.
2351
2352 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
2353
2354         * dbus/dbus-glib.h:
2355         * glib/dbus-gmain.h:
2356         (dbus_g_connection_open): new method for openning
2357         a connection to an arbitrary address in the glib bindings
2358
2359         * ChangeLog: checkin last entry which doesn't seem to be commited
2360
2361 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
2362
2363         * tools/dbus-launch.c: Fixed sh syntax output
2364
2365 2006-02-13  Robert McQueen  <robot101@debian.org>
2366
2367         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
2368         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
2369         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
2370         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
2371         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
2372         missing piece of the glib bindings jigsaw puzzle. This modifies
2373         the existing specialised types to have N type parameters (rather
2374         than the current 1 or 2 for arrays and dictionaries respectively).
2375         You can then use this to get a glib type to represent any arbitrary
2376         D-Bus struct type using dbus_g_type_get_struct. The only
2377         implementation of these types is with GValueArrays as before,
2378         but it's now possible to store these in arrays, emit them in
2379         signals, etc.
2380
2381 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2382
2383         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2384         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2385         <thiago.macieira at trolltech.com>
2386
2387 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2388
2389         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2390         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2391
2392 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2393
2394         * bus/connection.c (bus_connections_expect_reply): Make
2395         pending reply limit not common to all connections (Bug #5416)
2396         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2397
2398 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2399
2400         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2401
2402 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2403
2404         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2405         patch from Doug Goldstein <cardoe at gentoo.org>
2406
2407 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2408
2409         * mono/Arguments.cs: Fix a magic number in the mono bindings
2410         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2411
2412 2006-01-27  Robert McQueen  <robot101@debian.org>
2413
2414         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2415         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2416         when generating the client-side methods, instead of overloading
2417         CSymbol which broke everything horribly. My apologies.
2418
2419 2006-01-27  Robert McQueen  <robot101@debian.org>
2420
2421         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2422         by me and Rob Taylor to add a simple_free function to D-Bus map
2423         and collection types, which allows those types which can be freed
2424         with a GDestroyNotify (such as GHashTables and GArrays, but not
2425         GPtrArrays) to be stored as the values in hashtables.
2426
2427         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2428         Patch by Rob Taylor to add nested dicts to the glib tests to check
2429         the above code works, and appears not to leak when called repeatedly.
2430
2431 2006-01-27  Robert McQueen  <robot101@debian.org>
2432
2433         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2434         to free a D-Bus allocated string with dbus_free () instead of
2435         g_free ().
2436
2437 2006-01-27  Iain Holmes  <iain@openedhand.com>
2438
2439         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2440         method from being called multiple times.
2441
2442 2006-01-19  Robert McQueen  <robot101@debian.org>
2443
2444         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2445         <rob.taylor@collabora.co.uk> to add support for generating bindings
2446         to arrays that are represented as GPtrArrays rather than GArrays (ie
2447         size-variable things, such as strings, objects, structs, etc).
2448
2449 2006-01-05  Robert McQueen  <robot101@debian.org>
2450
2451         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2452         <ricardo.kekki@movial.fi> to make it possible to inherit from
2453         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2454         a private part, and moving the setting of the DBusGProxyManager into a
2455         connection property, allowing proper GObject construction.
2456
2457 2006-01-05  Robert McQueen  <robot101@debian.org>
2458
2459         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2460         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2461         annotations when generating glib client bindings.
2462
2463 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2464
2465         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2466
2467         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2468
2469 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2470
2471         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2472
2473 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2474
2475         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2476
2477 2005-12-19  Ross Burton  <ross@openedhand.com>
2478
2479         * doc/dbus-tutorial.xml:
2480         Document the Glib client-side bindings, and list all possible annotations.
2481
2482 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2483
2484         * dbus/bus.c (dbus_bus_release_name): Add documentation
2485
2486 2005-12-06  Robert McQueen  <robot101@debian.org>
2487
2488         * python/service.py: s/sucessful/successful/ so we're allocating to
2489         and reading from the same variable. Oops.
2490
2491 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2492
2493         * Released 0.60
2494
2495 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2496
2497         * test/qt/Makefile.am: build from srcdir
2498
2499         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2500         Note - this code is wrong and needs to be fixed by the Qt binding
2501         developers.  The flags should be treated as bitfields and not enums.
2502
2503         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2504
2505 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2506
2507         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2508           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2509           in production code
2510
2511 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2512
2513         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2514         method for getting messages off the bus in the absence of a
2515         mainloop.  This method is much like 
2516         dbus_connection_read_write_dispatch except it does not dispatch
2517         the messages to a registered filter function.  Instead it
2518         allows a developer to process messages by directly popping
2519         them off the bus.
2520
2521 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2522
2523         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2524         the parser to continue instead of returning error
2525         (bus_desktop_file_load): Do not free parser data when
2526         parse_section_start or parse_key_value fails because it was 
2527         already freed by parser_free (patch from Carlos Garcia Campos  
2528         <carlosgc at gnome.org>)
2529
2530 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2531
2532         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2533         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2534         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2535         test/test-segfault.c, test/test-utils.c,
2536         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2537         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2538         Various cleanup of dead code and compiler warnings (patch from
2539         Kjartan Maraas <kmaraas at gnome.org>) 
2540
2541 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2542
2543         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2544         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2545
2546 2005-11-27  Robert McQueen  <robot101@debian.org>
2547
2548         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2549         part of the preceding one. Oops. Merge patch by Johan Hedberg
2550         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2551         on big-endian platforms.
2552
2553         * test/python/test-client.py: Add some 16-bit integers to the test
2554         values.
2555
2556 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2559         method return message for property getters
2560
2561 2005-11-27  Robert McQueen  <robot101@debian.org>
2562
2563         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2564         with type v of an instance of dbus.Variant(foo, type='x') caused
2565         it to be boxed twice before sending over the bus.
2566
2567         * python/dbus_bindings.pyx, python/service.py,
2568         test/python/test-client.py: Update the constants for the new
2569         request_name flags, and update comments/test cases now that queueing
2570         is the default action.
2571
2572 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2573
2574         * configure.in:
2575         - Change version to 0.60 for impending release
2576         - upped the sonames because of ABI and API breakage
2577
2578 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2579
2580         * configure.in: Add test/name-test/Makefile to the generated
2581         Makefile list
2582
2583         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2584         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2585         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2586         not to queue an ower if it can't be the primary owner
2587
2588         * bus/bus.h: Add new internal BusOwner struct
2589
2590         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2591         to bus_registry_ensure and don't set the prohibit_replacement flag
2592         since they are now set per BusOwner and not per name.
2593         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2594         that returns the list of connections in a name's connection queue
2595         
2596         * bus/services.c (struct BusService): remove prohibit_replacement field
2597         (struct BusOwner): new struct for keeping track of queued connections
2598         and their associated flags for the queue
2599         (struct BusRegistry): add a BusOwner memory pool
2600         (bus_registry_new): initialize the BusOwner memory pool
2601         (bus_registry_unref): free the BusOwner memory pool
2602         (_bus_service_find_owner_link): new internal method for
2603         searching the queue for a specific connection
2604         (bus_owner_set_flags): new method for adding setting the flags on a
2605         bus owner
2606         (bus_owner_new): new method that creates a BusOwner object from the
2607         pool and sets its flags
2608         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2609         (bus_registry_ensure): Add the flags parameter
2610         (bus_registry_acquire_service): Switch from using raw connections to
2611         using the BusOwner struct
2612         Add new state machine for dealing with the new set of flags
2613         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
2614         cancel_ownership, free_ownership_cancel_data, 
2615         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
2616         restore_ownership, free_ownership_restore_data, 
2617         add_restore_ownership_to_transaction): Switch to using BusOwner 
2618         instead of raw connections
2619         (bus_service_add_owner): Add flags parameter
2620         Switch to using BusOwner instead of raw connections
2621         Add state machine for dealing with the new set of flags
2622         (bus_service_swap_owner): Swaps the first and second owners in the
2623         queue.  Used to make sure proper signals are sent when a service looses 
2624         or gains primary ownership.  We never insert an owner at the top of the
2625         queue.  Instead we insert it in the second position and then swap.
2626         (bus_service_remove_owner): Remove the owner from the queue sending
2627         out the NameLost and NameOwnerChanged signals if the we were the 
2628         primary owner
2629         (bus_service_get_primary_owners_connection): New method that extracts
2630         the connection from the primary owner
2631         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
2632         connection
2633         (bus_service_get_allow_replacement): Changed from the old 
2634         bus_service_get_prohibit_replacement method.  Checks the flags of the 
2635         primary owner and returns if it can be replaced or not
2636         (bus_service_set_prohibit_replacement): removed
2637         (bus_service_has_owner): returns TRUE if and owner with
2638         the specified connection exists in the queue
2639         
2640         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
2641         method that only compiles if tests are enabled.  Allows us to get the 
2642         unique name of a connection so we can check it against the queue when
2643         doing regression tests
2644
2645         * bus/activation.c (bus_activation_send_pending_auto_activate),
2646         bus/dispatch.c (bus_dispatch),  
2647         bus/driver.c (bus_driver_handle_get_service_owner, 
2648         bus_driver_handle_get_connection_unix_user, 
2649         bus_driver_handle_get_connection_unix_process_id,
2650         bus_driver_handle_get_connection_selinux_security_context),
2651         bus/signals.c (connection_is_primary_owner): 
2652         use bus_service_get_primary_owners_connection instead of
2653         bus_service_get_primary_owner
2654
2655         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
2656         _dbus_listen_unix_socket): Calculate the length of the socket
2657         path and use that instead of using a fixed length which was
2658         causing socket names to contain many trailing Nul bytes.
2659
2660         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
2661         (dbus_g_method_get_sender): New method for extracting the sender 
2662         from a DBusGMethodInvocation
2663         (dbus_g_method_return_get_reply): changed name to 
2664         dbus_g_method_get_reply
2665         (dbus_g_method_return_send_reply): changed name to
2666         dbus_g_method_send reply
2667
2668         * doc/dbus-specification.xml: New docs that describe how the new
2669         queueing system works and talks about the changes to the how
2670         we specify socket names
2671
2672         * glib/examples/example-service.c, 
2673         glib/examples/example-signal-emitter.c,
2674         glib/examples/statemachine/statemachine-server.c:
2675         Changed the RequestName flags to the new system
2676
2677         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
2678         regression test suite for testing various states of the new
2679         queueing system
2680         
2681 2005-11-15  Robert McQueen  <robot101@debian.org>
2682
2683         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
2684         Taylor to add two methods, dbus_g_method_return_get_reply and
2685         dbus_g_method_return_send_reply, to allow you to get the reply
2686         message from a DBusGMethodInvocation, append arbitrary stuff to it,
2687         and send it. The GLib bindings can't marshal a return value of
2688         something like a(s) if the array is empty - ultimately they should be
2689         made to heed the signature of the out arguments as the Python bindings
2690         now can, but this is a workable interim solution which might have
2691         other applications.
2692
2693 2005-11-15  Robert McQueen  <robot101@debian.org>
2694
2695         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
2696         method to org.freedesktop.DBus to release a bus name or give up
2697         waiting in the queue for it.
2698
2699         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
2700         dbus_bus_release_name method to send the ReleaseName method calls.
2701         Add constants for the return values to dbus/dbus-shared.h.
2702
2703         * doc/dbus-specification.xml: Document the new ReleaseName method
2704         in the specification.
2705
2706         * python/dbus_bindings.pyx: Add a low-level python binding for the
2707         release name method.
2708
2709         * python/exceptions.py, python/service.py: Make freeing BusName
2710         objects release the name. Add a NameExistsException, and fix a
2711         bug with creating UnknownMethodException.
2712
2713         * test/python/test-client.py: Add tests for freeing BusName
2714         objects causing names to be released.
2715
2716 2005-11-14  Robert McQueen  <robot101@debian.org>
2717
2718         * python/service.py: Include the traceback in the error reply when we
2719         send an exception over the bus. _BEST_ _PATCH_ _EVER_
2720
2721 2005-11-14  David Zeuthen  <davidz@redhat.com>
2722
2723         Patch from Timo Hoenig <thoenig@suse.de>.
2724
2725         * bus/bus.c: I've recently investigated why the automatic reload
2726         of configuration files does not work as expected.
2727
2728         Currently, reloading configuration files does only work when
2729         running dbus-daemon with --nodaemon.  If we are running as daemon
2730         we're hitting a dnotify bug once we fork the process.
2731
2732         We're initializing the dnotify fds before calling fork().  Once
2733         the child process forked it does still have the fds (and they
2734         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
2735         getting SIGIO as changes are made to the configuration files.
2736
2737         The attached patch moves the initialization of the dnotify fds to
2738         process_config_postinit().  This is safe for all current code
2739         paths and solves the dnotify disfunction.  If we're running
2740         dbus-daemon as daemon the fds for dnotify are now being
2741         initialized after fork() for the child process.
2742
2743         * configure.in: The current configure.in check for dnotify probes
2744         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
2745         match for 'xlinux', too. Additionally I have adapted the configure
2746         option's style to match with the others.
2747
2748 2005-11-14  Robert McQueen  <robot101@debian.org>
2749
2750         * python/decorators.py, python/service.py: Add a new argument to the
2751         dbus.service.method decorator called sender_keyword, which if set,
2752         specifies the name of an argument which will be provided the bus
2753         name of the method caller.
2754
2755         * test/python/test-client.py, test/python/test-service.py: Add a
2756         method and test to check the sender_keyword functionality.
2757
2758 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
2759
2760         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
2761         empty reply so blocking calls don't block forever (Patch from Sjoerd 
2762         Simons <sjoerd at luon.net>)
2763
2764         * AUTHORS: Add Robert McQueen for his work on the Python
2765         Bindings and other parts of D-Bus
2766
2767 2005-11-07  Robert McQueen  <robot101@debian.org>
2768
2769         * python/decorators.py: Change emit_signal function to use the
2770         signature annotation of the signal when marhsalling the arguments from
2771         the service. Fix a bug where the code checking signature length
2772         against argument length referenced the wrong variable.
2773
2774         * python/introspect_parser.py: Avoid adding the type signature of
2775         signal arguments to any methods which occur after them in the
2776         introspection data (!) by making the parser a little more careful
2777         about its current state.
2778
2779         * python/service.py: Remove debug prints from last commit (again :D).
2780
2781         * test/python/test-client.py, test/python/test-service.py: Add test
2782         signals with signature decorators to test the strict marshalling code
2783         gives errors at the right time. Could do with checking the signals
2784         actually get emitted too, given that the test does nothing with
2785         signals at the moment...
2786
2787 2005-11-07  Robert McQueen  <robot101@debian.org>
2788
2789         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
2790         instances to stop madness of creating new instances representing
2791         the same bus connection all the time, rendering any tracking of
2792         match rules and bus names quite meaningless. Caught a bug where
2793         the private argument to SessionBus() and friends was being passed
2794         in as use_default_mainloop by mistake. Still some problems with
2795         multiple dbus_binding.Connection instances representing the same
2796         low-level connection (eg when you use both SessionBus() and
2797         StarterBus() in same process), but it's a lot better now than it
2798         was.
2799
2800         * python/dbus_bindings.pyx: Add constants with the return values
2801         for bus_request_name().
2802
2803         * python/service.py: Store bus name instances in a per-dbus.Bus cache
2804         and retrieve the same instances for the same name, so deletion can be
2805         done with refcounting. Also now throws some kind of error if you
2806         don't actually get the name you requested, unlike previously...
2807
2808         * test/python/test-client.py: Add tests for instance caching of buses
2809         and bus name objects.
2810
2811 2005-11-04  Robert McQueen  <robot101@debian.org>
2812
2813         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
2814         marshalling of boolean values. Add some booleans to the values in
2815         the test client.
2816
2817         * python/decorators.py, python/service.py: Add an 'async_callbacks'
2818         argument to the dbus.service.method decorator, which allows you to
2819         name arguments to take two callback functions for replying with
2820         return values or an exception.
2821
2822         * test/python/test-client.py, test/python/test-service.py: Add test
2823         case using asynchronous method reply functions, both return values and
2824         errors, and from within both the function itself and from a mainloop
2825         callback.
2826
2827         * python/decorators.py, python/service.py: Perform checking that the
2828         number of method/signal arguments matches the number of types in the
2829         signature at class loading time, not when you first introspect the
2830         class.
2831
2832         * python/service.py: Remove debug print left by the last commit.
2833
2834 2005-11-03  Robert McQueen  <robot101@debian.org>
2835
2836         * python/service.py: Heavy refactoring of method invocation, with
2837         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
2838         in favour of a new _message_cb that uses seperate functions for
2839         looking up the method to call, marshalling the return values, and
2840         sending exceptions as errors, and is easier to follow as a
2841         consequence.  Fixes some corner cases about returning things that
2842         don't match your declared out_signature, allows exceptions to define
2843         _dbus_error_name and have it be sent over the bus as the error name,
2844         and paves the way for cool stuff like heeding the message no reply
2845         flag, asynchronous method implementations, informing the method of the
2846         sender, and including backtraces in the error messages.
2847
2848         * test/python/test-client.py: Catch and print exceptions thrown in the
2849         async callback tests, rather than passing them to the low-level
2850         bindings to be ignored in a noisy and frustrating manner.
2851
2852 2005-11-03  Robert McQueen  <robot101@debian.org>
2853
2854         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
2855         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
2856         tweak others to be consistent.
2857
2858         * test/python/test-client.py: Tweak output of testInheritance.
2859
2860 2005-10-29  Robert McQueen  <robot101@debian.org>
2861
2862         * python/service.py: Major changes to allow multiple inheritance
2863         from classes that define D-Bus interfaces:
2864         
2865          1. Create a new Interface class which is the parent class of
2866             Object, and make the ObjectType metaclass into InterfaceType.
2867         
2868          2. Patch written with Rob Taylor to replace use of method_vtable
2869             with code that walks the class's __MRO__ (method resolution order)
2870             to behave like Python does when invoking methods and allow
2871             overriding as you'd expect. Code is quite tricky because
2872             we have to find two methods, the one to invoke which has the
2873             right name and isn't decorated with the /wrong/ interface,
2874             and the one to pick up the signatures from which is decorated
2875             with the right interface.
2876         
2877             The same caveats apply as to normal multiple inheritance -
2878             this has undefined behaviour if you try and inherit from two
2879             classes that define a method with the same name but are
2880             decorated with different interfaces. You should decorate
2881             your overriding method with the interface you want.
2882         
2883          3. Replace grungy introspection XML generation code in the metaclass
2884             with dictionaries that cope correctly with multiple inheritance
2885             and the overriding of methods. This also uses the signature
2886             decorations to provide correct introspection data, including
2887             the debut appearance of the types of your return values. :D
2888
2889         * test/python/test-client.py, test/python/test-service.py: Add a test
2890         case to try invoking an method that overrides one inherited from a
2891         D-Bus interface class.
2892
2893 2005-10-29  Robert McQueen  <robot101@debian.org>
2894
2895         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
2896         Add checking for the end of struct character when marshalling a
2897         struct in MessageIter.append_strict.
2898
2899         * python/examples/example-service.py,
2900         python/examples/gconf-proxy-service.py,
2901         python/examples/gconf-proxy-service2.py: Update to use gobject
2902         mainloop directly rather than appearing to depend on gtk.
2903
2904         * python/test/test-client.py, python/test/test-server.py: Remove
2905         obsolete and broken test scripts for old bindings. We have up to date
2906         and working tests in test/python/.
2907
2908 2005-10-29  Robert McQueen  <robot101@debian.org>
2909
2910         * python/decorators.py: Add optional arguments to the method and
2911         signal decorators to allow you to specify the signature of arguments
2912         and return values. Preserve the doc strings of signal functions in the
2913         decorated version, for pydoc and friends.
2914
2915         * python/dbus_bindings.pyx, python/proxies.py: Replace the
2916         parse_signature_block function with an iterable dbus.Signature()
2917         type. Fix a bug in MessageIter.append_strict where you could append
2918         anything by claiming it was a string.
2919
2920         * python/service.py: Use the out_signature decoration on methods to
2921         marshal return values, meaning you no longer require dbus.Array()
2922         or dbus.Dictionary() to indicate the type when returning empty
2923         arrays or dictionaries. Fix a bug where exceptions which are defined
2924         in __main__ are not turned into error replies.
2925
2926         * test/python/test-client.py, test/python/test-service.py: Add test
2927         for correct marshalling of return values according to out_signature.
2928         Fix a bug in the async call test where the error_handler is missing a
2929         self argument.
2930
2931 2005-10-29  Robert McQueen  <robot101@debian.org>
2932
2933         * glib/Makefile.am, glib/examples/Makefile.am,
2934         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
2935         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
2936
2937         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
2938
2939         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
2940         from Ubuntu by Daniel Silverstone to allow specifying match rules on
2941         the command line.
2942
2943 2005-10-27  Ross Burton  <ross@openedhand.com>
2944
2945         * dbus/dbus-marshal-header.c:
2946         Remove dead code.
2947
2948         * glib/dbus-gobject.c:
2949         Stop compiler warning.
2950
2951 2005-10-25  Ross Burton  <ross@openedhand.com>
2952
2953         * dbus/dbus-auth.c:
2954         * dbus/dbus-server-unix.c:
2955         * dbus/dbus-transport-unix.c:
2956         * glib/dbus-gmain.c:
2957         * glib/dbus-gobject.c:
2958         Add some const keywords.
2959
2960 2005-10-25  Ross Burton  <ross@openedhand.com>
2961
2962         * doc/dbus-specification.xml:
2963         Document the NoReply annotation.
2964
2965         * glib/dbus-binding-tool-glib.h:
2966         * glib/dbus-binding-tool-glib.c:
2967         Respect the NoReply annotation.
2968
2969 2005-10-24  Robert McQueen <robot101@debian.org>
2970
2971         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
2972         derive from unicode instead of str, and encode/decode UTF-8 when
2973         marshalling/unmarshalling bus messages
2974
2975         * python/introspect_parser.py: encode introspection data as UTF-8
2976         before passing the buffer into libxml2
2977
2978         * test/python/test-client.py: add unicode test strings
2979
2980         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
2981         ignore generated python test files
2982
2983 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
2984
2985         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
2986         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
2987         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
2988
2989         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
2990         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
2991         when constructing struct signatures
2992
2993         * python/_dbus.py (Bus): handle private connections using the
2994         private keyword in the constructor. defaults to private=False
2995         (Bus::close): new method to close a connection to the bus
2996
2997         * python/dbus_bindings.pyx (Connection::close): renamed method
2998         was previously called disconnect
2999         (bus_get): now supports getting a private connection
3000
3001         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
3002         keyword is set to True.  if it is, execute the method without waiting
3003         for a reply
3004         (ProxyObject::_introspect_execute_queue): new method for executing
3005         all the pending methods that were waiting for the introspect to
3006         finish.  this is called when introspect either succeeds or fails
3007         (ProxyObject::_introspect_error_handler): call queued methods
3008
3009 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
3010
3011         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
3012         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
3013
3014         * python/service.py (Object::_message_cb): handle exceptions correctly
3015         by sending them over the wire to the calling app.  This makes sure
3016         the client returns immediately instead of waiting the 15 seconds to
3017         timeout.
3018
3019         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
3020         Add a test to benchmark how long it takes to introspect a service and 
3021         call a method which returns a large element (pretty fast)
3022
3023         * test/python/test-service.py (TestObject::GetComplexArray): new test 
3024         method which pushes a lot of data
3025
3026 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3027
3028         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
3029         reclaim memory outside of the loop and use del istead of just setting
3030         the key to None
3031
3032 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3033
3034         * python/service.py (ObjectType::_reflect_on_signal): Always close
3035         signal tag even when there are no arguments
3036
3037 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3038
3039         * configure.in: Set mono, mono-docs and Qt3 to default
3040         to no instead of auto when building.  These bindings do not
3041         have full time maintainers and will not be supported for the
3042         1.0 release.
3043
3044 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
3045
3046         patches from Michael Krivoruchko <misha at sun.com>: 
3047         
3048         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
3049         _dbus_connection_message_sent, 
3050         _dbus_connection_send_preallocated_unlocked_no_update, 
3051         _dbus_connection_pop_message_link_unlocked): handle the case when path 
3052         is NULL when calling _dbus_verbose
3053
3054         * configure.in: check for functions getpeerucred and getpeereid
3055
3056         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
3057         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
3058         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
3059         Patch was only tested on Solaris 10 x86 so it might be issues
3060         with other platforms (i.e. BSDs and MacOSX)
3061         
3062
3063 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
3064
3065         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
3066         instead of marshal basic so we can handle recursive types in a variant
3067
3068         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
3069         in variants
3070
3071         * test/glib/test-service-glib.c, test-service-glib.xml
3072         (my_object_echo_variant [EchoVariant], 
3073         my_object_process_variant_of_array_of_ints123
3074         [ProcessVariantOfArrayOfInts123]): 
3075         Add two test methods
3076
3077         * python/introspect_parser.py: New module for parsing introspect
3078         data.
3079
3080         * python/dbus_bindings.pyx:
3081         (various places): when throwing errors fix to use errormsg instead 
3082         of message local variable because Pyrex can get confused with other 
3083         message variables (initial patch by Robert McQueen 
3084         <robert.mcqueen at collabora.co.uk>)
3085         (MessageIter::parse_signature_block): new method for getting the next
3086         block in a signiture.
3087         (MessageIter::append_strict): new method for appending values strictly
3088         using the passed in signature instead of guessing at the type
3089         (MessageItter:: append_dict, append_struct, append_array): use 
3090         signatures to marshal children if the signature is available
3091         
3092         * python/exceptions.py (IntrospectionParserException): new exception
3093
3094         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
3095         introspected signatures if available, else we fall back to the
3096         old way of doing things.
3097         (ProxyObject::_introspect_reply_handler ): parse introspection data
3098         
3099         * python/service.py (ObjectType::_reflect_on_method): Properly
3100         terminate <method> if there are no args in the reflection data
3101
3102         * test/python/test-client.py: add tests for talking with the GLib
3103         test server.  This gives us better coverage for introspection since
3104         python to python will always generate arguments as variants.  It also
3105         allows us to test the robustness of the GLib bindings and interlanguage
3106         communications.
3107
3108         
3109 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
3110
3111         * bus/driver.c (bus_driver_handle_introspect): Add signals
3112         to the introspect data. (patch from Daniel P. Berrange 
3113         <dan at berrange.com>)
3114
3115         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
3116         
3117         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
3118         _dbus_connection_run_builtin_filters): Changed these to
3119         be unlock_no_update functions and call 
3120         _dbus_connection_send_unlocked_no_update instead of
3121         dbus_connection_send to avoid locking errors.
3122         
3123         * doc/TODO: Removed the make Ping test TODO
3124         
3125 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3126
3127         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
3128         We now copy the message from a DBusError and then free 
3129         the error object befor throwing the error
3130
3131         * glib/dbus-glib-tool.c: removed extra comma at the end of the
3132         DBusBindingOutputMode enum which was causing a warning.
3133         #include <time.h> so using time_t is explicitly defined
3134
3135 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3136
3137         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
3138         - dbus/dbus-bus.c
3139         (internal_bus_get): new method that take over the heavy lifting
3140         of dbus_bus_get and adds the ability to get a private connection
3141         to the bus
3142         (dbus_bus_get): wrapper to internal_bus_get that provides the same
3143         interface as in previous versions
3144         (dbus_bus_get_private): new method that is a wrapper to 
3145         internal_bus_get to get a private connection to the bus
3146
3147         - dbus/dbus-bus.h
3148         (dbus_bus_get_private): add as a public libdbus interface
3149
3150         - dbus-1.pc.in: output system_bus_default_address and 
3151         sysconfdir variables so apps can use them when compiling
3152
3153 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
3154         * dbus/qt: New Qt bindings
3155
3156 2005-09-12  Waldo Bastian  <bastian@kde.org>
3157
3158         * dbus/dbus-marshal-validate.c,
3159         doc/dbus-specification.xml, test/Makefile.am,
3160         test/test-names.c: allow hyphens in bus names.
3161
3162 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3163
3164         * test/data/auth/fallback.auth-script: we don't
3165         retry the EXTERNAL method when we know its going
3166         to fail anymore.
3167
3168 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3169
3170         * dbus/dbus-connection-internal.h: rename
3171         (add|remove|toggle)_(watch|timeout) to unlocked()
3172         
3173         * dbus/dbus-connection.c: ditto.
3174         
3175         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
3176         Update some callers for the renaming.
3177
3178 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
3179
3180         * dbus/dbus-auth.c: (record_mechanisms): don't
3181         retry the first auth mechanism because we know
3182         we're just going to get rejected again.
3183         
3184         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3185         Fix thinko ... and what a nasty little bugger to
3186         track down you were ...
3187
3188         * dbus/dbus-connection.c:
3189         (_dbus_connection_add_watch),
3190         (_dbus_connection_remove_watch): add note about
3191         these needing the connection to be locked.
3192         (_dbus_connection_get_dispatch_status_unlocked):
3193         set status to DATA_REMAINS when we queue the
3194         disconnected message.
3195         
3196         * bus/dispatch.c:
3197         (bus_dispatch): fix warning.
3198         (check_existent_service_no_auto_start):
3199         Expect ChildSignaled error too.
3200         (check_existent_hello_from_self): fix another
3201         couple of warnings.
3202         
3203 2005-09-08  Joe Shaw  <joeshaw@novell.com>
3204
3205         Patches from James Willcox <snorp@snorp.net>
3206
3207         * mono/Makefile.am: Add Int16.cs and UInt16.cs
3208
3209         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3210         support array "out" parameters.
3211
3212         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
3213         for 16-bit int support.
3214
3215 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
3216
3217         * Released 0.50
3218
3219         * Patch from Steve Grubb:
3220         - bus/activation.c (bus_activation_service_reload_test): clean up
3221         some indentation
3222         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
3223         - dbus/dbus-message-factory.c (generate_special): fix a couple of
3224         buffer overflows in the test suite.  This is non critical because
3225         it can not be exploited and this code is only run when doing a 
3226         make check.
3227
3228         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
3229         - configure.in: Don't check and link against kdecore, only qt headers
3230         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
3231         - gcj/org/freedesktop/dbus/Makefile.am:
3232         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
3233         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
3234         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
3235         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
3236         - tools/Makefile.am: Add platform extentions to binaries 
3237         (i.e. .exe on windows)
3238
3239         * configure.in: 
3240         - Make it so if no suitable version of python is found we only 
3241         disable building python instead of exiting the configure script
3242         - Require version 2.4 of glib for glib bindings
3243         - Up version to 0.50
3244
3245         * python/__init__.py: Sync version with libdbus to (0,50,0)
3246         
3247 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3248
3249         * dbus/dbus-object-tree.c (find_subtree_recurse):
3250         a couple of optimizations (bug #710):
3251         - do a binary search in the tree
3252         - insert a new child at the right place directly, no need for
3253           qsort anymore
3254         - do the "double alloc" thing when allocating children
3255
3256 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
3257
3258         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
3259
3260         * python/dbus_bindings.pyx: Memory management foo
3261         (global): remove hacky _user_data_references global list
3262         (GIL_safe_cunregister_function_handler): userdata now stuffed into
3263         tuples. Unref user_data
3264         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
3265         (Connection::__del__): Remove and replace with __dealloc__ method
3266         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3267         to keep tuple from being deallocated instead of the global var hack
3268         (Connection::register_object_path): Stuff user_data into a tuple.
3269         Use Py_INCREF to keep tuple from being deallocated instead of the 
3270         global var hack
3271         (Connection::register_fallback): Stuff user_data into a tuple.
3272         Use Py_INCREF to keep tuple from being deallocated instead of the 
3273         global var hack
3274         (GIL_safe_pending_call_notification): Don't unref the message
3275         because it gets unreffed when going out of scope.  Py_XDECREF
3276         the user_data
3277         (PendingCall::__del__): Remove and replace with __dealloc__ method
3278         (PendingCall::set_notify): ref the pending call because we will
3279         need it to stick around for when the notify callback gets called
3280         (Message::__del__): Remove and replace with __dealloc__ method
3281
3282         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
3283         gthreads_init to match up with the dbus call
3284
3285         * python/glib.py (init_threads): Changed to threads_init to match
3286         up with gobject.threads_init().  init_threads is kept for backwards
3287         compat but will most likely be deprecated in the future
3288
3289         * test/python/test-client.py: 
3290         - revamp to use Python's unittest functionality
3291         - add async call tests
3292         - setup threads in glib and dbus so we make sure locks are working
3293         
3294 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3295
3296         * python/dbus_bindings.pyx 
3297         (_pending_call_notification, cunregister_function_handler, 
3298         cmessage_function_handler): All callback functions have been rearranged 
3299         to workaround a bug in Pyrex when working with the GIL which is Python's 
3300         global lock when dealing with threads.  They have been split into
3301         a wrapper function (which assumes the name of the old function) and
3302         a _GIL_safe_<function name> function which contains the functionality
3303         of the old function.  This ensures that Pyrex does not write code
3304         the lock is released.
3305         
3306
3307 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3308
3309         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
3310         GIL global lock when calling back into Python
3311
3312 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
3313
3314         * Release 0.36.2
3315
3316         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
3317
3318         * bus/policy.c (bus_policy_allow_user): change default "user is
3319         allowed" to be "user has same uid as the bus itself"; any
3320         allow/deny rules will override.
3321
3322         * bus/session.conf.in: don't allow all users, since now by default
3323         the user that ran the bus can connect.
3324
3325 2005-08-26  Colin Walters  <walters@verbum.org>
3326
3327         * tools/dbus-print-message.c (print_message): Flush stdout
3328         after printing a message, so that redirecting to a file, then
3329         hitting Ctrl-C works.
3330
3331 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
3332
3333         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
3334         (EmptyMessage): new class that subclasses Message.  This is a workaround
3335         to a Pyrex bug that fails to call __del__ when the Message object goes out
3336         of scope.  For some reason subclassing Message fixes this bug
3337         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
3338         - s/Message(_create=0)/EmptyMessage everywhere else
3339         
3340         * test/python/test-{server|client}.py: add the python/.libs directory
3341         to the lookup path so dbus_bindings and dbus_glib_bindings don't
3342         get picked up from the system
3343
3344 2005-08-25  Colin Walters  <walters@verbum.org>
3345
3346         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
3347         to Ryan Lortie for the suggestion.
3348
3349 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3350
3351         * test/python: Add python regression test
3352
3353         * configure.in: Add test/python/Makefile
3354
3355         * test/Makefile.am: Add the python directory to SUBDIRS
3356
3357 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3358
3359         * Release 0.36.1
3360
3361         * python/_dbus.py: 
3362         (Interface::connect_to_signal): propigate keywords for match on args
3363         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
3364
3365         * python/proxies.py (ProxyObject::connect_to_signal):
3366         propigate keywords for match on args
3367
3368         * Makefile.am: point everything to pyexecdir since python borks
3369         on multilib
3370
3371 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3372
3373         * Release 0.36
3374
3375 2005-08-23  Colin Walters  <walters@verbum.org>
3376
3377         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
3378
3379 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3380
3381         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
3382         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3383         of defining DBusConnection ourselves.
3384
3385 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3386
3387         * python/dbus.pth: New path file to fix up problems when installing
3388         c libraries to lib64 and python files to lib.
3389
3390         * python/Makefile.am: install dbus.pth in the correct spot
3391
3392 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3393         * ChangeLog: clean up my last entry a bit
3394
3395         * doc/introspect.xsl: New stylesheet for converting introspection data
3396         into browser renderable xhtml. Contributed by Lennart Poettering.
3397
3398         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3399         Poettering.
3400
3401         * doc/dbus-tutorial.xml: 
3402         - Add Colin Walter to the Authors section for authoring the GLib
3403         section
3404         - Add descriptions of the new signature and type functionality
3405         in the Python complex type mapping section
3406         - Add a sidenote on the new args matching functionality in 
3407         the Python bindings
3408         - Fixed up some of the examples to use the gobject.MainLoop
3409         instead of gtk.main
3410         
3411         * python/_dbus.py:
3412         (Bus::_create_args_dict): New. Converts a hash of arg matches
3413         to a more useable format
3414         (Bus::add_signal_receiver): add a **keywords parameter for catching
3415         arg match parameters
3416         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3417         arg match parameters
3418         
3419         * python/matchrules.py:
3420         (MatchTree::exec_matches): Check for arg matches
3421         (SignalMatchRule::add_args_match): New method
3422         (SignalMatchRule::execute): Added args_list parameter as an optimization
3423         so we don't have to marshal the args more than once
3424         (SignalMatchRule::match_args_from_list): New method that checks to see
3425         if the rule's arg matches match an argument list.  Only arguments
3426         set in the rule are checked.
3427         (SignalMatchRule::match_args_from_rule): New method that checks to see
3428         if the rule's arg matches match another rule's.  All args have to match
3429         in order for this method to return true.  If either rule has more args
3430         then it is not a match.
3431         (SignalMatchRule::is_match): Add args match
3432         (SignalMatchRule::repr): Add args to the final output if they exist
3433
3434 2005-08-17  Ross Burton  <ross@burtonini.com>
3435
3436         * glib/dbus-gproxy.c:
3437         (dbus_g_proxy_call_no_reply): unref the message once sent.
3438         (dbus_g_proxy_call): protect against NULL proxy.
3439
3440 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3441
3442         * python/__init__.py: Version updated (0, 43, 0)
3443         
3444         * python/dbus_bindings.pyx: 
3445         - Fixed type objects to have self passed into __init__
3446         - Added the Variant type
3447         - Add the ability to specify types or signatures for Array, Variant 
3448         and Dictionary
3449         (Connection::send_with_reply_handlers): return a PendingCall object
3450         (_pending_call_notification): handle the case when an error is returned 
3451         without an error message in the body
3452         (MessageIter::get_boolean): return True or False instead of an integer
3453         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3454         and add checks for objects with embeded signatures or types (Array, 
3455         Variant and Dictionary)
3456         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3457         (MessageIter::append_dict): handle embeded types or signatures
3458         (MessageIter::append_array): handle embeded types or signatures
3459         (MessageIter::append_variant): new method
3460         
3461         * python/proxies.py:
3462         (DeferedMethod): New. Dummy executable object used when queuing calls 
3463         blocking on introspection data
3464         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3465         or shorter timeouts for method calls
3466         (ProxyObject): Add first pass at an introspection state machine
3467         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3468         introspection. 
3469         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3470         the usual mechanisms for sending messages.  This is to avoid a deadlock
3471         where the Intospect call would be queued waiting for the Introspect 
3472         call to finish ;-)
3473         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3474         when introspection returns with no error
3475         (ProxyObject::_introspect_error_handler): New.  This method is called 
3476         when introspection encounters an error
3477         (ProxyObject::__getattr__): Code to handle different introspection 
3478         states.  Queue async calls or block blocking calls if we are 
3479         introspecting.  Pass through as normal if we are not or are done with 
3480         introspecting.
3481         
3482         * python/service.py: Import signal and method from decorators.py
3483
3484         * python/types.py: Add Variant type
3485
3486 2005-08-16  Colin Walters  <walters@verbum.org>
3487
3488         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3489         DBusError message is NULL.
3490
3491 2005-08-09  Havoc Pennington  <hp@redhat.com>
3492
3493         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3494         malloc'd copy of the name parameter
3495
3496 2005-08-09  Havoc Pennington  <hp@redhat.com>
3497
3498         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3499         warning if the reply serial is set to 0
3500
3501 2005-08-04  Colin Walters  <walters@verbum.org>
3502
3503         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3504         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3505         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3506         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3507         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3508         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3509         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3510         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3511         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3512         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3513         
3514         Prefix name with _ to ensure they're not exported.  All callers
3515         updated.
3516
3517         * glib/dbus-gvalue.c (typecode_to_gtype)
3518         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3519         (signature_iter_to_g_type_dict)
3520         (signature_iter_to_g_type_array)
3521         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3522         (dbus_gtypes_from_arg_signature):
3523         Move to dbus-gsignature.c.
3524
3525         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3526         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3527         (dbus_binding_tool_output_glib_client): Ditto.
3528
3529         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3530         and dbus-gsignature.h
3531
3532         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3533         unused variable.
3534
3535 2005-08-03  Colin Walters  <walters@verbum.org>
3536
3537         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3538         catch any incompatible changes accidentally made.
3539
3540 2005-08-03  Havoc Pennington  <hp@redhat.com>
3541
3542         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3543         typo, from Julien Puydt
3544
3545         * bus/connection.c (bus_connection_disconnected): we were always
3546         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3547
3548 2005-08-01  Colin Walters  <walters@verbum.org>
3549
3550         Patch from Joe Markus Clarke:   
3551         
3552         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3553         use-after-free.
3554
3555 2005-08-01  Colin Walters  <walters@verbum.org>
3556         
3557         Patch from Joe Markus Clarke:   
3558         
3559         * tools/dbus-send.c (main): 
3560         
3561         Don't use C99 style initializers (bug #3933).
3562         
3563 2005-08-01  Colin Walters  <walters@verbum.org>
3564
3565         Patch from Joe Markus Clarke:   
3566
3567         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3568         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3569         * glib/dbus-gobject.c (write_interface):
3570
3571         Don't use C99 style initializers (bug #3933).
3572
3573 2005-07-31  Havoc Pennington  <hp@redhat.com>
3574
3575         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3576         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3577
3578 2005-07-30  Havoc Pennington  <hp@redhat.com>
3579
3580         * fix a bunch of Doxygen warnings and mistakes
3581
3582 2005-07-30  Havoc Pennington  <hp@redhat.com>
3583
3584         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3585         DBUS_BUILD_TESTS since it's now used in production code
3586
3587 2005-07-29  Havoc Pennington  <hp@redhat.com>
3588
3589         * test/glib/test-profile.c (write_junk): initialize the junk
3590         buffer so valgrind doesn't have a breakdown
3591
3592 2005-07-29  Havoc Pennington  <hp@redhat.com>
3593
3594         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3595         (match_rule_matches): remove unused arg
3596         (test_matching): add tests for match_rule_matches()
3597
3598         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
3599         do arg0='foo' arg5='bar' in the match rules
3600         (match_rule_matches): don't match if the arg0='foo' doesn't match.
3601
3602         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
3603
3604 2005-07-29  Ross Burton  <ross@openedhand.com>
3605
3606         * dbus/dbus-connection.c:
3607         Don't create a DBusCondVar which is never used.
3608
3609 2005-07-27  Ross Burton  <ross@openedhand.com>
3610
3611         * dbus/dbus-message.c:
3612         Reduce the size of the maximum cached message to 10K.
3613
3614 2005-07-25  Ross Burton  <ross@openedhand.com>
3615
3616         * glib/dbus-gproxy.c:
3617         Remove matches when all proxies are unregistered.
3618
3619 2005-07-24  Colin Walters  <walters@verbum.org>
3620
3621         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
3622         typedata; recursive arrays won't have it.
3623
3624         * test/glib/test-dbus-glib.c:
3625         * test/glib/test-service-glib.c:
3626         * test/glib/test-service-glib.xml: Add recursive arrays tests.
3627         
3628 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
3629
3630         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
3631         proxies.py, service.py: Cleanup of code after running it through the
3632         pyflakes code checker mostly dealing with undefined names.  
3633         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
3634
3635 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3636
3637         * NEWS: Update to 0.35.2
3638
3639 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3640
3641         * python/_dbus.py: Remove import of the dbus.services
3642         module as it no longer exists (patch from Dimitur Kirov)
3643
3644         * python/service.py (Object::__init__): Fixed typo
3645         s/name/bus_name (patch from Dimitur Kirov)
3646
3647         * python/examples/example-signal-emitter.py: import dbus.glib
3648         to get the main loop and use glib mainloop instead of gtk so
3649         X doesn't have to be running.
3650
3651         * python/examples/example-signal-recipient.py: import dbus.glib
3652         to get the main loop and use glib mainloop instead of gtk so
3653         X doesn't have to be running. Import the decorators module
3654         directly.
3655
3656         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
3657         didn't pick up on but are needed to build
3658
3659         * configure.in: upped version to 0.35.2
3660
3661         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
3662         added Colin Walters' SELinux API rename patch from head 
3663         s/unix sercurity context/selinux security context/
3664
3665 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
3666
3667         * python/Makefile.am: dbus_binding.pxd.in should be included 
3668         in EXTRA_DIST not dbus_binding.pxd
3669         fix up $(srcdir) hopefully for the last time
3670
3671         * NEWS: Update to 0.35.1
3672
3673 2005-07-16  Colin Walters  <walters@verbum.org>
3674
3675         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
3676         from bus_driver_handle_get_connection_unix_security_context.  Update for
3677         error usage.
3678         (message_handlers): Update for renames.
3679
3680         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3681         _dbus_string_init failure correctly.
3682         (bus_selinux_append_context): Convert SID to context.  Append it
3683         as a byte array.
3684         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
3685         hasn't been called.
3686
3687         * bus/selinux.h: Update prototype.
3688
3689         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
3690         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
3691
3692 2005-07-15  Colin Walters  <walters@verbum.org>
3693
3694         * doc/TODO: Add note about convenience wrappers.
3695
3696 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3697
3698         * NEWS: Update to 0.35
3699
3700 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3701
3702         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
3703         so distcheck doesn't fail
3704
3705         * glib/examples/Makefile.am: Add example-service.xml and 
3706         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
3707
3708         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
3709         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
3710
3711         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
3712         compiler looks in the right places during distcheck
3713
3714 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3715
3716         * glib/example/Makefile.am: Fix a typo which cause make distcheck
3717         to fail
3718
3719 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3720
3721         * python/examples/example-service.py,
3722         python/examples/example-signal-emitter.py: Fixed up examples
3723         for API changes
3724
3725 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3726
3727         * python/__init__.py: Upped to version (0,42,0) because of
3728         the API change
3729
3730 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3731
3732         * ChangeLog: fix date in last entry
3733
3734         * configure.in, bus/system.conf.in: add the ability to configure 
3735         the system bus user at compiletime with the --with-dbus-user flag
3736         (patch from Kristof Vansant)
3737
3738 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3739
3740         * bus/dispatch.c, test/test-service.c: Add testcase
3741         for sending messages to oneself (TODO item).
3742
3743         * python/service.py (class Object): Swap ordering of bus_name 
3744         and object_path parameters to better support inheritance.
3745
3746         * doc/dbus-tutorial.xml: change Python docs to reflect change
3747         in parameter ordering and fix the inheritance section.
3748
3749         * doc/TODO: remove sending message to oneself TODO item
3750
3751 2005-07-15  Ross Burton  <ross@openedhand.com>
3752
3753         * glib/dbus-gproxy.c:
3754         Fix a leak when calling methods via the proxy.
3755
3756 2005-07-15  Colin Walters  <walters@verbum.org>
3757
3758         * bus/selinux.c (bus_selinux_append_context): Wrap in
3759         HAVE_SELINUX.
3760
3761 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3762
3763         * python/_dbus.py (Bus::remove_signal_receiver):
3764         don't add a callback to the match if none has been passed in
3765         
3766         * python/matchrules.py (SignalMatchTree::remove): if the rule
3767         being matched does not have a callback treat it as a wildcard
3768         fix matching logic
3769
3770         * doc/dbus-tutorial.xml: Add Python tutorial
3771
3772 2005-07-14  Colin Walters  <walters@verbum.org>
3773
3774         * bus/driver.c
3775         (bus_driver_handle_get_connection_unix_security_context): New function.
3776         (message_handlers): Add.
3777
3778         * bus/selinux.c (bus_selinux_append_context): New function; appends
3779         security context to message.
3780
3781         * bus/selinux.h: Prototype.
3782
3783         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
3784
3785 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3786
3787         * bus/activation.c: clean up all tabs to be 8 spaces 
3788         (bus_activation_activate_service): make sure we clean up
3789         if activation fails
3790
3791         * bus/dispatch.c: clean up all tabs to be 8 spaces 
3792         (check_shell_fail_service_auto_start): New function
3793         tests to make sure we get fail properly when trying to auto start a service
3794         with a faulty command line
3795         (check_shell_service_success_auto_start): New function tests to make sure
3796         auto started services get the arguments on the command line
3797
3798         * test/test-shell-service.c: Added service for testing auto-starting with 
3799         command line arguments
3800
3801         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
3802         test/data/valid-service-files/debug-shell-echo-success.service.in:
3803         Added service files for testing auto-starting with command line arguments
3804
3805         * */.cvsignore: added a bunch of generated files to various .cvsignore files
3806
3807 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
3808
3809         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
3810         
3811         * dbus/Makefile.am: added new files to build.
3812
3813         * bus/activation.c (bus_activation_activate_service): support
3814         activation commands with parameters.
3815
3816         * test/shell-test.c: added test program for the shell parsing
3817         code.
3818
3819 2005-07-13  David Zeuthen  <davidz@redhat.com>
3820
3821         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
3822         64 bit signed and unsigned parameters
3823
3824 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
3825
3826         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
3827
3828         * python/service.py (class Name): renamed BusName to make it clearer
3829         what the object is for (a name on the bus)
3830
3831         * python/examples/example-service.py,
3832         python/examples/example-signal-emitter.py: change the Name object to
3833         BusName
3834
3835 2005-07-12  Colin Walters  <walters@verbum.org>
3836
3837         Patch from Jim Gettys <Jim.Gettys@hp.com>.
3838
3839         * tools/dbus-launch.c: Include sys/select.h.
3840
3841 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
3842         * python/dbus_bindings.pyx.in: removed
3843
3844         * python/dbus_bindings.pyx: Added.
3845         - Fixed some memleaks (patch from 
3846         Sean Meiners <sean.meiners@linspireinc.com>)
3847         - Broke out the #include "dbus_h_wrapper.h" and put it in its
3848         own pxd file (Pyrex definition)
3849         - Broke out glib dependancies into its own pyx module
3850         
3851         * python/dbus_bindings.pdx: Added.
3852         - Defines C class Connection for exporting to other modules
3853
3854         * python/dbus_glib_bindings.pyx: Added.
3855         - New module to handle lowlevel dbus-glib mainloop integration
3856
3857         * python/glib.py: Added.
3858         - Registers the glib mainloop when you import this module
3859
3860         * python/services.py: Removed (renamed to service.py)
3861         
3862         * python/service.py: Added.
3863         - (class Server): renamed Name
3864
3865         * python/__init__.py: Bump ro version (0,41,0)
3866         -don't import the decorators or service module
3867         by default.  These now reside in the dbus.service namespace
3868
3869         * python/_dbus.py (Bus::__init__): Add code run the main loop 
3870         setup function on creation 
3871
3872         * python/examples/example-service.py,
3873         python/examples/example-signal-emitter.py: update examples
3874
3875         * python/examples/gconf-proxy-service.py,
3876         python/examples/gconf-proxy-service2.py: TODO fix these up
3877
3878         * doc/TODO: Addition
3879         - Added a Python Bindings 1.0 section
3880         - added "Add match on args or match on details to match rules"
3881
3882
3883 2005-07-12  Colin Walters  <walters@verbum.org>
3884
3885         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
3886         (statemachine-glue.h): 
3887         * glib/examples/Makefile.am (example-service-glue.h) 
3888         (example-signal-emitter-glue.h): 
3889         * glib/Makefile.am (dbus-glib-error-switch.h): 
3890         Add libtool --mode=execute so we use the built library instead
3891         of any installed one.
3892
3893 2005-07-11  Colin Walters  <walters@verbum.org>
3894
3895         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
3896         (dbus_g_value_types_init): Remove assertion.
3897         (dbus_g_value_get_g_type, dbus_g_value_open)
3898         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
3899         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
3900         functions related to DBusGValue.  Now we marshal/demarshal
3901         structures as GValueArray.
3902         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
3903         structures.
3904         (signature_iter_to_g_type_array): Don't call
3905         signature_iter_to_g_type_struct.
3906         (signature_iter_to_g_type_struct): Delete.
3907         (dbus_gvalue_to_signature): Delete.
3908         (dbus_gvalue_to_signature): New function with same name as other
3909         one; we can convert structures to signatures.
3910         (demarshal_valuearray): New function.
3911         (get_type_demarshaller): Use it.
3912         (demarshal_recurse): Delete.
3913         (marshal_proxy): New function.
3914         (marshal_map): Warn if we can't determine signature from type.
3915         (marshal_collection_ptrarray): Ditto.
3916         (marshal_collection_array): Ditto.
3917         (get_type_marshaller): Use marshal_valuearray.
3918         (marshal_recurse): Delete.
3919         (_dbus_gvalue_test): Add some tests.
3920
3921         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
3922         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
3923         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3924         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3925         (dbus_g_value_free): Remove prototypes.
3926
3927         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
3928         G_TYPE_VALUE_ARRAY.
3929
3930         * glib/examples/example-service.c:
3931         * glib/examples/example-client.c: Implement GetTuple.
3932
3933         * test/glib/test-dbus-glib.c:
3934         * test/glib/test-service-glib.c:
3935         * test/glib/test-service-glib.xml: Add structure tests.
3936
3937 2005-07-10  Colin Walters  <walters@verbum.org>
3938
3939         * doc/TODO: Knock off some GLib items with this patch.
3940
3941         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
3942         (_dbus_gvalue_signals_error): New functions.
3943
3944         * glib/dbus-gvalue-utils.h: Prototype them.
3945
3946         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
3947         and change to not output const/retval flags for input args.  All
3948         callers updated.
3949         (invoke_object_method): Refactor to handle return values.  Add
3950         some more comments in various places.  Remove debug g_print.
3951
3952         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
3953
3954         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
3955         Handle G_TYPE_NONE.
3956         (compute_gsignature): New function; refactored from code from
3957         compute_marshaller and compute_marshaller_name.  Enhance to
3958         handle return values and async ops more cleanly.  Update for
3959         async ops returning NONE instead of BOOLEAN.
3960         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
3961         and output appropriate string.
3962         (generate_glue): Handle return value annotation.  Also don't dump
3963         constness flag for input arguments.
3964
3965         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
3966         files shared between installed library and utilities.
3967         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
3968         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
3969         binding tool can access gtype utility functions.
3970
3971         * test/glib/test-service-glib.c: 
3972         * test/glib/test-service-glib.xml: 
3973         * test/glib/test-dbus-glib.c: Add some tests for return values.
3974
3975 2005-07-09  Colin Walters  <walters@verbum.org>
3976
3977         * glib/dbus-gparser.c (parse_annotation): Add annotations to
3978         argument if available, not method.
3979
3980         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
3981         (invoke_object_method): First, remove some redundant
3982         GValues (object_value, error_value) in favor of working on
3983         array directly.  Second, rework constness to be less buggy.
3984         Now we iterate directly over the argument metadata instead
3985         of parallel iterating over output signature and metadata.
3986
3987         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
3988
3989         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
3990         annotation on input args.
3991         
3992 2005-07-09  Colin Walters  <walters@verbum.org>
3993
3994         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
3995         Define.
3996
3997         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
3998         annotation.
3999
4000         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
4001         (method_dir_signature_from_object_info): Handle arg_iterate change.
4002         (write_interface): Ditto.
4003         (lookup_object_info): Don't barf if format_version is > 0.
4004         (invoke_object_method): Handle arg constness.
4005
4006         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
4007         (arg_info_new): Create.
4008         (arg_info_unref): Destroy.
4009         (arg_info_get_annotations, arg_info_get_annotation) 
4010         (arg_info_add_annotation): New functions.
4011
4012         * glib/dbus-gidl.h: Prototype them.
4013
4014         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
4015         args, disallow them in properties.
4016         (parse_annotation): Handle arg annotations.
4017
4018         * test/glib/test-service-glib.xml: 
4019         * test/glib/test-service-glib.c: Update to make some methods
4020         const.
4021
4022 2005-07-08  Colin Walters  <walters@verbum.org>
4023
4024         * test/glib/test-service-glib.xml: 
4025         * test/glib/test-service-glib.c:
4026         * test/glib/test-dbus-glib.c: Test a{sv}.
4027
4028         * glib/examples/statemachine/statemachine.c:
4029         * glib/examples/statemachine/statemachine-server.c:
4030         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
4031         add progress bar, etc.
4032
4033         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
4034         needed anymore due to generic array/map marshalling.
4035         (dbus_g_value_types_init): Don't register basic arrays or the
4036         string/string hash.
4037         (dbus_gtype_from_signature_iter): Don't try to recurse into
4038         variants.
4039         (dbus_gtype_to_signature): Check collection/map before type
4040         metadata.
4041         (demarshal_garray_basic): Renamed to demarshal_collection_array.
4042         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
4043         generic map creation/append functions instead of hash table
4044         specifically.
4045         (get_type_demarshaller): Handle maps.
4046         (demarshal_collection): Dispatch on collection type to either
4047         demarshal_collection_ptrarray or demarshal_collection_array.
4048         (get_type_marshaller): Handle maps.
4049         (marshal_collection): Dispatch collection type to either
4050         marshal_collection_ptrarray or marshal_collection_array.
4051         (_dbus_gvalue_test): New test.
4052
4053         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
4054         (hash_free_from_gtype): Use it to free GValues.
4055         (hashtable_append): New function.
4056         (ptrarray_append): Fix prototype.
4057         (slist_append): Ditto.
4058         (_dbus_gvalue_utils_test): Extend tests.
4059
4060         * glib/dbus-gtype-specialized.c
4061         (dbus_g_type_specialized_init_append): Renamed from
4062         dbus_g_type_specialized_collection_init_append.  Remove const from
4063         value, since we steal it.
4064         (dbus_g_type_specialized_map_append): New function.
4065
4066         * glib/dbus-gtype-specialized.h: Update prototypes.
4067         Add DBusGTypeSpecializedMapAppendFunc.
4068
4069         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4070         _dbus_gvalue_test.
4071         
4072         * glib/dbus-gtest.h: Prototype it.
4073
4074 2005-07-08  Ross Burton  <ross@openedhand.com>
4075
4076         * dbus/dbus-glib.h:
4077         Add DBysGAsyncData for the async bindings.
4078
4079         * glib/dbus-binding-tool-glib.c:
4080         Re-enable the async bindings.
4081
4082         * test/glib/test-dbus-glib.c:
4083         Add a test for the generated async bindings.
4084
4085 2005-07-08  Colin Walters  <walters@verbum.org>
4086
4087         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
4088         connection concept.
4089         
4090 2005-07-08  Colin Walters  <walters@verbum.org>
4091         
4092         * tools/Makefile.am: Kill of print-introspect in favor of using
4093         dbus-send --print-reply=literal.
4094
4095         * test/glib/test-service-glib.xml: 
4096         * test/glib/test-service-glib.c (my_object_get_objs): New test
4097         for "ao".
4098
4099         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
4100         (main): Test GetObjs.
4101
4102         * glib/examples/statemachine/Makefile.am:
4103         * glib/examples/statemachine/sm-marshal.list:
4104         * glib/examples/statemachine/statemachine-client.c:
4105         * glib/examples/statemachine/statemachine-server.c:
4106         * glib/examples/statemachine/statemachine-server.xml:
4107         * glib/examples/statemachine/statemachine.c:
4108         * glib/examples/statemachine/statemachine.h:
4109         * glib/examples/statemachine/statemachine.xml:
4110
4111         New example.
4112
4113         * glib/examples/example-service.c (main): Move invocation
4114         of dbus_g_object_type_install_info earlier, to emphasize it
4115         should only be done once.
4116
4117         * glib/examples/example-signal-emitter.c (main): Ditto.
4118
4119         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
4120
4121         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
4122         (dbus_gvalue_marshal): Update prototypes.
4123
4124         * glib/dbus-gvalue.c: Update all marshalling functions to take
4125         const GValue instead of GValue.
4126         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
4127         types.
4128         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
4129         change.
4130         (dbus_gtype_to_signature): Handle generic collecitons and maps.
4131         Return a newly-allocated string.
4132         (demarshal_proxy, demarshal_object_path, demarshal_object)
4133         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
4134         we get the wrong types from message.
4135         (get_type_demarshaller): New function, extracted from
4136         dbus_gvalue_demarshal.
4137         (demarshal_collection): New function, demarshals generic
4138         collection.
4139         (dbus_gvalue_demarshal): Just invoke result of
4140         get_type_demarshaller.  Throw error if we don't have one.
4141         (marshal_garray_basic): Abort on OOM.
4142         (get_type_marshaller): New function, extracted from
4143         dbus_gvalue_marshal.
4144         (collection_marshal_iterator, marshal_collection): New functions;
4145         implements generic marshalling for an iteratable specialized
4146         collection.
4147         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
4148
4149         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
4150         G_TYPE_STRING.
4151         (ptrarray_value_from_gvalue): Ditto.
4152         (ptrarray_append, ptrarray_free): New functions.
4153         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
4154         (slist_append, slist_end_append, slist_free): New functions.
4155         (dbus_g_type_specialized_builtins_init): Add append fuctions
4156         for GPtrArray and GSList.  Register GSList.
4157         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
4158
4159         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
4160         New.
4161         (dbus_g_type_specialized_collection_init_append)
4162         (dbus_g_type_specialized_collection_append)
4163         (dbus_g_type_specialized_collection_end_append): Prototype.
4164         (DBusGTypeSpecializedCollectionVtable): Add append_func and
4165         end_append_func.
4166
4167         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
4168         (dbus_g_type_specialized_collection_append) 
4169         (dbus_g_type_specialized_collection_end_append): New functions.
4170         (dbus_g_type_map_value_iterate): Take const GValue.
4171         (dbus_g_type_collection_value_iterate): Ditto.
4172
4173         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4174         _dbus_gvalue_utils_test.
4175         
4176         * glib/dbus-gtest.h: Prototype it.
4177
4178         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
4179         using uninitialized owner_list.
4180         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
4181         public API.
4182         (dbus_g_proxy_end_call_internal): Update to use error set
4183         from dbus_gvalue_demarshal instead of setting it here.
4184         (dbus_g_proxy_begin_call): Move return_if_fail here.
4185
4186         * glib/dbus-gobject.c (write_interface): Update for
4187         dbus_gtype_to_signature returning new string.
4188
4189         * configure.in: Add glib/examples/statemachine.
4190
4191 2005-07-08  Joe Shaw  <joeshaw@novell.com>
4192
4193         * configure.in: Add a configure option, --with-console-auth-dir
4194         
4195         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
4196         new setting.  Patch from Kay Sievers.
4197
4198 2005-07-06  Colin Walters  <walters@verbum.org>
4199
4200         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
4201         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
4202         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
4203         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
4204         Delete in favor of dbus_g_proxy_begin_call and
4205         dbus_g_proxy_cancel_call.
4206         (DBusGProxyCall, DBusGProxyCallNotify): New.
4207         (dbus_g_proxy_begin_call): Change prototype to take callback, user
4208         data, and destroy function.  This replaces
4209         dbus_g_pending_call_set_notify.
4210         (dbus_g_proxy_cancel_call): Prototype.
4211         (DBusGAsyncData): Delete, shouldn't be needed anymore.
4212
4213         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
4214         pending_calls map.
4215         (struct _DBusGProxyManager): Add bus_proxy member, which is an
4216         internal proxy for calls to the bus. Remove
4217         pending_nameowner_calls, now the internal proxy keeps track.
4218         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4219         pending_nameowner_calls.
4220         (got_name_owner_cb): Update prototype, and use
4221         dbus_g_proxy_end_call.
4222         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
4223         (dbus_g_proxy_manager_register): Delete directly libdbus code in
4224         favor of using internal proxy.
4225         (dbus_g_proxy_manager_unregister): Update to use
4226         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
4227         (dbus_g_proxy_init): Initialize pending calls map.
4228         (dbus_g_proxy_constructor): New.
4229         (dbus_g_proxy_class_init): Add get/set property functions,
4230         constructor, and add NAME, PATH, and INTERFACE properties.
4231         (cancel_pending_call): New function.
4232         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
4233         cancel them.
4234         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
4235         (GPendingNotifyClosure): New structure.
4236         (d_pending_call_notify, d_pending_call_free): Moved here from
4237         dbus-glib.c.
4238         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
4239         ordering.
4240         (manager_begin_bus_call): New internal function for talking to
4241         internal bus proxy.
4242         (dbus_g_proxy_new): Construct object using GObjet properties.
4243         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
4244         Create closure of same, and insert call into map of pending calls.
4245         (dbus_g_proxy_end_call_internal): Take call id instead of pending
4246         call.  Look up pending call in current set.  Remove it when we've
4247         completed.
4248         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
4249         (dbus_g_proxy_begin_call): Change API to take callback, user data,
4250         and destroy function directly.
4251         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
4252         (dbus_g_proxy_call): Invoke with NULL callback.
4253         (dbus_g_proxy_cancel_call): New function, replaces
4254         dbus_g_pending_call_cancel.
4255
4256         * glib/dbus-gparser.c (validate_signature): Fix call to
4257         dbus_set_g_error.
4258
4259         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
4260         New quark for attaching metadata to GType.
4261         (info_hash): Delete.
4262         (lookup_object_info): Look up using quark.
4263         (dbus_g_object_type_install_info): Check that a type is classed,
4264         not that it's an object.  Also just install type data using quark
4265         instead of using global hash.
4266
4267         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
4268         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
4269         (GPendingNotifyClosure): Delete.
4270         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
4271         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
4272
4273         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
4274         client method generation until we can fix it...
4275         
4276         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
4277         (load_from_service_thread_func): Ditto.
4278
4279         * tools/dbus-names-model.c (struct NamesModel): Hold
4280         DBusGProxyCall.
4281         (have_names_notify): Update prototype, use
4282         dbus_g_proxy_cancel_call.
4283         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
4284
4285         * tools/dbus-monitor.c (filter_func): Update for print_message
4286         API change.
4287
4288         * test/glib/test-dbus-glib.c: Add more tests for async
4289         invocations.  Update many begin_call/end_call pairs to just use
4290         dbus_g_proxy_call.
4291
4292         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
4293         allows us to dump print-introspect.c.
4294
4295         * tools/dbus-print-message.h (print_message): Add literal argument
4296         to print_message which is intended to allow printing arguments without
4297         metadata like "string=".
4298
4299         * tools/dbus-print-message.c (print_iter): Add literal argument.
4300         (print_message): Allow printing string messages literally.
4301
4302 2005-07-05  Colin Walters  <walters@verbum.org>
4303
4304         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4305         Remove value refcount leak, original patch from Jorn Baayen
4306         <jorn@openedhand.com>.  Also remove useless extra value in favor
4307         of prepending to value array directly.
4308
4309 2005-07-02  Colin Walters  <walters@verbum.org>
4310
4311         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
4312
4313 2005-07-01  Colin Walters  <walters@verbum.org>
4314
4315         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
4316         
4317         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
4318         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
4319         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
4320         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
4321
4322 2005-06-30  Colin Walters  <walters@verbum.org>
4323
4324         * test/glib/test-dbus-glib.c:
4325         * test/glib/test-service-glib.c:
4326         * test/glib/test-service-glib.xml: Update tests for new error
4327         setting bits, also add async tests (patch from Ross Burton).
4328
4329         * test/glib/Makefile.am (test_service_glib_LDADD): Add
4330         DBUS_GLIB_THREADS_LIBS.
4331
4332         * glib/dbus-gproxy.c (get_name_owner)
4333         (dbus_g_pending_call_end_valist): Ditto.
4334
4335         * glib/dbus-gobject.c (error_metadata): New mapping from GError
4336         domain (GQuark) to DBusGErrorInfo.  
4337         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
4338         quark in error_metadata.  Take message interface as default
4339         error message interface.
4340         (gerror_to_dbus_error_message): Pass message interface.
4341         (dbus_set_g_error): Resurrected.
4342         (dbus_g_error_info_free): New function.
4343         (dbus_g_object_type_install_info): Use g_type_class_ref instead
4344         of _peek to actually create the object class if it hasn't been
4345         created yet.
4346         (dbus_g_error_domain_register): New function.
4347
4348         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
4349
4350         * glib/dbus-gparser.c (validate_signature): Ditto.
4351
4352         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
4353         (dbus_g_error_domain_register): Prototype.
4354
4355         * glib/dbus-glib.c (dbus_g_error_set): Delete.
4356         Update tests.
4357
4358 2005-06-29  Colin Walters  <walters@verbum.org>
4359
4360         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
4361         DBUS_TYPE_G_OBJECT_PATH.
4362
4363         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
4364         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
4365         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
4366         (dbus_g_object_path_get_g_type): New function.
4367         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
4368         to DBUS_TYPE_G_OBJECT_PATH by default.
4369         (demarshal_proxy): Remove unused name variable.
4370         (demarshal_object_path, marshal_object_path): New functions.
4371         (demarshal_proxy_array, marshal_proxy_array): Delete.
4372         
4373         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
4374         DBUS_TYPE_G_OBJECT_PATH to char *.
4375         (dbus_g_type_get_lookup_function): Map builtin
4376         DBUS_TYPE_G_OBJECT_PATH.
4377
4378         * test/glib/test-dbus-glib.c
4379         * test/glib/test-service-glib.c (my_object_objpath): 
4380         Adapt tests to new object path marshalling.
4381
4382 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4383
4384         * configure.in: force check for Python >= 2.4
4385
4386 2005-06-29  Colin Walters  <walters@verbum.org>
4387         
4388         Patch from Ross Burton <ross@openedhand.com>
4389         
4390         * glib/dbus-gobject.c (invoke_object_method): Unset object
4391         value in all cases, not only in async case.
4392
4393 2005-06-29  Colin Walters  <walters@verbum.org>
4394
4395         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4396         name_call for keeping track of any outgoing GetNameOwner call.
4397         Also add for_owner and associated.
4398         (struct _DBusGProxyManager): Add owner_names, which is hash table
4399         that maps a base name to a list of names it owns (that we're
4400         interested in).  Add pending_nameowner_calls which is a list of
4401         all outstanding GetNameOwner; avoids us having to iterate over
4402         every proxy.  Add unassociated_proxies which keeps track of name
4403         proxies with no associated name owner.
4404         (dbus_g_proxy_manager_unref): Destroy owner_names.
4405         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4406         name refcounts.
4407         (find_name_in_info, name_owner_foreach)
4408         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4409         (dbus_g_proxy_manager_monitor_name_owner)
4410         (dbus_g_proxy_manager_unmonitor_name_owner)
4411         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4412         New functions; they manipulate the owner_names mapping.
4413         (got_name_owner_cb): New function.
4414         (get_name_owner): New function, extracted from
4415         dbus_g_proxy_new_for_name_owner.
4416         (dbus_g_proxy_manager_register): For now we need to keep track of
4417         all NameOwnerChanged.  Also if the proxy is for a name, if we
4418         don't already know the name owner, queue a new GetNameOwner
4419         request and add it to our list of unassociated proxies.  Otherwise
4420         inc the refcount.
4421         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4422         cancel any pending GetNameOwner call, etc.
4423         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4424         the owner_names mapping to look up the current names for the
4425         signal source, and dispatch to any proxies for that name.
4426         (dbus_g_proxy_new): Initialize new members.
4427         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4428         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4429         (dbus_g_pending_call_end_valist): New function, extracted from
4430         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4431         but want to use the GLib infrastructure.  Also note how many
4432         arguments in reply were over.
4433         (dbus_g_pending_call_end): New function, just call
4434         dbus_g_pending_call_end_valist.
4435         (dbus_g_proxy_end_call_internal): Just call
4436         dbus_g_pending_call_end_valist.
4437
4438         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4439         of builtin marshaller for STRING_STRING_STRING.
4440
4441         * test/glib/test-dbus-glib.c: 
4442         * test/glib/test-service-glib.c:
4443         * test/glib/test-service-glib.xml:
4444         Extend tests to cover name proxies, destruction of owner proxies,
4445         etc.
4446         
4447         * glib/examples/example-signal-recipient.c
4448         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4449         
4450         * tools/dbus-send.c (main): Print D-BUS error name in addition
4451         to message.
4452
4453 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4454
4455         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4456         cmessage_function_handler): Patch from 
4457         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4458         by using the Py_GILState_Ensure/Release to synchronize with the
4459         python runtime.
4460         
4461 2005-06-28  Ray Strode  <rstrode@redhat.com>
4462
4463         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4464         babysitter helper process on last unref, bug #2813.
4465
4466 2005-06-27  Colin Walters  <walters@verbum.org>
4467
4468         * test/glib/test-dbus-glib.c: 
4469         * test/glib/test-service-glib.c:
4470         * test/glib/test-service-glib.xml:
4471         Test hash table signal emitting.
4472
4473         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4474         types to their fundamental basis types, since this is what
4475         marshallers operate on.  Also add an entry for VOID__BOXED.
4476         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4477
4478 2005-06-26  Havoc Pennington  <hp@redhat.com>
4479
4480         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4481         from Don Park
4482
4483 2005-06-26  Colin Walters  <walters@verbum.org>
4484
4485         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4486         (dbus_g_error_set): New public function from its ashes; used by
4487         both service-side method implementation and GLib bindings
4488         internals.
4489         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4490         (_dbus_glib_test): Add some tests.
4491
4492         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4493
4494         * test/glib/test-service-glib.c (my_object_throw_error): Use
4495         dbus_g_error_set.
4496
4497         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4498         errors thrown by dbus_g_error_set.
4499
4500         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4501
4502         * glib/dbus-gparser.c (validate_signature): Ditto.
4503
4504         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4505         (dbus_g_proxy_end_call_internal): Ditto.
4506
4507         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4508         converts DBUS_ERROR_x to DBUS_GERROR_x.
4509         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4510
4511         * doc/TODO: Remove error TODO.
4512
4513         * doc/dbus-tutorial.xml: Update with documentation about error
4514         handling.
4515
4516         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4517         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4518         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4519
4520 2005-06-22  Colin Walters  <walters@verbum.org>
4521         
4522         Patch from Ross Burton <ross@openedhand.com>
4523
4524         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4525
4526 2005-06-20  Colin Walters  <walters@verbum.org>
4527
4528         * configure.in: Add glib/examples.
4529
4530         * glib/Makefile.am: Add examples/
4531
4532         * glib/examples/.cvsignore
4533         * glib/examples/Makefile.am
4534         * glib/examples/example-client.c
4535         * glib/examples/example-service.c
4536         * glib/examples/example-service.xml
4537         * glib/examples/example-signal-emitter.c
4538         * glib/examples/example-signal-emitter.xml
4539         * glib/examples/example-signal-recipient.c:
4540         New files; GLib binding examples, ported from
4541         python/examples.
4542
4543 2005-06-20  Colin Walters  <walters@verbum.org>
4544
4545         * dbus/dbus-glib.h: 
4546         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4547         dbus_g_proxy_call.
4548
4549         * glib/dbus-binding-tool-glib.c: 
4550         * doc/dbus-tutorial.xml: 
4551         * test/glib/test-dbus-glib.c: Update for rename.
4552         
4553 2005-06-20  Colin Walters  <walters@verbum.org>
4554
4555         Patch suggested by Ross Burton <ross@openedhand.com>
4556
4557         * glib/dbus-gobject.c (export_signals): Free signal name.
4558         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4559         memory leak.  Add a bit of documentation.
4560         (dbus_g_method_return_error): Free context, and note we do
4561         so.
4562
4563 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4564
4565         * dbus/dbus-glib.h:
4566         * glib/dbus-gobject.c:
4567         * glib/dbus-gproxy.c:
4568         * glib/dbus-gvalue.c: Predeclare structs as 
4569         typedef struct _Something Something instead of 
4570         typedef struct Something Something, so we can 
4571         redeclare the prototypes. Other GNOME libraries 
4572         do this already.
4573
4574 2005-06-17  Colin Walters  <walters@verbum.org>
4575
4576         * tools/dbus-names-model.c (have_names_notify): Fix call
4577         to dbus_g_proxy_end_call.
4578         
4579 2005-06-17  Colin Walters  <walters@verbum.org>
4580
4581         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4582         spew warnings if we get malformed remote signals.
4583
4584         * glib/dbus-gobject.c (propsig_iterate): New function.
4585         (lookup_object_info): New function, extracted from
4586         lookup_object_and_method.
4587         (introspect_properties, introspect_signals): Delete; these
4588         are merged into write_interface.
4589         (write_interface): Write out signals and properties here;
4590         dump the org.gtk.object stuff and use the interface given
4591         in the introspection data blob.  Also fix up property XML.
4592         (lookup_values): New function.
4593         (introspect_interfaces): Gather a mapping from interface to a
4594         list of its methods, signals, and properties, then write out
4595         each interface.
4596         (lookup_object_and_method): Use lookup_object_info.
4597         (struct DBusGSignalClosure): Add interface.
4598         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
4599         we can just use the constant data.
4600         (dbus_g_signal_closure_finalize): Don't free signal name.
4601         (signal_emitter_marshaller): Use interface from signal closure.
4602         (export_signals): Only export signals mentioned in introspection
4603         blob.
4604         (dbus_g_connection_register_g_object): Warn if we have no
4605         introspection data for an object.
4606         (funcsig_equal): Remove unused variable.
4607         (dbus_g_object_register_marshaller): Take varargs instead of
4608         list.
4609         (dbus_g_object_register_marshaller_array): New function,
4610         extracted from old dbus_g_object_register_marshaller.
4611
4612         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
4613         signals and property data.
4614         (write_quoted_string): New function, extracted from generate_glue.
4615         (generate_glue): Write signals and properties to introspection
4616         blob.
4617
4618         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
4619         exported_signals and exported_properties.
4620         (dbus_g_object_register_marshaller): Update prototype.
4621         (dbus_g_object_register_marshaller_array): Prototype.
4622         
4623         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
4624
4625         * test/glib/test-service-glib.c: Add new test signals and method
4626         to emit them.
4627
4628         * test/glib/test-service-glib.xml: Add some test signals.
4629
4630         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
4631         and my-object-marshal.h
4632         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
4633         my-object-marshal.c.
4634         (my-object-marshal.c, my-object-marshal.h): Implement.
4635
4636         * test/glib/.cvsignore: Update.
4637
4638         * doc/TODO: Remove two GLib TODO items fixed by this
4639         patch.
4640
4641 2005-06-16  Colin Walters  <walters@verbum.org>
4642
4643         * doc/TODO: Update for GLib bindings.
4644         
4645 2005-06-16  Colin Walters  <walters@verbum.org>
4646
4647         * glib/dbus-binding-tool-glib.c:
4648         * glib/dbus-gobject.c:
4649         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
4650         from Ross Burton, for his GLib bindings work.
4651
4652 2005-06-16  Colin Walters  <walters@verbum.org>
4653
4654         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
4655         to iterate instead of walking to G_TYPE_INVALID.
4656
4657         Patch based on a patch from Ryan Gammon.
4658
4659 2005-06-16  Colin Walters  <walters@verbum.org>
4660
4661         * bus/bus.c (bus_context_new): Set parser to NULL
4662         after we unref it (Patch from Chris Boscolo, #2174).
4663         
4664 2005-06-16  Colin Walters  <walters@verbum.org>
4665
4666         * python/dbus_bindings.pyx.in: Import size_t,
4667         __int64_t, __uint64_t, and __signed.
4668
4669         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
4670         Define cmsg struct, output it.
4671         (_dbus_read_credentials_unix_socket):
4672         Use cmsg struct.
4673         
4674         Patch from Joe Markus Clarke for FreeBSD support.
4675         
4676 2005-06-16  Colin Walters  <walters@verbum.org>
4677
4678         * tools/dbus-send.c (append_array): Use strtok.
4679         (append_dict): New function.
4680         (type_from_name): New function, extracted from main.
4681         (main): Handle sending dicts.
4682
4683         * tools/dbus-print-message.c (print_iter): Print dict
4684         entries.
4685         
4686 2005-06-16  Colin Walters  <walters@verbum.org>
4687
4688         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
4689         values as the empty string (#2948).
4690         
4691 2005-06-16  Colin Walters  <walters@verbum.org>
4692
4693         * dbus/Makefile.am:
4694         * mono/doc/Makefile.am:
4695         * test/glib/Makefile.am:
4696
4697         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
4698
4699 2005-06-16  Colin Walters  <walters@verbum.org>
4700
4701         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
4702         header byte order from expected byte order (Patch from Chris Wilson, #3475).
4703
4704         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
4705         Increment pointer after swapping fixed array.  Add assertion
4706         for array length.
4707                 
4708 2005-06-15  Colin Walters  <walters@verbum.org>
4709
4710         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
4711         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
4712         
4713 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4714
4715         * NEWS: Update to 0.34
4716
4717 2005-06-15  David Zeuthen  <davidz@redhat.com>
4718
4719         * configure.in (LT_CURRENT): Revert back to 1 as the library
4720         hasn't changed and we've certainly not committed to protocol
4721         stability yet.  All this does is to break ABI. See commit note
4722         from hp@redhat.com 2005-05-05 for details.
4723         
4724 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4725
4726         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
4727         (_dbus_connection_run_builtin_filters): New method
4728         (dbus_connection_dispatch): Run the builtin filters which in turn
4729         runs the peer filter which handles Ping messages.
4730
4731         * doc/TODO: 
4732          - Ping isn't handled: This patch fixes it
4733          
4734          - Add a test case for the Ping message: added TODO item
4735
4736 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4737
4738         * dbus/dbus-message.c:
4739         (dbus_message_has_path): New method
4740         (dbus_message_has_interface): New method
4741         (dbus_message_has_member): New method
4742
4743         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
4744         New method
4745
4746         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
4747         the keyring directory is private to the user
4748
4749         * doc/TODO:
4750          - The convenience functions in dbus-bus.h should perhaps have
4751          the signatures that they would have if they were autogenerated
4752          stubs. e.g. the acquire service function. We should also evaluate
4753          which of these functions to include, in light of the fact that
4754          GLib/Qt native stubs will probably also exist.: Punted
4755
4756          - add dbus_message_has_path(), maybe has_member/interface:
4757          fixed in this patch
4758
4759          - in dbus-keyring.c, enforce that the keyring dir is not
4760          world readable/writable: Fixed in this patch
4761
4762 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4763
4764         * dbus/dbus-marshal-validate.h: Added a new validation
4765         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
4766         out of memory errors when validating signitures
4767
4768         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
4769         in places where we previously used DBUS_VALID and a FALSE return 
4770         value to indicate OOM
4771         
4772         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
4773         Use a stack to track the number of elements inside containers.  The 
4774         stack values are then used to validate that dict entries have only two
4775         elements within them.
4776         (validate_body_helper): check the reason for failure when validating
4777         varients
4778         
4779         * dbus/dbus-message.c (load_message): use 
4780         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
4781         DBUS_VALID and a FALSE return value to indicate OOM
4782
4783         * doc/TODO: remove "- validate dict entry number of fields" as this
4784         patch fixes it
4785
4786 2005-06-14  David Zeuthen  <davidz@redhat.com>
4787
4788         * bus/bus.c (process_config_every_time): Drop existing conf-dir
4789         watches (if applicable) and add new watches
4790
4791         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
4792         (main): Setup SIGIO signal handler if using D_NOTIFY
4793
4794         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
4795
4796         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
4797         (merge_included): Also merge conf_dirs list
4798         (bus_config_parser_unref): Clear conf_dirs list
4799         (include_dir): Add directory to conf_dirs list
4800         (bus_config_parser_get_conf_dirs): New function
4801
4802         * bus/dir-watch.[ch]: New files
4803
4804         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
4805
4806         * configure.in: Add checks for D_NOTIFY on Linux
4807
4808 2005-06-14  Colin Walters  <walters@verbum.org>
4809
4810         * glib/dbus-binding-tool-glib.c:
4811         * glib/dbus-gobject.c:
4812         * glib/dbus-gvalue.c: Fix indentation and brace style.
4813         
4814 2005-06-14  Ross Burton <ross@openedhand.com>.
4815
4816         * glib/dbus-glib.h: Make DBusGMethodInvocation
4817         a private structure.  Rearrange prototypes a bit.
4818         
4819         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
4820         documentation for first_arg_type.
4821         
4822         * glib/dbus-gobject.c: Move DBusGMethodInvocation
4823         here, add documentation.  Move dbus_g_method_return
4824         and dbus_g_method_return_error into public API
4825         section.
4826
4827 2005-06-14  Colin Walters  <walters@verbum.org>
4828
4829         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
4830         Add missing return statements, noticed by Ross Burton.
4831         
4832 2005-06-13  Ross Burton <ross@openedhand.com>.
4833
4834         * glib/dbus-gobject.c: Handle errors on message
4835         demarshalling by sending error message back.
4836         * glib/dbus-gvalue.c: Initialize return variables.
4837
4838 2005-06-13  Colin Walters  <walters@verbum.org>
4839
4840         * glib/Makefile.am: Fix thinko in last patch.
4841
4842 2005-06-13  Colin Walters  <walters@verbum.org>
4843
4844         * glib/Makefile.am: Move dbus-gtype-specialized.c
4845         and dbus-gtype-specialized.h into a _HEADERS variable,
4846         install them.
4847
4848 2005-06-12  Colin Walters  <walters@verbum.org>
4849
4850         Async signals and various bugfixes and testing by
4851         Ross Burton <ross@openedhand.com>.
4852
4853         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
4854         (dbus_gvalue_genmarshal_name_from_type)
4855         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
4856         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
4857         (dbus_g_value_types_init, dbus_gtype_from_signature)
4858         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
4859         (dbus_gtypes_from_arg_signature): New function prototypes.
4860         (dbus_gvalue_demarshal): Take context and error arguments.
4861         (dbus_gvalue_demarshal_variant): New function.
4862         (dbus_gvalue_demarshal_message): New function.
4863         (dbus_gvalue_store): Delete.
4864
4865         * glib/dbus-gvalue.c:
4866
4867         File has been almost entirely rewritten; now we special-case
4868         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
4869         hash tables correctly, etc.  Full support for recursive values
4870         is not yet complete.
4871
4872         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
4873         argument of signal to G_TYPE_POINTER since we now pass a
4874         structure.
4875         (lookup_g_marshaller): Delete in favor of
4876         _dbus_gobject_lookup_marshaller.
4877         (marshal_dbus_message_to_g_marshaller): Use
4878         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
4879         to handle remote signal callbacks.
4880         (dbus_g_proxy_new_from_proxy): New function; creates a new
4881         DBusGProxy by copying an existing one.
4882         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
4883         (dbus_g_proxy_get_path): New functions.
4884         (dbus_g_proxy_marshal_args_to_message): New function;
4885         factored out of existing code.
4886         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
4887         from a varargs array.
4888         (dbus_g_proxy_begin_call_internal): New function.
4889         (dbus_g_proxy_end_call_internal): New function.
4890         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
4891         as arguments; simply invoke dbus_g_proxy_begin_call_internal
4892         after collecting args into value array.
4893         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
4894         invoke dbus_g_proxy_end_call_internal.
4895         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
4896         end_call_internal.
4897         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
4898         types.
4899         (array_free_all): New function.
4900         (dbus_g_proxy_add_signal): Take GTypes.
4901
4902         * glib/dbus-gobject.h:
4903         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4904         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
4905         Prototype.
4906
4907         * glib/dbus-gobject.c: Add a global marshal_table hash which
4908         stores mappings from type signatures to marshallers.  Change lots
4909         of invocations of dbus_gtype_to_dbus_type to
4910         dbus_gtype_to_signature.
4911         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4912         (introspect_signals): Fix test for query.return_type.
4913         (set_object_property): Update invocation of dbus_gvalue_demarshal.
4914         (invoke_object_method): Many changes.  Handle asynchronous
4915         invocations.  Convert arguments with
4916         dbus_gvalue_demarshal_message.  Handle errors.  Use
4917         DBusSignatureIter instead of strlen on args. Handle all arguments
4918         generically.  Special-case variants.
4919         (dbus_g_method_return, dbus_g_method_return_error): New function.
4920         (DBusGSignalClosure): New structure, closes over signal
4921         information.
4922         (dbus_g_signal_closure_new): New function.
4923         (dbus_g_signal_closure_finalize): New function.
4924         (signal_emitter_marshaller): New function; is special marshaller
4925         which emits signals on bus.
4926         (export_signals): New function; introspects object signals and
4927         connects to them.
4928         (dbus_g_object_type_install_info): Take GType instead of
4929         GObjectClass.
4930         (dbus_g_connection_register_g_object): Invoke export_signals.
4931         (dbus_g_connection_lookup_g_object): New function.
4932         (DBusGFuncSignature) New structure; used for mapping type
4933         signatures to marshallers.
4934         (funcsig_hash): New function; hashes DBusGFuncSignature.
4935         (funcsig_equal): New function; compares DBusGFuncSignature.
4936         (_dbus_gobject_lookup_marshaller): New function.
4937         (dbus_g_object_register_marshaller): New function; used to
4938         register a marshaller at runtime for a particular signature.
4939
4940         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
4941
4942         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
4943         which notes a server method implementation should be
4944         asynchronous.
4945
4946         * glib/dbus-binding-tool-glib.c
4947         (dbus_binding_tool_output_glib_server): Call
4948         dbus_g_value_types_init.
4949         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
4950         variants specially.
4951         (dbus_g_type_get_lookup_function): Turn GType into an invocation
4952         of a lookup function.
4953         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
4954         (write_untyped_out_args): New method; write output arguments.
4955         (write_formal_declarations_for_direction): Function for
4956         writing prototypes.
4957         (write_formal_parameters_for_direction): Function for
4958         writing implementations.
4959         (write_typed_args_for_direction): Function for writing
4960         arguments prefixed with GTypes.
4961         (write_async_method_client): Write out async version
4962         of method.
4963
4964         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
4965         (dbus_g_type_get_marshal_name): Move mapping from GType
4966         to marshal name into here.
4967         (dbus_g_type_get_c_name): Move into here.
4968         (compute_marshaller): Convert signature to type with
4969         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
4970         (compute_marshaller_name): Ditto.
4971         (compute_marshaller): Handle async signal annotations.
4972         (gather_marshallers): Return if we don't have a known
4973         prefix.
4974         (generate_glue): Collect introspection blob here, and
4975         write all of the blob at the end.  This allows an object
4976         with multiple interfaces to work.
4977         Mark async methods in introspection blob.
4978
4979         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
4980         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
4981         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
4982
4983         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
4984         avoids people accidentally using DBUS_TYPE_* which should
4985         not be necessary anymore.
4986         Do include dbus-gtype-specialized.h, which are utilities
4987         for GLib container types.
4988         Add various #defines for types such as
4989         DBUS_TYPE_G_BOOLEAN_ARRAY.
4990         (DBusGValueIterator, DBusGValue): Define, not fully used
4991         yet.
4992         (dbus_g_value_get_g_type): Type for recursive value.
4993         (dbus_g_value_open, dbus_g_value_iterator_get_value)
4994         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
4995         (dbus_g_value_free): Prototypes.
4996         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
4997         (dbus_g_proxy_set_interface): Prototype.
4998         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
4999         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
5000         types.
5001         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
5002         Accessors.
5003         (DBusGAsyncData, DBusGMethodInvocation): Structures for
5004         doing async invocations.
5005         (dbus_g_method_return, dbus_g_method_return_error):
5006         Prototypes.
5007         * doc/dbus-tutorial.xml: Update GLib section.
5008         
5009         * tools/dbus-viewer.c (load_child_nodes): Update
5010         for new invocation type of dbus_g_proxy_end_call.
5011         (load_from_service_thread_func): Ditto.
5012
5013         * tools/print-introspect.c (main): Ditto.
5014
5015         * tools/dbus-names-model.c (have_names_notify)
5016         (names_model_reload, names_model_set_connection)
5017         Use GTypes.
5018
5019         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
5020         needed since Python bindings use GLib bindings.
5021
5022         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
5023         Add --prefix argument.
5024
5025         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
5026         unneeded --ignore-unsupported arg.
5027         
5028         * test/glib/test-service-glib.c: 
5029         * test/glib/test-service-glib.xml:
5030         * test/glib/test-dbus-glib.c: Add many more tests.
5031
5032 2005-06-06  David Zeuthen  <davidz@redhat.com>
5033
5034         * doc/TODO: Add item about need to remove deprecated functions.
5035
5036         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
5037
5038         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
5039         to repair the ABI which was broken with the last commit.
5040
5041 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
5042
5043         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
5044         (dbus_connection_disconnect): renamed to dbus_connection_close 
5045         for API symmetry with dbus_connection_open
5046         (_dbus_connection_open_internal): 
5047         s/dbus_connection_disconnect/dbus_connection_close
5048
5049         * dbus/dbus-bus.c (dbus_bus_get):
5050         s/dbus_connection_disconnect/dbus_connection_close
5051
5052         * bus/connection.c (bus_connections_unref, 
5053         bus_connections_setup_connection, bus_connections_expire_incomplete):
5054         s/dbus_connection_disconnect/dbus_connection_close
5055
5056         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
5057         kill_client_connection_unchecked, check_hello_connection):
5058         s/dbus_connection_disconnect/dbus_connection_close
5059
5060         * bus/bus.c (new_connection_callback):
5061         s/dbus_connection_disconnect/dbus_connection_close
5062
5063         * tools/dbus-send.c (main):
5064         s/dbus_connection_disconnect/dbus_connection_close
5065
5066         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
5067         s/dbus_connection_disconnect/dbus_connection_close
5068         
5069         * test/test-service.c (path_message_func, filter_func):
5070         s/dbus_connection_disconnect/dbus_connection_close
5071         
5072         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
5073         
5074 2005-05-25  Colin Walters  <walters@verbum.org>
5075
5076         * dbus/dbus-protocol.h: Move various bus service #defines such
5077           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5078           dbus/dbus-shared.h.
5079         * dbus/dbus-shared.h: Various defines moved here.
5080         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
5081
5082 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
5083
5084         * python/__init__.py: Python bindings deserve a minor version
5085         update.  Upped to (0, 40, 2)
5086
5087 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
5088
5089         * python/decorators.py: add explicitly_pass_message decorator
5090         for passing in the dbus message as keyword for edge case signal
5091         handling
5092
5093         * python/matchrules.py (SignalMatchRule.__repr__): fix output
5094         to conform with what dbus expects for match rules
5095         (SignalMatchRule.execute): add the dbus message as a keyword
5096         if the signal handler has requested it
5097
5098         * python/examples/example/signal-recipient.py: added some more
5099         examples on how to hook up to signals
5100
5101 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
5102
5103         * python/decorators.py: import dbus_bindings
5104
5105         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
5106         SignalMatchNode): new classes that implement wildcard signal
5107         callback matching using a tree lookup. Heavily modified from a
5108         patch sent by Celso Pinto (fd.o bug #3241)
5109
5110         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
5111         use new match classes to handle signals.
5112
5113 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
5114         
5115         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
5116
5117 2005-05-18  Havoc Pennington  <hp@redhat.com>
5118
5119         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
5120         gettext. Not really worth requiring yet perhaps, but any
5121         production quality 1.0 would require it so we should go ahead and
5122         get things set up. We do have a couple token calls to
5123         bindtextdomain in the code already.
5124
5125 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
5126
5127         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
5128         when using recursive g_main_loops
5129
5130         * python/_dbus.py (class Bus): add the ProxyObjectClass
5131         alias for ProxyObject to make it easier for the Twisted 
5132         networking framework to integrate dbus.
5133
5134         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
5135         alias for ProxyMethod to make it easier for the Twisted 
5136         networking framework to integrate dbus. 
5137
5138 2005-05-11  Ross Burton  <ross@openedhand.com>
5139
5140         * glib/dbus-glib-tool.c: Add --prefix argument.
5141         * glib/dbus-binding-tool-glib.h: Add prefix argument.
5142         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
5143         Add prefix argument.
5144         (generate_glue): Pass prefix argument down.
5145         (dbus_binding_tool_output_glib_server): Pass prefix to
5146         glib-genmarshal.
5147         
5148 2005-05-11  Colin Walters  <walters@verbum.org>
5149
5150         * tools/dbus-send.c (append_array): New function.
5151         (append_arg): Broken out from main.
5152         (main): Add cheesy hack to send arrays and variants.
5153         (usage): Update.
5154         * tools/dbus-print-message.c (print_iter): Broken out
5155         from main.
5156
5157 2005-05-11  Colin Walters  <walters@verbum.org>
5158
5159         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
5160         New function, returns signature string for signature iter.
5161         * dbus/dbus-signature.h: Prototype it.
5162         * dbus/dbus-message.c (dbus_message_iter_get_signature):
5163         New function, returns signature string for message iter.
5164         (dbus_message_iter_get_array_len): New function, returns
5165         length of array.
5166         (dbus_message_iter_get_fixed_array): Fix assertion; this
5167         function should be used when the iter is pointing to the
5168         contents of an array
5169         * dbus/dbus-message.h: Prototypes.
5170         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
5171         New function; returns length of an array.
5172         * dbus/dbus-marshal-recursive.h: Prototype it.
5173         
5174 2005-05-11  Colin Walters  <walters@verbum.org>
5175
5176         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
5177         compilation error.
5178         
5179 2005-05-08  Havoc Pennington  <hp@redhat.com>
5180
5181         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
5182         daemon's pid, not the parent's pid, to the file descriptor.
5183         Reported by Taj Morton.
5184
5185 2005-05-05  Havoc Pennington  <hp@redhat.com>
5186
5187         * configure.in (LT_*): add notes on how the libtool versioning
5188         works to save thinking. Increment soname to indicate protocol
5189         breakage (though really the library interface hasn't changed I
5190         guess)
5191
5192         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5193         verify the GUID received from server matches what we were
5194         expecting, if we had an expectation
5195
5196         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
5197         (_dbus_auth_get_guid_from_server): new function
5198         (send_begin): parse the OK args
5199
5200         * doc/dbus-specification.xml: add GUID to the auth protocol
5201
5202 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
5203
5204         * Fix my name in previous changelog ;)
5205
5206         * python/proxies.py (ProxyObject.__getattr__): add further patch
5207         from Anthony Baxter to throw an AttributeError when python 
5208         __special__ functions are called instead of marshling them over 
5209         the bus (Bug#1685 comment 3).
5210
5211 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
5212
5213         * python/Makefile.am: changed to use pyexecdir for the binding
5214         shared libraries (Bug#2494)
5215
5216         * python/exceptions.py: bring exceptions over from the bindings
5217         so they can be used in applications (Bug#2036)
5218         Make all exceptions derive from DBusException
5219
5220         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
5221         of classes so that print obj doesn't throw an exception (Bug #1685)
5222
5223 2005-05-03  Ross Burton  <ross@openedhand.com>
5224
5225         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
5226         Return if we get an error during registration.  Set up a
5227         weak reference on object to unregister if object is destroyed.
5228         (unregister_gobject): New function.
5229         
5230 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
5231
5232         * python/dbus_bindings.pyx.in: 
5233         - added new type classes for hinting to the marashaler what type 
5234         to send over the wire
5235         - added int16 and uint16 marshalers
5236         - Fixed a bug in the type constants that caused int32 to go out
5237         as uint16 over the wire
5238         * python/dbus.py: split up into different files and renamed _dbus.py
5239         * python/__init__.py, python/_util.py, python/decorators.py, 
5240         python/exceptions.py, python/proxies.py, python/services.py,
5241         python/types.py: new files split off from dbus.py
5242         * python/Makefile.am: Add new files, remove dbus.py and 
5243         install all python files to <python module dir>/dbus
5244         * python/examples/*: Added #!/usr/bin/env python to the top of
5245         every example.  Patch provided by Tatavarty Kalyan
5246
5247 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5248
5249         * NEWS: Update to 0.33
5250
5251 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5252
5253         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
5254         method for doing async calls
5255         (_pending_call_notification): New C function for handling pendning call
5256         callbacks
5257         (set_notify): New method for setting pending call notification
5258         
5259         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
5260         Async capabilities added to remote method calls
5261         (Sender): class removed
5262         (RemoteService): class removed
5263         (ObjectTree): class removed for now
5264         (RemoteObject): Renamed to ProxyObject
5265         (RemoteMethod): Renamed to ProxyMethod
5266         (method): Decorator added for decorating python methods as dbus methods
5267         (signal): Decorator added for decorating python methods as signal emitters
5268         (ObjectType): Metaclass added for generating introspection data and the
5269         method callback vtable
5270         (Interface): Wrapper class added to wrap objects in a dbus interface
5271         (Object): Uses ObjectType as its metaclass and exports Introspect
5272         of the org.freedesktop.DBus.Introspectable interface
5273         (ValidationException, UnknownMethodException): new exceptions
5274
5275         * python/examples/*: Modified to fit with the new bindings
5276
5277 2005-04-23  Havoc Pennington  <hp@redhat.com>
5278
5279         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
5280         reported by Tony Houghton
5281
5282         * test/test-service.c (main): test
5283         dbus_connection_get_object_path_data()
5284
5285         * dbus/dbus-object-tree.c (find_handler): be sure we always init
5286         the exact_match
5287         (_dbus_object_tree_get_user_data_unlocked): new function used by
5288         dbus_connection_get_object_path_data()
5289         (do_register): add assertion test for get_user_data_unlocked
5290         (object_tree_test_iteration): more tests
5291
5292         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
5293         new function from Dan Reed to let you get the user data from 
5294         dbus_connection_register_object_path()
5295
5296 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
5297
5298         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
5299         in numerous places that did not account for the NULL terminator
5300         (signature_from_seed): changed the manual string copy loop to 
5301         just use strcpy instead
5302         make check should now pass
5303
5304 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
5305
5306         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
5307         so that it allows messages that are not signals to pass in 
5308         NULL as the interface.
5309
5310 2005-04-18  David Zeuthen  <davidz@redhat.com>
5311
5312         * glib/dbus-gmain.c (io_handler_destroy_source): 
5313         (timeout_handler_destroy_source, connection_setup_free): 
5314         Also unref the source to avoid memory leaks.
5315
5316 2005-04-13  David Zeuthen  <davidz@redhat.com>
5317
5318         * bus/config-parser.c (bus_config_parser_new): Bump this to a
5319         more reasonable, yet still totally arbitrary, value :-). 
5320
5321 2005-04-13  David Zeuthen  <davidz@redhat.com>
5322
5323         * doc/TODO: Added an "important for 1.0" item about selinux
5324         allow/deny messages
5325
5326 2005-04-13  David Zeuthen  <davidz@redhat.com>
5327
5328         * bus/selinux.c: Add c-file-style to top of file
5329         (log_audit_callback): Don't free the data here anymore
5330         (bus_selinux_check): Don't take spid and tpid since appending
5331         that to auxdata may OOM.
5332         (bus_selinux_allows_acquire_service): Handle OOM and signal back
5333         to the caller if we are OOM by taking an error object.
5334         (bus_selinux_allows_send): -do-
5335
5336         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
5337         and bus_selinux_allows_send
5338
5339         * bus/bus.c (bus_context_check_security_policy): Pass error and
5340         pass on OOM thrown by bus_selinux_allows_send()
5341
5342         * bus/services.c (bus_registry_acquire_service): Pass error and
5343         pass on OOM thrown by bus_selinux_allows_acquire_service()
5344
5345 2005-04-13  Havoc Pennington  <hp@redhat.com>
5346
5347         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
5348         message at a time to avoid monopolizing the main loop, bug 
5349         #2953 from Benjamin Otte
5350
5351 2005-04-09  Havoc Pennington  <hp@redhat.com>
5352
5353         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
5354         possible overlap, fix from Daniel Reed
5355         (fixup_alignment): fix signedness warnings
5356         (_dbus_string_append_unichar): ditto
5357
5358 2005-04-09  Havoc Pennington  <hp@redhat.com>
5359
5360         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
5361
5362         * glib/dbus-glib-tool.c (main): fix warning
5363
5364         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
5365
5366         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
5367         add a new function that can be used in simple applications that
5368         don't have a main loop and are willing to block
5369
5370 2005-04-05  David Zeuthen  <davidz@redhat.com>
5371
5372         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
5373
5374         * glib/dbus-gmain.c:
5375         (io_handler_destroy_source): Remove from list of IO handlers
5376         of the ConnectionSetup object
5377         (timeout_handler_destroy_source): -do- for timeout handlers
5378         (io_handler_source_finalized): Don't remove from list since
5379         we now do that in io_handler_destroy_source(). Renamed from
5380         io_handler_source_destroyed
5381         (timeout_handler_source_destroyed): -do- for timeout handlers
5382         (connection_setup_free): It is now safe to iterate over all
5383         IO and timeout handlers as the _destroy_source removes them
5384         from the list synchronously
5385
5386 2005-03-30  Havoc Pennington  <hp@redhat.com>
5387
5388         * configure.in: change check to gtk 2.4
5389
5390         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5391         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5392         to 2.4
5393
5394 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5395
5396         * News: Update 0.32
5397
5398         * HACKING: Fixed realease instructions.  configure.in should be updated to
5399           the next release by the person who made the last release.
5400
5401 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5402
5403         * python/lvalue_cast_post_process.py - removed.  Patch has been
5404           submitted to Pyrex maintainers that fixes gcc4.0 errors
5405
5406         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5407
5408 2005-03-24  Daniel Reed  <n@ml.org>
5409
5410         * tools/Makefile.am: Make print-introspect and
5411         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5412
5413 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5414
5415         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5416
5417         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5418           had in Red Hat packages for a while but for some reason never 
5419           got merged upstream
5420           (_dbus_is_a_number): New checks if a string
5421           can be converted to a number and does the conversion if it can
5422           (_dbus_user_database_lookup): Add check to see if the given username
5423           is a udi.  This allows udi's to be used instead of usernames in the
5424           config file.
5425           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5426           is a gdi.  This allows gdi's to be used instead of groupnames in the
5427           config file.
5428
5429 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5430
5431         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5432           code so that it compiles with gcc4.0
5433
5434         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5435           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5436           results back to dbus_binding.c
5437
5438 2005-03-20  Colin Walters  <walters@verbum.org>
5439
5440         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5441
5442         * configure.in: Require GTK+ 2.6.
5443         
5444 2005-03-20  Colin Walters  <walters@verbum.org>
5445
5446         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5447
5448 2005-03-17  Tom Parker  <palfrey@tevp.net>
5449
5450         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5451         print DBUS_UID_UNSET; instead print passed username.  Also
5452         be sure to actually use gid looked up in cache.
5453         
5454         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5455         for DBUS_GID_UNSET and groupname.
5456
5457 2005-03-17  Colin Walters  <walters@verbum.org>
5458
5459         * bus/print-introspect.c: Move to tools/.
5460         * bus/run-with-tmp-session-bus.sh: Ditto.
5461         
5462         * glib/Makefile.am (dbus-glib-bindings.h): Move
5463         generation to tools/Makefile.am.
5464
5465         * test/glib/run-test.sh: Update to handle move
5466         of run-with-tmp-session-bus.sh.
5467
5468         * test/glib/test-service-glib.c: Update to handle
5469         move of dbus-glib-bindings.h.
5470
5471         * tools/print-introspect.c: Moved here
5472         from bus/, and ported to GLib bindings.
5473
5474         * tools/run-with-tmp-session-bus.sh: Moved here
5475         from bus/.
5476
5477         * tools/Makefile.am: Generate dbus-glib-bindings.h
5478         and dbus-bus-introspect.xml here.
5479
5480         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5481         Update.
5482
5483 2005-03-17  Colin Walters  <walters@verbum.org>
5484
5485         * bus/driver.c (write_args_for_direction): Use
5486         _dbus_string_get_const_data to retrieve string;
5487         _dbus_string_get_const_data_len doesn't actually return
5488         a NULL-terminated substring.
5489
5490         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5491         (main): Change to use org_freedesktop_DBus_request_name
5492         instead of using g_proxy_begin_call/end_call.
5493
5494 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5495
5496         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5497         generating the finalizer.  Fixes from Ben Maurer.
5498
5499 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5500
5501         * mono/BusDriver.cs: Update method names: ListServices
5502         becomes ListNames; GetOwner becomes GetNameOwner.
5503
5504         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5505         onto the eval stack when removing the delegate.
5506
5507 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5508
5509         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5510         LT_CURRENT.  Set it to the autoconf variable.
5511                                                                                 
5512         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5513         classes that disconnects the signal handler delegate from the
5514         service object.  Fixes a big leak of proxy objects on the
5515         client side of things.  Patch from Ben Maurer
5516         <bmaurer@ximian.com>
5517
5518 2005-03-12  Colin Walters  <walters@verbum.org>
5519
5520         * bus/driver.c (write_args_for_direction): New function,
5521         parses a type signature into arguments and outputs to
5522         XML.
5523         (bus_driver_handle_introspect): Use it instead of
5524         hardcoding XML for certain signatures.
5525         
5526         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5527         dependency on dbus-daemon.
5528
5529         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5530         argument, pass it to dbus_binding_tool_output_glib_client.
5531
5532         * glib/dbus-binding-tool-glib.c
5533         (generate_client_glue): Protect against multiple inclusion.
5534         (dbus_binding_tool_output_glib_client): Add
5535         G_BEGIN_DECLS/G_END_DECLS.
5536
5537         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5538         Change to just take iface prefix directly.
5539         (write_formal_parameters): Clarify error message.
5540         (check_supported_parameters): New function; checks to see type
5541         signatures of method parameters are supported.
5542         (generate_client_glue): Handle ignore_unsupported flag.
5543         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5544         parameter.
5545
5546         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5547         --ignore-unsupported by default until glib bindings
5548         support arrays.
5549
5550 2005-03-11  Colin Walters  <walters@verbum.org>
5551
5552         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5553         install it.
5554
5555         * bus/print-introspect.c: New file; prints introspection
5556         data for a given name and object path.
5557
5558         * bus/run-with-tmp-session-bus.sh: New file, refactored
5559         from test/glib/run-test.sh.  Creates a temporary session
5560         bus and runs another program.
5561
5562         * test/glib/run-test.sh: Refactor to invoke
5563         run-with-tmp-session-bus.sh.
5564
5565         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5566         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5567         macros instead of hardcoding.
5568
5569         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5570
5571 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5572
5573         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5574         this unref; it doesn't match up evenly in some codepaths.
5575         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5576         this evenly matches with the ref near the top of this function.
5577
5578 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5579
5580         * dbus/dbus-object-tree.c
5581         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5582         and we try to unregister a path that's not registered, still go
5583         through the process of unlocking and don't just return.
5584
5585 2005-03-09  Colin Walters  <walters@verbum.org>
5586
5587         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5588         to this are generated for client-side wrappers.  Invokes a
5589         D-BUS method and returns reply values.  
5590
5591         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5592         function; writes signature string for argument direction.
5593         (write_args_for_direction): Change to pass input values directly
5594         instead of via address, and fix indentation.
5595         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5596         make generated wrappers inlineable.
5597
5598         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
5599         note about using dbus_type_is_fixed.
5600
5601         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
5602         dbus/dbus-signature.c as dbus_type_is_fixed.
5603
5604         All callers updated.
5605
5606         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
5607         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
5608
5609         * dbus/dbus-signature.h: Prototype.
5610
5611         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
5612         error printf code.
5613
5614         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
5615         appropriate instead of just freeing it.
5616         (main): Free returned strings using g_free.
5617
5618         * test/glib/Makefile.am (test-service-glib-glue.h)
5619         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
5620
5621         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
5622         simply maps a simple D-BUS type to GType.
5623         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
5624         GType.
5625         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
5626         initialize the value with it.
5627         (dbus_gvalue_binding_type_from_type): Unused, delete.
5628         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
5629         various types instead of unmarshalling to value data directly.
5630         Remove can_convert boolean.
5631         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
5632         returning directly instead of using can_convert boolean.
5633         (dbus_gvalue_store): New function; not related to D-BUS per-se.
5634         Stores a GValue in a pointer to a value of its corresponding C
5635         type.
5636
5637         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
5638         add dbus_gvalue_store.
5639
5640 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5641
5642         Fix a bunch of lifecycle and memory management problems
5643         in the mono bindings.
5644
5645         * mono/Arguments.cs (Arguments): Implement IDisposable
5646
5647         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
5648         strictly a static class.
5649
5650         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
5651         delegates into this file.
5652         (Connection): Implement IDisposable.
5653         (Dispose): Disconnect the connection and set the raw connection
5654         pointer to IntPtr.Zero.
5655         (~Connection): Call Dispose().
5656         (RegisterObjectPath): Added.  Manages the registration of object
5657         paths so we can cleanly disconnect them at dispose/finalize time.
5658         (UnregisterObjectPath): Ditto.
5659         (set_RawConnection): Unregister all of the object paths when
5660         changing the underlying DBusConnection.  Add them back onto the
5661         new connection, if any.
5662
5663         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
5664         more unmanaged resources anymore, so it's not necessary.  Move all
5665         the DBusObjectPathVTable stuff out of here.
5666         (Handler): Save references to our delegates so that they don't get
5667         finalized.  Call Connection.RegisterObjectPath() instead of
5668         dbus_connection_register_object_path() directly.
5669         (Message_Called): Dispose the message after we're finished with
5670         it.
5671
5672         * mono/Message.cs (Message): Implement IDisposable.
5673         (Dispose): Dispose the Arguments, and set the RawMessage to
5674         IntPtr.Zero.
5675         (SendWithReplyAndBlock): We own the ref to the reply that comes
5676         back from dbus_connection_send_with_reply_and_block() so add a
5677         comment about that and unref it after we've constructed a managed
5678         MethodReturn class around it.  Fixes a big, big leak.
5679
5680         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
5681         method.
5682         (BuildSignalHandler): After we've sent the Signal message, dispose
5683         of it.
5684         (BuildMethod): Dispose of the method call and reply messages after
5685         we've sent the message and extracted the data we want from the
5686         reply.
5687
5688         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
5689         anymore.
5690         (Service_FilterCalled): Dispose of the message after we're
5691         finished with it.
5692
5693 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5694
5695         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
5696         After we attach our pending call to the connection, unref
5697         it.  Fixes a leak.
5698  
5699         * mono/Connection.cs (set_RawConnection): Disconnect our
5700         filter and match callbacks from the old connection and
5701         reconnect them to the new connection, if any.
5702
5703         * mono/DBusType/Array.cs: "Code" is a static member, so
5704         don't use "this" to refer to it.  Fix for stricter checking
5705         in Mono 1.1.4.
5706  
5707         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
5708         object path that we pass into unmanaged code.
5709  
5710         * mono/DBusType/String.cs (Append): Don't leak the string
5711         that we pass into unmanged code.
5712
5713 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
5714         * NEWS: Update for 0.31
5715
5716         * configure.in: Release 0.31
5717         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
5718
5719         * qt/Makefile.am: fixed build
5720
5721         * dbus/Makefile.am: soname bump for libdbus
5722
5723         * glib/Makefile.am: soname bump for libdbus-glib
5724
5725 2005-03-05  Havoc Pennington  <hp@redhat.com>
5726
5727         * dbus/dbus-sysdeps.c:
5728         (pseudorandom_generate_random_bytes_buffer): fix to have no return
5729         value
5730         (_dbus_generate_random_bytes_buffer): fix return value
5731
5732         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
5733         checks actually work, from Tom Parker <fdo@tevp.net>
5734
5735 2005-03-01  Colin Walters  <walters@verbum.org>
5736
5737         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
5738         functions copied from dbus-glib-tool.c.
5739         (main): Convert lots of error code to use them.
5740         Also add some testing for introspection bits.
5741
5742 2005-03-01  Colin Walters  <walters@verbum.org>
5743         
5744         * doc/TODO: Remove introspection signature TODO.
5745
5746 2005-02-27  Colin Walters  <walters@verbum.org>
5747
5748         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
5749         Change return value to const char * instead of int so we can do
5750         full signatures.
5751         (struct PropertyInfo, struct ArgInfo): Store char *.
5752         (property_info_new, arg_info_new): Update parameters, strdup.
5753         (property_info_unref, arg_info_unref): Free.
5754
5755         * glib/dbus-gidl.h: Update prototypes.
5756
5757         * glib/dbus-gparser.c (basic_type_from_string): Delete.
5758         (validate_signature): New function, just validates signature and
5759         sets GError.
5760         (parse_property, parse_arg): Invoke validate_signature.  Store
5761         signature instead of just type code.
5762
5763         * glib/dbus-gvalue.c (base_type_from_signature): New utility
5764         function to return a primary type for a signature, dropping
5765         information about types in container types.
5766         (dbus_gvalue_genmarshal_name_from_type)
5767         (dbus_gvalue_binding_type_from_type)
5768         (dbus_gvalue_ctype_from_type): Update to take full signature
5769          instead of type code.
5770         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
5771
5772         * glib/dbus-gvalue.h: Update prototypes for above.
5773
5774         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
5775         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
5776         (introspect_properties, introspect_signals, write_interface):
5777         Update to handle signatures, and remove usage of
5778         _dbus_gutils_type_to_string.
5779         (handle_introspect): Print out type codes instead of e.g. "string"
5780         in hardcoded introspection XML; also use x_AS_STRING constants
5781         instead of hardcoding in string.
5782
5783         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
5784         to string.  Remove usage of _dbus_gutils_type_to_string.
5785
5786         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
5787
5788         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
5789         deletion.
5790         
5791         * glib/dbus-binding-tool-glib.c (compute_marshaller)
5792         (compute_marshaller_name, generate_glue): Handle signature change
5793         to string.
5794         (write_formal_parameters, write_args_for_direction): Ditto, and
5795         remove FIXME.
5796
5797         * tools/dbus-tree-view.c (type_to_string): Delete.
5798         (info_set_func_text): Update to print full signatures.
5799
5800         * test/glib/test-service-glib.xml: Change types to new
5801         introspection format.
5802
5803 2005-02-26  Havoc Pennington  <hp@redhat.com>
5804
5805         * doc/TODO: remove the "guid" item
5806
5807         * test/glib/test-profile.c (no_bus_thread_func): use open_private
5808         (with_bus_thread_func): use open_private
5809
5810         * dbus/dbus-connection.c (dbus_connection_open_private): new
5811         function that works like the old dbus_connection_open()
5812         (dbus_connection_open): now returns an existing connection if
5813         possible
5814
5815         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
5816         through the GUID to the transport
5817
5818         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
5819         GUID in hex-encoded form.
5820
5821         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
5822         pass GUID argument in to the transport
5823
5824         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
5825         guid argument
5826
5827         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
5828
5829         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
5830
5831 2005-02-25  Havoc Pennington  <hp@redhat.com>
5832
5833         * doc/dbus-specification.xml: document the GUID thing
5834
5835         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
5836         globally unique ID for the server, and put a "guid=hexencoded"
5837         field in the address
5838
5839         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
5840
5841         * dbus/dbus-message.c: ditto
5842
5843         * dbus/dbus-dataslot.c: ditto
5844
5845         * dbus/dbus-list.c: ditto
5846
5847         * dbus/dbus-internals.h: wait, just include
5848         dbus-threads-internal.h here
5849         
5850         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
5851         use in main library
5852
5853         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
5854
5855 2005-02-24  Colin Walters  <walters@verbum.org>
5856
5857         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
5858
5859 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
5860
5861         * glib/Makefile.am: added dbus-gobject.h to sources list
5862         so distcheck doesn't fail
5863         
5864 2005-02-24  Havoc Pennington  <hp@redhat.com>
5865
5866         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
5867         you must disconnect before unref, since locking and other things
5868         are screwed up otherwise. Fix assorted other locking stuff.
5869
5870         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
5871         fix compilation
5872
5873         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
5874         into a private header and don't export from the library
5875
5876         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
5877
5878 2005-02-24  Colin Walters  <walters@verbum.org>
5879         
5880         * dbus/dbus-signature.c: New file; implements various functions
5881         related to type signatures.  Includes an interator for parsing,
5882         validation functions.
5883         (dbus_type_is_basic): Moved here from
5884         dbus-marshal-basic.c:_dbus_type_is_basic.
5885         (dbus_type_is_container): Moved here from
5886         dbus-marshal-basic.c:_dbus_type_is_container.
5887
5888         All callers of _dbus_type_is_container and _dbus_type_is_basic
5889         updated, and include dbus-signature.h.
5890
5891         * dbus/dbus-signature.h: New file; prototypes for the above.
5892
5893         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
5894         dbus-signature.h.
5895
5896         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
5897         function factored out of _dbus_first_type_in_signature.
5898         (_dbus_first_type_in_signature_c_str): New function; returns first
5899         type code for a type signature character.
5900
5901         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
5902         handle function moves.
5903
5904         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
5905
5906         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
5907         function; skips to next complete type in type signature.
5908         Implemented using previous skip_one_complete_type.  Now
5909         skip_one_complete_type just delegates to
5910         _dbus_type_signature_next.
5911
5912         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
5913         to dbus-signature.c
5914         (_dbus_type_is_container): Ditto.
5915
5916         * doc/dbus-specification.xml: Update introspection sample to
5917         use real type signatures.
5918
5919         * dbus/dbus-test.h: Prototype signature test.
5920
5921         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
5922         signature tests.
5923
5924         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
5925
5926 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
5927
5928         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
5929         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
5930
5931 2005-02-21  Colin Walters  <walters@verbum.org>
5932
5933         * dbus/dbus-test-main.c (main): Take optional specific test
5934         argument.
5935
5936         * dbus/dbus-test.c (run_test): New function, runs a test function
5937         with no data directory.
5938         (run_data_test): Like above, but takes data directory.
5939         (dbus_internal_do_not_use_run_tests): Take
5940         specific test argument.  Replace lots of cut n' paste code
5941         with run_test and run_data_test.
5942
5943         * dbus/dbus-test.h: Update prototype for
5944         dbus_internal_do_not_use_run_tests.
5945
5946 2005-02-20  Havoc Pennington  <hp@redhat.com>
5947
5948         Fix bugs reported by Daniel P. Berrange
5949         
5950         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
5951         (protected_change_watch): new function
5952         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
5953         (_dbus_server_add_watch): change to work like the
5954         dbus-connection.c equivalents; like those, probably kind of
5955         busted, but should at least mostly work for now
5956         (dbus_server_disconnect): drop the lock if we were already
5957         disconnected, patch from Daniel P. Berrange
5958
5959         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
5960         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
5961         same stuff
5962
5963         * doc/TODO: todo about unscrewing this mess
5964
5965 2005-02-19  Colin Walters  <walters@verbum.org>
5966
5967         * glib/dbus-binding-tool-glib.c
5968         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
5969
5970         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
5971         as errno.h and sys/stat.h.
5972         (lose): New function, prints error with
5973         newline and exits.
5974         (lose_gerror): Similar, but takes GError for message.
5975         (main): Add --output argument to specify output file to write to,
5976         instead of always printing to stdout.  In this mode, determine
5977         timestamps on source files to see whether any are newer than the
5978         target file.  If not, exit.  Also convert a number of error
5979         messages to use lose (since it's shorter), and switch to using
5980         g_io_channel_shutdown.
5981
5982 2005-02-19  Havoc Pennington  <hp@redhat.com>
5983
5984         * glib/dbus-gobject.c
5985         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
5986
5987         * glib/dbus-glib.c: fix doxygen warnings
5988
5989         * glib/dbus-gparser.c (parse_annotation): error if an annotation
5990         is found on an <arg>
5991
5992 2005-02-17  Colin Walters  <walters@verbum.org>
5993
5994         * glib/dbus-gobject.h: Don't export
5995         _dbus_glib_marshal_dbus_message_to_gvalue_array.
5996         
5997         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
5998         (invoke_object_method): Handle it.
5999
6000         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
6001         Handle rename.
6002         
6003 2005-02-17  Colin Walters  <walters@verbum.org>
6004
6005         * bus/.cvsignore, doc/.cvsignore
6006         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
6007         Update.
6008
6009 2005-02-17  Colin Walters  <walters@verbum.org>
6010         
6011         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
6012         Rename to DBUS_SERVICE_DBUS.
6013         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
6014         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
6015         Change the value from "org.freedesktop.Local"
6016         to "org.freedesktop.DBus.Local".
6017         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
6018         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
6019         DBUS_INTERFACE_INTROSPECTABLE.
6020         Change the value from "org.freedesktop.Introspectable"
6021         to "org.freedesktop.DBus.Introspectable".
6022         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
6023         DBUS_INTERFACE_PROPERTIES.
6024         Change the value from "org.freedesktop.Properties"
6025         to "org.freedesktop.DBus.Properties".
6026         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
6027         DBUS_INTERFACE_PEER.
6028         Change the value from "org.freedesktop.Peer"
6029         to "org.freedesktop.DBus.Peer".
6030         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
6031         DBUS_INTERFACE_LOCAL.
6032         Change the value from "org.freedesktop.Local"
6033         to "org.freedesktop.DBus.Local".
6034
6035         All other users of those constants have been changed.
6036
6037         * bus/driver.c (bus_driver_handle_introspect): Use constants.
6038
6039         * glib/dbus-gobject.c (handle_introspect): Use constants.
6040
6041         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
6042
6043 2005-02-17  Colin Walters  <walters@verbum.org>
6044
6045         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
6046         (parse_node, parse_interface, parse_method, parse_signal)
6047         (parse_property, parse_annotation): Lose if we're currently in an
6048         annotation.
6049         (parse_annotation): New function.
6050         (parser_start_element, parser_end_element): Handle annotation.
6051         (parse_method, parse_interface): Remove support for c_name attribute,
6052         switch to annotations.
6053
6054         * glib/dbus-gidl.h (interface_info_get_binding_names)
6055         (method_info_get_binding_names)
6056         (interface_info_get_binding_name, method_info_get_binding_name)
6057         (interface_info_set_binding_name, method_info_set_binding_name):
6058         Remove.
6059         (interface_info_get_annotations, method_info_get_annotations)
6060         (interface_info_get_annotation, method_info_get_annotation)
6061         (interface_info_add_annotation, method_info_add_annotation):
6062         Prototype.
6063
6064         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
6065         for "bindings".
6066         (struct MethodInfo): Ditto.
6067         Straightfoward conversion of binding methods into annotation methods
6068         as prototyped.
6069
6070         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
6071
6072         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
6073
6074         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
6075         Use new annotation API.
6076
6077         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
6078         annotation element.
6079         
6080         * doc/dbus-specification.xml: Discuss introspection annotations,
6081         include list of well-known annotations.
6082
6083         * test/glib/test-service-glib.xml: Make validate against new DTD.
6084
6085 2005-02-17  Colin Walters  <walters@verbum.org>
6086
6087         This patch is based on initial work from
6088         Paul Kuliniewicz <kuliniew@purdue.edu>.
6089
6090         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
6091         initialization of GValue from dbus type to here.
6092         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
6093         for the "glib-genmarshal" program from a DBus type.
6094         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
6095         into the C name for it we use in the glib bindings.
6096         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
6097         glib C type (not GValue).
6098         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
6099
6100         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
6101         from dbus-gobject.c.
6102
6103         * glib/dbus-gutils.h: Prototype it.
6104
6105         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
6106         (marshal_dbus_message_to_g_marshaller): Use new shared function
6107         dbus_glib_marshal_dbus_message_to_gvalue_array.
6108
6109         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
6110         Will be changed once we have annotations.
6111
6112         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
6113         GStaticRWLock.  Callers updated.
6114         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
6115         (string_table_next): New function for iterating over zero-terminated
6116         string value array.
6117         (string_table_lookup): New function; retrieves specific entry in
6118         array.
6119         (get_method_data): New function; look up method data in object data chunk.
6120         (object_error_domain_prefix_from_object_info)
6121         (object_error_code_from_object_info): New functions, but not implemented yet.
6122         (method_interface_from_object_info): New function; retrieve interface name.
6123         (method_name_from_object_info): New function; retrieve method name.
6124         (method_arg_info_from_object_info): New function; retrieve argument data.
6125         (arg_iterate): New function; iterates over serialized argument data.
6126         (method_dir_signature_from_object_info): New function; returns a
6127         GString holding type signature for arguments for just one
6128         direction (input or output).
6129         (method_input_signature_from_object_info)
6130         (method_output_signature_from_object_info): New functions.
6131         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
6132         converts dbus message arguments into a GValue array.  Used for both
6133         signal handling and method invocation.
6134         (struct DBusGlibWriteIterfaceData): New utility structure.
6135         (write_interface): New function; generate introspection XML for
6136         an interface.
6137         (introspect_interfaces): New function; gathers all interface->methods,
6138         generates introspection XML for them.
6139         (handle_introspect): Invoke introspect_interfaces.
6140         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
6141         (lookup_object_and_method): New function; examines an incoming message
6142         and attempts to match it up (via interface, method name, and argument
6143         signature) with a known object and method.
6144         (gerror_domaincode_to_dbus_error_name): New function; converts a
6145         GError domain and code into a DBus error name.  Needs GError data
6146         added to object introspection to work well.
6147         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
6148         GError.
6149         (invoke_object_method): New function to invoke an object method
6150         looked up via lookup_object_and_method.  Parses the incoming
6151         message, turns it into a GValue array, then invokes the marshaller
6152         specified in the DBusGMethodInfo.  Creates a new message with
6153         either return values or error message as appropriate.
6154         (gobject_message_function): Invoke lookup_object_and_method and
6155         invoke_object_method.
6156
6157         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
6158         (enum DBusBindingOutputMode): New enum for binding output modes.
6159         (pretty_print): Print binding names.
6160         (dbus_binding_tool_error_quark): GError bits.
6161         (version): Fix typo.
6162         (main): Create GIOChannel for output.  Parse new --mode argument,
6163         possible values are "pretty-print", "glib-server", "glib-client".
6164         Use mode to invoke appropriate function.
6165         
6166         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
6167
6168         * glib/dbus-glib-tool.h: New header, just includes GError bits
6169         for now.
6170
6171         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
6172         maps binding style to name.
6173         (struct MethodInfo): Ditto.
6174         (get_hash_keys, get_hash_key): Utility function, returns keys for
6175         a GHashTable.
6176         (interface_info_new, method_info_new): Initialize bindings.
6177         (interface_info_unref, method_info_unref): Destroy bindings.
6178         (method_info_get_binding_names, method_info_get_binding_name)
6179         (interface_info_get_binding_names, interface_info_get_binding_name):
6180         Functions for retrieving binding names.
6181         (method_info_set_binding_name, interface_info_set_binding_name):
6182         Functions for setting binding names.
6183
6184         * glib/dbus-binding-tool-glib.h: New file, has prototypes
6185         for glib binding generation.
6186
6187         * glib/dbus-binding-tool-glib.c: New file, implements server-side
6188         and client-side glib glue generation.
6189
6190         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
6191         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
6192         dbus-glib-tool.h.
6193
6194         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
6195         of using GClosureMarshal directly.
6196         (struct DBusGObjectInfo): Add n_infos member.
6197
6198         * test/glib/test-service-glib.xml: New file; contains introspection data
6199         for MyTestObject used in test-service-glib.c.
6200
6201         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
6202         (my_object_do_nothing, my_object_increment, my_object_throw_error)
6203         (my_object_uppercase, my_object_many_args): New test methods.
6204         (main): Use dbus_g_object_class_install_info to include generated object
6205         info.
6206
6207         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
6208         as well as client-side bindings.
6209
6210         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
6211         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
6212         using both the dbus_gproxy stuff directly as well as the generated bindings.
6213
6214 2005-02-15  Havoc Pennington  <hp@redhat.com>
6215
6216         * dbus/dbus-connection.c (dbus_connection_dispatch): always
6217         complete a pending call, don't run filters first.
6218
6219         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
6220         dbus_pending_call_steal_reply
6221
6222         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
6223         _dbus_connection_block_pending_call
6224         (dbus_pending_call_get_reply): change to steal_reply and return a
6225         ref
6226
6227         * dbus/dbus-connection.c
6228         (dbus_connection_send_with_reply_and_block): port to work in terms
6229         of DBusPendingCall
6230         (_dbus_connection_block_pending_call): replace block_for_reply
6231         with this
6232
6233 2005-02-14  Havoc Pennington  <hp@redhat.com>
6234
6235         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
6236         properly handle looking up group information by name; fix 
6237         from j@bootlab.org
6238
6239 2005-02-13  Havoc Pennington  <hp@redhat.com>
6240
6241         * dbus/dbus-connection.c (dbus_connection_return_message) 
6242         (dbus_connection_borrow_message): hold dispatch lock while message
6243         is outstanding
6244         (_dbus_connection_block_for_reply): hold dispatch lock while we
6245         block for the reply, so nobody steals our reply
6246         (dbus_connection_pop_message): hold the dispatch lock while we
6247         pluck the message
6248
6249 2005-02-13  Havoc Pennington  <hp@redhat.com>
6250
6251         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
6252         (_dbus_connection_release_dispatch)
6253         (_dbus_connection_acquire_io_path)
6254         (_dbus_connection_release_io_path): make the mutex and condvar
6255         control access to the "acquired" flag. Drop the connection lock
6256         while waiting on the condvar. Hopefully these are baby steps in
6257         roughly the right direction.
6258
6259 2005-02-13  Havoc Pennington  <hp@redhat.com>
6260
6261         * dbus/dbus-connection.c: use separate mutexes for the condition
6262         variables; this is some kind of baseline for sanity, but the
6263         condition variables still aren't used correctly afaict
6264
6265 2005-02-13  Havoc Pennington  <hp@redhat.com>
6266
6267         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6268         fix a double-unlock
6269
6270         * dbus/dbus-connection.c
6271         (_dbus_connection_detach_pending_call_unlocked): add this
6272
6273         Initial semi-correct pass through to fix thread locking; there are
6274         still some issues with the condition variable paths I'm pretty
6275         sure
6276         
6277         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
6278         lock/unlock calls
6279
6280         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
6281         rename to add _unlocked
6282         (struct DBusConnection): move "dispatch_acquired" and
6283         "io_path_acquired" to use only one bit each.
6284         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
6285         (dbus_connection_set_watch_functions): hacky fix to reentrancy
6286         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
6287         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
6288         (_dbus_connection_remove_timeout) 
6289         (_dbus_connection_toggle_timeout): drop lock when calling out to
6290         user functions; done in a hacky/bad way.
6291         (_dbus_connection_send_and_unlock): add a missing unlock
6292         (_dbus_connection_block_for_reply): add a missing unlock
6293
6294         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
6295         drop lock in a hacky probably unsafe way to call out to user
6296         function
6297
6298 2005-02-12  Havoc Pennington  <hp@redhat.com>
6299
6300         * tools/dbus-tree-view.c (info_set_func_text): display more
6301         details on args
6302
6303         * bus/driver.c (bus_driver_handle_list_services): list the bus
6304         driver
6305
6306         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
6307
6308         * glib/dbus-gidl.c (signal_info_get_n_args): new function
6309         (method_info_get_n_args): new function
6310
6311 2005-02-12  Havoc Pennington  <hp@redhat.com>
6312
6313         * bus/driver.c (bus_driver_handle_introspect): add introspection
6314         for bus driver
6315
6316 2005-02-12  Havoc Pennington  <hp@redhat.com>
6317
6318         * bus/driver.c: put the signature of each bus driver method in the
6319         table of handlers and check it on incoming calls; this isn't
6320         really useful, but going to add introspect support in a minute.
6321
6322 2005-02-11  Joe Shaw  <joeshaw@novell.com>
6323
6324         * mono/Connection.cs: The unpredictability of finalizers in mono
6325         prevents us from deterministically disconnecting the filters from
6326         the Service class's finalizer, so move tracking of filters and
6327         matches here.  Add API for that.
6328
6329         * mono/Service.cs: Remove the code, add code which calls the
6330         methods now on the Connection class.
6331
6332 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
6333
6334         * python/dbus.py (class Sender): added to support dbus signals better
6335         (Bus::add_signal_receiver): added expand_args parameter which defaults
6336         to True.  When expand args is True the signal handler will pass the 
6337         message arguments as parameters to the signal handler.  If False
6338         revert to previous behavior where the signal handler must get the
6339         argument list from the message.  This is to help port applications
6340         like HAL that have a tendancy to send variable length argument lists.
6341         self._match_rule_to_receivers is now a dict of dicts.
6342         (Bus::remove_signal_receiver): pop handler off the dict intead of 
6343         removing it from a list
6344         (Bus::_signal_func): change signal handlers so that interface,
6345         signal_name, service, path and message are packed into a Sender
6346         object and that is passed to the handler.  If expand_args is True
6347         extract the args list from the message and append it to the parameter
6348         list
6349         
6350         * python/dbus_bindings.pyx.in (class Signature): added to support 
6351         signiature types
6352         (MessageIter::__init__): changed iteration limit to match D-BUS
6353         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
6354         STRUCT and VARIENT type support
6355         (MessageIter::python_value_to_dbus_sig): made recursive to support
6356         recursive types
6357         (MessageIter::append*): added Signature, dict, tuple 
6358         support
6359
6360         * python/examples/example-client.py: added examples of getting tuples
6361         and dicts
6362
6363         * python/examples/example-service.py: added examples of sending tuples
6364         and dicts
6365
6366         * python/examples/example-signal-recipient.py: Fixed to handle new
6367         signal callback format
6368
6369 2005-02-10  Havoc Pennington  <hp@redhat.com>
6370
6371         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
6372         (call dbus_g_proxy_add_signal)
6373
6374         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
6375         escape the hostname
6376         (_dbus_server_new_for_domain_socket): escape the path
6377
6378         * dbus/dbus-address.c (dbus_address_escape_value): new
6379         (dbus_address_unescape_value): new
6380         (dbus_parse_address): unescape values
6381
6382         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6383
6384         * doc/dbus-specification.xml: explain how to escape values in
6385         addresses
6386
6387 2005-02-10  Havoc Pennington  <hp@redhat.com>
6388
6389         * dbus/dbus-message-factory.c (generate_special): modify test to
6390         avoid using a non-basic dict key
6391
6392         * dbus/dbus-marshal-validate-util.c: add test for the below
6393
6394         * doc/dbus-specification.xml: require that dict keys are a basic
6395         type
6396
6397         * dbus/dbus-marshal-validate.c
6398         (_dbus_validate_signature_with_reason): require that dict key is a
6399         basic type
6400
6401 2005-02-10  Havoc Pennington  <hp@redhat.com>
6402
6403         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6404         change to be _and_unlock instead of _unlocked
6405
6406         * dbus/dbus-connection.c
6407         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6408         have no_update so we can find this bug quickly in future
6409
6410 2005-02-10  Havoc Pennington  <hp@redhat.com>
6411
6412         * dbus/dbus-message-util.c (verify_test_message): tests for string
6413         array
6414
6415         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6416         support for arrays of string/signature/path
6417
6418 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6419
6420         * dbus/dbus-connection.c
6421         (_dbus_connection_queue_received_message_link,
6422         _dbus_connection_message_sent): Add the path to
6423         the verbose output.
6424         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6425         _dbus_connection_send_preallocated_unlocked(), updated the
6426         dispatch status, and unlocks.  Fixes a bug where certain
6427         situations (like a broken pipe) could cause a Disconnect message
6428         to not be sent, tricking the bus into thinking a service was still
6429         there when the process had quit.
6430         (_dbus_connection_send_preallocated): Call
6431         _dbus_connection_send_preallocated_and_unlock().
6432         (_dbus_connection_send_and_unlock): Added.  Calls
6433         _dbus_connection_send_preallocated_and_unlock().
6434         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6435         (dbus_connection_send_with_reply): Update the dispatch status and
6436         unlock.
6437
6438         * mono/Service.cs (~Service): Added.  Removes the filter so that
6439         we don't get unmanaged code calling back into a GCed delegate.
6440         (RemoveFilter); Added.
6441
6442 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6443
6444         * dbus/dbus-message.c (dbus_message_iter_open_container):
6445         - Removed check for iterator type being an array because
6446         get_arg_type does not work with writer iterators
6447         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6448
6449 2005-02-07  Havoc Pennington  <hp@redhat.com>
6450
6451         * doc/dbus-specification.xml: some more language cleanups; add
6452         stuff about how to deal with invalid protocol and extension
6453         points; add _ to allowed chars in auth commands; add EXTENSION_
6454         auth command prefix
6455
6456 2005-02-06  Havoc Pennington  <hp@redhat.com>
6457
6458         * s/expected/required/ in a couple places for clarity
6459
6460 2005-02-07  Colin Walters  <walters@verbum.org>
6461
6462         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6463         sender or proposed_recipient.
6464
6465 2005-02-06  Havoc Pennington  <hp@redhat.com>
6466
6467         * dbus/dbus-message-factory.c (generate_special): more tests
6468
6469         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6470         array length that exceeds the maximum
6471
6472 2005-02-05  Havoc Pennington  <hp@redhat.com>
6473
6474         * dbus/dbus-message-factory.c (generate_special): more test cases,
6475         increasing coverage
6476
6477         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6478         reason why a signature was invalid
6479
6480         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6481         skip the length of the string before we look at it in validation
6482
6483         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6484         equal_substring
6485
6486         * dbus/dbus-message.c (_dbus_message_loader_new): default
6487         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6488
6489 2005-02-05  Havoc Pennington  <hp@redhat.com>
6490
6491         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6492         if the signature of a variant was empty
6493         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6494         struct with no element type)
6495
6496         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6497         mangled messages to break things
6498
6499 2005-02-04  Havoc Pennington  <hp@redhat.com>
6500
6501         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6502         g_quark_try_string() so it actually can return 0
6503         (dbus_g_proxy_connect_signal): ditto
6504
6505 2005-02-04  Havoc Pennington  <hp@redhat.com>
6506
6507         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6508         bogus warning
6509         (tristring_from_message): assert cleanly on null path/interface
6510         (should not be possible though I decided later)
6511         (dbus_g_proxy_dispose): move proxy manager unregistration here
6512         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6513         g_return_if_fail() checks
6514
6515 2005-02-04  Havoc Pennington  <hp@redhat.com>
6516
6517         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6518
6519         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6520         (with some minor changes)
6521
6522         * doc/dbus-specification.xml: add deprecated attribute to
6523         introspection format
6524
6525 2005-01-31  Havoc Pennington  <hp@redhat.com>
6526
6527         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6528         think it's sort of right
6529
6530 2005-01-30  Havoc Pennington  <hp@redhat.com>
6531
6532         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6533
6534 2005-01-30  Havoc Pennington  <hp@redhat.com>
6535
6536         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6537
6538         * autogen.sh: change to autotools 1.9
6539
6540         * glib/dbus-gproxy.c: completely change how signals work
6541         (dbus_g_proxy_add_signal): new function to specify signature of a
6542         signal
6543         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6544         and g_warning if the incoming message has the wrong signature.
6545
6546 2005-01-30  Havoc Pennington  <hp@redhat.com>
6547
6548         * tools/dbus-names-model.c (have_names_notify): fix this
6549
6550         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6551         up the string array handling a bit 
6552
6553 2005-01-30  Havoc Pennington  <hp@redhat.com>
6554
6555         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6556         (dbus_g_pending_call_cancel): new function
6557
6558         * dbus/dbus-glib.h: move GType decls for connection/message here;
6559         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6560         here, just kind of rationalizing how we handle all that
6561
6562         * tools/dbus-names-model.c: new file for a tree model listing the
6563         services on a bus
6564
6565         * tools/dbus-tree-view.c (model_new): use proper typing on the
6566         model rows
6567
6568 2005-01-30  Havoc Pennington  <hp@redhat.com>
6569
6570         * glib/dbus-gmain.c: add a custom GSource back that just checks
6571         whether the message queue has anything in it; otherwise, there are 
6572         cases where we won't see messages in the queue since there was no 
6573         IO visible to the glib main loop
6574
6575         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6576         increase default message timeout to 25 seconds
6577
6578 2005-01-30  Havoc Pennington  <hp@redhat.com>
6579
6580         * test/glib/test-profile.c (no_bus_stop_server): remove the
6581         warning about the g_warning that I just fixed
6582
6583         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6584         custom source, seems to be a lot easier to understand and work
6585         better.
6586
6587 2005-01-30  Havoc Pennington  <hp@redhat.com>
6588
6589         I think this main loop thing is conceptually broken, but here are 
6590         some band aids. I'll maybe rewrite it in a minute.
6591         
6592         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6593         custom GSource, so don't pass it in; confusing
6594         (gsource_server_finalize, gsource_connection_finalize): add
6595         finalize handlers that remove all the watches.  
6596
6597 2005-01-30  Havoc Pennington  <hp@redhat.com>
6598
6599         * glib/dbus-gobject.c (introspect_properties): fix the XML
6600         generated
6601
6602         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
6603         which effectively detects the use of freed messages
6604
6605         * glib/dbus-gobject.c (handle_introspect): modify and return the
6606         reply message instead of the incoming message
6607
6608         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
6609         gee, maybe it should SEND THE XML instead of just making a string
6610         and freeing it again ;-)
6611
6612         * tools/dbus-print-message.c (print_message): improve printing of
6613         messages
6614
6615         * configure.in: add debug-glib.service to the output
6616
6617 2005-01-30  Havoc Pennington  <hp@redhat.com>
6618
6619         dbus-viewer introspected and displayed the bus driver
6620         
6621         * dbus/dbus-object-tree.c 
6622         (object_tree_test_iteration): add tests for a handler registered on "/"
6623
6624         * dbus/dbus-object-tree.c
6625         (_dbus_decompose_path): fix to handle path "/" properly
6626         (run_decompose_tests): add tests for path decomposition
6627         
6628         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
6629         properly
6630
6631         * glib/dbus-gobject.c (handle_introspect): fix quotes
6632
6633         * test/glib/run-test.sh: support launching the bus, then running
6634         dbus-viewer
6635
6636         * test/glib/test-service-glib.c (main): put in a trivial gobject
6637         subclass and register it on the connection
6638
6639         * bus/driver.c (bus_driver_handle_introspect): implement
6640         introspection of the bus driver service
6641
6642         * dbus/dbus-protocol.h: add #defines for the XML namespace,
6643         identifiers, doctype decl
6644
6645         * bus/driver.c (bus_driver_handle_get_service_owner): handle
6646         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
6647         returning the service unchanged.
6648         (bus_driver_handle_message): remove old check for reply_serial in
6649         method calls, now the message type deals with that
6650         (bus_driver_handle_message): handle NULL interface
6651
6652         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
6653
6654         * glib/dbus-gloader-expat.c (description_load_from_string): allow
6655         -1 for len
6656
6657         * tools/dbus-viewer.c: add support for introspecting a service on
6658         a bus
6659
6660         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
6661         (dbus_g_pending_call_unref): add
6662
6663 2005-01-29  Havoc Pennington  <hp@redhat.com>
6664
6665         * tools/dbus-tree-view.c: add support for displaying properties.
6666         (run dbus-viewer with an introspect xml file as arg, then resize
6667         the window so the tree elements show up, not sure what that is)
6668
6669         * glib/dbus-gobject.c (handle_introspect): return
6670         org.freedesktop.Properties and org.freedesktop.Introspectable
6671         interfaces when we are introspected.
6672
6673         * doc/dbus-specification.xml: allow empty interface name when 
6674         Get/Set a property
6675
6676 2005-01-29  Havoc Pennington  <hp@redhat.com>
6677
6678         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
6679         though it uses glib, it could be extended for any binding in
6680         principle
6681
6682         * glib/dbus-gobject.c (gobject_message_function): change to the
6683         new way properties work
6684
6685         * dbus/dbus-protocol.h: add the new interfaces
6686
6687         * doc/dbus-specification.xml: document the introspection format,
6688         Introspectable interface, and add an org.freedesktop.Properties
6689         interface.
6690
6691         * glib/dbus-gparser.c: add support for a <property> element
6692
6693         * glib/dbus-gidl.c: add PropertyInfo
6694
6695         * glib/dbus-gobject.c (handle_introspect): put the outermost
6696         <node> outside the signal and property descriptions.
6697         (introspect_properties): export properties as <property> rather
6698         than as method calls
6699
6700 2005-01-28  Havoc Pennington  <hp@redhat.com>
6701
6702         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
6703         related to authentication protocol
6704
6705 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
6706
6707         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
6708                 - BUS_ACTIVATION -> BUS_STARTER
6709                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
6710                 - class MessageIter (__init__): Added recursion checking 
6711                 so we throw a nice error instead of just disconnecting from the
6712                 bus.
6713                 (get): Added arg_type parameter for recursion.
6714                 Removed the nil type
6715                 Added signiture type placeholder (not implemented)
6716                 Added struct type placeholder (not implemented)
6717                 Added varient type placeholder (not implemented)
6718                 Commented out dict type for now     
6719                 (get_element_type): renamed from get_array_type
6720                 (get_*): changed to use the dbus_message_iter_get_basic API
6721                 (get_*_array): removed in favor of recursive get_array method
6722                 (get_array): new recursive method which calls get to marshal
6723                 the elements of the array
6724                 (value_to_dbus_sig): New method returns the corrasponding
6725                 dbus signiture to a python value
6726                 (append): Comment out dict handling for now
6727                 Handle lists with the new recursive API
6728                 Comment out None handling for now
6729                 (append_nil): removed
6730                 (append_*): changed to use dbus_message_iter_append_basic API
6731                 (append_*_array): removed in favor of recursive append_array 
6732                 method
6733                 (__str__): Make it easier to print out recursive iterators
6734                 for debugging
6735                 - class Message (__str__): moved type inspection to the
6736                 MessageIter class' __str__ method
6737                 (get_iter): Added an append parameter wich defaults to False
6738                 If True use the new API's to create an append iterator
6739
6740         * python/dbus.py: Update to use new bindings API
6741                 - TYPE_ACTIVATION -> TYPE_STARTER
6742                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
6743                 - class ActivationBus -> class StarterBus
6744                 - class RemoteObject (__call__): get an append iterator
6745                 - (_dispatch_dbus_method_call): get an append iterator
6746                 - class Object (emit_signal): get an append iterator
6747
6748         * python/examples/: Fixed up the examples to work with the new API
6749                 
6750 2005-01-28  Joe Shaw  <joeshaw@novell.com>
6751
6752         * configure.in: Bump version up to 0.30.
6753
6754         * HACKING: Add a release item to bump the version number up after 
6755         a release.
6756
6757 2005-01-28  Havoc Pennington  <hp@redhat.com>
6758
6759         * doc/dbus-specification.xml: update to describe 16-bit types and
6760         dict entries
6761
6762         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
6763         assertion
6764
6765         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
6766         type
6767
6768         * dbus/dbus-marshal-recursive.c: implement
6769
6770 2005-01-27  Havoc Pennington  <hp@redhat.com>
6771
6772         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
6773
6774         * configure.in: find the right type for 16 and 32 bit ints as well
6775         as 64
6776
6777         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
6778         the 16-bit types so people don't have to stuff them in 32-bit or
6779         byte arrays.
6780
6781 2005-01-27  Havoc Pennington  <hp@redhat.com>
6782
6783         * dbus/dbus-message.c: byteswap the message if you init an
6784         iterator to read/write from it
6785         
6786         * dbus/dbus-marshal-byteswap.c: new file implementing 
6787         _dbus_marshal_byteswap()
6788
6789         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
6790
6791 2005-01-26  Havoc Pennington  <hp@redhat.com>
6792         
6793         * dbus/dbus-marshal-validate-util.c: break this out (and fix
6794         build, apparently - nobody noticed?)
6795         
6796 2005-01-26  Havoc Pennington  <hp@redhat.com>
6797
6798         * dbus/dbus-marshal-recursive.h: remove todo comment
6799
6800 2005-01-25  Joe Shaw  <joeshaw@novell.com>
6801
6802         * Land the mono binding changes to conform to the new APIs.
6803
6804         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
6805         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
6806
6807         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
6808         type code as a string.
6809         (InitAppending): Rename dbus_message_append_iter_init() to
6810         dbus_message_iter_init_append().
6811
6812         * mono/BusDriver.cs: Rename ServiceEventHandler to
6813         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
6814         Rename ServiceOwnerChanged to NameOwnerChanged.
6815
6816         * mono/Connection.cs: Rename BaseService to UniqueName, and the
6817         underlying C call.
6818
6819         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
6820
6821         * mono/Service.cs: Rename Exists to HasOwner, internally rename
6822         dbus_bus_acquire_service() to dbus_bus_request_name().
6823
6824         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
6825         of Type.UnderlyingSystemType to get the correct element type for
6826         the array.
6827         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
6828         dbus_message_get_{element|arg}_type() instead of
6829         dbus_message_iter_init_array_iterator().
6830         (Append): Replace dbus_message_iter_append_array() with
6831         dbus_message_iter_open_container() and
6832         dbus_message_iter_close_container().
6833
6834         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
6835         types have been removed.
6836         
6837         * mono/DBusType/*.cs: Replace calls of
6838         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
6839         but specify the type in the DllImport extern declaration.  Ditto
6840         for dbus_message_iter_append_[type]() ->
6841         dbus_message_iter_append_basic().
6842
6843         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
6844         NameOwnerChangedHandler.
6845
6846 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
6847
6848         * python/dbus_bindings.pyx.in: Rename of methods and bindings
6849                 - get_base_service -> get_unique_name
6850                 - bus_get_base_service -> bus_get_unique_name
6851                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
6852                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
6853                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
6854                 - bus_activate_service -> bus_start_service_by_name
6855                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
6856                 - bus_acquire_service -> bus_request_name
6857                 - dbus_bus_acquire_service -> dbus_bus_request_name
6858                 - bus_service_exists -> bus_name_has_owner
6859                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
6860
6861         * python/dbus.py: Rename of methods
6862                 - activate_service -> start_service_by_name
6863                 - bus_acquire_service -> bus_request_name
6864                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
6865                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
6866
6867         
6868 2005-01-24  Joe Shaw  <joeshaw@novell.com>
6869
6870         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
6871         signature for the method that can't be found.
6872
6873         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
6874         the message has any arguments, we need to call
6875         _dbus_type_reader_get_current_type(), not
6876         _dbus_type_reader_has_next().
6877
6878 2005-01-24  Havoc Pennington  <hp@redhat.com>
6879
6880         * dbus/dbus-message-factory.c: more testing of message validation
6881
6882         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
6883         header
6884
6885 2005-01-23  Havoc Pennington  <hp@redhat.com>
6886
6887         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
6888         get this all working, not many tests in the framework yet though
6889
6890 2005-01-22  Havoc Pennington  <hp@redhat.com>
6891
6892         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
6893         tutorial, based on work from David Wheeler.
6894
6895 2005-01-21  Havoc Pennington  <hp@redhat.com>
6896
6897         * dbus/dbus-bus.c: add more return_if_fail checks
6898
6899         * dbus/dbus-message.c (load_message): have the "no validation"
6900         mode (have to edit the code to toggle the mode for now though)
6901
6902         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
6903         skips all validation; I want to use this at least for benchmark
6904         baseline, I'm not sure if it should be a publicly-available switch.
6905
6906 2005-01-21  Havoc Pennington  <hp@redhat.com>
6907
6908         * glib/dbus-gmain.c: don't put the GLib bindings in the same
6909         toplevel doxygen group as the low-level API stuff
6910
6911         * dbus/dbus.h: note that libdbus is the low-level API
6912
6913 2005-01-20  Havoc Pennington  <hp@redhat.com>
6914
6915         * update-dbus-docs.sh: script to update docs on the web site, only
6916         works for me though. neener.
6917
6918 2005-01-20  Havoc Pennington  <hp@redhat.com>
6919
6920         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
6921         code can reveal bugs in it
6922
6923 2005-01-20  Havoc Pennington  <hp@redhat.com>
6924
6925         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
6926         select() version, patches from Tor Lillqvist
6927
6928 2005-01-20  Havoc Pennington  <hp@redhat.com>
6929
6930         * doc/dbus-tutorial.xml: replace > with &gt;
6931
6932         * bus/services.c (bus_registry_acquire_service): validate the name
6933         and return a better error if it's no good.
6934
6935         * doc/dbus-specification.xml: note NO_AUTO_START change
6936
6937         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
6938         from AUTO_START, we're toggling the default
6939
6940         * bus/dispatch.c: adapt the tests to change of auto-start default
6941
6942 2005-01-18  Havoc Pennington  <hp@redhat.com>
6943
6944         * rename dbus-daemon-1 to dbus-daemon throughout
6945
6946 2005-01-18  Havoc Pennington  <hp@redhat.com>
6947
6948         * Throughout, grand renaming to strip out the use of "service",
6949         just say "name" instead (or "bus name" when ambiguous).  Did not
6950         change the internal code of the message bus itself, only the
6951         programmer-facing API and messages.
6952         
6953         * doc/dbus-specification.xml: further update the message bus section
6954         
6955         * bus/config-parser.c (all_are_equiv): fix bug using freed string
6956         in error case
6957
6958 2005-01-17  Havoc Pennington  <hp@redhat.com>
6959
6960         * dbus/dbus-types.h: remove 16-bit types since we don't use them
6961         ever
6962
6963         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
6964         "invalid name character" not only non-ASCII
6965
6966         * doc/dbus-specification.xml: further update spec, message bus 
6967         parts are still out-of-date but the marshaling etc. stuff is now
6968         accurate-ish
6969
6970 2005-01-17  Havoc Pennington  <hp@redhat.com>
6971
6972         * doc/dbus-specification.xml: partially update spec
6973
6974 2005-01-17  Havoc Pennington  <hp@redhat.com>
6975
6976         * Throughout, align variant bodies according to the contained
6977         type, rather than always to 8. Should save a fair bit of space in
6978         message headers.
6979         
6980         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
6981         fix handling of case where p == end
6982
6983         * doc/TODO: remove the dbus_bool_t item and variant alignment items
6984
6985 2005-01-17  Havoc Pennington  <hp@redhat.com>
6986
6987         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
6988
6989         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
6990         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
6991         are marshaling/unmarshaling a boolean.
6992
6993 2005-01-16  Havoc Pennington  <hp@redhat.com>
6994
6995         This is about it on what can be disabled/deleted from libdbus
6996         easily, back below 150K anyhow. Deeper cuts are more work than 
6997         just turning the code off as I've done here.
6998         
6999         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
7000         signed int convenience funcs
7001
7002         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
7003         verbose mode
7004
7005         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
7006         things out of libdbus
7007
7008         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
7009         
7010         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
7011         tests-enabled-only, though it should probably be deleted)
7012
7013         * dbus/dbus-message-util.c: same stuff
7014
7015         * dbus/dbus-auth-util.c: same stuff
7016
7017 2005-01-16  Havoc Pennington  <hp@redhat.com>
7018
7019         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
7020
7021         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
7022         way for stripping down dbus-userdb.c stuff included in libdbus.
7023         Rename _dbus_parse_uid for consistency.
7024
7025 2005-01-16  Havoc Pennington  <hp@redhat.com>
7026
7027         * dbus/dbus-internals.c (_dbus_real_assert): print the function
7028         name the assertion failed in
7029
7030         * dbus/dbus-internals.h (_dbus_return_if_fail) 
7031         (_dbus_return_val_if_fail): assert that the name of the function
7032         containing the check doesn't start with '_', since we only want to 
7033         use checks on public functions
7034         
7035         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
7036         checks to assertions
7037
7038         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
7039         change checks to asserts for private function
7040
7041         * dbus/dbus-message.c (_dbus_message_set_serial): checks
7042         to asserts for private function
7043
7044         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
7045         broken assertion that was breaking make check
7046         (_dbus_type_reader_array_is_empty): remove this rather than fix
7047         it, was only used in assertions
7048
7049 2005-01-16  Havoc Pennington  <hp@redhat.com>
7050
7051         * test/unused-code-gc.py: hacky script to find code that's used
7052         only by the bus (not libdbus) or used only by tests or not used at
7053         all. It has some false alarms, but looks like we can clean up a
7054         lot of size from libdbus.
7055
7056         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
7057         dbus/Makefile.am: initially move 10K of binary size out of libdbus
7058         
7059 2005-01-16  Havoc Pennington  <hp@redhat.com>
7060
7061         * Add and fix docs according to Doxygen warnings throughout
7062         source.
7063         
7064         * dbus/dbus-marshal-recursive.c
7065         (_dbus_type_reader_array_is_empty): change this to just call
7066         array_reader_get_array_len() and make it static
7067
7068         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
7069         from get_array_type
7070         (dbus_message_iter_init_append): rename from append_iter_init
7071
7072         * dbus/dbus-marshal-recursive.c
7073         (_dbus_type_reader_get_element_type): rename from
7074         _dbus_type_reader_get_array_type
7075
7076 2005-01-15  Havoc Pennington  <hp@redhat.com>
7077
7078         * test/glib/test-profile.c (with_bus_server_filter): fix crash
7079
7080         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
7081         when DBUS_DISABLE_ASSERT
7082         (_dbus_marshal_set_basic): be sure we align for the string length
7083
7084         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
7085         this look faster
7086
7087         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
7088         inline macro version
7089         (_dbus_string_set_byte): provide inline macro version
7090
7091 2005-01-15  Havoc Pennington  <hp@redhat.com>
7092
7093         * Land the new message args API and type system.
7094
7095         This patch is huge, but the public API change is not 
7096         really large. The set of D-BUS types has changed somewhat, 
7097         and the arg "getters" are more geared toward language bindings;
7098         they don't make a copy, etc.
7099
7100         There are also some known issues. See these emails for details
7101         on this huge patch:
7102         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
7103         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
7104         
7105         * dbus/dbus-marshal-*: all the new stuff
7106
7107         * dbus/dbus-message.c: basically rewritten
7108
7109         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
7110         freed blocks to be all non-nul bytes so using freed memory is less
7111         likely to work right
7112
7113         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
7114         DBUS_FAIL_MALLOC=N environment variable, so you can do
7115         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
7116         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
7117         thorough.
7118
7119         * qt/message.cpp: port to the new message args API
7120         (operator<<): use str.utf8() rather than str.unicode()
7121         (pretty sure this is right from the Qt docs?)
7122
7123         * glib/dbus-gvalue.c: port to the new message args API
7124
7125         * bus/dispatch.c, bus/driver.c: port to the new message args API
7126
7127         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
7128         "locked" flag to TRUE and align_offset to 0; I guess we never
7129         looked at these anyhow, but seems cleaner.
7130
7131         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
7132         move allocation padding macro to this header; use it to implement
7133         (_DBUS_STRING_STATIC): ability to declare a static string.
7134
7135         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
7136         change to return TRUE if the interface is not set.
7137
7138         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
7139         to dbus-marshal-validate.[hc]
7140
7141         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
7142         dbus-internals.c
7143
7144         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
7145         to dbus-marshal-*.[hc]
7146
7147         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
7148         function here from dbus-marshal.c
7149
7150 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7151
7152         * NEWS: Update for 0.23.
7153
7154         * configure.in: Release 0.23.
7155
7156 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7157
7158         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
7159         dbus DLL with --debug.  Clean up after the .mdb files this leaves
7160         behind.
7161
7162         * mono/doc/Makefile.am: Need to uninstall the docs on "make
7163         uninstall"
7164
7165         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
7166         is an enum, get the enum's underlying type.  Another mono
7167         1.1.3 fix.
7168
7169 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7170
7171         Patch from Sjoerd Simons <sjoerd@luon.net>
7172
7173         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
7174         DESTDIR.  It breaks stuff.
7175
7176 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7177
7178         Patch from Tambet Ingo <tambet@ximian.com>
7179
7180         * mono/DBusType/Array.cs (Get): Get the underlying element type by
7181         calling type.GetElementType().  The code previously depended on
7182         broken Mono behavior, which was fixed in Mono 1.1.3.
7183
7184         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
7185         Activator.CreateInstance() so that the class's constructor is
7186         called with the right parameters.
7187
7188 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7189
7190         Patch from Timo Teräs <ext-timo.teras@nokia.com>
7191
7192         * dbus/dbus-connection.c
7193         (_dbus_connection_queue_received_message_link): Call
7194         _dbus_connection_remove_timeout() instead of the _locked()
7195         variant, since it's always called from
7196         _dbus_connection_handle_watch(), which handles the locking.
7197         Removed the _locked() variant since it's no longer used.
7198
7199 2005-01-03  Havoc Pennington  <hp@redhat.com>
7200
7201         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
7202         return
7203         
7204 2004-12-26  Havoc Pennington  <hp@redhat.com>
7205
7206         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
7207
7208 2005-01-03  Havoc Pennington  <hp@redhat.com>
7209
7210         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
7211         floating point
7212
7213         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
7214
7215 2005-01-02  Havoc Pennington  <hp@redhat.com>
7216
7217         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
7218
7219 2005-01-01  Havoc Pennington  <hp@redhat.com>
7220
7221         * configure.in: add -Wfloat-equal
7222
7223 2005-01-01  Havoc Pennington  <hp@redhat.com>
7224
7225         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
7226         for a variety of reasons '==' doesn't do this.
7227
7228 2004-12-31  Havoc Pennington  <hp@redhat.com>
7229
7230         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
7231         I keep wishing I had
7232
7233 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7234
7235         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
7236
7237 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7238
7239         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
7240         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
7241         dbus-protocol.h.  Because they are defines and not enums they are not
7242         autogenerated.
7243
7244 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
7245
7246         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
7247         dbus_bus_activate_service
7248
7249         * python/dbus.py (Bus.activate_service): activate a service on the
7250         bus.
7251
7252 2004-12-24  Havoc Pennington  <hp@redhat.com>
7253
7254         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
7255         file format has also changed and I haven't adapted to that yet
7256         
7257         * Makefile.am: load .gcno files from latest gcc
7258
7259 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
7260         * Patch from Rob Taylor <robtaylor@fastmail.fm>
7261
7262         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
7263         lowlevel binding
7264
7265         * python/dbus.py (get_unix_user): Added binding to 
7266         call dbus_bindings.bus_get_unix_user
7267
7268         * python/extract.py: Modified the proto_pat regex to
7269         handle unsigned long
7270
7271 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7272
7273         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
7274         better POSIX compliance.
7275
7276 2004-12-19  Havoc Pennington  <hp@redhat.com>
7277
7278         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
7279         (_dbus_string_insert_8_aligned): new functions
7280
7281         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
7282
7283 2004-12-18  Havoc Pennington  <hp@redhat.com>
7284
7285         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
7286         macro
7287
7288         * dbus/dbus-message.c: fix a comment, and add a still-unused
7289         not-implemented function
7290
7291         * dbus/dbus-marshal.h: fix comment
7292
7293         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
7294
7295 2004-12-17  Joe Shaw  <joeshaw@novell.com>
7296
7297         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
7298         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
7299         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
7300         Type.UnderlyingSystemType to get the actual system type
7301         underneath.  This code previously depended on the broken Mono
7302         behavior, which was fixed in 1.1.3.
7303
7304 2004-11-27  Havoc Pennington  <hp@redhat.com>
7305
7306         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
7307         are disabled
7308         (_dbus_string_get_const_data): inline when asserts are disabled
7309
7310         * dbus/dbus-message.c: record the _dbus_current_generation of
7311         creation so we can complain if dbus_shutdown() is used improperly.
7312         Do this only if checks are enabled.
7313
7314         * dbus/dbus-connection.c: ditto
7315         
7316 2004-11-26  Havoc Pennington  <hp@redhat.com>
7317
7318         * test/glib/test-profile.c: add with_bus mode to profile echoes
7319         that go through the bus.
7320
7321         * test/glib/run-test.sh: add ability to run test-profile
7322
7323         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
7324         config file reload.
7325
7326 2004-11-26  Havoc Pennington  <hp@redhat.com>
7327
7328         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
7329         thing was implemented
7330
7331 2004-11-26  Havoc Pennington  <hp@redhat.com>
7332
7333         * test/glib/test-profile.c: tweak a bit, add support for some
7334         made-up minimal malloc overhead with plain sockets, since in 
7335         real life some sort of buffers are unavoidable thus we could 
7336         count them in the theoretical best case
7337
7338 2004-11-26  Havoc Pennington  <hp@redhat.com>
7339
7340         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
7341         where I was trying to cache one too many messages
7342
7343 2004-11-26  Havoc Pennington  <hp@redhat.com>
7344
7345         * dbus/dbus-message.c: reimplement message cache as an array which 
7346         makes the cache about twice as fast and saves maybe 1.5% overall
7347
7348 2004-11-26  Havoc Pennington  <hp@redhat.com>
7349
7350         * dbus/dbus-threads.c (init_global_locks): forgot to put the
7351         message cache lock here
7352
7353 2004-11-26  Havoc Pennington  <hp@redhat.com>
7354
7355         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
7356         the "char byte_order" next to each other to save 4 bytes
7357         (dbus_message_new_empty_header): reduce preallocation, since the
7358         message cache should achieve a similar effect
7359         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
7360         message cache that keeps a few DBusMessage around in a pool,
7361         another 8% speedup or so.
7362
7363         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
7364
7365 2004-11-25  Havoc Pennington  <hp@redhat.com>
7366
7367         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
7368         to write, without reading or blocking, try it before the poll()
7369         and skip the poll() if nothing remains to write. This is about a
7370         3% speedup in the echo client/server
7371
7372 2004-11-25  Havoc Pennington  <hp@redhat.com>
7373
7374         The primary change here is to always write() once before adding
7375         the write watch, which gives us about a 10% performance increase.
7376         
7377         * dbus/dbus-transport-unix.c: a number of modifications to cope
7378         with removing messages_pending
7379         (check_write_watch): properly handle
7380         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
7381         messages_pending stuff
7382         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7383         AUTHENTICATED cases
7384         (unix_handle_watch): after writing, see if the write watch can be
7385         removed
7386         (unix_do_iteration): assert that write_watch/read_watch are
7387         non-NULL rather than testing that they aren't, since they 
7388         aren't allowed to be NULL. check_write_watch() at the end so 
7389         we add the watch if we did not finish writing (e.g. got EAGAIN)
7390
7391         * dbus/dbus-transport-protected.h: remove messages_pending call,
7392         since it resulted in too much inefficient watch adding/removing; 
7393         instead we now require that the transport user does an iteration 
7394         after queueing outgoing messages, and after trying the first
7395         write() we add a write watch if we got EAGAIN or exceeded our 
7396         max bytes to write per iteration setting
7397
7398         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7399         function
7400
7401         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7402         freed and then accessed, valgrind flagged this bug, fix it
7403
7404         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7405         as the last valid field plus 1, where really it is equal to the
7406         last valid field. Corrects some message corruption issues.
7407
7408         * dbus/dbus-mainloop.c: verbosity changes
7409
7410         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7411         instead of aborting in one of the test codepaths
7412
7413         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7414         caused not printing the pid ever again if a verbose was missing
7415         the newline at the end
7416         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7417
7418         * dbus/dbus-connection.c: verbosity changes; 
7419         (dbus_connection_has_messages_to_send): new function
7420         (_dbus_connection_message_sent): no longer call transport->messages_pending
7421         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7422         try to write() immediately, so we can avoid the write watch. This
7423         is the core purpose of this patchset
7424         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7425         dump the outgoing message queue, so nobody will get confused
7426         trying to send them or thinking stuff is pending to be sent
7427
7428         * bus/test.c: verbosity changes
7429
7430         * bus/driver.c: verbosity/assertion changes
7431
7432         * bus/dispatch.c: a bunch of little tweaks to get it working again
7433         because this patchset changes when/where you need to block.
7434
7435 2004-11-23  Havoc Pennington  <hp@redhat.com>
7436
7437         * test/glib/test-profile.c: modify to accept a plain_sockets
7438         argument in which case it will bench plain sockets instead of
7439         libdbus, for comparison purposes.
7440
7441 2004-11-22  Havoc Pennington  <hp@redhat.com>
7442
7443         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7444         threads for more time, so sysprof can get a grip on it.
7445
7446         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7447         pointless variable
7448
7449 2004-11-13  Havoc Pennington  <hp@redhat.com>
7450
7451         * test/glib/test-profile.c: fix this thing up a bit
7452
7453         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7454         preallocation sizes by a fair bit; not sure if this will be an
7455         overall performance win or not, but it does reduce reallocs.
7456
7457         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7458         the test hack that forced constant realloc if asserts are
7459         disabled, so we can profile sanely. Sprinkle in some
7460         _DBUS_UNLIKELY() which are probably pointless, but before I
7461         noticed the real performance problem I put them in.
7462         (_dbus_string_validate_utf8): micro-optimize this thing a little
7463         bit, though callgrind says it didn't help; then special-case
7464         ascii, which did help a lot; then be sure we detect nul bytes as
7465         invalid, which is a bugfix.
7466         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7467         superstition; use memset to nul the padding instead of a manual
7468         loop.
7469         (_dbus_string_get_length): inline this as a
7470         macro; it showed up in the profile because it's used for loop
7471         tests and so forth
7472
7473 2004-11-10  Colin Walters  <walters@verbum.org>
7474
7475         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7476         for extra paranoia.
7477
7478 2004-11-09  Colin Walters  <walters@verbum.org>
7479
7480         * dbus/dbus-string.c (_dbus_string_get_length): New
7481         function, writes DBusString to C buffer.
7482
7483         * dbus/dbus-string.h: Prototype it.
7484
7485         * dbus/dbus-message.c (dbus_message_type_to_string): New
7486         function, converts message type into C string.
7487
7488         * dbus/dbus-message.h: Prototype it.
7489
7490         * bus/selinux.c (bus_selinux_check): Take source pid,
7491         target pid, and audit data.  Pass audit data to
7492         avc_has_perm.
7493         (log_audit_callback): New function, appends extra
7494         audit information.
7495         (bus_selinux_allows_acquire_service): Also take
7496         service name, add it to audit data.
7497         (bus_selinux_allows_send): Also take message
7498         type, interface, method member, error name,
7499         and destination, and add them to audit data.
7500         (log_cb): Initialize func_audit.
7501         
7502         * bus/selinux.h (bus_selinux_allows_acquire_service)
7503         (bus_selinux_allows_send): Update prototypes 
7504
7505         * bus/services.c (bus_registry_acquire_service): Pass
7506         service name to bus_selinux_allows_acquire_service.
7507
7508         * bus/bus.c (bus_context_check_security_policy): Pass
7509         additional audit data.  Move assignment of dest
7510         to its own line.
7511
7512 2004-11-07  Colin Walters  <walters@verbum.org>
7513
7514         * dbus/dbus-transport-unix.c (do_authentication): Always
7515         initialize auth_completed.
7516         
7517 2004-11-07  Colin Walters  <walters@verbum.org>
7518
7519         * bus/bus.c (load_config): Break into three
7520         separate functions: process_config_first_time_only,
7521         process_config_every_time, and process_config_postinit.
7522         (process_config_every_time): Move call of
7523         bus_registry_set_service_context_table into
7524         process_config_postinit.
7525         (process_config_postinit): New function, does
7526         any processing that needs to happen late
7527         in initialization (and also on reload).
7528         (bus_context_new): Instead of calling load_config,
7529         open config parser here and call process_config_first_time_only
7530         and process_config_every_time directly.  Later, after
7531         we have forked but before changing UID,
7532         invoke bus_selinux_full_init, and then call
7533         process_config_postinit.
7534         (bus_context_reload_config): As in bus_context_new,
7535         load parse file inside here, and call process_config_every_time
7536         and process_config_postinit.
7537
7538         * bus/services.h, bus/services.c
7539         (bus_registry_set_service_context_table): Rename
7540         from bus_registry_set_sid_table.  Take string hash from config
7541         parser, and convert them here into SIDs.
7542
7543         * bus/config-parser.c (struct BusConfigParser): Have
7544         config parser only store a mapping of service->context
7545         string.
7546         (merge_service_context_hash): New function.
7547         (merge_included): Merge context string hashes instead
7548         of using bus_selinux_id_table_union.
7549         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7550         simply create a new string hash.
7551         (bus_config_parser_unref): Unref it.
7552         (start_selinux_child): Simply insert strings into hash,
7553         don't call bus_selinux_id_table_copy_over.
7554
7555         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7556         (bus_selinux_id_table_copy_over): Delete.
7557
7558 2004-11-03  Colin Walters  <walters@verbum.org>
7559
7560         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7561         variables.
7562         
7563 2004-11-03  Colin Walters  <walters@verbum.org>
7564
7565         * bus/test-main.c (test_pre_hook): Fix test logic,
7566         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7567
7568 2004-11-02  Colin Walters  <walters@redhat.com>
7569
7570         * bus/selinux.c (bus_selinux_init): Split into two functions,
7571         bus_selinux_pre_init and bus_selinux_post_init.
7572         (bus_selinux_pre_init): Just determine whether SELinux is
7573         enabled.
7574         (bus_selinux_post_init): Do everything else.
7575
7576         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7577         config file, and bus_selinux_post_init after.  This ensures that
7578         we don't lose the policyreload notification thread that
7579         bus_selinux_init created before forking previously.
7580         
7581         * bus/test-main.c (test_pre_hook): Update for split.
7582
7583 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7584
7585         Patch from Johan Fischer <linux@fischaz.com>
7586         
7587         * mono/doc/Makefile.am (install-data-local): Added directory
7588         install for DESTDIR
7589
7590 2004-10-29  Colin Walters  <walters@redhat.com>
7591
7592         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7593         parameter for fd to write pid to.       
7594
7595         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7596         
7597         * bus/bus.c (bus_context_new): Pass print_pid_fd
7598         to _dbus_become_daemon (bug #1720)
7599
7600 2004-10-29  Colin Walters  <walters@redhat.com>
7601
7602         Patch from Ed Catmur <ed@catmur.co.uk>
7603
7604         * mono/doc/Makefile.am (install-data-local): Handle
7605         DESTDIR.
7606
7607 2004-10-29  Colin Walters  <walters@redhat.com>
7608
7609         * bus/.cvsignore, qt/.cvsignore: Update.
7610
7611 2004-10-29  Colin Walters  <walters@redhat.com>
7612
7613         Patch from Kristof Vansant <de_lupus@pandora.be>
7614
7615         * configure.in: Detect Slackware.
7616         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
7617         * bus/rc.messagebus.in: New file.
7618
7619 2004-10-29  Colin Walters  <walters@redhat.com>
7620
7621         * tools/dbus-monitor.c (filter_func): Return
7622         DBUS_HANDLER_RESULT_HANDLED in filter function
7623         for now.  See:
7624         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
7625
7626 2004-10-29  Colin Walters  <walters@redhat.com>
7627
7628         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
7629
7630         * bus/services.c (bus_registry_acquire_service): 
7631         Correctly retrieve service name from DBusString
7632         for printing.
7633
7634 2004-10-29  Colin Walters  <walters@redhat.com>
7635
7636         * dbus/dbus-glib.h: Update documentation to not
7637         refer to internal APIs.
7638
7639 2004-10-27  Joe Shaw  <joeshaw@novell.com>
7640
7641         * mono/Arguments.cs (GetDBusTypeConstructor):
7642         type.UnderlyingSystemType will return "System.Byte" if you do it
7643         on "byte[]", which is not what we want.  So check the type.IsArray
7644         property and use System.Array instead.
7645
7646 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
7647
7648         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
7649         the DBusUserInfo structure since this is passed into the function.
7650         This would cause a double free when the function that allocated
7651         the structure would try to free it when an error occured.
7652
7653         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
7654         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
7655         for service activation to avoid 32bit/64bit parallel install issues
7656
7657 2004-10-21  Colin Walters  <walters@verbum.org>
7658
7659         * AUTHORS: Fix my email address, the @gnu.org one
7660         has been bouncing for some time.  Also add J5.
7661         
7662 2004-10-21  Colin Walters  <walters@verbum.org>
7663
7664         * dbus/dbus-transport-unix.c (do_authentication): Return
7665         authentication status to callers.
7666         (unix_handle_watch): If we completed authentication this round,
7667         don't do another read.  Instead wait until the next iteration,
7668         after we've read any pending data in the auth buffer.
7669         (unix_do_iteration): Ditto.
7670         (unix_handle_watch): Updated for new do_authentication prototype.
7671
7672 2004-10-18  Colin Walters  <walters@verbum.org>
7673
7674         * bus/selinux.c (bus_selinux_enabled): Handle
7675         --disable-selinux case.
7676         
7677 2004-10-18  Colin Walters  <walters@verbum.org>
7678
7679         * bus/selinux.h: Add bus_selinux_enabled.
7680         
7681         * bus/selinux.c (bus_selinux_enabled): Implement it.
7682         
7683         * bus/config-parser.c (struct include): Add
7684         if_selinux_enabled member.
7685         (start_busconfig_child): Parse if_selinux_enabled
7686         attribute for include.
7687         (bus_config_parser_content): Handle it.
7688
7689         * bus/session.conf.in, bus/system.conf.in: Add
7690         inclusion of context mapping to default config files;
7691         conditional on SELinux being enabled.
7692         
7693         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
7694         
7695         * test/data/invalid-config-files/badselinux-1.conf, 
7696         test/data/invalid-config-files/badselinux-2.conf:
7697         Test files for bad syntax.
7698         
7699 2004-10-17  Colin Walters  <walters@verbum.org>
7700
7701         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
7702         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
7703         format specifier mismatches.
7704
7705 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7706
7707         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
7708         format string.
7709
7710         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
7711         pointer (bug #1540, Leonardo Boiko).
7712
7713 2004-09-28  Jon Trowbridge  <trow@ximian.com>
7714
7715         * mono/BusDriver.cs: Changed BusDriver struct to remove
7716         the ServiceCreated and ServiceDeleted events and replace them
7717         with the new ServiceOwnerChanged event.
7718
7719         * mono/example/BusListener.cs: Added a new example program,
7720         which listens for and reports any ServiceOwnerChanged events
7721         on the bus driver.
7722
7723         * mono/example/Makefile.am (DESTDIR): Build changes for the
7724         new BusListener.cs example.
7725
7726 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7727
7728         * bus/signals.c (bus_match_rule_parse): validate the components of
7729         match rules (bug #1439).
7730
7731         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
7732
7733 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7734
7735         * doc/dbus-specification.xml: document ServiceOwnerChanged
7736         signal.
7737         
7738         * bus/driver.c, bus/driver.h, bus/services.c: Use
7739         ServiceOwnerChanged signal instead of ServiceCreated and
7740         ServiceDeleted.
7741         
7742         * bus/dispatch.c: update testcase for the new signal.
7743
7744 2004-09-20  Jon Trowbridge  <trow@ximian.com>
7745
7746         Patch from Nat Friedman <nat@novell.com>
7747
7748         * mono/Makefile.am: A number of small build fixes to allow "make
7749         distcheck" to succeed.
7750
7751         * mono/example/Makefile.am: "make distcheck" fixes.
7752
7753         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
7754         key in @srcdir@.
7755
7756         * test/Makefile.am: "make distcheck" fixes.
7757
7758 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7759
7760         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
7761
7762         * doc/busconfig.dtd: update the DTD for the at_console attribute.
7763
7764         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
7765         messages after the first one (bug #1389).
7766         
7767         * bus/dispatch.c (check_double_hello_message): add a test case for
7768         the double hello message bug.
7769         (check_existent_service_activation): fix check of spawning error.
7770         
7771 2004-09-16  David Zeuthen  <david@fubar.dk>
7772
7773         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
7774
7775 2004-09-12  David Zeuthen  <david@fubar.dk>
7776
7777         Patch from Kay Sievers <kay.sievers@vrfy.org>
7778
7779         * bus/bus.c (bus_context_new):
7780         * bus/bus.h:
7781         * bus/main.c (usage)
7782         (main):
7783         Add commandline option --nofork to override configuration file
7784         setting.
7785
7786 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7787
7788         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
7789         compilers don't like it (bug #974).
7790
7791 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
7792
7793         * qt/connection.*: Applied patch by Jérôme Lodewyck
7794         <lodewyck@clipper.ens.fr> to integrate an existing
7795         connection into the Qt eventloop
7796
7797 2004-08-30  Jon Trowbridge  <trow@ximian.com>
7798
7799         * mono/BusDriver.cs: Added.  This is a class for interacting with
7800         the org.freedesktop.DBus service.
7801
7802         * mono/Message.cs: Added a mechanism to expose the message that is
7803         currently being dispatched via the static Message.Current
7804         property.  Added Message.Sender and Message.Destination
7805         properties.
7806
7807         * mono/Handler.cs: Expose the dispatched message via
7808         Message.Current when handling method calls.
7809
7810         * mono/Service.cs: Expose the dispatched message via
7811         Message.Current when handling signal emissions.
7812         
7813         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
7814         Connection.BaseService property.
7815
7816 2004-08-28  Havoc Pennington  <hp@redhat.com>
7817
7818         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
7819
7820         More fixes from Steve Grubb
7821         
7822         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
7823         (_dbus_listen_tcp_socket): fix fd leak
7824
7825         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
7826         EINTR to a bit lower in the code
7827
7828 2004-08-26  Jon Trowbridge  <trow@ximian.com>
7829
7830         * bus/driver.c (bus_driver_handle_service_exists): Respond with
7831         TRUE if we are inquiring about the existence of the built-in
7832         org.freedesktop.DBus service.
7833
7834 2004-08-25  John Palmieri  <johnp@redhat.com>
7835         * bus/config-parser.c:
7836         (struct PolicyType): Add POLICY_CONSOLE
7837         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
7838         (start_busconfig_child): Sets up console element when
7839         <policy at_console=""> is encountered in a policy file
7840         (append_rule_from_element): Convert console elements to console
7841         rules.
7842
7843         * bus/policy.c: 
7844         (bus_policy_create_client_policy): Add console rules to the client
7845         policy based on if the client is at the console
7846         (bus_policy_append_console_rule): New function for adding a
7847         console rule to a policy
7848         (bus_policy_merge): Handle console rule merging
7849
7850         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
7851         where we check for console user files
7852         
7853         * dbus/dbus-sysdeps.c:
7854         (_dbus_file_exists): New function which checks if the given
7855         file exists
7856         (_dbus_user_at_console): New function which does the system
7857         specific process of checking if the user is at the console
7858
7859         * dbus/dbus-userdb.c:
7860         (_dbus_is_console_user): New function converts a UID to user name
7861         and then calls the system specific _dbus_user_at_console to 
7862         see if the user is at the console and therefor a console user
7863
7864 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7865
7866         * bus/config-parser.c (set_limit):
7867         * bus/dbus-daemon-1.1.in:
7868         * test/data/valid-config-files/many-rules.conf: set the
7869         max_match_rules_per_connection limt from the config file. 
7870
7871         * doc/busconfig.dtd: update the DTD.
7872
7873         * bus/driver.c: remove some unused variables.
7874
7875 2004-08-24  Mikael Hallendal  <micke@imendio.com>
7876
7877         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
7878         it's been replaced by dbus_g_bus_get
7879
7880 2004-08-23  Colin Walters  <walters@redhat.com>
7881
7882         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7883
7884         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
7885
7886         * bus/selinux.c: Create a thread for policy reload notification.
7887         (bus_selinux_get_policy_root): Implement.
7888
7889         * bus/config-parser.c (start_busconfig_child)
7890         (bus_config_parser_content): Support SELinux-root relative
7891         inclusion.
7892
7893         * configure.in <HAVE_SELINUX>: Add -lpthread.
7894         
7895         * bus/test-main.c (test_pre_hook, test_post_hook): New.
7896         (test_post_hook): Move memory checking into here.
7897         (test_pre_hook, test_post_hook): Move SELinux checks in
7898         here, but conditional on a DBUS_TEST_SELINUX environment
7899         variable.  Unfortunately we can't run the SELinux checks
7900         as a normal user, since they won't have any permissions
7901         for /selinux.  So this will have to be tested manually
7902         for now, until we have virtualization for most of
7903         libselinux.
7904         
7905 2004-08-23  Havoc Pennington  <hp@redhat.com>
7906
7907         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
7908         drop supplementary groups, suggested by Steve Grubb
7909
7910 2004-08-20  Colin Walters  <walters@redhat.com>
7911
7912         * bus/config-parser.c (start_busconfig_child): Remove some unused
7913         variables.
7914         
7915         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
7916         warning.
7917
7918 2004-08-17  Joe Shaw  <joeshaw@novell.com>
7919
7920         * configure.in: If --enable-mono is passed in, if we can't find
7921         mono error out.
7922
7923         * mono/Makefile.am: Use /gacutil to install assemblies into the
7924         GAC and not /root.
7925
7926 2004-08-12  Havoc Pennington  <hp@redhat.com>
7927
7928         * NEWS: update for 0.22
7929
7930         * configure.in: release 0.22
7931
7932 2004-08-11  Colin Walters  <walters@redhat.com>
7933
7934         * tools/dbus-send.c (main, usage): Add --reply-timeout
7935         argument.
7936
7937 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7938
7939         * bus/bus.c (process_config_first_time_only): get rid of an unused
7940         DBusError that was causing a memoy leak (bug #989).
7941
7942         * dbus/dbus-keyring.c, dbus/dbus-message.c:
7943         fix compilation on Solaris/Forte C (bug #974)
7944
7945         * bus/main.c (main): plug two minuscule memleaks.
7946
7947 2004-08-10  Havoc Pennington  <hp@redhat.com>
7948
7949         * doc/dbus-tutorial.xml: add some more info on GLib bindings
7950
7951 2004-08-09  Havoc Pennington  <hp@redhat.com>
7952
7953         * COPYING: switch to Academic Free License version 2.1 instead of
7954         2.0, to resolve complaints about patent termination clause.
7955
7956 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
7957
7958         * README: added documentation for the --enable-python 
7959         configure switch.
7960
7961 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7962
7963         * bus/config-parser.c (bus_config_parser_new): fix an invalid
7964         _unref in the SELinux support.
7965
7966         * doc/busconfig.dtd: update DTD for SELinux support.
7967
7968         * bus/config-loader-libxml.c: fix error handler and parser
7969         initialisation/cleanup. OOM test now works with libxml2 HEAD.
7970
7971         * configure.in: remove the warning about libxml2.
7972
7973         * dbus/dbus-bus.c: silence doxygen warning.
7974
7975 2004-07-31  Colin Walters  <walters@redhat.com>
7976
7977         * configure.in: Move #error in SELinux check to its own line.
7978
7979 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7980
7981         * dbus/dbus-internals.h (_DBUS_SET_OOM):
7982         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
7983         dbus_error_set.
7984
7985         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
7986         broken by the change in the _SET_OOM macros.
7987
7988 2004-07-31  Colin Walters  <walters@redhat.com>
7989
7990         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
7991         BUS_SET_OOM.
7992
7993 2004-07-31  Colin Walters  <walters@redhat.com>
7994
7995         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
7996         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
7997         AC_MSG_CHECKING.
7998
7999 2004-07-24  Havoc Pennington  <hp@redhat.com>
8000
8001         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8002
8003         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
8004         functionality
8005
8006         * configure.in: add --enable-selinux
8007         
8008         * bus/policy.c (bus_policy_merge): add FIXME to a comment
8009
8010         * bus/main.c (main): initialize and shut down selinux
8011
8012         * bus/connection.c: store SELinux ID on each connection, to avoid 
8013         repeated getting of the string context and converting it into 
8014         an ID
8015
8016         * bus/bus.c (bus_context_get_policy): new accessor, though it
8017         isn't used
8018         (bus_context_check_security_policy): check whether the security
8019         context of sender connection can send to the security context of
8020         recipient connection
8021
8022         * bus/config-parser.c: add parsing for <selinux> and <associate>
8023         
8024         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
8025         implement dbus_connection_get_unix_fd()
8026
8027         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
8028         function, used by the selinux stuff
8029         
8030 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8031
8032         * bus/config-loader-libxml.c: complete the implementation of
8033         libxml backend for config file loader. Doesn't work with full OOM
8034         test yet. 
8035         
8036         * configure.in: change error when selecting libxml into a warning.
8037         
8038         * test/data/invalid-config-files: add two non-well-formed XML
8039         files. 
8040         
8041         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
8042         
8043         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
8044         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
8045         be necessary to read all the buffer. (bug #894)
8046
8047         * bus/activation.c (bus_activation_activate_service): fix a
8048         potential assertion failure (bug #896). Small optimization in the
8049         case of auto-activation messages.
8050
8051         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
8052         add test case for byte-through-vararg bug (#901). patch by Kimmo
8053         Hämäläinen. 
8054
8055 2004-07-28  Anders Carlsson  <andersca@gnome.org>
8056
8057         * python/dbus.py:
8058         * python/dbus_bindings.pyx.in:
8059         Add dbus.init_gthreads (), allow emit_signal to pass
8060         arguments to the signal.
8061         
8062 2004-07-24  Havoc Pennington  <hp@redhat.com>
8063
8064         * AUTHORS: add some people, not really comprehensively, let me
8065         know if I missed you
8066
8067 2004-07-24  Havoc Pennington  <hp@redhat.com>
8068
8069         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
8070         Owen
8071
8072         * test/Makefile.am (DIST_SUBDIRS): here also
8073
8074 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8075
8076         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
8077         breaking build on Solaris, reported by Farhad Saberi on the ML.
8078
8079         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
8080         va_arg invocation to account for integer promotion in the case of
8081         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
8082
8083         * bus/services.c (bus_service_remove_owner): fix bug #902, use
8084         _dbus_list_get_first_link, not _dbus_list_get_first.
8085
8086         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
8087
8088         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
8089         handler functions so that the asserts in _dbus_object_subtree_unref
8090         do not fail.
8091
8092         * dbus/dbus-transport-unix.c (do_reading):
8093         _dbus_transport_queue_messages return value is of type
8094         dbus_bool_t, not DBusDispatchStatus.
8095         
8096 2004-07-19  David Zeuthen  <david@fubar.dk>
8097
8098         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
8099
8100         * bus/dispatch.c:
8101         (check_get_connection_unix_user): Debug says GetProperty; but the
8102         method is called GetConnectionUnixUser
8103         (check_get_connection_unix_process_id): New function
8104         (bus_dispatch_test): Actually call check_get_connection_unix_user();
8105         also call check_get_connection_unix_process_id()
8106         
8107         * bus/driver.c:
8108         (bus_driver_handle_get_connection_unix_process_id): New function,
8109         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
8110         interface
8111         
8112         * dbus/dbus-auth.c:
8113         (handle_server_data_external_mech): Set pid from the credentials
8114         obtained from the socket
8115         
8116         * dbus/dbus-connection.c:
8117         (dbus_connection_get_unix_process_id): New function
8118         
8119         * dbus/dbus-connection.h: 
8120         Add prototype for dbus_connection_get_unix_process_id
8121         
8122         * dbus/dbus-transport.c:
8123         (_dbus_transport_get_unix_process_id): New function
8124         
8125         * dbus/dbus-transport.h:
8126         Add prototype for _dbus_transport_get_unix_process_id
8127         
8128 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8129
8130         * dbus/dbus-message.c: Message counter fix, patch by Christian
8131         Hammond <chipx86@gnupdate.org>
8132
8133 2004-07-18  Seth Nickell  <seth@gnome.org>
8134
8135         * python/dbus.py:
8136         * python/dbus_bindings.pyx.in:
8137         * python/tests/test-client.py:
8138
8139         Add dbus.ByteArray and dbus_bindings.ByteArray
8140         types so that byte streams can be passed back.
8141
8142         Give jdahlin the heaps of credit that are so
8143         rightfully his.
8144         
8145 2004-07-12  Seth Nickell  <seth@gnome.org>
8146
8147         * python/dbus.py:
8148
8149         Add message argument to the default object_method_handler
8150         function.
8151         
8152         * python/dbus_bindings.pyx.in:
8153
8154         Automatically return NIL when passed an empty list
8155         (we can't pass back a list since lists are typed
8156         and we don't have any idea what type the the client
8157         intended the list to be... :-( )
8158         
8159 2004-07-10  Seth Nickell  <seth@gnome.org>
8160
8161         * python/examples/Makefile.am:
8162
8163         Fix distcheck breakage caused by new examples.
8164
8165 2004-07-10  Seth Nickell  <seth@gnome.org>
8166
8167         * python/dbus.py:
8168
8169         Add "message" argument to service-side dbus.Object
8170         methods. This will break existing services written
8171         using the python bindings, but will allow extraction
8172         of all the message information (e.g. who its from).
8173
8174         Add improved "object oriented" signal handling/emission.
8175         
8176         * python/examples/example-service.py:
8177
8178         Nix this example.
8179         
8180         * python/examples/example-signal-emitter.py:
8181         * python/examples/example-signal-recipient.py:
8182
8183         Two new examples that show how to emit and receive
8184         signals using the new APIs.
8185         
8186         * python/examples/example-signals.py:
8187         * python/examples/gconf-proxy-service.py:
8188         * python/examples/gconf-proxy-service2.py:
8189
8190         Add "message" argument to service methods.
8191
8192 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
8193
8194         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
8195         * dbus/bus.c (dbus_bus_get_unix_user)
8196         * doc/dbus-specification.xml: implement GetConnectionUnixUser
8197         method of org.freedesktop.DBus interface.
8198
8199         * bus/dispatch.c: test case
8200
8201 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
8202
8203         * python/Makefile.am: switched include directory from glib/ to dbus/
8204         since dbus-glib.h moved
8205  
8206 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8207
8208         * configure.in: prevent building the gcj stuff and libxml loader
8209         since they are broken.
8210
8211 2004-06-20  Havoc Pennington  <hp@redhat.com>
8212
8213         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
8214         codes from the dbus error names
8215         
8216         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
8217         as dbus/dbus-glib.h and that breakage is now visible due to 
8218         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
8219         
8220         * glib/dbus-glib.h: s/gproxy/g_proxy/
8221
8222         * dbus/dbus-shared.h: new header to hold stuff shared with
8223         binding APIs
8224         
8225         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
8226         than dbus-errors.h
8227
8228         * glib/dbus-glib.h (dbus_set_g_error): move to
8229         dbus-glib-lowlevel.h
8230
8231         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
8232         of stuff to enable this
8233
8234         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
8235
8236         * a bunch of other changes with the same basic "separate glib 
8237         bindings from dbus.h" theme
8238         
8239 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
8240
8241         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
8242
8243         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
8244
8245 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8246
8247         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
8248         the reply value of the ServiceExists message.
8249
8250 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
8251
8252         * python/dbus_bindings.pyx.in: No longer need to parse path
8253         elements and pass them as arrays of strings.  The C API now
8254         accepts plain path strings.
8255         (_build_parsed_path): removed 
8256
8257 2004-06-07  Havoc Pennington  <hp@redhat.com>
8258
8259         * doc/TODO: remove auto-activation item since it's done; sort
8260         items by importance/milestone
8261
8262 2004-06-07  Havoc Pennington  <hp@redhat.com>
8263
8264         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
8265         random signature when using REQUIRED_FIELDS (this hack won't work
8266         in the long term)
8267
8268         * dbus/dbus-message.c: change the signature to be a header field,
8269         instead of message->signature special-case string. Incremental
8270         step forward. Then we can fix up code to send the signature in the
8271         message, then fix up code to validate said signature, then fix up
8272         code to not put the typecodes inline, etc.
8273         (load_one_message): don't make up the signature after the fact
8274         (decode_header_data): require signature field for the known
8275         message types
8276
8277         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
8278
8279         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
8280
8281 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
8282
8283         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
8284
8285         * mono/Handler.cs: Updated to follow new path argument for
8286         (un-)registering objects.
8287
8288         * mono/example/Makefile.am:
8289         * mono/Makefile.am:
8290         * configure.in: Bumped required version for mono and use new -pkg
8291         syntax for deps
8292
8293 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8294
8295         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
8296         registration functions take the path argument as char* instead of
8297         char**.
8298
8299         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
8300         split off the path decompostion part of
8301         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
8302         warnings. 
8303
8304         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
8305         
8306 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8307  
8308         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
8309         machine approach.  A state is implemented as a function that
8310         handles incoming events as specified for that state.
8311         
8312         * doc/dbus-specification.xml: Update auth protocol state machine
8313         specification to match implementation.  Remove some leftover
8314         base64 examples.
8315
8316 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8317
8318         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
8319         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
8320         quiet doxygen.
8321
8322         * Doxyfile.in: remove deprecated options.
8323
8324         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
8325         glib/test-thread.h, glib/test-thread-client.c,
8326         glib/test-thread-server.c, glib/test-profile.c,
8327         glib/test-dbus-glib.c: remove these unused files.
8328
8329 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8330
8331         * dbus/dbus-object-tree.c
8332         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
8333         non-fallback handlers (bug #684).
8334         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
8335         (find_subtree_recurse): report wether the returned subtree is an
8336         exact match or a "fallback" match higher up in the tree.
8337         (object_tree_test_iteration): update test case.
8338
8339 2004-06-01  Seth Nickell  <seth@gnome.org>
8340
8341         * python/dbus_bindings.pyx.in:
8342         * python/tests/test-client.py:
8343
8344         Round off basic type support. Add dicts (yay!), and 
8345         remaining array types.
8346
8347         Make MessageIter more general so it works for dicts too.
8348
8349         Mark all loop variables as C integers.
8350         
8351 2004-05-31  Havoc Pennington  <hp@redhat.com>
8352
8353         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
8354         "in" before "out"
8355
8356         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
8357
8358         * glib/dbus-glib-tool.c (main): set up to have a --self-test
8359         option that runs the tests, and start filling in some code
8360         including for starters just dumping the interfaces to stdout
8361
8362         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
8363
8364         * test/data/valid-introspection-files/lots-of-types.xml: test of
8365         an example introspection file
8366
8367         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
8368         "node" (I think...)
8369
8370 2004-05-31  Seth Nickell  <seth@gnome.org>
8371
8372         * python/dbus_bindings.pyx.in:
8373         * python/tests/test-client.py:
8374
8375         Test Suite: 1
8376         Python Bindings: 0
8377
8378         Fix string array memory trashing bug... oops...
8379
8380 2004-05-30  Seth Nickell  <seth@gnome.org>
8381
8382         * python/dbus.py:
8383
8384         Add a nicer-but-less-flexible alternate API for handling 
8385         calls to virtual objects in dbus.ObjectTree.
8386
8387         Screw up the argument order to the dbus.Object constructor
8388         for consistency with dbus.ObjectTree (and to make dbus_methods
8389         optional for future extension)
8390         
8391         * python/examples/Makefile.am:
8392         * python/examples/gconf-proxy-service.py:
8393         * python/examples/gconf-proxy-service2.py:
8394
8395         Alternate implementation of gconf-proxy-service using the
8396         nicer dbus.ObjectTree API.
8397         
8398         * python/examples/example-service.py:
8399         * python/tests/test-server.py
8400
8401         Reverse the argument order to deal with dbus.Object constructor
8402         changes.
8403         
8404 2004-05-30  Seth Nickell  <seth@gnome.org>
8405
8406         * python/examples/example-client.py:
8407         * python/examples/example-service.py:
8408
8409         Take it back. Lists seem to work but they're broken
8410         in the test suite. Make the base examples use
8411         lists (works fine).
8412
8413 2004-05-30  Seth Nickell  <seth@gnome.org>
8414
8415         * python/dbus_bindings.pyx.in:
8416         * python/tests/test-client.py:
8417
8418         Add some more tests and fix errors that crop up.
8419         Unfortunately, currently it seems like marshalling
8420         and unmarshalling of lists is completely broken :-(
8421
8422 2004-05-30  Seth Nickell  <seth@gnome.org>
8423
8424         * python/dbus_bindings.pyx.in:
8425
8426         Add support for ObjectPath type.
8427
8428         * python/dbus.py:
8429
8430         Refactor message handling code to a common function.
8431         
8432         * python/tests/test-client.py:
8433         * python/tests/test-server.py:
8434
8435         Add tests that check to make sure values of all types
8436         can be echoed from a service w/o mangling.
8437         
8438 2004-05-29  Seth Nickell  <seth@gnome.org>
8439
8440         * python/dbus.py:
8441
8442         Add ObjectTree class which allows implementation
8443         of trees of "virtual" objects. Basically the python
8444         wrapper for "register_fallback".
8445         
8446         * python/examples/Makefile.am
8447         * python/examples/gconf-proxy-client.py:
8448         * python/examples/gconf-proxy-service.py:
8449
8450         Implement a simple GConf proxy service that supports
8451         get/set on string and int GConf keys using the ObjectTree.
8452         
8453 2004-05-29  Seth Nickell  <seth@gnome.org>
8454
8455         * python/dbus.py:
8456         * python/examples/example-client.py:
8457         * python/examples/example-service.py:
8458         * python/examples/list-system-services.py:
8459
8460         Add SessionBus, SystemBus and ActivationBus classes
8461         so you don't need to know the special little BUS_TYPE
8462         flag.
8463         
8464 2004-05-29  Havoc Pennington  <hp@redhat.com>
8465
8466         * bus/config-parser.c (process_test_valid_subdir): temporarily
8467         stop testing config parser OOM handling, since expat has issues
8468         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8469
8470         * bus/dbus-daemon-1.1.in: change requested_reply to
8471         send_requested_reply/receive_requested_reply so we can send the
8472         replies, not just receive them.
8473
8474         * bus/config-parser.c: parse the new
8475         send_requested_reply/receive_requested_reply
8476
8477         * bus/policy.c (bus_client_policy_check_can_send): add
8478         requested_reply argument and use it
8479
8480         * bus/bus.c (bus_context_check_security_policy): pass through
8481         requested_reply status to message send check
8482
8483         * bus/system.conf.in: adapt to requested_reply change
8484         
8485 2004-05-28  Havoc Pennington  <hp@redhat.com>
8486
8487         * test/glib/test-service-glib.c (main): remove unused variable
8488
8489         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8490
8491         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8492         from the enum, no longer in use.
8493
8494         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8495         works right.
8496
8497         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8498         whether error_name passed in is a valid error name.
8499
8500 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8501
8502         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8503         OBJECT_PATH and OBJECT_PATH_ARRAY
8504
8505 2004-05-28  Seth Nickell  <seth@gnome.org>
8506
8507         * python/examples/Makefile.am:
8508
8509         Forget to add Makefile.am. Do not pass go.
8510
8511 2004-05-28  Michael Meeks  <michael@ximian.com>
8512
8513         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8514         fix no int64 case.
8515
8516         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8517
8518         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8519         (_dbus_message_iter_get_basic_type_array): impl.
8520         drastically simplify ~all relevant _get methods to use these.
8521         (_dbus_message_iter_append_basic_array),
8522         (dbus_message_iter_append_basic): impl
8523         drastically simplify ~all relevant _append methods to use these.
8524
8525         * dbus/dbus-message-builder.c (parse_basic_type) 
8526         (parse_basic_array, lookup_basic_type): impl.
8527         (_dbus_message_data_load): prune scads of duplicate /
8528         cut & paste coding.
8529
8530         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8531         (_dbus_demarshal_basic_type): implement,
8532         (demarshal_and_validate_len/arg): beef up debug.
8533         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8534
8535 2004-05-27  Seth Nickell  <seth@gnome.org>
8536
8537         * configure.in:
8538         * python/Makefile.am:
8539
8540         Include the example python apps in the tarball.
8541         
8542         * python/examples/list-system-services.py
8543
8544         Add a python new example that fetches the list of services
8545         from the system bus.
8546         
8547 2004-05-27  Seth Nickell  <seth@gnome.org>
8548
8549         * python/dbus.py:
8550         * python/dbus_bindings.pyx.in:
8551
8552         Fix failure to notify that a signal was not handled,
8553         resulted in hung functions.
8554         
8555 2004-05-25  Colin Walters  <walters@redhat.com>
8556
8557         * tools/dbus-monitor.c (main): Monitor all types of messages.
8558
8559 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8560
8561         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8562         which unregisters the object path and disposes the handler.
8563
8564 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8565  
8566         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8567          
8568         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8569         operands to && so we call dbus_message_iter_next () for the last
8570         argument also.
8571
8572 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8573
8574         * dbus/dbus-object-tree.c
8575         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8576         children even if the requested path isn't registered.
8577         (object_tree_test_iteration): test object_tree_list_registered.
8578
8579         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8580         it to 0.
8581         
8582 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8583
8584         * doc/TODO: Remove resolved items.
8585
8586         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8587         field.
8588         
8589         * bus/connection.c (bus_connections_expect_reply): Enforce the
8590         per-connection limit on pending replies.
8591         
8592         Patch from Jon Trowbridge <trow@ximian.com>:
8593  
8594         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8595         up a watch that triggers a config reload when one end of the pipe
8596         becomes readable.
8597         (signal_handler): Instead of doing the config reload in our SIGHUP
8598         handler, just write to the reload pipe and let the associated
8599         watch handle the reload when control returns to the main loop.
8600  
8601         * bus/driver.c (bus_driver_handle_reload_config): Added.
8602         Implements a ReloadConfig method for requesting a configuration
8603         file reload via the bus driver.
8604  
8605 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
8606
8607         * HACKING: Updated release instructions concerning the wiki page.
8608
8609 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
8610
8611         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
8612         filter against auth->allowed_mechs; we only add allowed mechs in
8613         record_mechanisms().
8614  
8615         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
8616         ALLOWED_MECHS to auth-script format so we can set the list of
8617         allowed mechanisms.
8618  
8619         * data/auth/client-out-of-mechanisms.auth-script: New test to
8620         check client disconnects when it is out of mechanisms to try.
8621  
8622         * dbus/dbus-auth.c (process_command): Remove check for lines
8623         longer that 1 MB; we only buffer up maximum 16 kB.
8624  
8625         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
8626         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
8627         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
8628         assume there might be unused bytes.
8629  
8630         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
8631         client-out-of-mechs, it is handled in process_reject(). Move check
8632         for max failures to send_rejected(), as it's a server-only thing.
8633
8634         * dbus/dbus-auth.c: Factor out protocol reply code into functions
8635         send_auth(), send_data(), send_rejected(), send_error(),
8636         send_ok(), send_begin() and send_cancel().
8637
8638 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
8639
8640         Remove base64 encoding, replace with hex encoding. Original patch
8641         from trow@ximian.com, added error handling.
8642
8643         * dbus/dbus-string.c (_dbus_string_base64_encode)
8644         (_dbus_string_base64_decode): Remove.
8645         (_dbus_string_hex_decode): Add end_return argument so we can
8646         distinguish between OOM and invalid hex encoding.
8647         (_dbus_string_test): Remove base64 tests and add test case for
8648         invalid hex.
8649
8650         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
8651         Replace base64 with hex.
8652
8653         * test/data/auth/invalid-hex-encoding.auth-script: New test case
8654         for invalid hex encoded data in auth protocol.
8655
8656 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8657
8658         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
8659         leak.
8660
8661 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8662
8663         * mono/dbus-sharp.dll.config.in: Added for GAC
8664         * mono/dbus-sharp.snk: Added for GAC
8665         * mono/Assembly.cs.in: Added for GAC
8666         * mono/Makefile.am: Changes for GAC installation        
8667         * configure.in: Added refs for dbus-sharp.dll.config.in and
8668         Assembly.cs.in. More fixes for mono testing
8669         * mono/example/Makefile.am: Changed var to CSC
8670         * Makefile.am: Changed flag name to DBUS_USE_CSC
8671
8672 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8673
8674         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
8675         * mono/doc/*: Added documentation framework
8676         * configure.in: Added monodoc check
8677         * README: Added description of mono configure flags
8678
8679 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
8680
8681         * doc/dbus-specification.xml: Added a "Required" column to the 
8682         header fields table and changed the "zero or more" verbage in
8683         the above paragraph to read "The header must contain the required 
8684         named header fields and zero or more of the optional named header 
8685         fields".
8686         * test/data/invalid-messages/*.message: Added the required PATH 
8687         named header field to the tests so that they don't fail on 
8688         'Missing path field'
8689
8690 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
8691
8692         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
8693         the stack by implicitly defining variable and parameter types and
8694         removing the hack of defining C pointers as python objects and later
8695         casting them.
8696
8697 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
8698
8699         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
8700
8701 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
8702
8703         * mono/DBusType/Dict.cs: Handle empty dicts
8704         * mono/DBusType/Array.cs: Handle empty arrays
8705         * mono/Arguments.cs: Handle empty arguments
8706
8707 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
8708
8709         * dbus-sharp.pc.in: Modified to include include Libs and Requires
8710         field
8711
8712 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
8713
8714         * test/data/valid-messages/standard-*.message: Update message
8715         test scripts to new header field names.
8716
8717 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
8718
8719         * test/break-loader.c (randomly_do_n_things): tracked down buffer
8720         overflow to times_we_did_each_thing array which would chop off the
8721         first character of the failure_dir string. Increased the size of
8722         the array to 7 to reflect the number of random mutation functions
8723         we have.
8724
8725 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
8726
8727         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
8728         unix_server->watch here, it is unreffed in disconnect.
8729         (_dbus_server_new_for_tcp_socket): convert NULL host to
8730         "localhost" here so we don't append NULL to address.
8731         
8732         * dbus/dbus-server.c (_dbus_server_test): Add test case for
8733         various addresses, including tcp with no explicit host.
8734
8735 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8736
8737         * dbus/dbus-message.c (decode_header_data, decode_string_field):
8738         fix incorrect setting of .name_offset in the HeaderField (it was
8739         off by two bytes, positioned right after the name and typecode)
8740
8741         * bus/bus.c (bus_context_new, bus_context_unref): test before
8742         calling dbus_server_free_data_slot and _dbus_user_database_unref
8743         in case of an error.
8744
8745         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
8746         by libdbus-gtool.
8747
8748 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
8749
8750         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
8751         _dbus_poll() instead of select().
8752
8753 2004-04-15  Jon Trowbridge  <trow@ximian.com>
8754
8755         * bus/main.c (signal_handler): Reload the configuration files
8756         on SIGHUP.
8757         (main): Set up our SIGHUP handler.
8758
8759         * bus/bus.c (struct BusContext): Store the config file, user and
8760         fork flag in the BusContext.
8761         (process_config_first_time_only): Added.  Contains the code
8762         (previously in bus_context_new) for setting up the BusContext from
8763         the BusConfigParser that should only be run the first time the
8764         config files are read.
8765         (process_config_every_time): Added.  Contains the code (previously
8766         in bus_context_new) for setting up the BusContext from the
8767         BusConfigParser that should be run every time the config files are
8768         read.
8769         (load_config): Added.  Builds a BusConfigParser from the config
8770         files and passes the resulting structure off to
8771         process_config_first_time_only (assuming this is the first time)
8772         and process_config_every_time.
8773         (bus_context_new): All of the config-related code has been moved
8774         to process_config_first_time_only and process_config_every_time.
8775         Now this function just does the non-config-related initializations
8776         and calls load_config.
8777         (bus_context_reload_config): Added.
8778
8779 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8780
8781         * bus/driver.c (bus_driver_handle_get_service_owner):
8782         implement a GetServiceOwner method.
8783         * doc/dbus-specification.xml: document it.
8784         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
8785         
8786         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
8787         implement, using the bus GetServiceOwner method.
8788
8789         * test/glib/test-dbus-glib.c:
8790         use dbus_gproxy_new_for_service_owner so that we can receive the
8791         signal. 
8792
8793 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
8794
8795         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8796         dbus/dbus-message.c, dbus/dbus-protocol.h
8797         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
8798
8799         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8800         dbus/dbus-message.c, dbus/dbus-protocol.h
8801         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
8802
8803         * dbus/dbus-internals.c (_dbus_header_field_to_string):
8804         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
8805         DBUS_HEADER_FIELD_SENDER resolves to "sender"
8806
8807         * doc/dbus-specification.xml (Header Fields Table):
8808         s/SERVICE/DESTINATION
8809         s/SENDER_SERVICE/SENDER
8810
8811
8812 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8813
8814         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
8815         a few seconds.
8816
8817 2004-04-13  Michael Meeks  <michael@ximian.com>
8818
8819         * glib/dbus-gobject.c (handle_introspect): split out
8820         (introspect_properties): this.
8821         (handle_introspect): implement this.
8822
8823         * test/glib/Makefile.am: use the absolute path so the bus
8824         daemon's chdir ("/") doesn't kill us dead.
8825
8826         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
8827
8828 2004-04-12  Jon Trowbridge  <trow@ximian.com>
8829
8830         * bus/config-parser.c (struct BusConfigParser): Added
8831         included_files field.
8832         (seen_include): Added.  Checks whether or not a file has already
8833         been included by any parent BusConfigParser.
8834         (bus_config_parser_new): Copy the parent's included_files.
8835         (include_file): Track which files have been included, and fail on
8836         circular inclusions.
8837         (process_test_valid_subdir): Changed printf to report if we are
8838         testing valid or invalid conf files.
8839         (all_are_equiv): Changed printf to be a bit clearer about
8840         what we are actually doing.
8841         (bus_config_parser_test): Test invalid configuration files.
8842
8843 2004-04-09  Jon Trowbridge  <trow@ximian.com>
8844
8845         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
8846         argument.  If non-null, the newly-constructed BusConfigParser will
8847         be initialized with the parent's BusLimits instead of the default
8848         values.
8849         (include_file): When including a config file, pass in
8850         the current parser as the parent and then copy the BusLimits
8851         from the included BusConfigParser pack to the current parser.
8852         (process_test_valid_subdir): Renamed from process_test_subdir.
8853         (process_test_equiv_subdir): Added.  Walks through a directory,
8854         descending into each subdirectory and loading the config files
8855         it finds there.  If any subdirectory contains two config files
8856         that don't produce identical BusConfigParser structs, fail.
8857         For now, the BusConfigParser's BusPolicies are not compared.
8858         (bus_config_parser_test): Call both process_test_valid_subdir and
8859         process_test_equiv_subdir.
8860
8861         * bus/config-loader-libxml.c (bus_config_load): Take a parent
8862         argument and pass it along to the call to bus_config_parser_new.
8863         Also made a few small changes to allow this code to compile.
8864
8865         * bus/config-loader-expat.c (bus_config_load): Take a parent
8866         argument and pass it along to the call to bus_config_parser_new.
8867
8868         * bus/bus.c (bus_context_new): Load the config file
8869         with a NULL parent argument.
8870
8871 2004-03-29  Michael Meeks  <michael@ximian.com>
8872
8873         * glib/dbus-gobject.c (introspect_properties): split
8874         out, fix mangled 'while' flow control.
8875         (introspect_signals): implement.
8876         (handle_introspect): update.
8877
8878 2004-03-29  Michael Meeks  <michael@ximian.com>
8879
8880         * glib/dbus-gobject.c (set_object_property): split out / 
8881         re-work, use the property type, and not the message type(!)
8882         (get_object_property): ditto.
8883
8884         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
8885         (dbus_gvalue_marshal): make this code re-usable, needed
8886         for signals too, also on both proxy and server side.
8887         Re-write for more efficiency / readability.
8888
8889 2004-03-29  Michael Meeks  <michael@ximian.com>
8890
8891         * dbus/dbus-message.c
8892         (dbus_message_new_error_printf): impl.
8893
8894         * dbus/dbus-connection.c
8895         (dbus_connection_unregister_object_path): fix warning.
8896
8897         * configure.in: fix no-mono-installed situation.
8898
8899 2004-03-27  Havoc Pennington  <hp@redhat.com>
8900
8901         Patch from Timo Teräs:
8902         
8903         * tools/dbus-send.c (main): if --print-reply, assume type is
8904         method call; support boolean type args
8905         
8906         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
8907         bunch of memleak and logic bugs
8908         
8909 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8910
8911         * mono/Arguments.cs:
8912         * mono/Introspector.cs:
8913         * mono/Handler.cs:
8914         * mono/InterfaceProxy.cs:
8915         * mono/Message.cs
8916         * mono/ProxyBuilder.cs:
8917         * mono/Service.cs:
8918         Added InterfaceProxy class to avoid building proxies for every
8919         object.
8920
8921         * dbus-message.h:
8922         * dbus-message.c (dbus_message_append_args_valist)
8923         (dbus_message_iter_get_object_path)
8924         (dbus_message_iter_get_object_path_array)
8925         (dbus_message_iter_append_object_path)
8926         (dbus_message_iter_append_object_path_array):
8927         Added object_path iter functions to handle OBJECT_PATH arguments
8928         
8929 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8930
8931         First checkin of mono bindings.
8932         * configure.in:
8933         * Makefile.am:
8934         Build stuff for the bindings
8935         * dbus-sharp.pc.in: Added for pkgconfig
8936         
8937 2004-03-21  Havoc Pennington  <hp@redhat.com>
8938
8939         * test/test-service.c (main): remove debug spew
8940
8941 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8942
8943         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
8944         arrays
8945
8946         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
8947         (dbus_message_iter_init_array_iterator)
8948         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
8949         indicate whether the iterator is empty
8950
8951         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
8952         warnings
8953
8954 2004-03-19  Havoc Pennington  <hp@redhat.com>
8955
8956         * NEWS: 0.21 updates
8957
8958         * configure.in: 0.21
8959
8960         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
8961         
8962         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
8963         you don't need pyrex to make dist
8964
8965         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
8966         sources; run moc
8967         
8968 2004-03-18  Richard Hult  <richard@imendio.com>
8969
8970         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
8971         (dbus_message_set_auto_activation): Add doxygen docs.
8972
8973 2004-03-16  Richard Hult  <richard@imendio.com>
8974
8975         * bus/activation.c: (bus_activation_service_created),
8976         (bus_activation_send_pending_auto_activation_messages),
8977         (bus_activation_activate_service):
8978         * bus/activation.h:
8979         * bus/dispatch.c: (bus_dispatch),
8980         (check_nonexistent_service_auto_activation),
8981         (check_service_auto_activated),
8982         (check_segfault_service_auto_activation),
8983         (check_existent_service_auto_activation), (bus_dispatch_test):
8984         * bus/driver.c: (bus_driver_handle_activate_service):
8985         * bus/services.c: (bus_registry_acquire_service):
8986         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
8987         (dbus_message_get_auto_activation):
8988         * dbus/dbus-message.h:
8989         * dbus/dbus-protocol.h: Implement auto-activation.
8990         
8991         * doc/dbus-specification.xml: Add auto-activation to the spec.
8992
8993 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8994
8995         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
8996         fix a bug with CUSTOM types.
8997
8998         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
8999         a unit test for this bug (used to fail).
9000
9001 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9002
9003         * bus/activation.c:
9004         (babysitter_watch_callback): notify all pending activations waiting for
9005           the same exec that the activation failed.
9006         (bus_activation_activate_service): shortcut the activation if we 
9007           already waiting for the same executable to start up.
9008
9009 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9010
9011         * bus/activation.c: 
9012         - Added service file reloading. 
9013           Each service files directory is kept in an hash table in 
9014           BusActivation and each BusActivationEntry knows what .service-file it
9015           was read from. So when you try to activate a service the bus will 
9016           check if it's been updated, removed or if new .service-files has 
9017           been installed.
9018         - Test code at the bottom for the service file reloading.
9019         * bus/test-main.c: (main):
9020         * bus/test.h:
9021         - added service reloading test.
9022         * dbus/dbus-sysdeps.c: 
9023         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
9024
9025 2004-03-08  Michael Meeks  <michael@ximian.com>
9026
9027         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
9028         bail immediately if disconnected, to avoid busy loop.
9029
9030         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
9031         cleanup cut/paste/inefficiency.
9032
9033 2004-03-01  David Zeuthen  <david@fubar.dk>
9034
9035         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
9036         bug where args were used twice. This bug resulted in a segfault
9037         on a Debian/PPC system when starting the messagebus daemon. Include
9038         dbus-sysdeps.h for DBUS_VA_COPY
9039
9040         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
9041
9042         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
9043         appropriate va_copy implementation. From GLib
9044         
9045 2004-02-24  Joe Shaw  <joe@ximian.com>
9046
9047         * bus/services.c (bus_registry_acquire_service): We need to pass
9048         in the service name to dbus_set_error() to prevent a crash.
9049
9050 2003-12-26  Anders Carlsson  <andersca@gnome.org>
9051
9052         * AUTHORS: Reveal my True identity.
9053
9054 2003-12-17  Mikael Hallendal  <micke@imendio.com>
9055
9056         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
9057         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
9058
9059 2003-12-13  Mikael Hallendal  <micke@imendio.com>
9060
9061         * doc/TODO: Added not about better error check of configuration files.
9062
9063 2003-12-02  Richard Hult  <richard@imendio.com>
9064
9065         * Update AFL version to 2.0 throughout the source files to reflect
9066         the update that was done a while ago.
9067
9068 2003-12-02  Richard Hult  <richard@imendio.com>
9069
9070         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
9071         wrote_dict_key to FALSE on the iter that the dict is appended to,
9072         just like when appending other types. Fixes a bug where a dict
9073         couldn't be put inside a dict.
9074         (dbus_message_iter_append_dict_key): Fix typo in warning message.
9075         (message_iter_test, _dbus_message_test): Add test case for dict
9076         inside dict.
9077
9078 2003-12-01  David Zeuthen  <david@fubar.dk>
9079
9080         * python/dbus.py: Add the actual message when calling the reciever
9081         of a signal such that parameters can be inspected. Add the method
9082         remove_signal_receiver
9083         
9084 2003-11-26  Mikael Hallendal  <micke@imendio.com>
9085
9086         * bus/*.[ch]:
9087         * dbus/*.[ch]:
9088         * glib/*.[ch]: Made ref functions return the pointer
9089
9090 2003-11-25  Zack Rusin  <zack@kde.org>
9091
9092         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
9093
9094         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
9095         wrappers,
9096
9097         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
9098         the Integrator and to better fit with the server,
9099
9100 2003-11-24  Zack Rusin  <zack@kde.org>
9101
9102         * qt/connection.h, qt/connection.cpp: removing initDbus method since
9103         the integrator handles it now
9104
9105         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
9106         since QTimer wasn't really meant to be used the way DBusTimeout is
9107
9108 2003-11-24  Zack Rusin  <zack@kde.org>
9109
9110         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
9111         Integrator class which integrates D-BUS with the Qt event loop,
9112
9113         * qt/connection.h, qt/connection.cpp: Move all the code which
9114         was dealing with D-BUS integration to the Integrator class,
9115         and start using Integrator,
9116
9117 2003-11-23  Zack Rusin  <zack@kde.org>
9118
9119         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
9120         wrapper
9121
9122         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
9123         switching namespaces to DBusQt, reworking the class,
9124
9125         * Makefile.cvs: switching dependencies so that it matches KDE 
9126         schematics,
9127         
9128         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
9129         the library
9130
9131 2003-11-19  Havoc Pennington  <hp@redhat.com>
9132
9133         * NEWS: update
9134
9135         * configure.in: bump version to 0.20
9136
9137         * configure.in (have_qt): add yet another place to look for qt
9138         (someone hand trolltech a .pc file...)
9139
9140 2003-11-01  Havoc Pennington  <hp@redhat.com>
9141
9142         * doc/dbus-specification.xml: add state machine docs on the auth
9143         protocol; just a first draft, I'm sure it's wrong.      
9144
9145 2003-10-28  David Zeuthen  <david@fubar.dk>
9146
9147         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
9148         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
9149         
9150 2003-10-28  Havoc Pennington  <hp@redhat.com>
9151
9152         * dbus/dbus-message.c (get_next_field): delete unused function
9153
9154 2003-10-28  Havoc Pennington  <hp@redhat.com>
9155
9156         * bus/expirelist.c (do_expiration_with_current_time): detect
9157         failure of the expire_func due to OOM
9158
9159         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9160
9161         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
9162         NoReply error that's now created by the bus when the service exits
9163
9164 2003-10-28  Havoc Pennington  <hp@redhat.com>
9165
9166         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
9167         tests for set_path, set_interface, set_member, etc.
9168
9169         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
9170
9171         * dbus/dbus-message.c (set_string_field): always just delete and
9172         re-append the field; accept NULL for deletion
9173         (re_align_fields_recurse): reimplement
9174         
9175 2003-10-26  Havoc Pennington  <hp@redhat.com>
9176
9177         * dbus/dbus-connection.c: fix docs to properly describe the
9178         disconnected message
9179         (_dbus_connection_notify_disconnected): remove this function; 
9180         we can't synchronously add the disconnected message, we have to 
9181         do it after we've queued any remaining real messages
9182         (_dbus_connection_get_dispatch_status_unlocked): queue the
9183         disconnect message only if the transport has finished queueing all
9184         its real messages and is disconnected.
9185         (dbus_connection_disconnect): update the dispatch status here
9186
9187 2003-10-22  Havoc Pennington  <hp@redhat.com>
9188
9189         * bus/bus.c (bus_context_check_security_policy): fix up assertion
9190
9191         * bus/connection.c (bus_transaction_send_from_driver): set the
9192         destination to the connection's base service
9193
9194 2003-10-20  Havoc Pennington  <hp@redhat.com>
9195
9196         hmm, make check is currently not passing.
9197         
9198         * doc/dbus-specification.xml: add requirement that custom type
9199         names follow the same rules as interface names.
9200
9201         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
9202         duplication and allow 'c' to be 'custom'; dict is now 'm' for
9203         'map'
9204
9205         * doc/dbus-specification.xml: update type codes to match
9206         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
9207         CUSTOM. Add type OBJECT_PATH to the spec.
9208
9209 2003-10-17  Havoc Pennington  <hp@redhat.com>
9210
9211         * bus/driver.c (create_unique_client_name): use "." as separator
9212         in base service names instead of '-'
9213
9214         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
9215         byte at the end of the string
9216
9217         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
9218         optimization macros since string validation seems to be a slow
9219         point.
9220         
9221         * doc/dbus-specification.xml: restrict valid
9222         service/interface/member/error names. Add test suite code for the
9223         name validation.
9224
9225         * dbus/dbus-string.c: limit service/interface/member/error names 
9226         to [0-9][A-Z][a-z]_
9227
9228         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
9229         format arg to verbose spew
9230
9231         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
9232         memory, return instead of g_error
9233
9234         * test/test-service.c (path_message_func): support emitting a
9235         signal on request
9236
9237         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
9238         activation bus type if DBUS_BUS_ACTIVATION was set; default to
9239         assuming the activation bus was the session bus so that services
9240         started manually will still register.
9241         (init_connections_unlocked): fix so that in OOM situation we get
9242         the same semantics when retrying the function
9243         
9244         * test/test-service.c (main): change to use path registration, to
9245         test those codepaths; register with DBUS_BUS_ACTIVATION rather
9246         than DBUS_BUS_SESSION
9247
9248 2003-10-16  Havoc Pennington  <hp@redhat.com>
9249
9250         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
9251
9252         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
9253         coverage of the tests
9254         (coverage-report.txt): don't move the .da and .bbg files around
9255
9256 2003-10-16  Havoc Pennington  <hp@redhat.com>
9257
9258         * bus/bus.c (struct BusContext): remove struct field I didn't mean
9259         to put there
9260
9261 2003-10-16  Havoc Pennington  <hp@redhat.com>
9262
9263         * bus/connection.c (bus_pending_reply_expired): either cancel or
9264         execute, not both
9265         (bus_connections_check_reply): use unlink, not remove_link, as we
9266         don't want to free the link; fixes double free mess
9267
9268         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
9269         where no reply was received
9270
9271         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
9272         fix a refcount leak
9273
9274         * bus/signals.c (match_rule_matches): add special cases for the
9275         bus driver, so you can match on sender/destination for it.
9276
9277         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
9278         DBUS_PRINT_BACKTRACE is set
9279
9280         * dbus/dbus-internals.c: add pid to assertion failure messages
9281
9282         * dbus/dbus-connection.c: add message type code to the debug spew
9283
9284         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
9285         sender=foo not service=foo
9286
9287         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
9288         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
9289         DBUS_ACTIVATION_ADDRESS instead
9290
9291         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
9292         DBUS_SYSTEM_BUS_ADDRESS if appropriate
9293
9294         * bus/bus.c (bus_context_new): handle OOM copying bus type into
9295         context struct
9296
9297         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
9298         (dbus_message_iter_get_object_path_array): new function (half
9299         finished, disabled for the moment)
9300         
9301         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
9302         DBUS_MESSAGE_TYPE_ERROR
9303
9304         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
9305         avoid redirecting stderr to /dev/null
9306         (babysit): close stdin if not doing the "exit_with_session" thing
9307
9308         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
9309         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
9310         stdout/stdin, so things don't get confused
9311         
9312         * bus/system.conf.in: fix to allow replies, I modified .conf
9313         instead of .conf.in again.
9314
9315 2003-10-14  David Zeuthen  <david@fubar.dk>
9316
9317         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
9318         argtype to arg_type when raising unknown arg type exception.
9319         Changed type list to reflect the changes in dbus-protocol.h so 
9320         the bindings actually work.
9321
9322 2003-10-14  Havoc Pennington  <hp@redhat.com>
9323
9324         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
9325         to have a bug keeping it from outputting the .da files sometimes
9326         (string_get_string): don't append garbage nul bytes to the string.
9327
9328 2003-10-15  Seth Nickell  <seth@gnome.org>
9329
9330         * python/Makefile.am:
9331
9332         Include dbus_h_wrapper.h in the dist tarball.
9333
9334 2003-10-14  Havoc Pennington  <hp@redhat.com>
9335
9336         * bus/bus.c (bus_context_check_security_policy): revamp this to
9337         work more sanely with new policy-based requested reply setup
9338
9339         * bus/connection.c (bus_transaction_send_from_driver): set bus
9340         driver messages as no reply
9341
9342         * bus/policy.c (bus_client_policy_check_can_receive): handle a
9343         requested_reply attribute on allow/deny rules
9344
9345         * bus/system.conf: add <allow requested_reply="true"/>
9346
9347         * bus/driver.c (bus_driver_handle_message): fix check for replies
9348         sent to the bus driver, which was backward. How did this ever work
9349         at all though? I think I'm missing something.
9350
9351         * dbus/dbus-message.c (decode_header_data): require error and
9352         method return messages to have a reply serial field to be valid
9353         (_dbus_message_loader_queue_messages): break up this function;
9354         validate that reply serial and plain serial are nonzero; 
9355         clean up the OOM/error handling.
9356         (get_uint_field): don't return -1 from this
9357         (dbus_message_create_header): fix signed/unsigned bug
9358
9359         * bus/connection.c (bus_connections_expect_reply): save serial of
9360         the incoming message, not reply serial
9361
9362 2003-10-14  Havoc Pennington  <hp@redhat.com>
9363
9364         * bus/connection.c: implement pending reply tracking using
9365         BusExpireList
9366
9367         * bus/bus.c (bus_context_check_security_policy): verify that a
9368         reply is pending in order to allow a reply to be sent. Deny 
9369         messages of unknown type.
9370
9371         * bus/dbus-daemon-1.1.in: update to mention new resource limits
9372
9373         * bus/bus.c (bus_context_get_max_replies_per_connection): new
9374         (bus_context_get_reply_timeout): new
9375
9376 2003-10-13  Seth Nickell  <seth@gnome.org>
9377
9378         * python/Makefile.am:
9379
9380         Pass "make distcheck": remove a couple files from DIST_FILES
9381         that weren't included in the final version.
9382
9383 2003-10-12  Havoc Pennington  <hp@pobox.com>
9384
9385         Added test code that 1) starts an actual bus daemon and 2) uses
9386         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9387         more testing possible, but this is the basic framework.
9388         
9389         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9390         empty proxy lists from the proxy list hash
9391
9392         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9393         couple of return_if_fail checks
9394
9395         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9396         to allocate, so everything is cleared to NULL as it should be.
9397
9398         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9399         source as data to dbus_connection_set_timeout_functions() as the 
9400         timeout functions expected
9401
9402         * test/glib/run-test.sh: add a little script to start up a message
9403         bus and run tests using it
9404
9405         * tools/dbus-launch.1: updates
9406
9407         * tools/dbus-launch.c (main): add --config-file option
9408
9409         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9410         that could never be reached.
9411
9412         * dbus/dbus-message.c (dbus_message_new_method_return) 
9413         (dbus_message_new_error, dbus_message_new_signal): set the
9414         no-reply-expected flag on all these. Redundant, but may
9415         as well be consistent.
9416
9417 2003-10-11  Havoc Pennington  <hp@pobox.com>
9418
9419         * test/decode-gcov.c (function_solve_graph): make broken block
9420         graph a nonfatal error since it seems to be broken. Need to debug
9421         this.
9422
9423         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9424         can't just check type > INVALID < LAST anymore
9425
9426         * dbus/dbus-message.c (dbus_message_get_signature): new function
9427         (dbus_message_has_signature): new function
9428         (struct DBusMessage): add signature field (right now it isn't sent
9429         over the wire, just generated on the fly)
9430         (dbus_message_copy): copy the signature, and init strings to
9431         proper length to avoid some reallocs
9432         (dbus_message_iter_init_array_iterator): return void, since it
9433         can't fail
9434         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9435         (_dbus_message_loader_queue_messages): add silly temporary hack to
9436         fill in message->signature on load
9437
9438         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9439         characters, so they are relatively human-readable.
9440
9441 2003-10-11  Havoc Pennington  <hp@pobox.com>
9442
9443         * dbus/dbus-message.c (_dbus_message_test): add more test
9444         coverage, but #if 0 for now since they uncover a bug 
9445         not fixed yet; I think in re_align_field_recurse()
9446         (re_align_field_recurse): add FIXME about broken assertion
9447
9448         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9449
9450         * bus/connection.c: share a couple code bits with expirelist.c
9451
9452         * bus/expirelist.h, bus/expirelist.c: implement a generic
9453         expire-items-after-N-seconds facility, was going to share between
9454         expiring connections and replies, decided not to use for expiring
9455         connections for now.
9456
9457         * COPYING: include AFL 2.0 (still need to change all the file headers)
9458
9459 2003-10-09  Havoc Pennington  <hp@redhat.com>
9460
9461         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9462         gcc 3.3. Not that we do anything about it yet.
9463
9464         * bus/signals.c (bus_match_rule_parse): impose max length on the
9465         match rule text
9466
9467         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9468
9469 2003-10-09  Havoc Pennington  <hp@redhat.com>
9470
9471         Make matching rules theoretically work (add parser).
9472         
9473         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9474         the case where destination is explicitly specified as bus driver
9475         and someone else is eavesdropping.
9476         
9477         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9478         definition of eavesdropping and assertion
9479
9480         * tools/dbus-send.c (main): use dbus_message_type_from_string
9481
9482         * bus/signals.c (bus_match_rule_parse): implement
9483
9484         * dbus/dbus-message.c (dbus_message_type_from_string): new
9485
9486         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9487
9488 2003-10-02  Havoc Pennington  <hp@pobox.com>
9489
9490         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9491         dbus_gproxy_oneway_call
9492
9493         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9494         (dbus_server_setup_with_g_main): fix to allow calling them more
9495         than once on the same args
9496         (dbus_bus_get_with_g_main): new function
9497
9498 2003-10-02  Havoc Pennington  <hp@redhat.com>
9499
9500         * doc/dbus-tutorial.xml: write some stuff
9501
9502 2003-09-29  Havoc Pennington  <hp@pobox.com>
9503
9504         * configure.in: split checks for Doxygen from XML docs, check for
9505         xmlto
9506
9507         * doc/Makefile.am: XML-ify all the docs, and add a blank
9508         dbus-tutorial.xml
9509
9510 2003-09-29  Havoc Pennington  <hp@pobox.com>
9511
9512         * Merge dbus-object-names branch. To see the entire patch 
9513         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9514         it's huuuuge though.
9515         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9516         
9517 2003-09-28  Havoc Pennington  <hp@pobox.com>
9518
9519         * HACKING: update to reflect new server
9520
9521 2003-09-26  Seth Nickell  <seth@gnome.org>
9522
9523         * python/dbus.py:
9524         * python/examples/example-signals.py:
9525
9526         Start implementing some notions of signals. The API
9527         is really terrible, but they sort of work (with the
9528         exception of being able to filter by service, and to
9529         transmit signals *as* a particular service). Need to
9530         figure out how to make messages come from the service
9531         we registered :-(
9532         
9533         * python/dbus_bindings.pyx.in:
9534
9535         Removed duplicate message_handler callbacks.
9536         
9537 2003-09-25  Havoc Pennington  <hp@redhat.com>
9538
9539         * bus/session.conf.in: fix my mess
9540
9541 2003-09-25  Havoc Pennington  <hp@pobox.com>
9542
9543         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9544
9545 2003-09-25  Seth Nickell  <seth@gnome.org>
9546
9547         * python/examples/example-service.py:
9548
9549         Johan notices complete wrong code in example-service, but
9550         completely wrong in a way that works exactly the same (!).
9551         Johan is confused, how could this possibly work? Example
9552         code fails to serve purpose of making things clear.
9553         Seth fixes.
9554
9555 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9556
9557         * doc/dbus-specification.sgml: don't require header fields
9558         to be 4-byte aligned and specify that fields should be
9559         distinguished from padding by the fact that zero is not
9560         a valid field name.
9561         
9562         * doc/TODO: remove re-alignment item and add item to doc
9563         the OBJECT_PATH type.
9564         
9565         * dbus/dbus-message.c:
9566         (HeaderField): rename the original member to value_offset
9567         and introduce a name_offset member to keep track of where
9568         the field actually begins.
9569         (adjust_field_offsets): remove.
9570         (append_int_field), (append_uint_field),
9571         (append_string_field): don't align the start of the header
9572         field to a 4-byte boundary.
9573         (get_next_field): impl finding the next marhsalled field
9574         after a given field.
9575         (re_align_field_recurse): impl re-aligning a number of
9576         already marshalled fields.
9577         (delete_field): impl deleting a field of any type and
9578         re-aligning any following fields.
9579         (delete_int_or_uint_field), (delete_string_field): remove.
9580         (set_int_field), (set_uint_field): no need to re-check
9581         that we have the correct type for the field.
9582         (set_string_field): ditto and impl re-aligning any
9583         following fields.
9584         (decode_header_data): update to take into account that
9585         the fields aren't 4-byte aligned any more and the new
9586         way to distinguish padding from header fields. Also,
9587         don't exit when there is too much header padding.
9588         (process_test_subdir): print the directory.
9589         (_dbus_message_test): add test to make sure a following
9590         field is re-aligned correctly after field deletion.
9591         
9592         * dbus/dbus-string.[ch]:
9593         (_dbus_string_insert_bytes): rename from insert_byte and
9594         allow the insert of multiple bytes.
9595         (_dbus_string_test): test inserting multiple bytes.
9596
9597         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
9598         warning note to docs about having to re-align any
9599         marshalled values following the string.
9600         
9601         * dbus/dbus-message-builder.c:
9602         (append_string_field), (_dbus_message_data_load):
9603         don't align the header field.
9604         
9605         * dbus/dbus-auth.c: (process_test_subdir): print the
9606         directory.
9607         
9608         * test/break-loader.c: (randomly_add_one_byte): upd. for
9609         insert_byte change.
9610         
9611         * test/data/invalid-messages/bad-header-field-alignment.message:
9612         new test case.
9613         
9614         * test/data/valid-messages/unknown-header-field.message: shove
9615         a dict in the unknown field.
9616
9617 2003-09-25  Seth Nickell  <seth@gnome.org>
9618
9619         * python/dbus.py:
9620         * python/dbus_bindings.pyx.in:
9621
9622         Handle return values.
9623         
9624         * python/examples/example-client.py:
9625         * python/examples/example-service.py:
9626
9627         Pass back return values from the service to the client.
9628         
9629 2003-09-24  Seth Nickell  <seth@gnome.org>
9630
9631         * python/dbus.py:
9632
9633         Connect Object methods (when you are sharing an object) up... pass
9634         in a list of methods to be shared. Sharing all the methods just
9635         worked out too weird. You can now create nice Services over the
9636         DBus in Python. :-)
9637         
9638         * python/dbus_bindings.pyx.in:
9639
9640         Keep references to user_data tuples passed into C functions so 
9641         Python doesn't garbage collect on us.
9642
9643         Implement MethodReturn and Error subclasses of Message for creating
9644         DBusMessage's of those types.
9645         
9646         * python/examples/example-client.py:
9647         * python/examples/example-service.py:
9648
9649         Simple example code showing both how create DBus services and objects,
9650         and how to use them.
9651
9652 2003-09-23  Havoc Pennington  <hp@pobox.com>
9653
9654         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
9655
9656 2003-09-23  Havoc Pennington  <hp@redhat.com>
9657
9658         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
9659         (dbus_gproxy_disconnect_signal): implement
9660         (dbus_gproxy_manager_remove_signal_match): implement
9661         (dbus_gproxy_manager_add_signal_match): implement
9662         (dbus_gproxy_oneway_call): implement
9663
9664 2003-09-23  Havoc Pennington  <hp@pobox.com>
9665
9666         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
9667         subclass. This means dropping the transparent thread safety of the
9668         proxy; you now need a separate proxy per-thread, or your own
9669         locking on the proxy. Probably right anyway.
9670         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
9671
9672 2003-09-22  Havoc Pennington  <hp@redhat.com>
9673
9674         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
9675
9676 2003-09-21  Seth Nickell  <seth@gnome.org>
9677
9678         First checkin of the Python bindings.
9679         
9680         * python/.cvsignore:
9681         * python/Makefile.am:
9682         * python/dbus_bindings.pyx.in:
9683         * python/dbus_h_wrapper.h:
9684
9685         Pieces for Pyrex to operate on, building a dbus_bindings.so
9686         python module for low-level access to the DBus APIs.
9687         
9688         * python/dbus.py:
9689
9690         High-level Python module for accessing DBus objects.
9691
9692         * configure.in:
9693         * Makefile.am:
9694
9695         Build stuff for the python bindings.
9696
9697         * acinclude.m4:
9698
9699         Extra macro needed for finding the Python C header files.
9700
9701 2003-09-21  Havoc Pennington  <hp@pobox.com>
9702
9703         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
9704         implementing the proxy manager, didn't get very far.
9705
9706         * dbus/dbus-bus.c (dbus_bus_add_match): new
9707         (dbus_bus_remove_match): new
9708
9709         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
9710         path_name argument; adjust the other not-yet-implemented 
9711         gproxy constructors to be what I think they should be.
9712
9713 2003-09-21  Havoc Pennington  <hp@pobox.com>
9714
9715         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
9716         by default for message bus connections.
9717
9718         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
9719         exit_on_disconnect flag is set and we process the disconnected
9720         signal.
9721         (dbus_connection_set_exit_on_disconnect): new function
9722
9723 2003-09-21  Havoc Pennington  <hp@pobox.com>
9724
9725         Get matching rules mostly working in the bus; only actually
9726         parsing the rule text remains. However, the client side of
9727         "signal connections" hasn't been started, this patch is only the
9728         bus side.
9729         
9730         * dbus/dispatch.c: fix for the matching rules changes
9731         
9732         * bus/driver.c (bus_driver_handle_remove_match)
9733         (bus_driver_handle_add_match): send an ack reply from these
9734         method calls
9735
9736         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
9737         arguments, reported by Seth Nickell
9738
9739         * bus/config-parser.c (append_rule_from_element): support
9740         eavesdrop=true|false attribute on policies so match rules 
9741         can be prevented from snooping on the system bus.
9742
9743         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
9744         and "destination" in attribute names; fix some docs bugs; 
9745         add eavesdrop=true|false attribute
9746
9747         * bus/driver.c (bus_driver_handle_add_match)
9748         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
9749         messages
9750
9751         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
9752         rid of broadcast service concept, signals are just always broadcast
9753
9754         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
9755         mostly implement matching rules stuff (currently only exposed as signal
9756         connections)
9757
9758 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
9759
9760         * doc/dbus-specification.sgml: Change the header field name
9761         to be an enum and update the rest of the spec to reference
9762         the fields using the conventinal name.
9763
9764         * dbus/dbus-protocol.h: update to reflect the spec.
9765
9766         * doc/TODO: add item to remove the 4 byte alignment requirement.
9767         
9768         * dbus/dbus-message.c: Remove the code to generalise the
9769         header/body length and serial number header fields as named
9770         header fields so we can reference field names using the 
9771         protocol values.
9772         (append_int_field), (append_uint_field), (append_string_field):
9773         Append the field name as a byte rather than four chars.
9774         (delete_int_or_uint_field), (delete_string_field): reflect the
9775         fact that the field name and typecode now occupy 4 bytes instead
9776         of 8.
9777         (decode_string_field), (decode_header_data): update to reflect
9778         protocol changes and move the field specific encoding from
9779         decode_string_field() back into decode_header_data().
9780         
9781         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
9782         Add utility to aid debugging.
9783         
9784         * dbus/dbus-message-builder.c:
9785         (append_string_field), (_dbus_message_data_load): Update to
9786         reflect protocol changes; Change the FIELD_NAME directive
9787         to HEADER_FIELD and allow it to take the field's conventional
9788         name rather than the actual value.
9789         
9790         * test/data/*/*.message: Update to use HEADER_FIELD instead
9791         of FIELD_NAME; Always align the header on an 8 byte boundary
9792         *before* updating the header length.
9793
9794 2003-09-15  Havoc Pennington  <hp@pobox.com>
9795
9796         * dbus/dbus-pending-call.c: add the get/set object data
9797         boilerplate as for DBusConnection, etc. Use generic object data
9798         for the notify callback.
9799
9800         * glib/dbus-gparser.c (parse_node): parse child nodes
9801
9802         * tools/dbus-viewer.c: more hacking on the dbus-viewer
9803         
9804         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
9805         contain functions shared between the convenience lib and the
9806         installed lib
9807
9808         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
9809         -export-symbols-regex to the GLib library
9810
9811         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
9812         fix the locking in here, and add a default handler for
9813         Introspect() that just returns sub-nodes.
9814
9815 2003-09-14  Havoc Pennington  <hp@pobox.com>
9816
9817         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
9818         rather than gfoo consistent
9819
9820         * glib/dbus-gproxy.h: delete for now, move contents to
9821         dbus-glib.h, because the include files don't work right since we
9822         aren't in the dbus/ subdir.
9823         
9824         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
9825         (dbus_gproxy_end_call): finish
9826         (dbus_gproxy_begin_call): finish
9827
9828         * glib/dbus-gmain.c (dbus_set_g_error): new
9829
9830         * glib/dbus-gobject.c (handle_introspect): include information
9831         about child nodes in the introspection
9832
9833         * dbus/dbus-connection.c (dbus_connection_list_registered): new
9834         function to help in implementation of introspection
9835
9836         * dbus/dbus-object-tree.c
9837         (_dbus_object_tree_list_registered_and_unlock): new function
9838
9839 2003-09-12  Havoc Pennington  <hp@pobox.com>
9840
9841         * glib/dbus-gidl.h: add common base class for all the foo_info
9842         types
9843
9844         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
9845         similar to kdcop
9846
9847         * test/Makefile.am: try test srcdir -ef . in addition to test
9848         srcdir = ., one of them should work (yeah lame)
9849         
9850         * glib/Makefile.am: build the "idl" parser stuff as a convenience
9851         library
9852         
9853         * glib/dbus-gparser.h: make description_load routines return
9854         NodeInfo* not Parser*
9855
9856         * Makefile.am (SUBDIRS): build test dir after all library dirs
9857
9858         * configure.in: add GTK+ detection
9859
9860 2003-09-07  Havoc Pennington  <hp@pobox.com>
9861
9862         * Make Doxygen contented.
9863
9864 2003-09-07  Havoc Pennington  <hp@pobox.com>
9865
9866         * doc/dbus-specification.sgml: more updates
9867
9868 2003-09-06  Havoc Pennington  <hp@pobox.com>
9869
9870         * doc/dbus-specification.sgml: partial updates
9871
9872         * bus/dbus-daemon-1.1.in: fix the config file docs for the
9873         zillionth time; hopefully I edited the right file this time.
9874
9875         * bus/config-parser.c (append_rule_from_element): support
9876         send_type, send_path, receive_type, receive_path
9877
9878         * bus/policy.c: add message type and path to the list of things
9879         that can be "firewalled"
9880
9881 2003-09-06  Havoc Pennington  <hp@pobox.com>
9882
9883         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
9884         (dbus_connection_register_object_path): make this not handle
9885         messages to paths below the given path
9886
9887 2003-09-03  Havoc Pennington  <hp@pobox.com>
9888
9889         * test/glib/Makefile.am: add this with random glib-linked test
9890         programs
9891
9892         * glib/Makefile.am: remove the random test programs from here,
9893         leave only the unit tests
9894
9895         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
9896         uscore/javacaps conversion, and fix     
9897         (get_object_property, set_object_property): change to .NET
9898         convention for mapping props to methods, set_FooBar/get_FooBar, 
9899         since one language has such a convention we may as well copy it. 
9900         Plus real methods in either getFooBar or get_foo_bar style won't 
9901         collide with this convention.
9902
9903 2003-09-01  Havoc Pennington  <hp@pobox.com>
9904
9905         * glib/dbus-gparser.c: implement
9906
9907         * glib/dbus-gobject.c: start implementing skeletons support
9908
9909         * configure.in: when disabling checks/assert, also define
9910         G_DISABLE_ASSERT and G_DISABLE_CHECKS
9911
9912 2003-09-01  Havoc Pennington  <hp@pobox.com>
9913
9914         * glib/Makefile.am: rearrange a bunch of files and get "make
9915         check" framework set up
9916
9917 2003-08-31  Havoc Pennington  <hp@pobox.com>
9918
9919         * fix build with --disable-tests
9920
9921 2003-08-30  Havoc Pennington  <hp@pobox.com>
9922
9923         * dbus/dbus-connection.c: purge DBusMessageHandler
9924
9925         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
9926         use callbacks everywhere
9927
9928 2003-08-30  Havoc Pennington  <hp@pobox.com>
9929
9930         * test/data/valid-config-files/system.d/test.conf: change to 
9931         root for the user so warnings don't get printed
9932
9933         * dbus/dbus-message.c: add dbus_message_get_path,
9934         dbus_message_set_path
9935         
9936         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
9937         dispatching to a path
9938
9939         * dbus/dbus-string.c (_dbus_string_validate_path): add
9940
9941         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
9942         (_dbus_marshal_object_path): implement
9943
9944         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
9945         to contain the path to the target object
9946         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
9947         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
9948
9949 2003-08-30  Havoc Pennington  <hp@pobox.com>
9950
9951         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
9952
9953 2003-08-29  Havoc Pennington  <hp@pobox.com>
9954
9955         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
9956         registered
9957         (struct DBusObjectSubtree): shrink this
9958         a lot, since we may have a lot of them
9959         (_dbus_object_tree_free_all_unlocked): implement
9960         (_dbus_object_tree_dispatch_and_unlock): implement
9961
9962 2003-08-29  Havoc Pennington  <hp@pobox.com>
9963
9964         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
9965
9966 2003-08-28  Havoc Pennington  <hp@pobox.com>
9967
9968         purge DBusObjectID
9969         
9970         * dbus/dbus-connection.c: port to no ObjectID, create a
9971         DBusObjectTree, rename ObjectTree to ObjectPath in public API
9972
9973         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
9974         everything except UnregisterFunction and MessageFunction
9975         
9976         * dbus/dbus-marshal.c: port away from DBusObjectID, 
9977         add DBUS_TYPE_OBJECT_PATH
9978         
9979         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
9980         dbus/dbus-objectid.[hc]: remove these, we are moving to 
9981         path-based object IDs
9982
9983 2003-08-25  Havoc Pennington  <hp@pobox.com>
9984
9985         Just noticed that dbus_message_test is hosed, I wonder when I
9986         broke that. I thought make check was passing earlier...
9987         
9988         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
9989         container tree, will replace most of dbus-object-registry
9990
9991         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
9992         screwup
9993
9994 2003-08-19  Havoc Pennington  <hp@pobox.com>
9995
9996         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
9997         (dbus_message_is_error): fix this function
9998
9999         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
10000         match
10001
10002         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
10003         reflect clarified man page
10004         (bus_client_policy_check_can_send): ditto
10005         
10006         * bus/session.conf.in: fixup
10007
10008         * bus/system.conf.in: fixup
10009
10010 2003-08-18  Havoc Pennington  <hp@redhat.com>
10011
10012         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
10013
10014         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10015         dumb bug created earlier (wrong order of args to
10016         decode_header_data())
10017         
10018         * tools/dbus-send.c: port
10019
10020         * tools/dbus-print-message.c (print_message): port
10021
10022         * test/data/*messages: port all messages over
10023         
10024         * dbus/dbus-message-builder.c: support including 
10025         message type
10026         
10027         * bus/driver.c: port over
10028         
10029         * bus/dispatch.c: port over to new stuff
10030
10031         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10032         rename disconnect signal to "Disconnected"
10033
10034 2003-08-17  Havoc Pennington  <hp@pobox.com>
10035
10036         This doesn't compile yet, but syncing up so I can hack on it from
10037         work. What are branches for if not broken code? ;-)
10038         
10039         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
10040         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
10041         DBUS_HEADER_FIELD_ERROR_NAME
10042         
10043         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
10044         for the interface+member pairs
10045         (string_hash): change to use g_str_hash algorithm
10046         (find_direct_function, find_string_function): refactor these to
10047         share most code.
10048         
10049         * dbus/dbus-message.c: port all of this over to support 
10050         interface/member fields instead of name field
10051
10052         * dbus/dbus-object-registry.c: port over
10053         
10054         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
10055         from _dbus_string_validate_name
10056
10057         * bus/dbus-daemon-1.1: change file format for the 
10058         <deny>/<allow> stuff to match new message naming scheme
10059
10060         * bus/policy.c: port over
10061
10062         * bus/config-parser.c: parse new format
10063         
10064 2003-08-16  Havoc Pennington  <hp@pobox.com>
10065
10066         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
10067         broken assertion
10068
10069         * glib/dbus-gproxy.c: some hacking
10070
10071 2003-08-15  Havoc Pennington  <hp@redhat.com>
10072
10073         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
10074
10075         * dbus/dbus-connection.c
10076         (dbus_connection_send_with_reply_and_block): factor out internals;
10077         change to convert any error replies to DBusError instead of 
10078         returning them as a message
10079
10080 2003-08-15  Havoc Pennington  <hp@pobox.com>
10081
10082         * dbus/dbus-connection.c, 
10083         dbus/dbus-pending-call.c: Finish the pending call stuff
10084
10085 2003-08-14  Havoc Pennington  <hp@redhat.com>
10086
10087         * dbus/dbus-pending-call.c: start on new object that will replace
10088         DBusMessageHandler and ReplyHandlerData for tracking outstanding
10089         replies
10090
10091         * dbus/dbus-gproxy.c: start on proxy object used to communicate
10092         with remote interfaces
10093
10094         * dbus/dbus-gidl.c: do the boring boilerplate in here
10095         
10096 2003-08-12  Havoc Pennington  <hp@pobox.com>
10097
10098         * bus/dispatch.c (bus_dispatch): make this return proper 
10099         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
10100
10101         * dbus/dbus-errors.c (dbus_set_error): use
10102         _dbus_string_append_printf_valist
10103
10104         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
10105         (_dbus_string_append_printf): new
10106
10107         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
10108         UNKNOWN_METHOD
10109
10110         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
10111         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
10112         message is unhandled.
10113
10114 2003-08-11  Havoc Pennington  <hp@pobox.com>
10115
10116         * bus/test.c (client_disconnect_handler): change to return
10117         HANDLED (would have been REMOVE_MESSAGE)
10118
10119         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
10120         HANDLED/NOT_YET_HANDLED instead of
10121         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
10122         should be used.
10123
10124 2003-08-10  Havoc Pennington  <hp@pobox.com>
10125
10126         * tools/dbus-send.c (main): add --type argument, for now
10127         supporting only method_call and signal types.
10128
10129         * tools/dbus-print-message.c: print message type
10130
10131         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10132         init connection->objects
10133
10134         * doc/dbus-specification.sgml: fix sgml
10135
10136         * bus/*.c: port over to object-instance API changes
10137
10138         * test/test-service.c: ditto
10139         
10140         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
10141         name, we will have to fix up the rest of the code to also handle
10142         this
10143         (dbus_message_new): generic message-creation call
10144         (set_string_field): allow appending name field
10145
10146 2003-08-06  Havoc Pennington  <hp@pobox.com>
10147
10148         * dbus/dbus-object-registry.c: implement signal connection 
10149         and dispatch
10150
10151         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
10152
10153         * dbus/dbus-internals.c (_dbus_memdup): new function
10154
10155 2003-08-02  Havoc Pennington  <hp@pobox.com>
10156
10157         * dbus/dbus-message.c (dbus_message_get_no_reply)
10158         (dbus_message_set_no_reply): add these and remove
10159         set_is_error/get_is_error
10160
10161         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
10162         remove the ERROR flag, since there's now an ERROR type
10163
10164 2003-08-01  Havoc Pennington  <hp@pobox.com>
10165
10166         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
10167         implement
10168
10169         * dbus/dbus-message.c (dbus_message_get_type): new function
10170
10171         * doc/dbus-specification.sgml: add "type" byte to messages
10172
10173 2003-08-01  Havoc Pennington  <hp@pobox.com>
10174
10175         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
10176         a message type enum to distinguish kinds of message
10177         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
10178         that need not be replied to
10179
10180 2003-08-01  Havoc Pennington  <hp@pobox.com>
10181
10182         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
10183         (unpack_8_octets): fix no-64-bit-int bug
10184
10185         * dbus/dbus-object-registry.c (validate_id): validate the 
10186         connection ID bits, not just the instance ID.
10187
10188         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
10189         the connection-global 33 bits of the object ID
10190
10191         * dbus/dbus-object-registry.c (info_from_entry): fill in 
10192         object ID in the new way
10193
10194         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
10195         define server/client/instance bits.
10196
10197 2003-07-30  Havoc Pennington  <hp@pobox.com>
10198
10199         * dbus/dbus-connection.c (dbus_connection_register_object): fix
10200         build
10201
10202 2003-07-13  Havoc Pennington  <hp@pobox.com>
10203
10204         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
10205         fields to DBusObjectVTable and DBusObjectInfo
10206
10207 2003-07-12  Havoc Pennington  <hp@pobox.com>
10208
10209         * dbus/dbus-object-registry.c: implement unit test,
10210         fix bugs discovered in process
10211
10212         * dbus/dbus-connection.c: remove handler_table and
10213         register_handler(), add DBusObjectRegistry usage
10214
10215         * dbus/dbus-objectid.c (dbus_object_id_is_null)
10216         (dbus_object_id_set_null): new functions
10217
10218 2003-07-08  Havoc Pennington  <hp@pobox.com>
10219
10220         * dbus/dbus-object.c: implement some of this
10221
10222         * dbus/dbus-object-registry.c
10223         (_dbus_object_registry_add_and_unlock): fill in the object_id out
10224         param
10225         (_dbus_object_registry_new): handle OOM
10226
10227 2003-07-08  Havoc Pennington  <hp@pobox.com>
10228
10229         * dbus/dbus-object.h: sketch out an API for registering objects
10230         with a connection, that allows us to use as little as 24 bytes
10231         per object and lets application code represent an object in 
10232         any conceivable way.
10233
10234         * dbus/dbus-object-registry.c: implement the hard bits of the
10235         DBusConnection aspect of object API. Not yet wired up.
10236         
10237 2003-07-06  Havoc Pennington  <hp@pobox.com>
10238
10239         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
10240         (_dbus_marshal_object_id): new
10241         (_dbus_demarshal_object_id): new
10242         (_dbus_marshal_get_arg_end_pos): support object ID type, and
10243         consolidate identical switch cases. Don't conditionalize handling
10244         of DBUS_TYPE_UINT64, need to handle the type always.
10245         (_dbus_marshal_validate_arg): consolidate identical cases, and
10246         handle DBUS_TYPE_OBJECT_ID
10247
10248         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
10249
10250         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
10251
10252 2003-09-28  Havoc Pennington  <hp@pobox.com>
10253
10254         * real 0.13 release
10255
10256 2003-09-28  Havoc Pennington  <hp@pobox.com>
10257
10258         * doc/Makefile.am (dbus-specification.html): testing a funky hack
10259         to work with Debian db2html
10260
10261 2003-09-28  Havoc Pennington  <hp@pobox.com>
10262
10263         * configure.in: 0.13
10264
10265         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
10266         stylesheet-images for benefit of Debian
10267         
10268         Change back to using filesystem-linked sockets for the system
10269         bus, so only root can create the default system bus address.
10270         
10271         * bus/system.conf.in: change to use
10272         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10273
10274         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
10275         from here.
10276
10277         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10278         here, and AC_DEFINE DBUS_SYSTEM_PATH
10279
10280 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10281
10282         * doc/TODO:
10283         * doc/busconfig.dtd:
10284         Add busconfig DTD.
10285         
10286 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10287
10288         * doc/dbus-specification.sgml:
10289         Add activation reply values.
10290         
10291 2003-08-05  Havoc Pennington  <hp@redhat.com>
10292
10293         * configure.in: 0.12
10294
10295 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
10296
10297         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
10298         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
10299         (add_watch), (remove_watch), (create_source):
10300         Refcount fds, fixes some reentrancy issues.
10301         
10302 2003-07-30  Havoc Pennington  <hp@redhat.com>
10303
10304         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
10305         bus address to be abstract if we have abstract sockets
10306
10307         * NEWS: update
10308
10309 2003-07-28  Havoc Pennington  <hp@redhat.com>
10310
10311         * bus/messagebus.in: fix to avoid processname/servicename 
10312         confusion, from Michael Kearey
10313         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
10314         
10315 2003-07-23  Havoc Pennington  <hp@pobox.com>
10316
10317         * dbus/dbus-message.c (dbus_message_iter_get_named): 
10318         fix from Andy Hanton to remove broken "+1"
10319
10320 2003-07-16  Havoc Pennington  <hp@pobox.com>
10321
10322         * tools/dbus-launch.c (babysit): close stdout/stderr in the
10323         babysitter process, as suggested by Thomas Leonard, so 
10324         an "eval `dbus-launch --exit-with-session`" will actually 
10325         return
10326
10327 2003-07-16  Havoc Pennington  <hp@pobox.com>
10328
10329         * configure.in: print out EXPANDED_* variables in the summary at
10330         the end; clean up the code that computes EXPANDED_ variables and
10331         get the ones using exec_prefix right. Should make things work
10332         when you build without --prefix
10333
10334 2003-06-29  Havoc Pennington  <hp@pobox.com>
10335
10336         * mono/Test.cs (class Test): fire up a main loop and run it
10337
10338         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
10339         done once, the app has to do it
10340
10341 2003-06-26  Havoc Pennington  <hp@pobox.com>
10342
10343         * mono/Connection.cs: set up connection with the glib main loop
10344
10345 2003-07-01  Havoc Pennington  <hp@redhat.com>
10346
10347         * doc/dbus-specification.sgml: clarify the format of a type code,
10348         change suggested by Jim Blandy
10349
10350 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
10351
10352         * doc/Makefile.am:
10353         * tools/Makefile.am: Don't assume srcdir == builddir.
10354
10355         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
10356         the allocated block.
10357         (_dbus_memory_test): New function.
10358         * dbus/dbus-test.h: Add _dbus_memory_test ().
10359         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
10360
10361         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
10362         of %c%c%c%c.
10363         (dbus_message_new): Remove obsolete @todo.
10364
10365         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
10366         (_dbus_marshal_set_uint64): Fix comment.
10367
10368         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
10369         hardcode FIELD_REPLY_SERIAL.
10370
10371         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
10372         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
10373
10374         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
10375         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
10376
10377 2003-06-24  Havoc Pennington  <hp@pobox.com>
10378
10379         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
10380
10381 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
10382
10383         * configure.in:
10384         * gcj/.cvsignore:
10385         * gcj/Hello.java:
10386         * gcj/Makefile.am:
10387         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10388         * gcj/org/.cvsignore:
10389         * gcj/org/Makefile.am:
10390         * gcj/org/freedesktop/.cvsignore:
10391         * gcj/org/freedesktop/Makefile.am:
10392         * gcj/org/freedesktop/dbus/.cvsignore:
10393         * gcj/org/freedesktop/dbus/Makefile.am:
10394         * gcj/org/freedesktop/dbus/Message.java: (Message),
10395         (Message.Message):
10396         * gcj/org/freedesktop/dbus/natMessage.cc:
10397         Fix the build system.
10398
10399 2003-06-22  Havoc Pennington  <hp@pobox.com>
10400
10401         * mono/Connection.cs: add more bindings
10402
10403         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10404         more than once.
10405
10406 2003-06-22  Havoc Pennington  <hp@pobox.com>
10407
10408         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10409         Start wrapping more stuff.
10410
10411 2003-06-22  Havoc Pennington  <hp@pobox.com>
10412
10413         * mono/Message.cs: implement Message.Wrap() that ensures we only
10414         have a single C# wrapper per DBusMessage, assuming it works which
10415         it probably doesn't.
10416
10417         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10418         (dbus_message_free_data_slot): new
10419         (dbus_message_set_data): new
10420         (dbus_message_get_data): new
10421
10422 2003-06-22  Havoc Pennington  <hp@pobox.com>
10423
10424         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10425         (_dbus_data_slot_allocator_alloc): rework these to keep a
10426         reference count on each slot and automatically manage a global
10427         slot ID variable passed in by address
10428
10429         * bus/bus.c: convert to new dataslot API
10430
10431         * dbus/dbus-bus.c: convert to new dataslot API
10432
10433         * dbus/dbus-connection.c: convert to new dataslot API
10434
10435         * dbus/dbus-server.c: convert to new dataslot API
10436
10437         * glib/dbus-gmain.c: ditto
10438
10439         * bus/test.c: ditto
10440
10441         * bus/connection.c: ditto
10442
10443 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10444
10445         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10446         after the gcj checks so that the correct configuration tags
10447         will be added to libtool.
10448
10449         * dbus-glib-1.pc.in: No need to specify any includes since
10450         dbus-1.pc.in has those.
10451
10452 2003-06-22  Havoc Pennington  <hp@pobox.com>
10453
10454         * mono/*, gcj/*, configure.in, Makefile.am:
10455         Check in makefiles and subdirs for mono and gcj bindings.
10456         Neither binding actually exists, just trying to get through
10457         all the build and other boring bits.
10458
10459 2003-06-21  Philip Blundell  <philb@gnu.org>
10460
10461         * tools/dbus-monitor.1: Updated.
10462
10463         * tools/dbus-send.1: Likewise.
10464
10465 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10466
10467         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10468         for hangup and error after checking read so we won't discard
10469         pending data if both hangup and read are set.
10470
10471 2003-06-19  Philip Blundell  <philb@gnu.org>
10472
10473         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10474
10475         * tools/dbus-send.c: Accept both --system and --session.
10476
10477         * tools/dbus-monitor.c: Same here.
10478
10479 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10480
10481         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10482         from C++ (Patch by Miloslav Trmac).
10483
10484 2003-06-15  Joe Shaw  <joe@assbarn.com>
10485
10486         * configure.in: Check for socklen_t.
10487
10488         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10489
10490         * test/test-segfault.c: Add #include <sys/time.h>
10491
10492         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10493         dbus-launch needs it.
10494
10495 2003-06-09  Havoc Pennington  <hp@redhat.com>
10496
10497         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10498         SUN_LEN, it breaks abstract socket usage
10499
10500         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10501         starts of lines.
10502
10503 2003-06-04  Havoc Pennington  <hp@pobox.com>
10504
10505         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10506         using unix:abstract=/foo, and when listening in a tmpdir
10507         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10508
10509         * dbus/dbus-transport.c (_dbus_transport_open): support
10510         unix:abstract=/foo
10511
10512         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10513         support abstract sockets
10514
10515         * dbus/dbus-transport-unix.c
10516         (_dbus_transport_new_for_domain_socket): support abstract sockets
10517
10518         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10519         toggle as an argument, implement abstract namespace support
10520         (_dbus_listen_unix_socket): ditto
10521
10522         * configure.in: add --enable-abstract-sockets and implement
10523         a configure check for autodetection of the right value.
10524
10525 2003-06-01  Havoc Pennington  <hp@pobox.com>
10526
10527         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10528         in /tmp (though on Linux this will end up being useless,
10529         when we add abstract namespace support)
10530
10531         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10532         subst'ing it
10533
10534 2003-05-28  Colin Walters  <walters@verbum.org>
10535
10536         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10537
10538 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10539
10540         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10541
10542 2003-05-17  Colin Walters  <walters@gnu.org>
10543
10544         * tools/dbus-send.c: Don't exit with an error code if --help was
10545         passed.  Default to using the session bus instead of the system
10546         one.
10547
10548         * tools/dbus-launch.c: Ditto.
10549
10550         * tools/dbus-monitor.c: Ditto.
10551
10552         * tools/dbus-send.1: Update with new arguments.
10553
10554         * tools/dbus-launch.c: Emit code to export variables.  New
10555         arguments -s and -c to specify shell syntax, and a bit of code to
10556         autodetect syntax.  Also, allow specifying a program to run.
10557
10558         * tools/dbus-launch.1: Update with new arguments.
10559
10560         * tools/dbus-send.1: Ditto.
10561
10562         * tools/dbus-monitor.1: Ditto.
10563
10564 2003-05-17  Havoc Pennington  <hp@pobox.com>
10565
10566         * bus/config-parser.c (merge_included): merge in policies from
10567         child configuration file.
10568
10569         * bus/policy.c (bus_policy_merge): function to merge two policies
10570         together
10571
10572 2003-05-16  Havoc Pennington  <hp@redhat.com>
10573
10574         * dbus/dbus-connection.c: disable verbose lock spew
10575
10576         * tools/dbus-send.c: add --print-reply command line option
10577
10578         * tools/dbus-print-message.h (print_message): new util function
10579         shared by dbus-send and dbus-monitor
10580
10581         * tools/dbus-monitor.c (handler_func): exit on disconnect
10582
10583         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10584         disconnected, don't try to use the read_watch
10585
10586         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10587         so we can find this bug more easily
10588
10589 2003-05-16  Havoc Pennington  <hp@redhat.com>
10590
10591         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10592         NULL as DBusHashTable is annoyingly likely to do.
10593
10594 2003-05-16  Colin Walters  <walters@verbum.org>
10595
10596         * tools/dbus-monitor.c: Add --session argument and usage()
10597         function.
10598
10599         * tools/dbus-monitor.1: Update with new --session arg.
10600
10601         * bus/Makefile.am (install-data-hook): Create
10602         $(libdir)/dbus-1.0/services so that the session bus is happy.
10603
10604 2003-05-15  Havoc Pennington  <hp@redhat.com>
10605
10606         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
10607         on non-x86. ifdef's are evil.
10608
10609 2003-05-15  Havoc Pennington  <hp@redhat.com>
10610
10611         * configure.in: 0.11
10612
10613         * NEWS: update
10614
10615         * bus/Makefile.am (initddir): apparently we are supposed to put
10616         init scripts in /etc/rc.d/init.d not /etc/init.d
10617
10618         * bus/Makefile.am: remove the "you must --enable-tests to make
10619         check" as it broke distcheck
10620
10621         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
10622
10623 2003-05-13  James Willcox  <jwillcox@gnome.org>
10624
10625         * configure.in:
10626         * bus/activation.c: (bus_activation_service_created),
10627         (bus_activation_activate_service):
10628         * bus/driver.c: (bus_driver_send_service_deleted),
10629         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10630         (bus_driver_send_service_acquired),
10631         (bus_driver_send_welcome_message),
10632         (bus_driver_handle_list_services):
10633         * bus/session.conf.in:
10634         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
10635         (dbus_bus_service_exists), (dbus_bus_activate_service):
10636         * dbus/dbus-bus.h:
10637
10638         Add some convenience API which lets you activate a service, and did a
10639         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
10640         and dbus_message_get_args()
10641
10642 2003-05-11  Havoc Pennington  <hp@pobox.com>
10643
10644         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
10645         calling _dbus_marshal_validate_arg() for every byte in a byte
10646         array, etc.
10647
10648         * dbus/dbus-message-handler.c: use atomic reference counting to
10649         reduce number of locks slightly; the global lock in here sucks
10650
10651         * dbus/dbus-connection.c
10652         (_dbus_connection_update_dispatch_status_and_unlock): variant of
10653         update_dispatch_status that can be called with lock held; then use
10654         in a couple places to reduce locking/unlocking
10655         (dbus_connection_send): hold the lock over the whole function
10656         instead of acquiring it twice.
10657
10658         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10659
10660         * bus/connection.c (bus_connections_setup_connection): fix access
10661         to already-freed memory.
10662
10663         * dbus/dbus-connection.c: keep a little cache of linked list
10664         nodes, to avoid using the global linked list alloc lock in the
10665         normal send-message case. Instead we just use the connection lock
10666         that we already have to take.
10667
10668         * dbus/dbus-list.c (_dbus_list_find_last): new function
10669
10670         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
10671         change to use a struct for the atomic type; fix docs,
10672         they return value before increment, not after increment.
10673
10674         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
10675         (_dbus_string_append_8_aligned): new functions to try to
10676         microoptimize this operation.
10677         (reallocate_for_length): break this out of set_length(), to
10678         improve profile info, and also so we can consider inlining the
10679         set_length() part.
10680
10681         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
10682         strings with some preallocation, cuts down on our calls to realloc
10683         a fair bit. Though if we can get the "move entire string to empty
10684         string" optimization below to kick in here, it would be better.
10685
10686         * dbus/dbus-string.c (_dbus_string_move): just call
10687         _dbus_string_move_len
10688         (_dbus_string_move_len): add a special case for moving
10689         an entire string into an empty string; we can just
10690         swap the string data instead of doing any reallocs.
10691         (_dbus_string_init_preallocated): new function
10692
10693 2003-05-11  Havoc Pennington  <hp@pobox.com>
10694
10695         Write a "test-profile" that does echo client-server with threads;
10696         profile reveals lock contention, memcpy/realloc of buffers, and
10697         UTF-8 validation as hot spots. 20% of lock contention eliminated
10698         with dbus_atomic_inc/dec implementation on x86.  Much remaining
10699         contention is global mempool locks for GList and DBusList.
10700
10701         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
10702         x86 implementation
10703
10704         * dbus/dbus-connection.c (struct DBusConnection): use
10705         dbus_atomic_t for the reference count
10706
10707         * dbus/dbus-message.c (struct DBusMessage): declare
10708         dbus_atomic_t values as volatile
10709
10710         * configure.in: code to detect ability to use atomic integer
10711         operations in assembly, from GLib patch
10712
10713         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
10714         time, tired of it being wrong in threads and forked processes
10715
10716         * glib/test-profile.c: a little program to bounce messages back
10717         and forth between threads and eat CPU
10718
10719         * dbus/dbus-connection.c: add debug spew macros for debugging
10720         thread locks; include config.h at top; fix deadlock in
10721         dbus_connection_flush()
10722
10723 2003-05-08  Havoc Pennington  <hp@pobox.com>
10724
10725         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
10726         data from getting written, and there wasn't a good reason to
10727         use _exit really.
10728
10729         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
10730         dbus_verbose lines in test coverage
10731         (main): add list of functions sorted by # of untested blocks
10732         to the coverage report
10733
10734         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
10735
10736         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
10737
10738         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
10739         extend test coverage
10740
10741         * test/data/auth/cancel.auth-script: test canceling an
10742         authentication
10743
10744         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
10745         aren't used. in CVS history if we end up needing them.
10746
10747 2003-05-04  Havoc Pennington  <hp@pobox.com>
10748
10749         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
10750         unit test
10751
10752         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
10753         function, which assumed length was in # of strings, not bytes
10754
10755         * dbus/dbus-message.c (_dbus_message_test): add tests for some
10756         missing coverage
10757
10758         * dbus/dbus-connection.c
10759         (_dbus_connection_queue_received_message): disable function for
10760         now, we are only using it in test mode
10761
10762         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10763         remove a mistaken FIXME
10764
10765 2003-05-04  Havoc Pennington  <hp@pobox.com>
10766
10767         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
10768         unlock mutex on successful return, patch from Anders Gustafsson
10769
10770 2003-05-04  Havoc Pennington  <hp@pobox.com>
10771
10772         * dbus-glib-1.pc.in (Requires): fix dependencies, from
10773         Anders Gustafsson
10774
10775 2003-05-04  Havoc Pennington  <hp@pobox.com>
10776
10777         * tools/dbus-launch.c: implement
10778
10779         * bus/main.c (main), bus/bus.c (bus_context_new):
10780         implement --print-pid and --fork
10781
10782 2003-05-03  Havoc Pennington  <hp@redhat.com>
10783
10784         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
10785         the address had no value, and add to test suite. Fix and
10786         regression test from Miloslav Trmac
10787
10788 2003-05-03  Havoc Pennington  <hp@pobox.com>
10789
10790         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
10791         watch is invalid when handled
10792
10793         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
10794         dbus-launch utility to launch the bus from a shell script.  Didn't
10795         actually implement dbus-launch yet, it's just a placeholder still.
10796
10797 2003-05-03  Havoc Pennington  <hp@pobox.com>
10798
10799         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
10800         daemon; also documents daemon config file, so replaces
10801         doc/config-file.txt. Corrected some stuff from config-file.txt in
10802         the process of moving it.
10803
10804 2003-05-03  Havoc Pennington  <hp@pobox.com>
10805
10806         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
10807         add some man pages
10808
10809 2003-05-03  Colin Walters  <walters@verbum.org>
10810
10811         * dbus/dbus-sysdeps.c (fill_user_info): Test against
10812         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
10813
10814         * Makefile.am: Update to use new .pc versioning scheme.
10815
10816 2003-05-02  Havoc Pennington  <hp@redhat.com>
10817
10818         * bus/system.conf.in: allow send/receive to/from message bus
10819         service
10820
10821 2003-04-30  Havoc Pennington  <hp@redhat.com>
10822
10823         * configure.in: print a note when building with unit tests and
10824         without assertions
10825
10826 2003-04-30  Havoc Pennington  <hp@redhat.com>
10827
10828         * Makefile.am: add a check-local that complains if you didn't
10829         configure with --enable-tests
10830
10831 2003-04-29  Havoc Pennington  <hp@redhat.com>
10832
10833         * glib/dbus-gmain.c: docs cleanups
10834
10835         * dbus/dbus-types.h: add docs on int64 types
10836
10837         * dbus/dbus-memory.c: fix docs to avoid putting private API in
10838         public API docs section
10839
10840 2003-04-29  Havoc Pennington  <hp@redhat.com>
10841
10842         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
10843         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
10844         parallel install API version, not with the D-BUS package version.
10845
10846         * HACKING: move some of README over here
10847
10848         * README: updates, and document API/ABI policy
10849
10850         * configure.in: reindentation
10851
10852 2003-04-29  Havoc Pennington  <hp@redhat.com>
10853
10854         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
10855         to use this library" to be sure people have the right
10856         expectations.
10857
10858 2003-04-28  Havoc Pennington  <hp@redhat.com>
10859
10860         * configure.in: add --enable-docs which by default is auto yes if
10861         doxygen and db2html found, no otherwise; but can be forced on/off
10862
10863         * doc/Makefile.am: conditionalize whether to build docs on
10864         --enable-docs
10865
10866 2003-04-28  Havoc Pennington  <hp@redhat.com>
10867
10868         * configure.in: 0.10
10869
10870         * NEWS: update
10871
10872         * bus/system.conf.in: add <includedir>system.d</includedir>
10873
10874         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
10875         username was provided but not uid
10876
10877         * bus/config-parser.c (struct BusConfigParser): keep track of
10878         whether the parser is toplevel or was included; change some
10879         of the error handling if it's included.
10880
10881 2003-04-27  Havoc Pennington  <hp@pobox.com>
10882
10883         Unbreak my code...
10884
10885         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10886         report correct status if we finish processing authentication
10887         inside this function.
10888
10889         * bus/activation.c (try_send_activation_failure): use
10890         bus_transaction_send_error_reply
10891
10892         * bus/connection.c (bus_connection_get_groups): return an error
10893         explaining the problem
10894
10895         * bus/bus.c (bus_context_check_security_policy): implement
10896         restriction here that inactive connections can only send the
10897         hello message. Also, allow bus driver to send anything to
10898         any recipient.
10899
10900         * bus/connection.c (bus_connection_complete): create the
10901         BusClientPolicy here instead of on-demand.
10902         (bus_connection_get_policy): don't return an error
10903
10904         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
10905         sender field in message being replied to
10906
10907         * bus/bus.c (bus_context_check_security_policy): fix silly typo
10908         causing it to return FALSE always
10909
10910         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
10911         we checked sender rather than destination
10912
10913 2003-04-25  Havoc Pennington  <hp@redhat.com>
10914
10915         test suite is slightly hosed at the moment, will fix soon
10916
10917         * bus/connection.c (bus_connections_expire_incomplete): fix to
10918         properly disable the timeout when required
10919         (bus_connection_set_name): check whether we can remove incomplete
10920         connections timeout after we complete each connection.
10921
10922         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
10923         probably still broken.
10924
10925         * bus/services.c (bus_registry_acquire_service): implement max
10926         number of services owned, and honor allow/deny rules on which
10927         services a connection can own.
10928
10929         * bus/connection.c (bus_connection_get_policy): report errors here
10930
10931         * bus/activation.c: implement limit on number of pending
10932         activations
10933
10934 2003-04-25  Havoc Pennington  <hp@redhat.com>
10935
10936         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
10937         where we used >= 0 instead of != DBUS_UID_UNSET.
10938
10939 2003-04-25  Havoc Pennington  <hp@redhat.com>
10940
10941         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
10942         were toggled without add/remove, fix from Anders Gustafsson
10943
10944 2003-04-24  Havoc Pennington  <hp@redhat.com>
10945
10946         * test/data/valid-config-files/basic.conf: add <limit> tags to
10947         this test
10948
10949         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
10950         <limit> tag in configuration file.
10951
10952 2003-04-24  Havoc Pennington  <hp@redhat.com>
10953
10954         * bus/dispatch.c: somehow missed some name_is
10955
10956         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
10957         (_dbus_timeout_set_interval): new
10958
10959         * bus/connection.c (bus_connections_setup_connection): record time
10960         when each connection is first set up, and expire them after the
10961         auth timeout passes.
10962
10963 2003-04-24  Havoc Pennington  <hp@redhat.com>
10964
10965         * dbus/dbus-message.c (dbus_message_name_is): rename
10966         (dbus_message_service_is): rename
10967         (dbus_message_sender_is): rename
10968         (dbus_message_get_service): rename
10969
10970 2003-04-24  Havoc Pennington  <hp@redhat.com>
10971
10972         * configure.in: add --enable-checks
10973
10974         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
10975
10976         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
10977         to use thread locks.
10978         (_dbus_connection_handler_destroyed_locked): move some private
10979         functions into proper docs group
10980
10981         * dbus/dbus-internals.h: add _dbus_return_if_fail,
10982         _dbus_return_val_if_fail
10983
10984         Throughout: use dbus_return_if_fail
10985
10986 2003-04-23  James Willcox  <jwillcox@gnome.org>
10987
10988         * glib/dbus-glib.h:
10989         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
10990         (dbus_connection_setup_with_g_main),
10991         (dbus_server_setup_with_g_main):
10992         * glib/test-dbus-glib.c: (main):
10993         * glib/test-thread-client.c: (main):
10994         * glib/test-thread-server.c: (new_connection_callback), (main):
10995         * tools/dbus-monitor.c: (main):
10996
10997         Added a GMainContext argument to dbus_connection_setup_with_g_main()
10998         and dbus_server_setup_with_g_main().
10999
11000 2003-04-20  Havoc Pennington  <hp@pobox.com>
11001
11002         * doc/dbus-specification.sgml: document the restrictions on
11003         message and service names
11004
11005 2003-04-22  Havoc Pennington  <hp@redhat.com>
11006
11007         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
11008         support, and do some code cleanups to share more code and
11009         speed up array marshal/demarshal.
11010
11011         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
11012
11013         * configure.in: generate dbus-arch-deps.h
11014
11015         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
11016         64-bit typecodes
11017
11018 2003-04-22  Havoc Pennington  <hp@redhat.com>
11019
11020         * test/data/valid-messages/opposite-endian.message: fix test
11021         to use proper type for rply field
11022
11023         * test/data/invalid-messages: add tests for below validation
11024
11025         * dbus/dbus-message.c (decode_header_data): validate field types,
11026         and validate that named fields are valid names
11027         (decode_name_field): consider messages in the
11028         org.freedesktop.Local. namespace to be invalid.
11029
11030         * dbus/dbus-string.c (_dbus_string_validate_name): new
11031
11032 2003-04-19  Havoc Pennington  <hp@pobox.com>
11033
11034         * bus/driver.c (bus_driver_handle_hello): check limits and
11035         return an error if they are exceeded.
11036
11037         * bus/connection.c: maintain separate lists of active and inactive
11038         connections, and a count of each. Maintain count of completed
11039         connections per user. Implement code to check connection limits.
11040
11041         * dbus/dbus-list.c (_dbus_list_unlink): export
11042
11043         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
11044         number of bytes in the message queue for a connection
11045
11046 2003-04-18  Havoc Pennington  <hp@pobox.com>
11047
11048         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
11049
11050         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
11051         memleaks
11052
11053         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
11054         on realloc be sure to update the pointer in the keyring
11055
11056         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
11057         offset to avoid writing to unallocated memory
11058
11059         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
11060         try the next mechanism, so we properly handle OOM
11061
11062         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
11063         on OOM.
11064         (_dbus_keyring_new): fix OOM bug
11065         (_dbus_keyring_new_homedir): always set error; impose a maximum
11066         number of keys we'll load from the file, mostly to speed up the
11067         test suite and make its OOM checks more useful, but also for
11068         general sanity.
11069
11070         * dbus/dbus-auth.c (process_error_server): reject authentication
11071         if we get an error from the client
11072         (process_cancel): on cancel, send REJECTED, per the spec
11073         (process_error_client): send CANCEL if we get an error from the
11074         server.
11075
11076 2003-04-18  Havoc Pennington  <hp@pobox.com>
11077
11078         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
11079         debug spew
11080
11081         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
11082         handling problem
11083
11084         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
11085         about DBUS_TEST_HOMEDIR once
11086
11087         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
11088         the environment
11089
11090         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
11091         config file so we test the right thing
11092
11093         Throughout: assorted docs improvements
11094
11095 2003-04-18  Havoc Pennington  <hp@pobox.com>
11096
11097         * glib/dbus-gmain.c: adapt to watch changes
11098
11099         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
11100
11101         * dbus/dbus-server.h: remove dbus_server_handle_watch
11102
11103         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11104
11105         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
11106         like DBusTimeout, so we don't need dbus_connection_handle_watch
11107         etc.
11108
11109 2003-04-17  Havoc Pennington  <hp@redhat.com>
11110
11111         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
11112         database usage so it all goes via the DBusUserDatabase cache.
11113
11114 2003-04-17  Havoc Pennington  <hp@redhat.com>
11115
11116         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
11117         there was an OOM watch we skipped, we always return TRUE so we
11118         iterate again to have a look at it again. Fixes test suite hang.
11119         Code rearrangement also lets us lose some memset and only iterate
11120         over callbacks once.
11121
11122         * bus/driver.c (bus_driver_handle_message): sense of test for
11123         reply was backward
11124
11125 2003-04-16  Havoc Pennington  <hp@pobox.com>
11126
11127         * doc/dbus-specification.sgml: make spec say serials are unsigned
11128
11129         * dbus/dbus-message.h: change message serials to unsigned
11130
11131         * dbus/dbus-connection.c: adapt to message serials being unsigned
11132
11133 2003-04-15  Havoc Pennington  <hp@pobox.com>
11134
11135         * bus/bus.c: create and keep around a shared DBusUserDatabase
11136         object.
11137
11138         * bus/connection.c (bus_connection_get_groups): don't cache
11139         groups for user in the connection object, since user database
11140         object now does that.
11141
11142 2003-04-16  Havoc Pennington  <hp@redhat.com>
11143
11144         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
11145         list of size counters
11146         (_dbus_message_loader_putback_message_link): put back a popped link
11147
11148         * dbus/dbus-connection.c
11149         (dbus_connection_set_max_live_messages_size): rename
11150         max_received_size
11151         (dbus_connection_get_outgoing_size): get size of outgoing
11152         queue
11153         (_dbus_connection_set_connection_counter): remove this cruft
11154
11155 2003-04-14  Havoc Pennington  <hp@redhat.com>
11156
11157         * dbus/dbus-userdb.c: user database abstraction, mostly to get
11158         caching, but at some point we might want to be able to use a
11159         different database.
11160
11161         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
11162         SHA1 conf file to test the sha1 auth mechanism, since the regular
11163         test always uses EXTERNAL when available.
11164
11165         * configure.in,
11166         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
11167         add conf file that requires use of sha1 auth
11168
11169 2003-04-13  Havoc Pennington  <hp@pobox.com>
11170
11171         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
11172         from Philip Blundell to send messages and monitor them.
11173
11174 2003-04-13  Havoc Pennington  <hp@pobox.com>
11175
11176         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
11177         callbacks
11178
11179         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
11180         users
11181
11182         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11183         fix to only recover unused bytes if we're already authenticated
11184         (_dbus_transport_get_is_authenticated): fix to still mark us
11185         authenticated if there are unused bytes.
11186
11187         * bus/dispatch.c: implement security policy checking
11188
11189         * bus/connection.c (bus_transaction_send_from_driver): new
11190
11191         * bus/bus.c (bus_context_check_security_policy): new
11192
11193         * bus/dispatch.c (send_service_nonexistent_error): delete this,
11194         now we just set the DBusError and it gets converted to an error
11195         reply.
11196
11197         * bus/connection.c (allow_user_function): enable code using actual
11198         data from the config file
11199
11200         * bus/policy.c (list_allows_user): handle wildcard rules for
11201         user/group connection perms
11202
11203 2003-04-13  Havoc Pennington  <hp@pobox.com>
11204
11205         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
11206
11207         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
11208
11209         * bus/policy.c (bus_policy_append_mandatory_rule)
11210         (bus_policy_append_default_rule, bus_policy_append_user_rule)
11211         (bus_policy_append_group_rule): new functions
11212
11213 2003-04-12  Havoc Pennington  <hp@pobox.com>
11214
11215         * bus/config-parser.c (bus_config_parser_new): fix a memleak
11216
11217         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
11218         the pid/gid/uid, just for paranoia.
11219
11220         * test/break-loader.c (randomly_do_n_things): find a byte
11221         containing a type code, and randomly change it to a different
11222         type code.
11223
11224 2003-04-12  Havoc Pennington  <hp@pobox.com>
11225
11226         * bus/policy.h: change BusPolicy to be the thing from the config
11227         file, and rename old BusPolicy to BusClientPolicy
11228
11229         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
11230         match change in how policy works
11231
11232         * dbus/dbus-internals.h: mark assert_not_reached as
11233         __attribute((noreturn))__
11234
11235 2003-04-11  Havoc Pennington  <hp@redhat.com>
11236
11237         * doc/dbus-specification.sgml: fix a spot with the wrong name for
11238         the broadcast service. Use boolean return for ServiceExists.
11239
11240 2003-04-11  Havoc Pennington  <hp@redhat.com>
11241
11242         * configure.in: add another directory to look for qt in.
11243
11244 2003-04-11  Havoc Pennington  <hp@redhat.com>
11245
11246         * AUTHORS: add Colin Walters
11247
11248 2003-04-11  Havoc Pennington  <hp@redhat.com>
11249
11250         * NEWS: update
11251
11252         * configure.in: 0.9
11253
11254 2003-04-11  Havoc Pennington  <hp@redhat.com>
11255
11256         * bus/messagebus.in: remove pid file when stopping the
11257         message bus, since the bus won't have privileges to remove it
11258         itself.
11259
11260 2003-04-11  Havoc Pennington  <hp@redhat.com>
11261
11262         * bus/bus.c (bus_context_new): move credentials change after
11263         creating pidfile
11264
11265 2003-04-11  Havoc Pennington  <hp@pobox.com>
11266
11267         * test/decode-gcov.c: add "below average functions" to the
11268         coverage report, and change how some of the code works.
11269
11270         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
11271         not in the coverage stats.
11272
11273         * test/test-service.c (main): use _dbus_verbose not fprintf in a
11274         couple places so running the test suite doesn't result in megaspam.
11275
11276 2003-04-11  Havoc Pennington  <hp@pobox.com>
11277
11278         * bus/dispatch.c (check_existent_service_activation): accept a no
11279         memory error in a place we didn't before
11280
11281         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
11282         in case the first one failed," since the test suite is less
11283         broken now.
11284
11285 2003-04-10  Havoc Pennington  <hp@pobox.com>
11286
11287         * bus/dispatch.c (check_segfault_service_activation): add test
11288         for launching an executable that just crashes.
11289
11290         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
11291         don't leave a million cores. We'll see how portable this is.
11292
11293 2003-04-10  Havoc Pennington  <hp@pobox.com>
11294
11295         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
11296         the possible parent failures before we fork, so that we don't
11297         fail to create a babysitter after creating the child.
11298
11299         * bus/activation.c (bus_activation_activate_service): kill child
11300         if we don't successfully complete the activation.
11301
11302 2003-04-10  Havoc Pennington  <hp@redhat.com>
11303
11304         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
11305         the connection if it's disconnected
11306
11307         * bus/activation.c (bus_activation_service_created): use new
11308         transaction features to roll back removal of pending activation if
11309         we don't successfully create the service after all. Don't remove
11310         pending activation if the function fails.
11311
11312         * dbus/dbus-list.c (_dbus_list_insert_before_link)
11313         (_dbus_list_insert_after_link): new code to facilitate
11314         services.c fixes
11315
11316         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
11317         new functionality, so we can preallocate the ability to insert
11318         into a hash table.
11319
11320         * bus/connection.c (bus_transaction_add_cancel_hook): new function
11321         allowing us to put custom hooks in a transaction to be used for
11322         cancelling said transaction
11323
11324         * doc/dbus-specification.sgml: add some discussion of secondary
11325         service owners, and disallow zero-length service names
11326
11327         * bus/services.c (bus_registry_acquire_service): new function,
11328         splits out part of bus_driver_handle_acquire_service() and fixes
11329         a bug where we didn't remove the service doing the acquiring
11330         from the secondary queue if we failed to remove the current owner
11331         from the front of the queue.
11332
11333 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11334
11335         * doc/dbus-specification.sgml:
11336         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
11337
11338 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11339
11340         * bus/.cvsignore:
11341         * glib/.cvsignore:
11342         * test/.cvsignore:
11343         Added files to cvsignore
11344
11345         * dbus/dbus-message.h:
11346         * dbus/dbus-message.c: (dbus_message_iter_get_named):
11347         Make get_named() take two out argument and return a boolean.
11348         (dbus_message_iter_get_args_valist):
11349         Update usage of get_named().
11350         (dbus_message_iter_append_byte):
11351         Fix typo
11352         (dbus_message_iter_append_named)
11353         Fix typo
11354         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
11355         More tests.
11356
11357 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11358
11359         * dbus/dbus-marshal.[ch]:
11360         Add array_type_pos argument to _dbus_marshal_validate_arg.
11361         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
11362
11363         * dbus/dbus-message.[ch]:
11364         Multi-dimensional arrays have full type specification in the
11365         outermost array. Iter code re-arranged to handle this.
11366         Added some more iter tests.
11367
11368         * doc/dbus-specification.sgml:
11369         Add me to authors.
11370         Remove old FIXME.
11371         Update new array encoding description.
11372         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
11373
11374         * test/data/invalid-messages/array-with-mixed-types.message:
11375         * test/data/valid-messages/array-of-array-of-uint32.message:
11376         Change to the new array format.
11377
11378         * test/data/invalid-messages/too-short-dict.message:
11379         Fix bug in test.
11380
11381         * test/data/valid-messages/recursive-types.message:
11382         Fix up and extend test.
11383
11384 2003-04-10  Havoc Pennington  <hp@pobox.com>
11385
11386         * bus/dispatch.c: lots of fixes
11387
11388         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11389         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11390         that was crack, broke the test service.
11391
11392         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11393         handling to avoid piling up errors if we get a failure on the
11394         first address.
11395
11396         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11397         pid in assertion failures.
11398
11399         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11400         to some fixed size of file descriptor array. Don't return TRUE
11401         anytime a timeout exists, that led to lots of busy loop silliness
11402         in the tests.
11403
11404 2003-04-09  Havoc Pennington  <hp@redhat.com>
11405
11406         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11407         I'd checked this in earlier but hadn't.
11408
11409 2003-04-09  Havoc Pennington  <hp@redhat.com>
11410
11411         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11412         the activation test (man this is getting old!)
11413
11414 2003-04-09  Havoc Pennington  <hp@redhat.com>
11415
11416         * test/test-utils.c: use dispatch status function to fix this up
11417
11418         * bus/connection.c (connection_watch_callback): don't dispatch
11419         from here
11420         (connection_timeout_callback): don't dispatch from here
11421         (bus_connections_setup_connection): set the dispatch status function
11422         (bus_connection_disconnected): unset it
11423
11424         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11425         used to add a connection to be dispatched
11426         (_dbus_loop_iterate): do the dispatching at the end of each
11427         iteration
11428
11429         * dbus/dbus-connection.c
11430         (dbus_connection_set_dispatch_status_function): new function
11431         allowing us to fix up main loop usage
11432         (_dbus_connection_last_unref): free all the various function
11433         user data
11434         (dbus_connection_dispatch): call the DispatchStatusFunction
11435         whenever this function returns
11436         (dbus_connection_handle_watch): call DispatchStatusFunction
11437         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11438         (reply_handler_timeout): call DispatchStatusFunction
11439         (dbus_connection_flush): call DispatchStatusFunction
11440
11441 2003-04-09  Havoc Pennington  <hp@redhat.com>
11442
11443         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11444         a memory leak
11445
11446         * bus/dispatch.c (check_service_activated): fix bug in test
11447
11448         * dbus/dbus-mainloop.c (check_timeout): fix this up
11449
11450         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11451         verbose output so we can sort out output from different processes,
11452         e.g. in the activation case.
11453
11454 2003-04-08  Colin Walters  <walters@gnu.org>
11455
11456         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11457         the pid file.
11458         (bus_context_new): Set it.
11459         (bus_context_unref): Use it to delete the pid file.
11460
11461 2003-04-08  Havoc Pennington  <hp@redhat.com>
11462
11463         * test/data/invalid-messages/array-with-mixed-types.message:
11464         regression test that fails for the moment
11465
11466         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11467         tests for convenience
11468
11469         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11470         array of nil, it broke things.
11471
11472         * test/data/invalid-messages/array-of-nil.message: regression test
11473
11474         * test/data/valid-messages/array-of-array-of-uint32.message:
11475         happened to write this so added it to suite
11476
11477 2003-04-08  Havoc Pennington  <hp@redhat.com>
11478
11479         * bus/driver.c (bus_driver_handle_acquire_service): init
11480         retval/reply before checking name
11481
11482         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11483         recursion depth argument
11484
11485         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11486         in the public struct for future extension
11487
11488         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11489         typo
11490
11491         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11492         message
11493
11494         * doc/dbus-specification.sgml: fix typo
11495
11496 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11497
11498         Implemented recursive types, named types and new-style iters
11499
11500         * bus/driver.c:
11501         * glib/test-thread-client.c: (thread_func):
11502         * glib/test-thread-server.c: (handle_test_message):
11503         * test/test-service.c: (handle_echo):
11504         Update to new api
11505
11506         * dbus/Makefile.am:
11507         * dbus/dbus-dict.c:
11508         * dbus/dbus-dict.h:
11509         * dbus/dbus.h
11510         Remove DBusDict
11511
11512         * dbus/dbus-internals.c: (_dbus_type_to_string):
11513         Update for new types.
11514
11515         * dbus/dbus-marshal.[ch]:
11516         Implement recursive types and the new marshalling format.
11517         Remove hardcoded dict marshalling.
11518         Marshal named types.
11519
11520         * dbus/dbus-message-builder.c:
11521         Add BYTE_ARRAY.
11522         Remove references to old types
11523
11524         * dbus/dbus-message.[ch]:
11525         New non-refcounted iter API that supports recursive iters.
11526         Use iters for appending, including support for recursive
11527         iters.
11528         Add byte and named type support.
11529         Update everything to new marshalling formats.
11530         Add tests for new API.
11531
11532         * dbus/dbus-protocol.h:
11533         Remove old array types.
11534         Add types: BYTE, ARRAY, DICT, NAMED
11535
11536         * dbus/dbus-string.c:
11537         * dbus/dbus-sysdeps.c:
11538         Make parse_double locale safe.
11539
11540         * dbus/dbus-test-main.c:
11541         Call setlocale.
11542
11543         * dbus/dbus-test.c:
11544         Kill dict test
11545
11546         * doc/dbus-specification.sgml:
11547         Update spec
11548
11549         * test/data/incomplete-messages/missing-body.message:
11550         * test/data/invalid-messages/bad-boolean.message:
11551         * test/data/invalid-messages/bad-boolean-array.message:
11552         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11553         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11554         * test/data/invalid-messages/too-short-dict.message:
11555         * test/data/valid-messages/dict-simple.message:
11556         * test/data/valid-messages/dict.message:
11557         * test/data/valid-messages/emptiness.message:
11558         * test/data/valid-messages/lots-of-arguments.message:
11559         * test/data/valid-messages/no-padding.message:
11560         * test/data/valid-messages/recursive-types.message:
11561         Add missing NAME fields
11562         Fix up dicts & arrays
11563
11564         * test/data/invalid-messages/dict-with-nil-value.message:
11565         Removed, this is not invalid anymore.
11566
11567         * test/data/valid-messages/recursive-types.message:
11568         Add new test for deeply recursive types.
11569
11570 2003-04-07  Havoc Pennington  <hp@pobox.com>
11571
11572         * bus/driver.c (bus_driver_handle_acquire_service): return an
11573         error if you try to acquire a service that starts with ':'
11574
11575 2003-04-07  Havoc Pennington  <hp@redhat.com>
11576
11577         * doc/dbus-specification.sgml: require that base service names
11578         start with ':' and that the base service is created/deleted
11579         as first and last things a connection does on the bus
11580
11581         * bus/dispatch.c (check_existent_service_activation): lots more
11582         work on the activation test; it doesn't fully pass yet...
11583
11584         * test/test-service.c (main): fix so we don't memleak the
11585         connection to the message bus
11586         (filter_func): accept a message asking us to exit
11587
11588 2003-04-06  Havoc Pennington  <hp@pobox.com>
11589
11590         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11591         from Colin Walters
11592
11593         * configure.in: fixes to Qt detection from Colin Walters
11594
11595         * doc/Makefile.am: Only remove generated docbook dirs if they
11596         exist, from Colin Walters
11597
11598         * dbus/dbus-bus.c: change how we set well-known connections to
11599         NULL, so that it works if a single connection is stored in
11600         two well-known array slots.
11601
11602         * test/Makefile.am: remove a lot of stuff that isn't immediately
11603         useful, it's in CVS history if we want it.
11604
11605         * test/test-service.c: use dbus-mainloop instead of that
11606         watch.[hc] crack
11607
11608 2003-04-06  Havoc Pennington  <hp@pobox.com>
11609
11610         * dbus/Makefile.am: split lists of sources into stuff that goes in
11611         the library, util functions that go in the lib and are also used
11612         elsewhere, and util functions that are used in tests/daemon but
11613         don't go in the lib.
11614
11615         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
11616         here so it can be used in test binaries also
11617
11618 2003-04-06  Havoc Pennington  <hp@pobox.com>
11619
11620         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
11621         here in the parent process, so we can return an error if it
11622         fails. Also, move some of the code into the child so the parent
11623         is less hosed if we fail midway through.
11624
11625         * bus/bus.c (bus_context_new): move pidfile detection further up
11626         in the function, before we start overwriting sockets and such.
11627
11628         * bus/messagebus.in: adjust this a bit, not sure if it will work.
11629
11630         * configure.in: add --with-system-pid-file and --with-system-socket
11631
11632 2003-04-06  Colin Walters  <walters@verbum.org>
11633
11634         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
11635
11636         * bus/system.conf.in: Declare a pidfile.
11637
11638         * bus/bus.c (bus_context_new): Test for an existing pid file, and
11639         create one (if appropriate).
11640
11641         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
11642         (struct BusConfigParser) [pidfile]: New.
11643         (element_type_to_name, merge_included, start_busconfig_child)
11644         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
11645         (bus_config_parser_unref): Free it.
11646         (bus_config_parser_get_pidfile): New function.
11647
11648         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
11649
11650         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
11651
11652         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
11653
11654         * dbus/dbus-sysdeps.h: Prototype it.
11655
11656 2003-04-06  Havoc Pennington  <hp@pobox.com>
11657
11658         * bus/bus.c (bus_context_new): print the address in here, rather
11659         than in main(), because we need to do it before forking the daemon
11660
11661         * bus/dispatch.c (send_service_nonexistent_error): set the sender
11662         on the service nonexistent error
11663
11664         * bus/driver.c (bus_driver_handle_acquire_service): set the
11665         sender on the AcquireService reply
11666
11667         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
11668         server also listen on a UNIX socket so services can connect to it.
11669
11670 2003-04-06  Havoc Pennington  <hp@pobox.com>
11671
11672         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
11673         so it detects deadlocks and also we actually init threads when
11674         debugging.
11675
11676 2003-04-06  Havoc Pennington  <hp@pobox.com>
11677
11678         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
11679         save the domain socket name, and unlink it when we disconnect the
11680         server. Means that at least when we exit normally, we won't leave
11681         a bunch of junk in /tmp
11682
11683         * dbus/dbus-transport-unix.c
11684         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
11685         memory management). (I was making a real change here but then
11686         didn't)
11687
11688 2003-04-06  Havoc Pennington  <hp@pobox.com>
11689
11690         * bus/bus.c (bus_context_new): fix wrong handling of
11691         server_data_slot_unref() in the error case.
11692
11693         * dbus/dbus-internals.h (_dbus_assert): change so it passes
11694         "(condition) != 0" to _dbus_real_assert so that
11695         "_dbus_assert (pointer)" doesn't cause a warning
11696
11697         * bus/main.c (main): accept --print-address option to print out
11698         the message bus address
11699
11700         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
11701
11702         * dbus/dbus-transport.c (_dbus_transport_open): special error for
11703         "tmpdir" option to unix: address on client side
11704
11705         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
11706         to unix: address
11707
11708         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
11709         we can use to create sockets in the test suite.
11710
11711         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
11712         cleanly. To be used for testing.
11713
11714         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
11715
11716         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
11717
11718         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11719         handle trying to call this when there's no servers active
11720
11721 2003-04-05  Havoc Pennington  <hp@pobox.com>
11722
11723         * NEWS: update
11724
11725         * configure.in: 0.8
11726
11727 2003-04-05  Havoc Pennington  <hp@pobox.com>
11728
11729         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
11730         crash on startup. Need to get "try starting the daemon"
11731         in the test suite I guess. ;-)
11732
11733         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
11734         tracked the number of open connections; it's better done in
11735         application-specific code as you want it to span all servers etc.
11736
11737 2003-04-05  Havoc Pennington  <hp@pobox.com>
11738
11739         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
11740         patch from Colin Walters
11741
11742 2003-04-05  Havoc Pennington  <hp@pobox.com>
11743
11744         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
11745         reality; in fact multiple mechanisms are allowed.
11746
11747         * dbus/dbus-internals.c (_dbus_real_assert)
11748         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
11749         _dbus_assert_not_reached() into functions, so that they don't show
11750         up in basic block counts for test coverage, and don't use up as
11751         much disk space. Does mean slower execution speed though, so
11752         assumes --disable-asserts is the normal production case.
11753
11754 2003-04-05  Havoc Pennington  <hp@pobox.com>
11755
11756         * test/Makefile.am (dist-hook): also dist *.in files
11757
11758         * NEWS: update
11759
11760         * configure.in: 0.7
11761
11762 2003-04-05  Havoc Pennington  <hp@pobox.com>
11763
11764         * dbus/dbus-string.c: docs warning
11765
11766         * dbus/dbus-spawn.c: missing docs
11767
11768         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
11769
11770 2003-04-05  Havoc Pennington  <hp@pobox.com>
11771
11772         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
11773         magic from GLib
11774
11775         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
11776         to -1 once we've reaped the babysitter
11777         (_dbus_babysitter_handle_watch): do as much work as we can, not
11778         just one go of it
11779
11780         * bus/activation.c: add code using DBusBabysitter so that we
11781         handle it when a service fails to start up properly.
11782         (bus_activation_service_created): don't remove the activation
11783         entries as we go, just let them get removed when we free the pending
11784         activation. Unref reply messages after sending them.
11785
11786 2003-04-05  Havoc Pennington  <hp@pobox.com>
11787
11788         * test/decode-gcov.c (main): print per-directory stats in the report
11789
11790         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
11791
11792 2003-04-05  Havoc Pennington  <hp@pobox.com>
11793
11794         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
11795
11796         * test/decode-gcov.c: hack up a little program to suck data
11797         out of gcov files. Yes this is sort of silly.
11798
11799         * configure.in: define something in config.h and do an
11800         AM_CONDITIONAL when gcov is enabled
11801
11802 2003-04-04  Havoc Pennington  <hp@redhat.com>
11803
11804         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
11805         return a "babysitter" object that is used to monitor the status of
11806         the spawned process and reap it when required.
11807
11808         * test/test-segfault.c, test/test-exit.c,
11809         test/test-sleep-forever.c: binaries that do various lame things,
11810         used in the test suite.
11811
11812         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
11813
11814 2003-04-03  Havoc Pennington  <hp@pobox.com>
11815
11816         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
11817         in preparation for modifying it, dbus-sysdeps is getting
11818         a bit unmanageable.
11819
11820 2003-04-03  Havoc Pennington  <hp@redhat.com>
11821
11822         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
11823         have multiple ones
11824
11825         * bus/*.[hc]: adapt to mainloop change
11826
11827 2003-04-03  Havoc Pennington  <hp@redhat.com>
11828
11829         * bus/activation.c (load_directory): fix up memleaks
11830         (bus_activation_entry_free): free the entry
11831
11832         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
11833         we get one from the message bus; fix memleaks.
11834
11835         * dbus/dbus-message.c (dbus_set_error_from_message): new function
11836
11837 2003-04-03  Havoc Pennington  <hp@pobox.com>
11838
11839         * bus/config-parser.c (bus_config_parser_unref): free
11840         list of mechanisms, bug discovered by test suite enhancements
11841         (putting system.conf and session.conf into suite)
11842
11843         * test/Makefile.am, test/test-service.c: add placeholder for a
11844         test service that we'll activate as part of test suite. Doesn't
11845         do anything yet.
11846
11847         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
11848         setting NULL value, and use system malloc not dbus_malloc()
11849         when we have unavoidable memleakage.
11850
11851         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
11852         didn't work, and support DBUS_BUS_ACTIVATION.
11853
11854         * bus/activation.c (child_setup): pass our well-known bus type to
11855         the child
11856
11857         * bus/config-parser.c: support <type> to specify well-known type
11858
11859         * doc/dbus-specification.sgml: document the env variables to
11860         locate well-known buses and find service activator
11861
11862 2003-04-02  Havoc Pennington  <hp@redhat.com>
11863
11864         * test/Makefile.am (all-local): add a rule to copy tests to
11865         builddir, so we can have generated tests. Use this to remove the
11866         silly hack for testing system.conf and session.conf. Will use this
11867         shortly to generate .service files pointing to test binaries.
11868
11869 2003-04-02  Havoc Pennington  <hp@redhat.com>
11870
11871         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
11872         current alloc and needed new length, not max of the doubled
11873         allocation and needed new length. Also, when building tests,
11874         don't do the double-allocation stuff, just realloc every time.
11875
11876 2003-04-02  Havoc Pennington  <hp@redhat.com>
11877
11878         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
11879         in error messages
11880         (_dbus_string_get_dirname): new
11881         (_dbus_sysdeps_test): new
11882         (_dbus_directory_open): include dirnames in error messages
11883
11884         * bus/config-parser.c: interpret <include> and <includedir> and
11885         <servicedir> relative to config file location if the given
11886         filename is not absolute.
11887
11888         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
11889
11890 2003-04-02  Havoc Pennington  <hp@redhat.com>
11891
11892         * bus/connection.c (bus_transaction_send_error_reply): set sender
11893         service for the error, and unref the reply on success
11894
11895         * bus/activation.c: convert to use BusTransaction so OOM can be
11896         handled correctly
11897         (bus_activation_service_created): set sender of the message
11898
11899 2003-04-01  Havoc Pennington  <hp@redhat.com>
11900
11901         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
11902         <includedir> (at least mostly)
11903
11904         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
11905         first, then the user ID
11906
11907 2003-04-01  Havoc Pennington  <hp@pobox.com>
11908
11909         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
11910         function
11911
11912         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
11913
11914         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
11915
11916         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
11917         socket 0777, and unlink any existing socket.
11918
11919         * bus/bus.c (bus_context_new): change our UID/GID and fork if
11920         the configuration file so specifies; set up auth mechanism
11921         restrictions
11922
11923         * bus/config-parser.c (bus_config_parser_content): add support
11924         for <fork> option and fill in code for <auth>
11925
11926         * bus/system.conf.in: add <fork/> to default configuration,
11927         and limit auth mechanisms to EXTERNAL
11928
11929         * doc/config-file.txt (Elements): add <fork>
11930
11931         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
11932         (_dbus_change_identity): new function
11933
11934 2003-03-31  Havoc Pennington  <hp@redhat.com>
11935
11936         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
11937         (_dbus_listen_unix_socket): fix off-by-one error in null
11938         termination spotted by Nalin
11939
11940 2003-03-31  Havoc Pennington  <hp@redhat.com>
11941
11942         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
11943         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
11944         having a real home directory available.
11945
11946 2003-03-31  Havoc Pennington  <hp@redhat.com>
11947
11948         * bus/Makefile.am (install-data-hook): create /var/run/dbus
11949
11950         * bus/messagebus.in: add init script for Red Hat /etc/init.d
11951
11952         * configure.in: add support for specifying a style of init script
11953         to install
11954
11955 2003-03-31  Havoc Pennington  <hp@redhat.com>
11956
11957         Fix some annoying DBusString API and fix all affected code.
11958
11959         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
11960         max_length argument
11961         (_dbus_string_get_data): change to return string instead of using
11962         an out param
11963         (_dbus_string_get_const_data): ditto
11964         (_dbus_string_get_data_len): ditto
11965         (_dbus_string_get_const_data_len): ditto
11966
11967 2003-03-31  Havoc Pennington  <hp@redhat.com>
11968
11969         * bus/main.c (main): fix up the command line arguments to be nicer
11970
11971 2003-03-31  Havoc Pennington  <hp@redhat.com>
11972
11973         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
11974         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
11975         final location that lands in the config file
11976
11977         * bus/config-loader-expat.c (bus_config_load): fix type of
11978         XML_Parser variable
11979
11980         * doc/TODO: remove TODO item for dbus_bus_get()
11981
11982         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
11983
11984 2003-03-31  Havoc Pennington  <hp@pobox.com>
11985
11986         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
11987         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
11988         argument since they are always client side
11989
11990         * dbus/dbus-server.c (dbus_server_get_address): new function
11991
11992         * bus/main.c (main): take the configuration file as an argument.
11993
11994         * test/data/valid-config-files/debug-allow-all.conf: new file to
11995         use with dispatch.c tests for example
11996
11997         * bus/test-main.c (main): require test data dir
11998
11999         * bus/bus.c (bus_context_new): change this to take a
12000         configuration file name as argument
12001
12002         * doc/config-file.txt (Elements): add <servicedir>
12003
12004         * bus/system.conf, bus/session.conf: new files
12005
12006         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
12007         well-known socket if none set
12008
12009         * configure.in: create system.conf and session.conf
12010
12011 2003-03-30  Havoc Pennington  <hp@pobox.com>
12012
12013         * bus/config-parser.c: hacking
12014
12015         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
12016         to shut down, since it could cause weirdness with the DBusList
12017         lock
12018
12019         * dbus/dbus-list.c (_dbus_list_test): add tests for the
12020         link-oriented stack routines
12021         (alloc_link): free the mempool if the first alloc from it fails
12022
12023         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
12024
12025         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
12026         from GLib
12027         (_dbus_string_skip_white): new
12028
12029         * doc/config-file.txt (Elements): add <includedir>
12030
12031 2003-03-28  Havoc Pennington  <hp@pobox.com>
12032
12033         * dbus/dbus-string.c (_dbus_string_copy_data_len)
12034         (_dbus_string_copy_data): new functions
12035
12036 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
12037
12038         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
12039         * dbus/dbus-bus.h:
12040         Add dbus_bus_get.
12041
12042         * dbus/dbus-memory.c:
12043         Fix a doc comment.
12044
12045 2003-03-28  Havoc Pennington  <hp@pobox.com>
12046
12047         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
12048         I think it may have just been superstition. Not sure.
12049
12050         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
12051         failures that were not being handled.
12052
12053         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
12054
12055         * dbus/dbus-memory.c: add ability to set number of mallocs in a
12056         row that will fail on out-of-memory.
12057
12058         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
12059         function for testing out-of-memory handling.
12060
12061         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
12062         allocation functions, they do map exactly to the expat ones.
12063
12064 2003-03-27  Havoc Pennington  <hp@redhat.com>
12065
12066         * bus/config-loader-libxml.c (bus_config_load): add another error
12067         check
12068
12069 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12070
12071         * doc/TODO:
12072         Add note about automatic service activation.
12073
12074         * doc/dbus-specification.sgml:
12075         Rename the specification and clarify a few things.
12076
12077 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12078
12079         * Doxyfile.in:
12080         * dbus/dbus-address.c:
12081         * dbus/dbus-dict.c:
12082         * dbus/dbus-marshal.c:
12083         * dbus/dbus-server-debug-pipe.c:
12084         * dbus/dbus-transport-unix.c:
12085         Fix documentation warnings.
12086
12087 2003-03-26  Havoc Pennington  <hp@pobox.com>
12088
12089         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
12090         after every test so it's quick and easy to see which leaked, and
12091         so we test multiple dbus_shutdown() calls
12092
12093         * configure.in: change configure.in XML stuff to also support
12094         expat
12095
12096         * config-loader-libxml.c: some hacking
12097
12098         * config-loader-expat.c: some hacking
12099
12100         * config-parser.c: some hacking, plus tests
12101
12102 2003-03-25  Havoc Pennington  <hp@redhat.com>
12103
12104         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
12105
12106         * configure.in: add --with-xml option to specify XML library,
12107         right now only libxml is supported.
12108
12109         * bus/config-loader-libxml.c, config-parser.c: sync some minor
12110         nonworking code between home and work, still just stubs
12111
12112 2003-03-24  Havoc Pennington  <hp@redhat.com>
12113
12114         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
12115         file
12116
12117         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
12118         NULL argument for "message" if the error is a well-known one,
12119         fill in a generic message in this case.
12120
12121         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
12122         favor of DBusError
12123
12124         * bus/test.c (bus_test_flush_bus): add
12125
12126         * bus/policy.c (bus_policy_test): test code stub
12127
12128 2003-03-24  Havoc Pennington  <hp@pobox.com>
12129
12130         * bus/connection.c (bus_connections_setup_connection): set up
12131         the "can this user connect" function, but it always returns
12132         TRUE until we have a config file parser so we can have a config
12133         file that allows connections.
12134
12135 2003-03-23  Havoc Pennington  <hp@pobox.com>
12136
12137         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
12138         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
12139         the mutex, so we can check for proper memory management
12140         and OOM handling.
12141
12142         * dbus/dbus-dataslot.c: remove the mutex from
12143         DBusDataSlotAllocator and lock it manually when using it,
12144         to simplify fitting it into the global slots framework.
12145
12146         * dbus/dbus-threads.c (init_static_locks): rework how we're
12147         handling global locks so they are easily shut down.
12148
12149         * bus/policy.c (bus_policy_append_rule): fix
12150
12151         * bus/test-main.c (main): check for memleaks
12152
12153         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
12154         test suite check for memleaks
12155
12156         * dbus/dbus-memory.c: add support in test mode for tracking
12157         number of outstanding blocks
12158
12159 2003-03-23  Havoc Pennington  <hp@pobox.com>
12160
12161         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
12162         policies code
12163
12164         * dbus/dbus-hash.h: add ULONG hash keys
12165
12166         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
12167         (_dbus_get_group_id): new function
12168
12169 2003-03-20  Havoc Pennington  <hp@redhat.com>
12170
12171         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
12172         new function
12173         (dbus_connection_get_unix_user): new function
12174
12175 2003-03-20  Havoc Pennington  <hp@pobox.com>
12176
12177         * bus/connection.c (bus_connection_send_oom_error): assert that
12178         message has a sender
12179         (connection_execute_transaction): ditto
12180         (bus_connection_preallocate_oom_error): fix to set the sender, and
12181         set recipient to the destination service, not the bus driver
12182
12183         * bus/policy.c: hacking
12184
12185         * dbus/dbus-message.c (dbus_message_service_is): new function
12186         (dbus_message_sender_is): new
12187
12188 2003-03-19  Havoc Pennington  <hp@redhat.com>
12189
12190         * bus/policy.c: start sketching code for policy restrictions on
12191         what connections can do.
12192
12193 2003-03-18  Havoc Pennington  <hp@redhat.com>
12194
12195         * doc/TODO: some notes on high-level todo items. Little nitpick
12196         stuff is all in @todo, so no need to add it here.
12197
12198         * doc/config-file.txt: some notes on how config file might look
12199
12200 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
12201
12202         * configure.in: 0.6
12203
12204         * NEWS: Update.
12205
12206 2003-03-17  Havoc Pennington  <hp@redhat.com>
12207
12208         * dbus/dbus-internals.h: add gcc attributes so that
12209         our printf-style functions warn on bad arguments to
12210         format
12211
12212         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
12213         format bug
12214
12215         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
12216         printf format bug
12217
12218 2003-03-17  Havoc Pennington  <hp@redhat.com>
12219
12220         * bus/test-main.c (main): make it print something as it runs
12221         so make check doesn't look stuck
12222
12223         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
12224         from CVS, now obsolete
12225
12226 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12227
12228         * bus/dispatch.c: (bus_dispatch):
12229         Refetch the service name since it may have been reallocated
12230         when dbus_message_set_sender was called.
12231
12232         * dbus/dbus-sysdeps.c: (_dbus_accept):
12233         Add address and address length variables and use them to stop
12234         valgrind from complaining.
12235
12236 2003-03-17  Havoc Pennington  <hp@pobox.com>
12237
12238         All tests pass, no memleaks, no valgrind complaints.
12239
12240         * bus/test.c: refcount handler_slot
12241
12242         * bus/connection.c (bus_connections_new): refcount
12243         connection_data_slot
12244
12245         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
12246         bytes so that auth scripts pass.
12247
12248         * bus/dispatch.c: init message_handler_slot so it gets allocated
12249         properly
12250
12251         * bus/dispatch.c (message_handler_slot_ref): fix memleak
12252
12253         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
12254         dealloc server_pipe_hash when no longer used for benefit of
12255         leak checking
12256
12257         * dbus/dbus-auth.c (process_command): memleak fix
12258
12259         * bus/dispatch.c (check_hello_message): memleak fix
12260
12261 2003-03-16  Havoc Pennington  <hp@pobox.com>
12262
12263         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
12264
12265 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12266
12267         * bus/activation.c (bus_activation_activate_service): Append
12268         the pending activation entry to the list of pending activations.
12269
12270 2003-03-16  Havoc Pennington  <hp@pobox.com>
12271
12272         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
12273         connections
12274
12275         * dbus/dbus-address.c (create_entry): fix OOM handling when
12276         failing to alloc entry->method
12277
12278 2003-03-16  Havoc Pennington  <hp@pobox.com>
12279
12280         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
12281         the watch
12282
12283         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12284         add some missing dbus_set_result
12285
12286         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
12287         alloc the DBusMessageHandler
12288
12289         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
12290         the transport here, since we call this from the finalizer; it
12291         resulted in a double-finalize.
12292
12293         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
12294         where we tried to use transport->connection that was NULL,
12295         happened when transport was disconnected early on due to OOM
12296
12297         * bus/*.c: adapt to handle OOM for watches/timeouts
12298
12299         * dbus/dbus-transport-unix.c: port to handle OOM during
12300         watch handling
12301
12302         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
12303         reference to unused bytes instead of a copy
12304
12305         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
12306         out of memory
12307
12308         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
12309         FALSE on OOM
12310
12311         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
12312         of memory
12313
12314 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12315
12316         * doc/dbus-specification.sgml:
12317         Document reply message for ActivateService.
12318
12319 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12320
12321         * bus/activation.c: (bus_pending_activation_entry_free),
12322         (bus_pending_activation_free), (bus_activation_new),
12323         (bus_activation_unref), (bus_activation_service_created),
12324         (bus_activation_activate_service):
12325         * bus/activation.h:
12326         * bus/bus.c: (bus_context_new):
12327         * bus/desktop-file.c: (new_section):
12328         * bus/driver.c: (bus_driver_send_service_deleted),
12329         (bus_driver_handle_activate_service):
12330         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
12331         * bus/services.h:
12332         * dbus/dbus-connection.c:
12333         (dbus_connection_send_with_reply_and_block):
12334         * dbus/dbus-message.c: (dbus_message_append_args_valist):
12335         * dbus/dbus-protocol.h:
12336         Make activation work better. Now pending activations will be queued
12337         and the daemon won't try to activate services that are already registered.
12338
12339 2003-03-16  Havoc Pennington  <hp@pobox.com>
12340
12341         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
12342         connection data
12343
12344         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
12345         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
12346
12347 2003-03-16  Havoc Pennington  <hp@pobox.com>
12348
12349         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
12350         this. always run the test suite before commit...
12351
12352         * bus/*: adapt to DBusConnection API changes
12353
12354         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
12355         requires renaming stuff to avoid dbus_connection_dispatch name
12356         conflict.
12357
12358         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
12359         function
12360
12361         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
12362         separate from _dbus_message_loader_return_buffer()
12363
12364         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
12365         this, because it's now always broken to use; the number of
12366         messages in queue vs. the number still buffered by the message
12367         loader is undefined/meaningless. Should use
12368         dbus_connection_get_dispatch_state().
12369         (dbus_connection_dispatch): rename from
12370         dbus_connection_dispatch_message
12371
12372 2003-03-16  Havoc Pennington  <hp@pobox.com>
12373
12374         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
12375         implementation
12376
12377 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12378
12379         * dbus/dbus-connection.c:
12380         (dbus_connection_send_with_reply_and_block):
12381         Decrease connection->n_incoming when removing an entry
12382         from the list.
12383         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12384         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12385         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12386         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12387         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12388         (dbus_dict_get_byte_array):
12389         Handle NULL arrays and strings. Also add support for byte arrays.
12390
12391         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12392         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12393         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12394         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12395         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12396         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12397         * dbus/dbus-marshal.h:
12398         Add support for marshalling and demarshalling empty arrays and strings.
12399
12400         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12401         (dbus_message_append_string_array),
12402         (dbus_message_iter_get_boolean),
12403         (dbus_message_iter_get_boolean_array),
12404         (dbus_message_iter_get_int32_array),
12405         (dbus_message_iter_get_uint32_array),
12406         (dbus_message_iter_get_double_array),
12407         (dbus_message_iter_get_byte_array),
12408         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12409         (check_message_handling):
12410         Add support for getting empty arrays and dicts.
12411
12412         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12413         Don't do any validation at all for now, that's better than just checking
12414         for ASCII.
12415
12416         * test/data/valid-messages/emptiness.message:
12417         New test message with lots of empty arrays.
12418
12419 2003-03-16  Havoc Pennington  <hp@pobox.com>
12420
12421         * dbus/dbus-connection.c
12422         (_dbus_connection_queue_received_message_link): new function that
12423         can't fail due to OOM
12424
12425         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12426         new function pops a message together with a list link
12427         containing it.
12428
12429         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12430         message queuing functions to avoid needing to alloc memory
12431
12432 2003-03-16  Havoc Pennington  <hp@pobox.com>
12433
12434         Oops - test code was only testing failure of around 30 of the
12435         mallocs in the test path, but it turns out there are 500+
12436         mallocs. I believe this was due to misguided linking setup such
12437         that there was one copy of dbus_malloc etc. in the daemon and one
12438         in the shared lib, and only daemon mallocs were tested. In any
12439         case, the test case now tests all 500+ mallocs, and doesn't pass
12440         yet, though there are lots of fixes in this patch.
12441
12442         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12443         this so that it doesn't need to allocate memory, since it
12444         has no way of indicating failure due to OOM (and would be
12445         annoying if it did).
12446
12447         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12448
12449         * bus/Makefile.am: rearrange to create two self-contained
12450         libraries, to avoid having libraries with overlapping symbols.
12451         that was resulting in weirdness, e.g. I'm pretty sure there
12452         were two copies of global static variables.
12453
12454         * dbus/dbus-internals.c: move the malloc debug stuff to
12455         dbus-memory.c
12456
12457         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12458         empty.
12459
12460         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12461
12462         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12463         on failure.
12464
12465         * bus/dispatch.c (bus_dispatch_add_connection): free
12466         message_handler_slot when no longer using it, so
12467         memory leak checkers are happy for the test suite.
12468
12469         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12470
12471         * bus/bus.c (new_connection_callback): disconnect in here if
12472         bus_connections_setup_connection fails.
12473
12474         * bus/connection.c (bus_connections_unref): fix to free the
12475         connections
12476         (bus_connections_setup_connection): if this fails, don't
12477         disconnect the connection, just be sure there are no side
12478         effects.
12479
12480         * dbus/dbus-string.c (undo_alignment): unbreak this
12481
12482         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12483         leaking
12484         (_dbus_auth_new): fix the order in which we free strings
12485         on OOM failure
12486
12487         * bus/connection.c (bus_connection_disconnected): fix to
12488         not send ServiceDeleted multiple times in case of memory
12489         allocation failure
12490
12491         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12492         get the base service name
12493         (dbus_bus_register_client): don't return base service name,
12494         instead store it on the DBusConnection and have an accessor
12495         function for it.
12496         (dbus_bus_register_client): rename dbus_bus_register()
12497
12498         * bus/dispatch.c (check_hello_message): verify that other
12499         connections on the bus also got the correct results, not
12500         just the one sending hello
12501
12502 2003-03-15  Havoc Pennington  <hp@pobox.com>
12503
12504         Make it pass the Hello handling test including all OOM codepaths.
12505         Now to do other messages...
12506
12507         * bus/services.c (bus_service_remove_owner): fix crash when
12508         removing owner from an empty list of owners
12509         (bus_registry_ensure): don't leave service in the list of
12510         a connection's owned services if we fail to put the service
12511         in the hash table.
12512
12513         * bus/connection.c (bus_connection_preallocate_oom_error): set
12514         error flag on the OOM error.
12515
12516         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12517         handle _dbus_transport_set_connection failure
12518
12519         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12520         to create watches up front and simply enable/disable them as
12521         needed.
12522         (unix_connection_set): this can now fail on OOM
12523
12524         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12525         of enabling/disabling a watch or timeout.
12526
12527         * bus/loop.c (bus_loop_iterate): don't touch disabled
12528         watches/timeouts
12529
12530         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12531
12532 2003-03-15  Havoc Pennington  <hp@pobox.com>
12533
12534         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12535         write useful test code, after all that futzing around ;-)
12536
12537         Test does not yet pass because we can't handle OOM in
12538         _dbus_transport_messages_pending (basically,
12539         dbus_connection_preallocate_send() does not prealloc the write
12540         watch). To fix this, I think we need to add new stuff to
12541         set_watch_functions, namely a SetEnabled function so we can alloc
12542         the watch earlier, then enable it later.
12543
12544         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12545         dbus-memory.c to the convenience lib
12546
12547         * bus/test.c: rename some static functions to keep them clearly
12548         distinct from stuff in connection.c. Handle client disconnection.
12549
12550 2003-03-14  Havoc Pennington  <hp@pobox.com>
12551
12552         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12553         transport, tests more of the real codepath. Set up clients
12554         with bus_setup_debug_client.
12555
12556         * bus/test.c (bus_setup_debug_client): function to set up debug
12557         "clients" on the main loop
12558
12559         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12560         support
12561
12562         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12563         server type
12564
12565         * dbus/dbus-server-debug.c: support a debug server based on pipes
12566
12567         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12568         (_dbus_close): new function
12569
12570         * configure.in: check for socketpair
12571
12572 2003-03-14  Havoc Pennington  <hp@redhat.com>
12573
12574         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12575         cheesy hack
12576
12577         * dbus/dbus-transport-debug.c: rework this a good bit to be
12578         less complicated. hopefully still works.
12579
12580         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12581         manually
12582
12583         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12584         after running it
12585
12586         * dbus/dbus-message.c (dbus_message_copy): rename from
12587         dbus_message_new_from_message, fix it up to copy
12588         all the message fields, add test case
12589
12590         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12591         not quite passing yet
12592
12593 2003-03-14  Havoc Pennington  <hp@pobox.com>
12594
12595         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12596         until no work remains" in test code. (the large diff here
12597         is just code movement, no actual changes)
12598
12599         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
12600         1, no point waiting around for test code.
12601         (_dbus_server_debug_accept_transport): unref the timeout
12602         after adding it (right?)
12603
12604         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
12605
12606 2003-03-13  Havoc Pennington  <hp@redhat.com>
12607
12608         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
12609         out of memory
12610
12611         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
12612         of memory
12613
12614         * dbus/dbus-connection.h: Make AddWatchFunction and
12615         AddTimeoutFunction return a bool so they can fail on out-of-memory
12616
12617         * bus/bus.c (bus_context_new): set up timeout handlers
12618
12619         * bus/connection.c (bus_connections_setup_connection): set up
12620         timeout handlers
12621
12622         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
12623         can fail
12624
12625         * bus/bus.c (bus_context_new): adapt to changes
12626
12627         * bus/connection.c: adapt to changes
12628
12629         * test/watch.c: adapt to DBusWatch changes
12630
12631         * bus/dispatch.c (bus_dispatch_test): started adding this but
12632         didn't finish
12633
12634 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
12635
12636         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
12637
12638 2003-03-13  Havoc Pennington  <hp@pobox.com>
12639
12640         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
12641         set up a test framework as for the library
12642
12643 2003-03-12  Havoc Pennington  <hp@pobox.com>
12644
12645         Throughout: purge global variables, introduce BusActivation,
12646         BusConnections, BusRegistry, etc. objects instead.
12647
12648         * bus/bus.h, bus/bus.c: introduce BusContext as a global
12649         message bus object
12650
12651         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
12652         going to redo this a bit differently I think
12653
12654 2003-03-12  Havoc Pennington  <hp@redhat.com>
12655
12656         Mega-patch that gets the message bus daemon initially handling
12657         out-of-memory. Work still needed. Also lots of random
12658         moving stuff to DBusError instead of ResultCode.
12659
12660         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
12661
12662         * dbus/dbus-connection.c
12663         (dbus_connection_send_with_reply_and_block): use DBusError
12664
12665         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
12666         DBusResultCode
12667
12668         * dbus/dbus-connection.c (dbus_connection_send): drop the result
12669         code here, as the only failure possible is OOM.
12670
12671         * bus/connection.c (bus_connection_disconnect):
12672         rename bus_connection_disconnected as it's a notification only
12673
12674         * bus/driver.c (bus_driver_handle_acquire_service): don't free
12675         "name" on get_args failure, should be done by get_args;
12676         don't disconnect client for bad args, just return an error.
12677         (bus_driver_handle_service_exists): ditto
12678
12679         * bus/services.c (bus_services_list): NULL-terminate returned array
12680
12681         * bus/driver.c (bus_driver_send_service_lost)
12682         (bus_driver_send_service_acquired): send messages from driver to a
12683         specific client to the client's unique name, not to the broadcast
12684         service.
12685
12686         * dbus/dbus-message.c (decode_header_data): reject messages that
12687         contain no name field
12688         (_dbus_message_get_client_serial): rename to
12689         dbus_message_get_serial and make public
12690         (_dbus_message_set_serial): rename from set_client_serial
12691         (_dbus_message_set_reply_serial): make public
12692         (_dbus_message_get_reply_serial): make public
12693
12694         * bus/connection.c (bus_connection_foreach): allow stopping
12695         iteration by returning FALSE from foreach function.
12696
12697         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
12698         (dbus_connection_free_preallocated_send)
12699         (dbus_connection_preallocate_send): new API for sending a message
12700         without possibility of malloc failure.
12701         (dbus_connection_send_message): rename to just
12702         dbus_connection_send (and same for whole function family)
12703
12704         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
12705
12706         * dbus/dbus-sysdeps.c (_dbus_exit): new function
12707
12708         * bus/activation.c: handle/return errors
12709
12710         * dbus/dbus-errors.h: add more DBUS_ERROR #define
12711
12712         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
12713         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
12714         (_dbus_result_from_errno): move to this file
12715
12716 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
12717
12718         * dbus/dbus-marshal.c:
12719         (_dbus_marshal_set_string):
12720         Take a length argument so we can marshal the correct string
12721         length.
12722
12723         (_dbus_marshal_dict), (_dbus_demarshal_dict),
12724         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
12725         (_dbus_marshal_test):
12726         * dbus/dbus-marshal.h:
12727         Add support for marshalling and demarshalling dicts.
12728
12729         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12730         Add support for TYPE DICT.
12731
12732         * dbus/dbus-message.c: (set_string_field):
12733         Adjust header padding.
12734
12735         (dbus_message_append_args_valist), (dbus_message_append_dict),
12736         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
12737         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
12738         (check_message_handling), (check_have_valid_message):
12739         * dbus/dbus-message.h:
12740         Add functions for setting and getting dicts.
12741
12742         * dbus/dbus-protocol.h:
12743         Add DBUS_TYPE_DICT.
12744
12745         * dbus/dbus.h:
12746         Add dbus-dict.h
12747
12748         * doc/dbus-specification.sgml:
12749         Add information about how dicts are marshalled.
12750
12751         * test/data/invalid-messages/dict-with-nil-value.message:
12752         * test/data/invalid-messages/too-short-dict.message:
12753         * test/data/valid-messages/dict-simple.message:
12754         * test/data/valid-messages/dict.message:
12755         Add sample messages containing dicts.
12756
12757 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
12758
12759         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
12760
12761 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12762
12763         * dbus/Makefile.am:
12764         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12765         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
12766         (dbus_dict_set_int32), (dbus_dict_set_uint32),
12767         (dbus_dict_set_double), (dbus_dict_set_string),
12768         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12769         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12770         (dbus_dict_set_string_array), (_dbus_dict_test):
12771         * dbus/dbus-dict.h:
12772         Fix according to comments from Havoc.
12773
12774 2003-03-06  Michael Meeks  <michael@server.home>
12775
12776         * configure.in: if we don't have kde-config, disable have_qt.
12777
12778 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12779
12780         * dbus/Makefile.am:
12781         Add dbus-dict.[ch]
12782
12783         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12784         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
12785         (dbus_dict_remove), (dbus_dict_get_value_type),
12786         (dbus_dict_get_keys), (dbus_dict_put_boolean),
12787         (dbus_dict_put_int32), (dbus_dict_put_uint32),
12788         (dbus_dict_put_double), (dbus_dict_put_string),
12789         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
12790         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
12791         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
12792         (dbus_dict_get_int32), (dbus_dict_get_uint32),
12793         (dbus_dict_get_double), (dbus_dict_get_string),
12794         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
12795         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
12796         (dbus_dict_get_string_array), (_dbus_dict_test):
12797         * dbus/dbus-dict.h:
12798         Add DBusDict implementation
12799
12800         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
12801         * dbus/dbus-test.h:
12802         Add _dbus_dict_test
12803
12804 2003-03-04  Havoc Pennington  <hp@pobox.com>
12805
12806         * test/data/auth/*: adapt to changes
12807
12808         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
12809         USERID_BASE64 and change USERNAME_BASE64 to put in username not
12810         userid
12811
12812         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
12813         more stuff from being in a context name, to make the protocol
12814         simpler to deal with
12815
12816         * dbus/dbus-errors.c (dbus_error_has_name): new function
12817         (dbus_error_is_set): new function
12818
12819         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
12820         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
12821
12822         * dbus/dbus-connection.c (dbus_connection_flush): also read
12823         messages during a flush operation
12824
12825         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
12826
12827 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12828
12829         * configure.in: Check for gethostbyname on Solaris.
12830
12831         * dbus/dbus-transport.c: (_dbus_transport_open):
12832         Remove duplicate "tcp" entry.
12833
12834         * doc/dbus-specification.sgml:
12835         Clarify some things.
12836
12837 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12838
12839         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
12840         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
12841         (_dbus_keyring_test):
12842         * dbus/dbus-md5.c: (_dbus_md5_compute):
12843         * dbus/dbus-sha.c: (_dbus_sha_compute):
12844         Plug memory leaks.
12845
12846 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12847
12848         * README: Add some things.
12849
12850 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
12851
12852         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
12853         after case DBUS_TYPE_BOOELAN.
12854
12855 2003-03-02  Havoc Pennington  <hp@pobox.com>
12856
12857         * test/break-loader.c (randomly_set_extreme_ints): add test that
12858         sets really huge and small integers
12859
12860         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
12861         that length of boolean array fits in the string, and that
12862         string has room for boolean value in single-bool case.
12863
12864         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
12865         optional value to "ALIGN" command which is what to fill the
12866         alignment with.
12867
12868         * test/data/valid-messages/no-padding.message: add regression
12869         test for the message padding problem
12870
12871 2003-03-02  Havoc Pennington  <hp@pobox.com>
12872
12873         * dbus/dbus-message.c (decode_header_data): fix to always init
12874         message_padding, from Benjamin Dauvergne
12875
12876 2003-03-02  Havoc Pennington  <hp@pobox.com>
12877
12878         * configure.in: 0.5
12879
12880         * NEWS: Update.
12881
12882 2003-03-01  Joe Shaw  <joe@assbarn.com>
12883
12884         * configure.in: Check for "struct cmsgcred" and try to access its
12885         members for BSD-like unices.
12886
12887         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
12888         _dbus_read_credentials_unix_socket().
12889         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
12890         read() for reading the credential byte off the unix socket.  Use
12891         struct cmsgcred on systems that support it.
12892
12893 2003-02-27  Alexander Larsson  <alexl@redhat.com>
12894
12895         * glib/Makefile.am:
12896         * configure.in:
12897         Make gthreads-2.0 dependency optional. Don't build thread test if
12898         its not found.
12899
12900 2003-02-27  Havoc Pennington  <hp@pobox.com>
12901
12902         * dbus/dbus-connection.c
12903         (dbus_connection_send_message_with_reply_and_block): fix doh!
12904         doh! doh! bug that resulted in never removing a reply from the
12905         queue, no wonder we called get_reply_serial so much ;-)
12906
12907         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
12908         and client serial instead of demarshaling them every time
12909
12910 2003-02-27  Havoc Pennington  <hp@pobox.com>
12911
12912         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
12913         more inlined, using dbus-string-private.h, speeds things up
12914         substantially
12915
12916         * dbus/dbus-string.c (_dbus_string_free): apply align offset
12917         when freeing the string
12918         (_dbus_string_steal_data): fix for align offset
12919         (undo_alignment): new function
12920
12921 2003-02-26  Havoc Pennington  <hp@redhat.com>
12922
12923         All kinds of audit fixes from Owen, plus initial attempt to
12924         handle unaligned memory returned from malloc.
12925
12926         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
12927         leave room for align_offset and nul byte
12928         (fixup_alignment): function to track an align_offset and
12929         ensure real->str is aligned
12930         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
12931         to allow a nul byte plus align offset
12932         (_dbus_string_lock): fix overflow issue
12933         (_dbus_string_init_const_len): add assertions on sanity of len,
12934         assign allocated to be ALLOCATION_PADDING larger than len
12935         (set_length): fixup the overflow handling
12936         (_dbus_string_get_data_len): fix overflow in assertion
12937         (open_gap): detect overflow in size of gap to be opened
12938         (_dbus_string_lengthen): add overflow check
12939         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
12940         (_dbus_string_append): add overflow check
12941         (_dbus_string_append_unichar): overflow
12942         (_dbus_string_delete): fix overflow in assertion
12943         (_dbus_string_copy_len): overflow in assertion
12944         (_dbus_string_replace_len): overflows in assertions
12945         (_dbus_string_find): change to implement in terms of
12946         _dbus_string_find_to
12947         (_dbus_string_find_to): assorted fixage
12948         (_dbus_string_equal_c_str): assert c_str != NULL,
12949         fix logic so the function works
12950         (_dbus_string_ends_with_c_str): fix overflow thingy
12951         (_dbus_string_base64_encode): overflow fix
12952         (_dbus_string_validate_ascii): overflow
12953         (_dbus_string_validate_nul): overflow
12954
12955 2003-02-26  Havoc Pennington  <hp@redhat.com>
12956
12957         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
12958
12959 2003-02-26  Alexander Larsson  <alexl@redhat.com>
12960
12961         * configure.in:
12962         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
12963
12964         * dbus/dbus-connection.c:
12965         * dbus/dbus-connection.h:
12966         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
12967         Add dbus_connection_set_wakeup_main_function and use it when queueing
12968         incoming and outgoing messages.
12969
12970
12971         * dbus/dbus-dataslot.c:
12972         Threadsafe usage of DBusDataSlotAllocator
12973
12974         * dbus/dbus-message.c: (dbus_message_get_args_iter):
12975         dbus_new can fail.
12976
12977         * dbus/dbus-server-unix.c:
12978         Add todo comment
12979
12980         * glib/dbus-gmain.c:
12981         Implement the new wakeup functions for glib.
12982
12983         * glib/Makefile.am:
12984         * glib/test-thread-client.c:
12985         * glib/test-thread-server.c:
12986         * glib/test-thread.h:
12987         Initial cut at some thread test code. Not really done yet.
12988
12989 2003-02-26  Havoc Pennington  <hp@pobox.com>
12990
12991         * dbus/dbus-connection.c
12992         (dbus_connection_send_message_with_reply_and_block): fix crash
12993         where we ref'd the outgoing message instead of the returned reply
12994
12995         * dbus/dbus-transport-unix.c (do_authentication): check read watch
12996         at the end of this function, so if we didn't need to read for
12997         authentication, we reinstall it for receiving messages
12998
12999         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
13000         a NULL sender for peer-to-peer case
13001
13002         * dbus/dbus-transport-unix.c (check_read_watch): handle
13003         !authenticated case correctly
13004
13005         * glib/dbus-gmain.c: add support for DBusServer
13006
13007         * dbus/dbus-server.c: add data slot support
13008
13009         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
13010         return values and handle errors
13011
13012         * dbus/dbus-dataslot.c: factor out the data slot stuff from
13013         DBusConnection
13014
13015         * Doxyfile.in (INPUT): add glib subdir
13016
13017         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
13018         setup_with_g_main instead of hookup_with_g_main; write docs
13019
13020 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13021
13022         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
13023         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13024         * dbus/dbus-message.c: (dbus_message_append_boolean),
13025         (dbus_message_append_boolean_array),
13026         (dbus_message_get_args_valist), (_dbus_message_test):
13027         * dbus/dbus-message.h:
13028         * doc/dbus-specification.sgml:
13029         Various fixes as pointed out by Havoc.
13030
13031         * test/data/invalid-messages/bad-boolean-array.message:
13032         * test/data/invalid-messages/bad-boolean.message:
13033         Add invalid boolean value test cases.
13034
13035 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13036
13037         * dbus/dbus-internals.c: (_dbus_type_to_string):
13038         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13039         (_dbus_marshal_validate_arg):
13040         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13041         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13042         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
13043         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
13044         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
13045         (dbus_message_iter_get_double),
13046         (dbus_message_iter_get_boolean_array), (message_iter_test):
13047         * dbus/dbus-message.h:
13048         * dbus/dbus-protocol.h:
13049         * doc/dbus-specification.sgml:
13050         * test/data/valid-messages/lots-of-arguments.message:
13051         Add support for boolean and boolean array types.
13052
13053 2003-02-23  Havoc Pennington  <hp@pobox.com>
13054
13055         * dbus/dbus-keyring.c: finish most of this implementation and
13056         simple unit test
13057
13058         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
13059         these barf if the error isn't cleared to NULL
13060
13061         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
13062         (_dbus_create_directory): new function
13063
13064         * dbus/dbus-errors.c (dbus_set_error): fix warning
13065
13066         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
13067         (_dbus_string_hex_decode): new function
13068         (test_hex_roundtrip): test code
13069
13070         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
13071
13072         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
13073
13074         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
13075         the save-to-temp/rename trick to atomically write the new file
13076         (_dbus_string_parse_uint): new function
13077
13078 2003-02-22  Havoc Pennington  <hp@pobox.com>
13079
13080         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
13081
13082 2003-02-22  Havoc Pennington  <hp@pobox.com>
13083
13084         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
13085         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
13086
13087         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
13088
13089         * dbus/test/data/sha-1: add US government test suite for SHA-1
13090
13091 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13092
13093         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13094         Make string arrays NULL-terminated.
13095
13096         * dbus/dbus-memory.c: (dbus_free_string_array):
13097         * dbus/dbus-memory.h:
13098         New function for freeing NULL-terminated string arrays.
13099
13100         * dbus/dbus-message-builder.c: (append_quoted_string),
13101         (_dbus_message_data_load):
13102         Add support for array types.
13103
13104         * dbus/dbus-message.c: (check_message_handling):
13105         Add more types as test cases.
13106
13107         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
13108         (_dbus_string_parse_double):
13109         Add the start offset to the end offset.
13110
13111         * test/data/valid-messages/lots-of-arguments.message:
13112         New test message with lots of arguments.
13113
13114 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13115
13116         * dbus/dbus-message.c: (dbus_message_append_nil),
13117         (dbus_message_append_int32), (dbus_message_append_uint32),
13118         (dbus_message_append_double), (dbus_message_append_string),
13119         (dbus_message_append_int32_array),
13120         (dbus_message_append_uint32_array),
13121         (dbus_message_append_double_array),
13122         (dbus_message_append_byte_array),
13123         (dbus_message_append_string_array):
13124         Fix all out-of-memory handling in these functions.
13125
13126 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13127
13128         * dbus/dbus-message.c: (dbus_message_append_nil):
13129         Fix a silly.
13130
13131 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13132
13133         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13134         (dbus_message_append_nil), (dbus_message_append_int32_array),
13135         (dbus_message_append_uint32_array),
13136         (dbus_message_append_double_array),
13137         (dbus_message_append_byte_array),
13138         (dbus_message_append_string_array), (dbus_message_get_args_valist),
13139         (dbus_message_iter_get_int32_array),
13140         (dbus_message_iter_get_uint32_array),
13141         (dbus_message_iter_get_double_array),
13142         (dbus_message_iter_get_byte_array),
13143         (dbus_message_iter_get_string_array):
13144
13145         * dbus/dbus-message.h:
13146         Add functions for appending and getting arrays.
13147
13148 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13149
13150         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
13151         element size at least 8 bytes, fixes mempool tests on
13152         64-bit machines.
13153
13154 2003-02-20  Alexander Larsson  <alexl@redhat.com>
13155
13156         * dbus/dbus-transport-unix.c (unix_do_iteration):
13157         Unlock the connection mutex during a blocking select call.
13158         Add todo about how we need a way to wake up the select.
13159
13160         * dbus/dbus-connection-internal.h:
13161         * dbus/dbus-connection.c:
13162         Add _dbus_connection_lock and _dbus_connection_unlock.
13163
13164 2003-02-19  Havoc Pennington  <hp@pobox.com>
13165
13166         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
13167         Doxyfile.in, not Doxyfile
13168
13169         * dbus/dbus-keyring.c: do some hacking on this
13170
13171         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
13172
13173         * dbus/dbus-errors.c (dbus_set_error_const): do not call
13174         dbus_error_init
13175         (dbus_set_error): remove dbus_error_init, check for message ==
13176         NULL *before* we sprintf into it, and add @todo about including
13177         system headers in this file
13178
13179         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
13180
13181         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
13182
13183         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
13184         get various bits of user information based on either username
13185         or user ID
13186         (_dbus_homedir_from_username): new function
13187
13188 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
13189
13190         * configure.in:
13191         Add check for nonposix getpwnam_r
13192
13193         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
13194         Align the pool element size to a sizeof (void *) boundary.
13195
13196         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
13197         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
13198         General Solaris fixes.
13199
13200         * test/data/valid-messages/simplest-manual.message:
13201         Explicitly state that we want little-endian packing.
13202
13203 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
13204
13205         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13206
13207         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
13208         Added to create a transport connecting using a tcp/ip socket.
13209
13210         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
13211         to a tcp socket at given host and port.
13212         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
13213         hostname and port.
13214
13215         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13216
13217         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
13218         Added to create a server listening on a TCP/IP socket.
13219
13220 2003-02-19  Havoc Pennington  <hp@pobox.com>
13221
13222         Throughout: mop up all the Doxygen warnings and undocumented
13223         stuff.
13224
13225         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
13226         to search any paths.
13227
13228         * dbus/dbus-threads.c: move global mutex initializers to
13229         dbus-internals.h, multiple prototypes was confusing doxygen
13230         besides being kind of ugly
13231
13232         * Doxyfile (PREDEFINED): have Doxygen define
13233         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
13234         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
13235         (do not abuse the feature! it's for stuff like the autogenerated
13236         macros in dbus-md5.c, not just for things you don't feel like
13237         documenting...)
13238
13239 2003-02-18  Havoc Pennington  <hp@pobox.com>
13240
13241         * dbus/dbus-string.c (_dbus_string_zero): new function
13242
13243         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
13244         wrap it in some dbus-friendly API
13245
13246         * dbus/dbus-types.h: add 16-bit types
13247
13248 2003-02-18  Joe Shaw  <joe@assbarn.com>
13249
13250         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
13251         credentials from our currently running process.
13252         (get_word): Fix a buglet where we were copying the entire length
13253         instead of relative to our position.
13254
13255         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
13256         keys on the stack... it's 640k of data.
13257
13258         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
13259         read the credentials byte off the socket, even if we don't have
13260         SO_PEERCRED.
13261         (_dbus_poll): Implement poll() using select() for systems which
13262         don't have it.
13263
13264         * glib/test-dbus-glib.c (main): Print out an error if no
13265         parameters are given.
13266
13267         * test/data/auth/fallback.auth-script: Added.  Tests that a client
13268         can fallback to a secondary auth mechanism if the first fails.
13269
13270 2003-02-18  Havoc Pennington  <hp@pobox.com>
13271
13272         * AUTHORS: add Alex
13273
13274 2003-02-17  Havoc Pennington  <hp@pobox.com>
13275
13276         * doc/dbus-specification.sgml: lots of cosmetic
13277         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
13278         env variable to DBUS_BUS_ADDRESS, s/client/application/,
13279         s/server/bus/ (except in authentication section). Add a section
13280         "Message Bus Message Routing"
13281
13282 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
13283
13284         Release 0.4
13285
13286         * NEWS: Update
13287
13288 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13289
13290         * doc/dbus-specification.sgml:
13291         Specification updates.
13292
13293 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13294
13295         * bus/activation.c: (bus_activation_init), (child_setup),
13296         (bus_activation_activate_service):
13297         * bus/activation.h:
13298         * bus/main.c: (main):
13299         Set DBUS_ADDRESS environment variable.
13300
13301         * dbus/dbus-errors.c: (dbus_set_error):
13302         Don't use va_copy since that's a C99 feature.
13303
13304         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
13305         (_dbus_spawn_async):
13306         * dbus/dbus-sysdeps.h:
13307         Add child_setup_func to _dbus_spawn_async.
13308
13309         * doc/dbus-specification.sgml:
13310         Update specification.
13311
13312         * test/spawn-test.c: (setup_func), (main):
13313         Fix test.
13314
13315 2003-02-17  Alexander Larsson  <alexl@redhat.com>
13316
13317         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
13318         Added todo.
13319
13320 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13321
13322         * doc/.cvsignore:
13323         * doc/Makefile.am:
13324         * doc/dbus-test-plan.sgml:
13325         Add test plan document.
13326
13327         * test/Makefile.am:
13328         Fix distcheck.
13329
13330 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13331
13332         * dbus/dbus-message.c: (decode_header_data),
13333         (_dbus_message_loader_return_buffer):
13334         Set the header padding amount when loading a message.
13335
13336 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13337
13338         * bus/dispatch.c: (send_one_message):
13339         Only send broadcast messages to registered connections.
13340
13341         * dbus/dbus-message.c: (dbus_message_name_is):
13342         * dbus/dbus-message.h:
13343         New convenience function.
13344
13345         * dbus/dbus-transport-debug.c: (do_reading):
13346         Only dispatch one message per run.
13347
13348         * test/Makefile.am:
13349         * test/bus-test.c: (new_connection_callback), (die),
13350         (test_hello_client1_handler), (test_hello_client2_handler),
13351         (test_hello_replies), (main):
13352
13353         * test/bus-test-loop.[ch]:
13354         Add these.
13355
13356 2003-02-16  Havoc Pennington  <hp@pobox.com>
13357
13358         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
13359         backward conditional
13360
13361 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13362
13363         * dbus/dbus-connection.c:
13364         Implement sent_message_with_reply. (with_reply_and block is still
13365         busted).
13366         Made dispatch_message not lose message if OOM.
13367
13368         * dbus/dbus-errors.h:
13369         Add NoReply error (for reply timeouts).
13370
13371 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13372
13373         * dbus/dbus-hash.c (_dbus_hash_table_unref):
13374         Actually free keys and values when destroying hashtable.
13375
13376 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13377
13378         * dbus/dbus-auth.c: (client_try_next_mechanism):
13379         Plug a leak.
13380
13381         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
13382         Return TRUE if there's no thread implementation around.
13383
13384         * glib/dbus-gmain.c: (free_source),
13385         (dbus_connection_hookup_with_g_main):
13386         Make sure to remove the GSource when the connection is finalized.
13387
13388 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13389
13390         * bus/dispatch.c: (bus_dispatch_message_handler):
13391         * dbus/dbus-errors.h:
13392         Return an error if someone tries to send a message to a service
13393         that doesn't exist.
13394
13395 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13396
13397         * bus/activation.c: (load_directory), (bus_activation_init),
13398         (bus_activation_activate_service):
13399         * bus/activation.h:
13400         * bus/driver.c:
13401         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13402         More work on the activation handling.
13403
13404         * dbus/dbus-errors.h:
13405         Add some error messages
13406
13407         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13408         * dbus/dbus-message.h:
13409         New function that creates an error message.
13410
13411         * dbus/dbus-protocol.h:
13412         Add ACTIVATE_SERVER message.
13413
13414         * dbus/dbus-server-unix.c: (unix_handle_watch),
13415         (_dbus_server_new_for_domain_socket):
13416         Call _dbus_fd_set_close_on_exec.
13417
13418         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13419         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13420         (_dbus_fd_set_close_on_exec):
13421         * dbus/dbus-sysdeps.h:
13422         Add _dbus_fd_set_close_on exec function. Also add function that checks
13423         that all open fds are set to close-on-exec and warns otherwise.
13424
13425         * dbus/dbus-transport-unix.c:
13426         (_dbus_transport_new_for_domain_socket):
13427         Call _dbus_fd_set_close_on_exec.
13428
13429 2003-02-16  Havoc Pennington  <hp@pobox.com>
13430
13431         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13432         allow people to avoid setting SIGPIPE to SIG_IGN
13433         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13434         we've been asked not to
13435
13436 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13437
13438         * dbus/dbus-list.c: (_dbus_list_append_link),
13439         (_dbus_list_prepend_link):
13440         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13441         (dbus_realloc):
13442         Warning fixes.
13443
13444 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13445
13446         * bus/Makefile.am:
13447         * bus/activation.c: (bus_activation_entry_free),
13448         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13449         * bus/activation.h:
13450         * bus/main.c: (main):
13451         Add simple activation support, doesn't work yet though.
13452
13453 2003-02-15   Zack Rusin  <zack@kde.org>
13454
13455         * qt/dbus-qthread.cpp:  small casting fix
13456
13457 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13458
13459         * dbus/dbus-errors.c: (dbus_set_error):
13460         * dbus/dbus-errors.h:
13461         Add a few errors and make dbus_set_error void.
13462
13463         * dbus/dbus-sysdeps.c:
13464         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13465         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13466         * dbus/dbus-sysdeps.h:
13467         Add _dbus_spawn_async.
13468
13469         * test/spawn-test.c: (main):
13470         Test for _dbus_spawn_async.
13471
13472 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13473
13474         * dbus/dbus-internals.h:
13475         Fix build without tests.
13476
13477         * dbus/dbus-list.c: (alloc_link):
13478         Fix a segfault when a malloc fails.
13479
13480         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13481         (dbus_malloc0), (dbus_realloc):
13482         Add support for malloc debugging.
13483
13484 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13485
13486         * dbus/dbus-threads.c:
13487         * dbus/dbus-threads.h:
13488         Add condvars. Remove static mutext from API.
13489         Implement static mutexes by initializing them from threads_init.
13490
13491         * glib/dbus-gthread.c:
13492         * qt/dbus-qthread.cpp:
13493         Update with the thread api changes.
13494
13495
13496         * dbus/dbus-list.c:
13497         * dbus/dbus-list.h:
13498         Turn StaticMutex into normal mutex + init function.
13499         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13500         _dbus_list_append_link, _dbus_list_prepend_link
13501
13502
13503         * dbus/dbus-sysdeps.c:
13504         * dbus/dbus-sysdeps.h:
13505         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13506         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13507
13508         * dbus/dbus-protocol.h:
13509         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13510
13511         * dbus/dbus-message.c:
13512         Make ref/unref atomic.
13513         Fix some docs.
13514
13515         * dbus/dbus-connection-internal.h:
13516         * dbus/dbus-connection.c:
13517         * dbus/dbus-connection.h:
13518         Make threadsafe.
13519         Change _peek to _borrow,_return & _steal_borrowed.
13520         Change disconnect callback to event.
13521         Make dbus_connection_dispatch_messages reentrant.
13522
13523         * dbus/dbus-transport.c:
13524         Don't ref the connection on calls to the transport
13525         implementation.
13526
13527         * dbus/dbus-message-handler.c:
13528         Make threadsafe.
13529
13530         * glib/dbus-gmain.c:
13531         Don't use peek_message anymore
13532
13533         * test/Makefile.am:
13534         * test/debug-thread.c:
13535         * test/debug-thread.h:
13536         Simple thread implementation that asserts() on deadlocks in
13537         single-threaded code.
13538
13539         * test/bus-test.c:
13540         (main) Call debug_threads_init.
13541
13542         * test/watch.c:
13543         Use disconnect message instead of disconnect callback.
13544
13545         * bus/connection.c:
13546         * bus/connection.h:
13547         Don't call dbus_connection_set_disconnect_function. Instead export
13548         bus_connection_disconnect.
13549
13550         * bus/dispatch.c:
13551         Call bus_connection_disconnect when we get a disconnected message.
13552
13553 2003-02-15  Havoc Pennington  <hp@pobox.com>
13554
13555         * dbus/dbus-message.c (dbus_message_new): fool around with the
13556         docs
13557
13558 2003-02-14  Havoc Pennington  <hp@pobox.com>
13559
13560         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13561
13562         * dbus/dbus-memory.c: fail if the debug functions indicate we
13563         should
13564
13565         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13566         (_dbus_decrement_fail_alloc_counter): debug functions to
13567         simulate memory allocation failures
13568
13569 2003-02-14  Havoc Pennington  <hp@pobox.com>
13570
13571         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13572         to DBusError
13573
13574 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13575
13576         * bus/driver.c: (bus_driver_handle_hello):
13577         * bus/driver.h:
13578         * bus/services.c: (bus_service_lookup):
13579         Reorder message sending so we get a more sane order.
13580
13581         * test/bus-test.c: (message_handler):
13582         Fix tyop.
13583
13584 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13585
13586         * bus/driver.c: (bus_driver_send_service_deleted),
13587         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13588         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13589         (bus_driver_send_welcome_message),
13590         (bus_driver_handle_list_services),
13591         (bus_driver_handle_acquire_service),
13592         (bus_driver_handle_service_exists):
13593         * dbus/dbus-bus.c: (dbus_bus_register_client),
13594         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13595         * dbus/dbus-errors.c: (dbus_result_to_string):
13596         * dbus/dbus-errors.h:
13597         * dbus/dbus-message.c: (dbus_message_append_args),
13598         (dbus_message_append_args_valist), (dbus_message_get_args),
13599         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
13600         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
13601         (dbus_message_iter_get_byte_array),
13602         (dbus_message_iter_get_string_array), (message_iter_test),
13603         (check_message_handling), (_dbus_message_test):
13604         * dbus/dbus-message.h:
13605         * test/bus-test.c: (main):
13606         Change fields to arguments in messages, so that they won't be
13607         confused with header fields.
13608
13609         * glib/test-dbus-glib.c: (main):
13610         Remove append_fields from hello message.
13611
13612 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13613
13614         * dbus/dbus-errors.c:
13615         * dbus/dbus-message.c:
13616         * dbus/dbus-string.c:
13617         Documentation fixes.
13618
13619 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13620
13621         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
13622         (remove_timeout):
13623         Implement support for timeouts in dbus-glib.
13624
13625 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13626
13627         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13628         * dbus/dbus-message.c: (process_test_subdir):
13629         * test/break-loader.c: (find_breaks_based_on):
13630         Plug some memory leaks.
13631
13632 2003-02-13  Richard Hult  <rhult@codefactory.se>
13633
13634         * bus/main.c: Fix build.
13635
13636         * dbus/dbus-errors.h:
13637         * dbus/dbus-errors.c: Fix copyright for Anders.
13638
13639 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13640
13641         * bus/Makefile.am:
13642         Add utils.[ch]
13643
13644         * bus/connection.c: (bus_connection_foreach):
13645         Fix a warning.
13646
13647         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
13648         (unescape_string), (new_section), (parse_section_start),
13649         (parse_key_value), (report_error), (bus_desktop_file_load),
13650         (bus_desktop_file_get_string):
13651         * bus/desktop-file.h:
13652         Use DBusError for error reporting.
13653
13654         * bus/dispatch.c: (send_one_message),
13655         (bus_dispatch_message_handler):
13656         * bus/driver.c: (bus_driver_send_service_deleted),
13657         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13658         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13659         (bus_driver_send_welcome_message),
13660         (bus_driver_handle_list_services),
13661         (bus_driver_handle_acquire_service),
13662         (bus_driver_handle_service_exists):
13663         * bus/loop.c: (bus_loop_run):
13664         * bus/main.c:
13665         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
13666
13667         * bus/utils.c: (bus_wait_for_memory):
13668         * bus/utils.h:
13669         New files with general utility functions.
13670
13671         * dbus/dbus-internals.h:
13672         Remove _DBUS_HANDLE_OOM.
13673
13674 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13675
13676         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
13677         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
13678         * dbus/dbus-errors.h:
13679         Add DBusError structure.
13680
13681 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13682
13683         * test/data/valid-messages/standard-acquire-service.message:
13684         * test/data/valid-messages/standard-hello.message:
13685         * test/data/valid-messages/standard-list-services.message:
13686         * test/data/valid-messages/standard-service-exists.message:
13687         Add some standard messages.
13688
13689 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13690
13691         * bus/driver.c: (bus_driver_send_welcome_message),
13692         (bus_driver_handle_list_services),
13693         (bus_driver_handle_acquire_service),
13694         (bus_driver_handle_service_exists), (bus_driver_handle_message):
13695         Update for API changes in libdbus.
13696
13697         * dbus/dbus-message.c: (dbus_message_new_reply):
13698         * dbus/dbus-message.h:
13699         Remove the name argument. The spec states that replies shouldn't
13700         have a name.
13701
13702 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13703
13704         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
13705         (report_error), (bus_desktop_file_load), (lookup_section),
13706         (lookup_line), (bus_desktop_file_get_raw),
13707         (bus_desktop_file_get_string):
13708         * bus/desktop-file.h:
13709         Some fixes, and new functions for getting a key value from a section.
13710
13711 2003-02-13  Havoc Pennington  <hp@pobox.com>
13712
13713         * test/data/auth/fail-after-n-attempts.auth-script: new test
13714
13715         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
13716         reject the client.
13717
13718 2003-02-13  Havoc Pennington  <hp@pobox.com>
13719
13720         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
13721         dbus_credentials_match were backward
13722
13723         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
13724         NO_CREDENTIALS and ROOT_CREDENTIALS
13725
13726         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
13727         into here. Never process more commands after we've reached an
13728         end state; store further data as unused bytes.
13729
13730         * test/data/auth/*: add more auth tests
13731
13732         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
13733         command to match exact string and EXPECT_UNUSED to match unused
13734         bytes
13735
13736         * test/Makefile.am (dist-hook): fix to dist all the test stuff
13737
13738 2003-02-12  Havoc Pennington  <hp@pobox.com>
13739
13740         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
13741         \r off of popped lines
13742
13743         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
13744         scripts
13745
13746         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
13747         SEND, append \r\n
13748
13749 2003-02-12  Havoc Pennington  <hp@pobox.com>
13750
13751         * dbus/Makefile.am: remove break-loader from the build, since it
13752         moved.
13753
13754         * configure.in: add --enable-gcov to turn on coverage profiling
13755         flags and disable optimization
13756
13757 2003-02-10  Havoc Pennington  <hp@pobox.com>
13758
13759         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
13760         initial cut at test framework for DBusAuth from laptop.
13761         Doesn't quite work yet but it compiles and I need to get
13762         it off the 266mhz laptop. ;-)
13763
13764         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
13765         fix a memleak in error case
13766
13767 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
13768
13769         * bus/Makefile.am:
13770         * bus/desktop-file.c:
13771         * bus/desktop-file.h:
13772         Add a desktop file parser.
13773
13774 2003-02-11  Zack Rusin  <zack@kde.org>
13775
13776         * qt/message.[h|cpp]: sample implementation
13777         of the KDE wrapper for DBusMessage
13778
13779 2003-02-09  Zack Rusin  <zack@kde.org>
13780
13781         * test/bus-test.c: make_it_compile
13782         * doc/dbus-specification.sgml: minimal semantic fix
13783
13784 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13785
13786         Release 0.3
13787
13788         * NEWS: Update
13789
13790 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13791
13792         * dbus/Makefile.am:
13793         * dbus/dbus-break-loader.c:
13794         * test/Makefile.am:
13795         * test/break-loader.c:
13796         Move dbus-break-loader to test/ and rename it to break-loader.
13797
13798 2003-02-02  Havoc Pennington  <hp@pobox.com>
13799
13800         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
13801         for code to manage cookies in your home directory
13802
13803         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
13804
13805         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
13806         to authenticate, then disconnect the client.
13807
13808 2003-02-03  Alexander Larsson  <alexl@redhat.com>
13809
13810         * dbus/dbus-message.c (dbus_message_append_fields):
13811         Correct docs.
13812
13813 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13814
13815         * doc/dbus-specification.sgml:
13816         Update address format section.
13817
13818 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13819
13820         * test/Makefile.am:
13821         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
13822         (message_handler), (new_connection_callback), (loop_quit),
13823         (loop_run), (main):
13824         Add bus test.
13825
13826 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13827
13828         * bus/driver.c: (bus_driver_handle_service_exists):
13829         Simplify the code a bit.
13830
13831         * dbus/dbus-bus.c: (dbus_bus_service_exists):
13832         Fix a silly.
13833
13834 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13835
13836         * bus/Makefile.am:
13837         Add libdbus-daemon.la and link to it.
13838
13839 2003-02-01  James Willcox  <jwillcox@gnome.org>
13840
13841         * bus/driver.c: (bus_driver_handle_own_service):
13842         Actually include the service reply code in the message.
13843
13844 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13845
13846         * bus/driver.c: (bus_driver_handle_service_exists):
13847         Don't unref the incoming message.
13848
13849 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13850
13851         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
13852
13853 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13854
13855         * dbus/dbus-server.c: (dbus_server_listen):
13856         * dbus/dbus-transport.c: (_dbus_transport_open):
13857         ifdef out the calls to the debug transport and server.
13858
13859 2003-02-02  Alexander Larsson  <alexl@redhat.com>
13860
13861         * dbus/dbus-watch.c (dbus_watch_get_flags):
13862         Add note in the docs that ERROR or HANGUP won't be returned
13863         and are assumed always on.
13864
13865         * glib/dbus-gmain.c (add_watch):
13866         Always add IO_ERR | IO_HUP
13867
13868         * dbus/dbus-message.h:
13869         Add semicolon after dbus_message_iter_get_string_array().
13870         Makes qt code build again
13871
13872 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
13873
13874         * bus/driver.c: (create_unique_client_name),
13875         (bus_driver_handle_hello):
13876         Don't take a name, just use a numeric id to identify
13877         each client.
13878
13879         * dbus/Makefile.am:
13880         * dbus/dbus-bus.c: (dbus_bus_register_client),
13881         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13882         * dbus/dbus-bus.h:
13883         Add new convenience functions for communicating with the bus.
13884
13885         * dbus/dbus-message.h:
13886
13887         * dbus/dbus-protocol.h:
13888         Fix a typo.
13889
13890 2003-02-01  Alexander Larsson  <alexl@redhat.com>
13891
13892         * dbus/dbus-message.c (dbus_message_append_fields):
13893         Add some more doc comments.
13894
13895 2003-02-01  Havoc Pennington  <hp@pobox.com>
13896
13897         * dbus/dbus-break-loader.c (randomly_modify_length): change
13898         a 4-byte value in the message as if it were a length
13899
13900         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
13901         execute bit on saved files
13902
13903 2003-02-01  Havoc Pennington  <hp@pobox.com>
13904
13905         * dbus/dbus-break-loader.c (main): new program to find messages
13906         that break the loader.
13907
13908         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
13909         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
13910
13911         * dbus/dbus-string.c (_dbus_string_set_byte): new
13912
13913 2003-01-31  Havoc Pennington  <hp@pobox.com>
13914
13915         * dbus/dbus-message.c: refactor the test code to be more general,
13916         in preparation for writing a "randomly permute test cases to
13917         try to break the loader" program.
13918
13919 2003-01-31  Havoc Pennington  <hp@pobox.com>
13920
13921         * doc/dbus-specification.sgml: work on the specification
13922
13923         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
13924         the protocol version of the message.
13925
13926         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
13927         no longer specifies that.
13928         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
13929         1/2/3/4)
13930
13931         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
13932         "break" for DBUS_TYPE_NIL, remove @todo
13933
13934 2003-01-31  Havoc Pennington  <hp@pobox.com>
13935
13936         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
13937         just set_is_error/get_is_error as this is a commonly-used
13938         function, and write docs.
13939
13940 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
13941
13942         * dbus/dbus-address.c: (dbus_address_entry_free):
13943         Free key and value lists.
13944
13945         * dbus/dbus-internals.c: (_dbus_type_to_string):
13946         Add the types we didn't have.
13947
13948         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13949         (_dbus_marshal_validate_arg):
13950         Add NIL types.
13951
13952         * dbus/dbus-message.c: (dbus_message_set_sender):
13953         Remove todo about being able to set sender to NULL.
13954
13955         (dbus_message_set_is_error_reply),
13956         (dbus_message_get_is_error_reply):
13957         * dbus/dbus-message.h:
13958         New functions.
13959
13960         * dbus/dbus-protocol.h:
13961         Add error reply flag.
13962
13963         * test/data/valid-messages/opposite-endian.message:
13964         Add NIL type to test.
13965
13966 2003-01-31  Havoc Pennington  <hp@pobox.com>
13967
13968         * doc/dbus-specification.sgml: fully specify the header.  Add
13969         flags and major protocol version, and change header/body len to
13970         unsigned.
13971
13972         * dbus/dbus-message-builder.c (append_saved_length): append length
13973         as uint32
13974
13975         * dbus/dbus-message.c (dbus_message_create_header): change header
13976         length and body length to unsigned. Add the new fields from the
13977         spec
13978         (_dbus_message_loader_return_buffer): unsigned header/body len
13979
13980 2003-01-30  Havoc Pennington  <hp@pobox.com>
13981
13982         * dbus/dbus-auth.c: rework to use only REJECTED, no
13983         MECHANISMS
13984
13985         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
13986         use REJECTED, suggested by Mark McLoughlin
13987
13988 2003-01-30  Havoc Pennington  <hp@pobox.com>
13989
13990         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
13991         a better way to report errors here. e.g.  "unix address lacks
13992         path" or something. also "no such file" when the path doesn't
13993         exist, etc.
13994
13995         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
13996         leaking list nodes
13997         (dbus_parse_address): add @todo about documenting address format,
13998         and allowing , and ; to be escaped
13999
14000 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
14001
14002         * dbus/Makefile.am:
14003         Add dbus-address.[ch]
14004
14005         * dbus/dbus-address.c: (dbus_address_entry_free),
14006         (dbus_address_entries_free), (create_entry),
14007         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
14008         (dbus_parse_address), (_dbus_address_test):
14009         * dbus/dbus-address.h:
14010         New files for dealing with address parsing.
14011
14012         * dbus/dbus-connection.c:
14013         Document timeout functions.
14014
14015         * dbus/dbus-message.c:
14016         Document dbus_message_new_from_message.
14017
14018         * dbus/dbus-server-debug.c:
14019         Document.
14020
14021         * dbus/dbus-server.c: (dbus_server_listen):
14022         Parse address and use correct server implementation.
14023
14024         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
14025         * dbus/dbus-string.h:
14026         New function with test.
14027
14028         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
14029         * dbus/dbus-test.h:
14030         Add address tests.
14031
14032         * dbus/dbus-transport-debug.c:
14033         Document.
14034
14035         * dbus/dbus-transport.c: (_dbus_transport_open):
14036         Parse address and use correct transport implementation.
14037
14038 2003-01-30  Havoc Pennington  <hp@pobox.com>
14039
14040         * dbus/dbus-message.c: use message->byte_order instead of
14041         DBUS_COMPILER_BYTE_ORDER throughout.
14042         (dbus_message_create_header): pad header to align the
14043         start of the body of the message to 8-byte boundary
14044
14045         * dbus/dbus-marshal.h: make all the demarshalers take const
14046         DBusString arguments.
14047
14048         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
14049         validate message args here, so we don't have to do slow validation
14050         later, and so we catch bad messages as they are incoming. Also add
14051         better checks on header_len and body_len. Also fill in
14052         message->byte_order
14053
14054         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
14055         implemented properly)
14056         (_dbus_string_validate_nul): new function to check all-nul
14057
14058         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
14059         get_arg_end_pos and remove all validation
14060         (_dbus_marshal_validate_arg): actually do validation here.
14061
14062 2003-01-29  Havoc Pennington  <hp@pobox.com>
14063
14064         * dbus/dbus-message.c (check_message_handling): fix assertion
14065         failure on set_client_serial
14066
14067 2003-01-28  Havoc Pennington  <hp@pobox.com>
14068
14069         * dbus/dbus-server-debug.c: Add doc section comments
14070
14071         * dbus/dbus-transport-debug.c: add doc section comments
14072
14073 2003-01-28  Havoc Pennington  <hp@redhat.com>
14074
14075         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
14076         the reverse order from how I had it
14077         (_dbus_string_base64_encode): reverse encoding order. I was
14078         basically byteswapping everything during encoding.
14079
14080 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
14081
14082         * dbus/dbus-connection-internal.h:
14083         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
14084         (_dbus_connection_remove_timeout):
14085         Add functions for adding and removing timeouts.
14086
14087         * dbus/dbus-message.c: (dbus_message_new_from_message):
14088         Add new function that takes a message and creates an exact
14089         copy of it, but with the refcount set to 1.
14090         (check_message_handling):
14091         Fix build error.
14092
14093         * dbus/dbus-server-protected.h:
14094         * dbus/dbus-server.c: (_dbus_server_init_base),
14095         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
14096         (dbus_server_set_timeout_functions):
14097         (_dbus_server_remove_timeout):
14098         New functions so that a server can add and remove timeouts.
14099
14100         (dbus_server_listen):
14101         Add commented out call to dbus_server_debug_new.
14102
14103         * dbus/dbus-timeout.c: (_dbus_timeout_new):
14104         Actually set the handler, doh.
14105
14106         * dbus/dbus-transport.c: (_dbus_transport_open):
14107         Add commented out call to dbus_transport_debug_client_new.
14108
14109         * dbus/Makefile.am:
14110         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
14111
14112 2003-01-28  Havoc Pennington  <hp@pobox.com>
14113
14114         * dbus/dbus-message.c (check_message_handling): function to check
14115         on the loaded message, iterates over it etc.
14116
14117 2003-01-28  Havoc Pennington  <hp@pobox.com>
14118
14119         * test/Makefile.am (dist-hook): fix make distdir
14120
14121         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
14122
14123 2003-01-27  Havoc Pennington  <hp@pobox.com>
14124
14125         * dbus/dbus-mempool.c (time_for_size): replace printf with
14126         _dbus_verbose
14127
14128         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
14129         empty lines; fix the SAVE_LENGTH stuff to be
14130         START_LENGTH/END_LENGTH so it actually works; couple other
14131         bugfixes
14132
14133         * test/Makefile.am (dist-hook): add dist-hook for .message files
14134
14135         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
14136         can be constant or locked.
14137         (_dbus_string_free): allow freeing a const string as
14138         documented/intended
14139
14140         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
14141
14142         * dbus/dbus-test-main.c (main): take an argument which is the
14143         directory containing test data
14144
14145         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
14146         argument to this and load all the messages in test/data/
14147         checking that they can be loaded or not loaded as appropriate.
14148
14149 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
14150
14151         * bus/dispatch.c: (bus_dispatch_message_handler):
14152         Dispatch messages sent to services.
14153
14154         * bus/driver.c: (bus_driver_send_service_deleted),
14155         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14156         (bus_driver_send_service_acquired):
14157         Add helper functions for sending service related messages.
14158
14159         (bus_driver_send_welcome_message):
14160         Send HELLO_REPLY instead of WELCOME.
14161
14162         (bus_driver_handle_list_services):
14163         Send LIST_SERVICES_REPLY instead of SERVICES.
14164
14165         (bus_driver_handle_own_service),
14166         (bus_driver_handle_service_exists):
14167         New message handlers.
14168
14169         (bus_driver_handle_message):
14170         Invoke new message handlers.
14171
14172         (bus_driver_remove_connection):
14173         Don't remove any services here since that's done automatically
14174         by bus_service_remove_owner now.
14175
14176         * bus/driver.h:
14177         New function signatures.
14178
14179         * bus/services.c: (bus_service_add_owner):
14180         Send ServiceAcquired message if we're the only primary owner.
14181
14182         (bus_service_remove_owner):
14183         Send ServiceAcquired/ServiceLost messages.
14184
14185         (bus_service_set_prohibit_replacement),
14186         (bus_service_get_prohibit_replacement):
14187         Functions for setting prohibit replacement.
14188
14189         (bus_service_has_owner):
14190         New function that checks if a connection is in the owner queue of
14191         a certain service.
14192
14193         * bus/services.h:
14194         Add new function signatures.
14195
14196         * dbus/dbus-list.c: (_dbus_list_test):
14197         Add tests for _dbus_list_remove_last and traversing the list backwards.
14198
14199         * dbus/dbus-list.h:
14200         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
14201         go any further, so return NULL then.
14202
14203         * dbus/dbus-protocol.h:
14204         Add new messages, service flags and service replies.
14205
14206 2003-01-26  Havoc Pennington  <hp@pobox.com>
14207
14208         * dbus/dbus-message-builder.c: implement, completely untested.
14209
14210         * test/data/*: add data to be used in testing.
14211         ".message" files are our simple loadable text format.
14212         ".message-raw" will be binary dumps of messages.
14213
14214         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
14215
14216 2003-01-26  Havoc Pennington  <hp@pobox.com>
14217
14218         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
14219
14220         * dbus/dbus-errors.c (dbus_result_to_string): add
14221         file errors
14222
14223         * dbus/dbus-message-builder.c: new file, will contain code to load
14224         up messages from files. Not implemented yet.
14225
14226 2003-01-26  Havoc Pennington  <hp@pobox.com>
14227
14228         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
14229         the sender by setting to NULL
14230
14231 2003-01-26  Havoc Pennington  <hp@pobox.com>
14232
14233         The unit tests pass, but otherwise untested.  If it breaks, the
14234         tests should have been better. ;-)
14235
14236         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
14237         the connection.
14238
14239         * dbus/dbus-message.c: redo everything so we maintain
14240         message->header as the only copy of the various fields.
14241         This avoids the possibility of out-of-memory in some cases,
14242         for example dbus_message_lock() can't run out of memory anymore,
14243         and avoids extra copying. Figured I may as well go ahead and do
14244         this since it was busted for dbus_message_lock to not return
14245         failure on OOM, and dbus_message_write_header was totally
14246         unchecked for OOM. Also fixed some random other bugs.
14247
14248         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
14249         that strings are nul-terminated. Also, end_pos can be equal
14250         to string length just not greater than, I think.
14251         (_dbus_marshal_set_int32): new function
14252         (_dbus_marshal_set_uint32): new function
14253         (_dbus_marshal_set_string): new function
14254
14255         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
14256         a warning, init timeout_list to NULL
14257         (dbus_connection_send_message): don't use uninitialized variable
14258         "serial"
14259
14260         * dbus/dbus-string.c (_dbus_string_replace_len): new function
14261
14262 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14263
14264         * bus/driver.c: (bus_driver_handle_hello),
14265         (bus_driver_send_welcome_message):
14266         Plug leaks
14267
14268 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14269
14270         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
14271         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14272         (dbus_connection_unref):
14273         * dbus/dbus-marshal.c: (_dbus_marshal_test):
14274         * dbus/dbus-message.c: (dbus_message_unref),
14275         Plug memory leaks.
14276
14277         (dbus_message_get_fields):
14278         Remove debugging printout.
14279
14280         (_dbus_message_loader_return_buffer):
14281         Don't store the header string.
14282
14283         (_dbus_message_test):
14284         Plug leaks.
14285
14286 2003-01-26  Richard Hult  <rhult@codefactory.se>
14287
14288         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
14289         the file descriptor list, since it can change under us.
14290
14291 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14292
14293         * glib/dbus-gmain.c: (dbus_connection_prepare),
14294         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
14295         (remove_watch), (dbus_connection_hookup_with_g_main):
14296         Rewrite the glib handling to use its own GSource instead of a
14297         GIOChannel so we can catch messages put in the queue while waiting
14298         for a reply.
14299
14300 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14301
14302         * bus/Makefile.am:
14303         * bus/connection.c: (connection_disconnect_handler),
14304         (connection_watch_callback), (bus_connection_setup):
14305         * bus/dispatch.c: (send_one_message),
14306         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
14307         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
14308         * bus/dispatch.h:
14309         * bus/driver.c: (bus_driver_send_service_deleted),
14310         (bus_driver_send_service_created), (bus_driver_handle_hello),
14311         (bus_driver_send_welcome_message),
14312         (bus_driver_handle_list_services), (bus_driver_remove_connection),
14313         (bus_driver_handle_message):
14314         * bus/driver.h:
14315         Refactor code, put the message dispatching in its own file. Use
14316         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
14317         is disconnected.
14318
14319 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14320
14321         * dbus/dbus-internals.h:
14322         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
14323
14324         * dbus/dbus-message.c: (dbus_message_get_sender):
14325         * dbus/dbus-message.h:
14326         Implement dbus_message_get_sender.
14327
14328         * dbus/dbus-protocol.h:
14329         Add message and service defines.
14330
14331 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14332
14333         * dbus/dbus-connection.c: (dbus_connection_send_message):
14334         * dbus/dbus-message-internal.h:
14335         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
14336         (dbus_message_write_header):
14337         Remove _dbus_messag_unlock and don't set the client serial on a
14338         message if one already exists.
14339
14340 2003-01-24  Havoc Pennington  <hp@pobox.com>
14341
14342         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
14343         list_pool
14344
14345         * bus/driver.c (bus_driver_handle_list_services): fix a leak
14346         on OOM
14347
14348 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14349
14350         * dbus/dbus-list.c: (alloc_link), (free_link):
14351         Use a memory pool for the links.
14352
14353 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14354
14355         * bus/connection.c: (bus_connection_foreach):
14356         * bus/connection.h:
14357         Add new bus_connection_foreach function.
14358
14359         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
14360         Add function that broadcasts a message to all clients.
14361
14362         (bus_driver_send_service_created), (bus_driver_handle_hello),
14363         (bus_driver_send_welcome_message),
14364         (bus_driver_handle_list_services), (bus_driver_message_handler):
14365         Implement functions that take care of listing services, and notifying
14366         clients when new services are created.
14367
14368         * bus/services.c: (bus_services_list):
14369         * bus/services.h:
14370         Add new function that returns an array of strings with the currently
14371         registered services.
14372
14373         * glib/dbus-glib.h:
14374         * glib/dbus-gmain.c:
14375         Update copyright year.
14376
14377 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14378
14379         * dbus/dbus-connection.c: (dbus_connection_send_message):
14380         Unlock the message in case it was sent earlier.
14381
14382         (dbus_connection_send_message_with_reply_and_block):
14383         Remove the reply message from the list.
14384
14385         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14386         Set array_len and new_pos correctly.
14387
14388         (_dbus_marshal_test):
14389         Remove debug output.
14390
14391         * dbus/dbus-message-internal.h:
14392         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14393         New function that returns the reply serial.
14394
14395         (_dbus_message_unlock):
14396         New function that unlocks a message and resets its header.
14397
14398         (dbus_message_append_string_array),
14399         (dbus_message_get_fields_valist),
14400         (dbus_message_iter_get_field_type),
14401         (dbus_message_iter_get_string_array),
14402         (dbus_message_get_fields),
14403         (dbus_message_append_fields_valist):
14404         Handle string arrays.
14405
14406         (dbus_message_set_sender):
14407         Make this function public since the bus daemon needs it.
14408
14409         (decode_header_data):
14410         Set the reply serial to -1 initially.
14411
14412         * dbus/dbus-message.h:
14413         Add dbus_message_set_sender.
14414
14415 2003-01-24  Havoc Pennington  <hp@pobox.com>
14416
14417         * doc/dbus-specification.sgml: add some stuff
14418
14419 2003-01-22  Havoc Pennington  <hp@pobox.com>
14420
14421         * doc/dbus-specification.sgml: Start to document the protocol.
14422
14423 2003-01-22  Havoc Pennington  <hp@pobox.com>
14424
14425         * dbus/dbus-connection.c
14426         (dbus_connection_send_message_with_reply_and_block): add some @todo
14427
14428         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14429
14430 2003-01-21  Havoc Pennington  <hp@pobox.com>
14431
14432         (patch untested because can't compile)
14433
14434         * bus/driver.c (create_unique_client_name): make this function
14435         never recycle client names. Also, caller should initialize
14436         the DBusString.
14437
14438         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14439
14440 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14441
14442         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14443         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14444         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14445         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14446         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14447         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14448         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14449         * dbus/dbus-marshal.h:
14450         * dbus/dbus-protocol.h:
14451         Add support for marshalling and demarshalling integer, double
14452         and string arrays.
14453
14454 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14455
14456         * bus/Makefile.am:
14457         Add driver.[ch]
14458
14459         * bus/connection.c: (connection_disconnect_handler):
14460         Remove the connection from the bus driver's list.
14461
14462         (connection_watch_callback): Dispatch messages.
14463
14464         (free_connection_data): Free connection name.
14465
14466         (bus_connection_setup): Add connection to the bus driver's list.
14467         (bus_connection_remove_owned_service):
14468         (bus_connection_set_name), (bus_connection_get_name):
14469         Add functions for setting and getting the connection's name.
14470
14471         * bus/connection.h:
14472         Add function headers.
14473
14474         * bus/driver.c: (create_unique_client_name),
14475         (bus_driver_handle_hello_message),
14476         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14477         (bus_driver_add_connection), (bus_driver_remove_connection):
14478         * bus/driver.h:
14479         * bus/main.c:
14480         * bus/services.c: (bus_service_free):
14481         * bus/services.h:
14482         New file that handles communication and registreation with the bus
14483         itself.
14484
14485 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14486
14487         * dbus/dbus-connection.c: (dbus_connection_send_message):
14488         Add a new client_serial parameter.
14489
14490         (dbus_connection_send_message_with_reply):
14491         Remove a @todo since we've implemented the blocking function.
14492
14493         (dbus_connection_send_message_with_reply_and_block):
14494         New function that sends a message and waits for a reply and
14495         then returns the reply.
14496
14497         * dbus/dbus-connection.h:
14498         Add new functions.
14499
14500         * dbus/dbus-errors.c: (dbus_result_to_string):
14501         * dbus/dbus-errors.h:
14502         Add new DBUS_RESULT.
14503
14504         * dbus/dbus-message-internal.h:
14505         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14506         (_dbus_message_set_sender), (dbus_message_write_header),
14507         (dbus_message_new_reply), (decode_header_data),
14508         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14509         * dbus/dbus-message.h:
14510         Add new functions that set the reply serial and sender.
14511         Also marshal and demarshal them correctly and add test.
14512
14513         * dbus/dbus-protocol.h:
14514         Add new DBUS_MESSAGE_TYPE_SENDER.
14515
14516         * glib/dbus-glib.h:
14517         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14518         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14519         (dbus_connection_hookup_with_g_main):
14520         * glib/test-dbus-glib.c: (main):
14521         Rewrite to use GIOChannel and remove the GSource crack.
14522
14523         * test/echo-client.c: (main):
14524         * test/watch.c: (check_messages):
14525         Update for changed APIs
14526
14527 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14528
14529         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14530
14531         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14532         Create a DBusTimeoutList.
14533         (dbus_connection_set_timeout_functions): Add new function to
14534         set timeout callbacks
14535
14536         * dbus/dbus-connection.h: Add public DBusTimeout API.
14537
14538         * dbus/dbus-message.c: (dbus_message_get_service):
14539         * dbus/dbus-message.h:  New function.
14540
14541         * dbus/dbus-server.c: Fix small doc typo.
14542
14543         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14544
14545 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14546
14547         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14548         of the string, just as long as specified.
14549
14550 2003-01-19  Havoc Pennington  <hp@pobox.com>
14551
14552         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14553         new function
14554
14555         * dbus/dbus-server.c (dbus_server_set_max_connections)
14556         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14557         keep track of current number of connections, and add API for
14558         setting a max (but haven't implemented enforcing the max yet)
14559
14560 2003-01-18  Havoc Pennington  <hp@pobox.com>
14561
14562         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14563         reading/writing if read_watch != NULL or write_watch != NULL.
14564
14565         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14566         the message loader code to actually load message->header and
14567         message->body into the newly-created message.
14568
14569         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14570         in OOM case
14571
14572         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14573         (dbus_connection_get_max_message_size)
14574         (dbus_connection_set_max_live_messages_size)
14575         (dbus_connection_get_max_live_messages_size): implement some
14576         resource limitation functions
14577
14578         * dbus/dbus-resources.c: new file implementing some of the
14579         resource limits stuff
14580
14581         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14582         missing docs, add @todo to handle OOM etc.
14583
14584         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14585         docs
14586
14587 2003-01-18  Havoc Pennington  <hp@pobox.com>
14588
14589         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14590         connection if it hasn't been already.
14591
14592         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14593         replace with DisconnectFunction.
14594
14595 2003-01-18  Havoc Pennington  <hp@pobox.com>
14596
14597         Building --disable-verbose-mode --disable-asserts --disable-tests
14598         cuts the library from 112K to 45K or so
14599
14600         * configure.in: check for varargs macro support,
14601         add --enable-verbose-mode, --enable-asserts.
14602
14603         * dbus/dbus-internals.h (_dbus_assert): support
14604         DBUS_DISABLE_ASSERT
14605         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
14606
14607 2003-01-18  Havoc Pennington  <hp@pobox.com>
14608
14609         * dbus/dbus-test.c: include config.h so that tests actually run
14610
14611         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
14612         so the failure mode when that assumption fails will be plenty
14613         obvious.
14614
14615 2003-01-18  Havoc Pennington  <hp@pobox.com>
14616
14617         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
14618
14619         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
14620         the distribution
14621
14622         * test/Makefile.am: don't use special variable "TESTS" for echo-*
14623         since we don't want to use those in make check
14624
14625 2003-01-15  Havoc Pennington  <hp@redhat.com>
14626
14627         Release 0.2
14628
14629         * NEWS: update
14630
14631 2003-01-15  Havoc Pennington  <hp@redhat.com>
14632
14633         * test/Makefile.am: fix so that test source code ends up in the
14634         distribution on make distcheck
14635
14636 2003-01-15  Havoc Pennington  <hp@redhat.com>
14637
14638         Release 0.1.
14639
14640         * NEWS: update
14641
14642 2003-01-15  Havoc Pennington  <hp@redhat.com>
14643
14644         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
14645         fix build when --disable-tests
14646
14647         * Makefile.am (EXTRA_DIST): put HACKING in here
14648
14649         * HACKING: document procedure for making a tarball release.
14650
14651 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
14652
14653         * bus/connection.c: (connection_error_handler),
14654         (bus_connection_setup):
14655         * bus/main.c: (main):
14656         Make sure that the DBusConnectionData struct is NULLed
14657         out to prevent a segfault.
14658
14659         * dbus/dbus-errors.c: (dbus_result_to_string):
14660         * dbus/dbus-errors.h:
14661         * dbus/dbus-message.c: (dbus_message_get_fields),
14662         (dbus_message_get_fields_valist), (_dbus_message_test):
14663         * dbus/dbus-message.h:
14664         Make dbus_message_get_fields return a result code so we can
14665         track invalid fields as well as oom.
14666
14667 2003-01-11  Havoc Pennington  <hp@pobox.com>
14668
14669         * configure.in: change --enable-test/--enable-ansi action-if-given
14670         to enable_foo=$enableval instead of enable_foo=yes
14671
14672 2003-01-08  Havoc Pennington  <hp@pobox.com>
14673
14674         * dbus/dbus-string.c (_dbus_string_align_length): new function
14675
14676         * dbus/dbus-test-main.c: move main() for test app here
14677         * dbus/dbus-test.c
14678         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
14679         symbol to run tests, because dbus-test isn't in the main
14680         library
14681
14682         Code review nitpicks.
14683
14684         * dbus/dbus-message.c (dbus_message_write_header): add newlines
14685         for people with narrow emacs ;-). Assert client_serial was filled
14686         in. Assert message->name != NULL.
14687         (dbus_message_append_fields): have "first_field_type" arg separate
14688         from va list, needed for C++ binding that also uses varargs IIRC
14689         and helps with type safety
14690         (dbus_message_new): add @todo about using DBusString to store
14691         service/name internally
14692         (dbus_message_new): don't leak ->service and ->name on OOM later
14693         in the function
14694         (dbus_message_unref): free the service name
14695         (dbus_message_get_fields): same change to varargs
14696         i.e. first_field_type
14697         (_dbus_message_loader_return_buffer): assert that the message data
14698         is aligned (if not it's a bug in our code). Put in verbose griping
14699         about why we set corrupted = TRUE.
14700         (decode_header_data): add FIXME that char* is evil.  Was going to
14701         add FIXME about evil locale-specific string.h strncmp, but just
14702         switched to wacky string-as-uint32 optimization. Move check for
14703         "no room for field name" above get_const_data_len() to avoid
14704         assertion failure in get_const_data_len if we have trailing 2
14705         bytes or the like. Check for service and name fields being
14706         provided twice. Don't leak service/name on error. Require field
14707         names to be aligned to 4 bytes.
14708
14709         * dbus/dbus-marshal.c: move byte swap stuff to header
14710         (_dbus_pack_int32): uscore-prefix
14711         (_dbus_unpack_int32): uscore-prefix
14712         (_dbus_unpack_uint32): export
14713         (_dbus_demarshal_string): add @todo complaining about use of
14714         memcpy()
14715         (_dbus_marshal_get_field_end_pos): add @todo about bad error
14716         handling allowing corrupt data to go unchecked
14717
14718 2003-01-08  Havoc Pennington  <hp@redhat.com>
14719
14720         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
14721         to the select() as needed for authentication. (should be using
14722         _dbus_poll() not select, but for another day)
14723
14724         * dbus/dbus.h: include dbus/dbus-protocol.h
14725
14726 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14727
14728         * dbus/Makefile.am (dbusinclude_HEADERS): Install
14729         dbus-connection.h
14730
14731 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14732
14733         * dbus/dbus-internals.c: (_dbus_type_to_string):
14734         New function that returns a string describing a type.
14735
14736         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
14737         * dbus/dbus-marshal.h:
14738         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
14739         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
14740         (dbus_message_iter_get_byte_array):
14741         * dbus/dbus-message.h:
14742         Add new convenience functions for appending and getting message fields.
14743         Also add demarshalling routines for byte arrays.
14744
14745 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14746
14747         * dbus/dbus-connection-internal.h:
14748         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14749         (_dbus_connection_get_next_client_serial),
14750         (dbus_connection_send_message):
14751         * dbus/dbus-internals.h:
14752         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
14753         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
14754         (_dbus_marshal_uint32), (_dbus_demarshal_double),
14755         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
14756         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
14757         (_dbus_verbose_bytes), (_dbus_marshal_test):
14758         * dbus/dbus-marshal.h:
14759         * dbus/dbus-message-internal.h:
14760         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
14761         (dbus_message_write_header), (_dbus_message_lock),
14762         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
14763         (dbus_message_get_name), (dbus_message_append_int32),
14764         (dbus_message_append_uint32), (dbus_message_append_double),
14765         (dbus_message_append_string), (dbus_message_append_byte_array),
14766         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
14767         (dbus_message_iter_unref), (dbus_message_iter_has_next),
14768         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
14769         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
14770         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
14771         (decode_header_data), (_dbus_message_loader_return_buffer),
14772         (message_iter_test), (_dbus_message_test):
14773         * dbus/dbus-message.h:
14774         * dbus/dbus-protocol.h:
14775         * dbus/dbus-test.c: (main):
14776         * dbus/dbus-test.h:
14777         * glib/test-dbus-glib.c: (message_handler), (main):
14778         * test/echo-client.c: (main):
14779         * test/watch.c: (check_messages):
14780         Make messages sendable and receivable for real.
14781
14782 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14783
14784         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14785         (_dbus_marshal_string), (_dbus_marshal_byte_array):
14786         * dbus/dbus-message.c: (dbus_message_append_int32),
14787         (dbus_message_append_uint32), (dbus_message_append_double),
14788         (dbus_message_append_string), (dbus_message_append_byte_array):
14789         Handle OOM restoration.
14790
14791 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14792
14793         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14794         (_dbus_demarshal_string), (_dbus_marshal_test):
14795         * dbus/dbus-marshal.h:
14796         * dbus/dbus-message.c: (dbus_message_get_name),
14797         Document these functions.
14798
14799         (dbus_message_append_int32), (dbus_message_append_uint32),
14800         (dbus_message_append_double), (dbus_message_append_string),
14801         (dbus_message_append_byte_array):
14802         * dbus/dbus-message.h:
14803         Add functions for adding message fields of different types.
14804
14805         * dbus/dbus-protocol.h:
14806         Add the different types.
14807
14808 2003-01-05  Havoc Pennington  <hp@pobox.com>
14809
14810         * bus/connection.c: implement routines for handling connections,
14811         first thing is keeping a list of owned services on each connection
14812         and setting up watches etc.
14813
14814         * bus/services.c: implement a mapping from service names to lists
14815         of connections
14816
14817         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
14818
14819         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
14820         to use static mutexes for global data
14821
14822         * dbus/dbus-connection.c (dbus_connection_set_data): add new
14823         collection of functions to set/get application-specific data
14824         on the DBusConnection.
14825
14826 2003-01-04  Havoc Pennington  <hp@pobox.com>
14827
14828         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
14829         (_dbus_poll): new function
14830
14831         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
14832         copied from GLib
14833
14834         * bus/loop.c: initial code for the daemon main loop
14835
14836 2003-01-04  Havoc Pennington  <hp@pobox.com>
14837
14838         * test/watch.c (error_handler): make it safe if the error handler
14839         is called multiple times (if we s/error handler/disconnect
14840         handler/ we should just guarantee it's called only once)
14841
14842         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
14843         error handler on disconnect (it's quite possible we should
14844         just change the error handler to a "disconnect handler," I'm
14845         not sure we have any other meaningful errors)
14846
14847         * configure.in: check for getpwnam_r
14848
14849         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
14850         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
14851         mechanism as in SASL spec, using socket credentials
14852
14853         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
14854         (_dbus_send_credentials_unix_socket): new function
14855
14856         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
14857         dbus_accept()
14858         (_dbus_write): only check errno if <0 returned
14859         (_dbus_write_two): ditto
14860
14861 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
14862
14863         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
14864         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
14865         (_dbus_marshal_test):
14866         * dbus/dbus-marshal.h:
14867         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
14868         to _dbus_marshal_utf8_string. Also fix some tests.
14869
14870 2002-12-28  Harri Porten  <porten@kde.org>
14871
14872         * configure.in: added check for C++ compiler and a very cheesy
14873         check for the Qt integration
14874
14875         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
14876
14877         * qt/Makefile.am: added
14878
14879         * qt/.cvsignore: added
14880
14881         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
14882         latter, added #ifdef QT_THREAD_SUPPORT guard.
14883
14884         * dbus/Makefile.am: added missing headers for make dist
14885
14886 2002-12-28  Kristian Rietveld  <kris@gtk.org>
14887
14888         * dbus/Makefile.am: fixup export-symbols-regex.
14889
14890 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14891
14892         * acinclude.m4: Add this file and put the
14893         PKG_CHECK_MODULE macro in it.
14894
14895 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14896
14897         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14898         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14899         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14900         (_dbus_marshal_test):
14901         Make the demarshalling routines align the pos argument.
14902         Add string marshalling tests and fix the obvious bugs
14903         discovered.
14904
14905 2002-12-26  Havoc Pennington  <hp@pobox.com>
14906
14907         * dbus/dbus-auth.c: fixes fixes fixes
14908
14909         * dbus/dbus-transport-unix.c: wire up support for
14910         encoding/decoding data on the wire
14911
14912         * dbus/dbus-auth.c (_dbus_auth_encode_data)
14913         (_dbus_auth_decode_data): append to target string
14914         instead of nuking it.
14915
14916 2002-12-26  Havoc Pennington  <hp@pobox.com>
14917
14918         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
14919         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
14920         doh
14921
14922         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
14923         avoid swap_bytes() overhead (ignoring possible assembly stuff for
14924         now). Main point is because I wanted unpack_uint32 to implement
14925         _dbus_verbose_bytes
14926         (_dbus_verbose_bytes): new function
14927
14928         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
14929
14930         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
14931         mechanism to handle a corrupt message stream
14932         (_dbus_message_loader_new): fix preallocation to only prealloc,
14933         not prelengthen
14934
14935         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
14936         (_dbus_string_test): enhance tests for copy/move and fix the
14937         functions
14938
14939         * dbus/dbus-transport-unix.c: Hold references in more places to
14940         avoid reentrancy problems
14941
14942         * dbus/dbus-transport.c: ditto
14943
14944         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
14945         leak reference count in no-message case
14946
14947         * test/watch.c (do_mainloop): handle adding/removing watches
14948         during iteration over the watches. Also, ref the connection/server
14949         stored on a watch, so we don't try to mangle a destroyed one.
14950
14951         * dbus/dbus-transport-unix.c (do_authentication): perform
14952         authentication
14953
14954         * dbus/dbus-auth.c (get_state): add a state
14955         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
14956         (_dbus_auth_get_unused_bytes): append the unused bytes
14957         to the passed in string, rather than prepend
14958
14959         * dbus/dbus-transport.c (_dbus_transport_init_base): create
14960         the auth conversation DBusAuth
14961
14962         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
14963         (_dbus_transport_new_for_domain_socket): when creating a
14964         transport, pass in whether it's a client-side or server-side
14965         transport so we know which DBusAuth to create
14966
14967 2002-12-03  Havoc Pennington  <hp@pobox.com>
14968
14969         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
14970         _after_ finalizing the derived members
14971         (unix_connection_set): unref watch if we fail to add it
14972
14973         * dbus/dbus-connection.c (dbus_connection_unref): delete the
14974         transport first, so that the connection owned by the
14975         transport will be valid as the transport finalizes.
14976
14977         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
14978         if necessary, and remove watches from the connection.
14979
14980         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
14981
14982 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
14983
14984         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14985         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14986         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14987         (_dbus_marshal_test):
14988         * dbus/dbus-marshal.h:
14989         Add string marshal functions and have the demarshal functions
14990         return the new position.
14991
14992 2002-12-25  Havoc Pennington  <hp@pobox.com>
14993
14994         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
14995         it is a simple protocol that just maps directly to SASL.
14996
14997         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
14998         initial implementation, not actually used yet.
14999
15000         * dbus/dbus-string.c (_dbus_string_find): new function
15001         (_dbus_string_equal): new function
15002         (_dbus_string_base64_encode): new function
15003         (_dbus_string_base64_decode): new function
15004
15005 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
15006
15007         * dbus/Makefile.am:
15008         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
15009         (_dbus_marshal_int32), (_dbus_marshal_uint32),
15010         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15011         (_dbus_demarshal_uint32), (_dbus_marshal_test):
15012         * dbus/dbus-marshal.h:
15013         * dbus/dbus-protocol.h:
15014         * dbus/dbus-test.c: (main):
15015         * dbus/dbus-test.h:
15016         Add un-optimized marshalling/demarshalling routines.
15017
15018 2002-12-25  Harri Porten  <porten@kde.org>
15019
15020         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
15021
15022 2002-12-24  Zack Rusin  <zack@kde.org>
15023
15024         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
15025         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
15026         main loop stuff
15027
15028 2002-12-24  Havoc Pennington  <hp@pobox.com>
15029
15030         * glib/dbus-gthread.c: fix include
15031
15032         * glib/dbus-glib.h: rename DBusMessageHandler for now.
15033         I think glib API needs to change, though, as you don't
15034         want to use DBusMessageFunction, you want to use the
15035         DBusMessageHandler object. Probably
15036         dbus_connection_open_with_g_main_loop()
15037         and dbus_connection_setup_g_main_loop() or something like that
15038         (but think of better names...) that just create a connection
15039         that has watch/timeout functions etc. already set up.
15040
15041         * dbus/dbus-connection.c
15042         (dbus_connection_send_message_with_reply): new function just to
15043         show how the message handler helps us deal with replies.
15044
15045         * dbus/dbus-list.c (_dbus_list_remove_last): new function
15046
15047         * dbus/dbus-string.c (_dbus_string_test): free a string that
15048         wasn't
15049
15050         * dbus/dbus-hash.c: use memory pools for the hash entries
15051         (rebuild_table): be more paranoid about overflow, and
15052         shrink table when we can
15053         (_dbus_hash_test): reduce number of sprintfs and write
15054         valid C89. Add tests for case where we grow and then
15055         shrink the hash table.
15056
15057         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
15058
15059         * dbus/dbus-connection.c (dbus_connection_register_handler)
15060         (dbus_connection_unregister_handler): new functions
15061
15062         * dbus/dbus-message.c (dbus_message_get_name): new
15063
15064         * dbus/dbus-list.c: fix docs typo
15065
15066         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
15067         an object representing a handler for messages.
15068
15069 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15070
15071         * glib/dbus-glib.h:
15072         * glib/dbus-gthread.c: (dbus_gthread_init):
15073         Don't use the gdbus prefix for public functions.
15074
15075 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15076
15077         * Makefile.am:
15078         * configure.in:
15079         Add GLib checks and fixup .pc files
15080
15081         * glib/Makefile.am:
15082         * glib/dbus-glib.h:
15083         * glib/dbus-gmain.c: (gdbus_connection_prepare),
15084         (gdbus_connection_check), (gdbus_connection_dispatch),
15085         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
15086         (dbus_connection_gsource_new):
15087         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
15088         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
15089         * glib/test-dbus-glib.c: (message_handler), (main):
15090         Add GLib support.
15091
15092 2002-12-15  Harri Porten  <porten@kde.org>
15093
15094         * autogen.sh: check for libtoolize before attempting to use it
15095
15096         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
15097         struct.
15098
15099         * .cvsignore: ignore more stamp files
15100
15101         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
15102
15103         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
15104         without make install.
15105
15106 2002-12-15  Havoc Pennington  <hp@pobox.com>
15107
15108         * dbus/dbus-threads.c: add thread stubs that a higher library
15109         layer can fill in. e.g. the GLib wrapper might fill them in with
15110         GThread stuff. We still need to use this thread API to
15111         thread-safe-ize the library.
15112
15113 2002-12-12  Havoc Pennington  <hp@pobox.com>
15114
15115         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
15116         below new interfaces and include fewer system headers.
15117
15118         * dbus/dbus-sysdeps.c (_dbus_read): new function
15119         (_dbus_write): new function
15120         (_dbus_write_two): new function
15121         (_dbus_connect_unix_socket): new function
15122         (_dbus_listen_unix_socket): new function
15123
15124         * dbus/dbus-message-internal.h: change interfaces to use
15125         DBusString
15126
15127 2002-12-11  Havoc Pennington  <hp@pobox.com>
15128
15129         * dbus/dbus-types.h: add dbus_unichar
15130
15131         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
15132
15133         * dbus/dbus-connection.c (dbus_connection_send_message): return
15134         TRUE on success
15135
15136         * dbus/dbus-transport.c: include dbus-watch.h
15137
15138         * dbus/dbus-connection.c: include dbus-message-internal.h
15139
15140         * HACKING: add file with coding guidelines stuff.
15141
15142         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
15143         handling here, for security purposes (as in vsftpd). Not actually
15144         using this class yet.
15145
15146         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
15147         system/libc usage here, as in vsftpd, for ease of auditing (and
15148         should also simplify portability). Haven't actually moved all the
15149         system/libc usage into here yet.
15150
15151 2002-11-25  Havoc Pennington  <hp@pobox.com>
15152
15153         * dbus/dbus-internals.c (_dbus_verbose): fix to not
15154         always print the first verbose message.
15155
15156 2002-11-24  Havoc Pennington  <hp@pobox.com>
15157
15158         * test/echo-client.c, test/echo-server.c: cheesy test
15159         clients.
15160
15161         * configure.in (AC_CHECK_FUNCS): check for writev
15162
15163         * dbus/dbus-message.c (_dbus_message_get_network_data): new
15164         function
15165
15166         * dbus/dbus-list.c (_dbus_list_foreach): new function
15167
15168         * dbus/dbus-internals.c (_dbus_verbose): new function
15169
15170         * dbus/dbus-server.c, dbus/dbus-server.h: public object
15171         representing a server that listens for connections.
15172
15173         * dbus/.cvsignore: create
15174
15175         * dbus/dbus-errors.h, dbus/dbus-errors.c:
15176         public API for reporting errors
15177
15178         * dbus/dbus-connection.h, dbus/dbus-connection.c:
15179         public object representing a connection that
15180         sends/receives messages. (Same object used for
15181         both client and server.)
15182
15183         * dbus/dbus-transport.h, dbus/dbus-transport.c:
15184         Basic abstraction for different kinds of stream
15185         that we might read/write messages from.
15186
15187 2002-11-23  Havoc Pennington  <hp@pobox.com>
15188
15189         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
15190         _DBUS_INT_MAX
15191
15192         * dbus/dbus-test.c (main): add list test, and include
15193         dbus-test.h as intended
15194
15195         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
15196         (_dbus_hash_table_remove_int): return value indicates
15197         whether the entry existed to remove
15198
15199         * dbus/dbus-list.c: add linked list utility class,
15200         with docs and tests
15201
15202         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
15203         array sometimes.
15204
15205 2002-11-23  Havoc Pennington  <hp@pobox.com>
15206
15207         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
15208         DBUS_END_DECLS to nothing, that should fix this once and for all
15209
15210         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
15211
15212         * dbus/dbus-message.c, dbus/dbus-hash.c:
15213         add some missing @brief
15214
15215 2002-11-23  Havoc Pennington  <hp@pobox.com>
15216
15217         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
15218         to avoid confusing Doxygen
15219
15220         * dbus/dbus-hash.c: @} not }@
15221
15222         * dbus/dbus-message.c (struct DBusMessage): split out
15223         internals docs
15224
15225 2002-11-23  Havoc Pennington  <hp@pobox.com>
15226
15227         * configure.in: pile on more warning flags if using gcc
15228
15229         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
15230         to document static functions
15231
15232         * configure.in: add summary to end of configure so it
15233         looks nice and attractive
15234
15235         * dbus/dbus-hash.c: finish implementation and write unit
15236         tests and docs
15237
15238         * configure.in: add --enable-tests to enable unit tests
15239
15240         * dbus/dbus-test.c: test program to run unit tests
15241         for all files in dbus/*, initially runs a test for
15242         dbus-hash.c
15243
15244         * dbus/dbus-internals.h: file to hold some internal utility stuff
15245
15246 2002-11-22  Havoc Pennington  <hp@redhat.com>
15247
15248         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
15249         "ported" away from Tcl
15250
15251         * dbus/dbus-types.h: header for types such as dbus_bool_t
15252
15253 2002-11-22  Havoc Pennington  <hp@redhat.com>
15254
15255         * dbus/dbus.h: fixups for doc warnings
15256
15257         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
15258         macros
15259         (QUIET): make it quiet so we can see warnings
15260
15261         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
15262
15263 2002-11-22  Havoc Pennington  <hp@redhat.com>
15264
15265         * Makefile.am: include "Doxyfile" target in all-local
15266
15267         * configure.in: generate the Doxyfile
15268
15269         * Doxyfile.in: move Doxyfile here, so we can use
15270         configure to generate a Doxyfile with the right
15271         version number etc.
15272
15273 2002-11-22  Havoc Pennington  <hp@redhat.com>
15274
15275         * dbus/dbus-message.c: move inline docs into .c file
15276
15277         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
15278         so all docs are under doc/
15279         (MAN_EXTENSION): generate man pages. Use extension
15280         ".3dbus" which matches ".3qt" on my system,
15281         I guess this is OK, I don't know really.
15282         (FILE_PATTERNS): look for .c files not .h, makes sense
15283         for plain C I think
15284
15285 2002-11-22  Havoc Pennington  <hp@pobox.com>
15286
15287         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
15288         because any app can be a server, and any app can be a client,
15289         the bus is a special kind of server.
15290
15291 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
15292
15293         * Doxyfile : adding. Still needs Makefile rules to be generated
15294         automatically (just run "doxygen" in the toplevel dir for now to
15295         generate docs)
15296
15297         * dbus/dbus-message.h : Adding sample docs (javadoc since
15298         resembles gtk-doc a little more)
15299
15300         * dbus/dbus.h : Adding sample docs
15301
15302 2002-11-21  Havoc Pennington  <hp@redhat.com>
15303
15304         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
15305         so we can allow ourselves to include files directly,
15306         instead of having to use dbus.h
15307
15308         * dbus/dbus.h: fill in
15309
15310         * dbus/dbus-message.h: sketch out a sample header file.
15311         Include griping if you include it directly instead of
15312         via dbus.h
15313
15314         * dbus/dbus-macros.h: new file with macros for extern "C",
15315         TRUE/FALSE, NULL, etc.
15316
15317         * doc/file-boilerplate.c: put include guards in here
15318
15319 2002-11-21  Havoc Pennington  <hp@redhat.com>
15320
15321         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
15322
15323         * COPYING: include the GPL as well, and license code
15324         under both AFL and GPL.
15325
15326 2002-11-21  Havoc Pennington  <hp@redhat.com>
15327
15328         * acconfig.h: get rid of this
15329
15330         * autogen.sh (run_configure): add --no-configure option
15331
15332         * configure.in: remove AC_ARG_PROGRAM to make
15333         autoconf complain less. add AC_PREREQ.
15334         add AC_DEFINE third arg.
15335
15336 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
15337
15338         * doc/Makefile.am:
15339         Fix references so we can distcheck.
15340
15341 2002-11-21  Havoc Pennington  <hp@redhat.com>
15342
15343         * Initial module creation
15344