2007-01-26 Havoc Pennington <hp@redhat.com>
[platform/upstream/dbus.git] / ChangeLog
1 2007-01-26  Havoc Pennington  <hp@redhat.com>
2
3         * bus/session.conf.in: override all the default limits with much
4         higher limits on the session bus, there is no reason the session
5         bus should have low limits
6
7         * bus/config-parser.c (bus_config_parser_new): increase default
8         limits so they are less likely to be hit; in particular the max
9         replies per connection was way too low
10
11 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
12
13         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
14         a pointer to the tutorial maintained as part of dbus-python
15
16 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
17
18         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
19         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
20         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
21
22 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
23
24         * tools/dbus-monitor.c: gettimeofday() is not available 
25         on windows so we have to provide our own. It's taken from 
26         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
27
28 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
29
30         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
31         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
32         is in dbus-sysdeps-win.c (not in this patch).
33
34         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
35         with InterlockedInc/Decrement. 
36         - Patches from Christian Ehrlicher
37         
38 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
39
40         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
41
42 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
43
44         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
45         fix mispaced const statement. - Patch from Peter Kümmel
46
47 2006-12-19  Ray Strode  <rstrode@redhat.com>
48
49         * bus/bus.c (process_config_every_time):
50         don't overwrite existing bus context activation object
51         until after we've checked that the new activation is
52         valid.
53
54         * bus/main.c 
55         (signal_handler), (handle_reload_watch):
56         don't call exit() on failure, instead make do and keep
57         going.
58         (close_reload_pipe): new function to turn off
59         hangup-causes-config-reload behavior if an unexpected
60         error occurs
61
62 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
63
64         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
65         correctness fix. - Patch from Christian Ehrlicher
66
67 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
68
69         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
70         we should also use it. - Patch from Christian Ehrlicher
71
72 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
73   
74         * dbus-sysdeps-util.c: added win32 related tests
75
76 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
77
78         * dbus/dbus-string.c (_dbus_string_pop_line),
79         bus/desktop-file.c (parse_section_start,
80         parse_comment_or_blank,parse_key_value,): uses
81         _dbus_string_find_eol() to support platform independent eol style.
82
83 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
84
85         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
86         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
87               _dbus_string_find_eol().
88         Approved by: Havoc Pennington.
89
90 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
91
92         * configure.in: Added switch to disable user_database caching.
93
94         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
95         be able disable user_dabase caching.
96
97 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
98
99         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
100         struct. It is unnecessary we have a global one already. Also remove 
101         bus_context_get_user_database function, it is no longer needed.
102         Flush the global database on reload.
103
104         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
105         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
106
107         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
108         Add _dbus_user_database_flush_system. 
109         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
110         Small unrelated change in _dbus_is_a_number: change 
111         _dbus_string_parse_int to _dbus_string_parse_uint. 
112
113         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
114         _dbus_groups_from_uid.
115
116         * bus/policy.c, bus/policy.h: Change call to 
117         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
118         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
119         needs it.
120
121 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
122
123         * bus/signal.c: Fix match_rule_equal errata
124         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
125         <kimmo.hamalainen@nokia.com>)
126
127 2006-11-19  Thiago Macieira  <thiago@kde.org>
128
129         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
130         _dbus_pthread_condvar_wait,
131         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
132         pthread_self() after coming back from a conditional variable
133         wait as well as in one codepath where it was forgotten.
134         Approved by: Havoc Pennington.
135
136 2006-11-17  Havoc Pennington  <hp@redhat.com>
137
138         * update-dbus-docs.sh: allow setting fd.org username via env
139         variable. Make it run autogen with --enable-xml-docs=yes
140         --enable-doxygen-docs=yes so configure will fail if the required
141         tools are missing.
142
143 2006-11-17  Havoc Pennington  <hp@redhat.com>
144
145         * doc/dbus-faq.xml: minor FAQ tweaks
146
147 2006-11-14  Havoc Pennington  <hp@redhat.com>
148         
149         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
150         dbus_get_local_machine_id() to its own file, no substantive
151         changes. There are a couple other things we might want to add that
152         are "misc" so moving out of dbus-connection.[hc] which is big
153         enough already.
154         
155 2006-11-14  Havoc Pennington  <hp@redhat.com>
156
157         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
158         UUID had the timestamp last, but the implementation had it first;
159         move it to last since I think it's a tiny bit nicer (easier to
160         compare at a glance, faster to sort, less code), and will not
161         cause any practical compatibility problems. Also, always convert
162         the timestamp to big endian.
163
164         * doc/dbus-specification.xml: Clean up the docs on the UUID.
165
166         * tools/dbus-uuidgen.1: more prominently say it is not suitable
167         as a replacement for regular uuidgen/RFC4122.
168
169 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
170
171         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
172         the correct value so we don't assert when initalizing recursive threads
173
174         * test/name-test/test-thread-init.c: call dbus_threads_init_default
175         instead of _dbus_threads_init_debug since it is more of a real world
176         test
177
178 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
179
180         * Released 1.0.0
181
182 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
183
184         * AUTHORS: added Peter and Tor of windows porting fame
185
186 2006-11-08  Havoc Pennington  <hp@redhat.com>
187
188         * doc/dbus-specification.xml: add a note about protocol stability
189
190         * doc/TODO: Remove "important for 1.0" section, replace with
191         "important for 1.2" section
192         
193 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
194
195         * README: remove some of the out of date flags
196
197         * doc/TODO: Remove todo items which are done
198
199 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
200
201         * tools/dbus-monitor.c: Handle sigint so we flush stdout
202         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
203
204 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
205
206         * tools/dbus-monitor.1: update the manpage for dbus-monitor
207         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
208
209 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
210
211         * AUTHORS: Update with all people listed in the ChangeLog
212
213 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
214
215         * tools/dbus-monitor.c: add profiling tools to dbus-monitor
216         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
217
218 2006-11-07  Havoc Pennington  <hp@redhat.com>
219
220         * HACKING: Update release instructions to include stuff about
221         stable releases, branching, etc. May not be totally correct,
222         please fix if needed, but keep instructions up-to-date so we do
223         each stable release consistently in the future.
224
225 2006-11-07  Havoc Pennington  <hp@redhat.com>
226
227         * doc/dbus-specification.xml, doc/dbus-faq.xml, README: various
228         documentation updates. Bump faq/spec versions (not to 1.0; I don't
229         think the spec will be "finished"/1.0 when we ship the 1.0 library).
230
231 2006-11-06  John (J5) Palmieri  <johnp@redhat.com>
232
233         * bus/bus.c: Missed patch - pass in the context to the directory watch
234
235 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
236
237         * Released D-Bus 1.0 RC 3(0.95)
238
239 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
240
241         * bus/activation.c (bus_activation_new): don't fail if we can not read
242         the directory as it may not exist
243
244 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
245
246         * bus/config-parser.c (service_dirs_find_dir): use 
247         _dbus_list_get_next_link so we don't get stuck in an infinite loop
248         (start_busconfig_child): move processing of standard_session_servicedirs
249         tags here because they have no content
250         (bus_config_parser_content): check we don't have content in 
251         standard_session_servicedirs tag
252
253 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
254
255         * tools/Makefile.am: Make sure the /var/lib/dbus directory is created
256         Packagers need to own this directory
257
258 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
259
260         * tools/run-with-tmp-session-bus.sh: fixed script to replace the 
261         <standard_session_servicedirs> tag with a <sevicedir> tag that
262         points to the test service directory
263
264 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
265
266         * configure.in: Add a check for DIR *dirp->dd_fd
267
268         * dbus/dbus-sysdeps-util-unix: if HAVE_DDFD is defined use 
269         DIR *dirp->dd_fd else use DIR *dirp->__dd_fd.  This takes care
270         of both Solaris and Irix
271
272 2006-11-01  Havoc Pennington  <hp@redhat.com>
273
274         * bus/dbus-daemon.1.in: document standard_session_servicedirs
275
276 2006-11-01  John (J5) Palmieri  <johnp@redhat.com>
277
278         * configure.in: expose DBUS_DATADIR
279         
280         * bus/config-parser.c: add the standard_session_servicedirs element
281         to the parser
282         (bus_config_parser_content): process the standard_session_servicedirs
283         element by getting the standard directories from sysdeps and merging
284         them into the service directory list
285         (test_default_session_servicedirs): make sure we get what we expect
286
287         * bus/session.conf.in: replace the servicedir tag with the 
288         standard_session_servicedirs tag
289
290         * dbus/dbus-list.h: remove the typedef of DBusList and place it in
291         dbus-sysdeps.h to avoid circular header dependencies
292
293         * dbus/dbus-sysdeps.h: add the typedef of DBusList
294
295         * dbus/dbus-sysdeps-unix.c (split_paths_and_append): utility function
296         which takes a string of directories delimited by colons, parses them 
297         out, appends a suffix and puts them in a list ignoring empty elements
298         (_dbus_get_standard_session_servicedirs): returns the standard 
299         directories for a session bus to look for service activation files
300         on Unix which includes the XDG_DATA_HOME, XDG_DATA_DIRS and 
301         DBUS_DATADIR directories
302
303         * test/data/valid-config-files/many-rules.conf: add the 
304         standard_session_servicedirs tag to the valid config file tests
305
306 2006-10-30  Havoc Pennington  <hp@redhat.com>
307
308         * tools/dbus-launch.1, doc/TODO: capture intent to change the
309         command line options of dbus-launch a bit post 1.0
310
311 2006-10-27  Havoc Pennington  <hp@redhat.com>
312         
313         * dbus/dbus-connection.c (dbus_connection_open_private): document
314         how to choose shared vs. private connections
315
316 2006-10-27  Havoc Pennington  <hp@redhat.com>
317
318         * dbus/dbus-test.c: enclose more of the file in the
319         DBUS_BUILD_TESTS check.
320
321         * dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
322         DBUS_DISABLE_ASSERT case.
323
324         * dbus/dbus-connection.c (dbus_connection_get_unix_user): document
325         that it only works on the server side
326
327         * dbus/dbus-bus.c: add a global lock covering the BusData we
328         attach to each connection
329         (internal_bus_get): lock our access to the BusData
330         (dbus_bus_register): lock the entire registration process
331         with _DBUS_LOCK(bus_datas). If we get the lock and 
332         registration is already complete, silently return (vs. previous
333         behavior of aborting).
334         (dbus_bus_set_unique_name): lock the BusData
335         (dbus_bus_get_unique_name): lock the BusData
336
337 2006-10-27  John (J5) Palmieri  <johnp@redhat.com>
338
339         * bus/config-parser.c (service_dirs_find_dir, 
340         service_dirs_append_unique_or_free, 
341         service_dirs_append_link_unique_or_free): New static methods
342         for only appending unique service directory names into
343         the service directory list
344         (merge_included, bus_config_parser_content): Only add unique
345         service directory names into the list
346
347 2006-10-27  Havoc Pennington  <hp@redhat.com>
348
349         * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
350         variables volatile, suggested by Thiago. Document struct fields.
351         (PTHREAD_CHECK): remove pthread error checking if assertions are
352         disabled, should reduce the no-assertions case to the bare
353         minimum code.
354
355 2006-10-26  Havoc Pennington  <hp@redhat.com>
356         
357         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
358         to be recursive
359         (_dbus_pthread_mutex_unlock): make it recursive
360         (_dbus_pthread_condvar_wait): save/restore the recursion count
361         (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
362
363 2006-10-26  Havoc Pennington  <hp@redhat.com>
364
365         * doc/dbus-specification.xml: clarify the UUID text slightly
366
367         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
368         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
369         in preparation for being able to extend them for e.g. recursive
370         mutexes.
371
372 2006-10-26  Havoc Pennington  <hp@redhat.com>
373
374         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
375         condition variables relate to recursive mutexes.
376         
377         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
378         dbus/dbus-threads.c: Split the platforms-specific thread 
379         implementations into their own files.
380         
381         * dbus/dbus-sysdeps-pthread.c
382         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
383         was backward. Not that anything uses it.
384
385 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
386
387         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
388         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
389         needs to be cleaned up more.
390
391         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
392         up the CREDS issue.
393
394 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
395
396         * configure.in, dbus-1.pc.in: Check to see if thread methods 
397         are in glibc or libpthread and add -lpthread to the link stage 
398         if it is the latter
399
400 2006-10-26  Thiago Macieira  <thiago@kde.org>
401
402         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
403         bug 8780: the connection lock is only required while recording
404         the shared connection, so protect only that code
405         section. Don't require connection_lookup_shared to return a
406         locked connection.
407
408 2006-10-26  Thiago Macieira  <thiago@kde.org>
409
410         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
411         check if get_machine_uuid() returns NULL before proceeding any
412         further: we can't init the X atoms or create a session file
413         name if there is no machine ID.
414         This solves a crash reported by some users if
415         --exit-with-session was used without --autolaunch=<machine-id>
416
417 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
418
419         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
420         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
421
422         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
423         before we run dbus-launch
424
425         * configure.in: define TEST_BUS_BINARY to be the full path to 
426         dbus-daemon in the build root 
427
428 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
429
430         * dbus/Makefile.am:
431         * tools/Makefile.am:
432         * toos/dbus-uuidgen.1:
433                 Move the machine-id file to /var/lib/dbus 
434
435 2006-10-24  David Zeuthen  <davidz@redhat.com>
436
437         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
438         _dbus_assert (thread_init_generation != _dbus_current_generation)
439         not _dbus_assert (thread_init_generation == _dbus_current_generation)
440
441 2006-10-24  Thiago Macieira  <thiago@kde.org>
442
443         * dbus/dbus-sysdeps.h:
444         * dbus/dbus-sysdeps-unix.c: Add function
445         _dbus_make_file_world_readable that chmods a file to 0644.
446
447         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
448         Avoid writing to the static "argv" array, thereby avoiding a
449         COW on the child process.
450
451         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
452         call _dbus_make_file_world_readable on the created file.
453
454 2006-10-23  David Zeuthen  <davidz@redhat.com>
455
456         * dbus/dbus-memory.c: Use atomic variable to protect
457         n_blocks_outstanding otherwise OOM will be reported using SMP on
458         some arches
459         
460         * bus/dispatch.c: Add missing end of line characters
461
462         * bus/desktop-file.c (parse_section_start, parse_key_value) 
463         (bus_desktop_file_load): Propertly handle OOM
464
465         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
466         thread_init_generation equals _dbus_current_generation, not 0
467
468 2006-10-22  Havoc Pennington  <hp@redhat.com>
469
470         * dbus/dbus-connection-internal.h: move prototype of
471         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
472         it isn't in a public header and doesn't end up in the DBusBus
473         group in Doxygen
474
475 2006-10-21  Havoc Pennington  <hp@redhat.com>
476
477         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
478         the tarball if packagers want to run it
479
480         * cleanup-man-pages.sh: Add a script which munges all the internal
481         API man pages out of the Doxygen output. This reduces the size of
482         the installed man pages from 7 to 2 megs, and avoids
483         namespace-polluting pages. Right now (like Doxygen) this script
484         isn't in the build, it's something packagers can do manually.
485
486 2006-10-21  Havoc Pennington  <hp@redhat.com>
487
488         * dbus/dbus-connection.h: don't include the watch/timeout
489         functions in connection section
490
491 2006-10-21  Havoc Pennington  <hp@redhat.com>
492
493         * Documentation! Whee! Doxygen now 100% silent. If you make it
494         angry again, you will be punished.
495         
496 2006-10-21  Havoc Pennington  <hp@redhat.com>
497
498         * More documentation - all public API now documented according to
499         Doxygen
500
501 2006-10-21  Havoc Pennington  <hp@redhat.com>
502
503         * Document a bunch of undocumented stuff
504         
505 2006-10-21  Havoc Pennington  <hp@redhat.com>
506
507         * Clean up Doxygen group markers for public API so Doxygen finds
508         everything (not comprehensively fixed for private API).
509         Means all remaining Doxygen warnings are just about missing docs
510         and thus pretty simple to resolve.
511         
512 2006-10-21  Havoc Pennington  <hp@redhat.com>
513         
514         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
515
516         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
517         as DBUS_GNUC_DEPRECATED
518
519 2006-10-21  Havoc Pennington  <hp@redhat.com>
520
521         * Move all private API into the private Doxygen group sections of
522         the files, so they don't show up in the public API docs
523         
524 2006-10-21  Havoc Pennington  <hp@redhat.com>
525
526         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
527         dbus_message_iter_get_array_len().
528
529         * throughout: documentation improvements.
530
531 2006-10-20  Havoc Pennington  <hp@redhat.com>
532
533         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
534         matter, and the message-loader-breaker thing since nobody is going
535         to do it.  Add an item to 1.0 about supporting recursive locks
536         in dbus_threads_init_default() though, since it should be easy.
537
538         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
539         Fix this in the !dispatch case to avoid busy-looping after
540         disconnection
541
542         * More misc docs improvements
543
544 2006-10-19  Havoc Pennington  <hp@redhat.com>
545
546         * more Doxygen-related fixes (lots of moving things from the
547         public to internal section in dbus-connection.c)
548
549 2006-10-19  Havoc Pennington  <hp@redhat.com>
550
551         * Fix a pile of Doxygen warnings and missing docs
552
553 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
554
555         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
556         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
557         instead of a void *.  kqueue uses this to get the context's loop
558         while the other modules ignore the parameter.  This allows us to
559         avoid platform conditionals
560
561         * bus/bus.c (process_config_postinit): Pass in the context to the 
562         watch
563
564 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
565
566         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
567         when starting the system bus
568
569 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
570
571         * configure.in: More fixups for cross compile (Patch from 
572         Marco Pracucci <development at pracucci dot com>)
573
574 2006-10-17  Havoc Pennington  <hp@redhat.com>
575
576         * tools/dbus-send.c (main): don't close shared connection, fix
577         from Timo Hoenig
578
579 2006-10-17  Havoc Pennington  <hp@redhat.com>
580
581         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
582
583         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
584         since realistically it doesn't look like we'll be changing it
585         anymore.
586
587 2006-10-17  Havoc Pennington  <hp@redhat.com>
588
589         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
590         be used for return_if_fail type warnings; prefixes the pid, and
591         fatal by default.
592
593 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
594
595         * configure.in: Released 1.0 RC 2(0.94)
596         Add check for -fPIC and enable it if available
597
598 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
599
600         * doc/TODO: Remove the check TODO item
601
602 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
603
604         * dbus-transport-socket.c (exchange_credentials):
605         Print out more detailed errors if reading or sending
606         credentials fail (Patch from Julio M. Merino Vidal 
607         <jmmv at NetBSD dot org>)
608
609 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
610
611         * configure.in: when checking for posix getpwnam_r assume true
612         for cross compiles
613
614 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
615
616         * configure.in: Check for gethostbyname first before we check for it
617         in libnsl.  On gnu systems it is implemeneted 
618
619 2006-10-13  Havoc Pennington  <hp@redhat.com>
620
621         * dbus/dbus-connection.c
622         (dbus_connection_send_with_reply_and_block): fix to handle closed
623         connections, from Tambet Ingo bug #8631
624
625 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
626
627         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
628
629 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
630
631         * test/name-test/Makefile.am: don't link against both libdbus and
632         libdbus-convenience
633
634 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
635
636         * configure.in: check for dirfd even if it is a macro
637         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
638
639 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
640
641         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
642         avoid using dirfd on systems that don't have dirfd 
643         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
644
645 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
646
647         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
648         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
649
650         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
651         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
652         macro because _dbus_abort calls it
653
654         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
655         works
656
657 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
658
659         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
660         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
661
662 2006-10-02  Thiago Macieira  <thiago@kde.org>
663
664         * tools/dbus-launch.c (main): make it complain and abort
665         execution in case an unknown option is given. Also, process
666         the '--' argument as the end of arguments.
667
668 2006-10-01  Havoc Pennington  <hp@redhat.com>
669
670         * tools/dbus-launch.c (print_variables): if no syntax is given,
671         don't print something that's sort-of-half-sh-syntax, just print
672         a plain key-value pairs thing.
673
674         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
675         the local machine representation (but still have the hostname in
676         the display). Remove the hostname from the display if it is
677         localhost. Change session files to be named
678         ~/.dbus/session-bus/machine-display. Change X atoms to be
679         underscore-prefixed so nobody whines about ICCCM compliance.
680         Otherwise name them the same as the env variables.
681         Change session file format to include key-value pairs and an
682         explanatory comment. Keys are the same as the env variables.
683         (set_address_in_x11): X property format can't depend on
684         sizeof(pid_t) on a particular machine, fix to always be 32 bits
685
686         * tools/dbus-launch.c: make --autolaunch take a machine id
687         argument. If --autolaunch is used with a program to run, complain
688         for now (but add a FIXME). Also, don't look for existing bus if 
689         there's a program to run (but add a FIXME).
690
691         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
692         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
693         just to get this, and avoids duplicating uuid-reading code).
694
695         * tools/dbus-launch.1: clarify various things
696         
697 2006-10-01  Havoc Pennington  <hp@redhat.com>
698
699         * test/test-service.c (path_message_func): remove broken extra
700         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
701
702         * test/test-shell-service.c (path_message_func): same fix
703         
704         * dbus/dbus-connection.c
705         (_dbus_connection_get_dispatch_status_unlocked): break up the
706         function a little for clarity and fix the notification of
707         dbus-bus.c to not require dispatch to be complete
708
709         * dbus/dbus-connection.c (dbus_connection_unref): improve the
710         warning when you try to finalize an open connection.
711         
712 2006-10-01  Havoc Pennington  <hp@redhat.com>
713
714         * dbus/dbus-bus.c
715         (internal_bus_get): only weak ref the connection; this means 
716         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
717         called safely in any context
718         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
719         unref
720
721         * dbus/dbus-connection.c
722         (_dbus_connection_get_dispatch_status_unlocked): move
723         _dbus_bus_notify_shared_connection_disconnected_unlocked here
724         when queuing Disconnected instead of when the Disconnected message
725         arrives, so dbus_bus_get() won't return closed connections.
726         
727 2006-10-01  Havoc Pennington  <hp@redhat.com>
728
729         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
730         Add a hack to make DBusNewConnectionFunction work right.
731
732         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
733         the hack here. Also, fix the todo about refcount leak.
734         
735         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
736         and use the hack here
737         
738         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
739         "shareable" flag; this was completely broken, since it meant 
740         dbus_connection_open() returned a connection of unknown
741         shared-ness. Now, we always hold a ref on anything opened 
742         as shareable.
743
744         Move the call to notify dbus-bus.c into
745         connection_forget_shared_unlocked, so libdbus consistently forgets
746         all its knowledge of a connection at once. This exposed numerous
747         places where things were totally broken if we dropped a ref inside
748         get_dispatch_status_unlocked where
749         connection_forget_shared_unlocked was previously, so move
750         connection_forget_shared_unlocked into
751         _dbus_connection_update_dispatch_status_and_unlock. Also move the
752         exit_on_disconnect here.
753
754         (shared_connections_shutdown): this assumed weak refs to the
755         shared connections; since we have strong refs now, the assertion 
756         was failing and stuff was left in the hash. Fix it to close
757         still-open shared connections.
758         
759         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
760         debug pipe connections
761         
762         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
763         dbus-bus.c if the closed connection is in fact shared
764         (_dbus_connection_close_possibly_shared): rename from 
765         _dbus_connection_close_internal
766         (dbus_connection_close, dbus_connection_open,
767         dbus_connection_open_private): Improve docs to explain the deal
768         with when you should close or unref or both
769
770         * dbus/dbus-bus.c
771         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
772         from _dbus_bus_check_connection_and_unref_unlocked and modify to
773         loop over all connections
774
775         * test/test-utils.c (test_connection_shutdown): don't try to close
776         shared connections.
777
778         * test/name-test/test-threads-init.c (main): fix warnings in here
779
780         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
781         env variable to cause blocking waiting for gdb; drop
782         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
783         unconditionally.
784
785         * configure.in: add -export-dynamic to libtool flags if assertions enabled
786         so _dbus_print_backtrace works.
787
788         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
789         instead of _dbus_verbose to print the backtrace, and diagnose lack 
790         of -rdynamic/-export-dynamic
791         
792 2006-09-30  Havoc Pennington  <hp@redhat.com>
793
794         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
795         (internal_bus_get): fix screwy code formatting. whoever committed
796         that was not paying attention!
797
798 2006-09-30  Havoc Pennington  <hp@redhat.com>
799
800         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
801         reflect addition of interfaces.
802
803         * doc/dbus-specification.xml: describe a new
804         org.freedesktop.DBus.Peer.GetMachineId method
805
806         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
807         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
808         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
809         at end of skip_white
810         (_dbus_string_chop_white): new function
811
812         * bus/connection.c (bus_connections_setup_connection): call
813         dbus_connection_set_route_peer_messages.
814
815         * dbus/dbus-connection.c
816         (_dbus_connection_peer_filter_unlocked_no_update): modify to
817         support a GetMachineId method.
818
819         Also, support a new flag to let the bus pass peer methods through
820         to apps on the bus, which can be set with
821         dbus_connection_set_route_peer_messages.
822
823         Finally, handle and return an error for anything unknown on the
824         Peer interface, which will allow us to extend the Peer interface
825         in the future without fear that we're now intercepting something
826         apps were wanting to see.
827         
828         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
829         dbus/dbus-uuidgen.c
830
831         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
832         binary here, since most of the code is already in libdbus
833
834         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
835         uuid from the system config file
836
837         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
838         (_dbus_read_uuid_file_without_creating) 
839         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
840         uuid-related functions, partly factored out from dbus-server.c
841
842         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
843         DBUS_ERROR_FILE_EXISTS instead of EEXIST
844
845         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
846
847         * tools/dbus-cleanup-sockets.1: explain what the point of this
848         thing is a bit more
849
850         * autogen.sh (run_configure): add --config-cache to default
851         configure args
852
853         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
854         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
855
856         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
857         don't try to save address, fixes crash in make check
858         
859 2006-09-30  Thiago Macieira  <thiago@kde.org>
860
861         * configure.in: add DBUS_BINDIR as a #define to C source code.
862
863         * tools/dbus-launch.c
864         * tools/dbus-launch.h
865         * tools/dbus-launch-x11.c:
866         * tools/dbus-launch.1: Add the --autolaunch option to
867         dbus-launch, which makes it scan for an existing session
868         started with --autolaunch. With that option, it also creates
869         an X11 window and saves the bus address and PID to it.
870
871         * dbus/dbus-sysdeps.h:
872         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
873         a function that runs "dbus-launch --autolaunch" to retrieve
874         the running D-Bus session address (or start one if none was running)
875
876         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
877         address protocol, which tries to get the running session from
878         dbus-launch.
879
880         * dbus/dbus-bus.c:
881         * dbus/dbus-internals.h: Make "autolaunch:" be the default
882         D-Bus session bus address.
883
884         * dbus/dbus-connection.c: Fix horrible typo in error message.
885
886 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
887
888         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
889
890 2006-09-17  Havoc Pennington  <hp@redhat.com>
891
892         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
893         fix so that if unix_user_function is set on windows, we still
894         do the default check that the auth identity matches the bus identity
895
896 2006-09-16  Havoc Pennington  <hp@redhat.com>
897
898         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
899         to _dbus_transport_open_platform_specific,
900         _dbus_transport_open_socket,
901         and _dbus_transport_open_debug_pipe
902
903         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
904
905 2006-09-16  Havoc Pennington  <hp@redhat.com>
906
907         Attempt auditing public API to remove all cases where a Unix
908         function returns weird emulated goo to Windows. This probably 
909         breaks the bus daemon on Windows, to fix it again we may 
910         need to stop processing unix-specific config options on Windows,
911         and may need to add Windows-specific public API or config options.
912         
913         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
914         to reflect added interfaces; should not break soname.
915         
916         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
917         not invoke unix user function on Windows. Kind of a hacky fix, but 
918         we don't want a "unix uid" leaking out on Windows.
919
920         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
921         to get the socket fd on Windows or UNIX
922         (dbus_connection_get_unix_fd): make this always fail on Windows
923
924 2006-09-16  Havoc Pennington  <hp@redhat.com>
925
926         * dbus/dbus-server.c (dbus_server_listen): change how this works
927         to be able to delegate to a set of handlers that can succeed,
928         fail, or choose not to handle. Allows us to have 
929         dbus_server_listen_platform_specific.
930
931         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
932         factor out the tcp socket stuff to be used on windows, leaving
933         unix domain socket only in dbus-socket-unix.c
934
935         * dbus/dbus-transport-socket.c
936         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
937         stuff to be used on windows, leaving unix domain socket only 
938         in dbus-transport-unix.c
939
940         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
941         temporary hack to be sure this fails on windows
942         (dbus_connection_get_unix_process_id): ditto
943
944 2006-09-16  Havoc Pennington  <hp@redhat.com>
945
946         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
947         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
948         _dbus_open_socket so the domain/type/protocol from system headers
949         are not required. This is kind of pointless though unless we move
950         part of _dbus_connect_tcp_socket into sysdeps.c instead of
951         sysdeps-unix.c, which would mean adding a wrapper around
952         bind/listen/etc.
953         Also, add DBusError to the socket-opening functions so they 
954         don't require use of errno.
955
956 2006-09-16  Havoc Pennington  <hp@redhat.com>
957
958         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
959         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
960
961         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
962         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
963         functions specifically for sockets only, and move generic 
964         read/write/open/close into unix-specific code.
965
966 2006-09-14  Havoc Pennington  <hp@redhat.com>
967
968         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
969         complaint about accessing revents when poll returns 0, from Julian Seward.
970
971 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
972
973         * Released 1.0 RC 1 (0.93) 
974
975 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
976
977         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
978         use _dbus_close instead of close
979
980 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
981
982         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
983         credentials.  Fixes "external" authentication under e.g. NetBSD
984         which does not support any other socket credentials mechanism.
985         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
986
987 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
988
989         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
990         dbus_threads_init and be used by the dbus mutex functions to
991         avoid deadlocks.
992
993         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
994
995 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
996
997         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
998         use threadsafe readdir_r instead of readdir
999
1000 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1001
1002         * dbus-threads.c (dbus_threads_init_default): New method for
1003         initializing the internal thread implementation (Patch from
1004         Alexander Larsson <alexl at redhat dot com>)
1005
1006 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1007
1008         * remove a bunch of todo items from the 1.0 list
1009
1010 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1011
1012         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
1013         key not found
1014
1015 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1016
1017         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
1018         complex debugging code
1019
1020         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
1021         between the test suite ifdefs
1022         (_dbus_verbose_bytes): return if verbosity is not enabled 
1023
1024 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1025
1026         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1027         remove DBusMark
1028
1029 2006-09-10  Havoc Pennington  <hp@redhat.com>
1030
1031        patch mostly by Peter Kümmel, bug #8211
1032         
1033         * dbus/dbus-sysdeps-unix.c: new file, which splits out
1034         unix-specific stuff in dbus-sysdeps.c
1035
1036         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
1037         and move unix-specific stuff to dbus-sysdeps-unix.c
1038
1039         * configure.in: check HAVE_ERRNO_H
1040         
1041 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1042
1043         * bus/test-main.c (main): Initialize threading during tests
1044
1045         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1046         Unlock connection on error
1047         (generate_local_error_message): static method for generating
1048         an error message when we don't have a message to reply to
1049         (_dbus_connection_block_pending_call): Send a disconnect error
1050         instead of just a timeout (NULL) when the bus gets disconnected
1051         while blocking for a reply.
1052         
1053 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1054
1055         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
1056         filters (Patch from Kimmo Hämäläinen 
1057         <kimmo dot hamalainen at nokia dot com>)
1058
1059 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1060
1061         * dbus/dbus-connection-internal.h: Add prototype for 
1062         _dbus_connection_test_get_locks to remove warning
1063
1064 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1065
1066         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
1067         close child_err_report_pipe[WRITE_END] on exec (Patch from 
1068         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1069
1070 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1071
1072         * Clean up close calls to use _dbus_close (Patch from 
1073         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1074
1075 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1076
1077         * doc/TODO:
1078         - Remove pending call locking todo item
1079         - dbus_connection_open now holds hard ref.  Remove todo item
1080         - do proper locking on _dbus_bus_check_connection_and_unref
1081           and handle DBUS_BUS_STARTER. Remove todo item
1082         - Warn on closing of a shared connection.  Remove todo item
1083
1084         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
1085         dbus/dbus-connection.c: Use the dbus_connection_close_internal
1086         so we don't get the warning when closing shared connections
1087
1088         * test/test-service.c, test/test-shell-service.c: Applications
1089         don't close shared connections themselves so we unref instead of
1090         close
1091
1092         * test/test-utils.c (test_connection_shutdown): Close the connection
1093
1094         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
1095         _dbus_bus_check_connection_and_unref_unlocked since we only call this
1096         method on a locked connection.  
1097         Make sure we call _dbus_connection_unref_unlocked instead of 
1098         dbus_connection_unref also.
1099         Handle DBUS_BUS_STARTER correctly
1100
1101         * dbus/dbus-connection.c (connection_record_shared_unlocked):
1102         Mark as shared and hard ref the connection
1103         (connection_forget_shared_unlocked): Remove the hard ref from the 
1104         connection
1105         (_dbus_connection_close_internal_and_unlock):  New internal function
1106         which takes a locked connection and unlocks it after closing it
1107         (_dbus_connection_close_internal): New internal function which acts
1108         like the origonal dbus_connection_close method by grabbing a connection
1109         lock and calling _dbus_connection_close_internal_and_unlock
1110         (dbus_connection_close): Public close method, warns when the app
1111         trys to close a shared connection
1112
1113 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1114
1115         * bus/driver.c:
1116         (bus_driver_generate_introspect_string): New method for populating
1117         a DBusString with the introspect data
1118         (bus_driver_handle_introspect): Move introspect generation code to 
1119         bus_driver_generate_introspect_string
1120
1121         * bus/main.c:
1122         (introspect): New function which prints out the intropect data and
1123         exits
1124         (main): Add a --introspect switch
1125
1126 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1127
1128         * doc/TODO: Removed dtd publishing item.  
1129         It seems the dtd has already been added at
1130         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
1131
1132 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1133
1134         * doc/TODO, various source files: Audited todo's and FIXME's and
1135         prepended the ones we should be looking at with 1.0.  Those
1136         prepended with 1.0? need clerification or might not be needed
1137         for 1.0
1138
1139 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1140
1141         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
1142         NULL in the public API (Patch from Kimmo Hämäläinen 
1143         <kimmo dot hamalainen at nokia dot com>)
1144
1145 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1146
1147         * configure.in: Fix for OS-X compile time endian issues (patch from
1148         Benjamin Reed <ranger at befunk dot com>)
1149
1150 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1151
1152         * configure.in: Check for no-common compiler flag (OS-X fix from
1153         Benjamin Reed <ranger at befunk dot com>)
1154
1155 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
1156
1157         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
1158         <fcrozat at mandriva dot com>)
1159
1160 2006-08-29  Havoc Pennington  <hp@redhat.com>
1161
1162         * test/test-service.c (path_message_func): fix lack of return value
1163
1164         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
1165         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
1166         any more sense than on anything else in this file.
1167         (_dbus_get_tmpdir): add const to return value, and keep the
1168         results of the various getenv around in a static variable.
1169
1170 2006-08-29  Havoc Pennington  <hp@redhat.com>
1171
1172         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
1173         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
1174
1175 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1176
1177         * test/Makefile.am: change find to use syntax that works with non
1178         gnu versions of find
1179
1180 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1181
1182         * dbus/dbus-transport.c: fix invalid deref when checking if
1183         a vtable method exists (Patch from Christian Ehrlicher 
1184         <ch dot ehrlicher at gmx dot de>)
1185
1186 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1187
1188         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
1189         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
1190         to build with builddir != srcdir (Taken from a patch by Bernard Leak
1191         <bernard at brenda-arkle dot demon dot co dot uk>)
1192
1193 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1194
1195         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
1196         default case
1197
1198 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1199
1200         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
1201         it works on any system providing this interface, not only FreeBSD.
1202         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1203
1204 2006-08-20  Havoc Pennington  <hp@redhat.com>
1205
1206         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
1207         the docs
1208
1209 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1210
1211         * Released 0.92 
1212
1213 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1214
1215         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
1216         to reflect the init late change
1217
1218         * bus/bus.c (bus_context_new): Check user before we fork so we can
1219         print out an error message a user will be able to see
1220
1221 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1222
1223         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
1224
1225         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1226         Add two more global locks for use on windows platforms.  These are
1227         unused on non-windows platforms but are not ifdefed out to avoid
1228         potential bugs (i.e. the few bytes lost does not warrent the extra
1229         maintanence and complexity that having seperate sets of locks would
1230         cause)
1231
1232 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1233
1234         * bus/services.c (bus_registry_acquire_service): Return an error
1235         when an application tries to register the org.freedesktop.DBus Bus Name
1236
1237         * bus/services.c (bus_registry_release_service): Return an error
1238         when an application tries to release the org.freedesktop.DBus Bus Name
1239
1240 2006-08-17  Alp Toker  <alp@atoker.com>
1241
1242         * doc/dbus-specification.xml: Fix some minor typos.
1243
1244 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
1245
1246         * configure.in: use $with_init_scripts instead of $operating_system
1247         to determine where to store the pid since the init scripts manipulate 
1248         the pid file (patch from Marcelo Ricardo Leitner 
1249         <marcelo dot leitner at terra dot com dot br>.  
1250
1251 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
1252
1253         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
1254         static DBusList *uninitialized_condvar_list to support new late 
1255         initialization threading model.  In this model threads can be initialized
1256         even after the D-Bus API has been used but still needs to be initialized 
1257         before the second thread has been started.  Mutexes and condvar addresses
1258         are stored in the two static lists and are replaced with actuall locks
1259         when threads are initalized.
1260         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
1261         the location into the static list
1262         (_dbus_mutex_free_at_location): New method for removing a mutex location 
1263         from the static list and freeing the mutex
1264         (_dbus_condvar_new_at_location): New method for creating a conditional 
1265         variable and placing the location into the static list
1266         (_dbus_condvar_free_at_location): New method for removing a conditional
1267         variable location from the static list and freeing the conditional variable 
1268         (init_uninitialized_locks): Atomic method which goes through the static 
1269         lists of mutex and condvar location and updates them with actuall locks
1270         (init_global_locks): changed to init_locks
1271         
1272         * dbus/dbus-connection.c:
1273         (_dbus_connection_test_get_locks): New method for tests to check connections
1274         (_dbus_connection_new_for_transport): Use the new at_location mutex and
1275         condvar API
1276         (dbus_connection_allocate_data_slot): Pass in the global lock address
1277         to _dbus_data_slot_allocator_alloc
1278
1279         * dbus/dbus-dataslot.c:
1280         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
1281         instead of the mutex itself
1282
1283         * dbus/dbus-message.c:
1284         (dbus_message_allocate_data_slot): Pass in the global lock address
1285         to _dbus_data_slot_allocator_alloc
1286
1287         * dbus/dbus-pending-call.c:
1288         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
1289         to _dbus_data_slot_allocator_alloc
1290
1291         * dbus/dbus-server.c:
1292         (_dbus_server_init_base): Use the new at_location mutex API
1293         (dbus_server_allocate_data_slot): Pass in the global lock address
1294         to _dbus_data_slot_allocator_alloc
1295
1296         * test/name-test/test-threads-init.c: New test case for late thread
1297         initialization
1298
1299 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1300
1301         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1302         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
1303         causes compile problems when asserts are turned off
1304         Keeping _dbus_warn for printing out the message so even if
1305         asserts are turned off the user gets the messages that something is 
1306         wrong 
1307
1308 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1309
1310         Patches by Kjartan Maraas <kmaraas at gnome dot org>
1311
1312         * bus/services.c (bus_service_list_queued_owners):
1313         Add a pointer cast to fix compiler warning
1314
1315         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
1316         return a NULL instead of FALSE since the return type
1317         is not expecting a boolean
1318
1319         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1320         Remove unused variable
1321
1322         * dbus/dbus-marshal-recursive-util.c (node_new):
1323         return a NULL instead of FALSE since the return type
1324         is not expecting a boolean
1325
1326         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1327         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1328         because we are expecting a pointer not a boolean
1329
1330         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
1331         add void as the parameter so some compilers
1332         don't complain
1333
1334         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
1335           _dbus_transport_new_for_tcp_socket):
1336         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1337         because we are expecting a pointer not a boolean
1338
1339         * test/shell-test.c (test_command_line):
1340         cast the second argument to _dbus_list_append to avoid compiler
1341         warnings
1342
1343         * test/test-names.c (main): remove unused variable
1344
1345         * test/test-service.c (check_hello_from_self_reply):
1346         Initialize echo_message and echo_reply to NULL
1347         
1348         * test/test-shell-service.c (handle_echo):
1349         Remove unused variable and cast the third parameter passed to
1350         dbus_connection_get_object_path_data to avoid compiler warrnings
1351
1352         * test/name-test/test-names.c (clear_message_queue):
1353         Remove unused function
1354
1355         * test/name-test/test-pending-call-dispatch.c:
1356         Fix format string in printf
1357
1358
1359 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1360
1361         * dbus/dbus-bus.c:
1362         * test/name-test/test-names.c:
1363         Remove test method dbus_bus_connection_get_unique_name because 
1364         we already have public method dbus_bus_get_unique_name that 
1365         does the exact same thing
1366
1367 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1368
1369         * dbus/dbus-signature.c:
1370         fix typos in Julio's previous patch which cause make check to fail
1371
1372 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1373
1374         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1375         In any case it was wrong since this is a test checking to see if
1376         address parsing is correct.  There was no need to get the true
1377         tmp directory.  
1378
1379 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1380
1381         * dbus/dbus-macros.h: Revert the addition of stddef.h
1382         as we should not be adding it to library headers 
1383
1384 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1385
1386         * dbus/dbus-signature.c:
1387         Fix the unit tests so that they work if assertions are not enabled.
1388         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1389
1390 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1391
1392         * tools/run-with-tmp-session-bus.sh:
1393         * test/name-test/run-test.sh:
1394         Remove bashisms (patch from Julio M. Merino Vidal
1395         <jmmv at NetBSD dot org>)
1396
1397 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1398
1399         * configure.in: add a version (>= 2.6.0) check for libxml2
1400
1401 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1402
1403         * configure.in: make sure the compiler supports -Wfloat-equal
1404         
1405         * bus/dir-watch-dnotify.c: move functional code after 
1406         variable declerations (C99 fix)  (patches from Jens Granseuer
1407         <jensgr at gmx dot net>
1408
1409 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1410
1411         * dbus/dbus-macros.h:
1412         add #include <stddef.h> so that Sun compilers don't complain about
1413         the defining NULL
1414
1415 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1416
1417         * dbus/dbus-sysdeps.c:
1418         * dbus/dbus-address.c:
1419         * bus/activation.c:
1420         * test/shell-test.c:
1421         don't hardcode tmp directory (patch from Dave Meikle 
1422         <dmk at davemeikle dot co dot uk>)
1423
1424 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1425
1426         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1427         Change an assert to a detailed warning and abort.  
1428         When allocator->lock != mutex it indicates that the user has failed
1429         to initalize threads before using the D-Bus library.  This warning
1430         helps the user identify the issue and fix their app.
1431
1432 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1433
1434         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1435         with cleanups of bugs found from Coverity reports:
1436
1437         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1438         close the file on error to avoid a leak
1439
1440         * bus/expirelist.c (bus_expire_list_test):
1441         Check for NULL on dbus_new0
1442
1443         * bus/activation.c (update_directory):
1444         remove dead code
1445
1446         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1447         Fix some leaks
1448
1449         * bus/bus.c (process_config_every_time):
1450         Fixed a leak
1451
1452         * bus/desktop-file.c (parse_key_value):
1453         Fixed leak
1454
1455         * bus/selinux.c (bus_selinux_id_table_insert):
1456         Fixed leak
1457
1458 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1459
1460         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1461         remove dead code
1462
1463 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1464
1465         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1466         #!/bin/bash
1467
1468 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1469
1470         * Doxyfile.in: fix the INPUT line so we can generate docs 
1471         when sourcedir != builddir (patch from Cygwin Ports maintainer
1472         <yselkowitz at users dot sourceforge dot net>
1473
1474 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1475
1476         * dbus/dbus-sysdeps.h:
1477         * dbus/dbus-sysdeps.c: 
1478         * dbus/dbus-string.c: 
1479         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1480         GLib's function which does the same thing
1481
1482         * configure.in:
1483         * bus/Makefile.am:
1484         * bus/dir-watch-default.c:
1485         * bus/dir-watch-dnotify.c:
1486         * bus/dir-watch-kqueue.c:
1487         Add kqueue directory watching for freebsd and split the directory
1488         watching code into seperate files per method/arch
1489         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1490
1491 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1492
1493         * configure.in:
1494         * tools/Makefile.am:
1495         * tools/dbus-launch.c:
1496         * bus/Makefile.am:
1497         allow --with-dbus-daemondir switch to be used to make the
1498         daemon install to a seperate bindir like /usr/libexec
1499         (patch from Brian Cameron <brian dot cameron at sun dot com)
1500
1501 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1502
1503         * bus/Makefile.am (install-data-hook): removed the slash after 
1504         $(DESTDIR) so we don't get the double slash which does not work
1505         in windows (patch from Andras Porjesz 
1506         <andras dot porjesz at siemens dot com>)
1507
1508 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1509
1510         * dbus/dbus-sysdeps.h:
1511         * dbus/dbus-sysdeps.c: 
1512           add _dbus_printf_length (patch from Peter Kümmel 
1513           <syntheticpp at gmx dot net>)
1514
1515 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1516
1517         * dbus/dbus-internals.c: unistd.h is not used 
1518         (_dbus_verbose_real): only enable verbose printing 
1519         if DBUS_VERBOSE environment var is set to '1'
1520         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1521
1522 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1523
1524         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1525         so we still compile on older gcc (patch from Frederic Peters 
1526         <fpeters at 0d dot be>
1527
1528 2006-08-04  Havoc Pennington  <hp@redhat.com>
1529
1530         * configure.in: add -Wdeclaration-after-statement
1531
1532         * dbus/dbus-connection.c: change all the pending call stuff to
1533         reflect the fact that pending call operations use the connection
1534         lock
1535
1536         * dbus/dbus-pending-call.c: add locking here
1537
1538         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1539         field const consistent with how message field is done
1540
1541 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1542
1543         * s/D-BUS/D-Bus/g
1544
1545 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1546
1547         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1548         <in7y118 at public.uni-hamburg dot de> - fix invalid
1549         read/write reported by valgrind
1550
1551 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1552
1553         * Released 0.91
1554
1555 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1556
1557         * dbus/dbus-connection.c:
1558         (_dbus_connection_attach_pending_call_unlocked):
1559         (connection_timeout_and_complete_all_pending_calls_unlocked):
1560         Make sure we set timeout_added on pending calls to FALSE when
1561         we remove the timeout from the connection
1562
1563 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1564
1565         * Removed some extra bindings stuff lingering around (thanks timo)
1566         * dbus-pendingcall.c (_dbus_pending_call_new): 
1567         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1568         when we tried to take a lock on an already locked connection
1569
1570 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1571
1572         * Released 0.90
1573
1574 2006-07-17  Havoc Pennington  <hp@redhat.com>
1575
1576         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1577         ints, reported by Owen Taylor
1578
1579 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1580
1581         * doc/TODO:
1582         * dbus/dbus-bus.c:
1583         * dbus-errors.c:
1584         * dbus/dbus-marshal-validate.c:
1585           Removed TODO items which were fixed or are no longer relevent
1586
1587 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1588
1589         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
1590         Remove stray files from the stripped bindings
1591
1592 2006-07-16  Havoc Pennington  <hp@redhat.com>
1593
1594         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
1595         Improve the error message on reply timeout
1596
1597 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
1598
1599         * Remove all bindings
1600
1601 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
1602
1603         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
1604         and set pending_reply out arg to NULL is connection is disconnected
1605         (connection_timeout_and_complete_all_pending_calls_unlocked): New
1606         static method for cleaning up pending calls on disconnect
1607         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
1608         calls queued timeouts on disconnect 
1609
1610          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
1611         Remove 
1612
1613 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * bus/activation.[ch] (bus_activation_list_services): new function to 
1616         get the list of services that can be activated
1617
1618         * bus/dispatch.c: test coverage for the new bus method
1619         ListActivatableNames
1620
1621         * bus/driver.c: new bus method ListActivatableNames to get the list of
1622         services that can be activated
1623
1624         * doc/dbus-specification.xml: ListActivatableNames method documentation
1625
1626 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1627         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
1628         source files
1629
1630 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1631         * dbus/dbus-message-factory.c:
1632         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
1633
1634 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1635         * dbus/dbus-connection-internal.h:
1636         * dbus/dbus-connection.c:
1637         * file dbus/dbus-pending-call.c:
1638         * dbus/dbus-pending-call.h:
1639         Make DBusPendingCall an opaque type even to D-Bus internals
1640
1641 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1642
1643         * dbus/dbus-connection.h: remove connection_disconnect and replace with
1644         connection_close
1645
1646         * dbus/dbus-connection.c: include dbus-bus.h
1647         (_dbus_connection_read_write_dispatch): make static
1648
1649 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1650
1651         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
1652         function
1653         (dbus_connection_dispatch): On disconnect unref any shared connections
1654
1655         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
1656         for cleaning up shared connections on disconnect
1657         (internal_bus_get): get a hard refrence to shared connections when
1658         they are created
1659         
1660         * doc/TODO: Remove items which are no longer relevent or have been fixed
1661         Split 1.0 todo items with a 0.90 freeze todo list
1662  
1663 2006-06-14  Ross Burton  <ross@openedhand.com>
1664
1665         * glib/dbus-gobject.c:
1666         Free a leaking GArray (surely not!) in dbus_g_method_return.
1667
1668 2006-06-14  Ross Burton  <ross@openedhand.com>
1669
1670         * tools/Makefile.am:
1671         * tools/dbus-monitor.c:
1672         Don't use the GLib bindings in dbus-monitor (patch from Ralf
1673         Habacker).
1674         
1675 2006-06-14  Ross Burton  <ross@openedhand.com>
1676
1677         * tools/dbus-print-message.c:
1678         Also print the object path when outputting signals or method calls.
1679
1680 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
1681
1682         * qt/src/Makefile.am: install the qdbus.h header.
1683         This allows people to actually use the installed code.
1684
1685 2006-06-12  Ross Burton  <ross@openedhand.com>
1686
1687         * glib/dbus-gproxy.c:
1688         Don't leak a GArray when firing signals (thank Rob Taylor for review).
1689
1690 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1691
1692         * Released 0.62
1693
1694 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1695
1696         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
1697         break pedantic builds. Closes bug 6043 (patch approved by
1698         Havoc back in February).
1699
1700 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
1701
1702         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
1703         that took a QDBusMessage parameter.
1704         * qt/src/qdbusbus.h: Add a default flag for RequestName.
1705         * qt/tools/dbus.cpp: Don't use automatic call because we might
1706         be calling an async method: request a reply.
1707
1708 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1709
1710         * test/qt/*: Update the testcases, including testing the new
1711         functionality of sending null QByteArray and QString over the
1712         bus. Add new headertest test and restore the old
1713         qdbusxmlparser test.
1714
1715 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
1716
1717         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
1718         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
1719
1720         * qt/examples/Makefile.am:
1721         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
1722         form.
1723
1724         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
1725         QByteArray() (nulls) over the bus.
1726         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
1727         the one that has the signature suffix stripped.
1728         * qt/src/qdbusreply.h: Make some methods const.
1729
1730 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
1731
1732         Patch from Timo Hoenig <thoenig@suse.de>.
1733
1734         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
1735         required during build to EXTRA_DIST.
1736         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
1737         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
1738         * configure.in: Fix "make dist", take care that the Makefile for
1739         qt/dbus is being generated.
1740
1741 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1742
1743         * bus/bus.c: Fix eavesdropping on method calls
1744
1745 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
1746
1747         * configure.in:
1748         * dbus/dbus-userdb-util.c:
1749         Add Solaris console owner patch from Artem Kachitchkine
1750
1751 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
1752
1753         * qt/Makfile.am:
1754         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
1755         reorganisation. Thanks to Timo Hoenig for pointing this out.
1756
1757 2006-06-06  Robert McQueen  <robot101@debian.org>
1758
1759         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
1760           call to dbus_g_type_get_struct.
1761
1762 2006-06-06  Robert McQueen  <robot101@debian.org>
1763
1764         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
1765           pointers were put into a GPtrArray-based specialised collection, and
1766           then freed along with the array. GValues which you add into
1767           collections or maps which have the NOCOPY flag set are assumed to not
1768           belong to the caller, so rather than the existing pointer-stealing
1769           semantics, they are copied instead. Given that the main consumers of
1770           this abstraction are the bindings themselves, I don't think this is
1771           too bad, but others should watch their choice of take vs set_static.
1772
1773 2006-06-06  Robert McQueen  <robot101@debian.org>
1774
1775         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
1776           of g_slist_prepend not being used. Fixed copying of slist-based
1777           specialised collections, then wrote a test case and found that it was
1778           all broken. Went on to fix iterating and appending too. Good thing
1779           nobody uses this code yet.
1780
1781 2006-06-06  Robert McQueen  <robot101@debian.org>
1782
1783         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
1784           the iterators use gvalue_take_ptrarray_value (the GValues themselves
1785           are discarded without unsetting, so it makes no difference whether
1786           we take or set_static). Remove cases for G_TYPE_POINTER because
1787           there really is nothing useful we can do with them in our
1788           specialised types - we *need* boxed copy/free functions at the very
1789           least.
1790
1791 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
1792
1793         * qt/dbus: Add directory. I had forgotten to add this
1794         yesterday after the move...
1795
1796         * qt/examples/Makefile.am:
1797         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
1798
1799         * qt/tools/Makefile.am:
1800         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
1801         Added feature to get and set properties.
1802         Added validation of service, object path and interface names.
1803
1804         * qt/tools/dbusidl2cpp.cpp: Two new features:
1805         1) Allow specifying both the header and the source file names,
1806         by separating them with a colon.
1807         2) Don't write an interface output if the -p switch wasn't
1808         given, but the -a was.
1809
1810         * qt/src/*: Fix usage of Iterators and ConstIterators.
1811         Fix shadowing of variables by other variables (-Wshadow).
1812         Fix keyword-cleanliness in headers.
1813         Fix ASCII-cast (QLatin1String, QLatin1Char).
1814         Fix validation of member names.
1815         Add extra checking of introspection data during XML parsing.
1816         Various bug fixes.
1817
1818 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1819
1820         * dbus/Makefile.am:
1821         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
1822         qt/dbus/qdbus.h now.
1823
1824 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1825
1826         * configure.in: Make --disable-qt actually do
1827           something. Patch inspired by Zack Rusin.
1828
1829 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
1830
1831         * qt/: Update to Subversion r548032.
1832         This includes a big reorganisation of the files inside the
1833         subdir.
1834
1835 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
1836
1837         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
1838         clear:  
1839         "Failed to connect to socket <host>:<port> <error>" instead of
1840         "Failed to connect to socket <host>: <error>:<port>"
1841
1842         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
1843         for a tcp transport. 
1844
1845 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1846
1847         * qt/*: Update the QtDBus bindings up to revision 546310 in
1848         Subversion.
1849         This adds the dbuscpp2xml tool, that parses a C++ header and
1850         outputs a D-BUS Introspection XML.
1851
1852 2006-05-21  Havoc Pennington  <hp@redhat.com>
1853
1854         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
1855         is not NULL when it shouldn't be. Also a couple of possible fixes
1856         for #4637 though I don't understand why the bug happens, to be
1857         honest... also the object constructor has an assert name != NULL
1858         and the name is only currently NULL for peer-to-peer proxies that 
1859         I don't think anyone uses? So it should be asserting.
1860         Anyway, for now at least see if we get an earlier assertion failure.
1861
1862         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
1863         apparently broken code to be sure the tests fail and someone 
1864         will fix them...
1865
1866 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
1867
1868         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
1869         and arrays when they had a single element: has_next returns
1870         false, even before you read the element. So, instead, check
1871         the array length.
1872
1873 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
1874
1875         * qt/qdbusmessage.cpp:
1876         * qt/qdbustypehelper_p.h:
1877         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
1878         the list is a const-reference
1879
1880 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
1881
1882         * Adding old doc patch that never got applied
1883         
1884         * dbus/bus.c (dbus_bus_add_match): Add documentation
1885
1886         * doc/dbus-specification.xml: Add documentation for the match rules
1887           and the AddMatch and RemoveMatch methods
1888
1889 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
1890
1891         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1892         call (r535506)
1893
1894         * qt/dbusidl2cpp.cpp:
1895         * qt/qdbusabstractadaptor.cpp:
1896         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
1897         sibling of the QDBusAbstractAdaptor objects instead of the
1898         parent. (r535848)
1899
1900         * qt/dbusidl2cpp.cpp:
1901         * qt/qdbusabstractinterface.cpp:
1902         * qt/qdbusabstractinterface.h:
1903         * qt/qdbusabstractinterface_p.h:
1904         * qt/qdbusinterface.cpp: Make properties in interfaces
1905         actually work. The code that was generated would not compile,
1906         due to moc calls to functions that did not exist. They now
1907         shall. (r536571)
1908
1909 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
1910
1911         * Makefile.am:
1912         * configure.in:
1913         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
1914         Thanks to Brad Hards for providing the patch
1915
1916 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1917
1918         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
1919         call. (r535506)
1920
1921 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1922
1923         * qt/examples/dbus.cpp: Enhance error messages and use
1924         QDBusInterfacePtr.
1925
1926 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1927
1928         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
1929         and disable the copy operators. (r533772, r534746)
1930
1931         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
1932
1933         * qt/qdbusabstractinterface.cpp:
1934         * qt/qdbusabstractinterface.h: Change the default call mode to
1935         not use the event loop. Add convenience call() methods that
1936         take a CallMode parameter. (r534042)
1937
1938         * qt/qdbusconnection.h: Change the default call mode to not
1939         use the event loop. (r534042)
1940
1941         * qt/qdbusinterface.cpp:
1942         * qt/qdbusinterface.h: Add a method to tell us if the
1943         interface is valid (since we don't return a null pointer
1944         anymore) (r534099)
1945
1946         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
1947         (r534101)
1948
1949         * qt/qdbusinternalfilters.cpp: Decouple the introspection
1950         function in two so taht we get the chance to introspect
1951         without having a QDBusMessage (r534102)
1952
1953         * qt/qdbusbus.h:
1954         * qt/qdbusconnection.cpp:
1955         * qt/qdbusconnection_p.h:
1956         * qt/qdbusintegrator.cpp: Keep a list of our own names to
1957         avoid a round-trip to the server when attempting to introspect
1958         one of our own objects. Also make sure the filter functions
1959         match the empty interface as well. (r534108)
1960         Don't keep the connection names. Instead, trust the unique
1961         connection name (r534111)
1962         Remove event loop usage (r534112)
1963
1964 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
1965
1966         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
1967         Brad Hards.
1968
1969 2006-04-28  Robert McQueen  <robot101@debian.org>
1970
1971         * glib/dbus-gproxy.c: Fix properties so that they can be given in
1972         any order, making it easier for people who inherit from this
1973         object.
1974
1975 2006-04-28  Robert McQueen  <robot101@debian.org>
1976
1977         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
1978         of memory from within pointer arrays and lists. Fixes bug #6300.
1979
1980 2006-04-28  Robert McQueen  <robot101@debian.org>
1981
1982         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
1983         generating struct signatures. Fixes bug #6083.
1984
1985 2006-04-28  Robert McQueen  <robot101@debian.org>
1986
1987         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
1988         to qdbusconnection_p.moc.
1989
1990 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
1991
1992         * README, INSTALL: Doc fixes
1993         Patch from Brad Hards <bradh at frogmouth.net>
1994
1995 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
1996
1997         * qt/examples/dbus.cpp: Use the new merged-interface mode for
1998         the dynamic meta object. No need to guess which interface to
1999         call.
2000
2001 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2002
2003         * qt/qdbusconnection_p.h:
2004         * qt/qdbusmetaobject.cpp:
2005         * qt/qdbusmetaobject_p.h:
2006         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
2007         for the dynamic meta object. No need to guess which
2008         interface to call.
2009         * qt/qdbusabstractinterface_p.h:
2010         * qt/qdbusconnection.cpp:
2011         * qt/qdbusintegrator.cpp:
2012         * qt/qdbusinterface.cpp:
2013         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
2014         Add a QDBusRef that looks and behaves like DCOPRef.
2015
2016 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2017
2018         * dbus/dbus-connection.c: Interfaces are optional in method
2019         calls, so don't give up if the interface parameter is NULL.
2020         Patch reviewed by Havoc Pennington.
2021
2022 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2023
2024         * qt/qdbusreply.h: Add default constructor and operator=
2025           (r532625)
2026         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
2027           in public headers (r532952)
2028         * qt/qdbusabstractinterface.cpp:
2029         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
2030           make it the default (r532951)
2031
2032 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2033
2034         * dbus/dbus-connection.c: Fix asserts
2035         Patch from Tim Moloney <t.moloney at verizon.net>
2036
2037 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2038
2039         * mono/Connection.cs, mono/Message.cs: Check Target type
2040         Patch from Aaron Bockover (abockover at novell.com)
2041
2042 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2043
2044         * INSTALL: fine-tune the requirements for the Qt4 binding.
2045
2046 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
2047
2048         * tools/dbus-print-message.c: Added support for printing of all 
2049           remaining data types. Fixed logic for indentation of compound
2050           data types.
2051         
2052 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
2053
2054         * INSTALL: fill out content of file providing DBus specific
2055           build installations, followed by generic Auto* INSTALL file
2056           content
2057         
2058 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2059
2060         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
2061           Patch by Stefan Eilers. (r529537)
2062
2063 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2064
2065         * qt/qdbusinternalfilters.cpp: Don't show the parent's
2066           contents (r528208)
2067
2068 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2069
2070         * qt/Makefile.am: fix the dependency for
2071           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
2072           not in qdbusconnection.cpp.
2073           Thanks to Jakub Stachowski <stachowski@hypair.net> for
2074           spotting this.
2075
2076 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2077
2078         * qt/examples/listnames.cpp:
2079         * qt/examples/Makefile.am: Three ways to list the names on the
2080           bus.
2081
2082 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2083
2084         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
2085           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
2086
2087 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2088
2089         Merge from Subversion:
2090         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
2091           something that exists (r526315)
2092         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
2093           slots/signals (r526316)
2094         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
2095           also return an unknown-method error if the parameters don't
2096           match for org.freedesktop.DBus.Properties. (r526842)
2097         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
2098         * qt/qdbusintegrator.cpp: Restore the proper order of
2099           delivery: don't make method returns be delivered on priority
2100           (r528150)
2101
2102 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2103
2104         * configure.in qt/Makefile.am: add qt/examples
2105         * qt/examples: Add QtDBus example programs:
2106           - hello: Hello, World
2107           - ping: Simple method-calling program
2108           - pong: Simple object-exporting program (not using adaptors)
2109           - complexping: Interactive method-calling program 
2110                 (also gets and sets properties).
2111           - complexpong: Sample program exporting methods, signals and
2112                 properties, using adaptors.
2113           - dbus: Simple implementation of a generic method-calling
2114                 program, similar to 'dbus-send', but with semantics
2115                 similar to 'dcop'.
2116           - chat: Simplistic chat program, implemented using signals
2117                 and the system bus. Looks like IRC.
2118
2119 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2120
2121         * configure.in: Detect QtGui (necessary for one of the
2122           example programs). Note: this increases the minimum required
2123           version of Qt to 4.1.3.
2124
2125 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2126
2127         * test/qt/*: Sync with KDE Subversion revision 523647.
2128         Update the testcases to the new API. Remove testcases for
2129         classes that are no longer public or have been removed.
2130
2131 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2132
2133         * qt/*: 
2134         * dbus/qdbus.h: Sync with KDE Subversion revision
2135         523647. Hopefully, this will be the last of the
2136         source-incompatible changes. Documentation has been improved;
2137         support for QList<basic-types> has been added; QDBusObject is
2138         gone; QDBus(Abstract)Interface is now a QObject with
2139         auto-generated meta-object; QDBusIntrospection is marked
2140         private, since QMetaObject can be used now; lots of bugfixes.
2141
2142 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
2143
2144         Patch from Milosz Derezynski <internalerror at gmail.com>
2145         
2146         * configure.in:
2147         Output the service directory in the configure summary
2148
2149         * dbus-1.pc.in:
2150         Add session_bus_services_dir
2151
2152 2006-03-10  Ross Burton  <ross@openedhand.com>
2153
2154         * tools/dbus-print-message.c:
2155         Add support for object paths and signatures.
2156
2157 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
2158
2159         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
2160         config reload.
2161         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
2162         information caches
2163         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
2164         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
2165         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
2166         * dbus/dbus-userdb.h: Add function to flush all user/group information
2167         caches.
2168
2169 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2170
2171         * qt/dbusidl2cpp.cpp:
2172         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
2173         for dcopidl2cpp, found in the KDE installations (or the more
2174         modern kalyptus): generate Qt4 C++ code for the input XML
2175         introspection. Currently no IDL parsing.
2176
2177 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2178
2179         * test/qt/*: Update the self-tests.
2180
2181 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2182
2183         * qt/*: 
2184         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
2185         represents the first feature-complete version of the Qt4
2186         bindings since I took ove maintainership.
2187
2188 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2189
2190         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
2191         dir. This is C++, so we can't use the DBus ones.
2192
2193 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2194
2195         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
2196         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
2197
2198 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2199
2200         * dbus/dbus-connection.c: 
2201         (_dbus_connection_block_pending_call):
2202         Check to see if our data has already been read off the connection
2203         by another blocking pending call before we block in poll.
2204         (check_for_reply_and_update_dispatch_unlocked):
2205         Code taken from _dbus_connection_block_pending_call - checks for
2206         an already read reply and updates the dispatch if there is one.
2207
2208         * test/name-test/test-pending-call-dispatch.c:
2209         New test for making sure we don't get stuck polling a 
2210         dbus connection which has no data on the socket when
2211         blocking out of order on two or more pending calls.
2212
2213 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
2214
2215         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
2216         make/automake don't detect that we're talking about the same
2217         .lo file if I specify the full path to the source files.
2218
2219 2006-02-26  Havoc Pennington  <hp@redhat.com>
2220
2221         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
2222
2223         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2224         session bus variable is unset, suggest "man dbus-launch" and "man
2225         dbus-daemon" to figure out how to fix the problem
2226
2227 2006-02-25  Havoc Pennington  <hp@redhat.com>
2228
2229         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
2230         should make this thing use the new glib options parser
2231
2232 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
2233
2234         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
2235         .lo files taking moc sources.
2236
2237 2006-02-25  Havoc Pennington  <hp@redhat.com>
2238
2239         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
2240         and install it as a public header
2241
2242 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2243
2244         * Released 0.61
2245
2246 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2247         
2248         * proxies.py: Fix the callchain
2249
2250 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
2251         
2252         * patch from Sjoerd Simons <sjoerd at debian.org>:      
2253
2254         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
2255         dbus/dbus-sysdeps.c
2256
2257         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
2258         call _dbus_group_info_free_allocated which causes infinite loop,
2259         correctly call _dbus_group_info_free
2260
2261 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
2262
2263         * qt/qdbusinterface_p.h:
2264         * qt/qdbusinterface.cpp: Use the standard
2265         org.freedesktop.DBus.Method.NoReply annotation for the "async"
2266         calls instead of creating one for us.
2267
2268         * qt/qdbusconnection_p.h:
2269         * qt/qdbusintegrator.cpp: Remove debugging code.
2270
2271         * qt/qdbusintegrator.cpp:
2272         * qt/qdbusmessage.cpp:
2273         * qt/qdbusmessage_p.h:
2274         * qt/qdbusmessage.h: Change the behaviour of automatic
2275         reply-sending: now a reply is always sent, unless the caller
2276         didn't request one or if the user slot has already sent one.
2277
2278 2006-02-16  Robert McQueen  <robot101@debian.org>
2279
2280         * configure.in: Patch from Debian packages by Sjoerd Simons
2281         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
2282         arguments so it's possible to build both bindings in the
2283         same tree.
2284
2285         * qt/Makefile.am: Fix truncated value so that make dist works.
2286
2287 2006-02-16  Robert McQueen  <robot101@debian.org>
2288
2289         * acinclude.m4, configure.in: Patch from Brad Hards
2290         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
2291         improving quoting, re-ordering a few checks, and a few other
2292         aesthetic tidy-ups.
2293
2294 2006-02-16  Robert McQueen  <robot101@debian.org>
2295
2296         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
2297         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
2298         assertion that the next element to read from the iter is fixed in
2299         size. This is not the case when you are at the end of the iter,
2300         because the next element type is INVALID.
2301
2302         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
2303         a bogus assert which means that you may not initialise a 0-length
2304         string unless you provide a non-NULL pointer. This prevented
2305         you from marshalling messages containing zero-length arrays in
2306         some cases.
2307
2308         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
2309         from Rob to correct bogus asserts when trying to demarshal an
2310         array and get_fixed_array got you 0 elements. Append nothing to
2311         the GArray in this case.
2312
2313         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
2314         an empty array via the glib bindings. Without all of the above
2315         patches, this new test fails.
2316
2317 2006-02-16  Robert McQueen  <robot101@debian.org>
2318
2319         * glib/dbus-gmain.c: Make the previous commit compile.
2320
2321         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
2322         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
2323         specify sender_keyword="foo", path_keyword="bar" when adding
2324         a signal listener, so that you can bind to signals generically
2325         but still do something useful in your callback.
2326
2327         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
2328         chars so that they're not cast to chars and made negative. Thanks
2329         to Jakub Stachowski for reporting this and testing the fix.
2330
2331 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
2332
2333         * dbus/dbus-glib.h:
2334         * glib/dbus-gmain.h:
2335         (dbus_g_connection_open): new method for openning
2336         a connection to an arbitrary address in the glib bindings
2337
2338         * ChangeLog: checkin last entry which doesn't seem to be commited
2339
2340 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
2341
2342         * tools/dbus-launch.c: Fixed sh syntax output
2343
2344 2006-02-13  Robert McQueen  <robot101@debian.org>
2345
2346         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
2347         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
2348         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
2349         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
2350         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
2351         missing piece of the glib bindings jigsaw puzzle. This modifies
2352         the existing specialised types to have N type parameters (rather
2353         than the current 1 or 2 for arrays and dictionaries respectively).
2354         You can then use this to get a glib type to represent any arbitrary
2355         D-Bus struct type using dbus_g_type_get_struct. The only
2356         implementation of these types is with GValueArrays as before,
2357         but it's now possible to store these in arrays, emit them in
2358         signals, etc.
2359
2360 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2361
2362         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2363         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2364         <thiago.macieira at trolltech.com>
2365
2366 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2367
2368         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2369         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2370
2371 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2372
2373         * bus/connection.c (bus_connections_expect_reply): Make
2374         pending reply limit not common to all connections (Bug #5416)
2375         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2376
2377 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2378
2379         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2380
2381 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2382
2383         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2384         patch from Doug Goldstein <cardoe at gentoo.org>
2385
2386 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2387
2388         * mono/Arguments.cs: Fix a magic number in the mono bindings
2389         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2390
2391 2006-01-27  Robert McQueen  <robot101@debian.org>
2392
2393         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2394         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2395         when generating the client-side methods, instead of overloading
2396         CSymbol which broke everything horribly. My apologies.
2397
2398 2006-01-27  Robert McQueen  <robot101@debian.org>
2399
2400         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2401         by me and Rob Taylor to add a simple_free function to D-Bus map
2402         and collection types, which allows those types which can be freed
2403         with a GDestroyNotify (such as GHashTables and GArrays, but not
2404         GPtrArrays) to be stored as the values in hashtables.
2405
2406         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2407         Patch by Rob Taylor to add nested dicts to the glib tests to check
2408         the above code works, and appears not to leak when called repeatedly.
2409
2410 2006-01-27  Robert McQueen  <robot101@debian.org>
2411
2412         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2413         to free a D-Bus allocated string with dbus_free () instead of
2414         g_free ().
2415
2416 2006-01-27  Iain Holmes  <iain@openedhand.com>
2417
2418         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2419         method from being called multiple times.
2420
2421 2006-01-19  Robert McQueen  <robot101@debian.org>
2422
2423         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2424         <rob.taylor@collabora.co.uk> to add support for generating bindings
2425         to arrays that are represented as GPtrArrays rather than GArrays (ie
2426         size-variable things, such as strings, objects, structs, etc).
2427
2428 2006-01-05  Robert McQueen  <robot101@debian.org>
2429
2430         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2431         <ricardo.kekki@movial.fi> to make it possible to inherit from
2432         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2433         a private part, and moving the setting of the DBusGProxyManager into a
2434         connection property, allowing proper GObject construction.
2435
2436 2006-01-05  Robert McQueen  <robot101@debian.org>
2437
2438         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2439         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2440         annotations when generating glib client bindings.
2441
2442 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2443
2444         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2445
2446         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2447
2448 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2449
2450         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2451
2452 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2453
2454         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2455
2456 2005-12-19  Ross Burton  <ross@openedhand.com>
2457
2458         * doc/dbus-tutorial.xml:
2459         Document the Glib client-side bindings, and list all possible annotations.
2460
2461 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2462
2463         * dbus/bus.c (dbus_bus_release_name): Add documentation
2464
2465 2005-12-06  Robert McQueen  <robot101@debian.org>
2466
2467         * python/service.py: s/sucessful/successful/ so we're allocating to
2468         and reading from the same variable. Oops.
2469
2470 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2471
2472         * Released 0.60
2473
2474 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2475
2476         * test/qt/Makefile.am: build from srcdir
2477
2478         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2479         Note - this code is wrong and needs to be fixed by the Qt binding
2480         developers.  The flags should be treated as bitfields and not enums.
2481
2482         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2483
2484 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2485
2486         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2487           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2488           in production code
2489
2490 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2491
2492         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2493         method for getting messages off the bus in the absence of a
2494         mainloop.  This method is much like 
2495         dbus_connection_read_write_dispatch except it does not dispatch
2496         the messages to a registered filter function.  Instead it
2497         allows a developer to process messages by directly popping
2498         them off the bus.
2499
2500 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2501
2502         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2503         the parser to continue instead of returning error
2504         (bus_desktop_file_load): Do not free parser data when
2505         parse_section_start or parse_key_value fails because it was 
2506         already freed by parser_free (patch from Carlos Garcia Campos  
2507         <carlosgc at gnome.org>)
2508
2509 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2510
2511         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2512         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2513         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2514         test/test-segfault.c, test/test-utils.c,
2515         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2516         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2517         Various cleanup of dead code and compiler warnings (patch from
2518         Kjartan Maraas <kmaraas at gnome.org>) 
2519
2520 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2521
2522         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2523         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2524
2525 2005-11-27  Robert McQueen  <robot101@debian.org>
2526
2527         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2528         part of the preceding one. Oops. Merge patch by Johan Hedberg
2529         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2530         on big-endian platforms.
2531
2532         * test/python/test-client.py: Add some 16-bit integers to the test
2533         values.
2534
2535 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2538         method return message for property getters
2539
2540 2005-11-27  Robert McQueen  <robot101@debian.org>
2541
2542         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2543         with type v of an instance of dbus.Variant(foo, type='x') caused
2544         it to be boxed twice before sending over the bus.
2545
2546         * python/dbus_bindings.pyx, python/service.py,
2547         test/python/test-client.py: Update the constants for the new
2548         request_name flags, and update comments/test cases now that queueing
2549         is the default action.
2550
2551 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2552
2553         * configure.in:
2554         - Change version to 0.60 for impending release
2555         - upped the sonames because of ABI and API breakage
2556
2557 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2558
2559         * configure.in: Add test/name-test/Makefile to the generated
2560         Makefile list
2561
2562         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2563         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2564         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2565         not to queue an ower if it can't be the primary owner
2566
2567         * bus/bus.h: Add new internal BusOwner struct
2568
2569         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2570         to bus_registry_ensure and don't set the prohibit_replacement flag
2571         since they are now set per BusOwner and not per name.
2572         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2573         that returns the list of connections in a name's connection queue
2574         
2575         * bus/services.c (struct BusService): remove prohibit_replacement field
2576         (struct BusOwner): new struct for keeping track of queued connections
2577         and their associated flags for the queue
2578         (struct BusRegistry): add a BusOwner memory pool
2579         (bus_registry_new): initialize the BusOwner memory pool
2580         (bus_registry_unref): free the BusOwner memory pool
2581         (_bus_service_find_owner_link): new internal method for
2582         searching the queue for a specific connection
2583         (bus_owner_set_flags): new method for adding setting the flags on a
2584         bus owner
2585         (bus_owner_new): new method that creates a BusOwner object from the
2586         pool and sets its flags
2587         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2588         (bus_registry_ensure): Add the flags parameter
2589         (bus_registry_acquire_service): Switch from using raw connections to
2590         using the BusOwner struct
2591         Add new state machine for dealing with the new set of flags
2592         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
2593         cancel_ownership, free_ownership_cancel_data, 
2594         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
2595         restore_ownership, free_ownership_restore_data, 
2596         add_restore_ownership_to_transaction): Switch to using BusOwner 
2597         instead of raw connections
2598         (bus_service_add_owner): Add flags parameter
2599         Switch to using BusOwner instead of raw connections
2600         Add state machine for dealing with the new set of flags
2601         (bus_service_swap_owner): Swaps the first and second owners in the
2602         queue.  Used to make sure proper signals are sent when a service looses 
2603         or gains primary ownership.  We never insert an owner at the top of the
2604         queue.  Instead we insert it in the second position and then swap.
2605         (bus_service_remove_owner): Remove the owner from the queue sending
2606         out the NameLost and NameOwnerChanged signals if the we were the 
2607         primary owner
2608         (bus_service_get_primary_owners_connection): New method that extracts
2609         the connection from the primary owner
2610         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
2611         connection
2612         (bus_service_get_allow_replacement): Changed from the old 
2613         bus_service_get_prohibit_replacement method.  Checks the flags of the 
2614         primary owner and returns if it can be replaced or not
2615         (bus_service_set_prohibit_replacement): removed
2616         (bus_service_has_owner): returns TRUE if and owner with
2617         the specified connection exists in the queue
2618         
2619         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
2620         method that only compiles if tests are enabled.  Allows us to get the 
2621         unique name of a connection so we can check it against the queue when
2622         doing regression tests
2623
2624         * bus/activation.c (bus_activation_send_pending_auto_activate),
2625         bus/dispatch.c (bus_dispatch),  
2626         bus/driver.c (bus_driver_handle_get_service_owner, 
2627         bus_driver_handle_get_connection_unix_user, 
2628         bus_driver_handle_get_connection_unix_process_id,
2629         bus_driver_handle_get_connection_selinux_security_context),
2630         bus/signals.c (connection_is_primary_owner): 
2631         use bus_service_get_primary_owners_connection instead of
2632         bus_service_get_primary_owner
2633
2634         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
2635         _dbus_listen_unix_socket): Calculate the length of the socket
2636         path and use that instead of using a fixed length which was
2637         causing socket names to contain many trailing Nul bytes.
2638
2639         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
2640         (dbus_g_method_get_sender): New method for extracting the sender 
2641         from a DBusGMethodInvocation
2642         (dbus_g_method_return_get_reply): changed name to 
2643         dbus_g_method_get_reply
2644         (dbus_g_method_return_send_reply): changed name to
2645         dbus_g_method_send reply
2646
2647         * doc/dbus-specification.xml: New docs that describe how the new
2648         queueing system works and talks about the changes to the how
2649         we specify socket names
2650
2651         * glib/examples/example-service.c, 
2652         glib/examples/example-signal-emitter.c,
2653         glib/examples/statemachine/statemachine-server.c:
2654         Changed the RequestName flags to the new system
2655
2656         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
2657         regression test suite for testing various states of the new
2658         queueing system
2659         
2660 2005-11-15  Robert McQueen  <robot101@debian.org>
2661
2662         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
2663         Taylor to add two methods, dbus_g_method_return_get_reply and
2664         dbus_g_method_return_send_reply, to allow you to get the reply
2665         message from a DBusGMethodInvocation, append arbitrary stuff to it,
2666         and send it. The GLib bindings can't marshal a return value of
2667         something like a(s) if the array is empty - ultimately they should be
2668         made to heed the signature of the out arguments as the Python bindings
2669         now can, but this is a workable interim solution which might have
2670         other applications.
2671
2672 2005-11-15  Robert McQueen  <robot101@debian.org>
2673
2674         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
2675         method to org.freedesktop.DBus to release a bus name or give up
2676         waiting in the queue for it.
2677
2678         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
2679         dbus_bus_release_name method to send the ReleaseName method calls.
2680         Add constants for the return values to dbus/dbus-shared.h.
2681
2682         * doc/dbus-specification.xml: Document the new ReleaseName method
2683         in the specification.
2684
2685         * python/dbus_bindings.pyx: Add a low-level python binding for the
2686         release name method.
2687
2688         * python/exceptions.py, python/service.py: Make freeing BusName
2689         objects release the name. Add a NameExistsException, and fix a
2690         bug with creating UnknownMethodException.
2691
2692         * test/python/test-client.py: Add tests for freeing BusName
2693         objects causing names to be released.
2694
2695 2005-11-14  Robert McQueen  <robot101@debian.org>
2696
2697         * python/service.py: Include the traceback in the error reply when we
2698         send an exception over the bus. _BEST_ _PATCH_ _EVER_
2699
2700 2005-11-14  David Zeuthen  <davidz@redhat.com>
2701
2702         Patch from Timo Hoenig <thoenig@suse.de>.
2703
2704         * bus/bus.c: I've recently investigated why the automatic reload
2705         of configuration files does not work as expected.
2706
2707         Currently, reloading configuration files does only work when
2708         running dbus-daemon with --nodaemon.  If we are running as daemon
2709         we're hitting a dnotify bug once we fork the process.
2710
2711         We're initializing the dnotify fds before calling fork().  Once
2712         the child process forked it does still have the fds (and they
2713         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
2714         getting SIGIO as changes are made to the configuration files.
2715
2716         The attached patch moves the initialization of the dnotify fds to
2717         process_config_postinit().  This is safe for all current code
2718         paths and solves the dnotify disfunction.  If we're running
2719         dbus-daemon as daemon the fds for dnotify are now being
2720         initialized after fork() for the child process.
2721
2722         * configure.in: The current configure.in check for dnotify probes
2723         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
2724         match for 'xlinux', too. Additionally I have adapted the configure
2725         option's style to match with the others.
2726
2727 2005-11-14  Robert McQueen  <robot101@debian.org>
2728
2729         * python/decorators.py, python/service.py: Add a new argument to the
2730         dbus.service.method decorator called sender_keyword, which if set,
2731         specifies the name of an argument which will be provided the bus
2732         name of the method caller.
2733
2734         * test/python/test-client.py, test/python/test-service.py: Add a
2735         method and test to check the sender_keyword functionality.
2736
2737 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
2738
2739         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
2740         empty reply so blocking calls don't block forever (Patch from Sjoerd 
2741         Simons <sjoerd at luon.net>)
2742
2743         * AUTHORS: Add Robert McQueen for his work on the Python
2744         Bindings and other parts of D-Bus
2745
2746 2005-11-07  Robert McQueen  <robot101@debian.org>
2747
2748         * python/decorators.py: Change emit_signal function to use the
2749         signature annotation of the signal when marhsalling the arguments from
2750         the service. Fix a bug where the code checking signature length
2751         against argument length referenced the wrong variable.
2752
2753         * python/introspect_parser.py: Avoid adding the type signature of
2754         signal arguments to any methods which occur after them in the
2755         introspection data (!) by making the parser a little more careful
2756         about its current state.
2757
2758         * python/service.py: Remove debug prints from last commit (again :D).
2759
2760         * test/python/test-client.py, test/python/test-service.py: Add test
2761         signals with signature decorators to test the strict marshalling code
2762         gives errors at the right time. Could do with checking the signals
2763         actually get emitted too, given that the test does nothing with
2764         signals at the moment...
2765
2766 2005-11-07  Robert McQueen  <robot101@debian.org>
2767
2768         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
2769         instances to stop madness of creating new instances representing
2770         the same bus connection all the time, rendering any tracking of
2771         match rules and bus names quite meaningless. Caught a bug where
2772         the private argument to SessionBus() and friends was being passed
2773         in as use_default_mainloop by mistake. Still some problems with
2774         multiple dbus_binding.Connection instances representing the same
2775         low-level connection (eg when you use both SessionBus() and
2776         StarterBus() in same process), but it's a lot better now than it
2777         was.
2778
2779         * python/dbus_bindings.pyx: Add constants with the return values
2780         for bus_request_name().
2781
2782         * python/service.py: Store bus name instances in a per-dbus.Bus cache
2783         and retrieve the same instances for the same name, so deletion can be
2784         done with refcounting. Also now throws some kind of error if you
2785         don't actually get the name you requested, unlike previously...
2786
2787         * test/python/test-client.py: Add tests for instance caching of buses
2788         and bus name objects.
2789
2790 2005-11-04  Robert McQueen  <robot101@debian.org>
2791
2792         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
2793         marshalling of boolean values. Add some booleans to the values in
2794         the test client.
2795
2796         * python/decorators.py, python/service.py: Add an 'async_callbacks'
2797         argument to the dbus.service.method decorator, which allows you to
2798         name arguments to take two callback functions for replying with
2799         return values or an exception.
2800
2801         * test/python/test-client.py, test/python/test-service.py: Add test
2802         case using asynchronous method reply functions, both return values and
2803         errors, and from within both the function itself and from a mainloop
2804         callback.
2805
2806         * python/decorators.py, python/service.py: Perform checking that the
2807         number of method/signal arguments matches the number of types in the
2808         signature at class loading time, not when you first introspect the
2809         class.
2810
2811         * python/service.py: Remove debug print left by the last commit.
2812
2813 2005-11-03  Robert McQueen  <robot101@debian.org>
2814
2815         * python/service.py: Heavy refactoring of method invocation, with
2816         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
2817         in favour of a new _message_cb that uses seperate functions for
2818         looking up the method to call, marshalling the return values, and
2819         sending exceptions as errors, and is easier to follow as a
2820         consequence.  Fixes some corner cases about returning things that
2821         don't match your declared out_signature, allows exceptions to define
2822         _dbus_error_name and have it be sent over the bus as the error name,
2823         and paves the way for cool stuff like heeding the message no reply
2824         flag, asynchronous method implementations, informing the method of the
2825         sender, and including backtraces in the error messages.
2826
2827         * test/python/test-client.py: Catch and print exceptions thrown in the
2828         async callback tests, rather than passing them to the low-level
2829         bindings to be ignored in a noisy and frustrating manner.
2830
2831 2005-11-03  Robert McQueen  <robot101@debian.org>
2832
2833         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
2834         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
2835         tweak others to be consistent.
2836
2837         * test/python/test-client.py: Tweak output of testInheritance.
2838
2839 2005-10-29  Robert McQueen  <robot101@debian.org>
2840
2841         * python/service.py: Major changes to allow multiple inheritance
2842         from classes that define D-Bus interfaces:
2843         
2844          1. Create a new Interface class which is the parent class of
2845             Object, and make the ObjectType metaclass into InterfaceType.
2846         
2847          2. Patch written with Rob Taylor to replace use of method_vtable
2848             with code that walks the class's __MRO__ (method resolution order)
2849             to behave like Python does when invoking methods and allow
2850             overriding as you'd expect. Code is quite tricky because
2851             we have to find two methods, the one to invoke which has the
2852             right name and isn't decorated with the /wrong/ interface,
2853             and the one to pick up the signatures from which is decorated
2854             with the right interface.
2855         
2856             The same caveats apply as to normal multiple inheritance -
2857             this has undefined behaviour if you try and inherit from two
2858             classes that define a method with the same name but are
2859             decorated with different interfaces. You should decorate
2860             your overriding method with the interface you want.
2861         
2862          3. Replace grungy introspection XML generation code in the metaclass
2863             with dictionaries that cope correctly with multiple inheritance
2864             and the overriding of methods. This also uses the signature
2865             decorations to provide correct introspection data, including
2866             the debut appearance of the types of your return values. :D
2867
2868         * test/python/test-client.py, test/python/test-service.py: Add a test
2869         case to try invoking an method that overrides one inherited from a
2870         D-Bus interface class.
2871
2872 2005-10-29  Robert McQueen  <robot101@debian.org>
2873
2874         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
2875         Add checking for the end of struct character when marshalling a
2876         struct in MessageIter.append_strict.
2877
2878         * python/examples/example-service.py,
2879         python/examples/gconf-proxy-service.py,
2880         python/examples/gconf-proxy-service2.py: Update to use gobject
2881         mainloop directly rather than appearing to depend on gtk.
2882
2883         * python/test/test-client.py, python/test/test-server.py: Remove
2884         obsolete and broken test scripts for old bindings. We have up to date
2885         and working tests in test/python/.
2886
2887 2005-10-29  Robert McQueen  <robot101@debian.org>
2888
2889         * python/decorators.py: Add optional arguments to the method and
2890         signal decorators to allow you to specify the signature of arguments
2891         and return values. Preserve the doc strings of signal functions in the
2892         decorated version, for pydoc and friends.
2893
2894         * python/dbus_bindings.pyx, python/proxies.py: Replace the
2895         parse_signature_block function with an iterable dbus.Signature()
2896         type. Fix a bug in MessageIter.append_strict where you could append
2897         anything by claiming it was a string.
2898
2899         * python/service.py: Use the out_signature decoration on methods to
2900         marshal return values, meaning you no longer require dbus.Array()
2901         or dbus.Dictionary() to indicate the type when returning empty
2902         arrays or dictionaries. Fix a bug where exceptions which are defined
2903         in __main__ are not turned into error replies.
2904
2905         * test/python/test-client.py, test/python/test-service.py: Add test
2906         for correct marshalling of return values according to out_signature.
2907         Fix a bug in the async call test where the error_handler is missing a
2908         self argument.
2909
2910 2005-10-29  Robert McQueen  <robot101@debian.org>
2911
2912         * glib/Makefile.am, glib/examples/Makefile.am,
2913         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
2914         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
2915
2916         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
2917
2918         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
2919         from Ubuntu by Daniel Silverstone to allow specifying match rules on
2920         the command line.
2921
2922 2005-10-27  Ross Burton  <ross@openedhand.com>
2923
2924         * dbus/dbus-marshal-header.c:
2925         Remove dead code.
2926
2927         * glib/dbus-gobject.c:
2928         Stop compiler warning.
2929
2930 2005-10-25  Ross Burton  <ross@openedhand.com>
2931
2932         * dbus/dbus-auth.c:
2933         * dbus/dbus-server-unix.c:
2934         * dbus/dbus-transport-unix.c:
2935         * glib/dbus-gmain.c:
2936         * glib/dbus-gobject.c:
2937         Add some const keywords.
2938
2939 2005-10-25  Ross Burton  <ross@openedhand.com>
2940
2941         * doc/dbus-specification.xml:
2942         Document the NoReply annotation.
2943
2944         * glib/dbus-binding-tool-glib.h:
2945         * glib/dbus-binding-tool-glib.c:
2946         Respect the NoReply annotation.
2947
2948 2005-10-24  Robert McQueen <robot101@debian.org>
2949
2950         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
2951         derive from unicode instead of str, and encode/decode UTF-8 when
2952         marshalling/unmarshalling bus messages
2953
2954         * python/introspect_parser.py: encode introspection data as UTF-8
2955         before passing the buffer into libxml2
2956
2957         * test/python/test-client.py: add unicode test strings
2958
2959         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
2960         ignore generated python test files
2961
2962 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
2963
2964         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
2965         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
2966         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
2967
2968         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
2969         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
2970         when constructing struct signatures
2971
2972         * python/_dbus.py (Bus): handle private connections using the
2973         private keyword in the constructor. defaults to private=False
2974         (Bus::close): new method to close a connection to the bus
2975
2976         * python/dbus_bindings.pyx (Connection::close): renamed method
2977         was previously called disconnect
2978         (bus_get): now supports getting a private connection
2979
2980         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
2981         keyword is set to True.  if it is, execute the method without waiting
2982         for a reply
2983         (ProxyObject::_introspect_execute_queue): new method for executing
2984         all the pending methods that were waiting for the introspect to
2985         finish.  this is called when introspect either succeeds or fails
2986         (ProxyObject::_introspect_error_handler): call queued methods
2987
2988 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
2989
2990         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
2991         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
2992
2993         * python/service.py (Object::_message_cb): handle exceptions correctly
2994         by sending them over the wire to the calling app.  This makes sure
2995         the client returns immediately instead of waiting the 15 seconds to
2996         timeout.
2997
2998         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
2999         Add a test to benchmark how long it takes to introspect a service and 
3000         call a method which returns a large element (pretty fast)
3001
3002         * test/python/test-service.py (TestObject::GetComplexArray): new test 
3003         method which pushes a lot of data
3004
3005 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3006
3007         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
3008         reclaim memory outside of the loop and use del istead of just setting
3009         the key to None
3010
3011 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3012
3013         * python/service.py (ObjectType::_reflect_on_signal): Always close
3014         signal tag even when there are no arguments
3015
3016 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3017
3018         * configure.in: Set mono, mono-docs and Qt3 to default
3019         to no instead of auto when building.  These bindings do not
3020         have full time maintainers and will not be supported for the
3021         1.0 release.
3022
3023 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
3024
3025         patches from Michael Krivoruchko <misha at sun.com>: 
3026         
3027         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
3028         _dbus_connection_message_sent, 
3029         _dbus_connection_send_preallocated_unlocked_no_update, 
3030         _dbus_connection_pop_message_link_unlocked): handle the case when path 
3031         is NULL when calling _dbus_verbose
3032
3033         * configure.in: check for functions getpeerucred and getpeereid
3034
3035         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
3036         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
3037         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
3038         Patch was only tested on Solaris 10 x86 so it might be issues
3039         with other platforms (i.e. BSDs and MacOSX)
3040         
3041
3042 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
3043
3044         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
3045         instead of marshal basic so we can handle recursive types in a variant
3046
3047         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
3048         in variants
3049
3050         * test/glib/test-service-glib.c, test-service-glib.xml
3051         (my_object_echo_variant [EchoVariant], 
3052         my_object_process_variant_of_array_of_ints123
3053         [ProcessVariantOfArrayOfInts123]): 
3054         Add two test methods
3055
3056         * python/introspect_parser.py: New module for parsing introspect
3057         data.
3058
3059         * python/dbus_bindings.pyx:
3060         (various places): when throwing errors fix to use errormsg instead 
3061         of message local variable because Pyrex can get confused with other 
3062         message variables (initial patch by Robert McQueen 
3063         <robert.mcqueen at collabora.co.uk>)
3064         (MessageIter::parse_signature_block): new method for getting the next
3065         block in a signiture.
3066         (MessageIter::append_strict): new method for appending values strictly
3067         using the passed in signature instead of guessing at the type
3068         (MessageItter:: append_dict, append_struct, append_array): use 
3069         signatures to marshal children if the signature is available
3070         
3071         * python/exceptions.py (IntrospectionParserException): new exception
3072
3073         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
3074         introspected signatures if available, else we fall back to the
3075         old way of doing things.
3076         (ProxyObject::_introspect_reply_handler ): parse introspection data
3077         
3078         * python/service.py (ObjectType::_reflect_on_method): Properly
3079         terminate <method> if there are no args in the reflection data
3080
3081         * test/python/test-client.py: add tests for talking with the GLib
3082         test server.  This gives us better coverage for introspection since
3083         python to python will always generate arguments as variants.  It also
3084         allows us to test the robustness of the GLib bindings and interlanguage
3085         communications.
3086
3087         
3088 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
3089
3090         * bus/driver.c (bus_driver_handle_introspect): Add signals
3091         to the introspect data. (patch from Daniel P. Berrange 
3092         <dan at berrange.com>)
3093
3094         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
3095         
3096         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
3097         _dbus_connection_run_builtin_filters): Changed these to
3098         be unlock_no_update functions and call 
3099         _dbus_connection_send_unlocked_no_update instead of
3100         dbus_connection_send to avoid locking errors.
3101         
3102         * doc/TODO: Removed the make Ping test TODO
3103         
3104 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3105
3106         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
3107         We now copy the message from a DBusError and then free 
3108         the error object befor throwing the error
3109
3110         * glib/dbus-glib-tool.c: removed extra comma at the end of the
3111         DBusBindingOutputMode enum which was causing a warning.
3112         #include <time.h> so using time_t is explicitly defined
3113
3114 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3115
3116         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
3117         - dbus/dbus-bus.c
3118         (internal_bus_get): new method that take over the heavy lifting
3119         of dbus_bus_get and adds the ability to get a private connection
3120         to the bus
3121         (dbus_bus_get): wrapper to internal_bus_get that provides the same
3122         interface as in previous versions
3123         (dbus_bus_get_private): new method that is a wrapper to 
3124         internal_bus_get to get a private connection to the bus
3125
3126         - dbus/dbus-bus.h
3127         (dbus_bus_get_private): add as a public libdbus interface
3128
3129         - dbus-1.pc.in: output system_bus_default_address and 
3130         sysconfdir variables so apps can use them when compiling
3131
3132 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
3133         * dbus/qt: New Qt bindings
3134
3135 2005-09-12  Waldo Bastian  <bastian@kde.org>
3136
3137         * dbus/dbus-marshal-validate.c,
3138         doc/dbus-specification.xml, test/Makefile.am,
3139         test/test-names.c: allow hyphens in bus names.
3140
3141 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3142
3143         * test/data/auth/fallback.auth-script: we don't
3144         retry the EXTERNAL method when we know its going
3145         to fail anymore.
3146
3147 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3148
3149         * dbus/dbus-connection-internal.h: rename
3150         (add|remove|toggle)_(watch|timeout) to unlocked()
3151         
3152         * dbus/dbus-connection.c: ditto.
3153         
3154         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
3155         Update some callers for the renaming.
3156
3157 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
3158
3159         * dbus/dbus-auth.c: (record_mechanisms): don't
3160         retry the first auth mechanism because we know
3161         we're just going to get rejected again.
3162         
3163         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3164         Fix thinko ... and what a nasty little bugger to
3165         track down you were ...
3166
3167         * dbus/dbus-connection.c:
3168         (_dbus_connection_add_watch),
3169         (_dbus_connection_remove_watch): add note about
3170         these needing the connection to be locked.
3171         (_dbus_connection_get_dispatch_status_unlocked):
3172         set status to DATA_REMAINS when we queue the
3173         disconnected message.
3174         
3175         * bus/dispatch.c:
3176         (bus_dispatch): fix warning.
3177         (check_existent_service_no_auto_start):
3178         Expect ChildSignaled error too.
3179         (check_existent_hello_from_self): fix another
3180         couple of warnings.
3181         
3182 2005-09-08  Joe Shaw  <joeshaw@novell.com>
3183
3184         Patches from James Willcox <snorp@snorp.net>
3185
3186         * mono/Makefile.am: Add Int16.cs and UInt16.cs
3187
3188         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3189         support array "out" parameters.
3190
3191         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
3192         for 16-bit int support.
3193
3194 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
3195
3196         * Released 0.50
3197
3198         * Patch from Steve Grubb:
3199         - bus/activation.c (bus_activation_service_reload_test): clean up
3200         some indentation
3201         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
3202         - dbus/dbus-message-factory.c (generate_special): fix a couple of
3203         buffer overflows in the test suite.  This is non critical because
3204         it can not be exploited and this code is only run when doing a 
3205         make check.
3206
3207         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
3208         - configure.in: Don't check and link against kdecore, only qt headers
3209         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
3210         - gcj/org/freedesktop/dbus/Makefile.am:
3211         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
3212         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
3213         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
3214         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
3215         - tools/Makefile.am: Add platform extentions to binaries 
3216         (i.e. .exe on windows)
3217
3218         * configure.in: 
3219         - Make it so if no suitable version of python is found we only 
3220         disable building python instead of exiting the configure script
3221         - Require version 2.4 of glib for glib bindings
3222         - Up version to 0.50
3223
3224         * python/__init__.py: Sync version with libdbus to (0,50,0)
3225         
3226 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3227
3228         * dbus/dbus-object-tree.c (find_subtree_recurse):
3229         a couple of optimizations (bug #710):
3230         - do a binary search in the tree
3231         - insert a new child at the right place directly, no need for
3232           qsort anymore
3233         - do the "double alloc" thing when allocating children
3234
3235 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
3236
3237         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
3238
3239         * python/dbus_bindings.pyx: Memory management foo
3240         (global): remove hacky _user_data_references global list
3241         (GIL_safe_cunregister_function_handler): userdata now stuffed into
3242         tuples. Unref user_data
3243         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
3244         (Connection::__del__): Remove and replace with __dealloc__ method
3245         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3246         to keep tuple from being deallocated instead of the global var hack
3247         (Connection::register_object_path): Stuff user_data into a tuple.
3248         Use Py_INCREF to keep tuple from being deallocated instead of the 
3249         global var hack
3250         (Connection::register_fallback): Stuff user_data into a tuple.
3251         Use Py_INCREF to keep tuple from being deallocated instead of the 
3252         global var hack
3253         (GIL_safe_pending_call_notification): Don't unref the message
3254         because it gets unreffed when going out of scope.  Py_XDECREF
3255         the user_data
3256         (PendingCall::__del__): Remove and replace with __dealloc__ method
3257         (PendingCall::set_notify): ref the pending call because we will
3258         need it to stick around for when the notify callback gets called
3259         (Message::__del__): Remove and replace with __dealloc__ method
3260
3261         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
3262         gthreads_init to match up with the dbus call
3263
3264         * python/glib.py (init_threads): Changed to threads_init to match
3265         up with gobject.threads_init().  init_threads is kept for backwards
3266         compat but will most likely be deprecated in the future
3267
3268         * test/python/test-client.py: 
3269         - revamp to use Python's unittest functionality
3270         - add async call tests
3271         - setup threads in glib and dbus so we make sure locks are working
3272         
3273 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3274
3275         * python/dbus_bindings.pyx 
3276         (_pending_call_notification, cunregister_function_handler, 
3277         cmessage_function_handler): All callback functions have been rearranged 
3278         to workaround a bug in Pyrex when working with the GIL which is Python's 
3279         global lock when dealing with threads.  They have been split into
3280         a wrapper function (which assumes the name of the old function) and
3281         a _GIL_safe_<function name> function which contains the functionality
3282         of the old function.  This ensures that Pyrex does not write code
3283         the lock is released.
3284         
3285
3286 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3287
3288         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
3289         GIL global lock when calling back into Python
3290
3291 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
3292
3293         * Release 0.36.2
3294
3295         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
3296
3297         * bus/policy.c (bus_policy_allow_user): change default "user is
3298         allowed" to be "user has same uid as the bus itself"; any
3299         allow/deny rules will override.
3300
3301         * bus/session.conf.in: don't allow all users, since now by default
3302         the user that ran the bus can connect.
3303
3304 2005-08-26  Colin Walters  <walters@verbum.org>
3305
3306         * tools/dbus-print-message.c (print_message): Flush stdout
3307         after printing a message, so that redirecting to a file, then
3308         hitting Ctrl-C works.
3309
3310 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
3311
3312         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
3313         (EmptyMessage): new class that subclasses Message.  This is a workaround
3314         to a Pyrex bug that fails to call __del__ when the Message object goes out
3315         of scope.  For some reason subclassing Message fixes this bug
3316         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
3317         - s/Message(_create=0)/EmptyMessage everywhere else
3318         
3319         * test/python/test-{server|client}.py: add the python/.libs directory
3320         to the lookup path so dbus_bindings and dbus_glib_bindings don't
3321         get picked up from the system
3322
3323 2005-08-25  Colin Walters  <walters@verbum.org>
3324
3325         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
3326         to Ryan Lortie for the suggestion.
3327
3328 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3329
3330         * test/python: Add python regression test
3331
3332         * configure.in: Add test/python/Makefile
3333
3334         * test/Makefile.am: Add the python directory to SUBDIRS
3335
3336 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3337
3338         * Release 0.36.1
3339
3340         * python/_dbus.py: 
3341         (Interface::connect_to_signal): propigate keywords for match on args
3342         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
3343
3344         * python/proxies.py (ProxyObject::connect_to_signal):
3345         propigate keywords for match on args
3346
3347         * Makefile.am: point everything to pyexecdir since python borks
3348         on multilib
3349
3350 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3351
3352         * Release 0.36
3353
3354 2005-08-23  Colin Walters  <walters@verbum.org>
3355
3356         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
3357
3358 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3359
3360         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
3361         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3362         of defining DBusConnection ourselves.
3363
3364 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3365
3366         * python/dbus.pth: New path file to fix up problems when installing
3367         c libraries to lib64 and python files to lib.
3368
3369         * python/Makefile.am: install dbus.pth in the correct spot
3370
3371 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3372         * ChangeLog: clean up my last entry a bit
3373
3374         * doc/introspect.xsl: New stylesheet for converting introspection data
3375         into browser renderable xhtml. Contributed by Lennart Poettering.
3376
3377         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3378         Poettering.
3379
3380         * doc/dbus-tutorial.xml: 
3381         - Add Colin Walter to the Authors section for authoring the GLib
3382         section
3383         - Add descriptions of the new signature and type functionality
3384         in the Python complex type mapping section
3385         - Add a sidenote on the new args matching functionality in 
3386         the Python bindings
3387         - Fixed up some of the examples to use the gobject.MainLoop
3388         instead of gtk.main
3389         
3390         * python/_dbus.py:
3391         (Bus::_create_args_dict): New. Converts a hash of arg matches
3392         to a more useable format
3393         (Bus::add_signal_receiver): add a **keywords parameter for catching
3394         arg match parameters
3395         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3396         arg match parameters
3397         
3398         * python/matchrules.py:
3399         (MatchTree::exec_matches): Check for arg matches
3400         (SignalMatchRule::add_args_match): New method
3401         (SignalMatchRule::execute): Added args_list parameter as an optimization
3402         so we don't have to marshal the args more than once
3403         (SignalMatchRule::match_args_from_list): New method that checks to see
3404         if the rule's arg matches match an argument list.  Only arguments
3405         set in the rule are checked.
3406         (SignalMatchRule::match_args_from_rule): New method that checks to see
3407         if the rule's arg matches match another rule's.  All args have to match
3408         in order for this method to return true.  If either rule has more args
3409         then it is not a match.
3410         (SignalMatchRule::is_match): Add args match
3411         (SignalMatchRule::repr): Add args to the final output if they exist
3412
3413 2005-08-17  Ross Burton  <ross@burtonini.com>
3414
3415         * glib/dbus-gproxy.c:
3416         (dbus_g_proxy_call_no_reply): unref the message once sent.
3417         (dbus_g_proxy_call): protect against NULL proxy.
3418
3419 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3420
3421         * python/__init__.py: Version updated (0, 43, 0)
3422         
3423         * python/dbus_bindings.pyx: 
3424         - Fixed type objects to have self passed into __init__
3425         - Added the Variant type
3426         - Add the ability to specify types or signatures for Array, Variant 
3427         and Dictionary
3428         (Connection::send_with_reply_handlers): return a PendingCall object
3429         (_pending_call_notification): handle the case when an error is returned 
3430         without an error message in the body
3431         (MessageIter::get_boolean): return True or False instead of an integer
3432         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3433         and add checks for objects with embeded signatures or types (Array, 
3434         Variant and Dictionary)
3435         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3436         (MessageIter::append_dict): handle embeded types or signatures
3437         (MessageIter::append_array): handle embeded types or signatures
3438         (MessageIter::append_variant): new method
3439         
3440         * python/proxies.py:
3441         (DeferedMethod): New. Dummy executable object used when queuing calls 
3442         blocking on introspection data
3443         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3444         or shorter timeouts for method calls
3445         (ProxyObject): Add first pass at an introspection state machine
3446         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3447         introspection. 
3448         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3449         the usual mechanisms for sending messages.  This is to avoid a deadlock
3450         where the Intospect call would be queued waiting for the Introspect 
3451         call to finish ;-)
3452         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3453         when introspection returns with no error
3454         (ProxyObject::_introspect_error_handler): New.  This method is called 
3455         when introspection encounters an error
3456         (ProxyObject::__getattr__): Code to handle different introspection 
3457         states.  Queue async calls or block blocking calls if we are 
3458         introspecting.  Pass through as normal if we are not or are done with 
3459         introspecting.
3460         
3461         * python/service.py: Import signal and method from decorators.py
3462
3463         * python/types.py: Add Variant type
3464
3465 2005-08-16  Colin Walters  <walters@verbum.org>
3466
3467         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3468         DBusError message is NULL.
3469
3470 2005-08-09  Havoc Pennington  <hp@redhat.com>
3471
3472         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3473         malloc'd copy of the name parameter
3474
3475 2005-08-09  Havoc Pennington  <hp@redhat.com>
3476
3477         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3478         warning if the reply serial is set to 0
3479
3480 2005-08-04  Colin Walters  <walters@verbum.org>
3481
3482         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3483         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3484         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3485         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3486         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3487         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3488         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3489         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3490         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3491         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3492         
3493         Prefix name with _ to ensure they're not exported.  All callers
3494         updated.
3495
3496         * glib/dbus-gvalue.c (typecode_to_gtype)
3497         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3498         (signature_iter_to_g_type_dict)
3499         (signature_iter_to_g_type_array)
3500         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3501         (dbus_gtypes_from_arg_signature):
3502         Move to dbus-gsignature.c.
3503
3504         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3505         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3506         (dbus_binding_tool_output_glib_client): Ditto.
3507
3508         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3509         and dbus-gsignature.h
3510
3511         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3512         unused variable.
3513
3514 2005-08-03  Colin Walters  <walters@verbum.org>
3515
3516         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3517         catch any incompatible changes accidentally made.
3518
3519 2005-08-03  Havoc Pennington  <hp@redhat.com>
3520
3521         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3522         typo, from Julien Puydt
3523
3524         * bus/connection.c (bus_connection_disconnected): we were always
3525         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3526
3527 2005-08-01  Colin Walters  <walters@verbum.org>
3528
3529         Patch from Joe Markus Clarke:   
3530         
3531         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3532         use-after-free.
3533
3534 2005-08-01  Colin Walters  <walters@verbum.org>
3535         
3536         Patch from Joe Markus Clarke:   
3537         
3538         * tools/dbus-send.c (main): 
3539         
3540         Don't use C99 style initializers (bug #3933).
3541         
3542 2005-08-01  Colin Walters  <walters@verbum.org>
3543
3544         Patch from Joe Markus Clarke:   
3545
3546         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3547         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3548         * glib/dbus-gobject.c (write_interface):
3549
3550         Don't use C99 style initializers (bug #3933).
3551
3552 2005-07-31  Havoc Pennington  <hp@redhat.com>
3553
3554         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3555         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3556
3557 2005-07-30  Havoc Pennington  <hp@redhat.com>
3558
3559         * fix a bunch of Doxygen warnings and mistakes
3560
3561 2005-07-30  Havoc Pennington  <hp@redhat.com>
3562
3563         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3564         DBUS_BUILD_TESTS since it's now used in production code
3565
3566 2005-07-29  Havoc Pennington  <hp@redhat.com>
3567
3568         * test/glib/test-profile.c (write_junk): initialize the junk
3569         buffer so valgrind doesn't have a breakdown
3570
3571 2005-07-29  Havoc Pennington  <hp@redhat.com>
3572
3573         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3574         (match_rule_matches): remove unused arg
3575         (test_matching): add tests for match_rule_matches()
3576
3577         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
3578         do arg0='foo' arg5='bar' in the match rules
3579         (match_rule_matches): don't match if the arg0='foo' doesn't match.
3580
3581         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
3582
3583 2005-07-29  Ross Burton  <ross@openedhand.com>
3584
3585         * dbus/dbus-connection.c:
3586         Don't create a DBusCondVar which is never used.
3587
3588 2005-07-27  Ross Burton  <ross@openedhand.com>
3589
3590         * dbus/dbus-message.c:
3591         Reduce the size of the maximum cached message to 10K.
3592
3593 2005-07-25  Ross Burton  <ross@openedhand.com>
3594
3595         * glib/dbus-gproxy.c:
3596         Remove matches when all proxies are unregistered.
3597
3598 2005-07-24  Colin Walters  <walters@verbum.org>
3599
3600         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
3601         typedata; recursive arrays won't have it.
3602
3603         * test/glib/test-dbus-glib.c:
3604         * test/glib/test-service-glib.c:
3605         * test/glib/test-service-glib.xml: Add recursive arrays tests.
3606         
3607 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
3608
3609         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
3610         proxies.py, service.py: Cleanup of code after running it through the
3611         pyflakes code checker mostly dealing with undefined names.  
3612         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
3613
3614 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3615
3616         * NEWS: Update to 0.35.2
3617
3618 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3619
3620         * python/_dbus.py: Remove import of the dbus.services
3621         module as it no longer exists (patch from Dimitur Kirov)
3622
3623         * python/service.py (Object::__init__): Fixed typo
3624         s/name/bus_name (patch from Dimitur Kirov)
3625
3626         * python/examples/example-signal-emitter.py: import dbus.glib
3627         to get the main loop and use glib mainloop instead of gtk so
3628         X doesn't have to be running.
3629
3630         * python/examples/example-signal-recipient.py: import dbus.glib
3631         to get the main loop and use glib mainloop instead of gtk so
3632         X doesn't have to be running. Import the decorators module
3633         directly.
3634
3635         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
3636         didn't pick up on but are needed to build
3637
3638         * configure.in: upped version to 0.35.2
3639
3640         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
3641         added Colin Walters' SELinux API rename patch from head 
3642         s/unix sercurity context/selinux security context/
3643
3644 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
3645
3646         * python/Makefile.am: dbus_binding.pxd.in should be included 
3647         in EXTRA_DIST not dbus_binding.pxd
3648         fix up $(srcdir) hopefully for the last time
3649
3650         * NEWS: Update to 0.35.1
3651
3652 2005-07-16  Colin Walters  <walters@verbum.org>
3653
3654         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
3655         from bus_driver_handle_get_connection_unix_security_context.  Update for
3656         error usage.
3657         (message_handlers): Update for renames.
3658
3659         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3660         _dbus_string_init failure correctly.
3661         (bus_selinux_append_context): Convert SID to context.  Append it
3662         as a byte array.
3663         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
3664         hasn't been called.
3665
3666         * bus/selinux.h: Update prototype.
3667
3668         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
3669         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
3670
3671 2005-07-15  Colin Walters  <walters@verbum.org>
3672
3673         * doc/TODO: Add note about convenience wrappers.
3674
3675 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3676
3677         * NEWS: Update to 0.35
3678
3679 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3680
3681         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
3682         so distcheck doesn't fail
3683
3684         * glib/examples/Makefile.am: Add example-service.xml and 
3685         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
3686
3687         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
3688         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
3689
3690         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
3691         compiler looks in the right places during distcheck
3692
3693 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3694
3695         * glib/example/Makefile.am: Fix a typo which cause make distcheck
3696         to fail
3697
3698 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3699
3700         * python/examples/example-service.py,
3701         python/examples/example-signal-emitter.py: Fixed up examples
3702         for API changes
3703
3704 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3705
3706         * python/__init__.py: Upped to version (0,42,0) because of
3707         the API change
3708
3709 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3710
3711         * ChangeLog: fix date in last entry
3712
3713         * configure.in, bus/system.conf.in: add the ability to configure 
3714         the system bus user at compiletime with the --with-dbus-user flag
3715         (patch from Kristof Vansant)
3716
3717 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
3718
3719         * bus/dispatch.c, test/test-service.c: Add testcase
3720         for sending messages to oneself (TODO item).
3721
3722         * python/service.py (class Object): Swap ordering of bus_name 
3723         and object_path parameters to better support inheritance.
3724
3725         * doc/dbus-tutorial.xml: change Python docs to reflect change
3726         in parameter ordering and fix the inheritance section.
3727
3728         * doc/TODO: remove sending message to oneself TODO item
3729
3730 2005-07-15  Ross Burton  <ross@openedhand.com>
3731
3732         * glib/dbus-gproxy.c:
3733         Fix a leak when calling methods via the proxy.
3734
3735 2005-07-15  Colin Walters  <walters@verbum.org>
3736
3737         * bus/selinux.c (bus_selinux_append_context): Wrap in
3738         HAVE_SELINUX.
3739
3740 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3741
3742         * python/_dbus.py (Bus::remove_signal_receiver):
3743         don't add a callback to the match if none has been passed in
3744         
3745         * python/matchrules.py (SignalMatchTree::remove): if the rule
3746         being matched does not have a callback treat it as a wildcard
3747         fix matching logic
3748
3749         * doc/dbus-tutorial.xml: Add Python tutorial
3750
3751 2005-07-14  Colin Walters  <walters@verbum.org>
3752
3753         * bus/driver.c
3754         (bus_driver_handle_get_connection_unix_security_context): New function.
3755         (message_handlers): Add.
3756
3757         * bus/selinux.c (bus_selinux_append_context): New function; appends
3758         security context to message.
3759
3760         * bus/selinux.h: Prototype.
3761
3762         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
3763
3764 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
3765
3766         * bus/activation.c: clean up all tabs to be 8 spaces 
3767         (bus_activation_activate_service): make sure we clean up
3768         if activation fails
3769
3770         * bus/dispatch.c: clean up all tabs to be 8 spaces 
3771         (check_shell_fail_service_auto_start): New function
3772         tests to make sure we get fail properly when trying to auto start a service
3773         with a faulty command line
3774         (check_shell_service_success_auto_start): New function tests to make sure
3775         auto started services get the arguments on the command line
3776
3777         * test/test-shell-service.c: Added service for testing auto-starting with 
3778         command line arguments
3779
3780         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
3781         test/data/valid-service-files/debug-shell-echo-success.service.in:
3782         Added service files for testing auto-starting with command line arguments
3783
3784         * */.cvsignore: added a bunch of generated files to various .cvsignore files
3785
3786 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
3787
3788         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
3789         
3790         * dbus/Makefile.am: added new files to build.
3791
3792         * bus/activation.c (bus_activation_activate_service): support
3793         activation commands with parameters.
3794
3795         * test/shell-test.c: added test program for the shell parsing
3796         code.
3797
3798 2005-07-13  David Zeuthen  <davidz@redhat.com>
3799
3800         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
3801         64 bit signed and unsigned parameters
3802
3803 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
3804
3805         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
3806
3807         * python/service.py (class Name): renamed BusName to make it clearer
3808         what the object is for (a name on the bus)
3809
3810         * python/examples/example-service.py,
3811         python/examples/example-signal-emitter.py: change the Name object to
3812         BusName
3813
3814 2005-07-12  Colin Walters  <walters@verbum.org>
3815
3816         Patch from Jim Gettys <Jim.Gettys@hp.com>.
3817
3818         * tools/dbus-launch.c: Include sys/select.h.
3819
3820 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
3821         * python/dbus_bindings.pyx.in: removed
3822
3823         * python/dbus_bindings.pyx: Added.
3824         - Fixed some memleaks (patch from 
3825         Sean Meiners <sean.meiners@linspireinc.com>)
3826         - Broke out the #include "dbus_h_wrapper.h" and put it in its
3827         own pxd file (Pyrex definition)
3828         - Broke out glib dependancies into its own pyx module
3829         
3830         * python/dbus_bindings.pdx: Added.
3831         - Defines C class Connection for exporting to other modules
3832
3833         * python/dbus_glib_bindings.pyx: Added.
3834         - New module to handle lowlevel dbus-glib mainloop integration
3835
3836         * python/glib.py: Added.
3837         - Registers the glib mainloop when you import this module
3838
3839         * python/services.py: Removed (renamed to service.py)
3840         
3841         * python/service.py: Added.
3842         - (class Server): renamed Name
3843
3844         * python/__init__.py: Bump ro version (0,41,0)
3845         -don't import the decorators or service module
3846         by default.  These now reside in the dbus.service namespace
3847
3848         * python/_dbus.py (Bus::__init__): Add code run the main loop 
3849         setup function on creation 
3850
3851         * python/examples/example-service.py,
3852         python/examples/example-signal-emitter.py: update examples
3853
3854         * python/examples/gconf-proxy-service.py,
3855         python/examples/gconf-proxy-service2.py: TODO fix these up
3856
3857         * doc/TODO: Addition
3858         - Added a Python Bindings 1.0 section
3859         - added "Add match on args or match on details to match rules"
3860
3861
3862 2005-07-12  Colin Walters  <walters@verbum.org>
3863
3864         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
3865         (statemachine-glue.h): 
3866         * glib/examples/Makefile.am (example-service-glue.h) 
3867         (example-signal-emitter-glue.h): 
3868         * glib/Makefile.am (dbus-glib-error-switch.h): 
3869         Add libtool --mode=execute so we use the built library instead
3870         of any installed one.
3871
3872 2005-07-11  Colin Walters  <walters@verbum.org>
3873
3874         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
3875         (dbus_g_value_types_init): Remove assertion.
3876         (dbus_g_value_get_g_type, dbus_g_value_open)
3877         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
3878         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
3879         functions related to DBusGValue.  Now we marshal/demarshal
3880         structures as GValueArray.
3881         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
3882         structures.
3883         (signature_iter_to_g_type_array): Don't call
3884         signature_iter_to_g_type_struct.
3885         (signature_iter_to_g_type_struct): Delete.
3886         (dbus_gvalue_to_signature): Delete.
3887         (dbus_gvalue_to_signature): New function with same name as other
3888         one; we can convert structures to signatures.
3889         (demarshal_valuearray): New function.
3890         (get_type_demarshaller): Use it.
3891         (demarshal_recurse): Delete.
3892         (marshal_proxy): New function.
3893         (marshal_map): Warn if we can't determine signature from type.
3894         (marshal_collection_ptrarray): Ditto.
3895         (marshal_collection_array): Ditto.
3896         (get_type_marshaller): Use marshal_valuearray.
3897         (marshal_recurse): Delete.
3898         (_dbus_gvalue_test): Add some tests.
3899
3900         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
3901         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
3902         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3903         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3904         (dbus_g_value_free): Remove prototypes.
3905
3906         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
3907         G_TYPE_VALUE_ARRAY.
3908
3909         * glib/examples/example-service.c:
3910         * glib/examples/example-client.c: Implement GetTuple.
3911
3912         * test/glib/test-dbus-glib.c:
3913         * test/glib/test-service-glib.c:
3914         * test/glib/test-service-glib.xml: Add structure tests.
3915
3916 2005-07-10  Colin Walters  <walters@verbum.org>
3917
3918         * doc/TODO: Knock off some GLib items with this patch.
3919
3920         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
3921         (_dbus_gvalue_signals_error): New functions.
3922
3923         * glib/dbus-gvalue-utils.h: Prototype them.
3924
3925         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
3926         and change to not output const/retval flags for input args.  All
3927         callers updated.
3928         (invoke_object_method): Refactor to handle return values.  Add
3929         some more comments in various places.  Remove debug g_print.
3930
3931         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
3932
3933         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
3934         Handle G_TYPE_NONE.
3935         (compute_gsignature): New function; refactored from code from
3936         compute_marshaller and compute_marshaller_name.  Enhance to
3937         handle return values and async ops more cleanly.  Update for
3938         async ops returning NONE instead of BOOLEAN.
3939         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
3940         and output appropriate string.
3941         (generate_glue): Handle return value annotation.  Also don't dump
3942         constness flag for input arguments.
3943
3944         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
3945         files shared between installed library and utilities.
3946         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
3947         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
3948         binding tool can access gtype utility functions.
3949
3950         * test/glib/test-service-glib.c: 
3951         * test/glib/test-service-glib.xml: 
3952         * test/glib/test-dbus-glib.c: Add some tests for return values.
3953
3954 2005-07-09  Colin Walters  <walters@verbum.org>
3955
3956         * glib/dbus-gparser.c (parse_annotation): Add annotations to
3957         argument if available, not method.
3958
3959         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
3960         (invoke_object_method): First, remove some redundant
3961         GValues (object_value, error_value) in favor of working on
3962         array directly.  Second, rework constness to be less buggy.
3963         Now we iterate directly over the argument metadata instead
3964         of parallel iterating over output signature and metadata.
3965
3966         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
3967
3968         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
3969         annotation on input args.
3970         
3971 2005-07-09  Colin Walters  <walters@verbum.org>
3972
3973         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
3974         Define.
3975
3976         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
3977         annotation.
3978
3979         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
3980         (method_dir_signature_from_object_info): Handle arg_iterate change.
3981         (write_interface): Ditto.
3982         (lookup_object_info): Don't barf if format_version is > 0.
3983         (invoke_object_method): Handle arg constness.
3984
3985         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
3986         (arg_info_new): Create.
3987         (arg_info_unref): Destroy.
3988         (arg_info_get_annotations, arg_info_get_annotation) 
3989         (arg_info_add_annotation): New functions.
3990
3991         * glib/dbus-gidl.h: Prototype them.
3992
3993         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
3994         args, disallow them in properties.
3995         (parse_annotation): Handle arg annotations.
3996
3997         * test/glib/test-service-glib.xml: 
3998         * test/glib/test-service-glib.c: Update to make some methods
3999         const.
4000
4001 2005-07-08  Colin Walters  <walters@verbum.org>
4002
4003         * test/glib/test-service-glib.xml: 
4004         * test/glib/test-service-glib.c:
4005         * test/glib/test-dbus-glib.c: Test a{sv}.
4006
4007         * glib/examples/statemachine/statemachine.c:
4008         * glib/examples/statemachine/statemachine-server.c:
4009         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
4010         add progress bar, etc.
4011
4012         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
4013         needed anymore due to generic array/map marshalling.
4014         (dbus_g_value_types_init): Don't register basic arrays or the
4015         string/string hash.
4016         (dbus_gtype_from_signature_iter): Don't try to recurse into
4017         variants.
4018         (dbus_gtype_to_signature): Check collection/map before type
4019         metadata.
4020         (demarshal_garray_basic): Renamed to demarshal_collection_array.
4021         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
4022         generic map creation/append functions instead of hash table
4023         specifically.
4024         (get_type_demarshaller): Handle maps.
4025         (demarshal_collection): Dispatch on collection type to either
4026         demarshal_collection_ptrarray or demarshal_collection_array.
4027         (get_type_marshaller): Handle maps.
4028         (marshal_collection): Dispatch collection type to either
4029         marshal_collection_ptrarray or marshal_collection_array.
4030         (_dbus_gvalue_test): New test.
4031
4032         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
4033         (hash_free_from_gtype): Use it to free GValues.
4034         (hashtable_append): New function.
4035         (ptrarray_append): Fix prototype.
4036         (slist_append): Ditto.
4037         (_dbus_gvalue_utils_test): Extend tests.
4038
4039         * glib/dbus-gtype-specialized.c
4040         (dbus_g_type_specialized_init_append): Renamed from
4041         dbus_g_type_specialized_collection_init_append.  Remove const from
4042         value, since we steal it.
4043         (dbus_g_type_specialized_map_append): New function.
4044
4045         * glib/dbus-gtype-specialized.h: Update prototypes.
4046         Add DBusGTypeSpecializedMapAppendFunc.
4047
4048         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4049         _dbus_gvalue_test.
4050         
4051         * glib/dbus-gtest.h: Prototype it.
4052
4053 2005-07-08  Ross Burton  <ross@openedhand.com>
4054
4055         * dbus/dbus-glib.h:
4056         Add DBysGAsyncData for the async bindings.
4057
4058         * glib/dbus-binding-tool-glib.c:
4059         Re-enable the async bindings.
4060
4061         * test/glib/test-dbus-glib.c:
4062         Add a test for the generated async bindings.
4063
4064 2005-07-08  Colin Walters  <walters@verbum.org>
4065
4066         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
4067         connection concept.
4068         
4069 2005-07-08  Colin Walters  <walters@verbum.org>
4070         
4071         * tools/Makefile.am: Kill of print-introspect in favor of using
4072         dbus-send --print-reply=literal.
4073
4074         * test/glib/test-service-glib.xml: 
4075         * test/glib/test-service-glib.c (my_object_get_objs): New test
4076         for "ao".
4077
4078         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
4079         (main): Test GetObjs.
4080
4081         * glib/examples/statemachine/Makefile.am:
4082         * glib/examples/statemachine/sm-marshal.list:
4083         * glib/examples/statemachine/statemachine-client.c:
4084         * glib/examples/statemachine/statemachine-server.c:
4085         * glib/examples/statemachine/statemachine-server.xml:
4086         * glib/examples/statemachine/statemachine.c:
4087         * glib/examples/statemachine/statemachine.h:
4088         * glib/examples/statemachine/statemachine.xml:
4089
4090         New example.
4091
4092         * glib/examples/example-service.c (main): Move invocation
4093         of dbus_g_object_type_install_info earlier, to emphasize it
4094         should only be done once.
4095
4096         * glib/examples/example-signal-emitter.c (main): Ditto.
4097
4098         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
4099
4100         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
4101         (dbus_gvalue_marshal): Update prototypes.
4102
4103         * glib/dbus-gvalue.c: Update all marshalling functions to take
4104         const GValue instead of GValue.
4105         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
4106         types.
4107         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
4108         change.
4109         (dbus_gtype_to_signature): Handle generic collecitons and maps.
4110         Return a newly-allocated string.
4111         (demarshal_proxy, demarshal_object_path, demarshal_object)
4112         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
4113         we get the wrong types from message.
4114         (get_type_demarshaller): New function, extracted from
4115         dbus_gvalue_demarshal.
4116         (demarshal_collection): New function, demarshals generic
4117         collection.
4118         (dbus_gvalue_demarshal): Just invoke result of
4119         get_type_demarshaller.  Throw error if we don't have one.
4120         (marshal_garray_basic): Abort on OOM.
4121         (get_type_marshaller): New function, extracted from
4122         dbus_gvalue_marshal.
4123         (collection_marshal_iterator, marshal_collection): New functions;
4124         implements generic marshalling for an iteratable specialized
4125         collection.
4126         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
4127
4128         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
4129         G_TYPE_STRING.
4130         (ptrarray_value_from_gvalue): Ditto.
4131         (ptrarray_append, ptrarray_free): New functions.
4132         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
4133         (slist_append, slist_end_append, slist_free): New functions.
4134         (dbus_g_type_specialized_builtins_init): Add append fuctions
4135         for GPtrArray and GSList.  Register GSList.
4136         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
4137
4138         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
4139         New.
4140         (dbus_g_type_specialized_collection_init_append)
4141         (dbus_g_type_specialized_collection_append)
4142         (dbus_g_type_specialized_collection_end_append): Prototype.
4143         (DBusGTypeSpecializedCollectionVtable): Add append_func and
4144         end_append_func.
4145
4146         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
4147         (dbus_g_type_specialized_collection_append) 
4148         (dbus_g_type_specialized_collection_end_append): New functions.
4149         (dbus_g_type_map_value_iterate): Take const GValue.
4150         (dbus_g_type_collection_value_iterate): Ditto.
4151
4152         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4153         _dbus_gvalue_utils_test.
4154         
4155         * glib/dbus-gtest.h: Prototype it.
4156
4157         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
4158         using uninitialized owner_list.
4159         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
4160         public API.
4161         (dbus_g_proxy_end_call_internal): Update to use error set
4162         from dbus_gvalue_demarshal instead of setting it here.
4163         (dbus_g_proxy_begin_call): Move return_if_fail here.
4164
4165         * glib/dbus-gobject.c (write_interface): Update for
4166         dbus_gtype_to_signature returning new string.
4167
4168         * configure.in: Add glib/examples/statemachine.
4169
4170 2005-07-08  Joe Shaw  <joeshaw@novell.com>
4171
4172         * configure.in: Add a configure option, --with-console-auth-dir
4173         
4174         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
4175         new setting.  Patch from Kay Sievers.
4176
4177 2005-07-06  Colin Walters  <walters@verbum.org>
4178
4179         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
4180         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
4181         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
4182         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
4183         Delete in favor of dbus_g_proxy_begin_call and
4184         dbus_g_proxy_cancel_call.
4185         (DBusGProxyCall, DBusGProxyCallNotify): New.
4186         (dbus_g_proxy_begin_call): Change prototype to take callback, user
4187         data, and destroy function.  This replaces
4188         dbus_g_pending_call_set_notify.
4189         (dbus_g_proxy_cancel_call): Prototype.
4190         (DBusGAsyncData): Delete, shouldn't be needed anymore.
4191
4192         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
4193         pending_calls map.
4194         (struct _DBusGProxyManager): Add bus_proxy member, which is an
4195         internal proxy for calls to the bus. Remove
4196         pending_nameowner_calls, now the internal proxy keeps track.
4197         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4198         pending_nameowner_calls.
4199         (got_name_owner_cb): Update prototype, and use
4200         dbus_g_proxy_end_call.
4201         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
4202         (dbus_g_proxy_manager_register): Delete directly libdbus code in
4203         favor of using internal proxy.
4204         (dbus_g_proxy_manager_unregister): Update to use
4205         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
4206         (dbus_g_proxy_init): Initialize pending calls map.
4207         (dbus_g_proxy_constructor): New.
4208         (dbus_g_proxy_class_init): Add get/set property functions,
4209         constructor, and add NAME, PATH, and INTERFACE properties.
4210         (cancel_pending_call): New function.
4211         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
4212         cancel them.
4213         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
4214         (GPendingNotifyClosure): New structure.
4215         (d_pending_call_notify, d_pending_call_free): Moved here from
4216         dbus-glib.c.
4217         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
4218         ordering.
4219         (manager_begin_bus_call): New internal function for talking to
4220         internal bus proxy.
4221         (dbus_g_proxy_new): Construct object using GObjet properties.
4222         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
4223         Create closure of same, and insert call into map of pending calls.
4224         (dbus_g_proxy_end_call_internal): Take call id instead of pending
4225         call.  Look up pending call in current set.  Remove it when we've
4226         completed.
4227         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
4228         (dbus_g_proxy_begin_call): Change API to take callback, user data,
4229         and destroy function directly.
4230         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
4231         (dbus_g_proxy_call): Invoke with NULL callback.
4232         (dbus_g_proxy_cancel_call): New function, replaces
4233         dbus_g_pending_call_cancel.
4234
4235         * glib/dbus-gparser.c (validate_signature): Fix call to
4236         dbus_set_g_error.
4237
4238         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
4239         New quark for attaching metadata to GType.
4240         (info_hash): Delete.
4241         (lookup_object_info): Look up using quark.
4242         (dbus_g_object_type_install_info): Check that a type is classed,
4243         not that it's an object.  Also just install type data using quark
4244         instead of using global hash.
4245
4246         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
4247         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
4248         (GPendingNotifyClosure): Delete.
4249         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
4250         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
4251
4252         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
4253         client method generation until we can fix it...
4254         
4255         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
4256         (load_from_service_thread_func): Ditto.
4257
4258         * tools/dbus-names-model.c (struct NamesModel): Hold
4259         DBusGProxyCall.
4260         (have_names_notify): Update prototype, use
4261         dbus_g_proxy_cancel_call.
4262         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
4263
4264         * tools/dbus-monitor.c (filter_func): Update for print_message
4265         API change.
4266
4267         * test/glib/test-dbus-glib.c: Add more tests for async
4268         invocations.  Update many begin_call/end_call pairs to just use
4269         dbus_g_proxy_call.
4270
4271         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
4272         allows us to dump print-introspect.c.
4273
4274         * tools/dbus-print-message.h (print_message): Add literal argument
4275         to print_message which is intended to allow printing arguments without
4276         metadata like "string=".
4277
4278         * tools/dbus-print-message.c (print_iter): Add literal argument.
4279         (print_message): Allow printing string messages literally.
4280
4281 2005-07-05  Colin Walters  <walters@verbum.org>
4282
4283         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4284         Remove value refcount leak, original patch from Jorn Baayen
4285         <jorn@openedhand.com>.  Also remove useless extra value in favor
4286         of prepending to value array directly.
4287
4288 2005-07-02  Colin Walters  <walters@verbum.org>
4289
4290         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
4291
4292 2005-07-01  Colin Walters  <walters@verbum.org>
4293
4294         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
4295         
4296         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
4297         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
4298         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
4299         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
4300
4301 2005-06-30  Colin Walters  <walters@verbum.org>
4302
4303         * test/glib/test-dbus-glib.c:
4304         * test/glib/test-service-glib.c:
4305         * test/glib/test-service-glib.xml: Update tests for new error
4306         setting bits, also add async tests (patch from Ross Burton).
4307
4308         * test/glib/Makefile.am (test_service_glib_LDADD): Add
4309         DBUS_GLIB_THREADS_LIBS.
4310
4311         * glib/dbus-gproxy.c (get_name_owner)
4312         (dbus_g_pending_call_end_valist): Ditto.
4313
4314         * glib/dbus-gobject.c (error_metadata): New mapping from GError
4315         domain (GQuark) to DBusGErrorInfo.  
4316         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
4317         quark in error_metadata.  Take message interface as default
4318         error message interface.
4319         (gerror_to_dbus_error_message): Pass message interface.
4320         (dbus_set_g_error): Resurrected.
4321         (dbus_g_error_info_free): New function.
4322         (dbus_g_object_type_install_info): Use g_type_class_ref instead
4323         of _peek to actually create the object class if it hasn't been
4324         created yet.
4325         (dbus_g_error_domain_register): New function.
4326
4327         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
4328
4329         * glib/dbus-gparser.c (validate_signature): Ditto.
4330
4331         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
4332         (dbus_g_error_domain_register): Prototype.
4333
4334         * glib/dbus-glib.c (dbus_g_error_set): Delete.
4335         Update tests.
4336
4337 2005-06-29  Colin Walters  <walters@verbum.org>
4338
4339         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
4340         DBUS_TYPE_G_OBJECT_PATH.
4341
4342         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
4343         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
4344         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
4345         (dbus_g_object_path_get_g_type): New function.
4346         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
4347         to DBUS_TYPE_G_OBJECT_PATH by default.
4348         (demarshal_proxy): Remove unused name variable.
4349         (demarshal_object_path, marshal_object_path): New functions.
4350         (demarshal_proxy_array, marshal_proxy_array): Delete.
4351         
4352         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
4353         DBUS_TYPE_G_OBJECT_PATH to char *.
4354         (dbus_g_type_get_lookup_function): Map builtin
4355         DBUS_TYPE_G_OBJECT_PATH.
4356
4357         * test/glib/test-dbus-glib.c
4358         * test/glib/test-service-glib.c (my_object_objpath): 
4359         Adapt tests to new object path marshalling.
4360
4361 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4362
4363         * configure.in: force check for Python >= 2.4
4364
4365 2005-06-29  Colin Walters  <walters@verbum.org>
4366         
4367         Patch from Ross Burton <ross@openedhand.com>
4368         
4369         * glib/dbus-gobject.c (invoke_object_method): Unset object
4370         value in all cases, not only in async case.
4371
4372 2005-06-29  Colin Walters  <walters@verbum.org>
4373
4374         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4375         name_call for keeping track of any outgoing GetNameOwner call.
4376         Also add for_owner and associated.
4377         (struct _DBusGProxyManager): Add owner_names, which is hash table
4378         that maps a base name to a list of names it owns (that we're
4379         interested in).  Add pending_nameowner_calls which is a list of
4380         all outstanding GetNameOwner; avoids us having to iterate over
4381         every proxy.  Add unassociated_proxies which keeps track of name
4382         proxies with no associated name owner.
4383         (dbus_g_proxy_manager_unref): Destroy owner_names.
4384         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4385         name refcounts.
4386         (find_name_in_info, name_owner_foreach)
4387         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4388         (dbus_g_proxy_manager_monitor_name_owner)
4389         (dbus_g_proxy_manager_unmonitor_name_owner)
4390         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4391         New functions; they manipulate the owner_names mapping.
4392         (got_name_owner_cb): New function.
4393         (get_name_owner): New function, extracted from
4394         dbus_g_proxy_new_for_name_owner.
4395         (dbus_g_proxy_manager_register): For now we need to keep track of
4396         all NameOwnerChanged.  Also if the proxy is for a name, if we
4397         don't already know the name owner, queue a new GetNameOwner
4398         request and add it to our list of unassociated proxies.  Otherwise
4399         inc the refcount.
4400         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4401         cancel any pending GetNameOwner call, etc.
4402         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4403         the owner_names mapping to look up the current names for the
4404         signal source, and dispatch to any proxies for that name.
4405         (dbus_g_proxy_new): Initialize new members.
4406         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4407         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4408         (dbus_g_pending_call_end_valist): New function, extracted from
4409         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4410         but want to use the GLib infrastructure.  Also note how many
4411         arguments in reply were over.
4412         (dbus_g_pending_call_end): New function, just call
4413         dbus_g_pending_call_end_valist.
4414         (dbus_g_proxy_end_call_internal): Just call
4415         dbus_g_pending_call_end_valist.
4416
4417         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4418         of builtin marshaller for STRING_STRING_STRING.
4419
4420         * test/glib/test-dbus-glib.c: 
4421         * test/glib/test-service-glib.c:
4422         * test/glib/test-service-glib.xml:
4423         Extend tests to cover name proxies, destruction of owner proxies,
4424         etc.
4425         
4426         * glib/examples/example-signal-recipient.c
4427         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4428         
4429         * tools/dbus-send.c (main): Print D-BUS error name in addition
4430         to message.
4431
4432 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4433
4434         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4435         cmessage_function_handler): Patch from 
4436         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4437         by using the Py_GILState_Ensure/Release to synchronize with the
4438         python runtime.
4439         
4440 2005-06-28  Ray Strode  <rstrode@redhat.com>
4441
4442         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4443         babysitter helper process on last unref, bug #2813.
4444
4445 2005-06-27  Colin Walters  <walters@verbum.org>
4446
4447         * test/glib/test-dbus-glib.c: 
4448         * test/glib/test-service-glib.c:
4449         * test/glib/test-service-glib.xml:
4450         Test hash table signal emitting.
4451
4452         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4453         types to their fundamental basis types, since this is what
4454         marshallers operate on.  Also add an entry for VOID__BOXED.
4455         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4456
4457 2005-06-26  Havoc Pennington  <hp@redhat.com>
4458
4459         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4460         from Don Park
4461
4462 2005-06-26  Colin Walters  <walters@verbum.org>
4463
4464         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4465         (dbus_g_error_set): New public function from its ashes; used by
4466         both service-side method implementation and GLib bindings
4467         internals.
4468         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4469         (_dbus_glib_test): Add some tests.
4470
4471         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4472
4473         * test/glib/test-service-glib.c (my_object_throw_error): Use
4474         dbus_g_error_set.
4475
4476         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4477         errors thrown by dbus_g_error_set.
4478
4479         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4480
4481         * glib/dbus-gparser.c (validate_signature): Ditto.
4482
4483         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4484         (dbus_g_proxy_end_call_internal): Ditto.
4485
4486         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4487         converts DBUS_ERROR_x to DBUS_GERROR_x.
4488         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4489
4490         * doc/TODO: Remove error TODO.
4491
4492         * doc/dbus-tutorial.xml: Update with documentation about error
4493         handling.
4494
4495         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4496         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4497         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4498
4499 2005-06-22  Colin Walters  <walters@verbum.org>
4500         
4501         Patch from Ross Burton <ross@openedhand.com>
4502
4503         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4504
4505 2005-06-20  Colin Walters  <walters@verbum.org>
4506
4507         * configure.in: Add glib/examples.
4508
4509         * glib/Makefile.am: Add examples/
4510
4511         * glib/examples/.cvsignore
4512         * glib/examples/Makefile.am
4513         * glib/examples/example-client.c
4514         * glib/examples/example-service.c
4515         * glib/examples/example-service.xml
4516         * glib/examples/example-signal-emitter.c
4517         * glib/examples/example-signal-emitter.xml
4518         * glib/examples/example-signal-recipient.c:
4519         New files; GLib binding examples, ported from
4520         python/examples.
4521
4522 2005-06-20  Colin Walters  <walters@verbum.org>
4523
4524         * dbus/dbus-glib.h: 
4525         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4526         dbus_g_proxy_call.
4527
4528         * glib/dbus-binding-tool-glib.c: 
4529         * doc/dbus-tutorial.xml: 
4530         * test/glib/test-dbus-glib.c: Update for rename.
4531         
4532 2005-06-20  Colin Walters  <walters@verbum.org>
4533
4534         Patch suggested by Ross Burton <ross@openedhand.com>
4535
4536         * glib/dbus-gobject.c (export_signals): Free signal name.
4537         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4538         memory leak.  Add a bit of documentation.
4539         (dbus_g_method_return_error): Free context, and note we do
4540         so.
4541
4542 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4543
4544         * dbus/dbus-glib.h:
4545         * glib/dbus-gobject.c:
4546         * glib/dbus-gproxy.c:
4547         * glib/dbus-gvalue.c: Predeclare structs as 
4548         typedef struct _Something Something instead of 
4549         typedef struct Something Something, so we can 
4550         redeclare the prototypes. Other GNOME libraries 
4551         do this already.
4552
4553 2005-06-17  Colin Walters  <walters@verbum.org>
4554
4555         * tools/dbus-names-model.c (have_names_notify): Fix call
4556         to dbus_g_proxy_end_call.
4557         
4558 2005-06-17  Colin Walters  <walters@verbum.org>
4559
4560         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4561         spew warnings if we get malformed remote signals.
4562
4563         * glib/dbus-gobject.c (propsig_iterate): New function.
4564         (lookup_object_info): New function, extracted from
4565         lookup_object_and_method.
4566         (introspect_properties, introspect_signals): Delete; these
4567         are merged into write_interface.
4568         (write_interface): Write out signals and properties here;
4569         dump the org.gtk.object stuff and use the interface given
4570         in the introspection data blob.  Also fix up property XML.
4571         (lookup_values): New function.
4572         (introspect_interfaces): Gather a mapping from interface to a
4573         list of its methods, signals, and properties, then write out
4574         each interface.
4575         (lookup_object_and_method): Use lookup_object_info.
4576         (struct DBusGSignalClosure): Add interface.
4577         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
4578         we can just use the constant data.
4579         (dbus_g_signal_closure_finalize): Don't free signal name.
4580         (signal_emitter_marshaller): Use interface from signal closure.
4581         (export_signals): Only export signals mentioned in introspection
4582         blob.
4583         (dbus_g_connection_register_g_object): Warn if we have no
4584         introspection data for an object.
4585         (funcsig_equal): Remove unused variable.
4586         (dbus_g_object_register_marshaller): Take varargs instead of
4587         list.
4588         (dbus_g_object_register_marshaller_array): New function,
4589         extracted from old dbus_g_object_register_marshaller.
4590
4591         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
4592         signals and property data.
4593         (write_quoted_string): New function, extracted from generate_glue.
4594         (generate_glue): Write signals and properties to introspection
4595         blob.
4596
4597         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
4598         exported_signals and exported_properties.
4599         (dbus_g_object_register_marshaller): Update prototype.
4600         (dbus_g_object_register_marshaller_array): Prototype.
4601         
4602         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
4603
4604         * test/glib/test-service-glib.c: Add new test signals and method
4605         to emit them.
4606
4607         * test/glib/test-service-glib.xml: Add some test signals.
4608
4609         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
4610         and my-object-marshal.h
4611         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
4612         my-object-marshal.c.
4613         (my-object-marshal.c, my-object-marshal.h): Implement.
4614
4615         * test/glib/.cvsignore: Update.
4616
4617         * doc/TODO: Remove two GLib TODO items fixed by this
4618         patch.
4619
4620 2005-06-16  Colin Walters  <walters@verbum.org>
4621
4622         * doc/TODO: Update for GLib bindings.
4623         
4624 2005-06-16  Colin Walters  <walters@verbum.org>
4625
4626         * glib/dbus-binding-tool-glib.c:
4627         * glib/dbus-gobject.c:
4628         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
4629         from Ross Burton, for his GLib bindings work.
4630
4631 2005-06-16  Colin Walters  <walters@verbum.org>
4632
4633         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
4634         to iterate instead of walking to G_TYPE_INVALID.
4635
4636         Patch based on a patch from Ryan Gammon.
4637
4638 2005-06-16  Colin Walters  <walters@verbum.org>
4639
4640         * bus/bus.c (bus_context_new): Set parser to NULL
4641         after we unref it (Patch from Chris Boscolo, #2174).
4642         
4643 2005-06-16  Colin Walters  <walters@verbum.org>
4644
4645         * python/dbus_bindings.pyx.in: Import size_t,
4646         __int64_t, __uint64_t, and __signed.
4647
4648         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
4649         Define cmsg struct, output it.
4650         (_dbus_read_credentials_unix_socket):
4651         Use cmsg struct.
4652         
4653         Patch from Joe Markus Clarke for FreeBSD support.
4654         
4655 2005-06-16  Colin Walters  <walters@verbum.org>
4656
4657         * tools/dbus-send.c (append_array): Use strtok.
4658         (append_dict): New function.
4659         (type_from_name): New function, extracted from main.
4660         (main): Handle sending dicts.
4661
4662         * tools/dbus-print-message.c (print_iter): Print dict
4663         entries.
4664         
4665 2005-06-16  Colin Walters  <walters@verbum.org>
4666
4667         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
4668         values as the empty string (#2948).
4669         
4670 2005-06-16  Colin Walters  <walters@verbum.org>
4671
4672         * dbus/Makefile.am:
4673         * mono/doc/Makefile.am:
4674         * test/glib/Makefile.am:
4675
4676         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
4677
4678 2005-06-16  Colin Walters  <walters@verbum.org>
4679
4680         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
4681         header byte order from expected byte order (Patch from Chris Wilson, #3475).
4682
4683         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
4684         Increment pointer after swapping fixed array.  Add assertion
4685         for array length.
4686                 
4687 2005-06-15  Colin Walters  <walters@verbum.org>
4688
4689         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
4690         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
4691         
4692 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4693
4694         * NEWS: Update to 0.34
4695
4696 2005-06-15  David Zeuthen  <davidz@redhat.com>
4697
4698         * configure.in (LT_CURRENT): Revert back to 1 as the library
4699         hasn't changed and we've certainly not committed to protocol
4700         stability yet.  All this does is to break ABI. See commit note
4701         from hp@redhat.com 2005-05-05 for details.
4702         
4703 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4704
4705         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
4706         (_dbus_connection_run_builtin_filters): New method
4707         (dbus_connection_dispatch): Run the builtin filters which in turn
4708         runs the peer filter which handles Ping messages.
4709
4710         * doc/TODO: 
4711          - Ping isn't handled: This patch fixes it
4712          
4713          - Add a test case for the Ping message: added TODO item
4714
4715 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4716
4717         * dbus/dbus-message.c:
4718         (dbus_message_has_path): New method
4719         (dbus_message_has_interface): New method
4720         (dbus_message_has_member): New method
4721
4722         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
4723         New method
4724
4725         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
4726         the keyring directory is private to the user
4727
4728         * doc/TODO:
4729          - The convenience functions in dbus-bus.h should perhaps have
4730          the signatures that they would have if they were autogenerated
4731          stubs. e.g. the acquire service function. We should also evaluate
4732          which of these functions to include, in light of the fact that
4733          GLib/Qt native stubs will probably also exist.: Punted
4734
4735          - add dbus_message_has_path(), maybe has_member/interface:
4736          fixed in this patch
4737
4738          - in dbus-keyring.c, enforce that the keyring dir is not
4739          world readable/writable: Fixed in this patch
4740
4741 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
4742
4743         * dbus/dbus-marshal-validate.h: Added a new validation
4744         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
4745         out of memory errors when validating signitures
4746
4747         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
4748         in places where we previously used DBUS_VALID and a FALSE return 
4749         value to indicate OOM
4750         
4751         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
4752         Use a stack to track the number of elements inside containers.  The 
4753         stack values are then used to validate that dict entries have only two
4754         elements within them.
4755         (validate_body_helper): check the reason for failure when validating
4756         varients
4757         
4758         * dbus/dbus-message.c (load_message): use 
4759         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
4760         DBUS_VALID and a FALSE return value to indicate OOM
4761
4762         * doc/TODO: remove "- validate dict entry number of fields" as this
4763         patch fixes it
4764
4765 2005-06-14  David Zeuthen  <davidz@redhat.com>
4766
4767         * bus/bus.c (process_config_every_time): Drop existing conf-dir
4768         watches (if applicable) and add new watches
4769
4770         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
4771         (main): Setup SIGIO signal handler if using D_NOTIFY
4772
4773         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
4774
4775         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
4776         (merge_included): Also merge conf_dirs list
4777         (bus_config_parser_unref): Clear conf_dirs list
4778         (include_dir): Add directory to conf_dirs list
4779         (bus_config_parser_get_conf_dirs): New function
4780
4781         * bus/dir-watch.[ch]: New files
4782
4783         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
4784
4785         * configure.in: Add checks for D_NOTIFY on Linux
4786
4787 2005-06-14  Colin Walters  <walters@verbum.org>
4788
4789         * glib/dbus-binding-tool-glib.c:
4790         * glib/dbus-gobject.c:
4791         * glib/dbus-gvalue.c: Fix indentation and brace style.
4792         
4793 2005-06-14  Ross Burton <ross@openedhand.com>.
4794
4795         * glib/dbus-glib.h: Make DBusGMethodInvocation
4796         a private structure.  Rearrange prototypes a bit.
4797         
4798         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
4799         documentation for first_arg_type.
4800         
4801         * glib/dbus-gobject.c: Move DBusGMethodInvocation
4802         here, add documentation.  Move dbus_g_method_return
4803         and dbus_g_method_return_error into public API
4804         section.
4805
4806 2005-06-14  Colin Walters  <walters@verbum.org>
4807
4808         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
4809         Add missing return statements, noticed by Ross Burton.
4810         
4811 2005-06-13  Ross Burton <ross@openedhand.com>.
4812
4813         * glib/dbus-gobject.c: Handle errors on message
4814         demarshalling by sending error message back.
4815         * glib/dbus-gvalue.c: Initialize return variables.
4816
4817 2005-06-13  Colin Walters  <walters@verbum.org>
4818
4819         * glib/Makefile.am: Fix thinko in last patch.
4820
4821 2005-06-13  Colin Walters  <walters@verbum.org>
4822
4823         * glib/Makefile.am: Move dbus-gtype-specialized.c
4824         and dbus-gtype-specialized.h into a _HEADERS variable,
4825         install them.
4826
4827 2005-06-12  Colin Walters  <walters@verbum.org>
4828
4829         Async signals and various bugfixes and testing by
4830         Ross Burton <ross@openedhand.com>.
4831
4832         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
4833         (dbus_gvalue_genmarshal_name_from_type)
4834         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
4835         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
4836         (dbus_g_value_types_init, dbus_gtype_from_signature)
4837         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
4838         (dbus_gtypes_from_arg_signature): New function prototypes.
4839         (dbus_gvalue_demarshal): Take context and error arguments.
4840         (dbus_gvalue_demarshal_variant): New function.
4841         (dbus_gvalue_demarshal_message): New function.
4842         (dbus_gvalue_store): Delete.
4843
4844         * glib/dbus-gvalue.c:
4845
4846         File has been almost entirely rewritten; now we special-case
4847         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
4848         hash tables correctly, etc.  Full support for recursive values
4849         is not yet complete.
4850
4851         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
4852         argument of signal to G_TYPE_POINTER since we now pass a
4853         structure.
4854         (lookup_g_marshaller): Delete in favor of
4855         _dbus_gobject_lookup_marshaller.
4856         (marshal_dbus_message_to_g_marshaller): Use
4857         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
4858         to handle remote signal callbacks.
4859         (dbus_g_proxy_new_from_proxy): New function; creates a new
4860         DBusGProxy by copying an existing one.
4861         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
4862         (dbus_g_proxy_get_path): New functions.
4863         (dbus_g_proxy_marshal_args_to_message): New function;
4864         factored out of existing code.
4865         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
4866         from a varargs array.
4867         (dbus_g_proxy_begin_call_internal): New function.
4868         (dbus_g_proxy_end_call_internal): New function.
4869         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
4870         as arguments; simply invoke dbus_g_proxy_begin_call_internal
4871         after collecting args into value array.
4872         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
4873         invoke dbus_g_proxy_end_call_internal.
4874         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
4875         end_call_internal.
4876         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
4877         types.
4878         (array_free_all): New function.
4879         (dbus_g_proxy_add_signal): Take GTypes.
4880
4881         * glib/dbus-gobject.h:
4882         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4883         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
4884         Prototype.
4885
4886         * glib/dbus-gobject.c: Add a global marshal_table hash which
4887         stores mappings from type signatures to marshallers.  Change lots
4888         of invocations of dbus_gtype_to_dbus_type to
4889         dbus_gtype_to_signature.
4890         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
4891         (introspect_signals): Fix test for query.return_type.
4892         (set_object_property): Update invocation of dbus_gvalue_demarshal.
4893         (invoke_object_method): Many changes.  Handle asynchronous
4894         invocations.  Convert arguments with
4895         dbus_gvalue_demarshal_message.  Handle errors.  Use
4896         DBusSignatureIter instead of strlen on args. Handle all arguments
4897         generically.  Special-case variants.
4898         (dbus_g_method_return, dbus_g_method_return_error): New function.
4899         (DBusGSignalClosure): New structure, closes over signal
4900         information.
4901         (dbus_g_signal_closure_new): New function.
4902         (dbus_g_signal_closure_finalize): New function.
4903         (signal_emitter_marshaller): New function; is special marshaller
4904         which emits signals on bus.
4905         (export_signals): New function; introspects object signals and
4906         connects to them.
4907         (dbus_g_object_type_install_info): Take GType instead of
4908         GObjectClass.
4909         (dbus_g_connection_register_g_object): Invoke export_signals.
4910         (dbus_g_connection_lookup_g_object): New function.
4911         (DBusGFuncSignature) New structure; used for mapping type
4912         signatures to marshallers.
4913         (funcsig_hash): New function; hashes DBusGFuncSignature.
4914         (funcsig_equal): New function; compares DBusGFuncSignature.
4915         (_dbus_gobject_lookup_marshaller): New function.
4916         (dbus_g_object_register_marshaller): New function; used to
4917         register a marshaller at runtime for a particular signature.
4918
4919         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
4920
4921         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
4922         which notes a server method implementation should be
4923         asynchronous.
4924
4925         * glib/dbus-binding-tool-glib.c
4926         (dbus_binding_tool_output_glib_server): Call
4927         dbus_g_value_types_init.
4928         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
4929         variants specially.
4930         (dbus_g_type_get_lookup_function): Turn GType into an invocation
4931         of a lookup function.
4932         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
4933         (write_untyped_out_args): New method; write output arguments.
4934         (write_formal_declarations_for_direction): Function for
4935         writing prototypes.
4936         (write_formal_parameters_for_direction): Function for
4937         writing implementations.
4938         (write_typed_args_for_direction): Function for writing
4939         arguments prefixed with GTypes.
4940         (write_async_method_client): Write out async version
4941         of method.
4942
4943         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
4944         (dbus_g_type_get_marshal_name): Move mapping from GType
4945         to marshal name into here.
4946         (dbus_g_type_get_c_name): Move into here.
4947         (compute_marshaller): Convert signature to type with
4948         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
4949         (compute_marshaller_name): Ditto.
4950         (compute_marshaller): Handle async signal annotations.
4951         (gather_marshallers): Return if we don't have a known
4952         prefix.
4953         (generate_glue): Collect introspection blob here, and
4954         write all of the blob at the end.  This allows an object
4955         with multiple interfaces to work.
4956         Mark async methods in introspection blob.
4957
4958         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
4959         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
4960         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
4961
4962         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
4963         avoids people accidentally using DBUS_TYPE_* which should
4964         not be necessary anymore.
4965         Do include dbus-gtype-specialized.h, which are utilities
4966         for GLib container types.
4967         Add various #defines for types such as
4968         DBUS_TYPE_G_BOOLEAN_ARRAY.
4969         (DBusGValueIterator, DBusGValue): Define, not fully used
4970         yet.
4971         (dbus_g_value_get_g_type): Type for recursive value.
4972         (dbus_g_value_open, dbus_g_value_iterator_get_value)
4973         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
4974         (dbus_g_value_free): Prototypes.
4975         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
4976         (dbus_g_proxy_set_interface): Prototype.
4977         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
4978         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
4979         types.
4980         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
4981         Accessors.
4982         (DBusGAsyncData, DBusGMethodInvocation): Structures for
4983         doing async invocations.
4984         (dbus_g_method_return, dbus_g_method_return_error):
4985         Prototypes.
4986         * doc/dbus-tutorial.xml: Update GLib section.
4987         
4988         * tools/dbus-viewer.c (load_child_nodes): Update
4989         for new invocation type of dbus_g_proxy_end_call.
4990         (load_from_service_thread_func): Ditto.
4991
4992         * tools/print-introspect.c (main): Ditto.
4993
4994         * tools/dbus-names-model.c (have_names_notify)
4995         (names_model_reload, names_model_set_connection)
4996         Use GTypes.
4997
4998         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
4999         needed since Python bindings use GLib bindings.
5000
5001         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
5002         Add --prefix argument.
5003
5004         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
5005         unneeded --ignore-unsupported arg.
5006         
5007         * test/glib/test-service-glib.c: 
5008         * test/glib/test-service-glib.xml:
5009         * test/glib/test-dbus-glib.c: Add many more tests.
5010
5011 2005-06-06  David Zeuthen  <davidz@redhat.com>
5012
5013         * doc/TODO: Add item about need to remove deprecated functions.
5014
5015         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
5016
5017         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
5018         to repair the ABI which was broken with the last commit.
5019
5020 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
5021
5022         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
5023         (dbus_connection_disconnect): renamed to dbus_connection_close 
5024         for API symmetry with dbus_connection_open
5025         (_dbus_connection_open_internal): 
5026         s/dbus_connection_disconnect/dbus_connection_close
5027
5028         * dbus/dbus-bus.c (dbus_bus_get):
5029         s/dbus_connection_disconnect/dbus_connection_close
5030
5031         * bus/connection.c (bus_connections_unref, 
5032         bus_connections_setup_connection, bus_connections_expire_incomplete):
5033         s/dbus_connection_disconnect/dbus_connection_close
5034
5035         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
5036         kill_client_connection_unchecked, check_hello_connection):
5037         s/dbus_connection_disconnect/dbus_connection_close
5038
5039         * bus/bus.c (new_connection_callback):
5040         s/dbus_connection_disconnect/dbus_connection_close
5041
5042         * tools/dbus-send.c (main):
5043         s/dbus_connection_disconnect/dbus_connection_close
5044
5045         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
5046         s/dbus_connection_disconnect/dbus_connection_close
5047         
5048         * test/test-service.c (path_message_func, filter_func):
5049         s/dbus_connection_disconnect/dbus_connection_close
5050         
5051         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
5052         
5053 2005-05-25  Colin Walters  <walters@verbum.org>
5054
5055         * dbus/dbus-protocol.h: Move various bus service #defines such
5056           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5057           dbus/dbus-shared.h.
5058         * dbus/dbus-shared.h: Various defines moved here.
5059         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
5060
5061 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
5062
5063         * python/__init__.py: Python bindings deserve a minor version
5064         update.  Upped to (0, 40, 2)
5065
5066 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
5067
5068         * python/decorators.py: add explicitly_pass_message decorator
5069         for passing in the dbus message as keyword for edge case signal
5070         handling
5071
5072         * python/matchrules.py (SignalMatchRule.__repr__): fix output
5073         to conform with what dbus expects for match rules
5074         (SignalMatchRule.execute): add the dbus message as a keyword
5075         if the signal handler has requested it
5076
5077         * python/examples/example/signal-recipient.py: added some more
5078         examples on how to hook up to signals
5079
5080 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
5081
5082         * python/decorators.py: import dbus_bindings
5083
5084         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
5085         SignalMatchNode): new classes that implement wildcard signal
5086         callback matching using a tree lookup. Heavily modified from a
5087         patch sent by Celso Pinto (fd.o bug #3241)
5088
5089         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
5090         use new match classes to handle signals.
5091
5092 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
5093         
5094         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
5095
5096 2005-05-18  Havoc Pennington  <hp@redhat.com>
5097
5098         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
5099         gettext. Not really worth requiring yet perhaps, but any
5100         production quality 1.0 would require it so we should go ahead and
5101         get things set up. We do have a couple token calls to
5102         bindtextdomain in the code already.
5103
5104 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
5105
5106         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
5107         when using recursive g_main_loops
5108
5109         * python/_dbus.py (class Bus): add the ProxyObjectClass
5110         alias for ProxyObject to make it easier for the Twisted 
5111         networking framework to integrate dbus.
5112
5113         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
5114         alias for ProxyMethod to make it easier for the Twisted 
5115         networking framework to integrate dbus. 
5116
5117 2005-05-11  Ross Burton  <ross@openedhand.com>
5118
5119         * glib/dbus-glib-tool.c: Add --prefix argument.
5120         * glib/dbus-binding-tool-glib.h: Add prefix argument.
5121         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
5122         Add prefix argument.
5123         (generate_glue): Pass prefix argument down.
5124         (dbus_binding_tool_output_glib_server): Pass prefix to
5125         glib-genmarshal.
5126         
5127 2005-05-11  Colin Walters  <walters@verbum.org>
5128
5129         * tools/dbus-send.c (append_array): New function.
5130         (append_arg): Broken out from main.
5131         (main): Add cheesy hack to send arrays and variants.
5132         (usage): Update.
5133         * tools/dbus-print-message.c (print_iter): Broken out
5134         from main.
5135
5136 2005-05-11  Colin Walters  <walters@verbum.org>
5137
5138         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
5139         New function, returns signature string for signature iter.
5140         * dbus/dbus-signature.h: Prototype it.
5141         * dbus/dbus-message.c (dbus_message_iter_get_signature):
5142         New function, returns signature string for message iter.
5143         (dbus_message_iter_get_array_len): New function, returns
5144         length of array.
5145         (dbus_message_iter_get_fixed_array): Fix assertion; this
5146         function should be used when the iter is pointing to the
5147         contents of an array
5148         * dbus/dbus-message.h: Prototypes.
5149         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
5150         New function; returns length of an array.
5151         * dbus/dbus-marshal-recursive.h: Prototype it.
5152         
5153 2005-05-11  Colin Walters  <walters@verbum.org>
5154
5155         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
5156         compilation error.
5157         
5158 2005-05-08  Havoc Pennington  <hp@redhat.com>
5159
5160         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
5161         daemon's pid, not the parent's pid, to the file descriptor.
5162         Reported by Taj Morton.
5163
5164 2005-05-05  Havoc Pennington  <hp@redhat.com>
5165
5166         * configure.in (LT_*): add notes on how the libtool versioning
5167         works to save thinking. Increment soname to indicate protocol
5168         breakage (though really the library interface hasn't changed I
5169         guess)
5170
5171         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5172         verify the GUID received from server matches what we were
5173         expecting, if we had an expectation
5174
5175         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
5176         (_dbus_auth_get_guid_from_server): new function
5177         (send_begin): parse the OK args
5178
5179         * doc/dbus-specification.xml: add GUID to the auth protocol
5180
5181 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
5182
5183         * Fix my name in previous changelog ;)
5184
5185         * python/proxies.py (ProxyObject.__getattr__): add further patch
5186         from Anthony Baxter to throw an AttributeError when python 
5187         __special__ functions are called instead of marshling them over 
5188         the bus (Bug#1685 comment 3).
5189
5190 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
5191
5192         * python/Makefile.am: changed to use pyexecdir for the binding
5193         shared libraries (Bug#2494)
5194
5195         * python/exceptions.py: bring exceptions over from the bindings
5196         so they can be used in applications (Bug#2036)
5197         Make all exceptions derive from DBusException
5198
5199         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
5200         of classes so that print obj doesn't throw an exception (Bug #1685)
5201
5202 2005-05-03  Ross Burton  <ross@openedhand.com>
5203
5204         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
5205         Return if we get an error during registration.  Set up a
5206         weak reference on object to unregister if object is destroyed.
5207         (unregister_gobject): New function.
5208         
5209 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
5210
5211         * python/dbus_bindings.pyx.in: 
5212         - added new type classes for hinting to the marashaler what type 
5213         to send over the wire
5214         - added int16 and uint16 marshalers
5215         - Fixed a bug in the type constants that caused int32 to go out
5216         as uint16 over the wire
5217         * python/dbus.py: split up into different files and renamed _dbus.py
5218         * python/__init__.py, python/_util.py, python/decorators.py, 
5219         python/exceptions.py, python/proxies.py, python/services.py,
5220         python/types.py: new files split off from dbus.py
5221         * python/Makefile.am: Add new files, remove dbus.py and 
5222         install all python files to <python module dir>/dbus
5223         * python/examples/*: Added #!/usr/bin/env python to the top of
5224         every example.  Patch provided by Tatavarty Kalyan
5225
5226 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5227
5228         * NEWS: Update to 0.33
5229
5230 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5231
5232         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
5233         method for doing async calls
5234         (_pending_call_notification): New C function for handling pendning call
5235         callbacks
5236         (set_notify): New method for setting pending call notification
5237         
5238         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
5239         Async capabilities added to remote method calls
5240         (Sender): class removed
5241         (RemoteService): class removed
5242         (ObjectTree): class removed for now
5243         (RemoteObject): Renamed to ProxyObject
5244         (RemoteMethod): Renamed to ProxyMethod
5245         (method): Decorator added for decorating python methods as dbus methods
5246         (signal): Decorator added for decorating python methods as signal emitters
5247         (ObjectType): Metaclass added for generating introspection data and the
5248         method callback vtable
5249         (Interface): Wrapper class added to wrap objects in a dbus interface
5250         (Object): Uses ObjectType as its metaclass and exports Introspect
5251         of the org.freedesktop.DBus.Introspectable interface
5252         (ValidationException, UnknownMethodException): new exceptions
5253
5254         * python/examples/*: Modified to fit with the new bindings
5255
5256 2005-04-23  Havoc Pennington  <hp@redhat.com>
5257
5258         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
5259         reported by Tony Houghton
5260
5261         * test/test-service.c (main): test
5262         dbus_connection_get_object_path_data()
5263
5264         * dbus/dbus-object-tree.c (find_handler): be sure we always init
5265         the exact_match
5266         (_dbus_object_tree_get_user_data_unlocked): new function used by
5267         dbus_connection_get_object_path_data()
5268         (do_register): add assertion test for get_user_data_unlocked
5269         (object_tree_test_iteration): more tests
5270
5271         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
5272         new function from Dan Reed to let you get the user data from 
5273         dbus_connection_register_object_path()
5274
5275 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
5276
5277         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
5278         in numerous places that did not account for the NULL terminator
5279         (signature_from_seed): changed the manual string copy loop to 
5280         just use strcpy instead
5281         make check should now pass
5282
5283 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
5284
5285         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
5286         so that it allows messages that are not signals to pass in 
5287         NULL as the interface.
5288
5289 2005-04-18  David Zeuthen  <davidz@redhat.com>
5290
5291         * glib/dbus-gmain.c (io_handler_destroy_source): 
5292         (timeout_handler_destroy_source, connection_setup_free): 
5293         Also unref the source to avoid memory leaks.
5294
5295 2005-04-13  David Zeuthen  <davidz@redhat.com>
5296
5297         * bus/config-parser.c (bus_config_parser_new): Bump this to a
5298         more reasonable, yet still totally arbitrary, value :-). 
5299
5300 2005-04-13  David Zeuthen  <davidz@redhat.com>
5301
5302         * doc/TODO: Added an "important for 1.0" item about selinux
5303         allow/deny messages
5304
5305 2005-04-13  David Zeuthen  <davidz@redhat.com>
5306
5307         * bus/selinux.c: Add c-file-style to top of file
5308         (log_audit_callback): Don't free the data here anymore
5309         (bus_selinux_check): Don't take spid and tpid since appending
5310         that to auxdata may OOM.
5311         (bus_selinux_allows_acquire_service): Handle OOM and signal back
5312         to the caller if we are OOM by taking an error object.
5313         (bus_selinux_allows_send): -do-
5314
5315         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
5316         and bus_selinux_allows_send
5317
5318         * bus/bus.c (bus_context_check_security_policy): Pass error and
5319         pass on OOM thrown by bus_selinux_allows_send()
5320
5321         * bus/services.c (bus_registry_acquire_service): Pass error and
5322         pass on OOM thrown by bus_selinux_allows_acquire_service()
5323
5324 2005-04-13  Havoc Pennington  <hp@redhat.com>
5325
5326         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
5327         message at a time to avoid monopolizing the main loop, bug 
5328         #2953 from Benjamin Otte
5329
5330 2005-04-09  Havoc Pennington  <hp@redhat.com>
5331
5332         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
5333         possible overlap, fix from Daniel Reed
5334         (fixup_alignment): fix signedness warnings
5335         (_dbus_string_append_unichar): ditto
5336
5337 2005-04-09  Havoc Pennington  <hp@redhat.com>
5338
5339         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
5340
5341         * glib/dbus-glib-tool.c (main): fix warning
5342
5343         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
5344
5345         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
5346         add a new function that can be used in simple applications that
5347         don't have a main loop and are willing to block
5348
5349 2005-04-05  David Zeuthen  <davidz@redhat.com>
5350
5351         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
5352
5353         * glib/dbus-gmain.c:
5354         (io_handler_destroy_source): Remove from list of IO handlers
5355         of the ConnectionSetup object
5356         (timeout_handler_destroy_source): -do- for timeout handlers
5357         (io_handler_source_finalized): Don't remove from list since
5358         we now do that in io_handler_destroy_source(). Renamed from
5359         io_handler_source_destroyed
5360         (timeout_handler_source_destroyed): -do- for timeout handlers
5361         (connection_setup_free): It is now safe to iterate over all
5362         IO and timeout handlers as the _destroy_source removes them
5363         from the list synchronously
5364
5365 2005-03-30  Havoc Pennington  <hp@redhat.com>
5366
5367         * configure.in: change check to gtk 2.4
5368
5369         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5370         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5371         to 2.4
5372
5373 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5374
5375         * News: Update 0.32
5376
5377         * HACKING: Fixed realease instructions.  configure.in should be updated to
5378           the next release by the person who made the last release.
5379
5380 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5381
5382         * python/lvalue_cast_post_process.py - removed.  Patch has been
5383           submitted to Pyrex maintainers that fixes gcc4.0 errors
5384
5385         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5386
5387 2005-03-24  Daniel Reed  <n@ml.org>
5388
5389         * tools/Makefile.am: Make print-introspect and
5390         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5391
5392 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5393
5394         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5395
5396         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5397           had in Red Hat packages for a while but for some reason never 
5398           got merged upstream
5399           (_dbus_is_a_number): New checks if a string
5400           can be converted to a number and does the conversion if it can
5401           (_dbus_user_database_lookup): Add check to see if the given username
5402           is a udi.  This allows udi's to be used instead of usernames in the
5403           config file.
5404           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5405           is a gdi.  This allows gdi's to be used instead of groupnames in the
5406           config file.
5407
5408 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5409
5410         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5411           code so that it compiles with gcc4.0
5412
5413         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5414           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5415           results back to dbus_binding.c
5416
5417 2005-03-20  Colin Walters  <walters@verbum.org>
5418
5419         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5420
5421         * configure.in: Require GTK+ 2.6.
5422         
5423 2005-03-20  Colin Walters  <walters@verbum.org>
5424
5425         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5426
5427 2005-03-17  Tom Parker  <palfrey@tevp.net>
5428
5429         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5430         print DBUS_UID_UNSET; instead print passed username.  Also
5431         be sure to actually use gid looked up in cache.
5432         
5433         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5434         for DBUS_GID_UNSET and groupname.
5435
5436 2005-03-17  Colin Walters  <walters@verbum.org>
5437
5438         * bus/print-introspect.c: Move to tools/.
5439         * bus/run-with-tmp-session-bus.sh: Ditto.
5440         
5441         * glib/Makefile.am (dbus-glib-bindings.h): Move
5442         generation to tools/Makefile.am.
5443
5444         * test/glib/run-test.sh: Update to handle move
5445         of run-with-tmp-session-bus.sh.
5446
5447         * test/glib/test-service-glib.c: Update to handle
5448         move of dbus-glib-bindings.h.
5449
5450         * tools/print-introspect.c: Moved here
5451         from bus/, and ported to GLib bindings.
5452
5453         * tools/run-with-tmp-session-bus.sh: Moved here
5454         from bus/.
5455
5456         * tools/Makefile.am: Generate dbus-glib-bindings.h
5457         and dbus-bus-introspect.xml here.
5458
5459         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5460         Update.
5461
5462 2005-03-17  Colin Walters  <walters@verbum.org>
5463
5464         * bus/driver.c (write_args_for_direction): Use
5465         _dbus_string_get_const_data to retrieve string;
5466         _dbus_string_get_const_data_len doesn't actually return
5467         a NULL-terminated substring.
5468
5469         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5470         (main): Change to use org_freedesktop_DBus_request_name
5471         instead of using g_proxy_begin_call/end_call.
5472
5473 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5474
5475         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5476         generating the finalizer.  Fixes from Ben Maurer.
5477
5478 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5479
5480         * mono/BusDriver.cs: Update method names: ListServices
5481         becomes ListNames; GetOwner becomes GetNameOwner.
5482
5483         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5484         onto the eval stack when removing the delegate.
5485
5486 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5487
5488         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5489         LT_CURRENT.  Set it to the autoconf variable.
5490                                                                                 
5491         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5492         classes that disconnects the signal handler delegate from the
5493         service object.  Fixes a big leak of proxy objects on the
5494         client side of things.  Patch from Ben Maurer
5495         <bmaurer@ximian.com>
5496
5497 2005-03-12  Colin Walters  <walters@verbum.org>
5498
5499         * bus/driver.c (write_args_for_direction): New function,
5500         parses a type signature into arguments and outputs to
5501         XML.
5502         (bus_driver_handle_introspect): Use it instead of
5503         hardcoding XML for certain signatures.
5504         
5505         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5506         dependency on dbus-daemon.
5507
5508         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5509         argument, pass it to dbus_binding_tool_output_glib_client.
5510
5511         * glib/dbus-binding-tool-glib.c
5512         (generate_client_glue): Protect against multiple inclusion.
5513         (dbus_binding_tool_output_glib_client): Add
5514         G_BEGIN_DECLS/G_END_DECLS.
5515
5516         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5517         Change to just take iface prefix directly.
5518         (write_formal_parameters): Clarify error message.
5519         (check_supported_parameters): New function; checks to see type
5520         signatures of method parameters are supported.
5521         (generate_client_glue): Handle ignore_unsupported flag.
5522         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5523         parameter.
5524
5525         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5526         --ignore-unsupported by default until glib bindings
5527         support arrays.
5528
5529 2005-03-11  Colin Walters  <walters@verbum.org>
5530
5531         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5532         install it.
5533
5534         * bus/print-introspect.c: New file; prints introspection
5535         data for a given name and object path.
5536
5537         * bus/run-with-tmp-session-bus.sh: New file, refactored
5538         from test/glib/run-test.sh.  Creates a temporary session
5539         bus and runs another program.
5540
5541         * test/glib/run-test.sh: Refactor to invoke
5542         run-with-tmp-session-bus.sh.
5543
5544         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5545         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5546         macros instead of hardcoding.
5547
5548         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5549
5550 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5551
5552         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5553         this unref; it doesn't match up evenly in some codepaths.
5554         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5555         this evenly matches with the ref near the top of this function.
5556
5557 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5558
5559         * dbus/dbus-object-tree.c
5560         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5561         and we try to unregister a path that's not registered, still go
5562         through the process of unlocking and don't just return.
5563
5564 2005-03-09  Colin Walters  <walters@verbum.org>
5565
5566         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5567         to this are generated for client-side wrappers.  Invokes a
5568         D-BUS method and returns reply values.  
5569
5570         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5571         function; writes signature string for argument direction.
5572         (write_args_for_direction): Change to pass input values directly
5573         instead of via address, and fix indentation.
5574         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5575         make generated wrappers inlineable.
5576
5577         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
5578         note about using dbus_type_is_fixed.
5579
5580         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
5581         dbus/dbus-signature.c as dbus_type_is_fixed.
5582
5583         All callers updated.
5584
5585         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
5586         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
5587
5588         * dbus/dbus-signature.h: Prototype.
5589
5590         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
5591         error printf code.
5592
5593         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
5594         appropriate instead of just freeing it.
5595         (main): Free returned strings using g_free.
5596
5597         * test/glib/Makefile.am (test-service-glib-glue.h)
5598         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
5599
5600         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
5601         simply maps a simple D-BUS type to GType.
5602         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
5603         GType.
5604         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
5605         initialize the value with it.
5606         (dbus_gvalue_binding_type_from_type): Unused, delete.
5607         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
5608         various types instead of unmarshalling to value data directly.
5609         Remove can_convert boolean.
5610         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
5611         returning directly instead of using can_convert boolean.
5612         (dbus_gvalue_store): New function; not related to D-BUS per-se.
5613         Stores a GValue in a pointer to a value of its corresponding C
5614         type.
5615
5616         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
5617         add dbus_gvalue_store.
5618
5619 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5620
5621         Fix a bunch of lifecycle and memory management problems
5622         in the mono bindings.
5623
5624         * mono/Arguments.cs (Arguments): Implement IDisposable
5625
5626         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
5627         strictly a static class.
5628
5629         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
5630         delegates into this file.
5631         (Connection): Implement IDisposable.
5632         (Dispose): Disconnect the connection and set the raw connection
5633         pointer to IntPtr.Zero.
5634         (~Connection): Call Dispose().
5635         (RegisterObjectPath): Added.  Manages the registration of object
5636         paths so we can cleanly disconnect them at dispose/finalize time.
5637         (UnregisterObjectPath): Ditto.
5638         (set_RawConnection): Unregister all of the object paths when
5639         changing the underlying DBusConnection.  Add them back onto the
5640         new connection, if any.
5641
5642         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
5643         more unmanaged resources anymore, so it's not necessary.  Move all
5644         the DBusObjectPathVTable stuff out of here.
5645         (Handler): Save references to our delegates so that they don't get
5646         finalized.  Call Connection.RegisterObjectPath() instead of
5647         dbus_connection_register_object_path() directly.
5648         (Message_Called): Dispose the message after we're finished with
5649         it.
5650
5651         * mono/Message.cs (Message): Implement IDisposable.
5652         (Dispose): Dispose the Arguments, and set the RawMessage to
5653         IntPtr.Zero.
5654         (SendWithReplyAndBlock): We own the ref to the reply that comes
5655         back from dbus_connection_send_with_reply_and_block() so add a
5656         comment about that and unref it after we've constructed a managed
5657         MethodReturn class around it.  Fixes a big, big leak.
5658
5659         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
5660         method.
5661         (BuildSignalHandler): After we've sent the Signal message, dispose
5662         of it.
5663         (BuildMethod): Dispose of the method call and reply messages after
5664         we've sent the message and extracted the data we want from the
5665         reply.
5666
5667         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
5668         anymore.
5669         (Service_FilterCalled): Dispose of the message after we're
5670         finished with it.
5671
5672 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5673
5674         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
5675         After we attach our pending call to the connection, unref
5676         it.  Fixes a leak.
5677  
5678         * mono/Connection.cs (set_RawConnection): Disconnect our
5679         filter and match callbacks from the old connection and
5680         reconnect them to the new connection, if any.
5681
5682         * mono/DBusType/Array.cs: "Code" is a static member, so
5683         don't use "this" to refer to it.  Fix for stricter checking
5684         in Mono 1.1.4.
5685  
5686         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
5687         object path that we pass into unmanaged code.
5688  
5689         * mono/DBusType/String.cs (Append): Don't leak the string
5690         that we pass into unmanged code.
5691
5692 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
5693         * NEWS: Update for 0.31
5694
5695         * configure.in: Release 0.31
5696         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
5697
5698         * qt/Makefile.am: fixed build
5699
5700         * dbus/Makefile.am: soname bump for libdbus
5701
5702         * glib/Makefile.am: soname bump for libdbus-glib
5703
5704 2005-03-05  Havoc Pennington  <hp@redhat.com>
5705
5706         * dbus/dbus-sysdeps.c:
5707         (pseudorandom_generate_random_bytes_buffer): fix to have no return
5708         value
5709         (_dbus_generate_random_bytes_buffer): fix return value
5710
5711         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
5712         checks actually work, from Tom Parker <fdo@tevp.net>
5713
5714 2005-03-01  Colin Walters  <walters@verbum.org>
5715
5716         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
5717         functions copied from dbus-glib-tool.c.
5718         (main): Convert lots of error code to use them.
5719         Also add some testing for introspection bits.
5720
5721 2005-03-01  Colin Walters  <walters@verbum.org>
5722         
5723         * doc/TODO: Remove introspection signature TODO.
5724
5725 2005-02-27  Colin Walters  <walters@verbum.org>
5726
5727         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
5728         Change return value to const char * instead of int so we can do
5729         full signatures.
5730         (struct PropertyInfo, struct ArgInfo): Store char *.
5731         (property_info_new, arg_info_new): Update parameters, strdup.
5732         (property_info_unref, arg_info_unref): Free.
5733
5734         * glib/dbus-gidl.h: Update prototypes.
5735
5736         * glib/dbus-gparser.c (basic_type_from_string): Delete.
5737         (validate_signature): New function, just validates signature and
5738         sets GError.
5739         (parse_property, parse_arg): Invoke validate_signature.  Store
5740         signature instead of just type code.
5741
5742         * glib/dbus-gvalue.c (base_type_from_signature): New utility
5743         function to return a primary type for a signature, dropping
5744         information about types in container types.
5745         (dbus_gvalue_genmarshal_name_from_type)
5746         (dbus_gvalue_binding_type_from_type)
5747         (dbus_gvalue_ctype_from_type): Update to take full signature
5748          instead of type code.
5749         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
5750
5751         * glib/dbus-gvalue.h: Update prototypes for above.
5752
5753         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
5754         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
5755         (introspect_properties, introspect_signals, write_interface):
5756         Update to handle signatures, and remove usage of
5757         _dbus_gutils_type_to_string.
5758         (handle_introspect): Print out type codes instead of e.g. "string"
5759         in hardcoded introspection XML; also use x_AS_STRING constants
5760         instead of hardcoding in string.
5761
5762         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
5763         to string.  Remove usage of _dbus_gutils_type_to_string.
5764
5765         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
5766
5767         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
5768         deletion.
5769         
5770         * glib/dbus-binding-tool-glib.c (compute_marshaller)
5771         (compute_marshaller_name, generate_glue): Handle signature change
5772         to string.
5773         (write_formal_parameters, write_args_for_direction): Ditto, and
5774         remove FIXME.
5775
5776         * tools/dbus-tree-view.c (type_to_string): Delete.
5777         (info_set_func_text): Update to print full signatures.
5778
5779         * test/glib/test-service-glib.xml: Change types to new
5780         introspection format.
5781
5782 2005-02-26  Havoc Pennington  <hp@redhat.com>
5783
5784         * doc/TODO: remove the "guid" item
5785
5786         * test/glib/test-profile.c (no_bus_thread_func): use open_private
5787         (with_bus_thread_func): use open_private
5788
5789         * dbus/dbus-connection.c (dbus_connection_open_private): new
5790         function that works like the old dbus_connection_open()
5791         (dbus_connection_open): now returns an existing connection if
5792         possible
5793
5794         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
5795         through the GUID to the transport
5796
5797         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
5798         GUID in hex-encoded form.
5799
5800         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
5801         pass GUID argument in to the transport
5802
5803         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
5804         guid argument
5805
5806         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
5807
5808         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
5809
5810 2005-02-25  Havoc Pennington  <hp@redhat.com>
5811
5812         * doc/dbus-specification.xml: document the GUID thing
5813
5814         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
5815         globally unique ID for the server, and put a "guid=hexencoded"
5816         field in the address
5817
5818         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
5819
5820         * dbus/dbus-message.c: ditto
5821
5822         * dbus/dbus-dataslot.c: ditto
5823
5824         * dbus/dbus-list.c: ditto
5825
5826         * dbus/dbus-internals.h: wait, just include
5827         dbus-threads-internal.h here
5828         
5829         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
5830         use in main library
5831
5832         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
5833
5834 2005-02-24  Colin Walters  <walters@verbum.org>
5835
5836         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
5837
5838 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
5839
5840         * glib/Makefile.am: added dbus-gobject.h to sources list
5841         so distcheck doesn't fail
5842         
5843 2005-02-24  Havoc Pennington  <hp@redhat.com>
5844
5845         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
5846         you must disconnect before unref, since locking and other things
5847         are screwed up otherwise. Fix assorted other locking stuff.
5848
5849         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
5850         fix compilation
5851
5852         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
5853         into a private header and don't export from the library
5854
5855         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
5856
5857 2005-02-24  Colin Walters  <walters@verbum.org>
5858         
5859         * dbus/dbus-signature.c: New file; implements various functions
5860         related to type signatures.  Includes an interator for parsing,
5861         validation functions.
5862         (dbus_type_is_basic): Moved here from
5863         dbus-marshal-basic.c:_dbus_type_is_basic.
5864         (dbus_type_is_container): Moved here from
5865         dbus-marshal-basic.c:_dbus_type_is_container.
5866
5867         All callers of _dbus_type_is_container and _dbus_type_is_basic
5868         updated, and include dbus-signature.h.
5869
5870         * dbus/dbus-signature.h: New file; prototypes for the above.
5871
5872         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
5873         dbus-signature.h.
5874
5875         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
5876         function factored out of _dbus_first_type_in_signature.
5877         (_dbus_first_type_in_signature_c_str): New function; returns first
5878         type code for a type signature character.
5879
5880         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
5881         handle function moves.
5882
5883         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
5884
5885         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
5886         function; skips to next complete type in type signature.
5887         Implemented using previous skip_one_complete_type.  Now
5888         skip_one_complete_type just delegates to
5889         _dbus_type_signature_next.
5890
5891         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
5892         to dbus-signature.c
5893         (_dbus_type_is_container): Ditto.
5894
5895         * doc/dbus-specification.xml: Update introspection sample to
5896         use real type signatures.
5897
5898         * dbus/dbus-test.h: Prototype signature test.
5899
5900         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
5901         signature tests.
5902
5903         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
5904
5905 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
5906
5907         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
5908         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
5909
5910 2005-02-21  Colin Walters  <walters@verbum.org>
5911
5912         * dbus/dbus-test-main.c (main): Take optional specific test
5913         argument.
5914
5915         * dbus/dbus-test.c (run_test): New function, runs a test function
5916         with no data directory.
5917         (run_data_test): Like above, but takes data directory.
5918         (dbus_internal_do_not_use_run_tests): Take
5919         specific test argument.  Replace lots of cut n' paste code
5920         with run_test and run_data_test.
5921
5922         * dbus/dbus-test.h: Update prototype for
5923         dbus_internal_do_not_use_run_tests.
5924
5925 2005-02-20  Havoc Pennington  <hp@redhat.com>
5926
5927         Fix bugs reported by Daniel P. Berrange
5928         
5929         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
5930         (protected_change_watch): new function
5931         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
5932         (_dbus_server_add_watch): change to work like the
5933         dbus-connection.c equivalents; like those, probably kind of
5934         busted, but should at least mostly work for now
5935         (dbus_server_disconnect): drop the lock if we were already
5936         disconnected, patch from Daniel P. Berrange
5937
5938         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
5939         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
5940         same stuff
5941
5942         * doc/TODO: todo about unscrewing this mess
5943
5944 2005-02-19  Colin Walters  <walters@verbum.org>
5945
5946         * glib/dbus-binding-tool-glib.c
5947         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
5948
5949         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
5950         as errno.h and sys/stat.h.
5951         (lose): New function, prints error with
5952         newline and exits.
5953         (lose_gerror): Similar, but takes GError for message.
5954         (main): Add --output argument to specify output file to write to,
5955         instead of always printing to stdout.  In this mode, determine
5956         timestamps on source files to see whether any are newer than the
5957         target file.  If not, exit.  Also convert a number of error
5958         messages to use lose (since it's shorter), and switch to using
5959         g_io_channel_shutdown.
5960
5961 2005-02-19  Havoc Pennington  <hp@redhat.com>
5962
5963         * glib/dbus-gobject.c
5964         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
5965
5966         * glib/dbus-glib.c: fix doxygen warnings
5967
5968         * glib/dbus-gparser.c (parse_annotation): error if an annotation
5969         is found on an <arg>
5970
5971 2005-02-17  Colin Walters  <walters@verbum.org>
5972
5973         * glib/dbus-gobject.h: Don't export
5974         _dbus_glib_marshal_dbus_message_to_gvalue_array.
5975         
5976         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
5977         (invoke_object_method): Handle it.
5978
5979         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
5980         Handle rename.
5981         
5982 2005-02-17  Colin Walters  <walters@verbum.org>
5983
5984         * bus/.cvsignore, doc/.cvsignore
5985         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
5986         Update.
5987
5988 2005-02-17  Colin Walters  <walters@verbum.org>
5989         
5990         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
5991         Rename to DBUS_SERVICE_DBUS.
5992         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
5993         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
5994         Change the value from "org.freedesktop.Local"
5995         to "org.freedesktop.DBus.Local".
5996         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
5997         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
5998         DBUS_INTERFACE_INTROSPECTABLE.
5999         Change the value from "org.freedesktop.Introspectable"
6000         to "org.freedesktop.DBus.Introspectable".
6001         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
6002         DBUS_INTERFACE_PROPERTIES.
6003         Change the value from "org.freedesktop.Properties"
6004         to "org.freedesktop.DBus.Properties".
6005         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
6006         DBUS_INTERFACE_PEER.
6007         Change the value from "org.freedesktop.Peer"
6008         to "org.freedesktop.DBus.Peer".
6009         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
6010         DBUS_INTERFACE_LOCAL.
6011         Change the value from "org.freedesktop.Local"
6012         to "org.freedesktop.DBus.Local".
6013
6014         All other users of those constants have been changed.
6015
6016         * bus/driver.c (bus_driver_handle_introspect): Use constants.
6017
6018         * glib/dbus-gobject.c (handle_introspect): Use constants.
6019
6020         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
6021
6022 2005-02-17  Colin Walters  <walters@verbum.org>
6023
6024         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
6025         (parse_node, parse_interface, parse_method, parse_signal)
6026         (parse_property, parse_annotation): Lose if we're currently in an
6027         annotation.
6028         (parse_annotation): New function.
6029         (parser_start_element, parser_end_element): Handle annotation.
6030         (parse_method, parse_interface): Remove support for c_name attribute,
6031         switch to annotations.
6032
6033         * glib/dbus-gidl.h (interface_info_get_binding_names)
6034         (method_info_get_binding_names)
6035         (interface_info_get_binding_name, method_info_get_binding_name)
6036         (interface_info_set_binding_name, method_info_set_binding_name):
6037         Remove.
6038         (interface_info_get_annotations, method_info_get_annotations)
6039         (interface_info_get_annotation, method_info_get_annotation)
6040         (interface_info_add_annotation, method_info_add_annotation):
6041         Prototype.
6042
6043         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
6044         for "bindings".
6045         (struct MethodInfo): Ditto.
6046         Straightfoward conversion of binding methods into annotation methods
6047         as prototyped.
6048
6049         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
6050
6051         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
6052
6053         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
6054         Use new annotation API.
6055
6056         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
6057         annotation element.
6058         
6059         * doc/dbus-specification.xml: Discuss introspection annotations,
6060         include list of well-known annotations.
6061
6062         * test/glib/test-service-glib.xml: Make validate against new DTD.
6063
6064 2005-02-17  Colin Walters  <walters@verbum.org>
6065
6066         This patch is based on initial work from
6067         Paul Kuliniewicz <kuliniew@purdue.edu>.
6068
6069         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
6070         initialization of GValue from dbus type to here.
6071         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
6072         for the "glib-genmarshal" program from a DBus type.
6073         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
6074         into the C name for it we use in the glib bindings.
6075         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
6076         glib C type (not GValue).
6077         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
6078
6079         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
6080         from dbus-gobject.c.
6081
6082         * glib/dbus-gutils.h: Prototype it.
6083
6084         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
6085         (marshal_dbus_message_to_g_marshaller): Use new shared function
6086         dbus_glib_marshal_dbus_message_to_gvalue_array.
6087
6088         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
6089         Will be changed once we have annotations.
6090
6091         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
6092         GStaticRWLock.  Callers updated.
6093         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
6094         (string_table_next): New function for iterating over zero-terminated
6095         string value array.
6096         (string_table_lookup): New function; retrieves specific entry in
6097         array.
6098         (get_method_data): New function; look up method data in object data chunk.
6099         (object_error_domain_prefix_from_object_info)
6100         (object_error_code_from_object_info): New functions, but not implemented yet.
6101         (method_interface_from_object_info): New function; retrieve interface name.
6102         (method_name_from_object_info): New function; retrieve method name.
6103         (method_arg_info_from_object_info): New function; retrieve argument data.
6104         (arg_iterate): New function; iterates over serialized argument data.
6105         (method_dir_signature_from_object_info): New function; returns a
6106         GString holding type signature for arguments for just one
6107         direction (input or output).
6108         (method_input_signature_from_object_info)
6109         (method_output_signature_from_object_info): New functions.
6110         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
6111         converts dbus message arguments into a GValue array.  Used for both
6112         signal handling and method invocation.
6113         (struct DBusGlibWriteIterfaceData): New utility structure.
6114         (write_interface): New function; generate introspection XML for
6115         an interface.
6116         (introspect_interfaces): New function; gathers all interface->methods,
6117         generates introspection XML for them.
6118         (handle_introspect): Invoke introspect_interfaces.
6119         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
6120         (lookup_object_and_method): New function; examines an incoming message
6121         and attempts to match it up (via interface, method name, and argument
6122         signature) with a known object and method.
6123         (gerror_domaincode_to_dbus_error_name): New function; converts a
6124         GError domain and code into a DBus error name.  Needs GError data
6125         added to object introspection to work well.
6126         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
6127         GError.
6128         (invoke_object_method): New function to invoke an object method
6129         looked up via lookup_object_and_method.  Parses the incoming
6130         message, turns it into a GValue array, then invokes the marshaller
6131         specified in the DBusGMethodInfo.  Creates a new message with
6132         either return values or error message as appropriate.
6133         (gobject_message_function): Invoke lookup_object_and_method and
6134         invoke_object_method.
6135
6136         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
6137         (enum DBusBindingOutputMode): New enum for binding output modes.
6138         (pretty_print): Print binding names.
6139         (dbus_binding_tool_error_quark): GError bits.
6140         (version): Fix typo.
6141         (main): Create GIOChannel for output.  Parse new --mode argument,
6142         possible values are "pretty-print", "glib-server", "glib-client".
6143         Use mode to invoke appropriate function.
6144         
6145         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
6146
6147         * glib/dbus-glib-tool.h: New header, just includes GError bits
6148         for now.
6149
6150         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
6151         maps binding style to name.
6152         (struct MethodInfo): Ditto.
6153         (get_hash_keys, get_hash_key): Utility function, returns keys for
6154         a GHashTable.
6155         (interface_info_new, method_info_new): Initialize bindings.
6156         (interface_info_unref, method_info_unref): Destroy bindings.
6157         (method_info_get_binding_names, method_info_get_binding_name)
6158         (interface_info_get_binding_names, interface_info_get_binding_name):
6159         Functions for retrieving binding names.
6160         (method_info_set_binding_name, interface_info_set_binding_name):
6161         Functions for setting binding names.
6162
6163         * glib/dbus-binding-tool-glib.h: New file, has prototypes
6164         for glib binding generation.
6165
6166         * glib/dbus-binding-tool-glib.c: New file, implements server-side
6167         and client-side glib glue generation.
6168
6169         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
6170         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
6171         dbus-glib-tool.h.
6172
6173         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
6174         of using GClosureMarshal directly.
6175         (struct DBusGObjectInfo): Add n_infos member.
6176
6177         * test/glib/test-service-glib.xml: New file; contains introspection data
6178         for MyTestObject used in test-service-glib.c.
6179
6180         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
6181         (my_object_do_nothing, my_object_increment, my_object_throw_error)
6182         (my_object_uppercase, my_object_many_args): New test methods.
6183         (main): Use dbus_g_object_class_install_info to include generated object
6184         info.
6185
6186         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
6187         as well as client-side bindings.
6188
6189         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
6190         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
6191         using both the dbus_gproxy stuff directly as well as the generated bindings.
6192
6193 2005-02-15  Havoc Pennington  <hp@redhat.com>
6194
6195         * dbus/dbus-connection.c (dbus_connection_dispatch): always
6196         complete a pending call, don't run filters first.
6197
6198         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
6199         dbus_pending_call_steal_reply
6200
6201         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
6202         _dbus_connection_block_pending_call
6203         (dbus_pending_call_get_reply): change to steal_reply and return a
6204         ref
6205
6206         * dbus/dbus-connection.c
6207         (dbus_connection_send_with_reply_and_block): port to work in terms
6208         of DBusPendingCall
6209         (_dbus_connection_block_pending_call): replace block_for_reply
6210         with this
6211
6212 2005-02-14  Havoc Pennington  <hp@redhat.com>
6213
6214         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
6215         properly handle looking up group information by name; fix 
6216         from j@bootlab.org
6217
6218 2005-02-13  Havoc Pennington  <hp@redhat.com>
6219
6220         * dbus/dbus-connection.c (dbus_connection_return_message) 
6221         (dbus_connection_borrow_message): hold dispatch lock while message
6222         is outstanding
6223         (_dbus_connection_block_for_reply): hold dispatch lock while we
6224         block for the reply, so nobody steals our reply
6225         (dbus_connection_pop_message): hold the dispatch lock while we
6226         pluck the message
6227
6228 2005-02-13  Havoc Pennington  <hp@redhat.com>
6229
6230         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
6231         (_dbus_connection_release_dispatch)
6232         (_dbus_connection_acquire_io_path)
6233         (_dbus_connection_release_io_path): make the mutex and condvar
6234         control access to the "acquired" flag. Drop the connection lock
6235         while waiting on the condvar. Hopefully these are baby steps in
6236         roughly the right direction.
6237
6238 2005-02-13  Havoc Pennington  <hp@redhat.com>
6239
6240         * dbus/dbus-connection.c: use separate mutexes for the condition
6241         variables; this is some kind of baseline for sanity, but the
6242         condition variables still aren't used correctly afaict
6243
6244 2005-02-13  Havoc Pennington  <hp@redhat.com>
6245
6246         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6247         fix a double-unlock
6248
6249         * dbus/dbus-connection.c
6250         (_dbus_connection_detach_pending_call_unlocked): add this
6251
6252         Initial semi-correct pass through to fix thread locking; there are
6253         still some issues with the condition variable paths I'm pretty
6254         sure
6255         
6256         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
6257         lock/unlock calls
6258
6259         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
6260         rename to add _unlocked
6261         (struct DBusConnection): move "dispatch_acquired" and
6262         "io_path_acquired" to use only one bit each.
6263         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
6264         (dbus_connection_set_watch_functions): hacky fix to reentrancy
6265         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
6266         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
6267         (_dbus_connection_remove_timeout) 
6268         (_dbus_connection_toggle_timeout): drop lock when calling out to
6269         user functions; done in a hacky/bad way.
6270         (_dbus_connection_send_and_unlock): add a missing unlock
6271         (_dbus_connection_block_for_reply): add a missing unlock
6272
6273         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
6274         drop lock in a hacky probably unsafe way to call out to user
6275         function
6276
6277 2005-02-12  Havoc Pennington  <hp@redhat.com>
6278
6279         * tools/dbus-tree-view.c (info_set_func_text): display more
6280         details on args
6281
6282         * bus/driver.c (bus_driver_handle_list_services): list the bus
6283         driver
6284
6285         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
6286
6287         * glib/dbus-gidl.c (signal_info_get_n_args): new function
6288         (method_info_get_n_args): new function
6289
6290 2005-02-12  Havoc Pennington  <hp@redhat.com>
6291
6292         * bus/driver.c (bus_driver_handle_introspect): add introspection
6293         for bus driver
6294
6295 2005-02-12  Havoc Pennington  <hp@redhat.com>
6296
6297         * bus/driver.c: put the signature of each bus driver method in the
6298         table of handlers and check it on incoming calls; this isn't
6299         really useful, but going to add introspect support in a minute.
6300
6301 2005-02-11  Joe Shaw  <joeshaw@novell.com>
6302
6303         * mono/Connection.cs: The unpredictability of finalizers in mono
6304         prevents us from deterministically disconnecting the filters from
6305         the Service class's finalizer, so move tracking of filters and
6306         matches here.  Add API for that.
6307
6308         * mono/Service.cs: Remove the code, add code which calls the
6309         methods now on the Connection class.
6310
6311 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
6312
6313         * python/dbus.py (class Sender): added to support dbus signals better
6314         (Bus::add_signal_receiver): added expand_args parameter which defaults
6315         to True.  When expand args is True the signal handler will pass the 
6316         message arguments as parameters to the signal handler.  If False
6317         revert to previous behavior where the signal handler must get the
6318         argument list from the message.  This is to help port applications
6319         like HAL that have a tendancy to send variable length argument lists.
6320         self._match_rule_to_receivers is now a dict of dicts.
6321         (Bus::remove_signal_receiver): pop handler off the dict intead of 
6322         removing it from a list
6323         (Bus::_signal_func): change signal handlers so that interface,
6324         signal_name, service, path and message are packed into a Sender
6325         object and that is passed to the handler.  If expand_args is True
6326         extract the args list from the message and append it to the parameter
6327         list
6328         
6329         * python/dbus_bindings.pyx.in (class Signature): added to support 
6330         signiature types
6331         (MessageIter::__init__): changed iteration limit to match D-BUS
6332         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
6333         STRUCT and VARIENT type support
6334         (MessageIter::python_value_to_dbus_sig): made recursive to support
6335         recursive types
6336         (MessageIter::append*): added Signature, dict, tuple 
6337         support
6338
6339         * python/examples/example-client.py: added examples of getting tuples
6340         and dicts
6341
6342         * python/examples/example-service.py: added examples of sending tuples
6343         and dicts
6344
6345         * python/examples/example-signal-recipient.py: Fixed to handle new
6346         signal callback format
6347
6348 2005-02-10  Havoc Pennington  <hp@redhat.com>
6349
6350         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
6351         (call dbus_g_proxy_add_signal)
6352
6353         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
6354         escape the hostname
6355         (_dbus_server_new_for_domain_socket): escape the path
6356
6357         * dbus/dbus-address.c (dbus_address_escape_value): new
6358         (dbus_address_unescape_value): new
6359         (dbus_parse_address): unescape values
6360
6361         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6362
6363         * doc/dbus-specification.xml: explain how to escape values in
6364         addresses
6365
6366 2005-02-10  Havoc Pennington  <hp@redhat.com>
6367
6368         * dbus/dbus-message-factory.c (generate_special): modify test to
6369         avoid using a non-basic dict key
6370
6371         * dbus/dbus-marshal-validate-util.c: add test for the below
6372
6373         * doc/dbus-specification.xml: require that dict keys are a basic
6374         type
6375
6376         * dbus/dbus-marshal-validate.c
6377         (_dbus_validate_signature_with_reason): require that dict key is a
6378         basic type
6379
6380 2005-02-10  Havoc Pennington  <hp@redhat.com>
6381
6382         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6383         change to be _and_unlock instead of _unlocked
6384
6385         * dbus/dbus-connection.c
6386         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6387         have no_update so we can find this bug quickly in future
6388
6389 2005-02-10  Havoc Pennington  <hp@redhat.com>
6390
6391         * dbus/dbus-message-util.c (verify_test_message): tests for string
6392         array
6393
6394         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6395         support for arrays of string/signature/path
6396
6397 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6398
6399         * dbus/dbus-connection.c
6400         (_dbus_connection_queue_received_message_link,
6401         _dbus_connection_message_sent): Add the path to
6402         the verbose output.
6403         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6404         _dbus_connection_send_preallocated_unlocked(), updated the
6405         dispatch status, and unlocks.  Fixes a bug where certain
6406         situations (like a broken pipe) could cause a Disconnect message
6407         to not be sent, tricking the bus into thinking a service was still
6408         there when the process had quit.
6409         (_dbus_connection_send_preallocated): Call
6410         _dbus_connection_send_preallocated_and_unlock().
6411         (_dbus_connection_send_and_unlock): Added.  Calls
6412         _dbus_connection_send_preallocated_and_unlock().
6413         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6414         (dbus_connection_send_with_reply): Update the dispatch status and
6415         unlock.
6416
6417         * mono/Service.cs (~Service): Added.  Removes the filter so that
6418         we don't get unmanaged code calling back into a GCed delegate.
6419         (RemoveFilter); Added.
6420
6421 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6422
6423         * dbus/dbus-message.c (dbus_message_iter_open_container):
6424         - Removed check for iterator type being an array because
6425         get_arg_type does not work with writer iterators
6426         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6427
6428 2005-02-07  Havoc Pennington  <hp@redhat.com>
6429
6430         * doc/dbus-specification.xml: some more language cleanups; add
6431         stuff about how to deal with invalid protocol and extension
6432         points; add _ to allowed chars in auth commands; add EXTENSION_
6433         auth command prefix
6434
6435 2005-02-06  Havoc Pennington  <hp@redhat.com>
6436
6437         * s/expected/required/ in a couple places for clarity
6438
6439 2005-02-07  Colin Walters  <walters@verbum.org>
6440
6441         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6442         sender or proposed_recipient.
6443
6444 2005-02-06  Havoc Pennington  <hp@redhat.com>
6445
6446         * dbus/dbus-message-factory.c (generate_special): more tests
6447
6448         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6449         array length that exceeds the maximum
6450
6451 2005-02-05  Havoc Pennington  <hp@redhat.com>
6452
6453         * dbus/dbus-message-factory.c (generate_special): more test cases,
6454         increasing coverage
6455
6456         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6457         reason why a signature was invalid
6458
6459         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6460         skip the length of the string before we look at it in validation
6461
6462         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6463         equal_substring
6464
6465         * dbus/dbus-message.c (_dbus_message_loader_new): default
6466         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6467
6468 2005-02-05  Havoc Pennington  <hp@redhat.com>
6469
6470         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6471         if the signature of a variant was empty
6472         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6473         struct with no element type)
6474
6475         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6476         mangled messages to break things
6477
6478 2005-02-04  Havoc Pennington  <hp@redhat.com>
6479
6480         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6481         g_quark_try_string() so it actually can return 0
6482         (dbus_g_proxy_connect_signal): ditto
6483
6484 2005-02-04  Havoc Pennington  <hp@redhat.com>
6485
6486         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6487         bogus warning
6488         (tristring_from_message): assert cleanly on null path/interface
6489         (should not be possible though I decided later)
6490         (dbus_g_proxy_dispose): move proxy manager unregistration here
6491         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6492         g_return_if_fail() checks
6493
6494 2005-02-04  Havoc Pennington  <hp@redhat.com>
6495
6496         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6497
6498         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6499         (with some minor changes)
6500
6501         * doc/dbus-specification.xml: add deprecated attribute to
6502         introspection format
6503
6504 2005-01-31  Havoc Pennington  <hp@redhat.com>
6505
6506         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6507         think it's sort of right
6508
6509 2005-01-30  Havoc Pennington  <hp@redhat.com>
6510
6511         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6512
6513 2005-01-30  Havoc Pennington  <hp@redhat.com>
6514
6515         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6516
6517         * autogen.sh: change to autotools 1.9
6518
6519         * glib/dbus-gproxy.c: completely change how signals work
6520         (dbus_g_proxy_add_signal): new function to specify signature of a
6521         signal
6522         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6523         and g_warning if the incoming message has the wrong signature.
6524
6525 2005-01-30  Havoc Pennington  <hp@redhat.com>
6526
6527         * tools/dbus-names-model.c (have_names_notify): fix this
6528
6529         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6530         up the string array handling a bit 
6531
6532 2005-01-30  Havoc Pennington  <hp@redhat.com>
6533
6534         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6535         (dbus_g_pending_call_cancel): new function
6536
6537         * dbus/dbus-glib.h: move GType decls for connection/message here;
6538         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6539         here, just kind of rationalizing how we handle all that
6540
6541         * tools/dbus-names-model.c: new file for a tree model listing the
6542         services on a bus
6543
6544         * tools/dbus-tree-view.c (model_new): use proper typing on the
6545         model rows
6546
6547 2005-01-30  Havoc Pennington  <hp@redhat.com>
6548
6549         * glib/dbus-gmain.c: add a custom GSource back that just checks
6550         whether the message queue has anything in it; otherwise, there are 
6551         cases where we won't see messages in the queue since there was no 
6552         IO visible to the glib main loop
6553
6554         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6555         increase default message timeout to 25 seconds
6556
6557 2005-01-30  Havoc Pennington  <hp@redhat.com>
6558
6559         * test/glib/test-profile.c (no_bus_stop_server): remove the
6560         warning about the g_warning that I just fixed
6561
6562         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6563         custom source, seems to be a lot easier to understand and work
6564         better.
6565
6566 2005-01-30  Havoc Pennington  <hp@redhat.com>
6567
6568         I think this main loop thing is conceptually broken, but here are 
6569         some band aids. I'll maybe rewrite it in a minute.
6570         
6571         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6572         custom GSource, so don't pass it in; confusing
6573         (gsource_server_finalize, gsource_connection_finalize): add
6574         finalize handlers that remove all the watches.  
6575
6576 2005-01-30  Havoc Pennington  <hp@redhat.com>
6577
6578         * glib/dbus-gobject.c (introspect_properties): fix the XML
6579         generated
6580
6581         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
6582         which effectively detects the use of freed messages
6583
6584         * glib/dbus-gobject.c (handle_introspect): modify and return the
6585         reply message instead of the incoming message
6586
6587         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
6588         gee, maybe it should SEND THE XML instead of just making a string
6589         and freeing it again ;-)
6590
6591         * tools/dbus-print-message.c (print_message): improve printing of
6592         messages
6593
6594         * configure.in: add debug-glib.service to the output
6595
6596 2005-01-30  Havoc Pennington  <hp@redhat.com>
6597
6598         dbus-viewer introspected and displayed the bus driver
6599         
6600         * dbus/dbus-object-tree.c 
6601         (object_tree_test_iteration): add tests for a handler registered on "/"
6602
6603         * dbus/dbus-object-tree.c
6604         (_dbus_decompose_path): fix to handle path "/" properly
6605         (run_decompose_tests): add tests for path decomposition
6606         
6607         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
6608         properly
6609
6610         * glib/dbus-gobject.c (handle_introspect): fix quotes
6611
6612         * test/glib/run-test.sh: support launching the bus, then running
6613         dbus-viewer
6614
6615         * test/glib/test-service-glib.c (main): put in a trivial gobject
6616         subclass and register it on the connection
6617
6618         * bus/driver.c (bus_driver_handle_introspect): implement
6619         introspection of the bus driver service
6620
6621         * dbus/dbus-protocol.h: add #defines for the XML namespace,
6622         identifiers, doctype decl
6623
6624         * bus/driver.c (bus_driver_handle_get_service_owner): handle
6625         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
6626         returning the service unchanged.
6627         (bus_driver_handle_message): remove old check for reply_serial in
6628         method calls, now the message type deals with that
6629         (bus_driver_handle_message): handle NULL interface
6630
6631         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
6632
6633         * glib/dbus-gloader-expat.c (description_load_from_string): allow
6634         -1 for len
6635
6636         * tools/dbus-viewer.c: add support for introspecting a service on
6637         a bus
6638
6639         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
6640         (dbus_g_pending_call_unref): add
6641
6642 2005-01-29  Havoc Pennington  <hp@redhat.com>
6643
6644         * tools/dbus-tree-view.c: add support for displaying properties.
6645         (run dbus-viewer with an introspect xml file as arg, then resize
6646         the window so the tree elements show up, not sure what that is)
6647
6648         * glib/dbus-gobject.c (handle_introspect): return
6649         org.freedesktop.Properties and org.freedesktop.Introspectable
6650         interfaces when we are introspected.
6651
6652         * doc/dbus-specification.xml: allow empty interface name when 
6653         Get/Set a property
6654
6655 2005-01-29  Havoc Pennington  <hp@redhat.com>
6656
6657         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
6658         though it uses glib, it could be extended for any binding in
6659         principle
6660
6661         * glib/dbus-gobject.c (gobject_message_function): change to the
6662         new way properties work
6663
6664         * dbus/dbus-protocol.h: add the new interfaces
6665
6666         * doc/dbus-specification.xml: document the introspection format,
6667         Introspectable interface, and add an org.freedesktop.Properties
6668         interface.
6669
6670         * glib/dbus-gparser.c: add support for a <property> element
6671
6672         * glib/dbus-gidl.c: add PropertyInfo
6673
6674         * glib/dbus-gobject.c (handle_introspect): put the outermost
6675         <node> outside the signal and property descriptions.
6676         (introspect_properties): export properties as <property> rather
6677         than as method calls
6678
6679 2005-01-28  Havoc Pennington  <hp@redhat.com>
6680
6681         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
6682         related to authentication protocol
6683
6684 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
6685
6686         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
6687                 - BUS_ACTIVATION -> BUS_STARTER
6688                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
6689                 - class MessageIter (__init__): Added recursion checking 
6690                 so we throw a nice error instead of just disconnecting from the
6691                 bus.
6692                 (get): Added arg_type parameter for recursion.
6693                 Removed the nil type
6694                 Added signiture type placeholder (not implemented)
6695                 Added struct type placeholder (not implemented)
6696                 Added varient type placeholder (not implemented)
6697                 Commented out dict type for now     
6698                 (get_element_type): renamed from get_array_type
6699                 (get_*): changed to use the dbus_message_iter_get_basic API
6700                 (get_*_array): removed in favor of recursive get_array method
6701                 (get_array): new recursive method which calls get to marshal
6702                 the elements of the array
6703                 (value_to_dbus_sig): New method returns the corrasponding
6704                 dbus signiture to a python value
6705                 (append): Comment out dict handling for now
6706                 Handle lists with the new recursive API
6707                 Comment out None handling for now
6708                 (append_nil): removed
6709                 (append_*): changed to use dbus_message_iter_append_basic API
6710                 (append_*_array): removed in favor of recursive append_array 
6711                 method
6712                 (__str__): Make it easier to print out recursive iterators
6713                 for debugging
6714                 - class Message (__str__): moved type inspection to the
6715                 MessageIter class' __str__ method
6716                 (get_iter): Added an append parameter wich defaults to False
6717                 If True use the new API's to create an append iterator
6718
6719         * python/dbus.py: Update to use new bindings API
6720                 - TYPE_ACTIVATION -> TYPE_STARTER
6721                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
6722                 - class ActivationBus -> class StarterBus
6723                 - class RemoteObject (__call__): get an append iterator
6724                 - (_dispatch_dbus_method_call): get an append iterator
6725                 - class Object (emit_signal): get an append iterator
6726
6727         * python/examples/: Fixed up the examples to work with the new API
6728                 
6729 2005-01-28  Joe Shaw  <joeshaw@novell.com>
6730
6731         * configure.in: Bump version up to 0.30.
6732
6733         * HACKING: Add a release item to bump the version number up after 
6734         a release.
6735
6736 2005-01-28  Havoc Pennington  <hp@redhat.com>
6737
6738         * doc/dbus-specification.xml: update to describe 16-bit types and
6739         dict entries
6740
6741         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
6742         assertion
6743
6744         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
6745         type
6746
6747         * dbus/dbus-marshal-recursive.c: implement
6748
6749 2005-01-27  Havoc Pennington  <hp@redhat.com>
6750
6751         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
6752
6753         * configure.in: find the right type for 16 and 32 bit ints as well
6754         as 64
6755
6756         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
6757         the 16-bit types so people don't have to stuff them in 32-bit or
6758         byte arrays.
6759
6760 2005-01-27  Havoc Pennington  <hp@redhat.com>
6761
6762         * dbus/dbus-message.c: byteswap the message if you init an
6763         iterator to read/write from it
6764         
6765         * dbus/dbus-marshal-byteswap.c: new file implementing 
6766         _dbus_marshal_byteswap()
6767
6768         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
6769
6770 2005-01-26  Havoc Pennington  <hp@redhat.com>
6771         
6772         * dbus/dbus-marshal-validate-util.c: break this out (and fix
6773         build, apparently - nobody noticed?)
6774         
6775 2005-01-26  Havoc Pennington  <hp@redhat.com>
6776
6777         * dbus/dbus-marshal-recursive.h: remove todo comment
6778
6779 2005-01-25  Joe Shaw  <joeshaw@novell.com>
6780
6781         * Land the mono binding changes to conform to the new APIs.
6782
6783         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
6784         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
6785
6786         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
6787         type code as a string.
6788         (InitAppending): Rename dbus_message_append_iter_init() to
6789         dbus_message_iter_init_append().
6790
6791         * mono/BusDriver.cs: Rename ServiceEventHandler to
6792         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
6793         Rename ServiceOwnerChanged to NameOwnerChanged.
6794
6795         * mono/Connection.cs: Rename BaseService to UniqueName, and the
6796         underlying C call.
6797
6798         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
6799
6800         * mono/Service.cs: Rename Exists to HasOwner, internally rename
6801         dbus_bus_acquire_service() to dbus_bus_request_name().
6802
6803         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
6804         of Type.UnderlyingSystemType to get the correct element type for
6805         the array.
6806         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
6807         dbus_message_get_{element|arg}_type() instead of
6808         dbus_message_iter_init_array_iterator().
6809         (Append): Replace dbus_message_iter_append_array() with
6810         dbus_message_iter_open_container() and
6811         dbus_message_iter_close_container().
6812
6813         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
6814         types have been removed.
6815         
6816         * mono/DBusType/*.cs: Replace calls of
6817         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
6818         but specify the type in the DllImport extern declaration.  Ditto
6819         for dbus_message_iter_append_[type]() ->
6820         dbus_message_iter_append_basic().
6821
6822         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
6823         NameOwnerChangedHandler.
6824
6825 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
6826
6827         * python/dbus_bindings.pyx.in: Rename of methods and bindings
6828                 - get_base_service -> get_unique_name
6829                 - bus_get_base_service -> bus_get_unique_name
6830                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
6831                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
6832                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
6833                 - bus_activate_service -> bus_start_service_by_name
6834                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
6835                 - bus_acquire_service -> bus_request_name
6836                 - dbus_bus_acquire_service -> dbus_bus_request_name
6837                 - bus_service_exists -> bus_name_has_owner
6838                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
6839
6840         * python/dbus.py: Rename of methods
6841                 - activate_service -> start_service_by_name
6842                 - bus_acquire_service -> bus_request_name
6843                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
6844                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
6845
6846         
6847 2005-01-24  Joe Shaw  <joeshaw@novell.com>
6848
6849         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
6850         signature for the method that can't be found.
6851
6852         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
6853         the message has any arguments, we need to call
6854         _dbus_type_reader_get_current_type(), not
6855         _dbus_type_reader_has_next().
6856
6857 2005-01-24  Havoc Pennington  <hp@redhat.com>
6858
6859         * dbus/dbus-message-factory.c: more testing of message validation
6860
6861         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
6862         header
6863
6864 2005-01-23  Havoc Pennington  <hp@redhat.com>
6865
6866         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
6867         get this all working, not many tests in the framework yet though
6868
6869 2005-01-22  Havoc Pennington  <hp@redhat.com>
6870
6871         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
6872         tutorial, based on work from David Wheeler.
6873
6874 2005-01-21  Havoc Pennington  <hp@redhat.com>
6875
6876         * dbus/dbus-bus.c: add more return_if_fail checks
6877
6878         * dbus/dbus-message.c (load_message): have the "no validation"
6879         mode (have to edit the code to toggle the mode for now though)
6880
6881         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
6882         skips all validation; I want to use this at least for benchmark
6883         baseline, I'm not sure if it should be a publicly-available switch.
6884
6885 2005-01-21  Havoc Pennington  <hp@redhat.com>
6886
6887         * glib/dbus-gmain.c: don't put the GLib bindings in the same
6888         toplevel doxygen group as the low-level API stuff
6889
6890         * dbus/dbus.h: note that libdbus is the low-level API
6891
6892 2005-01-20  Havoc Pennington  <hp@redhat.com>
6893
6894         * update-dbus-docs.sh: script to update docs on the web site, only
6895         works for me though. neener.
6896
6897 2005-01-20  Havoc Pennington  <hp@redhat.com>
6898
6899         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
6900         code can reveal bugs in it
6901
6902 2005-01-20  Havoc Pennington  <hp@redhat.com>
6903
6904         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
6905         select() version, patches from Tor Lillqvist
6906
6907 2005-01-20  Havoc Pennington  <hp@redhat.com>
6908
6909         * doc/dbus-tutorial.xml: replace > with &gt;
6910
6911         * bus/services.c (bus_registry_acquire_service): validate the name
6912         and return a better error if it's no good.
6913
6914         * doc/dbus-specification.xml: note NO_AUTO_START change
6915
6916         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
6917         from AUTO_START, we're toggling the default
6918
6919         * bus/dispatch.c: adapt the tests to change of auto-start default
6920
6921 2005-01-18  Havoc Pennington  <hp@redhat.com>
6922
6923         * rename dbus-daemon-1 to dbus-daemon throughout
6924
6925 2005-01-18  Havoc Pennington  <hp@redhat.com>
6926
6927         * Throughout, grand renaming to strip out the use of "service",
6928         just say "name" instead (or "bus name" when ambiguous).  Did not
6929         change the internal code of the message bus itself, only the
6930         programmer-facing API and messages.
6931         
6932         * doc/dbus-specification.xml: further update the message bus section
6933         
6934         * bus/config-parser.c (all_are_equiv): fix bug using freed string
6935         in error case
6936
6937 2005-01-17  Havoc Pennington  <hp@redhat.com>
6938
6939         * dbus/dbus-types.h: remove 16-bit types since we don't use them
6940         ever
6941
6942         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
6943         "invalid name character" not only non-ASCII
6944
6945         * doc/dbus-specification.xml: further update spec, message bus 
6946         parts are still out-of-date but the marshaling etc. stuff is now
6947         accurate-ish
6948
6949 2005-01-17  Havoc Pennington  <hp@redhat.com>
6950
6951         * doc/dbus-specification.xml: partially update spec
6952
6953 2005-01-17  Havoc Pennington  <hp@redhat.com>
6954
6955         * Throughout, align variant bodies according to the contained
6956         type, rather than always to 8. Should save a fair bit of space in
6957         message headers.
6958         
6959         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
6960         fix handling of case where p == end
6961
6962         * doc/TODO: remove the dbus_bool_t item and variant alignment items
6963
6964 2005-01-17  Havoc Pennington  <hp@redhat.com>
6965
6966         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
6967
6968         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
6969         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
6970         are marshaling/unmarshaling a boolean.
6971
6972 2005-01-16  Havoc Pennington  <hp@redhat.com>
6973
6974         This is about it on what can be disabled/deleted from libdbus
6975         easily, back below 150K anyhow. Deeper cuts are more work than 
6976         just turning the code off as I've done here.
6977         
6978         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
6979         signed int convenience funcs
6980
6981         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
6982         verbose mode
6983
6984         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
6985         things out of libdbus
6986
6987         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
6988         
6989         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
6990         tests-enabled-only, though it should probably be deleted)
6991
6992         * dbus/dbus-message-util.c: same stuff
6993
6994         * dbus/dbus-auth-util.c: same stuff
6995
6996 2005-01-16  Havoc Pennington  <hp@redhat.com>
6997
6998         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
6999
7000         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
7001         way for stripping down dbus-userdb.c stuff included in libdbus.
7002         Rename _dbus_parse_uid for consistency.
7003
7004 2005-01-16  Havoc Pennington  <hp@redhat.com>
7005
7006         * dbus/dbus-internals.c (_dbus_real_assert): print the function
7007         name the assertion failed in
7008
7009         * dbus/dbus-internals.h (_dbus_return_if_fail) 
7010         (_dbus_return_val_if_fail): assert that the name of the function
7011         containing the check doesn't start with '_', since we only want to 
7012         use checks on public functions
7013         
7014         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
7015         checks to assertions
7016
7017         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
7018         change checks to asserts for private function
7019
7020         * dbus/dbus-message.c (_dbus_message_set_serial): checks
7021         to asserts for private function
7022
7023         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
7024         broken assertion that was breaking make check
7025         (_dbus_type_reader_array_is_empty): remove this rather than fix
7026         it, was only used in assertions
7027
7028 2005-01-16  Havoc Pennington  <hp@redhat.com>
7029
7030         * test/unused-code-gc.py: hacky script to find code that's used
7031         only by the bus (not libdbus) or used only by tests or not used at
7032         all. It has some false alarms, but looks like we can clean up a
7033         lot of size from libdbus.
7034
7035         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
7036         dbus/Makefile.am: initially move 10K of binary size out of libdbus
7037         
7038 2005-01-16  Havoc Pennington  <hp@redhat.com>
7039
7040         * Add and fix docs according to Doxygen warnings throughout
7041         source.
7042         
7043         * dbus/dbus-marshal-recursive.c
7044         (_dbus_type_reader_array_is_empty): change this to just call
7045         array_reader_get_array_len() and make it static
7046
7047         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
7048         from get_array_type
7049         (dbus_message_iter_init_append): rename from append_iter_init
7050
7051         * dbus/dbus-marshal-recursive.c
7052         (_dbus_type_reader_get_element_type): rename from
7053         _dbus_type_reader_get_array_type
7054
7055 2005-01-15  Havoc Pennington  <hp@redhat.com>
7056
7057         * test/glib/test-profile.c (with_bus_server_filter): fix crash
7058
7059         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
7060         when DBUS_DISABLE_ASSERT
7061         (_dbus_marshal_set_basic): be sure we align for the string length
7062
7063         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
7064         this look faster
7065
7066         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
7067         inline macro version
7068         (_dbus_string_set_byte): provide inline macro version
7069
7070 2005-01-15  Havoc Pennington  <hp@redhat.com>
7071
7072         * Land the new message args API and type system.
7073
7074         This patch is huge, but the public API change is not 
7075         really large. The set of D-BUS types has changed somewhat, 
7076         and the arg "getters" are more geared toward language bindings;
7077         they don't make a copy, etc.
7078
7079         There are also some known issues. See these emails for details
7080         on this huge patch:
7081         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
7082         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
7083         
7084         * dbus/dbus-marshal-*: all the new stuff
7085
7086         * dbus/dbus-message.c: basically rewritten
7087
7088         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
7089         freed blocks to be all non-nul bytes so using freed memory is less
7090         likely to work right
7091
7092         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
7093         DBUS_FAIL_MALLOC=N environment variable, so you can do
7094         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
7095         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
7096         thorough.
7097
7098         * qt/message.cpp: port to the new message args API
7099         (operator<<): use str.utf8() rather than str.unicode()
7100         (pretty sure this is right from the Qt docs?)
7101
7102         * glib/dbus-gvalue.c: port to the new message args API
7103
7104         * bus/dispatch.c, bus/driver.c: port to the new message args API
7105
7106         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
7107         "locked" flag to TRUE and align_offset to 0; I guess we never
7108         looked at these anyhow, but seems cleaner.
7109
7110         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
7111         move allocation padding macro to this header; use it to implement
7112         (_DBUS_STRING_STATIC): ability to declare a static string.
7113
7114         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
7115         change to return TRUE if the interface is not set.
7116
7117         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
7118         to dbus-marshal-validate.[hc]
7119
7120         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
7121         dbus-internals.c
7122
7123         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
7124         to dbus-marshal-*.[hc]
7125
7126         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
7127         function here from dbus-marshal.c
7128
7129 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7130
7131         * NEWS: Update for 0.23.
7132
7133         * configure.in: Release 0.23.
7134
7135 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7136
7137         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
7138         dbus DLL with --debug.  Clean up after the .mdb files this leaves
7139         behind.
7140
7141         * mono/doc/Makefile.am: Need to uninstall the docs on "make
7142         uninstall"
7143
7144         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
7145         is an enum, get the enum's underlying type.  Another mono
7146         1.1.3 fix.
7147
7148 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7149
7150         Patch from Sjoerd Simons <sjoerd@luon.net>
7151
7152         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
7153         DESTDIR.  It breaks stuff.
7154
7155 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7156
7157         Patch from Tambet Ingo <tambet@ximian.com>
7158
7159         * mono/DBusType/Array.cs (Get): Get the underlying element type by
7160         calling type.GetElementType().  The code previously depended on
7161         broken Mono behavior, which was fixed in Mono 1.1.3.
7162
7163         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
7164         Activator.CreateInstance() so that the class's constructor is
7165         called with the right parameters.
7166
7167 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7168
7169         Patch from Timo Teräs <ext-timo.teras@nokia.com>
7170
7171         * dbus/dbus-connection.c
7172         (_dbus_connection_queue_received_message_link): Call
7173         _dbus_connection_remove_timeout() instead of the _locked()
7174         variant, since it's always called from
7175         _dbus_connection_handle_watch(), which handles the locking.
7176         Removed the _locked() variant since it's no longer used.
7177
7178 2005-01-03  Havoc Pennington  <hp@redhat.com>
7179
7180         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
7181         return
7182         
7183 2004-12-26  Havoc Pennington  <hp@redhat.com>
7184
7185         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
7186
7187 2005-01-03  Havoc Pennington  <hp@redhat.com>
7188
7189         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
7190         floating point
7191
7192         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
7193
7194 2005-01-02  Havoc Pennington  <hp@redhat.com>
7195
7196         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
7197
7198 2005-01-01  Havoc Pennington  <hp@redhat.com>
7199
7200         * configure.in: add -Wfloat-equal
7201
7202 2005-01-01  Havoc Pennington  <hp@redhat.com>
7203
7204         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
7205         for a variety of reasons '==' doesn't do this.
7206
7207 2004-12-31  Havoc Pennington  <hp@redhat.com>
7208
7209         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
7210         I keep wishing I had
7211
7212 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7213
7214         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
7215
7216 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7217
7218         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
7219         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
7220         dbus-protocol.h.  Because they are defines and not enums they are not
7221         autogenerated.
7222
7223 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
7224
7225         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
7226         dbus_bus_activate_service
7227
7228         * python/dbus.py (Bus.activate_service): activate a service on the
7229         bus.
7230
7231 2004-12-24  Havoc Pennington  <hp@redhat.com>
7232
7233         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
7234         file format has also changed and I haven't adapted to that yet
7235         
7236         * Makefile.am: load .gcno files from latest gcc
7237
7238 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
7239         * Patch from Rob Taylor <robtaylor@fastmail.fm>
7240
7241         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
7242         lowlevel binding
7243
7244         * python/dbus.py (get_unix_user): Added binding to 
7245         call dbus_bindings.bus_get_unix_user
7246
7247         * python/extract.py: Modified the proto_pat regex to
7248         handle unsigned long
7249
7250 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7251
7252         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
7253         better POSIX compliance.
7254
7255 2004-12-19  Havoc Pennington  <hp@redhat.com>
7256
7257         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
7258         (_dbus_string_insert_8_aligned): new functions
7259
7260         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
7261
7262 2004-12-18  Havoc Pennington  <hp@redhat.com>
7263
7264         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
7265         macro
7266
7267         * dbus/dbus-message.c: fix a comment, and add a still-unused
7268         not-implemented function
7269
7270         * dbus/dbus-marshal.h: fix comment
7271
7272         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
7273
7274 2004-12-17  Joe Shaw  <joeshaw@novell.com>
7275
7276         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
7277         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
7278         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
7279         Type.UnderlyingSystemType to get the actual system type
7280         underneath.  This code previously depended on the broken Mono
7281         behavior, which was fixed in 1.1.3.
7282
7283 2004-11-27  Havoc Pennington  <hp@redhat.com>
7284
7285         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
7286         are disabled
7287         (_dbus_string_get_const_data): inline when asserts are disabled
7288
7289         * dbus/dbus-message.c: record the _dbus_current_generation of
7290         creation so we can complain if dbus_shutdown() is used improperly.
7291         Do this only if checks are enabled.
7292
7293         * dbus/dbus-connection.c: ditto
7294         
7295 2004-11-26  Havoc Pennington  <hp@redhat.com>
7296
7297         * test/glib/test-profile.c: add with_bus mode to profile echoes
7298         that go through the bus.
7299
7300         * test/glib/run-test.sh: add ability to run test-profile
7301
7302         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
7303         config file reload.
7304
7305 2004-11-26  Havoc Pennington  <hp@redhat.com>
7306
7307         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
7308         thing was implemented
7309
7310 2004-11-26  Havoc Pennington  <hp@redhat.com>
7311
7312         * test/glib/test-profile.c: tweak a bit, add support for some
7313         made-up minimal malloc overhead with plain sockets, since in 
7314         real life some sort of buffers are unavoidable thus we could 
7315         count them in the theoretical best case
7316
7317 2004-11-26  Havoc Pennington  <hp@redhat.com>
7318
7319         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
7320         where I was trying to cache one too many messages
7321
7322 2004-11-26  Havoc Pennington  <hp@redhat.com>
7323
7324         * dbus/dbus-message.c: reimplement message cache as an array which 
7325         makes the cache about twice as fast and saves maybe 1.5% overall
7326
7327 2004-11-26  Havoc Pennington  <hp@redhat.com>
7328
7329         * dbus/dbus-threads.c (init_global_locks): forgot to put the
7330         message cache lock here
7331
7332 2004-11-26  Havoc Pennington  <hp@redhat.com>
7333
7334         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
7335         the "char byte_order" next to each other to save 4 bytes
7336         (dbus_message_new_empty_header): reduce preallocation, since the
7337         message cache should achieve a similar effect
7338         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
7339         message cache that keeps a few DBusMessage around in a pool,
7340         another 8% speedup or so.
7341
7342         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
7343
7344 2004-11-25  Havoc Pennington  <hp@redhat.com>
7345
7346         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
7347         to write, without reading or blocking, try it before the poll()
7348         and skip the poll() if nothing remains to write. This is about a
7349         3% speedup in the echo client/server
7350
7351 2004-11-25  Havoc Pennington  <hp@redhat.com>
7352
7353         The primary change here is to always write() once before adding
7354         the write watch, which gives us about a 10% performance increase.
7355         
7356         * dbus/dbus-transport-unix.c: a number of modifications to cope
7357         with removing messages_pending
7358         (check_write_watch): properly handle
7359         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
7360         messages_pending stuff
7361         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7362         AUTHENTICATED cases
7363         (unix_handle_watch): after writing, see if the write watch can be
7364         removed
7365         (unix_do_iteration): assert that write_watch/read_watch are
7366         non-NULL rather than testing that they aren't, since they 
7367         aren't allowed to be NULL. check_write_watch() at the end so 
7368         we add the watch if we did not finish writing (e.g. got EAGAIN)
7369
7370         * dbus/dbus-transport-protected.h: remove messages_pending call,
7371         since it resulted in too much inefficient watch adding/removing; 
7372         instead we now require that the transport user does an iteration 
7373         after queueing outgoing messages, and after trying the first
7374         write() we add a write watch if we got EAGAIN or exceeded our 
7375         max bytes to write per iteration setting
7376
7377         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7378         function
7379
7380         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7381         freed and then accessed, valgrind flagged this bug, fix it
7382
7383         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7384         as the last valid field plus 1, where really it is equal to the
7385         last valid field. Corrects some message corruption issues.
7386
7387         * dbus/dbus-mainloop.c: verbosity changes
7388
7389         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7390         instead of aborting in one of the test codepaths
7391
7392         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7393         caused not printing the pid ever again if a verbose was missing
7394         the newline at the end
7395         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7396
7397         * dbus/dbus-connection.c: verbosity changes; 
7398         (dbus_connection_has_messages_to_send): new function
7399         (_dbus_connection_message_sent): no longer call transport->messages_pending
7400         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7401         try to write() immediately, so we can avoid the write watch. This
7402         is the core purpose of this patchset
7403         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7404         dump the outgoing message queue, so nobody will get confused
7405         trying to send them or thinking stuff is pending to be sent
7406
7407         * bus/test.c: verbosity changes
7408
7409         * bus/driver.c: verbosity/assertion changes
7410
7411         * bus/dispatch.c: a bunch of little tweaks to get it working again
7412         because this patchset changes when/where you need to block.
7413
7414 2004-11-23  Havoc Pennington  <hp@redhat.com>
7415
7416         * test/glib/test-profile.c: modify to accept a plain_sockets
7417         argument in which case it will bench plain sockets instead of
7418         libdbus, for comparison purposes.
7419
7420 2004-11-22  Havoc Pennington  <hp@redhat.com>
7421
7422         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7423         threads for more time, so sysprof can get a grip on it.
7424
7425         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7426         pointless variable
7427
7428 2004-11-13  Havoc Pennington  <hp@redhat.com>
7429
7430         * test/glib/test-profile.c: fix this thing up a bit
7431
7432         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7433         preallocation sizes by a fair bit; not sure if this will be an
7434         overall performance win or not, but it does reduce reallocs.
7435
7436         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7437         the test hack that forced constant realloc if asserts are
7438         disabled, so we can profile sanely. Sprinkle in some
7439         _DBUS_UNLIKELY() which are probably pointless, but before I
7440         noticed the real performance problem I put them in.
7441         (_dbus_string_validate_utf8): micro-optimize this thing a little
7442         bit, though callgrind says it didn't help; then special-case
7443         ascii, which did help a lot; then be sure we detect nul bytes as
7444         invalid, which is a bugfix.
7445         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7446         superstition; use memset to nul the padding instead of a manual
7447         loop.
7448         (_dbus_string_get_length): inline this as a
7449         macro; it showed up in the profile because it's used for loop
7450         tests and so forth
7451
7452 2004-11-10  Colin Walters  <walters@verbum.org>
7453
7454         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7455         for extra paranoia.
7456
7457 2004-11-09  Colin Walters  <walters@verbum.org>
7458
7459         * dbus/dbus-string.c (_dbus_string_get_length): New
7460         function, writes DBusString to C buffer.
7461
7462         * dbus/dbus-string.h: Prototype it.
7463
7464         * dbus/dbus-message.c (dbus_message_type_to_string): New
7465         function, converts message type into C string.
7466
7467         * dbus/dbus-message.h: Prototype it.
7468
7469         * bus/selinux.c (bus_selinux_check): Take source pid,
7470         target pid, and audit data.  Pass audit data to
7471         avc_has_perm.
7472         (log_audit_callback): New function, appends extra
7473         audit information.
7474         (bus_selinux_allows_acquire_service): Also take
7475         service name, add it to audit data.
7476         (bus_selinux_allows_send): Also take message
7477         type, interface, method member, error name,
7478         and destination, and add them to audit data.
7479         (log_cb): Initialize func_audit.
7480         
7481         * bus/selinux.h (bus_selinux_allows_acquire_service)
7482         (bus_selinux_allows_send): Update prototypes 
7483
7484         * bus/services.c (bus_registry_acquire_service): Pass
7485         service name to bus_selinux_allows_acquire_service.
7486
7487         * bus/bus.c (bus_context_check_security_policy): Pass
7488         additional audit data.  Move assignment of dest
7489         to its own line.
7490
7491 2004-11-07  Colin Walters  <walters@verbum.org>
7492
7493         * dbus/dbus-transport-unix.c (do_authentication): Always
7494         initialize auth_completed.
7495         
7496 2004-11-07  Colin Walters  <walters@verbum.org>
7497
7498         * bus/bus.c (load_config): Break into three
7499         separate functions: process_config_first_time_only,
7500         process_config_every_time, and process_config_postinit.
7501         (process_config_every_time): Move call of
7502         bus_registry_set_service_context_table into
7503         process_config_postinit.
7504         (process_config_postinit): New function, does
7505         any processing that needs to happen late
7506         in initialization (and also on reload).
7507         (bus_context_new): Instead of calling load_config,
7508         open config parser here and call process_config_first_time_only
7509         and process_config_every_time directly.  Later, after
7510         we have forked but before changing UID,
7511         invoke bus_selinux_full_init, and then call
7512         process_config_postinit.
7513         (bus_context_reload_config): As in bus_context_new,
7514         load parse file inside here, and call process_config_every_time
7515         and process_config_postinit.
7516
7517         * bus/services.h, bus/services.c
7518         (bus_registry_set_service_context_table): Rename
7519         from bus_registry_set_sid_table.  Take string hash from config
7520         parser, and convert them here into SIDs.
7521
7522         * bus/config-parser.c (struct BusConfigParser): Have
7523         config parser only store a mapping of service->context
7524         string.
7525         (merge_service_context_hash): New function.
7526         (merge_included): Merge context string hashes instead
7527         of using bus_selinux_id_table_union.
7528         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7529         simply create a new string hash.
7530         (bus_config_parser_unref): Unref it.
7531         (start_selinux_child): Simply insert strings into hash,
7532         don't call bus_selinux_id_table_copy_over.
7533
7534         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7535         (bus_selinux_id_table_copy_over): Delete.
7536
7537 2004-11-03  Colin Walters  <walters@verbum.org>
7538
7539         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7540         variables.
7541         
7542 2004-11-03  Colin Walters  <walters@verbum.org>
7543
7544         * bus/test-main.c (test_pre_hook): Fix test logic,
7545         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7546
7547 2004-11-02  Colin Walters  <walters@redhat.com>
7548
7549         * bus/selinux.c (bus_selinux_init): Split into two functions,
7550         bus_selinux_pre_init and bus_selinux_post_init.
7551         (bus_selinux_pre_init): Just determine whether SELinux is
7552         enabled.
7553         (bus_selinux_post_init): Do everything else.
7554
7555         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7556         config file, and bus_selinux_post_init after.  This ensures that
7557         we don't lose the policyreload notification thread that
7558         bus_selinux_init created before forking previously.
7559         
7560         * bus/test-main.c (test_pre_hook): Update for split.
7561
7562 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7563
7564         Patch from Johan Fischer <linux@fischaz.com>
7565         
7566         * mono/doc/Makefile.am (install-data-local): Added directory
7567         install for DESTDIR
7568
7569 2004-10-29  Colin Walters  <walters@redhat.com>
7570
7571         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7572         parameter for fd to write pid to.       
7573
7574         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7575         
7576         * bus/bus.c (bus_context_new): Pass print_pid_fd
7577         to _dbus_become_daemon (bug #1720)
7578
7579 2004-10-29  Colin Walters  <walters@redhat.com>
7580
7581         Patch from Ed Catmur <ed@catmur.co.uk>
7582
7583         * mono/doc/Makefile.am (install-data-local): Handle
7584         DESTDIR.
7585
7586 2004-10-29  Colin Walters  <walters@redhat.com>
7587
7588         * bus/.cvsignore, qt/.cvsignore: Update.
7589
7590 2004-10-29  Colin Walters  <walters@redhat.com>
7591
7592         Patch from Kristof Vansant <de_lupus@pandora.be>
7593
7594         * configure.in: Detect Slackware.
7595         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
7596         * bus/rc.messagebus.in: New file.
7597
7598 2004-10-29  Colin Walters  <walters@redhat.com>
7599
7600         * tools/dbus-monitor.c (filter_func): Return
7601         DBUS_HANDLER_RESULT_HANDLED in filter function
7602         for now.  See:
7603         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
7604
7605 2004-10-29  Colin Walters  <walters@redhat.com>
7606
7607         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
7608
7609         * bus/services.c (bus_registry_acquire_service): 
7610         Correctly retrieve service name from DBusString
7611         for printing.
7612
7613 2004-10-29  Colin Walters  <walters@redhat.com>
7614
7615         * dbus/dbus-glib.h: Update documentation to not
7616         refer to internal APIs.
7617
7618 2004-10-27  Joe Shaw  <joeshaw@novell.com>
7619
7620         * mono/Arguments.cs (GetDBusTypeConstructor):
7621         type.UnderlyingSystemType will return "System.Byte" if you do it
7622         on "byte[]", which is not what we want.  So check the type.IsArray
7623         property and use System.Array instead.
7624
7625 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
7626
7627         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
7628         the DBusUserInfo structure since this is passed into the function.
7629         This would cause a double free when the function that allocated
7630         the structure would try to free it when an error occured.
7631
7632         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
7633         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
7634         for service activation to avoid 32bit/64bit parallel install issues
7635
7636 2004-10-21  Colin Walters  <walters@verbum.org>
7637
7638         * AUTHORS: Fix my email address, the @gnu.org one
7639         has been bouncing for some time.  Also add J5.
7640         
7641 2004-10-21  Colin Walters  <walters@verbum.org>
7642
7643         * dbus/dbus-transport-unix.c (do_authentication): Return
7644         authentication status to callers.
7645         (unix_handle_watch): If we completed authentication this round,
7646         don't do another read.  Instead wait until the next iteration,
7647         after we've read any pending data in the auth buffer.
7648         (unix_do_iteration): Ditto.
7649         (unix_handle_watch): Updated for new do_authentication prototype.
7650
7651 2004-10-18  Colin Walters  <walters@verbum.org>
7652
7653         * bus/selinux.c (bus_selinux_enabled): Handle
7654         --disable-selinux case.
7655         
7656 2004-10-18  Colin Walters  <walters@verbum.org>
7657
7658         * bus/selinux.h: Add bus_selinux_enabled.
7659         
7660         * bus/selinux.c (bus_selinux_enabled): Implement it.
7661         
7662         * bus/config-parser.c (struct include): Add
7663         if_selinux_enabled member.
7664         (start_busconfig_child): Parse if_selinux_enabled
7665         attribute for include.
7666         (bus_config_parser_content): Handle it.
7667
7668         * bus/session.conf.in, bus/system.conf.in: Add
7669         inclusion of context mapping to default config files;
7670         conditional on SELinux being enabled.
7671         
7672         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
7673         
7674         * test/data/invalid-config-files/badselinux-1.conf, 
7675         test/data/invalid-config-files/badselinux-2.conf:
7676         Test files for bad syntax.
7677         
7678 2004-10-17  Colin Walters  <walters@verbum.org>
7679
7680         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
7681         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
7682         format specifier mismatches.
7683
7684 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7685
7686         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
7687         format string.
7688
7689         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
7690         pointer (bug #1540, Leonardo Boiko).
7691
7692 2004-09-28  Jon Trowbridge  <trow@ximian.com>
7693
7694         * mono/BusDriver.cs: Changed BusDriver struct to remove
7695         the ServiceCreated and ServiceDeleted events and replace them
7696         with the new ServiceOwnerChanged event.
7697
7698         * mono/example/BusListener.cs: Added a new example program,
7699         which listens for and reports any ServiceOwnerChanged events
7700         on the bus driver.
7701
7702         * mono/example/Makefile.am (DESTDIR): Build changes for the
7703         new BusListener.cs example.
7704
7705 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7706
7707         * bus/signals.c (bus_match_rule_parse): validate the components of
7708         match rules (bug #1439).
7709
7710         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
7711
7712 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7713
7714         * doc/dbus-specification.xml: document ServiceOwnerChanged
7715         signal.
7716         
7717         * bus/driver.c, bus/driver.h, bus/services.c: Use
7718         ServiceOwnerChanged signal instead of ServiceCreated and
7719         ServiceDeleted.
7720         
7721         * bus/dispatch.c: update testcase for the new signal.
7722
7723 2004-09-20  Jon Trowbridge  <trow@ximian.com>
7724
7725         Patch from Nat Friedman <nat@novell.com>
7726
7727         * mono/Makefile.am: A number of small build fixes to allow "make
7728         distcheck" to succeed.
7729
7730         * mono/example/Makefile.am: "make distcheck" fixes.
7731
7732         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
7733         key in @srcdir@.
7734
7735         * test/Makefile.am: "make distcheck" fixes.
7736
7737 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7738
7739         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
7740
7741         * doc/busconfig.dtd: update the DTD for the at_console attribute.
7742
7743         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
7744         messages after the first one (bug #1389).
7745         
7746         * bus/dispatch.c (check_double_hello_message): add a test case for
7747         the double hello message bug.
7748         (check_existent_service_activation): fix check of spawning error.
7749         
7750 2004-09-16  David Zeuthen  <david@fubar.dk>
7751
7752         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
7753
7754 2004-09-12  David Zeuthen  <david@fubar.dk>
7755
7756         Patch from Kay Sievers <kay.sievers@vrfy.org>
7757
7758         * bus/bus.c (bus_context_new):
7759         * bus/bus.h:
7760         * bus/main.c (usage)
7761         (main):
7762         Add commandline option --nofork to override configuration file
7763         setting.
7764
7765 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7766
7767         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
7768         compilers don't like it (bug #974).
7769
7770 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
7771
7772         * qt/connection.*: Applied patch by Jérôme Lodewyck
7773         <lodewyck@clipper.ens.fr> to integrate an existing
7774         connection into the Qt eventloop
7775
7776 2004-08-30  Jon Trowbridge  <trow@ximian.com>
7777
7778         * mono/BusDriver.cs: Added.  This is a class for interacting with
7779         the org.freedesktop.DBus service.
7780
7781         * mono/Message.cs: Added a mechanism to expose the message that is
7782         currently being dispatched via the static Message.Current
7783         property.  Added Message.Sender and Message.Destination
7784         properties.
7785
7786         * mono/Handler.cs: Expose the dispatched message via
7787         Message.Current when handling method calls.
7788
7789         * mono/Service.cs: Expose the dispatched message via
7790         Message.Current when handling signal emissions.
7791         
7792         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
7793         Connection.BaseService property.
7794
7795 2004-08-28  Havoc Pennington  <hp@redhat.com>
7796
7797         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
7798
7799         More fixes from Steve Grubb
7800         
7801         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
7802         (_dbus_listen_tcp_socket): fix fd leak
7803
7804         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
7805         EINTR to a bit lower in the code
7806
7807 2004-08-26  Jon Trowbridge  <trow@ximian.com>
7808
7809         * bus/driver.c (bus_driver_handle_service_exists): Respond with
7810         TRUE if we are inquiring about the existence of the built-in
7811         org.freedesktop.DBus service.
7812
7813 2004-08-25  John Palmieri  <johnp@redhat.com>
7814         * bus/config-parser.c:
7815         (struct PolicyType): Add POLICY_CONSOLE
7816         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
7817         (start_busconfig_child): Sets up console element when
7818         <policy at_console=""> is encountered in a policy file
7819         (append_rule_from_element): Convert console elements to console
7820         rules.
7821
7822         * bus/policy.c: 
7823         (bus_policy_create_client_policy): Add console rules to the client
7824         policy based on if the client is at the console
7825         (bus_policy_append_console_rule): New function for adding a
7826         console rule to a policy
7827         (bus_policy_merge): Handle console rule merging
7828
7829         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
7830         where we check for console user files
7831         
7832         * dbus/dbus-sysdeps.c:
7833         (_dbus_file_exists): New function which checks if the given
7834         file exists
7835         (_dbus_user_at_console): New function which does the system
7836         specific process of checking if the user is at the console
7837
7838         * dbus/dbus-userdb.c:
7839         (_dbus_is_console_user): New function converts a UID to user name
7840         and then calls the system specific _dbus_user_at_console to 
7841         see if the user is at the console and therefor a console user
7842
7843 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7844
7845         * bus/config-parser.c (set_limit):
7846         * bus/dbus-daemon-1.1.in:
7847         * test/data/valid-config-files/many-rules.conf: set the
7848         max_match_rules_per_connection limt from the config file. 
7849
7850         * doc/busconfig.dtd: update the DTD.
7851
7852         * bus/driver.c: remove some unused variables.
7853
7854 2004-08-24  Mikael Hallendal  <micke@imendio.com>
7855
7856         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
7857         it's been replaced by dbus_g_bus_get
7858
7859 2004-08-23  Colin Walters  <walters@redhat.com>
7860
7861         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7862
7863         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
7864
7865         * bus/selinux.c: Create a thread for policy reload notification.
7866         (bus_selinux_get_policy_root): Implement.
7867
7868         * bus/config-parser.c (start_busconfig_child)
7869         (bus_config_parser_content): Support SELinux-root relative
7870         inclusion.
7871
7872         * configure.in <HAVE_SELINUX>: Add -lpthread.
7873         
7874         * bus/test-main.c (test_pre_hook, test_post_hook): New.
7875         (test_post_hook): Move memory checking into here.
7876         (test_pre_hook, test_post_hook): Move SELinux checks in
7877         here, but conditional on a DBUS_TEST_SELINUX environment
7878         variable.  Unfortunately we can't run the SELinux checks
7879         as a normal user, since they won't have any permissions
7880         for /selinux.  So this will have to be tested manually
7881         for now, until we have virtualization for most of
7882         libselinux.
7883         
7884 2004-08-23  Havoc Pennington  <hp@redhat.com>
7885
7886         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
7887         drop supplementary groups, suggested by Steve Grubb
7888
7889 2004-08-20  Colin Walters  <walters@redhat.com>
7890
7891         * bus/config-parser.c (start_busconfig_child): Remove some unused
7892         variables.
7893         
7894         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
7895         warning.
7896
7897 2004-08-17  Joe Shaw  <joeshaw@novell.com>
7898
7899         * configure.in: If --enable-mono is passed in, if we can't find
7900         mono error out.
7901
7902         * mono/Makefile.am: Use /gacutil to install assemblies into the
7903         GAC and not /root.
7904
7905 2004-08-12  Havoc Pennington  <hp@redhat.com>
7906
7907         * NEWS: update for 0.22
7908
7909         * configure.in: release 0.22
7910
7911 2004-08-11  Colin Walters  <walters@redhat.com>
7912
7913         * tools/dbus-send.c (main, usage): Add --reply-timeout
7914         argument.
7915
7916 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7917
7918         * bus/bus.c (process_config_first_time_only): get rid of an unused
7919         DBusError that was causing a memoy leak (bug #989).
7920
7921         * dbus/dbus-keyring.c, dbus/dbus-message.c:
7922         fix compilation on Solaris/Forte C (bug #974)
7923
7924         * bus/main.c (main): plug two minuscule memleaks.
7925
7926 2004-08-10  Havoc Pennington  <hp@redhat.com>
7927
7928         * doc/dbus-tutorial.xml: add some more info on GLib bindings
7929
7930 2004-08-09  Havoc Pennington  <hp@redhat.com>
7931
7932         * COPYING: switch to Academic Free License version 2.1 instead of
7933         2.0, to resolve complaints about patent termination clause.
7934
7935 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
7936
7937         * README: added documentation for the --enable-python 
7938         configure switch.
7939
7940 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7941
7942         * bus/config-parser.c (bus_config_parser_new): fix an invalid
7943         _unref in the SELinux support.
7944
7945         * doc/busconfig.dtd: update DTD for SELinux support.
7946
7947         * bus/config-loader-libxml.c: fix error handler and parser
7948         initialisation/cleanup. OOM test now works with libxml2 HEAD.
7949
7950         * configure.in: remove the warning about libxml2.
7951
7952         * dbus/dbus-bus.c: silence doxygen warning.
7953
7954 2004-07-31  Colin Walters  <walters@redhat.com>
7955
7956         * configure.in: Move #error in SELinux check to its own line.
7957
7958 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7959
7960         * dbus/dbus-internals.h (_DBUS_SET_OOM):
7961         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
7962         dbus_error_set.
7963
7964         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
7965         broken by the change in the _SET_OOM macros.
7966
7967 2004-07-31  Colin Walters  <walters@redhat.com>
7968
7969         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
7970         BUS_SET_OOM.
7971
7972 2004-07-31  Colin Walters  <walters@redhat.com>
7973
7974         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
7975         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
7976         AC_MSG_CHECKING.
7977
7978 2004-07-24  Havoc Pennington  <hp@redhat.com>
7979
7980         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
7981
7982         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
7983         functionality
7984
7985         * configure.in: add --enable-selinux
7986         
7987         * bus/policy.c (bus_policy_merge): add FIXME to a comment
7988
7989         * bus/main.c (main): initialize and shut down selinux
7990
7991         * bus/connection.c: store SELinux ID on each connection, to avoid 
7992         repeated getting of the string context and converting it into 
7993         an ID
7994
7995         * bus/bus.c (bus_context_get_policy): new accessor, though it
7996         isn't used
7997         (bus_context_check_security_policy): check whether the security
7998         context of sender connection can send to the security context of
7999         recipient connection
8000
8001         * bus/config-parser.c: add parsing for <selinux> and <associate>
8002         
8003         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
8004         implement dbus_connection_get_unix_fd()
8005
8006         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
8007         function, used by the selinux stuff
8008         
8009 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8010
8011         * bus/config-loader-libxml.c: complete the implementation of
8012         libxml backend for config file loader. Doesn't work with full OOM
8013         test yet. 
8014         
8015         * configure.in: change error when selecting libxml into a warning.
8016         
8017         * test/data/invalid-config-files: add two non-well-formed XML
8018         files. 
8019         
8020         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
8021         
8022         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
8023         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
8024         be necessary to read all the buffer. (bug #894)
8025
8026         * bus/activation.c (bus_activation_activate_service): fix a
8027         potential assertion failure (bug #896). Small optimization in the
8028         case of auto-activation messages.
8029
8030         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
8031         add test case for byte-through-vararg bug (#901). patch by Kimmo
8032         Hämäläinen. 
8033
8034 2004-07-28  Anders Carlsson  <andersca@gnome.org>
8035
8036         * python/dbus.py:
8037         * python/dbus_bindings.pyx.in:
8038         Add dbus.init_gthreads (), allow emit_signal to pass
8039         arguments to the signal.
8040         
8041 2004-07-24  Havoc Pennington  <hp@redhat.com>
8042
8043         * AUTHORS: add some people, not really comprehensively, let me
8044         know if I missed you
8045
8046 2004-07-24  Havoc Pennington  <hp@redhat.com>
8047
8048         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
8049         Owen
8050
8051         * test/Makefile.am (DIST_SUBDIRS): here also
8052
8053 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8054
8055         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
8056         breaking build on Solaris, reported by Farhad Saberi on the ML.
8057
8058         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
8059         va_arg invocation to account for integer promotion in the case of
8060         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
8061
8062         * bus/services.c (bus_service_remove_owner): fix bug #902, use
8063         _dbus_list_get_first_link, not _dbus_list_get_first.
8064
8065         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
8066
8067         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
8068         handler functions so that the asserts in _dbus_object_subtree_unref
8069         do not fail.
8070
8071         * dbus/dbus-transport-unix.c (do_reading):
8072         _dbus_transport_queue_messages return value is of type
8073         dbus_bool_t, not DBusDispatchStatus.
8074         
8075 2004-07-19  David Zeuthen  <david@fubar.dk>
8076
8077         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
8078
8079         * bus/dispatch.c:
8080         (check_get_connection_unix_user): Debug says GetProperty; but the
8081         method is called GetConnectionUnixUser
8082         (check_get_connection_unix_process_id): New function
8083         (bus_dispatch_test): Actually call check_get_connection_unix_user();
8084         also call check_get_connection_unix_process_id()
8085         
8086         * bus/driver.c:
8087         (bus_driver_handle_get_connection_unix_process_id): New function,
8088         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
8089         interface
8090         
8091         * dbus/dbus-auth.c:
8092         (handle_server_data_external_mech): Set pid from the credentials
8093         obtained from the socket
8094         
8095         * dbus/dbus-connection.c:
8096         (dbus_connection_get_unix_process_id): New function
8097         
8098         * dbus/dbus-connection.h: 
8099         Add prototype for dbus_connection_get_unix_process_id
8100         
8101         * dbus/dbus-transport.c:
8102         (_dbus_transport_get_unix_process_id): New function
8103         
8104         * dbus/dbus-transport.h:
8105         Add prototype for _dbus_transport_get_unix_process_id
8106         
8107 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8108
8109         * dbus/dbus-message.c: Message counter fix, patch by Christian
8110         Hammond <chipx86@gnupdate.org>
8111
8112 2004-07-18  Seth Nickell  <seth@gnome.org>
8113
8114         * python/dbus.py:
8115         * python/dbus_bindings.pyx.in:
8116         * python/tests/test-client.py:
8117
8118         Add dbus.ByteArray and dbus_bindings.ByteArray
8119         types so that byte streams can be passed back.
8120
8121         Give jdahlin the heaps of credit that are so
8122         rightfully his.
8123         
8124 2004-07-12  Seth Nickell  <seth@gnome.org>
8125
8126         * python/dbus.py:
8127
8128         Add message argument to the default object_method_handler
8129         function.
8130         
8131         * python/dbus_bindings.pyx.in:
8132
8133         Automatically return NIL when passed an empty list
8134         (we can't pass back a list since lists are typed
8135         and we don't have any idea what type the the client
8136         intended the list to be... :-( )
8137         
8138 2004-07-10  Seth Nickell  <seth@gnome.org>
8139
8140         * python/examples/Makefile.am:
8141
8142         Fix distcheck breakage caused by new examples.
8143
8144 2004-07-10  Seth Nickell  <seth@gnome.org>
8145
8146         * python/dbus.py:
8147
8148         Add "message" argument to service-side dbus.Object
8149         methods. This will break existing services written
8150         using the python bindings, but will allow extraction
8151         of all the message information (e.g. who its from).
8152
8153         Add improved "object oriented" signal handling/emission.
8154         
8155         * python/examples/example-service.py:
8156
8157         Nix this example.
8158         
8159         * python/examples/example-signal-emitter.py:
8160         * python/examples/example-signal-recipient.py:
8161
8162         Two new examples that show how to emit and receive
8163         signals using the new APIs.
8164         
8165         * python/examples/example-signals.py:
8166         * python/examples/gconf-proxy-service.py:
8167         * python/examples/gconf-proxy-service2.py:
8168
8169         Add "message" argument to service methods.
8170
8171 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
8172
8173         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
8174         * dbus/bus.c (dbus_bus_get_unix_user)
8175         * doc/dbus-specification.xml: implement GetConnectionUnixUser
8176         method of org.freedesktop.DBus interface.
8177
8178         * bus/dispatch.c: test case
8179
8180 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
8181
8182         * python/Makefile.am: switched include directory from glib/ to dbus/
8183         since dbus-glib.h moved
8184  
8185 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8186
8187         * configure.in: prevent building the gcj stuff and libxml loader
8188         since they are broken.
8189
8190 2004-06-20  Havoc Pennington  <hp@redhat.com>
8191
8192         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
8193         codes from the dbus error names
8194         
8195         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
8196         as dbus/dbus-glib.h and that breakage is now visible due to 
8197         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
8198         
8199         * glib/dbus-glib.h: s/gproxy/g_proxy/
8200
8201         * dbus/dbus-shared.h: new header to hold stuff shared with
8202         binding APIs
8203         
8204         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
8205         than dbus-errors.h
8206
8207         * glib/dbus-glib.h (dbus_set_g_error): move to
8208         dbus-glib-lowlevel.h
8209
8210         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
8211         of stuff to enable this
8212
8213         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
8214
8215         * a bunch of other changes with the same basic "separate glib 
8216         bindings from dbus.h" theme
8217         
8218 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
8219
8220         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
8221
8222         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
8223
8224 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8225
8226         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
8227         the reply value of the ServiceExists message.
8228
8229 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
8230
8231         * python/dbus_bindings.pyx.in: No longer need to parse path
8232         elements and pass them as arrays of strings.  The C API now
8233         accepts plain path strings.
8234         (_build_parsed_path): removed 
8235
8236 2004-06-07  Havoc Pennington  <hp@redhat.com>
8237
8238         * doc/TODO: remove auto-activation item since it's done; sort
8239         items by importance/milestone
8240
8241 2004-06-07  Havoc Pennington  <hp@redhat.com>
8242
8243         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
8244         random signature when using REQUIRED_FIELDS (this hack won't work
8245         in the long term)
8246
8247         * dbus/dbus-message.c: change the signature to be a header field,
8248         instead of message->signature special-case string. Incremental
8249         step forward. Then we can fix up code to send the signature in the
8250         message, then fix up code to validate said signature, then fix up
8251         code to not put the typecodes inline, etc.
8252         (load_one_message): don't make up the signature after the fact
8253         (decode_header_data): require signature field for the known
8254         message types
8255
8256         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
8257
8258         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
8259
8260 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
8261
8262         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
8263
8264         * mono/Handler.cs: Updated to follow new path argument for
8265         (un-)registering objects.
8266
8267         * mono/example/Makefile.am:
8268         * mono/Makefile.am:
8269         * configure.in: Bumped required version for mono and use new -pkg
8270         syntax for deps
8271
8272 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8273
8274         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
8275         registration functions take the path argument as char* instead of
8276         char**.
8277
8278         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
8279         split off the path decompostion part of
8280         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
8281         warnings. 
8282
8283         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
8284         
8285 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8286  
8287         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
8288         machine approach.  A state is implemented as a function that
8289         handles incoming events as specified for that state.
8290         
8291         * doc/dbus-specification.xml: Update auth protocol state machine
8292         specification to match implementation.  Remove some leftover
8293         base64 examples.
8294
8295 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8296
8297         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
8298         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
8299         quiet doxygen.
8300
8301         * Doxyfile.in: remove deprecated options.
8302
8303         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
8304         glib/test-thread.h, glib/test-thread-client.c,
8305         glib/test-thread-server.c, glib/test-profile.c,
8306         glib/test-dbus-glib.c: remove these unused files.
8307
8308 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8309
8310         * dbus/dbus-object-tree.c
8311         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
8312         non-fallback handlers (bug #684).
8313         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
8314         (find_subtree_recurse): report wether the returned subtree is an
8315         exact match or a "fallback" match higher up in the tree.
8316         (object_tree_test_iteration): update test case.
8317
8318 2004-06-01  Seth Nickell  <seth@gnome.org>
8319
8320         * python/dbus_bindings.pyx.in:
8321         * python/tests/test-client.py:
8322
8323         Round off basic type support. Add dicts (yay!), and 
8324         remaining array types.
8325
8326         Make MessageIter more general so it works for dicts too.
8327
8328         Mark all loop variables as C integers.
8329         
8330 2004-05-31  Havoc Pennington  <hp@redhat.com>
8331
8332         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
8333         "in" before "out"
8334
8335         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
8336
8337         * glib/dbus-glib-tool.c (main): set up to have a --self-test
8338         option that runs the tests, and start filling in some code
8339         including for starters just dumping the interfaces to stdout
8340
8341         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
8342
8343         * test/data/valid-introspection-files/lots-of-types.xml: test of
8344         an example introspection file
8345
8346         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
8347         "node" (I think...)
8348
8349 2004-05-31  Seth Nickell  <seth@gnome.org>
8350
8351         * python/dbus_bindings.pyx.in:
8352         * python/tests/test-client.py:
8353
8354         Test Suite: 1
8355         Python Bindings: 0
8356
8357         Fix string array memory trashing bug... oops...
8358
8359 2004-05-30  Seth Nickell  <seth@gnome.org>
8360
8361         * python/dbus.py:
8362
8363         Add a nicer-but-less-flexible alternate API for handling 
8364         calls to virtual objects in dbus.ObjectTree.
8365
8366         Screw up the argument order to the dbus.Object constructor
8367         for consistency with dbus.ObjectTree (and to make dbus_methods
8368         optional for future extension)
8369         
8370         * python/examples/Makefile.am:
8371         * python/examples/gconf-proxy-service.py:
8372         * python/examples/gconf-proxy-service2.py:
8373
8374         Alternate implementation of gconf-proxy-service using the
8375         nicer dbus.ObjectTree API.
8376         
8377         * python/examples/example-service.py:
8378         * python/tests/test-server.py
8379
8380         Reverse the argument order to deal with dbus.Object constructor
8381         changes.
8382         
8383 2004-05-30  Seth Nickell  <seth@gnome.org>
8384
8385         * python/examples/example-client.py:
8386         * python/examples/example-service.py:
8387
8388         Take it back. Lists seem to work but they're broken
8389         in the test suite. Make the base examples use
8390         lists (works fine).
8391
8392 2004-05-30  Seth Nickell  <seth@gnome.org>
8393
8394         * python/dbus_bindings.pyx.in:
8395         * python/tests/test-client.py:
8396
8397         Add some more tests and fix errors that crop up.
8398         Unfortunately, currently it seems like marshalling
8399         and unmarshalling of lists is completely broken :-(
8400
8401 2004-05-30  Seth Nickell  <seth@gnome.org>
8402
8403         * python/dbus_bindings.pyx.in:
8404
8405         Add support for ObjectPath type.
8406
8407         * python/dbus.py:
8408
8409         Refactor message handling code to a common function.
8410         
8411         * python/tests/test-client.py:
8412         * python/tests/test-server.py:
8413
8414         Add tests that check to make sure values of all types
8415         can be echoed from a service w/o mangling.
8416         
8417 2004-05-29  Seth Nickell  <seth@gnome.org>
8418
8419         * python/dbus.py:
8420
8421         Add ObjectTree class which allows implementation
8422         of trees of "virtual" objects. Basically the python
8423         wrapper for "register_fallback".
8424         
8425         * python/examples/Makefile.am
8426         * python/examples/gconf-proxy-client.py:
8427         * python/examples/gconf-proxy-service.py:
8428
8429         Implement a simple GConf proxy service that supports
8430         get/set on string and int GConf keys using the ObjectTree.
8431         
8432 2004-05-29  Seth Nickell  <seth@gnome.org>
8433
8434         * python/dbus.py:
8435         * python/examples/example-client.py:
8436         * python/examples/example-service.py:
8437         * python/examples/list-system-services.py:
8438
8439         Add SessionBus, SystemBus and ActivationBus classes
8440         so you don't need to know the special little BUS_TYPE
8441         flag.
8442         
8443 2004-05-29  Havoc Pennington  <hp@redhat.com>
8444
8445         * bus/config-parser.c (process_test_valid_subdir): temporarily
8446         stop testing config parser OOM handling, since expat has issues
8447         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8448
8449         * bus/dbus-daemon-1.1.in: change requested_reply to
8450         send_requested_reply/receive_requested_reply so we can send the
8451         replies, not just receive them.
8452
8453         * bus/config-parser.c: parse the new
8454         send_requested_reply/receive_requested_reply
8455
8456         * bus/policy.c (bus_client_policy_check_can_send): add
8457         requested_reply argument and use it
8458
8459         * bus/bus.c (bus_context_check_security_policy): pass through
8460         requested_reply status to message send check
8461
8462         * bus/system.conf.in: adapt to requested_reply change
8463         
8464 2004-05-28  Havoc Pennington  <hp@redhat.com>
8465
8466         * test/glib/test-service-glib.c (main): remove unused variable
8467
8468         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8469
8470         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8471         from the enum, no longer in use.
8472
8473         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8474         works right.
8475
8476         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8477         whether error_name passed in is a valid error name.
8478
8479 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8480
8481         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8482         OBJECT_PATH and OBJECT_PATH_ARRAY
8483
8484 2004-05-28  Seth Nickell  <seth@gnome.org>
8485
8486         * python/examples/Makefile.am:
8487
8488         Forget to add Makefile.am. Do not pass go.
8489
8490 2004-05-28  Michael Meeks  <michael@ximian.com>
8491
8492         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8493         fix no int64 case.
8494
8495         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8496
8497         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8498         (_dbus_message_iter_get_basic_type_array): impl.
8499         drastically simplify ~all relevant _get methods to use these.
8500         (_dbus_message_iter_append_basic_array),
8501         (dbus_message_iter_append_basic): impl
8502         drastically simplify ~all relevant _append methods to use these.
8503
8504         * dbus/dbus-message-builder.c (parse_basic_type) 
8505         (parse_basic_array, lookup_basic_type): impl.
8506         (_dbus_message_data_load): prune scads of duplicate /
8507         cut & paste coding.
8508
8509         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8510         (_dbus_demarshal_basic_type): implement,
8511         (demarshal_and_validate_len/arg): beef up debug.
8512         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8513
8514 2004-05-27  Seth Nickell  <seth@gnome.org>
8515
8516         * configure.in:
8517         * python/Makefile.am:
8518
8519         Include the example python apps in the tarball.
8520         
8521         * python/examples/list-system-services.py
8522
8523         Add a python new example that fetches the list of services
8524         from the system bus.
8525         
8526 2004-05-27  Seth Nickell  <seth@gnome.org>
8527
8528         * python/dbus.py:
8529         * python/dbus_bindings.pyx.in:
8530
8531         Fix failure to notify that a signal was not handled,
8532         resulted in hung functions.
8533         
8534 2004-05-25  Colin Walters  <walters@redhat.com>
8535
8536         * tools/dbus-monitor.c (main): Monitor all types of messages.
8537
8538 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8539
8540         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8541         which unregisters the object path and disposes the handler.
8542
8543 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8544  
8545         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8546          
8547         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8548         operands to && so we call dbus_message_iter_next () for the last
8549         argument also.
8550
8551 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8552
8553         * dbus/dbus-object-tree.c
8554         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8555         children even if the requested path isn't registered.
8556         (object_tree_test_iteration): test object_tree_list_registered.
8557
8558         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8559         it to 0.
8560         
8561 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8562
8563         * doc/TODO: Remove resolved items.
8564
8565         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8566         field.
8567         
8568         * bus/connection.c (bus_connections_expect_reply): Enforce the
8569         per-connection limit on pending replies.
8570         
8571         Patch from Jon Trowbridge <trow@ximian.com>:
8572  
8573         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8574         up a watch that triggers a config reload when one end of the pipe
8575         becomes readable.
8576         (signal_handler): Instead of doing the config reload in our SIGHUP
8577         handler, just write to the reload pipe and let the associated
8578         watch handle the reload when control returns to the main loop.
8579  
8580         * bus/driver.c (bus_driver_handle_reload_config): Added.
8581         Implements a ReloadConfig method for requesting a configuration
8582         file reload via the bus driver.
8583  
8584 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
8585
8586         * HACKING: Updated release instructions concerning the wiki page.
8587
8588 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
8589
8590         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
8591         filter against auth->allowed_mechs; we only add allowed mechs in
8592         record_mechanisms().
8593  
8594         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
8595         ALLOWED_MECHS to auth-script format so we can set the list of
8596         allowed mechanisms.
8597  
8598         * data/auth/client-out-of-mechanisms.auth-script: New test to
8599         check client disconnects when it is out of mechanisms to try.
8600  
8601         * dbus/dbus-auth.c (process_command): Remove check for lines
8602         longer that 1 MB; we only buffer up maximum 16 kB.
8603  
8604         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
8605         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
8606         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
8607         assume there might be unused bytes.
8608  
8609         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
8610         client-out-of-mechs, it is handled in process_reject(). Move check
8611         for max failures to send_rejected(), as it's a server-only thing.
8612
8613         * dbus/dbus-auth.c: Factor out protocol reply code into functions
8614         send_auth(), send_data(), send_rejected(), send_error(),
8615         send_ok(), send_begin() and send_cancel().
8616
8617 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
8618
8619         Remove base64 encoding, replace with hex encoding. Original patch
8620         from trow@ximian.com, added error handling.
8621
8622         * dbus/dbus-string.c (_dbus_string_base64_encode)
8623         (_dbus_string_base64_decode): Remove.
8624         (_dbus_string_hex_decode): Add end_return argument so we can
8625         distinguish between OOM and invalid hex encoding.
8626         (_dbus_string_test): Remove base64 tests and add test case for
8627         invalid hex.
8628
8629         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
8630         Replace base64 with hex.
8631
8632         * test/data/auth/invalid-hex-encoding.auth-script: New test case
8633         for invalid hex encoded data in auth protocol.
8634
8635 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8636
8637         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
8638         leak.
8639
8640 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8641
8642         * mono/dbus-sharp.dll.config.in: Added for GAC
8643         * mono/dbus-sharp.snk: Added for GAC
8644         * mono/Assembly.cs.in: Added for GAC
8645         * mono/Makefile.am: Changes for GAC installation        
8646         * configure.in: Added refs for dbus-sharp.dll.config.in and
8647         Assembly.cs.in. More fixes for mono testing
8648         * mono/example/Makefile.am: Changed var to CSC
8649         * Makefile.am: Changed flag name to DBUS_USE_CSC
8650
8651 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8652
8653         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
8654         * mono/doc/*: Added documentation framework
8655         * configure.in: Added monodoc check
8656         * README: Added description of mono configure flags
8657
8658 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
8659
8660         * doc/dbus-specification.xml: Added a "Required" column to the 
8661         header fields table and changed the "zero or more" verbage in
8662         the above paragraph to read "The header must contain the required 
8663         named header fields and zero or more of the optional named header 
8664         fields".
8665         * test/data/invalid-messages/*.message: Added the required PATH 
8666         named header field to the tests so that they don't fail on 
8667         'Missing path field'
8668
8669 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
8670
8671         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
8672         the stack by implicitly defining variable and parameter types and
8673         removing the hack of defining C pointers as python objects and later
8674         casting them.
8675
8676 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
8677
8678         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
8679
8680 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
8681
8682         * mono/DBusType/Dict.cs: Handle empty dicts
8683         * mono/DBusType/Array.cs: Handle empty arrays
8684         * mono/Arguments.cs: Handle empty arguments
8685
8686 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
8687
8688         * dbus-sharp.pc.in: Modified to include include Libs and Requires
8689         field
8690
8691 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
8692
8693         * test/data/valid-messages/standard-*.message: Update message
8694         test scripts to new header field names.
8695
8696 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
8697
8698         * test/break-loader.c (randomly_do_n_things): tracked down buffer
8699         overflow to times_we_did_each_thing array which would chop off the
8700         first character of the failure_dir string. Increased the size of
8701         the array to 7 to reflect the number of random mutation functions
8702         we have.
8703
8704 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
8705
8706         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
8707         unix_server->watch here, it is unreffed in disconnect.
8708         (_dbus_server_new_for_tcp_socket): convert NULL host to
8709         "localhost" here so we don't append NULL to address.
8710         
8711         * dbus/dbus-server.c (_dbus_server_test): Add test case for
8712         various addresses, including tcp with no explicit host.
8713
8714 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8715
8716         * dbus/dbus-message.c (decode_header_data, decode_string_field):
8717         fix incorrect setting of .name_offset in the HeaderField (it was
8718         off by two bytes, positioned right after the name and typecode)
8719
8720         * bus/bus.c (bus_context_new, bus_context_unref): test before
8721         calling dbus_server_free_data_slot and _dbus_user_database_unref
8722         in case of an error.
8723
8724         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
8725         by libdbus-gtool.
8726
8727 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
8728
8729         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
8730         _dbus_poll() instead of select().
8731
8732 2004-04-15  Jon Trowbridge  <trow@ximian.com>
8733
8734         * bus/main.c (signal_handler): Reload the configuration files
8735         on SIGHUP.
8736         (main): Set up our SIGHUP handler.
8737
8738         * bus/bus.c (struct BusContext): Store the config file, user and
8739         fork flag in the BusContext.
8740         (process_config_first_time_only): Added.  Contains the code
8741         (previously in bus_context_new) for setting up the BusContext from
8742         the BusConfigParser that should only be run the first time the
8743         config files are read.
8744         (process_config_every_time): Added.  Contains the code (previously
8745         in bus_context_new) for setting up the BusContext from the
8746         BusConfigParser that should be run every time the config files are
8747         read.
8748         (load_config): Added.  Builds a BusConfigParser from the config
8749         files and passes the resulting structure off to
8750         process_config_first_time_only (assuming this is the first time)
8751         and process_config_every_time.
8752         (bus_context_new): All of the config-related code has been moved
8753         to process_config_first_time_only and process_config_every_time.
8754         Now this function just does the non-config-related initializations
8755         and calls load_config.
8756         (bus_context_reload_config): Added.
8757
8758 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8759
8760         * bus/driver.c (bus_driver_handle_get_service_owner):
8761         implement a GetServiceOwner method.
8762         * doc/dbus-specification.xml: document it.
8763         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
8764         
8765         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
8766         implement, using the bus GetServiceOwner method.
8767
8768         * test/glib/test-dbus-glib.c:
8769         use dbus_gproxy_new_for_service_owner so that we can receive the
8770         signal. 
8771
8772 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
8773
8774         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8775         dbus/dbus-message.c, dbus/dbus-protocol.h
8776         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
8777
8778         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
8779         dbus/dbus-message.c, dbus/dbus-protocol.h
8780         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
8781
8782         * dbus/dbus-internals.c (_dbus_header_field_to_string):
8783         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
8784         DBUS_HEADER_FIELD_SENDER resolves to "sender"
8785
8786         * doc/dbus-specification.xml (Header Fields Table):
8787         s/SERVICE/DESTINATION
8788         s/SENDER_SERVICE/SENDER
8789
8790
8791 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8792
8793         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
8794         a few seconds.
8795
8796 2004-04-13  Michael Meeks  <michael@ximian.com>
8797
8798         * glib/dbus-gobject.c (handle_introspect): split out
8799         (introspect_properties): this.
8800         (handle_introspect): implement this.
8801
8802         * test/glib/Makefile.am: use the absolute path so the bus
8803         daemon's chdir ("/") doesn't kill us dead.
8804
8805         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
8806
8807 2004-04-12  Jon Trowbridge  <trow@ximian.com>
8808
8809         * bus/config-parser.c (struct BusConfigParser): Added
8810         included_files field.
8811         (seen_include): Added.  Checks whether or not a file has already
8812         been included by any parent BusConfigParser.
8813         (bus_config_parser_new): Copy the parent's included_files.
8814         (include_file): Track which files have been included, and fail on
8815         circular inclusions.
8816         (process_test_valid_subdir): Changed printf to report if we are
8817         testing valid or invalid conf files.
8818         (all_are_equiv): Changed printf to be a bit clearer about
8819         what we are actually doing.
8820         (bus_config_parser_test): Test invalid configuration files.
8821
8822 2004-04-09  Jon Trowbridge  <trow@ximian.com>
8823
8824         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
8825         argument.  If non-null, the newly-constructed BusConfigParser will
8826         be initialized with the parent's BusLimits instead of the default
8827         values.
8828         (include_file): When including a config file, pass in
8829         the current parser as the parent and then copy the BusLimits
8830         from the included BusConfigParser pack to the current parser.
8831         (process_test_valid_subdir): Renamed from process_test_subdir.
8832         (process_test_equiv_subdir): Added.  Walks through a directory,
8833         descending into each subdirectory and loading the config files
8834         it finds there.  If any subdirectory contains two config files
8835         that don't produce identical BusConfigParser structs, fail.
8836         For now, the BusConfigParser's BusPolicies are not compared.
8837         (bus_config_parser_test): Call both process_test_valid_subdir and
8838         process_test_equiv_subdir.
8839
8840         * bus/config-loader-libxml.c (bus_config_load): Take a parent
8841         argument and pass it along to the call to bus_config_parser_new.
8842         Also made a few small changes to allow this code to compile.
8843
8844         * bus/config-loader-expat.c (bus_config_load): Take a parent
8845         argument and pass it along to the call to bus_config_parser_new.
8846
8847         * bus/bus.c (bus_context_new): Load the config file
8848         with a NULL parent argument.
8849
8850 2004-03-29  Michael Meeks  <michael@ximian.com>
8851
8852         * glib/dbus-gobject.c (introspect_properties): split
8853         out, fix mangled 'while' flow control.
8854         (introspect_signals): implement.
8855         (handle_introspect): update.
8856
8857 2004-03-29  Michael Meeks  <michael@ximian.com>
8858
8859         * glib/dbus-gobject.c (set_object_property): split out / 
8860         re-work, use the property type, and not the message type(!)
8861         (get_object_property): ditto.
8862
8863         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
8864         (dbus_gvalue_marshal): make this code re-usable, needed
8865         for signals too, also on both proxy and server side.
8866         Re-write for more efficiency / readability.
8867
8868 2004-03-29  Michael Meeks  <michael@ximian.com>
8869
8870         * dbus/dbus-message.c
8871         (dbus_message_new_error_printf): impl.
8872
8873         * dbus/dbus-connection.c
8874         (dbus_connection_unregister_object_path): fix warning.
8875
8876         * configure.in: fix no-mono-installed situation.
8877
8878 2004-03-27  Havoc Pennington  <hp@redhat.com>
8879
8880         Patch from Timo Teräs:
8881         
8882         * tools/dbus-send.c (main): if --print-reply, assume type is
8883         method call; support boolean type args
8884         
8885         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
8886         bunch of memleak and logic bugs
8887         
8888 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8889
8890         * mono/Arguments.cs:
8891         * mono/Introspector.cs:
8892         * mono/Handler.cs:
8893         * mono/InterfaceProxy.cs:
8894         * mono/Message.cs
8895         * mono/ProxyBuilder.cs:
8896         * mono/Service.cs:
8897         Added InterfaceProxy class to avoid building proxies for every
8898         object.
8899
8900         * dbus-message.h:
8901         * dbus-message.c (dbus_message_append_args_valist)
8902         (dbus_message_iter_get_object_path)
8903         (dbus_message_iter_get_object_path_array)
8904         (dbus_message_iter_append_object_path)
8905         (dbus_message_iter_append_object_path_array):
8906         Added object_path iter functions to handle OBJECT_PATH arguments
8907         
8908 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
8909
8910         First checkin of mono bindings.
8911         * configure.in:
8912         * Makefile.am:
8913         Build stuff for the bindings
8914         * dbus-sharp.pc.in: Added for pkgconfig
8915         
8916 2004-03-21  Havoc Pennington  <hp@redhat.com>
8917
8918         * test/test-service.c (main): remove debug spew
8919
8920 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8921
8922         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
8923         arrays
8924
8925         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
8926         (dbus_message_iter_init_array_iterator)
8927         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
8928         indicate whether the iterator is empty
8929
8930         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
8931         warnings
8932
8933 2004-03-19  Havoc Pennington  <hp@redhat.com>
8934
8935         * NEWS: 0.21 updates
8936
8937         * configure.in: 0.21
8938
8939         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
8940         
8941         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
8942         you don't need pyrex to make dist
8943
8944         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
8945         sources; run moc
8946         
8947 2004-03-18  Richard Hult  <richard@imendio.com>
8948
8949         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
8950         (dbus_message_set_auto_activation): Add doxygen docs.
8951
8952 2004-03-16  Richard Hult  <richard@imendio.com>
8953
8954         * bus/activation.c: (bus_activation_service_created),
8955         (bus_activation_send_pending_auto_activation_messages),
8956         (bus_activation_activate_service):
8957         * bus/activation.h:
8958         * bus/dispatch.c: (bus_dispatch),
8959         (check_nonexistent_service_auto_activation),
8960         (check_service_auto_activated),
8961         (check_segfault_service_auto_activation),
8962         (check_existent_service_auto_activation), (bus_dispatch_test):
8963         * bus/driver.c: (bus_driver_handle_activate_service):
8964         * bus/services.c: (bus_registry_acquire_service):
8965         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
8966         (dbus_message_get_auto_activation):
8967         * dbus/dbus-message.h:
8968         * dbus/dbus-protocol.h: Implement auto-activation.
8969         
8970         * doc/dbus-specification.xml: Add auto-activation to the spec.
8971
8972 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8973
8974         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
8975         fix a bug with CUSTOM types.
8976
8977         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
8978         a unit test for this bug (used to fail).
8979
8980 2004-03-12  Mikael Hallendal  <micke@imendio.com>
8981
8982         * bus/activation.c:
8983         (babysitter_watch_callback): notify all pending activations waiting for
8984           the same exec that the activation failed.
8985         (bus_activation_activate_service): shortcut the activation if we 
8986           already waiting for the same executable to start up.
8987
8988 2004-03-12  Mikael Hallendal  <micke@imendio.com>
8989
8990         * bus/activation.c: 
8991         - Added service file reloading. 
8992           Each service files directory is kept in an hash table in 
8993           BusActivation and each BusActivationEntry knows what .service-file it
8994           was read from. So when you try to activate a service the bus will 
8995           check if it's been updated, removed or if new .service-files has 
8996           been installed.
8997         - Test code at the bottom for the service file reloading.
8998         * bus/test-main.c: (main):
8999         * bus/test.h:
9000         - added service reloading test.
9001         * dbus/dbus-sysdeps.c: 
9002         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
9003
9004 2004-03-08  Michael Meeks  <michael@ximian.com>
9005
9006         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
9007         bail immediately if disconnected, to avoid busy loop.
9008
9009         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
9010         cleanup cut/paste/inefficiency.
9011
9012 2004-03-01  David Zeuthen  <david@fubar.dk>
9013
9014         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
9015         bug where args were used twice. This bug resulted in a segfault
9016         on a Debian/PPC system when starting the messagebus daemon. Include
9017         dbus-sysdeps.h for DBUS_VA_COPY
9018
9019         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
9020
9021         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
9022         appropriate va_copy implementation. From GLib
9023         
9024 2004-02-24  Joe Shaw  <joe@ximian.com>
9025
9026         * bus/services.c (bus_registry_acquire_service): We need to pass
9027         in the service name to dbus_set_error() to prevent a crash.
9028
9029 2003-12-26  Anders Carlsson  <andersca@gnome.org>
9030
9031         * AUTHORS: Reveal my True identity.
9032
9033 2003-12-17  Mikael Hallendal  <micke@imendio.com>
9034
9035         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
9036         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
9037
9038 2003-12-13  Mikael Hallendal  <micke@imendio.com>
9039
9040         * doc/TODO: Added not about better error check of configuration files.
9041
9042 2003-12-02  Richard Hult  <richard@imendio.com>
9043
9044         * Update AFL version to 2.0 throughout the source files to reflect
9045         the update that was done a while ago.
9046
9047 2003-12-02  Richard Hult  <richard@imendio.com>
9048
9049         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
9050         wrote_dict_key to FALSE on the iter that the dict is appended to,
9051         just like when appending other types. Fixes a bug where a dict
9052         couldn't be put inside a dict.
9053         (dbus_message_iter_append_dict_key): Fix typo in warning message.
9054         (message_iter_test, _dbus_message_test): Add test case for dict
9055         inside dict.
9056
9057 2003-12-01  David Zeuthen  <david@fubar.dk>
9058
9059         * python/dbus.py: Add the actual message when calling the reciever
9060         of a signal such that parameters can be inspected. Add the method
9061         remove_signal_receiver
9062         
9063 2003-11-26  Mikael Hallendal  <micke@imendio.com>
9064
9065         * bus/*.[ch]:
9066         * dbus/*.[ch]:
9067         * glib/*.[ch]: Made ref functions return the pointer
9068
9069 2003-11-25  Zack Rusin  <zack@kde.org>
9070
9071         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
9072
9073         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
9074         wrappers,
9075
9076         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
9077         the Integrator and to better fit with the server,
9078
9079 2003-11-24  Zack Rusin  <zack@kde.org>
9080
9081         * qt/connection.h, qt/connection.cpp: removing initDbus method since
9082         the integrator handles it now
9083
9084         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
9085         since QTimer wasn't really meant to be used the way DBusTimeout is
9086
9087 2003-11-24  Zack Rusin  <zack@kde.org>
9088
9089         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
9090         Integrator class which integrates D-BUS with the Qt event loop,
9091
9092         * qt/connection.h, qt/connection.cpp: Move all the code which
9093         was dealing with D-BUS integration to the Integrator class,
9094         and start using Integrator,
9095
9096 2003-11-23  Zack Rusin  <zack@kde.org>
9097
9098         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
9099         wrapper
9100
9101         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
9102         switching namespaces to DBusQt, reworking the class,
9103
9104         * Makefile.cvs: switching dependencies so that it matches KDE 
9105         schematics,
9106         
9107         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
9108         the library
9109
9110 2003-11-19  Havoc Pennington  <hp@redhat.com>
9111
9112         * NEWS: update
9113
9114         * configure.in: bump version to 0.20
9115
9116         * configure.in (have_qt): add yet another place to look for qt
9117         (someone hand trolltech a .pc file...)
9118
9119 2003-11-01  Havoc Pennington  <hp@redhat.com>
9120
9121         * doc/dbus-specification.xml: add state machine docs on the auth
9122         protocol; just a first draft, I'm sure it's wrong.      
9123
9124 2003-10-28  David Zeuthen  <david@fubar.dk>
9125
9126         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
9127         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
9128         
9129 2003-10-28  Havoc Pennington  <hp@redhat.com>
9130
9131         * dbus/dbus-message.c (get_next_field): delete unused function
9132
9133 2003-10-28  Havoc Pennington  <hp@redhat.com>
9134
9135         * bus/expirelist.c (do_expiration_with_current_time): detect
9136         failure of the expire_func due to OOM
9137
9138         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9139
9140         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
9141         NoReply error that's now created by the bus when the service exits
9142
9143 2003-10-28  Havoc Pennington  <hp@redhat.com>
9144
9145         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
9146         tests for set_path, set_interface, set_member, etc.
9147
9148         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
9149
9150         * dbus/dbus-message.c (set_string_field): always just delete and
9151         re-append the field; accept NULL for deletion
9152         (re_align_fields_recurse): reimplement
9153         
9154 2003-10-26  Havoc Pennington  <hp@redhat.com>
9155
9156         * dbus/dbus-connection.c: fix docs to properly describe the
9157         disconnected message
9158         (_dbus_connection_notify_disconnected): remove this function; 
9159         we can't synchronously add the disconnected message, we have to 
9160         do it after we've queued any remaining real messages
9161         (_dbus_connection_get_dispatch_status_unlocked): queue the
9162         disconnect message only if the transport has finished queueing all
9163         its real messages and is disconnected.
9164         (dbus_connection_disconnect): update the dispatch status here
9165
9166 2003-10-22  Havoc Pennington  <hp@redhat.com>
9167
9168         * bus/bus.c (bus_context_check_security_policy): fix up assertion
9169
9170         * bus/connection.c (bus_transaction_send_from_driver): set the
9171         destination to the connection's base service
9172
9173 2003-10-20  Havoc Pennington  <hp@redhat.com>
9174
9175         hmm, make check is currently not passing.
9176         
9177         * doc/dbus-specification.xml: add requirement that custom type
9178         names follow the same rules as interface names.
9179
9180         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
9181         duplication and allow 'c' to be 'custom'; dict is now 'm' for
9182         'map'
9183
9184         * doc/dbus-specification.xml: update type codes to match
9185         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
9186         CUSTOM. Add type OBJECT_PATH to the spec.
9187
9188 2003-10-17  Havoc Pennington  <hp@redhat.com>
9189
9190         * bus/driver.c (create_unique_client_name): use "." as separator
9191         in base service names instead of '-'
9192
9193         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
9194         byte at the end of the string
9195
9196         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
9197         optimization macros since string validation seems to be a slow
9198         point.
9199         
9200         * doc/dbus-specification.xml: restrict valid
9201         service/interface/member/error names. Add test suite code for the
9202         name validation.
9203
9204         * dbus/dbus-string.c: limit service/interface/member/error names 
9205         to [0-9][A-Z][a-z]_
9206
9207         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
9208         format arg to verbose spew
9209
9210         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
9211         memory, return instead of g_error
9212
9213         * test/test-service.c (path_message_func): support emitting a
9214         signal on request
9215
9216         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
9217         activation bus type if DBUS_BUS_ACTIVATION was set; default to
9218         assuming the activation bus was the session bus so that services
9219         started manually will still register.
9220         (init_connections_unlocked): fix so that in OOM situation we get
9221         the same semantics when retrying the function
9222         
9223         * test/test-service.c (main): change to use path registration, to
9224         test those codepaths; register with DBUS_BUS_ACTIVATION rather
9225         than DBUS_BUS_SESSION
9226
9227 2003-10-16  Havoc Pennington  <hp@redhat.com>
9228
9229         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
9230
9231         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
9232         coverage of the tests
9233         (coverage-report.txt): don't move the .da and .bbg files around
9234
9235 2003-10-16  Havoc Pennington  <hp@redhat.com>
9236
9237         * bus/bus.c (struct BusContext): remove struct field I didn't mean
9238         to put there
9239
9240 2003-10-16  Havoc Pennington  <hp@redhat.com>
9241
9242         * bus/connection.c (bus_pending_reply_expired): either cancel or
9243         execute, not both
9244         (bus_connections_check_reply): use unlink, not remove_link, as we
9245         don't want to free the link; fixes double free mess
9246
9247         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
9248         where no reply was received
9249
9250         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
9251         fix a refcount leak
9252
9253         * bus/signals.c (match_rule_matches): add special cases for the
9254         bus driver, so you can match on sender/destination for it.
9255
9256         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
9257         DBUS_PRINT_BACKTRACE is set
9258
9259         * dbus/dbus-internals.c: add pid to assertion failure messages
9260
9261         * dbus/dbus-connection.c: add message type code to the debug spew
9262
9263         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
9264         sender=foo not service=foo
9265
9266         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
9267         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
9268         DBUS_ACTIVATION_ADDRESS instead
9269
9270         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
9271         DBUS_SYSTEM_BUS_ADDRESS if appropriate
9272
9273         * bus/bus.c (bus_context_new): handle OOM copying bus type into
9274         context struct
9275
9276         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
9277         (dbus_message_iter_get_object_path_array): new function (half
9278         finished, disabled for the moment)
9279         
9280         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
9281         DBUS_MESSAGE_TYPE_ERROR
9282
9283         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
9284         avoid redirecting stderr to /dev/null
9285         (babysit): close stdin if not doing the "exit_with_session" thing
9286
9287         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
9288         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
9289         stdout/stdin, so things don't get confused
9290         
9291         * bus/system.conf.in: fix to allow replies, I modified .conf
9292         instead of .conf.in again.
9293
9294 2003-10-14  David Zeuthen  <david@fubar.dk>
9295
9296         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
9297         argtype to arg_type when raising unknown arg type exception.
9298         Changed type list to reflect the changes in dbus-protocol.h so 
9299         the bindings actually work.
9300
9301 2003-10-14  Havoc Pennington  <hp@redhat.com>
9302
9303         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
9304         to have a bug keeping it from outputting the .da files sometimes
9305         (string_get_string): don't append garbage nul bytes to the string.
9306
9307 2003-10-15  Seth Nickell  <seth@gnome.org>
9308
9309         * python/Makefile.am:
9310
9311         Include dbus_h_wrapper.h in the dist tarball.
9312
9313 2003-10-14  Havoc Pennington  <hp@redhat.com>
9314
9315         * bus/bus.c (bus_context_check_security_policy): revamp this to
9316         work more sanely with new policy-based requested reply setup
9317
9318         * bus/connection.c (bus_transaction_send_from_driver): set bus
9319         driver messages as no reply
9320
9321         * bus/policy.c (bus_client_policy_check_can_receive): handle a
9322         requested_reply attribute on allow/deny rules
9323
9324         * bus/system.conf: add <allow requested_reply="true"/>
9325
9326         * bus/driver.c (bus_driver_handle_message): fix check for replies
9327         sent to the bus driver, which was backward. How did this ever work
9328         at all though? I think I'm missing something.
9329
9330         * dbus/dbus-message.c (decode_header_data): require error and
9331         method return messages to have a reply serial field to be valid
9332         (_dbus_message_loader_queue_messages): break up this function;
9333         validate that reply serial and plain serial are nonzero; 
9334         clean up the OOM/error handling.
9335         (get_uint_field): don't return -1 from this
9336         (dbus_message_create_header): fix signed/unsigned bug
9337
9338         * bus/connection.c (bus_connections_expect_reply): save serial of
9339         the incoming message, not reply serial
9340
9341 2003-10-14  Havoc Pennington  <hp@redhat.com>
9342
9343         * bus/connection.c: implement pending reply tracking using
9344         BusExpireList
9345
9346         * bus/bus.c (bus_context_check_security_policy): verify that a
9347         reply is pending in order to allow a reply to be sent. Deny 
9348         messages of unknown type.
9349
9350         * bus/dbus-daemon-1.1.in: update to mention new resource limits
9351
9352         * bus/bus.c (bus_context_get_max_replies_per_connection): new
9353         (bus_context_get_reply_timeout): new
9354
9355 2003-10-13  Seth Nickell  <seth@gnome.org>
9356
9357         * python/Makefile.am:
9358
9359         Pass "make distcheck": remove a couple files from DIST_FILES
9360         that weren't included in the final version.
9361
9362 2003-10-12  Havoc Pennington  <hp@pobox.com>
9363
9364         Added test code that 1) starts an actual bus daemon and 2) uses
9365         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9366         more testing possible, but this is the basic framework.
9367         
9368         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9369         empty proxy lists from the proxy list hash
9370
9371         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9372         couple of return_if_fail checks
9373
9374         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9375         to allocate, so everything is cleared to NULL as it should be.
9376
9377         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9378         source as data to dbus_connection_set_timeout_functions() as the 
9379         timeout functions expected
9380
9381         * test/glib/run-test.sh: add a little script to start up a message
9382         bus and run tests using it
9383
9384         * tools/dbus-launch.1: updates
9385
9386         * tools/dbus-launch.c (main): add --config-file option
9387
9388         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9389         that could never be reached.
9390
9391         * dbus/dbus-message.c (dbus_message_new_method_return) 
9392         (dbus_message_new_error, dbus_message_new_signal): set the
9393         no-reply-expected flag on all these. Redundant, but may
9394         as well be consistent.
9395
9396 2003-10-11  Havoc Pennington  <hp@pobox.com>
9397
9398         * test/decode-gcov.c (function_solve_graph): make broken block
9399         graph a nonfatal error since it seems to be broken. Need to debug
9400         this.
9401
9402         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9403         can't just check type > INVALID < LAST anymore
9404
9405         * dbus/dbus-message.c (dbus_message_get_signature): new function
9406         (dbus_message_has_signature): new function
9407         (struct DBusMessage): add signature field (right now it isn't sent
9408         over the wire, just generated on the fly)
9409         (dbus_message_copy): copy the signature, and init strings to
9410         proper length to avoid some reallocs
9411         (dbus_message_iter_init_array_iterator): return void, since it
9412         can't fail
9413         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9414         (_dbus_message_loader_queue_messages): add silly temporary hack to
9415         fill in message->signature on load
9416
9417         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9418         characters, so they are relatively human-readable.
9419
9420 2003-10-11  Havoc Pennington  <hp@pobox.com>
9421
9422         * dbus/dbus-message.c (_dbus_message_test): add more test
9423         coverage, but #if 0 for now since they uncover a bug 
9424         not fixed yet; I think in re_align_field_recurse()
9425         (re_align_field_recurse): add FIXME about broken assertion
9426
9427         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9428
9429         * bus/connection.c: share a couple code bits with expirelist.c
9430
9431         * bus/expirelist.h, bus/expirelist.c: implement a generic
9432         expire-items-after-N-seconds facility, was going to share between
9433         expiring connections and replies, decided not to use for expiring
9434         connections for now.
9435
9436         * COPYING: include AFL 2.0 (still need to change all the file headers)
9437
9438 2003-10-09  Havoc Pennington  <hp@redhat.com>
9439
9440         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9441         gcc 3.3. Not that we do anything about it yet.
9442
9443         * bus/signals.c (bus_match_rule_parse): impose max length on the
9444         match rule text
9445
9446         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9447
9448 2003-10-09  Havoc Pennington  <hp@redhat.com>
9449
9450         Make matching rules theoretically work (add parser).
9451         
9452         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9453         the case where destination is explicitly specified as bus driver
9454         and someone else is eavesdropping.
9455         
9456         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9457         definition of eavesdropping and assertion
9458
9459         * tools/dbus-send.c (main): use dbus_message_type_from_string
9460
9461         * bus/signals.c (bus_match_rule_parse): implement
9462
9463         * dbus/dbus-message.c (dbus_message_type_from_string): new
9464
9465         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9466
9467 2003-10-02  Havoc Pennington  <hp@pobox.com>
9468
9469         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9470         dbus_gproxy_oneway_call
9471
9472         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9473         (dbus_server_setup_with_g_main): fix to allow calling them more
9474         than once on the same args
9475         (dbus_bus_get_with_g_main): new function
9476
9477 2003-10-02  Havoc Pennington  <hp@redhat.com>
9478
9479         * doc/dbus-tutorial.xml: write some stuff
9480
9481 2003-09-29  Havoc Pennington  <hp@pobox.com>
9482
9483         * configure.in: split checks for Doxygen from XML docs, check for
9484         xmlto
9485
9486         * doc/Makefile.am: XML-ify all the docs, and add a blank
9487         dbus-tutorial.xml
9488
9489 2003-09-29  Havoc Pennington  <hp@pobox.com>
9490
9491         * Merge dbus-object-names branch. To see the entire patch 
9492         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9493         it's huuuuge though.
9494         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9495         
9496 2003-09-28  Havoc Pennington  <hp@pobox.com>
9497
9498         * HACKING: update to reflect new server
9499
9500 2003-09-26  Seth Nickell  <seth@gnome.org>
9501
9502         * python/dbus.py:
9503         * python/examples/example-signals.py:
9504
9505         Start implementing some notions of signals. The API
9506         is really terrible, but they sort of work (with the
9507         exception of being able to filter by service, and to
9508         transmit signals *as* a particular service). Need to
9509         figure out how to make messages come from the service
9510         we registered :-(
9511         
9512         * python/dbus_bindings.pyx.in:
9513
9514         Removed duplicate message_handler callbacks.
9515         
9516 2003-09-25  Havoc Pennington  <hp@redhat.com>
9517
9518         * bus/session.conf.in: fix my mess
9519
9520 2003-09-25  Havoc Pennington  <hp@pobox.com>
9521
9522         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9523
9524 2003-09-25  Seth Nickell  <seth@gnome.org>
9525
9526         * python/examples/example-service.py:
9527
9528         Johan notices complete wrong code in example-service, but
9529         completely wrong in a way that works exactly the same (!).
9530         Johan is confused, how could this possibly work? Example
9531         code fails to serve purpose of making things clear.
9532         Seth fixes.
9533
9534 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9535
9536         * doc/dbus-specification.sgml: don't require header fields
9537         to be 4-byte aligned and specify that fields should be
9538         distinguished from padding by the fact that zero is not
9539         a valid field name.
9540         
9541         * doc/TODO: remove re-alignment item and add item to doc
9542         the OBJECT_PATH type.
9543         
9544         * dbus/dbus-message.c:
9545         (HeaderField): rename the original member to value_offset
9546         and introduce a name_offset member to keep track of where
9547         the field actually begins.
9548         (adjust_field_offsets): remove.
9549         (append_int_field), (append_uint_field),
9550         (append_string_field): don't align the start of the header
9551         field to a 4-byte boundary.
9552         (get_next_field): impl finding the next marhsalled field
9553         after a given field.
9554         (re_align_field_recurse): impl re-aligning a number of
9555         already marshalled fields.
9556         (delete_field): impl deleting a field of any type and
9557         re-aligning any following fields.
9558         (delete_int_or_uint_field), (delete_string_field): remove.
9559         (set_int_field), (set_uint_field): no need to re-check
9560         that we have the correct type for the field.
9561         (set_string_field): ditto and impl re-aligning any
9562         following fields.
9563         (decode_header_data): update to take into account that
9564         the fields aren't 4-byte aligned any more and the new
9565         way to distinguish padding from header fields. Also,
9566         don't exit when there is too much header padding.
9567         (process_test_subdir): print the directory.
9568         (_dbus_message_test): add test to make sure a following
9569         field is re-aligned correctly after field deletion.
9570         
9571         * dbus/dbus-string.[ch]:
9572         (_dbus_string_insert_bytes): rename from insert_byte and
9573         allow the insert of multiple bytes.
9574         (_dbus_string_test): test inserting multiple bytes.
9575
9576         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
9577         warning note to docs about having to re-align any
9578         marshalled values following the string.
9579         
9580         * dbus/dbus-message-builder.c:
9581         (append_string_field), (_dbus_message_data_load):
9582         don't align the header field.
9583         
9584         * dbus/dbus-auth.c: (process_test_subdir): print the
9585         directory.
9586         
9587         * test/break-loader.c: (randomly_add_one_byte): upd. for
9588         insert_byte change.
9589         
9590         * test/data/invalid-messages/bad-header-field-alignment.message:
9591         new test case.
9592         
9593         * test/data/valid-messages/unknown-header-field.message: shove
9594         a dict in the unknown field.
9595
9596 2003-09-25  Seth Nickell  <seth@gnome.org>
9597
9598         * python/dbus.py:
9599         * python/dbus_bindings.pyx.in:
9600
9601         Handle return values.
9602         
9603         * python/examples/example-client.py:
9604         * python/examples/example-service.py:
9605
9606         Pass back return values from the service to the client.
9607         
9608 2003-09-24  Seth Nickell  <seth@gnome.org>
9609
9610         * python/dbus.py:
9611
9612         Connect Object methods (when you are sharing an object) up... pass
9613         in a list of methods to be shared. Sharing all the methods just
9614         worked out too weird. You can now create nice Services over the
9615         DBus in Python. :-)
9616         
9617         * python/dbus_bindings.pyx.in:
9618
9619         Keep references to user_data tuples passed into C functions so 
9620         Python doesn't garbage collect on us.
9621
9622         Implement MethodReturn and Error subclasses of Message for creating
9623         DBusMessage's of those types.
9624         
9625         * python/examples/example-client.py:
9626         * python/examples/example-service.py:
9627
9628         Simple example code showing both how create DBus services and objects,
9629         and how to use them.
9630
9631 2003-09-23  Havoc Pennington  <hp@pobox.com>
9632
9633         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
9634
9635 2003-09-23  Havoc Pennington  <hp@redhat.com>
9636
9637         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
9638         (dbus_gproxy_disconnect_signal): implement
9639         (dbus_gproxy_manager_remove_signal_match): implement
9640         (dbus_gproxy_manager_add_signal_match): implement
9641         (dbus_gproxy_oneway_call): implement
9642
9643 2003-09-23  Havoc Pennington  <hp@pobox.com>
9644
9645         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
9646         subclass. This means dropping the transparent thread safety of the
9647         proxy; you now need a separate proxy per-thread, or your own
9648         locking on the proxy. Probably right anyway.
9649         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
9650
9651 2003-09-22  Havoc Pennington  <hp@redhat.com>
9652
9653         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
9654
9655 2003-09-21  Seth Nickell  <seth@gnome.org>
9656
9657         First checkin of the Python bindings.
9658         
9659         * python/.cvsignore:
9660         * python/Makefile.am:
9661         * python/dbus_bindings.pyx.in:
9662         * python/dbus_h_wrapper.h:
9663
9664         Pieces for Pyrex to operate on, building a dbus_bindings.so
9665         python module for low-level access to the DBus APIs.
9666         
9667         * python/dbus.py:
9668
9669         High-level Python module for accessing DBus objects.
9670
9671         * configure.in:
9672         * Makefile.am:
9673
9674         Build stuff for the python bindings.
9675
9676         * acinclude.m4:
9677
9678         Extra macro needed for finding the Python C header files.
9679
9680 2003-09-21  Havoc Pennington  <hp@pobox.com>
9681
9682         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
9683         implementing the proxy manager, didn't get very far.
9684
9685         * dbus/dbus-bus.c (dbus_bus_add_match): new
9686         (dbus_bus_remove_match): new
9687
9688         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
9689         path_name argument; adjust the other not-yet-implemented 
9690         gproxy constructors to be what I think they should be.
9691
9692 2003-09-21  Havoc Pennington  <hp@pobox.com>
9693
9694         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
9695         by default for message bus connections.
9696
9697         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
9698         exit_on_disconnect flag is set and we process the disconnected
9699         signal.
9700         (dbus_connection_set_exit_on_disconnect): new function
9701
9702 2003-09-21  Havoc Pennington  <hp@pobox.com>
9703
9704         Get matching rules mostly working in the bus; only actually
9705         parsing the rule text remains. However, the client side of
9706         "signal connections" hasn't been started, this patch is only the
9707         bus side.
9708         
9709         * dbus/dispatch.c: fix for the matching rules changes
9710         
9711         * bus/driver.c (bus_driver_handle_remove_match)
9712         (bus_driver_handle_add_match): send an ack reply from these
9713         method calls
9714
9715         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
9716         arguments, reported by Seth Nickell
9717
9718         * bus/config-parser.c (append_rule_from_element): support
9719         eavesdrop=true|false attribute on policies so match rules 
9720         can be prevented from snooping on the system bus.
9721
9722         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
9723         and "destination" in attribute names; fix some docs bugs; 
9724         add eavesdrop=true|false attribute
9725
9726         * bus/driver.c (bus_driver_handle_add_match)
9727         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
9728         messages
9729
9730         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
9731         rid of broadcast service concept, signals are just always broadcast
9732
9733         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
9734         mostly implement matching rules stuff (currently only exposed as signal
9735         connections)
9736
9737 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
9738
9739         * doc/dbus-specification.sgml: Change the header field name
9740         to be an enum and update the rest of the spec to reference
9741         the fields using the conventinal name.
9742
9743         * dbus/dbus-protocol.h: update to reflect the spec.
9744
9745         * doc/TODO: add item to remove the 4 byte alignment requirement.
9746         
9747         * dbus/dbus-message.c: Remove the code to generalise the
9748         header/body length and serial number header fields as named
9749         header fields so we can reference field names using the 
9750         protocol values.
9751         (append_int_field), (append_uint_field), (append_string_field):
9752         Append the field name as a byte rather than four chars.
9753         (delete_int_or_uint_field), (delete_string_field): reflect the
9754         fact that the field name and typecode now occupy 4 bytes instead
9755         of 8.
9756         (decode_string_field), (decode_header_data): update to reflect
9757         protocol changes and move the field specific encoding from
9758         decode_string_field() back into decode_header_data().
9759         
9760         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
9761         Add utility to aid debugging.
9762         
9763         * dbus/dbus-message-builder.c:
9764         (append_string_field), (_dbus_message_data_load): Update to
9765         reflect protocol changes; Change the FIELD_NAME directive
9766         to HEADER_FIELD and allow it to take the field's conventional
9767         name rather than the actual value.
9768         
9769         * test/data/*/*.message: Update to use HEADER_FIELD instead
9770         of FIELD_NAME; Always align the header on an 8 byte boundary
9771         *before* updating the header length.
9772
9773 2003-09-15  Havoc Pennington  <hp@pobox.com>
9774
9775         * dbus/dbus-pending-call.c: add the get/set object data
9776         boilerplate as for DBusConnection, etc. Use generic object data
9777         for the notify callback.
9778
9779         * glib/dbus-gparser.c (parse_node): parse child nodes
9780
9781         * tools/dbus-viewer.c: more hacking on the dbus-viewer
9782         
9783         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
9784         contain functions shared between the convenience lib and the
9785         installed lib
9786
9787         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
9788         -export-symbols-regex to the GLib library
9789
9790         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
9791         fix the locking in here, and add a default handler for
9792         Introspect() that just returns sub-nodes.
9793
9794 2003-09-14  Havoc Pennington  <hp@pobox.com>
9795
9796         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
9797         rather than gfoo consistent
9798
9799         * glib/dbus-gproxy.h: delete for now, move contents to
9800         dbus-glib.h, because the include files don't work right since we
9801         aren't in the dbus/ subdir.
9802         
9803         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
9804         (dbus_gproxy_end_call): finish
9805         (dbus_gproxy_begin_call): finish
9806
9807         * glib/dbus-gmain.c (dbus_set_g_error): new
9808
9809         * glib/dbus-gobject.c (handle_introspect): include information
9810         about child nodes in the introspection
9811
9812         * dbus/dbus-connection.c (dbus_connection_list_registered): new
9813         function to help in implementation of introspection
9814
9815         * dbus/dbus-object-tree.c
9816         (_dbus_object_tree_list_registered_and_unlock): new function
9817
9818 2003-09-12  Havoc Pennington  <hp@pobox.com>
9819
9820         * glib/dbus-gidl.h: add common base class for all the foo_info
9821         types
9822
9823         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
9824         similar to kdcop
9825
9826         * test/Makefile.am: try test srcdir -ef . in addition to test
9827         srcdir = ., one of them should work (yeah lame)
9828         
9829         * glib/Makefile.am: build the "idl" parser stuff as a convenience
9830         library
9831         
9832         * glib/dbus-gparser.h: make description_load routines return
9833         NodeInfo* not Parser*
9834
9835         * Makefile.am (SUBDIRS): build test dir after all library dirs
9836
9837         * configure.in: add GTK+ detection
9838
9839 2003-09-07  Havoc Pennington  <hp@pobox.com>
9840
9841         * Make Doxygen contented.
9842
9843 2003-09-07  Havoc Pennington  <hp@pobox.com>
9844
9845         * doc/dbus-specification.sgml: more updates
9846
9847 2003-09-06  Havoc Pennington  <hp@pobox.com>
9848
9849         * doc/dbus-specification.sgml: partial updates
9850
9851         * bus/dbus-daemon-1.1.in: fix the config file docs for the
9852         zillionth time; hopefully I edited the right file this time.
9853
9854         * bus/config-parser.c (append_rule_from_element): support
9855         send_type, send_path, receive_type, receive_path
9856
9857         * bus/policy.c: add message type and path to the list of things
9858         that can be "firewalled"
9859
9860 2003-09-06  Havoc Pennington  <hp@pobox.com>
9861
9862         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
9863         (dbus_connection_register_object_path): make this not handle
9864         messages to paths below the given path
9865
9866 2003-09-03  Havoc Pennington  <hp@pobox.com>
9867
9868         * test/glib/Makefile.am: add this with random glib-linked test
9869         programs
9870
9871         * glib/Makefile.am: remove the random test programs from here,
9872         leave only the unit tests
9873
9874         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
9875         uscore/javacaps conversion, and fix     
9876         (get_object_property, set_object_property): change to .NET
9877         convention for mapping props to methods, set_FooBar/get_FooBar, 
9878         since one language has such a convention we may as well copy it. 
9879         Plus real methods in either getFooBar or get_foo_bar style won't 
9880         collide with this convention.
9881
9882 2003-09-01  Havoc Pennington  <hp@pobox.com>
9883
9884         * glib/dbus-gparser.c: implement
9885
9886         * glib/dbus-gobject.c: start implementing skeletons support
9887
9888         * configure.in: when disabling checks/assert, also define
9889         G_DISABLE_ASSERT and G_DISABLE_CHECKS
9890
9891 2003-09-01  Havoc Pennington  <hp@pobox.com>
9892
9893         * glib/Makefile.am: rearrange a bunch of files and get "make
9894         check" framework set up
9895
9896 2003-08-31  Havoc Pennington  <hp@pobox.com>
9897
9898         * fix build with --disable-tests
9899
9900 2003-08-30  Havoc Pennington  <hp@pobox.com>
9901
9902         * dbus/dbus-connection.c: purge DBusMessageHandler
9903
9904         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
9905         use callbacks everywhere
9906
9907 2003-08-30  Havoc Pennington  <hp@pobox.com>
9908
9909         * test/data/valid-config-files/system.d/test.conf: change to 
9910         root for the user so warnings don't get printed
9911
9912         * dbus/dbus-message.c: add dbus_message_get_path,
9913         dbus_message_set_path
9914         
9915         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
9916         dispatching to a path
9917
9918         * dbus/dbus-string.c (_dbus_string_validate_path): add
9919
9920         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
9921         (_dbus_marshal_object_path): implement
9922
9923         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
9924         to contain the path to the target object
9925         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
9926         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
9927
9928 2003-08-30  Havoc Pennington  <hp@pobox.com>
9929
9930         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
9931
9932 2003-08-29  Havoc Pennington  <hp@pobox.com>
9933
9934         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
9935         registered
9936         (struct DBusObjectSubtree): shrink this
9937         a lot, since we may have a lot of them
9938         (_dbus_object_tree_free_all_unlocked): implement
9939         (_dbus_object_tree_dispatch_and_unlock): implement
9940
9941 2003-08-29  Havoc Pennington  <hp@pobox.com>
9942
9943         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
9944
9945 2003-08-28  Havoc Pennington  <hp@pobox.com>
9946
9947         purge DBusObjectID
9948         
9949         * dbus/dbus-connection.c: port to no ObjectID, create a
9950         DBusObjectTree, rename ObjectTree to ObjectPath in public API
9951
9952         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
9953         everything except UnregisterFunction and MessageFunction
9954         
9955         * dbus/dbus-marshal.c: port away from DBusObjectID, 
9956         add DBUS_TYPE_OBJECT_PATH
9957         
9958         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
9959         dbus/dbus-objectid.[hc]: remove these, we are moving to 
9960         path-based object IDs
9961
9962 2003-08-25  Havoc Pennington  <hp@pobox.com>
9963
9964         Just noticed that dbus_message_test is hosed, I wonder when I
9965         broke that. I thought make check was passing earlier...
9966         
9967         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
9968         container tree, will replace most of dbus-object-registry
9969
9970         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
9971         screwup
9972
9973 2003-08-19  Havoc Pennington  <hp@pobox.com>
9974
9975         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
9976         (dbus_message_is_error): fix this function
9977
9978         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
9979         match
9980
9981         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
9982         reflect clarified man page
9983         (bus_client_policy_check_can_send): ditto
9984         
9985         * bus/session.conf.in: fixup
9986
9987         * bus/system.conf.in: fixup
9988
9989 2003-08-18  Havoc Pennington  <hp@redhat.com>
9990
9991         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
9992
9993         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
9994         dumb bug created earlier (wrong order of args to
9995         decode_header_data())
9996         
9997         * tools/dbus-send.c: port
9998
9999         * tools/dbus-print-message.c (print_message): port
10000
10001         * test/data/*messages: port all messages over
10002         
10003         * dbus/dbus-message-builder.c: support including 
10004         message type
10005         
10006         * bus/driver.c: port over
10007         
10008         * bus/dispatch.c: port over to new stuff
10009
10010         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10011         rename disconnect signal to "Disconnected"
10012
10013 2003-08-17  Havoc Pennington  <hp@pobox.com>
10014
10015         This doesn't compile yet, but syncing up so I can hack on it from
10016         work. What are branches for if not broken code? ;-)
10017         
10018         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
10019         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
10020         DBUS_HEADER_FIELD_ERROR_NAME
10021         
10022         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
10023         for the interface+member pairs
10024         (string_hash): change to use g_str_hash algorithm
10025         (find_direct_function, find_string_function): refactor these to
10026         share most code.
10027         
10028         * dbus/dbus-message.c: port all of this over to support 
10029         interface/member fields instead of name field
10030
10031         * dbus/dbus-object-registry.c: port over
10032         
10033         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
10034         from _dbus_string_validate_name
10035
10036         * bus/dbus-daemon-1.1: change file format for the 
10037         <deny>/<allow> stuff to match new message naming scheme
10038
10039         * bus/policy.c: port over
10040
10041         * bus/config-parser.c: parse new format
10042         
10043 2003-08-16  Havoc Pennington  <hp@pobox.com>
10044
10045         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
10046         broken assertion
10047
10048         * glib/dbus-gproxy.c: some hacking
10049
10050 2003-08-15  Havoc Pennington  <hp@redhat.com>
10051
10052         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
10053
10054         * dbus/dbus-connection.c
10055         (dbus_connection_send_with_reply_and_block): factor out internals;
10056         change to convert any error replies to DBusError instead of 
10057         returning them as a message
10058
10059 2003-08-15  Havoc Pennington  <hp@pobox.com>
10060
10061         * dbus/dbus-connection.c, 
10062         dbus/dbus-pending-call.c: Finish the pending call stuff
10063
10064 2003-08-14  Havoc Pennington  <hp@redhat.com>
10065
10066         * dbus/dbus-pending-call.c: start on new object that will replace
10067         DBusMessageHandler and ReplyHandlerData for tracking outstanding
10068         replies
10069
10070         * dbus/dbus-gproxy.c: start on proxy object used to communicate
10071         with remote interfaces
10072
10073         * dbus/dbus-gidl.c: do the boring boilerplate in here
10074         
10075 2003-08-12  Havoc Pennington  <hp@pobox.com>
10076
10077         * bus/dispatch.c (bus_dispatch): make this return proper 
10078         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
10079
10080         * dbus/dbus-errors.c (dbus_set_error): use
10081         _dbus_string_append_printf_valist
10082
10083         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
10084         (_dbus_string_append_printf): new
10085
10086         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
10087         UNKNOWN_METHOD
10088
10089         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
10090         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
10091         message is unhandled.
10092
10093 2003-08-11  Havoc Pennington  <hp@pobox.com>
10094
10095         * bus/test.c (client_disconnect_handler): change to return
10096         HANDLED (would have been REMOVE_MESSAGE)
10097
10098         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
10099         HANDLED/NOT_YET_HANDLED instead of
10100         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
10101         should be used.
10102
10103 2003-08-10  Havoc Pennington  <hp@pobox.com>
10104
10105         * tools/dbus-send.c (main): add --type argument, for now
10106         supporting only method_call and signal types.
10107
10108         * tools/dbus-print-message.c: print message type
10109
10110         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10111         init connection->objects
10112
10113         * doc/dbus-specification.sgml: fix sgml
10114
10115         * bus/*.c: port over to object-instance API changes
10116
10117         * test/test-service.c: ditto
10118         
10119         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
10120         name, we will have to fix up the rest of the code to also handle
10121         this
10122         (dbus_message_new): generic message-creation call
10123         (set_string_field): allow appending name field
10124
10125 2003-08-06  Havoc Pennington  <hp@pobox.com>
10126
10127         * dbus/dbus-object-registry.c: implement signal connection 
10128         and dispatch
10129
10130         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
10131
10132         * dbus/dbus-internals.c (_dbus_memdup): new function
10133
10134 2003-08-02  Havoc Pennington  <hp@pobox.com>
10135
10136         * dbus/dbus-message.c (dbus_message_get_no_reply)
10137         (dbus_message_set_no_reply): add these and remove
10138         set_is_error/get_is_error
10139
10140         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
10141         remove the ERROR flag, since there's now an ERROR type
10142
10143 2003-08-01  Havoc Pennington  <hp@pobox.com>
10144
10145         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
10146         implement
10147
10148         * dbus/dbus-message.c (dbus_message_get_type): new function
10149
10150         * doc/dbus-specification.sgml: add "type" byte to messages
10151
10152 2003-08-01  Havoc Pennington  <hp@pobox.com>
10153
10154         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
10155         a message type enum to distinguish kinds of message
10156         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
10157         that need not be replied to
10158
10159 2003-08-01  Havoc Pennington  <hp@pobox.com>
10160
10161         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
10162         (unpack_8_octets): fix no-64-bit-int bug
10163
10164         * dbus/dbus-object-registry.c (validate_id): validate the 
10165         connection ID bits, not just the instance ID.
10166
10167         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
10168         the connection-global 33 bits of the object ID
10169
10170         * dbus/dbus-object-registry.c (info_from_entry): fill in 
10171         object ID in the new way
10172
10173         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
10174         define server/client/instance bits.
10175
10176 2003-07-30  Havoc Pennington  <hp@pobox.com>
10177
10178         * dbus/dbus-connection.c (dbus_connection_register_object): fix
10179         build
10180
10181 2003-07-13  Havoc Pennington  <hp@pobox.com>
10182
10183         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
10184         fields to DBusObjectVTable and DBusObjectInfo
10185
10186 2003-07-12  Havoc Pennington  <hp@pobox.com>
10187
10188         * dbus/dbus-object-registry.c: implement unit test,
10189         fix bugs discovered in process
10190
10191         * dbus/dbus-connection.c: remove handler_table and
10192         register_handler(), add DBusObjectRegistry usage
10193
10194         * dbus/dbus-objectid.c (dbus_object_id_is_null)
10195         (dbus_object_id_set_null): new functions
10196
10197 2003-07-08  Havoc Pennington  <hp@pobox.com>
10198
10199         * dbus/dbus-object.c: implement some of this
10200
10201         * dbus/dbus-object-registry.c
10202         (_dbus_object_registry_add_and_unlock): fill in the object_id out
10203         param
10204         (_dbus_object_registry_new): handle OOM
10205
10206 2003-07-08  Havoc Pennington  <hp@pobox.com>
10207
10208         * dbus/dbus-object.h: sketch out an API for registering objects
10209         with a connection, that allows us to use as little as 24 bytes
10210         per object and lets application code represent an object in 
10211         any conceivable way.
10212
10213         * dbus/dbus-object-registry.c: implement the hard bits of the
10214         DBusConnection aspect of object API. Not yet wired up.
10215         
10216 2003-07-06  Havoc Pennington  <hp@pobox.com>
10217
10218         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
10219         (_dbus_marshal_object_id): new
10220         (_dbus_demarshal_object_id): new
10221         (_dbus_marshal_get_arg_end_pos): support object ID type, and
10222         consolidate identical switch cases. Don't conditionalize handling
10223         of DBUS_TYPE_UINT64, need to handle the type always.
10224         (_dbus_marshal_validate_arg): consolidate identical cases, and
10225         handle DBUS_TYPE_OBJECT_ID
10226
10227         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
10228
10229         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
10230
10231 2003-09-28  Havoc Pennington  <hp@pobox.com>
10232
10233         * real 0.13 release
10234
10235 2003-09-28  Havoc Pennington  <hp@pobox.com>
10236
10237         * doc/Makefile.am (dbus-specification.html): testing a funky hack
10238         to work with Debian db2html
10239
10240 2003-09-28  Havoc Pennington  <hp@pobox.com>
10241
10242         * configure.in: 0.13
10243
10244         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
10245         stylesheet-images for benefit of Debian
10246         
10247         Change back to using filesystem-linked sockets for the system
10248         bus, so only root can create the default system bus address.
10249         
10250         * bus/system.conf.in: change to use
10251         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10252
10253         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
10254         from here.
10255
10256         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10257         here, and AC_DEFINE DBUS_SYSTEM_PATH
10258
10259 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10260
10261         * doc/TODO:
10262         * doc/busconfig.dtd:
10263         Add busconfig DTD.
10264         
10265 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10266
10267         * doc/dbus-specification.sgml:
10268         Add activation reply values.
10269         
10270 2003-08-05  Havoc Pennington  <hp@redhat.com>
10271
10272         * configure.in: 0.12
10273
10274 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
10275
10276         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
10277         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
10278         (add_watch), (remove_watch), (create_source):
10279         Refcount fds, fixes some reentrancy issues.
10280         
10281 2003-07-30  Havoc Pennington  <hp@redhat.com>
10282
10283         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
10284         bus address to be abstract if we have abstract sockets
10285
10286         * NEWS: update
10287
10288 2003-07-28  Havoc Pennington  <hp@redhat.com>
10289
10290         * bus/messagebus.in: fix to avoid processname/servicename 
10291         confusion, from Michael Kearey
10292         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
10293         
10294 2003-07-23  Havoc Pennington  <hp@pobox.com>
10295
10296         * dbus/dbus-message.c (dbus_message_iter_get_named): 
10297         fix from Andy Hanton to remove broken "+1"
10298
10299 2003-07-16  Havoc Pennington  <hp@pobox.com>
10300
10301         * tools/dbus-launch.c (babysit): close stdout/stderr in the
10302         babysitter process, as suggested by Thomas Leonard, so 
10303         an "eval `dbus-launch --exit-with-session`" will actually 
10304         return
10305
10306 2003-07-16  Havoc Pennington  <hp@pobox.com>
10307
10308         * configure.in: print out EXPANDED_* variables in the summary at
10309         the end; clean up the code that computes EXPANDED_ variables and
10310         get the ones using exec_prefix right. Should make things work
10311         when you build without --prefix
10312
10313 2003-06-29  Havoc Pennington  <hp@pobox.com>
10314
10315         * mono/Test.cs (class Test): fire up a main loop and run it
10316
10317         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
10318         done once, the app has to do it
10319
10320 2003-06-26  Havoc Pennington  <hp@pobox.com>
10321
10322         * mono/Connection.cs: set up connection with the glib main loop
10323
10324 2003-07-01  Havoc Pennington  <hp@redhat.com>
10325
10326         * doc/dbus-specification.sgml: clarify the format of a type code,
10327         change suggested by Jim Blandy
10328
10329 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
10330
10331         * doc/Makefile.am:
10332         * tools/Makefile.am: Don't assume srcdir == builddir.
10333
10334         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
10335         the allocated block.
10336         (_dbus_memory_test): New function.
10337         * dbus/dbus-test.h: Add _dbus_memory_test ().
10338         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
10339
10340         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
10341         of %c%c%c%c.
10342         (dbus_message_new): Remove obsolete @todo.
10343
10344         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
10345         (_dbus_marshal_set_uint64): Fix comment.
10346
10347         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
10348         hardcode FIELD_REPLY_SERIAL.
10349
10350         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
10351         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
10352
10353         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
10354         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
10355
10356 2003-06-24  Havoc Pennington  <hp@pobox.com>
10357
10358         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
10359
10360 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
10361
10362         * configure.in:
10363         * gcj/.cvsignore:
10364         * gcj/Hello.java:
10365         * gcj/Makefile.am:
10366         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10367         * gcj/org/.cvsignore:
10368         * gcj/org/Makefile.am:
10369         * gcj/org/freedesktop/.cvsignore:
10370         * gcj/org/freedesktop/Makefile.am:
10371         * gcj/org/freedesktop/dbus/.cvsignore:
10372         * gcj/org/freedesktop/dbus/Makefile.am:
10373         * gcj/org/freedesktop/dbus/Message.java: (Message),
10374         (Message.Message):
10375         * gcj/org/freedesktop/dbus/natMessage.cc:
10376         Fix the build system.
10377
10378 2003-06-22  Havoc Pennington  <hp@pobox.com>
10379
10380         * mono/Connection.cs: add more bindings
10381
10382         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10383         more than once.
10384
10385 2003-06-22  Havoc Pennington  <hp@pobox.com>
10386
10387         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10388         Start wrapping more stuff.
10389
10390 2003-06-22  Havoc Pennington  <hp@pobox.com>
10391
10392         * mono/Message.cs: implement Message.Wrap() that ensures we only
10393         have a single C# wrapper per DBusMessage, assuming it works which
10394         it probably doesn't.
10395
10396         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10397         (dbus_message_free_data_slot): new
10398         (dbus_message_set_data): new
10399         (dbus_message_get_data): new
10400
10401 2003-06-22  Havoc Pennington  <hp@pobox.com>
10402
10403         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10404         (_dbus_data_slot_allocator_alloc): rework these to keep a
10405         reference count on each slot and automatically manage a global
10406         slot ID variable passed in by address
10407
10408         * bus/bus.c: convert to new dataslot API
10409
10410         * dbus/dbus-bus.c: convert to new dataslot API
10411
10412         * dbus/dbus-connection.c: convert to new dataslot API
10413
10414         * dbus/dbus-server.c: convert to new dataslot API
10415
10416         * glib/dbus-gmain.c: ditto
10417
10418         * bus/test.c: ditto
10419
10420         * bus/connection.c: ditto
10421
10422 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10423
10424         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10425         after the gcj checks so that the correct configuration tags
10426         will be added to libtool.
10427
10428         * dbus-glib-1.pc.in: No need to specify any includes since
10429         dbus-1.pc.in has those.
10430
10431 2003-06-22  Havoc Pennington  <hp@pobox.com>
10432
10433         * mono/*, gcj/*, configure.in, Makefile.am:
10434         Check in makefiles and subdirs for mono and gcj bindings.
10435         Neither binding actually exists, just trying to get through
10436         all the build and other boring bits.
10437
10438 2003-06-21  Philip Blundell  <philb@gnu.org>
10439
10440         * tools/dbus-monitor.1: Updated.
10441
10442         * tools/dbus-send.1: Likewise.
10443
10444 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10445
10446         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10447         for hangup and error after checking read so we won't discard
10448         pending data if both hangup and read are set.
10449
10450 2003-06-19  Philip Blundell  <philb@gnu.org>
10451
10452         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10453
10454         * tools/dbus-send.c: Accept both --system and --session.
10455
10456         * tools/dbus-monitor.c: Same here.
10457
10458 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10459
10460         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10461         from C++ (Patch by Miloslav Trmac).
10462
10463 2003-06-15  Joe Shaw  <joe@assbarn.com>
10464
10465         * configure.in: Check for socklen_t.
10466
10467         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10468
10469         * test/test-segfault.c: Add #include <sys/time.h>
10470
10471         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10472         dbus-launch needs it.
10473
10474 2003-06-09  Havoc Pennington  <hp@redhat.com>
10475
10476         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10477         SUN_LEN, it breaks abstract socket usage
10478
10479         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10480         starts of lines.
10481
10482 2003-06-04  Havoc Pennington  <hp@pobox.com>
10483
10484         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10485         using unix:abstract=/foo, and when listening in a tmpdir
10486         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10487
10488         * dbus/dbus-transport.c (_dbus_transport_open): support
10489         unix:abstract=/foo
10490
10491         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10492         support abstract sockets
10493
10494         * dbus/dbus-transport-unix.c
10495         (_dbus_transport_new_for_domain_socket): support abstract sockets
10496
10497         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10498         toggle as an argument, implement abstract namespace support
10499         (_dbus_listen_unix_socket): ditto
10500
10501         * configure.in: add --enable-abstract-sockets and implement
10502         a configure check for autodetection of the right value.
10503
10504 2003-06-01  Havoc Pennington  <hp@pobox.com>
10505
10506         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10507         in /tmp (though on Linux this will end up being useless,
10508         when we add abstract namespace support)
10509
10510         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10511         subst'ing it
10512
10513 2003-05-28  Colin Walters  <walters@verbum.org>
10514
10515         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10516
10517 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10518
10519         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10520
10521 2003-05-17  Colin Walters  <walters@gnu.org>
10522
10523         * tools/dbus-send.c: Don't exit with an error code if --help was
10524         passed.  Default to using the session bus instead of the system
10525         one.
10526
10527         * tools/dbus-launch.c: Ditto.
10528
10529         * tools/dbus-monitor.c: Ditto.
10530
10531         * tools/dbus-send.1: Update with new arguments.
10532
10533         * tools/dbus-launch.c: Emit code to export variables.  New
10534         arguments -s and -c to specify shell syntax, and a bit of code to
10535         autodetect syntax.  Also, allow specifying a program to run.
10536
10537         * tools/dbus-launch.1: Update with new arguments.
10538
10539         * tools/dbus-send.1: Ditto.
10540
10541         * tools/dbus-monitor.1: Ditto.
10542
10543 2003-05-17  Havoc Pennington  <hp@pobox.com>
10544
10545         * bus/config-parser.c (merge_included): merge in policies from
10546         child configuration file.
10547
10548         * bus/policy.c (bus_policy_merge): function to merge two policies
10549         together
10550
10551 2003-05-16  Havoc Pennington  <hp@redhat.com>
10552
10553         * dbus/dbus-connection.c: disable verbose lock spew
10554
10555         * tools/dbus-send.c: add --print-reply command line option
10556
10557         * tools/dbus-print-message.h (print_message): new util function
10558         shared by dbus-send and dbus-monitor
10559
10560         * tools/dbus-monitor.c (handler_func): exit on disconnect
10561
10562         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10563         disconnected, don't try to use the read_watch
10564
10565         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10566         so we can find this bug more easily
10567
10568 2003-05-16  Havoc Pennington  <hp@redhat.com>
10569
10570         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10571         NULL as DBusHashTable is annoyingly likely to do.
10572
10573 2003-05-16  Colin Walters  <walters@verbum.org>
10574
10575         * tools/dbus-monitor.c: Add --session argument and usage()
10576         function.
10577
10578         * tools/dbus-monitor.1: Update with new --session arg.
10579
10580         * bus/Makefile.am (install-data-hook): Create
10581         $(libdir)/dbus-1.0/services so that the session bus is happy.
10582
10583 2003-05-15  Havoc Pennington  <hp@redhat.com>
10584
10585         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
10586         on non-x86. ifdef's are evil.
10587
10588 2003-05-15  Havoc Pennington  <hp@redhat.com>
10589
10590         * configure.in: 0.11
10591
10592         * NEWS: update
10593
10594         * bus/Makefile.am (initddir): apparently we are supposed to put
10595         init scripts in /etc/rc.d/init.d not /etc/init.d
10596
10597         * bus/Makefile.am: remove the "you must --enable-tests to make
10598         check" as it broke distcheck
10599
10600         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
10601
10602 2003-05-13  James Willcox  <jwillcox@gnome.org>
10603
10604         * configure.in:
10605         * bus/activation.c: (bus_activation_service_created),
10606         (bus_activation_activate_service):
10607         * bus/driver.c: (bus_driver_send_service_deleted),
10608         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10609         (bus_driver_send_service_acquired),
10610         (bus_driver_send_welcome_message),
10611         (bus_driver_handle_list_services):
10612         * bus/session.conf.in:
10613         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
10614         (dbus_bus_service_exists), (dbus_bus_activate_service):
10615         * dbus/dbus-bus.h:
10616
10617         Add some convenience API which lets you activate a service, and did a
10618         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
10619         and dbus_message_get_args()
10620
10621 2003-05-11  Havoc Pennington  <hp@pobox.com>
10622
10623         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
10624         calling _dbus_marshal_validate_arg() for every byte in a byte
10625         array, etc.
10626
10627         * dbus/dbus-message-handler.c: use atomic reference counting to
10628         reduce number of locks slightly; the global lock in here sucks
10629
10630         * dbus/dbus-connection.c
10631         (_dbus_connection_update_dispatch_status_and_unlock): variant of
10632         update_dispatch_status that can be called with lock held; then use
10633         in a couple places to reduce locking/unlocking
10634         (dbus_connection_send): hold the lock over the whole function
10635         instead of acquiring it twice.
10636
10637         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10638
10639         * bus/connection.c (bus_connections_setup_connection): fix access
10640         to already-freed memory.
10641
10642         * dbus/dbus-connection.c: keep a little cache of linked list
10643         nodes, to avoid using the global linked list alloc lock in the
10644         normal send-message case. Instead we just use the connection lock
10645         that we already have to take.
10646
10647         * dbus/dbus-list.c (_dbus_list_find_last): new function
10648
10649         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
10650         change to use a struct for the atomic type; fix docs,
10651         they return value before increment, not after increment.
10652
10653         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
10654         (_dbus_string_append_8_aligned): new functions to try to
10655         microoptimize this operation.
10656         (reallocate_for_length): break this out of set_length(), to
10657         improve profile info, and also so we can consider inlining the
10658         set_length() part.
10659
10660         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
10661         strings with some preallocation, cuts down on our calls to realloc
10662         a fair bit. Though if we can get the "move entire string to empty
10663         string" optimization below to kick in here, it would be better.
10664
10665         * dbus/dbus-string.c (_dbus_string_move): just call
10666         _dbus_string_move_len
10667         (_dbus_string_move_len): add a special case for moving
10668         an entire string into an empty string; we can just
10669         swap the string data instead of doing any reallocs.
10670         (_dbus_string_init_preallocated): new function
10671
10672 2003-05-11  Havoc Pennington  <hp@pobox.com>
10673
10674         Write a "test-profile" that does echo client-server with threads;
10675         profile reveals lock contention, memcpy/realloc of buffers, and
10676         UTF-8 validation as hot spots. 20% of lock contention eliminated
10677         with dbus_atomic_inc/dec implementation on x86.  Much remaining
10678         contention is global mempool locks for GList and DBusList.
10679
10680         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
10681         x86 implementation
10682
10683         * dbus/dbus-connection.c (struct DBusConnection): use
10684         dbus_atomic_t for the reference count
10685
10686         * dbus/dbus-message.c (struct DBusMessage): declare
10687         dbus_atomic_t values as volatile
10688
10689         * configure.in: code to detect ability to use atomic integer
10690         operations in assembly, from GLib patch
10691
10692         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
10693         time, tired of it being wrong in threads and forked processes
10694
10695         * glib/test-profile.c: a little program to bounce messages back
10696         and forth between threads and eat CPU
10697
10698         * dbus/dbus-connection.c: add debug spew macros for debugging
10699         thread locks; include config.h at top; fix deadlock in
10700         dbus_connection_flush()
10701
10702 2003-05-08  Havoc Pennington  <hp@pobox.com>
10703
10704         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
10705         data from getting written, and there wasn't a good reason to
10706         use _exit really.
10707
10708         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
10709         dbus_verbose lines in test coverage
10710         (main): add list of functions sorted by # of untested blocks
10711         to the coverage report
10712
10713         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
10714
10715         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
10716
10717         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
10718         extend test coverage
10719
10720         * test/data/auth/cancel.auth-script: test canceling an
10721         authentication
10722
10723         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
10724         aren't used. in CVS history if we end up needing them.
10725
10726 2003-05-04  Havoc Pennington  <hp@pobox.com>
10727
10728         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
10729         unit test
10730
10731         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
10732         function, which assumed length was in # of strings, not bytes
10733
10734         * dbus/dbus-message.c (_dbus_message_test): add tests for some
10735         missing coverage
10736
10737         * dbus/dbus-connection.c
10738         (_dbus_connection_queue_received_message): disable function for
10739         now, we are only using it in test mode
10740
10741         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10742         remove a mistaken FIXME
10743
10744 2003-05-04  Havoc Pennington  <hp@pobox.com>
10745
10746         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
10747         unlock mutex on successful return, patch from Anders Gustafsson
10748
10749 2003-05-04  Havoc Pennington  <hp@pobox.com>
10750
10751         * dbus-glib-1.pc.in (Requires): fix dependencies, from
10752         Anders Gustafsson
10753
10754 2003-05-04  Havoc Pennington  <hp@pobox.com>
10755
10756         * tools/dbus-launch.c: implement
10757
10758         * bus/main.c (main), bus/bus.c (bus_context_new):
10759         implement --print-pid and --fork
10760
10761 2003-05-03  Havoc Pennington  <hp@redhat.com>
10762
10763         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
10764         the address had no value, and add to test suite. Fix and
10765         regression test from Miloslav Trmac
10766
10767 2003-05-03  Havoc Pennington  <hp@pobox.com>
10768
10769         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
10770         watch is invalid when handled
10771
10772         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
10773         dbus-launch utility to launch the bus from a shell script.  Didn't
10774         actually implement dbus-launch yet, it's just a placeholder still.
10775
10776 2003-05-03  Havoc Pennington  <hp@pobox.com>
10777
10778         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
10779         daemon; also documents daemon config file, so replaces
10780         doc/config-file.txt. Corrected some stuff from config-file.txt in
10781         the process of moving it.
10782
10783 2003-05-03  Havoc Pennington  <hp@pobox.com>
10784
10785         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
10786         add some man pages
10787
10788 2003-05-03  Colin Walters  <walters@verbum.org>
10789
10790         * dbus/dbus-sysdeps.c (fill_user_info): Test against
10791         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
10792
10793         * Makefile.am: Update to use new .pc versioning scheme.
10794
10795 2003-05-02  Havoc Pennington  <hp@redhat.com>
10796
10797         * bus/system.conf.in: allow send/receive to/from message bus
10798         service
10799
10800 2003-04-30  Havoc Pennington  <hp@redhat.com>
10801
10802         * configure.in: print a note when building with unit tests and
10803         without assertions
10804
10805 2003-04-30  Havoc Pennington  <hp@redhat.com>
10806
10807         * Makefile.am: add a check-local that complains if you didn't
10808         configure with --enable-tests
10809
10810 2003-04-29  Havoc Pennington  <hp@redhat.com>
10811
10812         * glib/dbus-gmain.c: docs cleanups
10813
10814         * dbus/dbus-types.h: add docs on int64 types
10815
10816         * dbus/dbus-memory.c: fix docs to avoid putting private API in
10817         public API docs section
10818
10819 2003-04-29  Havoc Pennington  <hp@redhat.com>
10820
10821         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
10822         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
10823         parallel install API version, not with the D-BUS package version.
10824
10825         * HACKING: move some of README over here
10826
10827         * README: updates, and document API/ABI policy
10828
10829         * configure.in: reindentation
10830
10831 2003-04-29  Havoc Pennington  <hp@redhat.com>
10832
10833         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
10834         to use this library" to be sure people have the right
10835         expectations.
10836
10837 2003-04-28  Havoc Pennington  <hp@redhat.com>
10838
10839         * configure.in: add --enable-docs which by default is auto yes if
10840         doxygen and db2html found, no otherwise; but can be forced on/off
10841
10842         * doc/Makefile.am: conditionalize whether to build docs on
10843         --enable-docs
10844
10845 2003-04-28  Havoc Pennington  <hp@redhat.com>
10846
10847         * configure.in: 0.10
10848
10849         * NEWS: update
10850
10851         * bus/system.conf.in: add <includedir>system.d</includedir>
10852
10853         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
10854         username was provided but not uid
10855
10856         * bus/config-parser.c (struct BusConfigParser): keep track of
10857         whether the parser is toplevel or was included; change some
10858         of the error handling if it's included.
10859
10860 2003-04-27  Havoc Pennington  <hp@pobox.com>
10861
10862         Unbreak my code...
10863
10864         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
10865         report correct status if we finish processing authentication
10866         inside this function.
10867
10868         * bus/activation.c (try_send_activation_failure): use
10869         bus_transaction_send_error_reply
10870
10871         * bus/connection.c (bus_connection_get_groups): return an error
10872         explaining the problem
10873
10874         * bus/bus.c (bus_context_check_security_policy): implement
10875         restriction here that inactive connections can only send the
10876         hello message. Also, allow bus driver to send anything to
10877         any recipient.
10878
10879         * bus/connection.c (bus_connection_complete): create the
10880         BusClientPolicy here instead of on-demand.
10881         (bus_connection_get_policy): don't return an error
10882
10883         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
10884         sender field in message being replied to
10885
10886         * bus/bus.c (bus_context_check_security_policy): fix silly typo
10887         causing it to return FALSE always
10888
10889         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
10890         we checked sender rather than destination
10891
10892 2003-04-25  Havoc Pennington  <hp@redhat.com>
10893
10894         test suite is slightly hosed at the moment, will fix soon
10895
10896         * bus/connection.c (bus_connections_expire_incomplete): fix to
10897         properly disable the timeout when required
10898         (bus_connection_set_name): check whether we can remove incomplete
10899         connections timeout after we complete each connection.
10900
10901         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
10902         probably still broken.
10903
10904         * bus/services.c (bus_registry_acquire_service): implement max
10905         number of services owned, and honor allow/deny rules on which
10906         services a connection can own.
10907
10908         * bus/connection.c (bus_connection_get_policy): report errors here
10909
10910         * bus/activation.c: implement limit on number of pending
10911         activations
10912
10913 2003-04-25  Havoc Pennington  <hp@redhat.com>
10914
10915         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
10916         where we used >= 0 instead of != DBUS_UID_UNSET.
10917
10918 2003-04-25  Havoc Pennington  <hp@redhat.com>
10919
10920         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
10921         were toggled without add/remove, fix from Anders Gustafsson
10922
10923 2003-04-24  Havoc Pennington  <hp@redhat.com>
10924
10925         * test/data/valid-config-files/basic.conf: add <limit> tags to
10926         this test
10927
10928         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
10929         <limit> tag in configuration file.
10930
10931 2003-04-24  Havoc Pennington  <hp@redhat.com>
10932
10933         * bus/dispatch.c: somehow missed some name_is
10934
10935         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
10936         (_dbus_timeout_set_interval): new
10937
10938         * bus/connection.c (bus_connections_setup_connection): record time
10939         when each connection is first set up, and expire them after the
10940         auth timeout passes.
10941
10942 2003-04-24  Havoc Pennington  <hp@redhat.com>
10943
10944         * dbus/dbus-message.c (dbus_message_name_is): rename
10945         (dbus_message_service_is): rename
10946         (dbus_message_sender_is): rename
10947         (dbus_message_get_service): rename
10948
10949 2003-04-24  Havoc Pennington  <hp@redhat.com>
10950
10951         * configure.in: add --enable-checks
10952
10953         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
10954
10955         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
10956         to use thread locks.
10957         (_dbus_connection_handler_destroyed_locked): move some private
10958         functions into proper docs group
10959
10960         * dbus/dbus-internals.h: add _dbus_return_if_fail,
10961         _dbus_return_val_if_fail
10962
10963         Throughout: use dbus_return_if_fail
10964
10965 2003-04-23  James Willcox  <jwillcox@gnome.org>
10966
10967         * glib/dbus-glib.h:
10968         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
10969         (dbus_connection_setup_with_g_main),
10970         (dbus_server_setup_with_g_main):
10971         * glib/test-dbus-glib.c: (main):
10972         * glib/test-thread-client.c: (main):
10973         * glib/test-thread-server.c: (new_connection_callback), (main):
10974         * tools/dbus-monitor.c: (main):
10975
10976         Added a GMainContext argument to dbus_connection_setup_with_g_main()
10977         and dbus_server_setup_with_g_main().
10978
10979 2003-04-20  Havoc Pennington  <hp@pobox.com>
10980
10981         * doc/dbus-specification.sgml: document the restrictions on
10982         message and service names
10983
10984 2003-04-22  Havoc Pennington  <hp@redhat.com>
10985
10986         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
10987         support, and do some code cleanups to share more code and
10988         speed up array marshal/demarshal.
10989
10990         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
10991
10992         * configure.in: generate dbus-arch-deps.h
10993
10994         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
10995         64-bit typecodes
10996
10997 2003-04-22  Havoc Pennington  <hp@redhat.com>
10998
10999         * test/data/valid-messages/opposite-endian.message: fix test
11000         to use proper type for rply field
11001
11002         * test/data/invalid-messages: add tests for below validation
11003
11004         * dbus/dbus-message.c (decode_header_data): validate field types,
11005         and validate that named fields are valid names
11006         (decode_name_field): consider messages in the
11007         org.freedesktop.Local. namespace to be invalid.
11008
11009         * dbus/dbus-string.c (_dbus_string_validate_name): new
11010
11011 2003-04-19  Havoc Pennington  <hp@pobox.com>
11012
11013         * bus/driver.c (bus_driver_handle_hello): check limits and
11014         return an error if they are exceeded.
11015
11016         * bus/connection.c: maintain separate lists of active and inactive
11017         connections, and a count of each. Maintain count of completed
11018         connections per user. Implement code to check connection limits.
11019
11020         * dbus/dbus-list.c (_dbus_list_unlink): export
11021
11022         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
11023         number of bytes in the message queue for a connection
11024
11025 2003-04-18  Havoc Pennington  <hp@pobox.com>
11026
11027         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
11028
11029         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
11030         memleaks
11031
11032         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
11033         on realloc be sure to update the pointer in the keyring
11034
11035         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
11036         offset to avoid writing to unallocated memory
11037
11038         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
11039         try the next mechanism, so we properly handle OOM
11040
11041         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
11042         on OOM.
11043         (_dbus_keyring_new): fix OOM bug
11044         (_dbus_keyring_new_homedir): always set error; impose a maximum
11045         number of keys we'll load from the file, mostly to speed up the
11046         test suite and make its OOM checks more useful, but also for
11047         general sanity.
11048
11049         * dbus/dbus-auth.c (process_error_server): reject authentication
11050         if we get an error from the client
11051         (process_cancel): on cancel, send REJECTED, per the spec
11052         (process_error_client): send CANCEL if we get an error from the
11053         server.
11054
11055 2003-04-18  Havoc Pennington  <hp@pobox.com>
11056
11057         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
11058         debug spew
11059
11060         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
11061         handling problem
11062
11063         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
11064         about DBUS_TEST_HOMEDIR once
11065
11066         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
11067         the environment
11068
11069         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
11070         config file so we test the right thing
11071
11072         Throughout: assorted docs improvements
11073
11074 2003-04-18  Havoc Pennington  <hp@pobox.com>
11075
11076         * glib/dbus-gmain.c: adapt to watch changes
11077
11078         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
11079
11080         * dbus/dbus-server.h: remove dbus_server_handle_watch
11081
11082         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11083
11084         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
11085         like DBusTimeout, so we don't need dbus_connection_handle_watch
11086         etc.
11087
11088 2003-04-17  Havoc Pennington  <hp@redhat.com>
11089
11090         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
11091         database usage so it all goes via the DBusUserDatabase cache.
11092
11093 2003-04-17  Havoc Pennington  <hp@redhat.com>
11094
11095         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
11096         there was an OOM watch we skipped, we always return TRUE so we
11097         iterate again to have a look at it again. Fixes test suite hang.
11098         Code rearrangement also lets us lose some memset and only iterate
11099         over callbacks once.
11100
11101         * bus/driver.c (bus_driver_handle_message): sense of test for
11102         reply was backward
11103
11104 2003-04-16  Havoc Pennington  <hp@pobox.com>
11105
11106         * doc/dbus-specification.sgml: make spec say serials are unsigned
11107
11108         * dbus/dbus-message.h: change message serials to unsigned
11109
11110         * dbus/dbus-connection.c: adapt to message serials being unsigned
11111
11112 2003-04-15  Havoc Pennington  <hp@pobox.com>
11113
11114         * bus/bus.c: create and keep around a shared DBusUserDatabase
11115         object.
11116
11117         * bus/connection.c (bus_connection_get_groups): don't cache
11118         groups for user in the connection object, since user database
11119         object now does that.
11120
11121 2003-04-16  Havoc Pennington  <hp@redhat.com>
11122
11123         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
11124         list of size counters
11125         (_dbus_message_loader_putback_message_link): put back a popped link
11126
11127         * dbus/dbus-connection.c
11128         (dbus_connection_set_max_live_messages_size): rename
11129         max_received_size
11130         (dbus_connection_get_outgoing_size): get size of outgoing
11131         queue
11132         (_dbus_connection_set_connection_counter): remove this cruft
11133
11134 2003-04-14  Havoc Pennington  <hp@redhat.com>
11135
11136         * dbus/dbus-userdb.c: user database abstraction, mostly to get
11137         caching, but at some point we might want to be able to use a
11138         different database.
11139
11140         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
11141         SHA1 conf file to test the sha1 auth mechanism, since the regular
11142         test always uses EXTERNAL when available.
11143
11144         * configure.in,
11145         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
11146         add conf file that requires use of sha1 auth
11147
11148 2003-04-13  Havoc Pennington  <hp@pobox.com>
11149
11150         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
11151         from Philip Blundell to send messages and monitor them.
11152
11153 2003-04-13  Havoc Pennington  <hp@pobox.com>
11154
11155         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
11156         callbacks
11157
11158         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
11159         users
11160
11161         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11162         fix to only recover unused bytes if we're already authenticated
11163         (_dbus_transport_get_is_authenticated): fix to still mark us
11164         authenticated if there are unused bytes.
11165
11166         * bus/dispatch.c: implement security policy checking
11167
11168         * bus/connection.c (bus_transaction_send_from_driver): new
11169
11170         * bus/bus.c (bus_context_check_security_policy): new
11171
11172         * bus/dispatch.c (send_service_nonexistent_error): delete this,
11173         now we just set the DBusError and it gets converted to an error
11174         reply.
11175
11176         * bus/connection.c (allow_user_function): enable code using actual
11177         data from the config file
11178
11179         * bus/policy.c (list_allows_user): handle wildcard rules for
11180         user/group connection perms
11181
11182 2003-04-13  Havoc Pennington  <hp@pobox.com>
11183
11184         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
11185
11186         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
11187
11188         * bus/policy.c (bus_policy_append_mandatory_rule)
11189         (bus_policy_append_default_rule, bus_policy_append_user_rule)
11190         (bus_policy_append_group_rule): new functions
11191
11192 2003-04-12  Havoc Pennington  <hp@pobox.com>
11193
11194         * bus/config-parser.c (bus_config_parser_new): fix a memleak
11195
11196         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
11197         the pid/gid/uid, just for paranoia.
11198
11199         * test/break-loader.c (randomly_do_n_things): find a byte
11200         containing a type code, and randomly change it to a different
11201         type code.
11202
11203 2003-04-12  Havoc Pennington  <hp@pobox.com>
11204
11205         * bus/policy.h: change BusPolicy to be the thing from the config
11206         file, and rename old BusPolicy to BusClientPolicy
11207
11208         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
11209         match change in how policy works
11210
11211         * dbus/dbus-internals.h: mark assert_not_reached as
11212         __attribute((noreturn))__
11213
11214 2003-04-11  Havoc Pennington  <hp@redhat.com>
11215
11216         * doc/dbus-specification.sgml: fix a spot with the wrong name for
11217         the broadcast service. Use boolean return for ServiceExists.
11218
11219 2003-04-11  Havoc Pennington  <hp@redhat.com>
11220
11221         * configure.in: add another directory to look for qt in.
11222
11223 2003-04-11  Havoc Pennington  <hp@redhat.com>
11224
11225         * AUTHORS: add Colin Walters
11226
11227 2003-04-11  Havoc Pennington  <hp@redhat.com>
11228
11229         * NEWS: update
11230
11231         * configure.in: 0.9
11232
11233 2003-04-11  Havoc Pennington  <hp@redhat.com>
11234
11235         * bus/messagebus.in: remove pid file when stopping the
11236         message bus, since the bus won't have privileges to remove it
11237         itself.
11238
11239 2003-04-11  Havoc Pennington  <hp@redhat.com>
11240
11241         * bus/bus.c (bus_context_new): move credentials change after
11242         creating pidfile
11243
11244 2003-04-11  Havoc Pennington  <hp@pobox.com>
11245
11246         * test/decode-gcov.c: add "below average functions" to the
11247         coverage report, and change how some of the code works.
11248
11249         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
11250         not in the coverage stats.
11251
11252         * test/test-service.c (main): use _dbus_verbose not fprintf in a
11253         couple places so running the test suite doesn't result in megaspam.
11254
11255 2003-04-11  Havoc Pennington  <hp@pobox.com>
11256
11257         * bus/dispatch.c (check_existent_service_activation): accept a no
11258         memory error in a place we didn't before
11259
11260         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
11261         in case the first one failed," since the test suite is less
11262         broken now.
11263
11264 2003-04-10  Havoc Pennington  <hp@pobox.com>
11265
11266         * bus/dispatch.c (check_segfault_service_activation): add test
11267         for launching an executable that just crashes.
11268
11269         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
11270         don't leave a million cores. We'll see how portable this is.
11271
11272 2003-04-10  Havoc Pennington  <hp@pobox.com>
11273
11274         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
11275         the possible parent failures before we fork, so that we don't
11276         fail to create a babysitter after creating the child.
11277
11278         * bus/activation.c (bus_activation_activate_service): kill child
11279         if we don't successfully complete the activation.
11280
11281 2003-04-10  Havoc Pennington  <hp@redhat.com>
11282
11283         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
11284         the connection if it's disconnected
11285
11286         * bus/activation.c (bus_activation_service_created): use new
11287         transaction features to roll back removal of pending activation if
11288         we don't successfully create the service after all. Don't remove
11289         pending activation if the function fails.
11290
11291         * dbus/dbus-list.c (_dbus_list_insert_before_link)
11292         (_dbus_list_insert_after_link): new code to facilitate
11293         services.c fixes
11294
11295         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
11296         new functionality, so we can preallocate the ability to insert
11297         into a hash table.
11298
11299         * bus/connection.c (bus_transaction_add_cancel_hook): new function
11300         allowing us to put custom hooks in a transaction to be used for
11301         cancelling said transaction
11302
11303         * doc/dbus-specification.sgml: add some discussion of secondary
11304         service owners, and disallow zero-length service names
11305
11306         * bus/services.c (bus_registry_acquire_service): new function,
11307         splits out part of bus_driver_handle_acquire_service() and fixes
11308         a bug where we didn't remove the service doing the acquiring
11309         from the secondary queue if we failed to remove the current owner
11310         from the front of the queue.
11311
11312 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11313
11314         * doc/dbus-specification.sgml:
11315         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
11316
11317 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11318
11319         * bus/.cvsignore:
11320         * glib/.cvsignore:
11321         * test/.cvsignore:
11322         Added files to cvsignore
11323
11324         * dbus/dbus-message.h:
11325         * dbus/dbus-message.c: (dbus_message_iter_get_named):
11326         Make get_named() take two out argument and return a boolean.
11327         (dbus_message_iter_get_args_valist):
11328         Update usage of get_named().
11329         (dbus_message_iter_append_byte):
11330         Fix typo
11331         (dbus_message_iter_append_named)
11332         Fix typo
11333         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
11334         More tests.
11335
11336 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11337
11338         * dbus/dbus-marshal.[ch]:
11339         Add array_type_pos argument to _dbus_marshal_validate_arg.
11340         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
11341
11342         * dbus/dbus-message.[ch]:
11343         Multi-dimensional arrays have full type specification in the
11344         outermost array. Iter code re-arranged to handle this.
11345         Added some more iter tests.
11346
11347         * doc/dbus-specification.sgml:
11348         Add me to authors.
11349         Remove old FIXME.
11350         Update new array encoding description.
11351         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
11352
11353         * test/data/invalid-messages/array-with-mixed-types.message:
11354         * test/data/valid-messages/array-of-array-of-uint32.message:
11355         Change to the new array format.
11356
11357         * test/data/invalid-messages/too-short-dict.message:
11358         Fix bug in test.
11359
11360         * test/data/valid-messages/recursive-types.message:
11361         Fix up and extend test.
11362
11363 2003-04-10  Havoc Pennington  <hp@pobox.com>
11364
11365         * bus/dispatch.c: lots of fixes
11366
11367         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11368         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11369         that was crack, broke the test service.
11370
11371         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11372         handling to avoid piling up errors if we get a failure on the
11373         first address.
11374
11375         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11376         pid in assertion failures.
11377
11378         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11379         to some fixed size of file descriptor array. Don't return TRUE
11380         anytime a timeout exists, that led to lots of busy loop silliness
11381         in the tests.
11382
11383 2003-04-09  Havoc Pennington  <hp@redhat.com>
11384
11385         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11386         I'd checked this in earlier but hadn't.
11387
11388 2003-04-09  Havoc Pennington  <hp@redhat.com>
11389
11390         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11391         the activation test (man this is getting old!)
11392
11393 2003-04-09  Havoc Pennington  <hp@redhat.com>
11394
11395         * test/test-utils.c: use dispatch status function to fix this up
11396
11397         * bus/connection.c (connection_watch_callback): don't dispatch
11398         from here
11399         (connection_timeout_callback): don't dispatch from here
11400         (bus_connections_setup_connection): set the dispatch status function
11401         (bus_connection_disconnected): unset it
11402
11403         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11404         used to add a connection to be dispatched
11405         (_dbus_loop_iterate): do the dispatching at the end of each
11406         iteration
11407
11408         * dbus/dbus-connection.c
11409         (dbus_connection_set_dispatch_status_function): new function
11410         allowing us to fix up main loop usage
11411         (_dbus_connection_last_unref): free all the various function
11412         user data
11413         (dbus_connection_dispatch): call the DispatchStatusFunction
11414         whenever this function returns
11415         (dbus_connection_handle_watch): call DispatchStatusFunction
11416         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11417         (reply_handler_timeout): call DispatchStatusFunction
11418         (dbus_connection_flush): call DispatchStatusFunction
11419
11420 2003-04-09  Havoc Pennington  <hp@redhat.com>
11421
11422         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11423         a memory leak
11424
11425         * bus/dispatch.c (check_service_activated): fix bug in test
11426
11427         * dbus/dbus-mainloop.c (check_timeout): fix this up
11428
11429         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11430         verbose output so we can sort out output from different processes,
11431         e.g. in the activation case.
11432
11433 2003-04-08  Colin Walters  <walters@gnu.org>
11434
11435         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11436         the pid file.
11437         (bus_context_new): Set it.
11438         (bus_context_unref): Use it to delete the pid file.
11439
11440 2003-04-08  Havoc Pennington  <hp@redhat.com>
11441
11442         * test/data/invalid-messages/array-with-mixed-types.message:
11443         regression test that fails for the moment
11444
11445         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11446         tests for convenience
11447
11448         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11449         array of nil, it broke things.
11450
11451         * test/data/invalid-messages/array-of-nil.message: regression test
11452
11453         * test/data/valid-messages/array-of-array-of-uint32.message:
11454         happened to write this so added it to suite
11455
11456 2003-04-08  Havoc Pennington  <hp@redhat.com>
11457
11458         * bus/driver.c (bus_driver_handle_acquire_service): init
11459         retval/reply before checking name
11460
11461         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11462         recursion depth argument
11463
11464         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11465         in the public struct for future extension
11466
11467         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11468         typo
11469
11470         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11471         message
11472
11473         * doc/dbus-specification.sgml: fix typo
11474
11475 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11476
11477         Implemented recursive types, named types and new-style iters
11478
11479         * bus/driver.c:
11480         * glib/test-thread-client.c: (thread_func):
11481         * glib/test-thread-server.c: (handle_test_message):
11482         * test/test-service.c: (handle_echo):
11483         Update to new api
11484
11485         * dbus/Makefile.am:
11486         * dbus/dbus-dict.c:
11487         * dbus/dbus-dict.h:
11488         * dbus/dbus.h
11489         Remove DBusDict
11490
11491         * dbus/dbus-internals.c: (_dbus_type_to_string):
11492         Update for new types.
11493
11494         * dbus/dbus-marshal.[ch]:
11495         Implement recursive types and the new marshalling format.
11496         Remove hardcoded dict marshalling.
11497         Marshal named types.
11498
11499         * dbus/dbus-message-builder.c:
11500         Add BYTE_ARRAY.
11501         Remove references to old types
11502
11503         * dbus/dbus-message.[ch]:
11504         New non-refcounted iter API that supports recursive iters.
11505         Use iters for appending, including support for recursive
11506         iters.
11507         Add byte and named type support.
11508         Update everything to new marshalling formats.
11509         Add tests for new API.
11510
11511         * dbus/dbus-protocol.h:
11512         Remove old array types.
11513         Add types: BYTE, ARRAY, DICT, NAMED
11514
11515         * dbus/dbus-string.c:
11516         * dbus/dbus-sysdeps.c:
11517         Make parse_double locale safe.
11518
11519         * dbus/dbus-test-main.c:
11520         Call setlocale.
11521
11522         * dbus/dbus-test.c:
11523         Kill dict test
11524
11525         * doc/dbus-specification.sgml:
11526         Update spec
11527
11528         * test/data/incomplete-messages/missing-body.message:
11529         * test/data/invalid-messages/bad-boolean.message:
11530         * test/data/invalid-messages/bad-boolean-array.message:
11531         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11532         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11533         * test/data/invalid-messages/too-short-dict.message:
11534         * test/data/valid-messages/dict-simple.message:
11535         * test/data/valid-messages/dict.message:
11536         * test/data/valid-messages/emptiness.message:
11537         * test/data/valid-messages/lots-of-arguments.message:
11538         * test/data/valid-messages/no-padding.message:
11539         * test/data/valid-messages/recursive-types.message:
11540         Add missing NAME fields
11541         Fix up dicts & arrays
11542
11543         * test/data/invalid-messages/dict-with-nil-value.message:
11544         Removed, this is not invalid anymore.
11545
11546         * test/data/valid-messages/recursive-types.message:
11547         Add new test for deeply recursive types.
11548
11549 2003-04-07  Havoc Pennington  <hp@pobox.com>
11550
11551         * bus/driver.c (bus_driver_handle_acquire_service): return an
11552         error if you try to acquire a service that starts with ':'
11553
11554 2003-04-07  Havoc Pennington  <hp@redhat.com>
11555
11556         * doc/dbus-specification.sgml: require that base service names
11557         start with ':' and that the base service is created/deleted
11558         as first and last things a connection does on the bus
11559
11560         * bus/dispatch.c (check_existent_service_activation): lots more
11561         work on the activation test; it doesn't fully pass yet...
11562
11563         * test/test-service.c (main): fix so we don't memleak the
11564         connection to the message bus
11565         (filter_func): accept a message asking us to exit
11566
11567 2003-04-06  Havoc Pennington  <hp@pobox.com>
11568
11569         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11570         from Colin Walters
11571
11572         * configure.in: fixes to Qt detection from Colin Walters
11573
11574         * doc/Makefile.am: Only remove generated docbook dirs if they
11575         exist, from Colin Walters
11576
11577         * dbus/dbus-bus.c: change how we set well-known connections to
11578         NULL, so that it works if a single connection is stored in
11579         two well-known array slots.
11580
11581         * test/Makefile.am: remove a lot of stuff that isn't immediately
11582         useful, it's in CVS history if we want it.
11583
11584         * test/test-service.c: use dbus-mainloop instead of that
11585         watch.[hc] crack
11586
11587 2003-04-06  Havoc Pennington  <hp@pobox.com>
11588
11589         * dbus/Makefile.am: split lists of sources into stuff that goes in
11590         the library, util functions that go in the lib and are also used
11591         elsewhere, and util functions that are used in tests/daemon but
11592         don't go in the lib.
11593
11594         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
11595         here so it can be used in test binaries also
11596
11597 2003-04-06  Havoc Pennington  <hp@pobox.com>
11598
11599         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
11600         here in the parent process, so we can return an error if it
11601         fails. Also, move some of the code into the child so the parent
11602         is less hosed if we fail midway through.
11603
11604         * bus/bus.c (bus_context_new): move pidfile detection further up
11605         in the function, before we start overwriting sockets and such.
11606
11607         * bus/messagebus.in: adjust this a bit, not sure if it will work.
11608
11609         * configure.in: add --with-system-pid-file and --with-system-socket
11610
11611 2003-04-06  Colin Walters  <walters@verbum.org>
11612
11613         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
11614
11615         * bus/system.conf.in: Declare a pidfile.
11616
11617         * bus/bus.c (bus_context_new): Test for an existing pid file, and
11618         create one (if appropriate).
11619
11620         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
11621         (struct BusConfigParser) [pidfile]: New.
11622         (element_type_to_name, merge_included, start_busconfig_child)
11623         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
11624         (bus_config_parser_unref): Free it.
11625         (bus_config_parser_get_pidfile): New function.
11626
11627         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
11628
11629         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
11630
11631         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
11632
11633         * dbus/dbus-sysdeps.h: Prototype it.
11634
11635 2003-04-06  Havoc Pennington  <hp@pobox.com>
11636
11637         * bus/bus.c (bus_context_new): print the address in here, rather
11638         than in main(), because we need to do it before forking the daemon
11639
11640         * bus/dispatch.c (send_service_nonexistent_error): set the sender
11641         on the service nonexistent error
11642
11643         * bus/driver.c (bus_driver_handle_acquire_service): set the
11644         sender on the AcquireService reply
11645
11646         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
11647         server also listen on a UNIX socket so services can connect to it.
11648
11649 2003-04-06  Havoc Pennington  <hp@pobox.com>
11650
11651         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
11652         so it detects deadlocks and also we actually init threads when
11653         debugging.
11654
11655 2003-04-06  Havoc Pennington  <hp@pobox.com>
11656
11657         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
11658         save the domain socket name, and unlink it when we disconnect the
11659         server. Means that at least when we exit normally, we won't leave
11660         a bunch of junk in /tmp
11661
11662         * dbus/dbus-transport-unix.c
11663         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
11664         memory management). (I was making a real change here but then
11665         didn't)
11666
11667 2003-04-06  Havoc Pennington  <hp@pobox.com>
11668
11669         * bus/bus.c (bus_context_new): fix wrong handling of
11670         server_data_slot_unref() in the error case.
11671
11672         * dbus/dbus-internals.h (_dbus_assert): change so it passes
11673         "(condition) != 0" to _dbus_real_assert so that
11674         "_dbus_assert (pointer)" doesn't cause a warning
11675
11676         * bus/main.c (main): accept --print-address option to print out
11677         the message bus address
11678
11679         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
11680
11681         * dbus/dbus-transport.c (_dbus_transport_open): special error for
11682         "tmpdir" option to unix: address on client side
11683
11684         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
11685         to unix: address
11686
11687         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
11688         we can use to create sockets in the test suite.
11689
11690         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
11691         cleanly. To be used for testing.
11692
11693         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
11694
11695         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
11696
11697         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
11698         handle trying to call this when there's no servers active
11699
11700 2003-04-05  Havoc Pennington  <hp@pobox.com>
11701
11702         * NEWS: update
11703
11704         * configure.in: 0.8
11705
11706 2003-04-05  Havoc Pennington  <hp@pobox.com>
11707
11708         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
11709         crash on startup. Need to get "try starting the daemon"
11710         in the test suite I guess. ;-)
11711
11712         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
11713         tracked the number of open connections; it's better done in
11714         application-specific code as you want it to span all servers etc.
11715
11716 2003-04-05  Havoc Pennington  <hp@pobox.com>
11717
11718         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
11719         patch from Colin Walters
11720
11721 2003-04-05  Havoc Pennington  <hp@pobox.com>
11722
11723         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
11724         reality; in fact multiple mechanisms are allowed.
11725
11726         * dbus/dbus-internals.c (_dbus_real_assert)
11727         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
11728         _dbus_assert_not_reached() into functions, so that they don't show
11729         up in basic block counts for test coverage, and don't use up as
11730         much disk space. Does mean slower execution speed though, so
11731         assumes --disable-asserts is the normal production case.
11732
11733 2003-04-05  Havoc Pennington  <hp@pobox.com>
11734
11735         * test/Makefile.am (dist-hook): also dist *.in files
11736
11737         * NEWS: update
11738
11739         * configure.in: 0.7
11740
11741 2003-04-05  Havoc Pennington  <hp@pobox.com>
11742
11743         * dbus/dbus-string.c: docs warning
11744
11745         * dbus/dbus-spawn.c: missing docs
11746
11747         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
11748
11749 2003-04-05  Havoc Pennington  <hp@pobox.com>
11750
11751         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
11752         magic from GLib
11753
11754         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
11755         to -1 once we've reaped the babysitter
11756         (_dbus_babysitter_handle_watch): do as much work as we can, not
11757         just one go of it
11758
11759         * bus/activation.c: add code using DBusBabysitter so that we
11760         handle it when a service fails to start up properly.
11761         (bus_activation_service_created): don't remove the activation
11762         entries as we go, just let them get removed when we free the pending
11763         activation. Unref reply messages after sending them.
11764
11765 2003-04-05  Havoc Pennington  <hp@pobox.com>
11766
11767         * test/decode-gcov.c (main): print per-directory stats in the report
11768
11769         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
11770
11771 2003-04-05  Havoc Pennington  <hp@pobox.com>
11772
11773         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
11774
11775         * test/decode-gcov.c: hack up a little program to suck data
11776         out of gcov files. Yes this is sort of silly.
11777
11778         * configure.in: define something in config.h and do an
11779         AM_CONDITIONAL when gcov is enabled
11780
11781 2003-04-04  Havoc Pennington  <hp@redhat.com>
11782
11783         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
11784         return a "babysitter" object that is used to monitor the status of
11785         the spawned process and reap it when required.
11786
11787         * test/test-segfault.c, test/test-exit.c,
11788         test/test-sleep-forever.c: binaries that do various lame things,
11789         used in the test suite.
11790
11791         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
11792
11793 2003-04-03  Havoc Pennington  <hp@pobox.com>
11794
11795         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
11796         in preparation for modifying it, dbus-sysdeps is getting
11797         a bit unmanageable.
11798
11799 2003-04-03  Havoc Pennington  <hp@redhat.com>
11800
11801         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
11802         have multiple ones
11803
11804         * bus/*.[hc]: adapt to mainloop change
11805
11806 2003-04-03  Havoc Pennington  <hp@redhat.com>
11807
11808         * bus/activation.c (load_directory): fix up memleaks
11809         (bus_activation_entry_free): free the entry
11810
11811         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
11812         we get one from the message bus; fix memleaks.
11813
11814         * dbus/dbus-message.c (dbus_set_error_from_message): new function
11815
11816 2003-04-03  Havoc Pennington  <hp@pobox.com>
11817
11818         * bus/config-parser.c (bus_config_parser_unref): free
11819         list of mechanisms, bug discovered by test suite enhancements
11820         (putting system.conf and session.conf into suite)
11821
11822         * test/Makefile.am, test/test-service.c: add placeholder for a
11823         test service that we'll activate as part of test suite. Doesn't
11824         do anything yet.
11825
11826         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
11827         setting NULL value, and use system malloc not dbus_malloc()
11828         when we have unavoidable memleakage.
11829
11830         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
11831         didn't work, and support DBUS_BUS_ACTIVATION.
11832
11833         * bus/activation.c (child_setup): pass our well-known bus type to
11834         the child
11835
11836         * bus/config-parser.c: support <type> to specify well-known type
11837
11838         * doc/dbus-specification.sgml: document the env variables to
11839         locate well-known buses and find service activator
11840
11841 2003-04-02  Havoc Pennington  <hp@redhat.com>
11842
11843         * test/Makefile.am (all-local): add a rule to copy tests to
11844         builddir, so we can have generated tests. Use this to remove the
11845         silly hack for testing system.conf and session.conf. Will use this
11846         shortly to generate .service files pointing to test binaries.
11847
11848 2003-04-02  Havoc Pennington  <hp@redhat.com>
11849
11850         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
11851         current alloc and needed new length, not max of the doubled
11852         allocation and needed new length. Also, when building tests,
11853         don't do the double-allocation stuff, just realloc every time.
11854
11855 2003-04-02  Havoc Pennington  <hp@redhat.com>
11856
11857         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
11858         in error messages
11859         (_dbus_string_get_dirname): new
11860         (_dbus_sysdeps_test): new
11861         (_dbus_directory_open): include dirnames in error messages
11862
11863         * bus/config-parser.c: interpret <include> and <includedir> and
11864         <servicedir> relative to config file location if the given
11865         filename is not absolute.
11866
11867         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
11868
11869 2003-04-02  Havoc Pennington  <hp@redhat.com>
11870
11871         * bus/connection.c (bus_transaction_send_error_reply): set sender
11872         service for the error, and unref the reply on success
11873
11874         * bus/activation.c: convert to use BusTransaction so OOM can be
11875         handled correctly
11876         (bus_activation_service_created): set sender of the message
11877
11878 2003-04-01  Havoc Pennington  <hp@redhat.com>
11879
11880         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
11881         <includedir> (at least mostly)
11882
11883         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
11884         first, then the user ID
11885
11886 2003-04-01  Havoc Pennington  <hp@pobox.com>
11887
11888         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
11889         function
11890
11891         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
11892
11893         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
11894
11895         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
11896         socket 0777, and unlink any existing socket.
11897
11898         * bus/bus.c (bus_context_new): change our UID/GID and fork if
11899         the configuration file so specifies; set up auth mechanism
11900         restrictions
11901
11902         * bus/config-parser.c (bus_config_parser_content): add support
11903         for <fork> option and fill in code for <auth>
11904
11905         * bus/system.conf.in: add <fork/> to default configuration,
11906         and limit auth mechanisms to EXTERNAL
11907
11908         * doc/config-file.txt (Elements): add <fork>
11909
11910         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
11911         (_dbus_change_identity): new function
11912
11913 2003-03-31  Havoc Pennington  <hp@redhat.com>
11914
11915         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
11916         (_dbus_listen_unix_socket): fix off-by-one error in null
11917         termination spotted by Nalin
11918
11919 2003-03-31  Havoc Pennington  <hp@redhat.com>
11920
11921         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
11922         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
11923         having a real home directory available.
11924
11925 2003-03-31  Havoc Pennington  <hp@redhat.com>
11926
11927         * bus/Makefile.am (install-data-hook): create /var/run/dbus
11928
11929         * bus/messagebus.in: add init script for Red Hat /etc/init.d
11930
11931         * configure.in: add support for specifying a style of init script
11932         to install
11933
11934 2003-03-31  Havoc Pennington  <hp@redhat.com>
11935
11936         Fix some annoying DBusString API and fix all affected code.
11937
11938         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
11939         max_length argument
11940         (_dbus_string_get_data): change to return string instead of using
11941         an out param
11942         (_dbus_string_get_const_data): ditto
11943         (_dbus_string_get_data_len): ditto
11944         (_dbus_string_get_const_data_len): ditto
11945
11946 2003-03-31  Havoc Pennington  <hp@redhat.com>
11947
11948         * bus/main.c (main): fix up the command line arguments to be nicer
11949
11950 2003-03-31  Havoc Pennington  <hp@redhat.com>
11951
11952         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
11953         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
11954         final location that lands in the config file
11955
11956         * bus/config-loader-expat.c (bus_config_load): fix type of
11957         XML_Parser variable
11958
11959         * doc/TODO: remove TODO item for dbus_bus_get()
11960
11961         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
11962
11963 2003-03-31  Havoc Pennington  <hp@pobox.com>
11964
11965         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
11966         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
11967         argument since they are always client side
11968
11969         * dbus/dbus-server.c (dbus_server_get_address): new function
11970
11971         * bus/main.c (main): take the configuration file as an argument.
11972
11973         * test/data/valid-config-files/debug-allow-all.conf: new file to
11974         use with dispatch.c tests for example
11975
11976         * bus/test-main.c (main): require test data dir
11977
11978         * bus/bus.c (bus_context_new): change this to take a
11979         configuration file name as argument
11980
11981         * doc/config-file.txt (Elements): add <servicedir>
11982
11983         * bus/system.conf, bus/session.conf: new files
11984
11985         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
11986         well-known socket if none set
11987
11988         * configure.in: create system.conf and session.conf
11989
11990 2003-03-30  Havoc Pennington  <hp@pobox.com>
11991
11992         * bus/config-parser.c: hacking
11993
11994         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
11995         to shut down, since it could cause weirdness with the DBusList
11996         lock
11997
11998         * dbus/dbus-list.c (_dbus_list_test): add tests for the
11999         link-oriented stack routines
12000         (alloc_link): free the mempool if the first alloc from it fails
12001
12002         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
12003
12004         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
12005         from GLib
12006         (_dbus_string_skip_white): new
12007
12008         * doc/config-file.txt (Elements): add <includedir>
12009
12010 2003-03-28  Havoc Pennington  <hp@pobox.com>
12011
12012         * dbus/dbus-string.c (_dbus_string_copy_data_len)
12013         (_dbus_string_copy_data): new functions
12014
12015 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
12016
12017         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
12018         * dbus/dbus-bus.h:
12019         Add dbus_bus_get.
12020
12021         * dbus/dbus-memory.c:
12022         Fix a doc comment.
12023
12024 2003-03-28  Havoc Pennington  <hp@pobox.com>
12025
12026         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
12027         I think it may have just been superstition. Not sure.
12028
12029         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
12030         failures that were not being handled.
12031
12032         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
12033
12034         * dbus/dbus-memory.c: add ability to set number of mallocs in a
12035         row that will fail on out-of-memory.
12036
12037         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
12038         function for testing out-of-memory handling.
12039
12040         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
12041         allocation functions, they do map exactly to the expat ones.
12042
12043 2003-03-27  Havoc Pennington  <hp@redhat.com>
12044
12045         * bus/config-loader-libxml.c (bus_config_load): add another error
12046         check
12047
12048 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12049
12050         * doc/TODO:
12051         Add note about automatic service activation.
12052
12053         * doc/dbus-specification.sgml:
12054         Rename the specification and clarify a few things.
12055
12056 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12057
12058         * Doxyfile.in:
12059         * dbus/dbus-address.c:
12060         * dbus/dbus-dict.c:
12061         * dbus/dbus-marshal.c:
12062         * dbus/dbus-server-debug-pipe.c:
12063         * dbus/dbus-transport-unix.c:
12064         Fix documentation warnings.
12065
12066 2003-03-26  Havoc Pennington  <hp@pobox.com>
12067
12068         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
12069         after every test so it's quick and easy to see which leaked, and
12070         so we test multiple dbus_shutdown() calls
12071
12072         * configure.in: change configure.in XML stuff to also support
12073         expat
12074
12075         * config-loader-libxml.c: some hacking
12076
12077         * config-loader-expat.c: some hacking
12078
12079         * config-parser.c: some hacking, plus tests
12080
12081 2003-03-25  Havoc Pennington  <hp@redhat.com>
12082
12083         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
12084
12085         * configure.in: add --with-xml option to specify XML library,
12086         right now only libxml is supported.
12087
12088         * bus/config-loader-libxml.c, config-parser.c: sync some minor
12089         nonworking code between home and work, still just stubs
12090
12091 2003-03-24  Havoc Pennington  <hp@redhat.com>
12092
12093         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
12094         file
12095
12096         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
12097         NULL argument for "message" if the error is a well-known one,
12098         fill in a generic message in this case.
12099
12100         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
12101         favor of DBusError
12102
12103         * bus/test.c (bus_test_flush_bus): add
12104
12105         * bus/policy.c (bus_policy_test): test code stub
12106
12107 2003-03-24  Havoc Pennington  <hp@pobox.com>
12108
12109         * bus/connection.c (bus_connections_setup_connection): set up
12110         the "can this user connect" function, but it always returns
12111         TRUE until we have a config file parser so we can have a config
12112         file that allows connections.
12113
12114 2003-03-23  Havoc Pennington  <hp@pobox.com>
12115
12116         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
12117         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
12118         the mutex, so we can check for proper memory management
12119         and OOM handling.
12120
12121         * dbus/dbus-dataslot.c: remove the mutex from
12122         DBusDataSlotAllocator and lock it manually when using it,
12123         to simplify fitting it into the global slots framework.
12124
12125         * dbus/dbus-threads.c (init_static_locks): rework how we're
12126         handling global locks so they are easily shut down.
12127
12128         * bus/policy.c (bus_policy_append_rule): fix
12129
12130         * bus/test-main.c (main): check for memleaks
12131
12132         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
12133         test suite check for memleaks
12134
12135         * dbus/dbus-memory.c: add support in test mode for tracking
12136         number of outstanding blocks
12137
12138 2003-03-23  Havoc Pennington  <hp@pobox.com>
12139
12140         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
12141         policies code
12142
12143         * dbus/dbus-hash.h: add ULONG hash keys
12144
12145         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
12146         (_dbus_get_group_id): new function
12147
12148 2003-03-20  Havoc Pennington  <hp@redhat.com>
12149
12150         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
12151         new function
12152         (dbus_connection_get_unix_user): new function
12153
12154 2003-03-20  Havoc Pennington  <hp@pobox.com>
12155
12156         * bus/connection.c (bus_connection_send_oom_error): assert that
12157         message has a sender
12158         (connection_execute_transaction): ditto
12159         (bus_connection_preallocate_oom_error): fix to set the sender, and
12160         set recipient to the destination service, not the bus driver
12161
12162         * bus/policy.c: hacking
12163
12164         * dbus/dbus-message.c (dbus_message_service_is): new function
12165         (dbus_message_sender_is): new
12166
12167 2003-03-19  Havoc Pennington  <hp@redhat.com>
12168
12169         * bus/policy.c: start sketching code for policy restrictions on
12170         what connections can do.
12171
12172 2003-03-18  Havoc Pennington  <hp@redhat.com>
12173
12174         * doc/TODO: some notes on high-level todo items. Little nitpick
12175         stuff is all in @todo, so no need to add it here.
12176
12177         * doc/config-file.txt: some notes on how config file might look
12178
12179 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
12180
12181         * configure.in: 0.6
12182
12183         * NEWS: Update.
12184
12185 2003-03-17  Havoc Pennington  <hp@redhat.com>
12186
12187         * dbus/dbus-internals.h: add gcc attributes so that
12188         our printf-style functions warn on bad arguments to
12189         format
12190
12191         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
12192         format bug
12193
12194         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
12195         printf format bug
12196
12197 2003-03-17  Havoc Pennington  <hp@redhat.com>
12198
12199         * bus/test-main.c (main): make it print something as it runs
12200         so make check doesn't look stuck
12201
12202         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
12203         from CVS, now obsolete
12204
12205 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12206
12207         * bus/dispatch.c: (bus_dispatch):
12208         Refetch the service name since it may have been reallocated
12209         when dbus_message_set_sender was called.
12210
12211         * dbus/dbus-sysdeps.c: (_dbus_accept):
12212         Add address and address length variables and use them to stop
12213         valgrind from complaining.
12214
12215 2003-03-17  Havoc Pennington  <hp@pobox.com>
12216
12217         All tests pass, no memleaks, no valgrind complaints.
12218
12219         * bus/test.c: refcount handler_slot
12220
12221         * bus/connection.c (bus_connections_new): refcount
12222         connection_data_slot
12223
12224         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
12225         bytes so that auth scripts pass.
12226
12227         * bus/dispatch.c: init message_handler_slot so it gets allocated
12228         properly
12229
12230         * bus/dispatch.c (message_handler_slot_ref): fix memleak
12231
12232         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
12233         dealloc server_pipe_hash when no longer used for benefit of
12234         leak checking
12235
12236         * dbus/dbus-auth.c (process_command): memleak fix
12237
12238         * bus/dispatch.c (check_hello_message): memleak fix
12239
12240 2003-03-16  Havoc Pennington  <hp@pobox.com>
12241
12242         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
12243
12244 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12245
12246         * bus/activation.c (bus_activation_activate_service): Append
12247         the pending activation entry to the list of pending activations.
12248
12249 2003-03-16  Havoc Pennington  <hp@pobox.com>
12250
12251         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
12252         connections
12253
12254         * dbus/dbus-address.c (create_entry): fix OOM handling when
12255         failing to alloc entry->method
12256
12257 2003-03-16  Havoc Pennington  <hp@pobox.com>
12258
12259         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
12260         the watch
12261
12262         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12263         add some missing dbus_set_result
12264
12265         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
12266         alloc the DBusMessageHandler
12267
12268         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
12269         the transport here, since we call this from the finalizer; it
12270         resulted in a double-finalize.
12271
12272         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
12273         where we tried to use transport->connection that was NULL,
12274         happened when transport was disconnected early on due to OOM
12275
12276         * bus/*.c: adapt to handle OOM for watches/timeouts
12277
12278         * dbus/dbus-transport-unix.c: port to handle OOM during
12279         watch handling
12280
12281         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
12282         reference to unused bytes instead of a copy
12283
12284         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
12285         out of memory
12286
12287         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
12288         FALSE on OOM
12289
12290         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
12291         of memory
12292
12293 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12294
12295         * doc/dbus-specification.sgml:
12296         Document reply message for ActivateService.
12297
12298 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12299
12300         * bus/activation.c: (bus_pending_activation_entry_free),
12301         (bus_pending_activation_free), (bus_activation_new),
12302         (bus_activation_unref), (bus_activation_service_created),
12303         (bus_activation_activate_service):
12304         * bus/activation.h:
12305         * bus/bus.c: (bus_context_new):
12306         * bus/desktop-file.c: (new_section):
12307         * bus/driver.c: (bus_driver_send_service_deleted),
12308         (bus_driver_handle_activate_service):
12309         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
12310         * bus/services.h:
12311         * dbus/dbus-connection.c:
12312         (dbus_connection_send_with_reply_and_block):
12313         * dbus/dbus-message.c: (dbus_message_append_args_valist):
12314         * dbus/dbus-protocol.h:
12315         Make activation work better. Now pending activations will be queued
12316         and the daemon won't try to activate services that are already registered.
12317
12318 2003-03-16  Havoc Pennington  <hp@pobox.com>
12319
12320         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
12321         connection data
12322
12323         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
12324         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
12325
12326 2003-03-16  Havoc Pennington  <hp@pobox.com>
12327
12328         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
12329         this. always run the test suite before commit...
12330
12331         * bus/*: adapt to DBusConnection API changes
12332
12333         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
12334         requires renaming stuff to avoid dbus_connection_dispatch name
12335         conflict.
12336
12337         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
12338         function
12339
12340         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
12341         separate from _dbus_message_loader_return_buffer()
12342
12343         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
12344         this, because it's now always broken to use; the number of
12345         messages in queue vs. the number still buffered by the message
12346         loader is undefined/meaningless. Should use
12347         dbus_connection_get_dispatch_state().
12348         (dbus_connection_dispatch): rename from
12349         dbus_connection_dispatch_message
12350
12351 2003-03-16  Havoc Pennington  <hp@pobox.com>
12352
12353         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
12354         implementation
12355
12356 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12357
12358         * dbus/dbus-connection.c:
12359         (dbus_connection_send_with_reply_and_block):
12360         Decrease connection->n_incoming when removing an entry
12361         from the list.
12362         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12363         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12364         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12365         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12366         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12367         (dbus_dict_get_byte_array):
12368         Handle NULL arrays and strings. Also add support for byte arrays.
12369
12370         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12371         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12372         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12373         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12374         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12375         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12376         * dbus/dbus-marshal.h:
12377         Add support for marshalling and demarshalling empty arrays and strings.
12378
12379         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12380         (dbus_message_append_string_array),
12381         (dbus_message_iter_get_boolean),
12382         (dbus_message_iter_get_boolean_array),
12383         (dbus_message_iter_get_int32_array),
12384         (dbus_message_iter_get_uint32_array),
12385         (dbus_message_iter_get_double_array),
12386         (dbus_message_iter_get_byte_array),
12387         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12388         (check_message_handling):
12389         Add support for getting empty arrays and dicts.
12390
12391         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12392         Don't do any validation at all for now, that's better than just checking
12393         for ASCII.
12394
12395         * test/data/valid-messages/emptiness.message:
12396         New test message with lots of empty arrays.
12397
12398 2003-03-16  Havoc Pennington  <hp@pobox.com>
12399
12400         * dbus/dbus-connection.c
12401         (_dbus_connection_queue_received_message_link): new function that
12402         can't fail due to OOM
12403
12404         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12405         new function pops a message together with a list link
12406         containing it.
12407
12408         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12409         message queuing functions to avoid needing to alloc memory
12410
12411 2003-03-16  Havoc Pennington  <hp@pobox.com>
12412
12413         Oops - test code was only testing failure of around 30 of the
12414         mallocs in the test path, but it turns out there are 500+
12415         mallocs. I believe this was due to misguided linking setup such
12416         that there was one copy of dbus_malloc etc. in the daemon and one
12417         in the shared lib, and only daemon mallocs were tested. In any
12418         case, the test case now tests all 500+ mallocs, and doesn't pass
12419         yet, though there are lots of fixes in this patch.
12420
12421         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12422         this so that it doesn't need to allocate memory, since it
12423         has no way of indicating failure due to OOM (and would be
12424         annoying if it did).
12425
12426         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12427
12428         * bus/Makefile.am: rearrange to create two self-contained
12429         libraries, to avoid having libraries with overlapping symbols.
12430         that was resulting in weirdness, e.g. I'm pretty sure there
12431         were two copies of global static variables.
12432
12433         * dbus/dbus-internals.c: move the malloc debug stuff to
12434         dbus-memory.c
12435
12436         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12437         empty.
12438
12439         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12440
12441         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12442         on failure.
12443
12444         * bus/dispatch.c (bus_dispatch_add_connection): free
12445         message_handler_slot when no longer using it, so
12446         memory leak checkers are happy for the test suite.
12447
12448         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12449
12450         * bus/bus.c (new_connection_callback): disconnect in here if
12451         bus_connections_setup_connection fails.
12452
12453         * bus/connection.c (bus_connections_unref): fix to free the
12454         connections
12455         (bus_connections_setup_connection): if this fails, don't
12456         disconnect the connection, just be sure there are no side
12457         effects.
12458
12459         * dbus/dbus-string.c (undo_alignment): unbreak this
12460
12461         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12462         leaking
12463         (_dbus_auth_new): fix the order in which we free strings
12464         on OOM failure
12465
12466         * bus/connection.c (bus_connection_disconnected): fix to
12467         not send ServiceDeleted multiple times in case of memory
12468         allocation failure
12469
12470         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12471         get the base service name
12472         (dbus_bus_register_client): don't return base service name,
12473         instead store it on the DBusConnection and have an accessor
12474         function for it.
12475         (dbus_bus_register_client): rename dbus_bus_register()
12476
12477         * bus/dispatch.c (check_hello_message): verify that other
12478         connections on the bus also got the correct results, not
12479         just the one sending hello
12480
12481 2003-03-15  Havoc Pennington  <hp@pobox.com>
12482
12483         Make it pass the Hello handling test including all OOM codepaths.
12484         Now to do other messages...
12485
12486         * bus/services.c (bus_service_remove_owner): fix crash when
12487         removing owner from an empty list of owners
12488         (bus_registry_ensure): don't leave service in the list of
12489         a connection's owned services if we fail to put the service
12490         in the hash table.
12491
12492         * bus/connection.c (bus_connection_preallocate_oom_error): set
12493         error flag on the OOM error.
12494
12495         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12496         handle _dbus_transport_set_connection failure
12497
12498         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12499         to create watches up front and simply enable/disable them as
12500         needed.
12501         (unix_connection_set): this can now fail on OOM
12502
12503         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12504         of enabling/disabling a watch or timeout.
12505
12506         * bus/loop.c (bus_loop_iterate): don't touch disabled
12507         watches/timeouts
12508
12509         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12510
12511 2003-03-15  Havoc Pennington  <hp@pobox.com>
12512
12513         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12514         write useful test code, after all that futzing around ;-)
12515
12516         Test does not yet pass because we can't handle OOM in
12517         _dbus_transport_messages_pending (basically,
12518         dbus_connection_preallocate_send() does not prealloc the write
12519         watch). To fix this, I think we need to add new stuff to
12520         set_watch_functions, namely a SetEnabled function so we can alloc
12521         the watch earlier, then enable it later.
12522
12523         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12524         dbus-memory.c to the convenience lib
12525
12526         * bus/test.c: rename some static functions to keep them clearly
12527         distinct from stuff in connection.c. Handle client disconnection.
12528
12529 2003-03-14  Havoc Pennington  <hp@pobox.com>
12530
12531         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12532         transport, tests more of the real codepath. Set up clients
12533         with bus_setup_debug_client.
12534
12535         * bus/test.c (bus_setup_debug_client): function to set up debug
12536         "clients" on the main loop
12537
12538         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12539         support
12540
12541         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12542         server type
12543
12544         * dbus/dbus-server-debug.c: support a debug server based on pipes
12545
12546         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12547         (_dbus_close): new function
12548
12549         * configure.in: check for socketpair
12550
12551 2003-03-14  Havoc Pennington  <hp@redhat.com>
12552
12553         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12554         cheesy hack
12555
12556         * dbus/dbus-transport-debug.c: rework this a good bit to be
12557         less complicated. hopefully still works.
12558
12559         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12560         manually
12561
12562         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12563         after running it
12564
12565         * dbus/dbus-message.c (dbus_message_copy): rename from
12566         dbus_message_new_from_message, fix it up to copy
12567         all the message fields, add test case
12568
12569         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12570         not quite passing yet
12571
12572 2003-03-14  Havoc Pennington  <hp@pobox.com>
12573
12574         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12575         until no work remains" in test code. (the large diff here
12576         is just code movement, no actual changes)
12577
12578         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
12579         1, no point waiting around for test code.
12580         (_dbus_server_debug_accept_transport): unref the timeout
12581         after adding it (right?)
12582
12583         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
12584
12585 2003-03-13  Havoc Pennington  <hp@redhat.com>
12586
12587         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
12588         out of memory
12589
12590         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
12591         of memory
12592
12593         * dbus/dbus-connection.h: Make AddWatchFunction and
12594         AddTimeoutFunction return a bool so they can fail on out-of-memory
12595
12596         * bus/bus.c (bus_context_new): set up timeout handlers
12597
12598         * bus/connection.c (bus_connections_setup_connection): set up
12599         timeout handlers
12600
12601         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
12602         can fail
12603
12604         * bus/bus.c (bus_context_new): adapt to changes
12605
12606         * bus/connection.c: adapt to changes
12607
12608         * test/watch.c: adapt to DBusWatch changes
12609
12610         * bus/dispatch.c (bus_dispatch_test): started adding this but
12611         didn't finish
12612
12613 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
12614
12615         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
12616
12617 2003-03-13  Havoc Pennington  <hp@pobox.com>
12618
12619         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
12620         set up a test framework as for the library
12621
12622 2003-03-12  Havoc Pennington  <hp@pobox.com>
12623
12624         Throughout: purge global variables, introduce BusActivation,
12625         BusConnections, BusRegistry, etc. objects instead.
12626
12627         * bus/bus.h, bus/bus.c: introduce BusContext as a global
12628         message bus object
12629
12630         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
12631         going to redo this a bit differently I think
12632
12633 2003-03-12  Havoc Pennington  <hp@redhat.com>
12634
12635         Mega-patch that gets the message bus daemon initially handling
12636         out-of-memory. Work still needed. Also lots of random
12637         moving stuff to DBusError instead of ResultCode.
12638
12639         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
12640
12641         * dbus/dbus-connection.c
12642         (dbus_connection_send_with_reply_and_block): use DBusError
12643
12644         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
12645         DBusResultCode
12646
12647         * dbus/dbus-connection.c (dbus_connection_send): drop the result
12648         code here, as the only failure possible is OOM.
12649
12650         * bus/connection.c (bus_connection_disconnect):
12651         rename bus_connection_disconnected as it's a notification only
12652
12653         * bus/driver.c (bus_driver_handle_acquire_service): don't free
12654         "name" on get_args failure, should be done by get_args;
12655         don't disconnect client for bad args, just return an error.
12656         (bus_driver_handle_service_exists): ditto
12657
12658         * bus/services.c (bus_services_list): NULL-terminate returned array
12659
12660         * bus/driver.c (bus_driver_send_service_lost)
12661         (bus_driver_send_service_acquired): send messages from driver to a
12662         specific client to the client's unique name, not to the broadcast
12663         service.
12664
12665         * dbus/dbus-message.c (decode_header_data): reject messages that
12666         contain no name field
12667         (_dbus_message_get_client_serial): rename to
12668         dbus_message_get_serial and make public
12669         (_dbus_message_set_serial): rename from set_client_serial
12670         (_dbus_message_set_reply_serial): make public
12671         (_dbus_message_get_reply_serial): make public
12672
12673         * bus/connection.c (bus_connection_foreach): allow stopping
12674         iteration by returning FALSE from foreach function.
12675
12676         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
12677         (dbus_connection_free_preallocated_send)
12678         (dbus_connection_preallocate_send): new API for sending a message
12679         without possibility of malloc failure.
12680         (dbus_connection_send_message): rename to just
12681         dbus_connection_send (and same for whole function family)
12682
12683         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
12684
12685         * dbus/dbus-sysdeps.c (_dbus_exit): new function
12686
12687         * bus/activation.c: handle/return errors
12688
12689         * dbus/dbus-errors.h: add more DBUS_ERROR #define
12690
12691         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
12692         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
12693         (_dbus_result_from_errno): move to this file
12694
12695 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
12696
12697         * dbus/dbus-marshal.c:
12698         (_dbus_marshal_set_string):
12699         Take a length argument so we can marshal the correct string
12700         length.
12701
12702         (_dbus_marshal_dict), (_dbus_demarshal_dict),
12703         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
12704         (_dbus_marshal_test):
12705         * dbus/dbus-marshal.h:
12706         Add support for marshalling and demarshalling dicts.
12707
12708         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
12709         Add support for TYPE DICT.
12710
12711         * dbus/dbus-message.c: (set_string_field):
12712         Adjust header padding.
12713
12714         (dbus_message_append_args_valist), (dbus_message_append_dict),
12715         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
12716         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
12717         (check_message_handling), (check_have_valid_message):
12718         * dbus/dbus-message.h:
12719         Add functions for setting and getting dicts.
12720
12721         * dbus/dbus-protocol.h:
12722         Add DBUS_TYPE_DICT.
12723
12724         * dbus/dbus.h:
12725         Add dbus-dict.h
12726
12727         * doc/dbus-specification.sgml:
12728         Add information about how dicts are marshalled.
12729
12730         * test/data/invalid-messages/dict-with-nil-value.message:
12731         * test/data/invalid-messages/too-short-dict.message:
12732         * test/data/valid-messages/dict-simple.message:
12733         * test/data/valid-messages/dict.message:
12734         Add sample messages containing dicts.
12735
12736 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
12737
12738         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
12739
12740 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12741
12742         * dbus/Makefile.am:
12743         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12744         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
12745         (dbus_dict_set_int32), (dbus_dict_set_uint32),
12746         (dbus_dict_set_double), (dbus_dict_set_string),
12747         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12748         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12749         (dbus_dict_set_string_array), (_dbus_dict_test):
12750         * dbus/dbus-dict.h:
12751         Fix according to comments from Havoc.
12752
12753 2003-03-06  Michael Meeks  <michael@server.home>
12754
12755         * configure.in: if we don't have kde-config, disable have_qt.
12756
12757 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
12758
12759         * dbus/Makefile.am:
12760         Add dbus-dict.[ch]
12761
12762         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
12763         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
12764         (dbus_dict_remove), (dbus_dict_get_value_type),
12765         (dbus_dict_get_keys), (dbus_dict_put_boolean),
12766         (dbus_dict_put_int32), (dbus_dict_put_uint32),
12767         (dbus_dict_put_double), (dbus_dict_put_string),
12768         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
12769         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
12770         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
12771         (dbus_dict_get_int32), (dbus_dict_get_uint32),
12772         (dbus_dict_get_double), (dbus_dict_get_string),
12773         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
12774         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
12775         (dbus_dict_get_string_array), (_dbus_dict_test):
12776         * dbus/dbus-dict.h:
12777         Add DBusDict implementation
12778
12779         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
12780         * dbus/dbus-test.h:
12781         Add _dbus_dict_test
12782
12783 2003-03-04  Havoc Pennington  <hp@pobox.com>
12784
12785         * test/data/auth/*: adapt to changes
12786
12787         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
12788         USERID_BASE64 and change USERNAME_BASE64 to put in username not
12789         userid
12790
12791         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
12792         more stuff from being in a context name, to make the protocol
12793         simpler to deal with
12794
12795         * dbus/dbus-errors.c (dbus_error_has_name): new function
12796         (dbus_error_is_set): new function
12797
12798         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
12799         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
12800
12801         * dbus/dbus-connection.c (dbus_connection_flush): also read
12802         messages during a flush operation
12803
12804         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
12805
12806 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12807
12808         * configure.in: Check for gethostbyname on Solaris.
12809
12810         * dbus/dbus-transport.c: (_dbus_transport_open):
12811         Remove duplicate "tcp" entry.
12812
12813         * doc/dbus-specification.sgml:
12814         Clarify some things.
12815
12816 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12817
12818         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
12819         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
12820         (_dbus_keyring_test):
12821         * dbus/dbus-md5.c: (_dbus_md5_compute):
12822         * dbus/dbus-sha.c: (_dbus_sha_compute):
12823         Plug memory leaks.
12824
12825 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
12826
12827         * README: Add some things.
12828
12829 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
12830
12831         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
12832         after case DBUS_TYPE_BOOELAN.
12833
12834 2003-03-02  Havoc Pennington  <hp@pobox.com>
12835
12836         * test/break-loader.c (randomly_set_extreme_ints): add test that
12837         sets really huge and small integers
12838
12839         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
12840         that length of boolean array fits in the string, and that
12841         string has room for boolean value in single-bool case.
12842
12843         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
12844         optional value to "ALIGN" command which is what to fill the
12845         alignment with.
12846
12847         * test/data/valid-messages/no-padding.message: add regression
12848         test for the message padding problem
12849
12850 2003-03-02  Havoc Pennington  <hp@pobox.com>
12851
12852         * dbus/dbus-message.c (decode_header_data): fix to always init
12853         message_padding, from Benjamin Dauvergne
12854
12855 2003-03-02  Havoc Pennington  <hp@pobox.com>
12856
12857         * configure.in: 0.5
12858
12859         * NEWS: Update.
12860
12861 2003-03-01  Joe Shaw  <joe@assbarn.com>
12862
12863         * configure.in: Check for "struct cmsgcred" and try to access its
12864         members for BSD-like unices.
12865
12866         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
12867         _dbus_read_credentials_unix_socket().
12868         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
12869         read() for reading the credential byte off the unix socket.  Use
12870         struct cmsgcred on systems that support it.
12871
12872 2003-02-27  Alexander Larsson  <alexl@redhat.com>
12873
12874         * glib/Makefile.am:
12875         * configure.in:
12876         Make gthreads-2.0 dependency optional. Don't build thread test if
12877         its not found.
12878
12879 2003-02-27  Havoc Pennington  <hp@pobox.com>
12880
12881         * dbus/dbus-connection.c
12882         (dbus_connection_send_message_with_reply_and_block): fix doh!
12883         doh! doh! bug that resulted in never removing a reply from the
12884         queue, no wonder we called get_reply_serial so much ;-)
12885
12886         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
12887         and client serial instead of demarshaling them every time
12888
12889 2003-02-27  Havoc Pennington  <hp@pobox.com>
12890
12891         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
12892         more inlined, using dbus-string-private.h, speeds things up
12893         substantially
12894
12895         * dbus/dbus-string.c (_dbus_string_free): apply align offset
12896         when freeing the string
12897         (_dbus_string_steal_data): fix for align offset
12898         (undo_alignment): new function
12899
12900 2003-02-26  Havoc Pennington  <hp@redhat.com>
12901
12902         All kinds of audit fixes from Owen, plus initial attempt to
12903         handle unaligned memory returned from malloc.
12904
12905         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
12906         leave room for align_offset and nul byte
12907         (fixup_alignment): function to track an align_offset and
12908         ensure real->str is aligned
12909         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
12910         to allow a nul byte plus align offset
12911         (_dbus_string_lock): fix overflow issue
12912         (_dbus_string_init_const_len): add assertions on sanity of len,
12913         assign allocated to be ALLOCATION_PADDING larger than len
12914         (set_length): fixup the overflow handling
12915         (_dbus_string_get_data_len): fix overflow in assertion
12916         (open_gap): detect overflow in size of gap to be opened
12917         (_dbus_string_lengthen): add overflow check
12918         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
12919         (_dbus_string_append): add overflow check
12920         (_dbus_string_append_unichar): overflow
12921         (_dbus_string_delete): fix overflow in assertion
12922         (_dbus_string_copy_len): overflow in assertion
12923         (_dbus_string_replace_len): overflows in assertions
12924         (_dbus_string_find): change to implement in terms of
12925         _dbus_string_find_to
12926         (_dbus_string_find_to): assorted fixage
12927         (_dbus_string_equal_c_str): assert c_str != NULL,
12928         fix logic so the function works
12929         (_dbus_string_ends_with_c_str): fix overflow thingy
12930         (_dbus_string_base64_encode): overflow fix
12931         (_dbus_string_validate_ascii): overflow
12932         (_dbus_string_validate_nul): overflow
12933
12934 2003-02-26  Havoc Pennington  <hp@redhat.com>
12935
12936         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
12937
12938 2003-02-26  Alexander Larsson  <alexl@redhat.com>
12939
12940         * configure.in:
12941         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
12942
12943         * dbus/dbus-connection.c:
12944         * dbus/dbus-connection.h:
12945         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
12946         Add dbus_connection_set_wakeup_main_function and use it when queueing
12947         incoming and outgoing messages.
12948
12949
12950         * dbus/dbus-dataslot.c:
12951         Threadsafe usage of DBusDataSlotAllocator
12952
12953         * dbus/dbus-message.c: (dbus_message_get_args_iter):
12954         dbus_new can fail.
12955
12956         * dbus/dbus-server-unix.c:
12957         Add todo comment
12958
12959         * glib/dbus-gmain.c:
12960         Implement the new wakeup functions for glib.
12961
12962         * glib/Makefile.am:
12963         * glib/test-thread-client.c:
12964         * glib/test-thread-server.c:
12965         * glib/test-thread.h:
12966         Initial cut at some thread test code. Not really done yet.
12967
12968 2003-02-26  Havoc Pennington  <hp@pobox.com>
12969
12970         * dbus/dbus-connection.c
12971         (dbus_connection_send_message_with_reply_and_block): fix crash
12972         where we ref'd the outgoing message instead of the returned reply
12973
12974         * dbus/dbus-transport-unix.c (do_authentication): check read watch
12975         at the end of this function, so if we didn't need to read for
12976         authentication, we reinstall it for receiving messages
12977
12978         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
12979         a NULL sender for peer-to-peer case
12980
12981         * dbus/dbus-transport-unix.c (check_read_watch): handle
12982         !authenticated case correctly
12983
12984         * glib/dbus-gmain.c: add support for DBusServer
12985
12986         * dbus/dbus-server.c: add data slot support
12987
12988         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
12989         return values and handle errors
12990
12991         * dbus/dbus-dataslot.c: factor out the data slot stuff from
12992         DBusConnection
12993
12994         * Doxyfile.in (INPUT): add glib subdir
12995
12996         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
12997         setup_with_g_main instead of hookup_with_g_main; write docs
12998
12999 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13000
13001         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
13002         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13003         * dbus/dbus-message.c: (dbus_message_append_boolean),
13004         (dbus_message_append_boolean_array),
13005         (dbus_message_get_args_valist), (_dbus_message_test):
13006         * dbus/dbus-message.h:
13007         * doc/dbus-specification.sgml:
13008         Various fixes as pointed out by Havoc.
13009
13010         * test/data/invalid-messages/bad-boolean-array.message:
13011         * test/data/invalid-messages/bad-boolean.message:
13012         Add invalid boolean value test cases.
13013
13014 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13015
13016         * dbus/dbus-internals.c: (_dbus_type_to_string):
13017         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13018         (_dbus_marshal_validate_arg):
13019         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13020         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13021         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
13022         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
13023         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
13024         (dbus_message_iter_get_double),
13025         (dbus_message_iter_get_boolean_array), (message_iter_test):
13026         * dbus/dbus-message.h:
13027         * dbus/dbus-protocol.h:
13028         * doc/dbus-specification.sgml:
13029         * test/data/valid-messages/lots-of-arguments.message:
13030         Add support for boolean and boolean array types.
13031
13032 2003-02-23  Havoc Pennington  <hp@pobox.com>
13033
13034         * dbus/dbus-keyring.c: finish most of this implementation and
13035         simple unit test
13036
13037         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
13038         these barf if the error isn't cleared to NULL
13039
13040         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
13041         (_dbus_create_directory): new function
13042
13043         * dbus/dbus-errors.c (dbus_set_error): fix warning
13044
13045         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
13046         (_dbus_string_hex_decode): new function
13047         (test_hex_roundtrip): test code
13048
13049         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
13050
13051         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
13052
13053         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
13054         the save-to-temp/rename trick to atomically write the new file
13055         (_dbus_string_parse_uint): new function
13056
13057 2003-02-22  Havoc Pennington  <hp@pobox.com>
13058
13059         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
13060
13061 2003-02-22  Havoc Pennington  <hp@pobox.com>
13062
13063         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
13064         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
13065
13066         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
13067
13068         * dbus/test/data/sha-1: add US government test suite for SHA-1
13069
13070 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13071
13072         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13073         Make string arrays NULL-terminated.
13074
13075         * dbus/dbus-memory.c: (dbus_free_string_array):
13076         * dbus/dbus-memory.h:
13077         New function for freeing NULL-terminated string arrays.
13078
13079         * dbus/dbus-message-builder.c: (append_quoted_string),
13080         (_dbus_message_data_load):
13081         Add support for array types.
13082
13083         * dbus/dbus-message.c: (check_message_handling):
13084         Add more types as test cases.
13085
13086         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
13087         (_dbus_string_parse_double):
13088         Add the start offset to the end offset.
13089
13090         * test/data/valid-messages/lots-of-arguments.message:
13091         New test message with lots of arguments.
13092
13093 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13094
13095         * dbus/dbus-message.c: (dbus_message_append_nil),
13096         (dbus_message_append_int32), (dbus_message_append_uint32),
13097         (dbus_message_append_double), (dbus_message_append_string),
13098         (dbus_message_append_int32_array),
13099         (dbus_message_append_uint32_array),
13100         (dbus_message_append_double_array),
13101         (dbus_message_append_byte_array),
13102         (dbus_message_append_string_array):
13103         Fix all out-of-memory handling in these functions.
13104
13105 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13106
13107         * dbus/dbus-message.c: (dbus_message_append_nil):
13108         Fix a silly.
13109
13110 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13111
13112         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13113         (dbus_message_append_nil), (dbus_message_append_int32_array),
13114         (dbus_message_append_uint32_array),
13115         (dbus_message_append_double_array),
13116         (dbus_message_append_byte_array),
13117         (dbus_message_append_string_array), (dbus_message_get_args_valist),
13118         (dbus_message_iter_get_int32_array),
13119         (dbus_message_iter_get_uint32_array),
13120         (dbus_message_iter_get_double_array),
13121         (dbus_message_iter_get_byte_array),
13122         (dbus_message_iter_get_string_array):
13123
13124         * dbus/dbus-message.h:
13125         Add functions for appending and getting arrays.
13126
13127 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13128
13129         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
13130         element size at least 8 bytes, fixes mempool tests on
13131         64-bit machines.
13132
13133 2003-02-20  Alexander Larsson  <alexl@redhat.com>
13134
13135         * dbus/dbus-transport-unix.c (unix_do_iteration):
13136         Unlock the connection mutex during a blocking select call.
13137         Add todo about how we need a way to wake up the select.
13138
13139         * dbus/dbus-connection-internal.h:
13140         * dbus/dbus-connection.c:
13141         Add _dbus_connection_lock and _dbus_connection_unlock.
13142
13143 2003-02-19  Havoc Pennington  <hp@pobox.com>
13144
13145         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
13146         Doxyfile.in, not Doxyfile
13147
13148         * dbus/dbus-keyring.c: do some hacking on this
13149
13150         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
13151
13152         * dbus/dbus-errors.c (dbus_set_error_const): do not call
13153         dbus_error_init
13154         (dbus_set_error): remove dbus_error_init, check for message ==
13155         NULL *before* we sprintf into it, and add @todo about including
13156         system headers in this file
13157
13158         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
13159
13160         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
13161
13162         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
13163         get various bits of user information based on either username
13164         or user ID
13165         (_dbus_homedir_from_username): new function
13166
13167 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
13168
13169         * configure.in:
13170         Add check for nonposix getpwnam_r
13171
13172         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
13173         Align the pool element size to a sizeof (void *) boundary.
13174
13175         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
13176         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
13177         General Solaris fixes.
13178
13179         * test/data/valid-messages/simplest-manual.message:
13180         Explicitly state that we want little-endian packing.
13181
13182 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
13183
13184         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13185
13186         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
13187         Added to create a transport connecting using a tcp/ip socket.
13188
13189         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
13190         to a tcp socket at given host and port.
13191         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
13192         hostname and port.
13193
13194         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13195
13196         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
13197         Added to create a server listening on a TCP/IP socket.
13198
13199 2003-02-19  Havoc Pennington  <hp@pobox.com>
13200
13201         Throughout: mop up all the Doxygen warnings and undocumented
13202         stuff.
13203
13204         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
13205         to search any paths.
13206
13207         * dbus/dbus-threads.c: move global mutex initializers to
13208         dbus-internals.h, multiple prototypes was confusing doxygen
13209         besides being kind of ugly
13210
13211         * Doxyfile (PREDEFINED): have Doxygen define
13212         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
13213         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
13214         (do not abuse the feature! it's for stuff like the autogenerated
13215         macros in dbus-md5.c, not just for things you don't feel like
13216         documenting...)
13217
13218 2003-02-18  Havoc Pennington  <hp@pobox.com>
13219
13220         * dbus/dbus-string.c (_dbus_string_zero): new function
13221
13222         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
13223         wrap it in some dbus-friendly API
13224
13225         * dbus/dbus-types.h: add 16-bit types
13226
13227 2003-02-18  Joe Shaw  <joe@assbarn.com>
13228
13229         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
13230         credentials from our currently running process.
13231         (get_word): Fix a buglet where we were copying the entire length
13232         instead of relative to our position.
13233
13234         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
13235         keys on the stack... it's 640k of data.
13236
13237         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
13238         read the credentials byte off the socket, even if we don't have
13239         SO_PEERCRED.
13240         (_dbus_poll): Implement poll() using select() for systems which
13241         don't have it.
13242
13243         * glib/test-dbus-glib.c (main): Print out an error if no
13244         parameters are given.
13245
13246         * test/data/auth/fallback.auth-script: Added.  Tests that a client
13247         can fallback to a secondary auth mechanism if the first fails.
13248
13249 2003-02-18  Havoc Pennington  <hp@pobox.com>
13250
13251         * AUTHORS: add Alex
13252
13253 2003-02-17  Havoc Pennington  <hp@pobox.com>
13254
13255         * doc/dbus-specification.sgml: lots of cosmetic
13256         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
13257         env variable to DBUS_BUS_ADDRESS, s/client/application/,
13258         s/server/bus/ (except in authentication section). Add a section
13259         "Message Bus Message Routing"
13260
13261 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
13262
13263         Release 0.4
13264
13265         * NEWS: Update
13266
13267 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13268
13269         * doc/dbus-specification.sgml:
13270         Specification updates.
13271
13272 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13273
13274         * bus/activation.c: (bus_activation_init), (child_setup),
13275         (bus_activation_activate_service):
13276         * bus/activation.h:
13277         * bus/main.c: (main):
13278         Set DBUS_ADDRESS environment variable.
13279
13280         * dbus/dbus-errors.c: (dbus_set_error):
13281         Don't use va_copy since that's a C99 feature.
13282
13283         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
13284         (_dbus_spawn_async):
13285         * dbus/dbus-sysdeps.h:
13286         Add child_setup_func to _dbus_spawn_async.
13287
13288         * doc/dbus-specification.sgml:
13289         Update specification.
13290
13291         * test/spawn-test.c: (setup_func), (main):
13292         Fix test.
13293
13294 2003-02-17  Alexander Larsson  <alexl@redhat.com>
13295
13296         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
13297         Added todo.
13298
13299 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13300
13301         * doc/.cvsignore:
13302         * doc/Makefile.am:
13303         * doc/dbus-test-plan.sgml:
13304         Add test plan document.
13305
13306         * test/Makefile.am:
13307         Fix distcheck.
13308
13309 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13310
13311         * dbus/dbus-message.c: (decode_header_data),
13312         (_dbus_message_loader_return_buffer):
13313         Set the header padding amount when loading a message.
13314
13315 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13316
13317         * bus/dispatch.c: (send_one_message):
13318         Only send broadcast messages to registered connections.
13319
13320         * dbus/dbus-message.c: (dbus_message_name_is):
13321         * dbus/dbus-message.h:
13322         New convenience function.
13323
13324         * dbus/dbus-transport-debug.c: (do_reading):
13325         Only dispatch one message per run.
13326
13327         * test/Makefile.am:
13328         * test/bus-test.c: (new_connection_callback), (die),
13329         (test_hello_client1_handler), (test_hello_client2_handler),
13330         (test_hello_replies), (main):
13331
13332         * test/bus-test-loop.[ch]:
13333         Add these.
13334
13335 2003-02-16  Havoc Pennington  <hp@pobox.com>
13336
13337         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
13338         backward conditional
13339
13340 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13341
13342         * dbus/dbus-connection.c:
13343         Implement sent_message_with_reply. (with_reply_and block is still
13344         busted).
13345         Made dispatch_message not lose message if OOM.
13346
13347         * dbus/dbus-errors.h:
13348         Add NoReply error (for reply timeouts).
13349
13350 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13351
13352         * dbus/dbus-hash.c (_dbus_hash_table_unref):
13353         Actually free keys and values when destroying hashtable.
13354
13355 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13356
13357         * dbus/dbus-auth.c: (client_try_next_mechanism):
13358         Plug a leak.
13359
13360         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
13361         Return TRUE if there's no thread implementation around.
13362
13363         * glib/dbus-gmain.c: (free_source),
13364         (dbus_connection_hookup_with_g_main):
13365         Make sure to remove the GSource when the connection is finalized.
13366
13367 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13368
13369         * bus/dispatch.c: (bus_dispatch_message_handler):
13370         * dbus/dbus-errors.h:
13371         Return an error if someone tries to send a message to a service
13372         that doesn't exist.
13373
13374 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13375
13376         * bus/activation.c: (load_directory), (bus_activation_init),
13377         (bus_activation_activate_service):
13378         * bus/activation.h:
13379         * bus/driver.c:
13380         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13381         More work on the activation handling.
13382
13383         * dbus/dbus-errors.h:
13384         Add some error messages
13385
13386         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13387         * dbus/dbus-message.h:
13388         New function that creates an error message.
13389
13390         * dbus/dbus-protocol.h:
13391         Add ACTIVATE_SERVER message.
13392
13393         * dbus/dbus-server-unix.c: (unix_handle_watch),
13394         (_dbus_server_new_for_domain_socket):
13395         Call _dbus_fd_set_close_on_exec.
13396
13397         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13398         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13399         (_dbus_fd_set_close_on_exec):
13400         * dbus/dbus-sysdeps.h:
13401         Add _dbus_fd_set_close_on exec function. Also add function that checks
13402         that all open fds are set to close-on-exec and warns otherwise.
13403
13404         * dbus/dbus-transport-unix.c:
13405         (_dbus_transport_new_for_domain_socket):
13406         Call _dbus_fd_set_close_on_exec.
13407
13408 2003-02-16  Havoc Pennington  <hp@pobox.com>
13409
13410         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13411         allow people to avoid setting SIGPIPE to SIG_IGN
13412         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13413         we've been asked not to
13414
13415 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13416
13417         * dbus/dbus-list.c: (_dbus_list_append_link),
13418         (_dbus_list_prepend_link):
13419         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13420         (dbus_realloc):
13421         Warning fixes.
13422
13423 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13424
13425         * bus/Makefile.am:
13426         * bus/activation.c: (bus_activation_entry_free),
13427         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13428         * bus/activation.h:
13429         * bus/main.c: (main):
13430         Add simple activation support, doesn't work yet though.
13431
13432 2003-02-15   Zack Rusin  <zack@kde.org>
13433
13434         * qt/dbus-qthread.cpp:  small casting fix
13435
13436 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13437
13438         * dbus/dbus-errors.c: (dbus_set_error):
13439         * dbus/dbus-errors.h:
13440         Add a few errors and make dbus_set_error void.
13441
13442         * dbus/dbus-sysdeps.c:
13443         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13444         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13445         * dbus/dbus-sysdeps.h:
13446         Add _dbus_spawn_async.
13447
13448         * test/spawn-test.c: (main):
13449         Test for _dbus_spawn_async.
13450
13451 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13452
13453         * dbus/dbus-internals.h:
13454         Fix build without tests.
13455
13456         * dbus/dbus-list.c: (alloc_link):
13457         Fix a segfault when a malloc fails.
13458
13459         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13460         (dbus_malloc0), (dbus_realloc):
13461         Add support for malloc debugging.
13462
13463 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13464
13465         * dbus/dbus-threads.c:
13466         * dbus/dbus-threads.h:
13467         Add condvars. Remove static mutext from API.
13468         Implement static mutexes by initializing them from threads_init.
13469
13470         * glib/dbus-gthread.c:
13471         * qt/dbus-qthread.cpp:
13472         Update with the thread api changes.
13473
13474
13475         * dbus/dbus-list.c:
13476         * dbus/dbus-list.h:
13477         Turn StaticMutex into normal mutex + init function.
13478         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13479         _dbus_list_append_link, _dbus_list_prepend_link
13480
13481
13482         * dbus/dbus-sysdeps.c:
13483         * dbus/dbus-sysdeps.h:
13484         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13485         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13486
13487         * dbus/dbus-protocol.h:
13488         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13489
13490         * dbus/dbus-message.c:
13491         Make ref/unref atomic.
13492         Fix some docs.
13493
13494         * dbus/dbus-connection-internal.h:
13495         * dbus/dbus-connection.c:
13496         * dbus/dbus-connection.h:
13497         Make threadsafe.
13498         Change _peek to _borrow,_return & _steal_borrowed.
13499         Change disconnect callback to event.
13500         Make dbus_connection_dispatch_messages reentrant.
13501
13502         * dbus/dbus-transport.c:
13503         Don't ref the connection on calls to the transport
13504         implementation.
13505
13506         * dbus/dbus-message-handler.c:
13507         Make threadsafe.
13508
13509         * glib/dbus-gmain.c:
13510         Don't use peek_message anymore
13511
13512         * test/Makefile.am:
13513         * test/debug-thread.c:
13514         * test/debug-thread.h:
13515         Simple thread implementation that asserts() on deadlocks in
13516         single-threaded code.
13517
13518         * test/bus-test.c:
13519         (main) Call debug_threads_init.
13520
13521         * test/watch.c:
13522         Use disconnect message instead of disconnect callback.
13523
13524         * bus/connection.c:
13525         * bus/connection.h:
13526         Don't call dbus_connection_set_disconnect_function. Instead export
13527         bus_connection_disconnect.
13528
13529         * bus/dispatch.c:
13530         Call bus_connection_disconnect when we get a disconnected message.
13531
13532 2003-02-15  Havoc Pennington  <hp@pobox.com>
13533
13534         * dbus/dbus-message.c (dbus_message_new): fool around with the
13535         docs
13536
13537 2003-02-14  Havoc Pennington  <hp@pobox.com>
13538
13539         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13540
13541         * dbus/dbus-memory.c: fail if the debug functions indicate we
13542         should
13543
13544         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13545         (_dbus_decrement_fail_alloc_counter): debug functions to
13546         simulate memory allocation failures
13547
13548 2003-02-14  Havoc Pennington  <hp@pobox.com>
13549
13550         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13551         to DBusError
13552
13553 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13554
13555         * bus/driver.c: (bus_driver_handle_hello):
13556         * bus/driver.h:
13557         * bus/services.c: (bus_service_lookup):
13558         Reorder message sending so we get a more sane order.
13559
13560         * test/bus-test.c: (message_handler):
13561         Fix tyop.
13562
13563 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13564
13565         * bus/driver.c: (bus_driver_send_service_deleted),
13566         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13567         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13568         (bus_driver_send_welcome_message),
13569         (bus_driver_handle_list_services),
13570         (bus_driver_handle_acquire_service),
13571         (bus_driver_handle_service_exists):
13572         * dbus/dbus-bus.c: (dbus_bus_register_client),
13573         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13574         * dbus/dbus-errors.c: (dbus_result_to_string):
13575         * dbus/dbus-errors.h:
13576         * dbus/dbus-message.c: (dbus_message_append_args),
13577         (dbus_message_append_args_valist), (dbus_message_get_args),
13578         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
13579         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
13580         (dbus_message_iter_get_byte_array),
13581         (dbus_message_iter_get_string_array), (message_iter_test),
13582         (check_message_handling), (_dbus_message_test):
13583         * dbus/dbus-message.h:
13584         * test/bus-test.c: (main):
13585         Change fields to arguments in messages, so that they won't be
13586         confused with header fields.
13587
13588         * glib/test-dbus-glib.c: (main):
13589         Remove append_fields from hello message.
13590
13591 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13592
13593         * dbus/dbus-errors.c:
13594         * dbus/dbus-message.c:
13595         * dbus/dbus-string.c:
13596         Documentation fixes.
13597
13598 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13599
13600         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
13601         (remove_timeout):
13602         Implement support for timeouts in dbus-glib.
13603
13604 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13605
13606         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13607         * dbus/dbus-message.c: (process_test_subdir):
13608         * test/break-loader.c: (find_breaks_based_on):
13609         Plug some memory leaks.
13610
13611 2003-02-13  Richard Hult  <rhult@codefactory.se>
13612
13613         * bus/main.c: Fix build.
13614
13615         * dbus/dbus-errors.h:
13616         * dbus/dbus-errors.c: Fix copyright for Anders.
13617
13618 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13619
13620         * bus/Makefile.am:
13621         Add utils.[ch]
13622
13623         * bus/connection.c: (bus_connection_foreach):
13624         Fix a warning.
13625
13626         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
13627         (unescape_string), (new_section), (parse_section_start),
13628         (parse_key_value), (report_error), (bus_desktop_file_load),
13629         (bus_desktop_file_get_string):
13630         * bus/desktop-file.h:
13631         Use DBusError for error reporting.
13632
13633         * bus/dispatch.c: (send_one_message),
13634         (bus_dispatch_message_handler):
13635         * bus/driver.c: (bus_driver_send_service_deleted),
13636         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13637         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13638         (bus_driver_send_welcome_message),
13639         (bus_driver_handle_list_services),
13640         (bus_driver_handle_acquire_service),
13641         (bus_driver_handle_service_exists):
13642         * bus/loop.c: (bus_loop_run):
13643         * bus/main.c:
13644         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
13645
13646         * bus/utils.c: (bus_wait_for_memory):
13647         * bus/utils.h:
13648         New files with general utility functions.
13649
13650         * dbus/dbus-internals.h:
13651         Remove _DBUS_HANDLE_OOM.
13652
13653 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13654
13655         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
13656         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
13657         * dbus/dbus-errors.h:
13658         Add DBusError structure.
13659
13660 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13661
13662         * test/data/valid-messages/standard-acquire-service.message:
13663         * test/data/valid-messages/standard-hello.message:
13664         * test/data/valid-messages/standard-list-services.message:
13665         * test/data/valid-messages/standard-service-exists.message:
13666         Add some standard messages.
13667
13668 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13669
13670         * bus/driver.c: (bus_driver_send_welcome_message),
13671         (bus_driver_handle_list_services),
13672         (bus_driver_handle_acquire_service),
13673         (bus_driver_handle_service_exists), (bus_driver_handle_message):
13674         Update for API changes in libdbus.
13675
13676         * dbus/dbus-message.c: (dbus_message_new_reply):
13677         * dbus/dbus-message.h:
13678         Remove the name argument. The spec states that replies shouldn't
13679         have a name.
13680
13681 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13682
13683         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
13684         (report_error), (bus_desktop_file_load), (lookup_section),
13685         (lookup_line), (bus_desktop_file_get_raw),
13686         (bus_desktop_file_get_string):
13687         * bus/desktop-file.h:
13688         Some fixes, and new functions for getting a key value from a section.
13689
13690 2003-02-13  Havoc Pennington  <hp@pobox.com>
13691
13692         * test/data/auth/fail-after-n-attempts.auth-script: new test
13693
13694         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
13695         reject the client.
13696
13697 2003-02-13  Havoc Pennington  <hp@pobox.com>
13698
13699         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
13700         dbus_credentials_match were backward
13701
13702         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
13703         NO_CREDENTIALS and ROOT_CREDENTIALS
13704
13705         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
13706         into here. Never process more commands after we've reached an
13707         end state; store further data as unused bytes.
13708
13709         * test/data/auth/*: add more auth tests
13710
13711         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
13712         command to match exact string and EXPECT_UNUSED to match unused
13713         bytes
13714
13715         * test/Makefile.am (dist-hook): fix to dist all the test stuff
13716
13717 2003-02-12  Havoc Pennington  <hp@pobox.com>
13718
13719         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
13720         \r off of popped lines
13721
13722         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
13723         scripts
13724
13725         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
13726         SEND, append \r\n
13727
13728 2003-02-12  Havoc Pennington  <hp@pobox.com>
13729
13730         * dbus/Makefile.am: remove break-loader from the build, since it
13731         moved.
13732
13733         * configure.in: add --enable-gcov to turn on coverage profiling
13734         flags and disable optimization
13735
13736 2003-02-10  Havoc Pennington  <hp@pobox.com>
13737
13738         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
13739         initial cut at test framework for DBusAuth from laptop.
13740         Doesn't quite work yet but it compiles and I need to get
13741         it off the 266mhz laptop. ;-)
13742
13743         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
13744         fix a memleak in error case
13745
13746 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
13747
13748         * bus/Makefile.am:
13749         * bus/desktop-file.c:
13750         * bus/desktop-file.h:
13751         Add a desktop file parser.
13752
13753 2003-02-11  Zack Rusin  <zack@kde.org>
13754
13755         * qt/message.[h|cpp]: sample implementation
13756         of the KDE wrapper for DBusMessage
13757
13758 2003-02-09  Zack Rusin  <zack@kde.org>
13759
13760         * test/bus-test.c: make_it_compile
13761         * doc/dbus-specification.sgml: minimal semantic fix
13762
13763 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13764
13765         Release 0.3
13766
13767         * NEWS: Update
13768
13769 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
13770
13771         * dbus/Makefile.am:
13772         * dbus/dbus-break-loader.c:
13773         * test/Makefile.am:
13774         * test/break-loader.c:
13775         Move dbus-break-loader to test/ and rename it to break-loader.
13776
13777 2003-02-02  Havoc Pennington  <hp@pobox.com>
13778
13779         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
13780         for code to manage cookies in your home directory
13781
13782         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
13783
13784         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
13785         to authenticate, then disconnect the client.
13786
13787 2003-02-03  Alexander Larsson  <alexl@redhat.com>
13788
13789         * dbus/dbus-message.c (dbus_message_append_fields):
13790         Correct docs.
13791
13792 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13793
13794         * doc/dbus-specification.sgml:
13795         Update address format section.
13796
13797 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13798
13799         * test/Makefile.am:
13800         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
13801         (message_handler), (new_connection_callback), (loop_quit),
13802         (loop_run), (main):
13803         Add bus test.
13804
13805 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13806
13807         * bus/driver.c: (bus_driver_handle_service_exists):
13808         Simplify the code a bit.
13809
13810         * dbus/dbus-bus.c: (dbus_bus_service_exists):
13811         Fix a silly.
13812
13813 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13814
13815         * bus/Makefile.am:
13816         Add libdbus-daemon.la and link to it.
13817
13818 2003-02-01  James Willcox  <jwillcox@gnome.org>
13819
13820         * bus/driver.c: (bus_driver_handle_own_service):
13821         Actually include the service reply code in the message.
13822
13823 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13824
13825         * bus/driver.c: (bus_driver_handle_service_exists):
13826         Don't unref the incoming message.
13827
13828 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13829
13830         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
13831
13832 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
13833
13834         * dbus/dbus-server.c: (dbus_server_listen):
13835         * dbus/dbus-transport.c: (_dbus_transport_open):
13836         ifdef out the calls to the debug transport and server.
13837
13838 2003-02-02  Alexander Larsson  <alexl@redhat.com>
13839
13840         * dbus/dbus-watch.c (dbus_watch_get_flags):
13841         Add note in the docs that ERROR or HANGUP won't be returned
13842         and are assumed always on.
13843
13844         * glib/dbus-gmain.c (add_watch):
13845         Always add IO_ERR | IO_HUP
13846
13847         * dbus/dbus-message.h:
13848         Add semicolon after dbus_message_iter_get_string_array().
13849         Makes qt code build again
13850
13851 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
13852
13853         * bus/driver.c: (create_unique_client_name),
13854         (bus_driver_handle_hello):
13855         Don't take a name, just use a numeric id to identify
13856         each client.
13857
13858         * dbus/Makefile.am:
13859         * dbus/dbus-bus.c: (dbus_bus_register_client),
13860         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13861         * dbus/dbus-bus.h:
13862         Add new convenience functions for communicating with the bus.
13863
13864         * dbus/dbus-message.h:
13865
13866         * dbus/dbus-protocol.h:
13867         Fix a typo.
13868
13869 2003-02-01  Alexander Larsson  <alexl@redhat.com>
13870
13871         * dbus/dbus-message.c (dbus_message_append_fields):
13872         Add some more doc comments.
13873
13874 2003-02-01  Havoc Pennington  <hp@pobox.com>
13875
13876         * dbus/dbus-break-loader.c (randomly_modify_length): change
13877         a 4-byte value in the message as if it were a length
13878
13879         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
13880         execute bit on saved files
13881
13882 2003-02-01  Havoc Pennington  <hp@pobox.com>
13883
13884         * dbus/dbus-break-loader.c (main): new program to find messages
13885         that break the loader.
13886
13887         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
13888         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
13889
13890         * dbus/dbus-string.c (_dbus_string_set_byte): new
13891
13892 2003-01-31  Havoc Pennington  <hp@pobox.com>
13893
13894         * dbus/dbus-message.c: refactor the test code to be more general,
13895         in preparation for writing a "randomly permute test cases to
13896         try to break the loader" program.
13897
13898 2003-01-31  Havoc Pennington  <hp@pobox.com>
13899
13900         * doc/dbus-specification.sgml: work on the specification
13901
13902         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
13903         the protocol version of the message.
13904
13905         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
13906         no longer specifies that.
13907         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
13908         1/2/3/4)
13909
13910         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
13911         "break" for DBUS_TYPE_NIL, remove @todo
13912
13913 2003-01-31  Havoc Pennington  <hp@pobox.com>
13914
13915         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
13916         just set_is_error/get_is_error as this is a commonly-used
13917         function, and write docs.
13918
13919 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
13920
13921         * dbus/dbus-address.c: (dbus_address_entry_free):
13922         Free key and value lists.
13923
13924         * dbus/dbus-internals.c: (_dbus_type_to_string):
13925         Add the types we didn't have.
13926
13927         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13928         (_dbus_marshal_validate_arg):
13929         Add NIL types.
13930
13931         * dbus/dbus-message.c: (dbus_message_set_sender):
13932         Remove todo about being able to set sender to NULL.
13933
13934         (dbus_message_set_is_error_reply),
13935         (dbus_message_get_is_error_reply):
13936         * dbus/dbus-message.h:
13937         New functions.
13938
13939         * dbus/dbus-protocol.h:
13940         Add error reply flag.
13941
13942         * test/data/valid-messages/opposite-endian.message:
13943         Add NIL type to test.
13944
13945 2003-01-31  Havoc Pennington  <hp@pobox.com>
13946
13947         * doc/dbus-specification.sgml: fully specify the header.  Add
13948         flags and major protocol version, and change header/body len to
13949         unsigned.
13950
13951         * dbus/dbus-message-builder.c (append_saved_length): append length
13952         as uint32
13953
13954         * dbus/dbus-message.c (dbus_message_create_header): change header
13955         length and body length to unsigned. Add the new fields from the
13956         spec
13957         (_dbus_message_loader_return_buffer): unsigned header/body len
13958
13959 2003-01-30  Havoc Pennington  <hp@pobox.com>
13960
13961         * dbus/dbus-auth.c: rework to use only REJECTED, no
13962         MECHANISMS
13963
13964         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
13965         use REJECTED, suggested by Mark McLoughlin
13966
13967 2003-01-30  Havoc Pennington  <hp@pobox.com>
13968
13969         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
13970         a better way to report errors here. e.g.  "unix address lacks
13971         path" or something. also "no such file" when the path doesn't
13972         exist, etc.
13973
13974         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
13975         leaking list nodes
13976         (dbus_parse_address): add @todo about documenting address format,
13977         and allowing , and ; to be escaped
13978
13979 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
13980
13981         * dbus/Makefile.am:
13982         Add dbus-address.[ch]
13983
13984         * dbus/dbus-address.c: (dbus_address_entry_free),
13985         (dbus_address_entries_free), (create_entry),
13986         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
13987         (dbus_parse_address), (_dbus_address_test):
13988         * dbus/dbus-address.h:
13989         New files for dealing with address parsing.
13990
13991         * dbus/dbus-connection.c:
13992         Document timeout functions.
13993
13994         * dbus/dbus-message.c:
13995         Document dbus_message_new_from_message.
13996
13997         * dbus/dbus-server-debug.c:
13998         Document.
13999
14000         * dbus/dbus-server.c: (dbus_server_listen):
14001         Parse address and use correct server implementation.
14002
14003         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
14004         * dbus/dbus-string.h:
14005         New function with test.
14006
14007         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
14008         * dbus/dbus-test.h:
14009         Add address tests.
14010
14011         * dbus/dbus-transport-debug.c:
14012         Document.
14013
14014         * dbus/dbus-transport.c: (_dbus_transport_open):
14015         Parse address and use correct transport implementation.
14016
14017 2003-01-30  Havoc Pennington  <hp@pobox.com>
14018
14019         * dbus/dbus-message.c: use message->byte_order instead of
14020         DBUS_COMPILER_BYTE_ORDER throughout.
14021         (dbus_message_create_header): pad header to align the
14022         start of the body of the message to 8-byte boundary
14023
14024         * dbus/dbus-marshal.h: make all the demarshalers take const
14025         DBusString arguments.
14026
14027         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
14028         validate message args here, so we don't have to do slow validation
14029         later, and so we catch bad messages as they are incoming. Also add
14030         better checks on header_len and body_len. Also fill in
14031         message->byte_order
14032
14033         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
14034         implemented properly)
14035         (_dbus_string_validate_nul): new function to check all-nul
14036
14037         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
14038         get_arg_end_pos and remove all validation
14039         (_dbus_marshal_validate_arg): actually do validation here.
14040
14041 2003-01-29  Havoc Pennington  <hp@pobox.com>
14042
14043         * dbus/dbus-message.c (check_message_handling): fix assertion
14044         failure on set_client_serial
14045
14046 2003-01-28  Havoc Pennington  <hp@pobox.com>
14047
14048         * dbus/dbus-server-debug.c: Add doc section comments
14049
14050         * dbus/dbus-transport-debug.c: add doc section comments
14051
14052 2003-01-28  Havoc Pennington  <hp@redhat.com>
14053
14054         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
14055         the reverse order from how I had it
14056         (_dbus_string_base64_encode): reverse encoding order. I was
14057         basically byteswapping everything during encoding.
14058
14059 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
14060
14061         * dbus/dbus-connection-internal.h:
14062         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
14063         (_dbus_connection_remove_timeout):
14064         Add functions for adding and removing timeouts.
14065
14066         * dbus/dbus-message.c: (dbus_message_new_from_message):
14067         Add new function that takes a message and creates an exact
14068         copy of it, but with the refcount set to 1.
14069         (check_message_handling):
14070         Fix build error.
14071
14072         * dbus/dbus-server-protected.h:
14073         * dbus/dbus-server.c: (_dbus_server_init_base),
14074         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
14075         (dbus_server_set_timeout_functions):
14076         (_dbus_server_remove_timeout):
14077         New functions so that a server can add and remove timeouts.
14078
14079         (dbus_server_listen):
14080         Add commented out call to dbus_server_debug_new.
14081
14082         * dbus/dbus-timeout.c: (_dbus_timeout_new):
14083         Actually set the handler, doh.
14084
14085         * dbus/dbus-transport.c: (_dbus_transport_open):
14086         Add commented out call to dbus_transport_debug_client_new.
14087
14088         * dbus/Makefile.am:
14089         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
14090
14091 2003-01-28  Havoc Pennington  <hp@pobox.com>
14092
14093         * dbus/dbus-message.c (check_message_handling): function to check
14094         on the loaded message, iterates over it etc.
14095
14096 2003-01-28  Havoc Pennington  <hp@pobox.com>
14097
14098         * test/Makefile.am (dist-hook): fix make distdir
14099
14100         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
14101
14102 2003-01-27  Havoc Pennington  <hp@pobox.com>
14103
14104         * dbus/dbus-mempool.c (time_for_size): replace printf with
14105         _dbus_verbose
14106
14107         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
14108         empty lines; fix the SAVE_LENGTH stuff to be
14109         START_LENGTH/END_LENGTH so it actually works; couple other
14110         bugfixes
14111
14112         * test/Makefile.am (dist-hook): add dist-hook for .message files
14113
14114         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
14115         can be constant or locked.
14116         (_dbus_string_free): allow freeing a const string as
14117         documented/intended
14118
14119         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
14120
14121         * dbus/dbus-test-main.c (main): take an argument which is the
14122         directory containing test data
14123
14124         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
14125         argument to this and load all the messages in test/data/
14126         checking that they can be loaded or not loaded as appropriate.
14127
14128 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
14129
14130         * bus/dispatch.c: (bus_dispatch_message_handler):
14131         Dispatch messages sent to services.
14132
14133         * bus/driver.c: (bus_driver_send_service_deleted),
14134         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14135         (bus_driver_send_service_acquired):
14136         Add helper functions for sending service related messages.
14137
14138         (bus_driver_send_welcome_message):
14139         Send HELLO_REPLY instead of WELCOME.
14140
14141         (bus_driver_handle_list_services):
14142         Send LIST_SERVICES_REPLY instead of SERVICES.
14143
14144         (bus_driver_handle_own_service),
14145         (bus_driver_handle_service_exists):
14146         New message handlers.
14147
14148         (bus_driver_handle_message):
14149         Invoke new message handlers.
14150
14151         (bus_driver_remove_connection):
14152         Don't remove any services here since that's done automatically
14153         by bus_service_remove_owner now.
14154
14155         * bus/driver.h:
14156         New function signatures.
14157
14158         * bus/services.c: (bus_service_add_owner):
14159         Send ServiceAcquired message if we're the only primary owner.
14160
14161         (bus_service_remove_owner):
14162         Send ServiceAcquired/ServiceLost messages.
14163
14164         (bus_service_set_prohibit_replacement),
14165         (bus_service_get_prohibit_replacement):
14166         Functions for setting prohibit replacement.
14167
14168         (bus_service_has_owner):
14169         New function that checks if a connection is in the owner queue of
14170         a certain service.
14171
14172         * bus/services.h:
14173         Add new function signatures.
14174
14175         * dbus/dbus-list.c: (_dbus_list_test):
14176         Add tests for _dbus_list_remove_last and traversing the list backwards.
14177
14178         * dbus/dbus-list.h:
14179         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
14180         go any further, so return NULL then.
14181
14182         * dbus/dbus-protocol.h:
14183         Add new messages, service flags and service replies.
14184
14185 2003-01-26  Havoc Pennington  <hp@pobox.com>
14186
14187         * dbus/dbus-message-builder.c: implement, completely untested.
14188
14189         * test/data/*: add data to be used in testing.
14190         ".message" files are our simple loadable text format.
14191         ".message-raw" will be binary dumps of messages.
14192
14193         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
14194
14195 2003-01-26  Havoc Pennington  <hp@pobox.com>
14196
14197         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
14198
14199         * dbus/dbus-errors.c (dbus_result_to_string): add
14200         file errors
14201
14202         * dbus/dbus-message-builder.c: new file, will contain code to load
14203         up messages from files. Not implemented yet.
14204
14205 2003-01-26  Havoc Pennington  <hp@pobox.com>
14206
14207         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
14208         the sender by setting to NULL
14209
14210 2003-01-26  Havoc Pennington  <hp@pobox.com>
14211
14212         The unit tests pass, but otherwise untested.  If it breaks, the
14213         tests should have been better. ;-)
14214
14215         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
14216         the connection.
14217
14218         * dbus/dbus-message.c: redo everything so we maintain
14219         message->header as the only copy of the various fields.
14220         This avoids the possibility of out-of-memory in some cases,
14221         for example dbus_message_lock() can't run out of memory anymore,
14222         and avoids extra copying. Figured I may as well go ahead and do
14223         this since it was busted for dbus_message_lock to not return
14224         failure on OOM, and dbus_message_write_header was totally
14225         unchecked for OOM. Also fixed some random other bugs.
14226
14227         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
14228         that strings are nul-terminated. Also, end_pos can be equal
14229         to string length just not greater than, I think.
14230         (_dbus_marshal_set_int32): new function
14231         (_dbus_marshal_set_uint32): new function
14232         (_dbus_marshal_set_string): new function
14233
14234         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
14235         a warning, init timeout_list to NULL
14236         (dbus_connection_send_message): don't use uninitialized variable
14237         "serial"
14238
14239         * dbus/dbus-string.c (_dbus_string_replace_len): new function
14240
14241 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14242
14243         * bus/driver.c: (bus_driver_handle_hello),
14244         (bus_driver_send_welcome_message):
14245         Plug leaks
14246
14247 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14248
14249         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
14250         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14251         (dbus_connection_unref):
14252         * dbus/dbus-marshal.c: (_dbus_marshal_test):
14253         * dbus/dbus-message.c: (dbus_message_unref),
14254         Plug memory leaks.
14255
14256         (dbus_message_get_fields):
14257         Remove debugging printout.
14258
14259         (_dbus_message_loader_return_buffer):
14260         Don't store the header string.
14261
14262         (_dbus_message_test):
14263         Plug leaks.
14264
14265 2003-01-26  Richard Hult  <rhult@codefactory.se>
14266
14267         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
14268         the file descriptor list, since it can change under us.
14269
14270 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14271
14272         * glib/dbus-gmain.c: (dbus_connection_prepare),
14273         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
14274         (remove_watch), (dbus_connection_hookup_with_g_main):
14275         Rewrite the glib handling to use its own GSource instead of a
14276         GIOChannel so we can catch messages put in the queue while waiting
14277         for a reply.
14278
14279 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14280
14281         * bus/Makefile.am:
14282         * bus/connection.c: (connection_disconnect_handler),
14283         (connection_watch_callback), (bus_connection_setup):
14284         * bus/dispatch.c: (send_one_message),
14285         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
14286         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
14287         * bus/dispatch.h:
14288         * bus/driver.c: (bus_driver_send_service_deleted),
14289         (bus_driver_send_service_created), (bus_driver_handle_hello),
14290         (bus_driver_send_welcome_message),
14291         (bus_driver_handle_list_services), (bus_driver_remove_connection),
14292         (bus_driver_handle_message):
14293         * bus/driver.h:
14294         Refactor code, put the message dispatching in its own file. Use
14295         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
14296         is disconnected.
14297
14298 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14299
14300         * dbus/dbus-internals.h:
14301         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
14302
14303         * dbus/dbus-message.c: (dbus_message_get_sender):
14304         * dbus/dbus-message.h:
14305         Implement dbus_message_get_sender.
14306
14307         * dbus/dbus-protocol.h:
14308         Add message and service defines.
14309
14310 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14311
14312         * dbus/dbus-connection.c: (dbus_connection_send_message):
14313         * dbus/dbus-message-internal.h:
14314         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
14315         (dbus_message_write_header):
14316         Remove _dbus_messag_unlock and don't set the client serial on a
14317         message if one already exists.
14318
14319 2003-01-24  Havoc Pennington  <hp@pobox.com>
14320
14321         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
14322         list_pool
14323
14324         * bus/driver.c (bus_driver_handle_list_services): fix a leak
14325         on OOM
14326
14327 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14328
14329         * dbus/dbus-list.c: (alloc_link), (free_link):
14330         Use a memory pool for the links.
14331
14332 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14333
14334         * bus/connection.c: (bus_connection_foreach):
14335         * bus/connection.h:
14336         Add new bus_connection_foreach function.
14337
14338         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
14339         Add function that broadcasts a message to all clients.
14340
14341         (bus_driver_send_service_created), (bus_driver_handle_hello),
14342         (bus_driver_send_welcome_message),
14343         (bus_driver_handle_list_services), (bus_driver_message_handler):
14344         Implement functions that take care of listing services, and notifying
14345         clients when new services are created.
14346
14347         * bus/services.c: (bus_services_list):
14348         * bus/services.h:
14349         Add new function that returns an array of strings with the currently
14350         registered services.
14351
14352         * glib/dbus-glib.h:
14353         * glib/dbus-gmain.c:
14354         Update copyright year.
14355
14356 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14357
14358         * dbus/dbus-connection.c: (dbus_connection_send_message):
14359         Unlock the message in case it was sent earlier.
14360
14361         (dbus_connection_send_message_with_reply_and_block):
14362         Remove the reply message from the list.
14363
14364         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14365         Set array_len and new_pos correctly.
14366
14367         (_dbus_marshal_test):
14368         Remove debug output.
14369
14370         * dbus/dbus-message-internal.h:
14371         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14372         New function that returns the reply serial.
14373
14374         (_dbus_message_unlock):
14375         New function that unlocks a message and resets its header.
14376
14377         (dbus_message_append_string_array),
14378         (dbus_message_get_fields_valist),
14379         (dbus_message_iter_get_field_type),
14380         (dbus_message_iter_get_string_array),
14381         (dbus_message_get_fields),
14382         (dbus_message_append_fields_valist):
14383         Handle string arrays.
14384
14385         (dbus_message_set_sender):
14386         Make this function public since the bus daemon needs it.
14387
14388         (decode_header_data):
14389         Set the reply serial to -1 initially.
14390
14391         * dbus/dbus-message.h:
14392         Add dbus_message_set_sender.
14393
14394 2003-01-24  Havoc Pennington  <hp@pobox.com>
14395
14396         * doc/dbus-specification.sgml: add some stuff
14397
14398 2003-01-22  Havoc Pennington  <hp@pobox.com>
14399
14400         * doc/dbus-specification.sgml: Start to document the protocol.
14401
14402 2003-01-22  Havoc Pennington  <hp@pobox.com>
14403
14404         * dbus/dbus-connection.c
14405         (dbus_connection_send_message_with_reply_and_block): add some @todo
14406
14407         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14408
14409 2003-01-21  Havoc Pennington  <hp@pobox.com>
14410
14411         (patch untested because can't compile)
14412
14413         * bus/driver.c (create_unique_client_name): make this function
14414         never recycle client names. Also, caller should initialize
14415         the DBusString.
14416
14417         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14418
14419 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14420
14421         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14422         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14423         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14424         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14425         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14426         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14427         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14428         * dbus/dbus-marshal.h:
14429         * dbus/dbus-protocol.h:
14430         Add support for marshalling and demarshalling integer, double
14431         and string arrays.
14432
14433 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14434
14435         * bus/Makefile.am:
14436         Add driver.[ch]
14437
14438         * bus/connection.c: (connection_disconnect_handler):
14439         Remove the connection from the bus driver's list.
14440
14441         (connection_watch_callback): Dispatch messages.
14442
14443         (free_connection_data): Free connection name.
14444
14445         (bus_connection_setup): Add connection to the bus driver's list.
14446         (bus_connection_remove_owned_service):
14447         (bus_connection_set_name), (bus_connection_get_name):
14448         Add functions for setting and getting the connection's name.
14449
14450         * bus/connection.h:
14451         Add function headers.
14452
14453         * bus/driver.c: (create_unique_client_name),
14454         (bus_driver_handle_hello_message),
14455         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14456         (bus_driver_add_connection), (bus_driver_remove_connection):
14457         * bus/driver.h:
14458         * bus/main.c:
14459         * bus/services.c: (bus_service_free):
14460         * bus/services.h:
14461         New file that handles communication and registreation with the bus
14462         itself.
14463
14464 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14465
14466         * dbus/dbus-connection.c: (dbus_connection_send_message):
14467         Add a new client_serial parameter.
14468
14469         (dbus_connection_send_message_with_reply):
14470         Remove a @todo since we've implemented the blocking function.
14471
14472         (dbus_connection_send_message_with_reply_and_block):
14473         New function that sends a message and waits for a reply and
14474         then returns the reply.
14475
14476         * dbus/dbus-connection.h:
14477         Add new functions.
14478
14479         * dbus/dbus-errors.c: (dbus_result_to_string):
14480         * dbus/dbus-errors.h:
14481         Add new DBUS_RESULT.
14482
14483         * dbus/dbus-message-internal.h:
14484         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14485         (_dbus_message_set_sender), (dbus_message_write_header),
14486         (dbus_message_new_reply), (decode_header_data),
14487         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14488         * dbus/dbus-message.h:
14489         Add new functions that set the reply serial and sender.
14490         Also marshal and demarshal them correctly and add test.
14491
14492         * dbus/dbus-protocol.h:
14493         Add new DBUS_MESSAGE_TYPE_SENDER.
14494
14495         * glib/dbus-glib.h:
14496         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14497         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14498         (dbus_connection_hookup_with_g_main):
14499         * glib/test-dbus-glib.c: (main):
14500         Rewrite to use GIOChannel and remove the GSource crack.
14501
14502         * test/echo-client.c: (main):
14503         * test/watch.c: (check_messages):
14504         Update for changed APIs
14505
14506 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14507
14508         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14509
14510         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14511         Create a DBusTimeoutList.
14512         (dbus_connection_set_timeout_functions): Add new function to
14513         set timeout callbacks
14514
14515         * dbus/dbus-connection.h: Add public DBusTimeout API.
14516
14517         * dbus/dbus-message.c: (dbus_message_get_service):
14518         * dbus/dbus-message.h:  New function.
14519
14520         * dbus/dbus-server.c: Fix small doc typo.
14521
14522         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14523
14524 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14525
14526         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14527         of the string, just as long as specified.
14528
14529 2003-01-19  Havoc Pennington  <hp@pobox.com>
14530
14531         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14532         new function
14533
14534         * dbus/dbus-server.c (dbus_server_set_max_connections)
14535         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14536         keep track of current number of connections, and add API for
14537         setting a max (but haven't implemented enforcing the max yet)
14538
14539 2003-01-18  Havoc Pennington  <hp@pobox.com>
14540
14541         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14542         reading/writing if read_watch != NULL or write_watch != NULL.
14543
14544         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14545         the message loader code to actually load message->header and
14546         message->body into the newly-created message.
14547
14548         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14549         in OOM case
14550
14551         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14552         (dbus_connection_get_max_message_size)
14553         (dbus_connection_set_max_live_messages_size)
14554         (dbus_connection_get_max_live_messages_size): implement some
14555         resource limitation functions
14556
14557         * dbus/dbus-resources.c: new file implementing some of the
14558         resource limits stuff
14559
14560         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14561         missing docs, add @todo to handle OOM etc.
14562
14563         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14564         docs
14565
14566 2003-01-18  Havoc Pennington  <hp@pobox.com>
14567
14568         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14569         connection if it hasn't been already.
14570
14571         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14572         replace with DisconnectFunction.
14573
14574 2003-01-18  Havoc Pennington  <hp@pobox.com>
14575
14576         Building --disable-verbose-mode --disable-asserts --disable-tests
14577         cuts the library from 112K to 45K or so
14578
14579         * configure.in: check for varargs macro support,
14580         add --enable-verbose-mode, --enable-asserts.
14581
14582         * dbus/dbus-internals.h (_dbus_assert): support
14583         DBUS_DISABLE_ASSERT
14584         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
14585
14586 2003-01-18  Havoc Pennington  <hp@pobox.com>
14587
14588         * dbus/dbus-test.c: include config.h so that tests actually run
14589
14590         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
14591         so the failure mode when that assumption fails will be plenty
14592         obvious.
14593
14594 2003-01-18  Havoc Pennington  <hp@pobox.com>
14595
14596         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
14597
14598         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
14599         the distribution
14600
14601         * test/Makefile.am: don't use special variable "TESTS" for echo-*
14602         since we don't want to use those in make check
14603
14604 2003-01-15  Havoc Pennington  <hp@redhat.com>
14605
14606         Release 0.2
14607
14608         * NEWS: update
14609
14610 2003-01-15  Havoc Pennington  <hp@redhat.com>
14611
14612         * test/Makefile.am: fix so that test source code ends up in the
14613         distribution on make distcheck
14614
14615 2003-01-15  Havoc Pennington  <hp@redhat.com>
14616
14617         Release 0.1.
14618
14619         * NEWS: update
14620
14621 2003-01-15  Havoc Pennington  <hp@redhat.com>
14622
14623         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
14624         fix build when --disable-tests
14625
14626         * Makefile.am (EXTRA_DIST): put HACKING in here
14627
14628         * HACKING: document procedure for making a tarball release.
14629
14630 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
14631
14632         * bus/connection.c: (connection_error_handler),
14633         (bus_connection_setup):
14634         * bus/main.c: (main):
14635         Make sure that the DBusConnectionData struct is NULLed
14636         out to prevent a segfault.
14637
14638         * dbus/dbus-errors.c: (dbus_result_to_string):
14639         * dbus/dbus-errors.h:
14640         * dbus/dbus-message.c: (dbus_message_get_fields),
14641         (dbus_message_get_fields_valist), (_dbus_message_test):
14642         * dbus/dbus-message.h:
14643         Make dbus_message_get_fields return a result code so we can
14644         track invalid fields as well as oom.
14645
14646 2003-01-11  Havoc Pennington  <hp@pobox.com>
14647
14648         * configure.in: change --enable-test/--enable-ansi action-if-given
14649         to enable_foo=$enableval instead of enable_foo=yes
14650
14651 2003-01-08  Havoc Pennington  <hp@pobox.com>
14652
14653         * dbus/dbus-string.c (_dbus_string_align_length): new function
14654
14655         * dbus/dbus-test-main.c: move main() for test app here
14656         * dbus/dbus-test.c
14657         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
14658         symbol to run tests, because dbus-test isn't in the main
14659         library
14660
14661         Code review nitpicks.
14662
14663         * dbus/dbus-message.c (dbus_message_write_header): add newlines
14664         for people with narrow emacs ;-). Assert client_serial was filled
14665         in. Assert message->name != NULL.
14666         (dbus_message_append_fields): have "first_field_type" arg separate
14667         from va list, needed for C++ binding that also uses varargs IIRC
14668         and helps with type safety
14669         (dbus_message_new): add @todo about using DBusString to store
14670         service/name internally
14671         (dbus_message_new): don't leak ->service and ->name on OOM later
14672         in the function
14673         (dbus_message_unref): free the service name
14674         (dbus_message_get_fields): same change to varargs
14675         i.e. first_field_type
14676         (_dbus_message_loader_return_buffer): assert that the message data
14677         is aligned (if not it's a bug in our code). Put in verbose griping
14678         about why we set corrupted = TRUE.
14679         (decode_header_data): add FIXME that char* is evil.  Was going to
14680         add FIXME about evil locale-specific string.h strncmp, but just
14681         switched to wacky string-as-uint32 optimization. Move check for
14682         "no room for field name" above get_const_data_len() to avoid
14683         assertion failure in get_const_data_len if we have trailing 2
14684         bytes or the like. Check for service and name fields being
14685         provided twice. Don't leak service/name on error. Require field
14686         names to be aligned to 4 bytes.
14687
14688         * dbus/dbus-marshal.c: move byte swap stuff to header
14689         (_dbus_pack_int32): uscore-prefix
14690         (_dbus_unpack_int32): uscore-prefix
14691         (_dbus_unpack_uint32): export
14692         (_dbus_demarshal_string): add @todo complaining about use of
14693         memcpy()
14694         (_dbus_marshal_get_field_end_pos): add @todo about bad error
14695         handling allowing corrupt data to go unchecked
14696
14697 2003-01-08  Havoc Pennington  <hp@redhat.com>
14698
14699         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
14700         to the select() as needed for authentication. (should be using
14701         _dbus_poll() not select, but for another day)
14702
14703         * dbus/dbus.h: include dbus/dbus-protocol.h
14704
14705 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14706
14707         * dbus/Makefile.am (dbusinclude_HEADERS): Install
14708         dbus-connection.h
14709
14710 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
14711
14712         * dbus/dbus-internals.c: (_dbus_type_to_string):
14713         New function that returns a string describing a type.
14714
14715         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
14716         * dbus/dbus-marshal.h:
14717         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
14718         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
14719         (dbus_message_iter_get_byte_array):
14720         * dbus/dbus-message.h:
14721         Add new convenience functions for appending and getting message fields.
14722         Also add demarshalling routines for byte arrays.
14723
14724 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14725
14726         * dbus/dbus-connection-internal.h:
14727         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14728         (_dbus_connection_get_next_client_serial),
14729         (dbus_connection_send_message):
14730         * dbus/dbus-internals.h:
14731         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
14732         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
14733         (_dbus_marshal_uint32), (_dbus_demarshal_double),
14734         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
14735         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
14736         (_dbus_verbose_bytes), (_dbus_marshal_test):
14737         * dbus/dbus-marshal.h:
14738         * dbus/dbus-message-internal.h:
14739         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
14740         (dbus_message_write_header), (_dbus_message_lock),
14741         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
14742         (dbus_message_get_name), (dbus_message_append_int32),
14743         (dbus_message_append_uint32), (dbus_message_append_double),
14744         (dbus_message_append_string), (dbus_message_append_byte_array),
14745         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
14746         (dbus_message_iter_unref), (dbus_message_iter_has_next),
14747         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
14748         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
14749         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
14750         (decode_header_data), (_dbus_message_loader_return_buffer),
14751         (message_iter_test), (_dbus_message_test):
14752         * dbus/dbus-message.h:
14753         * dbus/dbus-protocol.h:
14754         * dbus/dbus-test.c: (main):
14755         * dbus/dbus-test.h:
14756         * glib/test-dbus-glib.c: (message_handler), (main):
14757         * test/echo-client.c: (main):
14758         * test/watch.c: (check_messages):
14759         Make messages sendable and receivable for real.
14760
14761 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14762
14763         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14764         (_dbus_marshal_string), (_dbus_marshal_byte_array):
14765         * dbus/dbus-message.c: (dbus_message_append_int32),
14766         (dbus_message_append_uint32), (dbus_message_append_double),
14767         (dbus_message_append_string), (dbus_message_append_byte_array):
14768         Handle OOM restoration.
14769
14770 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
14771
14772         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14773         (_dbus_demarshal_string), (_dbus_marshal_test):
14774         * dbus/dbus-marshal.h:
14775         * dbus/dbus-message.c: (dbus_message_get_name),
14776         Document these functions.
14777
14778         (dbus_message_append_int32), (dbus_message_append_uint32),
14779         (dbus_message_append_double), (dbus_message_append_string),
14780         (dbus_message_append_byte_array):
14781         * dbus/dbus-message.h:
14782         Add functions for adding message fields of different types.
14783
14784         * dbus/dbus-protocol.h:
14785         Add the different types.
14786
14787 2003-01-05  Havoc Pennington  <hp@pobox.com>
14788
14789         * bus/connection.c: implement routines for handling connections,
14790         first thing is keeping a list of owned services on each connection
14791         and setting up watches etc.
14792
14793         * bus/services.c: implement a mapping from service names to lists
14794         of connections
14795
14796         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
14797
14798         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
14799         to use static mutexes for global data
14800
14801         * dbus/dbus-connection.c (dbus_connection_set_data): add new
14802         collection of functions to set/get application-specific data
14803         on the DBusConnection.
14804
14805 2003-01-04  Havoc Pennington  <hp@pobox.com>
14806
14807         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
14808         (_dbus_poll): new function
14809
14810         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
14811         copied from GLib
14812
14813         * bus/loop.c: initial code for the daemon main loop
14814
14815 2003-01-04  Havoc Pennington  <hp@pobox.com>
14816
14817         * test/watch.c (error_handler): make it safe if the error handler
14818         is called multiple times (if we s/error handler/disconnect
14819         handler/ we should just guarantee it's called only once)
14820
14821         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
14822         error handler on disconnect (it's quite possible we should
14823         just change the error handler to a "disconnect handler," I'm
14824         not sure we have any other meaningful errors)
14825
14826         * configure.in: check for getpwnam_r
14827
14828         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
14829         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
14830         mechanism as in SASL spec, using socket credentials
14831
14832         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
14833         (_dbus_send_credentials_unix_socket): new function
14834
14835         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
14836         dbus_accept()
14837         (_dbus_write): only check errno if <0 returned
14838         (_dbus_write_two): ditto
14839
14840 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
14841
14842         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
14843         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
14844         (_dbus_marshal_test):
14845         * dbus/dbus-marshal.h:
14846         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
14847         to _dbus_marshal_utf8_string. Also fix some tests.
14848
14849 2002-12-28  Harri Porten  <porten@kde.org>
14850
14851         * configure.in: added check for C++ compiler and a very cheesy
14852         check for the Qt integration
14853
14854         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
14855
14856         * qt/Makefile.am: added
14857
14858         * qt/.cvsignore: added
14859
14860         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
14861         latter, added #ifdef QT_THREAD_SUPPORT guard.
14862
14863         * dbus/Makefile.am: added missing headers for make dist
14864
14865 2002-12-28  Kristian Rietveld  <kris@gtk.org>
14866
14867         * dbus/Makefile.am: fixup export-symbols-regex.
14868
14869 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14870
14871         * acinclude.m4: Add this file and put the
14872         PKG_CHECK_MODULE macro in it.
14873
14874 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
14875
14876         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14877         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14878         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14879         (_dbus_marshal_test):
14880         Make the demarshalling routines align the pos argument.
14881         Add string marshalling tests and fix the obvious bugs
14882         discovered.
14883
14884 2002-12-26  Havoc Pennington  <hp@pobox.com>
14885
14886         * dbus/dbus-auth.c: fixes fixes fixes
14887
14888         * dbus/dbus-transport-unix.c: wire up support for
14889         encoding/decoding data on the wire
14890
14891         * dbus/dbus-auth.c (_dbus_auth_encode_data)
14892         (_dbus_auth_decode_data): append to target string
14893         instead of nuking it.
14894
14895 2002-12-26  Havoc Pennington  <hp@pobox.com>
14896
14897         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
14898         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
14899         doh
14900
14901         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
14902         avoid swap_bytes() overhead (ignoring possible assembly stuff for
14903         now). Main point is because I wanted unpack_uint32 to implement
14904         _dbus_verbose_bytes
14905         (_dbus_verbose_bytes): new function
14906
14907         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
14908
14909         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
14910         mechanism to handle a corrupt message stream
14911         (_dbus_message_loader_new): fix preallocation to only prealloc,
14912         not prelengthen
14913
14914         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
14915         (_dbus_string_test): enhance tests for copy/move and fix the
14916         functions
14917
14918         * dbus/dbus-transport-unix.c: Hold references in more places to
14919         avoid reentrancy problems
14920
14921         * dbus/dbus-transport.c: ditto
14922
14923         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
14924         leak reference count in no-message case
14925
14926         * test/watch.c (do_mainloop): handle adding/removing watches
14927         during iteration over the watches. Also, ref the connection/server
14928         stored on a watch, so we don't try to mangle a destroyed one.
14929
14930         * dbus/dbus-transport-unix.c (do_authentication): perform
14931         authentication
14932
14933         * dbus/dbus-auth.c (get_state): add a state
14934         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
14935         (_dbus_auth_get_unused_bytes): append the unused bytes
14936         to the passed in string, rather than prepend
14937
14938         * dbus/dbus-transport.c (_dbus_transport_init_base): create
14939         the auth conversation DBusAuth
14940
14941         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
14942         (_dbus_transport_new_for_domain_socket): when creating a
14943         transport, pass in whether it's a client-side or server-side
14944         transport so we know which DBusAuth to create
14945
14946 2002-12-03  Havoc Pennington  <hp@pobox.com>
14947
14948         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
14949         _after_ finalizing the derived members
14950         (unix_connection_set): unref watch if we fail to add it
14951
14952         * dbus/dbus-connection.c (dbus_connection_unref): delete the
14953         transport first, so that the connection owned by the
14954         transport will be valid as the transport finalizes.
14955
14956         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
14957         if necessary, and remove watches from the connection.
14958
14959         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
14960
14961 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
14962
14963         * dbus/dbus-marshal.c: (_dbus_marshal_string),
14964         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14965         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
14966         (_dbus_marshal_test):
14967         * dbus/dbus-marshal.h:
14968         Add string marshal functions and have the demarshal functions
14969         return the new position.
14970
14971 2002-12-25  Havoc Pennington  <hp@pobox.com>
14972
14973         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
14974         it is a simple protocol that just maps directly to SASL.
14975
14976         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
14977         initial implementation, not actually used yet.
14978
14979         * dbus/dbus-string.c (_dbus_string_find): new function
14980         (_dbus_string_equal): new function
14981         (_dbus_string_base64_encode): new function
14982         (_dbus_string_base64_decode): new function
14983
14984 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
14985
14986         * dbus/Makefile.am:
14987         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
14988         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14989         (_dbus_demarshal_double), (_dbus_demarshal_int32),
14990         (_dbus_demarshal_uint32), (_dbus_marshal_test):
14991         * dbus/dbus-marshal.h:
14992         * dbus/dbus-protocol.h:
14993         * dbus/dbus-test.c: (main):
14994         * dbus/dbus-test.h:
14995         Add un-optimized marshalling/demarshalling routines.
14996
14997 2002-12-25  Harri Porten  <porten@kde.org>
14998
14999         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
15000
15001 2002-12-24  Zack Rusin  <zack@kde.org>
15002
15003         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
15004         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
15005         main loop stuff
15006
15007 2002-12-24  Havoc Pennington  <hp@pobox.com>
15008
15009         * glib/dbus-gthread.c: fix include
15010
15011         * glib/dbus-glib.h: rename DBusMessageHandler for now.
15012         I think glib API needs to change, though, as you don't
15013         want to use DBusMessageFunction, you want to use the
15014         DBusMessageHandler object. Probably
15015         dbus_connection_open_with_g_main_loop()
15016         and dbus_connection_setup_g_main_loop() or something like that
15017         (but think of better names...) that just create a connection
15018         that has watch/timeout functions etc. already set up.
15019
15020         * dbus/dbus-connection.c
15021         (dbus_connection_send_message_with_reply): new function just to
15022         show how the message handler helps us deal with replies.
15023
15024         * dbus/dbus-list.c (_dbus_list_remove_last): new function
15025
15026         * dbus/dbus-string.c (_dbus_string_test): free a string that
15027         wasn't
15028
15029         * dbus/dbus-hash.c: use memory pools for the hash entries
15030         (rebuild_table): be more paranoid about overflow, and
15031         shrink table when we can
15032         (_dbus_hash_test): reduce number of sprintfs and write
15033         valid C89. Add tests for case where we grow and then
15034         shrink the hash table.
15035
15036         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
15037
15038         * dbus/dbus-connection.c (dbus_connection_register_handler)
15039         (dbus_connection_unregister_handler): new functions
15040
15041         * dbus/dbus-message.c (dbus_message_get_name): new
15042
15043         * dbus/dbus-list.c: fix docs typo
15044
15045         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
15046         an object representing a handler for messages.
15047
15048 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15049
15050         * glib/dbus-glib.h:
15051         * glib/dbus-gthread.c: (dbus_gthread_init):
15052         Don't use the gdbus prefix for public functions.
15053
15054 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15055
15056         * Makefile.am:
15057         * configure.in:
15058         Add GLib checks and fixup .pc files
15059
15060         * glib/Makefile.am:
15061         * glib/dbus-glib.h:
15062         * glib/dbus-gmain.c: (gdbus_connection_prepare),
15063         (gdbus_connection_check), (gdbus_connection_dispatch),
15064         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
15065         (dbus_connection_gsource_new):
15066         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
15067         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
15068         * glib/test-dbus-glib.c: (message_handler), (main):
15069         Add GLib support.
15070
15071 2002-12-15  Harri Porten  <porten@kde.org>
15072
15073         * autogen.sh: check for libtoolize before attempting to use it
15074
15075         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
15076         struct.
15077
15078         * .cvsignore: ignore more stamp files
15079
15080         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
15081
15082         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
15083         without make install.
15084
15085 2002-12-15  Havoc Pennington  <hp@pobox.com>
15086
15087         * dbus/dbus-threads.c: add thread stubs that a higher library
15088         layer can fill in. e.g. the GLib wrapper might fill them in with
15089         GThread stuff. We still need to use this thread API to
15090         thread-safe-ize the library.
15091
15092 2002-12-12  Havoc Pennington  <hp@pobox.com>
15093
15094         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
15095         below new interfaces and include fewer system headers.
15096
15097         * dbus/dbus-sysdeps.c (_dbus_read): new function
15098         (_dbus_write): new function
15099         (_dbus_write_two): new function
15100         (_dbus_connect_unix_socket): new function
15101         (_dbus_listen_unix_socket): new function
15102
15103         * dbus/dbus-message-internal.h: change interfaces to use
15104         DBusString
15105
15106 2002-12-11  Havoc Pennington  <hp@pobox.com>
15107
15108         * dbus/dbus-types.h: add dbus_unichar
15109
15110         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
15111
15112         * dbus/dbus-connection.c (dbus_connection_send_message): return
15113         TRUE on success
15114
15115         * dbus/dbus-transport.c: include dbus-watch.h
15116
15117         * dbus/dbus-connection.c: include dbus-message-internal.h
15118
15119         * HACKING: add file with coding guidelines stuff.
15120
15121         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
15122         handling here, for security purposes (as in vsftpd). Not actually
15123         using this class yet.
15124
15125         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
15126         system/libc usage here, as in vsftpd, for ease of auditing (and
15127         should also simplify portability). Haven't actually moved all the
15128         system/libc usage into here yet.
15129
15130 2002-11-25  Havoc Pennington  <hp@pobox.com>
15131
15132         * dbus/dbus-internals.c (_dbus_verbose): fix to not
15133         always print the first verbose message.
15134
15135 2002-11-24  Havoc Pennington  <hp@pobox.com>
15136
15137         * test/echo-client.c, test/echo-server.c: cheesy test
15138         clients.
15139
15140         * configure.in (AC_CHECK_FUNCS): check for writev
15141
15142         * dbus/dbus-message.c (_dbus_message_get_network_data): new
15143         function
15144
15145         * dbus/dbus-list.c (_dbus_list_foreach): new function
15146
15147         * dbus/dbus-internals.c (_dbus_verbose): new function
15148
15149         * dbus/dbus-server.c, dbus/dbus-server.h: public object
15150         representing a server that listens for connections.
15151
15152         * dbus/.cvsignore: create
15153
15154         * dbus/dbus-errors.h, dbus/dbus-errors.c:
15155         public API for reporting errors
15156
15157         * dbus/dbus-connection.h, dbus/dbus-connection.c:
15158         public object representing a connection that
15159         sends/receives messages. (Same object used for
15160         both client and server.)
15161
15162         * dbus/dbus-transport.h, dbus/dbus-transport.c:
15163         Basic abstraction for different kinds of stream
15164         that we might read/write messages from.
15165
15166 2002-11-23  Havoc Pennington  <hp@pobox.com>
15167
15168         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
15169         _DBUS_INT_MAX
15170
15171         * dbus/dbus-test.c (main): add list test, and include
15172         dbus-test.h as intended
15173
15174         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
15175         (_dbus_hash_table_remove_int): return value indicates
15176         whether the entry existed to remove
15177
15178         * dbus/dbus-list.c: add linked list utility class,
15179         with docs and tests
15180
15181         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
15182         array sometimes.
15183
15184 2002-11-23  Havoc Pennington  <hp@pobox.com>
15185
15186         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
15187         DBUS_END_DECLS to nothing, that should fix this once and for all
15188
15189         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
15190
15191         * dbus/dbus-message.c, dbus/dbus-hash.c:
15192         add some missing @brief
15193
15194 2002-11-23  Havoc Pennington  <hp@pobox.com>
15195
15196         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
15197         to avoid confusing Doxygen
15198
15199         * dbus/dbus-hash.c: @} not }@
15200
15201         * dbus/dbus-message.c (struct DBusMessage): split out
15202         internals docs
15203
15204 2002-11-23  Havoc Pennington  <hp@pobox.com>
15205
15206         * configure.in: pile on more warning flags if using gcc
15207
15208         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
15209         to document static functions
15210
15211         * configure.in: add summary to end of configure so it
15212         looks nice and attractive
15213
15214         * dbus/dbus-hash.c: finish implementation and write unit
15215         tests and docs
15216
15217         * configure.in: add --enable-tests to enable unit tests
15218
15219         * dbus/dbus-test.c: test program to run unit tests
15220         for all files in dbus/*, initially runs a test for
15221         dbus-hash.c
15222
15223         * dbus/dbus-internals.h: file to hold some internal utility stuff
15224
15225 2002-11-22  Havoc Pennington  <hp@redhat.com>
15226
15227         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
15228         "ported" away from Tcl
15229
15230         * dbus/dbus-types.h: header for types such as dbus_bool_t
15231
15232 2002-11-22  Havoc Pennington  <hp@redhat.com>
15233
15234         * dbus/dbus.h: fixups for doc warnings
15235
15236         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
15237         macros
15238         (QUIET): make it quiet so we can see warnings
15239
15240         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
15241
15242 2002-11-22  Havoc Pennington  <hp@redhat.com>
15243
15244         * Makefile.am: include "Doxyfile" target in all-local
15245
15246         * configure.in: generate the Doxyfile
15247
15248         * Doxyfile.in: move Doxyfile here, so we can use
15249         configure to generate a Doxyfile with the right
15250         version number etc.
15251
15252 2002-11-22  Havoc Pennington  <hp@redhat.com>
15253
15254         * dbus/dbus-message.c: move inline docs into .c file
15255
15256         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
15257         so all docs are under doc/
15258         (MAN_EXTENSION): generate man pages. Use extension
15259         ".3dbus" which matches ".3qt" on my system,
15260         I guess this is OK, I don't know really.
15261         (FILE_PATTERNS): look for .c files not .h, makes sense
15262         for plain C I think
15263
15264 2002-11-22  Havoc Pennington  <hp@pobox.com>
15265
15266         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
15267         because any app can be a server, and any app can be a client,
15268         the bus is a special kind of server.
15269
15270 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
15271
15272         * Doxyfile : adding. Still needs Makefile rules to be generated
15273         automatically (just run "doxygen" in the toplevel dir for now to
15274         generate docs)
15275
15276         * dbus/dbus-message.h : Adding sample docs (javadoc since
15277         resembles gtk-doc a little more)
15278
15279         * dbus/dbus.h : Adding sample docs
15280
15281 2002-11-21  Havoc Pennington  <hp@redhat.com>
15282
15283         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
15284         so we can allow ourselves to include files directly,
15285         instead of having to use dbus.h
15286
15287         * dbus/dbus.h: fill in
15288
15289         * dbus/dbus-message.h: sketch out a sample header file.
15290         Include griping if you include it directly instead of
15291         via dbus.h
15292
15293         * dbus/dbus-macros.h: new file with macros for extern "C",
15294         TRUE/FALSE, NULL, etc.
15295
15296         * doc/file-boilerplate.c: put include guards in here
15297
15298 2002-11-21  Havoc Pennington  <hp@redhat.com>
15299
15300         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
15301
15302         * COPYING: include the GPL as well, and license code
15303         under both AFL and GPL.
15304
15305 2002-11-21  Havoc Pennington  <hp@redhat.com>
15306
15307         * acconfig.h: get rid of this
15308
15309         * autogen.sh (run_configure): add --no-configure option
15310
15311         * configure.in: remove AC_ARG_PROGRAM to make
15312         autoconf complain less. add AC_PREREQ.
15313         add AC_DEFINE third arg.
15314
15315 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
15316
15317         * doc/Makefile.am:
15318         Fix references so we can distcheck.
15319
15320 2002-11-21  Havoc Pennington  <hp@redhat.com>
15321
15322         * Initial module creation
15323