* dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file with empty function _dbus_s...
[platform/upstream/dbus.git] / ChangeLog
1 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
2
3         * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file 
4         with empty function _dbus_server_listen_platform_specific(). 
5
6         * dbus/dbus-server.c (listen_funcs): uses 
7         _dbus_server_listen_platform_specific on any platform.
8
9 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
10
11         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not getting 
12         user info from a domain controller isn't an error, the computer 
13         may run in a non domain context. 
14
15 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
16
17         * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
18
19 2007-05-24  Simon McVittie  <simon.mcvittie@collabora.co.uk>
20
21         * bus/config-parser.c (test_service_dir_matches): fixed ordering for unix.
22
23         * bus/config-parser.c (test_default_session_servicedirs): made allocation 
24         of _progs platform independent.
25
26 2007-05-23  Havoc Pennington  <hp@redhat.com>
27
28         * bus/Makefile.am (install-data-hook): create session.d
29
30         * bus/session.conf.in: add session.d for the session bus, so
31         security policy can be extended
32
33 2007-05-22 Ralf.Habacker <ralf.habacker@freenet.de>
34
35         * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make 
36         bus-test able to find the binaries.
37
38 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
39
40         * acinclude.m4, configure.in: In recent autotools, ${datadir} is
41         defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be
42         expanded recursively. Rather than fixing configure.in to do this, I
43         grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be
44         commonly used.
45
46 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
47
48         * update-dbus-docs.sh: Assorted improvements:
49         - Default user if $FDUSER is not set is the ssh default
50           (set in ~/.ssh/config or based on the local username), not a
51           hard-coded "johnp"
52         - Temporary checkout directory is created securely (preventing symlink
53           attacks), if mktemp(1) is available
54         - Use make -C rather than cd && make && cd ..
55
56 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
57
58         * HACKING: Point to correct mailing list
59
60 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
61
62         * doc/dbus-specification.xml: explicitly specify that STRING cannot
63         contain embedded NULs.
64
65 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
66
67         * dbus/dbus-internal.c: fix inline problem on win32.
68
69 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
70
71         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching 
72         domain controller isn't an error, converted error message to verbose 
73         message.
74
75 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
76
77         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): disabled 
78         tests not running on wince.
79
80 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
81
82         * dbus/dbus-internals.c (_dbus_verbose_init): win32 requires 'varname=' 
83         to unset a environment variable. 
84
85 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
86
87         * dbus/dbus-sysdeps.c (_dbus_setenv): win32 requires 'varname=' 
88         to unset a environment variable. 
89
90 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
91
92         * bus/policy.c (bus_policy_create_client_policy): 
93         win32 temporary fix until the userdb stuff is ported completly.
94
95 2007-05-19  Ralf.Habacker  <ralf.habacker@freenet.de>
96
97         * dbus/dbus-server.c (listen_funcs): 
98         _dbus_server_listen_platform_specific is empty on win32, 
99         limited to unix only.
100
101         * dbus/dbus-server.c (valid_addresses): limit unix 
102         only addresses to unix. 
103
104 2007-05-18  Havoc Pennington  <hp@redhat.com>
105
106         * doc/dbus-specification.xml: add a GetAll to the Properties
107         interface.
108
109 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
110  
111         * bus\config-parser.c (test_default_session_servicedirs):
112         win32 fix.
113
114 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
115  
116         * configure.in: define constant DBUS_UNIX.
117
118 2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
119
120         * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
121         compile fix for MS Platform SDK 6 
122         patch from Michael Luschas <mluschas@gmail.com>
123
124 2007-05-10  John (J5) Palmieri <johnp@redhat.com>
125
126         * dbus-1.pc.in: add daemondir to pc file
127         patch from Brian Cameron <brian.cameron at sun.com>
128
129 2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
130
131         * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
132         interface and the corresponding /o/fd/DBus/Local object path;
133         describe them as reserved and forbid using them in a sent message,
134         mentioning that in the reference implementation this will cause the
135         connection to be dropped. Patch approved by Havoc.
136
137 2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
138
139         * cmake/: don't install test applications and service files,
140         moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
141
142 2007-04-27  Havoc Pennington  <hp@redhat.com>
143
144         * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
145         Tobias Nygren, checking pointer to fd vs. 0 rather than checking
146         the fd itself
147
148 2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
149
150         * cmake/: added debug postfixes to debug exe's for 
151         easier debugging.
152         * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
153         print error code in case no string message is available.
154
155 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
156
157         * dbus/dbus-message-util.c, dbus/dbus-message.c,
158         dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
159         byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
160         approved by Havoc Pennington.
161
162 2007-04-03  Timo Hoenig  <thoenig@suse.de>
163
164         * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
165           length address.
166         * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
167           length address.
168
169 2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
170
171         * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
172
173 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
174
175         * cmake/modules/FindExpat.cmake: fix package detection on win32.
176
177         * README.win: update install instructions. 
178
179 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
180
181         * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
182         new prototyp
183         (_DBUS_PATH_SEPARATOR): new macro. 
184
185         * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
186         from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
187
188 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
189
190         * bus/config-parser.c, bus/policy.c,  
191         bus/policy.h, bus/dbus-daemon.1.in,
192         bus/session.conf.in: added eavesdrop support 
193         for replies - patch by olli.salli at collabora.co.uk
194         approved by Havoc Pennington. 
195
196 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
197
198         * dbus\dbus-sysdeps-win-thread.c: renamed to 
199         dbus-sysdeps-thread-win.c, it is a platform depending file 
200         similar to dbus-sysdeps-pthread.c.
201
202 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
203
204         * cmake\doc\CMakeLists.txt: added prelimary xml doc 
205         support, needs cmake Find script.
206
207 2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
208
209         * cmake: add doxygen support
210
211 2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
212
213         * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
214
215 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
216
217         * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
218         win32 compile fix. 
219
220 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
221
222         * dbus-win.patch: removed obsolate patches. 
223
224 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
225
226         * dbus/dbus-sysdeps-win.c: added zero byte sending 
227         and receiving after connection start up
228
229 2007-03-11  Havoc Pennington  <hp@redhat.com>
230
231         * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
232         formatting problem
233
234         * Mostly fix the DBusPipe mess.
235         - put line break after function return types
236         - put space before parens
237         - do not pass structs around by value
238         - don't use dbus_strerror after calling supposedly cross-platform
239         api
240         - don't name pipe variables "fd"
241         - abstract special fd numbers like -1 and 1
242
243 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
244
245         * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
246         dbus/dbus-sysdeps-util-win.c: renamed functions 
247         _dbus_xxx_file() to _dbus_file_xxx() to reflect 
248         struct name DBusFile. 
249
250 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
251
252         * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
253         fix _dbus_pid_fd check. 
254
255 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
256
257         * tools/dbus-print-message.c (print_message):
258         added printing of the reply serial to method returns and 
259         errors, so you can actually figure out the message/reply 
260         pairs - patch by olli.salli at collabora.co.uk.
261
262 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
263
264         * dbus-win.patch: removed committed patches. 
265
266 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
267
268         * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
269         dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
270         dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
271         dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
272         completed _dbus_pipe support. 
273
274 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
275
276         * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
277         changed type or port to pointer, because the port is given back.
278
279         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
280         implemented returning tcp port. Skipping port parameter
281         and non integer port values in config <listen> statement
282         needs more effort.
283
284         * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
285         (_dbus_listen_tcp_socket): return the real used tcp port.
286
287         * bus/dbus-daemon.1.in: added <listen> tcp examples
288
289 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
290
291         * cmake/config.h.cmake: win32 msvc bug fix
292
293 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
294
295         * cmake/config.h.cmake: fixed DBUS_WINxx defines,
296         using _WINCE does not work.
297
298 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
299
300         * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
301         committed.
302
303 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
304
305         * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
306         rename pipe related write() function calls to _dbus_write_pipe().
307
308 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
309
310         * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
311         uses DBUS_WIN for alls win32 related #ifdefs, 
312         some minor cleanups
313
314 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
315
316         * dbus-win.patch: updated patch for bus/dispatch.c.
317
318 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
319
320         * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,
321         dbus_connection_get_unix_process_id): Let return them valid user id's, 
322         otherwise bus-test fails. How to replace on win32 ?.
323         
324         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir):
325         fix memory leak.
326
327 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
328
329         * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error):
330         use dbus friendly error name.
331         (fill_win_user_info_homedir): print user name in error case too.
332
333 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
334
335         * cmake/ConfigureChecks.cmake: fixed socketpair check
336
337 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
338
339         * bus/dispatch.c: disabled segfault test on win32 for now
340
341 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
342
343         * configure.in, cmake/ConfigureChecks.cmake: added check 
344         for setrlimit. 
345         * test/test-segfault.c: only include setrlimit stuff only 
346         when available.  
347
348 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
349
350         * test/test-segfault.c: unix compile fix.
351         * dbus-win.patch: removed obsolate patches.
352
353 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
354
355         * bus/activation.c: removed obsolate include header.
356         * test/test-segfault.c: win32 compile fix, rlimit 
357         isn't available on win32.
358         * dbus-win.patch: removed some more patches, they
359         are applied or obsolate 
360
361 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
362
363         * bus-win.patch: fixes unix listen problems, dbus-test 
364         now runs.
365
366 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
367
368         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
369         cmake/CMakeLists.txt: win32 compile fix
370
371 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
372
373         * dbus-win.patch, README.win: added available win32 
374         patches from windbus project (http://sf.net/projects/windbus)
375
376 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
377
378         * bus/activation.c: (bus_activation_activate_service):
379         fixed call to _dbus_spawn_async_with_babysitter().
380
381 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
382
383         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
384         added environment pointer as function parameter, used on win32.
385
386         * test/spawn-test.c: fixed call to above mentioned function.
387
388 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
389
390         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
391         added configure check for unistd.h.
392
393 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
394
395         * test/Makefile.am: fixed test data copy problem in 
396         out of source build, when sources came from svn or cvs. 
397
398 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
399
400         * dbus/*-win.*,bus/*-win.*: added win32 platform related
401         files. These files are only added to the cmake build system.  
402         The missing dbus-win.patch file will be added later. 
403
404 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
405
406         * cmake: new directory, contains cmake build support.
407         See http://www.cmake.org for more informations.
408         Currently only unix will be buildable because some 
409         win32 required files are still missing. 
410
411 2007-03-03  Thiago Macieira  <thiago@kde.org>
412
413         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
414         output and add it to the DBusError message we return.
415
416         * tools/dbus-launch.1:
417         * tools/dbus-launch.c: Add option --close-stderr to, well,
418         close stderr before starting dbus-daemon.
419
420 2007-01-31  Havoc Pennington  <hp@redhat.com>
421
422         * bus/dbus-daemon.1.in: write a section in the man page on running
423         a test daemon for debugging purposes
424
425 2007-01-26  Havoc Pennington  <hp@redhat.com>
426
427         * bus/session.conf.in: override all the default limits with much
428         higher limits on the session bus, there is no reason the session
429         bus should have low limits
430
431         * bus/config-parser.c (bus_config_parser_new): increase default
432         limits so they are less likely to be hit; in particular the max
433         replies per connection was way too low
434
435 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
436
437         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
438         a pointer to the tutorial maintained as part of dbus-python
439
440 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
441
442         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
443         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
444         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
445
446 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
447
448         * tools/dbus-monitor.c: gettimeofday() is not available 
449         on windows so we have to provide our own. It's taken from 
450         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
451
452 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
453
454         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
455         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
456         is in dbus-sysdeps-win.c (not in this patch).
457
458         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
459         with InterlockedInc/Decrement. 
460         - Patches from Christian Ehrlicher
461         
462 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
463
464         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
465
466 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
467
468         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
469         fix mispaced const statement. - Patch from Peter Kümmel
470
471 2006-12-19  Ray Strode  <rstrode@redhat.com>
472
473         * bus/bus.c (process_config_every_time):
474         don't overwrite existing bus context activation object
475         until after we've checked that the new activation is
476         valid.
477
478         * bus/main.c 
479         (signal_handler), (handle_reload_watch):
480         don't call exit() on failure, instead make do and keep
481         going.
482         (close_reload_pipe): new function to turn off
483         hangup-causes-config-reload behavior if an unexpected
484         error occurs
485
486 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
487
488         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
489         correctness fix. - Patch from Christian Ehrlicher
490
491 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
492
493         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
494         we should also use it. - Patch from Christian Ehrlicher
495
496 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
497   
498         * dbus-sysdeps-util.c: added win32 related tests
499
500 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
501
502         * dbus/dbus-string.c (_dbus_string_pop_line),
503         bus/desktop-file.c (parse_section_start,
504         parse_comment_or_blank,parse_key_value,): uses
505         _dbus_string_find_eol() to support platform independent eol style.
506
507 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
508
509         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
510         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
511               _dbus_string_find_eol().
512         Approved by: Havoc Pennington.
513
514 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
515
516         * configure.in: Added switch to disable user_database caching.
517
518         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
519         be able disable user_dabase caching.
520
521 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
522
523         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
524         struct. It is unnecessary we have a global one already. Also remove 
525         bus_context_get_user_database function, it is no longer needed.
526         Flush the global database on reload.
527
528         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
529         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
530
531         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
532         Add _dbus_user_database_flush_system. 
533         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
534         Small unrelated change in _dbus_is_a_number: change 
535         _dbus_string_parse_int to _dbus_string_parse_uint. 
536
537         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
538         _dbus_groups_from_uid.
539
540         * bus/policy.c, bus/policy.h: Change call to 
541         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
542         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
543         needs it.
544
545 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
546
547         * bus/signal.c: Fix match_rule_equal errata
548         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
549         <kimmo.hamalainen@nokia.com>)
550
551 2006-11-19  Thiago Macieira  <thiago@kde.org>
552
553         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
554         _dbus_pthread_condvar_wait,
555         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
556         pthread_self() after coming back from a conditional variable
557         wait as well as in one codepath where it was forgotten.
558         Approved by: Havoc Pennington.
559
560 2006-11-17  Havoc Pennington  <hp@redhat.com>
561
562         * update-dbus-docs.sh: allow setting fd.org username via env
563         variable. Make it run autogen with --enable-xml-docs=yes
564         --enable-doxygen-docs=yes so configure will fail if the required
565         tools are missing.
566
567 2006-11-17  Havoc Pennington  <hp@redhat.com>
568
569         * doc/dbus-faq.xml: minor FAQ tweaks
570
571 2006-11-14  Havoc Pennington  <hp@redhat.com>
572         
573         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
574         dbus_get_local_machine_id() to its own file, no substantive
575         changes. There are a couple other things we might want to add that
576         are "misc" so moving out of dbus-connection.[hc] which is big
577         enough already.
578         
579 2006-11-14  Havoc Pennington  <hp@redhat.com>
580
581         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
582         UUID had the timestamp last, but the implementation had it first;
583         move it to last since I think it's a tiny bit nicer (easier to
584         compare at a glance, faster to sort, less code), and will not
585         cause any practical compatibility problems. Also, always convert
586         the timestamp to big endian.
587
588         * doc/dbus-specification.xml: Clean up the docs on the UUID.
589
590         * tools/dbus-uuidgen.1: more prominently say it is not suitable
591         as a replacement for regular uuidgen/RFC4122.
592
593 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
594
595         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
596         the correct value so we don't assert when initalizing recursive threads
597
598         * test/name-test/test-thread-init.c: call dbus_threads_init_default
599         instead of _dbus_threads_init_debug since it is more of a real world
600         test
601
602 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
603
604         * Released 1.0.0
605
606 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
607
608         * AUTHORS: added Peter and Tor of windows porting fame
609
610 2006-11-08  Havoc Pennington  <hp@redhat.com>
611
612         * doc/dbus-specification.xml: add a note about protocol stability
613
614         * doc/TODO: Remove "important for 1.0" section, replace with
615         "important for 1.2" section
616         
617 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
618
619         * README: remove some of the out of date flags
620
621         * doc/TODO: Remove todo items which are done
622
623 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
624
625         * tools/dbus-monitor.c: Handle sigint so we flush stdout
626         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
627
628 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
629
630         * tools/dbus-monitor.1: update the manpage for dbus-monitor
631         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
632
633 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
634
635         * AUTHORS: Update with all people listed in the ChangeLog
636
637 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
638
639         * tools/dbus-monitor.c: add profiling tools to dbus-monitor
640         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
641
642 2006-11-07  Havoc Pennington  <hp@redhat.com>
643
644         * HACKING: Update release instructions to include stuff about
645         stable releases, branching, etc. May not be totally correct,
646         please fix if needed, but keep instructions up-to-date so we do
647         each stable release consistently in the future.
648
649 2006-11-07  Havoc Pennington  <hp@redhat.com>
650
651         * doc/dbus-specification.xml, doc/dbus-faq.xml, README: various
652         documentation updates. Bump faq/spec versions (not to 1.0; I don't
653         think the spec will be "finished"/1.0 when we ship the 1.0 library).
654
655 2006-11-06  John (J5) Palmieri  <johnp@redhat.com>
656
657         * bus/bus.c: Missed patch - pass in the context to the directory watch
658
659 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
660
661         * Released D-Bus 1.0 RC 3(0.95)
662
663 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
664
665         * bus/activation.c (bus_activation_new): don't fail if we can not read
666         the directory as it may not exist
667
668 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
669
670         * bus/config-parser.c (service_dirs_find_dir): use 
671         _dbus_list_get_next_link so we don't get stuck in an infinite loop
672         (start_busconfig_child): move processing of standard_session_servicedirs
673         tags here because they have no content
674         (bus_config_parser_content): check we don't have content in 
675         standard_session_servicedirs tag
676
677 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
678
679         * tools/Makefile.am: Make sure the /var/lib/dbus directory is created
680         Packagers need to own this directory
681
682 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
683
684         * tools/run-with-tmp-session-bus.sh: fixed script to replace the 
685         <standard_session_servicedirs> tag with a <sevicedir> tag that
686         points to the test service directory
687
688 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
689
690         * configure.in: Add a check for DIR *dirp->dd_fd
691
692         * dbus/dbus-sysdeps-util-unix: if HAVE_DDFD is defined use 
693         DIR *dirp->dd_fd else use DIR *dirp->__dd_fd.  This takes care
694         of both Solaris and Irix
695
696 2006-11-01  Havoc Pennington  <hp@redhat.com>
697
698         * bus/dbus-daemon.1.in: document standard_session_servicedirs
699
700 2006-11-01  John (J5) Palmieri  <johnp@redhat.com>
701
702         * configure.in: expose DBUS_DATADIR
703         
704         * bus/config-parser.c: add the standard_session_servicedirs element
705         to the parser
706         (bus_config_parser_content): process the standard_session_servicedirs
707         element by getting the standard directories from sysdeps and merging
708         them into the service directory list
709         (test_default_session_servicedirs): make sure we get what we expect
710
711         * bus/session.conf.in: replace the servicedir tag with the 
712         standard_session_servicedirs tag
713
714         * dbus/dbus-list.h: remove the typedef of DBusList and place it in
715         dbus-sysdeps.h to avoid circular header dependencies
716
717         * dbus/dbus-sysdeps.h: add the typedef of DBusList
718
719         * dbus/dbus-sysdeps-unix.c (split_paths_and_append): utility function
720         which takes a string of directories delimited by colons, parses them 
721         out, appends a suffix and puts them in a list ignoring empty elements
722         (_dbus_get_standard_session_servicedirs): returns the standard 
723         directories for a session bus to look for service activation files
724         on Unix which includes the XDG_DATA_HOME, XDG_DATA_DIRS and 
725         DBUS_DATADIR directories
726
727         * test/data/valid-config-files/many-rules.conf: add the 
728         standard_session_servicedirs tag to the valid config file tests
729
730 2006-10-30  Havoc Pennington  <hp@redhat.com>
731
732         * tools/dbus-launch.1, doc/TODO: capture intent to change the
733         command line options of dbus-launch a bit post 1.0
734
735 2006-10-27  Havoc Pennington  <hp@redhat.com>
736         
737         * dbus/dbus-connection.c (dbus_connection_open_private): document
738         how to choose shared vs. private connections
739
740 2006-10-27  Havoc Pennington  <hp@redhat.com>
741
742         * dbus/dbus-test.c: enclose more of the file in the
743         DBUS_BUILD_TESTS check.
744
745         * dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
746         DBUS_DISABLE_ASSERT case.
747
748         * dbus/dbus-connection.c (dbus_connection_get_unix_user): document
749         that it only works on the server side
750
751         * dbus/dbus-bus.c: add a global lock covering the BusData we
752         attach to each connection
753         (internal_bus_get): lock our access to the BusData
754         (dbus_bus_register): lock the entire registration process
755         with _DBUS_LOCK(bus_datas). If we get the lock and 
756         registration is already complete, silently return (vs. previous
757         behavior of aborting).
758         (dbus_bus_set_unique_name): lock the BusData
759         (dbus_bus_get_unique_name): lock the BusData
760
761 2006-10-27  John (J5) Palmieri  <johnp@redhat.com>
762
763         * bus/config-parser.c (service_dirs_find_dir, 
764         service_dirs_append_unique_or_free, 
765         service_dirs_append_link_unique_or_free): New static methods
766         for only appending unique service directory names into
767         the service directory list
768         (merge_included, bus_config_parser_content): Only add unique
769         service directory names into the list
770
771 2006-10-27  Havoc Pennington  <hp@redhat.com>
772
773         * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
774         variables volatile, suggested by Thiago. Document struct fields.
775         (PTHREAD_CHECK): remove pthread error checking if assertions are
776         disabled, should reduce the no-assertions case to the bare
777         minimum code.
778
779 2006-10-26  Havoc Pennington  <hp@redhat.com>
780         
781         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
782         to be recursive
783         (_dbus_pthread_mutex_unlock): make it recursive
784         (_dbus_pthread_condvar_wait): save/restore the recursion count
785         (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
786
787 2006-10-26  Havoc Pennington  <hp@redhat.com>
788
789         * doc/dbus-specification.xml: clarify the UUID text slightly
790
791         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
792         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
793         in preparation for being able to extend them for e.g. recursive
794         mutexes.
795
796 2006-10-26  Havoc Pennington  <hp@redhat.com>
797
798         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
799         condition variables relate to recursive mutexes.
800         
801         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
802         dbus/dbus-threads.c: Split the platforms-specific thread 
803         implementations into their own files.
804         
805         * dbus/dbus-sysdeps-pthread.c
806         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
807         was backward. Not that anything uses it.
808
809 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
810
811         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
812         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
813         needs to be cleaned up more.
814
815         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
816         up the CREDS issue.
817
818 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
819
820         * configure.in, dbus-1.pc.in: Check to see if thread methods 
821         are in glibc or libpthread and add -lpthread to the link stage 
822         if it is the latter
823
824 2006-10-26  Thiago Macieira  <thiago@kde.org>
825
826         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
827         bug 8780: the connection lock is only required while recording
828         the shared connection, so protect only that code
829         section. Don't require connection_lookup_shared to return a
830         locked connection.
831
832 2006-10-26  Thiago Macieira  <thiago@kde.org>
833
834         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
835         check if get_machine_uuid() returns NULL before proceeding any
836         further: we can't init the X atoms or create a session file
837         name if there is no machine ID.
838         This solves a crash reported by some users if
839         --exit-with-session was used without --autolaunch=<machine-id>
840
841 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
842
843         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
844         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
845
846         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
847         before we run dbus-launch
848
849         * configure.in: define TEST_BUS_BINARY to be the full path to 
850         dbus-daemon in the build root 
851
852 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
853
854         * dbus/Makefile.am:
855         * tools/Makefile.am:
856         * toos/dbus-uuidgen.1:
857                 Move the machine-id file to /var/lib/dbus 
858
859 2006-10-24  David Zeuthen  <davidz@redhat.com>
860
861         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
862         _dbus_assert (thread_init_generation != _dbus_current_generation)
863         not _dbus_assert (thread_init_generation == _dbus_current_generation)
864
865 2006-10-24  Thiago Macieira  <thiago@kde.org>
866
867         * dbus/dbus-sysdeps.h:
868         * dbus/dbus-sysdeps-unix.c: Add function
869         _dbus_make_file_world_readable that chmods a file to 0644.
870
871         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
872         Avoid writing to the static "argv" array, thereby avoiding a
873         COW on the child process.
874
875         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
876         call _dbus_make_file_world_readable on the created file.
877
878 2006-10-23  David Zeuthen  <davidz@redhat.com>
879
880         * dbus/dbus-memory.c: Use atomic variable to protect
881         n_blocks_outstanding otherwise OOM will be reported using SMP on
882         some arches
883         
884         * bus/dispatch.c: Add missing end of line characters
885
886         * bus/desktop-file.c (parse_section_start, parse_key_value) 
887         (bus_desktop_file_load): Propertly handle OOM
888
889         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
890         thread_init_generation equals _dbus_current_generation, not 0
891
892 2006-10-22  Havoc Pennington  <hp@redhat.com>
893
894         * dbus/dbus-connection-internal.h: move prototype of
895         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
896         it isn't in a public header and doesn't end up in the DBusBus
897         group in Doxygen
898
899 2006-10-21  Havoc Pennington  <hp@redhat.com>
900
901         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
902         the tarball if packagers want to run it
903
904         * cleanup-man-pages.sh: Add a script which munges all the internal
905         API man pages out of the Doxygen output. This reduces the size of
906         the installed man pages from 7 to 2 megs, and avoids
907         namespace-polluting pages. Right now (like Doxygen) this script
908         isn't in the build, it's something packagers can do manually.
909
910 2006-10-21  Havoc Pennington  <hp@redhat.com>
911
912         * dbus/dbus-connection.h: don't include the watch/timeout
913         functions in connection section
914
915 2006-10-21  Havoc Pennington  <hp@redhat.com>
916
917         * Documentation! Whee! Doxygen now 100% silent. If you make it
918         angry again, you will be punished.
919         
920 2006-10-21  Havoc Pennington  <hp@redhat.com>
921
922         * More documentation - all public API now documented according to
923         Doxygen
924
925 2006-10-21  Havoc Pennington  <hp@redhat.com>
926
927         * Document a bunch of undocumented stuff
928         
929 2006-10-21  Havoc Pennington  <hp@redhat.com>
930
931         * Clean up Doxygen group markers for public API so Doxygen finds
932         everything (not comprehensively fixed for private API).
933         Means all remaining Doxygen warnings are just about missing docs
934         and thus pretty simple to resolve.
935         
936 2006-10-21  Havoc Pennington  <hp@redhat.com>
937         
938         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
939
940         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
941         as DBUS_GNUC_DEPRECATED
942
943 2006-10-21  Havoc Pennington  <hp@redhat.com>
944
945         * Move all private API into the private Doxygen group sections of
946         the files, so they don't show up in the public API docs
947         
948 2006-10-21  Havoc Pennington  <hp@redhat.com>
949
950         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
951         dbus_message_iter_get_array_len().
952
953         * throughout: documentation improvements.
954
955 2006-10-20  Havoc Pennington  <hp@redhat.com>
956
957         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
958         matter, and the message-loader-breaker thing since nobody is going
959         to do it.  Add an item to 1.0 about supporting recursive locks
960         in dbus_threads_init_default() though, since it should be easy.
961
962         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
963         Fix this in the !dispatch case to avoid busy-looping after
964         disconnection
965
966         * More misc docs improvements
967
968 2006-10-19  Havoc Pennington  <hp@redhat.com>
969
970         * more Doxygen-related fixes (lots of moving things from the
971         public to internal section in dbus-connection.c)
972
973 2006-10-19  Havoc Pennington  <hp@redhat.com>
974
975         * Fix a pile of Doxygen warnings and missing docs
976
977 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
978
979         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
980         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
981         instead of a void *.  kqueue uses this to get the context's loop
982         while the other modules ignore the parameter.  This allows us to
983         avoid platform conditionals
984
985         * bus/bus.c (process_config_postinit): Pass in the context to the 
986         watch
987
988 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
989
990         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
991         when starting the system bus
992
993 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
994
995         * configure.in: More fixups for cross compile (Patch from 
996         Marco Pracucci <development at pracucci dot com>)
997
998 2006-10-17  Havoc Pennington  <hp@redhat.com>
999
1000         * tools/dbus-send.c (main): don't close shared connection, fix
1001         from Timo Hoenig
1002
1003 2006-10-17  Havoc Pennington  <hp@redhat.com>
1004
1005         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
1006
1007         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
1008         since realistically it doesn't look like we'll be changing it
1009         anymore.
1010
1011 2006-10-17  Havoc Pennington  <hp@redhat.com>
1012
1013         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
1014         be used for return_if_fail type warnings; prefixes the pid, and
1015         fatal by default.
1016
1017 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
1018
1019         * configure.in: Released 1.0 RC 2(0.94)
1020         Add check for -fPIC and enable it if available
1021
1022 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
1023
1024         * doc/TODO: Remove the check TODO item
1025
1026 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
1027
1028         * dbus-transport-socket.c (exchange_credentials):
1029         Print out more detailed errors if reading or sending
1030         credentials fail (Patch from Julio M. Merino Vidal 
1031         <jmmv at NetBSD dot org>)
1032
1033 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
1034
1035         * configure.in: when checking for posix getpwnam_r assume true
1036         for cross compiles
1037
1038 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
1039
1040         * configure.in: Check for gethostbyname first before we check for it
1041         in libnsl.  On gnu systems it is implemeneted 
1042
1043 2006-10-13  Havoc Pennington  <hp@redhat.com>
1044
1045         * dbus/dbus-connection.c
1046         (dbus_connection_send_with_reply_and_block): fix to handle closed
1047         connections, from Tambet Ingo bug #8631
1048
1049 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
1050
1051         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
1052
1053 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
1054
1055         * test/name-test/Makefile.am: don't link against both libdbus and
1056         libdbus-convenience
1057
1058 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
1059
1060         * configure.in: check for dirfd even if it is a macro
1061         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
1062
1063 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
1064
1065         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
1066         avoid using dirfd on systems that don't have dirfd 
1067         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
1068
1069 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
1070
1071         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
1072         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
1073
1074         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
1075         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
1076         macro because _dbus_abort calls it
1077
1078         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
1079         works
1080
1081 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
1082
1083         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
1084         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
1085
1086 2006-10-02  Thiago Macieira  <thiago@kde.org>
1087
1088         * tools/dbus-launch.c (main): make it complain and abort
1089         execution in case an unknown option is given. Also, process
1090         the '--' argument as the end of arguments.
1091
1092 2006-10-01  Havoc Pennington  <hp@redhat.com>
1093
1094         * tools/dbus-launch.c (print_variables): if no syntax is given,
1095         don't print something that's sort-of-half-sh-syntax, just print
1096         a plain key-value pairs thing.
1097
1098         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
1099         the local machine representation (but still have the hostname in
1100         the display). Remove the hostname from the display if it is
1101         localhost. Change session files to be named
1102         ~/.dbus/session-bus/machine-display. Change X atoms to be
1103         underscore-prefixed so nobody whines about ICCCM compliance.
1104         Otherwise name them the same as the env variables.
1105         Change session file format to include key-value pairs and an
1106         explanatory comment. Keys are the same as the env variables.
1107         (set_address_in_x11): X property format can't depend on
1108         sizeof(pid_t) on a particular machine, fix to always be 32 bits
1109
1110         * tools/dbus-launch.c: make --autolaunch take a machine id
1111         argument. If --autolaunch is used with a program to run, complain
1112         for now (but add a FIXME). Also, don't look for existing bus if 
1113         there's a program to run (but add a FIXME).
1114
1115         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
1116         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
1117         just to get this, and avoids duplicating uuid-reading code).
1118
1119         * tools/dbus-launch.1: clarify various things
1120         
1121 2006-10-01  Havoc Pennington  <hp@redhat.com>
1122
1123         * test/test-service.c (path_message_func): remove broken extra
1124         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
1125
1126         * test/test-shell-service.c (path_message_func): same fix
1127         
1128         * dbus/dbus-connection.c
1129         (_dbus_connection_get_dispatch_status_unlocked): break up the
1130         function a little for clarity and fix the notification of
1131         dbus-bus.c to not require dispatch to be complete
1132
1133         * dbus/dbus-connection.c (dbus_connection_unref): improve the
1134         warning when you try to finalize an open connection.
1135         
1136 2006-10-01  Havoc Pennington  <hp@redhat.com>
1137
1138         * dbus/dbus-bus.c
1139         (internal_bus_get): only weak ref the connection; this means 
1140         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
1141         called safely in any context
1142         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
1143         unref
1144
1145         * dbus/dbus-connection.c
1146         (_dbus_connection_get_dispatch_status_unlocked): move
1147         _dbus_bus_notify_shared_connection_disconnected_unlocked here
1148         when queuing Disconnected instead of when the Disconnected message
1149         arrives, so dbus_bus_get() won't return closed connections.
1150         
1151 2006-10-01  Havoc Pennington  <hp@redhat.com>
1152
1153         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
1154         Add a hack to make DBusNewConnectionFunction work right.
1155
1156         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
1157         the hack here. Also, fix the todo about refcount leak.
1158         
1159         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1160         and use the hack here
1161         
1162         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
1163         "shareable" flag; this was completely broken, since it meant 
1164         dbus_connection_open() returned a connection of unknown
1165         shared-ness. Now, we always hold a ref on anything opened 
1166         as shareable.
1167
1168         Move the call to notify dbus-bus.c into
1169         connection_forget_shared_unlocked, so libdbus consistently forgets
1170         all its knowledge of a connection at once. This exposed numerous
1171         places where things were totally broken if we dropped a ref inside
1172         get_dispatch_status_unlocked where
1173         connection_forget_shared_unlocked was previously, so move
1174         connection_forget_shared_unlocked into
1175         _dbus_connection_update_dispatch_status_and_unlock. Also move the
1176         exit_on_disconnect here.
1177
1178         (shared_connections_shutdown): this assumed weak refs to the
1179         shared connections; since we have strong refs now, the assertion 
1180         was failing and stuff was left in the hash. Fix it to close
1181         still-open shared connections.
1182         
1183         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
1184         debug pipe connections
1185         
1186         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
1187         dbus-bus.c if the closed connection is in fact shared
1188         (_dbus_connection_close_possibly_shared): rename from 
1189         _dbus_connection_close_internal
1190         (dbus_connection_close, dbus_connection_open,
1191         dbus_connection_open_private): Improve docs to explain the deal
1192         with when you should close or unref or both
1193
1194         * dbus/dbus-bus.c
1195         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
1196         from _dbus_bus_check_connection_and_unref_unlocked and modify to
1197         loop over all connections
1198
1199         * test/test-utils.c (test_connection_shutdown): don't try to close
1200         shared connections.
1201
1202         * test/name-test/test-threads-init.c (main): fix warnings in here
1203
1204         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
1205         env variable to cause blocking waiting for gdb; drop
1206         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
1207         unconditionally.
1208
1209         * configure.in: add -export-dynamic to libtool flags if assertions enabled
1210         so _dbus_print_backtrace works.
1211
1212         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
1213         instead of _dbus_verbose to print the backtrace, and diagnose lack 
1214         of -rdynamic/-export-dynamic
1215         
1216 2006-09-30  Havoc Pennington  <hp@redhat.com>
1217
1218         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
1219         (internal_bus_get): fix screwy code formatting. whoever committed
1220         that was not paying attention!
1221
1222 2006-09-30  Havoc Pennington  <hp@redhat.com>
1223
1224         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
1225         reflect addition of interfaces.
1226
1227         * doc/dbus-specification.xml: describe a new
1228         org.freedesktop.DBus.Peer.GetMachineId method
1229
1230         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
1231         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
1232         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
1233         at end of skip_white
1234         (_dbus_string_chop_white): new function
1235
1236         * bus/connection.c (bus_connections_setup_connection): call
1237         dbus_connection_set_route_peer_messages.
1238
1239         * dbus/dbus-connection.c
1240         (_dbus_connection_peer_filter_unlocked_no_update): modify to
1241         support a GetMachineId method.
1242
1243         Also, support a new flag to let the bus pass peer methods through
1244         to apps on the bus, which can be set with
1245         dbus_connection_set_route_peer_messages.
1246
1247         Finally, handle and return an error for anything unknown on the
1248         Peer interface, which will allow us to extend the Peer interface
1249         in the future without fear that we're now intercepting something
1250         apps were wanting to see.
1251         
1252         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
1253         dbus/dbus-uuidgen.c
1254
1255         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
1256         binary here, since most of the code is already in libdbus
1257
1258         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
1259         uuid from the system config file
1260
1261         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
1262         (_dbus_read_uuid_file_without_creating) 
1263         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
1264         uuid-related functions, partly factored out from dbus-server.c
1265
1266         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
1267         DBUS_ERROR_FILE_EXISTS instead of EEXIST
1268
1269         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
1270
1271         * tools/dbus-cleanup-sockets.1: explain what the point of this
1272         thing is a bit more
1273
1274         * autogen.sh (run_configure): add --config-cache to default
1275         configure args
1276
1277         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
1278         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
1279
1280         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
1281         don't try to save address, fixes crash in make check
1282         
1283 2006-09-30  Thiago Macieira  <thiago@kde.org>
1284
1285         * configure.in: add DBUS_BINDIR as a #define to C source code.
1286
1287         * tools/dbus-launch.c
1288         * tools/dbus-launch.h
1289         * tools/dbus-launch-x11.c:
1290         * tools/dbus-launch.1: Add the --autolaunch option to
1291         dbus-launch, which makes it scan for an existing session
1292         started with --autolaunch. With that option, it also creates
1293         an X11 window and saves the bus address and PID to it.
1294
1295         * dbus/dbus-sysdeps.h:
1296         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
1297         a function that runs "dbus-launch --autolaunch" to retrieve
1298         the running D-Bus session address (or start one if none was running)
1299
1300         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
1301         address protocol, which tries to get the running session from
1302         dbus-launch.
1303
1304         * dbus/dbus-bus.c:
1305         * dbus/dbus-internals.h: Make "autolaunch:" be the default
1306         D-Bus session bus address.
1307
1308         * dbus/dbus-connection.c: Fix horrible typo in error message.
1309
1310 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
1311
1312         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
1313
1314 2006-09-17  Havoc Pennington  <hp@redhat.com>
1315
1316         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
1317         fix so that if unix_user_function is set on windows, we still
1318         do the default check that the auth identity matches the bus identity
1319
1320 2006-09-16  Havoc Pennington  <hp@redhat.com>
1321
1322         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
1323         to _dbus_transport_open_platform_specific,
1324         _dbus_transport_open_socket,
1325         and _dbus_transport_open_debug_pipe
1326
1327         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
1328
1329 2006-09-16  Havoc Pennington  <hp@redhat.com>
1330
1331         Attempt auditing public API to remove all cases where a Unix
1332         function returns weird emulated goo to Windows. This probably 
1333         breaks the bus daemon on Windows, to fix it again we may 
1334         need to stop processing unix-specific config options on Windows,
1335         and may need to add Windows-specific public API or config options.
1336         
1337         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
1338         to reflect added interfaces; should not break soname.
1339         
1340         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
1341         not invoke unix user function on Windows. Kind of a hacky fix, but 
1342         we don't want a "unix uid" leaking out on Windows.
1343
1344         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
1345         to get the socket fd on Windows or UNIX
1346         (dbus_connection_get_unix_fd): make this always fail on Windows
1347
1348 2006-09-16  Havoc Pennington  <hp@redhat.com>
1349
1350         * dbus/dbus-server.c (dbus_server_listen): change how this works
1351         to be able to delegate to a set of handlers that can succeed,
1352         fail, or choose not to handle. Allows us to have 
1353         dbus_server_listen_platform_specific.
1354
1355         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
1356         factor out the tcp socket stuff to be used on windows, leaving
1357         unix domain socket only in dbus-socket-unix.c
1358
1359         * dbus/dbus-transport-socket.c
1360         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
1361         stuff to be used on windows, leaving unix domain socket only 
1362         in dbus-transport-unix.c
1363
1364         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
1365         temporary hack to be sure this fails on windows
1366         (dbus_connection_get_unix_process_id): ditto
1367
1368 2006-09-16  Havoc Pennington  <hp@redhat.com>
1369
1370         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
1371         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
1372         _dbus_open_socket so the domain/type/protocol from system headers
1373         are not required. This is kind of pointless though unless we move
1374         part of _dbus_connect_tcp_socket into sysdeps.c instead of
1375         sysdeps-unix.c, which would mean adding a wrapper around
1376         bind/listen/etc.
1377         Also, add DBusError to the socket-opening functions so they 
1378         don't require use of errno.
1379
1380 2006-09-16  Havoc Pennington  <hp@redhat.com>
1381
1382         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
1383         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
1384
1385         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
1386         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
1387         functions specifically for sockets only, and move generic 
1388         read/write/open/close into unix-specific code.
1389
1390 2006-09-14  Havoc Pennington  <hp@redhat.com>
1391
1392         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
1393         complaint about accessing revents when poll returns 0, from Julian Seward.
1394
1395 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1396
1397         * Released 1.0 RC 1 (0.93) 
1398
1399 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1400
1401         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
1402         use _dbus_close instead of close
1403
1404 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1405
1406         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
1407         credentials.  Fixes "external" authentication under e.g. NetBSD
1408         which does not support any other socket credentials mechanism.
1409         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1410
1411 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1412
1413         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
1414         dbus_threads_init and be used by the dbus mutex functions to
1415         avoid deadlocks.
1416
1417         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
1418
1419 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1420
1421         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
1422         use threadsafe readdir_r instead of readdir
1423
1424 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1425
1426         * dbus-threads.c (dbus_threads_init_default): New method for
1427         initializing the internal thread implementation (Patch from
1428         Alexander Larsson <alexl at redhat dot com>)
1429
1430 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1431
1432         * remove a bunch of todo items from the 1.0 list
1433
1434 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1435
1436         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
1437         key not found
1438
1439 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1440
1441         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
1442         complex debugging code
1443
1444         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
1445         between the test suite ifdefs
1446         (_dbus_verbose_bytes): return if verbosity is not enabled 
1447
1448 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1449
1450         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1451         remove DBusMark
1452
1453 2006-09-10  Havoc Pennington  <hp@redhat.com>
1454
1455        patch mostly by Peter Kümmel, bug #8211
1456         
1457         * dbus/dbus-sysdeps-unix.c: new file, which splits out
1458         unix-specific stuff in dbus-sysdeps.c
1459
1460         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
1461         and move unix-specific stuff to dbus-sysdeps-unix.c
1462
1463         * configure.in: check HAVE_ERRNO_H
1464         
1465 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1466
1467         * bus/test-main.c (main): Initialize threading during tests
1468
1469         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1470         Unlock connection on error
1471         (generate_local_error_message): static method for generating
1472         an error message when we don't have a message to reply to
1473         (_dbus_connection_block_pending_call): Send a disconnect error
1474         instead of just a timeout (NULL) when the bus gets disconnected
1475         while blocking for a reply.
1476         
1477 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1478
1479         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
1480         filters (Patch from Kimmo Hämäläinen 
1481         <kimmo dot hamalainen at nokia dot com>)
1482
1483 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1484
1485         * dbus/dbus-connection-internal.h: Add prototype for 
1486         _dbus_connection_test_get_locks to remove warning
1487
1488 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1489
1490         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
1491         close child_err_report_pipe[WRITE_END] on exec (Patch from 
1492         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1493
1494 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1495
1496         * Clean up close calls to use _dbus_close (Patch from 
1497         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1498
1499 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1500
1501         * doc/TODO:
1502         - Remove pending call locking todo item
1503         - dbus_connection_open now holds hard ref.  Remove todo item
1504         - do proper locking on _dbus_bus_check_connection_and_unref
1505           and handle DBUS_BUS_STARTER. Remove todo item
1506         - Warn on closing of a shared connection.  Remove todo item
1507
1508         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
1509         dbus/dbus-connection.c: Use the dbus_connection_close_internal
1510         so we don't get the warning when closing shared connections
1511
1512         * test/test-service.c, test/test-shell-service.c: Applications
1513         don't close shared connections themselves so we unref instead of
1514         close
1515
1516         * test/test-utils.c (test_connection_shutdown): Close the connection
1517
1518         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
1519         _dbus_bus_check_connection_and_unref_unlocked since we only call this
1520         method on a locked connection.  
1521         Make sure we call _dbus_connection_unref_unlocked instead of 
1522         dbus_connection_unref also.
1523         Handle DBUS_BUS_STARTER correctly
1524
1525         * dbus/dbus-connection.c (connection_record_shared_unlocked):
1526         Mark as shared and hard ref the connection
1527         (connection_forget_shared_unlocked): Remove the hard ref from the 
1528         connection
1529         (_dbus_connection_close_internal_and_unlock):  New internal function
1530         which takes a locked connection and unlocks it after closing it
1531         (_dbus_connection_close_internal): New internal function which acts
1532         like the origonal dbus_connection_close method by grabbing a connection
1533         lock and calling _dbus_connection_close_internal_and_unlock
1534         (dbus_connection_close): Public close method, warns when the app
1535         trys to close a shared connection
1536
1537 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1538
1539         * bus/driver.c:
1540         (bus_driver_generate_introspect_string): New method for populating
1541         a DBusString with the introspect data
1542         (bus_driver_handle_introspect): Move introspect generation code to 
1543         bus_driver_generate_introspect_string
1544
1545         * bus/main.c:
1546         (introspect): New function which prints out the intropect data and
1547         exits
1548         (main): Add a --introspect switch
1549
1550 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1551
1552         * doc/TODO: Removed dtd publishing item.  
1553         It seems the dtd has already been added at
1554         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
1555
1556 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1557
1558         * doc/TODO, various source files: Audited todo's and FIXME's and
1559         prepended the ones we should be looking at with 1.0.  Those
1560         prepended with 1.0? need clerification or might not be needed
1561         for 1.0
1562
1563 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1564
1565         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
1566         NULL in the public API (Patch from Kimmo Hämäläinen 
1567         <kimmo dot hamalainen at nokia dot com>)
1568
1569 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1570
1571         * configure.in: Fix for OS-X compile time endian issues (patch from
1572         Benjamin Reed <ranger at befunk dot com>)
1573
1574 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1575
1576         * configure.in: Check for no-common compiler flag (OS-X fix from
1577         Benjamin Reed <ranger at befunk dot com>)
1578
1579 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
1580
1581         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
1582         <fcrozat at mandriva dot com>)
1583
1584 2006-08-29  Havoc Pennington  <hp@redhat.com>
1585
1586         * test/test-service.c (path_message_func): fix lack of return value
1587
1588         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
1589         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
1590         any more sense than on anything else in this file.
1591         (_dbus_get_tmpdir): add const to return value, and keep the
1592         results of the various getenv around in a static variable.
1593
1594 2006-08-29  Havoc Pennington  <hp@redhat.com>
1595
1596         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
1597         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
1598
1599 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1600
1601         * test/Makefile.am: change find to use syntax that works with non
1602         gnu versions of find
1603
1604 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1605
1606         * dbus/dbus-transport.c: fix invalid deref when checking if
1607         a vtable method exists (Patch from Christian Ehrlicher 
1608         <ch dot ehrlicher at gmx dot de>)
1609
1610 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1611
1612         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
1613         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
1614         to build with builddir != srcdir (Taken from a patch by Bernard Leak
1615         <bernard at brenda-arkle dot demon dot co dot uk>)
1616
1617 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1618
1619         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
1620         default case
1621
1622 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1623
1624         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
1625         it works on any system providing this interface, not only FreeBSD.
1626         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1627
1628 2006-08-20  Havoc Pennington  <hp@redhat.com>
1629
1630         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
1631         the docs
1632
1633 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1634
1635         * Released 0.92 
1636
1637 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1638
1639         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
1640         to reflect the init late change
1641
1642         * bus/bus.c (bus_context_new): Check user before we fork so we can
1643         print out an error message a user will be able to see
1644
1645 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1646
1647         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
1648
1649         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1650         Add two more global locks for use on windows platforms.  These are
1651         unused on non-windows platforms but are not ifdefed out to avoid
1652         potential bugs (i.e. the few bytes lost does not warrent the extra
1653         maintanence and complexity that having seperate sets of locks would
1654         cause)
1655
1656 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1657
1658         * bus/services.c (bus_registry_acquire_service): Return an error
1659         when an application tries to register the org.freedesktop.DBus Bus Name
1660
1661         * bus/services.c (bus_registry_release_service): Return an error
1662         when an application tries to release the org.freedesktop.DBus Bus Name
1663
1664 2006-08-17  Alp Toker  <alp@atoker.com>
1665
1666         * doc/dbus-specification.xml: Fix some minor typos.
1667
1668 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
1669
1670         * configure.in: use $with_init_scripts instead of $operating_system
1671         to determine where to store the pid since the init scripts manipulate 
1672         the pid file (patch from Marcelo Ricardo Leitner 
1673         <marcelo dot leitner at terra dot com dot br>.  
1674
1675 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
1676
1677         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
1678         static DBusList *uninitialized_condvar_list to support new late 
1679         initialization threading model.  In this model threads can be initialized
1680         even after the D-Bus API has been used but still needs to be initialized 
1681         before the second thread has been started.  Mutexes and condvar addresses
1682         are stored in the two static lists and are replaced with actuall locks
1683         when threads are initalized.
1684         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
1685         the location into the static list
1686         (_dbus_mutex_free_at_location): New method for removing a mutex location 
1687         from the static list and freeing the mutex
1688         (_dbus_condvar_new_at_location): New method for creating a conditional 
1689         variable and placing the location into the static list
1690         (_dbus_condvar_free_at_location): New method for removing a conditional
1691         variable location from the static list and freeing the conditional variable 
1692         (init_uninitialized_locks): Atomic method which goes through the static 
1693         lists of mutex and condvar location and updates them with actuall locks
1694         (init_global_locks): changed to init_locks
1695         
1696         * dbus/dbus-connection.c:
1697         (_dbus_connection_test_get_locks): New method for tests to check connections
1698         (_dbus_connection_new_for_transport): Use the new at_location mutex and
1699         condvar API
1700         (dbus_connection_allocate_data_slot): Pass in the global lock address
1701         to _dbus_data_slot_allocator_alloc
1702
1703         * dbus/dbus-dataslot.c:
1704         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
1705         instead of the mutex itself
1706
1707         * dbus/dbus-message.c:
1708         (dbus_message_allocate_data_slot): Pass in the global lock address
1709         to _dbus_data_slot_allocator_alloc
1710
1711         * dbus/dbus-pending-call.c:
1712         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
1713         to _dbus_data_slot_allocator_alloc
1714
1715         * dbus/dbus-server.c:
1716         (_dbus_server_init_base): Use the new at_location mutex API
1717         (dbus_server_allocate_data_slot): Pass in the global lock address
1718         to _dbus_data_slot_allocator_alloc
1719
1720         * test/name-test/test-threads-init.c: New test case for late thread
1721         initialization
1722
1723 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1724
1725         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1726         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
1727         causes compile problems when asserts are turned off
1728         Keeping _dbus_warn for printing out the message so even if
1729         asserts are turned off the user gets the messages that something is 
1730         wrong 
1731
1732 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1733
1734         Patches by Kjartan Maraas <kmaraas at gnome dot org>
1735
1736         * bus/services.c (bus_service_list_queued_owners):
1737         Add a pointer cast to fix compiler warning
1738
1739         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
1740         return a NULL instead of FALSE since the return type
1741         is not expecting a boolean
1742
1743         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1744         Remove unused variable
1745
1746         * dbus/dbus-marshal-recursive-util.c (node_new):
1747         return a NULL instead of FALSE since the return type
1748         is not expecting a boolean
1749
1750         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1751         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1752         because we are expecting a pointer not a boolean
1753
1754         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
1755         add void as the parameter so some compilers
1756         don't complain
1757
1758         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
1759           _dbus_transport_new_for_tcp_socket):
1760         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1761         because we are expecting a pointer not a boolean
1762
1763         * test/shell-test.c (test_command_line):
1764         cast the second argument to _dbus_list_append to avoid compiler
1765         warnings
1766
1767         * test/test-names.c (main): remove unused variable
1768
1769         * test/test-service.c (check_hello_from_self_reply):
1770         Initialize echo_message and echo_reply to NULL
1771         
1772         * test/test-shell-service.c (handle_echo):
1773         Remove unused variable and cast the third parameter passed to
1774         dbus_connection_get_object_path_data to avoid compiler warrnings
1775
1776         * test/name-test/test-names.c (clear_message_queue):
1777         Remove unused function
1778
1779         * test/name-test/test-pending-call-dispatch.c:
1780         Fix format string in printf
1781
1782
1783 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1784
1785         * dbus/dbus-bus.c:
1786         * test/name-test/test-names.c:
1787         Remove test method dbus_bus_connection_get_unique_name because 
1788         we already have public method dbus_bus_get_unique_name that 
1789         does the exact same thing
1790
1791 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1792
1793         * dbus/dbus-signature.c:
1794         fix typos in Julio's previous patch which cause make check to fail
1795
1796 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1797
1798         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1799         In any case it was wrong since this is a test checking to see if
1800         address parsing is correct.  There was no need to get the true
1801         tmp directory.  
1802
1803 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1804
1805         * dbus/dbus-macros.h: Revert the addition of stddef.h
1806         as we should not be adding it to library headers 
1807
1808 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1809
1810         * dbus/dbus-signature.c:
1811         Fix the unit tests so that they work if assertions are not enabled.
1812         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1813
1814 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1815
1816         * tools/run-with-tmp-session-bus.sh:
1817         * test/name-test/run-test.sh:
1818         Remove bashisms (patch from Julio M. Merino Vidal
1819         <jmmv at NetBSD dot org>)
1820
1821 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1822
1823         * configure.in: add a version (>= 2.6.0) check for libxml2
1824
1825 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1826
1827         * configure.in: make sure the compiler supports -Wfloat-equal
1828         
1829         * bus/dir-watch-dnotify.c: move functional code after 
1830         variable declerations (C99 fix)  (patches from Jens Granseuer
1831         <jensgr at gmx dot net>
1832
1833 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1834
1835         * dbus/dbus-macros.h:
1836         add #include <stddef.h> so that Sun compilers don't complain about
1837         the defining NULL
1838
1839 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1840
1841         * dbus/dbus-sysdeps.c:
1842         * dbus/dbus-address.c:
1843         * bus/activation.c:
1844         * test/shell-test.c:
1845         don't hardcode tmp directory (patch from Dave Meikle 
1846         <dmk at davemeikle dot co dot uk>)
1847
1848 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1849
1850         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1851         Change an assert to a detailed warning and abort.  
1852         When allocator->lock != mutex it indicates that the user has failed
1853         to initalize threads before using the D-Bus library.  This warning
1854         helps the user identify the issue and fix their app.
1855
1856 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1857
1858         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1859         with cleanups of bugs found from Coverity reports:
1860
1861         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1862         close the file on error to avoid a leak
1863
1864         * bus/expirelist.c (bus_expire_list_test):
1865         Check for NULL on dbus_new0
1866
1867         * bus/activation.c (update_directory):
1868         remove dead code
1869
1870         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1871         Fix some leaks
1872
1873         * bus/bus.c (process_config_every_time):
1874         Fixed a leak
1875
1876         * bus/desktop-file.c (parse_key_value):
1877         Fixed leak
1878
1879         * bus/selinux.c (bus_selinux_id_table_insert):
1880         Fixed leak
1881
1882 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1883
1884         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1885         remove dead code
1886
1887 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1888
1889         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1890         #!/bin/bash
1891
1892 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1893
1894         * Doxyfile.in: fix the INPUT line so we can generate docs 
1895         when sourcedir != builddir (patch from Cygwin Ports maintainer
1896         <yselkowitz at users dot sourceforge dot net>
1897
1898 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1899
1900         * dbus/dbus-sysdeps.h:
1901         * dbus/dbus-sysdeps.c: 
1902         * dbus/dbus-string.c: 
1903         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1904         GLib's function which does the same thing
1905
1906         * configure.in:
1907         * bus/Makefile.am:
1908         * bus/dir-watch-default.c:
1909         * bus/dir-watch-dnotify.c:
1910         * bus/dir-watch-kqueue.c:
1911         Add kqueue directory watching for freebsd and split the directory
1912         watching code into seperate files per method/arch
1913         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1914
1915 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1916
1917         * configure.in:
1918         * tools/Makefile.am:
1919         * tools/dbus-launch.c:
1920         * bus/Makefile.am:
1921         allow --with-dbus-daemondir switch to be used to make the
1922         daemon install to a seperate bindir like /usr/libexec
1923         (patch from Brian Cameron <brian dot cameron at sun dot com)
1924
1925 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1926
1927         * bus/Makefile.am (install-data-hook): removed the slash after 
1928         $(DESTDIR) so we don't get the double slash which does not work
1929         in windows (patch from Andras Porjesz 
1930         <andras dot porjesz at siemens dot com>)
1931
1932 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1933
1934         * dbus/dbus-sysdeps.h:
1935         * dbus/dbus-sysdeps.c: 
1936           add _dbus_printf_length (patch from Peter Kümmel 
1937           <syntheticpp at gmx dot net>)
1938
1939 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1940
1941         * dbus/dbus-internals.c: unistd.h is not used 
1942         (_dbus_verbose_real): only enable verbose printing 
1943         if DBUS_VERBOSE environment var is set to '1'
1944         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1945
1946 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1947
1948         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1949         so we still compile on older gcc (patch from Frederic Peters 
1950         <fpeters at 0d dot be>
1951
1952 2006-08-04  Havoc Pennington  <hp@redhat.com>
1953
1954         * configure.in: add -Wdeclaration-after-statement
1955
1956         * dbus/dbus-connection.c: change all the pending call stuff to
1957         reflect the fact that pending call operations use the connection
1958         lock
1959
1960         * dbus/dbus-pending-call.c: add locking here
1961
1962         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1963         field const consistent with how message field is done
1964
1965 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1966
1967         * s/D-BUS/D-Bus/g
1968
1969 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1970
1971         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1972         <in7y118 at public.uni-hamburg dot de> - fix invalid
1973         read/write reported by valgrind
1974
1975 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1976
1977         * Released 0.91
1978
1979 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1980
1981         * dbus/dbus-connection.c:
1982         (_dbus_connection_attach_pending_call_unlocked):
1983         (connection_timeout_and_complete_all_pending_calls_unlocked):
1984         Make sure we set timeout_added on pending calls to FALSE when
1985         we remove the timeout from the connection
1986
1987 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1988
1989         * Removed some extra bindings stuff lingering around (thanks timo)
1990         * dbus-pendingcall.c (_dbus_pending_call_new): 
1991         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1992         when we tried to take a lock on an already locked connection
1993
1994 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1995
1996         * Released 0.90
1997
1998 2006-07-17  Havoc Pennington  <hp@redhat.com>
1999
2000         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
2001         ints, reported by Owen Taylor
2002
2003 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
2004
2005         * doc/TODO:
2006         * dbus/dbus-bus.c:
2007         * dbus-errors.c:
2008         * dbus/dbus-marshal-validate.c:
2009           Removed TODO items which were fixed or are no longer relevent
2010
2011 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
2012
2013         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
2014         Remove stray files from the stripped bindings
2015
2016 2006-07-16  Havoc Pennington  <hp@redhat.com>
2017
2018         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
2019         Improve the error message on reply timeout
2020
2021 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
2022
2023         * Remove all bindings
2024
2025 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
2026
2027         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
2028         and set pending_reply out arg to NULL is connection is disconnected
2029         (connection_timeout_and_complete_all_pending_calls_unlocked): New
2030         static method for cleaning up pending calls on disconnect
2031         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
2032         calls queued timeouts on disconnect 
2033
2034          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
2035         Remove 
2036
2037 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * bus/activation.[ch] (bus_activation_list_services): new function to 
2040         get the list of services that can be activated
2041
2042         * bus/dispatch.c: test coverage for the new bus method
2043         ListActivatableNames
2044
2045         * bus/driver.c: new bus method ListActivatableNames to get the list of
2046         services that can be activated
2047
2048         * doc/dbus-specification.xml: ListActivatableNames method documentation
2049
2050 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
2051         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
2052         source files
2053
2054 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
2055         * dbus/dbus-message-factory.c:
2056         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
2057
2058 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
2059         * dbus/dbus-connection-internal.h:
2060         * dbus/dbus-connection.c:
2061         * file dbus/dbus-pending-call.c:
2062         * dbus/dbus-pending-call.h:
2063         Make DBusPendingCall an opaque type even to D-Bus internals
2064
2065 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
2066
2067         * dbus/dbus-connection.h: remove connection_disconnect and replace with
2068         connection_close
2069
2070         * dbus/dbus-connection.c: include dbus-bus.h
2071         (_dbus_connection_read_write_dispatch): make static
2072
2073 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
2074
2075         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
2076         function
2077         (dbus_connection_dispatch): On disconnect unref any shared connections
2078
2079         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
2080         for cleaning up shared connections on disconnect
2081         (internal_bus_get): get a hard refrence to shared connections when
2082         they are created
2083         
2084         * doc/TODO: Remove items which are no longer relevent or have been fixed
2085         Split 1.0 todo items with a 0.90 freeze todo list
2086  
2087 2006-06-14  Ross Burton  <ross@openedhand.com>
2088
2089         * glib/dbus-gobject.c:
2090         Free a leaking GArray (surely not!) in dbus_g_method_return.
2091
2092 2006-06-14  Ross Burton  <ross@openedhand.com>
2093
2094         * tools/Makefile.am:
2095         * tools/dbus-monitor.c:
2096         Don't use the GLib bindings in dbus-monitor (patch from Ralf
2097         Habacker).
2098         
2099 2006-06-14  Ross Burton  <ross@openedhand.com>
2100
2101         * tools/dbus-print-message.c:
2102         Also print the object path when outputting signals or method calls.
2103
2104 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
2105
2106         * qt/src/Makefile.am: install the qdbus.h header.
2107         This allows people to actually use the installed code.
2108
2109 2006-06-12  Ross Burton  <ross@openedhand.com>
2110
2111         * glib/dbus-gproxy.c:
2112         Don't leak a GArray when firing signals (thank Rob Taylor for review).
2113
2114 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2115
2116         * Released 0.62
2117
2118 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2119
2120         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
2121         break pedantic builds. Closes bug 6043 (patch approved by
2122         Havoc back in February).
2123
2124 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2125
2126         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
2127         that took a QDBusMessage parameter.
2128         * qt/src/qdbusbus.h: Add a default flag for RequestName.
2129         * qt/tools/dbus.cpp: Don't use automatic call because we might
2130         be calling an async method: request a reply.
2131
2132 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
2133
2134         * test/qt/*: Update the testcases, including testing the new
2135         functionality of sending null QByteArray and QString over the
2136         bus. Add new headertest test and restore the old
2137         qdbusxmlparser test.
2138
2139 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
2140
2141         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
2142         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
2143
2144         * qt/examples/Makefile.am:
2145         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
2146         form.
2147
2148         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
2149         QByteArray() (nulls) over the bus.
2150         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
2151         the one that has the signature suffix stripped.
2152         * qt/src/qdbusreply.h: Make some methods const.
2153
2154 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
2155
2156         Patch from Timo Hoenig <thoenig@suse.de>.
2157
2158         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
2159         required during build to EXTRA_DIST.
2160         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
2161         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
2162         * configure.in: Fix "make dist", take care that the Makefile for
2163         qt/dbus is being generated.
2164
2165 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
2166
2167         * bus/bus.c: Fix eavesdropping on method calls
2168
2169 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
2170
2171         * configure.in:
2172         * dbus/dbus-userdb-util.c:
2173         Add Solaris console owner patch from Artem Kachitchkine
2174
2175 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
2176
2177         * qt/Makfile.am:
2178         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
2179         reorganisation. Thanks to Timo Hoenig for pointing this out.
2180
2181 2006-06-06  Robert McQueen  <robot101@debian.org>
2182
2183         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
2184           call to dbus_g_type_get_struct.
2185
2186 2006-06-06  Robert McQueen  <robot101@debian.org>
2187
2188         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
2189           pointers were put into a GPtrArray-based specialised collection, and
2190           then freed along with the array. GValues which you add into
2191           collections or maps which have the NOCOPY flag set are assumed to not
2192           belong to the caller, so rather than the existing pointer-stealing
2193           semantics, they are copied instead. Given that the main consumers of
2194           this abstraction are the bindings themselves, I don't think this is
2195           too bad, but others should watch their choice of take vs set_static.
2196
2197 2006-06-06  Robert McQueen  <robot101@debian.org>
2198
2199         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
2200           of g_slist_prepend not being used. Fixed copying of slist-based
2201           specialised collections, then wrote a test case and found that it was
2202           all broken. Went on to fix iterating and appending too. Good thing
2203           nobody uses this code yet.
2204
2205 2006-06-06  Robert McQueen  <robot101@debian.org>
2206
2207         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
2208           the iterators use gvalue_take_ptrarray_value (the GValues themselves
2209           are discarded without unsetting, so it makes no difference whether
2210           we take or set_static). Remove cases for G_TYPE_POINTER because
2211           there really is nothing useful we can do with them in our
2212           specialised types - we *need* boxed copy/free functions at the very
2213           least.
2214
2215 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
2216
2217         * qt/dbus: Add directory. I had forgotten to add this
2218         yesterday after the move...
2219
2220         * qt/examples/Makefile.am:
2221         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
2222
2223         * qt/tools/Makefile.am:
2224         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
2225         Added feature to get and set properties.
2226         Added validation of service, object path and interface names.
2227
2228         * qt/tools/dbusidl2cpp.cpp: Two new features:
2229         1) Allow specifying both the header and the source file names,
2230         by separating them with a colon.
2231         2) Don't write an interface output if the -p switch wasn't
2232         given, but the -a was.
2233
2234         * qt/src/*: Fix usage of Iterators and ConstIterators.
2235         Fix shadowing of variables by other variables (-Wshadow).
2236         Fix keyword-cleanliness in headers.
2237         Fix ASCII-cast (QLatin1String, QLatin1Char).
2238         Fix validation of member names.
2239         Add extra checking of introspection data during XML parsing.
2240         Various bug fixes.
2241
2242 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2243
2244         * dbus/Makefile.am:
2245         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
2246         qt/dbus/qdbus.h now.
2247
2248 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2249
2250         * configure.in: Make --disable-qt actually do
2251           something. Patch inspired by Zack Rusin.
2252
2253 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2254
2255         * qt/: Update to Subversion r548032.
2256         This includes a big reorganisation of the files inside the
2257         subdir.
2258
2259 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
2260
2261         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
2262         clear:  
2263         "Failed to connect to socket <host>:<port> <error>" instead of
2264         "Failed to connect to socket <host>: <error>:<port>"
2265
2266         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
2267         for a tcp transport. 
2268
2269 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2270
2271         * qt/*: Update the QtDBus bindings up to revision 546310 in
2272         Subversion.
2273         This adds the dbuscpp2xml tool, that parses a C++ header and
2274         outputs a D-BUS Introspection XML.
2275
2276 2006-05-21  Havoc Pennington  <hp@redhat.com>
2277
2278         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
2279         is not NULL when it shouldn't be. Also a couple of possible fixes
2280         for #4637 though I don't understand why the bug happens, to be
2281         honest... also the object constructor has an assert name != NULL
2282         and the name is only currently NULL for peer-to-peer proxies that 
2283         I don't think anyone uses? So it should be asserting.
2284         Anyway, for now at least see if we get an earlier assertion failure.
2285
2286         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
2287         apparently broken code to be sure the tests fail and someone 
2288         will fix them...
2289
2290 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
2291
2292         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
2293         and arrays when they had a single element: has_next returns
2294         false, even before you read the element. So, instead, check
2295         the array length.
2296
2297 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2298
2299         * qt/qdbusmessage.cpp:
2300         * qt/qdbustypehelper_p.h:
2301         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
2302         the list is a const-reference
2303
2304 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
2305
2306         * Adding old doc patch that never got applied
2307         
2308         * dbus/bus.c (dbus_bus_add_match): Add documentation
2309
2310         * doc/dbus-specification.xml: Add documentation for the match rules
2311           and the AddMatch and RemoveMatch methods
2312
2313 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
2314
2315         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
2316         call (r535506)
2317
2318         * qt/dbusidl2cpp.cpp:
2319         * qt/qdbusabstractadaptor.cpp:
2320         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
2321         sibling of the QDBusAbstractAdaptor objects instead of the
2322         parent. (r535848)
2323
2324         * qt/dbusidl2cpp.cpp:
2325         * qt/qdbusabstractinterface.cpp:
2326         * qt/qdbusabstractinterface.h:
2327         * qt/qdbusabstractinterface_p.h:
2328         * qt/qdbusinterface.cpp: Make properties in interfaces
2329         actually work. The code that was generated would not compile,
2330         due to moc calls to functions that did not exist. They now
2331         shall. (r536571)
2332
2333 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
2334
2335         * Makefile.am:
2336         * configure.in:
2337         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
2338         Thanks to Brad Hards for providing the patch
2339
2340 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2341
2342         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
2343         call. (r535506)
2344
2345 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2346
2347         * qt/examples/dbus.cpp: Enhance error messages and use
2348         QDBusInterfacePtr.
2349
2350 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2351
2352         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
2353         and disable the copy operators. (r533772, r534746)
2354
2355         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
2356
2357         * qt/qdbusabstractinterface.cpp:
2358         * qt/qdbusabstractinterface.h: Change the default call mode to
2359         not use the event loop. Add convenience call() methods that
2360         take a CallMode parameter. (r534042)
2361
2362         * qt/qdbusconnection.h: Change the default call mode to not
2363         use the event loop. (r534042)
2364
2365         * qt/qdbusinterface.cpp:
2366         * qt/qdbusinterface.h: Add a method to tell us if the
2367         interface is valid (since we don't return a null pointer
2368         anymore) (r534099)
2369
2370         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
2371         (r534101)
2372
2373         * qt/qdbusinternalfilters.cpp: Decouple the introspection
2374         function in two so taht we get the chance to introspect
2375         without having a QDBusMessage (r534102)
2376
2377         * qt/qdbusbus.h:
2378         * qt/qdbusconnection.cpp:
2379         * qt/qdbusconnection_p.h:
2380         * qt/qdbusintegrator.cpp: Keep a list of our own names to
2381         avoid a round-trip to the server when attempting to introspect
2382         one of our own objects. Also make sure the filter functions
2383         match the empty interface as well. (r534108)
2384         Don't keep the connection names. Instead, trust the unique
2385         connection name (r534111)
2386         Remove event loop usage (r534112)
2387
2388 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2389
2390         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
2391         Brad Hards.
2392
2393 2006-04-28  Robert McQueen  <robot101@debian.org>
2394
2395         * glib/dbus-gproxy.c: Fix properties so that they can be given in
2396         any order, making it easier for people who inherit from this
2397         object.
2398
2399 2006-04-28  Robert McQueen  <robot101@debian.org>
2400
2401         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
2402         of memory from within pointer arrays and lists. Fixes bug #6300.
2403
2404 2006-04-28  Robert McQueen  <robot101@debian.org>
2405
2406         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
2407         generating struct signatures. Fixes bug #6083.
2408
2409 2006-04-28  Robert McQueen  <robot101@debian.org>
2410
2411         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
2412         to qdbusconnection_p.moc.
2413
2414 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
2415
2416         * README, INSTALL: Doc fixes
2417         Patch from Brad Hards <bradh at frogmouth.net>
2418
2419 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2420
2421         * qt/examples/dbus.cpp: Use the new merged-interface mode for
2422         the dynamic meta object. No need to guess which interface to
2423         call.
2424
2425 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2426
2427         * qt/qdbusconnection_p.h:
2428         * qt/qdbusmetaobject.cpp:
2429         * qt/qdbusmetaobject_p.h:
2430         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
2431         for the dynamic meta object. No need to guess which
2432         interface to call.
2433         * qt/qdbusabstractinterface_p.h:
2434         * qt/qdbusconnection.cpp:
2435         * qt/qdbusintegrator.cpp:
2436         * qt/qdbusinterface.cpp:
2437         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
2438         Add a QDBusRef that looks and behaves like DCOPRef.
2439
2440 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2441
2442         * dbus/dbus-connection.c: Interfaces are optional in method
2443         calls, so don't give up if the interface parameter is NULL.
2444         Patch reviewed by Havoc Pennington.
2445
2446 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2447
2448         * qt/qdbusreply.h: Add default constructor and operator=
2449           (r532625)
2450         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
2451           in public headers (r532952)
2452         * qt/qdbusabstractinterface.cpp:
2453         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
2454           make it the default (r532951)
2455
2456 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2457
2458         * dbus/dbus-connection.c: Fix asserts
2459         Patch from Tim Moloney <t.moloney at verizon.net>
2460
2461 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2462
2463         * mono/Connection.cs, mono/Message.cs: Check Target type
2464         Patch from Aaron Bockover (abockover at novell.com)
2465
2466 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2467
2468         * INSTALL: fine-tune the requirements for the Qt4 binding.
2469
2470 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
2471
2472         * tools/dbus-print-message.c: Added support for printing of all 
2473           remaining data types. Fixed logic for indentation of compound
2474           data types.
2475         
2476 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
2477
2478         * INSTALL: fill out content of file providing DBus specific
2479           build installations, followed by generic Auto* INSTALL file
2480           content
2481         
2482 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2483
2484         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
2485           Patch by Stefan Eilers. (r529537)
2486
2487 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2488
2489         * qt/qdbusinternalfilters.cpp: Don't show the parent's
2490           contents (r528208)
2491
2492 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2493
2494         * qt/Makefile.am: fix the dependency for
2495           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
2496           not in qdbusconnection.cpp.
2497           Thanks to Jakub Stachowski <stachowski@hypair.net> for
2498           spotting this.
2499
2500 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2501
2502         * qt/examples/listnames.cpp:
2503         * qt/examples/Makefile.am: Three ways to list the names on the
2504           bus.
2505
2506 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2507
2508         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
2509           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
2510
2511 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2512
2513         Merge from Subversion:
2514         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
2515           something that exists (r526315)
2516         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
2517           slots/signals (r526316)
2518         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
2519           also return an unknown-method error if the parameters don't
2520           match for org.freedesktop.DBus.Properties. (r526842)
2521         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
2522         * qt/qdbusintegrator.cpp: Restore the proper order of
2523           delivery: don't make method returns be delivered on priority
2524           (r528150)
2525
2526 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2527
2528         * configure.in qt/Makefile.am: add qt/examples
2529         * qt/examples: Add QtDBus example programs:
2530           - hello: Hello, World
2531           - ping: Simple method-calling program
2532           - pong: Simple object-exporting program (not using adaptors)
2533           - complexping: Interactive method-calling program 
2534                 (also gets and sets properties).
2535           - complexpong: Sample program exporting methods, signals and
2536                 properties, using adaptors.
2537           - dbus: Simple implementation of a generic method-calling
2538                 program, similar to 'dbus-send', but with semantics
2539                 similar to 'dcop'.
2540           - chat: Simplistic chat program, implemented using signals
2541                 and the system bus. Looks like IRC.
2542
2543 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2544
2545         * configure.in: Detect QtGui (necessary for one of the
2546           example programs). Note: this increases the minimum required
2547           version of Qt to 4.1.3.
2548
2549 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2550
2551         * test/qt/*: Sync with KDE Subversion revision 523647.
2552         Update the testcases to the new API. Remove testcases for
2553         classes that are no longer public or have been removed.
2554
2555 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2556
2557         * qt/*: 
2558         * dbus/qdbus.h: Sync with KDE Subversion revision
2559         523647. Hopefully, this will be the last of the
2560         source-incompatible changes. Documentation has been improved;
2561         support for QList<basic-types> has been added; QDBusObject is
2562         gone; QDBus(Abstract)Interface is now a QObject with
2563         auto-generated meta-object; QDBusIntrospection is marked
2564         private, since QMetaObject can be used now; lots of bugfixes.
2565
2566 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
2567
2568         Patch from Milosz Derezynski <internalerror at gmail.com>
2569         
2570         * configure.in:
2571         Output the service directory in the configure summary
2572
2573         * dbus-1.pc.in:
2574         Add session_bus_services_dir
2575
2576 2006-03-10  Ross Burton  <ross@openedhand.com>
2577
2578         * tools/dbus-print-message.c:
2579         Add support for object paths and signatures.
2580
2581 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
2582
2583         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
2584         config reload.
2585         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
2586         information caches
2587         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
2588         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
2589         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
2590         * dbus/dbus-userdb.h: Add function to flush all user/group information
2591         caches.
2592
2593 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2594
2595         * qt/dbusidl2cpp.cpp:
2596         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
2597         for dcopidl2cpp, found in the KDE installations (or the more
2598         modern kalyptus): generate Qt4 C++ code for the input XML
2599         introspection. Currently no IDL parsing.
2600
2601 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2602
2603         * test/qt/*: Update the self-tests.
2604
2605 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2606
2607         * qt/*: 
2608         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
2609         represents the first feature-complete version of the Qt4
2610         bindings since I took ove maintainership.
2611
2612 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2613
2614         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
2615         dir. This is C++, so we can't use the DBus ones.
2616
2617 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2618
2619         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
2620         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
2621
2622 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2623
2624         * dbus/dbus-connection.c: 
2625         (_dbus_connection_block_pending_call):
2626         Check to see if our data has already been read off the connection
2627         by another blocking pending call before we block in poll.
2628         (check_for_reply_and_update_dispatch_unlocked):
2629         Code taken from _dbus_connection_block_pending_call - checks for
2630         an already read reply and updates the dispatch if there is one.
2631
2632         * test/name-test/test-pending-call-dispatch.c:
2633         New test for making sure we don't get stuck polling a 
2634         dbus connection which has no data on the socket when
2635         blocking out of order on two or more pending calls.
2636
2637 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
2638
2639         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
2640         make/automake don't detect that we're talking about the same
2641         .lo file if I specify the full path to the source files.
2642
2643 2006-02-26  Havoc Pennington  <hp@redhat.com>
2644
2645         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
2646
2647         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2648         session bus variable is unset, suggest "man dbus-launch" and "man
2649         dbus-daemon" to figure out how to fix the problem
2650
2651 2006-02-25  Havoc Pennington  <hp@redhat.com>
2652
2653         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
2654         should make this thing use the new glib options parser
2655
2656 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
2657
2658         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
2659         .lo files taking moc sources.
2660
2661 2006-02-25  Havoc Pennington  <hp@redhat.com>
2662
2663         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
2664         and install it as a public header
2665
2666 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2667
2668         * Released 0.61
2669
2670 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2671         
2672         * proxies.py: Fix the callchain
2673
2674 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
2675         
2676         * patch from Sjoerd Simons <sjoerd at debian.org>:      
2677
2678         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
2679         dbus/dbus-sysdeps.c
2680
2681         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
2682         call _dbus_group_info_free_allocated which causes infinite loop,
2683         correctly call _dbus_group_info_free
2684
2685 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
2686
2687         * qt/qdbusinterface_p.h:
2688         * qt/qdbusinterface.cpp: Use the standard
2689         org.freedesktop.DBus.Method.NoReply annotation for the "async"
2690         calls instead of creating one for us.
2691
2692         * qt/qdbusconnection_p.h:
2693         * qt/qdbusintegrator.cpp: Remove debugging code.
2694
2695         * qt/qdbusintegrator.cpp:
2696         * qt/qdbusmessage.cpp:
2697         * qt/qdbusmessage_p.h:
2698         * qt/qdbusmessage.h: Change the behaviour of automatic
2699         reply-sending: now a reply is always sent, unless the caller
2700         didn't request one or if the user slot has already sent one.
2701
2702 2006-02-16  Robert McQueen  <robot101@debian.org>
2703
2704         * configure.in: Patch from Debian packages by Sjoerd Simons
2705         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
2706         arguments so it's possible to build both bindings in the
2707         same tree.
2708
2709         * qt/Makefile.am: Fix truncated value so that make dist works.
2710
2711 2006-02-16  Robert McQueen  <robot101@debian.org>
2712
2713         * acinclude.m4, configure.in: Patch from Brad Hards
2714         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
2715         improving quoting, re-ordering a few checks, and a few other
2716         aesthetic tidy-ups.
2717
2718 2006-02-16  Robert McQueen  <robot101@debian.org>
2719
2720         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
2721         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
2722         assertion that the next element to read from the iter is fixed in
2723         size. This is not the case when you are at the end of the iter,
2724         because the next element type is INVALID.
2725
2726         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
2727         a bogus assert which means that you may not initialise a 0-length
2728         string unless you provide a non-NULL pointer. This prevented
2729         you from marshalling messages containing zero-length arrays in
2730         some cases.
2731
2732         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
2733         from Rob to correct bogus asserts when trying to demarshal an
2734         array and get_fixed_array got you 0 elements. Append nothing to
2735         the GArray in this case.
2736
2737         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
2738         an empty array via the glib bindings. Without all of the above
2739         patches, this new test fails.
2740
2741 2006-02-16  Robert McQueen  <robot101@debian.org>
2742
2743         * glib/dbus-gmain.c: Make the previous commit compile.
2744
2745         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
2746         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
2747         specify sender_keyword="foo", path_keyword="bar" when adding
2748         a signal listener, so that you can bind to signals generically
2749         but still do something useful in your callback.
2750
2751         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
2752         chars so that they're not cast to chars and made negative. Thanks
2753         to Jakub Stachowski for reporting this and testing the fix.
2754
2755 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
2756
2757         * dbus/dbus-glib.h:
2758         * glib/dbus-gmain.h:
2759         (dbus_g_connection_open): new method for openning
2760         a connection to an arbitrary address in the glib bindings
2761
2762         * ChangeLog: checkin last entry which doesn't seem to be commited
2763
2764 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
2765
2766         * tools/dbus-launch.c: Fixed sh syntax output
2767
2768 2006-02-13  Robert McQueen  <robot101@debian.org>
2769
2770         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
2771         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
2772         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
2773         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
2774         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
2775         missing piece of the glib bindings jigsaw puzzle. This modifies
2776         the existing specialised types to have N type parameters (rather
2777         than the current 1 or 2 for arrays and dictionaries respectively).
2778         You can then use this to get a glib type to represent any arbitrary
2779         D-Bus struct type using dbus_g_type_get_struct. The only
2780         implementation of these types is with GValueArrays as before,
2781         but it's now possible to store these in arrays, emit them in
2782         signals, etc.
2783
2784 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2785
2786         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2787         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2788         <thiago.macieira at trolltech.com>
2789
2790 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2791
2792         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2793         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2794
2795 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2796
2797         * bus/connection.c (bus_connections_expect_reply): Make
2798         pending reply limit not common to all connections (Bug #5416)
2799         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2800
2801 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2802
2803         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2804
2805 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2806
2807         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2808         patch from Doug Goldstein <cardoe at gentoo.org>
2809
2810 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2811
2812         * mono/Arguments.cs: Fix a magic number in the mono bindings
2813         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2814
2815 2006-01-27  Robert McQueen  <robot101@debian.org>
2816
2817         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2818         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2819         when generating the client-side methods, instead of overloading
2820         CSymbol which broke everything horribly. My apologies.
2821
2822 2006-01-27  Robert McQueen  <robot101@debian.org>
2823
2824         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2825         by me and Rob Taylor to add a simple_free function to D-Bus map
2826         and collection types, which allows those types which can be freed
2827         with a GDestroyNotify (such as GHashTables and GArrays, but not
2828         GPtrArrays) to be stored as the values in hashtables.
2829
2830         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2831         Patch by Rob Taylor to add nested dicts to the glib tests to check
2832         the above code works, and appears not to leak when called repeatedly.
2833
2834 2006-01-27  Robert McQueen  <robot101@debian.org>
2835
2836         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2837         to free a D-Bus allocated string with dbus_free () instead of
2838         g_free ().
2839
2840 2006-01-27  Iain Holmes  <iain@openedhand.com>
2841
2842         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2843         method from being called multiple times.
2844
2845 2006-01-19  Robert McQueen  <robot101@debian.org>
2846
2847         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2848         <rob.taylor@collabora.co.uk> to add support for generating bindings
2849         to arrays that are represented as GPtrArrays rather than GArrays (ie
2850         size-variable things, such as strings, objects, structs, etc).
2851
2852 2006-01-05  Robert McQueen  <robot101@debian.org>
2853
2854         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2855         <ricardo.kekki@movial.fi> to make it possible to inherit from
2856         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2857         a private part, and moving the setting of the DBusGProxyManager into a
2858         connection property, allowing proper GObject construction.
2859
2860 2006-01-05  Robert McQueen  <robot101@debian.org>
2861
2862         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2863         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2864         annotations when generating glib client bindings.
2865
2866 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2867
2868         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2869
2870         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2871
2872 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2873
2874         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2875
2876 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2877
2878         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2879
2880 2005-12-19  Ross Burton  <ross@openedhand.com>
2881
2882         * doc/dbus-tutorial.xml:
2883         Document the Glib client-side bindings, and list all possible annotations.
2884
2885 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2886
2887         * dbus/bus.c (dbus_bus_release_name): Add documentation
2888
2889 2005-12-06  Robert McQueen  <robot101@debian.org>
2890
2891         * python/service.py: s/sucessful/successful/ so we're allocating to
2892         and reading from the same variable. Oops.
2893
2894 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2895
2896         * Released 0.60
2897
2898 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2899
2900         * test/qt/Makefile.am: build from srcdir
2901
2902         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2903         Note - this code is wrong and needs to be fixed by the Qt binding
2904         developers.  The flags should be treated as bitfields and not enums.
2905
2906         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2907
2908 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2909
2910         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2911           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2912           in production code
2913
2914 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2915
2916         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2917         method for getting messages off the bus in the absence of a
2918         mainloop.  This method is much like 
2919         dbus_connection_read_write_dispatch except it does not dispatch
2920         the messages to a registered filter function.  Instead it
2921         allows a developer to process messages by directly popping
2922         them off the bus.
2923
2924 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2925
2926         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2927         the parser to continue instead of returning error
2928         (bus_desktop_file_load): Do not free parser data when
2929         parse_section_start or parse_key_value fails because it was 
2930         already freed by parser_free (patch from Carlos Garcia Campos  
2931         <carlosgc at gnome.org>)
2932
2933 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2934
2935         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2936         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2937         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2938         test/test-segfault.c, test/test-utils.c,
2939         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2940         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2941         Various cleanup of dead code and compiler warnings (patch from
2942         Kjartan Maraas <kmaraas at gnome.org>) 
2943
2944 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2945
2946         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2947         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2948
2949 2005-11-27  Robert McQueen  <robot101@debian.org>
2950
2951         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2952         part of the preceding one. Oops. Merge patch by Johan Hedberg
2953         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2954         on big-endian platforms.
2955
2956         * test/python/test-client.py: Add some 16-bit integers to the test
2957         values.
2958
2959 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2962         method return message for property getters
2963
2964 2005-11-27  Robert McQueen  <robot101@debian.org>
2965
2966         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2967         with type v of an instance of dbus.Variant(foo, type='x') caused
2968         it to be boxed twice before sending over the bus.
2969
2970         * python/dbus_bindings.pyx, python/service.py,
2971         test/python/test-client.py: Update the constants for the new
2972         request_name flags, and update comments/test cases now that queueing
2973         is the default action.
2974
2975 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2976
2977         * configure.in:
2978         - Change version to 0.60 for impending release
2979         - upped the sonames because of ABI and API breakage
2980
2981 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2982
2983         * configure.in: Add test/name-test/Makefile to the generated
2984         Makefile list
2985
2986         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2987         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2988         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2989         not to queue an ower if it can't be the primary owner
2990
2991         * bus/bus.h: Add new internal BusOwner struct
2992
2993         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2994         to bus_registry_ensure and don't set the prohibit_replacement flag
2995         since they are now set per BusOwner and not per name.
2996         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2997         that returns the list of connections in a name's connection queue
2998         
2999         * bus/services.c (struct BusService): remove prohibit_replacement field
3000         (struct BusOwner): new struct for keeping track of queued connections
3001         and their associated flags for the queue
3002         (struct BusRegistry): add a BusOwner memory pool
3003         (bus_registry_new): initialize the BusOwner memory pool
3004         (bus_registry_unref): free the BusOwner memory pool
3005         (_bus_service_find_owner_link): new internal method for
3006         searching the queue for a specific connection
3007         (bus_owner_set_flags): new method for adding setting the flags on a
3008         bus owner
3009         (bus_owner_new): new method that creates a BusOwner object from the
3010         pool and sets its flags
3011         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
3012         (bus_registry_ensure): Add the flags parameter
3013         (bus_registry_acquire_service): Switch from using raw connections to
3014         using the BusOwner struct
3015         Add new state machine for dealing with the new set of flags
3016         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
3017         cancel_ownership, free_ownership_cancel_data, 
3018         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
3019         restore_ownership, free_ownership_restore_data, 
3020         add_restore_ownership_to_transaction): Switch to using BusOwner 
3021         instead of raw connections
3022         (bus_service_add_owner): Add flags parameter
3023         Switch to using BusOwner instead of raw connections
3024         Add state machine for dealing with the new set of flags
3025         (bus_service_swap_owner): Swaps the first and second owners in the
3026         queue.  Used to make sure proper signals are sent when a service looses 
3027         or gains primary ownership.  We never insert an owner at the top of the
3028         queue.  Instead we insert it in the second position and then swap.
3029         (bus_service_remove_owner): Remove the owner from the queue sending
3030         out the NameLost and NameOwnerChanged signals if the we were the 
3031         primary owner
3032         (bus_service_get_primary_owners_connection): New method that extracts
3033         the connection from the primary owner
3034         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
3035         connection
3036         (bus_service_get_allow_replacement): Changed from the old 
3037         bus_service_get_prohibit_replacement method.  Checks the flags of the 
3038         primary owner and returns if it can be replaced or not
3039         (bus_service_set_prohibit_replacement): removed
3040         (bus_service_has_owner): returns TRUE if and owner with
3041         the specified connection exists in the queue
3042         
3043         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
3044         method that only compiles if tests are enabled.  Allows us to get the 
3045         unique name of a connection so we can check it against the queue when
3046         doing regression tests
3047
3048         * bus/activation.c (bus_activation_send_pending_auto_activate),
3049         bus/dispatch.c (bus_dispatch),  
3050         bus/driver.c (bus_driver_handle_get_service_owner, 
3051         bus_driver_handle_get_connection_unix_user, 
3052         bus_driver_handle_get_connection_unix_process_id,
3053         bus_driver_handle_get_connection_selinux_security_context),
3054         bus/signals.c (connection_is_primary_owner): 
3055         use bus_service_get_primary_owners_connection instead of
3056         bus_service_get_primary_owner
3057
3058         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
3059         _dbus_listen_unix_socket): Calculate the length of the socket
3060         path and use that instead of using a fixed length which was
3061         causing socket names to contain many trailing Nul bytes.
3062
3063         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
3064         (dbus_g_method_get_sender): New method for extracting the sender 
3065         from a DBusGMethodInvocation
3066         (dbus_g_method_return_get_reply): changed name to 
3067         dbus_g_method_get_reply
3068         (dbus_g_method_return_send_reply): changed name to
3069         dbus_g_method_send reply
3070
3071         * doc/dbus-specification.xml: New docs that describe how the new
3072         queueing system works and talks about the changes to the how
3073         we specify socket names
3074
3075         * glib/examples/example-service.c, 
3076         glib/examples/example-signal-emitter.c,
3077         glib/examples/statemachine/statemachine-server.c:
3078         Changed the RequestName flags to the new system
3079
3080         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
3081         regression test suite for testing various states of the new
3082         queueing system
3083         
3084 2005-11-15  Robert McQueen  <robot101@debian.org>
3085
3086         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
3087         Taylor to add two methods, dbus_g_method_return_get_reply and
3088         dbus_g_method_return_send_reply, to allow you to get the reply
3089         message from a DBusGMethodInvocation, append arbitrary stuff to it,
3090         and send it. The GLib bindings can't marshal a return value of
3091         something like a(s) if the array is empty - ultimately they should be
3092         made to heed the signature of the out arguments as the Python bindings
3093         now can, but this is a workable interim solution which might have
3094         other applications.
3095
3096 2005-11-15  Robert McQueen  <robot101@debian.org>
3097
3098         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
3099         method to org.freedesktop.DBus to release a bus name or give up
3100         waiting in the queue for it.
3101
3102         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
3103         dbus_bus_release_name method to send the ReleaseName method calls.
3104         Add constants for the return values to dbus/dbus-shared.h.
3105
3106         * doc/dbus-specification.xml: Document the new ReleaseName method
3107         in the specification.
3108
3109         * python/dbus_bindings.pyx: Add a low-level python binding for the
3110         release name method.
3111
3112         * python/exceptions.py, python/service.py: Make freeing BusName
3113         objects release the name. Add a NameExistsException, and fix a
3114         bug with creating UnknownMethodException.
3115
3116         * test/python/test-client.py: Add tests for freeing BusName
3117         objects causing names to be released.
3118
3119 2005-11-14  Robert McQueen  <robot101@debian.org>
3120
3121         * python/service.py: Include the traceback in the error reply when we
3122         send an exception over the bus. _BEST_ _PATCH_ _EVER_
3123
3124 2005-11-14  David Zeuthen  <davidz@redhat.com>
3125
3126         Patch from Timo Hoenig <thoenig@suse.de>.
3127
3128         * bus/bus.c: I've recently investigated why the automatic reload
3129         of configuration files does not work as expected.
3130
3131         Currently, reloading configuration files does only work when
3132         running dbus-daemon with --nodaemon.  If we are running as daemon
3133         we're hitting a dnotify bug once we fork the process.
3134
3135         We're initializing the dnotify fds before calling fork().  Once
3136         the child process forked it does still have the fds (and they
3137         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
3138         getting SIGIO as changes are made to the configuration files.
3139
3140         The attached patch moves the initialization of the dnotify fds to
3141         process_config_postinit().  This is safe for all current code
3142         paths and solves the dnotify disfunction.  If we're running
3143         dbus-daemon as daemon the fds for dnotify are now being
3144         initialized after fork() for the child process.
3145
3146         * configure.in: The current configure.in check for dnotify probes
3147         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
3148         match for 'xlinux', too. Additionally I have adapted the configure
3149         option's style to match with the others.
3150
3151 2005-11-14  Robert McQueen  <robot101@debian.org>
3152
3153         * python/decorators.py, python/service.py: Add a new argument to the
3154         dbus.service.method decorator called sender_keyword, which if set,
3155         specifies the name of an argument which will be provided the bus
3156         name of the method caller.
3157
3158         * test/python/test-client.py, test/python/test-service.py: Add a
3159         method and test to check the sender_keyword functionality.
3160
3161 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
3162
3163         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
3164         empty reply so blocking calls don't block forever (Patch from Sjoerd 
3165         Simons <sjoerd at luon.net>)
3166
3167         * AUTHORS: Add Robert McQueen for his work on the Python
3168         Bindings and other parts of D-Bus
3169
3170 2005-11-07  Robert McQueen  <robot101@debian.org>
3171
3172         * python/decorators.py: Change emit_signal function to use the
3173         signature annotation of the signal when marhsalling the arguments from
3174         the service. Fix a bug where the code checking signature length
3175         against argument length referenced the wrong variable.
3176
3177         * python/introspect_parser.py: Avoid adding the type signature of
3178         signal arguments to any methods which occur after them in the
3179         introspection data (!) by making the parser a little more careful
3180         about its current state.
3181
3182         * python/service.py: Remove debug prints from last commit (again :D).
3183
3184         * test/python/test-client.py, test/python/test-service.py: Add test
3185         signals with signature decorators to test the strict marshalling code
3186         gives errors at the right time. Could do with checking the signals
3187         actually get emitted too, given that the test does nothing with
3188         signals at the moment...
3189
3190 2005-11-07  Robert McQueen  <robot101@debian.org>
3191
3192         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
3193         instances to stop madness of creating new instances representing
3194         the same bus connection all the time, rendering any tracking of
3195         match rules and bus names quite meaningless. Caught a bug where
3196         the private argument to SessionBus() and friends was being passed
3197         in as use_default_mainloop by mistake. Still some problems with
3198         multiple dbus_binding.Connection instances representing the same
3199         low-level connection (eg when you use both SessionBus() and
3200         StarterBus() in same process), but it's a lot better now than it
3201         was.
3202
3203         * python/dbus_bindings.pyx: Add constants with the return values
3204         for bus_request_name().
3205
3206         * python/service.py: Store bus name instances in a per-dbus.Bus cache
3207         and retrieve the same instances for the same name, so deletion can be
3208         done with refcounting. Also now throws some kind of error if you
3209         don't actually get the name you requested, unlike previously...
3210
3211         * test/python/test-client.py: Add tests for instance caching of buses
3212         and bus name objects.
3213
3214 2005-11-04  Robert McQueen  <robot101@debian.org>
3215
3216         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
3217         marshalling of boolean values. Add some booleans to the values in
3218         the test client.
3219
3220         * python/decorators.py, python/service.py: Add an 'async_callbacks'
3221         argument to the dbus.service.method decorator, which allows you to
3222         name arguments to take two callback functions for replying with
3223         return values or an exception.
3224
3225         * test/python/test-client.py, test/python/test-service.py: Add test
3226         case using asynchronous method reply functions, both return values and
3227         errors, and from within both the function itself and from a mainloop
3228         callback.
3229
3230         * python/decorators.py, python/service.py: Perform checking that the
3231         number of method/signal arguments matches the number of types in the
3232         signature at class loading time, not when you first introspect the
3233         class.
3234
3235         * python/service.py: Remove debug print left by the last commit.
3236
3237 2005-11-03  Robert McQueen  <robot101@debian.org>
3238
3239         * python/service.py: Heavy refactoring of method invocation, with
3240         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
3241         in favour of a new _message_cb that uses seperate functions for
3242         looking up the method to call, marshalling the return values, and
3243         sending exceptions as errors, and is easier to follow as a
3244         consequence.  Fixes some corner cases about returning things that
3245         don't match your declared out_signature, allows exceptions to define
3246         _dbus_error_name and have it be sent over the bus as the error name,
3247         and paves the way for cool stuff like heeding the message no reply
3248         flag, asynchronous method implementations, informing the method of the
3249         sender, and including backtraces in the error messages.
3250
3251         * test/python/test-client.py: Catch and print exceptions thrown in the
3252         async callback tests, rather than passing them to the low-level
3253         bindings to be ignored in a noisy and frustrating manner.
3254
3255 2005-11-03  Robert McQueen  <robot101@debian.org>
3256
3257         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
3258         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
3259         tweak others to be consistent.
3260
3261         * test/python/test-client.py: Tweak output of testInheritance.
3262
3263 2005-10-29  Robert McQueen  <robot101@debian.org>
3264
3265         * python/service.py: Major changes to allow multiple inheritance
3266         from classes that define D-Bus interfaces:
3267         
3268          1. Create a new Interface class which is the parent class of
3269             Object, and make the ObjectType metaclass into InterfaceType.
3270         
3271          2. Patch written with Rob Taylor to replace use of method_vtable
3272             with code that walks the class's __MRO__ (method resolution order)
3273             to behave like Python does when invoking methods and allow
3274             overriding as you'd expect. Code is quite tricky because
3275             we have to find two methods, the one to invoke which has the
3276             right name and isn't decorated with the /wrong/ interface,
3277             and the one to pick up the signatures from which is decorated
3278             with the right interface.
3279         
3280             The same caveats apply as to normal multiple inheritance -
3281             this has undefined behaviour if you try and inherit from two
3282             classes that define a method with the same name but are
3283             decorated with different interfaces. You should decorate
3284             your overriding method with the interface you want.
3285         
3286          3. Replace grungy introspection XML generation code in the metaclass
3287             with dictionaries that cope correctly with multiple inheritance
3288             and the overriding of methods. This also uses the signature
3289             decorations to provide correct introspection data, including
3290             the debut appearance of the types of your return values. :D
3291
3292         * test/python/test-client.py, test/python/test-service.py: Add a test
3293         case to try invoking an method that overrides one inherited from a
3294         D-Bus interface class.
3295
3296 2005-10-29  Robert McQueen  <robot101@debian.org>
3297
3298         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
3299         Add checking for the end of struct character when marshalling a
3300         struct in MessageIter.append_strict.
3301
3302         * python/examples/example-service.py,
3303         python/examples/gconf-proxy-service.py,
3304         python/examples/gconf-proxy-service2.py: Update to use gobject
3305         mainloop directly rather than appearing to depend on gtk.
3306
3307         * python/test/test-client.py, python/test/test-server.py: Remove
3308         obsolete and broken test scripts for old bindings. We have up to date
3309         and working tests in test/python/.
3310
3311 2005-10-29  Robert McQueen  <robot101@debian.org>
3312
3313         * python/decorators.py: Add optional arguments to the method and
3314         signal decorators to allow you to specify the signature of arguments
3315         and return values. Preserve the doc strings of signal functions in the
3316         decorated version, for pydoc and friends.
3317
3318         * python/dbus_bindings.pyx, python/proxies.py: Replace the
3319         parse_signature_block function with an iterable dbus.Signature()
3320         type. Fix a bug in MessageIter.append_strict where you could append
3321         anything by claiming it was a string.
3322
3323         * python/service.py: Use the out_signature decoration on methods to
3324         marshal return values, meaning you no longer require dbus.Array()
3325         or dbus.Dictionary() to indicate the type when returning empty
3326         arrays or dictionaries. Fix a bug where exceptions which are defined
3327         in __main__ are not turned into error replies.
3328
3329         * test/python/test-client.py, test/python/test-service.py: Add test
3330         for correct marshalling of return values according to out_signature.
3331         Fix a bug in the async call test where the error_handler is missing a
3332         self argument.
3333
3334 2005-10-29  Robert McQueen  <robot101@debian.org>
3335
3336         * glib/Makefile.am, glib/examples/Makefile.am,
3337         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
3338         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
3339
3340         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
3341
3342         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
3343         from Ubuntu by Daniel Silverstone to allow specifying match rules on
3344         the command line.
3345
3346 2005-10-27  Ross Burton  <ross@openedhand.com>
3347
3348         * dbus/dbus-marshal-header.c:
3349         Remove dead code.
3350
3351         * glib/dbus-gobject.c:
3352         Stop compiler warning.
3353
3354 2005-10-25  Ross Burton  <ross@openedhand.com>
3355
3356         * dbus/dbus-auth.c:
3357         * dbus/dbus-server-unix.c:
3358         * dbus/dbus-transport-unix.c:
3359         * glib/dbus-gmain.c:
3360         * glib/dbus-gobject.c:
3361         Add some const keywords.
3362
3363 2005-10-25  Ross Burton  <ross@openedhand.com>
3364
3365         * doc/dbus-specification.xml:
3366         Document the NoReply annotation.
3367
3368         * glib/dbus-binding-tool-glib.h:
3369         * glib/dbus-binding-tool-glib.c:
3370         Respect the NoReply annotation.
3371
3372 2005-10-24  Robert McQueen <robot101@debian.org>
3373
3374         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
3375         derive from unicode instead of str, and encode/decode UTF-8 when
3376         marshalling/unmarshalling bus messages
3377
3378         * python/introspect_parser.py: encode introspection data as UTF-8
3379         before passing the buffer into libxml2
3380
3381         * test/python/test-client.py: add unicode test strings
3382
3383         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
3384         ignore generated python test files
3385
3386 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
3387
3388         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
3389         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
3390         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
3391
3392         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
3393         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
3394         when constructing struct signatures
3395
3396         * python/_dbus.py (Bus): handle private connections using the
3397         private keyword in the constructor. defaults to private=False
3398         (Bus::close): new method to close a connection to the bus
3399
3400         * python/dbus_bindings.pyx (Connection::close): renamed method
3401         was previously called disconnect
3402         (bus_get): now supports getting a private connection
3403
3404         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
3405         keyword is set to True.  if it is, execute the method without waiting
3406         for a reply
3407         (ProxyObject::_introspect_execute_queue): new method for executing
3408         all the pending methods that were waiting for the introspect to
3409         finish.  this is called when introspect either succeeds or fails
3410         (ProxyObject::_introspect_error_handler): call queued methods
3411
3412 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
3413
3414         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
3415         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
3416
3417         * python/service.py (Object::_message_cb): handle exceptions correctly
3418         by sending them over the wire to the calling app.  This makes sure
3419         the client returns immediately instead of waiting the 15 seconds to
3420         timeout.
3421
3422         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
3423         Add a test to benchmark how long it takes to introspect a service and 
3424         call a method which returns a large element (pretty fast)
3425
3426         * test/python/test-service.py (TestObject::GetComplexArray): new test 
3427         method which pushes a lot of data
3428
3429 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3430
3431         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
3432         reclaim memory outside of the loop and use del istead of just setting
3433         the key to None
3434
3435 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3436
3437         * python/service.py (ObjectType::_reflect_on_signal): Always close
3438         signal tag even when there are no arguments
3439
3440 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3441
3442         * configure.in: Set mono, mono-docs and Qt3 to default
3443         to no instead of auto when building.  These bindings do not
3444         have full time maintainers and will not be supported for the
3445         1.0 release.
3446
3447 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
3448
3449         patches from Michael Krivoruchko <misha at sun.com>: 
3450         
3451         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
3452         _dbus_connection_message_sent, 
3453         _dbus_connection_send_preallocated_unlocked_no_update, 
3454         _dbus_connection_pop_message_link_unlocked): handle the case when path 
3455         is NULL when calling _dbus_verbose
3456
3457         * configure.in: check for functions getpeerucred and getpeereid
3458
3459         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
3460         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
3461         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
3462         Patch was only tested on Solaris 10 x86 so it might be issues
3463         with other platforms (i.e. BSDs and MacOSX)
3464         
3465
3466 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
3467
3468         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
3469         instead of marshal basic so we can handle recursive types in a variant
3470
3471         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
3472         in variants
3473
3474         * test/glib/test-service-glib.c, test-service-glib.xml
3475         (my_object_echo_variant [EchoVariant], 
3476         my_object_process_variant_of_array_of_ints123
3477         [ProcessVariantOfArrayOfInts123]): 
3478         Add two test methods
3479
3480         * python/introspect_parser.py: New module for parsing introspect
3481         data.
3482
3483         * python/dbus_bindings.pyx:
3484         (various places): when throwing errors fix to use errormsg instead 
3485         of message local variable because Pyrex can get confused with other 
3486         message variables (initial patch by Robert McQueen 
3487         <robert.mcqueen at collabora.co.uk>)
3488         (MessageIter::parse_signature_block): new method for getting the next
3489         block in a signiture.
3490         (MessageIter::append_strict): new method for appending values strictly
3491         using the passed in signature instead of guessing at the type
3492         (MessageItter:: append_dict, append_struct, append_array): use 
3493         signatures to marshal children if the signature is available
3494         
3495         * python/exceptions.py (IntrospectionParserException): new exception
3496
3497         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
3498         introspected signatures if available, else we fall back to the
3499         old way of doing things.
3500         (ProxyObject::_introspect_reply_handler ): parse introspection data
3501         
3502         * python/service.py (ObjectType::_reflect_on_method): Properly
3503         terminate <method> if there are no args in the reflection data
3504
3505         * test/python/test-client.py: add tests for talking with the GLib
3506         test server.  This gives us better coverage for introspection since
3507         python to python will always generate arguments as variants.  It also
3508         allows us to test the robustness of the GLib bindings and interlanguage
3509         communications.
3510
3511         
3512 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
3513
3514         * bus/driver.c (bus_driver_handle_introspect): Add signals
3515         to the introspect data. (patch from Daniel P. Berrange 
3516         <dan at berrange.com>)
3517
3518         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
3519         
3520         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
3521         _dbus_connection_run_builtin_filters): Changed these to
3522         be unlock_no_update functions and call 
3523         _dbus_connection_send_unlocked_no_update instead of
3524         dbus_connection_send to avoid locking errors.
3525         
3526         * doc/TODO: Removed the make Ping test TODO
3527         
3528 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3529
3530         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
3531         We now copy the message from a DBusError and then free 
3532         the error object befor throwing the error
3533
3534         * glib/dbus-glib-tool.c: removed extra comma at the end of the
3535         DBusBindingOutputMode enum which was causing a warning.
3536         #include <time.h> so using time_t is explicitly defined
3537
3538 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3539
3540         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
3541         - dbus/dbus-bus.c
3542         (internal_bus_get): new method that take over the heavy lifting
3543         of dbus_bus_get and adds the ability to get a private connection
3544         to the bus
3545         (dbus_bus_get): wrapper to internal_bus_get that provides the same
3546         interface as in previous versions
3547         (dbus_bus_get_private): new method that is a wrapper to 
3548         internal_bus_get to get a private connection to the bus
3549
3550         - dbus/dbus-bus.h
3551         (dbus_bus_get_private): add as a public libdbus interface
3552
3553         - dbus-1.pc.in: output system_bus_default_address and 
3554         sysconfdir variables so apps can use them when compiling
3555
3556 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
3557         * dbus/qt: New Qt bindings
3558
3559 2005-09-12  Waldo Bastian  <bastian@kde.org>
3560
3561         * dbus/dbus-marshal-validate.c,
3562         doc/dbus-specification.xml, test/Makefile.am,
3563         test/test-names.c: allow hyphens in bus names.
3564
3565 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3566
3567         * test/data/auth/fallback.auth-script: we don't
3568         retry the EXTERNAL method when we know its going
3569         to fail anymore.
3570
3571 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3572
3573         * dbus/dbus-connection-internal.h: rename
3574         (add|remove|toggle)_(watch|timeout) to unlocked()
3575         
3576         * dbus/dbus-connection.c: ditto.
3577         
3578         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
3579         Update some callers for the renaming.
3580
3581 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
3582
3583         * dbus/dbus-auth.c: (record_mechanisms): don't
3584         retry the first auth mechanism because we know
3585         we're just going to get rejected again.
3586         
3587         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3588         Fix thinko ... and what a nasty little bugger to
3589         track down you were ...
3590
3591         * dbus/dbus-connection.c:
3592         (_dbus_connection_add_watch),
3593         (_dbus_connection_remove_watch): add note about
3594         these needing the connection to be locked.
3595         (_dbus_connection_get_dispatch_status_unlocked):
3596         set status to DATA_REMAINS when we queue the
3597         disconnected message.
3598         
3599         * bus/dispatch.c:
3600         (bus_dispatch): fix warning.
3601         (check_existent_service_no_auto_start):
3602         Expect ChildSignaled error too.
3603         (check_existent_hello_from_self): fix another
3604         couple of warnings.
3605         
3606 2005-09-08  Joe Shaw  <joeshaw@novell.com>
3607
3608         Patches from James Willcox <snorp@snorp.net>
3609
3610         * mono/Makefile.am: Add Int16.cs and UInt16.cs
3611
3612         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3613         support array "out" parameters.
3614
3615         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
3616         for 16-bit int support.
3617
3618 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
3619
3620         * Released 0.50
3621
3622         * Patch from Steve Grubb:
3623         - bus/activation.c (bus_activation_service_reload_test): clean up
3624         some indentation
3625         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
3626         - dbus/dbus-message-factory.c (generate_special): fix a couple of
3627         buffer overflows in the test suite.  This is non critical because
3628         it can not be exploited and this code is only run when doing a 
3629         make check.
3630
3631         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
3632         - configure.in: Don't check and link against kdecore, only qt headers
3633         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
3634         - gcj/org/freedesktop/dbus/Makefile.am:
3635         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
3636         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
3637         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
3638         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
3639         - tools/Makefile.am: Add platform extentions to binaries 
3640         (i.e. .exe on windows)
3641
3642         * configure.in: 
3643         - Make it so if no suitable version of python is found we only 
3644         disable building python instead of exiting the configure script
3645         - Require version 2.4 of glib for glib bindings
3646         - Up version to 0.50
3647
3648         * python/__init__.py: Sync version with libdbus to (0,50,0)
3649         
3650 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3651
3652         * dbus/dbus-object-tree.c (find_subtree_recurse):
3653         a couple of optimizations (bug #710):
3654         - do a binary search in the tree
3655         - insert a new child at the right place directly, no need for
3656           qsort anymore
3657         - do the "double alloc" thing when allocating children
3658
3659 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
3660
3661         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
3662
3663         * python/dbus_bindings.pyx: Memory management foo
3664         (global): remove hacky _user_data_references global list
3665         (GIL_safe_cunregister_function_handler): userdata now stuffed into
3666         tuples. Unref user_data
3667         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
3668         (Connection::__del__): Remove and replace with __dealloc__ method
3669         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3670         to keep tuple from being deallocated instead of the global var hack
3671         (Connection::register_object_path): Stuff user_data into a tuple.
3672         Use Py_INCREF to keep tuple from being deallocated instead of the 
3673         global var hack
3674         (Connection::register_fallback): Stuff user_data into a tuple.
3675         Use Py_INCREF to keep tuple from being deallocated instead of the 
3676         global var hack
3677         (GIL_safe_pending_call_notification): Don't unref the message
3678         because it gets unreffed when going out of scope.  Py_XDECREF
3679         the user_data
3680         (PendingCall::__del__): Remove and replace with __dealloc__ method
3681         (PendingCall::set_notify): ref the pending call because we will
3682         need it to stick around for when the notify callback gets called
3683         (Message::__del__): Remove and replace with __dealloc__ method
3684
3685         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
3686         gthreads_init to match up with the dbus call
3687
3688         * python/glib.py (init_threads): Changed to threads_init to match
3689         up with gobject.threads_init().  init_threads is kept for backwards
3690         compat but will most likely be deprecated in the future
3691
3692         * test/python/test-client.py: 
3693         - revamp to use Python's unittest functionality
3694         - add async call tests
3695         - setup threads in glib and dbus so we make sure locks are working
3696         
3697 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3698
3699         * python/dbus_bindings.pyx 
3700         (_pending_call_notification, cunregister_function_handler, 
3701         cmessage_function_handler): All callback functions have been rearranged 
3702         to workaround a bug in Pyrex when working with the GIL which is Python's 
3703         global lock when dealing with threads.  They have been split into
3704         a wrapper function (which assumes the name of the old function) and
3705         a _GIL_safe_<function name> function which contains the functionality
3706         of the old function.  This ensures that Pyrex does not write code
3707         the lock is released.
3708         
3709
3710 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3711
3712         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
3713         GIL global lock when calling back into Python
3714
3715 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
3716
3717         * Release 0.36.2
3718
3719         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
3720
3721         * bus/policy.c (bus_policy_allow_user): change default "user is
3722         allowed" to be "user has same uid as the bus itself"; any
3723         allow/deny rules will override.
3724
3725         * bus/session.conf.in: don't allow all users, since now by default
3726         the user that ran the bus can connect.
3727
3728 2005-08-26  Colin Walters  <walters@verbum.org>
3729
3730         * tools/dbus-print-message.c (print_message): Flush stdout
3731         after printing a message, so that redirecting to a file, then
3732         hitting Ctrl-C works.
3733
3734 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
3735
3736         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
3737         (EmptyMessage): new class that subclasses Message.  This is a workaround
3738         to a Pyrex bug that fails to call __del__ when the Message object goes out
3739         of scope.  For some reason subclassing Message fixes this bug
3740         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
3741         - s/Message(_create=0)/EmptyMessage everywhere else
3742         
3743         * test/python/test-{server|client}.py: add the python/.libs directory
3744         to the lookup path so dbus_bindings and dbus_glib_bindings don't
3745         get picked up from the system
3746
3747 2005-08-25  Colin Walters  <walters@verbum.org>
3748
3749         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
3750         to Ryan Lortie for the suggestion.
3751
3752 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3753
3754         * test/python: Add python regression test
3755
3756         * configure.in: Add test/python/Makefile
3757
3758         * test/Makefile.am: Add the python directory to SUBDIRS
3759
3760 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3761
3762         * Release 0.36.1
3763
3764         * python/_dbus.py: 
3765         (Interface::connect_to_signal): propigate keywords for match on args
3766         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
3767
3768         * python/proxies.py (ProxyObject::connect_to_signal):
3769         propigate keywords for match on args
3770
3771         * Makefile.am: point everything to pyexecdir since python borks
3772         on multilib
3773
3774 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3775
3776         * Release 0.36
3777
3778 2005-08-23  Colin Walters  <walters@verbum.org>
3779
3780         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
3781
3782 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3783
3784         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
3785         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3786         of defining DBusConnection ourselves.
3787
3788 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3789
3790         * python/dbus.pth: New path file to fix up problems when installing
3791         c libraries to lib64 and python files to lib.
3792
3793         * python/Makefile.am: install dbus.pth in the correct spot
3794
3795 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3796         * ChangeLog: clean up my last entry a bit
3797
3798         * doc/introspect.xsl: New stylesheet for converting introspection data
3799         into browser renderable xhtml. Contributed by Lennart Poettering.
3800
3801         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3802         Poettering.
3803
3804         * doc/dbus-tutorial.xml: 
3805         - Add Colin Walter to the Authors section for authoring the GLib
3806         section
3807         - Add descriptions of the new signature and type functionality
3808         in the Python complex type mapping section
3809         - Add a sidenote on the new args matching functionality in 
3810         the Python bindings
3811         - Fixed up some of the examples to use the gobject.MainLoop
3812         instead of gtk.main
3813         
3814         * python/_dbus.py:
3815         (Bus::_create_args_dict): New. Converts a hash of arg matches
3816         to a more useable format
3817         (Bus::add_signal_receiver): add a **keywords parameter for catching
3818         arg match parameters
3819         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3820         arg match parameters
3821         
3822         * python/matchrules.py:
3823         (MatchTree::exec_matches): Check for arg matches
3824         (SignalMatchRule::add_args_match): New method
3825         (SignalMatchRule::execute): Added args_list parameter as an optimization
3826         so we don't have to marshal the args more than once
3827         (SignalMatchRule::match_args_from_list): New method that checks to see
3828         if the rule's arg matches match an argument list.  Only arguments
3829         set in the rule are checked.
3830         (SignalMatchRule::match_args_from_rule): New method that checks to see
3831         if the rule's arg matches match another rule's.  All args have to match
3832         in order for this method to return true.  If either rule has more args
3833         then it is not a match.
3834         (SignalMatchRule::is_match): Add args match
3835         (SignalMatchRule::repr): Add args to the final output if they exist
3836
3837 2005-08-17  Ross Burton  <ross@burtonini.com>
3838
3839         * glib/dbus-gproxy.c:
3840         (dbus_g_proxy_call_no_reply): unref the message once sent.
3841         (dbus_g_proxy_call): protect against NULL proxy.
3842
3843 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3844
3845         * python/__init__.py: Version updated (0, 43, 0)
3846         
3847         * python/dbus_bindings.pyx: 
3848         - Fixed type objects to have self passed into __init__
3849         - Added the Variant type
3850         - Add the ability to specify types or signatures for Array, Variant 
3851         and Dictionary
3852         (Connection::send_with_reply_handlers): return a PendingCall object
3853         (_pending_call_notification): handle the case when an error is returned 
3854         without an error message in the body
3855         (MessageIter::get_boolean): return True or False instead of an integer
3856         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3857         and add checks for objects with embeded signatures or types (Array, 
3858         Variant and Dictionary)
3859         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3860         (MessageIter::append_dict): handle embeded types or signatures
3861         (MessageIter::append_array): handle embeded types or signatures
3862         (MessageIter::append_variant): new method
3863         
3864         * python/proxies.py:
3865         (DeferedMethod): New. Dummy executable object used when queuing calls 
3866         blocking on introspection data
3867         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3868         or shorter timeouts for method calls
3869         (ProxyObject): Add first pass at an introspection state machine
3870         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3871         introspection. 
3872         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3873         the usual mechanisms for sending messages.  This is to avoid a deadlock
3874         where the Intospect call would be queued waiting for the Introspect 
3875         call to finish ;-)
3876         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3877         when introspection returns with no error
3878         (ProxyObject::_introspect_error_handler): New.  This method is called 
3879         when introspection encounters an error
3880         (ProxyObject::__getattr__): Code to handle different introspection 
3881         states.  Queue async calls or block blocking calls if we are 
3882         introspecting.  Pass through as normal if we are not or are done with 
3883         introspecting.
3884         
3885         * python/service.py: Import signal and method from decorators.py
3886
3887         * python/types.py: Add Variant type
3888
3889 2005-08-16  Colin Walters  <walters@verbum.org>
3890
3891         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3892         DBusError message is NULL.
3893
3894 2005-08-09  Havoc Pennington  <hp@redhat.com>
3895
3896         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3897         malloc'd copy of the name parameter
3898
3899 2005-08-09  Havoc Pennington  <hp@redhat.com>
3900
3901         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3902         warning if the reply serial is set to 0
3903
3904 2005-08-04  Colin Walters  <walters@verbum.org>
3905
3906         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3907         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3908         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3909         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3910         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3911         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3912         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3913         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3914         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3915         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3916         
3917         Prefix name with _ to ensure they're not exported.  All callers
3918         updated.
3919
3920         * glib/dbus-gvalue.c (typecode_to_gtype)
3921         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3922         (signature_iter_to_g_type_dict)
3923         (signature_iter_to_g_type_array)
3924         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3925         (dbus_gtypes_from_arg_signature):
3926         Move to dbus-gsignature.c.
3927
3928         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3929         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3930         (dbus_binding_tool_output_glib_client): Ditto.
3931
3932         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3933         and dbus-gsignature.h
3934
3935         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3936         unused variable.
3937
3938 2005-08-03  Colin Walters  <walters@verbum.org>
3939
3940         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3941         catch any incompatible changes accidentally made.
3942
3943 2005-08-03  Havoc Pennington  <hp@redhat.com>
3944
3945         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3946         typo, from Julien Puydt
3947
3948         * bus/connection.c (bus_connection_disconnected): we were always
3949         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3950
3951 2005-08-01  Colin Walters  <walters@verbum.org>
3952
3953         Patch from Joe Markus Clarke:   
3954         
3955         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3956         use-after-free.
3957
3958 2005-08-01  Colin Walters  <walters@verbum.org>
3959         
3960         Patch from Joe Markus Clarke:   
3961         
3962         * tools/dbus-send.c (main): 
3963         
3964         Don't use C99 style initializers (bug #3933).
3965         
3966 2005-08-01  Colin Walters  <walters@verbum.org>
3967
3968         Patch from Joe Markus Clarke:   
3969
3970         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3971         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3972         * glib/dbus-gobject.c (write_interface):
3973
3974         Don't use C99 style initializers (bug #3933).
3975
3976 2005-07-31  Havoc Pennington  <hp@redhat.com>
3977
3978         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3979         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3980
3981 2005-07-30  Havoc Pennington  <hp@redhat.com>
3982
3983         * fix a bunch of Doxygen warnings and mistakes
3984
3985 2005-07-30  Havoc Pennington  <hp@redhat.com>
3986
3987         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3988         DBUS_BUILD_TESTS since it's now used in production code
3989
3990 2005-07-29  Havoc Pennington  <hp@redhat.com>
3991
3992         * test/glib/test-profile.c (write_junk): initialize the junk
3993         buffer so valgrind doesn't have a breakdown
3994
3995 2005-07-29  Havoc Pennington  <hp@redhat.com>
3996
3997         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3998         (match_rule_matches): remove unused arg
3999         (test_matching): add tests for match_rule_matches()
4000
4001         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
4002         do arg0='foo' arg5='bar' in the match rules
4003         (match_rule_matches): don't match if the arg0='foo' doesn't match.
4004
4005         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
4006
4007 2005-07-29  Ross Burton  <ross@openedhand.com>
4008
4009         * dbus/dbus-connection.c:
4010         Don't create a DBusCondVar which is never used.
4011
4012 2005-07-27  Ross Burton  <ross@openedhand.com>
4013
4014         * dbus/dbus-message.c:
4015         Reduce the size of the maximum cached message to 10K.
4016
4017 2005-07-25  Ross Burton  <ross@openedhand.com>
4018
4019         * glib/dbus-gproxy.c:
4020         Remove matches when all proxies are unregistered.
4021
4022 2005-07-24  Colin Walters  <walters@verbum.org>
4023
4024         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
4025         typedata; recursive arrays won't have it.
4026
4027         * test/glib/test-dbus-glib.c:
4028         * test/glib/test-service-glib.c:
4029         * test/glib/test-service-glib.xml: Add recursive arrays tests.
4030         
4031 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
4032
4033         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
4034         proxies.py, service.py: Cleanup of code after running it through the
4035         pyflakes code checker mostly dealing with undefined names.  
4036         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
4037
4038 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
4039
4040         * NEWS: Update to 0.35.2
4041
4042 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
4043
4044         * python/_dbus.py: Remove import of the dbus.services
4045         module as it no longer exists (patch from Dimitur Kirov)
4046
4047         * python/service.py (Object::__init__): Fixed typo
4048         s/name/bus_name (patch from Dimitur Kirov)
4049
4050         * python/examples/example-signal-emitter.py: import dbus.glib
4051         to get the main loop and use glib mainloop instead of gtk so
4052         X doesn't have to be running.
4053
4054         * python/examples/example-signal-recipient.py: import dbus.glib
4055         to get the main loop and use glib mainloop instead of gtk so
4056         X doesn't have to be running. Import the decorators module
4057         directly.
4058
4059         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
4060         didn't pick up on but are needed to build
4061
4062         * configure.in: upped version to 0.35.2
4063
4064         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
4065         added Colin Walters' SELinux API rename patch from head 
4066         s/unix sercurity context/selinux security context/
4067
4068 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
4069
4070         * python/Makefile.am: dbus_binding.pxd.in should be included 
4071         in EXTRA_DIST not dbus_binding.pxd
4072         fix up $(srcdir) hopefully for the last time
4073
4074         * NEWS: Update to 0.35.1
4075
4076 2005-07-16  Colin Walters  <walters@verbum.org>
4077
4078         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
4079         from bus_driver_handle_get_connection_unix_security_context.  Update for
4080         error usage.
4081         (message_handlers): Update for renames.
4082
4083         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
4084         _dbus_string_init failure correctly.
4085         (bus_selinux_append_context): Convert SID to context.  Append it
4086         as a byte array.
4087         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
4088         hasn't been called.
4089
4090         * bus/selinux.h: Update prototype.
4091
4092         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
4093         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
4094
4095 2005-07-15  Colin Walters  <walters@verbum.org>
4096
4097         * doc/TODO: Add note about convenience wrappers.
4098
4099 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4100
4101         * NEWS: Update to 0.35
4102
4103 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4104
4105         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
4106         so distcheck doesn't fail
4107
4108         * glib/examples/Makefile.am: Add example-service.xml and 
4109         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
4110
4111         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
4112         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
4113
4114         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
4115         compiler looks in the right places during distcheck
4116
4117 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4118
4119         * glib/example/Makefile.am: Fix a typo which cause make distcheck
4120         to fail
4121
4122 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4123
4124         * python/examples/example-service.py,
4125         python/examples/example-signal-emitter.py: Fixed up examples
4126         for API changes
4127
4128 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4129
4130         * python/__init__.py: Upped to version (0,42,0) because of
4131         the API change
4132
4133 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4134
4135         * ChangeLog: fix date in last entry
4136
4137         * configure.in, bus/system.conf.in: add the ability to configure 
4138         the system bus user at compiletime with the --with-dbus-user flag
4139         (patch from Kristof Vansant)
4140
4141 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4142
4143         * bus/dispatch.c, test/test-service.c: Add testcase
4144         for sending messages to oneself (TODO item).
4145
4146         * python/service.py (class Object): Swap ordering of bus_name 
4147         and object_path parameters to better support inheritance.
4148
4149         * doc/dbus-tutorial.xml: change Python docs to reflect change
4150         in parameter ordering and fix the inheritance section.
4151
4152         * doc/TODO: remove sending message to oneself TODO item
4153
4154 2005-07-15  Ross Burton  <ross@openedhand.com>
4155
4156         * glib/dbus-gproxy.c:
4157         Fix a leak when calling methods via the proxy.
4158
4159 2005-07-15  Colin Walters  <walters@verbum.org>
4160
4161         * bus/selinux.c (bus_selinux_append_context): Wrap in
4162         HAVE_SELINUX.
4163
4164 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
4165
4166         * python/_dbus.py (Bus::remove_signal_receiver):
4167         don't add a callback to the match if none has been passed in
4168         
4169         * python/matchrules.py (SignalMatchTree::remove): if the rule
4170         being matched does not have a callback treat it as a wildcard
4171         fix matching logic
4172
4173         * doc/dbus-tutorial.xml: Add Python tutorial
4174
4175 2005-07-14  Colin Walters  <walters@verbum.org>
4176
4177         * bus/driver.c
4178         (bus_driver_handle_get_connection_unix_security_context): New function.
4179         (message_handlers): Add.
4180
4181         * bus/selinux.c (bus_selinux_append_context): New function; appends
4182         security context to message.
4183
4184         * bus/selinux.h: Prototype.
4185
4186         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
4187
4188 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
4189
4190         * bus/activation.c: clean up all tabs to be 8 spaces 
4191         (bus_activation_activate_service): make sure we clean up
4192         if activation fails
4193
4194         * bus/dispatch.c: clean up all tabs to be 8 spaces 
4195         (check_shell_fail_service_auto_start): New function
4196         tests to make sure we get fail properly when trying to auto start a service
4197         with a faulty command line
4198         (check_shell_service_success_auto_start): New function tests to make sure
4199         auto started services get the arguments on the command line
4200
4201         * test/test-shell-service.c: Added service for testing auto-starting with 
4202         command line arguments
4203
4204         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
4205         test/data/valid-service-files/debug-shell-echo-success.service.in:
4206         Added service files for testing auto-starting with command line arguments
4207
4208         * */.cvsignore: added a bunch of generated files to various .cvsignore files
4209
4210 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
4211
4212         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
4213         
4214         * dbus/Makefile.am: added new files to build.
4215
4216         * bus/activation.c (bus_activation_activate_service): support
4217         activation commands with parameters.
4218
4219         * test/shell-test.c: added test program for the shell parsing
4220         code.
4221
4222 2005-07-13  David Zeuthen  <davidz@redhat.com>
4223
4224         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
4225         64 bit signed and unsigned parameters
4226
4227 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
4228
4229         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
4230
4231         * python/service.py (class Name): renamed BusName to make it clearer
4232         what the object is for (a name on the bus)
4233
4234         * python/examples/example-service.py,
4235         python/examples/example-signal-emitter.py: change the Name object to
4236         BusName
4237
4238 2005-07-12  Colin Walters  <walters@verbum.org>
4239
4240         Patch from Jim Gettys <Jim.Gettys@hp.com>.
4241
4242         * tools/dbus-launch.c: Include sys/select.h.
4243
4244 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
4245         * python/dbus_bindings.pyx.in: removed
4246
4247         * python/dbus_bindings.pyx: Added.
4248         - Fixed some memleaks (patch from 
4249         Sean Meiners <sean.meiners@linspireinc.com>)
4250         - Broke out the #include "dbus_h_wrapper.h" and put it in its
4251         own pxd file (Pyrex definition)
4252         - Broke out glib dependancies into its own pyx module
4253         
4254         * python/dbus_bindings.pdx: Added.
4255         - Defines C class Connection for exporting to other modules
4256
4257         * python/dbus_glib_bindings.pyx: Added.
4258         - New module to handle lowlevel dbus-glib mainloop integration
4259
4260         * python/glib.py: Added.
4261         - Registers the glib mainloop when you import this module
4262
4263         * python/services.py: Removed (renamed to service.py)
4264         
4265         * python/service.py: Added.
4266         - (class Server): renamed Name
4267
4268         * python/__init__.py: Bump ro version (0,41,0)
4269         -don't import the decorators or service module
4270         by default.  These now reside in the dbus.service namespace
4271
4272         * python/_dbus.py (Bus::__init__): Add code run the main loop 
4273         setup function on creation 
4274
4275         * python/examples/example-service.py,
4276         python/examples/example-signal-emitter.py: update examples
4277
4278         * python/examples/gconf-proxy-service.py,
4279         python/examples/gconf-proxy-service2.py: TODO fix these up
4280
4281         * doc/TODO: Addition
4282         - Added a Python Bindings 1.0 section
4283         - added "Add match on args or match on details to match rules"
4284
4285
4286 2005-07-12  Colin Walters  <walters@verbum.org>
4287
4288         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
4289         (statemachine-glue.h): 
4290         * glib/examples/Makefile.am (example-service-glue.h) 
4291         (example-signal-emitter-glue.h): 
4292         * glib/Makefile.am (dbus-glib-error-switch.h): 
4293         Add libtool --mode=execute so we use the built library instead
4294         of any installed one.
4295
4296 2005-07-11  Colin Walters  <walters@verbum.org>
4297
4298         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
4299         (dbus_g_value_types_init): Remove assertion.
4300         (dbus_g_value_get_g_type, dbus_g_value_open)
4301         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
4302         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
4303         functions related to DBusGValue.  Now we marshal/demarshal
4304         structures as GValueArray.
4305         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
4306         structures.
4307         (signature_iter_to_g_type_array): Don't call
4308         signature_iter_to_g_type_struct.
4309         (signature_iter_to_g_type_struct): Delete.
4310         (dbus_gvalue_to_signature): Delete.
4311         (dbus_gvalue_to_signature): New function with same name as other
4312         one; we can convert structures to signatures.
4313         (demarshal_valuearray): New function.
4314         (get_type_demarshaller): Use it.
4315         (demarshal_recurse): Delete.
4316         (marshal_proxy): New function.
4317         (marshal_map): Warn if we can't determine signature from type.
4318         (marshal_collection_ptrarray): Ditto.
4319         (marshal_collection_array): Ditto.
4320         (get_type_marshaller): Use marshal_valuearray.
4321         (marshal_recurse): Delete.
4322         (_dbus_gvalue_test): Add some tests.
4323
4324         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
4325         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
4326         (dbus_g_value_open, dbus_g_value_iterator_get_value)
4327         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
4328         (dbus_g_value_free): Remove prototypes.
4329
4330         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
4331         G_TYPE_VALUE_ARRAY.
4332
4333         * glib/examples/example-service.c:
4334         * glib/examples/example-client.c: Implement GetTuple.
4335
4336         * test/glib/test-dbus-glib.c:
4337         * test/glib/test-service-glib.c:
4338         * test/glib/test-service-glib.xml: Add structure tests.
4339
4340 2005-07-10  Colin Walters  <walters@verbum.org>
4341
4342         * doc/TODO: Knock off some GLib items with this patch.
4343
4344         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
4345         (_dbus_gvalue_signals_error): New functions.
4346
4347         * glib/dbus-gvalue-utils.h: Prototype them.
4348
4349         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
4350         and change to not output const/retval flags for input args.  All
4351         callers updated.
4352         (invoke_object_method): Refactor to handle return values.  Add
4353         some more comments in various places.  Remove debug g_print.
4354
4355         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
4356
4357         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
4358         Handle G_TYPE_NONE.
4359         (compute_gsignature): New function; refactored from code from
4360         compute_marshaller and compute_marshaller_name.  Enhance to
4361         handle return values and async ops more cleanly.  Update for
4362         async ops returning NONE instead of BOOLEAN.
4363         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
4364         and output appropriate string.
4365         (generate_glue): Handle return value annotation.  Also don't dump
4366         constness flag for input arguments.
4367
4368         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
4369         files shared between installed library and utilities.
4370         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
4371         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
4372         binding tool can access gtype utility functions.
4373
4374         * test/glib/test-service-glib.c: 
4375         * test/glib/test-service-glib.xml: 
4376         * test/glib/test-dbus-glib.c: Add some tests for return values.
4377
4378 2005-07-09  Colin Walters  <walters@verbum.org>
4379
4380         * glib/dbus-gparser.c (parse_annotation): Add annotations to
4381         argument if available, not method.
4382
4383         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
4384         (invoke_object_method): First, remove some redundant
4385         GValues (object_value, error_value) in favor of working on
4386         array directly.  Second, rework constness to be less buggy.
4387         Now we iterate directly over the argument metadata instead
4388         of parallel iterating over output signature and metadata.
4389
4390         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
4391
4392         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
4393         annotation on input args.
4394         
4395 2005-07-09  Colin Walters  <walters@verbum.org>
4396
4397         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
4398         Define.
4399
4400         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
4401         annotation.
4402
4403         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
4404         (method_dir_signature_from_object_info): Handle arg_iterate change.
4405         (write_interface): Ditto.
4406         (lookup_object_info): Don't barf if format_version is > 0.
4407         (invoke_object_method): Handle arg constness.
4408
4409         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
4410         (arg_info_new): Create.
4411         (arg_info_unref): Destroy.
4412         (arg_info_get_annotations, arg_info_get_annotation) 
4413         (arg_info_add_annotation): New functions.
4414
4415         * glib/dbus-gidl.h: Prototype them.
4416
4417         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
4418         args, disallow them in properties.
4419         (parse_annotation): Handle arg annotations.
4420
4421         * test/glib/test-service-glib.xml: 
4422         * test/glib/test-service-glib.c: Update to make some methods
4423         const.
4424
4425 2005-07-08  Colin Walters  <walters@verbum.org>
4426
4427         * test/glib/test-service-glib.xml: 
4428         * test/glib/test-service-glib.c:
4429         * test/glib/test-dbus-glib.c: Test a{sv}.
4430
4431         * glib/examples/statemachine/statemachine.c:
4432         * glib/examples/statemachine/statemachine-server.c:
4433         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
4434         add progress bar, etc.
4435
4436         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
4437         needed anymore due to generic array/map marshalling.
4438         (dbus_g_value_types_init): Don't register basic arrays or the
4439         string/string hash.
4440         (dbus_gtype_from_signature_iter): Don't try to recurse into
4441         variants.
4442         (dbus_gtype_to_signature): Check collection/map before type
4443         metadata.
4444         (demarshal_garray_basic): Renamed to demarshal_collection_array.
4445         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
4446         generic map creation/append functions instead of hash table
4447         specifically.
4448         (get_type_demarshaller): Handle maps.
4449         (demarshal_collection): Dispatch on collection type to either
4450         demarshal_collection_ptrarray or demarshal_collection_array.
4451         (get_type_marshaller): Handle maps.
4452         (marshal_collection): Dispatch collection type to either
4453         marshal_collection_ptrarray or marshal_collection_array.
4454         (_dbus_gvalue_test): New test.
4455
4456         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
4457         (hash_free_from_gtype): Use it to free GValues.
4458         (hashtable_append): New function.
4459         (ptrarray_append): Fix prototype.
4460         (slist_append): Ditto.
4461         (_dbus_gvalue_utils_test): Extend tests.
4462
4463         * glib/dbus-gtype-specialized.c
4464         (dbus_g_type_specialized_init_append): Renamed from
4465         dbus_g_type_specialized_collection_init_append.  Remove const from
4466         value, since we steal it.
4467         (dbus_g_type_specialized_map_append): New function.
4468
4469         * glib/dbus-gtype-specialized.h: Update prototypes.
4470         Add DBusGTypeSpecializedMapAppendFunc.
4471
4472         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4473         _dbus_gvalue_test.
4474         
4475         * glib/dbus-gtest.h: Prototype it.
4476
4477 2005-07-08  Ross Burton  <ross@openedhand.com>
4478
4479         * dbus/dbus-glib.h:
4480         Add DBysGAsyncData for the async bindings.
4481
4482         * glib/dbus-binding-tool-glib.c:
4483         Re-enable the async bindings.
4484
4485         * test/glib/test-dbus-glib.c:
4486         Add a test for the generated async bindings.
4487
4488 2005-07-08  Colin Walters  <walters@verbum.org>
4489
4490         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
4491         connection concept.
4492         
4493 2005-07-08  Colin Walters  <walters@verbum.org>
4494         
4495         * tools/Makefile.am: Kill of print-introspect in favor of using
4496         dbus-send --print-reply=literal.
4497
4498         * test/glib/test-service-glib.xml: 
4499         * test/glib/test-service-glib.c (my_object_get_objs): New test
4500         for "ao".
4501
4502         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
4503         (main): Test GetObjs.
4504
4505         * glib/examples/statemachine/Makefile.am:
4506         * glib/examples/statemachine/sm-marshal.list:
4507         * glib/examples/statemachine/statemachine-client.c:
4508         * glib/examples/statemachine/statemachine-server.c:
4509         * glib/examples/statemachine/statemachine-server.xml:
4510         * glib/examples/statemachine/statemachine.c:
4511         * glib/examples/statemachine/statemachine.h:
4512         * glib/examples/statemachine/statemachine.xml:
4513
4514         New example.
4515
4516         * glib/examples/example-service.c (main): Move invocation
4517         of dbus_g_object_type_install_info earlier, to emphasize it
4518         should only be done once.
4519
4520         * glib/examples/example-signal-emitter.c (main): Ditto.
4521
4522         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
4523
4524         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
4525         (dbus_gvalue_marshal): Update prototypes.
4526
4527         * glib/dbus-gvalue.c: Update all marshalling functions to take
4528         const GValue instead of GValue.
4529         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
4530         types.
4531         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
4532         change.
4533         (dbus_gtype_to_signature): Handle generic collecitons and maps.
4534         Return a newly-allocated string.
4535         (demarshal_proxy, demarshal_object_path, demarshal_object)
4536         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
4537         we get the wrong types from message.
4538         (get_type_demarshaller): New function, extracted from
4539         dbus_gvalue_demarshal.
4540         (demarshal_collection): New function, demarshals generic
4541         collection.
4542         (dbus_gvalue_demarshal): Just invoke result of
4543         get_type_demarshaller.  Throw error if we don't have one.
4544         (marshal_garray_basic): Abort on OOM.
4545         (get_type_marshaller): New function, extracted from
4546         dbus_gvalue_marshal.
4547         (collection_marshal_iterator, marshal_collection): New functions;
4548         implements generic marshalling for an iteratable specialized
4549         collection.
4550         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
4551
4552         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
4553         G_TYPE_STRING.
4554         (ptrarray_value_from_gvalue): Ditto.
4555         (ptrarray_append, ptrarray_free): New functions.
4556         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
4557         (slist_append, slist_end_append, slist_free): New functions.
4558         (dbus_g_type_specialized_builtins_init): Add append fuctions
4559         for GPtrArray and GSList.  Register GSList.
4560         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
4561
4562         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
4563         New.
4564         (dbus_g_type_specialized_collection_init_append)
4565         (dbus_g_type_specialized_collection_append)
4566         (dbus_g_type_specialized_collection_end_append): Prototype.
4567         (DBusGTypeSpecializedCollectionVtable): Add append_func and
4568         end_append_func.
4569
4570         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
4571         (dbus_g_type_specialized_collection_append) 
4572         (dbus_g_type_specialized_collection_end_append): New functions.
4573         (dbus_g_type_map_value_iterate): Take const GValue.
4574         (dbus_g_type_collection_value_iterate): Ditto.
4575
4576         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4577         _dbus_gvalue_utils_test.
4578         
4579         * glib/dbus-gtest.h: Prototype it.
4580
4581         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
4582         using uninitialized owner_list.
4583         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
4584         public API.
4585         (dbus_g_proxy_end_call_internal): Update to use error set
4586         from dbus_gvalue_demarshal instead of setting it here.
4587         (dbus_g_proxy_begin_call): Move return_if_fail here.
4588
4589         * glib/dbus-gobject.c (write_interface): Update for
4590         dbus_gtype_to_signature returning new string.
4591
4592         * configure.in: Add glib/examples/statemachine.
4593
4594 2005-07-08  Joe Shaw  <joeshaw@novell.com>
4595
4596         * configure.in: Add a configure option, --with-console-auth-dir
4597         
4598         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
4599         new setting.  Patch from Kay Sievers.
4600
4601 2005-07-06  Colin Walters  <walters@verbum.org>
4602
4603         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
4604         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
4605         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
4606         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
4607         Delete in favor of dbus_g_proxy_begin_call and
4608         dbus_g_proxy_cancel_call.
4609         (DBusGProxyCall, DBusGProxyCallNotify): New.
4610         (dbus_g_proxy_begin_call): Change prototype to take callback, user
4611         data, and destroy function.  This replaces
4612         dbus_g_pending_call_set_notify.
4613         (dbus_g_proxy_cancel_call): Prototype.
4614         (DBusGAsyncData): Delete, shouldn't be needed anymore.
4615
4616         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
4617         pending_calls map.
4618         (struct _DBusGProxyManager): Add bus_proxy member, which is an
4619         internal proxy for calls to the bus. Remove
4620         pending_nameowner_calls, now the internal proxy keeps track.
4621         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4622         pending_nameowner_calls.
4623         (got_name_owner_cb): Update prototype, and use
4624         dbus_g_proxy_end_call.
4625         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
4626         (dbus_g_proxy_manager_register): Delete directly libdbus code in
4627         favor of using internal proxy.
4628         (dbus_g_proxy_manager_unregister): Update to use
4629         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
4630         (dbus_g_proxy_init): Initialize pending calls map.
4631         (dbus_g_proxy_constructor): New.
4632         (dbus_g_proxy_class_init): Add get/set property functions,
4633         constructor, and add NAME, PATH, and INTERFACE properties.
4634         (cancel_pending_call): New function.
4635         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
4636         cancel them.
4637         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
4638         (GPendingNotifyClosure): New structure.
4639         (d_pending_call_notify, d_pending_call_free): Moved here from
4640         dbus-glib.c.
4641         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
4642         ordering.
4643         (manager_begin_bus_call): New internal function for talking to
4644         internal bus proxy.
4645         (dbus_g_proxy_new): Construct object using GObjet properties.
4646         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
4647         Create closure of same, and insert call into map of pending calls.
4648         (dbus_g_proxy_end_call_internal): Take call id instead of pending
4649         call.  Look up pending call in current set.  Remove it when we've
4650         completed.
4651         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
4652         (dbus_g_proxy_begin_call): Change API to take callback, user data,
4653         and destroy function directly.
4654         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
4655         (dbus_g_proxy_call): Invoke with NULL callback.
4656         (dbus_g_proxy_cancel_call): New function, replaces
4657         dbus_g_pending_call_cancel.
4658
4659         * glib/dbus-gparser.c (validate_signature): Fix call to
4660         dbus_set_g_error.
4661
4662         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
4663         New quark for attaching metadata to GType.
4664         (info_hash): Delete.
4665         (lookup_object_info): Look up using quark.
4666         (dbus_g_object_type_install_info): Check that a type is classed,
4667         not that it's an object.  Also just install type data using quark
4668         instead of using global hash.
4669
4670         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
4671         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
4672         (GPendingNotifyClosure): Delete.
4673         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
4674         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
4675
4676         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
4677         client method generation until we can fix it...
4678         
4679         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
4680         (load_from_service_thread_func): Ditto.
4681
4682         * tools/dbus-names-model.c (struct NamesModel): Hold
4683         DBusGProxyCall.
4684         (have_names_notify): Update prototype, use
4685         dbus_g_proxy_cancel_call.
4686         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
4687
4688         * tools/dbus-monitor.c (filter_func): Update for print_message
4689         API change.
4690
4691         * test/glib/test-dbus-glib.c: Add more tests for async
4692         invocations.  Update many begin_call/end_call pairs to just use
4693         dbus_g_proxy_call.
4694
4695         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
4696         allows us to dump print-introspect.c.
4697
4698         * tools/dbus-print-message.h (print_message): Add literal argument
4699         to print_message which is intended to allow printing arguments without
4700         metadata like "string=".
4701
4702         * tools/dbus-print-message.c (print_iter): Add literal argument.
4703         (print_message): Allow printing string messages literally.
4704
4705 2005-07-05  Colin Walters  <walters@verbum.org>
4706
4707         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4708         Remove value refcount leak, original patch from Jorn Baayen
4709         <jorn@openedhand.com>.  Also remove useless extra value in favor
4710         of prepending to value array directly.
4711
4712 2005-07-02  Colin Walters  <walters@verbum.org>
4713
4714         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
4715
4716 2005-07-01  Colin Walters  <walters@verbum.org>
4717
4718         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
4719         
4720         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
4721         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
4722         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
4723         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
4724
4725 2005-06-30  Colin Walters  <walters@verbum.org>
4726
4727         * test/glib/test-dbus-glib.c:
4728         * test/glib/test-service-glib.c:
4729         * test/glib/test-service-glib.xml: Update tests for new error
4730         setting bits, also add async tests (patch from Ross Burton).
4731
4732         * test/glib/Makefile.am (test_service_glib_LDADD): Add
4733         DBUS_GLIB_THREADS_LIBS.
4734
4735         * glib/dbus-gproxy.c (get_name_owner)
4736         (dbus_g_pending_call_end_valist): Ditto.
4737
4738         * glib/dbus-gobject.c (error_metadata): New mapping from GError
4739         domain (GQuark) to DBusGErrorInfo.  
4740         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
4741         quark in error_metadata.  Take message interface as default
4742         error message interface.
4743         (gerror_to_dbus_error_message): Pass message interface.
4744         (dbus_set_g_error): Resurrected.
4745         (dbus_g_error_info_free): New function.
4746         (dbus_g_object_type_install_info): Use g_type_class_ref instead
4747         of _peek to actually create the object class if it hasn't been
4748         created yet.
4749         (dbus_g_error_domain_register): New function.
4750
4751         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
4752
4753         * glib/dbus-gparser.c (validate_signature): Ditto.
4754
4755         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
4756         (dbus_g_error_domain_register): Prototype.
4757
4758         * glib/dbus-glib.c (dbus_g_error_set): Delete.
4759         Update tests.
4760
4761 2005-06-29  Colin Walters  <walters@verbum.org>
4762
4763         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
4764         DBUS_TYPE_G_OBJECT_PATH.
4765
4766         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
4767         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
4768         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
4769         (dbus_g_object_path_get_g_type): New function.
4770         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
4771         to DBUS_TYPE_G_OBJECT_PATH by default.
4772         (demarshal_proxy): Remove unused name variable.
4773         (demarshal_object_path, marshal_object_path): New functions.
4774         (demarshal_proxy_array, marshal_proxy_array): Delete.
4775         
4776         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
4777         DBUS_TYPE_G_OBJECT_PATH to char *.
4778         (dbus_g_type_get_lookup_function): Map builtin
4779         DBUS_TYPE_G_OBJECT_PATH.
4780
4781         * test/glib/test-dbus-glib.c
4782         * test/glib/test-service-glib.c (my_object_objpath): 
4783         Adapt tests to new object path marshalling.
4784
4785 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4786
4787         * configure.in: force check for Python >= 2.4
4788
4789 2005-06-29  Colin Walters  <walters@verbum.org>
4790         
4791         Patch from Ross Burton <ross@openedhand.com>
4792         
4793         * glib/dbus-gobject.c (invoke_object_method): Unset object
4794         value in all cases, not only in async case.
4795
4796 2005-06-29  Colin Walters  <walters@verbum.org>
4797
4798         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4799         name_call for keeping track of any outgoing GetNameOwner call.
4800         Also add for_owner and associated.
4801         (struct _DBusGProxyManager): Add owner_names, which is hash table
4802         that maps a base name to a list of names it owns (that we're
4803         interested in).  Add pending_nameowner_calls which is a list of
4804         all outstanding GetNameOwner; avoids us having to iterate over
4805         every proxy.  Add unassociated_proxies which keeps track of name
4806         proxies with no associated name owner.
4807         (dbus_g_proxy_manager_unref): Destroy owner_names.
4808         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4809         name refcounts.
4810         (find_name_in_info, name_owner_foreach)
4811         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4812         (dbus_g_proxy_manager_monitor_name_owner)
4813         (dbus_g_proxy_manager_unmonitor_name_owner)
4814         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4815         New functions; they manipulate the owner_names mapping.
4816         (got_name_owner_cb): New function.
4817         (get_name_owner): New function, extracted from
4818         dbus_g_proxy_new_for_name_owner.
4819         (dbus_g_proxy_manager_register): For now we need to keep track of
4820         all NameOwnerChanged.  Also if the proxy is for a name, if we
4821         don't already know the name owner, queue a new GetNameOwner
4822         request and add it to our list of unassociated proxies.  Otherwise
4823         inc the refcount.
4824         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4825         cancel any pending GetNameOwner call, etc.
4826         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4827         the owner_names mapping to look up the current names for the
4828         signal source, and dispatch to any proxies for that name.
4829         (dbus_g_proxy_new): Initialize new members.
4830         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4831         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4832         (dbus_g_pending_call_end_valist): New function, extracted from
4833         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4834         but want to use the GLib infrastructure.  Also note how many
4835         arguments in reply were over.
4836         (dbus_g_pending_call_end): New function, just call
4837         dbus_g_pending_call_end_valist.
4838         (dbus_g_proxy_end_call_internal): Just call
4839         dbus_g_pending_call_end_valist.
4840
4841         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4842         of builtin marshaller for STRING_STRING_STRING.
4843
4844         * test/glib/test-dbus-glib.c: 
4845         * test/glib/test-service-glib.c:
4846         * test/glib/test-service-glib.xml:
4847         Extend tests to cover name proxies, destruction of owner proxies,
4848         etc.
4849         
4850         * glib/examples/example-signal-recipient.c
4851         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4852         
4853         * tools/dbus-send.c (main): Print D-BUS error name in addition
4854         to message.
4855
4856 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4857
4858         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4859         cmessage_function_handler): Patch from 
4860         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4861         by using the Py_GILState_Ensure/Release to synchronize with the
4862         python runtime.
4863         
4864 2005-06-28  Ray Strode  <rstrode@redhat.com>
4865
4866         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4867         babysitter helper process on last unref, bug #2813.
4868
4869 2005-06-27  Colin Walters  <walters@verbum.org>
4870
4871         * test/glib/test-dbus-glib.c: 
4872         * test/glib/test-service-glib.c:
4873         * test/glib/test-service-glib.xml:
4874         Test hash table signal emitting.
4875
4876         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4877         types to their fundamental basis types, since this is what
4878         marshallers operate on.  Also add an entry for VOID__BOXED.
4879         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4880
4881 2005-06-26  Havoc Pennington  <hp@redhat.com>
4882
4883         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4884         from Don Park
4885
4886 2005-06-26  Colin Walters  <walters@verbum.org>
4887
4888         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4889         (dbus_g_error_set): New public function from its ashes; used by
4890         both service-side method implementation and GLib bindings
4891         internals.
4892         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4893         (_dbus_glib_test): Add some tests.
4894
4895         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4896
4897         * test/glib/test-service-glib.c (my_object_throw_error): Use
4898         dbus_g_error_set.
4899
4900         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4901         errors thrown by dbus_g_error_set.
4902
4903         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4904
4905         * glib/dbus-gparser.c (validate_signature): Ditto.
4906
4907         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4908         (dbus_g_proxy_end_call_internal): Ditto.
4909
4910         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4911         converts DBUS_ERROR_x to DBUS_GERROR_x.
4912         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4913
4914         * doc/TODO: Remove error TODO.
4915
4916         * doc/dbus-tutorial.xml: Update with documentation about error
4917         handling.
4918
4919         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4920         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4921         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4922
4923 2005-06-22  Colin Walters  <walters@verbum.org>
4924         
4925         Patch from Ross Burton <ross@openedhand.com>
4926
4927         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4928
4929 2005-06-20  Colin Walters  <walters@verbum.org>
4930
4931         * configure.in: Add glib/examples.
4932
4933         * glib/Makefile.am: Add examples/
4934
4935         * glib/examples/.cvsignore
4936         * glib/examples/Makefile.am
4937         * glib/examples/example-client.c
4938         * glib/examples/example-service.c
4939         * glib/examples/example-service.xml
4940         * glib/examples/example-signal-emitter.c
4941         * glib/examples/example-signal-emitter.xml
4942         * glib/examples/example-signal-recipient.c:
4943         New files; GLib binding examples, ported from
4944         python/examples.
4945
4946 2005-06-20  Colin Walters  <walters@verbum.org>
4947
4948         * dbus/dbus-glib.h: 
4949         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4950         dbus_g_proxy_call.
4951
4952         * glib/dbus-binding-tool-glib.c: 
4953         * doc/dbus-tutorial.xml: 
4954         * test/glib/test-dbus-glib.c: Update for rename.
4955         
4956 2005-06-20  Colin Walters  <walters@verbum.org>
4957
4958         Patch suggested by Ross Burton <ross@openedhand.com>
4959
4960         * glib/dbus-gobject.c (export_signals): Free signal name.
4961         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4962         memory leak.  Add a bit of documentation.
4963         (dbus_g_method_return_error): Free context, and note we do
4964         so.
4965
4966 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4967
4968         * dbus/dbus-glib.h:
4969         * glib/dbus-gobject.c:
4970         * glib/dbus-gproxy.c:
4971         * glib/dbus-gvalue.c: Predeclare structs as 
4972         typedef struct _Something Something instead of 
4973         typedef struct Something Something, so we can 
4974         redeclare the prototypes. Other GNOME libraries 
4975         do this already.
4976
4977 2005-06-17  Colin Walters  <walters@verbum.org>
4978
4979         * tools/dbus-names-model.c (have_names_notify): Fix call
4980         to dbus_g_proxy_end_call.
4981         
4982 2005-06-17  Colin Walters  <walters@verbum.org>
4983
4984         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4985         spew warnings if we get malformed remote signals.
4986
4987         * glib/dbus-gobject.c (propsig_iterate): New function.
4988         (lookup_object_info): New function, extracted from
4989         lookup_object_and_method.
4990         (introspect_properties, introspect_signals): Delete; these
4991         are merged into write_interface.
4992         (write_interface): Write out signals and properties here;
4993         dump the org.gtk.object stuff and use the interface given
4994         in the introspection data blob.  Also fix up property XML.
4995         (lookup_values): New function.
4996         (introspect_interfaces): Gather a mapping from interface to a
4997         list of its methods, signals, and properties, then write out
4998         each interface.
4999         (lookup_object_and_method): Use lookup_object_info.
5000         (struct DBusGSignalClosure): Add interface.
5001         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
5002         we can just use the constant data.
5003         (dbus_g_signal_closure_finalize): Don't free signal name.
5004         (signal_emitter_marshaller): Use interface from signal closure.
5005         (export_signals): Only export signals mentioned in introspection
5006         blob.
5007         (dbus_g_connection_register_g_object): Warn if we have no
5008         introspection data for an object.
5009         (funcsig_equal): Remove unused variable.
5010         (dbus_g_object_register_marshaller): Take varargs instead of
5011         list.
5012         (dbus_g_object_register_marshaller_array): New function,
5013         extracted from old dbus_g_object_register_marshaller.
5014
5015         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
5016         signals and property data.
5017         (write_quoted_string): New function, extracted from generate_glue.
5018         (generate_glue): Write signals and properties to introspection
5019         blob.
5020
5021         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
5022         exported_signals and exported_properties.
5023         (dbus_g_object_register_marshaller): Update prototype.
5024         (dbus_g_object_register_marshaller_array): Prototype.
5025         
5026         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
5027
5028         * test/glib/test-service-glib.c: Add new test signals and method
5029         to emit them.
5030
5031         * test/glib/test-service-glib.xml: Add some test signals.
5032
5033         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
5034         and my-object-marshal.h
5035         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
5036         my-object-marshal.c.
5037         (my-object-marshal.c, my-object-marshal.h): Implement.
5038
5039         * test/glib/.cvsignore: Update.
5040
5041         * doc/TODO: Remove two GLib TODO items fixed by this
5042         patch.
5043
5044 2005-06-16  Colin Walters  <walters@verbum.org>
5045
5046         * doc/TODO: Update for GLib bindings.
5047         
5048 2005-06-16  Colin Walters  <walters@verbum.org>
5049
5050         * glib/dbus-binding-tool-glib.c:
5051         * glib/dbus-gobject.c:
5052         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
5053         from Ross Burton, for his GLib bindings work.
5054
5055 2005-06-16  Colin Walters  <walters@verbum.org>
5056
5057         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
5058         to iterate instead of walking to G_TYPE_INVALID.
5059
5060         Patch based on a patch from Ryan Gammon.
5061
5062 2005-06-16  Colin Walters  <walters@verbum.org>
5063
5064         * bus/bus.c (bus_context_new): Set parser to NULL
5065         after we unref it (Patch from Chris Boscolo, #2174).
5066         
5067 2005-06-16  Colin Walters  <walters@verbum.org>
5068
5069         * python/dbus_bindings.pyx.in: Import size_t,
5070         __int64_t, __uint64_t, and __signed.
5071
5072         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
5073         Define cmsg struct, output it.
5074         (_dbus_read_credentials_unix_socket):
5075         Use cmsg struct.
5076         
5077         Patch from Joe Markus Clarke for FreeBSD support.
5078         
5079 2005-06-16  Colin Walters  <walters@verbum.org>
5080
5081         * tools/dbus-send.c (append_array): Use strtok.
5082         (append_dict): New function.
5083         (type_from_name): New function, extracted from main.
5084         (main): Handle sending dicts.
5085
5086         * tools/dbus-print-message.c (print_iter): Print dict
5087         entries.
5088         
5089 2005-06-16  Colin Walters  <walters@verbum.org>
5090
5091         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
5092         values as the empty string (#2948).
5093         
5094 2005-06-16  Colin Walters  <walters@verbum.org>
5095
5096         * dbus/Makefile.am:
5097         * mono/doc/Makefile.am:
5098         * test/glib/Makefile.am:
5099
5100         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
5101
5102 2005-06-16  Colin Walters  <walters@verbum.org>
5103
5104         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
5105         header byte order from expected byte order (Patch from Chris Wilson, #3475).
5106
5107         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
5108         Increment pointer after swapping fixed array.  Add assertion
5109         for array length.
5110                 
5111 2005-06-15  Colin Walters  <walters@verbum.org>
5112
5113         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
5114         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
5115         
5116 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5117
5118         * NEWS: Update to 0.34
5119
5120 2005-06-15  David Zeuthen  <davidz@redhat.com>
5121
5122         * configure.in (LT_CURRENT): Revert back to 1 as the library
5123         hasn't changed and we've certainly not committed to protocol
5124         stability yet.  All this does is to break ABI. See commit note
5125         from hp@redhat.com 2005-05-05 for details.
5126         
5127 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5128
5129         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
5130         (_dbus_connection_run_builtin_filters): New method
5131         (dbus_connection_dispatch): Run the builtin filters which in turn
5132         runs the peer filter which handles Ping messages.
5133
5134         * doc/TODO: 
5135          - Ping isn't handled: This patch fixes it
5136          
5137          - Add a test case for the Ping message: added TODO item
5138
5139 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5140
5141         * dbus/dbus-message.c:
5142         (dbus_message_has_path): New method
5143         (dbus_message_has_interface): New method
5144         (dbus_message_has_member): New method
5145
5146         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
5147         New method
5148
5149         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
5150         the keyring directory is private to the user
5151
5152         * doc/TODO:
5153          - The convenience functions in dbus-bus.h should perhaps have
5154          the signatures that they would have if they were autogenerated
5155          stubs. e.g. the acquire service function. We should also evaluate
5156          which of these functions to include, in light of the fact that
5157          GLib/Qt native stubs will probably also exist.: Punted
5158
5159          - add dbus_message_has_path(), maybe has_member/interface:
5160          fixed in this patch
5161
5162          - in dbus-keyring.c, enforce that the keyring dir is not
5163          world readable/writable: Fixed in this patch
5164
5165 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5166
5167         * dbus/dbus-marshal-validate.h: Added a new validation
5168         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
5169         out of memory errors when validating signitures
5170
5171         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
5172         in places where we previously used DBUS_VALID and a FALSE return 
5173         value to indicate OOM
5174         
5175         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
5176         Use a stack to track the number of elements inside containers.  The 
5177         stack values are then used to validate that dict entries have only two
5178         elements within them.
5179         (validate_body_helper): check the reason for failure when validating
5180         varients
5181         
5182         * dbus/dbus-message.c (load_message): use 
5183         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
5184         DBUS_VALID and a FALSE return value to indicate OOM
5185
5186         * doc/TODO: remove "- validate dict entry number of fields" as this
5187         patch fixes it
5188
5189 2005-06-14  David Zeuthen  <davidz@redhat.com>
5190
5191         * bus/bus.c (process_config_every_time): Drop existing conf-dir
5192         watches (if applicable) and add new watches
5193
5194         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
5195         (main): Setup SIGIO signal handler if using D_NOTIFY
5196
5197         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
5198
5199         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
5200         (merge_included): Also merge conf_dirs list
5201         (bus_config_parser_unref): Clear conf_dirs list
5202         (include_dir): Add directory to conf_dirs list
5203         (bus_config_parser_get_conf_dirs): New function
5204
5205         * bus/dir-watch.[ch]: New files
5206
5207         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
5208
5209         * configure.in: Add checks for D_NOTIFY on Linux
5210
5211 2005-06-14  Colin Walters  <walters@verbum.org>
5212
5213         * glib/dbus-binding-tool-glib.c:
5214         * glib/dbus-gobject.c:
5215         * glib/dbus-gvalue.c: Fix indentation and brace style.
5216         
5217 2005-06-14  Ross Burton <ross@openedhand.com>.
5218
5219         * glib/dbus-glib.h: Make DBusGMethodInvocation
5220         a private structure.  Rearrange prototypes a bit.
5221         
5222         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
5223         documentation for first_arg_type.
5224         
5225         * glib/dbus-gobject.c: Move DBusGMethodInvocation
5226         here, add documentation.  Move dbus_g_method_return
5227         and dbus_g_method_return_error into public API
5228         section.
5229
5230 2005-06-14  Colin Walters  <walters@verbum.org>
5231
5232         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
5233         Add missing return statements, noticed by Ross Burton.
5234         
5235 2005-06-13  Ross Burton <ross@openedhand.com>.
5236
5237         * glib/dbus-gobject.c: Handle errors on message
5238         demarshalling by sending error message back.
5239         * glib/dbus-gvalue.c: Initialize return variables.
5240
5241 2005-06-13  Colin Walters  <walters@verbum.org>
5242
5243         * glib/Makefile.am: Fix thinko in last patch.
5244
5245 2005-06-13  Colin Walters  <walters@verbum.org>
5246
5247         * glib/Makefile.am: Move dbus-gtype-specialized.c
5248         and dbus-gtype-specialized.h into a _HEADERS variable,
5249         install them.
5250
5251 2005-06-12  Colin Walters  <walters@verbum.org>
5252
5253         Async signals and various bugfixes and testing by
5254         Ross Burton <ross@openedhand.com>.
5255
5256         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
5257         (dbus_gvalue_genmarshal_name_from_type)
5258         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
5259         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
5260         (dbus_g_value_types_init, dbus_gtype_from_signature)
5261         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
5262         (dbus_gtypes_from_arg_signature): New function prototypes.
5263         (dbus_gvalue_demarshal): Take context and error arguments.
5264         (dbus_gvalue_demarshal_variant): New function.
5265         (dbus_gvalue_demarshal_message): New function.
5266         (dbus_gvalue_store): Delete.
5267
5268         * glib/dbus-gvalue.c:
5269
5270         File has been almost entirely rewritten; now we special-case
5271         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
5272         hash tables correctly, etc.  Full support for recursive values
5273         is not yet complete.
5274
5275         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
5276         argument of signal to G_TYPE_POINTER since we now pass a
5277         structure.
5278         (lookup_g_marshaller): Delete in favor of
5279         _dbus_gobject_lookup_marshaller.
5280         (marshal_dbus_message_to_g_marshaller): Use
5281         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
5282         to handle remote signal callbacks.
5283         (dbus_g_proxy_new_from_proxy): New function; creates a new
5284         DBusGProxy by copying an existing one.
5285         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
5286         (dbus_g_proxy_get_path): New functions.
5287         (dbus_g_proxy_marshal_args_to_message): New function;
5288         factored out of existing code.
5289         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
5290         from a varargs array.
5291         (dbus_g_proxy_begin_call_internal): New function.
5292         (dbus_g_proxy_end_call_internal): New function.
5293         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
5294         as arguments; simply invoke dbus_g_proxy_begin_call_internal
5295         after collecting args into value array.
5296         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
5297         invoke dbus_g_proxy_end_call_internal.
5298         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
5299         end_call_internal.
5300         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
5301         types.
5302         (array_free_all): New function.
5303         (dbus_g_proxy_add_signal): Take GTypes.
5304
5305         * glib/dbus-gobject.h:
5306         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
5307         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
5308         Prototype.
5309
5310         * glib/dbus-gobject.c: Add a global marshal_table hash which
5311         stores mappings from type signatures to marshallers.  Change lots
5312         of invocations of dbus_gtype_to_dbus_type to
5313         dbus_gtype_to_signature.
5314         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
5315         (introspect_signals): Fix test for query.return_type.
5316         (set_object_property): Update invocation of dbus_gvalue_demarshal.
5317         (invoke_object_method): Many changes.  Handle asynchronous
5318         invocations.  Convert arguments with
5319         dbus_gvalue_demarshal_message.  Handle errors.  Use
5320         DBusSignatureIter instead of strlen on args. Handle all arguments
5321         generically.  Special-case variants.
5322         (dbus_g_method_return, dbus_g_method_return_error): New function.
5323         (DBusGSignalClosure): New structure, closes over signal
5324         information.
5325         (dbus_g_signal_closure_new): New function.
5326         (dbus_g_signal_closure_finalize): New function.
5327         (signal_emitter_marshaller): New function; is special marshaller
5328         which emits signals on bus.
5329         (export_signals): New function; introspects object signals and
5330         connects to them.
5331         (dbus_g_object_type_install_info): Take GType instead of
5332         GObjectClass.
5333         (dbus_g_connection_register_g_object): Invoke export_signals.
5334         (dbus_g_connection_lookup_g_object): New function.
5335         (DBusGFuncSignature) New structure; used for mapping type
5336         signatures to marshallers.
5337         (funcsig_hash): New function; hashes DBusGFuncSignature.
5338         (funcsig_equal): New function; compares DBusGFuncSignature.
5339         (_dbus_gobject_lookup_marshaller): New function.
5340         (dbus_g_object_register_marshaller): New function; used to
5341         register a marshaller at runtime for a particular signature.
5342
5343         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
5344
5345         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
5346         which notes a server method implementation should be
5347         asynchronous.
5348
5349         * glib/dbus-binding-tool-glib.c
5350         (dbus_binding_tool_output_glib_server): Call
5351         dbus_g_value_types_init.
5352         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
5353         variants specially.
5354         (dbus_g_type_get_lookup_function): Turn GType into an invocation
5355         of a lookup function.
5356         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
5357         (write_untyped_out_args): New method; write output arguments.
5358         (write_formal_declarations_for_direction): Function for
5359         writing prototypes.
5360         (write_formal_parameters_for_direction): Function for
5361         writing implementations.
5362         (write_typed_args_for_direction): Function for writing
5363         arguments prefixed with GTypes.
5364         (write_async_method_client): Write out async version
5365         of method.
5366
5367         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
5368         (dbus_g_type_get_marshal_name): Move mapping from GType
5369         to marshal name into here.
5370         (dbus_g_type_get_c_name): Move into here.
5371         (compute_marshaller): Convert signature to type with
5372         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
5373         (compute_marshaller_name): Ditto.
5374         (compute_marshaller): Handle async signal annotations.
5375         (gather_marshallers): Return if we don't have a known
5376         prefix.
5377         (generate_glue): Collect introspection blob here, and
5378         write all of the blob at the end.  This allows an object
5379         with multiple interfaces to work.
5380         Mark async methods in introspection blob.
5381
5382         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
5383         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
5384         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
5385
5386         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
5387         avoids people accidentally using DBUS_TYPE_* which should
5388         not be necessary anymore.
5389         Do include dbus-gtype-specialized.h, which are utilities
5390         for GLib container types.
5391         Add various #defines for types such as
5392         DBUS_TYPE_G_BOOLEAN_ARRAY.
5393         (DBusGValueIterator, DBusGValue): Define, not fully used
5394         yet.
5395         (dbus_g_value_get_g_type): Type for recursive value.
5396         (dbus_g_value_open, dbus_g_value_iterator_get_value)
5397         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
5398         (dbus_g_value_free): Prototypes.
5399         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
5400         (dbus_g_proxy_set_interface): Prototype.
5401         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
5402         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
5403         types.
5404         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
5405         Accessors.
5406         (DBusGAsyncData, DBusGMethodInvocation): Structures for
5407         doing async invocations.
5408         (dbus_g_method_return, dbus_g_method_return_error):
5409         Prototypes.
5410         * doc/dbus-tutorial.xml: Update GLib section.
5411         
5412         * tools/dbus-viewer.c (load_child_nodes): Update
5413         for new invocation type of dbus_g_proxy_end_call.
5414         (load_from_service_thread_func): Ditto.
5415
5416         * tools/print-introspect.c (main): Ditto.
5417
5418         * tools/dbus-names-model.c (have_names_notify)
5419         (names_model_reload, names_model_set_connection)
5420         Use GTypes.
5421
5422         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
5423         needed since Python bindings use GLib bindings.
5424
5425         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
5426         Add --prefix argument.
5427
5428         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
5429         unneeded --ignore-unsupported arg.
5430         
5431         * test/glib/test-service-glib.c: 
5432         * test/glib/test-service-glib.xml:
5433         * test/glib/test-dbus-glib.c: Add many more tests.
5434
5435 2005-06-06  David Zeuthen  <davidz@redhat.com>
5436
5437         * doc/TODO: Add item about need to remove deprecated functions.
5438
5439         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
5440
5441         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
5442         to repair the ABI which was broken with the last commit.
5443
5444 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
5445
5446         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
5447         (dbus_connection_disconnect): renamed to dbus_connection_close 
5448         for API symmetry with dbus_connection_open
5449         (_dbus_connection_open_internal): 
5450         s/dbus_connection_disconnect/dbus_connection_close
5451
5452         * dbus/dbus-bus.c (dbus_bus_get):
5453         s/dbus_connection_disconnect/dbus_connection_close
5454
5455         * bus/connection.c (bus_connections_unref, 
5456         bus_connections_setup_connection, bus_connections_expire_incomplete):
5457         s/dbus_connection_disconnect/dbus_connection_close
5458
5459         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
5460         kill_client_connection_unchecked, check_hello_connection):
5461         s/dbus_connection_disconnect/dbus_connection_close
5462
5463         * bus/bus.c (new_connection_callback):
5464         s/dbus_connection_disconnect/dbus_connection_close
5465
5466         * tools/dbus-send.c (main):
5467         s/dbus_connection_disconnect/dbus_connection_close
5468
5469         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
5470         s/dbus_connection_disconnect/dbus_connection_close
5471         
5472         * test/test-service.c (path_message_func, filter_func):
5473         s/dbus_connection_disconnect/dbus_connection_close
5474         
5475         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
5476         
5477 2005-05-25  Colin Walters  <walters@verbum.org>
5478
5479         * dbus/dbus-protocol.h: Move various bus service #defines such
5480           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5481           dbus/dbus-shared.h.
5482         * dbus/dbus-shared.h: Various defines moved here.
5483         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
5484
5485 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
5486
5487         * python/__init__.py: Python bindings deserve a minor version
5488         update.  Upped to (0, 40, 2)
5489
5490 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
5491
5492         * python/decorators.py: add explicitly_pass_message decorator
5493         for passing in the dbus message as keyword for edge case signal
5494         handling
5495
5496         * python/matchrules.py (SignalMatchRule.__repr__): fix output
5497         to conform with what dbus expects for match rules
5498         (SignalMatchRule.execute): add the dbus message as a keyword
5499         if the signal handler has requested it
5500
5501         * python/examples/example/signal-recipient.py: added some more
5502         examples on how to hook up to signals
5503
5504 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
5505
5506         * python/decorators.py: import dbus_bindings
5507
5508         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
5509         SignalMatchNode): new classes that implement wildcard signal
5510         callback matching using a tree lookup. Heavily modified from a
5511         patch sent by Celso Pinto (fd.o bug #3241)
5512
5513         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
5514         use new match classes to handle signals.
5515
5516 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
5517         
5518         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
5519
5520 2005-05-18  Havoc Pennington  <hp@redhat.com>
5521
5522         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
5523         gettext. Not really worth requiring yet perhaps, but any
5524         production quality 1.0 would require it so we should go ahead and
5525         get things set up. We do have a couple token calls to
5526         bindtextdomain in the code already.
5527
5528 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
5529
5530         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
5531         when using recursive g_main_loops
5532
5533         * python/_dbus.py (class Bus): add the ProxyObjectClass
5534         alias for ProxyObject to make it easier for the Twisted 
5535         networking framework to integrate dbus.
5536
5537         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
5538         alias for ProxyMethod to make it easier for the Twisted 
5539         networking framework to integrate dbus. 
5540
5541 2005-05-11  Ross Burton  <ross@openedhand.com>
5542
5543         * glib/dbus-glib-tool.c: Add --prefix argument.
5544         * glib/dbus-binding-tool-glib.h: Add prefix argument.
5545         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
5546         Add prefix argument.
5547         (generate_glue): Pass prefix argument down.
5548         (dbus_binding_tool_output_glib_server): Pass prefix to
5549         glib-genmarshal.
5550         
5551 2005-05-11  Colin Walters  <walters@verbum.org>
5552
5553         * tools/dbus-send.c (append_array): New function.
5554         (append_arg): Broken out from main.
5555         (main): Add cheesy hack to send arrays and variants.
5556         (usage): Update.
5557         * tools/dbus-print-message.c (print_iter): Broken out
5558         from main.
5559
5560 2005-05-11  Colin Walters  <walters@verbum.org>
5561
5562         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
5563         New function, returns signature string for signature iter.
5564         * dbus/dbus-signature.h: Prototype it.
5565         * dbus/dbus-message.c (dbus_message_iter_get_signature):
5566         New function, returns signature string for message iter.
5567         (dbus_message_iter_get_array_len): New function, returns
5568         length of array.
5569         (dbus_message_iter_get_fixed_array): Fix assertion; this
5570         function should be used when the iter is pointing to the
5571         contents of an array
5572         * dbus/dbus-message.h: Prototypes.
5573         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
5574         New function; returns length of an array.
5575         * dbus/dbus-marshal-recursive.h: Prototype it.
5576         
5577 2005-05-11  Colin Walters  <walters@verbum.org>
5578
5579         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
5580         compilation error.
5581         
5582 2005-05-08  Havoc Pennington  <hp@redhat.com>
5583
5584         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
5585         daemon's pid, not the parent's pid, to the file descriptor.
5586         Reported by Taj Morton.
5587
5588 2005-05-05  Havoc Pennington  <hp@redhat.com>
5589
5590         * configure.in (LT_*): add notes on how the libtool versioning
5591         works to save thinking. Increment soname to indicate protocol
5592         breakage (though really the library interface hasn't changed I
5593         guess)
5594
5595         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5596         verify the GUID received from server matches what we were
5597         expecting, if we had an expectation
5598
5599         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
5600         (_dbus_auth_get_guid_from_server): new function
5601         (send_begin): parse the OK args
5602
5603         * doc/dbus-specification.xml: add GUID to the auth protocol
5604
5605 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
5606
5607         * Fix my name in previous changelog ;)
5608
5609         * python/proxies.py (ProxyObject.__getattr__): add further patch
5610         from Anthony Baxter to throw an AttributeError when python 
5611         __special__ functions are called instead of marshling them over 
5612         the bus (Bug#1685 comment 3).
5613
5614 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
5615
5616         * python/Makefile.am: changed to use pyexecdir for the binding
5617         shared libraries (Bug#2494)
5618
5619         * python/exceptions.py: bring exceptions over from the bindings
5620         so they can be used in applications (Bug#2036)
5621         Make all exceptions derive from DBusException
5622
5623         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
5624         of classes so that print obj doesn't throw an exception (Bug #1685)
5625
5626 2005-05-03  Ross Burton  <ross@openedhand.com>
5627
5628         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
5629         Return if we get an error during registration.  Set up a
5630         weak reference on object to unregister if object is destroyed.
5631         (unregister_gobject): New function.
5632         
5633 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
5634
5635         * python/dbus_bindings.pyx.in: 
5636         - added new type classes for hinting to the marashaler what type 
5637         to send over the wire
5638         - added int16 and uint16 marshalers
5639         - Fixed a bug in the type constants that caused int32 to go out
5640         as uint16 over the wire
5641         * python/dbus.py: split up into different files and renamed _dbus.py
5642         * python/__init__.py, python/_util.py, python/decorators.py, 
5643         python/exceptions.py, python/proxies.py, python/services.py,
5644         python/types.py: new files split off from dbus.py
5645         * python/Makefile.am: Add new files, remove dbus.py and 
5646         install all python files to <python module dir>/dbus
5647         * python/examples/*: Added #!/usr/bin/env python to the top of
5648         every example.  Patch provided by Tatavarty Kalyan
5649
5650 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5651
5652         * NEWS: Update to 0.33
5653
5654 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5655
5656         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
5657         method for doing async calls
5658         (_pending_call_notification): New C function for handling pendning call
5659         callbacks
5660         (set_notify): New method for setting pending call notification
5661         
5662         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
5663         Async capabilities added to remote method calls
5664         (Sender): class removed
5665         (RemoteService): class removed
5666         (ObjectTree): class removed for now
5667         (RemoteObject): Renamed to ProxyObject
5668         (RemoteMethod): Renamed to ProxyMethod
5669         (method): Decorator added for decorating python methods as dbus methods
5670         (signal): Decorator added for decorating python methods as signal emitters
5671         (ObjectType): Metaclass added for generating introspection data and the
5672         method callback vtable
5673         (Interface): Wrapper class added to wrap objects in a dbus interface
5674         (Object): Uses ObjectType as its metaclass and exports Introspect
5675         of the org.freedesktop.DBus.Introspectable interface
5676         (ValidationException, UnknownMethodException): new exceptions
5677
5678         * python/examples/*: Modified to fit with the new bindings
5679
5680 2005-04-23  Havoc Pennington  <hp@redhat.com>
5681
5682         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
5683         reported by Tony Houghton
5684
5685         * test/test-service.c (main): test
5686         dbus_connection_get_object_path_data()
5687
5688         * dbus/dbus-object-tree.c (find_handler): be sure we always init
5689         the exact_match
5690         (_dbus_object_tree_get_user_data_unlocked): new function used by
5691         dbus_connection_get_object_path_data()
5692         (do_register): add assertion test for get_user_data_unlocked
5693         (object_tree_test_iteration): more tests
5694
5695         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
5696         new function from Dan Reed to let you get the user data from 
5697         dbus_connection_register_object_path()
5698
5699 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
5700
5701         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
5702         in numerous places that did not account for the NULL terminator
5703         (signature_from_seed): changed the manual string copy loop to 
5704         just use strcpy instead
5705         make check should now pass
5706
5707 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
5708
5709         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
5710         so that it allows messages that are not signals to pass in 
5711         NULL as the interface.
5712
5713 2005-04-18  David Zeuthen  <davidz@redhat.com>
5714
5715         * glib/dbus-gmain.c (io_handler_destroy_source): 
5716         (timeout_handler_destroy_source, connection_setup_free): 
5717         Also unref the source to avoid memory leaks.
5718
5719 2005-04-13  David Zeuthen  <davidz@redhat.com>
5720
5721         * bus/config-parser.c (bus_config_parser_new): Bump this to a
5722         more reasonable, yet still totally arbitrary, value :-). 
5723
5724 2005-04-13  David Zeuthen  <davidz@redhat.com>
5725
5726         * doc/TODO: Added an "important for 1.0" item about selinux
5727         allow/deny messages
5728
5729 2005-04-13  David Zeuthen  <davidz@redhat.com>
5730
5731         * bus/selinux.c: Add c-file-style to top of file
5732         (log_audit_callback): Don't free the data here anymore
5733         (bus_selinux_check): Don't take spid and tpid since appending
5734         that to auxdata may OOM.
5735         (bus_selinux_allows_acquire_service): Handle OOM and signal back
5736         to the caller if we are OOM by taking an error object.
5737         (bus_selinux_allows_send): -do-
5738
5739         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
5740         and bus_selinux_allows_send
5741
5742         * bus/bus.c (bus_context_check_security_policy): Pass error and
5743         pass on OOM thrown by bus_selinux_allows_send()
5744
5745         * bus/services.c (bus_registry_acquire_service): Pass error and
5746         pass on OOM thrown by bus_selinux_allows_acquire_service()
5747
5748 2005-04-13  Havoc Pennington  <hp@redhat.com>
5749
5750         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
5751         message at a time to avoid monopolizing the main loop, bug 
5752         #2953 from Benjamin Otte
5753
5754 2005-04-09  Havoc Pennington  <hp@redhat.com>
5755
5756         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
5757         possible overlap, fix from Daniel Reed
5758         (fixup_alignment): fix signedness warnings
5759         (_dbus_string_append_unichar): ditto
5760
5761 2005-04-09  Havoc Pennington  <hp@redhat.com>
5762
5763         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
5764
5765         * glib/dbus-glib-tool.c (main): fix warning
5766
5767         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
5768
5769         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
5770         add a new function that can be used in simple applications that
5771         don't have a main loop and are willing to block
5772
5773 2005-04-05  David Zeuthen  <davidz@redhat.com>
5774
5775         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
5776
5777         * glib/dbus-gmain.c:
5778         (io_handler_destroy_source): Remove from list of IO handlers
5779         of the ConnectionSetup object
5780         (timeout_handler_destroy_source): -do- for timeout handlers
5781         (io_handler_source_finalized): Don't remove from list since
5782         we now do that in io_handler_destroy_source(). Renamed from
5783         io_handler_source_destroyed
5784         (timeout_handler_source_destroyed): -do- for timeout handlers
5785         (connection_setup_free): It is now safe to iterate over all
5786         IO and timeout handlers as the _destroy_source removes them
5787         from the list synchronously
5788
5789 2005-03-30  Havoc Pennington  <hp@redhat.com>
5790
5791         * configure.in: change check to gtk 2.4
5792
5793         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5794         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5795         to 2.4
5796
5797 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5798
5799         * News: Update 0.32
5800
5801         * HACKING: Fixed realease instructions.  configure.in should be updated to
5802           the next release by the person who made the last release.
5803
5804 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5805
5806         * python/lvalue_cast_post_process.py - removed.  Patch has been
5807           submitted to Pyrex maintainers that fixes gcc4.0 errors
5808
5809         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5810
5811 2005-03-24  Daniel Reed  <n@ml.org>
5812
5813         * tools/Makefile.am: Make print-introspect and
5814         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5815
5816 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5817
5818         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5819
5820         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5821           had in Red Hat packages for a while but for some reason never 
5822           got merged upstream
5823           (_dbus_is_a_number): New checks if a string
5824           can be converted to a number and does the conversion if it can
5825           (_dbus_user_database_lookup): Add check to see if the given username
5826           is a udi.  This allows udi's to be used instead of usernames in the
5827           config file.
5828           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5829           is a gdi.  This allows gdi's to be used instead of groupnames in the
5830           config file.
5831
5832 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5833
5834         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5835           code so that it compiles with gcc4.0
5836
5837         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5838           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5839           results back to dbus_binding.c
5840
5841 2005-03-20  Colin Walters  <walters@verbum.org>
5842
5843         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5844
5845         * configure.in: Require GTK+ 2.6.
5846         
5847 2005-03-20  Colin Walters  <walters@verbum.org>
5848
5849         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5850
5851 2005-03-17  Tom Parker  <palfrey@tevp.net>
5852
5853         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5854         print DBUS_UID_UNSET; instead print passed username.  Also
5855         be sure to actually use gid looked up in cache.
5856         
5857         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5858         for DBUS_GID_UNSET and groupname.
5859
5860 2005-03-17  Colin Walters  <walters@verbum.org>
5861
5862         * bus/print-introspect.c: Move to tools/.
5863         * bus/run-with-tmp-session-bus.sh: Ditto.
5864         
5865         * glib/Makefile.am (dbus-glib-bindings.h): Move
5866         generation to tools/Makefile.am.
5867
5868         * test/glib/run-test.sh: Update to handle move
5869         of run-with-tmp-session-bus.sh.
5870
5871         * test/glib/test-service-glib.c: Update to handle
5872         move of dbus-glib-bindings.h.
5873
5874         * tools/print-introspect.c: Moved here
5875         from bus/, and ported to GLib bindings.
5876
5877         * tools/run-with-tmp-session-bus.sh: Moved here
5878         from bus/.
5879
5880         * tools/Makefile.am: Generate dbus-glib-bindings.h
5881         and dbus-bus-introspect.xml here.
5882
5883         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5884         Update.
5885
5886 2005-03-17  Colin Walters  <walters@verbum.org>
5887
5888         * bus/driver.c (write_args_for_direction): Use
5889         _dbus_string_get_const_data to retrieve string;
5890         _dbus_string_get_const_data_len doesn't actually return
5891         a NULL-terminated substring.
5892
5893         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5894         (main): Change to use org_freedesktop_DBus_request_name
5895         instead of using g_proxy_begin_call/end_call.
5896
5897 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5898
5899         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5900         generating the finalizer.  Fixes from Ben Maurer.
5901
5902 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5903
5904         * mono/BusDriver.cs: Update method names: ListServices
5905         becomes ListNames; GetOwner becomes GetNameOwner.
5906
5907         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5908         onto the eval stack when removing the delegate.
5909
5910 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5911
5912         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5913         LT_CURRENT.  Set it to the autoconf variable.
5914                                                                                 
5915         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5916         classes that disconnects the signal handler delegate from the
5917         service object.  Fixes a big leak of proxy objects on the
5918         client side of things.  Patch from Ben Maurer
5919         <bmaurer@ximian.com>
5920
5921 2005-03-12  Colin Walters  <walters@verbum.org>
5922
5923         * bus/driver.c (write_args_for_direction): New function,
5924         parses a type signature into arguments and outputs to
5925         XML.
5926         (bus_driver_handle_introspect): Use it instead of
5927         hardcoding XML for certain signatures.
5928         
5929         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5930         dependency on dbus-daemon.
5931
5932         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5933         argument, pass it to dbus_binding_tool_output_glib_client.
5934
5935         * glib/dbus-binding-tool-glib.c
5936         (generate_client_glue): Protect against multiple inclusion.
5937         (dbus_binding_tool_output_glib_client): Add
5938         G_BEGIN_DECLS/G_END_DECLS.
5939
5940         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5941         Change to just take iface prefix directly.
5942         (write_formal_parameters): Clarify error message.
5943         (check_supported_parameters): New function; checks to see type
5944         signatures of method parameters are supported.
5945         (generate_client_glue): Handle ignore_unsupported flag.
5946         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5947         parameter.
5948
5949         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5950         --ignore-unsupported by default until glib bindings
5951         support arrays.
5952
5953 2005-03-11  Colin Walters  <walters@verbum.org>
5954
5955         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5956         install it.
5957
5958         * bus/print-introspect.c: New file; prints introspection
5959         data for a given name and object path.
5960
5961         * bus/run-with-tmp-session-bus.sh: New file, refactored
5962         from test/glib/run-test.sh.  Creates a temporary session
5963         bus and runs another program.
5964
5965         * test/glib/run-test.sh: Refactor to invoke
5966         run-with-tmp-session-bus.sh.
5967
5968         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5969         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5970         macros instead of hardcoding.
5971
5972         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5973
5974 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5975
5976         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5977         this unref; it doesn't match up evenly in some codepaths.
5978         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5979         this evenly matches with the ref near the top of this function.
5980
5981 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5982
5983         * dbus/dbus-object-tree.c
5984         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5985         and we try to unregister a path that's not registered, still go
5986         through the process of unlocking and don't just return.
5987
5988 2005-03-09  Colin Walters  <walters@verbum.org>
5989
5990         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5991         to this are generated for client-side wrappers.  Invokes a
5992         D-BUS method and returns reply values.  
5993
5994         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5995         function; writes signature string for argument direction.
5996         (write_args_for_direction): Change to pass input values directly
5997         instead of via address, and fix indentation.
5998         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5999         make generated wrappers inlineable.
6000
6001         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
6002         note about using dbus_type_is_fixed.
6003
6004         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
6005         dbus/dbus-signature.c as dbus_type_is_fixed.
6006
6007         All callers updated.
6008
6009         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
6010         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
6011
6012         * dbus/dbus-signature.h: Prototype.
6013
6014         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
6015         error printf code.
6016
6017         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
6018         appropriate instead of just freeing it.
6019         (main): Free returned strings using g_free.
6020
6021         * test/glib/Makefile.am (test-service-glib-glue.h)
6022         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
6023
6024         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
6025         simply maps a simple D-BUS type to GType.
6026         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
6027         GType.
6028         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
6029         initialize the value with it.
6030         (dbus_gvalue_binding_type_from_type): Unused, delete.
6031         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
6032         various types instead of unmarshalling to value data directly.
6033         Remove can_convert boolean.
6034         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
6035         returning directly instead of using can_convert boolean.
6036         (dbus_gvalue_store): New function; not related to D-BUS per-se.
6037         Stores a GValue in a pointer to a value of its corresponding C
6038         type.
6039
6040         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
6041         add dbus_gvalue_store.
6042
6043 2005-03-08  Joe Shaw  <joeshaw@novell.com>
6044
6045         Fix a bunch of lifecycle and memory management problems
6046         in the mono bindings.
6047
6048         * mono/Arguments.cs (Arguments): Implement IDisposable
6049
6050         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
6051         strictly a static class.
6052
6053         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
6054         delegates into this file.
6055         (Connection): Implement IDisposable.
6056         (Dispose): Disconnect the connection and set the raw connection
6057         pointer to IntPtr.Zero.
6058         (~Connection): Call Dispose().
6059         (RegisterObjectPath): Added.  Manages the registration of object
6060         paths so we can cleanly disconnect them at dispose/finalize time.
6061         (UnregisterObjectPath): Ditto.
6062         (set_RawConnection): Unregister all of the object paths when
6063         changing the underlying DBusConnection.  Add them back onto the
6064         new connection, if any.
6065
6066         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
6067         more unmanaged resources anymore, so it's not necessary.  Move all
6068         the DBusObjectPathVTable stuff out of here.
6069         (Handler): Save references to our delegates so that they don't get
6070         finalized.  Call Connection.RegisterObjectPath() instead of
6071         dbus_connection_register_object_path() directly.
6072         (Message_Called): Dispose the message after we're finished with
6073         it.
6074
6075         * mono/Message.cs (Message): Implement IDisposable.
6076         (Dispose): Dispose the Arguments, and set the RawMessage to
6077         IntPtr.Zero.
6078         (SendWithReplyAndBlock): We own the ref to the reply that comes
6079         back from dbus_connection_send_with_reply_and_block() so add a
6080         comment about that and unref it after we've constructed a managed
6081         MethodReturn class around it.  Fixes a big, big leak.
6082
6083         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
6084         method.
6085         (BuildSignalHandler): After we've sent the Signal message, dispose
6086         of it.
6087         (BuildMethod): Dispose of the method call and reply messages after
6088         we've sent the message and extracted the data we want from the
6089         reply.
6090
6091         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
6092         anymore.
6093         (Service_FilterCalled): Dispose of the message after we're
6094         finished with it.
6095
6096 2005-03-08  Joe Shaw  <joeshaw@novell.com>
6097
6098         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
6099         After we attach our pending call to the connection, unref
6100         it.  Fixes a leak.
6101  
6102         * mono/Connection.cs (set_RawConnection): Disconnect our
6103         filter and match callbacks from the old connection and
6104         reconnect them to the new connection, if any.
6105
6106         * mono/DBusType/Array.cs: "Code" is a static member, so
6107         don't use "this" to refer to it.  Fix for stricter checking
6108         in Mono 1.1.4.
6109  
6110         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
6111         object path that we pass into unmanaged code.
6112  
6113         * mono/DBusType/String.cs (Append): Don't leak the string
6114         that we pass into unmanged code.
6115
6116 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
6117         * NEWS: Update for 0.31
6118
6119         * configure.in: Release 0.31
6120         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
6121
6122         * qt/Makefile.am: fixed build
6123
6124         * dbus/Makefile.am: soname bump for libdbus
6125
6126         * glib/Makefile.am: soname bump for libdbus-glib
6127
6128 2005-03-05  Havoc Pennington  <hp@redhat.com>
6129
6130         * dbus/dbus-sysdeps.c:
6131         (pseudorandom_generate_random_bytes_buffer): fix to have no return
6132         value
6133         (_dbus_generate_random_bytes_buffer): fix return value
6134
6135         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
6136         checks actually work, from Tom Parker <fdo@tevp.net>
6137
6138 2005-03-01  Colin Walters  <walters@verbum.org>
6139
6140         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
6141         functions copied from dbus-glib-tool.c.
6142         (main): Convert lots of error code to use them.
6143         Also add some testing for introspection bits.
6144
6145 2005-03-01  Colin Walters  <walters@verbum.org>
6146         
6147         * doc/TODO: Remove introspection signature TODO.
6148
6149 2005-02-27  Colin Walters  <walters@verbum.org>
6150
6151         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
6152         Change return value to const char * instead of int so we can do
6153         full signatures.
6154         (struct PropertyInfo, struct ArgInfo): Store char *.
6155         (property_info_new, arg_info_new): Update parameters, strdup.
6156         (property_info_unref, arg_info_unref): Free.
6157
6158         * glib/dbus-gidl.h: Update prototypes.
6159
6160         * glib/dbus-gparser.c (basic_type_from_string): Delete.
6161         (validate_signature): New function, just validates signature and
6162         sets GError.
6163         (parse_property, parse_arg): Invoke validate_signature.  Store
6164         signature instead of just type code.
6165
6166         * glib/dbus-gvalue.c (base_type_from_signature): New utility
6167         function to return a primary type for a signature, dropping
6168         information about types in container types.
6169         (dbus_gvalue_genmarshal_name_from_type)
6170         (dbus_gvalue_binding_type_from_type)
6171         (dbus_gvalue_ctype_from_type): Update to take full signature
6172          instead of type code.
6173         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
6174
6175         * glib/dbus-gvalue.h: Update prototypes for above.
6176
6177         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
6178         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
6179         (introspect_properties, introspect_signals, write_interface):
6180         Update to handle signatures, and remove usage of
6181         _dbus_gutils_type_to_string.
6182         (handle_introspect): Print out type codes instead of e.g. "string"
6183         in hardcoded introspection XML; also use x_AS_STRING constants
6184         instead of hardcoding in string.
6185
6186         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
6187         to string.  Remove usage of _dbus_gutils_type_to_string.
6188
6189         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
6190
6191         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
6192         deletion.
6193         
6194         * glib/dbus-binding-tool-glib.c (compute_marshaller)
6195         (compute_marshaller_name, generate_glue): Handle signature change
6196         to string.
6197         (write_formal_parameters, write_args_for_direction): Ditto, and
6198         remove FIXME.
6199
6200         * tools/dbus-tree-view.c (type_to_string): Delete.
6201         (info_set_func_text): Update to print full signatures.
6202
6203         * test/glib/test-service-glib.xml: Change types to new
6204         introspection format.
6205
6206 2005-02-26  Havoc Pennington  <hp@redhat.com>
6207
6208         * doc/TODO: remove the "guid" item
6209
6210         * test/glib/test-profile.c (no_bus_thread_func): use open_private
6211         (with_bus_thread_func): use open_private
6212
6213         * dbus/dbus-connection.c (dbus_connection_open_private): new
6214         function that works like the old dbus_connection_open()
6215         (dbus_connection_open): now returns an existing connection if
6216         possible
6217
6218         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
6219         through the GUID to the transport
6220
6221         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
6222         GUID in hex-encoded form.
6223
6224         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
6225         pass GUID argument in to the transport
6226
6227         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
6228         guid argument
6229
6230         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
6231
6232         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
6233
6234 2005-02-25  Havoc Pennington  <hp@redhat.com>
6235
6236         * doc/dbus-specification.xml: document the GUID thing
6237
6238         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
6239         globally unique ID for the server, and put a "guid=hexencoded"
6240         field in the address
6241
6242         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
6243
6244         * dbus/dbus-message.c: ditto
6245
6246         * dbus/dbus-dataslot.c: ditto
6247
6248         * dbus/dbus-list.c: ditto
6249
6250         * dbus/dbus-internals.h: wait, just include
6251         dbus-threads-internal.h here
6252         
6253         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
6254         use in main library
6255
6256         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
6257
6258 2005-02-24  Colin Walters  <walters@verbum.org>
6259
6260         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
6261
6262 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
6263
6264         * glib/Makefile.am: added dbus-gobject.h to sources list
6265         so distcheck doesn't fail
6266         
6267 2005-02-24  Havoc Pennington  <hp@redhat.com>
6268
6269         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
6270         you must disconnect before unref, since locking and other things
6271         are screwed up otherwise. Fix assorted other locking stuff.
6272
6273         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
6274         fix compilation
6275
6276         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
6277         into a private header and don't export from the library
6278
6279         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
6280
6281 2005-02-24  Colin Walters  <walters@verbum.org>
6282         
6283         * dbus/dbus-signature.c: New file; implements various functions
6284         related to type signatures.  Includes an interator for parsing,
6285         validation functions.
6286         (dbus_type_is_basic): Moved here from
6287         dbus-marshal-basic.c:_dbus_type_is_basic.
6288         (dbus_type_is_container): Moved here from
6289         dbus-marshal-basic.c:_dbus_type_is_container.
6290
6291         All callers of _dbus_type_is_container and _dbus_type_is_basic
6292         updated, and include dbus-signature.h.
6293
6294         * dbus/dbus-signature.h: New file; prototypes for the above.
6295
6296         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
6297         dbus-signature.h.
6298
6299         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
6300         function factored out of _dbus_first_type_in_signature.
6301         (_dbus_first_type_in_signature_c_str): New function; returns first
6302         type code for a type signature character.
6303
6304         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
6305         handle function moves.
6306
6307         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
6308
6309         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
6310         function; skips to next complete type in type signature.
6311         Implemented using previous skip_one_complete_type.  Now
6312         skip_one_complete_type just delegates to
6313         _dbus_type_signature_next.
6314
6315         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
6316         to dbus-signature.c
6317         (_dbus_type_is_container): Ditto.
6318
6319         * doc/dbus-specification.xml: Update introspection sample to
6320         use real type signatures.
6321
6322         * dbus/dbus-test.h: Prototype signature test.
6323
6324         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
6325         signature tests.
6326
6327         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
6328
6329 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
6330
6331         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
6332         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
6333
6334 2005-02-21  Colin Walters  <walters@verbum.org>
6335
6336         * dbus/dbus-test-main.c (main): Take optional specific test
6337         argument.
6338
6339         * dbus/dbus-test.c (run_test): New function, runs a test function
6340         with no data directory.
6341         (run_data_test): Like above, but takes data directory.
6342         (dbus_internal_do_not_use_run_tests): Take
6343         specific test argument.  Replace lots of cut n' paste code
6344         with run_test and run_data_test.
6345
6346         * dbus/dbus-test.h: Update prototype for
6347         dbus_internal_do_not_use_run_tests.
6348
6349 2005-02-20  Havoc Pennington  <hp@redhat.com>
6350
6351         Fix bugs reported by Daniel P. Berrange
6352         
6353         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
6354         (protected_change_watch): new function
6355         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
6356         (_dbus_server_add_watch): change to work like the
6357         dbus-connection.c equivalents; like those, probably kind of
6358         busted, but should at least mostly work for now
6359         (dbus_server_disconnect): drop the lock if we were already
6360         disconnected, patch from Daniel P. Berrange
6361
6362         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
6363         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
6364         same stuff
6365
6366         * doc/TODO: todo about unscrewing this mess
6367
6368 2005-02-19  Colin Walters  <walters@verbum.org>
6369
6370         * glib/dbus-binding-tool-glib.c
6371         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
6372
6373         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
6374         as errno.h and sys/stat.h.
6375         (lose): New function, prints error with
6376         newline and exits.
6377         (lose_gerror): Similar, but takes GError for message.
6378         (main): Add --output argument to specify output file to write to,
6379         instead of always printing to stdout.  In this mode, determine
6380         timestamps on source files to see whether any are newer than the
6381         target file.  If not, exit.  Also convert a number of error
6382         messages to use lose (since it's shorter), and switch to using
6383         g_io_channel_shutdown.
6384
6385 2005-02-19  Havoc Pennington  <hp@redhat.com>
6386
6387         * glib/dbus-gobject.c
6388         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
6389
6390         * glib/dbus-glib.c: fix doxygen warnings
6391
6392         * glib/dbus-gparser.c (parse_annotation): error if an annotation
6393         is found on an <arg>
6394
6395 2005-02-17  Colin Walters  <walters@verbum.org>
6396
6397         * glib/dbus-gobject.h: Don't export
6398         _dbus_glib_marshal_dbus_message_to_gvalue_array.
6399         
6400         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
6401         (invoke_object_method): Handle it.
6402
6403         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
6404         Handle rename.
6405         
6406 2005-02-17  Colin Walters  <walters@verbum.org>
6407
6408         * bus/.cvsignore, doc/.cvsignore
6409         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
6410         Update.
6411
6412 2005-02-17  Colin Walters  <walters@verbum.org>
6413         
6414         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
6415         Rename to DBUS_SERVICE_DBUS.
6416         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
6417         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
6418         Change the value from "org.freedesktop.Local"
6419         to "org.freedesktop.DBus.Local".
6420         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
6421         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
6422         DBUS_INTERFACE_INTROSPECTABLE.
6423         Change the value from "org.freedesktop.Introspectable"
6424         to "org.freedesktop.DBus.Introspectable".
6425         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
6426         DBUS_INTERFACE_PROPERTIES.
6427         Change the value from "org.freedesktop.Properties"
6428         to "org.freedesktop.DBus.Properties".
6429         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
6430         DBUS_INTERFACE_PEER.
6431         Change the value from "org.freedesktop.Peer"
6432         to "org.freedesktop.DBus.Peer".
6433         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
6434         DBUS_INTERFACE_LOCAL.
6435         Change the value from "org.freedesktop.Local"
6436         to "org.freedesktop.DBus.Local".
6437
6438         All other users of those constants have been changed.
6439
6440         * bus/driver.c (bus_driver_handle_introspect): Use constants.
6441
6442         * glib/dbus-gobject.c (handle_introspect): Use constants.
6443
6444         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
6445
6446 2005-02-17  Colin Walters  <walters@verbum.org>
6447
6448         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
6449         (parse_node, parse_interface, parse_method, parse_signal)
6450         (parse_property, parse_annotation): Lose if we're currently in an
6451         annotation.
6452         (parse_annotation): New function.
6453         (parser_start_element, parser_end_element): Handle annotation.
6454         (parse_method, parse_interface): Remove support for c_name attribute,
6455         switch to annotations.
6456
6457         * glib/dbus-gidl.h (interface_info_get_binding_names)
6458         (method_info_get_binding_names)
6459         (interface_info_get_binding_name, method_info_get_binding_name)
6460         (interface_info_set_binding_name, method_info_set_binding_name):
6461         Remove.
6462         (interface_info_get_annotations, method_info_get_annotations)
6463         (interface_info_get_annotation, method_info_get_annotation)
6464         (interface_info_add_annotation, method_info_add_annotation):
6465         Prototype.
6466
6467         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
6468         for "bindings".
6469         (struct MethodInfo): Ditto.
6470         Straightfoward conversion of binding methods into annotation methods
6471         as prototyped.
6472
6473         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
6474
6475         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
6476
6477         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
6478         Use new annotation API.
6479
6480         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
6481         annotation element.
6482         
6483         * doc/dbus-specification.xml: Discuss introspection annotations,
6484         include list of well-known annotations.
6485
6486         * test/glib/test-service-glib.xml: Make validate against new DTD.
6487
6488 2005-02-17  Colin Walters  <walters@verbum.org>
6489
6490         This patch is based on initial work from
6491         Paul Kuliniewicz <kuliniew@purdue.edu>.
6492
6493         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
6494         initialization of GValue from dbus type to here.
6495         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
6496         for the "glib-genmarshal" program from a DBus type.
6497         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
6498         into the C name for it we use in the glib bindings.
6499         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
6500         glib C type (not GValue).
6501         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
6502
6503         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
6504         from dbus-gobject.c.
6505
6506         * glib/dbus-gutils.h: Prototype it.
6507
6508         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
6509         (marshal_dbus_message_to_g_marshaller): Use new shared function
6510         dbus_glib_marshal_dbus_message_to_gvalue_array.
6511
6512         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
6513         Will be changed once we have annotations.
6514
6515         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
6516         GStaticRWLock.  Callers updated.
6517         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
6518         (string_table_next): New function for iterating over zero-terminated
6519         string value array.
6520         (string_table_lookup): New function; retrieves specific entry in
6521         array.
6522         (get_method_data): New function; look up method data in object data chunk.
6523         (object_error_domain_prefix_from_object_info)
6524         (object_error_code_from_object_info): New functions, but not implemented yet.
6525         (method_interface_from_object_info): New function; retrieve interface name.
6526         (method_name_from_object_info): New function; retrieve method name.
6527         (method_arg_info_from_object_info): New function; retrieve argument data.
6528         (arg_iterate): New function; iterates over serialized argument data.
6529         (method_dir_signature_from_object_info): New function; returns a
6530         GString holding type signature for arguments for just one
6531         direction (input or output).
6532         (method_input_signature_from_object_info)
6533         (method_output_signature_from_object_info): New functions.
6534         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
6535         converts dbus message arguments into a GValue array.  Used for both
6536         signal handling and method invocation.
6537         (struct DBusGlibWriteIterfaceData): New utility structure.
6538         (write_interface): New function; generate introspection XML for
6539         an interface.
6540         (introspect_interfaces): New function; gathers all interface->methods,
6541         generates introspection XML for them.
6542         (handle_introspect): Invoke introspect_interfaces.
6543         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
6544         (lookup_object_and_method): New function; examines an incoming message
6545         and attempts to match it up (via interface, method name, and argument
6546         signature) with a known object and method.
6547         (gerror_domaincode_to_dbus_error_name): New function; converts a
6548         GError domain and code into a DBus error name.  Needs GError data
6549         added to object introspection to work well.
6550         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
6551         GError.
6552         (invoke_object_method): New function to invoke an object method
6553         looked up via lookup_object_and_method.  Parses the incoming
6554         message, turns it into a GValue array, then invokes the marshaller
6555         specified in the DBusGMethodInfo.  Creates a new message with
6556         either return values or error message as appropriate.
6557         (gobject_message_function): Invoke lookup_object_and_method and
6558         invoke_object_method.
6559
6560         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
6561         (enum DBusBindingOutputMode): New enum for binding output modes.
6562         (pretty_print): Print binding names.
6563         (dbus_binding_tool_error_quark): GError bits.
6564         (version): Fix typo.
6565         (main): Create GIOChannel for output.  Parse new --mode argument,
6566         possible values are "pretty-print", "glib-server", "glib-client".
6567         Use mode to invoke appropriate function.
6568         
6569         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
6570
6571         * glib/dbus-glib-tool.h: New header, just includes GError bits
6572         for now.
6573
6574         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
6575         maps binding style to name.
6576         (struct MethodInfo): Ditto.
6577         (get_hash_keys, get_hash_key): Utility function, returns keys for
6578         a GHashTable.
6579         (interface_info_new, method_info_new): Initialize bindings.
6580         (interface_info_unref, method_info_unref): Destroy bindings.
6581         (method_info_get_binding_names, method_info_get_binding_name)
6582         (interface_info_get_binding_names, interface_info_get_binding_name):
6583         Functions for retrieving binding names.
6584         (method_info_set_binding_name, interface_info_set_binding_name):
6585         Functions for setting binding names.
6586
6587         * glib/dbus-binding-tool-glib.h: New file, has prototypes
6588         for glib binding generation.
6589
6590         * glib/dbus-binding-tool-glib.c: New file, implements server-side
6591         and client-side glib glue generation.
6592
6593         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
6594         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
6595         dbus-glib-tool.h.
6596
6597         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
6598         of using GClosureMarshal directly.
6599         (struct DBusGObjectInfo): Add n_infos member.
6600
6601         * test/glib/test-service-glib.xml: New file; contains introspection data
6602         for MyTestObject used in test-service-glib.c.
6603
6604         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
6605         (my_object_do_nothing, my_object_increment, my_object_throw_error)
6606         (my_object_uppercase, my_object_many_args): New test methods.
6607         (main): Use dbus_g_object_class_install_info to include generated object
6608         info.
6609
6610         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
6611         as well as client-side bindings.
6612
6613         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
6614         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
6615         using both the dbus_gproxy stuff directly as well as the generated bindings.
6616
6617 2005-02-15  Havoc Pennington  <hp@redhat.com>
6618
6619         * dbus/dbus-connection.c (dbus_connection_dispatch): always
6620         complete a pending call, don't run filters first.
6621
6622         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
6623         dbus_pending_call_steal_reply
6624
6625         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
6626         _dbus_connection_block_pending_call
6627         (dbus_pending_call_get_reply): change to steal_reply and return a
6628         ref
6629
6630         * dbus/dbus-connection.c
6631         (dbus_connection_send_with_reply_and_block): port to work in terms
6632         of DBusPendingCall
6633         (_dbus_connection_block_pending_call): replace block_for_reply
6634         with this
6635
6636 2005-02-14  Havoc Pennington  <hp@redhat.com>
6637
6638         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
6639         properly handle looking up group information by name; fix 
6640         from j@bootlab.org
6641
6642 2005-02-13  Havoc Pennington  <hp@redhat.com>
6643
6644         * dbus/dbus-connection.c (dbus_connection_return_message) 
6645         (dbus_connection_borrow_message): hold dispatch lock while message
6646         is outstanding
6647         (_dbus_connection_block_for_reply): hold dispatch lock while we
6648         block for the reply, so nobody steals our reply
6649         (dbus_connection_pop_message): hold the dispatch lock while we
6650         pluck the message
6651
6652 2005-02-13  Havoc Pennington  <hp@redhat.com>
6653
6654         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
6655         (_dbus_connection_release_dispatch)
6656         (_dbus_connection_acquire_io_path)
6657         (_dbus_connection_release_io_path): make the mutex and condvar
6658         control access to the "acquired" flag. Drop the connection lock
6659         while waiting on the condvar. Hopefully these are baby steps in
6660         roughly the right direction.
6661
6662 2005-02-13  Havoc Pennington  <hp@redhat.com>
6663
6664         * dbus/dbus-connection.c: use separate mutexes for the condition
6665         variables; this is some kind of baseline for sanity, but the
6666         condition variables still aren't used correctly afaict
6667
6668 2005-02-13  Havoc Pennington  <hp@redhat.com>
6669
6670         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6671         fix a double-unlock
6672
6673         * dbus/dbus-connection.c
6674         (_dbus_connection_detach_pending_call_unlocked): add this
6675
6676         Initial semi-correct pass through to fix thread locking; there are
6677         still some issues with the condition variable paths I'm pretty
6678         sure
6679         
6680         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
6681         lock/unlock calls
6682
6683         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
6684         rename to add _unlocked
6685         (struct DBusConnection): move "dispatch_acquired" and
6686         "io_path_acquired" to use only one bit each.
6687         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
6688         (dbus_connection_set_watch_functions): hacky fix to reentrancy
6689         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
6690         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
6691         (_dbus_connection_remove_timeout) 
6692         (_dbus_connection_toggle_timeout): drop lock when calling out to
6693         user functions; done in a hacky/bad way.
6694         (_dbus_connection_send_and_unlock): add a missing unlock
6695         (_dbus_connection_block_for_reply): add a missing unlock
6696
6697         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
6698         drop lock in a hacky probably unsafe way to call out to user
6699         function
6700
6701 2005-02-12  Havoc Pennington  <hp@redhat.com>
6702
6703         * tools/dbus-tree-view.c (info_set_func_text): display more
6704         details on args
6705
6706         * bus/driver.c (bus_driver_handle_list_services): list the bus
6707         driver
6708
6709         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
6710
6711         * glib/dbus-gidl.c (signal_info_get_n_args): new function
6712         (method_info_get_n_args): new function
6713
6714 2005-02-12  Havoc Pennington  <hp@redhat.com>
6715
6716         * bus/driver.c (bus_driver_handle_introspect): add introspection
6717         for bus driver
6718
6719 2005-02-12  Havoc Pennington  <hp@redhat.com>
6720
6721         * bus/driver.c: put the signature of each bus driver method in the
6722         table of handlers and check it on incoming calls; this isn't
6723         really useful, but going to add introspect support in a minute.
6724
6725 2005-02-11  Joe Shaw  <joeshaw@novell.com>
6726
6727         * mono/Connection.cs: The unpredictability of finalizers in mono
6728         prevents us from deterministically disconnecting the filters from
6729         the Service class's finalizer, so move tracking of filters and
6730         matches here.  Add API for that.
6731
6732         * mono/Service.cs: Remove the code, add code which calls the
6733         methods now on the Connection class.
6734
6735 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
6736
6737         * python/dbus.py (class Sender): added to support dbus signals better
6738         (Bus::add_signal_receiver): added expand_args parameter which defaults
6739         to True.  When expand args is True the signal handler will pass the 
6740         message arguments as parameters to the signal handler.  If False
6741         revert to previous behavior where the signal handler must get the
6742         argument list from the message.  This is to help port applications
6743         like HAL that have a tendancy to send variable length argument lists.
6744         self._match_rule_to_receivers is now a dict of dicts.
6745         (Bus::remove_signal_receiver): pop handler off the dict intead of 
6746         removing it from a list
6747         (Bus::_signal_func): change signal handlers so that interface,
6748         signal_name, service, path and message are packed into a Sender
6749         object and that is passed to the handler.  If expand_args is True
6750         extract the args list from the message and append it to the parameter
6751         list
6752         
6753         * python/dbus_bindings.pyx.in (class Signature): added to support 
6754         signiature types
6755         (MessageIter::__init__): changed iteration limit to match D-BUS
6756         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
6757         STRUCT and VARIENT type support
6758         (MessageIter::python_value_to_dbus_sig): made recursive to support
6759         recursive types
6760         (MessageIter::append*): added Signature, dict, tuple 
6761         support
6762
6763         * python/examples/example-client.py: added examples of getting tuples
6764         and dicts
6765
6766         * python/examples/example-service.py: added examples of sending tuples
6767         and dicts
6768
6769         * python/examples/example-signal-recipient.py: Fixed to handle new
6770         signal callback format
6771
6772 2005-02-10  Havoc Pennington  <hp@redhat.com>
6773
6774         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
6775         (call dbus_g_proxy_add_signal)
6776
6777         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
6778         escape the hostname
6779         (_dbus_server_new_for_domain_socket): escape the path
6780
6781         * dbus/dbus-address.c (dbus_address_escape_value): new
6782         (dbus_address_unescape_value): new
6783         (dbus_parse_address): unescape values
6784
6785         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6786
6787         * doc/dbus-specification.xml: explain how to escape values in
6788         addresses
6789
6790 2005-02-10  Havoc Pennington  <hp@redhat.com>
6791
6792         * dbus/dbus-message-factory.c (generate_special): modify test to
6793         avoid using a non-basic dict key
6794
6795         * dbus/dbus-marshal-validate-util.c: add test for the below
6796
6797         * doc/dbus-specification.xml: require that dict keys are a basic
6798         type
6799
6800         * dbus/dbus-marshal-validate.c
6801         (_dbus_validate_signature_with_reason): require that dict key is a
6802         basic type
6803
6804 2005-02-10  Havoc Pennington  <hp@redhat.com>
6805
6806         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6807         change to be _and_unlock instead of _unlocked
6808
6809         * dbus/dbus-connection.c
6810         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6811         have no_update so we can find this bug quickly in future
6812
6813 2005-02-10  Havoc Pennington  <hp@redhat.com>
6814
6815         * dbus/dbus-message-util.c (verify_test_message): tests for string
6816         array
6817
6818         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6819         support for arrays of string/signature/path
6820
6821 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6822
6823         * dbus/dbus-connection.c
6824         (_dbus_connection_queue_received_message_link,
6825         _dbus_connection_message_sent): Add the path to
6826         the verbose output.
6827         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6828         _dbus_connection_send_preallocated_unlocked(), updated the
6829         dispatch status, and unlocks.  Fixes a bug where certain
6830         situations (like a broken pipe) could cause a Disconnect message
6831         to not be sent, tricking the bus into thinking a service was still
6832         there when the process had quit.
6833         (_dbus_connection_send_preallocated): Call
6834         _dbus_connection_send_preallocated_and_unlock().
6835         (_dbus_connection_send_and_unlock): Added.  Calls
6836         _dbus_connection_send_preallocated_and_unlock().
6837         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6838         (dbus_connection_send_with_reply): Update the dispatch status and
6839         unlock.
6840
6841         * mono/Service.cs (~Service): Added.  Removes the filter so that
6842         we don't get unmanaged code calling back into a GCed delegate.
6843         (RemoveFilter); Added.
6844
6845 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6846
6847         * dbus/dbus-message.c (dbus_message_iter_open_container):
6848         - Removed check for iterator type being an array because
6849         get_arg_type does not work with writer iterators
6850         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6851
6852 2005-02-07  Havoc Pennington  <hp@redhat.com>
6853
6854         * doc/dbus-specification.xml: some more language cleanups; add
6855         stuff about how to deal with invalid protocol and extension
6856         points; add _ to allowed chars in auth commands; add EXTENSION_
6857         auth command prefix
6858
6859 2005-02-06  Havoc Pennington  <hp@redhat.com>
6860
6861         * s/expected/required/ in a couple places for clarity
6862
6863 2005-02-07  Colin Walters  <walters@verbum.org>
6864
6865         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6866         sender or proposed_recipient.
6867
6868 2005-02-06  Havoc Pennington  <hp@redhat.com>
6869
6870         * dbus/dbus-message-factory.c (generate_special): more tests
6871
6872         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6873         array length that exceeds the maximum
6874
6875 2005-02-05  Havoc Pennington  <hp@redhat.com>
6876
6877         * dbus/dbus-message-factory.c (generate_special): more test cases,
6878         increasing coverage
6879
6880         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6881         reason why a signature was invalid
6882
6883         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6884         skip the length of the string before we look at it in validation
6885
6886         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6887         equal_substring
6888
6889         * dbus/dbus-message.c (_dbus_message_loader_new): default
6890         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6891
6892 2005-02-05  Havoc Pennington  <hp@redhat.com>
6893
6894         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6895         if the signature of a variant was empty
6896         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6897         struct with no element type)
6898
6899         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6900         mangled messages to break things
6901
6902 2005-02-04  Havoc Pennington  <hp@redhat.com>
6903
6904         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6905         g_quark_try_string() so it actually can return 0
6906         (dbus_g_proxy_connect_signal): ditto
6907
6908 2005-02-04  Havoc Pennington  <hp@redhat.com>
6909
6910         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6911         bogus warning
6912         (tristring_from_message): assert cleanly on null path/interface
6913         (should not be possible though I decided later)
6914         (dbus_g_proxy_dispose): move proxy manager unregistration here
6915         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6916         g_return_if_fail() checks
6917
6918 2005-02-04  Havoc Pennington  <hp@redhat.com>
6919
6920         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6921
6922         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6923         (with some minor changes)
6924
6925         * doc/dbus-specification.xml: add deprecated attribute to
6926         introspection format
6927
6928 2005-01-31  Havoc Pennington  <hp@redhat.com>
6929
6930         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6931         think it's sort of right
6932
6933 2005-01-30  Havoc Pennington  <hp@redhat.com>
6934
6935         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6936
6937 2005-01-30  Havoc Pennington  <hp@redhat.com>
6938
6939         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6940
6941         * autogen.sh: change to autotools 1.9
6942
6943         * glib/dbus-gproxy.c: completely change how signals work
6944         (dbus_g_proxy_add_signal): new function to specify signature of a
6945         signal
6946         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6947         and g_warning if the incoming message has the wrong signature.
6948
6949 2005-01-30  Havoc Pennington  <hp@redhat.com>
6950
6951         * tools/dbus-names-model.c (have_names_notify): fix this
6952
6953         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6954         up the string array handling a bit 
6955
6956 2005-01-30  Havoc Pennington  <hp@redhat.com>
6957
6958         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6959         (dbus_g_pending_call_cancel): new function
6960
6961         * dbus/dbus-glib.h: move GType decls for connection/message here;
6962         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6963         here, just kind of rationalizing how we handle all that
6964
6965         * tools/dbus-names-model.c: new file for a tree model listing the
6966         services on a bus
6967
6968         * tools/dbus-tree-view.c (model_new): use proper typing on the
6969         model rows
6970
6971 2005-01-30  Havoc Pennington  <hp@redhat.com>
6972
6973         * glib/dbus-gmain.c: add a custom GSource back that just checks
6974         whether the message queue has anything in it; otherwise, there are 
6975         cases where we won't see messages in the queue since there was no 
6976         IO visible to the glib main loop
6977
6978         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6979         increase default message timeout to 25 seconds
6980
6981 2005-01-30  Havoc Pennington  <hp@redhat.com>
6982
6983         * test/glib/test-profile.c (no_bus_stop_server): remove the
6984         warning about the g_warning that I just fixed
6985
6986         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6987         custom source, seems to be a lot easier to understand and work
6988         better.
6989
6990 2005-01-30  Havoc Pennington  <hp@redhat.com>
6991
6992         I think this main loop thing is conceptually broken, but here are 
6993         some band aids. I'll maybe rewrite it in a minute.
6994         
6995         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6996         custom GSource, so don't pass it in; confusing
6997         (gsource_server_finalize, gsource_connection_finalize): add
6998         finalize handlers that remove all the watches.  
6999
7000 2005-01-30  Havoc Pennington  <hp@redhat.com>
7001
7002         * glib/dbus-gobject.c (introspect_properties): fix the XML
7003         generated
7004
7005         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
7006         which effectively detects the use of freed messages
7007
7008         * glib/dbus-gobject.c (handle_introspect): modify and return the
7009         reply message instead of the incoming message
7010
7011         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
7012         gee, maybe it should SEND THE XML instead of just making a string
7013         and freeing it again ;-)
7014
7015         * tools/dbus-print-message.c (print_message): improve printing of
7016         messages
7017
7018         * configure.in: add debug-glib.service to the output
7019
7020 2005-01-30  Havoc Pennington  <hp@redhat.com>
7021
7022         dbus-viewer introspected and displayed the bus driver
7023         
7024         * dbus/dbus-object-tree.c 
7025         (object_tree_test_iteration): add tests for a handler registered on "/"
7026
7027         * dbus/dbus-object-tree.c
7028         (_dbus_decompose_path): fix to handle path "/" properly
7029         (run_decompose_tests): add tests for path decomposition
7030         
7031         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
7032         properly
7033
7034         * glib/dbus-gobject.c (handle_introspect): fix quotes
7035
7036         * test/glib/run-test.sh: support launching the bus, then running
7037         dbus-viewer
7038
7039         * test/glib/test-service-glib.c (main): put in a trivial gobject
7040         subclass and register it on the connection
7041
7042         * bus/driver.c (bus_driver_handle_introspect): implement
7043         introspection of the bus driver service
7044
7045         * dbus/dbus-protocol.h: add #defines for the XML namespace,
7046         identifiers, doctype decl
7047
7048         * bus/driver.c (bus_driver_handle_get_service_owner): handle
7049         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
7050         returning the service unchanged.
7051         (bus_driver_handle_message): remove old check for reply_serial in
7052         method calls, now the message type deals with that
7053         (bus_driver_handle_message): handle NULL interface
7054
7055         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
7056
7057         * glib/dbus-gloader-expat.c (description_load_from_string): allow
7058         -1 for len
7059
7060         * tools/dbus-viewer.c: add support for introspecting a service on
7061         a bus
7062
7063         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
7064         (dbus_g_pending_call_unref): add
7065
7066 2005-01-29  Havoc Pennington  <hp@redhat.com>
7067
7068         * tools/dbus-tree-view.c: add support for displaying properties.
7069         (run dbus-viewer with an introspect xml file as arg, then resize
7070         the window so the tree elements show up, not sure what that is)
7071
7072         * glib/dbus-gobject.c (handle_introspect): return
7073         org.freedesktop.Properties and org.freedesktop.Introspectable
7074         interfaces when we are introspected.
7075
7076         * doc/dbus-specification.xml: allow empty interface name when 
7077         Get/Set a property
7078
7079 2005-01-29  Havoc Pennington  <hp@redhat.com>
7080
7081         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
7082         though it uses glib, it could be extended for any binding in
7083         principle
7084
7085         * glib/dbus-gobject.c (gobject_message_function): change to the
7086         new way properties work
7087
7088         * dbus/dbus-protocol.h: add the new interfaces
7089
7090         * doc/dbus-specification.xml: document the introspection format,
7091         Introspectable interface, and add an org.freedesktop.Properties
7092         interface.
7093
7094         * glib/dbus-gparser.c: add support for a <property> element
7095
7096         * glib/dbus-gidl.c: add PropertyInfo
7097
7098         * glib/dbus-gobject.c (handle_introspect): put the outermost
7099         <node> outside the signal and property descriptions.
7100         (introspect_properties): export properties as <property> rather
7101         than as method calls
7102
7103 2005-01-28  Havoc Pennington  <hp@redhat.com>
7104
7105         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
7106         related to authentication protocol
7107
7108 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
7109
7110         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
7111                 - BUS_ACTIVATION -> BUS_STARTER
7112                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
7113                 - class MessageIter (__init__): Added recursion checking 
7114                 so we throw a nice error instead of just disconnecting from the
7115                 bus.
7116                 (get): Added arg_type parameter for recursion.
7117                 Removed the nil type
7118                 Added signiture type placeholder (not implemented)
7119                 Added struct type placeholder (not implemented)
7120                 Added varient type placeholder (not implemented)
7121                 Commented out dict type for now     
7122                 (get_element_type): renamed from get_array_type
7123                 (get_*): changed to use the dbus_message_iter_get_basic API
7124                 (get_*_array): removed in favor of recursive get_array method
7125                 (get_array): new recursive method which calls get to marshal
7126                 the elements of the array
7127                 (value_to_dbus_sig): New method returns the corrasponding
7128                 dbus signiture to a python value
7129                 (append): Comment out dict handling for now
7130                 Handle lists with the new recursive API
7131                 Comment out None handling for now
7132                 (append_nil): removed
7133                 (append_*): changed to use dbus_message_iter_append_basic API
7134                 (append_*_array): removed in favor of recursive append_array 
7135                 method
7136                 (__str__): Make it easier to print out recursive iterators
7137                 for debugging
7138                 - class Message (__str__): moved type inspection to the
7139                 MessageIter class' __str__ method
7140                 (get_iter): Added an append parameter wich defaults to False
7141                 If True use the new API's to create an append iterator
7142
7143         * python/dbus.py: Update to use new bindings API
7144                 - TYPE_ACTIVATION -> TYPE_STARTER
7145                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
7146                 - class ActivationBus -> class StarterBus
7147                 - class RemoteObject (__call__): get an append iterator
7148                 - (_dispatch_dbus_method_call): get an append iterator
7149                 - class Object (emit_signal): get an append iterator
7150
7151         * python/examples/: Fixed up the examples to work with the new API
7152                 
7153 2005-01-28  Joe Shaw  <joeshaw@novell.com>
7154
7155         * configure.in: Bump version up to 0.30.
7156
7157         * HACKING: Add a release item to bump the version number up after 
7158         a release.
7159
7160 2005-01-28  Havoc Pennington  <hp@redhat.com>
7161
7162         * doc/dbus-specification.xml: update to describe 16-bit types and
7163         dict entries
7164
7165         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
7166         assertion
7167
7168         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
7169         type
7170
7171         * dbus/dbus-marshal-recursive.c: implement
7172
7173 2005-01-27  Havoc Pennington  <hp@redhat.com>
7174
7175         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
7176
7177         * configure.in: find the right type for 16 and 32 bit ints as well
7178         as 64
7179
7180         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
7181         the 16-bit types so people don't have to stuff them in 32-bit or
7182         byte arrays.
7183
7184 2005-01-27  Havoc Pennington  <hp@redhat.com>
7185
7186         * dbus/dbus-message.c: byteswap the message if you init an
7187         iterator to read/write from it
7188         
7189         * dbus/dbus-marshal-byteswap.c: new file implementing 
7190         _dbus_marshal_byteswap()
7191
7192         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
7193
7194 2005-01-26  Havoc Pennington  <hp@redhat.com>
7195         
7196         * dbus/dbus-marshal-validate-util.c: break this out (and fix
7197         build, apparently - nobody noticed?)
7198         
7199 2005-01-26  Havoc Pennington  <hp@redhat.com>
7200
7201         * dbus/dbus-marshal-recursive.h: remove todo comment
7202
7203 2005-01-25  Joe Shaw  <joeshaw@novell.com>
7204
7205         * Land the mono binding changes to conform to the new APIs.
7206
7207         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
7208         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
7209
7210         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
7211         type code as a string.
7212         (InitAppending): Rename dbus_message_append_iter_init() to
7213         dbus_message_iter_init_append().
7214
7215         * mono/BusDriver.cs: Rename ServiceEventHandler to
7216         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
7217         Rename ServiceOwnerChanged to NameOwnerChanged.
7218
7219         * mono/Connection.cs: Rename BaseService to UniqueName, and the
7220         underlying C call.
7221
7222         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
7223
7224         * mono/Service.cs: Rename Exists to HasOwner, internally rename
7225         dbus_bus_acquire_service() to dbus_bus_request_name().
7226
7227         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
7228         of Type.UnderlyingSystemType to get the correct element type for
7229         the array.
7230         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
7231         dbus_message_get_{element|arg}_type() instead of
7232         dbus_message_iter_init_array_iterator().
7233         (Append): Replace dbus_message_iter_append_array() with
7234         dbus_message_iter_open_container() and
7235         dbus_message_iter_close_container().
7236
7237         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
7238         types have been removed.
7239         
7240         * mono/DBusType/*.cs: Replace calls of
7241         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
7242         but specify the type in the DllImport extern declaration.  Ditto
7243         for dbus_message_iter_append_[type]() ->
7244         dbus_message_iter_append_basic().
7245
7246         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
7247         NameOwnerChangedHandler.
7248
7249 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
7250
7251         * python/dbus_bindings.pyx.in: Rename of methods and bindings
7252                 - get_base_service -> get_unique_name
7253                 - bus_get_base_service -> bus_get_unique_name
7254                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
7255                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
7256                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
7257                 - bus_activate_service -> bus_start_service_by_name
7258                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
7259                 - bus_acquire_service -> bus_request_name
7260                 - dbus_bus_acquire_service -> dbus_bus_request_name
7261                 - bus_service_exists -> bus_name_has_owner
7262                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
7263
7264         * python/dbus.py: Rename of methods
7265                 - activate_service -> start_service_by_name
7266                 - bus_acquire_service -> bus_request_name
7267                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
7268                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
7269
7270         
7271 2005-01-24  Joe Shaw  <joeshaw@novell.com>
7272
7273         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
7274         signature for the method that can't be found.
7275
7276         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
7277         the message has any arguments, we need to call
7278         _dbus_type_reader_get_current_type(), not
7279         _dbus_type_reader_has_next().
7280
7281 2005-01-24  Havoc Pennington  <hp@redhat.com>
7282
7283         * dbus/dbus-message-factory.c: more testing of message validation
7284
7285         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
7286         header
7287
7288 2005-01-23  Havoc Pennington  <hp@redhat.com>
7289
7290         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
7291         get this all working, not many tests in the framework yet though
7292
7293 2005-01-22  Havoc Pennington  <hp@redhat.com>
7294
7295         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
7296         tutorial, based on work from David Wheeler.
7297
7298 2005-01-21  Havoc Pennington  <hp@redhat.com>
7299
7300         * dbus/dbus-bus.c: add more return_if_fail checks
7301
7302         * dbus/dbus-message.c (load_message): have the "no validation"
7303         mode (have to edit the code to toggle the mode for now though)
7304
7305         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
7306         skips all validation; I want to use this at least for benchmark
7307         baseline, I'm not sure if it should be a publicly-available switch.
7308
7309 2005-01-21  Havoc Pennington  <hp@redhat.com>
7310
7311         * glib/dbus-gmain.c: don't put the GLib bindings in the same
7312         toplevel doxygen group as the low-level API stuff
7313
7314         * dbus/dbus.h: note that libdbus is the low-level API
7315
7316 2005-01-20  Havoc Pennington  <hp@redhat.com>
7317
7318         * update-dbus-docs.sh: script to update docs on the web site, only
7319         works for me though. neener.
7320
7321 2005-01-20  Havoc Pennington  <hp@redhat.com>
7322
7323         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
7324         code can reveal bugs in it
7325
7326 2005-01-20  Havoc Pennington  <hp@redhat.com>
7327
7328         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
7329         select() version, patches from Tor Lillqvist
7330
7331 2005-01-20  Havoc Pennington  <hp@redhat.com>
7332
7333         * doc/dbus-tutorial.xml: replace > with &gt;
7334
7335         * bus/services.c (bus_registry_acquire_service): validate the name
7336         and return a better error if it's no good.
7337
7338         * doc/dbus-specification.xml: note NO_AUTO_START change
7339
7340         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
7341         from AUTO_START, we're toggling the default
7342
7343         * bus/dispatch.c: adapt the tests to change of auto-start default
7344
7345 2005-01-18  Havoc Pennington  <hp@redhat.com>
7346
7347         * rename dbus-daemon-1 to dbus-daemon throughout
7348
7349 2005-01-18  Havoc Pennington  <hp@redhat.com>
7350
7351         * Throughout, grand renaming to strip out the use of "service",
7352         just say "name" instead (or "bus name" when ambiguous).  Did not
7353         change the internal code of the message bus itself, only the
7354         programmer-facing API and messages.
7355         
7356         * doc/dbus-specification.xml: further update the message bus section
7357         
7358         * bus/config-parser.c (all_are_equiv): fix bug using freed string
7359         in error case
7360
7361 2005-01-17  Havoc Pennington  <hp@redhat.com>
7362
7363         * dbus/dbus-types.h: remove 16-bit types since we don't use them
7364         ever
7365
7366         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
7367         "invalid name character" not only non-ASCII
7368
7369         * doc/dbus-specification.xml: further update spec, message bus 
7370         parts are still out-of-date but the marshaling etc. stuff is now
7371         accurate-ish
7372
7373 2005-01-17  Havoc Pennington  <hp@redhat.com>
7374
7375         * doc/dbus-specification.xml: partially update spec
7376
7377 2005-01-17  Havoc Pennington  <hp@redhat.com>
7378
7379         * Throughout, align variant bodies according to the contained
7380         type, rather than always to 8. Should save a fair bit of space in
7381         message headers.
7382         
7383         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
7384         fix handling of case where p == end
7385
7386         * doc/TODO: remove the dbus_bool_t item and variant alignment items
7387
7388 2005-01-17  Havoc Pennington  <hp@redhat.com>
7389
7390         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
7391
7392         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
7393         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
7394         are marshaling/unmarshaling a boolean.
7395
7396 2005-01-16  Havoc Pennington  <hp@redhat.com>
7397
7398         This is about it on what can be disabled/deleted from libdbus
7399         easily, back below 150K anyhow. Deeper cuts are more work than 
7400         just turning the code off as I've done here.
7401         
7402         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
7403         signed int convenience funcs
7404
7405         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
7406         verbose mode
7407
7408         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
7409         things out of libdbus
7410
7411         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
7412         
7413         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
7414         tests-enabled-only, though it should probably be deleted)
7415
7416         * dbus/dbus-message-util.c: same stuff
7417
7418         * dbus/dbus-auth-util.c: same stuff
7419
7420 2005-01-16  Havoc Pennington  <hp@redhat.com>
7421
7422         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
7423
7424         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
7425         way for stripping down dbus-userdb.c stuff included in libdbus.
7426         Rename _dbus_parse_uid for consistency.
7427
7428 2005-01-16  Havoc Pennington  <hp@redhat.com>
7429
7430         * dbus/dbus-internals.c (_dbus_real_assert): print the function
7431         name the assertion failed in
7432
7433         * dbus/dbus-internals.h (_dbus_return_if_fail) 
7434         (_dbus_return_val_if_fail): assert that the name of the function
7435         containing the check doesn't start with '_', since we only want to 
7436         use checks on public functions
7437         
7438         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
7439         checks to assertions
7440
7441         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
7442         change checks to asserts for private function
7443
7444         * dbus/dbus-message.c (_dbus_message_set_serial): checks
7445         to asserts for private function
7446
7447         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
7448         broken assertion that was breaking make check
7449         (_dbus_type_reader_array_is_empty): remove this rather than fix
7450         it, was only used in assertions
7451
7452 2005-01-16  Havoc Pennington  <hp@redhat.com>
7453
7454         * test/unused-code-gc.py: hacky script to find code that's used
7455         only by the bus (not libdbus) or used only by tests or not used at
7456         all. It has some false alarms, but looks like we can clean up a
7457         lot of size from libdbus.
7458
7459         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
7460         dbus/Makefile.am: initially move 10K of binary size out of libdbus
7461         
7462 2005-01-16  Havoc Pennington  <hp@redhat.com>
7463
7464         * Add and fix docs according to Doxygen warnings throughout
7465         source.
7466         
7467         * dbus/dbus-marshal-recursive.c
7468         (_dbus_type_reader_array_is_empty): change this to just call
7469         array_reader_get_array_len() and make it static
7470
7471         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
7472         from get_array_type
7473         (dbus_message_iter_init_append): rename from append_iter_init
7474
7475         * dbus/dbus-marshal-recursive.c
7476         (_dbus_type_reader_get_element_type): rename from
7477         _dbus_type_reader_get_array_type
7478
7479 2005-01-15  Havoc Pennington  <hp@redhat.com>
7480
7481         * test/glib/test-profile.c (with_bus_server_filter): fix crash
7482
7483         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
7484         when DBUS_DISABLE_ASSERT
7485         (_dbus_marshal_set_basic): be sure we align for the string length
7486
7487         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
7488         this look faster
7489
7490         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
7491         inline macro version
7492         (_dbus_string_set_byte): provide inline macro version
7493
7494 2005-01-15  Havoc Pennington  <hp@redhat.com>
7495
7496         * Land the new message args API and type system.
7497
7498         This patch is huge, but the public API change is not 
7499         really large. The set of D-BUS types has changed somewhat, 
7500         and the arg "getters" are more geared toward language bindings;
7501         they don't make a copy, etc.
7502
7503         There are also some known issues. See these emails for details
7504         on this huge patch:
7505         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
7506         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
7507         
7508         * dbus/dbus-marshal-*: all the new stuff
7509
7510         * dbus/dbus-message.c: basically rewritten
7511
7512         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
7513         freed blocks to be all non-nul bytes so using freed memory is less
7514         likely to work right
7515
7516         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
7517         DBUS_FAIL_MALLOC=N environment variable, so you can do
7518         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
7519         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
7520         thorough.
7521
7522         * qt/message.cpp: port to the new message args API
7523         (operator<<): use str.utf8() rather than str.unicode()
7524         (pretty sure this is right from the Qt docs?)
7525
7526         * glib/dbus-gvalue.c: port to the new message args API
7527
7528         * bus/dispatch.c, bus/driver.c: port to the new message args API
7529
7530         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
7531         "locked" flag to TRUE and align_offset to 0; I guess we never
7532         looked at these anyhow, but seems cleaner.
7533
7534         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
7535         move allocation padding macro to this header; use it to implement
7536         (_DBUS_STRING_STATIC): ability to declare a static string.
7537
7538         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
7539         change to return TRUE if the interface is not set.
7540
7541         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
7542         to dbus-marshal-validate.[hc]
7543
7544         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
7545         dbus-internals.c
7546
7547         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
7548         to dbus-marshal-*.[hc]
7549
7550         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
7551         function here from dbus-marshal.c
7552
7553 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7554
7555         * NEWS: Update for 0.23.
7556
7557         * configure.in: Release 0.23.
7558
7559 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7560
7561         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
7562         dbus DLL with --debug.  Clean up after the .mdb files this leaves
7563         behind.
7564
7565         * mono/doc/Makefile.am: Need to uninstall the docs on "make
7566         uninstall"
7567
7568         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
7569         is an enum, get the enum's underlying type.  Another mono
7570         1.1.3 fix.
7571
7572 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7573
7574         Patch from Sjoerd Simons <sjoerd@luon.net>
7575
7576         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
7577         DESTDIR.  It breaks stuff.
7578
7579 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7580
7581         Patch from Tambet Ingo <tambet@ximian.com>
7582
7583         * mono/DBusType/Array.cs (Get): Get the underlying element type by
7584         calling type.GetElementType().  The code previously depended on
7585         broken Mono behavior, which was fixed in Mono 1.1.3.
7586
7587         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
7588         Activator.CreateInstance() so that the class's constructor is
7589         called with the right parameters.
7590
7591 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7592
7593         Patch from Timo Teräs <ext-timo.teras@nokia.com>
7594
7595         * dbus/dbus-connection.c
7596         (_dbus_connection_queue_received_message_link): Call
7597         _dbus_connection_remove_timeout() instead of the _locked()
7598         variant, since it's always called from
7599         _dbus_connection_handle_watch(), which handles the locking.
7600         Removed the _locked() variant since it's no longer used.
7601
7602 2005-01-03  Havoc Pennington  <hp@redhat.com>
7603
7604         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
7605         return
7606         
7607 2004-12-26  Havoc Pennington  <hp@redhat.com>
7608
7609         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
7610
7611 2005-01-03  Havoc Pennington  <hp@redhat.com>
7612
7613         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
7614         floating point
7615
7616         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
7617
7618 2005-01-02  Havoc Pennington  <hp@redhat.com>
7619
7620         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
7621
7622 2005-01-01  Havoc Pennington  <hp@redhat.com>
7623
7624         * configure.in: add -Wfloat-equal
7625
7626 2005-01-01  Havoc Pennington  <hp@redhat.com>
7627
7628         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
7629         for a variety of reasons '==' doesn't do this.
7630
7631 2004-12-31  Havoc Pennington  <hp@redhat.com>
7632
7633         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
7634         I keep wishing I had
7635
7636 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7637
7638         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
7639
7640 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7641
7642         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
7643         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
7644         dbus-protocol.h.  Because they are defines and not enums they are not
7645         autogenerated.
7646
7647 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
7648
7649         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
7650         dbus_bus_activate_service
7651
7652         * python/dbus.py (Bus.activate_service): activate a service on the
7653         bus.
7654
7655 2004-12-24  Havoc Pennington  <hp@redhat.com>
7656
7657         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
7658         file format has also changed and I haven't adapted to that yet
7659         
7660         * Makefile.am: load .gcno files from latest gcc
7661
7662 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
7663         * Patch from Rob Taylor <robtaylor@fastmail.fm>
7664
7665         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
7666         lowlevel binding
7667
7668         * python/dbus.py (get_unix_user): Added binding to 
7669         call dbus_bindings.bus_get_unix_user
7670
7671         * python/extract.py: Modified the proto_pat regex to
7672         handle unsigned long
7673
7674 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7675
7676         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
7677         better POSIX compliance.
7678
7679 2004-12-19  Havoc Pennington  <hp@redhat.com>
7680
7681         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
7682         (_dbus_string_insert_8_aligned): new functions
7683
7684         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
7685
7686 2004-12-18  Havoc Pennington  <hp@redhat.com>
7687
7688         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
7689         macro
7690
7691         * dbus/dbus-message.c: fix a comment, and add a still-unused
7692         not-implemented function
7693
7694         * dbus/dbus-marshal.h: fix comment
7695
7696         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
7697
7698 2004-12-17  Joe Shaw  <joeshaw@novell.com>
7699
7700         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
7701         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
7702         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
7703         Type.UnderlyingSystemType to get the actual system type
7704         underneath.  This code previously depended on the broken Mono
7705         behavior, which was fixed in 1.1.3.
7706
7707 2004-11-27  Havoc Pennington  <hp@redhat.com>
7708
7709         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
7710         are disabled
7711         (_dbus_string_get_const_data): inline when asserts are disabled
7712
7713         * dbus/dbus-message.c: record the _dbus_current_generation of
7714         creation so we can complain if dbus_shutdown() is used improperly.
7715         Do this only if checks are enabled.
7716
7717         * dbus/dbus-connection.c: ditto
7718         
7719 2004-11-26  Havoc Pennington  <hp@redhat.com>
7720
7721         * test/glib/test-profile.c: add with_bus mode to profile echoes
7722         that go through the bus.
7723
7724         * test/glib/run-test.sh: add ability to run test-profile
7725
7726         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
7727         config file reload.
7728
7729 2004-11-26  Havoc Pennington  <hp@redhat.com>
7730
7731         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
7732         thing was implemented
7733
7734 2004-11-26  Havoc Pennington  <hp@redhat.com>
7735
7736         * test/glib/test-profile.c: tweak a bit, add support for some
7737         made-up minimal malloc overhead with plain sockets, since in 
7738         real life some sort of buffers are unavoidable thus we could 
7739         count them in the theoretical best case
7740
7741 2004-11-26  Havoc Pennington  <hp@redhat.com>
7742
7743         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
7744         where I was trying to cache one too many messages
7745
7746 2004-11-26  Havoc Pennington  <hp@redhat.com>
7747
7748         * dbus/dbus-message.c: reimplement message cache as an array which 
7749         makes the cache about twice as fast and saves maybe 1.5% overall
7750
7751 2004-11-26  Havoc Pennington  <hp@redhat.com>
7752
7753         * dbus/dbus-threads.c (init_global_locks): forgot to put the
7754         message cache lock here
7755
7756 2004-11-26  Havoc Pennington  <hp@redhat.com>
7757
7758         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
7759         the "char byte_order" next to each other to save 4 bytes
7760         (dbus_message_new_empty_header): reduce preallocation, since the
7761         message cache should achieve a similar effect
7762         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
7763         message cache that keeps a few DBusMessage around in a pool,
7764         another 8% speedup or so.
7765
7766         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
7767
7768 2004-11-25  Havoc Pennington  <hp@redhat.com>
7769
7770         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
7771         to write, without reading or blocking, try it before the poll()
7772         and skip the poll() if nothing remains to write. This is about a
7773         3% speedup in the echo client/server
7774
7775 2004-11-25  Havoc Pennington  <hp@redhat.com>
7776
7777         The primary change here is to always write() once before adding
7778         the write watch, which gives us about a 10% performance increase.
7779         
7780         * dbus/dbus-transport-unix.c: a number of modifications to cope
7781         with removing messages_pending
7782         (check_write_watch): properly handle
7783         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
7784         messages_pending stuff
7785         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7786         AUTHENTICATED cases
7787         (unix_handle_watch): after writing, see if the write watch can be
7788         removed
7789         (unix_do_iteration): assert that write_watch/read_watch are
7790         non-NULL rather than testing that they aren't, since they 
7791         aren't allowed to be NULL. check_write_watch() at the end so 
7792         we add the watch if we did not finish writing (e.g. got EAGAIN)
7793
7794         * dbus/dbus-transport-protected.h: remove messages_pending call,
7795         since it resulted in too much inefficient watch adding/removing; 
7796         instead we now require that the transport user does an iteration 
7797         after queueing outgoing messages, and after trying the first
7798         write() we add a write watch if we got EAGAIN or exceeded our 
7799         max bytes to write per iteration setting
7800
7801         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7802         function
7803
7804         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7805         freed and then accessed, valgrind flagged this bug, fix it
7806
7807         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7808         as the last valid field plus 1, where really it is equal to the
7809         last valid field. Corrects some message corruption issues.
7810
7811         * dbus/dbus-mainloop.c: verbosity changes
7812
7813         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7814         instead of aborting in one of the test codepaths
7815
7816         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7817         caused not printing the pid ever again if a verbose was missing
7818         the newline at the end
7819         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7820
7821         * dbus/dbus-connection.c: verbosity changes; 
7822         (dbus_connection_has_messages_to_send): new function
7823         (_dbus_connection_message_sent): no longer call transport->messages_pending
7824         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7825         try to write() immediately, so we can avoid the write watch. This
7826         is the core purpose of this patchset
7827         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7828         dump the outgoing message queue, so nobody will get confused
7829         trying to send them or thinking stuff is pending to be sent
7830
7831         * bus/test.c: verbosity changes
7832
7833         * bus/driver.c: verbosity/assertion changes
7834
7835         * bus/dispatch.c: a bunch of little tweaks to get it working again
7836         because this patchset changes when/where you need to block.
7837
7838 2004-11-23  Havoc Pennington  <hp@redhat.com>
7839
7840         * test/glib/test-profile.c: modify to accept a plain_sockets
7841         argument in which case it will bench plain sockets instead of
7842         libdbus, for comparison purposes.
7843
7844 2004-11-22  Havoc Pennington  <hp@redhat.com>
7845
7846         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7847         threads for more time, so sysprof can get a grip on it.
7848
7849         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7850         pointless variable
7851
7852 2004-11-13  Havoc Pennington  <hp@redhat.com>
7853
7854         * test/glib/test-profile.c: fix this thing up a bit
7855
7856         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7857         preallocation sizes by a fair bit; not sure if this will be an
7858         overall performance win or not, but it does reduce reallocs.
7859
7860         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7861         the test hack that forced constant realloc if asserts are
7862         disabled, so we can profile sanely. Sprinkle in some
7863         _DBUS_UNLIKELY() which are probably pointless, but before I
7864         noticed the real performance problem I put them in.
7865         (_dbus_string_validate_utf8): micro-optimize this thing a little
7866         bit, though callgrind says it didn't help; then special-case
7867         ascii, which did help a lot; then be sure we detect nul bytes as
7868         invalid, which is a bugfix.
7869         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7870         superstition; use memset to nul the padding instead of a manual
7871         loop.
7872         (_dbus_string_get_length): inline this as a
7873         macro; it showed up in the profile because it's used for loop
7874         tests and so forth
7875
7876 2004-11-10  Colin Walters  <walters@verbum.org>
7877
7878         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7879         for extra paranoia.
7880
7881 2004-11-09  Colin Walters  <walters@verbum.org>
7882
7883         * dbus/dbus-string.c (_dbus_string_get_length): New
7884         function, writes DBusString to C buffer.
7885
7886         * dbus/dbus-string.h: Prototype it.
7887
7888         * dbus/dbus-message.c (dbus_message_type_to_string): New
7889         function, converts message type into C string.
7890
7891         * dbus/dbus-message.h: Prototype it.
7892
7893         * bus/selinux.c (bus_selinux_check): Take source pid,
7894         target pid, and audit data.  Pass audit data to
7895         avc_has_perm.
7896         (log_audit_callback): New function, appends extra
7897         audit information.
7898         (bus_selinux_allows_acquire_service): Also take
7899         service name, add it to audit data.
7900         (bus_selinux_allows_send): Also take message
7901         type, interface, method member, error name,
7902         and destination, and add them to audit data.
7903         (log_cb): Initialize func_audit.
7904         
7905         * bus/selinux.h (bus_selinux_allows_acquire_service)
7906         (bus_selinux_allows_send): Update prototypes 
7907
7908         * bus/services.c (bus_registry_acquire_service): Pass
7909         service name to bus_selinux_allows_acquire_service.
7910
7911         * bus/bus.c (bus_context_check_security_policy): Pass
7912         additional audit data.  Move assignment of dest
7913         to its own line.
7914
7915 2004-11-07  Colin Walters  <walters@verbum.org>
7916
7917         * dbus/dbus-transport-unix.c (do_authentication): Always
7918         initialize auth_completed.
7919         
7920 2004-11-07  Colin Walters  <walters@verbum.org>
7921
7922         * bus/bus.c (load_config): Break into three
7923         separate functions: process_config_first_time_only,
7924         process_config_every_time, and process_config_postinit.
7925         (process_config_every_time): Move call of
7926         bus_registry_set_service_context_table into
7927         process_config_postinit.
7928         (process_config_postinit): New function, does
7929         any processing that needs to happen late
7930         in initialization (and also on reload).
7931         (bus_context_new): Instead of calling load_config,
7932         open config parser here and call process_config_first_time_only
7933         and process_config_every_time directly.  Later, after
7934         we have forked but before changing UID,
7935         invoke bus_selinux_full_init, and then call
7936         process_config_postinit.
7937         (bus_context_reload_config): As in bus_context_new,
7938         load parse file inside here, and call process_config_every_time
7939         and process_config_postinit.
7940
7941         * bus/services.h, bus/services.c
7942         (bus_registry_set_service_context_table): Rename
7943         from bus_registry_set_sid_table.  Take string hash from config
7944         parser, and convert them here into SIDs.
7945
7946         * bus/config-parser.c (struct BusConfigParser): Have
7947         config parser only store a mapping of service->context
7948         string.
7949         (merge_service_context_hash): New function.
7950         (merge_included): Merge context string hashes instead
7951         of using bus_selinux_id_table_union.
7952         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7953         simply create a new string hash.
7954         (bus_config_parser_unref): Unref it.
7955         (start_selinux_child): Simply insert strings into hash,
7956         don't call bus_selinux_id_table_copy_over.
7957
7958         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7959         (bus_selinux_id_table_copy_over): Delete.
7960
7961 2004-11-03  Colin Walters  <walters@verbum.org>
7962
7963         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7964         variables.
7965         
7966 2004-11-03  Colin Walters  <walters@verbum.org>
7967
7968         * bus/test-main.c (test_pre_hook): Fix test logic,
7969         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7970
7971 2004-11-02  Colin Walters  <walters@redhat.com>
7972
7973         * bus/selinux.c (bus_selinux_init): Split into two functions,
7974         bus_selinux_pre_init and bus_selinux_post_init.
7975         (bus_selinux_pre_init): Just determine whether SELinux is
7976         enabled.
7977         (bus_selinux_post_init): Do everything else.
7978
7979         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7980         config file, and bus_selinux_post_init after.  This ensures that
7981         we don't lose the policyreload notification thread that
7982         bus_selinux_init created before forking previously.
7983         
7984         * bus/test-main.c (test_pre_hook): Update for split.
7985
7986 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7987
7988         Patch from Johan Fischer <linux@fischaz.com>
7989         
7990         * mono/doc/Makefile.am (install-data-local): Added directory
7991         install for DESTDIR
7992
7993 2004-10-29  Colin Walters  <walters@redhat.com>
7994
7995         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7996         parameter for fd to write pid to.       
7997
7998         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7999         
8000         * bus/bus.c (bus_context_new): Pass print_pid_fd
8001         to _dbus_become_daemon (bug #1720)
8002
8003 2004-10-29  Colin Walters  <walters@redhat.com>
8004
8005         Patch from Ed Catmur <ed@catmur.co.uk>
8006
8007         * mono/doc/Makefile.am (install-data-local): Handle
8008         DESTDIR.
8009
8010 2004-10-29  Colin Walters  <walters@redhat.com>
8011
8012         * bus/.cvsignore, qt/.cvsignore: Update.
8013
8014 2004-10-29  Colin Walters  <walters@redhat.com>
8015
8016         Patch from Kristof Vansant <de_lupus@pandora.be>
8017
8018         * configure.in: Detect Slackware.
8019         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
8020         * bus/rc.messagebus.in: New file.
8021
8022 2004-10-29  Colin Walters  <walters@redhat.com>
8023
8024         * tools/dbus-monitor.c (filter_func): Return
8025         DBUS_HANDLER_RESULT_HANDLED in filter function
8026         for now.  See:
8027         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
8028
8029 2004-10-29  Colin Walters  <walters@redhat.com>
8030
8031         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
8032
8033         * bus/services.c (bus_registry_acquire_service): 
8034         Correctly retrieve service name from DBusString
8035         for printing.
8036
8037 2004-10-29  Colin Walters  <walters@redhat.com>
8038
8039         * dbus/dbus-glib.h: Update documentation to not
8040         refer to internal APIs.
8041
8042 2004-10-27  Joe Shaw  <joeshaw@novell.com>
8043
8044         * mono/Arguments.cs (GetDBusTypeConstructor):
8045         type.UnderlyingSystemType will return "System.Byte" if you do it
8046         on "byte[]", which is not what we want.  So check the type.IsArray
8047         property and use System.Array instead.
8048
8049 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
8050
8051         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
8052         the DBusUserInfo structure since this is passed into the function.
8053         This would cause a double free when the function that allocated
8054         the structure would try to free it when an error occured.
8055
8056         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
8057         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
8058         for service activation to avoid 32bit/64bit parallel install issues
8059
8060 2004-10-21  Colin Walters  <walters@verbum.org>
8061
8062         * AUTHORS: Fix my email address, the @gnu.org one
8063         has been bouncing for some time.  Also add J5.
8064         
8065 2004-10-21  Colin Walters  <walters@verbum.org>
8066
8067         * dbus/dbus-transport-unix.c (do_authentication): Return
8068         authentication status to callers.
8069         (unix_handle_watch): If we completed authentication this round,
8070         don't do another read.  Instead wait until the next iteration,
8071         after we've read any pending data in the auth buffer.
8072         (unix_do_iteration): Ditto.
8073         (unix_handle_watch): Updated for new do_authentication prototype.
8074
8075 2004-10-18  Colin Walters  <walters@verbum.org>
8076
8077         * bus/selinux.c (bus_selinux_enabled): Handle
8078         --disable-selinux case.
8079         
8080 2004-10-18  Colin Walters  <walters@verbum.org>
8081
8082         * bus/selinux.h: Add bus_selinux_enabled.
8083         
8084         * bus/selinux.c (bus_selinux_enabled): Implement it.
8085         
8086         * bus/config-parser.c (struct include): Add
8087         if_selinux_enabled member.
8088         (start_busconfig_child): Parse if_selinux_enabled
8089         attribute for include.
8090         (bus_config_parser_content): Handle it.
8091
8092         * bus/session.conf.in, bus/system.conf.in: Add
8093         inclusion of context mapping to default config files;
8094         conditional on SELinux being enabled.
8095         
8096         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
8097         
8098         * test/data/invalid-config-files/badselinux-1.conf, 
8099         test/data/invalid-config-files/badselinux-2.conf:
8100         Test files for bad syntax.
8101         
8102 2004-10-17  Colin Walters  <walters@verbum.org>
8103
8104         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
8105         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
8106         format specifier mismatches.
8107
8108 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8109
8110         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
8111         format string.
8112
8113         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
8114         pointer (bug #1540, Leonardo Boiko).
8115
8116 2004-09-28  Jon Trowbridge  <trow@ximian.com>
8117
8118         * mono/BusDriver.cs: Changed BusDriver struct to remove
8119         the ServiceCreated and ServiceDeleted events and replace them
8120         with the new ServiceOwnerChanged event.
8121
8122         * mono/example/BusListener.cs: Added a new example program,
8123         which listens for and reports any ServiceOwnerChanged events
8124         on the bus driver.
8125
8126         * mono/example/Makefile.am (DESTDIR): Build changes for the
8127         new BusListener.cs example.
8128
8129 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8130
8131         * bus/signals.c (bus_match_rule_parse): validate the components of
8132         match rules (bug #1439).
8133
8134         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
8135
8136 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8137
8138         * doc/dbus-specification.xml: document ServiceOwnerChanged
8139         signal.
8140         
8141         * bus/driver.c, bus/driver.h, bus/services.c: Use
8142         ServiceOwnerChanged signal instead of ServiceCreated and
8143         ServiceDeleted.
8144         
8145         * bus/dispatch.c: update testcase for the new signal.
8146
8147 2004-09-20  Jon Trowbridge  <trow@ximian.com>
8148
8149         Patch from Nat Friedman <nat@novell.com>
8150
8151         * mono/Makefile.am: A number of small build fixes to allow "make
8152         distcheck" to succeed.
8153
8154         * mono/example/Makefile.am: "make distcheck" fixes.
8155
8156         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
8157         key in @srcdir@.
8158
8159         * test/Makefile.am: "make distcheck" fixes.
8160
8161 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8162
8163         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
8164
8165         * doc/busconfig.dtd: update the DTD for the at_console attribute.
8166
8167         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
8168         messages after the first one (bug #1389).
8169         
8170         * bus/dispatch.c (check_double_hello_message): add a test case for
8171         the double hello message bug.
8172         (check_existent_service_activation): fix check of spawning error.
8173         
8174 2004-09-16  David Zeuthen  <david@fubar.dk>
8175
8176         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
8177
8178 2004-09-12  David Zeuthen  <david@fubar.dk>
8179
8180         Patch from Kay Sievers <kay.sievers@vrfy.org>
8181
8182         * bus/bus.c (bus_context_new):
8183         * bus/bus.h:
8184         * bus/main.c (usage)
8185         (main):
8186         Add commandline option --nofork to override configuration file
8187         setting.
8188
8189 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8190
8191         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
8192         compilers don't like it (bug #974).
8193
8194 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
8195
8196         * qt/connection.*: Applied patch by Jérôme Lodewyck
8197         <lodewyck@clipper.ens.fr> to integrate an existing
8198         connection into the Qt eventloop
8199
8200 2004-08-30  Jon Trowbridge  <trow@ximian.com>
8201
8202         * mono/BusDriver.cs: Added.  This is a class for interacting with
8203         the org.freedesktop.DBus service.
8204
8205         * mono/Message.cs: Added a mechanism to expose the message that is
8206         currently being dispatched via the static Message.Current
8207         property.  Added Message.Sender and Message.Destination
8208         properties.
8209
8210         * mono/Handler.cs: Expose the dispatched message via
8211         Message.Current when handling method calls.
8212
8213         * mono/Service.cs: Expose the dispatched message via
8214         Message.Current when handling signal emissions.
8215         
8216         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
8217         Connection.BaseService property.
8218
8219 2004-08-28  Havoc Pennington  <hp@redhat.com>
8220
8221         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
8222
8223         More fixes from Steve Grubb
8224         
8225         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
8226         (_dbus_listen_tcp_socket): fix fd leak
8227
8228         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
8229         EINTR to a bit lower in the code
8230
8231 2004-08-26  Jon Trowbridge  <trow@ximian.com>
8232
8233         * bus/driver.c (bus_driver_handle_service_exists): Respond with
8234         TRUE if we are inquiring about the existence of the built-in
8235         org.freedesktop.DBus service.
8236
8237 2004-08-25  John Palmieri  <johnp@redhat.com>
8238         * bus/config-parser.c:
8239         (struct PolicyType): Add POLICY_CONSOLE
8240         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
8241         (start_busconfig_child): Sets up console element when
8242         <policy at_console=""> is encountered in a policy file
8243         (append_rule_from_element): Convert console elements to console
8244         rules.
8245
8246         * bus/policy.c: 
8247         (bus_policy_create_client_policy): Add console rules to the client
8248         policy based on if the client is at the console
8249         (bus_policy_append_console_rule): New function for adding a
8250         console rule to a policy
8251         (bus_policy_merge): Handle console rule merging
8252
8253         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
8254         where we check for console user files
8255         
8256         * dbus/dbus-sysdeps.c:
8257         (_dbus_file_exists): New function which checks if the given
8258         file exists
8259         (_dbus_user_at_console): New function which does the system
8260         specific process of checking if the user is at the console
8261
8262         * dbus/dbus-userdb.c:
8263         (_dbus_is_console_user): New function converts a UID to user name
8264         and then calls the system specific _dbus_user_at_console to 
8265         see if the user is at the console and therefor a console user
8266
8267 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8268
8269         * bus/config-parser.c (set_limit):
8270         * bus/dbus-daemon-1.1.in:
8271         * test/data/valid-config-files/many-rules.conf: set the
8272         max_match_rules_per_connection limt from the config file. 
8273
8274         * doc/busconfig.dtd: update the DTD.
8275
8276         * bus/driver.c: remove some unused variables.
8277
8278 2004-08-24  Mikael Hallendal  <micke@imendio.com>
8279
8280         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
8281         it's been replaced by dbus_g_bus_get
8282
8283 2004-08-23  Colin Walters  <walters@redhat.com>
8284
8285         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8286
8287         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
8288
8289         * bus/selinux.c: Create a thread for policy reload notification.
8290         (bus_selinux_get_policy_root): Implement.
8291
8292         * bus/config-parser.c (start_busconfig_child)
8293         (bus_config_parser_content): Support SELinux-root relative
8294         inclusion.
8295
8296         * configure.in <HAVE_SELINUX>: Add -lpthread.
8297         
8298         * bus/test-main.c (test_pre_hook, test_post_hook): New.
8299         (test_post_hook): Move memory checking into here.
8300         (test_pre_hook, test_post_hook): Move SELinux checks in
8301         here, but conditional on a DBUS_TEST_SELINUX environment
8302         variable.  Unfortunately we can't run the SELinux checks
8303         as a normal user, since they won't have any permissions
8304         for /selinux.  So this will have to be tested manually
8305         for now, until we have virtualization for most of
8306         libselinux.
8307         
8308 2004-08-23  Havoc Pennington  <hp@redhat.com>
8309
8310         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
8311         drop supplementary groups, suggested by Steve Grubb
8312
8313 2004-08-20  Colin Walters  <walters@redhat.com>
8314
8315         * bus/config-parser.c (start_busconfig_child): Remove some unused
8316         variables.
8317         
8318         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
8319         warning.
8320
8321 2004-08-17  Joe Shaw  <joeshaw@novell.com>
8322
8323         * configure.in: If --enable-mono is passed in, if we can't find
8324         mono error out.
8325
8326         * mono/Makefile.am: Use /gacutil to install assemblies into the
8327         GAC and not /root.
8328
8329 2004-08-12  Havoc Pennington  <hp@redhat.com>
8330
8331         * NEWS: update for 0.22
8332
8333         * configure.in: release 0.22
8334
8335 2004-08-11  Colin Walters  <walters@redhat.com>
8336
8337         * tools/dbus-send.c (main, usage): Add --reply-timeout
8338         argument.
8339
8340 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8341
8342         * bus/bus.c (process_config_first_time_only): get rid of an unused
8343         DBusError that was causing a memoy leak (bug #989).
8344
8345         * dbus/dbus-keyring.c, dbus/dbus-message.c:
8346         fix compilation on Solaris/Forte C (bug #974)
8347
8348         * bus/main.c (main): plug two minuscule memleaks.
8349
8350 2004-08-10  Havoc Pennington  <hp@redhat.com>
8351
8352         * doc/dbus-tutorial.xml: add some more info on GLib bindings
8353
8354 2004-08-09  Havoc Pennington  <hp@redhat.com>
8355
8356         * COPYING: switch to Academic Free License version 2.1 instead of
8357         2.0, to resolve complaints about patent termination clause.
8358
8359 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
8360
8361         * README: added documentation for the --enable-python 
8362         configure switch.
8363
8364 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8365
8366         * bus/config-parser.c (bus_config_parser_new): fix an invalid
8367         _unref in the SELinux support.
8368
8369         * doc/busconfig.dtd: update DTD for SELinux support.
8370
8371         * bus/config-loader-libxml.c: fix error handler and parser
8372         initialisation/cleanup. OOM test now works with libxml2 HEAD.
8373
8374         * configure.in: remove the warning about libxml2.
8375
8376         * dbus/dbus-bus.c: silence doxygen warning.
8377
8378 2004-07-31  Colin Walters  <walters@redhat.com>
8379
8380         * configure.in: Move #error in SELinux check to its own line.
8381
8382 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8383
8384         * dbus/dbus-internals.h (_DBUS_SET_OOM):
8385         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
8386         dbus_error_set.
8387
8388         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
8389         broken by the change in the _SET_OOM macros.
8390
8391 2004-07-31  Colin Walters  <walters@redhat.com>
8392
8393         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
8394         BUS_SET_OOM.
8395
8396 2004-07-31  Colin Walters  <walters@redhat.com>
8397
8398         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
8399         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
8400         AC_MSG_CHECKING.
8401
8402 2004-07-24  Havoc Pennington  <hp@redhat.com>
8403
8404         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8405
8406         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
8407         functionality
8408
8409         * configure.in: add --enable-selinux
8410         
8411         * bus/policy.c (bus_policy_merge): add FIXME to a comment
8412
8413         * bus/main.c (main): initialize and shut down selinux
8414
8415         * bus/connection.c: store SELinux ID on each connection, to avoid 
8416         repeated getting of the string context and converting it into 
8417         an ID
8418
8419         * bus/bus.c (bus_context_get_policy): new accessor, though it
8420         isn't used
8421         (bus_context_check_security_policy): check whether the security
8422         context of sender connection can send to the security context of
8423         recipient connection
8424
8425         * bus/config-parser.c: add parsing for <selinux> and <associate>
8426         
8427         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
8428         implement dbus_connection_get_unix_fd()
8429
8430         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
8431         function, used by the selinux stuff
8432         
8433 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8434
8435         * bus/config-loader-libxml.c: complete the implementation of
8436         libxml backend for config file loader. Doesn't work with full OOM
8437         test yet. 
8438         
8439         * configure.in: change error when selecting libxml into a warning.
8440         
8441         * test/data/invalid-config-files: add two non-well-formed XML
8442         files. 
8443         
8444         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
8445         
8446         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
8447         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
8448         be necessary to read all the buffer. (bug #894)
8449
8450         * bus/activation.c (bus_activation_activate_service): fix a
8451         potential assertion failure (bug #896). Small optimization in the
8452         case of auto-activation messages.
8453
8454         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
8455         add test case for byte-through-vararg bug (#901). patch by Kimmo
8456         Hämäläinen. 
8457
8458 2004-07-28  Anders Carlsson  <andersca@gnome.org>
8459
8460         * python/dbus.py:
8461         * python/dbus_bindings.pyx.in:
8462         Add dbus.init_gthreads (), allow emit_signal to pass
8463         arguments to the signal.
8464         
8465 2004-07-24  Havoc Pennington  <hp@redhat.com>
8466
8467         * AUTHORS: add some people, not really comprehensively, let me
8468         know if I missed you
8469
8470 2004-07-24  Havoc Pennington  <hp@redhat.com>
8471
8472         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
8473         Owen
8474
8475         * test/Makefile.am (DIST_SUBDIRS): here also
8476
8477 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8478
8479         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
8480         breaking build on Solaris, reported by Farhad Saberi on the ML.
8481
8482         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
8483         va_arg invocation to account for integer promotion in the case of
8484         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
8485
8486         * bus/services.c (bus_service_remove_owner): fix bug #902, use
8487         _dbus_list_get_first_link, not _dbus_list_get_first.
8488
8489         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
8490
8491         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
8492         handler functions so that the asserts in _dbus_object_subtree_unref
8493         do not fail.
8494
8495         * dbus/dbus-transport-unix.c (do_reading):
8496         _dbus_transport_queue_messages return value is of type
8497         dbus_bool_t, not DBusDispatchStatus.
8498         
8499 2004-07-19  David Zeuthen  <david@fubar.dk>
8500
8501         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
8502
8503         * bus/dispatch.c:
8504         (check_get_connection_unix_user): Debug says GetProperty; but the
8505         method is called GetConnectionUnixUser
8506         (check_get_connection_unix_process_id): New function
8507         (bus_dispatch_test): Actually call check_get_connection_unix_user();
8508         also call check_get_connection_unix_process_id()
8509         
8510         * bus/driver.c:
8511         (bus_driver_handle_get_connection_unix_process_id): New function,
8512         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
8513         interface
8514         
8515         * dbus/dbus-auth.c:
8516         (handle_server_data_external_mech): Set pid from the credentials
8517         obtained from the socket
8518         
8519         * dbus/dbus-connection.c:
8520         (dbus_connection_get_unix_process_id): New function
8521         
8522         * dbus/dbus-connection.h: 
8523         Add prototype for dbus_connection_get_unix_process_id
8524         
8525         * dbus/dbus-transport.c:
8526         (_dbus_transport_get_unix_process_id): New function
8527         
8528         * dbus/dbus-transport.h:
8529         Add prototype for _dbus_transport_get_unix_process_id
8530         
8531 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8532
8533         * dbus/dbus-message.c: Message counter fix, patch by Christian
8534         Hammond <chipx86@gnupdate.org>
8535
8536 2004-07-18  Seth Nickell  <seth@gnome.org>
8537
8538         * python/dbus.py:
8539         * python/dbus_bindings.pyx.in:
8540         * python/tests/test-client.py:
8541
8542         Add dbus.ByteArray and dbus_bindings.ByteArray
8543         types so that byte streams can be passed back.
8544
8545         Give jdahlin the heaps of credit that are so
8546         rightfully his.
8547         
8548 2004-07-12  Seth Nickell  <seth@gnome.org>
8549
8550         * python/dbus.py:
8551
8552         Add message argument to the default object_method_handler
8553         function.
8554         
8555         * python/dbus_bindings.pyx.in:
8556
8557         Automatically return NIL when passed an empty list
8558         (we can't pass back a list since lists are typed
8559         and we don't have any idea what type the the client
8560         intended the list to be... :-( )
8561         
8562 2004-07-10  Seth Nickell  <seth@gnome.org>
8563
8564         * python/examples/Makefile.am:
8565
8566         Fix distcheck breakage caused by new examples.
8567
8568 2004-07-10  Seth Nickell  <seth@gnome.org>
8569
8570         * python/dbus.py:
8571
8572         Add "message" argument to service-side dbus.Object
8573         methods. This will break existing services written
8574         using the python bindings, but will allow extraction
8575         of all the message information (e.g. who its from).
8576
8577         Add improved "object oriented" signal handling/emission.
8578         
8579         * python/examples/example-service.py:
8580
8581         Nix this example.
8582         
8583         * python/examples/example-signal-emitter.py:
8584         * python/examples/example-signal-recipient.py:
8585
8586         Two new examples that show how to emit and receive
8587         signals using the new APIs.
8588         
8589         * python/examples/example-signals.py:
8590         * python/examples/gconf-proxy-service.py:
8591         * python/examples/gconf-proxy-service2.py:
8592
8593         Add "message" argument to service methods.
8594
8595 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
8596
8597         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
8598         * dbus/bus.c (dbus_bus_get_unix_user)
8599         * doc/dbus-specification.xml: implement GetConnectionUnixUser
8600         method of org.freedesktop.DBus interface.
8601
8602         * bus/dispatch.c: test case
8603
8604 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
8605
8606         * python/Makefile.am: switched include directory from glib/ to dbus/
8607         since dbus-glib.h moved
8608  
8609 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8610
8611         * configure.in: prevent building the gcj stuff and libxml loader
8612         since they are broken.
8613
8614 2004-06-20  Havoc Pennington  <hp@redhat.com>
8615
8616         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
8617         codes from the dbus error names
8618         
8619         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
8620         as dbus/dbus-glib.h and that breakage is now visible due to 
8621         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
8622         
8623         * glib/dbus-glib.h: s/gproxy/g_proxy/
8624
8625         * dbus/dbus-shared.h: new header to hold stuff shared with
8626         binding APIs
8627         
8628         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
8629         than dbus-errors.h
8630
8631         * glib/dbus-glib.h (dbus_set_g_error): move to
8632         dbus-glib-lowlevel.h
8633
8634         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
8635         of stuff to enable this
8636
8637         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
8638
8639         * a bunch of other changes with the same basic "separate glib 
8640         bindings from dbus.h" theme
8641         
8642 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
8643
8644         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
8645
8646         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
8647
8648 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8649
8650         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
8651         the reply value of the ServiceExists message.
8652
8653 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
8654
8655         * python/dbus_bindings.pyx.in: No longer need to parse path
8656         elements and pass them as arrays of strings.  The C API now
8657         accepts plain path strings.
8658         (_build_parsed_path): removed 
8659
8660 2004-06-07  Havoc Pennington  <hp@redhat.com>
8661
8662         * doc/TODO: remove auto-activation item since it's done; sort
8663         items by importance/milestone
8664
8665 2004-06-07  Havoc Pennington  <hp@redhat.com>
8666
8667         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
8668         random signature when using REQUIRED_FIELDS (this hack won't work
8669         in the long term)
8670
8671         * dbus/dbus-message.c: change the signature to be a header field,
8672         instead of message->signature special-case string. Incremental
8673         step forward. Then we can fix up code to send the signature in the
8674         message, then fix up code to validate said signature, then fix up
8675         code to not put the typecodes inline, etc.
8676         (load_one_message): don't make up the signature after the fact
8677         (decode_header_data): require signature field for the known
8678         message types
8679
8680         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
8681
8682         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
8683
8684 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
8685
8686         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
8687
8688         * mono/Handler.cs: Updated to follow new path argument for
8689         (un-)registering objects.
8690
8691         * mono/example/Makefile.am:
8692         * mono/Makefile.am:
8693         * configure.in: Bumped required version for mono and use new -pkg
8694         syntax for deps
8695
8696 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8697
8698         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
8699         registration functions take the path argument as char* instead of
8700         char**.
8701
8702         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
8703         split off the path decompostion part of
8704         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
8705         warnings. 
8706
8707         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
8708         
8709 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8710  
8711         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
8712         machine approach.  A state is implemented as a function that
8713         handles incoming events as specified for that state.
8714         
8715         * doc/dbus-specification.xml: Update auth protocol state machine
8716         specification to match implementation.  Remove some leftover
8717         base64 examples.
8718
8719 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8720
8721         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
8722         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
8723         quiet doxygen.
8724
8725         * Doxyfile.in: remove deprecated options.
8726
8727         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
8728         glib/test-thread.h, glib/test-thread-client.c,
8729         glib/test-thread-server.c, glib/test-profile.c,
8730         glib/test-dbus-glib.c: remove these unused files.
8731
8732 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8733
8734         * dbus/dbus-object-tree.c
8735         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
8736         non-fallback handlers (bug #684).
8737         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
8738         (find_subtree_recurse): report wether the returned subtree is an
8739         exact match or a "fallback" match higher up in the tree.
8740         (object_tree_test_iteration): update test case.
8741
8742 2004-06-01  Seth Nickell  <seth@gnome.org>
8743
8744         * python/dbus_bindings.pyx.in:
8745         * python/tests/test-client.py:
8746
8747         Round off basic type support. Add dicts (yay!), and 
8748         remaining array types.
8749
8750         Make MessageIter more general so it works for dicts too.
8751
8752         Mark all loop variables as C integers.
8753         
8754 2004-05-31  Havoc Pennington  <hp@redhat.com>
8755
8756         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
8757         "in" before "out"
8758
8759         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
8760
8761         * glib/dbus-glib-tool.c (main): set up to have a --self-test
8762         option that runs the tests, and start filling in some code
8763         including for starters just dumping the interfaces to stdout
8764
8765         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
8766
8767         * test/data/valid-introspection-files/lots-of-types.xml: test of
8768         an example introspection file
8769
8770         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
8771         "node" (I think...)
8772
8773 2004-05-31  Seth Nickell  <seth@gnome.org>
8774
8775         * python/dbus_bindings.pyx.in:
8776         * python/tests/test-client.py:
8777
8778         Test Suite: 1
8779         Python Bindings: 0
8780
8781         Fix string array memory trashing bug... oops...
8782
8783 2004-05-30  Seth Nickell  <seth@gnome.org>
8784
8785         * python/dbus.py:
8786
8787         Add a nicer-but-less-flexible alternate API for handling 
8788         calls to virtual objects in dbus.ObjectTree.
8789
8790         Screw up the argument order to the dbus.Object constructor
8791         for consistency with dbus.ObjectTree (and to make dbus_methods
8792         optional for future extension)
8793         
8794         * python/examples/Makefile.am:
8795         * python/examples/gconf-proxy-service.py:
8796         * python/examples/gconf-proxy-service2.py:
8797
8798         Alternate implementation of gconf-proxy-service using the
8799         nicer dbus.ObjectTree API.
8800         
8801         * python/examples/example-service.py:
8802         * python/tests/test-server.py
8803
8804         Reverse the argument order to deal with dbus.Object constructor
8805         changes.
8806         
8807 2004-05-30  Seth Nickell  <seth@gnome.org>
8808
8809         * python/examples/example-client.py:
8810         * python/examples/example-service.py:
8811
8812         Take it back. Lists seem to work but they're broken
8813         in the test suite. Make the base examples use
8814         lists (works fine).
8815
8816 2004-05-30  Seth Nickell  <seth@gnome.org>
8817
8818         * python/dbus_bindings.pyx.in:
8819         * python/tests/test-client.py:
8820
8821         Add some more tests and fix errors that crop up.
8822         Unfortunately, currently it seems like marshalling
8823         and unmarshalling of lists is completely broken :-(
8824
8825 2004-05-30  Seth Nickell  <seth@gnome.org>
8826
8827         * python/dbus_bindings.pyx.in:
8828
8829         Add support for ObjectPath type.
8830
8831         * python/dbus.py:
8832
8833         Refactor message handling code to a common function.
8834         
8835         * python/tests/test-client.py:
8836         * python/tests/test-server.py:
8837
8838         Add tests that check to make sure values of all types
8839         can be echoed from a service w/o mangling.
8840         
8841 2004-05-29  Seth Nickell  <seth@gnome.org>
8842
8843         * python/dbus.py:
8844
8845         Add ObjectTree class which allows implementation
8846         of trees of "virtual" objects. Basically the python
8847         wrapper for "register_fallback".
8848         
8849         * python/examples/Makefile.am
8850         * python/examples/gconf-proxy-client.py:
8851         * python/examples/gconf-proxy-service.py:
8852
8853         Implement a simple GConf proxy service that supports
8854         get/set on string and int GConf keys using the ObjectTree.
8855         
8856 2004-05-29  Seth Nickell  <seth@gnome.org>
8857
8858         * python/dbus.py:
8859         * python/examples/example-client.py:
8860         * python/examples/example-service.py:
8861         * python/examples/list-system-services.py:
8862
8863         Add SessionBus, SystemBus and ActivationBus classes
8864         so you don't need to know the special little BUS_TYPE
8865         flag.
8866         
8867 2004-05-29  Havoc Pennington  <hp@redhat.com>
8868
8869         * bus/config-parser.c (process_test_valid_subdir): temporarily
8870         stop testing config parser OOM handling, since expat has issues
8871         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8872
8873         * bus/dbus-daemon-1.1.in: change requested_reply to
8874         send_requested_reply/receive_requested_reply so we can send the
8875         replies, not just receive them.
8876
8877         * bus/config-parser.c: parse the new
8878         send_requested_reply/receive_requested_reply
8879
8880         * bus/policy.c (bus_client_policy_check_can_send): add
8881         requested_reply argument and use it
8882
8883         * bus/bus.c (bus_context_check_security_policy): pass through
8884         requested_reply status to message send check
8885
8886         * bus/system.conf.in: adapt to requested_reply change
8887         
8888 2004-05-28  Havoc Pennington  <hp@redhat.com>
8889
8890         * test/glib/test-service-glib.c (main): remove unused variable
8891
8892         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8893
8894         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8895         from the enum, no longer in use.
8896
8897         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8898         works right.
8899
8900         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8901         whether error_name passed in is a valid error name.
8902
8903 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8904
8905         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8906         OBJECT_PATH and OBJECT_PATH_ARRAY
8907
8908 2004-05-28  Seth Nickell  <seth@gnome.org>
8909
8910         * python/examples/Makefile.am:
8911
8912         Forget to add Makefile.am. Do not pass go.
8913
8914 2004-05-28  Michael Meeks  <michael@ximian.com>
8915
8916         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8917         fix no int64 case.
8918
8919         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8920
8921         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8922         (_dbus_message_iter_get_basic_type_array): impl.
8923         drastically simplify ~all relevant _get methods to use these.
8924         (_dbus_message_iter_append_basic_array),
8925         (dbus_message_iter_append_basic): impl
8926         drastically simplify ~all relevant _append methods to use these.
8927
8928         * dbus/dbus-message-builder.c (parse_basic_type) 
8929         (parse_basic_array, lookup_basic_type): impl.
8930         (_dbus_message_data_load): prune scads of duplicate /
8931         cut & paste coding.
8932
8933         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8934         (_dbus_demarshal_basic_type): implement,
8935         (demarshal_and_validate_len/arg): beef up debug.
8936         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8937
8938 2004-05-27  Seth Nickell  <seth@gnome.org>
8939
8940         * configure.in:
8941         * python/Makefile.am:
8942
8943         Include the example python apps in the tarball.
8944         
8945         * python/examples/list-system-services.py
8946
8947         Add a python new example that fetches the list of services
8948         from the system bus.
8949         
8950 2004-05-27  Seth Nickell  <seth@gnome.org>
8951
8952         * python/dbus.py:
8953         * python/dbus_bindings.pyx.in:
8954
8955         Fix failure to notify that a signal was not handled,
8956         resulted in hung functions.
8957         
8958 2004-05-25  Colin Walters  <walters@redhat.com>
8959
8960         * tools/dbus-monitor.c (main): Monitor all types of messages.
8961
8962 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8963
8964         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8965         which unregisters the object path and disposes the handler.
8966
8967 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8968  
8969         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8970          
8971         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8972         operands to && so we call dbus_message_iter_next () for the last
8973         argument also.
8974
8975 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8976
8977         * dbus/dbus-object-tree.c
8978         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8979         children even if the requested path isn't registered.
8980         (object_tree_test_iteration): test object_tree_list_registered.
8981
8982         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8983         it to 0.
8984         
8985 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8986
8987         * doc/TODO: Remove resolved items.
8988
8989         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8990         field.
8991         
8992         * bus/connection.c (bus_connections_expect_reply): Enforce the
8993         per-connection limit on pending replies.
8994         
8995         Patch from Jon Trowbridge <trow@ximian.com>:
8996  
8997         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8998         up a watch that triggers a config reload when one end of the pipe
8999         becomes readable.
9000         (signal_handler): Instead of doing the config reload in our SIGHUP
9001         handler, just write to the reload pipe and let the associated
9002         watch handle the reload when control returns to the main loop.
9003  
9004         * bus/driver.c (bus_driver_handle_reload_config): Added.
9005         Implements a ReloadConfig method for requesting a configuration
9006         file reload via the bus driver.
9007  
9008 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
9009
9010         * HACKING: Updated release instructions concerning the wiki page.
9011
9012 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
9013
9014         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
9015         filter against auth->allowed_mechs; we only add allowed mechs in
9016         record_mechanisms().
9017  
9018         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
9019         ALLOWED_MECHS to auth-script format so we can set the list of
9020         allowed mechanisms.
9021  
9022         * data/auth/client-out-of-mechanisms.auth-script: New test to
9023         check client disconnects when it is out of mechanisms to try.
9024  
9025         * dbus/dbus-auth.c (process_command): Remove check for lines
9026         longer that 1 MB; we only buffer up maximum 16 kB.
9027  
9028         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
9029         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
9030         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
9031         assume there might be unused bytes.
9032  
9033         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
9034         client-out-of-mechs, it is handled in process_reject(). Move check
9035         for max failures to send_rejected(), as it's a server-only thing.
9036
9037         * dbus/dbus-auth.c: Factor out protocol reply code into functions
9038         send_auth(), send_data(), send_rejected(), send_error(),
9039         send_ok(), send_begin() and send_cancel().
9040
9041 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
9042
9043         Remove base64 encoding, replace with hex encoding. Original patch
9044         from trow@ximian.com, added error handling.
9045
9046         * dbus/dbus-string.c (_dbus_string_base64_encode)
9047         (_dbus_string_base64_decode): Remove.
9048         (_dbus_string_hex_decode): Add end_return argument so we can
9049         distinguish between OOM and invalid hex encoding.
9050         (_dbus_string_test): Remove base64 tests and add test case for
9051         invalid hex.
9052
9053         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
9054         Replace base64 with hex.
9055
9056         * test/data/auth/invalid-hex-encoding.auth-script: New test case
9057         for invalid hex encoded data in auth protocol.
9058
9059 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9060
9061         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
9062         leak.
9063
9064 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
9065
9066         * mono/dbus-sharp.dll.config.in: Added for GAC
9067         * mono/dbus-sharp.snk: Added for GAC
9068         * mono/Assembly.cs.in: Added for GAC
9069         * mono/Makefile.am: Changes for GAC installation        
9070         * configure.in: Added refs for dbus-sharp.dll.config.in and
9071         Assembly.cs.in. More fixes for mono testing
9072         * mono/example/Makefile.am: Changed var to CSC
9073         * Makefile.am: Changed flag name to DBUS_USE_CSC
9074
9075 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
9076
9077         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
9078         * mono/doc/*: Added documentation framework
9079         * configure.in: Added monodoc check
9080         * README: Added description of mono configure flags
9081
9082 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
9083
9084         * doc/dbus-specification.xml: Added a "Required" column to the 
9085         header fields table and changed the "zero or more" verbage in
9086         the above paragraph to read "The header must contain the required 
9087         named header fields and zero or more of the optional named header 
9088         fields".
9089         * test/data/invalid-messages/*.message: Added the required PATH 
9090         named header field to the tests so that they don't fail on 
9091         'Missing path field'
9092
9093 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
9094
9095         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
9096         the stack by implicitly defining variable and parameter types and
9097         removing the hack of defining C pointers as python objects and later
9098         casting them.
9099
9100 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
9101
9102         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
9103
9104 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
9105
9106         * mono/DBusType/Dict.cs: Handle empty dicts
9107         * mono/DBusType/Array.cs: Handle empty arrays
9108         * mono/Arguments.cs: Handle empty arguments
9109
9110 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
9111
9112         * dbus-sharp.pc.in: Modified to include include Libs and Requires
9113         field
9114
9115 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
9116
9117         * test/data/valid-messages/standard-*.message: Update message
9118         test scripts to new header field names.
9119
9120 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
9121
9122         * test/break-loader.c (randomly_do_n_things): tracked down buffer
9123         overflow to times_we_did_each_thing array which would chop off the
9124         first character of the failure_dir string. Increased the size of
9125         the array to 7 to reflect the number of random mutation functions
9126         we have.
9127
9128 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
9129
9130         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
9131         unix_server->watch here, it is unreffed in disconnect.
9132         (_dbus_server_new_for_tcp_socket): convert NULL host to
9133         "localhost" here so we don't append NULL to address.
9134         
9135         * dbus/dbus-server.c (_dbus_server_test): Add test case for
9136         various addresses, including tcp with no explicit host.
9137
9138 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9139
9140         * dbus/dbus-message.c (decode_header_data, decode_string_field):
9141         fix incorrect setting of .name_offset in the HeaderField (it was
9142         off by two bytes, positioned right after the name and typecode)
9143
9144         * bus/bus.c (bus_context_new, bus_context_unref): test before
9145         calling dbus_server_free_data_slot and _dbus_user_database_unref
9146         in case of an error.
9147
9148         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
9149         by libdbus-gtool.
9150
9151 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
9152
9153         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
9154         _dbus_poll() instead of select().
9155
9156 2004-04-15  Jon Trowbridge  <trow@ximian.com>
9157
9158         * bus/main.c (signal_handler): Reload the configuration files
9159         on SIGHUP.
9160         (main): Set up our SIGHUP handler.
9161
9162         * bus/bus.c (struct BusContext): Store the config file, user and
9163         fork flag in the BusContext.
9164         (process_config_first_time_only): Added.  Contains the code
9165         (previously in bus_context_new) for setting up the BusContext from
9166         the BusConfigParser that should only be run the first time the
9167         config files are read.
9168         (process_config_every_time): Added.  Contains the code (previously
9169         in bus_context_new) for setting up the BusContext from the
9170         BusConfigParser that should be run every time the config files are
9171         read.
9172         (load_config): Added.  Builds a BusConfigParser from the config
9173         files and passes the resulting structure off to
9174         process_config_first_time_only (assuming this is the first time)
9175         and process_config_every_time.
9176         (bus_context_new): All of the config-related code has been moved
9177         to process_config_first_time_only and process_config_every_time.
9178         Now this function just does the non-config-related initializations
9179         and calls load_config.
9180         (bus_context_reload_config): Added.
9181
9182 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9183
9184         * bus/driver.c (bus_driver_handle_get_service_owner):
9185         implement a GetServiceOwner method.
9186         * doc/dbus-specification.xml: document it.
9187         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
9188         
9189         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
9190         implement, using the bus GetServiceOwner method.
9191
9192         * test/glib/test-dbus-glib.c:
9193         use dbus_gproxy_new_for_service_owner so that we can receive the
9194         signal. 
9195
9196 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
9197
9198         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
9199         dbus/dbus-message.c, dbus/dbus-protocol.h
9200         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
9201
9202         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
9203         dbus/dbus-message.c, dbus/dbus-protocol.h
9204         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
9205
9206         * dbus/dbus-internals.c (_dbus_header_field_to_string):
9207         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
9208         DBUS_HEADER_FIELD_SENDER resolves to "sender"
9209
9210         * doc/dbus-specification.xml (Header Fields Table):
9211         s/SERVICE/DESTINATION
9212         s/SENDER_SERVICE/SENDER
9213
9214
9215 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9216
9217         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
9218         a few seconds.
9219
9220 2004-04-13  Michael Meeks  <michael@ximian.com>
9221
9222         * glib/dbus-gobject.c (handle_introspect): split out
9223         (introspect_properties): this.
9224         (handle_introspect): implement this.
9225
9226         * test/glib/Makefile.am: use the absolute path so the bus
9227         daemon's chdir ("/") doesn't kill us dead.
9228
9229         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
9230
9231 2004-04-12  Jon Trowbridge  <trow@ximian.com>
9232
9233         * bus/config-parser.c (struct BusConfigParser): Added
9234         included_files field.
9235         (seen_include): Added.  Checks whether or not a file has already
9236         been included by any parent BusConfigParser.
9237         (bus_config_parser_new): Copy the parent's included_files.
9238         (include_file): Track which files have been included, and fail on
9239         circular inclusions.
9240         (process_test_valid_subdir): Changed printf to report if we are
9241         testing valid or invalid conf files.
9242         (all_are_equiv): Changed printf to be a bit clearer about
9243         what we are actually doing.
9244         (bus_config_parser_test): Test invalid configuration files.
9245
9246 2004-04-09  Jon Trowbridge  <trow@ximian.com>
9247
9248         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
9249         argument.  If non-null, the newly-constructed BusConfigParser will
9250         be initialized with the parent's BusLimits instead of the default
9251         values.
9252         (include_file): When including a config file, pass in
9253         the current parser as the parent and then copy the BusLimits
9254         from the included BusConfigParser pack to the current parser.
9255         (process_test_valid_subdir): Renamed from process_test_subdir.
9256         (process_test_equiv_subdir): Added.  Walks through a directory,
9257         descending into each subdirectory and loading the config files
9258         it finds there.  If any subdirectory contains two config files
9259         that don't produce identical BusConfigParser structs, fail.
9260         For now, the BusConfigParser's BusPolicies are not compared.
9261         (bus_config_parser_test): Call both process_test_valid_subdir and
9262         process_test_equiv_subdir.
9263
9264         * bus/config-loader-libxml.c (bus_config_load): Take a parent
9265         argument and pass it along to the call to bus_config_parser_new.
9266         Also made a few small changes to allow this code to compile.
9267
9268         * bus/config-loader-expat.c (bus_config_load): Take a parent
9269         argument and pass it along to the call to bus_config_parser_new.
9270
9271         * bus/bus.c (bus_context_new): Load the config file
9272         with a NULL parent argument.
9273
9274 2004-03-29  Michael Meeks  <michael@ximian.com>
9275
9276         * glib/dbus-gobject.c (introspect_properties): split
9277         out, fix mangled 'while' flow control.
9278         (introspect_signals): implement.
9279         (handle_introspect): update.
9280
9281 2004-03-29  Michael Meeks  <michael@ximian.com>
9282
9283         * glib/dbus-gobject.c (set_object_property): split out / 
9284         re-work, use the property type, and not the message type(!)
9285         (get_object_property): ditto.
9286
9287         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
9288         (dbus_gvalue_marshal): make this code re-usable, needed
9289         for signals too, also on both proxy and server side.
9290         Re-write for more efficiency / readability.
9291
9292 2004-03-29  Michael Meeks  <michael@ximian.com>
9293
9294         * dbus/dbus-message.c
9295         (dbus_message_new_error_printf): impl.
9296
9297         * dbus/dbus-connection.c
9298         (dbus_connection_unregister_object_path): fix warning.
9299
9300         * configure.in: fix no-mono-installed situation.
9301
9302 2004-03-27  Havoc Pennington  <hp@redhat.com>
9303
9304         Patch from Timo Teräs:
9305         
9306         * tools/dbus-send.c (main): if --print-reply, assume type is
9307         method call; support boolean type args
9308         
9309         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
9310         bunch of memleak and logic bugs
9311         
9312 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
9313
9314         * mono/Arguments.cs:
9315         * mono/Introspector.cs:
9316         * mono/Handler.cs:
9317         * mono/InterfaceProxy.cs:
9318         * mono/Message.cs
9319         * mono/ProxyBuilder.cs:
9320         * mono/Service.cs:
9321         Added InterfaceProxy class to avoid building proxies for every
9322         object.
9323
9324         * dbus-message.h:
9325         * dbus-message.c (dbus_message_append_args_valist)
9326         (dbus_message_iter_get_object_path)
9327         (dbus_message_iter_get_object_path_array)
9328         (dbus_message_iter_append_object_path)
9329         (dbus_message_iter_append_object_path_array):
9330         Added object_path iter functions to handle OBJECT_PATH arguments
9331         
9332 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
9333
9334         First checkin of mono bindings.
9335         * configure.in:
9336         * Makefile.am:
9337         Build stuff for the bindings
9338         * dbus-sharp.pc.in: Added for pkgconfig
9339         
9340 2004-03-21  Havoc Pennington  <hp@redhat.com>
9341
9342         * test/test-service.c (main): remove debug spew
9343
9344 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9345
9346         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
9347         arrays
9348
9349         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
9350         (dbus_message_iter_init_array_iterator)
9351         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
9352         indicate whether the iterator is empty
9353
9354         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
9355         warnings
9356
9357 2004-03-19  Havoc Pennington  <hp@redhat.com>
9358
9359         * NEWS: 0.21 updates
9360
9361         * configure.in: 0.21
9362
9363         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
9364         
9365         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
9366         you don't need pyrex to make dist
9367
9368         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
9369         sources; run moc
9370         
9371 2004-03-18  Richard Hult  <richard@imendio.com>
9372
9373         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
9374         (dbus_message_set_auto_activation): Add doxygen docs.
9375
9376 2004-03-16  Richard Hult  <richard@imendio.com>
9377
9378         * bus/activation.c: (bus_activation_service_created),
9379         (bus_activation_send_pending_auto_activation_messages),
9380         (bus_activation_activate_service):
9381         * bus/activation.h:
9382         * bus/dispatch.c: (bus_dispatch),
9383         (check_nonexistent_service_auto_activation),
9384         (check_service_auto_activated),
9385         (check_segfault_service_auto_activation),
9386         (check_existent_service_auto_activation), (bus_dispatch_test):
9387         * bus/driver.c: (bus_driver_handle_activate_service):
9388         * bus/services.c: (bus_registry_acquire_service):
9389         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
9390         (dbus_message_get_auto_activation):
9391         * dbus/dbus-message.h:
9392         * dbus/dbus-protocol.h: Implement auto-activation.
9393         
9394         * doc/dbus-specification.xml: Add auto-activation to the spec.
9395
9396 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9397
9398         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
9399         fix a bug with CUSTOM types.
9400
9401         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
9402         a unit test for this bug (used to fail).
9403
9404 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9405
9406         * bus/activation.c:
9407         (babysitter_watch_callback): notify all pending activations waiting for
9408           the same exec that the activation failed.
9409         (bus_activation_activate_service): shortcut the activation if we 
9410           already waiting for the same executable to start up.
9411
9412 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9413
9414         * bus/activation.c: 
9415         - Added service file reloading. 
9416           Each service files directory is kept in an hash table in 
9417           BusActivation and each BusActivationEntry knows what .service-file it
9418           was read from. So when you try to activate a service the bus will 
9419           check if it's been updated, removed or if new .service-files has 
9420           been installed.
9421         - Test code at the bottom for the service file reloading.
9422         * bus/test-main.c: (main):
9423         * bus/test.h:
9424         - added service reloading test.
9425         * dbus/dbus-sysdeps.c: 
9426         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
9427
9428 2004-03-08  Michael Meeks  <michael@ximian.com>
9429
9430         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
9431         bail immediately if disconnected, to avoid busy loop.
9432
9433         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
9434         cleanup cut/paste/inefficiency.
9435
9436 2004-03-01  David Zeuthen  <david@fubar.dk>
9437
9438         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
9439         bug where args were used twice. This bug resulted in a segfault
9440         on a Debian/PPC system when starting the messagebus daemon. Include
9441         dbus-sysdeps.h for DBUS_VA_COPY
9442
9443         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
9444
9445         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
9446         appropriate va_copy implementation. From GLib
9447         
9448 2004-02-24  Joe Shaw  <joe@ximian.com>
9449
9450         * bus/services.c (bus_registry_acquire_service): We need to pass
9451         in the service name to dbus_set_error() to prevent a crash.
9452
9453 2003-12-26  Anders Carlsson  <andersca@gnome.org>
9454
9455         * AUTHORS: Reveal my True identity.
9456
9457 2003-12-17  Mikael Hallendal  <micke@imendio.com>
9458
9459         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
9460         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
9461
9462 2003-12-13  Mikael Hallendal  <micke@imendio.com>
9463
9464         * doc/TODO: Added not about better error check of configuration files.
9465
9466 2003-12-02  Richard Hult  <richard@imendio.com>
9467
9468         * Update AFL version to 2.0 throughout the source files to reflect
9469         the update that was done a while ago.
9470
9471 2003-12-02  Richard Hult  <richard@imendio.com>
9472
9473         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
9474         wrote_dict_key to FALSE on the iter that the dict is appended to,
9475         just like when appending other types. Fixes a bug where a dict
9476         couldn't be put inside a dict.
9477         (dbus_message_iter_append_dict_key): Fix typo in warning message.
9478         (message_iter_test, _dbus_message_test): Add test case for dict
9479         inside dict.
9480
9481 2003-12-01  David Zeuthen  <david@fubar.dk>
9482
9483         * python/dbus.py: Add the actual message when calling the reciever
9484         of a signal such that parameters can be inspected. Add the method
9485         remove_signal_receiver
9486         
9487 2003-11-26  Mikael Hallendal  <micke@imendio.com>
9488
9489         * bus/*.[ch]:
9490         * dbus/*.[ch]:
9491         * glib/*.[ch]: Made ref functions return the pointer
9492
9493 2003-11-25  Zack Rusin  <zack@kde.org>
9494
9495         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
9496
9497         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
9498         wrappers,
9499
9500         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
9501         the Integrator and to better fit with the server,
9502
9503 2003-11-24  Zack Rusin  <zack@kde.org>
9504
9505         * qt/connection.h, qt/connection.cpp: removing initDbus method since
9506         the integrator handles it now
9507
9508         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
9509         since QTimer wasn't really meant to be used the way DBusTimeout is
9510
9511 2003-11-24  Zack Rusin  <zack@kde.org>
9512
9513         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
9514         Integrator class which integrates D-BUS with the Qt event loop,
9515
9516         * qt/connection.h, qt/connection.cpp: Move all the code which
9517         was dealing with D-BUS integration to the Integrator class,
9518         and start using Integrator,
9519
9520 2003-11-23  Zack Rusin  <zack@kde.org>
9521
9522         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
9523         wrapper
9524
9525         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
9526         switching namespaces to DBusQt, reworking the class,
9527
9528         * Makefile.cvs: switching dependencies so that it matches KDE 
9529         schematics,
9530         
9531         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
9532         the library
9533
9534 2003-11-19  Havoc Pennington  <hp@redhat.com>
9535
9536         * NEWS: update
9537
9538         * configure.in: bump version to 0.20
9539
9540         * configure.in (have_qt): add yet another place to look for qt
9541         (someone hand trolltech a .pc file...)
9542
9543 2003-11-01  Havoc Pennington  <hp@redhat.com>
9544
9545         * doc/dbus-specification.xml: add state machine docs on the auth
9546         protocol; just a first draft, I'm sure it's wrong.      
9547
9548 2003-10-28  David Zeuthen  <david@fubar.dk>
9549
9550         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
9551         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
9552         
9553 2003-10-28  Havoc Pennington  <hp@redhat.com>
9554
9555         * dbus/dbus-message.c (get_next_field): delete unused function
9556
9557 2003-10-28  Havoc Pennington  <hp@redhat.com>
9558
9559         * bus/expirelist.c (do_expiration_with_current_time): detect
9560         failure of the expire_func due to OOM
9561
9562         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9563
9564         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
9565         NoReply error that's now created by the bus when the service exits
9566
9567 2003-10-28  Havoc Pennington  <hp@redhat.com>
9568
9569         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
9570         tests for set_path, set_interface, set_member, etc.
9571
9572         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
9573
9574         * dbus/dbus-message.c (set_string_field): always just delete and
9575         re-append the field; accept NULL for deletion
9576         (re_align_fields_recurse): reimplement
9577         
9578 2003-10-26  Havoc Pennington  <hp@redhat.com>
9579
9580         * dbus/dbus-connection.c: fix docs to properly describe the
9581         disconnected message
9582         (_dbus_connection_notify_disconnected): remove this function; 
9583         we can't synchronously add the disconnected message, we have to 
9584         do it after we've queued any remaining real messages
9585         (_dbus_connection_get_dispatch_status_unlocked): queue the
9586         disconnect message only if the transport has finished queueing all
9587         its real messages and is disconnected.
9588         (dbus_connection_disconnect): update the dispatch status here
9589
9590 2003-10-22  Havoc Pennington  <hp@redhat.com>
9591
9592         * bus/bus.c (bus_context_check_security_policy): fix up assertion
9593
9594         * bus/connection.c (bus_transaction_send_from_driver): set the
9595         destination to the connection's base service
9596
9597 2003-10-20  Havoc Pennington  <hp@redhat.com>
9598
9599         hmm, make check is currently not passing.
9600         
9601         * doc/dbus-specification.xml: add requirement that custom type
9602         names follow the same rules as interface names.
9603
9604         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
9605         duplication and allow 'c' to be 'custom'; dict is now 'm' for
9606         'map'
9607
9608         * doc/dbus-specification.xml: update type codes to match
9609         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
9610         CUSTOM. Add type OBJECT_PATH to the spec.
9611
9612 2003-10-17  Havoc Pennington  <hp@redhat.com>
9613
9614         * bus/driver.c (create_unique_client_name): use "." as separator
9615         in base service names instead of '-'
9616
9617         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
9618         byte at the end of the string
9619
9620         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
9621         optimization macros since string validation seems to be a slow
9622         point.
9623         
9624         * doc/dbus-specification.xml: restrict valid
9625         service/interface/member/error names. Add test suite code for the
9626         name validation.
9627
9628         * dbus/dbus-string.c: limit service/interface/member/error names 
9629         to [0-9][A-Z][a-z]_
9630
9631         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
9632         format arg to verbose spew
9633
9634         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
9635         memory, return instead of g_error
9636
9637         * test/test-service.c (path_message_func): support emitting a
9638         signal on request
9639
9640         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
9641         activation bus type if DBUS_BUS_ACTIVATION was set; default to
9642         assuming the activation bus was the session bus so that services
9643         started manually will still register.
9644         (init_connections_unlocked): fix so that in OOM situation we get
9645         the same semantics when retrying the function
9646         
9647         * test/test-service.c (main): change to use path registration, to
9648         test those codepaths; register with DBUS_BUS_ACTIVATION rather
9649         than DBUS_BUS_SESSION
9650
9651 2003-10-16  Havoc Pennington  <hp@redhat.com>
9652
9653         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
9654
9655         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
9656         coverage of the tests
9657         (coverage-report.txt): don't move the .da and .bbg files around
9658
9659 2003-10-16  Havoc Pennington  <hp@redhat.com>
9660
9661         * bus/bus.c (struct BusContext): remove struct field I didn't mean
9662         to put there
9663
9664 2003-10-16  Havoc Pennington  <hp@redhat.com>
9665
9666         * bus/connection.c (bus_pending_reply_expired): either cancel or
9667         execute, not both
9668         (bus_connections_check_reply): use unlink, not remove_link, as we
9669         don't want to free the link; fixes double free mess
9670
9671         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
9672         where no reply was received
9673
9674         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
9675         fix a refcount leak
9676
9677         * bus/signals.c (match_rule_matches): add special cases for the
9678         bus driver, so you can match on sender/destination for it.
9679
9680         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
9681         DBUS_PRINT_BACKTRACE is set
9682
9683         * dbus/dbus-internals.c: add pid to assertion failure messages
9684
9685         * dbus/dbus-connection.c: add message type code to the debug spew
9686
9687         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
9688         sender=foo not service=foo
9689
9690         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
9691         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
9692         DBUS_ACTIVATION_ADDRESS instead
9693
9694         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
9695         DBUS_SYSTEM_BUS_ADDRESS if appropriate
9696
9697         * bus/bus.c (bus_context_new): handle OOM copying bus type into
9698         context struct
9699
9700         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
9701         (dbus_message_iter_get_object_path_array): new function (half
9702         finished, disabled for the moment)
9703         
9704         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
9705         DBUS_MESSAGE_TYPE_ERROR
9706
9707         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
9708         avoid redirecting stderr to /dev/null
9709         (babysit): close stdin if not doing the "exit_with_session" thing
9710
9711         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
9712         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
9713         stdout/stdin, so things don't get confused
9714         
9715         * bus/system.conf.in: fix to allow replies, I modified .conf
9716         instead of .conf.in again.
9717
9718 2003-10-14  David Zeuthen  <david@fubar.dk>
9719
9720         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
9721         argtype to arg_type when raising unknown arg type exception.
9722         Changed type list to reflect the changes in dbus-protocol.h so 
9723         the bindings actually work.
9724
9725 2003-10-14  Havoc Pennington  <hp@redhat.com>
9726
9727         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
9728         to have a bug keeping it from outputting the .da files sometimes
9729         (string_get_string): don't append garbage nul bytes to the string.
9730
9731 2003-10-15  Seth Nickell  <seth@gnome.org>
9732
9733         * python/Makefile.am:
9734
9735         Include dbus_h_wrapper.h in the dist tarball.
9736
9737 2003-10-14  Havoc Pennington  <hp@redhat.com>
9738
9739         * bus/bus.c (bus_context_check_security_policy): revamp this to
9740         work more sanely with new policy-based requested reply setup
9741
9742         * bus/connection.c (bus_transaction_send_from_driver): set bus
9743         driver messages as no reply
9744
9745         * bus/policy.c (bus_client_policy_check_can_receive): handle a
9746         requested_reply attribute on allow/deny rules
9747
9748         * bus/system.conf: add <allow requested_reply="true"/>
9749
9750         * bus/driver.c (bus_driver_handle_message): fix check for replies
9751         sent to the bus driver, which was backward. How did this ever work
9752         at all though? I think I'm missing something.
9753
9754         * dbus/dbus-message.c (decode_header_data): require error and
9755         method return messages to have a reply serial field to be valid
9756         (_dbus_message_loader_queue_messages): break up this function;
9757         validate that reply serial and plain serial are nonzero; 
9758         clean up the OOM/error handling.
9759         (get_uint_field): don't return -1 from this
9760         (dbus_message_create_header): fix signed/unsigned bug
9761
9762         * bus/connection.c (bus_connections_expect_reply): save serial of
9763         the incoming message, not reply serial
9764
9765 2003-10-14  Havoc Pennington  <hp@redhat.com>
9766
9767         * bus/connection.c: implement pending reply tracking using
9768         BusExpireList
9769
9770         * bus/bus.c (bus_context_check_security_policy): verify that a
9771         reply is pending in order to allow a reply to be sent. Deny 
9772         messages of unknown type.
9773
9774         * bus/dbus-daemon-1.1.in: update to mention new resource limits
9775
9776         * bus/bus.c (bus_context_get_max_replies_per_connection): new
9777         (bus_context_get_reply_timeout): new
9778
9779 2003-10-13  Seth Nickell  <seth@gnome.org>
9780
9781         * python/Makefile.am:
9782
9783         Pass "make distcheck": remove a couple files from DIST_FILES
9784         that weren't included in the final version.
9785
9786 2003-10-12  Havoc Pennington  <hp@pobox.com>
9787
9788         Added test code that 1) starts an actual bus daemon and 2) uses
9789         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9790         more testing possible, but this is the basic framework.
9791         
9792         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9793         empty proxy lists from the proxy list hash
9794
9795         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9796         couple of return_if_fail checks
9797
9798         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9799         to allocate, so everything is cleared to NULL as it should be.
9800
9801         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9802         source as data to dbus_connection_set_timeout_functions() as the 
9803         timeout functions expected
9804
9805         * test/glib/run-test.sh: add a little script to start up a message
9806         bus and run tests using it
9807
9808         * tools/dbus-launch.1: updates
9809
9810         * tools/dbus-launch.c (main): add --config-file option
9811
9812         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9813         that could never be reached.
9814
9815         * dbus/dbus-message.c (dbus_message_new_method_return) 
9816         (dbus_message_new_error, dbus_message_new_signal): set the
9817         no-reply-expected flag on all these. Redundant, but may
9818         as well be consistent.
9819
9820 2003-10-11  Havoc Pennington  <hp@pobox.com>
9821
9822         * test/decode-gcov.c (function_solve_graph): make broken block
9823         graph a nonfatal error since it seems to be broken. Need to debug
9824         this.
9825
9826         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9827         can't just check type > INVALID < LAST anymore
9828
9829         * dbus/dbus-message.c (dbus_message_get_signature): new function
9830         (dbus_message_has_signature): new function
9831         (struct DBusMessage): add signature field (right now it isn't sent
9832         over the wire, just generated on the fly)
9833         (dbus_message_copy): copy the signature, and init strings to
9834         proper length to avoid some reallocs
9835         (dbus_message_iter_init_array_iterator): return void, since it
9836         can't fail
9837         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9838         (_dbus_message_loader_queue_messages): add silly temporary hack to
9839         fill in message->signature on load
9840
9841         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9842         characters, so they are relatively human-readable.
9843
9844 2003-10-11  Havoc Pennington  <hp@pobox.com>
9845
9846         * dbus/dbus-message.c (_dbus_message_test): add more test
9847         coverage, but #if 0 for now since they uncover a bug 
9848         not fixed yet; I think in re_align_field_recurse()
9849         (re_align_field_recurse): add FIXME about broken assertion
9850
9851         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9852
9853         * bus/connection.c: share a couple code bits with expirelist.c
9854
9855         * bus/expirelist.h, bus/expirelist.c: implement a generic
9856         expire-items-after-N-seconds facility, was going to share between
9857         expiring connections and replies, decided not to use for expiring
9858         connections for now.
9859
9860         * COPYING: include AFL 2.0 (still need to change all the file headers)
9861
9862 2003-10-09  Havoc Pennington  <hp@redhat.com>
9863
9864         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9865         gcc 3.3. Not that we do anything about it yet.
9866
9867         * bus/signals.c (bus_match_rule_parse): impose max length on the
9868         match rule text
9869
9870         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9871
9872 2003-10-09  Havoc Pennington  <hp@redhat.com>
9873
9874         Make matching rules theoretically work (add parser).
9875         
9876         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9877         the case where destination is explicitly specified as bus driver
9878         and someone else is eavesdropping.
9879         
9880         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9881         definition of eavesdropping and assertion
9882
9883         * tools/dbus-send.c (main): use dbus_message_type_from_string
9884
9885         * bus/signals.c (bus_match_rule_parse): implement
9886
9887         * dbus/dbus-message.c (dbus_message_type_from_string): new
9888
9889         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9890
9891 2003-10-02  Havoc Pennington  <hp@pobox.com>
9892
9893         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9894         dbus_gproxy_oneway_call
9895
9896         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9897         (dbus_server_setup_with_g_main): fix to allow calling them more
9898         than once on the same args
9899         (dbus_bus_get_with_g_main): new function
9900
9901 2003-10-02  Havoc Pennington  <hp@redhat.com>
9902
9903         * doc/dbus-tutorial.xml: write some stuff
9904
9905 2003-09-29  Havoc Pennington  <hp@pobox.com>
9906
9907         * configure.in: split checks for Doxygen from XML docs, check for
9908         xmlto
9909
9910         * doc/Makefile.am: XML-ify all the docs, and add a blank
9911         dbus-tutorial.xml
9912
9913 2003-09-29  Havoc Pennington  <hp@pobox.com>
9914
9915         * Merge dbus-object-names branch. To see the entire patch 
9916         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9917         it's huuuuge though.
9918         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9919         
9920 2003-09-28  Havoc Pennington  <hp@pobox.com>
9921
9922         * HACKING: update to reflect new server
9923
9924 2003-09-26  Seth Nickell  <seth@gnome.org>
9925
9926         * python/dbus.py:
9927         * python/examples/example-signals.py:
9928
9929         Start implementing some notions of signals. The API
9930         is really terrible, but they sort of work (with the
9931         exception of being able to filter by service, and to
9932         transmit signals *as* a particular service). Need to
9933         figure out how to make messages come from the service
9934         we registered :-(
9935         
9936         * python/dbus_bindings.pyx.in:
9937
9938         Removed duplicate message_handler callbacks.
9939         
9940 2003-09-25  Havoc Pennington  <hp@redhat.com>
9941
9942         * bus/session.conf.in: fix my mess
9943
9944 2003-09-25  Havoc Pennington  <hp@pobox.com>
9945
9946         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9947
9948 2003-09-25  Seth Nickell  <seth@gnome.org>
9949
9950         * python/examples/example-service.py:
9951
9952         Johan notices complete wrong code in example-service, but
9953         completely wrong in a way that works exactly the same (!).
9954         Johan is confused, how could this possibly work? Example
9955         code fails to serve purpose of making things clear.
9956         Seth fixes.
9957
9958 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9959
9960         * doc/dbus-specification.sgml: don't require header fields
9961         to be 4-byte aligned and specify that fields should be
9962         distinguished from padding by the fact that zero is not
9963         a valid field name.
9964         
9965         * doc/TODO: remove re-alignment item and add item to doc
9966         the OBJECT_PATH type.
9967         
9968         * dbus/dbus-message.c:
9969         (HeaderField): rename the original member to value_offset
9970         and introduce a name_offset member to keep track of where
9971         the field actually begins.
9972         (adjust_field_offsets): remove.
9973         (append_int_field), (append_uint_field),
9974         (append_string_field): don't align the start of the header
9975         field to a 4-byte boundary.
9976         (get_next_field): impl finding the next marhsalled field
9977         after a given field.
9978         (re_align_field_recurse): impl re-aligning a number of
9979         already marshalled fields.
9980         (delete_field): impl deleting a field of any type and
9981         re-aligning any following fields.
9982         (delete_int_or_uint_field), (delete_string_field): remove.
9983         (set_int_field), (set_uint_field): no need to re-check
9984         that we have the correct type for the field.
9985         (set_string_field): ditto and impl re-aligning any
9986         following fields.
9987         (decode_header_data): update to take into account that
9988         the fields aren't 4-byte aligned any more and the new
9989         way to distinguish padding from header fields. Also,
9990         don't exit when there is too much header padding.
9991         (process_test_subdir): print the directory.
9992         (_dbus_message_test): add test to make sure a following
9993         field is re-aligned correctly after field deletion.
9994         
9995         * dbus/dbus-string.[ch]:
9996         (_dbus_string_insert_bytes): rename from insert_byte and
9997         allow the insert of multiple bytes.
9998         (_dbus_string_test): test inserting multiple bytes.
9999
10000         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
10001         warning note to docs about having to re-align any
10002         marshalled values following the string.
10003         
10004         * dbus/dbus-message-builder.c:
10005         (append_string_field), (_dbus_message_data_load):
10006         don't align the header field.
10007         
10008         * dbus/dbus-auth.c: (process_test_subdir): print the
10009         directory.
10010         
10011         * test/break-loader.c: (randomly_add_one_byte): upd. for
10012         insert_byte change.
10013         
10014         * test/data/invalid-messages/bad-header-field-alignment.message:
10015         new test case.
10016         
10017         * test/data/valid-messages/unknown-header-field.message: shove
10018         a dict in the unknown field.
10019
10020 2003-09-25  Seth Nickell  <seth@gnome.org>
10021
10022         * python/dbus.py:
10023         * python/dbus_bindings.pyx.in:
10024
10025         Handle return values.
10026         
10027         * python/examples/example-client.py:
10028         * python/examples/example-service.py:
10029
10030         Pass back return values from the service to the client.
10031         
10032 2003-09-24  Seth Nickell  <seth@gnome.org>
10033
10034         * python/dbus.py:
10035
10036         Connect Object methods (when you are sharing an object) up... pass
10037         in a list of methods to be shared. Sharing all the methods just
10038         worked out too weird. You can now create nice Services over the
10039         DBus in Python. :-)
10040         
10041         * python/dbus_bindings.pyx.in:
10042
10043         Keep references to user_data tuples passed into C functions so 
10044         Python doesn't garbage collect on us.
10045
10046         Implement MethodReturn and Error subclasses of Message for creating
10047         DBusMessage's of those types.
10048         
10049         * python/examples/example-client.py:
10050         * python/examples/example-service.py:
10051
10052         Simple example code showing both how create DBus services and objects,
10053         and how to use them.
10054
10055 2003-09-23  Havoc Pennington  <hp@pobox.com>
10056
10057         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
10058
10059 2003-09-23  Havoc Pennington  <hp@redhat.com>
10060
10061         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
10062         (dbus_gproxy_disconnect_signal): implement
10063         (dbus_gproxy_manager_remove_signal_match): implement
10064         (dbus_gproxy_manager_add_signal_match): implement
10065         (dbus_gproxy_oneway_call): implement
10066
10067 2003-09-23  Havoc Pennington  <hp@pobox.com>
10068
10069         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
10070         subclass. This means dropping the transparent thread safety of the
10071         proxy; you now need a separate proxy per-thread, or your own
10072         locking on the proxy. Probably right anyway.
10073         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
10074
10075 2003-09-22  Havoc Pennington  <hp@redhat.com>
10076
10077         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
10078
10079 2003-09-21  Seth Nickell  <seth@gnome.org>
10080
10081         First checkin of the Python bindings.
10082         
10083         * python/.cvsignore:
10084         * python/Makefile.am:
10085         * python/dbus_bindings.pyx.in:
10086         * python/dbus_h_wrapper.h:
10087
10088         Pieces for Pyrex to operate on, building a dbus_bindings.so
10089         python module for low-level access to the DBus APIs.
10090         
10091         * python/dbus.py:
10092
10093         High-level Python module for accessing DBus objects.
10094
10095         * configure.in:
10096         * Makefile.am:
10097
10098         Build stuff for the python bindings.
10099
10100         * acinclude.m4:
10101
10102         Extra macro needed for finding the Python C header files.
10103
10104 2003-09-21  Havoc Pennington  <hp@pobox.com>
10105
10106         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
10107         implementing the proxy manager, didn't get very far.
10108
10109         * dbus/dbus-bus.c (dbus_bus_add_match): new
10110         (dbus_bus_remove_match): new
10111
10112         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
10113         path_name argument; adjust the other not-yet-implemented 
10114         gproxy constructors to be what I think they should be.
10115
10116 2003-09-21  Havoc Pennington  <hp@pobox.com>
10117
10118         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
10119         by default for message bus connections.
10120
10121         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
10122         exit_on_disconnect flag is set and we process the disconnected
10123         signal.
10124         (dbus_connection_set_exit_on_disconnect): new function
10125
10126 2003-09-21  Havoc Pennington  <hp@pobox.com>
10127
10128         Get matching rules mostly working in the bus; only actually
10129         parsing the rule text remains. However, the client side of
10130         "signal connections" hasn't been started, this patch is only the
10131         bus side.
10132         
10133         * dbus/dispatch.c: fix for the matching rules changes
10134         
10135         * bus/driver.c (bus_driver_handle_remove_match)
10136         (bus_driver_handle_add_match): send an ack reply from these
10137         method calls
10138
10139         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
10140         arguments, reported by Seth Nickell
10141
10142         * bus/config-parser.c (append_rule_from_element): support
10143         eavesdrop=true|false attribute on policies so match rules 
10144         can be prevented from snooping on the system bus.
10145
10146         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
10147         and "destination" in attribute names; fix some docs bugs; 
10148         add eavesdrop=true|false attribute
10149
10150         * bus/driver.c (bus_driver_handle_add_match)
10151         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
10152         messages
10153
10154         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
10155         rid of broadcast service concept, signals are just always broadcast
10156
10157         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
10158         mostly implement matching rules stuff (currently only exposed as signal
10159         connections)
10160
10161 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
10162
10163         * doc/dbus-specification.sgml: Change the header field name
10164         to be an enum and update the rest of the spec to reference
10165         the fields using the conventinal name.
10166
10167         * dbus/dbus-protocol.h: update to reflect the spec.
10168
10169         * doc/TODO: add item to remove the 4 byte alignment requirement.
10170         
10171         * dbus/dbus-message.c: Remove the code to generalise the
10172         header/body length and serial number header fields as named
10173         header fields so we can reference field names using the 
10174         protocol values.
10175         (append_int_field), (append_uint_field), (append_string_field):
10176         Append the field name as a byte rather than four chars.
10177         (delete_int_or_uint_field), (delete_string_field): reflect the
10178         fact that the field name and typecode now occupy 4 bytes instead
10179         of 8.
10180         (decode_string_field), (decode_header_data): update to reflect
10181         protocol changes and move the field specific encoding from
10182         decode_string_field() back into decode_header_data().
10183         
10184         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
10185         Add utility to aid debugging.
10186         
10187         * dbus/dbus-message-builder.c:
10188         (append_string_field), (_dbus_message_data_load): Update to
10189         reflect protocol changes; Change the FIELD_NAME directive
10190         to HEADER_FIELD and allow it to take the field's conventional
10191         name rather than the actual value.
10192         
10193         * test/data/*/*.message: Update to use HEADER_FIELD instead
10194         of FIELD_NAME; Always align the header on an 8 byte boundary
10195         *before* updating the header length.
10196
10197 2003-09-15  Havoc Pennington  <hp@pobox.com>
10198
10199         * dbus/dbus-pending-call.c: add the get/set object data
10200         boilerplate as for DBusConnection, etc. Use generic object data
10201         for the notify callback.
10202
10203         * glib/dbus-gparser.c (parse_node): parse child nodes
10204
10205         * tools/dbus-viewer.c: more hacking on the dbus-viewer
10206         
10207         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
10208         contain functions shared between the convenience lib and the
10209         installed lib
10210
10211         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
10212         -export-symbols-regex to the GLib library
10213
10214         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
10215         fix the locking in here, and add a default handler for
10216         Introspect() that just returns sub-nodes.
10217
10218 2003-09-14  Havoc Pennington  <hp@pobox.com>
10219
10220         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
10221         rather than gfoo consistent
10222
10223         * glib/dbus-gproxy.h: delete for now, move contents to
10224         dbus-glib.h, because the include files don't work right since we
10225         aren't in the dbus/ subdir.
10226         
10227         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
10228         (dbus_gproxy_end_call): finish
10229         (dbus_gproxy_begin_call): finish
10230
10231         * glib/dbus-gmain.c (dbus_set_g_error): new
10232
10233         * glib/dbus-gobject.c (handle_introspect): include information
10234         about child nodes in the introspection
10235
10236         * dbus/dbus-connection.c (dbus_connection_list_registered): new
10237         function to help in implementation of introspection
10238
10239         * dbus/dbus-object-tree.c
10240         (_dbus_object_tree_list_registered_and_unlock): new function
10241
10242 2003-09-12  Havoc Pennington  <hp@pobox.com>
10243
10244         * glib/dbus-gidl.h: add common base class for all the foo_info
10245         types
10246
10247         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
10248         similar to kdcop
10249
10250         * test/Makefile.am: try test srcdir -ef . in addition to test
10251         srcdir = ., one of them should work (yeah lame)
10252         
10253         * glib/Makefile.am: build the "idl" parser stuff as a convenience
10254         library
10255         
10256         * glib/dbus-gparser.h: make description_load routines return
10257         NodeInfo* not Parser*
10258
10259         * Makefile.am (SUBDIRS): build test dir after all library dirs
10260
10261         * configure.in: add GTK+ detection
10262
10263 2003-09-07  Havoc Pennington  <hp@pobox.com>
10264
10265         * Make Doxygen contented.
10266
10267 2003-09-07  Havoc Pennington  <hp@pobox.com>
10268
10269         * doc/dbus-specification.sgml: more updates
10270
10271 2003-09-06  Havoc Pennington  <hp@pobox.com>
10272
10273         * doc/dbus-specification.sgml: partial updates
10274
10275         * bus/dbus-daemon-1.1.in: fix the config file docs for the
10276         zillionth time; hopefully I edited the right file this time.
10277
10278         * bus/config-parser.c (append_rule_from_element): support
10279         send_type, send_path, receive_type, receive_path
10280
10281         * bus/policy.c: add message type and path to the list of things
10282         that can be "firewalled"
10283
10284 2003-09-06  Havoc Pennington  <hp@pobox.com>
10285
10286         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
10287         (dbus_connection_register_object_path): make this not handle
10288         messages to paths below the given path
10289
10290 2003-09-03  Havoc Pennington  <hp@pobox.com>
10291
10292         * test/glib/Makefile.am: add this with random glib-linked test
10293         programs
10294
10295         * glib/Makefile.am: remove the random test programs from here,
10296         leave only the unit tests
10297
10298         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
10299         uscore/javacaps conversion, and fix     
10300         (get_object_property, set_object_property): change to .NET
10301         convention for mapping props to methods, set_FooBar/get_FooBar, 
10302         since one language has such a convention we may as well copy it. 
10303         Plus real methods in either getFooBar or get_foo_bar style won't 
10304         collide with this convention.
10305
10306 2003-09-01  Havoc Pennington  <hp@pobox.com>
10307
10308         * glib/dbus-gparser.c: implement
10309
10310         * glib/dbus-gobject.c: start implementing skeletons support
10311
10312         * configure.in: when disabling checks/assert, also define
10313         G_DISABLE_ASSERT and G_DISABLE_CHECKS
10314
10315 2003-09-01  Havoc Pennington  <hp@pobox.com>
10316
10317         * glib/Makefile.am: rearrange a bunch of files and get "make
10318         check" framework set up
10319
10320 2003-08-31  Havoc Pennington  <hp@pobox.com>
10321
10322         * fix build with --disable-tests
10323
10324 2003-08-30  Havoc Pennington  <hp@pobox.com>
10325
10326         * dbus/dbus-connection.c: purge DBusMessageHandler
10327
10328         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
10329         use callbacks everywhere
10330
10331 2003-08-30  Havoc Pennington  <hp@pobox.com>
10332
10333         * test/data/valid-config-files/system.d/test.conf: change to 
10334         root for the user so warnings don't get printed
10335
10336         * dbus/dbus-message.c: add dbus_message_get_path,
10337         dbus_message_set_path
10338         
10339         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
10340         dispatching to a path
10341
10342         * dbus/dbus-string.c (_dbus_string_validate_path): add
10343
10344         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
10345         (_dbus_marshal_object_path): implement
10346
10347         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
10348         to contain the path to the target object
10349         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
10350         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
10351
10352 2003-08-30  Havoc Pennington  <hp@pobox.com>
10353
10354         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
10355
10356 2003-08-29  Havoc Pennington  <hp@pobox.com>
10357
10358         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
10359         registered
10360         (struct DBusObjectSubtree): shrink this
10361         a lot, since we may have a lot of them
10362         (_dbus_object_tree_free_all_unlocked): implement
10363         (_dbus_object_tree_dispatch_and_unlock): implement
10364
10365 2003-08-29  Havoc Pennington  <hp@pobox.com>
10366
10367         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
10368
10369 2003-08-28  Havoc Pennington  <hp@pobox.com>
10370
10371         purge DBusObjectID
10372         
10373         * dbus/dbus-connection.c: port to no ObjectID, create a
10374         DBusObjectTree, rename ObjectTree to ObjectPath in public API
10375
10376         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
10377         everything except UnregisterFunction and MessageFunction
10378         
10379         * dbus/dbus-marshal.c: port away from DBusObjectID, 
10380         add DBUS_TYPE_OBJECT_PATH
10381         
10382         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
10383         dbus/dbus-objectid.[hc]: remove these, we are moving to 
10384         path-based object IDs
10385
10386 2003-08-25  Havoc Pennington  <hp@pobox.com>
10387
10388         Just noticed that dbus_message_test is hosed, I wonder when I
10389         broke that. I thought make check was passing earlier...
10390         
10391         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
10392         container tree, will replace most of dbus-object-registry
10393
10394         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
10395         screwup
10396
10397 2003-08-19  Havoc Pennington  <hp@pobox.com>
10398
10399         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
10400         (dbus_message_is_error): fix this function
10401
10402         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
10403         match
10404
10405         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
10406         reflect clarified man page
10407         (bus_client_policy_check_can_send): ditto
10408         
10409         * bus/session.conf.in: fixup
10410
10411         * bus/system.conf.in: fixup
10412
10413 2003-08-18  Havoc Pennington  <hp@redhat.com>
10414
10415         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
10416
10417         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10418         dumb bug created earlier (wrong order of args to
10419         decode_header_data())
10420         
10421         * tools/dbus-send.c: port
10422
10423         * tools/dbus-print-message.c (print_message): port
10424
10425         * test/data/*messages: port all messages over
10426         
10427         * dbus/dbus-message-builder.c: support including 
10428         message type
10429         
10430         * bus/driver.c: port over
10431         
10432         * bus/dispatch.c: port over to new stuff
10433
10434         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10435         rename disconnect signal to "Disconnected"
10436
10437 2003-08-17  Havoc Pennington  <hp@pobox.com>
10438
10439         This doesn't compile yet, but syncing up so I can hack on it from
10440         work. What are branches for if not broken code? ;-)
10441         
10442         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
10443         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
10444         DBUS_HEADER_FIELD_ERROR_NAME
10445         
10446         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
10447         for the interface+member pairs
10448         (string_hash): change to use g_str_hash algorithm
10449         (find_direct_function, find_string_function): refactor these to
10450         share most code.
10451         
10452         * dbus/dbus-message.c: port all of this over to support 
10453         interface/member fields instead of name field
10454
10455         * dbus/dbus-object-registry.c: port over
10456         
10457         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
10458         from _dbus_string_validate_name
10459
10460         * bus/dbus-daemon-1.1: change file format for the 
10461         <deny>/<allow> stuff to match new message naming scheme
10462
10463         * bus/policy.c: port over
10464
10465         * bus/config-parser.c: parse new format
10466         
10467 2003-08-16  Havoc Pennington  <hp@pobox.com>
10468
10469         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
10470         broken assertion
10471
10472         * glib/dbus-gproxy.c: some hacking
10473
10474 2003-08-15  Havoc Pennington  <hp@redhat.com>
10475
10476         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
10477
10478         * dbus/dbus-connection.c
10479         (dbus_connection_send_with_reply_and_block): factor out internals;
10480         change to convert any error replies to DBusError instead of 
10481         returning them as a message
10482
10483 2003-08-15  Havoc Pennington  <hp@pobox.com>
10484
10485         * dbus/dbus-connection.c, 
10486         dbus/dbus-pending-call.c: Finish the pending call stuff
10487
10488 2003-08-14  Havoc Pennington  <hp@redhat.com>
10489
10490         * dbus/dbus-pending-call.c: start on new object that will replace
10491         DBusMessageHandler and ReplyHandlerData for tracking outstanding
10492         replies
10493
10494         * dbus/dbus-gproxy.c: start on proxy object used to communicate
10495         with remote interfaces
10496
10497         * dbus/dbus-gidl.c: do the boring boilerplate in here
10498         
10499 2003-08-12  Havoc Pennington  <hp@pobox.com>
10500
10501         * bus/dispatch.c (bus_dispatch): make this return proper 
10502         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
10503
10504         * dbus/dbus-errors.c (dbus_set_error): use
10505         _dbus_string_append_printf_valist
10506
10507         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
10508         (_dbus_string_append_printf): new
10509
10510         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
10511         UNKNOWN_METHOD
10512
10513         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
10514         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
10515         message is unhandled.
10516
10517 2003-08-11  Havoc Pennington  <hp@pobox.com>
10518
10519         * bus/test.c (client_disconnect_handler): change to return
10520         HANDLED (would have been REMOVE_MESSAGE)
10521
10522         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
10523         HANDLED/NOT_YET_HANDLED instead of
10524         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
10525         should be used.
10526
10527 2003-08-10  Havoc Pennington  <hp@pobox.com>
10528
10529         * tools/dbus-send.c (main): add --type argument, for now
10530         supporting only method_call and signal types.
10531
10532         * tools/dbus-print-message.c: print message type
10533
10534         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10535         init connection->objects
10536
10537         * doc/dbus-specification.sgml: fix sgml
10538
10539         * bus/*.c: port over to object-instance API changes
10540
10541         * test/test-service.c: ditto
10542         
10543         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
10544         name, we will have to fix up the rest of the code to also handle
10545         this
10546         (dbus_message_new): generic message-creation call
10547         (set_string_field): allow appending name field
10548
10549 2003-08-06  Havoc Pennington  <hp@pobox.com>
10550
10551         * dbus/dbus-object-registry.c: implement signal connection 
10552         and dispatch
10553
10554         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
10555
10556         * dbus/dbus-internals.c (_dbus_memdup): new function
10557
10558 2003-08-02  Havoc Pennington  <hp@pobox.com>
10559
10560         * dbus/dbus-message.c (dbus_message_get_no_reply)
10561         (dbus_message_set_no_reply): add these and remove
10562         set_is_error/get_is_error
10563
10564         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
10565         remove the ERROR flag, since there's now an ERROR type
10566
10567 2003-08-01  Havoc Pennington  <hp@pobox.com>
10568
10569         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
10570         implement
10571
10572         * dbus/dbus-message.c (dbus_message_get_type): new function
10573
10574         * doc/dbus-specification.sgml: add "type" byte to messages
10575
10576 2003-08-01  Havoc Pennington  <hp@pobox.com>
10577
10578         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
10579         a message type enum to distinguish kinds of message
10580         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
10581         that need not be replied to
10582
10583 2003-08-01  Havoc Pennington  <hp@pobox.com>
10584
10585         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
10586         (unpack_8_octets): fix no-64-bit-int bug
10587
10588         * dbus/dbus-object-registry.c (validate_id): validate the 
10589         connection ID bits, not just the instance ID.
10590
10591         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
10592         the connection-global 33 bits of the object ID
10593
10594         * dbus/dbus-object-registry.c (info_from_entry): fill in 
10595         object ID in the new way
10596
10597         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
10598         define server/client/instance bits.
10599
10600 2003-07-30  Havoc Pennington  <hp@pobox.com>
10601
10602         * dbus/dbus-connection.c (dbus_connection_register_object): fix
10603         build
10604
10605 2003-07-13  Havoc Pennington  <hp@pobox.com>
10606
10607         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
10608         fields to DBusObjectVTable and DBusObjectInfo
10609
10610 2003-07-12  Havoc Pennington  <hp@pobox.com>
10611
10612         * dbus/dbus-object-registry.c: implement unit test,
10613         fix bugs discovered in process
10614
10615         * dbus/dbus-connection.c: remove handler_table and
10616         register_handler(), add DBusObjectRegistry usage
10617
10618         * dbus/dbus-objectid.c (dbus_object_id_is_null)
10619         (dbus_object_id_set_null): new functions
10620
10621 2003-07-08  Havoc Pennington  <hp@pobox.com>
10622
10623         * dbus/dbus-object.c: implement some of this
10624
10625         * dbus/dbus-object-registry.c
10626         (_dbus_object_registry_add_and_unlock): fill in the object_id out
10627         param
10628         (_dbus_object_registry_new): handle OOM
10629
10630 2003-07-08  Havoc Pennington  <hp@pobox.com>
10631
10632         * dbus/dbus-object.h: sketch out an API for registering objects
10633         with a connection, that allows us to use as little as 24 bytes
10634         per object and lets application code represent an object in 
10635         any conceivable way.
10636
10637         * dbus/dbus-object-registry.c: implement the hard bits of the
10638         DBusConnection aspect of object API. Not yet wired up.
10639         
10640 2003-07-06  Havoc Pennington  <hp@pobox.com>
10641
10642         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
10643         (_dbus_marshal_object_id): new
10644         (_dbus_demarshal_object_id): new
10645         (_dbus_marshal_get_arg_end_pos): support object ID type, and
10646         consolidate identical switch cases. Don't conditionalize handling
10647         of DBUS_TYPE_UINT64, need to handle the type always.
10648         (_dbus_marshal_validate_arg): consolidate identical cases, and
10649         handle DBUS_TYPE_OBJECT_ID
10650
10651         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
10652
10653         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
10654
10655 2003-09-28  Havoc Pennington  <hp@pobox.com>
10656
10657         * real 0.13 release
10658
10659 2003-09-28  Havoc Pennington  <hp@pobox.com>
10660
10661         * doc/Makefile.am (dbus-specification.html): testing a funky hack
10662         to work with Debian db2html
10663
10664 2003-09-28  Havoc Pennington  <hp@pobox.com>
10665
10666         * configure.in: 0.13
10667
10668         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
10669         stylesheet-images for benefit of Debian
10670         
10671         Change back to using filesystem-linked sockets for the system
10672         bus, so only root can create the default system bus address.
10673         
10674         * bus/system.conf.in: change to use
10675         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10676
10677         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
10678         from here.
10679
10680         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10681         here, and AC_DEFINE DBUS_SYSTEM_PATH
10682
10683 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10684
10685         * doc/TODO:
10686         * doc/busconfig.dtd:
10687         Add busconfig DTD.
10688         
10689 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10690
10691         * doc/dbus-specification.sgml:
10692         Add activation reply values.
10693         
10694 2003-08-05  Havoc Pennington  <hp@redhat.com>
10695
10696         * configure.in: 0.12
10697
10698 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
10699
10700         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
10701         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
10702         (add_watch), (remove_watch), (create_source):
10703         Refcount fds, fixes some reentrancy issues.
10704         
10705 2003-07-30  Havoc Pennington  <hp@redhat.com>
10706
10707         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
10708         bus address to be abstract if we have abstract sockets
10709
10710         * NEWS: update
10711
10712 2003-07-28  Havoc Pennington  <hp@redhat.com>
10713
10714         * bus/messagebus.in: fix to avoid processname/servicename 
10715         confusion, from Michael Kearey
10716         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
10717         
10718 2003-07-23  Havoc Pennington  <hp@pobox.com>
10719
10720         * dbus/dbus-message.c (dbus_message_iter_get_named): 
10721         fix from Andy Hanton to remove broken "+1"
10722
10723 2003-07-16  Havoc Pennington  <hp@pobox.com>
10724
10725         * tools/dbus-launch.c (babysit): close stdout/stderr in the
10726         babysitter process, as suggested by Thomas Leonard, so 
10727         an "eval `dbus-launch --exit-with-session`" will actually 
10728         return
10729
10730 2003-07-16  Havoc Pennington  <hp@pobox.com>
10731
10732         * configure.in: print out EXPANDED_* variables in the summary at
10733         the end; clean up the code that computes EXPANDED_ variables and
10734         get the ones using exec_prefix right. Should make things work
10735         when you build without --prefix
10736
10737 2003-06-29  Havoc Pennington  <hp@pobox.com>
10738
10739         * mono/Test.cs (class Test): fire up a main loop and run it
10740
10741         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
10742         done once, the app has to do it
10743
10744 2003-06-26  Havoc Pennington  <hp@pobox.com>
10745
10746         * mono/Connection.cs: set up connection with the glib main loop
10747
10748 2003-07-01  Havoc Pennington  <hp@redhat.com>
10749
10750         * doc/dbus-specification.sgml: clarify the format of a type code,
10751         change suggested by Jim Blandy
10752
10753 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
10754
10755         * doc/Makefile.am:
10756         * tools/Makefile.am: Don't assume srcdir == builddir.
10757
10758         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
10759         the allocated block.
10760         (_dbus_memory_test): New function.
10761         * dbus/dbus-test.h: Add _dbus_memory_test ().
10762         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
10763
10764         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
10765         of %c%c%c%c.
10766         (dbus_message_new): Remove obsolete @todo.
10767
10768         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
10769         (_dbus_marshal_set_uint64): Fix comment.
10770
10771         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
10772         hardcode FIELD_REPLY_SERIAL.
10773
10774         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
10775         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
10776
10777         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
10778         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
10779
10780 2003-06-24  Havoc Pennington  <hp@pobox.com>
10781
10782         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
10783
10784 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
10785
10786         * configure.in:
10787         * gcj/.cvsignore:
10788         * gcj/Hello.java:
10789         * gcj/Makefile.am:
10790         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10791         * gcj/org/.cvsignore:
10792         * gcj/org/Makefile.am:
10793         * gcj/org/freedesktop/.cvsignore:
10794         * gcj/org/freedesktop/Makefile.am:
10795         * gcj/org/freedesktop/dbus/.cvsignore:
10796         * gcj/org/freedesktop/dbus/Makefile.am:
10797         * gcj/org/freedesktop/dbus/Message.java: (Message),
10798         (Message.Message):
10799         * gcj/org/freedesktop/dbus/natMessage.cc:
10800         Fix the build system.
10801
10802 2003-06-22  Havoc Pennington  <hp@pobox.com>
10803
10804         * mono/Connection.cs: add more bindings
10805
10806         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10807         more than once.
10808
10809 2003-06-22  Havoc Pennington  <hp@pobox.com>
10810
10811         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10812         Start wrapping more stuff.
10813
10814 2003-06-22  Havoc Pennington  <hp@pobox.com>
10815
10816         * mono/Message.cs: implement Message.Wrap() that ensures we only
10817         have a single C# wrapper per DBusMessage, assuming it works which
10818         it probably doesn't.
10819
10820         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10821         (dbus_message_free_data_slot): new
10822         (dbus_message_set_data): new
10823         (dbus_message_get_data): new
10824
10825 2003-06-22  Havoc Pennington  <hp@pobox.com>
10826
10827         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10828         (_dbus_data_slot_allocator_alloc): rework these to keep a
10829         reference count on each slot and automatically manage a global
10830         slot ID variable passed in by address
10831
10832         * bus/bus.c: convert to new dataslot API
10833
10834         * dbus/dbus-bus.c: convert to new dataslot API
10835
10836         * dbus/dbus-connection.c: convert to new dataslot API
10837
10838         * dbus/dbus-server.c: convert to new dataslot API
10839
10840         * glib/dbus-gmain.c: ditto
10841
10842         * bus/test.c: ditto
10843
10844         * bus/connection.c: ditto
10845
10846 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10847
10848         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10849         after the gcj checks so that the correct configuration tags
10850         will be added to libtool.
10851
10852         * dbus-glib-1.pc.in: No need to specify any includes since
10853         dbus-1.pc.in has those.
10854
10855 2003-06-22  Havoc Pennington  <hp@pobox.com>
10856
10857         * mono/*, gcj/*, configure.in, Makefile.am:
10858         Check in makefiles and subdirs for mono and gcj bindings.
10859         Neither binding actually exists, just trying to get through
10860         all the build and other boring bits.
10861
10862 2003-06-21  Philip Blundell  <philb@gnu.org>
10863
10864         * tools/dbus-monitor.1: Updated.
10865
10866         * tools/dbus-send.1: Likewise.
10867
10868 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10869
10870         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10871         for hangup and error after checking read so we won't discard
10872         pending data if both hangup and read are set.
10873
10874 2003-06-19  Philip Blundell  <philb@gnu.org>
10875
10876         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10877
10878         * tools/dbus-send.c: Accept both --system and --session.
10879
10880         * tools/dbus-monitor.c: Same here.
10881
10882 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10883
10884         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10885         from C++ (Patch by Miloslav Trmac).
10886
10887 2003-06-15  Joe Shaw  <joe@assbarn.com>
10888
10889         * configure.in: Check for socklen_t.
10890
10891         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10892
10893         * test/test-segfault.c: Add #include <sys/time.h>
10894
10895         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10896         dbus-launch needs it.
10897
10898 2003-06-09  Havoc Pennington  <hp@redhat.com>
10899
10900         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10901         SUN_LEN, it breaks abstract socket usage
10902
10903         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10904         starts of lines.
10905
10906 2003-06-04  Havoc Pennington  <hp@pobox.com>
10907
10908         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10909         using unix:abstract=/foo, and when listening in a tmpdir
10910         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10911
10912         * dbus/dbus-transport.c (_dbus_transport_open): support
10913         unix:abstract=/foo
10914
10915         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10916         support abstract sockets
10917
10918         * dbus/dbus-transport-unix.c
10919         (_dbus_transport_new_for_domain_socket): support abstract sockets
10920
10921         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10922         toggle as an argument, implement abstract namespace support
10923         (_dbus_listen_unix_socket): ditto
10924
10925         * configure.in: add --enable-abstract-sockets and implement
10926         a configure check for autodetection of the right value.
10927
10928 2003-06-01  Havoc Pennington  <hp@pobox.com>
10929
10930         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10931         in /tmp (though on Linux this will end up being useless,
10932         when we add abstract namespace support)
10933
10934         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10935         subst'ing it
10936
10937 2003-05-28  Colin Walters  <walters@verbum.org>
10938
10939         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10940
10941 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10942
10943         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10944
10945 2003-05-17  Colin Walters  <walters@gnu.org>
10946
10947         * tools/dbus-send.c: Don't exit with an error code if --help was
10948         passed.  Default to using the session bus instead of the system
10949         one.
10950
10951         * tools/dbus-launch.c: Ditto.
10952
10953         * tools/dbus-monitor.c: Ditto.
10954
10955         * tools/dbus-send.1: Update with new arguments.
10956
10957         * tools/dbus-launch.c: Emit code to export variables.  New
10958         arguments -s and -c to specify shell syntax, and a bit of code to
10959         autodetect syntax.  Also, allow specifying a program to run.
10960
10961         * tools/dbus-launch.1: Update with new arguments.
10962
10963         * tools/dbus-send.1: Ditto.
10964
10965         * tools/dbus-monitor.1: Ditto.
10966
10967 2003-05-17  Havoc Pennington  <hp@pobox.com>
10968
10969         * bus/config-parser.c (merge_included): merge in policies from
10970         child configuration file.
10971
10972         * bus/policy.c (bus_policy_merge): function to merge two policies
10973         together
10974
10975 2003-05-16  Havoc Pennington  <hp@redhat.com>
10976
10977         * dbus/dbus-connection.c: disable verbose lock spew
10978
10979         * tools/dbus-send.c: add --print-reply command line option
10980
10981         * tools/dbus-print-message.h (print_message): new util function
10982         shared by dbus-send and dbus-monitor
10983
10984         * tools/dbus-monitor.c (handler_func): exit on disconnect
10985
10986         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10987         disconnected, don't try to use the read_watch
10988
10989         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10990         so we can find this bug more easily
10991
10992 2003-05-16  Havoc Pennington  <hp@redhat.com>
10993
10994         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10995         NULL as DBusHashTable is annoyingly likely to do.
10996
10997 2003-05-16  Colin Walters  <walters@verbum.org>
10998
10999         * tools/dbus-monitor.c: Add --session argument and usage()
11000         function.
11001
11002         * tools/dbus-monitor.1: Update with new --session arg.
11003
11004         * bus/Makefile.am (install-data-hook): Create
11005         $(libdir)/dbus-1.0/services so that the session bus is happy.
11006
11007 2003-05-15  Havoc Pennington  <hp@redhat.com>
11008
11009         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
11010         on non-x86. ifdef's are evil.
11011
11012 2003-05-15  Havoc Pennington  <hp@redhat.com>
11013
11014         * configure.in: 0.11
11015
11016         * NEWS: update
11017
11018         * bus/Makefile.am (initddir): apparently we are supposed to put
11019         init scripts in /etc/rc.d/init.d not /etc/init.d
11020
11021         * bus/Makefile.am: remove the "you must --enable-tests to make
11022         check" as it broke distcheck
11023
11024         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
11025
11026 2003-05-13  James Willcox  <jwillcox@gnome.org>
11027
11028         * configure.in:
11029         * bus/activation.c: (bus_activation_service_created),
11030         (bus_activation_activate_service):
11031         * bus/driver.c: (bus_driver_send_service_deleted),
11032         (bus_driver_send_service_created), (bus_driver_send_service_lost),
11033         (bus_driver_send_service_acquired),
11034         (bus_driver_send_welcome_message),
11035         (bus_driver_handle_list_services):
11036         * bus/session.conf.in:
11037         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
11038         (dbus_bus_service_exists), (dbus_bus_activate_service):
11039         * dbus/dbus-bus.h:
11040
11041         Add some convenience API which lets you activate a service, and did a
11042         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
11043         and dbus_message_get_args()
11044
11045 2003-05-11  Havoc Pennington  <hp@pobox.com>
11046
11047         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
11048         calling _dbus_marshal_validate_arg() for every byte in a byte
11049         array, etc.
11050
11051         * dbus/dbus-message-handler.c: use atomic reference counting to
11052         reduce number of locks slightly; the global lock in here sucks
11053
11054         * dbus/dbus-connection.c
11055         (_dbus_connection_update_dispatch_status_and_unlock): variant of
11056         update_dispatch_status that can be called with lock held; then use
11057         in a couple places to reduce locking/unlocking
11058         (dbus_connection_send): hold the lock over the whole function
11059         instead of acquiring it twice.
11060
11061         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
11062
11063         * bus/connection.c (bus_connections_setup_connection): fix access
11064         to already-freed memory.
11065
11066         * dbus/dbus-connection.c: keep a little cache of linked list
11067         nodes, to avoid using the global linked list alloc lock in the
11068         normal send-message case. Instead we just use the connection lock
11069         that we already have to take.
11070
11071         * dbus/dbus-list.c (_dbus_list_find_last): new function
11072
11073         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
11074         change to use a struct for the atomic type; fix docs,
11075         they return value before increment, not after increment.
11076
11077         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
11078         (_dbus_string_append_8_aligned): new functions to try to
11079         microoptimize this operation.
11080         (reallocate_for_length): break this out of set_length(), to
11081         improve profile info, and also so we can consider inlining the
11082         set_length() part.
11083
11084         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
11085         strings with some preallocation, cuts down on our calls to realloc
11086         a fair bit. Though if we can get the "move entire string to empty
11087         string" optimization below to kick in here, it would be better.
11088
11089         * dbus/dbus-string.c (_dbus_string_move): just call
11090         _dbus_string_move_len
11091         (_dbus_string_move_len): add a special case for moving
11092         an entire string into an empty string; we can just
11093         swap the string data instead of doing any reallocs.
11094         (_dbus_string_init_preallocated): new function
11095
11096 2003-05-11  Havoc Pennington  <hp@pobox.com>
11097
11098         Write a "test-profile" that does echo client-server with threads;
11099         profile reveals lock contention, memcpy/realloc of buffers, and
11100         UTF-8 validation as hot spots. 20% of lock contention eliminated
11101         with dbus_atomic_inc/dec implementation on x86.  Much remaining
11102         contention is global mempool locks for GList and DBusList.
11103
11104         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
11105         x86 implementation
11106
11107         * dbus/dbus-connection.c (struct DBusConnection): use
11108         dbus_atomic_t for the reference count
11109
11110         * dbus/dbus-message.c (struct DBusMessage): declare
11111         dbus_atomic_t values as volatile
11112
11113         * configure.in: code to detect ability to use atomic integer
11114         operations in assembly, from GLib patch
11115
11116         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
11117         time, tired of it being wrong in threads and forked processes
11118
11119         * glib/test-profile.c: a little program to bounce messages back
11120         and forth between threads and eat CPU
11121
11122         * dbus/dbus-connection.c: add debug spew macros for debugging
11123         thread locks; include config.h at top; fix deadlock in
11124         dbus_connection_flush()
11125
11126 2003-05-08  Havoc Pennington  <hp@pobox.com>
11127
11128         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
11129         data from getting written, and there wasn't a good reason to
11130         use _exit really.
11131
11132         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
11133         dbus_verbose lines in test coverage
11134         (main): add list of functions sorted by # of untested blocks
11135         to the coverage report
11136
11137         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
11138
11139         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
11140
11141         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
11142         extend test coverage
11143
11144         * test/data/auth/cancel.auth-script: test canceling an
11145         authentication
11146
11147         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
11148         aren't used. in CVS history if we end up needing them.
11149
11150 2003-05-04  Havoc Pennington  <hp@pobox.com>
11151
11152         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
11153         unit test
11154
11155         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
11156         function, which assumed length was in # of strings, not bytes
11157
11158         * dbus/dbus-message.c (_dbus_message_test): add tests for some
11159         missing coverage
11160
11161         * dbus/dbus-connection.c
11162         (_dbus_connection_queue_received_message): disable function for
11163         now, we are only using it in test mode
11164
11165         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
11166         remove a mistaken FIXME
11167
11168 2003-05-04  Havoc Pennington  <hp@pobox.com>
11169
11170         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
11171         unlock mutex on successful return, patch from Anders Gustafsson
11172
11173 2003-05-04  Havoc Pennington  <hp@pobox.com>
11174
11175         * dbus-glib-1.pc.in (Requires): fix dependencies, from
11176         Anders Gustafsson
11177
11178 2003-05-04  Havoc Pennington  <hp@pobox.com>
11179
11180         * tools/dbus-launch.c: implement
11181
11182         * bus/main.c (main), bus/bus.c (bus_context_new):
11183         implement --print-pid and --fork
11184
11185 2003-05-03  Havoc Pennington  <hp@redhat.com>
11186
11187         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
11188         the address had no value, and add to test suite. Fix and
11189         regression test from Miloslav Trmac
11190
11191 2003-05-03  Havoc Pennington  <hp@pobox.com>
11192
11193         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
11194         watch is invalid when handled
11195
11196         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
11197         dbus-launch utility to launch the bus from a shell script.  Didn't
11198         actually implement dbus-launch yet, it's just a placeholder still.
11199
11200 2003-05-03  Havoc Pennington  <hp@pobox.com>
11201
11202         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
11203         daemon; also documents daemon config file, so replaces
11204         doc/config-file.txt. Corrected some stuff from config-file.txt in
11205         the process of moving it.
11206
11207 2003-05-03  Havoc Pennington  <hp@pobox.com>
11208
11209         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
11210         add some man pages
11211
11212 2003-05-03  Colin Walters  <walters@verbum.org>
11213
11214         * dbus/dbus-sysdeps.c (fill_user_info): Test against
11215         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
11216
11217         * Makefile.am: Update to use new .pc versioning scheme.
11218
11219 2003-05-02  Havoc Pennington  <hp@redhat.com>
11220
11221         * bus/system.conf.in: allow send/receive to/from message bus
11222         service
11223
11224 2003-04-30  Havoc Pennington  <hp@redhat.com>
11225
11226         * configure.in: print a note when building with unit tests and
11227         without assertions
11228
11229 2003-04-30  Havoc Pennington  <hp@redhat.com>
11230
11231         * Makefile.am: add a check-local that complains if you didn't
11232         configure with --enable-tests
11233
11234 2003-04-29  Havoc Pennington  <hp@redhat.com>
11235
11236         * glib/dbus-gmain.c: docs cleanups
11237
11238         * dbus/dbus-types.h: add docs on int64 types
11239
11240         * dbus/dbus-memory.c: fix docs to avoid putting private API in
11241         public API docs section
11242
11243 2003-04-29  Havoc Pennington  <hp@redhat.com>
11244
11245         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
11246         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
11247         parallel install API version, not with the D-BUS package version.
11248
11249         * HACKING: move some of README over here
11250
11251         * README: updates, and document API/ABI policy
11252
11253         * configure.in: reindentation
11254
11255 2003-04-29  Havoc Pennington  <hp@redhat.com>
11256
11257         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
11258         to use this library" to be sure people have the right
11259         expectations.
11260
11261 2003-04-28  Havoc Pennington  <hp@redhat.com>
11262
11263         * configure.in: add --enable-docs which by default is auto yes if
11264         doxygen and db2html found, no otherwise; but can be forced on/off
11265
11266         * doc/Makefile.am: conditionalize whether to build docs on
11267         --enable-docs
11268
11269 2003-04-28  Havoc Pennington  <hp@redhat.com>
11270
11271         * configure.in: 0.10
11272
11273         * NEWS: update
11274
11275         * bus/system.conf.in: add <includedir>system.d</includedir>
11276
11277         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
11278         username was provided but not uid
11279
11280         * bus/config-parser.c (struct BusConfigParser): keep track of
11281         whether the parser is toplevel or was included; change some
11282         of the error handling if it's included.
11283
11284 2003-04-27  Havoc Pennington  <hp@pobox.com>
11285
11286         Unbreak my code...
11287
11288         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11289         report correct status if we finish processing authentication
11290         inside this function.
11291
11292         * bus/activation.c (try_send_activation_failure): use
11293         bus_transaction_send_error_reply
11294
11295         * bus/connection.c (bus_connection_get_groups): return an error
11296         explaining the problem
11297
11298         * bus/bus.c (bus_context_check_security_policy): implement
11299         restriction here that inactive connections can only send the
11300         hello message. Also, allow bus driver to send anything to
11301         any recipient.
11302
11303         * bus/connection.c (bus_connection_complete): create the
11304         BusClientPolicy here instead of on-demand.
11305         (bus_connection_get_policy): don't return an error
11306
11307         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
11308         sender field in message being replied to
11309
11310         * bus/bus.c (bus_context_check_security_policy): fix silly typo
11311         causing it to return FALSE always
11312
11313         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
11314         we checked sender rather than destination
11315
11316 2003-04-25  Havoc Pennington  <hp@redhat.com>
11317
11318         test suite is slightly hosed at the moment, will fix soon
11319
11320         * bus/connection.c (bus_connections_expire_incomplete): fix to
11321         properly disable the timeout when required
11322         (bus_connection_set_name): check whether we can remove incomplete
11323         connections timeout after we complete each connection.
11324
11325         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
11326         probably still broken.
11327
11328         * bus/services.c (bus_registry_acquire_service): implement max
11329         number of services owned, and honor allow/deny rules on which
11330         services a connection can own.
11331
11332         * bus/connection.c (bus_connection_get_policy): report errors here
11333
11334         * bus/activation.c: implement limit on number of pending
11335         activations
11336
11337 2003-04-25  Havoc Pennington  <hp@redhat.com>
11338
11339         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
11340         where we used >= 0 instead of != DBUS_UID_UNSET.
11341
11342 2003-04-25  Havoc Pennington  <hp@redhat.com>
11343
11344         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
11345         were toggled without add/remove, fix from Anders Gustafsson
11346
11347 2003-04-24  Havoc Pennington  <hp@redhat.com>
11348
11349         * test/data/valid-config-files/basic.conf: add <limit> tags to
11350         this test
11351
11352         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
11353         <limit> tag in configuration file.
11354
11355 2003-04-24  Havoc Pennington  <hp@redhat.com>
11356
11357         * bus/dispatch.c: somehow missed some name_is
11358
11359         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
11360         (_dbus_timeout_set_interval): new
11361
11362         * bus/connection.c (bus_connections_setup_connection): record time
11363         when each connection is first set up, and expire them after the
11364         auth timeout passes.
11365
11366 2003-04-24  Havoc Pennington  <hp@redhat.com>
11367
11368         * dbus/dbus-message.c (dbus_message_name_is): rename
11369         (dbus_message_service_is): rename
11370         (dbus_message_sender_is): rename
11371         (dbus_message_get_service): rename
11372
11373 2003-04-24  Havoc Pennington  <hp@redhat.com>
11374
11375         * configure.in: add --enable-checks
11376
11377         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
11378
11379         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
11380         to use thread locks.
11381         (_dbus_connection_handler_destroyed_locked): move some private
11382         functions into proper docs group
11383
11384         * dbus/dbus-internals.h: add _dbus_return_if_fail,
11385         _dbus_return_val_if_fail
11386
11387         Throughout: use dbus_return_if_fail
11388
11389 2003-04-23  James Willcox  <jwillcox@gnome.org>
11390
11391         * glib/dbus-glib.h:
11392         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
11393         (dbus_connection_setup_with_g_main),
11394         (dbus_server_setup_with_g_main):
11395         * glib/test-dbus-glib.c: (main):
11396         * glib/test-thread-client.c: (main):
11397         * glib/test-thread-server.c: (new_connection_callback), (main):
11398         * tools/dbus-monitor.c: (main):
11399
11400         Added a GMainContext argument to dbus_connection_setup_with_g_main()
11401         and dbus_server_setup_with_g_main().
11402
11403 2003-04-20  Havoc Pennington  <hp@pobox.com>
11404
11405         * doc/dbus-specification.sgml: document the restrictions on
11406         message and service names
11407
11408 2003-04-22  Havoc Pennington  <hp@redhat.com>
11409
11410         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
11411         support, and do some code cleanups to share more code and
11412         speed up array marshal/demarshal.
11413
11414         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
11415
11416         * configure.in: generate dbus-arch-deps.h
11417
11418         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
11419         64-bit typecodes
11420
11421 2003-04-22  Havoc Pennington  <hp@redhat.com>
11422
11423         * test/data/valid-messages/opposite-endian.message: fix test
11424         to use proper type for rply field
11425
11426         * test/data/invalid-messages: add tests for below validation
11427
11428         * dbus/dbus-message.c (decode_header_data): validate field types,
11429         and validate that named fields are valid names
11430         (decode_name_field): consider messages in the
11431         org.freedesktop.Local. namespace to be invalid.
11432
11433         * dbus/dbus-string.c (_dbus_string_validate_name): new
11434
11435 2003-04-19  Havoc Pennington  <hp@pobox.com>
11436
11437         * bus/driver.c (bus_driver_handle_hello): check limits and
11438         return an error if they are exceeded.
11439
11440         * bus/connection.c: maintain separate lists of active and inactive
11441         connections, and a count of each. Maintain count of completed
11442         connections per user. Implement code to check connection limits.
11443
11444         * dbus/dbus-list.c (_dbus_list_unlink): export
11445
11446         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
11447         number of bytes in the message queue for a connection
11448
11449 2003-04-18  Havoc Pennington  <hp@pobox.com>
11450
11451         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
11452
11453         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
11454         memleaks
11455
11456         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
11457         on realloc be sure to update the pointer in the keyring
11458
11459         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
11460         offset to avoid writing to unallocated memory
11461
11462         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
11463         try the next mechanism, so we properly handle OOM
11464
11465         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
11466         on OOM.
11467         (_dbus_keyring_new): fix OOM bug
11468         (_dbus_keyring_new_homedir): always set error; impose a maximum
11469         number of keys we'll load from the file, mostly to speed up the
11470         test suite and make its OOM checks more useful, but also for
11471         general sanity.
11472
11473         * dbus/dbus-auth.c (process_error_server): reject authentication
11474         if we get an error from the client
11475         (process_cancel): on cancel, send REJECTED, per the spec
11476         (process_error_client): send CANCEL if we get an error from the
11477         server.
11478
11479 2003-04-18  Havoc Pennington  <hp@pobox.com>
11480
11481         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
11482         debug spew
11483
11484         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
11485         handling problem
11486
11487         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
11488         about DBUS_TEST_HOMEDIR once
11489
11490         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
11491         the environment
11492
11493         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
11494         config file so we test the right thing
11495
11496         Throughout: assorted docs improvements
11497
11498 2003-04-18  Havoc Pennington  <hp@pobox.com>
11499
11500         * glib/dbus-gmain.c: adapt to watch changes
11501
11502         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
11503
11504         * dbus/dbus-server.h: remove dbus_server_handle_watch
11505
11506         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11507
11508         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
11509         like DBusTimeout, so we don't need dbus_connection_handle_watch
11510         etc.
11511
11512 2003-04-17  Havoc Pennington  <hp@redhat.com>
11513
11514         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
11515         database usage so it all goes via the DBusUserDatabase cache.
11516
11517 2003-04-17  Havoc Pennington  <hp@redhat.com>
11518
11519         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
11520         there was an OOM watch we skipped, we always return TRUE so we
11521         iterate again to have a look at it again. Fixes test suite hang.
11522         Code rearrangement also lets us lose some memset and only iterate
11523         over callbacks once.
11524
11525         * bus/driver.c (bus_driver_handle_message): sense of test for
11526         reply was backward
11527
11528 2003-04-16  Havoc Pennington  <hp@pobox.com>
11529
11530         * doc/dbus-specification.sgml: make spec say serials are unsigned
11531
11532         * dbus/dbus-message.h: change message serials to unsigned
11533
11534         * dbus/dbus-connection.c: adapt to message serials being unsigned
11535
11536 2003-04-15  Havoc Pennington  <hp@pobox.com>
11537
11538         * bus/bus.c: create and keep around a shared DBusUserDatabase
11539         object.
11540
11541         * bus/connection.c (bus_connection_get_groups): don't cache
11542         groups for user in the connection object, since user database
11543         object now does that.
11544
11545 2003-04-16  Havoc Pennington  <hp@redhat.com>
11546
11547         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
11548         list of size counters
11549         (_dbus_message_loader_putback_message_link): put back a popped link
11550
11551         * dbus/dbus-connection.c
11552         (dbus_connection_set_max_live_messages_size): rename
11553         max_received_size
11554         (dbus_connection_get_outgoing_size): get size of outgoing
11555         queue
11556         (_dbus_connection_set_connection_counter): remove this cruft
11557
11558 2003-04-14  Havoc Pennington  <hp@redhat.com>
11559
11560         * dbus/dbus-userdb.c: user database abstraction, mostly to get
11561         caching, but at some point we might want to be able to use a
11562         different database.
11563
11564         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
11565         SHA1 conf file to test the sha1 auth mechanism, since the regular
11566         test always uses EXTERNAL when available.
11567
11568         * configure.in,
11569         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
11570         add conf file that requires use of sha1 auth
11571
11572 2003-04-13  Havoc Pennington  <hp@pobox.com>
11573
11574         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
11575         from Philip Blundell to send messages and monitor them.
11576
11577 2003-04-13  Havoc Pennington  <hp@pobox.com>
11578
11579         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
11580         callbacks
11581
11582         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
11583         users
11584
11585         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11586         fix to only recover unused bytes if we're already authenticated
11587         (_dbus_transport_get_is_authenticated): fix to still mark us
11588         authenticated if there are unused bytes.
11589
11590         * bus/dispatch.c: implement security policy checking
11591
11592         * bus/connection.c (bus_transaction_send_from_driver): new
11593
11594         * bus/bus.c (bus_context_check_security_policy): new
11595
11596         * bus/dispatch.c (send_service_nonexistent_error): delete this,
11597         now we just set the DBusError and it gets converted to an error
11598         reply.
11599
11600         * bus/connection.c (allow_user_function): enable code using actual
11601         data from the config file
11602
11603         * bus/policy.c (list_allows_user): handle wildcard rules for
11604         user/group connection perms
11605
11606 2003-04-13  Havoc Pennington  <hp@pobox.com>
11607
11608         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
11609
11610         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
11611
11612         * bus/policy.c (bus_policy_append_mandatory_rule)
11613         (bus_policy_append_default_rule, bus_policy_append_user_rule)
11614         (bus_policy_append_group_rule): new functions
11615
11616 2003-04-12  Havoc Pennington  <hp@pobox.com>
11617
11618         * bus/config-parser.c (bus_config_parser_new): fix a memleak
11619
11620         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
11621         the pid/gid/uid, just for paranoia.
11622
11623         * test/break-loader.c (randomly_do_n_things): find a byte
11624         containing a type code, and randomly change it to a different
11625         type code.
11626
11627 2003-04-12  Havoc Pennington  <hp@pobox.com>
11628
11629         * bus/policy.h: change BusPolicy to be the thing from the config
11630         file, and rename old BusPolicy to BusClientPolicy
11631
11632         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
11633         match change in how policy works
11634
11635         * dbus/dbus-internals.h: mark assert_not_reached as
11636         __attribute((noreturn))__
11637
11638 2003-04-11  Havoc Pennington  <hp@redhat.com>
11639
11640         * doc/dbus-specification.sgml: fix a spot with the wrong name for
11641         the broadcast service. Use boolean return for ServiceExists.
11642
11643 2003-04-11  Havoc Pennington  <hp@redhat.com>
11644
11645         * configure.in: add another directory to look for qt in.
11646
11647 2003-04-11  Havoc Pennington  <hp@redhat.com>
11648
11649         * AUTHORS: add Colin Walters
11650
11651 2003-04-11  Havoc Pennington  <hp@redhat.com>
11652
11653         * NEWS: update
11654
11655         * configure.in: 0.9
11656
11657 2003-04-11  Havoc Pennington  <hp@redhat.com>
11658
11659         * bus/messagebus.in: remove pid file when stopping the
11660         message bus, since the bus won't have privileges to remove it
11661         itself.
11662
11663 2003-04-11  Havoc Pennington  <hp@redhat.com>
11664
11665         * bus/bus.c (bus_context_new): move credentials change after
11666         creating pidfile
11667
11668 2003-04-11  Havoc Pennington  <hp@pobox.com>
11669
11670         * test/decode-gcov.c: add "below average functions" to the
11671         coverage report, and change how some of the code works.
11672
11673         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
11674         not in the coverage stats.
11675
11676         * test/test-service.c (main): use _dbus_verbose not fprintf in a
11677         couple places so running the test suite doesn't result in megaspam.
11678
11679 2003-04-11  Havoc Pennington  <hp@pobox.com>
11680
11681         * bus/dispatch.c (check_existent_service_activation): accept a no
11682         memory error in a place we didn't before
11683
11684         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
11685         in case the first one failed," since the test suite is less
11686         broken now.
11687
11688 2003-04-10  Havoc Pennington  <hp@pobox.com>
11689
11690         * bus/dispatch.c (check_segfault_service_activation): add test
11691         for launching an executable that just crashes.
11692
11693         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
11694         don't leave a million cores. We'll see how portable this is.
11695
11696 2003-04-10  Havoc Pennington  <hp@pobox.com>
11697
11698         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
11699         the possible parent failures before we fork, so that we don't
11700         fail to create a babysitter after creating the child.
11701
11702         * bus/activation.c (bus_activation_activate_service): kill child
11703         if we don't successfully complete the activation.
11704
11705 2003-04-10  Havoc Pennington  <hp@redhat.com>
11706
11707         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
11708         the connection if it's disconnected
11709
11710         * bus/activation.c (bus_activation_service_created): use new
11711         transaction features to roll back removal of pending activation if
11712         we don't successfully create the service after all. Don't remove
11713         pending activation if the function fails.
11714
11715         * dbus/dbus-list.c (_dbus_list_insert_before_link)
11716         (_dbus_list_insert_after_link): new code to facilitate
11717         services.c fixes
11718
11719         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
11720         new functionality, so we can preallocate the ability to insert
11721         into a hash table.
11722
11723         * bus/connection.c (bus_transaction_add_cancel_hook): new function
11724         allowing us to put custom hooks in a transaction to be used for
11725         cancelling said transaction
11726
11727         * doc/dbus-specification.sgml: add some discussion of secondary
11728         service owners, and disallow zero-length service names
11729
11730         * bus/services.c (bus_registry_acquire_service): new function,
11731         splits out part of bus_driver_handle_acquire_service() and fixes
11732         a bug where we didn't remove the service doing the acquiring
11733         from the secondary queue if we failed to remove the current owner
11734         from the front of the queue.
11735
11736 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11737
11738         * doc/dbus-specification.sgml:
11739         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
11740
11741 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11742
11743         * bus/.cvsignore:
11744         * glib/.cvsignore:
11745         * test/.cvsignore:
11746         Added files to cvsignore
11747
11748         * dbus/dbus-message.h:
11749         * dbus/dbus-message.c: (dbus_message_iter_get_named):
11750         Make get_named() take two out argument and return a boolean.
11751         (dbus_message_iter_get_args_valist):
11752         Update usage of get_named().
11753         (dbus_message_iter_append_byte):
11754         Fix typo
11755         (dbus_message_iter_append_named)
11756         Fix typo
11757         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
11758         More tests.
11759
11760 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11761
11762         * dbus/dbus-marshal.[ch]:
11763         Add array_type_pos argument to _dbus_marshal_validate_arg.
11764         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
11765
11766         * dbus/dbus-message.[ch]:
11767         Multi-dimensional arrays have full type specification in the
11768         outermost array. Iter code re-arranged to handle this.
11769         Added some more iter tests.
11770
11771         * doc/dbus-specification.sgml:
11772         Add me to authors.
11773         Remove old FIXME.
11774         Update new array encoding description.
11775         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
11776
11777         * test/data/invalid-messages/array-with-mixed-types.message:
11778         * test/data/valid-messages/array-of-array-of-uint32.message:
11779         Change to the new array format.
11780
11781         * test/data/invalid-messages/too-short-dict.message:
11782         Fix bug in test.
11783
11784         * test/data/valid-messages/recursive-types.message:
11785         Fix up and extend test.
11786
11787 2003-04-10  Havoc Pennington  <hp@pobox.com>
11788
11789         * bus/dispatch.c: lots of fixes
11790
11791         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11792         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11793         that was crack, broke the test service.
11794
11795         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11796         handling to avoid piling up errors if we get a failure on the
11797         first address.
11798
11799         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11800         pid in assertion failures.
11801
11802         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11803         to some fixed size of file descriptor array. Don't return TRUE
11804         anytime a timeout exists, that led to lots of busy loop silliness
11805         in the tests.
11806
11807 2003-04-09  Havoc Pennington  <hp@redhat.com>
11808
11809         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11810         I'd checked this in earlier but hadn't.
11811
11812 2003-04-09  Havoc Pennington  <hp@redhat.com>
11813
11814         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11815         the activation test (man this is getting old!)
11816
11817 2003-04-09  Havoc Pennington  <hp@redhat.com>
11818
11819         * test/test-utils.c: use dispatch status function to fix this up
11820
11821         * bus/connection.c (connection_watch_callback): don't dispatch
11822         from here
11823         (connection_timeout_callback): don't dispatch from here
11824         (bus_connections_setup_connection): set the dispatch status function
11825         (bus_connection_disconnected): unset it
11826
11827         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11828         used to add a connection to be dispatched
11829         (_dbus_loop_iterate): do the dispatching at the end of each
11830         iteration
11831
11832         * dbus/dbus-connection.c
11833         (dbus_connection_set_dispatch_status_function): new function
11834         allowing us to fix up main loop usage
11835         (_dbus_connection_last_unref): free all the various function
11836         user data
11837         (dbus_connection_dispatch): call the DispatchStatusFunction
11838         whenever this function returns
11839         (dbus_connection_handle_watch): call DispatchStatusFunction
11840         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11841         (reply_handler_timeout): call DispatchStatusFunction
11842         (dbus_connection_flush): call DispatchStatusFunction
11843
11844 2003-04-09  Havoc Pennington  <hp@redhat.com>
11845
11846         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11847         a memory leak
11848
11849         * bus/dispatch.c (check_service_activated): fix bug in test
11850
11851         * dbus/dbus-mainloop.c (check_timeout): fix this up
11852
11853         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11854         verbose output so we can sort out output from different processes,
11855         e.g. in the activation case.
11856
11857 2003-04-08  Colin Walters  <walters@gnu.org>
11858
11859         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11860         the pid file.
11861         (bus_context_new): Set it.
11862         (bus_context_unref): Use it to delete the pid file.
11863
11864 2003-04-08  Havoc Pennington  <hp@redhat.com>
11865
11866         * test/data/invalid-messages/array-with-mixed-types.message:
11867         regression test that fails for the moment
11868
11869         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11870         tests for convenience
11871
11872         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11873         array of nil, it broke things.
11874
11875         * test/data/invalid-messages/array-of-nil.message: regression test
11876
11877         * test/data/valid-messages/array-of-array-of-uint32.message:
11878         happened to write this so added it to suite
11879
11880 2003-04-08  Havoc Pennington  <hp@redhat.com>
11881
11882         * bus/driver.c (bus_driver_handle_acquire_service): init
11883         retval/reply before checking name
11884
11885         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11886         recursion depth argument
11887
11888         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11889         in the public struct for future extension
11890
11891         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11892         typo
11893
11894         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11895         message
11896
11897         * doc/dbus-specification.sgml: fix typo
11898
11899 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11900
11901         Implemented recursive types, named types and new-style iters
11902
11903         * bus/driver.c:
11904         * glib/test-thread-client.c: (thread_func):
11905         * glib/test-thread-server.c: (handle_test_message):
11906         * test/test-service.c: (handle_echo):
11907         Update to new api
11908
11909         * dbus/Makefile.am:
11910         * dbus/dbus-dict.c:
11911         * dbus/dbus-dict.h:
11912         * dbus/dbus.h
11913         Remove DBusDict
11914
11915         * dbus/dbus-internals.c: (_dbus_type_to_string):
11916         Update for new types.
11917
11918         * dbus/dbus-marshal.[ch]:
11919         Implement recursive types and the new marshalling format.
11920         Remove hardcoded dict marshalling.
11921         Marshal named types.
11922
11923         * dbus/dbus-message-builder.c:
11924         Add BYTE_ARRAY.
11925         Remove references to old types
11926
11927         * dbus/dbus-message.[ch]:
11928         New non-refcounted iter API that supports recursive iters.
11929         Use iters for appending, including support for recursive
11930         iters.
11931         Add byte and named type support.
11932         Update everything to new marshalling formats.
11933         Add tests for new API.
11934
11935         * dbus/dbus-protocol.h:
11936         Remove old array types.
11937         Add types: BYTE, ARRAY, DICT, NAMED
11938
11939         * dbus/dbus-string.c:
11940         * dbus/dbus-sysdeps.c:
11941         Make parse_double locale safe.
11942
11943         * dbus/dbus-test-main.c:
11944         Call setlocale.
11945
11946         * dbus/dbus-test.c:
11947         Kill dict test
11948
11949         * doc/dbus-specification.sgml:
11950         Update spec
11951
11952         * test/data/incomplete-messages/missing-body.message:
11953         * test/data/invalid-messages/bad-boolean.message:
11954         * test/data/invalid-messages/bad-boolean-array.message:
11955         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11956         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11957         * test/data/invalid-messages/too-short-dict.message:
11958         * test/data/valid-messages/dict-simple.message:
11959         * test/data/valid-messages/dict.message:
11960         * test/data/valid-messages/emptiness.message:
11961         * test/data/valid-messages/lots-of-arguments.message:
11962         * test/data/valid-messages/no-padding.message:
11963         * test/data/valid-messages/recursive-types.message:
11964         Add missing NAME fields
11965         Fix up dicts & arrays
11966
11967         * test/data/invalid-messages/dict-with-nil-value.message:
11968         Removed, this is not invalid anymore.
11969
11970         * test/data/valid-messages/recursive-types.message:
11971         Add new test for deeply recursive types.
11972
11973 2003-04-07  Havoc Pennington  <hp@pobox.com>
11974
11975         * bus/driver.c (bus_driver_handle_acquire_service): return an
11976         error if you try to acquire a service that starts with ':'
11977
11978 2003-04-07  Havoc Pennington  <hp@redhat.com>
11979
11980         * doc/dbus-specification.sgml: require that base service names
11981         start with ':' and that the base service is created/deleted
11982         as first and last things a connection does on the bus
11983
11984         * bus/dispatch.c (check_existent_service_activation): lots more
11985         work on the activation test; it doesn't fully pass yet...
11986
11987         * test/test-service.c (main): fix so we don't memleak the
11988         connection to the message bus
11989         (filter_func): accept a message asking us to exit
11990
11991 2003-04-06  Havoc Pennington  <hp@pobox.com>
11992
11993         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11994         from Colin Walters
11995
11996         * configure.in: fixes to Qt detection from Colin Walters
11997
11998         * doc/Makefile.am: Only remove generated docbook dirs if they
11999         exist, from Colin Walters
12000
12001         * dbus/dbus-bus.c: change how we set well-known connections to
12002         NULL, so that it works if a single connection is stored in
12003         two well-known array slots.
12004
12005         * test/Makefile.am: remove a lot of stuff that isn't immediately
12006         useful, it's in CVS history if we want it.
12007
12008         * test/test-service.c: use dbus-mainloop instead of that
12009         watch.[hc] crack
12010
12011 2003-04-06  Havoc Pennington  <hp@pobox.com>
12012
12013         * dbus/Makefile.am: split lists of sources into stuff that goes in
12014         the library, util functions that go in the lib and are also used
12015         elsewhere, and util functions that are used in tests/daemon but
12016         don't go in the lib.
12017
12018         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
12019         here so it can be used in test binaries also
12020
12021 2003-04-06  Havoc Pennington  <hp@pobox.com>
12022
12023         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
12024         here in the parent process, so we can return an error if it
12025         fails. Also, move some of the code into the child so the parent
12026         is less hosed if we fail midway through.
12027
12028         * bus/bus.c (bus_context_new): move pidfile detection further up
12029         in the function, before we start overwriting sockets and such.
12030
12031         * bus/messagebus.in: adjust this a bit, not sure if it will work.
12032
12033         * configure.in: add --with-system-pid-file and --with-system-socket
12034
12035 2003-04-06  Colin Walters  <walters@verbum.org>
12036
12037         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
12038
12039         * bus/system.conf.in: Declare a pidfile.
12040
12041         * bus/bus.c (bus_context_new): Test for an existing pid file, and
12042         create one (if appropriate).
12043
12044         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
12045         (struct BusConfigParser) [pidfile]: New.
12046         (element_type_to_name, merge_included, start_busconfig_child)
12047         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
12048         (bus_config_parser_unref): Free it.
12049         (bus_config_parser_get_pidfile): New function.
12050
12051         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
12052
12053         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
12054
12055         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
12056
12057         * dbus/dbus-sysdeps.h: Prototype it.
12058
12059 2003-04-06  Havoc Pennington  <hp@pobox.com>
12060
12061         * bus/bus.c (bus_context_new): print the address in here, rather
12062         than in main(), because we need to do it before forking the daemon
12063
12064         * bus/dispatch.c (send_service_nonexistent_error): set the sender
12065         on the service nonexistent error
12066
12067         * bus/driver.c (bus_driver_handle_acquire_service): set the
12068         sender on the AcquireService reply
12069
12070         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
12071         server also listen on a UNIX socket so services can connect to it.
12072
12073 2003-04-06  Havoc Pennington  <hp@pobox.com>
12074
12075         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
12076         so it detects deadlocks and also we actually init threads when
12077         debugging.
12078
12079 2003-04-06  Havoc Pennington  <hp@pobox.com>
12080
12081         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
12082         save the domain socket name, and unlink it when we disconnect the
12083         server. Means that at least when we exit normally, we won't leave
12084         a bunch of junk in /tmp
12085
12086         * dbus/dbus-transport-unix.c
12087         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
12088         memory management). (I was making a real change here but then
12089         didn't)
12090
12091 2003-04-06  Havoc Pennington  <hp@pobox.com>
12092
12093         * bus/bus.c (bus_context_new): fix wrong handling of
12094         server_data_slot_unref() in the error case.
12095
12096         * dbus/dbus-internals.h (_dbus_assert): change so it passes
12097         "(condition) != 0" to _dbus_real_assert so that
12098         "_dbus_assert (pointer)" doesn't cause a warning
12099
12100         * bus/main.c (main): accept --print-address option to print out
12101         the message bus address
12102
12103         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
12104
12105         * dbus/dbus-transport.c (_dbus_transport_open): special error for
12106         "tmpdir" option to unix: address on client side
12107
12108         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
12109         to unix: address
12110
12111         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
12112         we can use to create sockets in the test suite.
12113
12114         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
12115         cleanly. To be used for testing.
12116
12117         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
12118
12119         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
12120
12121         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12122         handle trying to call this when there's no servers active
12123
12124 2003-04-05  Havoc Pennington  <hp@pobox.com>
12125
12126         * NEWS: update
12127
12128         * configure.in: 0.8
12129
12130 2003-04-05  Havoc Pennington  <hp@pobox.com>
12131
12132         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
12133         crash on startup. Need to get "try starting the daemon"
12134         in the test suite I guess. ;-)
12135
12136         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
12137         tracked the number of open connections; it's better done in
12138         application-specific code as you want it to span all servers etc.
12139
12140 2003-04-05  Havoc Pennington  <hp@pobox.com>
12141
12142         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
12143         patch from Colin Walters
12144
12145 2003-04-05  Havoc Pennington  <hp@pobox.com>
12146
12147         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
12148         reality; in fact multiple mechanisms are allowed.
12149
12150         * dbus/dbus-internals.c (_dbus_real_assert)
12151         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
12152         _dbus_assert_not_reached() into functions, so that they don't show
12153         up in basic block counts for test coverage, and don't use up as
12154         much disk space. Does mean slower execution speed though, so
12155         assumes --disable-asserts is the normal production case.
12156
12157 2003-04-05  Havoc Pennington  <hp@pobox.com>
12158
12159         * test/Makefile.am (dist-hook): also dist *.in files
12160
12161         * NEWS: update
12162
12163         * configure.in: 0.7
12164
12165 2003-04-05  Havoc Pennington  <hp@pobox.com>
12166
12167         * dbus/dbus-string.c: docs warning
12168
12169         * dbus/dbus-spawn.c: missing docs
12170
12171         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
12172
12173 2003-04-05  Havoc Pennington  <hp@pobox.com>
12174
12175         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
12176         magic from GLib
12177
12178         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
12179         to -1 once we've reaped the babysitter
12180         (_dbus_babysitter_handle_watch): do as much work as we can, not
12181         just one go of it
12182
12183         * bus/activation.c: add code using DBusBabysitter so that we
12184         handle it when a service fails to start up properly.
12185         (bus_activation_service_created): don't remove the activation
12186         entries as we go, just let them get removed when we free the pending
12187         activation. Unref reply messages after sending them.
12188
12189 2003-04-05  Havoc Pennington  <hp@pobox.com>
12190
12191         * test/decode-gcov.c (main): print per-directory stats in the report
12192
12193         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
12194
12195 2003-04-05  Havoc Pennington  <hp@pobox.com>
12196
12197         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
12198
12199         * test/decode-gcov.c: hack up a little program to suck data
12200         out of gcov files. Yes this is sort of silly.
12201
12202         * configure.in: define something in config.h and do an
12203         AM_CONDITIONAL when gcov is enabled
12204
12205 2003-04-04  Havoc Pennington  <hp@redhat.com>
12206
12207         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
12208         return a "babysitter" object that is used to monitor the status of
12209         the spawned process and reap it when required.
12210
12211         * test/test-segfault.c, test/test-exit.c,
12212         test/test-sleep-forever.c: binaries that do various lame things,
12213         used in the test suite.
12214
12215         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
12216
12217 2003-04-03  Havoc Pennington  <hp@pobox.com>
12218
12219         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
12220         in preparation for modifying it, dbus-sysdeps is getting
12221         a bit unmanageable.
12222
12223 2003-04-03  Havoc Pennington  <hp@redhat.com>
12224
12225         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
12226         have multiple ones
12227
12228         * bus/*.[hc]: adapt to mainloop change
12229
12230 2003-04-03  Havoc Pennington  <hp@redhat.com>
12231
12232         * bus/activation.c (load_directory): fix up memleaks
12233         (bus_activation_entry_free): free the entry
12234
12235         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
12236         we get one from the message bus; fix memleaks.
12237
12238         * dbus/dbus-message.c (dbus_set_error_from_message): new function
12239
12240 2003-04-03  Havoc Pennington  <hp@pobox.com>
12241
12242         * bus/config-parser.c (bus_config_parser_unref): free
12243         list of mechanisms, bug discovered by test suite enhancements
12244         (putting system.conf and session.conf into suite)
12245
12246         * test/Makefile.am, test/test-service.c: add placeholder for a
12247         test service that we'll activate as part of test suite. Doesn't
12248         do anything yet.
12249
12250         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
12251         setting NULL value, and use system malloc not dbus_malloc()
12252         when we have unavoidable memleakage.
12253
12254         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
12255         didn't work, and support DBUS_BUS_ACTIVATION.
12256
12257         * bus/activation.c (child_setup): pass our well-known bus type to
12258         the child
12259
12260         * bus/config-parser.c: support <type> to specify well-known type
12261
12262         * doc/dbus-specification.sgml: document the env variables to
12263         locate well-known buses and find service activator
12264
12265 2003-04-02  Havoc Pennington  <hp@redhat.com>
12266
12267         * test/Makefile.am (all-local): add a rule to copy tests to
12268         builddir, so we can have generated tests. Use this to remove the
12269         silly hack for testing system.conf and session.conf. Will use this
12270         shortly to generate .service files pointing to test binaries.
12271
12272 2003-04-02  Havoc Pennington  <hp@redhat.com>
12273
12274         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
12275         current alloc and needed new length, not max of the doubled
12276         allocation and needed new length. Also, when building tests,
12277         don't do the double-allocation stuff, just realloc every time.
12278
12279 2003-04-02  Havoc Pennington  <hp@redhat.com>
12280
12281         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
12282         in error messages
12283         (_dbus_string_get_dirname): new
12284         (_dbus_sysdeps_test): new
12285         (_dbus_directory_open): include dirnames in error messages
12286
12287         * bus/config-parser.c: interpret <include> and <includedir> and
12288         <servicedir> relative to config file location if the given
12289         filename is not absolute.
12290
12291         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
12292
12293 2003-04-02  Havoc Pennington  <hp@redhat.com>
12294
12295         * bus/connection.c (bus_transaction_send_error_reply): set sender
12296         service for the error, and unref the reply on success
12297
12298         * bus/activation.c: convert to use BusTransaction so OOM can be
12299         handled correctly
12300         (bus_activation_service_created): set sender of the message
12301
12302 2003-04-01  Havoc Pennington  <hp@redhat.com>
12303
12304         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
12305         <includedir> (at least mostly)
12306
12307         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
12308         first, then the user ID
12309
12310 2003-04-01  Havoc Pennington  <hp@pobox.com>
12311
12312         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
12313         function
12314
12315         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
12316
12317         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
12318
12319         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
12320         socket 0777, and unlink any existing socket.
12321
12322         * bus/bus.c (bus_context_new): change our UID/GID and fork if
12323         the configuration file so specifies; set up auth mechanism
12324         restrictions
12325
12326         * bus/config-parser.c (bus_config_parser_content): add support
12327         for <fork> option and fill in code for <auth>
12328
12329         * bus/system.conf.in: add <fork/> to default configuration,
12330         and limit auth mechanisms to EXTERNAL
12331
12332         * doc/config-file.txt (Elements): add <fork>
12333
12334         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
12335         (_dbus_change_identity): new function
12336
12337 2003-03-31  Havoc Pennington  <hp@redhat.com>
12338
12339         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
12340         (_dbus_listen_unix_socket): fix off-by-one error in null
12341         termination spotted by Nalin
12342
12343 2003-03-31  Havoc Pennington  <hp@redhat.com>
12344
12345         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
12346         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
12347         having a real home directory available.
12348
12349 2003-03-31  Havoc Pennington  <hp@redhat.com>
12350
12351         * bus/Makefile.am (install-data-hook): create /var/run/dbus
12352
12353         * bus/messagebus.in: add init script for Red Hat /etc/init.d
12354
12355         * configure.in: add support for specifying a style of init script
12356         to install
12357
12358 2003-03-31  Havoc Pennington  <hp@redhat.com>
12359
12360         Fix some annoying DBusString API and fix all affected code.
12361
12362         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
12363         max_length argument
12364         (_dbus_string_get_data): change to return string instead of using
12365         an out param
12366         (_dbus_string_get_const_data): ditto
12367         (_dbus_string_get_data_len): ditto
12368         (_dbus_string_get_const_data_len): ditto
12369
12370 2003-03-31  Havoc Pennington  <hp@redhat.com>
12371
12372         * bus/main.c (main): fix up the command line arguments to be nicer
12373
12374 2003-03-31  Havoc Pennington  <hp@redhat.com>
12375
12376         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
12377         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
12378         final location that lands in the config file
12379
12380         * bus/config-loader-expat.c (bus_config_load): fix type of
12381         XML_Parser variable
12382
12383         * doc/TODO: remove TODO item for dbus_bus_get()
12384
12385         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
12386
12387 2003-03-31  Havoc Pennington  <hp@pobox.com>
12388
12389         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
12390         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
12391         argument since they are always client side
12392
12393         * dbus/dbus-server.c (dbus_server_get_address): new function
12394
12395         * bus/main.c (main): take the configuration file as an argument.
12396
12397         * test/data/valid-config-files/debug-allow-all.conf: new file to
12398         use with dispatch.c tests for example
12399
12400         * bus/test-main.c (main): require test data dir
12401
12402         * bus/bus.c (bus_context_new): change this to take a
12403         configuration file name as argument
12404
12405         * doc/config-file.txt (Elements): add <servicedir>
12406
12407         * bus/system.conf, bus/session.conf: new files
12408
12409         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
12410         well-known socket if none set
12411
12412         * configure.in: create system.conf and session.conf
12413
12414 2003-03-30  Havoc Pennington  <hp@pobox.com>
12415
12416         * bus/config-parser.c: hacking
12417
12418         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
12419         to shut down, since it could cause weirdness with the DBusList
12420         lock
12421
12422         * dbus/dbus-list.c (_dbus_list_test): add tests for the
12423         link-oriented stack routines
12424         (alloc_link): free the mempool if the first alloc from it fails
12425
12426         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
12427
12428         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
12429         from GLib
12430         (_dbus_string_skip_white): new
12431
12432         * doc/config-file.txt (Elements): add <includedir>
12433
12434 2003-03-28  Havoc Pennington  <hp@pobox.com>
12435
12436         * dbus/dbus-string.c (_dbus_string_copy_data_len)
12437         (_dbus_string_copy_data): new functions
12438
12439 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
12440
12441         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
12442         * dbus/dbus-bus.h:
12443         Add dbus_bus_get.
12444
12445         * dbus/dbus-memory.c:
12446         Fix a doc comment.
12447
12448 2003-03-28  Havoc Pennington  <hp@pobox.com>
12449
12450         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
12451         I think it may have just been superstition. Not sure.
12452
12453         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
12454         failures that were not being handled.
12455
12456         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
12457
12458         * dbus/dbus-memory.c: add ability to set number of mallocs in a
12459         row that will fail on out-of-memory.
12460
12461         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
12462         function for testing out-of-memory handling.
12463
12464         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
12465         allocation functions, they do map exactly to the expat ones.
12466
12467 2003-03-27  Havoc Pennington  <hp@redhat.com>
12468
12469         * bus/config-loader-libxml.c (bus_config_load): add another error
12470         check
12471
12472 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12473
12474         * doc/TODO:
12475         Add note about automatic service activation.
12476
12477         * doc/dbus-specification.sgml:
12478         Rename the specification and clarify a few things.
12479
12480 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12481
12482         * Doxyfile.in:
12483         * dbus/dbus-address.c:
12484         * dbus/dbus-dict.c:
12485         * dbus/dbus-marshal.c:
12486         * dbus/dbus-server-debug-pipe.c:
12487         * dbus/dbus-transport-unix.c:
12488         Fix documentation warnings.
12489
12490 2003-03-26  Havoc Pennington  <hp@pobox.com>
12491
12492         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
12493         after every test so it's quick and easy to see which leaked, and
12494         so we test multiple dbus_shutdown() calls
12495
12496         * configure.in: change configure.in XML stuff to also support
12497         expat
12498
12499         * config-loader-libxml.c: some hacking
12500
12501         * config-loader-expat.c: some hacking
12502
12503         * config-parser.c: some hacking, plus tests
12504
12505 2003-03-25  Havoc Pennington  <hp@redhat.com>
12506
12507         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
12508
12509         * configure.in: add --with-xml option to specify XML library,
12510         right now only libxml is supported.
12511
12512         * bus/config-loader-libxml.c, config-parser.c: sync some minor
12513         nonworking code between home and work, still just stubs
12514
12515 2003-03-24  Havoc Pennington  <hp@redhat.com>
12516
12517         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
12518         file
12519
12520         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
12521         NULL argument for "message" if the error is a well-known one,
12522         fill in a generic message in this case.
12523
12524         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
12525         favor of DBusError
12526
12527         * bus/test.c (bus_test_flush_bus): add
12528
12529         * bus/policy.c (bus_policy_test): test code stub
12530
12531 2003-03-24  Havoc Pennington  <hp@pobox.com>
12532
12533         * bus/connection.c (bus_connections_setup_connection): set up
12534         the "can this user connect" function, but it always returns
12535         TRUE until we have a config file parser so we can have a config
12536         file that allows connections.
12537
12538 2003-03-23  Havoc Pennington  <hp@pobox.com>
12539
12540         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
12541         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
12542         the mutex, so we can check for proper memory management
12543         and OOM handling.
12544
12545         * dbus/dbus-dataslot.c: remove the mutex from
12546         DBusDataSlotAllocator and lock it manually when using it,
12547         to simplify fitting it into the global slots framework.
12548
12549         * dbus/dbus-threads.c (init_static_locks): rework how we're
12550         handling global locks so they are easily shut down.
12551
12552         * bus/policy.c (bus_policy_append_rule): fix
12553
12554         * bus/test-main.c (main): check for memleaks
12555
12556         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
12557         test suite check for memleaks
12558
12559         * dbus/dbus-memory.c: add support in test mode for tracking
12560         number of outstanding blocks
12561
12562 2003-03-23  Havoc Pennington  <hp@pobox.com>
12563
12564         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
12565         policies code
12566
12567         * dbus/dbus-hash.h: add ULONG hash keys
12568
12569         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
12570         (_dbus_get_group_id): new function
12571
12572 2003-03-20  Havoc Pennington  <hp@redhat.com>
12573
12574         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
12575         new function
12576         (dbus_connection_get_unix_user): new function
12577
12578 2003-03-20  Havoc Pennington  <hp@pobox.com>
12579
12580         * bus/connection.c (bus_connection_send_oom_error): assert that
12581         message has a sender
12582         (connection_execute_transaction): ditto
12583         (bus_connection_preallocate_oom_error): fix to set the sender, and
12584         set recipient to the destination service, not the bus driver
12585
12586         * bus/policy.c: hacking
12587
12588         * dbus/dbus-message.c (dbus_message_service_is): new function
12589         (dbus_message_sender_is): new
12590
12591 2003-03-19  Havoc Pennington  <hp@redhat.com>
12592
12593         * bus/policy.c: start sketching code for policy restrictions on
12594         what connections can do.
12595
12596 2003-03-18  Havoc Pennington  <hp@redhat.com>
12597
12598         * doc/TODO: some notes on high-level todo items. Little nitpick
12599         stuff is all in @todo, so no need to add it here.
12600
12601         * doc/config-file.txt: some notes on how config file might look
12602
12603 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
12604
12605         * configure.in: 0.6
12606
12607         * NEWS: Update.
12608
12609 2003-03-17  Havoc Pennington  <hp@redhat.com>
12610
12611         * dbus/dbus-internals.h: add gcc attributes so that
12612         our printf-style functions warn on bad arguments to
12613         format
12614
12615         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
12616         format bug
12617
12618         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
12619         printf format bug
12620
12621 2003-03-17  Havoc Pennington  <hp@redhat.com>
12622
12623         * bus/test-main.c (main): make it print something as it runs
12624         so make check doesn't look stuck
12625
12626         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
12627         from CVS, now obsolete
12628
12629 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12630
12631         * bus/dispatch.c: (bus_dispatch):
12632         Refetch the service name since it may have been reallocated
12633         when dbus_message_set_sender was called.
12634
12635         * dbus/dbus-sysdeps.c: (_dbus_accept):
12636         Add address and address length variables and use them to stop
12637         valgrind from complaining.
12638
12639 2003-03-17  Havoc Pennington  <hp@pobox.com>
12640
12641         All tests pass, no memleaks, no valgrind complaints.
12642
12643         * bus/test.c: refcount handler_slot
12644
12645         * bus/connection.c (bus_connections_new): refcount
12646         connection_data_slot
12647
12648         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
12649         bytes so that auth scripts pass.
12650
12651         * bus/dispatch.c: init message_handler_slot so it gets allocated
12652         properly
12653
12654         * bus/dispatch.c (message_handler_slot_ref): fix memleak
12655
12656         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
12657         dealloc server_pipe_hash when no longer used for benefit of
12658         leak checking
12659
12660         * dbus/dbus-auth.c (process_command): memleak fix
12661
12662         * bus/dispatch.c (check_hello_message): memleak fix
12663
12664 2003-03-16  Havoc Pennington  <hp@pobox.com>
12665
12666         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
12667
12668 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12669
12670         * bus/activation.c (bus_activation_activate_service): Append
12671         the pending activation entry to the list of pending activations.
12672
12673 2003-03-16  Havoc Pennington  <hp@pobox.com>
12674
12675         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
12676         connections
12677
12678         * dbus/dbus-address.c (create_entry): fix OOM handling when
12679         failing to alloc entry->method
12680
12681 2003-03-16  Havoc Pennington  <hp@pobox.com>
12682
12683         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
12684         the watch
12685
12686         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12687         add some missing dbus_set_result
12688
12689         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
12690         alloc the DBusMessageHandler
12691
12692         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
12693         the transport here, since we call this from the finalizer; it
12694         resulted in a double-finalize.
12695
12696         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
12697         where we tried to use transport->connection that was NULL,
12698         happened when transport was disconnected early on due to OOM
12699
12700         * bus/*.c: adapt to handle OOM for watches/timeouts
12701
12702         * dbus/dbus-transport-unix.c: port to handle OOM during
12703         watch handling
12704
12705         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
12706         reference to unused bytes instead of a copy
12707
12708         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
12709         out of memory
12710
12711         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
12712         FALSE on OOM
12713
12714         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
12715         of memory
12716
12717 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12718
12719         * doc/dbus-specification.sgml:
12720         Document reply message for ActivateService.
12721
12722 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12723
12724         * bus/activation.c: (bus_pending_activation_entry_free),
12725         (bus_pending_activation_free), (bus_activation_new),
12726         (bus_activation_unref), (bus_activation_service_created),
12727         (bus_activation_activate_service):
12728         * bus/activation.h:
12729         * bus/bus.c: (bus_context_new):
12730         * bus/desktop-file.c: (new_section):
12731         * bus/driver.c: (bus_driver_send_service_deleted),
12732         (bus_driver_handle_activate_service):
12733         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
12734         * bus/services.h:
12735         * dbus/dbus-connection.c:
12736         (dbus_connection_send_with_reply_and_block):
12737         * dbus/dbus-message.c: (dbus_message_append_args_valist):
12738         * dbus/dbus-protocol.h:
12739         Make activation work better. Now pending activations will be queued
12740         and the daemon won't try to activate services that are already registered.
12741
12742 2003-03-16  Havoc Pennington  <hp@pobox.com>
12743
12744         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
12745         connection data
12746
12747         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
12748         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
12749
12750 2003-03-16  Havoc Pennington  <hp@pobox.com>
12751
12752         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
12753         this. always run the test suite before commit...
12754
12755         * bus/*: adapt to DBusConnection API changes
12756
12757         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
12758         requires renaming stuff to avoid dbus_connection_dispatch name
12759         conflict.
12760
12761         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
12762         function
12763
12764         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
12765         separate from _dbus_message_loader_return_buffer()
12766
12767         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
12768         this, because it's now always broken to use; the number of
12769         messages in queue vs. the number still buffered by the message
12770         loader is undefined/meaningless. Should use
12771         dbus_connection_get_dispatch_state().
12772         (dbus_connection_dispatch): rename from
12773         dbus_connection_dispatch_message
12774
12775 2003-03-16  Havoc Pennington  <hp@pobox.com>
12776
12777         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
12778         implementation
12779
12780 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12781
12782         * dbus/dbus-connection.c:
12783         (dbus_connection_send_with_reply_and_block):
12784         Decrease connection->n_incoming when removing an entry
12785         from the list.
12786         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12787         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12788         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12789         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12790         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12791         (dbus_dict_get_byte_array):
12792         Handle NULL arrays and strings. Also add support for byte arrays.
12793
12794         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12795         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12796         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12797         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12798         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12799         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12800         * dbus/dbus-marshal.h:
12801         Add support for marshalling and demarshalling empty arrays and strings.
12802
12803         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12804         (dbus_message_append_string_array),
12805         (dbus_message_iter_get_boolean),
12806         (dbus_message_iter_get_boolean_array),
12807         (dbus_message_iter_get_int32_array),
12808         (dbus_message_iter_get_uint32_array),
12809         (dbus_message_iter_get_double_array),
12810         (dbus_message_iter_get_byte_array),
12811         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12812         (check_message_handling):
12813         Add support for getting empty arrays and dicts.
12814
12815         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12816         Don't do any validation at all for now, that's better than just checking
12817         for ASCII.
12818
12819         * test/data/valid-messages/emptiness.message:
12820         New test message with lots of empty arrays.
12821
12822 2003-03-16  Havoc Pennington  <hp@pobox.com>
12823
12824         * dbus/dbus-connection.c
12825         (_dbus_connection_queue_received_message_link): new function that
12826         can't fail due to OOM
12827
12828         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12829         new function pops a message together with a list link
12830         containing it.
12831
12832         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12833         message queuing functions to avoid needing to alloc memory
12834
12835 2003-03-16  Havoc Pennington  <hp@pobox.com>
12836
12837         Oops - test code was only testing failure of around 30 of the
12838         mallocs in the test path, but it turns out there are 500+
12839         mallocs. I believe this was due to misguided linking setup such
12840         that there was one copy of dbus_malloc etc. in the daemon and one
12841         in the shared lib, and only daemon mallocs were tested. In any
12842         case, the test case now tests all 500+ mallocs, and doesn't pass
12843         yet, though there are lots of fixes in this patch.
12844
12845         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12846         this so that it doesn't need to allocate memory, since it
12847         has no way of indicating failure due to OOM (and would be
12848         annoying if it did).
12849
12850         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12851
12852         * bus/Makefile.am: rearrange to create two self-contained
12853         libraries, to avoid having libraries with overlapping symbols.
12854         that was resulting in weirdness, e.g. I'm pretty sure there
12855         were two copies of global static variables.
12856
12857         * dbus/dbus-internals.c: move the malloc debug stuff to
12858         dbus-memory.c
12859
12860         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12861         empty.
12862
12863         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12864
12865         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12866         on failure.
12867
12868         * bus/dispatch.c (bus_dispatch_add_connection): free
12869         message_handler_slot when no longer using it, so
12870         memory leak checkers are happy for the test suite.
12871
12872         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12873
12874         * bus/bus.c (new_connection_callback): disconnect in here if
12875         bus_connections_setup_connection fails.
12876
12877         * bus/connection.c (bus_connections_unref): fix to free the
12878         connections
12879         (bus_connections_setup_connection): if this fails, don't
12880         disconnect the connection, just be sure there are no side
12881         effects.
12882
12883         * dbus/dbus-string.c (undo_alignment): unbreak this
12884
12885         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12886         leaking
12887         (_dbus_auth_new): fix the order in which we free strings
12888         on OOM failure
12889
12890         * bus/connection.c (bus_connection_disconnected): fix to
12891         not send ServiceDeleted multiple times in case of memory
12892         allocation failure
12893
12894         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12895         get the base service name
12896         (dbus_bus_register_client): don't return base service name,
12897         instead store it on the DBusConnection and have an accessor
12898         function for it.
12899         (dbus_bus_register_client): rename dbus_bus_register()
12900
12901         * bus/dispatch.c (check_hello_message): verify that other
12902         connections on the bus also got the correct results, not
12903         just the one sending hello
12904
12905 2003-03-15  Havoc Pennington  <hp@pobox.com>
12906
12907         Make it pass the Hello handling test including all OOM codepaths.
12908         Now to do other messages...
12909
12910         * bus/services.c (bus_service_remove_owner): fix crash when
12911         removing owner from an empty list of owners
12912         (bus_registry_ensure): don't leave service in the list of
12913         a connection's owned services if we fail to put the service
12914         in the hash table.
12915
12916         * bus/connection.c (bus_connection_preallocate_oom_error): set
12917         error flag on the OOM error.
12918
12919         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12920         handle _dbus_transport_set_connection failure
12921
12922         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12923         to create watches up front and simply enable/disable them as
12924         needed.
12925         (unix_connection_set): this can now fail on OOM
12926
12927         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12928         of enabling/disabling a watch or timeout.
12929
12930         * bus/loop.c (bus_loop_iterate): don't touch disabled
12931         watches/timeouts
12932
12933         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12934
12935 2003-03-15  Havoc Pennington  <hp@pobox.com>
12936
12937         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12938         write useful test code, after all that futzing around ;-)
12939
12940         Test does not yet pass because we can't handle OOM in
12941         _dbus_transport_messages_pending (basically,
12942         dbus_connection_preallocate_send() does not prealloc the write
12943         watch). To fix this, I think we need to add new stuff to
12944         set_watch_functions, namely a SetEnabled function so we can alloc
12945         the watch earlier, then enable it later.
12946
12947         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12948         dbus-memory.c to the convenience lib
12949
12950         * bus/test.c: rename some static functions to keep them clearly
12951         distinct from stuff in connection.c. Handle client disconnection.
12952
12953 2003-03-14  Havoc Pennington  <hp@pobox.com>
12954
12955         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12956         transport, tests more of the real codepath. Set up clients
12957         with bus_setup_debug_client.
12958
12959         * bus/test.c (bus_setup_debug_client): function to set up debug
12960         "clients" on the main loop
12961
12962         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12963         support
12964
12965         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12966         server type
12967
12968         * dbus/dbus-server-debug.c: support a debug server based on pipes
12969
12970         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12971         (_dbus_close): new function
12972
12973         * configure.in: check for socketpair
12974
12975 2003-03-14  Havoc Pennington  <hp@redhat.com>
12976
12977         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12978         cheesy hack
12979
12980         * dbus/dbus-transport-debug.c: rework this a good bit to be
12981         less complicated. hopefully still works.
12982
12983         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12984         manually
12985
12986         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12987         after running it
12988
12989         * dbus/dbus-message.c (dbus_message_copy): rename from
12990         dbus_message_new_from_message, fix it up to copy
12991         all the message fields, add test case
12992
12993         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12994         not quite passing yet
12995
12996 2003-03-14  Havoc Pennington  <hp@pobox.com>
12997
12998         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12999         until no work remains" in test code. (the large diff here
13000         is just code movement, no actual changes)
13001
13002         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
13003         1, no point waiting around for test code.
13004         (_dbus_server_debug_accept_transport): unref the timeout
13005         after adding it (right?)
13006
13007         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
13008
13009 2003-03-13  Havoc Pennington  <hp@redhat.com>
13010
13011         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
13012         out of memory
13013
13014         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
13015         of memory
13016
13017         * dbus/dbus-connection.h: Make AddWatchFunction and
13018         AddTimeoutFunction return a bool so they can fail on out-of-memory
13019
13020         * bus/bus.c (bus_context_new): set up timeout handlers
13021
13022         * bus/connection.c (bus_connections_setup_connection): set up
13023         timeout handlers
13024
13025         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
13026         can fail
13027
13028         * bus/bus.c (bus_context_new): adapt to changes
13029
13030         * bus/connection.c: adapt to changes
13031
13032         * test/watch.c: adapt to DBusWatch changes
13033
13034         * bus/dispatch.c (bus_dispatch_test): started adding this but
13035         didn't finish
13036
13037 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
13038
13039         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
13040
13041 2003-03-13  Havoc Pennington  <hp@pobox.com>
13042
13043         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
13044         set up a test framework as for the library
13045
13046 2003-03-12  Havoc Pennington  <hp@pobox.com>
13047
13048         Throughout: purge global variables, introduce BusActivation,
13049         BusConnections, BusRegistry, etc. objects instead.
13050
13051         * bus/bus.h, bus/bus.c: introduce BusContext as a global
13052         message bus object
13053
13054         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
13055         going to redo this a bit differently I think
13056
13057 2003-03-12  Havoc Pennington  <hp@redhat.com>
13058
13059         Mega-patch that gets the message bus daemon initially handling
13060         out-of-memory. Work still needed. Also lots of random
13061         moving stuff to DBusError instead of ResultCode.
13062
13063         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
13064
13065         * dbus/dbus-connection.c
13066         (dbus_connection_send_with_reply_and_block): use DBusError
13067
13068         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
13069         DBusResultCode
13070
13071         * dbus/dbus-connection.c (dbus_connection_send): drop the result
13072         code here, as the only failure possible is OOM.
13073
13074         * bus/connection.c (bus_connection_disconnect):
13075         rename bus_connection_disconnected as it's a notification only
13076
13077         * bus/driver.c (bus_driver_handle_acquire_service): don't free
13078         "name" on get_args failure, should be done by get_args;
13079         don't disconnect client for bad args, just return an error.
13080         (bus_driver_handle_service_exists): ditto
13081
13082         * bus/services.c (bus_services_list): NULL-terminate returned array
13083
13084         * bus/driver.c (bus_driver_send_service_lost)
13085         (bus_driver_send_service_acquired): send messages from driver to a
13086         specific client to the client's unique name, not to the broadcast
13087         service.
13088
13089         * dbus/dbus-message.c (decode_header_data): reject messages that
13090         contain no name field
13091         (_dbus_message_get_client_serial): rename to
13092         dbus_message_get_serial and make public
13093         (_dbus_message_set_serial): rename from set_client_serial
13094         (_dbus_message_set_reply_serial): make public
13095         (_dbus_message_get_reply_serial): make public
13096
13097         * bus/connection.c (bus_connection_foreach): allow stopping
13098         iteration by returning FALSE from foreach function.
13099
13100         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
13101         (dbus_connection_free_preallocated_send)
13102         (dbus_connection_preallocate_send): new API for sending a message
13103         without possibility of malloc failure.
13104         (dbus_connection_send_message): rename to just
13105         dbus_connection_send (and same for whole function family)
13106
13107         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
13108
13109         * dbus/dbus-sysdeps.c (_dbus_exit): new function
13110
13111         * bus/activation.c: handle/return errors
13112
13113         * dbus/dbus-errors.h: add more DBUS_ERROR #define
13114
13115         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
13116         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
13117         (_dbus_result_from_errno): move to this file
13118
13119 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
13120
13121         * dbus/dbus-marshal.c:
13122         (_dbus_marshal_set_string):
13123         Take a length argument so we can marshal the correct string
13124         length.
13125
13126         (_dbus_marshal_dict), (_dbus_demarshal_dict),
13127         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
13128         (_dbus_marshal_test):
13129         * dbus/dbus-marshal.h:
13130         Add support for marshalling and demarshalling dicts.
13131
13132         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13133         Add support for TYPE DICT.
13134
13135         * dbus/dbus-message.c: (set_string_field):
13136         Adjust header padding.
13137
13138         (dbus_message_append_args_valist), (dbus_message_append_dict),
13139         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
13140         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
13141         (check_message_handling), (check_have_valid_message):
13142         * dbus/dbus-message.h:
13143         Add functions for setting and getting dicts.
13144
13145         * dbus/dbus-protocol.h:
13146         Add DBUS_TYPE_DICT.
13147
13148         * dbus/dbus.h:
13149         Add dbus-dict.h
13150
13151         * doc/dbus-specification.sgml:
13152         Add information about how dicts are marshalled.
13153
13154         * test/data/invalid-messages/dict-with-nil-value.message:
13155         * test/data/invalid-messages/too-short-dict.message:
13156         * test/data/valid-messages/dict-simple.message:
13157         * test/data/valid-messages/dict.message:
13158         Add sample messages containing dicts.
13159
13160 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
13161
13162         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
13163
13164 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
13165
13166         * dbus/Makefile.am:
13167         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
13168         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
13169         (dbus_dict_set_int32), (dbus_dict_set_uint32),
13170         (dbus_dict_set_double), (dbus_dict_set_string),
13171         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
13172         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
13173         (dbus_dict_set_string_array), (_dbus_dict_test):
13174         * dbus/dbus-dict.h:
13175         Fix according to comments from Havoc.
13176
13177 2003-03-06  Michael Meeks  <michael@server.home>
13178
13179         * configure.in: if we don't have kde-config, disable have_qt.
13180
13181 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
13182
13183         * dbus/Makefile.am:
13184         Add dbus-dict.[ch]
13185
13186         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
13187         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
13188         (dbus_dict_remove), (dbus_dict_get_value_type),
13189         (dbus_dict_get_keys), (dbus_dict_put_boolean),
13190         (dbus_dict_put_int32), (dbus_dict_put_uint32),
13191         (dbus_dict_put_double), (dbus_dict_put_string),
13192         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
13193         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
13194         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
13195         (dbus_dict_get_int32), (dbus_dict_get_uint32),
13196         (dbus_dict_get_double), (dbus_dict_get_string),
13197         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
13198         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
13199         (dbus_dict_get_string_array), (_dbus_dict_test):
13200         * dbus/dbus-dict.h:
13201         Add DBusDict implementation
13202
13203         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
13204         * dbus/dbus-test.h:
13205         Add _dbus_dict_test
13206
13207 2003-03-04  Havoc Pennington  <hp@pobox.com>
13208
13209         * test/data/auth/*: adapt to changes
13210
13211         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
13212         USERID_BASE64 and change USERNAME_BASE64 to put in username not
13213         userid
13214
13215         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
13216         more stuff from being in a context name, to make the protocol
13217         simpler to deal with
13218
13219         * dbus/dbus-errors.c (dbus_error_has_name): new function
13220         (dbus_error_is_set): new function
13221
13222         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
13223         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
13224
13225         * dbus/dbus-connection.c (dbus_connection_flush): also read
13226         messages during a flush operation
13227
13228         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
13229
13230 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13231
13232         * configure.in: Check for gethostbyname on Solaris.
13233
13234         * dbus/dbus-transport.c: (_dbus_transport_open):
13235         Remove duplicate "tcp" entry.
13236
13237         * doc/dbus-specification.sgml:
13238         Clarify some things.
13239
13240 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13241
13242         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
13243         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
13244         (_dbus_keyring_test):
13245         * dbus/dbus-md5.c: (_dbus_md5_compute):
13246         * dbus/dbus-sha.c: (_dbus_sha_compute):
13247         Plug memory leaks.
13248
13249 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13250
13251         * README: Add some things.
13252
13253 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
13254
13255         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
13256         after case DBUS_TYPE_BOOELAN.
13257
13258 2003-03-02  Havoc Pennington  <hp@pobox.com>
13259
13260         * test/break-loader.c (randomly_set_extreme_ints): add test that
13261         sets really huge and small integers
13262
13263         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
13264         that length of boolean array fits in the string, and that
13265         string has room for boolean value in single-bool case.
13266
13267         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
13268         optional value to "ALIGN" command which is what to fill the
13269         alignment with.
13270
13271         * test/data/valid-messages/no-padding.message: add regression
13272         test for the message padding problem
13273
13274 2003-03-02  Havoc Pennington  <hp@pobox.com>
13275
13276         * dbus/dbus-message.c (decode_header_data): fix to always init
13277         message_padding, from Benjamin Dauvergne
13278
13279 2003-03-02  Havoc Pennington  <hp@pobox.com>
13280
13281         * configure.in: 0.5
13282
13283         * NEWS: Update.
13284
13285 2003-03-01  Joe Shaw  <joe@assbarn.com>
13286
13287         * configure.in: Check for "struct cmsgcred" and try to access its
13288         members for BSD-like unices.
13289
13290         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
13291         _dbus_read_credentials_unix_socket().
13292         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
13293         read() for reading the credential byte off the unix socket.  Use
13294         struct cmsgcred on systems that support it.
13295
13296 2003-02-27  Alexander Larsson  <alexl@redhat.com>
13297
13298         * glib/Makefile.am:
13299         * configure.in:
13300         Make gthreads-2.0 dependency optional. Don't build thread test if
13301         its not found.
13302
13303 2003-02-27  Havoc Pennington  <hp@pobox.com>
13304
13305         * dbus/dbus-connection.c
13306         (dbus_connection_send_message_with_reply_and_block): fix doh!
13307         doh! doh! bug that resulted in never removing a reply from the
13308         queue, no wonder we called get_reply_serial so much ;-)
13309
13310         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
13311         and client serial instead of demarshaling them every time
13312
13313 2003-02-27  Havoc Pennington  <hp@pobox.com>
13314
13315         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
13316         more inlined, using dbus-string-private.h, speeds things up
13317         substantially
13318
13319         * dbus/dbus-string.c (_dbus_string_free): apply align offset
13320         when freeing the string
13321         (_dbus_string_steal_data): fix for align offset
13322         (undo_alignment): new function
13323
13324 2003-02-26  Havoc Pennington  <hp@redhat.com>
13325
13326         All kinds of audit fixes from Owen, plus initial attempt to
13327         handle unaligned memory returned from malloc.
13328
13329         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
13330         leave room for align_offset and nul byte
13331         (fixup_alignment): function to track an align_offset and
13332         ensure real->str is aligned
13333         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
13334         to allow a nul byte plus align offset
13335         (_dbus_string_lock): fix overflow issue
13336         (_dbus_string_init_const_len): add assertions on sanity of len,
13337         assign allocated to be ALLOCATION_PADDING larger than len
13338         (set_length): fixup the overflow handling
13339         (_dbus_string_get_data_len): fix overflow in assertion
13340         (open_gap): detect overflow in size of gap to be opened
13341         (_dbus_string_lengthen): add overflow check
13342         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
13343         (_dbus_string_append): add overflow check
13344         (_dbus_string_append_unichar): overflow
13345         (_dbus_string_delete): fix overflow in assertion
13346         (_dbus_string_copy_len): overflow in assertion
13347         (_dbus_string_replace_len): overflows in assertions
13348         (_dbus_string_find): change to implement in terms of
13349         _dbus_string_find_to
13350         (_dbus_string_find_to): assorted fixage
13351         (_dbus_string_equal_c_str): assert c_str != NULL,
13352         fix logic so the function works
13353         (_dbus_string_ends_with_c_str): fix overflow thingy
13354         (_dbus_string_base64_encode): overflow fix
13355         (_dbus_string_validate_ascii): overflow
13356         (_dbus_string_validate_nul): overflow
13357
13358 2003-02-26  Havoc Pennington  <hp@redhat.com>
13359
13360         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
13361
13362 2003-02-26  Alexander Larsson  <alexl@redhat.com>
13363
13364         * configure.in:
13365         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
13366
13367         * dbus/dbus-connection.c:
13368         * dbus/dbus-connection.h:
13369         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
13370         Add dbus_connection_set_wakeup_main_function and use it when queueing
13371         incoming and outgoing messages.
13372
13373
13374         * dbus/dbus-dataslot.c:
13375         Threadsafe usage of DBusDataSlotAllocator
13376
13377         * dbus/dbus-message.c: (dbus_message_get_args_iter):
13378         dbus_new can fail.
13379
13380         * dbus/dbus-server-unix.c:
13381         Add todo comment
13382
13383         * glib/dbus-gmain.c:
13384         Implement the new wakeup functions for glib.
13385
13386         * glib/Makefile.am:
13387         * glib/test-thread-client.c:
13388         * glib/test-thread-server.c:
13389         * glib/test-thread.h:
13390         Initial cut at some thread test code. Not really done yet.
13391
13392 2003-02-26  Havoc Pennington  <hp@pobox.com>
13393
13394         * dbus/dbus-connection.c
13395         (dbus_connection_send_message_with_reply_and_block): fix crash
13396         where we ref'd the outgoing message instead of the returned reply
13397
13398         * dbus/dbus-transport-unix.c (do_authentication): check read watch
13399         at the end of this function, so if we didn't need to read for
13400         authentication, we reinstall it for receiving messages
13401
13402         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
13403         a NULL sender for peer-to-peer case
13404
13405         * dbus/dbus-transport-unix.c (check_read_watch): handle
13406         !authenticated case correctly
13407
13408         * glib/dbus-gmain.c: add support for DBusServer
13409
13410         * dbus/dbus-server.c: add data slot support
13411
13412         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
13413         return values and handle errors
13414
13415         * dbus/dbus-dataslot.c: factor out the data slot stuff from
13416         DBusConnection
13417
13418         * Doxyfile.in (INPUT): add glib subdir
13419
13420         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
13421         setup_with_g_main instead of hookup_with_g_main; write docs
13422
13423 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13424
13425         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
13426         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13427         * dbus/dbus-message.c: (dbus_message_append_boolean),
13428         (dbus_message_append_boolean_array),
13429         (dbus_message_get_args_valist), (_dbus_message_test):
13430         * dbus/dbus-message.h:
13431         * doc/dbus-specification.sgml:
13432         Various fixes as pointed out by Havoc.
13433
13434         * test/data/invalid-messages/bad-boolean-array.message:
13435         * test/data/invalid-messages/bad-boolean.message:
13436         Add invalid boolean value test cases.
13437
13438 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13439
13440         * dbus/dbus-internals.c: (_dbus_type_to_string):
13441         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13442         (_dbus_marshal_validate_arg):
13443         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13444         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13445         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
13446         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
13447         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
13448         (dbus_message_iter_get_double),
13449         (dbus_message_iter_get_boolean_array), (message_iter_test):
13450         * dbus/dbus-message.h:
13451         * dbus/dbus-protocol.h:
13452         * doc/dbus-specification.sgml:
13453         * test/data/valid-messages/lots-of-arguments.message:
13454         Add support for boolean and boolean array types.
13455
13456 2003-02-23  Havoc Pennington  <hp@pobox.com>
13457
13458         * dbus/dbus-keyring.c: finish most of this implementation and
13459         simple unit test
13460
13461         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
13462         these barf if the error isn't cleared to NULL
13463
13464         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
13465         (_dbus_create_directory): new function
13466
13467         * dbus/dbus-errors.c (dbus_set_error): fix warning
13468
13469         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
13470         (_dbus_string_hex_decode): new function
13471         (test_hex_roundtrip): test code
13472
13473         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
13474
13475         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
13476
13477         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
13478         the save-to-temp/rename trick to atomically write the new file
13479         (_dbus_string_parse_uint): new function
13480
13481 2003-02-22  Havoc Pennington  <hp@pobox.com>
13482
13483         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
13484
13485 2003-02-22  Havoc Pennington  <hp@pobox.com>
13486
13487         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
13488         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
13489
13490         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
13491
13492         * dbus/test/data/sha-1: add US government test suite for SHA-1
13493
13494 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13495
13496         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13497         Make string arrays NULL-terminated.
13498
13499         * dbus/dbus-memory.c: (dbus_free_string_array):
13500         * dbus/dbus-memory.h:
13501         New function for freeing NULL-terminated string arrays.
13502
13503         * dbus/dbus-message-builder.c: (append_quoted_string),
13504         (_dbus_message_data_load):
13505         Add support for array types.
13506
13507         * dbus/dbus-message.c: (check_message_handling):
13508         Add more types as test cases.
13509
13510         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
13511         (_dbus_string_parse_double):
13512         Add the start offset to the end offset.
13513
13514         * test/data/valid-messages/lots-of-arguments.message:
13515         New test message with lots of arguments.
13516
13517 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13518
13519         * dbus/dbus-message.c: (dbus_message_append_nil),
13520         (dbus_message_append_int32), (dbus_message_append_uint32),
13521         (dbus_message_append_double), (dbus_message_append_string),
13522         (dbus_message_append_int32_array),
13523         (dbus_message_append_uint32_array),
13524         (dbus_message_append_double_array),
13525         (dbus_message_append_byte_array),
13526         (dbus_message_append_string_array):
13527         Fix all out-of-memory handling in these functions.
13528
13529 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13530
13531         * dbus/dbus-message.c: (dbus_message_append_nil):
13532         Fix a silly.
13533
13534 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13535
13536         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13537         (dbus_message_append_nil), (dbus_message_append_int32_array),
13538         (dbus_message_append_uint32_array),
13539         (dbus_message_append_double_array),
13540         (dbus_message_append_byte_array),
13541         (dbus_message_append_string_array), (dbus_message_get_args_valist),
13542         (dbus_message_iter_get_int32_array),
13543         (dbus_message_iter_get_uint32_array),
13544         (dbus_message_iter_get_double_array),
13545         (dbus_message_iter_get_byte_array),
13546         (dbus_message_iter_get_string_array):
13547
13548         * dbus/dbus-message.h:
13549         Add functions for appending and getting arrays.
13550
13551 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13552
13553         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
13554         element size at least 8 bytes, fixes mempool tests on
13555         64-bit machines.
13556
13557 2003-02-20  Alexander Larsson  <alexl@redhat.com>
13558
13559         * dbus/dbus-transport-unix.c (unix_do_iteration):
13560         Unlock the connection mutex during a blocking select call.
13561         Add todo about how we need a way to wake up the select.
13562
13563         * dbus/dbus-connection-internal.h:
13564         * dbus/dbus-connection.c:
13565         Add _dbus_connection_lock and _dbus_connection_unlock.
13566
13567 2003-02-19  Havoc Pennington  <hp@pobox.com>
13568
13569         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
13570         Doxyfile.in, not Doxyfile
13571
13572         * dbus/dbus-keyring.c: do some hacking on this
13573
13574         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
13575
13576         * dbus/dbus-errors.c (dbus_set_error_const): do not call
13577         dbus_error_init
13578         (dbus_set_error): remove dbus_error_init, check for message ==
13579         NULL *before* we sprintf into it, and add @todo about including
13580         system headers in this file
13581
13582         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
13583
13584         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
13585
13586         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
13587         get various bits of user information based on either username
13588         or user ID
13589         (_dbus_homedir_from_username): new function
13590
13591 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
13592
13593         * configure.in:
13594         Add check for nonposix getpwnam_r
13595
13596         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
13597         Align the pool element size to a sizeof (void *) boundary.
13598
13599         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
13600         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
13601         General Solaris fixes.
13602
13603         * test/data/valid-messages/simplest-manual.message:
13604         Explicitly state that we want little-endian packing.
13605
13606 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
13607
13608         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13609
13610         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
13611         Added to create a transport connecting using a tcp/ip socket.
13612
13613         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
13614         to a tcp socket at given host and port.
13615         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
13616         hostname and port.
13617
13618         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13619
13620         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
13621         Added to create a server listening on a TCP/IP socket.
13622
13623 2003-02-19  Havoc Pennington  <hp@pobox.com>
13624
13625         Throughout: mop up all the Doxygen warnings and undocumented
13626         stuff.
13627
13628         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
13629         to search any paths.
13630
13631         * dbus/dbus-threads.c: move global mutex initializers to
13632         dbus-internals.h, multiple prototypes was confusing doxygen
13633         besides being kind of ugly
13634
13635         * Doxyfile (PREDEFINED): have Doxygen define
13636         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
13637         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
13638         (do not abuse the feature! it's for stuff like the autogenerated
13639         macros in dbus-md5.c, not just for things you don't feel like
13640         documenting...)
13641
13642 2003-02-18  Havoc Pennington  <hp@pobox.com>
13643
13644         * dbus/dbus-string.c (_dbus_string_zero): new function
13645
13646         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
13647         wrap it in some dbus-friendly API
13648
13649         * dbus/dbus-types.h: add 16-bit types
13650
13651 2003-02-18  Joe Shaw  <joe@assbarn.com>
13652
13653         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
13654         credentials from our currently running process.
13655         (get_word): Fix a buglet where we were copying the entire length
13656         instead of relative to our position.
13657
13658         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
13659         keys on the stack... it's 640k of data.
13660
13661         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
13662         read the credentials byte off the socket, even if we don't have
13663         SO_PEERCRED.
13664         (_dbus_poll): Implement poll() using select() for systems which
13665         don't have it.
13666
13667         * glib/test-dbus-glib.c (main): Print out an error if no
13668         parameters are given.
13669
13670         * test/data/auth/fallback.auth-script: Added.  Tests that a client
13671         can fallback to a secondary auth mechanism if the first fails.
13672
13673 2003-02-18  Havoc Pennington  <hp@pobox.com>
13674
13675         * AUTHORS: add Alex
13676
13677 2003-02-17  Havoc Pennington  <hp@pobox.com>
13678
13679         * doc/dbus-specification.sgml: lots of cosmetic
13680         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
13681         env variable to DBUS_BUS_ADDRESS, s/client/application/,
13682         s/server/bus/ (except in authentication section). Add a section
13683         "Message Bus Message Routing"
13684
13685 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
13686
13687         Release 0.4
13688
13689         * NEWS: Update
13690
13691 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13692
13693         * doc/dbus-specification.sgml:
13694         Specification updates.
13695
13696 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13697
13698         * bus/activation.c: (bus_activation_init), (child_setup),
13699         (bus_activation_activate_service):
13700         * bus/activation.h:
13701         * bus/main.c: (main):
13702         Set DBUS_ADDRESS environment variable.
13703
13704         * dbus/dbus-errors.c: (dbus_set_error):
13705         Don't use va_copy since that's a C99 feature.
13706
13707         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
13708         (_dbus_spawn_async):
13709         * dbus/dbus-sysdeps.h:
13710         Add child_setup_func to _dbus_spawn_async.
13711
13712         * doc/dbus-specification.sgml:
13713         Update specification.
13714
13715         * test/spawn-test.c: (setup_func), (main):
13716         Fix test.
13717
13718 2003-02-17  Alexander Larsson  <alexl@redhat.com>
13719
13720         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
13721         Added todo.
13722
13723 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13724
13725         * doc/.cvsignore:
13726         * doc/Makefile.am:
13727         * doc/dbus-test-plan.sgml:
13728         Add test plan document.
13729
13730         * test/Makefile.am:
13731         Fix distcheck.
13732
13733 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13734
13735         * dbus/dbus-message.c: (decode_header_data),
13736         (_dbus_message_loader_return_buffer):
13737         Set the header padding amount when loading a message.
13738
13739 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13740
13741         * bus/dispatch.c: (send_one_message):
13742         Only send broadcast messages to registered connections.
13743
13744         * dbus/dbus-message.c: (dbus_message_name_is):
13745         * dbus/dbus-message.h:
13746         New convenience function.
13747
13748         * dbus/dbus-transport-debug.c: (do_reading):
13749         Only dispatch one message per run.
13750
13751         * test/Makefile.am:
13752         * test/bus-test.c: (new_connection_callback), (die),
13753         (test_hello_client1_handler), (test_hello_client2_handler),
13754         (test_hello_replies), (main):
13755
13756         * test/bus-test-loop.[ch]:
13757         Add these.
13758
13759 2003-02-16  Havoc Pennington  <hp@pobox.com>
13760
13761         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
13762         backward conditional
13763
13764 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13765
13766         * dbus/dbus-connection.c:
13767         Implement sent_message_with_reply. (with_reply_and block is still
13768         busted).
13769         Made dispatch_message not lose message if OOM.
13770
13771         * dbus/dbus-errors.h:
13772         Add NoReply error (for reply timeouts).
13773
13774 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13775
13776         * dbus/dbus-hash.c (_dbus_hash_table_unref):
13777         Actually free keys and values when destroying hashtable.
13778
13779 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13780
13781         * dbus/dbus-auth.c: (client_try_next_mechanism):
13782         Plug a leak.
13783
13784         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
13785         Return TRUE if there's no thread implementation around.
13786
13787         * glib/dbus-gmain.c: (free_source),
13788         (dbus_connection_hookup_with_g_main):
13789         Make sure to remove the GSource when the connection is finalized.
13790
13791 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13792
13793         * bus/dispatch.c: (bus_dispatch_message_handler):
13794         * dbus/dbus-errors.h:
13795         Return an error if someone tries to send a message to a service
13796         that doesn't exist.
13797
13798 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13799
13800         * bus/activation.c: (load_directory), (bus_activation_init),
13801         (bus_activation_activate_service):
13802         * bus/activation.h:
13803         * bus/driver.c:
13804         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13805         More work on the activation handling.
13806
13807         * dbus/dbus-errors.h:
13808         Add some error messages
13809
13810         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13811         * dbus/dbus-message.h:
13812         New function that creates an error message.
13813
13814         * dbus/dbus-protocol.h:
13815         Add ACTIVATE_SERVER message.
13816
13817         * dbus/dbus-server-unix.c: (unix_handle_watch),
13818         (_dbus_server_new_for_domain_socket):
13819         Call _dbus_fd_set_close_on_exec.
13820
13821         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13822         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13823         (_dbus_fd_set_close_on_exec):
13824         * dbus/dbus-sysdeps.h:
13825         Add _dbus_fd_set_close_on exec function. Also add function that checks
13826         that all open fds are set to close-on-exec and warns otherwise.
13827
13828         * dbus/dbus-transport-unix.c:
13829         (_dbus_transport_new_for_domain_socket):
13830         Call _dbus_fd_set_close_on_exec.
13831
13832 2003-02-16  Havoc Pennington  <hp@pobox.com>
13833
13834         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13835         allow people to avoid setting SIGPIPE to SIG_IGN
13836         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13837         we've been asked not to
13838
13839 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13840
13841         * dbus/dbus-list.c: (_dbus_list_append_link),
13842         (_dbus_list_prepend_link):
13843         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13844         (dbus_realloc):
13845         Warning fixes.
13846
13847 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13848
13849         * bus/Makefile.am:
13850         * bus/activation.c: (bus_activation_entry_free),
13851         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13852         * bus/activation.h:
13853         * bus/main.c: (main):
13854         Add simple activation support, doesn't work yet though.
13855
13856 2003-02-15   Zack Rusin  <zack@kde.org>
13857
13858         * qt/dbus-qthread.cpp:  small casting fix
13859
13860 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13861
13862         * dbus/dbus-errors.c: (dbus_set_error):
13863         * dbus/dbus-errors.h:
13864         Add a few errors and make dbus_set_error void.
13865
13866         * dbus/dbus-sysdeps.c:
13867         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13868         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13869         * dbus/dbus-sysdeps.h:
13870         Add _dbus_spawn_async.
13871
13872         * test/spawn-test.c: (main):
13873         Test for _dbus_spawn_async.
13874
13875 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13876
13877         * dbus/dbus-internals.h:
13878         Fix build without tests.
13879
13880         * dbus/dbus-list.c: (alloc_link):
13881         Fix a segfault when a malloc fails.
13882
13883         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13884         (dbus_malloc0), (dbus_realloc):
13885         Add support for malloc debugging.
13886
13887 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13888
13889         * dbus/dbus-threads.c:
13890         * dbus/dbus-threads.h:
13891         Add condvars. Remove static mutext from API.
13892         Implement static mutexes by initializing them from threads_init.
13893
13894         * glib/dbus-gthread.c:
13895         * qt/dbus-qthread.cpp:
13896         Update with the thread api changes.
13897
13898
13899         * dbus/dbus-list.c:
13900         * dbus/dbus-list.h:
13901         Turn StaticMutex into normal mutex + init function.
13902         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13903         _dbus_list_append_link, _dbus_list_prepend_link
13904
13905
13906         * dbus/dbus-sysdeps.c:
13907         * dbus/dbus-sysdeps.h:
13908         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13909         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13910
13911         * dbus/dbus-protocol.h:
13912         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13913
13914         * dbus/dbus-message.c:
13915         Make ref/unref atomic.
13916         Fix some docs.
13917
13918         * dbus/dbus-connection-internal.h:
13919         * dbus/dbus-connection.c:
13920         * dbus/dbus-connection.h:
13921         Make threadsafe.
13922         Change _peek to _borrow,_return & _steal_borrowed.
13923         Change disconnect callback to event.
13924         Make dbus_connection_dispatch_messages reentrant.
13925
13926         * dbus/dbus-transport.c:
13927         Don't ref the connection on calls to the transport
13928         implementation.
13929
13930         * dbus/dbus-message-handler.c:
13931         Make threadsafe.
13932
13933         * glib/dbus-gmain.c:
13934         Don't use peek_message anymore
13935
13936         * test/Makefile.am:
13937         * test/debug-thread.c:
13938         * test/debug-thread.h:
13939         Simple thread implementation that asserts() on deadlocks in
13940         single-threaded code.
13941
13942         * test/bus-test.c:
13943         (main) Call debug_threads_init.
13944
13945         * test/watch.c:
13946         Use disconnect message instead of disconnect callback.
13947
13948         * bus/connection.c:
13949         * bus/connection.h:
13950         Don't call dbus_connection_set_disconnect_function. Instead export
13951         bus_connection_disconnect.
13952
13953         * bus/dispatch.c:
13954         Call bus_connection_disconnect when we get a disconnected message.
13955
13956 2003-02-15  Havoc Pennington  <hp@pobox.com>
13957
13958         * dbus/dbus-message.c (dbus_message_new): fool around with the
13959         docs
13960
13961 2003-02-14  Havoc Pennington  <hp@pobox.com>
13962
13963         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13964
13965         * dbus/dbus-memory.c: fail if the debug functions indicate we
13966         should
13967
13968         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13969         (_dbus_decrement_fail_alloc_counter): debug functions to
13970         simulate memory allocation failures
13971
13972 2003-02-14  Havoc Pennington  <hp@pobox.com>
13973
13974         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13975         to DBusError
13976
13977 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13978
13979         * bus/driver.c: (bus_driver_handle_hello):
13980         * bus/driver.h:
13981         * bus/services.c: (bus_service_lookup):
13982         Reorder message sending so we get a more sane order.
13983
13984         * test/bus-test.c: (message_handler):
13985         Fix tyop.
13986
13987 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13988
13989         * bus/driver.c: (bus_driver_send_service_deleted),
13990         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13991         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13992         (bus_driver_send_welcome_message),
13993         (bus_driver_handle_list_services),
13994         (bus_driver_handle_acquire_service),
13995         (bus_driver_handle_service_exists):
13996         * dbus/dbus-bus.c: (dbus_bus_register_client),
13997         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13998         * dbus/dbus-errors.c: (dbus_result_to_string):
13999         * dbus/dbus-errors.h:
14000         * dbus/dbus-message.c: (dbus_message_append_args),
14001         (dbus_message_append_args_valist), (dbus_message_get_args),
14002         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
14003         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
14004         (dbus_message_iter_get_byte_array),
14005         (dbus_message_iter_get_string_array), (message_iter_test),
14006         (check_message_handling), (_dbus_message_test):
14007         * dbus/dbus-message.h:
14008         * test/bus-test.c: (main):
14009         Change fields to arguments in messages, so that they won't be
14010         confused with header fields.
14011
14012         * glib/test-dbus-glib.c: (main):
14013         Remove append_fields from hello message.
14014
14015 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14016
14017         * dbus/dbus-errors.c:
14018         * dbus/dbus-message.c:
14019         * dbus/dbus-string.c:
14020         Documentation fixes.
14021
14022 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14023
14024         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
14025         (remove_timeout):
14026         Implement support for timeouts in dbus-glib.
14027
14028 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14029
14030         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
14031         * dbus/dbus-message.c: (process_test_subdir):
14032         * test/break-loader.c: (find_breaks_based_on):
14033         Plug some memory leaks.
14034
14035 2003-02-13  Richard Hult  <rhult@codefactory.se>
14036
14037         * bus/main.c: Fix build.
14038
14039         * dbus/dbus-errors.h:
14040         * dbus/dbus-errors.c: Fix copyright for Anders.
14041
14042 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14043
14044         * bus/Makefile.am:
14045         Add utils.[ch]
14046
14047         * bus/connection.c: (bus_connection_foreach):
14048         Fix a warning.
14049
14050         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
14051         (unescape_string), (new_section), (parse_section_start),
14052         (parse_key_value), (report_error), (bus_desktop_file_load),
14053         (bus_desktop_file_get_string):
14054         * bus/desktop-file.h:
14055         Use DBusError for error reporting.
14056
14057         * bus/dispatch.c: (send_one_message),
14058         (bus_dispatch_message_handler):
14059         * bus/driver.c: (bus_driver_send_service_deleted),
14060         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14061         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
14062         (bus_driver_send_welcome_message),
14063         (bus_driver_handle_list_services),
14064         (bus_driver_handle_acquire_service),
14065         (bus_driver_handle_service_exists):
14066         * bus/loop.c: (bus_loop_run):
14067         * bus/main.c:
14068         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
14069
14070         * bus/utils.c: (bus_wait_for_memory):
14071         * bus/utils.h:
14072         New files with general utility functions.
14073
14074         * dbus/dbus-internals.h:
14075         Remove _DBUS_HANDLE_OOM.
14076
14077 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14078
14079         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
14080         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
14081         * dbus/dbus-errors.h:
14082         Add DBusError structure.
14083
14084 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14085
14086         * test/data/valid-messages/standard-acquire-service.message:
14087         * test/data/valid-messages/standard-hello.message:
14088         * test/data/valid-messages/standard-list-services.message:
14089         * test/data/valid-messages/standard-service-exists.message:
14090         Add some standard messages.
14091
14092 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14093
14094         * bus/driver.c: (bus_driver_send_welcome_message),
14095         (bus_driver_handle_list_services),
14096         (bus_driver_handle_acquire_service),
14097         (bus_driver_handle_service_exists), (bus_driver_handle_message):
14098         Update for API changes in libdbus.
14099
14100         * dbus/dbus-message.c: (dbus_message_new_reply):
14101         * dbus/dbus-message.h:
14102         Remove the name argument. The spec states that replies shouldn't
14103         have a name.
14104
14105 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14106
14107         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
14108         (report_error), (bus_desktop_file_load), (lookup_section),
14109         (lookup_line), (bus_desktop_file_get_raw),
14110         (bus_desktop_file_get_string):
14111         * bus/desktop-file.h:
14112         Some fixes, and new functions for getting a key value from a section.
14113
14114 2003-02-13  Havoc Pennington  <hp@pobox.com>
14115
14116         * test/data/auth/fail-after-n-attempts.auth-script: new test
14117
14118         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
14119         reject the client.
14120
14121 2003-02-13  Havoc Pennington  <hp@pobox.com>
14122
14123         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
14124         dbus_credentials_match were backward
14125
14126         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
14127         NO_CREDENTIALS and ROOT_CREDENTIALS
14128
14129         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
14130         into here. Never process more commands after we've reached an
14131         end state; store further data as unused bytes.
14132
14133         * test/data/auth/*: add more auth tests
14134
14135         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
14136         command to match exact string and EXPECT_UNUSED to match unused
14137         bytes
14138
14139         * test/Makefile.am (dist-hook): fix to dist all the test stuff
14140
14141 2003-02-12  Havoc Pennington  <hp@pobox.com>
14142
14143         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
14144         \r off of popped lines
14145
14146         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
14147         scripts
14148
14149         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
14150         SEND, append \r\n
14151
14152 2003-02-12  Havoc Pennington  <hp@pobox.com>
14153
14154         * dbus/Makefile.am: remove break-loader from the build, since it
14155         moved.
14156
14157         * configure.in: add --enable-gcov to turn on coverage profiling
14158         flags and disable optimization
14159
14160 2003-02-10  Havoc Pennington  <hp@pobox.com>
14161
14162         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
14163         initial cut at test framework for DBusAuth from laptop.
14164         Doesn't quite work yet but it compiles and I need to get
14165         it off the 266mhz laptop. ;-)
14166
14167         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
14168         fix a memleak in error case
14169
14170 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
14171
14172         * bus/Makefile.am:
14173         * bus/desktop-file.c:
14174         * bus/desktop-file.h:
14175         Add a desktop file parser.
14176
14177 2003-02-11  Zack Rusin  <zack@kde.org>
14178
14179         * qt/message.[h|cpp]: sample implementation
14180         of the KDE wrapper for DBusMessage
14181
14182 2003-02-09  Zack Rusin  <zack@kde.org>
14183
14184         * test/bus-test.c: make_it_compile
14185         * doc/dbus-specification.sgml: minimal semantic fix
14186
14187 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
14188
14189         Release 0.3
14190
14191         * NEWS: Update
14192
14193 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
14194
14195         * dbus/Makefile.am:
14196         * dbus/dbus-break-loader.c:
14197         * test/Makefile.am:
14198         * test/break-loader.c:
14199         Move dbus-break-loader to test/ and rename it to break-loader.
14200
14201 2003-02-02  Havoc Pennington  <hp@pobox.com>
14202
14203         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
14204         for code to manage cookies in your home directory
14205
14206         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
14207
14208         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
14209         to authenticate, then disconnect the client.
14210
14211 2003-02-03  Alexander Larsson  <alexl@redhat.com>
14212
14213         * dbus/dbus-message.c (dbus_message_append_fields):
14214         Correct docs.
14215
14216 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14217
14218         * doc/dbus-specification.sgml:
14219         Update address format section.
14220
14221 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14222
14223         * test/Makefile.am:
14224         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
14225         (message_handler), (new_connection_callback), (loop_quit),
14226         (loop_run), (main):
14227         Add bus test.
14228
14229 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14230
14231         * bus/driver.c: (bus_driver_handle_service_exists):
14232         Simplify the code a bit.
14233
14234         * dbus/dbus-bus.c: (dbus_bus_service_exists):
14235         Fix a silly.
14236
14237 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14238
14239         * bus/Makefile.am:
14240         Add libdbus-daemon.la and link to it.
14241
14242 2003-02-01  James Willcox  <jwillcox@gnome.org>
14243
14244         * bus/driver.c: (bus_driver_handle_own_service):
14245         Actually include the service reply code in the message.
14246
14247 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14248
14249         * bus/driver.c: (bus_driver_handle_service_exists):
14250         Don't unref the incoming message.
14251
14252 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14253
14254         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
14255
14256 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14257
14258         * dbus/dbus-server.c: (dbus_server_listen):
14259         * dbus/dbus-transport.c: (_dbus_transport_open):
14260         ifdef out the calls to the debug transport and server.
14261
14262 2003-02-02  Alexander Larsson  <alexl@redhat.com>
14263
14264         * dbus/dbus-watch.c (dbus_watch_get_flags):
14265         Add note in the docs that ERROR or HANGUP won't be returned
14266         and are assumed always on.
14267
14268         * glib/dbus-gmain.c (add_watch):
14269         Always add IO_ERR | IO_HUP
14270
14271         * dbus/dbus-message.h:
14272         Add semicolon after dbus_message_iter_get_string_array().
14273         Makes qt code build again
14274
14275 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
14276
14277         * bus/driver.c: (create_unique_client_name),
14278         (bus_driver_handle_hello):
14279         Don't take a name, just use a numeric id to identify
14280         each client.
14281
14282         * dbus/Makefile.am:
14283         * dbus/dbus-bus.c: (dbus_bus_register_client),
14284         (dbus_bus_acquire_service), (dbus_bus_service_exists):
14285         * dbus/dbus-bus.h:
14286         Add new convenience functions for communicating with the bus.
14287
14288         * dbus/dbus-message.h:
14289
14290         * dbus/dbus-protocol.h:
14291         Fix a typo.
14292
14293 2003-02-01  Alexander Larsson  <alexl@redhat.com>
14294
14295         * dbus/dbus-message.c (dbus_message_append_fields):
14296         Add some more doc comments.
14297
14298 2003-02-01  Havoc Pennington  <hp@pobox.com>
14299
14300         * dbus/dbus-break-loader.c (randomly_modify_length): change
14301         a 4-byte value in the message as if it were a length
14302
14303         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
14304         execute bit on saved files
14305
14306 2003-02-01  Havoc Pennington  <hp@pobox.com>
14307
14308         * dbus/dbus-break-loader.c (main): new program to find messages
14309         that break the loader.
14310
14311         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
14312         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
14313
14314         * dbus/dbus-string.c (_dbus_string_set_byte): new
14315
14316 2003-01-31  Havoc Pennington  <hp@pobox.com>
14317
14318         * dbus/dbus-message.c: refactor the test code to be more general,
14319         in preparation for writing a "randomly permute test cases to
14320         try to break the loader" program.
14321
14322 2003-01-31  Havoc Pennington  <hp@pobox.com>
14323
14324         * doc/dbus-specification.sgml: work on the specification
14325
14326         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
14327         the protocol version of the message.
14328
14329         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
14330         no longer specifies that.
14331         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
14332         1/2/3/4)
14333
14334         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
14335         "break" for DBUS_TYPE_NIL, remove @todo
14336
14337 2003-01-31  Havoc Pennington  <hp@pobox.com>
14338
14339         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
14340         just set_is_error/get_is_error as this is a commonly-used
14341         function, and write docs.
14342
14343 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
14344
14345         * dbus/dbus-address.c: (dbus_address_entry_free):
14346         Free key and value lists.
14347
14348         * dbus/dbus-internals.c: (_dbus_type_to_string):
14349         Add the types we didn't have.
14350
14351         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
14352         (_dbus_marshal_validate_arg):
14353         Add NIL types.
14354
14355         * dbus/dbus-message.c: (dbus_message_set_sender):
14356         Remove todo about being able to set sender to NULL.
14357
14358         (dbus_message_set_is_error_reply),
14359         (dbus_message_get_is_error_reply):
14360         * dbus/dbus-message.h:
14361         New functions.
14362
14363         * dbus/dbus-protocol.h:
14364         Add error reply flag.
14365
14366         * test/data/valid-messages/opposite-endian.message:
14367         Add NIL type to test.
14368
14369 2003-01-31  Havoc Pennington  <hp@pobox.com>
14370
14371         * doc/dbus-specification.sgml: fully specify the header.  Add
14372         flags and major protocol version, and change header/body len to
14373         unsigned.
14374
14375         * dbus/dbus-message-builder.c (append_saved_length): append length
14376         as uint32
14377
14378         * dbus/dbus-message.c (dbus_message_create_header): change header
14379         length and body length to unsigned. Add the new fields from the
14380         spec
14381         (_dbus_message_loader_return_buffer): unsigned header/body len
14382
14383 2003-01-30  Havoc Pennington  <hp@pobox.com>
14384
14385         * dbus/dbus-auth.c: rework to use only REJECTED, no
14386         MECHANISMS
14387
14388         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
14389         use REJECTED, suggested by Mark McLoughlin
14390
14391 2003-01-30  Havoc Pennington  <hp@pobox.com>
14392
14393         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
14394         a better way to report errors here. e.g.  "unix address lacks
14395         path" or something. also "no such file" when the path doesn't
14396         exist, etc.
14397
14398         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
14399         leaking list nodes
14400         (dbus_parse_address): add @todo about documenting address format,
14401         and allowing , and ; to be escaped
14402
14403 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
14404
14405         * dbus/Makefile.am:
14406         Add dbus-address.[ch]
14407
14408         * dbus/dbus-address.c: (dbus_address_entry_free),
14409         (dbus_address_entries_free), (create_entry),
14410         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
14411         (dbus_parse_address), (_dbus_address_test):
14412         * dbus/dbus-address.h:
14413         New files for dealing with address parsing.
14414
14415         * dbus/dbus-connection.c:
14416         Document timeout functions.
14417
14418         * dbus/dbus-message.c:
14419         Document dbus_message_new_from_message.
14420
14421         * dbus/dbus-server-debug.c:
14422         Document.
14423
14424         * dbus/dbus-server.c: (dbus_server_listen):
14425         Parse address and use correct server implementation.
14426
14427         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
14428         * dbus/dbus-string.h:
14429         New function with test.
14430
14431         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
14432         * dbus/dbus-test.h:
14433         Add address tests.
14434
14435         * dbus/dbus-transport-debug.c:
14436         Document.
14437
14438         * dbus/dbus-transport.c: (_dbus_transport_open):
14439         Parse address and use correct transport implementation.
14440
14441 2003-01-30  Havoc Pennington  <hp@pobox.com>
14442
14443         * dbus/dbus-message.c: use message->byte_order instead of
14444         DBUS_COMPILER_BYTE_ORDER throughout.
14445         (dbus_message_create_header): pad header to align the
14446         start of the body of the message to 8-byte boundary
14447
14448         * dbus/dbus-marshal.h: make all the demarshalers take const
14449         DBusString arguments.
14450
14451         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
14452         validate message args here, so we don't have to do slow validation
14453         later, and so we catch bad messages as they are incoming. Also add
14454         better checks on header_len and body_len. Also fill in
14455         message->byte_order
14456
14457         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
14458         implemented properly)
14459         (_dbus_string_validate_nul): new function to check all-nul
14460
14461         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
14462         get_arg_end_pos and remove all validation
14463         (_dbus_marshal_validate_arg): actually do validation here.
14464
14465 2003-01-29  Havoc Pennington  <hp@pobox.com>
14466
14467         * dbus/dbus-message.c (check_message_handling): fix assertion
14468         failure on set_client_serial
14469
14470 2003-01-28  Havoc Pennington  <hp@pobox.com>
14471
14472         * dbus/dbus-server-debug.c: Add doc section comments
14473
14474         * dbus/dbus-transport-debug.c: add doc section comments
14475
14476 2003-01-28  Havoc Pennington  <hp@redhat.com>
14477
14478         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
14479         the reverse order from how I had it
14480         (_dbus_string_base64_encode): reverse encoding order. I was
14481         basically byteswapping everything during encoding.
14482
14483 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
14484
14485         * dbus/dbus-connection-internal.h:
14486         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
14487         (_dbus_connection_remove_timeout):
14488         Add functions for adding and removing timeouts.
14489
14490         * dbus/dbus-message.c: (dbus_message_new_from_message):
14491         Add new function that takes a message and creates an exact
14492         copy of it, but with the refcount set to 1.
14493         (check_message_handling):
14494         Fix build error.
14495
14496         * dbus/dbus-server-protected.h:
14497         * dbus/dbus-server.c: (_dbus_server_init_base),
14498         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
14499         (dbus_server_set_timeout_functions):
14500         (_dbus_server_remove_timeout):
14501         New functions so that a server can add and remove timeouts.
14502
14503         (dbus_server_listen):
14504         Add commented out call to dbus_server_debug_new.
14505
14506         * dbus/dbus-timeout.c: (_dbus_timeout_new):
14507         Actually set the handler, doh.
14508
14509         * dbus/dbus-transport.c: (_dbus_transport_open):
14510         Add commented out call to dbus_transport_debug_client_new.
14511
14512         * dbus/Makefile.am:
14513         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
14514
14515 2003-01-28  Havoc Pennington  <hp@pobox.com>
14516
14517         * dbus/dbus-message.c (check_message_handling): function to check
14518         on the loaded message, iterates over it etc.
14519
14520 2003-01-28  Havoc Pennington  <hp@pobox.com>
14521
14522         * test/Makefile.am (dist-hook): fix make distdir
14523
14524         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
14525
14526 2003-01-27  Havoc Pennington  <hp@pobox.com>
14527
14528         * dbus/dbus-mempool.c (time_for_size): replace printf with
14529         _dbus_verbose
14530
14531         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
14532         empty lines; fix the SAVE_LENGTH stuff to be
14533         START_LENGTH/END_LENGTH so it actually works; couple other
14534         bugfixes
14535
14536         * test/Makefile.am (dist-hook): add dist-hook for .message files
14537
14538         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
14539         can be constant or locked.
14540         (_dbus_string_free): allow freeing a const string as
14541         documented/intended
14542
14543         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
14544
14545         * dbus/dbus-test-main.c (main): take an argument which is the
14546         directory containing test data
14547
14548         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
14549         argument to this and load all the messages in test/data/
14550         checking that they can be loaded or not loaded as appropriate.
14551
14552 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
14553
14554         * bus/dispatch.c: (bus_dispatch_message_handler):
14555         Dispatch messages sent to services.
14556
14557         * bus/driver.c: (bus_driver_send_service_deleted),
14558         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14559         (bus_driver_send_service_acquired):
14560         Add helper functions for sending service related messages.
14561
14562         (bus_driver_send_welcome_message):
14563         Send HELLO_REPLY instead of WELCOME.
14564
14565         (bus_driver_handle_list_services):
14566         Send LIST_SERVICES_REPLY instead of SERVICES.
14567
14568         (bus_driver_handle_own_service),
14569         (bus_driver_handle_service_exists):
14570         New message handlers.
14571
14572         (bus_driver_handle_message):
14573         Invoke new message handlers.
14574
14575         (bus_driver_remove_connection):
14576         Don't remove any services here since that's done automatically
14577         by bus_service_remove_owner now.
14578
14579         * bus/driver.h:
14580         New function signatures.
14581
14582         * bus/services.c: (bus_service_add_owner):
14583         Send ServiceAcquired message if we're the only primary owner.
14584
14585         (bus_service_remove_owner):
14586         Send ServiceAcquired/ServiceLost messages.
14587
14588         (bus_service_set_prohibit_replacement),
14589         (bus_service_get_prohibit_replacement):
14590         Functions for setting prohibit replacement.
14591
14592         (bus_service_has_owner):
14593         New function that checks if a connection is in the owner queue of
14594         a certain service.
14595
14596         * bus/services.h:
14597         Add new function signatures.
14598
14599         * dbus/dbus-list.c: (_dbus_list_test):
14600         Add tests for _dbus_list_remove_last and traversing the list backwards.
14601
14602         * dbus/dbus-list.h:
14603         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
14604         go any further, so return NULL then.
14605
14606         * dbus/dbus-protocol.h:
14607         Add new messages, service flags and service replies.
14608
14609 2003-01-26  Havoc Pennington  <hp@pobox.com>
14610
14611         * dbus/dbus-message-builder.c: implement, completely untested.
14612
14613         * test/data/*: add data to be used in testing.
14614         ".message" files are our simple loadable text format.
14615         ".message-raw" will be binary dumps of messages.
14616
14617         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
14618
14619 2003-01-26  Havoc Pennington  <hp@pobox.com>
14620
14621         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
14622
14623         * dbus/dbus-errors.c (dbus_result_to_string): add
14624         file errors
14625
14626         * dbus/dbus-message-builder.c: new file, will contain code to load
14627         up messages from files. Not implemented yet.
14628
14629 2003-01-26  Havoc Pennington  <hp@pobox.com>
14630
14631         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
14632         the sender by setting to NULL
14633
14634 2003-01-26  Havoc Pennington  <hp@pobox.com>
14635
14636         The unit tests pass, but otherwise untested.  If it breaks, the
14637         tests should have been better. ;-)
14638
14639         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
14640         the connection.
14641
14642         * dbus/dbus-message.c: redo everything so we maintain
14643         message->header as the only copy of the various fields.
14644         This avoids the possibility of out-of-memory in some cases,
14645         for example dbus_message_lock() can't run out of memory anymore,
14646         and avoids extra copying. Figured I may as well go ahead and do
14647         this since it was busted for dbus_message_lock to not return
14648         failure on OOM, and dbus_message_write_header was totally
14649         unchecked for OOM. Also fixed some random other bugs.
14650
14651         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
14652         that strings are nul-terminated. Also, end_pos can be equal
14653         to string length just not greater than, I think.
14654         (_dbus_marshal_set_int32): new function
14655         (_dbus_marshal_set_uint32): new function
14656         (_dbus_marshal_set_string): new function
14657
14658         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
14659         a warning, init timeout_list to NULL
14660         (dbus_connection_send_message): don't use uninitialized variable
14661         "serial"
14662
14663         * dbus/dbus-string.c (_dbus_string_replace_len): new function
14664
14665 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14666
14667         * bus/driver.c: (bus_driver_handle_hello),
14668         (bus_driver_send_welcome_message):
14669         Plug leaks
14670
14671 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14672
14673         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
14674         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14675         (dbus_connection_unref):
14676         * dbus/dbus-marshal.c: (_dbus_marshal_test):
14677         * dbus/dbus-message.c: (dbus_message_unref),
14678         Plug memory leaks.
14679
14680         (dbus_message_get_fields):
14681         Remove debugging printout.
14682
14683         (_dbus_message_loader_return_buffer):
14684         Don't store the header string.
14685
14686         (_dbus_message_test):
14687         Plug leaks.
14688
14689 2003-01-26  Richard Hult  <rhult@codefactory.se>
14690
14691         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
14692         the file descriptor list, since it can change under us.
14693
14694 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14695
14696         * glib/dbus-gmain.c: (dbus_connection_prepare),
14697         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
14698         (remove_watch), (dbus_connection_hookup_with_g_main):
14699         Rewrite the glib handling to use its own GSource instead of a
14700         GIOChannel so we can catch messages put in the queue while waiting
14701         for a reply.
14702
14703 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14704
14705         * bus/Makefile.am:
14706         * bus/connection.c: (connection_disconnect_handler),
14707         (connection_watch_callback), (bus_connection_setup):
14708         * bus/dispatch.c: (send_one_message),
14709         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
14710         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
14711         * bus/dispatch.h:
14712         * bus/driver.c: (bus_driver_send_service_deleted),
14713         (bus_driver_send_service_created), (bus_driver_handle_hello),
14714         (bus_driver_send_welcome_message),
14715         (bus_driver_handle_list_services), (bus_driver_remove_connection),
14716         (bus_driver_handle_message):
14717         * bus/driver.h:
14718         Refactor code, put the message dispatching in its own file. Use
14719         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
14720         is disconnected.
14721
14722 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14723
14724         * dbus/dbus-internals.h:
14725         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
14726
14727         * dbus/dbus-message.c: (dbus_message_get_sender):
14728         * dbus/dbus-message.h:
14729         Implement dbus_message_get_sender.
14730
14731         * dbus/dbus-protocol.h:
14732         Add message and service defines.
14733
14734 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14735
14736         * dbus/dbus-connection.c: (dbus_connection_send_message):
14737         * dbus/dbus-message-internal.h:
14738         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
14739         (dbus_message_write_header):
14740         Remove _dbus_messag_unlock and don't set the client serial on a
14741         message if one already exists.
14742
14743 2003-01-24  Havoc Pennington  <hp@pobox.com>
14744
14745         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
14746         list_pool
14747
14748         * bus/driver.c (bus_driver_handle_list_services): fix a leak
14749         on OOM
14750
14751 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14752
14753         * dbus/dbus-list.c: (alloc_link), (free_link):
14754         Use a memory pool for the links.
14755
14756 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14757
14758         * bus/connection.c: (bus_connection_foreach):
14759         * bus/connection.h:
14760         Add new bus_connection_foreach function.
14761
14762         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
14763         Add function that broadcasts a message to all clients.
14764
14765         (bus_driver_send_service_created), (bus_driver_handle_hello),
14766         (bus_driver_send_welcome_message),
14767         (bus_driver_handle_list_services), (bus_driver_message_handler):
14768         Implement functions that take care of listing services, and notifying
14769         clients when new services are created.
14770
14771         * bus/services.c: (bus_services_list):
14772         * bus/services.h:
14773         Add new function that returns an array of strings with the currently
14774         registered services.
14775
14776         * glib/dbus-glib.h:
14777         * glib/dbus-gmain.c:
14778         Update copyright year.
14779
14780 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14781
14782         * dbus/dbus-connection.c: (dbus_connection_send_message):
14783         Unlock the message in case it was sent earlier.
14784
14785         (dbus_connection_send_message_with_reply_and_block):
14786         Remove the reply message from the list.
14787
14788         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14789         Set array_len and new_pos correctly.
14790
14791         (_dbus_marshal_test):
14792         Remove debug output.
14793
14794         * dbus/dbus-message-internal.h:
14795         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14796         New function that returns the reply serial.
14797
14798         (_dbus_message_unlock):
14799         New function that unlocks a message and resets its header.
14800
14801         (dbus_message_append_string_array),
14802         (dbus_message_get_fields_valist),
14803         (dbus_message_iter_get_field_type),
14804         (dbus_message_iter_get_string_array),
14805         (dbus_message_get_fields),
14806         (dbus_message_append_fields_valist):
14807         Handle string arrays.
14808
14809         (dbus_message_set_sender):
14810         Make this function public since the bus daemon needs it.
14811
14812         (decode_header_data):
14813         Set the reply serial to -1 initially.
14814
14815         * dbus/dbus-message.h:
14816         Add dbus_message_set_sender.
14817
14818 2003-01-24  Havoc Pennington  <hp@pobox.com>
14819
14820         * doc/dbus-specification.sgml: add some stuff
14821
14822 2003-01-22  Havoc Pennington  <hp@pobox.com>
14823
14824         * doc/dbus-specification.sgml: Start to document the protocol.
14825
14826 2003-01-22  Havoc Pennington  <hp@pobox.com>
14827
14828         * dbus/dbus-connection.c
14829         (dbus_connection_send_message_with_reply_and_block): add some @todo
14830
14831         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14832
14833 2003-01-21  Havoc Pennington  <hp@pobox.com>
14834
14835         (patch untested because can't compile)
14836
14837         * bus/driver.c (create_unique_client_name): make this function
14838         never recycle client names. Also, caller should initialize
14839         the DBusString.
14840
14841         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14842
14843 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14844
14845         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14846         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14847         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14848         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14849         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14850         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14851         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14852         * dbus/dbus-marshal.h:
14853         * dbus/dbus-protocol.h:
14854         Add support for marshalling and demarshalling integer, double
14855         and string arrays.
14856
14857 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14858
14859         * bus/Makefile.am:
14860         Add driver.[ch]
14861
14862         * bus/connection.c: (connection_disconnect_handler):
14863         Remove the connection from the bus driver's list.
14864
14865         (connection_watch_callback): Dispatch messages.
14866
14867         (free_connection_data): Free connection name.
14868
14869         (bus_connection_setup): Add connection to the bus driver's list.
14870         (bus_connection_remove_owned_service):
14871         (bus_connection_set_name), (bus_connection_get_name):
14872         Add functions for setting and getting the connection's name.
14873
14874         * bus/connection.h:
14875         Add function headers.
14876
14877         * bus/driver.c: (create_unique_client_name),
14878         (bus_driver_handle_hello_message),
14879         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14880         (bus_driver_add_connection), (bus_driver_remove_connection):
14881         * bus/driver.h:
14882         * bus/main.c:
14883         * bus/services.c: (bus_service_free):
14884         * bus/services.h:
14885         New file that handles communication and registreation with the bus
14886         itself.
14887
14888 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14889
14890         * dbus/dbus-connection.c: (dbus_connection_send_message):
14891         Add a new client_serial parameter.
14892
14893         (dbus_connection_send_message_with_reply):
14894         Remove a @todo since we've implemented the blocking function.
14895
14896         (dbus_connection_send_message_with_reply_and_block):
14897         New function that sends a message and waits for a reply and
14898         then returns the reply.
14899
14900         * dbus/dbus-connection.h:
14901         Add new functions.
14902
14903         * dbus/dbus-errors.c: (dbus_result_to_string):
14904         * dbus/dbus-errors.h:
14905         Add new DBUS_RESULT.
14906
14907         * dbus/dbus-message-internal.h:
14908         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14909         (_dbus_message_set_sender), (dbus_message_write_header),
14910         (dbus_message_new_reply), (decode_header_data),
14911         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14912         * dbus/dbus-message.h:
14913         Add new functions that set the reply serial and sender.
14914         Also marshal and demarshal them correctly and add test.
14915
14916         * dbus/dbus-protocol.h:
14917         Add new DBUS_MESSAGE_TYPE_SENDER.
14918
14919         * glib/dbus-glib.h:
14920         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14921         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14922         (dbus_connection_hookup_with_g_main):
14923         * glib/test-dbus-glib.c: (main):
14924         Rewrite to use GIOChannel and remove the GSource crack.
14925
14926         * test/echo-client.c: (main):
14927         * test/watch.c: (check_messages):
14928         Update for changed APIs
14929
14930 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14931
14932         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14933
14934         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14935         Create a DBusTimeoutList.
14936         (dbus_connection_set_timeout_functions): Add new function to
14937         set timeout callbacks
14938
14939         * dbus/dbus-connection.h: Add public DBusTimeout API.
14940
14941         * dbus/dbus-message.c: (dbus_message_get_service):
14942         * dbus/dbus-message.h:  New function.
14943
14944         * dbus/dbus-server.c: Fix small doc typo.
14945
14946         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14947
14948 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14949
14950         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14951         of the string, just as long as specified.
14952
14953 2003-01-19  Havoc Pennington  <hp@pobox.com>
14954
14955         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14956         new function
14957
14958         * dbus/dbus-server.c (dbus_server_set_max_connections)
14959         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14960         keep track of current number of connections, and add API for
14961         setting a max (but haven't implemented enforcing the max yet)
14962
14963 2003-01-18  Havoc Pennington  <hp@pobox.com>
14964
14965         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14966         reading/writing if read_watch != NULL or write_watch != NULL.
14967
14968         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14969         the message loader code to actually load message->header and
14970         message->body into the newly-created message.
14971
14972         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14973         in OOM case
14974
14975         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14976         (dbus_connection_get_max_message_size)
14977         (dbus_connection_set_max_live_messages_size)
14978         (dbus_connection_get_max_live_messages_size): implement some
14979         resource limitation functions
14980
14981         * dbus/dbus-resources.c: new file implementing some of the
14982         resource limits stuff
14983
14984         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14985         missing docs, add @todo to handle OOM etc.
14986
14987         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14988         docs
14989
14990 2003-01-18  Havoc Pennington  <hp@pobox.com>
14991
14992         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14993         connection if it hasn't been already.
14994
14995         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14996         replace with DisconnectFunction.
14997
14998 2003-01-18  Havoc Pennington  <hp@pobox.com>
14999
15000         Building --disable-verbose-mode --disable-asserts --disable-tests
15001         cuts the library from 112K to 45K or so
15002
15003         * configure.in: check for varargs macro support,
15004         add --enable-verbose-mode, --enable-asserts.
15005
15006         * dbus/dbus-internals.h (_dbus_assert): support
15007         DBUS_DISABLE_ASSERT
15008         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
15009
15010 2003-01-18  Havoc Pennington  <hp@pobox.com>
15011
15012         * dbus/dbus-test.c: include config.h so that tests actually run
15013
15014         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
15015         so the failure mode when that assumption fails will be plenty
15016         obvious.
15017
15018 2003-01-18  Havoc Pennington  <hp@pobox.com>
15019
15020         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
15021
15022         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
15023         the distribution
15024
15025         * test/Makefile.am: don't use special variable "TESTS" for echo-*
15026         since we don't want to use those in make check
15027
15028 2003-01-15  Havoc Pennington  <hp@redhat.com>
15029
15030         Release 0.2
15031
15032         * NEWS: update
15033
15034 2003-01-15  Havoc Pennington  <hp@redhat.com>
15035
15036         * test/Makefile.am: fix so that test source code ends up in the
15037         distribution on make distcheck
15038
15039 2003-01-15  Havoc Pennington  <hp@redhat.com>
15040
15041         Release 0.1.
15042
15043         * NEWS: update
15044
15045 2003-01-15  Havoc Pennington  <hp@redhat.com>
15046
15047         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
15048         fix build when --disable-tests
15049
15050         * Makefile.am (EXTRA_DIST): put HACKING in here
15051
15052         * HACKING: document procedure for making a tarball release.
15053
15054 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
15055
15056         * bus/connection.c: (connection_error_handler),
15057         (bus_connection_setup):
15058         * bus/main.c: (main):
15059         Make sure that the DBusConnectionData struct is NULLed
15060         out to prevent a segfault.
15061
15062         * dbus/dbus-errors.c: (dbus_result_to_string):
15063         * dbus/dbus-errors.h:
15064         * dbus/dbus-message.c: (dbus_message_get_fields),
15065         (dbus_message_get_fields_valist), (_dbus_message_test):
15066         * dbus/dbus-message.h:
15067         Make dbus_message_get_fields return a result code so we can
15068         track invalid fields as well as oom.
15069
15070 2003-01-11  Havoc Pennington  <hp@pobox.com>
15071
15072         * configure.in: change --enable-test/--enable-ansi action-if-given
15073         to enable_foo=$enableval instead of enable_foo=yes
15074
15075 2003-01-08  Havoc Pennington  <hp@pobox.com>
15076
15077         * dbus/dbus-string.c (_dbus_string_align_length): new function
15078
15079         * dbus/dbus-test-main.c: move main() for test app here
15080         * dbus/dbus-test.c
15081         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
15082         symbol to run tests, because dbus-test isn't in the main
15083         library
15084
15085         Code review nitpicks.
15086
15087         * dbus/dbus-message.c (dbus_message_write_header): add newlines
15088         for people with narrow emacs ;-). Assert client_serial was filled
15089         in. Assert message->name != NULL.
15090         (dbus_message_append_fields): have "first_field_type" arg separate
15091         from va list, needed for C++ binding that also uses varargs IIRC
15092         and helps with type safety
15093         (dbus_message_new): add @todo about using DBusString to store
15094         service/name internally
15095         (dbus_message_new): don't leak ->service and ->name on OOM later
15096         in the function
15097         (dbus_message_unref): free the service name
15098         (dbus_message_get_fields): same change to varargs
15099         i.e. first_field_type
15100         (_dbus_message_loader_return_buffer): assert that the message data
15101         is aligned (if not it's a bug in our code). Put in verbose griping
15102         about why we set corrupted = TRUE.
15103         (decode_header_data): add FIXME that char* is evil.  Was going to
15104         add FIXME about evil locale-specific string.h strncmp, but just
15105         switched to wacky string-as-uint32 optimization. Move check for
15106         "no room for field name" above get_const_data_len() to avoid
15107         assertion failure in get_const_data_len if we have trailing 2
15108         bytes or the like. Check for service and name fields being
15109         provided twice. Don't leak service/name on error. Require field
15110         names to be aligned to 4 bytes.
15111
15112         * dbus/dbus-marshal.c: move byte swap stuff to header
15113         (_dbus_pack_int32): uscore-prefix
15114         (_dbus_unpack_int32): uscore-prefix
15115         (_dbus_unpack_uint32): export
15116         (_dbus_demarshal_string): add @todo complaining about use of
15117         memcpy()
15118         (_dbus_marshal_get_field_end_pos): add @todo about bad error
15119         handling allowing corrupt data to go unchecked
15120
15121 2003-01-08  Havoc Pennington  <hp@redhat.com>
15122
15123         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
15124         to the select() as needed for authentication. (should be using
15125         _dbus_poll() not select, but for another day)
15126
15127         * dbus/dbus.h: include dbus/dbus-protocol.h
15128
15129 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
15130
15131         * dbus/Makefile.am (dbusinclude_HEADERS): Install
15132         dbus-connection.h
15133
15134 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
15135
15136         * dbus/dbus-internals.c: (_dbus_type_to_string):
15137         New function that returns a string describing a type.
15138
15139         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
15140         * dbus/dbus-marshal.h:
15141         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
15142         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
15143         (dbus_message_iter_get_byte_array):
15144         * dbus/dbus-message.h:
15145         Add new convenience functions for appending and getting message fields.
15146         Also add demarshalling routines for byte arrays.
15147
15148 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15149
15150         * dbus/dbus-connection-internal.h:
15151         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
15152         (_dbus_connection_get_next_client_serial),
15153         (dbus_connection_send_message):
15154         * dbus/dbus-internals.h:
15155         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
15156         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
15157         (_dbus_marshal_uint32), (_dbus_demarshal_double),
15158         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
15159         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
15160         (_dbus_verbose_bytes), (_dbus_marshal_test):
15161         * dbus/dbus-marshal.h:
15162         * dbus/dbus-message-internal.h:
15163         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
15164         (dbus_message_write_header), (_dbus_message_lock),
15165         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
15166         (dbus_message_get_name), (dbus_message_append_int32),
15167         (dbus_message_append_uint32), (dbus_message_append_double),
15168         (dbus_message_append_string), (dbus_message_append_byte_array),
15169         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
15170         (dbus_message_iter_unref), (dbus_message_iter_has_next),
15171         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
15172         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
15173         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
15174         (decode_header_data), (_dbus_message_loader_return_buffer),
15175         (message_iter_test), (_dbus_message_test):
15176         * dbus/dbus-message.h:
15177         * dbus/dbus-protocol.h:
15178         * dbus/dbus-test.c: (main):
15179         * dbus/dbus-test.h:
15180         * glib/test-dbus-glib.c: (message_handler), (main):
15181         * test/echo-client.c: (main):
15182         * test/watch.c: (check_messages):
15183         Make messages sendable and receivable for real.
15184
15185 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15186
15187         * dbus/dbus-marshal.c: (_dbus_marshal_double),
15188         (_dbus_marshal_string), (_dbus_marshal_byte_array):
15189         * dbus/dbus-message.c: (dbus_message_append_int32),
15190         (dbus_message_append_uint32), (dbus_message_append_double),
15191         (dbus_message_append_string), (dbus_message_append_byte_array):
15192         Handle OOM restoration.
15193
15194 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15195
15196         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15197         (_dbus_demarshal_string), (_dbus_marshal_test):
15198         * dbus/dbus-marshal.h:
15199         * dbus/dbus-message.c: (dbus_message_get_name),
15200         Document these functions.
15201
15202         (dbus_message_append_int32), (dbus_message_append_uint32),
15203         (dbus_message_append_double), (dbus_message_append_string),
15204         (dbus_message_append_byte_array):
15205         * dbus/dbus-message.h:
15206         Add functions for adding message fields of different types.
15207
15208         * dbus/dbus-protocol.h:
15209         Add the different types.
15210
15211 2003-01-05  Havoc Pennington  <hp@pobox.com>
15212
15213         * bus/connection.c: implement routines for handling connections,
15214         first thing is keeping a list of owned services on each connection
15215         and setting up watches etc.
15216
15217         * bus/services.c: implement a mapping from service names to lists
15218         of connections
15219
15220         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
15221
15222         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
15223         to use static mutexes for global data
15224
15225         * dbus/dbus-connection.c (dbus_connection_set_data): add new
15226         collection of functions to set/get application-specific data
15227         on the DBusConnection.
15228
15229 2003-01-04  Havoc Pennington  <hp@pobox.com>
15230
15231         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
15232         (_dbus_poll): new function
15233
15234         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
15235         copied from GLib
15236
15237         * bus/loop.c: initial code for the daemon main loop
15238
15239 2003-01-04  Havoc Pennington  <hp@pobox.com>
15240
15241         * test/watch.c (error_handler): make it safe if the error handler
15242         is called multiple times (if we s/error handler/disconnect
15243         handler/ we should just guarantee it's called only once)
15244
15245         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
15246         error handler on disconnect (it's quite possible we should
15247         just change the error handler to a "disconnect handler," I'm
15248         not sure we have any other meaningful errors)
15249
15250         * configure.in: check for getpwnam_r
15251
15252         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
15253         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
15254         mechanism as in SASL spec, using socket credentials
15255
15256         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
15257         (_dbus_send_credentials_unix_socket): new function
15258
15259         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
15260         dbus_accept()
15261         (_dbus_write): only check errno if <0 returned
15262         (_dbus_write_two): ditto
15263
15264 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
15265
15266         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
15267         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
15268         (_dbus_marshal_test):
15269         * dbus/dbus-marshal.h:
15270         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
15271         to _dbus_marshal_utf8_string. Also fix some tests.
15272
15273 2002-12-28  Harri Porten  <porten@kde.org>
15274
15275         * configure.in: added check for C++ compiler and a very cheesy
15276         check for the Qt integration
15277
15278         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
15279
15280         * qt/Makefile.am: added
15281
15282         * qt/.cvsignore: added
15283
15284         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
15285         latter, added #ifdef QT_THREAD_SUPPORT guard.
15286
15287         * dbus/Makefile.am: added missing headers for make dist
15288
15289 2002-12-28  Kristian Rietveld  <kris@gtk.org>
15290
15291         * dbus/Makefile.am: fixup export-symbols-regex.
15292
15293 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
15294
15295         * acinclude.m4: Add this file and put the
15296         PKG_CHECK_MODULE macro in it.
15297
15298 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
15299
15300         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15301         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15302         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
15303         (_dbus_marshal_test):
15304         Make the demarshalling routines align the pos argument.
15305         Add string marshalling tests and fix the obvious bugs
15306         discovered.
15307
15308 2002-12-26  Havoc Pennington  <hp@pobox.com>
15309
15310         * dbus/dbus-auth.c: fixes fixes fixes
15311
15312         * dbus/dbus-transport-unix.c: wire up support for
15313         encoding/decoding data on the wire
15314
15315         * dbus/dbus-auth.c (_dbus_auth_encode_data)
15316         (_dbus_auth_decode_data): append to target string
15317         instead of nuking it.
15318
15319 2002-12-26  Havoc Pennington  <hp@pobox.com>
15320
15321         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
15322         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
15323         doh
15324
15325         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
15326         avoid swap_bytes() overhead (ignoring possible assembly stuff for
15327         now). Main point is because I wanted unpack_uint32 to implement
15328         _dbus_verbose_bytes
15329         (_dbus_verbose_bytes): new function
15330
15331         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
15332
15333         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
15334         mechanism to handle a corrupt message stream
15335         (_dbus_message_loader_new): fix preallocation to only prealloc,
15336         not prelengthen
15337
15338         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
15339         (_dbus_string_test): enhance tests for copy/move and fix the
15340         functions
15341
15342         * dbus/dbus-transport-unix.c: Hold references in more places to
15343         avoid reentrancy problems
15344
15345         * dbus/dbus-transport.c: ditto
15346
15347         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
15348         leak reference count in no-message case
15349
15350         * test/watch.c (do_mainloop): handle adding/removing watches
15351         during iteration over the watches. Also, ref the connection/server
15352         stored on a watch, so we don't try to mangle a destroyed one.
15353
15354         * dbus/dbus-transport-unix.c (do_authentication): perform
15355         authentication
15356
15357         * dbus/dbus-auth.c (get_state): add a state
15358         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
15359         (_dbus_auth_get_unused_bytes): append the unused bytes
15360         to the passed in string, rather than prepend
15361
15362         * dbus/dbus-transport.c (_dbus_transport_init_base): create
15363         the auth conversation DBusAuth
15364
15365         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
15366         (_dbus_transport_new_for_domain_socket): when creating a
15367         transport, pass in whether it's a client-side or server-side
15368         transport so we know which DBusAuth to create
15369
15370 2002-12-03  Havoc Pennington  <hp@pobox.com>
15371
15372         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
15373         _after_ finalizing the derived members
15374         (unix_connection_set): unref watch if we fail to add it
15375
15376         * dbus/dbus-connection.c (dbus_connection_unref): delete the
15377         transport first, so that the connection owned by the
15378         transport will be valid as the transport finalizes.
15379
15380         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
15381         if necessary, and remove watches from the connection.
15382
15383         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
15384
15385 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
15386
15387         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15388         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15389         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
15390         (_dbus_marshal_test):
15391         * dbus/dbus-marshal.h:
15392         Add string marshal functions and have the demarshal functions
15393         return the new position.
15394
15395 2002-12-25  Havoc Pennington  <hp@pobox.com>
15396
15397         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
15398         it is a simple protocol that just maps directly to SASL.
15399
15400         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
15401         initial implementation, not actually used yet.
15402
15403         * dbus/dbus-string.c (_dbus_string_find): new function
15404         (_dbus_string_equal): new function
15405         (_dbus_string_base64_encode): new function
15406         (_dbus_string_base64_decode): new function
15407
15408 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
15409
15410         * dbus/Makefile.am:
15411         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
15412         (_dbus_marshal_int32), (_dbus_marshal_uint32),
15413         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15414         (_dbus_demarshal_uint32), (_dbus_marshal_test):
15415         * dbus/dbus-marshal.h:
15416         * dbus/dbus-protocol.h:
15417         * dbus/dbus-test.c: (main):
15418         * dbus/dbus-test.h:
15419         Add un-optimized marshalling/demarshalling routines.
15420
15421 2002-12-25  Harri Porten  <porten@kde.org>
15422
15423         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
15424
15425 2002-12-24  Zack Rusin  <zack@kde.org>
15426
15427         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
15428         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
15429         main loop stuff
15430
15431 2002-12-24  Havoc Pennington  <hp@pobox.com>
15432
15433         * glib/dbus-gthread.c: fix include
15434
15435         * glib/dbus-glib.h: rename DBusMessageHandler for now.
15436         I think glib API needs to change, though, as you don't
15437         want to use DBusMessageFunction, you want to use the
15438         DBusMessageHandler object. Probably
15439         dbus_connection_open_with_g_main_loop()
15440         and dbus_connection_setup_g_main_loop() or something like that
15441         (but think of better names...) that just create a connection
15442         that has watch/timeout functions etc. already set up.
15443
15444         * dbus/dbus-connection.c
15445         (dbus_connection_send_message_with_reply): new function just to
15446         show how the message handler helps us deal with replies.
15447
15448         * dbus/dbus-list.c (_dbus_list_remove_last): new function
15449
15450         * dbus/dbus-string.c (_dbus_string_test): free a string that
15451         wasn't
15452
15453         * dbus/dbus-hash.c: use memory pools for the hash entries
15454         (rebuild_table): be more paranoid about overflow, and
15455         shrink table when we can
15456         (_dbus_hash_test): reduce number of sprintfs and write
15457         valid C89. Add tests for case where we grow and then
15458         shrink the hash table.
15459
15460         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
15461
15462         * dbus/dbus-connection.c (dbus_connection_register_handler)
15463         (dbus_connection_unregister_handler): new functions
15464
15465         * dbus/dbus-message.c (dbus_message_get_name): new
15466
15467         * dbus/dbus-list.c: fix docs typo
15468
15469         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
15470         an object representing a handler for messages.
15471
15472 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15473
15474         * glib/dbus-glib.h:
15475         * glib/dbus-gthread.c: (dbus_gthread_init):
15476         Don't use the gdbus prefix for public functions.
15477
15478 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15479
15480         * Makefile.am:
15481         * configure.in:
15482         Add GLib checks and fixup .pc files
15483
15484         * glib/Makefile.am:
15485         * glib/dbus-glib.h:
15486         * glib/dbus-gmain.c: (gdbus_connection_prepare),
15487         (gdbus_connection_check), (gdbus_connection_dispatch),
15488         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
15489         (dbus_connection_gsource_new):
15490         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
15491         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
15492         * glib/test-dbus-glib.c: (message_handler), (main):
15493         Add GLib support.
15494
15495 2002-12-15  Harri Porten  <porten@kde.org>
15496
15497         * autogen.sh: check for libtoolize before attempting to use it
15498
15499         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
15500         struct.
15501
15502         * .cvsignore: ignore more stamp files
15503
15504         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
15505
15506         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
15507         without make install.
15508
15509 2002-12-15  Havoc Pennington  <hp@pobox.com>
15510
15511         * dbus/dbus-threads.c: add thread stubs that a higher library
15512         layer can fill in. e.g. the GLib wrapper might fill them in with
15513         GThread stuff. We still need to use this thread API to
15514         thread-safe-ize the library.
15515
15516 2002-12-12  Havoc Pennington  <hp@pobox.com>
15517
15518         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
15519         below new interfaces and include fewer system headers.
15520
15521         * dbus/dbus-sysdeps.c (_dbus_read): new function
15522         (_dbus_write): new function
15523         (_dbus_write_two): new function
15524         (_dbus_connect_unix_socket): new function
15525         (_dbus_listen_unix_socket): new function
15526
15527         * dbus/dbus-message-internal.h: change interfaces to use
15528         DBusString
15529
15530 2002-12-11  Havoc Pennington  <hp@pobox.com>
15531
15532         * dbus/dbus-types.h: add dbus_unichar
15533
15534         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
15535
15536         * dbus/dbus-connection.c (dbus_connection_send_message): return
15537         TRUE on success
15538
15539         * dbus/dbus-transport.c: include dbus-watch.h
15540
15541         * dbus/dbus-connection.c: include dbus-message-internal.h
15542
15543         * HACKING: add file with coding guidelines stuff.
15544
15545         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
15546         handling here, for security purposes (as in vsftpd). Not actually
15547         using this class yet.
15548
15549         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
15550         system/libc usage here, as in vsftpd, for ease of auditing (and
15551         should also simplify portability). Haven't actually moved all the
15552         system/libc usage into here yet.
15553
15554 2002-11-25  Havoc Pennington  <hp@pobox.com>
15555
15556         * dbus/dbus-internals.c (_dbus_verbose): fix to not
15557         always print the first verbose message.
15558
15559 2002-11-24  Havoc Pennington  <hp@pobox.com>
15560
15561         * test/echo-client.c, test/echo-server.c: cheesy test
15562         clients.
15563
15564         * configure.in (AC_CHECK_FUNCS): check for writev
15565
15566         * dbus/dbus-message.c (_dbus_message_get_network_data): new
15567         function
15568
15569         * dbus/dbus-list.c (_dbus_list_foreach): new function
15570
15571         * dbus/dbus-internals.c (_dbus_verbose): new function
15572
15573         * dbus/dbus-server.c, dbus/dbus-server.h: public object
15574         representing a server that listens for connections.
15575
15576         * dbus/.cvsignore: create
15577
15578         * dbus/dbus-errors.h, dbus/dbus-errors.c:
15579         public API for reporting errors
15580
15581         * dbus/dbus-connection.h, dbus/dbus-connection.c:
15582         public object representing a connection that
15583         sends/receives messages. (Same object used for
15584         both client and server.)
15585
15586         * dbus/dbus-transport.h, dbus/dbus-transport.c:
15587         Basic abstraction for different kinds of stream
15588         that we might read/write messages from.
15589
15590 2002-11-23  Havoc Pennington  <hp@pobox.com>
15591
15592         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
15593         _DBUS_INT_MAX
15594
15595         * dbus/dbus-test.c (main): add list test, and include
15596         dbus-test.h as intended
15597
15598         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
15599         (_dbus_hash_table_remove_int): return value indicates
15600         whether the entry existed to remove
15601
15602         * dbus/dbus-list.c: add linked list utility class,
15603         with docs and tests
15604
15605         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
15606         array sometimes.
15607
15608 2002-11-23  Havoc Pennington  <hp@pobox.com>
15609
15610         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
15611         DBUS_END_DECLS to nothing, that should fix this once and for all
15612
15613         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
15614
15615         * dbus/dbus-message.c, dbus/dbus-hash.c:
15616         add some missing @brief
15617
15618 2002-11-23  Havoc Pennington  <hp@pobox.com>
15619
15620         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
15621         to avoid confusing Doxygen
15622
15623         * dbus/dbus-hash.c: @} not }@
15624
15625         * dbus/dbus-message.c (struct DBusMessage): split out
15626         internals docs
15627
15628 2002-11-23  Havoc Pennington  <hp@pobox.com>
15629
15630         * configure.in: pile on more warning flags if using gcc
15631
15632         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
15633         to document static functions
15634
15635         * configure.in: add summary to end of configure so it
15636         looks nice and attractive
15637
15638         * dbus/dbus-hash.c: finish implementation and write unit
15639         tests and docs
15640
15641         * configure.in: add --enable-tests to enable unit tests
15642
15643         * dbus/dbus-test.c: test program to run unit tests
15644         for all files in dbus/*, initially runs a test for
15645         dbus-hash.c
15646
15647         * dbus/dbus-internals.h: file to hold some internal utility stuff
15648
15649 2002-11-22  Havoc Pennington  <hp@redhat.com>
15650
15651         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
15652         "ported" away from Tcl
15653
15654         * dbus/dbus-types.h: header for types such as dbus_bool_t
15655
15656 2002-11-22  Havoc Pennington  <hp@redhat.com>
15657
15658         * dbus/dbus.h: fixups for doc warnings
15659
15660         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
15661         macros
15662         (QUIET): make it quiet so we can see warnings
15663
15664         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
15665
15666 2002-11-22  Havoc Pennington  <hp@redhat.com>
15667
15668         * Makefile.am: include "Doxyfile" target in all-local
15669
15670         * configure.in: generate the Doxyfile
15671
15672         * Doxyfile.in: move Doxyfile here, so we can use
15673         configure to generate a Doxyfile with the right
15674         version number etc.
15675
15676 2002-11-22  Havoc Pennington  <hp@redhat.com>
15677
15678         * dbus/dbus-message.c: move inline docs into .c file
15679
15680         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
15681         so all docs are under doc/
15682         (MAN_EXTENSION): generate man pages. Use extension
15683         ".3dbus" which matches ".3qt" on my system,
15684         I guess this is OK, I don't know really.
15685         (FILE_PATTERNS): look for .c files not .h, makes sense
15686         for plain C I think
15687
15688 2002-11-22  Havoc Pennington  <hp@pobox.com>
15689
15690         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
15691         because any app can be a server, and any app can be a client,
15692         the bus is a special kind of server.
15693
15694 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
15695
15696         * Doxyfile : adding. Still needs Makefile rules to be generated
15697         automatically (just run "doxygen" in the toplevel dir for now to
15698         generate docs)
15699
15700         * dbus/dbus-message.h : Adding sample docs (javadoc since
15701         resembles gtk-doc a little more)
15702
15703         * dbus/dbus.h : Adding sample docs
15704
15705 2002-11-21  Havoc Pennington  <hp@redhat.com>
15706
15707         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
15708         so we can allow ourselves to include files directly,
15709         instead of having to use dbus.h
15710
15711         * dbus/dbus.h: fill in
15712
15713         * dbus/dbus-message.h: sketch out a sample header file.
15714         Include griping if you include it directly instead of
15715         via dbus.h
15716
15717         * dbus/dbus-macros.h: new file with macros for extern "C",
15718         TRUE/FALSE, NULL, etc.
15719
15720         * doc/file-boilerplate.c: put include guards in here
15721
15722 2002-11-21  Havoc Pennington  <hp@redhat.com>
15723
15724         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
15725
15726         * COPYING: include the GPL as well, and license code
15727         under both AFL and GPL.
15728
15729 2002-11-21  Havoc Pennington  <hp@redhat.com>
15730
15731         * acconfig.h: get rid of this
15732
15733         * autogen.sh (run_configure): add --no-configure option
15734
15735         * configure.in: remove AC_ARG_PROGRAM to make
15736         autoconf complain less. add AC_PREREQ.
15737         add AC_DEFINE third arg.
15738
15739 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
15740
15741         * doc/Makefile.am:
15742         Fix references so we can distcheck.
15743
15744 2002-11-21  Havoc Pennington  <hp@redhat.com>
15745
15746         * Initial module creation
15747