* dbus/dbus-server.c (listen_funcs): _dbus_server_listen_platform_specific is empty...
[platform/upstream/dbus.git] / ChangeLog
1 2007-05-19  Ralf.Habacker  <ralf.habacker@freenet.de>
2
3         * dbus/dbus-server.c (listen_funcs): 
4         _dbus_server_listen_platform_specific is emtpy on win32, 
5         limited to unix only.
6
7         * dbus/dbus-server.c (valid_addresses): limit unix 
8         only addresses to unix. 
9
10 2007-05-18  Havoc Pennington  <hp@redhat.com>
11
12         * doc/dbus-specification.xml: add a GetAll to the Properties
13         interface.
14
15 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
16  
17         * bus\config-parser.c (test_default_session_servicedirs):
18         win32 fix.
19
20 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
21  
22         * configure.in: define constant DBUS_UNIX.
23
24 2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
25
26         * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
27         compile fix for MS Platform SDK 6 
28         patch from Michael Luschas <mluschas@gmail.com>
29
30 2007-05-10  John (J5) Palmieri <johnp@redhat.com>
31
32         * dbus-1.pc.in: add daemondir to pc file
33         patch from Brian Cameron <brian.cameron at sun.com>
34
35 2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
36
37         * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
38         interface and the corresponding /o/fd/DBus/Local object path;
39         describe them as reserved and forbid using them in a sent message,
40         mentioning that in the reference implementation this will cause the
41         connection to be dropped. Patch approved by Havoc.
42
43 2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
44
45         * cmake/: don't install test applications and service files,
46         moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
47
48 2007-04-27  Havoc Pennington  <hp@redhat.com>
49
50         * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
51         Tobias Nygren, checking pointer to fd vs. 0 rather than checking
52         the fd itself
53
54 2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
55
56         * cmake/: added debug postfixes to debug exe's for 
57         easier debugging.
58         * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
59         print error code in case no string message is available.
60
61 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
62
63         * dbus/dbus-message-util.c, dbus/dbus-message.c,
64         dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
65         byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
66         approved by Havoc Pennington.
67
68 2007-04-03  Timo Hoenig  <thoenig@suse.de>
69
70         * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
71           length address.
72         * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
73           length address.
74
75 2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
76
77         * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
78
79 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
80
81         * cmake/modules/FindExpat.cmake: fix package detection on win32.
82
83         * README.win: update install instructions. 
84
85 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
86
87         * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
88         new prototyp
89         (_DBUS_PATH_SEPARATOR): new macro. 
90
91         * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
92         from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
93
94 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
95
96         * bus/config-parser.c, bus/policy.c,  
97         bus/policy.h, bus/dbus-daemon.1.in,
98         bus/session.conf.in: added eavesdrop support 
99         for replies - patch by olli.salli at collabora.co.uk
100         approved by Havoc Pennington. 
101
102 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
103
104         * dbus\dbus-sysdeps-win-thread.c: renamed to 
105         dbus-sysdeps-thread-win.c, it is a platform depending file 
106         similar to dbus-sysdeps-pthread.c.
107
108 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
109
110         * cmake\doc\CMakeLists.txt: added prelimary xml doc 
111         support, needs cmake Find script.
112
113 2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
114
115         * cmake: add doxygen support
116
117 2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
118
119         * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
120
121 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
122
123         * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
124         win32 compile fix. 
125
126 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
127
128         * dbus-win.patch: removed obsolate patches. 
129
130 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
131
132         * dbus/dbus-sysdeps-win.c: added zero byte sending 
133         and receiving after connection start up
134
135 2007-03-11  Havoc Pennington  <hp@redhat.com>
136
137         * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
138         formatting problem
139
140         * Mostly fix the DBusPipe mess.
141         - put line break after function return types
142         - put space before parens
143         - do not pass structs around by value
144         - don't use dbus_strerror after calling supposedly cross-platform
145         api
146         - don't name pipe variables "fd"
147         - abstract special fd numbers like -1 and 1
148
149 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
150
151         * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
152         dbus/dbus-sysdeps-util-win.c: renamed functions 
153         _dbus_xxx_file() to _dbus_file_xxx() to reflect 
154         struct name DBusFile. 
155
156 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
157
158         * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
159         fix _dbus_pid_fd check. 
160
161 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
162
163         * tools/dbus-print-message.c (print_message):
164         added printing of the reply serial to method returns and 
165         errors, so you can actually figure out the message/reply 
166         pairs - patch by olli.salli at collabora.co.uk.
167
168 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
169
170         * dbus-win.patch: removed committed patches. 
171
172 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
173
174         * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
175         dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
176         dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
177         dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
178         completed _dbus_pipe support. 
179
180 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
181
182         * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
183         changed type or port to pointer, because the port is given back.
184
185         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
186         implemented returning tcp port. Skipping port parameter
187         and non integer port values in config <listen> statement
188         needs more effort.
189
190         * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
191         (_dbus_listen_tcp_socket): return the real used tcp port.
192
193         * bus/dbus-daemon.1.in: added <listen> tcp examples
194
195 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
196
197         * cmake/config.h.cmake: win32 msvc bug fix
198
199 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
200
201         * cmake/config.h.cmake: fixed DBUS_WINxx defines,
202         using _WINCE does not work.
203
204 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
205
206         * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
207         committed.
208
209 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
210
211         * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
212         rename pipe related write() function calls to _dbus_write_pipe().
213
214 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
215
216         * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
217         uses DBUS_WIN for alls win32 related #ifdefs, 
218         some minor cleanups
219
220 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
221
222         * dbus-win.patch: updated patch for bus/dispatch.c.
223
224 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
225
226         * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,
227         dbus_connection_get_unix_process_id): Let return them valid user id's, 
228         otherwise bus-test fails. How to replace on win32 ?.
229         
230         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir):
231         fix memory leak.
232
233 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
234
235         * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error):
236         use dbus friendly error name.
237         (fill_win_user_info_homedir): print user name in error case too.
238
239 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
240
241         * cmake/ConfigureChecks.cmake: fixed socketpair check
242
243 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
244
245         * bus/dispatch.c: disabled segfault test on win32 for now
246
247 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
248
249         * configure.in, cmake/ConfigureChecks.cmake: added check 
250         for setrlimit. 
251         * test/test-segfault.c: only include setrlimit stuff only 
252         when available.  
253
254 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
255
256         * test/test-segfault.c: unix compile fix.
257         * dbus-win.patch: removed obsolate patches.
258
259 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
260
261         * bus/activation.c: removed obsolate include header.
262         * test/test-segfault.c: win32 compile fix, rlimit 
263         isn't available on win32.
264         * dbus-win.patch: removed some more patches, they
265         are applied or obsolate 
266
267 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
268
269         * bus-win.patch: fixes unix listen problems, dbus-test 
270         now runs.
271
272 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
273
274         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
275         cmake/CMakeLists.txt: win32 compile fix
276
277 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
278
279         * dbus-win.patch, README.win: added available win32 
280         patches from windbus project (http://sf.net/projects/windbus)
281
282 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
283
284         * bus/activation.c: (bus_activation_activate_service):
285         fixed call to _dbus_spawn_async_with_babysitter().
286
287 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
288
289         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
290         added environment pointer as function parameter, used on win32.
291
292         * test/spawn-test.c: fixed call to above mentioned function.
293
294 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
295
296         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
297         added configure check for unistd.h.
298
299 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
300
301         * test/Makefile.am: fixed test data copy problem in 
302         out of source build, when sources came from svn or cvs. 
303
304 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
305
306         * dbus/*-win.*,bus/*-win.*: added win32 platform related
307         files. These files are only added to the cmake build system.  
308         The missing dbus-win.patch file will be added later. 
309
310 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
311
312         * cmake: new directory, contains cmake build support.
313         See http://www.cmake.org for more informations.
314         Currently only unix will be buildable because some 
315         win32 required files are still missing. 
316
317 2007-03-03  Thiago Macieira  <thiago@kde.org>
318
319         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
320         output and add it to the DBusError message we return.
321
322         * tools/dbus-launch.1:
323         * tools/dbus-launch.c: Add option --close-stderr to, well,
324         close stderr before starting dbus-daemon.
325
326 2007-01-31  Havoc Pennington  <hp@redhat.com>
327
328         * bus/dbus-daemon.1.in: write a section in the man page on running
329         a test daemon for debugging purposes
330
331 2007-01-26  Havoc Pennington  <hp@redhat.com>
332
333         * bus/session.conf.in: override all the default limits with much
334         higher limits on the session bus, there is no reason the session
335         bus should have low limits
336
337         * bus/config-parser.c (bus_config_parser_new): increase default
338         limits so they are less likely to be hit; in particular the max
339         replies per connection was way too low
340
341 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
342
343         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
344         a pointer to the tutorial maintained as part of dbus-python
345
346 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
347
348         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
349         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
350         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
351
352 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
353
354         * tools/dbus-monitor.c: gettimeofday() is not available 
355         on windows so we have to provide our own. It's taken from 
356         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
357
358 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
359
360         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
361         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
362         is in dbus-sysdeps-win.c (not in this patch).
363
364         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
365         with InterlockedInc/Decrement. 
366         - Patches from Christian Ehrlicher
367         
368 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
369
370         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
371
372 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
373
374         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
375         fix mispaced const statement. - Patch from Peter Kümmel
376
377 2006-12-19  Ray Strode  <rstrode@redhat.com>
378
379         * bus/bus.c (process_config_every_time):
380         don't overwrite existing bus context activation object
381         until after we've checked that the new activation is
382         valid.
383
384         * bus/main.c 
385         (signal_handler), (handle_reload_watch):
386         don't call exit() on failure, instead make do and keep
387         going.
388         (close_reload_pipe): new function to turn off
389         hangup-causes-config-reload behavior if an unexpected
390         error occurs
391
392 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
393
394         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
395         correctness fix. - Patch from Christian Ehrlicher
396
397 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
398
399         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
400         we should also use it. - Patch from Christian Ehrlicher
401
402 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
403   
404         * dbus-sysdeps-util.c: added win32 related tests
405
406 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
407
408         * dbus/dbus-string.c (_dbus_string_pop_line),
409         bus/desktop-file.c (parse_section_start,
410         parse_comment_or_blank,parse_key_value,): uses
411         _dbus_string_find_eol() to support platform independent eol style.
412
413 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
414
415         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
416         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
417               _dbus_string_find_eol().
418         Approved by: Havoc Pennington.
419
420 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
421
422         * configure.in: Added switch to disable user_database caching.
423
424         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
425         be able disable user_dabase caching.
426
427 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
428
429         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
430         struct. It is unnecessary we have a global one already. Also remove 
431         bus_context_get_user_database function, it is no longer needed.
432         Flush the global database on reload.
433
434         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
435         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
436
437         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
438         Add _dbus_user_database_flush_system. 
439         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
440         Small unrelated change in _dbus_is_a_number: change 
441         _dbus_string_parse_int to _dbus_string_parse_uint. 
442
443         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
444         _dbus_groups_from_uid.
445
446         * bus/policy.c, bus/policy.h: Change call to 
447         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
448         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
449         needs it.
450
451 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
452
453         * bus/signal.c: Fix match_rule_equal errata
454         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
455         <kimmo.hamalainen@nokia.com>)
456
457 2006-11-19  Thiago Macieira  <thiago@kde.org>
458
459         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
460         _dbus_pthread_condvar_wait,
461         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
462         pthread_self() after coming back from a conditional variable
463         wait as well as in one codepath where it was forgotten.
464         Approved by: Havoc Pennington.
465
466 2006-11-17  Havoc Pennington  <hp@redhat.com>
467
468         * update-dbus-docs.sh: allow setting fd.org username via env
469         variable. Make it run autogen with --enable-xml-docs=yes
470         --enable-doxygen-docs=yes so configure will fail if the required
471         tools are missing.
472
473 2006-11-17  Havoc Pennington  <hp@redhat.com>
474
475         * doc/dbus-faq.xml: minor FAQ tweaks
476
477 2006-11-14  Havoc Pennington  <hp@redhat.com>
478         
479         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
480         dbus_get_local_machine_id() to its own file, no substantive
481         changes. There are a couple other things we might want to add that
482         are "misc" so moving out of dbus-connection.[hc] which is big
483         enough already.
484         
485 2006-11-14  Havoc Pennington  <hp@redhat.com>
486
487         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
488         UUID had the timestamp last, but the implementation had it first;
489         move it to last since I think it's a tiny bit nicer (easier to
490         compare at a glance, faster to sort, less code), and will not
491         cause any practical compatibility problems. Also, always convert
492         the timestamp to big endian.
493
494         * doc/dbus-specification.xml: Clean up the docs on the UUID.
495
496         * tools/dbus-uuidgen.1: more prominently say it is not suitable
497         as a replacement for regular uuidgen/RFC4122.
498
499 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
500
501         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
502         the correct value so we don't assert when initalizing recursive threads
503
504         * test/name-test/test-thread-init.c: call dbus_threads_init_default
505         instead of _dbus_threads_init_debug since it is more of a real world
506         test
507
508 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
509
510         * Released 1.0.0
511
512 2006-11-09  John (J5) Palmieri  <johnp@redhat.com>
513
514         * AUTHORS: added Peter and Tor of windows porting fame
515
516 2006-11-08  Havoc Pennington  <hp@redhat.com>
517
518         * doc/dbus-specification.xml: add a note about protocol stability
519
520         * doc/TODO: Remove "important for 1.0" section, replace with
521         "important for 1.2" section
522         
523 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
524
525         * README: remove some of the out of date flags
526
527         * doc/TODO: Remove todo items which are done
528
529 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
530
531         * tools/dbus-monitor.c: Handle sigint so we flush stdout
532         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
533
534 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
535
536         * tools/dbus-monitor.1: update the manpage for dbus-monitor
537         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
538
539 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
540
541         * AUTHORS: Update with all people listed in the ChangeLog
542
543 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
544
545         * tools/dbus-monitor.c: add profiling tools to dbus-monitor
546         (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
547
548 2006-11-07  Havoc Pennington  <hp@redhat.com>
549
550         * HACKING: Update release instructions to include stuff about
551         stable releases, branching, etc. May not be totally correct,
552         please fix if needed, but keep instructions up-to-date so we do
553         each stable release consistently in the future.
554
555 2006-11-07  Havoc Pennington  <hp@redhat.com>
556
557         * doc/dbus-specification.xml, doc/dbus-faq.xml, README: various
558         documentation updates. Bump faq/spec versions (not to 1.0; I don't
559         think the spec will be "finished"/1.0 when we ship the 1.0 library).
560
561 2006-11-06  John (J5) Palmieri  <johnp@redhat.com>
562
563         * bus/bus.c: Missed patch - pass in the context to the directory watch
564
565 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
566
567         * Released D-Bus 1.0 RC 3(0.95)
568
569 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
570
571         * bus/activation.c (bus_activation_new): don't fail if we can not read
572         the directory as it may not exist
573
574 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
575
576         * bus/config-parser.c (service_dirs_find_dir): use 
577         _dbus_list_get_next_link so we don't get stuck in an infinite loop
578         (start_busconfig_child): move processing of standard_session_servicedirs
579         tags here because they have no content
580         (bus_config_parser_content): check we don't have content in 
581         standard_session_servicedirs tag
582
583 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
584
585         * tools/Makefile.am: Make sure the /var/lib/dbus directory is created
586         Packagers need to own this directory
587
588 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
589
590         * tools/run-with-tmp-session-bus.sh: fixed script to replace the 
591         <standard_session_servicedirs> tag with a <sevicedir> tag that
592         points to the test service directory
593
594 2006-11-02  John (J5) Palmieri  <johnp@redhat.com>
595
596         * configure.in: Add a check for DIR *dirp->dd_fd
597
598         * dbus/dbus-sysdeps-util-unix: if HAVE_DDFD is defined use 
599         DIR *dirp->dd_fd else use DIR *dirp->__dd_fd.  This takes care
600         of both Solaris and Irix
601
602 2006-11-01  Havoc Pennington  <hp@redhat.com>
603
604         * bus/dbus-daemon.1.in: document standard_session_servicedirs
605
606 2006-11-01  John (J5) Palmieri  <johnp@redhat.com>
607
608         * configure.in: expose DBUS_DATADIR
609         
610         * bus/config-parser.c: add the standard_session_servicedirs element
611         to the parser
612         (bus_config_parser_content): process the standard_session_servicedirs
613         element by getting the standard directories from sysdeps and merging
614         them into the service directory list
615         (test_default_session_servicedirs): make sure we get what we expect
616
617         * bus/session.conf.in: replace the servicedir tag with the 
618         standard_session_servicedirs tag
619
620         * dbus/dbus-list.h: remove the typedef of DBusList and place it in
621         dbus-sysdeps.h to avoid circular header dependencies
622
623         * dbus/dbus-sysdeps.h: add the typedef of DBusList
624
625         * dbus/dbus-sysdeps-unix.c (split_paths_and_append): utility function
626         which takes a string of directories delimited by colons, parses them 
627         out, appends a suffix and puts them in a list ignoring empty elements
628         (_dbus_get_standard_session_servicedirs): returns the standard 
629         directories for a session bus to look for service activation files
630         on Unix which includes the XDG_DATA_HOME, XDG_DATA_DIRS and 
631         DBUS_DATADIR directories
632
633         * test/data/valid-config-files/many-rules.conf: add the 
634         standard_session_servicedirs tag to the valid config file tests
635
636 2006-10-30  Havoc Pennington  <hp@redhat.com>
637
638         * tools/dbus-launch.1, doc/TODO: capture intent to change the
639         command line options of dbus-launch a bit post 1.0
640
641 2006-10-27  Havoc Pennington  <hp@redhat.com>
642         
643         * dbus/dbus-connection.c (dbus_connection_open_private): document
644         how to choose shared vs. private connections
645
646 2006-10-27  Havoc Pennington  <hp@redhat.com>
647
648         * dbus/dbus-test.c: enclose more of the file in the
649         DBUS_BUILD_TESTS check.
650
651         * dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
652         DBUS_DISABLE_ASSERT case.
653
654         * dbus/dbus-connection.c (dbus_connection_get_unix_user): document
655         that it only works on the server side
656
657         * dbus/dbus-bus.c: add a global lock covering the BusData we
658         attach to each connection
659         (internal_bus_get): lock our access to the BusData
660         (dbus_bus_register): lock the entire registration process
661         with _DBUS_LOCK(bus_datas). If we get the lock and 
662         registration is already complete, silently return (vs. previous
663         behavior of aborting).
664         (dbus_bus_set_unique_name): lock the BusData
665         (dbus_bus_get_unique_name): lock the BusData
666
667 2006-10-27  John (J5) Palmieri  <johnp@redhat.com>
668
669         * bus/config-parser.c (service_dirs_find_dir, 
670         service_dirs_append_unique_or_free, 
671         service_dirs_append_link_unique_or_free): New static methods
672         for only appending unique service directory names into
673         the service directory list
674         (merge_included, bus_config_parser_content): Only add unique
675         service directory names into the list
676
677 2006-10-27  Havoc Pennington  <hp@redhat.com>
678
679         * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
680         variables volatile, suggested by Thiago. Document struct fields.
681         (PTHREAD_CHECK): remove pthread error checking if assertions are
682         disabled, should reduce the no-assertions case to the bare
683         minimum code.
684
685 2006-10-26  Havoc Pennington  <hp@redhat.com>
686         
687         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
688         to be recursive
689         (_dbus_pthread_mutex_unlock): make it recursive
690         (_dbus_pthread_condvar_wait): save/restore the recursion count
691         (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
692
693 2006-10-26  Havoc Pennington  <hp@redhat.com>
694
695         * doc/dbus-specification.xml: clarify the UUID text slightly
696
697         * dbus/dbus-sysdeps-pthread.c: check for and mostly abort on
698         pthread errors. Add DBusMutexPThread and DBusCondVarPThread 
699         in preparation for being able to extend them for e.g. recursive
700         mutexes.
701
702 2006-10-26  Havoc Pennington  <hp@redhat.com>
703
704         * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how 
705         condition variables relate to recursive mutexes.
706         
707         * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, 
708         dbus/dbus-threads.c: Split the platforms-specific thread 
709         implementations into their own files.
710         
711         * dbus/dbus-sysdeps-pthread.c
712         (_dbus_pthread_condvar_wait_timeout): invert the return value, it
713         was backward. Not that anything uses it.
714
715 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
716
717         * dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
718         LOCAL_CREDS vs CMSGCRED stuff a bit.  Prefer CMSGCRED.  This
719         needs to be cleaned up more.
720
721         * doc/TODO: Add a todo that *BSD hackers should look at cleaning
722         up the CREDS issue.
723
724 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
725
726         * configure.in, dbus-1.pc.in: Check to see if thread methods 
727         are in glibc or libpthread and add -lpthread to the link stage 
728         if it is the latter
729
730 2006-10-26  Thiago Macieira  <thiago@kde.org>
731
732         * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
733         bug 8780: the connection lock is only required while recording
734         the shared connection, so protect only that code
735         section. Don't require connection_lookup_shared to return a
736         locked connection.
737
738 2006-10-26  Thiago Macieira  <thiago@kde.org>
739
740         * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
741         check if get_machine_uuid() returns NULL before proceeding any
742         further: we can't init the X atoms or create a session file
743         name if there is no machine ID.
744         This solves a crash reported by some users if
745         --exit-with-session was used without --autolaunch=<machine-id>
746
747 2006-10-26  John (J5) Palmieri  <johnp@redhat.com>
748
749         * tools/dbus-launch.c (main): run the dbus-daemon in the builddir
750         if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set
751
752         * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY
753         before we run dbus-launch
754
755         * configure.in: define TEST_BUS_BINARY to be the full path to 
756         dbus-daemon in the build root 
757
758 2006-10-25  Sjoerd Simons  <sjoerd@luon.net>
759
760         * dbus/Makefile.am:
761         * tools/Makefile.am:
762         * toos/dbus-uuidgen.1:
763                 Move the machine-id file to /var/lib/dbus 
764
765 2006-10-24  David Zeuthen  <davidz@redhat.com>
766
767         * dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's
768         _dbus_assert (thread_init_generation != _dbus_current_generation)
769         not _dbus_assert (thread_init_generation == _dbus_current_generation)
770
771 2006-10-24  Thiago Macieira  <thiago@kde.org>
772
773         * dbus/dbus-sysdeps.h:
774         * dbus/dbus-sysdeps-unix.c: Add function
775         _dbus_make_file_world_readable that chmods a file to 0644.
776
777         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
778         Avoid writing to the static "argv" array, thereby avoiding a
779         COW on the child process.
780
781         * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
782         call _dbus_make_file_world_readable on the created file.
783
784 2006-10-23  David Zeuthen  <davidz@redhat.com>
785
786         * dbus/dbus-memory.c: Use atomic variable to protect
787         n_blocks_outstanding otherwise OOM will be reported using SMP on
788         some arches
789         
790         * bus/dispatch.c: Add missing end of line characters
791
792         * bus/desktop-file.c (parse_section_start, parse_key_value) 
793         (bus_desktop_file_load): Propertly handle OOM
794
795         * dbus/dbus-threads.c (init_uninitialized_locks): Check that
796         thread_init_generation equals _dbus_current_generation, not 0
797
798 2006-10-22  Havoc Pennington  <hp@redhat.com>
799
800         * dbus/dbus-connection-internal.h: move prototype of
801         _dbus_bus_notify_shared_connection_disconnected_unlocked() here so
802         it isn't in a public header and doesn't end up in the DBusBus
803         group in Doxygen
804
805 2006-10-21  Havoc Pennington  <hp@redhat.com>
806
807         * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
808         the tarball if packagers want to run it
809
810         * cleanup-man-pages.sh: Add a script which munges all the internal
811         API man pages out of the Doxygen output. This reduces the size of
812         the installed man pages from 7 to 2 megs, and avoids
813         namespace-polluting pages. Right now (like Doxygen) this script
814         isn't in the build, it's something packagers can do manually.
815
816 2006-10-21  Havoc Pennington  <hp@redhat.com>
817
818         * dbus/dbus-connection.h: don't include the watch/timeout
819         functions in connection section
820
821 2006-10-21  Havoc Pennington  <hp@redhat.com>
822
823         * Documentation! Whee! Doxygen now 100% silent. If you make it
824         angry again, you will be punished.
825         
826 2006-10-21  Havoc Pennington  <hp@redhat.com>
827
828         * More documentation - all public API now documented according to
829         Doxygen
830
831 2006-10-21  Havoc Pennington  <hp@redhat.com>
832
833         * Document a bunch of undocumented stuff
834         
835 2006-10-21  Havoc Pennington  <hp@redhat.com>
836
837         * Clean up Doxygen group markers for public API so Doxygen finds
838         everything (not comprehensively fixed for private API).
839         Means all remaining Doxygen warnings are just about missing docs
840         and thus pretty simple to resolve.
841         
842 2006-10-21  Havoc Pennington  <hp@redhat.com>
843         
844         * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
845
846         * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() 
847         as DBUS_GNUC_DEPRECATED
848
849 2006-10-21  Havoc Pennington  <hp@redhat.com>
850
851         * Move all private API into the private Doxygen group sections of
852         the files, so they don't show up in the public API docs
853         
854 2006-10-21  Havoc Pennington  <hp@redhat.com>
855
856         * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
857         dbus_message_iter_get_array_len().
858
859         * throughout: documentation improvements.
860
861 2006-10-20  Havoc Pennington  <hp@redhat.com>
862
863         * doc/TODO: remove the int64 thing from 1.0 since it doesn't
864         matter, and the message-loader-breaker thing since nobody is going
865         to do it.  Add an item to 1.0 about supporting recursive locks
866         in dbus_threads_init_default() though, since it should be easy.
867
868         * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
869         Fix this in the !dispatch case to avoid busy-looping after
870         disconnection
871
872         * More misc docs improvements
873
874 2006-10-19  Havoc Pennington  <hp@redhat.com>
875
876         * more Doxygen-related fixes (lots of moving things from the
877         public to internal section in dbus-connection.c)
878
879 2006-10-19  Havoc Pennington  <hp@redhat.com>
880
881         * Fix a pile of Doxygen warnings and missing docs
882
883 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
884
885         * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
886         bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
887         instead of a void *.  kqueue uses this to get the context's loop
888         while the other modules ignore the parameter.  This allows us to
889         avoid platform conditionals
890
891         * bus/bus.c (process_config_postinit): Pass in the context to the 
892         watch
893
894 2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
895
896         * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
897         when starting the system bus
898
899 2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
900
901         * configure.in: More fixups for cross compile (Patch from 
902         Marco Pracucci <development at pracucci dot com>)
903
904 2006-10-17  Havoc Pennington  <hp@redhat.com>
905
906         * tools/dbus-send.c (main): don't close shared connection, fix
907         from Timo Hoenig
908
909 2006-10-17  Havoc Pennington  <hp@redhat.com>
910
911         * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
912
913         * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
914         since realistically it doesn't look like we'll be changing it
915         anymore.
916
917 2006-10-17  Havoc Pennington  <hp@redhat.com>
918
919         * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
920         be used for return_if_fail type warnings; prefixes the pid, and
921         fatal by default.
922
923 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
924
925         * configure.in: Released 1.0 RC 2(0.94)
926         Add check for -fPIC and enable it if available
927
928 2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
929
930         * doc/TODO: Remove the check TODO item
931
932 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
933
934         * dbus-transport-socket.c (exchange_credentials):
935         Print out more detailed errors if reading or sending
936         credentials fail (Patch from Julio M. Merino Vidal 
937         <jmmv at NetBSD dot org>)
938
939 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
940
941         * configure.in: when checking for posix getpwnam_r assume true
942         for cross compiles
943
944 2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
945
946         * configure.in: Check for gethostbyname first before we check for it
947         in libnsl.  On gnu systems it is implemeneted 
948
949 2006-10-13  Havoc Pennington  <hp@redhat.com>
950
951         * dbus/dbus-connection.c
952         (dbus_connection_send_with_reply_and_block): fix to handle closed
953         connections, from Tambet Ingo bug #8631
954
955 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
956
957         * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
958
959 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
960
961         * test/name-test/Makefile.am: don't link against both libdbus and
962         libdbus-convenience
963
964 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
965
966         * configure.in: check for dirfd even if it is a macro
967         (Patch from Timothy Redaelli <drizzt at gufi dot org>)
968
969 2006-10-08  John (J5) Palmieri  <johnp@redhat.com>
970
971         * configure.in: define _POSIX_PTHREAD_SEMANTICS on solaris
972         avoid using dirfd on systems that don't have dirfd 
973         (Patch by Brian Cameron <brian dot cameron at sun dot com>) 
974
975 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
976
977         * dbus/dbus-sysdeps.c (_dbus_abort): Remove from 
978         #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
979
980         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
981         #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
982         macro because _dbus_abort calls it
983
984         * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck
985         works
986
987 2006-10-02  John (J5) Palmieir  <johnp@redhat.com>
988
989         * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for
990         MAXNAMELEN for Mac OSX.  (Patch from Jonas B <sanoix at gmail dot com>)
991
992 2006-10-02  Thiago Macieira  <thiago@kde.org>
993
994         * tools/dbus-launch.c (main): make it complain and abort
995         execution in case an unknown option is given. Also, process
996         the '--' argument as the end of arguments.
997
998 2006-10-01  Havoc Pennington  <hp@redhat.com>
999
1000         * tools/dbus-launch.c (print_variables): if no syntax is given,
1001         don't print something that's sort-of-half-sh-syntax, just print
1002         a plain key-value pairs thing.
1003
1004         * tools/dbus-launch-x11.c: use machine ID rather than hostname for
1005         the local machine representation (but still have the hostname in
1006         the display). Remove the hostname from the display if it is
1007         localhost. Change session files to be named
1008         ~/.dbus/session-bus/machine-display. Change X atoms to be
1009         underscore-prefixed so nobody whines about ICCCM compliance.
1010         Otherwise name them the same as the env variables.
1011         Change session file format to include key-value pairs and an
1012         explanatory comment. Keys are the same as the env variables.
1013         (set_address_in_x11): X property format can't depend on
1014         sizeof(pid_t) on a particular machine, fix to always be 32 bits
1015
1016         * tools/dbus-launch.c: make --autolaunch take a machine id
1017         argument. If --autolaunch is used with a program to run, complain
1018         for now (but add a FIXME). Also, don't look for existing bus if 
1019         there's a program to run (but add a FIXME).
1020
1021         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): pass
1022         machine uuid to dbus-launch (avoids linking dbus-launch to libdbus
1023         just to get this, and avoids duplicating uuid-reading code).
1024
1025         * tools/dbus-launch.1: clarify various things
1026         
1027 2006-10-01  Havoc Pennington  <hp@redhat.com>
1028
1029         * test/test-service.c (path_message_func): remove broken extra
1030         unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
1031
1032         * test/test-shell-service.c (path_message_func): same fix
1033         
1034         * dbus/dbus-connection.c
1035         (_dbus_connection_get_dispatch_status_unlocked): break up the
1036         function a little for clarity and fix the notification of
1037         dbus-bus.c to not require dispatch to be complete
1038
1039         * dbus/dbus-connection.c (dbus_connection_unref): improve the
1040         warning when you try to finalize an open connection.
1041         
1042 2006-10-01  Havoc Pennington  <hp@redhat.com>
1043
1044         * dbus/dbus-bus.c
1045         (internal_bus_get): only weak ref the connection; this means 
1046         _dbus_bus_notify_shared_connection_disconnected_unlocked can be
1047         called safely in any context
1048         (_dbus_bus_notify_shared_connection_disconnected_unlocked): don't
1049         unref
1050
1051         * dbus/dbus-connection.c
1052         (_dbus_connection_get_dispatch_status_unlocked): move
1053         _dbus_bus_notify_shared_connection_disconnected_unlocked here
1054         when queuing Disconnected instead of when the Disconnected message
1055         arrives, so dbus_bus_get() won't return closed connections.
1056         
1057 2006-10-01  Havoc Pennington  <hp@redhat.com>
1058
1059         * dbus/dbus-connection.c (_dbus_connection_close_if_only_one_ref): 
1060         Add a hack to make DBusNewConnectionFunction work right.
1061
1062         * dbus/dbus-server-socket.c (handle_new_client_fd_and_unlock): use
1063         the hack here. Also, fix the todo about refcount leak.
1064         
1065         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1066         and use the hack here
1067         
1068         * dbus/dbus-connection.c: Kill the "shared" flag vs. the
1069         "shareable" flag; this was completely broken, since it meant 
1070         dbus_connection_open() returned a connection of unknown
1071         shared-ness. Now, we always hold a ref on anything opened 
1072         as shareable.
1073
1074         Move the call to notify dbus-bus.c into
1075         connection_forget_shared_unlocked, so libdbus consistently forgets
1076         all its knowledge of a connection at once. This exposed numerous
1077         places where things were totally broken if we dropped a ref inside
1078         get_dispatch_status_unlocked where
1079         connection_forget_shared_unlocked was previously, so move
1080         connection_forget_shared_unlocked into
1081         _dbus_connection_update_dispatch_status_and_unlock. Also move the
1082         exit_on_disconnect here.
1083
1084         (shared_connections_shutdown): this assumed weak refs to the
1085         shared connections; since we have strong refs now, the assertion 
1086         was failing and stuff was left in the hash. Fix it to close
1087         still-open shared connections.
1088         
1089         * bus/dispatch.c: fixup to use dbus_connection_open_private on the 
1090         debug pipe connections
1091         
1092         * dbus/dbus-connection.c (dbus_connection_dispatch): only notify
1093         dbus-bus.c if the closed connection is in fact shared
1094         (_dbus_connection_close_possibly_shared): rename from 
1095         _dbus_connection_close_internal
1096         (dbus_connection_close, dbus_connection_open,
1097         dbus_connection_open_private): Improve docs to explain the deal
1098         with when you should close or unref or both
1099
1100         * dbus/dbus-bus.c
1101         (_dbus_bus_notify_shared_connection_disconnected_unlocked): rename
1102         from _dbus_bus_check_connection_and_unref_unlocked and modify to
1103         loop over all connections
1104
1105         * test/test-utils.c (test_connection_shutdown): don't try to close
1106         shared connections.
1107
1108         * test/name-test/test-threads-init.c (main): fix warnings in here
1109
1110         * dbus/dbus-sysdeps.c (_dbus_abort): support DBUS_BLOCK_ON_ABORT
1111         env variable to cause blocking waiting for gdb; drop
1112         DBUS_PRINT_BACKTRACE and just call _dbus_print_backtrace() 
1113         unconditionally.
1114
1115         * configure.in: add -export-dynamic to libtool flags if assertions enabled
1116         so _dbus_print_backtrace works.
1117
1118         * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): use fprintf
1119         instead of _dbus_verbose to print the backtrace, and diagnose lack 
1120         of -rdynamic/-export-dynamic
1121         
1122 2006-09-30  Havoc Pennington  <hp@redhat.com>
1123
1124         * dbus/dbus-bus.c (dbus_bus_get_private, dbus_bus_get) 
1125         (internal_bus_get): fix screwy code formatting. whoever committed
1126         that was not paying attention!
1127
1128 2006-09-30  Havoc Pennington  <hp@redhat.com>
1129
1130         * configure.in (LT_CURRENT, LT_AGE): increment current and age to
1131         reflect addition of interfaces.
1132
1133         * doc/dbus-specification.xml: describe a new
1134         org.freedesktop.DBus.Peer.GetMachineId method
1135
1136         * dbus/dbus-string.c (_dbus_string_skip_white_reverse): new function
1137         (_dbus_string_skip_white, _dbus_string_skip_blank): use new
1138         DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion
1139         at end of skip_white
1140         (_dbus_string_chop_white): new function
1141
1142         * bus/connection.c (bus_connections_setup_connection): call
1143         dbus_connection_set_route_peer_messages.
1144
1145         * dbus/dbus-connection.c
1146         (_dbus_connection_peer_filter_unlocked_no_update): modify to
1147         support a GetMachineId method.
1148
1149         Also, support a new flag to let the bus pass peer methods through
1150         to apps on the bus, which can be set with
1151         dbus_connection_set_route_peer_messages.
1152
1153         Finally, handle and return an error for anything unknown on the
1154         Peer interface, which will allow us to extend the Peer interface
1155         in the future without fear that we're now intercepting something
1156         apps were wanting to see.
1157         
1158         * tools/dbus-uuidgen.c: a thin wrapper around the functions in 
1159         dbus/dbus-uuidgen.c
1160
1161         * dbus/dbus-uuidgen.c: implement the bulk of the dbus-uuidgen
1162         binary here, since most of the code is already in libdbus
1163
1164         * dbus/dbus-sysdeps.c (_dbus_read_local_machine_uuid): read the
1165         uuid from the system config file
1166
1167         * dbus/dbus-internals.c (_dbus_generate_uuid, _dbus_uuid_encode) 
1168         (_dbus_read_uuid_file_without_creating) 
1169         (_dbus_create_uuid_file_exclusively, _dbus_read_uuid_file): new
1170         uuid-related functions, partly factored out from dbus-server.c
1171
1172         * dbus/dbus-sysdeps.c (_dbus_error_from_errno): convert EEXIST to
1173         DBUS_ERROR_FILE_EXISTS instead of EEXIST
1174
1175         * dbus/dbus-protocol.h (DBUS_ERROR_FILE_EXISTS): add file exists error
1176
1177         * tools/dbus-cleanup-sockets.1: explain what the point of this
1178         thing is a bit more
1179
1180         * autogen.sh (run_configure): add --config-cache to default
1181         configure args
1182
1183         * dbus/dbus-internals.h (_DBUS_ASSERT_ERROR_IS_SET): disable the
1184         error set/clear assertions when DBUS_DISABLE_CHECKS is defined
1185
1186         * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
1187         don't try to save address, fixes crash in make check
1188         
1189 2006-09-30  Thiago Macieira  <thiago@kde.org>
1190
1191         * configure.in: add DBUS_BINDIR as a #define to C source code.
1192
1193         * tools/dbus-launch.c
1194         * tools/dbus-launch.h
1195         * tools/dbus-launch-x11.c:
1196         * tools/dbus-launch.1: Add the --autolaunch option to
1197         dbus-launch, which makes it scan for an existing session
1198         started with --autolaunch. With that option, it also creates
1199         an X11 window and saves the bus address and PID to it.
1200
1201         * dbus/dbus-sysdeps.h:
1202         * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
1203         a function that runs "dbus-launch --autolaunch" to retrieve
1204         the running D-Bus session address (or start one if none was running)
1205
1206         * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
1207         address protocol, which tries to get the running session from
1208         dbus-launch.
1209
1210         * dbus/dbus-bus.c:
1211         * dbus/dbus-internals.h: Make "autolaunch:" be the default
1212         D-Bus session bus address.
1213
1214         * dbus/dbus-connection.c: Fix horrible typo in error message.
1215
1216 2006-09-18  John (J5) Palmieri  <johnp@redhat.com>
1217
1218         * tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@  
1219
1220 2006-09-17  Havoc Pennington  <hp@redhat.com>
1221
1222         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
1223         fix so that if unix_user_function is set on windows, we still
1224         do the default check that the auth identity matches the bus identity
1225
1226 2006-09-16  Havoc Pennington  <hp@redhat.com>
1227
1228         * dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
1229         to _dbus_transport_open_platform_specific,
1230         _dbus_transport_open_socket,
1231         and _dbus_transport_open_debug_pipe
1232
1233         * dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
1234
1235 2006-09-16  Havoc Pennington  <hp@redhat.com>
1236
1237         Attempt auditing public API to remove all cases where a Unix
1238         function returns weird emulated goo to Windows. This probably 
1239         breaks the bus daemon on Windows, to fix it again we may 
1240         need to stop processing unix-specific config options on Windows,
1241         and may need to add Windows-specific public API or config options.
1242         
1243         * configure.in (LT_CURRENT, LT_AGE): increment current and age,
1244         to reflect added interfaces; should not break soname.
1245         
1246         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): do
1247         not invoke unix user function on Windows. Kind of a hacky fix, but 
1248         we don't want a "unix uid" leaking out on Windows.
1249
1250         * dbus/dbus-connection.c (dbus_connection_get_socket): add new API
1251         to get the socket fd on Windows or UNIX
1252         (dbus_connection_get_unix_fd): make this always fail on Windows
1253
1254 2006-09-16  Havoc Pennington  <hp@redhat.com>
1255
1256         * dbus/dbus-server.c (dbus_server_listen): change how this works
1257         to be able to delegate to a set of handlers that can succeed,
1258         fail, or choose not to handle. Allows us to have 
1259         dbus_server_listen_platform_specific.
1260
1261         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
1262         factor out the tcp socket stuff to be used on windows, leaving
1263         unix domain socket only in dbus-socket-unix.c
1264
1265         * dbus/dbus-transport-socket.c
1266         (_dbus_transport_new_for_tcp_socket): factor out the tcp socket
1267         stuff to be used on windows, leaving unix domain socket only 
1268         in dbus-transport-unix.c
1269
1270         * dbus/dbus-connection.c (dbus_connection_get_unix_user): insert
1271         temporary hack to be sure this fails on windows
1272         (dbus_connection_get_unix_process_id): ditto
1273
1274 2006-09-16  Havoc Pennington  <hp@redhat.com>
1275
1276         * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket) 
1277         (_dbus_open_unix_socket, _dbus_open_socket): change API for 
1278         _dbus_open_socket so the domain/type/protocol from system headers
1279         are not required. This is kind of pointless though unless we move
1280         part of _dbus_connect_tcp_socket into sysdeps.c instead of
1281         sysdeps-unix.c, which would mean adding a wrapper around
1282         bind/listen/etc.
1283         Also, add DBusError to the socket-opening functions so they 
1284         don't require use of errno.
1285
1286 2006-09-16  Havoc Pennington  <hp@redhat.com>
1287
1288         * dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
1289         dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
1290
1291         * dbus/dbus-sysdeps.h, dbus-sysdeps-unix.c: patch from Peter 
1292         Kümmel bug #8249 to make the sysdeps.h read/write/open/close
1293         functions specifically for sockets only, and move generic 
1294         read/write/open/close into unix-specific code.
1295
1296 2006-09-14  Havoc Pennington  <hp@redhat.com>
1297
1298         * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind
1299         complaint about accessing revents when poll returns 0, from Julian Seward.
1300
1301 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1302
1303         * Released 1.0 RC 1 (0.93) 
1304
1305 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1306
1307         * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
1308         use _dbus_close instead of close
1309
1310 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1311
1312         * dbus/dbus-sysdeps.c: Add support for LOCAL_CREDS socket
1313         credentials.  Fixes "external" authentication under e.g. NetBSD
1314         which does not support any other socket credentials mechanism.
1315         (Patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1316
1317 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
1318
1319         * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
1320         dbus_threads_init and be used by the dbus mutex functions to
1321         avoid deadlocks.
1322
1323         * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
1324
1325 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1326
1327         * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
1328         use threadsafe readdir_r instead of readdir
1329
1330 2006-09-13  John (J5) Palmieri  <johnp@redhat.com>
1331
1332         * dbus-threads.c (dbus_threads_init_default): New method for
1333         initializing the internal thread implementation (Patch from
1334         Alexander Larsson <alexl at redhat dot com>)
1335
1336 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1337
1338         * remove a bunch of todo items from the 1.0 list
1339
1340 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1341
1342         * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
1343         key not found
1344
1345 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1346
1347         * dbus/dbus-internal.c: Add dbus_is_verbose so we can have more
1348         complex debugging code
1349
1350         * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
1351         between the test suite ifdefs
1352         (_dbus_verbose_bytes): return if verbosity is not enabled 
1353
1354 2006-09-11  John (J5) Palmieri  <johnp@redhat.com>
1355
1356         * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1357         remove DBusMark
1358
1359 2006-09-10  Havoc Pennington  <hp@redhat.com>
1360
1361        patch mostly by Peter Kümmel, bug #8211
1362         
1363         * dbus/dbus-sysdeps-unix.c: new file, which splits out
1364         unix-specific stuff in dbus-sysdeps.c
1365
1366         * dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
1367         and move unix-specific stuff to dbus-sysdeps-unix.c
1368
1369         * configure.in: check HAVE_ERRNO_H
1370         
1371 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1372
1373         * bus/test-main.c (main): Initialize threading during tests
1374
1375         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1376         Unlock connection on error
1377         (generate_local_error_message): static method for generating
1378         an error message when we don't have a message to reply to
1379         (_dbus_connection_block_pending_call): Send a disconnect error
1380         instead of just a timeout (NULL) when the bus gets disconnected
1381         while blocking for a reply.
1382         
1383 2006-09-08  John (J5) Palmieri  <johnp@redhat.com>
1384
1385         * dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
1386         filters (Patch from Kimmo Hämäläinen 
1387         <kimmo dot hamalainen at nokia dot com>)
1388
1389 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1390
1391         * dbus/dbus-connection-internal.h: Add prototype for 
1392         _dbus_connection_test_get_locks to remove warning
1393
1394 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1395
1396         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we
1397         close child_err_report_pipe[WRITE_END] on exec (Patch from 
1398         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1399
1400 2006-09-07  John (J5) Palmieri  <johnp@redhat.com>
1401
1402         * Clean up close calls to use _dbus_close (Patch from 
1403         Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
1404
1405 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1406
1407         * doc/TODO:
1408         - Remove pending call locking todo item
1409         - dbus_connection_open now holds hard ref.  Remove todo item
1410         - do proper locking on _dbus_bus_check_connection_and_unref
1411           and handle DBUS_BUS_STARTER. Remove todo item
1412         - Warn on closing of a shared connection.  Remove todo item
1413
1414         * bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
1415         dbus/dbus-connection.c: Use the dbus_connection_close_internal
1416         so we don't get the warning when closing shared connections
1417
1418         * test/test-service.c, test/test-shell-service.c: Applications
1419         don't close shared connections themselves so we unref instead of
1420         close
1421
1422         * test/test-utils.c (test_connection_shutdown): Close the connection
1423
1424         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
1425         _dbus_bus_check_connection_and_unref_unlocked since we only call this
1426         method on a locked connection.  
1427         Make sure we call _dbus_connection_unref_unlocked instead of 
1428         dbus_connection_unref also.
1429         Handle DBUS_BUS_STARTER correctly
1430
1431         * dbus/dbus-connection.c (connection_record_shared_unlocked):
1432         Mark as shared and hard ref the connection
1433         (connection_forget_shared_unlocked): Remove the hard ref from the 
1434         connection
1435         (_dbus_connection_close_internal_and_unlock):  New internal function
1436         which takes a locked connection and unlocks it after closing it
1437         (_dbus_connection_close_internal): New internal function which acts
1438         like the origonal dbus_connection_close method by grabbing a connection
1439         lock and calling _dbus_connection_close_internal_and_unlock
1440         (dbus_connection_close): Public close method, warns when the app
1441         trys to close a shared connection
1442
1443 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1444
1445         * bus/driver.c:
1446         (bus_driver_generate_introspect_string): New method for populating
1447         a DBusString with the introspect data
1448         (bus_driver_handle_introspect): Move introspect generation code to 
1449         bus_driver_generate_introspect_string
1450
1451         * bus/main.c:
1452         (introspect): New function which prints out the intropect data and
1453         exits
1454         (main): Add a --introspect switch
1455
1456 2006-09-06  John (J5) Palmieri  <johnp@redhat.com>
1457
1458         * doc/TODO: Removed dtd publishing item.  
1459         It seems the dtd has already been added at
1460         http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
1461
1462 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1463
1464         * doc/TODO, various source files: Audited todo's and FIXME's and
1465         prepended the ones we should be looking at with 1.0.  Those
1466         prepended with 1.0? need clerification or might not be needed
1467         for 1.0
1468
1469 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1470
1471         * dbus/dbus-pending-call.c: Add some checks so we don't crash on
1472         NULL in the public API (Patch from Kimmo Hämäläinen 
1473         <kimmo dot hamalainen at nokia dot com>)
1474
1475 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1476
1477         * configure.in: Fix for OS-X compile time endian issues (patch from
1478         Benjamin Reed <ranger at befunk dot com>)
1479
1480 2006-09-05  John (J5) Palmieri  <johnp@redhat.com>
1481
1482         * configure.in: Check for no-common compiler flag (OS-X fix from
1483         Benjamin Reed <ranger at befunk dot com>)
1484
1485 2006-09-01  John (J5) Palmieri  <johnp@redhat.com>
1486
1487         * tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
1488         <fcrozat at mandriva dot com>)
1489
1490 2006-08-29  Havoc Pennington  <hp@redhat.com>
1491
1492         * test/test-service.c (path_message_func): fix lack of return value
1493
1494         * dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
1495         formatting, remove #ifdef, and fix docs. #ifdef doesn't make
1496         any more sense than on anything else in this file.
1497         (_dbus_get_tmpdir): add const to return value, and keep the
1498         results of the various getenv around in a static variable.
1499
1500 2006-08-29  Havoc Pennington  <hp@redhat.com>
1501
1502         * dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
1503         from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
1504
1505 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1506
1507         * test/Makefile.am: change find to use syntax that works with non
1508         gnu versions of find
1509
1510 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1511
1512         * dbus/dbus-transport.c: fix invalid deref when checking if
1513         a vtable method exists (Patch from Christian Ehrlicher 
1514         <ch dot ehrlicher at gmx dot de>)
1515
1516 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1517
1518         * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, 
1519         test/name-test/Makefile.am: Fixed some issues with getting get dbus 
1520         to build with builddir != srcdir (Taken from a patch by Bernard Leak
1521         <bernard at brenda-arkle dot demon dot co dot uk>)
1522
1523 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1524
1525         * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
1526         default case
1527
1528 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
1529
1530         * configure.ac, bus/Makefile.am: Generalize kqueue support so that
1531         it works on any system providing this interface, not only FreeBSD.
1532         For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1533
1534 2006-08-20  Havoc Pennington  <hp@redhat.com>
1535
1536         * doc/dbus-faq.xml, doc/dbus-tutorial.xml: some improvements to
1537         the docs
1538
1539 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1540
1541         * Released 0.92 
1542
1543 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1544
1545         * dbus/dbus-threads.c (dbus_threads_init): change the documentation
1546         to reflect the init late change
1547
1548         * bus/bus.c (bus_context_new): Check user before we fork so we can
1549         print out an error message a user will be able to see
1550
1551 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1552
1553         Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de) 
1554
1555         * dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
1556         Add two more global locks for use on windows platforms.  These are
1557         unused on non-windows platforms but are not ifdefed out to avoid
1558         potential bugs (i.e. the few bytes lost does not warrent the extra
1559         maintanence and complexity that having seperate sets of locks would
1560         cause)
1561
1562 2006-08-18  John (J5) Palmieri  <johnp@redhat.com>
1563
1564         * bus/services.c (bus_registry_acquire_service): Return an error
1565         when an application tries to register the org.freedesktop.DBus Bus Name
1566
1567         * bus/services.c (bus_registry_release_service): Return an error
1568         when an application tries to release the org.freedesktop.DBus Bus Name
1569
1570 2006-08-17  Alp Toker  <alp@atoker.com>
1571
1572         * doc/dbus-specification.xml: Fix some minor typos.
1573
1574 2006-08-17  John (J5) Palmieri  <johnp@redhat.com>
1575
1576         * configure.in: use $with_init_scripts instead of $operating_system
1577         to determine where to store the pid since the init scripts manipulate 
1578         the pid file (patch from Marcelo Ricardo Leitner 
1579         <marcelo dot leitner at terra dot com dot br>.  
1580
1581 2006-08-16  John (J5) Palmieri  <johnp@redhat.com>
1582
1583         * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
1584         static DBusList *uninitialized_condvar_list to support new late 
1585         initialization threading model.  In this model threads can be initialized
1586         even after the D-Bus API has been used but still needs to be initialized 
1587         before the second thread has been started.  Mutexes and condvar addresses
1588         are stored in the two static lists and are replaced with actuall locks
1589         when threads are initalized.
1590         (_dbus_mutex_new_at_location): New method for creating a mutex and placing
1591         the location into the static list
1592         (_dbus_mutex_free_at_location): New method for removing a mutex location 
1593         from the static list and freeing the mutex
1594         (_dbus_condvar_new_at_location): New method for creating a conditional 
1595         variable and placing the location into the static list
1596         (_dbus_condvar_free_at_location): New method for removing a conditional
1597         variable location from the static list and freeing the conditional variable 
1598         (init_uninitialized_locks): Atomic method which goes through the static 
1599         lists of mutex and condvar location and updates them with actuall locks
1600         (init_global_locks): changed to init_locks
1601         
1602         * dbus/dbus-connection.c:
1603         (_dbus_connection_test_get_locks): New method for tests to check connections
1604         (_dbus_connection_new_for_transport): Use the new at_location mutex and
1605         condvar API
1606         (dbus_connection_allocate_data_slot): Pass in the global lock address
1607         to _dbus_data_slot_allocator_alloc
1608
1609         * dbus/dbus-dataslot.c:
1610         (_dbus_data_slot_allocator_alloc): Use the address of the mutex
1611         instead of the mutex itself
1612
1613         * dbus/dbus-message.c:
1614         (dbus_message_allocate_data_slot): Pass in the global lock address
1615         to _dbus_data_slot_allocator_alloc
1616
1617         * dbus/dbus-pending-call.c:
1618         (dbus_pending_call_allocate_data_slot): Pass in the global lock address
1619         to _dbus_data_slot_allocator_alloc
1620
1621         * dbus/dbus-server.c:
1622         (_dbus_server_init_base): Use the new at_location mutex API
1623         (dbus_server_allocate_data_slot): Pass in the global lock address
1624         to _dbus_data_slot_allocator_alloc
1625
1626         * test/name-test/test-threads-init.c: New test case for late thread
1627         initialization
1628
1629 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1630
1631         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1632         Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
1633         causes compile problems when asserts are turned off
1634         Keeping _dbus_warn for printing out the message so even if
1635         asserts are turned off the user gets the messages that something is 
1636         wrong 
1637
1638 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1639
1640         Patches by Kjartan Maraas <kmaraas at gnome dot org>
1641
1642         * bus/services.c (bus_service_list_queued_owners):
1643         Add a pointer cast to fix compiler warning
1644
1645         * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
1646         return a NULL instead of FALSE since the return type
1647         is not expecting a boolean
1648
1649         * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1650         Remove unused variable
1651
1652         * dbus/dbus-marshal-recursive-util.c (node_new):
1653         return a NULL instead of FALSE since the return type
1654         is not expecting a boolean
1655
1656         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1657         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1658         because we are expecting a pointer not a boolean
1659
1660         * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir): 
1661         add void as the parameter so some compilers
1662         don't complain
1663
1664         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
1665           _dbus_transport_new_for_tcp_socket):
1666         Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
1667         because we are expecting a pointer not a boolean
1668
1669         * test/shell-test.c (test_command_line):
1670         cast the second argument to _dbus_list_append to avoid compiler
1671         warnings
1672
1673         * test/test-names.c (main): remove unused variable
1674
1675         * test/test-service.c (check_hello_from_self_reply):
1676         Initialize echo_message and echo_reply to NULL
1677         
1678         * test/test-shell-service.c (handle_echo):
1679         Remove unused variable and cast the third parameter passed to
1680         dbus_connection_get_object_path_data to avoid compiler warrnings
1681
1682         * test/name-test/test-names.c (clear_message_queue):
1683         Remove unused function
1684
1685         * test/name-test/test-pending-call-dispatch.c:
1686         Fix format string in printf
1687
1688
1689 2006-08-14  John (J5) Palmieri  <johnp@redhat.com>
1690
1691         * dbus/dbus-bus.c:
1692         * test/name-test/test-names.c:
1693         Remove test method dbus_bus_connection_get_unique_name because 
1694         we already have public method dbus_bus_get_unique_name that 
1695         does the exact same thing
1696
1697 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1698
1699         * dbus/dbus-signature.c:
1700         fix typos in Julio's previous patch which cause make check to fail
1701
1702 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1703
1704         * dbus/dbus-address.c (_dbus_address_test): Revert leaking strcmp.  
1705         In any case it was wrong since this is a test checking to see if
1706         address parsing is correct.  There was no need to get the true
1707         tmp directory.  
1708
1709 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1710
1711         * dbus/dbus-macros.h: Revert the addition of stddef.h
1712         as we should not be adding it to library headers 
1713
1714 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1715
1716         * dbus/dbus-signature.c:
1717         Fix the unit tests so that they work if assertions are not enabled.
1718         (patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>)
1719
1720 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1721
1722         * tools/run-with-tmp-session-bus.sh:
1723         * test/name-test/run-test.sh:
1724         Remove bashisms (patch from Julio M. Merino Vidal
1725         <jmmv at NetBSD dot org>)
1726
1727 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1728
1729         * configure.in: add a version (>= 2.6.0) check for libxml2
1730
1731 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1732
1733         * configure.in: make sure the compiler supports -Wfloat-equal
1734         
1735         * bus/dir-watch-dnotify.c: move functional code after 
1736         variable declerations (C99 fix)  (patches from Jens Granseuer
1737         <jensgr at gmx dot net>
1738
1739 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1740
1741         * dbus/dbus-macros.h:
1742         add #include <stddef.h> so that Sun compilers don't complain about
1743         the defining NULL
1744
1745 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
1746
1747         * dbus/dbus-sysdeps.c:
1748         * dbus/dbus-address.c:
1749         * bus/activation.c:
1750         * test/shell-test.c:
1751         don't hardcode tmp directory (patch from Dave Meikle 
1752         <dmk at davemeikle dot co dot uk>)
1753
1754 2006-08-09  John (J5) Palmieri  <johnp@redhat.com>
1755
1756         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
1757         Change an assert to a detailed warning and abort.  
1758         When allocator->lock != mutex it indicates that the user has failed
1759         to initalize threads before using the D-Bus library.  This warning
1760         helps the user identify the issue and fix their app.
1761
1762 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1763
1764         These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
1765         with cleanups of bugs found from Coverity reports:
1766
1767         * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
1768         close the file on error to avoid a leak
1769
1770         * bus/expirelist.c (bus_expire_list_test):
1771         Check for NULL on dbus_new0
1772
1773         * bus/activation.c (update_directory):
1774         remove dead code
1775
1776         * bus/config-parser.c (merge_service_context_hash, start_selinux_child):
1777         Fix some leaks
1778
1779         * bus/bus.c (process_config_every_time):
1780         Fixed a leak
1781
1782         * bus/desktop-file.c (parse_key_value):
1783         Fixed leak
1784
1785         * bus/selinux.c (bus_selinux_id_table_insert):
1786         Fixed leak
1787
1788 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1789
1790         * dbus/dbus-object-tree.c (_dbus_object_subtree_new):
1791         remove dead code
1792
1793 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1794
1795         * tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
1796         #!/bin/bash
1797
1798 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1799
1800         * Doxyfile.in: fix the INPUT line so we can generate docs 
1801         when sourcedir != builddir (patch from Cygwin Ports maintainer
1802         <yselkowitz at users dot sourceforge dot net>
1803
1804 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1805
1806         * dbus/dbus-sysdeps.h:
1807         * dbus/dbus-sysdeps.c: 
1808         * dbus/dbus-string.c: 
1809         s/_dbus_printf_length/_dbus_printf_string_upper_bound to comform with
1810         GLib's function which does the same thing
1811
1812         * configure.in:
1813         * bus/Makefile.am:
1814         * bus/dir-watch-default.c:
1815         * bus/dir-watch-dnotify.c:
1816         * bus/dir-watch-kqueue.c:
1817         Add kqueue directory watching for freebsd and split the directory
1818         watching code into seperate files per method/arch
1819         (patches from Timothy Redaelli <drizzt at gufi dotorg>)
1820
1821 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1822
1823         * configure.in:
1824         * tools/Makefile.am:
1825         * tools/dbus-launch.c:
1826         * bus/Makefile.am:
1827         allow --with-dbus-daemondir switch to be used to make the
1828         daemon install to a seperate bindir like /usr/libexec
1829         (patch from Brian Cameron <brian dot cameron at sun dot com)
1830
1831 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1832
1833         * bus/Makefile.am (install-data-hook): removed the slash after 
1834         $(DESTDIR) so we don't get the double slash which does not work
1835         in windows (patch from Andras Porjesz 
1836         <andras dot porjesz at siemens dot com>)
1837
1838 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1839
1840         * dbus/dbus-sysdeps.h:
1841         * dbus/dbus-sysdeps.c: 
1842           add _dbus_printf_length (patch from Peter Kümmel 
1843           <syntheticpp at gmx dot net>)
1844
1845 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1846
1847         * dbus/dbus-internals.c: unistd.h is not used 
1848         (_dbus_verbose_real): only enable verbose printing 
1849         if DBUS_VERBOSE environment var is set to '1'
1850         (patch from Peter Kümmel <syntheticpp at gmx dot net>)
1851
1852 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
1853
1854         * configure.in: add a GCC flag check for -Wdeclaration-after-statement
1855         so we still compile on older gcc (patch from Frederic Peters 
1856         <fpeters at 0d dot be>
1857
1858 2006-08-04  Havoc Pennington  <hp@redhat.com>
1859
1860         * configure.in: add -Wdeclaration-after-statement
1861
1862         * dbus/dbus-connection.c: change all the pending call stuff to
1863         reflect the fact that pending call operations use the connection
1864         lock
1865
1866         * dbus/dbus-pending-call.c: add locking here
1867
1868         * dbus/dbus-errors.c (struct DBusRealError): don't make the name
1869         field const consistent with how message field is done
1870
1871 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1872
1873         * s/D-BUS/D-Bus/g
1874
1875 2006-08-03  John (J5) Palmieri  <johnp@redhat.com>
1876
1877         * dbus/dbus-object-tree.c: Patch by Benjamin Otte 
1878         <in7y118 at public.uni-hamburg dot de> - fix invalid
1879         read/write reported by valgrind
1880
1881 2006-07-24  John (J5) Palmieri  <johnp@redhat.com>
1882
1883         * Released 0.91
1884
1885 2006-07-22  John (J5) Palmieri  <johnp@redhat.com>
1886
1887         * dbus/dbus-connection.c:
1888         (_dbus_connection_attach_pending_call_unlocked):
1889         (connection_timeout_and_complete_all_pending_calls_unlocked):
1890         Make sure we set timeout_added on pending calls to FALSE when
1891         we remove the timeout from the connection
1892
1893 2006-07-21  John (J5) Palmieri  <johnp@redhat.com>
1894
1895         * Removed some extra bindings stuff lingering around (thanks timo)
1896         * dbus-pendingcall.c (_dbus_pending_call_new): 
1897         s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
1898         when we tried to take a lock on an already locked connection
1899
1900 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1901
1902         * Released 0.90
1903
1904 2006-07-17  Havoc Pennington  <hp@redhat.com>
1905
1906         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1907         ints, reported by Owen Taylor
1908
1909 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1910
1911         * doc/TODO:
1912         * dbus/dbus-bus.c:
1913         * dbus-errors.c:
1914         * dbus/dbus-marshal-validate.c:
1915           Removed TODO items which were fixed or are no longer relevent
1916
1917 2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
1918
1919         * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
1920         Remove stray files from the stripped bindings
1921
1922 2006-07-16  Havoc Pennington  <hp@redhat.com>
1923
1924         * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
1925         Improve the error message on reply timeout
1926
1927 2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
1928
1929         * Remove all bindings
1930
1931 2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
1932
1933         * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
1934         and set pending_reply out arg to NULL is connection is disconnected
1935         (connection_timeout_and_complete_all_pending_calls_unlocked): New
1936         static method for cleaning up pending calls on disconnect
1937         (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
1938         calls queued timeouts on disconnect 
1939
1940          * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
1941         Remove 
1942
1943 2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * bus/activation.[ch] (bus_activation_list_services): new function to 
1946         get the list of services that can be activated
1947
1948         * bus/dispatch.c: test coverage for the new bus method
1949         ListActivatableNames
1950
1951         * bus/driver.c: new bus method ListActivatableNames to get the list of
1952         services that can be activated
1953
1954         * doc/dbus-specification.xml: ListActivatableNames method documentation
1955
1956 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1957         * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
1958         source files
1959
1960 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1961         * dbus/dbus-message-factory.c:
1962         Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
1963
1964 2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
1965         * dbus/dbus-connection-internal.h:
1966         * dbus/dbus-connection.c:
1967         * file dbus/dbus-pending-call.c:
1968         * dbus/dbus-pending-call.h:
1969         Make DBusPendingCall an opaque type even to D-Bus internals
1970
1971 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1972
1973         * dbus/dbus-connection.h: remove connection_disconnect and replace with
1974         connection_close
1975
1976         * dbus/dbus-connection.c: include dbus-bus.h
1977         (_dbus_connection_read_write_dispatch): make static
1978
1979 2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
1980
1981         * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
1982         function
1983         (dbus_connection_dispatch): On disconnect unref any shared connections
1984
1985         * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
1986         for cleaning up shared connections on disconnect
1987         (internal_bus_get): get a hard refrence to shared connections when
1988         they are created
1989         
1990         * doc/TODO: Remove items which are no longer relevent or have been fixed
1991         Split 1.0 todo items with a 0.90 freeze todo list
1992  
1993 2006-06-14  Ross Burton  <ross@openedhand.com>
1994
1995         * glib/dbus-gobject.c:
1996         Free a leaking GArray (surely not!) in dbus_g_method_return.
1997
1998 2006-06-14  Ross Burton  <ross@openedhand.com>
1999
2000         * tools/Makefile.am:
2001         * tools/dbus-monitor.c:
2002         Don't use the GLib bindings in dbus-monitor (patch from Ralf
2003         Habacker).
2004         
2005 2006-06-14  Ross Burton  <ross@openedhand.com>
2006
2007         * tools/dbus-print-message.c:
2008         Also print the object path when outputting signals or method calls.
2009
2010 2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
2011
2012         * qt/src/Makefile.am: install the qdbus.h header.
2013         This allows people to actually use the installed code.
2014
2015 2006-06-12  Ross Burton  <ross@openedhand.com>
2016
2017         * glib/dbus-gproxy.c:
2018         Don't leak a GArray when firing signals (thank Rob Taylor for review).
2019
2020 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2021
2022         * Released 0.62
2023
2024 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2025
2026         * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
2027         break pedantic builds. Closes bug 6043 (patch approved by
2028         Havoc back in February).
2029
2030 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
2031
2032         * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
2033         that took a QDBusMessage parameter.
2034         * qt/src/qdbusbus.h: Add a default flag for RequestName.
2035         * qt/tools/dbus.cpp: Don't use automatic call because we might
2036         be calling an async method: request a reply.
2037
2038 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
2039
2040         * test/qt/*: Update the testcases, including testing the new
2041         functionality of sending null QByteArray and QString over the
2042         bus. Add new headertest test and restore the old
2043         qdbusxmlparser test.
2044
2045 2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
2046
2047         * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
2048         * qt/tools/dbusidl2cpp.cpp: Add missing newline.
2049
2050         * qt/examples/Makefile.am:
2051         * qt/examples/chat.h: Use UI-generated files with the ui_*.h
2052         form.
2053
2054         * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
2055         QByteArray() (nulls) over the bus.
2056         * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
2057         the one that has the signature suffix stripped.
2058         * qt/src/qdbusreply.h: Make some methods const.
2059
2060 2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
2061
2062         Patch from Timo Hoenig <thoenig@suse.de>.
2063
2064         * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
2065         required during build to EXTRA_DIST.
2066         * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
2067         * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
2068         * configure.in: Fix "make dist", take care that the Makefile for
2069         qt/dbus is being generated.
2070
2071 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
2072
2073         * bus/bus.c: Fix eavesdropping on method calls
2074
2075 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
2076
2077         * configure.in:
2078         * dbus/dbus-userdb-util.c:
2079         Add Solaris console owner patch from Artem Kachitchkine
2080
2081 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
2082
2083         * qt/Makfile.am:
2084         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
2085         reorganisation. Thanks to Timo Hoenig for pointing this out.
2086
2087 2006-06-06  Robert McQueen  <robot101@debian.org>
2088
2089         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
2090           call to dbus_g_type_get_struct.
2091
2092 2006-06-06  Robert McQueen  <robot101@debian.org>
2093
2094         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
2095           pointers were put into a GPtrArray-based specialised collection, and
2096           then freed along with the array. GValues which you add into
2097           collections or maps which have the NOCOPY flag set are assumed to not
2098           belong to the caller, so rather than the existing pointer-stealing
2099           semantics, they are copied instead. Given that the main consumers of
2100           this abstraction are the bindings themselves, I don't think this is
2101           too bad, but others should watch their choice of take vs set_static.
2102
2103 2006-06-06  Robert McQueen  <robot101@debian.org>
2104
2105         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
2106           of g_slist_prepend not being used. Fixed copying of slist-based
2107           specialised collections, then wrote a test case and found that it was
2108           all broken. Went on to fix iterating and appending too. Good thing
2109           nobody uses this code yet.
2110
2111 2006-06-06  Robert McQueen  <robot101@debian.org>
2112
2113         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
2114           the iterators use gvalue_take_ptrarray_value (the GValues themselves
2115           are discarded without unsetting, so it makes no difference whether
2116           we take or set_static). Remove cases for G_TYPE_POINTER because
2117           there really is nothing useful we can do with them in our
2118           specialised types - we *need* boxed copy/free functions at the very
2119           least.
2120
2121 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
2122
2123         * qt/dbus: Add directory. I had forgotten to add this
2124         yesterday after the move...
2125
2126         * qt/examples/Makefile.am:
2127         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
2128
2129         * qt/tools/Makefile.am:
2130         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
2131         Added feature to get and set properties.
2132         Added validation of service, object path and interface names.
2133
2134         * qt/tools/dbusidl2cpp.cpp: Two new features:
2135         1) Allow specifying both the header and the source file names,
2136         by separating them with a colon.
2137         2) Don't write an interface output if the -p switch wasn't
2138         given, but the -a was.
2139
2140         * qt/src/*: Fix usage of Iterators and ConstIterators.
2141         Fix shadowing of variables by other variables (-Wshadow).
2142         Fix keyword-cleanliness in headers.
2143         Fix ASCII-cast (QLatin1String, QLatin1Char).
2144         Fix validation of member names.
2145         Add extra checking of introspection data during XML parsing.
2146         Various bug fixes.
2147
2148 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2149
2150         * dbus/Makefile.am:
2151         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
2152         qt/dbus/qdbus.h now.
2153
2154 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2155
2156         * configure.in: Make --disable-qt actually do
2157           something. Patch inspired by Zack Rusin.
2158
2159 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
2160
2161         * qt/: Update to Subversion r548032.
2162         This includes a big reorganisation of the files inside the
2163         subdir.
2164
2165 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
2166
2167         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
2168         clear:  
2169         "Failed to connect to socket <host>:<port> <error>" instead of
2170         "Failed to connect to socket <host>: <error>:<port>"
2171
2172         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
2173         for a tcp transport. 
2174
2175 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2176
2177         * qt/*: Update the QtDBus bindings up to revision 546310 in
2178         Subversion.
2179         This adds the dbuscpp2xml tool, that parses a C++ header and
2180         outputs a D-BUS Introspection XML.
2181
2182 2006-05-21  Havoc Pennington  <hp@redhat.com>
2183
2184         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
2185         is not NULL when it shouldn't be. Also a couple of possible fixes
2186         for #4637 though I don't understand why the bug happens, to be
2187         honest... also the object constructor has an assert name != NULL
2188         and the name is only currently NULL for peer-to-peer proxies that 
2189         I don't think anyone uses? So it should be asserting.
2190         Anyway, for now at least see if we get an earlier assertion failure.
2191
2192         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
2193         apparently broken code to be sure the tests fail and someone 
2194         will fix them...
2195
2196 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
2197
2198         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
2199         and arrays when they had a single element: has_next returns
2200         false, even before you read the element. So, instead, check
2201         the array length.
2202
2203 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2204
2205         * qt/qdbusmessage.cpp:
2206         * qt/qdbustypehelper_p.h:
2207         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
2208         the list is a const-reference
2209
2210 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
2211
2212         * Adding old doc patch that never got applied
2213         
2214         * dbus/bus.c (dbus_bus_add_match): Add documentation
2215
2216         * doc/dbus-specification.xml: Add documentation for the match rules
2217           and the AddMatch and RemoveMatch methods
2218
2219 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
2220
2221         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
2222         call (r535506)
2223
2224         * qt/dbusidl2cpp.cpp:
2225         * qt/qdbusabstractadaptor.cpp:
2226         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
2227         sibling of the QDBusAbstractAdaptor objects instead of the
2228         parent. (r535848)
2229
2230         * qt/dbusidl2cpp.cpp:
2231         * qt/qdbusabstractinterface.cpp:
2232         * qt/qdbusabstractinterface.h:
2233         * qt/qdbusabstractinterface_p.h:
2234         * qt/qdbusinterface.cpp: Make properties in interfaces
2235         actually work. The code that was generated would not compile,
2236         due to moc calls to functions that did not exist. They now
2237         shall. (r536571)
2238
2239 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
2240
2241         * Makefile.am:
2242         * configure.in:
2243         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
2244         Thanks to Brad Hards for providing the patch
2245
2246 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2247
2248         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
2249         call. (r535506)
2250
2251 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2252
2253         * qt/examples/dbus.cpp: Enhance error messages and use
2254         QDBusInterfacePtr.
2255
2256 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2257
2258         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
2259         and disable the copy operators. (r533772, r534746)
2260
2261         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
2262
2263         * qt/qdbusabstractinterface.cpp:
2264         * qt/qdbusabstractinterface.h: Change the default call mode to
2265         not use the event loop. Add convenience call() methods that
2266         take a CallMode parameter. (r534042)
2267
2268         * qt/qdbusconnection.h: Change the default call mode to not
2269         use the event loop. (r534042)
2270
2271         * qt/qdbusinterface.cpp:
2272         * qt/qdbusinterface.h: Add a method to tell us if the
2273         interface is valid (since we don't return a null pointer
2274         anymore) (r534099)
2275
2276         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
2277         (r534101)
2278
2279         * qt/qdbusinternalfilters.cpp: Decouple the introspection
2280         function in two so taht we get the chance to introspect
2281         without having a QDBusMessage (r534102)
2282
2283         * qt/qdbusbus.h:
2284         * qt/qdbusconnection.cpp:
2285         * qt/qdbusconnection_p.h:
2286         * qt/qdbusintegrator.cpp: Keep a list of our own names to
2287         avoid a round-trip to the server when attempting to introspect
2288         one of our own objects. Also make sure the filter functions
2289         match the empty interface as well. (r534108)
2290         Don't keep the connection names. Instead, trust the unique
2291         connection name (r534111)
2292         Remove event loop usage (r534112)
2293
2294 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
2295
2296         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
2297         Brad Hards.
2298
2299 2006-04-28  Robert McQueen  <robot101@debian.org>
2300
2301         * glib/dbus-gproxy.c: Fix properties so that they can be given in
2302         any order, making it easier for people who inherit from this
2303         object.
2304
2305 2006-04-28  Robert McQueen  <robot101@debian.org>
2306
2307         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
2308         of memory from within pointer arrays and lists. Fixes bug #6300.
2309
2310 2006-04-28  Robert McQueen  <robot101@debian.org>
2311
2312         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
2313         generating struct signatures. Fixes bug #6083.
2314
2315 2006-04-28  Robert McQueen  <robot101@debian.org>
2316
2317         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
2318         to qdbusconnection_p.moc.
2319
2320 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
2321
2322         * README, INSTALL: Doc fixes
2323         Patch from Brad Hards <bradh at frogmouth.net>
2324
2325 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2326
2327         * qt/examples/dbus.cpp: Use the new merged-interface mode for
2328         the dynamic meta object. No need to guess which interface to
2329         call.
2330
2331 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2332
2333         * qt/qdbusconnection_p.h:
2334         * qt/qdbusmetaobject.cpp:
2335         * qt/qdbusmetaobject_p.h:
2336         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
2337         for the dynamic meta object. No need to guess which
2338         interface to call.
2339         * qt/qdbusabstractinterface_p.h:
2340         * qt/qdbusconnection.cpp:
2341         * qt/qdbusintegrator.cpp:
2342         * qt/qdbusinterface.cpp:
2343         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
2344         Add a QDBusRef that looks and behaves like DCOPRef.
2345
2346 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2347
2348         * dbus/dbus-connection.c: Interfaces are optional in method
2349         calls, so don't give up if the interface parameter is NULL.
2350         Patch reviewed by Havoc Pennington.
2351
2352 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
2353
2354         * qt/qdbusreply.h: Add default constructor and operator=
2355           (r532625)
2356         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
2357           in public headers (r532952)
2358         * qt/qdbusabstractinterface.cpp:
2359         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
2360           make it the default (r532951)
2361
2362 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2363
2364         * dbus/dbus-connection.c: Fix asserts
2365         Patch from Tim Moloney <t.moloney at verizon.net>
2366
2367 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2368
2369         * mono/Connection.cs, mono/Message.cs: Check Target type
2370         Patch from Aaron Bockover (abockover at novell.com)
2371
2372 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2373
2374         * INSTALL: fine-tune the requirements for the Qt4 binding.
2375
2376 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
2377
2378         * tools/dbus-print-message.c: Added support for printing of all 
2379           remaining data types. Fixed logic for indentation of compound
2380           data types.
2381         
2382 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
2383
2384         * INSTALL: fill out content of file providing DBus specific
2385           build installations, followed by generic Auto* INSTALL file
2386           content
2387         
2388 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2389
2390         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
2391           Patch by Stefan Eilers. (r529537)
2392
2393 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
2394
2395         * qt/qdbusinternalfilters.cpp: Don't show the parent's
2396           contents (r528208)
2397
2398 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2399
2400         * qt/Makefile.am: fix the dependency for
2401           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
2402           not in qdbusconnection.cpp.
2403           Thanks to Jakub Stachowski <stachowski@hypair.net> for
2404           spotting this.
2405
2406 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2407
2408         * qt/examples/listnames.cpp:
2409         * qt/examples/Makefile.am: Three ways to list the names on the
2410           bus.
2411
2412 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2413
2414         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
2415           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
2416
2417 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
2418
2419         Merge from Subversion:
2420         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
2421           something that exists (r526315)
2422         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
2423           slots/signals (r526316)
2424         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
2425           also return an unknown-method error if the parameters don't
2426           match for org.freedesktop.DBus.Properties. (r526842)
2427         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
2428         * qt/qdbusintegrator.cpp: Restore the proper order of
2429           delivery: don't make method returns be delivered on priority
2430           (r528150)
2431
2432 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2433
2434         * configure.in qt/Makefile.am: add qt/examples
2435         * qt/examples: Add QtDBus example programs:
2436           - hello: Hello, World
2437           - ping: Simple method-calling program
2438           - pong: Simple object-exporting program (not using adaptors)
2439           - complexping: Interactive method-calling program 
2440                 (also gets and sets properties).
2441           - complexpong: Sample program exporting methods, signals and
2442                 properties, using adaptors.
2443           - dbus: Simple implementation of a generic method-calling
2444                 program, similar to 'dbus-send', but with semantics
2445                 similar to 'dcop'.
2446           - chat: Simplistic chat program, implemented using signals
2447                 and the system bus. Looks like IRC.
2448
2449 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2450
2451         * configure.in: Detect QtGui (necessary for one of the
2452           example programs). Note: this increases the minimum required
2453           version of Qt to 4.1.3.
2454
2455 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2456
2457         * test/qt/*: Sync with KDE Subversion revision 523647.
2458         Update the testcases to the new API. Remove testcases for
2459         classes that are no longer public or have been removed.
2460
2461 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
2462
2463         * qt/*: 
2464         * dbus/qdbus.h: Sync with KDE Subversion revision
2465         523647. Hopefully, this will be the last of the
2466         source-incompatible changes. Documentation has been improved;
2467         support for QList<basic-types> has been added; QDBusObject is
2468         gone; QDBus(Abstract)Interface is now a QObject with
2469         auto-generated meta-object; QDBusIntrospection is marked
2470         private, since QMetaObject can be used now; lots of bugfixes.
2471
2472 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
2473
2474         Patch from Milosz Derezynski <internalerror at gmail.com>
2475         
2476         * configure.in:
2477         Output the service directory in the configure summary
2478
2479         * dbus-1.pc.in:
2480         Add session_bus_services_dir
2481
2482 2006-03-10  Ross Burton  <ross@openedhand.com>
2483
2484         * tools/dbus-print-message.c:
2485         Add support for object paths and signatures.
2486
2487 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
2488
2489         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
2490         config reload.
2491         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
2492         information caches
2493         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
2494         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
2495         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
2496         * dbus/dbus-userdb.h: Add function to flush all user/group information
2497         caches.
2498
2499 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2500
2501         * qt/dbusidl2cpp.cpp:
2502         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
2503         for dcopidl2cpp, found in the KDE installations (or the more
2504         modern kalyptus): generate Qt4 C++ code for the input XML
2505         introspection. Currently no IDL parsing.
2506
2507 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2508
2509         * test/qt/*: Update the self-tests.
2510
2511 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2512
2513         * qt/*: 
2514         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
2515         represents the first feature-complete version of the Qt4
2516         bindings since I took ove maintainership.
2517
2518 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
2519
2520         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
2521         dir. This is C++, so we can't use the DBus ones.
2522
2523 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2524
2525         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
2526         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
2527
2528 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
2529
2530         * dbus/dbus-connection.c: 
2531         (_dbus_connection_block_pending_call):
2532         Check to see if our data has already been read off the connection
2533         by another blocking pending call before we block in poll.
2534         (check_for_reply_and_update_dispatch_unlocked):
2535         Code taken from _dbus_connection_block_pending_call - checks for
2536         an already read reply and updates the dispatch if there is one.
2537
2538         * test/name-test/test-pending-call-dispatch.c:
2539         New test for making sure we don't get stuck polling a 
2540         dbus connection which has no data on the socket when
2541         blocking out of order on two or more pending calls.
2542
2543 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
2544
2545         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
2546         make/automake don't detect that we're talking about the same
2547         .lo file if I specify the full path to the source files.
2548
2549 2006-02-26  Havoc Pennington  <hp@redhat.com>
2550
2551         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
2552
2553         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2554         session bus variable is unset, suggest "man dbus-launch" and "man
2555         dbus-daemon" to figure out how to fix the problem
2556
2557 2006-02-25  Havoc Pennington  <hp@redhat.com>
2558
2559         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
2560         should make this thing use the new glib options parser
2561
2562 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
2563
2564         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
2565         .lo files taking moc sources.
2566
2567 2006-02-25  Havoc Pennington  <hp@redhat.com>
2568
2569         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
2570         and install it as a public header
2571
2572 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2573
2574         * Released 0.61
2575
2576 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
2577         
2578         * proxies.py: Fix the callchain
2579
2580 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
2581         
2582         * patch from Sjoerd Simons <sjoerd at debian.org>:      
2583
2584         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
2585         dbus/dbus-sysdeps.c
2586
2587         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
2588         call _dbus_group_info_free_allocated which causes infinite loop,
2589         correctly call _dbus_group_info_free
2590
2591 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
2592
2593         * qt/qdbusinterface_p.h:
2594         * qt/qdbusinterface.cpp: Use the standard
2595         org.freedesktop.DBus.Method.NoReply annotation for the "async"
2596         calls instead of creating one for us.
2597
2598         * qt/qdbusconnection_p.h:
2599         * qt/qdbusintegrator.cpp: Remove debugging code.
2600
2601         * qt/qdbusintegrator.cpp:
2602         * qt/qdbusmessage.cpp:
2603         * qt/qdbusmessage_p.h:
2604         * qt/qdbusmessage.h: Change the behaviour of automatic
2605         reply-sending: now a reply is always sent, unless the caller
2606         didn't request one or if the user slot has already sent one.
2607
2608 2006-02-16  Robert McQueen  <robot101@debian.org>
2609
2610         * configure.in: Patch from Debian packages by Sjoerd Simons
2611         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
2612         arguments so it's possible to build both bindings in the
2613         same tree.
2614
2615         * qt/Makefile.am: Fix truncated value so that make dist works.
2616
2617 2006-02-16  Robert McQueen  <robot101@debian.org>
2618
2619         * acinclude.m4, configure.in: Patch from Brad Hards
2620         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
2621         improving quoting, re-ordering a few checks, and a few other
2622         aesthetic tidy-ups.
2623
2624 2006-02-16  Robert McQueen  <robot101@debian.org>
2625
2626         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
2627         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
2628         assertion that the next element to read from the iter is fixed in
2629         size. This is not the case when you are at the end of the iter,
2630         because the next element type is INVALID.
2631
2632         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
2633         a bogus assert which means that you may not initialise a 0-length
2634         string unless you provide a non-NULL pointer. This prevented
2635         you from marshalling messages containing zero-length arrays in
2636         some cases.
2637
2638         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
2639         from Rob to correct bogus asserts when trying to demarshal an
2640         array and get_fixed_array got you 0 elements. Append nothing to
2641         the GArray in this case.
2642
2643         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
2644         an empty array via the glib bindings. Without all of the above
2645         patches, this new test fails.
2646
2647 2006-02-16  Robert McQueen  <robot101@debian.org>
2648
2649         * glib/dbus-gmain.c: Make the previous commit compile.
2650
2651         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
2652         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
2653         specify sender_keyword="foo", path_keyword="bar" when adding
2654         a signal listener, so that you can bind to signals generically
2655         but still do something useful in your callback.
2656
2657         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
2658         chars so that they're not cast to chars and made negative. Thanks
2659         to Jakub Stachowski for reporting this and testing the fix.
2660
2661 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
2662
2663         * dbus/dbus-glib.h:
2664         * glib/dbus-gmain.h:
2665         (dbus_g_connection_open): new method for openning
2666         a connection to an arbitrary address in the glib bindings
2667
2668         * ChangeLog: checkin last entry which doesn't seem to be commited
2669
2670 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
2671
2672         * tools/dbus-launch.c: Fixed sh syntax output
2673
2674 2006-02-13  Robert McQueen  <robot101@debian.org>
2675
2676         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
2677         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
2678         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
2679         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
2680         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
2681         missing piece of the glib bindings jigsaw puzzle. This modifies
2682         the existing specialised types to have N type parameters (rather
2683         than the current 1 or 2 for arrays and dictionaries respectively).
2684         You can then use this to get a glib type to represent any arbitrary
2685         D-Bus struct type using dbus_g_type_get_struct. The only
2686         implementation of these types is with GValueArrays as before,
2687         but it's now possible to store these in arrays, emit them in
2688         signals, etc.
2689
2690 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2691
2692         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
2693         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
2694         <thiago.macieira at trolltech.com>
2695
2696 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2697
2698         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2699         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
2700
2701 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2702
2703         * bus/connection.c (bus_connections_expect_reply): Make
2704         pending reply limit not common to all connections (Bug #5416)
2705         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
2706
2707 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2708
2709         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
2710
2711 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
2712
2713         * gcj/Makefile.am: point to correct jar command (Bug #4529)
2714         patch from Doug Goldstein <cardoe at gentoo.org>
2715
2716 2006-02-09  Joe Shaw  <joeshaw@novell.com>
2717
2718         * mono/Arguments.cs: Fix a magic number in the mono bindings
2719         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
2720
2721 2006-01-27  Robert McQueen  <robot101@debian.org>
2722
2723         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
2724         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
2725         when generating the client-side methods, instead of overloading
2726         CSymbol which broke everything horribly. My apologies.
2727
2728 2006-01-27  Robert McQueen  <robot101@debian.org>
2729
2730         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
2731         by me and Rob Taylor to add a simple_free function to D-Bus map
2732         and collection types, which allows those types which can be freed
2733         with a GDestroyNotify (such as GHashTables and GArrays, but not
2734         GPtrArrays) to be stored as the values in hashtables.
2735
2736         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
2737         Patch by Rob Taylor to add nested dicts to the glib tests to check
2738         the above code works, and appears not to leak when called repeatedly.
2739
2740 2006-01-27  Robert McQueen  <robot101@debian.org>
2741
2742         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
2743         to free a D-Bus allocated string with dbus_free () instead of
2744         g_free ().
2745
2746 2006-01-27  Iain Holmes  <iain@openedhand.com>
2747
2748         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
2749         method from being called multiple times.
2750
2751 2006-01-19  Robert McQueen  <robot101@debian.org>
2752
2753         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
2754         <rob.taylor@collabora.co.uk> to add support for generating bindings
2755         to arrays that are represented as GPtrArrays rather than GArrays (ie
2756         size-variable things, such as strings, objects, structs, etc).
2757
2758 2006-01-05  Robert McQueen  <robot101@debian.org>
2759
2760         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
2761         <ricardo.kekki@movial.fi> to make it possible to inherit from
2762         DBusGProxy, by splitting the DBusGProxy struct into a public part and
2763         a private part, and moving the setting of the DBusGProxyManager into a
2764         connection property, allowing proper GObject construction.
2765
2766 2006-01-05  Robert McQueen  <robot101@debian.org>
2767
2768         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
2769         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
2770         annotations when generating glib client bindings.
2771
2772 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2773
2774         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
2775
2776         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
2777
2778 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
2779
2780         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
2781
2782 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
2783
2784         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
2785
2786 2005-12-19  Ross Burton  <ross@openedhand.com>
2787
2788         * doc/dbus-tutorial.xml:
2789         Document the Glib client-side bindings, and list all possible annotations.
2790
2791 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
2792
2793         * dbus/bus.c (dbus_bus_release_name): Add documentation
2794
2795 2005-12-06  Robert McQueen  <robot101@debian.org>
2796
2797         * python/service.py: s/sucessful/successful/ so we're allocating to
2798         and reading from the same variable. Oops.
2799
2800 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2801
2802         * Released 0.60
2803
2804 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2805
2806         * test/qt/Makefile.am: build from srcdir
2807
2808         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
2809         Note - this code is wrong and needs to be fixed by the Qt binding
2810         developers.  The flags should be treated as bitfields and not enums.
2811
2812         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
2813
2814 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2815
2816         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
2817           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
2818           in production code
2819
2820 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2821
2822         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
2823         method for getting messages off the bus in the absence of a
2824         mainloop.  This method is much like 
2825         dbus_connection_read_write_dispatch except it does not dispatch
2826         the messages to a registered filter function.  Instead it
2827         allows a developer to process messages by directly popping
2828         them off the bus.
2829
2830 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2831
2832         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
2833         the parser to continue instead of returning error
2834         (bus_desktop_file_load): Do not free parser data when
2835         parse_section_start or parse_key_value fails because it was 
2836         already freed by parser_free (patch from Carlos Garcia Campos  
2837         <carlosgc at gnome.org>)
2838
2839 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2840
2841         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2842         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
2843         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
2844         test/test-segfault.c, test/test-utils.c,
2845         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
2846         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
2847         Various cleanup of dead code and compiler warnings (patch from
2848         Kjartan Maraas <kmaraas at gnome.org>) 
2849
2850 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
2851
2852         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
2853         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
2854
2855 2005-11-27  Robert McQueen  <robot101@debian.org>
2856
2857         * python/dbus_bindings.pyx: Repair my previous commit which reverted
2858         part of the preceding one. Oops. Merge patch by Johan Hedberg
2859         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
2860         on big-endian platforms.
2861
2862         * test/python/test-client.py: Add some 16-bit integers to the test
2863         values.
2864
2865 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
2868         method return message for property getters
2869
2870 2005-11-27  Robert McQueen  <robot101@debian.org>
2871
2872         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
2873         with type v of an instance of dbus.Variant(foo, type='x') caused
2874         it to be boxed twice before sending over the bus.
2875
2876         * python/dbus_bindings.pyx, python/service.py,
2877         test/python/test-client.py: Update the constants for the new
2878         request_name flags, and update comments/test cases now that queueing
2879         is the default action.
2880
2881 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2882
2883         * configure.in:
2884         - Change version to 0.60 for impending release
2885         - upped the sonames because of ABI and API breakage
2886
2887 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
2888
2889         * configure.in: Add test/name-test/Makefile to the generated
2890         Makefile list
2891
2892         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
2893         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
2894         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
2895         not to queue an ower if it can't be the primary owner
2896
2897         * bus/bus.h: Add new internal BusOwner struct
2898
2899         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
2900         to bus_registry_ensure and don't set the prohibit_replacement flag
2901         since they are now set per BusOwner and not per name.
2902         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
2903         that returns the list of connections in a name's connection queue
2904         
2905         * bus/services.c (struct BusService): remove prohibit_replacement field
2906         (struct BusOwner): new struct for keeping track of queued connections
2907         and their associated flags for the queue
2908         (struct BusRegistry): add a BusOwner memory pool
2909         (bus_registry_new): initialize the BusOwner memory pool
2910         (bus_registry_unref): free the BusOwner memory pool
2911         (_bus_service_find_owner_link): new internal method for
2912         searching the queue for a specific connection
2913         (bus_owner_set_flags): new method for adding setting the flags on a
2914         bus owner
2915         (bus_owner_new): new method that creates a BusOwner object from the
2916         pool and sets its flags
2917         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2918         (bus_registry_ensure): Add the flags parameter
2919         (bus_registry_acquire_service): Switch from using raw connections to
2920         using the BusOwner struct
2921         Add new state machine for dealing with the new set of flags
2922         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
2923         cancel_ownership, free_ownership_cancel_data, 
2924         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
2925         restore_ownership, free_ownership_restore_data, 
2926         add_restore_ownership_to_transaction): Switch to using BusOwner 
2927         instead of raw connections
2928         (bus_service_add_owner): Add flags parameter
2929         Switch to using BusOwner instead of raw connections
2930         Add state machine for dealing with the new set of flags
2931         (bus_service_swap_owner): Swaps the first and second owners in the
2932         queue.  Used to make sure proper signals are sent when a service looses 
2933         or gains primary ownership.  We never insert an owner at the top of the
2934         queue.  Instead we insert it in the second position and then swap.
2935         (bus_service_remove_owner): Remove the owner from the queue sending
2936         out the NameLost and NameOwnerChanged signals if the we were the 
2937         primary owner
2938         (bus_service_get_primary_owners_connection): New method that extracts
2939         the connection from the primary owner
2940         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
2941         connection
2942         (bus_service_get_allow_replacement): Changed from the old 
2943         bus_service_get_prohibit_replacement method.  Checks the flags of the 
2944         primary owner and returns if it can be replaced or not
2945         (bus_service_set_prohibit_replacement): removed
2946         (bus_service_has_owner): returns TRUE if and owner with
2947         the specified connection exists in the queue
2948         
2949         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
2950         method that only compiles if tests are enabled.  Allows us to get the 
2951         unique name of a connection so we can check it against the queue when
2952         doing regression tests
2953
2954         * bus/activation.c (bus_activation_send_pending_auto_activate),
2955         bus/dispatch.c (bus_dispatch),  
2956         bus/driver.c (bus_driver_handle_get_service_owner, 
2957         bus_driver_handle_get_connection_unix_user, 
2958         bus_driver_handle_get_connection_unix_process_id,
2959         bus_driver_handle_get_connection_selinux_security_context),
2960         bus/signals.c (connection_is_primary_owner): 
2961         use bus_service_get_primary_owners_connection instead of
2962         bus_service_get_primary_owner
2963
2964         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
2965         _dbus_listen_unix_socket): Calculate the length of the socket
2966         path and use that instead of using a fixed length which was
2967         causing socket names to contain many trailing Nul bytes.
2968
2969         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
2970         (dbus_g_method_get_sender): New method for extracting the sender 
2971         from a DBusGMethodInvocation
2972         (dbus_g_method_return_get_reply): changed name to 
2973         dbus_g_method_get_reply
2974         (dbus_g_method_return_send_reply): changed name to
2975         dbus_g_method_send reply
2976
2977         * doc/dbus-specification.xml: New docs that describe how the new
2978         queueing system works and talks about the changes to the how
2979         we specify socket names
2980
2981         * glib/examples/example-service.c, 
2982         glib/examples/example-signal-emitter.c,
2983         glib/examples/statemachine/statemachine-server.c:
2984         Changed the RequestName flags to the new system
2985
2986         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
2987         regression test suite for testing various states of the new
2988         queueing system
2989         
2990 2005-11-15  Robert McQueen  <robot101@debian.org>
2991
2992         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
2993         Taylor to add two methods, dbus_g_method_return_get_reply and
2994         dbus_g_method_return_send_reply, to allow you to get the reply
2995         message from a DBusGMethodInvocation, append arbitrary stuff to it,
2996         and send it. The GLib bindings can't marshal a return value of
2997         something like a(s) if the array is empty - ultimately they should be
2998         made to heed the signature of the out arguments as the Python bindings
2999         now can, but this is a workable interim solution which might have
3000         other applications.
3001
3002 2005-11-15  Robert McQueen  <robot101@debian.org>
3003
3004         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
3005         method to org.freedesktop.DBus to release a bus name or give up
3006         waiting in the queue for it.
3007
3008         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
3009         dbus_bus_release_name method to send the ReleaseName method calls.
3010         Add constants for the return values to dbus/dbus-shared.h.
3011
3012         * doc/dbus-specification.xml: Document the new ReleaseName method
3013         in the specification.
3014
3015         * python/dbus_bindings.pyx: Add a low-level python binding for the
3016         release name method.
3017
3018         * python/exceptions.py, python/service.py: Make freeing BusName
3019         objects release the name. Add a NameExistsException, and fix a
3020         bug with creating UnknownMethodException.
3021
3022         * test/python/test-client.py: Add tests for freeing BusName
3023         objects causing names to be released.
3024
3025 2005-11-14  Robert McQueen  <robot101@debian.org>
3026
3027         * python/service.py: Include the traceback in the error reply when we
3028         send an exception over the bus. _BEST_ _PATCH_ _EVER_
3029
3030 2005-11-14  David Zeuthen  <davidz@redhat.com>
3031
3032         Patch from Timo Hoenig <thoenig@suse.de>.
3033
3034         * bus/bus.c: I've recently investigated why the automatic reload
3035         of configuration files does not work as expected.
3036
3037         Currently, reloading configuration files does only work when
3038         running dbus-daemon with --nodaemon.  If we are running as daemon
3039         we're hitting a dnotify bug once we fork the process.
3040
3041         We're initializing the dnotify fds before calling fork().  Once
3042         the child process forked it does still have the fds (and they
3043         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
3044         getting SIGIO as changes are made to the configuration files.
3045
3046         The attached patch moves the initialization of the dnotify fds to
3047         process_config_postinit().  This is safe for all current code
3048         paths and solves the dnotify disfunction.  If we're running
3049         dbus-daemon as daemon the fds for dnotify are now being
3050         initialized after fork() for the child process.
3051
3052         * configure.in: The current configure.in check for dnotify probes
3053         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
3054         match for 'xlinux', too. Additionally I have adapted the configure
3055         option's style to match with the others.
3056
3057 2005-11-14  Robert McQueen  <robot101@debian.org>
3058
3059         * python/decorators.py, python/service.py: Add a new argument to the
3060         dbus.service.method decorator called sender_keyword, which if set,
3061         specifies the name of an argument which will be provided the bus
3062         name of the method caller.
3063
3064         * test/python/test-client.py, test/python/test-service.py: Add a
3065         method and test to check the sender_keyword functionality.
3066
3067 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
3068
3069         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
3070         empty reply so blocking calls don't block forever (Patch from Sjoerd 
3071         Simons <sjoerd at luon.net>)
3072
3073         * AUTHORS: Add Robert McQueen for his work on the Python
3074         Bindings and other parts of D-Bus
3075
3076 2005-11-07  Robert McQueen  <robot101@debian.org>
3077
3078         * python/decorators.py: Change emit_signal function to use the
3079         signature annotation of the signal when marhsalling the arguments from
3080         the service. Fix a bug where the code checking signature length
3081         against argument length referenced the wrong variable.
3082
3083         * python/introspect_parser.py: Avoid adding the type signature of
3084         signal arguments to any methods which occur after them in the
3085         introspection data (!) by making the parser a little more careful
3086         about its current state.
3087
3088         * python/service.py: Remove debug prints from last commit (again :D).
3089
3090         * test/python/test-client.py, test/python/test-service.py: Add test
3091         signals with signature decorators to test the strict marshalling code
3092         gives errors at the right time. Could do with checking the signals
3093         actually get emitted too, given that the test does nothing with
3094         signals at the moment...
3095
3096 2005-11-07  Robert McQueen  <robot101@debian.org>
3097
3098         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
3099         instances to stop madness of creating new instances representing
3100         the same bus connection all the time, rendering any tracking of
3101         match rules and bus names quite meaningless. Caught a bug where
3102         the private argument to SessionBus() and friends was being passed
3103         in as use_default_mainloop by mistake. Still some problems with
3104         multiple dbus_binding.Connection instances representing the same
3105         low-level connection (eg when you use both SessionBus() and
3106         StarterBus() in same process), but it's a lot better now than it
3107         was.
3108
3109         * python/dbus_bindings.pyx: Add constants with the return values
3110         for bus_request_name().
3111
3112         * python/service.py: Store bus name instances in a per-dbus.Bus cache
3113         and retrieve the same instances for the same name, so deletion can be
3114         done with refcounting. Also now throws some kind of error if you
3115         don't actually get the name you requested, unlike previously...
3116
3117         * test/python/test-client.py: Add tests for instance caching of buses
3118         and bus name objects.
3119
3120 2005-11-04  Robert McQueen  <robot101@debian.org>
3121
3122         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
3123         marshalling of boolean values. Add some booleans to the values in
3124         the test client.
3125
3126         * python/decorators.py, python/service.py: Add an 'async_callbacks'
3127         argument to the dbus.service.method decorator, which allows you to
3128         name arguments to take two callback functions for replying with
3129         return values or an exception.
3130
3131         * test/python/test-client.py, test/python/test-service.py: Add test
3132         case using asynchronous method reply functions, both return values and
3133         errors, and from within both the function itself and from a mainloop
3134         callback.
3135
3136         * python/decorators.py, python/service.py: Perform checking that the
3137         number of method/signal arguments matches the number of types in the
3138         signature at class loading time, not when you first introspect the
3139         class.
3140
3141         * python/service.py: Remove debug print left by the last commit.
3142
3143 2005-11-03  Robert McQueen  <robot101@debian.org>
3144
3145         * python/service.py: Heavy refactoring of method invocation, with
3146         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
3147         in favour of a new _message_cb that uses seperate functions for
3148         looking up the method to call, marshalling the return values, and
3149         sending exceptions as errors, and is easier to follow as a
3150         consequence.  Fixes some corner cases about returning things that
3151         don't match your declared out_signature, allows exceptions to define
3152         _dbus_error_name and have it be sent over the bus as the error name,
3153         and paves the way for cool stuff like heeding the message no reply
3154         flag, asynchronous method implementations, informing the method of the
3155         sender, and including backtraces in the error messages.
3156
3157         * test/python/test-client.py: Catch and print exceptions thrown in the
3158         async callback tests, rather than passing them to the low-level
3159         bindings to be ignored in a noisy and frustrating manner.
3160
3161 2005-11-03  Robert McQueen  <robot101@debian.org>
3162
3163         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
3164         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
3165         tweak others to be consistent.
3166
3167         * test/python/test-client.py: Tweak output of testInheritance.
3168
3169 2005-10-29  Robert McQueen  <robot101@debian.org>
3170
3171         * python/service.py: Major changes to allow multiple inheritance
3172         from classes that define D-Bus interfaces:
3173         
3174          1. Create a new Interface class which is the parent class of
3175             Object, and make the ObjectType metaclass into InterfaceType.
3176         
3177          2. Patch written with Rob Taylor to replace use of method_vtable
3178             with code that walks the class's __MRO__ (method resolution order)
3179             to behave like Python does when invoking methods and allow
3180             overriding as you'd expect. Code is quite tricky because
3181             we have to find two methods, the one to invoke which has the
3182             right name and isn't decorated with the /wrong/ interface,
3183             and the one to pick up the signatures from which is decorated
3184             with the right interface.
3185         
3186             The same caveats apply as to normal multiple inheritance -
3187             this has undefined behaviour if you try and inherit from two
3188             classes that define a method with the same name but are
3189             decorated with different interfaces. You should decorate
3190             your overriding method with the interface you want.
3191         
3192          3. Replace grungy introspection XML generation code in the metaclass
3193             with dictionaries that cope correctly with multiple inheritance
3194             and the overriding of methods. This also uses the signature
3195             decorations to provide correct introspection data, including
3196             the debut appearance of the types of your return values. :D
3197
3198         * test/python/test-client.py, test/python/test-service.py: Add a test
3199         case to try invoking an method that overrides one inherited from a
3200         D-Bus interface class.
3201
3202 2005-10-29  Robert McQueen  <robot101@debian.org>
3203
3204         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
3205         Add checking for the end of struct character when marshalling a
3206         struct in MessageIter.append_strict.
3207
3208         * python/examples/example-service.py,
3209         python/examples/gconf-proxy-service.py,
3210         python/examples/gconf-proxy-service2.py: Update to use gobject
3211         mainloop directly rather than appearing to depend on gtk.
3212
3213         * python/test/test-client.py, python/test/test-server.py: Remove
3214         obsolete and broken test scripts for old bindings. We have up to date
3215         and working tests in test/python/.
3216
3217 2005-10-29  Robert McQueen  <robot101@debian.org>
3218
3219         * python/decorators.py: Add optional arguments to the method and
3220         signal decorators to allow you to specify the signature of arguments
3221         and return values. Preserve the doc strings of signal functions in the
3222         decorated version, for pydoc and friends.
3223
3224         * python/dbus_bindings.pyx, python/proxies.py: Replace the
3225         parse_signature_block function with an iterable dbus.Signature()
3226         type. Fix a bug in MessageIter.append_strict where you could append
3227         anything by claiming it was a string.
3228
3229         * python/service.py: Use the out_signature decoration on methods to
3230         marshal return values, meaning you no longer require dbus.Array()
3231         or dbus.Dictionary() to indicate the type when returning empty
3232         arrays or dictionaries. Fix a bug where exceptions which are defined
3233         in __main__ are not turned into error replies.
3234
3235         * test/python/test-client.py, test/python/test-service.py: Add test
3236         for correct marshalling of return values according to out_signature.
3237         Fix a bug in the async call test where the error_handler is missing a
3238         self argument.
3239
3240 2005-10-29  Robert McQueen  <robot101@debian.org>
3241
3242         * glib/Makefile.am, glib/examples/Makefile.am,
3243         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
3244         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
3245
3246         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
3247
3248         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
3249         from Ubuntu by Daniel Silverstone to allow specifying match rules on
3250         the command line.
3251
3252 2005-10-27  Ross Burton  <ross@openedhand.com>
3253
3254         * dbus/dbus-marshal-header.c:
3255         Remove dead code.
3256
3257         * glib/dbus-gobject.c:
3258         Stop compiler warning.
3259
3260 2005-10-25  Ross Burton  <ross@openedhand.com>
3261
3262         * dbus/dbus-auth.c:
3263         * dbus/dbus-server-unix.c:
3264         * dbus/dbus-transport-unix.c:
3265         * glib/dbus-gmain.c:
3266         * glib/dbus-gobject.c:
3267         Add some const keywords.
3268
3269 2005-10-25  Ross Burton  <ross@openedhand.com>
3270
3271         * doc/dbus-specification.xml:
3272         Document the NoReply annotation.
3273
3274         * glib/dbus-binding-tool-glib.h:
3275         * glib/dbus-binding-tool-glib.c:
3276         Respect the NoReply annotation.
3277
3278 2005-10-24  Robert McQueen <robot101@debian.org>
3279
3280         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
3281         derive from unicode instead of str, and encode/decode UTF-8 when
3282         marshalling/unmarshalling bus messages
3283
3284         * python/introspect_parser.py: encode introspection data as UTF-8
3285         before passing the buffer into libxml2
3286
3287         * test/python/test-client.py: add unicode test strings
3288
3289         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
3290         ignore generated python test files
3291
3292 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
3293
3294         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
3295         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
3296         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
3297
3298         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
3299         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
3300         when constructing struct signatures
3301
3302         * python/_dbus.py (Bus): handle private connections using the
3303         private keyword in the constructor. defaults to private=False
3304         (Bus::close): new method to close a connection to the bus
3305
3306         * python/dbus_bindings.pyx (Connection::close): renamed method
3307         was previously called disconnect
3308         (bus_get): now supports getting a private connection
3309
3310         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
3311         keyword is set to True.  if it is, execute the method without waiting
3312         for a reply
3313         (ProxyObject::_introspect_execute_queue): new method for executing
3314         all the pending methods that were waiting for the introspect to
3315         finish.  this is called when introspect either succeeds or fails
3316         (ProxyObject::_introspect_error_handler): call queued methods
3317
3318 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
3319
3320         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
3321         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
3322
3323         * python/service.py (Object::_message_cb): handle exceptions correctly
3324         by sending them over the wire to the calling app.  This makes sure
3325         the client returns immediately instead of waiting the 15 seconds to
3326         timeout.
3327
3328         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
3329         Add a test to benchmark how long it takes to introspect a service and 
3330         call a method which returns a large element (pretty fast)
3331
3332         * test/python/test-service.py (TestObject::GetComplexArray): new test 
3333         method which pushes a lot of data
3334
3335 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3336
3337         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
3338         reclaim memory outside of the loop and use del istead of just setting
3339         the key to None
3340
3341 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3342
3343         * python/service.py (ObjectType::_reflect_on_signal): Always close
3344         signal tag even when there are no arguments
3345
3346 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
3347
3348         * configure.in: Set mono, mono-docs and Qt3 to default
3349         to no instead of auto when building.  These bindings do not
3350         have full time maintainers and will not be supported for the
3351         1.0 release.
3352
3353 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
3354
3355         patches from Michael Krivoruchko <misha at sun.com>: 
3356         
3357         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
3358         _dbus_connection_message_sent, 
3359         _dbus_connection_send_preallocated_unlocked_no_update, 
3360         _dbus_connection_pop_message_link_unlocked): handle the case when path 
3361         is NULL when calling _dbus_verbose
3362
3363         * configure.in: check for functions getpeerucred and getpeereid
3364
3365         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
3366         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
3367         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
3368         Patch was only tested on Solaris 10 x86 so it might be issues
3369         with other platforms (i.e. BSDs and MacOSX)
3370         
3371
3372 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
3373
3374         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
3375         instead of marshal basic so we can handle recursive types in a variant
3376
3377         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
3378         in variants
3379
3380         * test/glib/test-service-glib.c, test-service-glib.xml
3381         (my_object_echo_variant [EchoVariant], 
3382         my_object_process_variant_of_array_of_ints123
3383         [ProcessVariantOfArrayOfInts123]): 
3384         Add two test methods
3385
3386         * python/introspect_parser.py: New module for parsing introspect
3387         data.
3388
3389         * python/dbus_bindings.pyx:
3390         (various places): when throwing errors fix to use errormsg instead 
3391         of message local variable because Pyrex can get confused with other 
3392         message variables (initial patch by Robert McQueen 
3393         <robert.mcqueen at collabora.co.uk>)
3394         (MessageIter::parse_signature_block): new method for getting the next
3395         block in a signiture.
3396         (MessageIter::append_strict): new method for appending values strictly
3397         using the passed in signature instead of guessing at the type
3398         (MessageItter:: append_dict, append_struct, append_array): use 
3399         signatures to marshal children if the signature is available
3400         
3401         * python/exceptions.py (IntrospectionParserException): new exception
3402
3403         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
3404         introspected signatures if available, else we fall back to the
3405         old way of doing things.
3406         (ProxyObject::_introspect_reply_handler ): parse introspection data
3407         
3408         * python/service.py (ObjectType::_reflect_on_method): Properly
3409         terminate <method> if there are no args in the reflection data
3410
3411         * test/python/test-client.py: add tests for talking with the GLib
3412         test server.  This gives us better coverage for introspection since
3413         python to python will always generate arguments as variants.  It also
3414         allows us to test the robustness of the GLib bindings and interlanguage
3415         communications.
3416
3417         
3418 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
3419
3420         * bus/driver.c (bus_driver_handle_introspect): Add signals
3421         to the introspect data. (patch from Daniel P. Berrange 
3422         <dan at berrange.com>)
3423
3424         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
3425         
3426         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
3427         _dbus_connection_run_builtin_filters): Changed these to
3428         be unlock_no_update functions and call 
3429         _dbus_connection_send_unlocked_no_update instead of
3430         dbus_connection_send to avoid locking errors.
3431         
3432         * doc/TODO: Removed the make Ping test TODO
3433         
3434 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3435
3436         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
3437         We now copy the message from a DBusError and then free 
3438         the error object befor throwing the error
3439
3440         * glib/dbus-glib-tool.c: removed extra comma at the end of the
3441         DBusBindingOutputMode enum which was causing a warning.
3442         #include <time.h> so using time_t is explicitly defined
3443
3444 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
3445
3446         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
3447         - dbus/dbus-bus.c
3448         (internal_bus_get): new method that take over the heavy lifting
3449         of dbus_bus_get and adds the ability to get a private connection
3450         to the bus
3451         (dbus_bus_get): wrapper to internal_bus_get that provides the same
3452         interface as in previous versions
3453         (dbus_bus_get_private): new method that is a wrapper to 
3454         internal_bus_get to get a private connection to the bus
3455
3456         - dbus/dbus-bus.h
3457         (dbus_bus_get_private): add as a public libdbus interface
3458
3459         - dbus-1.pc.in: output system_bus_default_address and 
3460         sysconfdir variables so apps can use them when compiling
3461
3462 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
3463         * dbus/qt: New Qt bindings
3464
3465 2005-09-12  Waldo Bastian  <bastian@kde.org>
3466
3467         * dbus/dbus-marshal-validate.c,
3468         doc/dbus-specification.xml, test/Makefile.am,
3469         test/test-names.c: allow hyphens in bus names.
3470
3471 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3472
3473         * test/data/auth/fallback.auth-script: we don't
3474         retry the EXTERNAL method when we know its going
3475         to fail anymore.
3476
3477 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
3478
3479         * dbus/dbus-connection-internal.h: rename
3480         (add|remove|toggle)_(watch|timeout) to unlocked()
3481         
3482         * dbus/dbus-connection.c: ditto.
3483         
3484         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
3485         Update some callers for the renaming.
3486
3487 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
3488
3489         * dbus/dbus-auth.c: (record_mechanisms): don't
3490         retry the first auth mechanism because we know
3491         we're just going to get rejected again.
3492         
3493         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3494         Fix thinko ... and what a nasty little bugger to
3495         track down you were ...
3496
3497         * dbus/dbus-connection.c:
3498         (_dbus_connection_add_watch),
3499         (_dbus_connection_remove_watch): add note about
3500         these needing the connection to be locked.
3501         (_dbus_connection_get_dispatch_status_unlocked):
3502         set status to DATA_REMAINS when we queue the
3503         disconnected message.
3504         
3505         * bus/dispatch.c:
3506         (bus_dispatch): fix warning.
3507         (check_existent_service_no_auto_start):
3508         Expect ChildSignaled error too.
3509         (check_existent_hello_from_self): fix another
3510         couple of warnings.
3511         
3512 2005-09-08  Joe Shaw  <joeshaw@novell.com>
3513
3514         Patches from James Willcox <snorp@snorp.net>
3515
3516         * mono/Makefile.am: Add Int16.cs and UInt16.cs
3517
3518         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3519         support array "out" parameters.
3520
3521         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
3522         for 16-bit int support.
3523
3524 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
3525
3526         * Released 0.50
3527
3528         * Patch from Steve Grubb:
3529         - bus/activation.c (bus_activation_service_reload_test): clean up
3530         some indentation
3531         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
3532         - dbus/dbus-message-factory.c (generate_special): fix a couple of
3533         buffer overflows in the test suite.  This is non critical because
3534         it can not be exploited and this code is only run when doing a 
3535         make check.
3536
3537         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
3538         - configure.in: Don't check and link against kdecore, only qt headers
3539         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
3540         - gcj/org/freedesktop/dbus/Makefile.am:
3541         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
3542         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
3543         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
3544         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
3545         - tools/Makefile.am: Add platform extentions to binaries 
3546         (i.e. .exe on windows)
3547
3548         * configure.in: 
3549         - Make it so if no suitable version of python is found we only 
3550         disable building python instead of exiting the configure script
3551         - Require version 2.4 of glib for glib bindings
3552         - Up version to 0.50
3553
3554         * python/__init__.py: Sync version with libdbus to (0,50,0)
3555         
3556 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3557
3558         * dbus/dbus-object-tree.c (find_subtree_recurse):
3559         a couple of optimizations (bug #710):
3560         - do a binary search in the tree
3561         - insert a new child at the right place directly, no need for
3562           qsort anymore
3563         - do the "double alloc" thing when allocating children
3564
3565 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
3566
3567         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
3568
3569         * python/dbus_bindings.pyx: Memory management foo
3570         (global): remove hacky _user_data_references global list
3571         (GIL_safe_cunregister_function_handler): userdata now stuffed into
3572         tuples. Unref user_data
3573         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
3574         (Connection::__del__): Remove and replace with __dealloc__ method
3575         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3576         to keep tuple from being deallocated instead of the global var hack
3577         (Connection::register_object_path): Stuff user_data into a tuple.
3578         Use Py_INCREF to keep tuple from being deallocated instead of the 
3579         global var hack
3580         (Connection::register_fallback): Stuff user_data into a tuple.
3581         Use Py_INCREF to keep tuple from being deallocated instead of the 
3582         global var hack
3583         (GIL_safe_pending_call_notification): Don't unref the message
3584         because it gets unreffed when going out of scope.  Py_XDECREF
3585         the user_data
3586         (PendingCall::__del__): Remove and replace with __dealloc__ method
3587         (PendingCall::set_notify): ref the pending call because we will
3588         need it to stick around for when the notify callback gets called
3589         (Message::__del__): Remove and replace with __dealloc__ method
3590
3591         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
3592         gthreads_init to match up with the dbus call
3593
3594         * python/glib.py (init_threads): Changed to threads_init to match
3595         up with gobject.threads_init().  init_threads is kept for backwards
3596         compat but will most likely be deprecated in the future
3597
3598         * test/python/test-client.py: 
3599         - revamp to use Python's unittest functionality
3600         - add async call tests
3601         - setup threads in glib and dbus so we make sure locks are working
3602         
3603 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3604
3605         * python/dbus_bindings.pyx 
3606         (_pending_call_notification, cunregister_function_handler, 
3607         cmessage_function_handler): All callback functions have been rearranged 
3608         to workaround a bug in Pyrex when working with the GIL which is Python's 
3609         global lock when dealing with threads.  They have been split into
3610         a wrapper function (which assumes the name of the old function) and
3611         a _GIL_safe_<function name> function which contains the functionality
3612         of the old function.  This ensures that Pyrex does not write code
3613         the lock is released.
3614         
3615
3616 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
3617
3618         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
3619         GIL global lock when calling back into Python
3620
3621 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
3622
3623         * Release 0.36.2
3624
3625         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
3626
3627         * bus/policy.c (bus_policy_allow_user): change default "user is
3628         allowed" to be "user has same uid as the bus itself"; any
3629         allow/deny rules will override.
3630
3631         * bus/session.conf.in: don't allow all users, since now by default
3632         the user that ran the bus can connect.
3633
3634 2005-08-26  Colin Walters  <walters@verbum.org>
3635
3636         * tools/dbus-print-message.c (print_message): Flush stdout
3637         after printing a message, so that redirecting to a file, then
3638         hitting Ctrl-C works.
3639
3640 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
3641
3642         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
3643         (EmptyMessage): new class that subclasses Message.  This is a workaround
3644         to a Pyrex bug that fails to call __del__ when the Message object goes out
3645         of scope.  For some reason subclassing Message fixes this bug
3646         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
3647         - s/Message(_create=0)/EmptyMessage everywhere else
3648         
3649         * test/python/test-{server|client}.py: add the python/.libs directory
3650         to the lookup path so dbus_bindings and dbus_glib_bindings don't
3651         get picked up from the system
3652
3653 2005-08-25  Colin Walters  <walters@verbum.org>
3654
3655         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
3656         to Ryan Lortie for the suggestion.
3657
3658 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3659
3660         * test/python: Add python regression test
3661
3662         * configure.in: Add test/python/Makefile
3663
3664         * test/Makefile.am: Add the python directory to SUBDIRS
3665
3666 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
3667
3668         * Release 0.36.1
3669
3670         * python/_dbus.py: 
3671         (Interface::connect_to_signal): propigate keywords for match on args
3672         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
3673
3674         * python/proxies.py (ProxyObject::connect_to_signal):
3675         propigate keywords for match on args
3676
3677         * Makefile.am: point everything to pyexecdir since python borks
3678         on multilib
3679
3680 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3681
3682         * Release 0.36
3683
3684 2005-08-23  Colin Walters  <walters@verbum.org>
3685
3686         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
3687
3688 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
3689
3690         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
3691         to fix some wranings. We now use dbus_bindings.DBusConnection instead
3692         of defining DBusConnection ourselves.
3693
3694 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
3695
3696         * python/dbus.pth: New path file to fix up problems when installing
3697         c libraries to lib64 and python files to lib.
3698
3699         * python/Makefile.am: install dbus.pth in the correct spot
3700
3701 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
3702         * ChangeLog: clean up my last entry a bit
3703
3704         * doc/introspect.xsl: New stylesheet for converting introspection data
3705         into browser renderable xhtml. Contributed by Lennart Poettering.
3706
3707         * doc/introspect.dtd: Fixups in the introspect format from Lennart
3708         Poettering.
3709
3710         * doc/dbus-tutorial.xml: 
3711         - Add Colin Walter to the Authors section for authoring the GLib
3712         section
3713         - Add descriptions of the new signature and type functionality
3714         in the Python complex type mapping section
3715         - Add a sidenote on the new args matching functionality in 
3716         the Python bindings
3717         - Fixed up some of the examples to use the gobject.MainLoop
3718         instead of gtk.main
3719         
3720         * python/_dbus.py:
3721         (Bus::_create_args_dict): New. Converts a hash of arg matches
3722         to a more useable format
3723         (Bus::add_signal_receiver): add a **keywords parameter for catching
3724         arg match parameters
3725         (Bus::remove_signal_receiver): add a **keywords parameter for catching
3726         arg match parameters
3727         
3728         * python/matchrules.py:
3729         (MatchTree::exec_matches): Check for arg matches
3730         (SignalMatchRule::add_args_match): New method
3731         (SignalMatchRule::execute): Added args_list parameter as an optimization
3732         so we don't have to marshal the args more than once
3733         (SignalMatchRule::match_args_from_list): New method that checks to see
3734         if the rule's arg matches match an argument list.  Only arguments
3735         set in the rule are checked.
3736         (SignalMatchRule::match_args_from_rule): New method that checks to see
3737         if the rule's arg matches match another rule's.  All args have to match
3738         in order for this method to return true.  If either rule has more args
3739         then it is not a match.
3740         (SignalMatchRule::is_match): Add args match
3741         (SignalMatchRule::repr): Add args to the final output if they exist
3742
3743 2005-08-17  Ross Burton  <ross@burtonini.com>
3744
3745         * glib/dbus-gproxy.c:
3746         (dbus_g_proxy_call_no_reply): unref the message once sent.
3747         (dbus_g_proxy_call): protect against NULL proxy.
3748
3749 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
3750
3751         * python/__init__.py: Version updated (0, 43, 0)
3752         
3753         * python/dbus_bindings.pyx: 
3754         - Fixed type objects to have self passed into __init__
3755         - Added the Variant type
3756         - Add the ability to specify types or signatures for Array, Variant 
3757         and Dictionary
3758         (Connection::send_with_reply_handlers): return a PendingCall object
3759         (_pending_call_notification): handle the case when an error is returned 
3760         without an error message in the body
3761         (MessageIter::get_boolean): return True or False instead of an integer
3762         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
3763         and add checks for objects with embeded signatures or types (Array, 
3764         Variant and Dictionary)
3765         (MessageIter::append_byte): handle case when the value is a dbus.Byte
3766         (MessageIter::append_dict): handle embeded types or signatures
3767         (MessageIter::append_array): handle embeded types or signatures
3768         (MessageIter::append_variant): new method
3769         
3770         * python/proxies.py:
3771         (DeferedMethod): New. Dummy executable object used when queuing calls 
3772         blocking on introspection data
3773         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
3774         or shorter timeouts for method calls
3775         (ProxyObject): Add first pass at an introspection state machine
3776         (ProxyObject::__init__): Add introspect keyword for turing off an on 
3777         introspection. 
3778         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
3779         the usual mechanisms for sending messages.  This is to avoid a deadlock
3780         where the Intospect call would be queued waiting for the Introspect 
3781         call to finish ;-)
3782         (ProxyObject::_introspect_reply_handler): New.  This method is called 
3783         when introspection returns with no error
3784         (ProxyObject::_introspect_error_handler): New.  This method is called 
3785         when introspection encounters an error
3786         (ProxyObject::__getattr__): Code to handle different introspection 
3787         states.  Queue async calls or block blocking calls if we are 
3788         introspecting.  Pass through as normal if we are not or are done with 
3789         introspecting.
3790         
3791         * python/service.py: Import signal and method from decorators.py
3792
3793         * python/types.py: Add Variant type
3794
3795 2005-08-16  Colin Walters  <walters@verbum.org>
3796
3797         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
3798         DBusError message is NULL.
3799
3800 2005-08-09  Havoc Pennington  <hp@redhat.com>
3801
3802         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
3803         malloc'd copy of the name parameter
3804
3805 2005-08-09  Havoc Pennington  <hp@redhat.com>
3806
3807         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
3808         warning if the reply serial is set to 0
3809
3810 2005-08-04  Colin Walters  <walters@verbum.org>
3811
3812         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
3813         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
3814         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
3815         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
3816         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
3817         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
3818         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
3819         * glib/dbus-gvalue.h (dbus_g_value_types_init)
3820         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
3821         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
3822         
3823         Prefix name with _ to ensure they're not exported.  All callers
3824         updated.
3825
3826         * glib/dbus-gvalue.c (typecode_to_gtype)
3827         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
3828         (signature_iter_to_g_type_dict)
3829         (signature_iter_to_g_type_array)
3830         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
3831         (dbus_gtypes_from_arg_signature):
3832         Move to dbus-gsignature.c.
3833
3834         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
3835         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
3836         (dbus_binding_tool_output_glib_client): Ditto.
3837
3838         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
3839         and dbus-gsignature.h
3840
3841         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
3842         unused variable.
3843
3844 2005-08-03  Colin Walters  <walters@verbum.org>
3845
3846         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
3847         catch any incompatible changes accidentally made.
3848
3849 2005-08-03  Havoc Pennington  <hp@redhat.com>
3850
3851         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
3852         typo, from Julien Puydt
3853
3854         * bus/connection.c (bus_connection_disconnected): we were always
3855         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
3856
3857 2005-08-01  Colin Walters  <walters@verbum.org>
3858
3859         Patch from Joe Markus Clarke:   
3860         
3861         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
3862         use-after-free.
3863
3864 2005-08-01  Colin Walters  <walters@verbum.org>
3865         
3866         Patch from Joe Markus Clarke:   
3867         
3868         * tools/dbus-send.c (main): 
3869         
3870         Don't use C99 style initializers (bug #3933).
3871         
3872 2005-08-01  Colin Walters  <walters@verbum.org>
3873
3874         Patch from Joe Markus Clarke:   
3875
3876         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
3877         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
3878         * glib/dbus-gobject.c (write_interface):
3879
3880         Don't use C99 style initializers (bug #3933).
3881
3882 2005-07-31  Havoc Pennington  <hp@redhat.com>
3883
3884         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
3885         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
3886
3887 2005-07-30  Havoc Pennington  <hp@redhat.com>
3888
3889         * fix a bunch of Doxygen warnings and mistakes
3890
3891 2005-07-30  Havoc Pennington  <hp@redhat.com>
3892
3893         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
3894         DBUS_BUILD_TESTS since it's now used in production code
3895
3896 2005-07-29  Havoc Pennington  <hp@redhat.com>
3897
3898         * test/glib/test-profile.c (write_junk): initialize the junk
3899         buffer so valgrind doesn't have a breakdown
3900
3901 2005-07-29  Havoc Pennington  <hp@redhat.com>
3902
3903         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
3904         (match_rule_matches): remove unused arg
3905         (test_matching): add tests for match_rule_matches()
3906
3907         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
3908         do arg0='foo' arg5='bar' in the match rules
3909         (match_rule_matches): don't match if the arg0='foo' doesn't match.
3910
3911         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
3912
3913 2005-07-29  Ross Burton  <ross@openedhand.com>
3914
3915         * dbus/dbus-connection.c:
3916         Don't create a DBusCondVar which is never used.
3917
3918 2005-07-27  Ross Burton  <ross@openedhand.com>
3919
3920         * dbus/dbus-message.c:
3921         Reduce the size of the maximum cached message to 10K.
3922
3923 2005-07-25  Ross Burton  <ross@openedhand.com>
3924
3925         * glib/dbus-gproxy.c:
3926         Remove matches when all proxies are unregistered.
3927
3928 2005-07-24  Colin Walters  <walters@verbum.org>
3929
3930         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
3931         typedata; recursive arrays won't have it.
3932
3933         * test/glib/test-dbus-glib.c:
3934         * test/glib/test-service-glib.c:
3935         * test/glib/test-service-glib.xml: Add recursive arrays tests.
3936         
3937 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
3938
3939         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
3940         proxies.py, service.py: Cleanup of code after running it through the
3941         pyflakes code checker mostly dealing with undefined names.  
3942         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
3943
3944 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3945
3946         * NEWS: Update to 0.35.2
3947
3948 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
3949
3950         * python/_dbus.py: Remove import of the dbus.services
3951         module as it no longer exists (patch from Dimitur Kirov)
3952
3953         * python/service.py (Object::__init__): Fixed typo
3954         s/name/bus_name (patch from Dimitur Kirov)
3955
3956         * python/examples/example-signal-emitter.py: import dbus.glib
3957         to get the main loop and use glib mainloop instead of gtk so
3958         X doesn't have to be running.
3959
3960         * python/examples/example-signal-recipient.py: import dbus.glib
3961         to get the main loop and use glib mainloop instead of gtk so
3962         X doesn't have to be running. Import the decorators module
3963         directly.
3964
3965         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
3966         didn't pick up on but are needed to build
3967
3968         * configure.in: upped version to 0.35.2
3969
3970         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
3971         added Colin Walters' SELinux API rename patch from head 
3972         s/unix sercurity context/selinux security context/
3973
3974 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
3975
3976         * python/Makefile.am: dbus_binding.pxd.in should be included 
3977         in EXTRA_DIST not dbus_binding.pxd
3978         fix up $(srcdir) hopefully for the last time
3979
3980         * NEWS: Update to 0.35.1
3981
3982 2005-07-16  Colin Walters  <walters@verbum.org>
3983
3984         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
3985         from bus_driver_handle_get_connection_unix_security_context.  Update for
3986         error usage.
3987         (message_handlers): Update for renames.
3988
3989         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3990         _dbus_string_init failure correctly.
3991         (bus_selinux_append_context): Convert SID to context.  Append it
3992         as a byte array.
3993         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
3994         hasn't been called.
3995
3996         * bus/selinux.h: Update prototype.
3997
3998         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
3999         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
4000
4001 2005-07-15  Colin Walters  <walters@verbum.org>
4002
4003         * doc/TODO: Add note about convenience wrappers.
4004
4005 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4006
4007         * NEWS: Update to 0.35
4008
4009 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4010
4011         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
4012         so distcheck doesn't fail
4013
4014         * glib/examples/Makefile.am: Add example-service.xml and 
4015         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
4016
4017         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
4018         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
4019
4020         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
4021         compiler looks in the right places during distcheck
4022
4023 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4024
4025         * glib/example/Makefile.am: Fix a typo which cause make distcheck
4026         to fail
4027
4028 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4029
4030         * python/examples/example-service.py,
4031         python/examples/example-signal-emitter.py: Fixed up examples
4032         for API changes
4033
4034 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4035
4036         * python/__init__.py: Upped to version (0,42,0) because of
4037         the API change
4038
4039 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4040
4041         * ChangeLog: fix date in last entry
4042
4043         * configure.in, bus/system.conf.in: add the ability to configure 
4044         the system bus user at compiletime with the --with-dbus-user flag
4045         (patch from Kristof Vansant)
4046
4047 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
4048
4049         * bus/dispatch.c, test/test-service.c: Add testcase
4050         for sending messages to oneself (TODO item).
4051
4052         * python/service.py (class Object): Swap ordering of bus_name 
4053         and object_path parameters to better support inheritance.
4054
4055         * doc/dbus-tutorial.xml: change Python docs to reflect change
4056         in parameter ordering and fix the inheritance section.
4057
4058         * doc/TODO: remove sending message to oneself TODO item
4059
4060 2005-07-15  Ross Burton  <ross@openedhand.com>
4061
4062         * glib/dbus-gproxy.c:
4063         Fix a leak when calling methods via the proxy.
4064
4065 2005-07-15  Colin Walters  <walters@verbum.org>
4066
4067         * bus/selinux.c (bus_selinux_append_context): Wrap in
4068         HAVE_SELINUX.
4069
4070 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
4071
4072         * python/_dbus.py (Bus::remove_signal_receiver):
4073         don't add a callback to the match if none has been passed in
4074         
4075         * python/matchrules.py (SignalMatchTree::remove): if the rule
4076         being matched does not have a callback treat it as a wildcard
4077         fix matching logic
4078
4079         * doc/dbus-tutorial.xml: Add Python tutorial
4080
4081 2005-07-14  Colin Walters  <walters@verbum.org>
4082
4083         * bus/driver.c
4084         (bus_driver_handle_get_connection_unix_security_context): New function.
4085         (message_handlers): Add.
4086
4087         * bus/selinux.c (bus_selinux_append_context): New function; appends
4088         security context to message.
4089
4090         * bus/selinux.h: Prototype.
4091
4092         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
4093
4094 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
4095
4096         * bus/activation.c: clean up all tabs to be 8 spaces 
4097         (bus_activation_activate_service): make sure we clean up
4098         if activation fails
4099
4100         * bus/dispatch.c: clean up all tabs to be 8 spaces 
4101         (check_shell_fail_service_auto_start): New function
4102         tests to make sure we get fail properly when trying to auto start a service
4103         with a faulty command line
4104         (check_shell_service_success_auto_start): New function tests to make sure
4105         auto started services get the arguments on the command line
4106
4107         * test/test-shell-service.c: Added service for testing auto-starting with 
4108         command line arguments
4109
4110         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
4111         test/data/valid-service-files/debug-shell-echo-success.service.in:
4112         Added service files for testing auto-starting with command line arguments
4113
4114         * */.cvsignore: added a bunch of generated files to various .cvsignore files
4115
4116 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
4117
4118         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
4119         
4120         * dbus/Makefile.am: added new files to build.
4121
4122         * bus/activation.c (bus_activation_activate_service): support
4123         activation commands with parameters.
4124
4125         * test/shell-test.c: added test program for the shell parsing
4126         code.
4127
4128 2005-07-13  David Zeuthen  <davidz@redhat.com>
4129
4130         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
4131         64 bit signed and unsigned parameters
4132
4133 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
4134
4135         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
4136
4137         * python/service.py (class Name): renamed BusName to make it clearer
4138         what the object is for (a name on the bus)
4139
4140         * python/examples/example-service.py,
4141         python/examples/example-signal-emitter.py: change the Name object to
4142         BusName
4143
4144 2005-07-12  Colin Walters  <walters@verbum.org>
4145
4146         Patch from Jim Gettys <Jim.Gettys@hp.com>.
4147
4148         * tools/dbus-launch.c: Include sys/select.h.
4149
4150 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
4151         * python/dbus_bindings.pyx.in: removed
4152
4153         * python/dbus_bindings.pyx: Added.
4154         - Fixed some memleaks (patch from 
4155         Sean Meiners <sean.meiners@linspireinc.com>)
4156         - Broke out the #include "dbus_h_wrapper.h" and put it in its
4157         own pxd file (Pyrex definition)
4158         - Broke out glib dependancies into its own pyx module
4159         
4160         * python/dbus_bindings.pdx: Added.
4161         - Defines C class Connection for exporting to other modules
4162
4163         * python/dbus_glib_bindings.pyx: Added.
4164         - New module to handle lowlevel dbus-glib mainloop integration
4165
4166         * python/glib.py: Added.
4167         - Registers the glib mainloop when you import this module
4168
4169         * python/services.py: Removed (renamed to service.py)
4170         
4171         * python/service.py: Added.
4172         - (class Server): renamed Name
4173
4174         * python/__init__.py: Bump ro version (0,41,0)
4175         -don't import the decorators or service module
4176         by default.  These now reside in the dbus.service namespace
4177
4178         * python/_dbus.py (Bus::__init__): Add code run the main loop 
4179         setup function on creation 
4180
4181         * python/examples/example-service.py,
4182         python/examples/example-signal-emitter.py: update examples
4183
4184         * python/examples/gconf-proxy-service.py,
4185         python/examples/gconf-proxy-service2.py: TODO fix these up
4186
4187         * doc/TODO: Addition
4188         - Added a Python Bindings 1.0 section
4189         - added "Add match on args or match on details to match rules"
4190
4191
4192 2005-07-12  Colin Walters  <walters@verbum.org>
4193
4194         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
4195         (statemachine-glue.h): 
4196         * glib/examples/Makefile.am (example-service-glue.h) 
4197         (example-signal-emitter-glue.h): 
4198         * glib/Makefile.am (dbus-glib-error-switch.h): 
4199         Add libtool --mode=execute so we use the built library instead
4200         of any installed one.
4201
4202 2005-07-11  Colin Walters  <walters@verbum.org>
4203
4204         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
4205         (dbus_g_value_types_init): Remove assertion.
4206         (dbus_g_value_get_g_type, dbus_g_value_open)
4207         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
4208         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
4209         functions related to DBusGValue.  Now we marshal/demarshal
4210         structures as GValueArray.
4211         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
4212         structures.
4213         (signature_iter_to_g_type_array): Don't call
4214         signature_iter_to_g_type_struct.
4215         (signature_iter_to_g_type_struct): Delete.
4216         (dbus_gvalue_to_signature): Delete.
4217         (dbus_gvalue_to_signature): New function with same name as other
4218         one; we can convert structures to signatures.
4219         (demarshal_valuearray): New function.
4220         (get_type_demarshaller): Use it.
4221         (demarshal_recurse): Delete.
4222         (marshal_proxy): New function.
4223         (marshal_map): Warn if we can't determine signature from type.
4224         (marshal_collection_ptrarray): Ditto.
4225         (marshal_collection_array): Ditto.
4226         (get_type_marshaller): Use marshal_valuearray.
4227         (marshal_recurse): Delete.
4228         (_dbus_gvalue_test): Add some tests.
4229
4230         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
4231         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
4232         (dbus_g_value_open, dbus_g_value_iterator_get_value)
4233         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
4234         (dbus_g_value_free): Remove prototypes.
4235
4236         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
4237         G_TYPE_VALUE_ARRAY.
4238
4239         * glib/examples/example-service.c:
4240         * glib/examples/example-client.c: Implement GetTuple.
4241
4242         * test/glib/test-dbus-glib.c:
4243         * test/glib/test-service-glib.c:
4244         * test/glib/test-service-glib.xml: Add structure tests.
4245
4246 2005-07-10  Colin Walters  <walters@verbum.org>
4247
4248         * doc/TODO: Knock off some GLib items with this patch.
4249
4250         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
4251         (_dbus_gvalue_signals_error): New functions.
4252
4253         * glib/dbus-gvalue-utils.h: Prototype them.
4254
4255         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
4256         and change to not output const/retval flags for input args.  All
4257         callers updated.
4258         (invoke_object_method): Refactor to handle return values.  Add
4259         some more comments in various places.  Remove debug g_print.
4260
4261         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
4262
4263         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
4264         Handle G_TYPE_NONE.
4265         (compute_gsignature): New function; refactored from code from
4266         compute_marshaller and compute_marshaller_name.  Enhance to
4267         handle return values and async ops more cleanly.  Update for
4268         async ops returning NONE instead of BOOLEAN.
4269         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
4270         and output appropriate string.
4271         (generate_glue): Handle return value annotation.  Also don't dump
4272         constness flag for input arguments.
4273
4274         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
4275         files shared between installed library and utilities.
4276         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
4277         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
4278         binding tool can access gtype utility functions.
4279
4280         * test/glib/test-service-glib.c: 
4281         * test/glib/test-service-glib.xml: 
4282         * test/glib/test-dbus-glib.c: Add some tests for return values.
4283
4284 2005-07-09  Colin Walters  <walters@verbum.org>
4285
4286         * glib/dbus-gparser.c (parse_annotation): Add annotations to
4287         argument if available, not method.
4288
4289         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
4290         (invoke_object_method): First, remove some redundant
4291         GValues (object_value, error_value) in favor of working on
4292         array directly.  Second, rework constness to be less buggy.
4293         Now we iterate directly over the argument metadata instead
4294         of parallel iterating over output signature and metadata.
4295
4296         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
4297
4298         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
4299         annotation on input args.
4300         
4301 2005-07-09  Colin Walters  <walters@verbum.org>
4302
4303         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
4304         Define.
4305
4306         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
4307         annotation.
4308
4309         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
4310         (method_dir_signature_from_object_info): Handle arg_iterate change.
4311         (write_interface): Ditto.
4312         (lookup_object_info): Don't barf if format_version is > 0.
4313         (invoke_object_method): Handle arg constness.
4314
4315         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
4316         (arg_info_new): Create.
4317         (arg_info_unref): Destroy.
4318         (arg_info_get_annotations, arg_info_get_annotation) 
4319         (arg_info_add_annotation): New functions.
4320
4321         * glib/dbus-gidl.h: Prototype them.
4322
4323         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
4324         args, disallow them in properties.
4325         (parse_annotation): Handle arg annotations.
4326
4327         * test/glib/test-service-glib.xml: 
4328         * test/glib/test-service-glib.c: Update to make some methods
4329         const.
4330
4331 2005-07-08  Colin Walters  <walters@verbum.org>
4332
4333         * test/glib/test-service-glib.xml: 
4334         * test/glib/test-service-glib.c:
4335         * test/glib/test-dbus-glib.c: Test a{sv}.
4336
4337         * glib/examples/statemachine/statemachine.c:
4338         * glib/examples/statemachine/statemachine-server.c:
4339         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
4340         add progress bar, etc.
4341
4342         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
4343         needed anymore due to generic array/map marshalling.
4344         (dbus_g_value_types_init): Don't register basic arrays or the
4345         string/string hash.
4346         (dbus_gtype_from_signature_iter): Don't try to recurse into
4347         variants.
4348         (dbus_gtype_to_signature): Check collection/map before type
4349         metadata.
4350         (demarshal_garray_basic): Renamed to demarshal_collection_array.
4351         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
4352         generic map creation/append functions instead of hash table
4353         specifically.
4354         (get_type_demarshaller): Handle maps.
4355         (demarshal_collection): Dispatch on collection type to either
4356         demarshal_collection_ptrarray or demarshal_collection_array.
4357         (get_type_marshaller): Handle maps.
4358         (marshal_collection): Dispatch collection type to either
4359         marshal_collection_ptrarray or marshal_collection_array.
4360         (_dbus_gvalue_test): New test.
4361
4362         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
4363         (hash_free_from_gtype): Use it to free GValues.
4364         (hashtable_append): New function.
4365         (ptrarray_append): Fix prototype.
4366         (slist_append): Ditto.
4367         (_dbus_gvalue_utils_test): Extend tests.
4368
4369         * glib/dbus-gtype-specialized.c
4370         (dbus_g_type_specialized_init_append): Renamed from
4371         dbus_g_type_specialized_collection_init_append.  Remove const from
4372         value, since we steal it.
4373         (dbus_g_type_specialized_map_append): New function.
4374
4375         * glib/dbus-gtype-specialized.h: Update prototypes.
4376         Add DBusGTypeSpecializedMapAppendFunc.
4377
4378         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4379         _dbus_gvalue_test.
4380         
4381         * glib/dbus-gtest.h: Prototype it.
4382
4383 2005-07-08  Ross Burton  <ross@openedhand.com>
4384
4385         * dbus/dbus-glib.h:
4386         Add DBysGAsyncData for the async bindings.
4387
4388         * glib/dbus-binding-tool-glib.c:
4389         Re-enable the async bindings.
4390
4391         * test/glib/test-dbus-glib.c:
4392         Add a test for the generated async bindings.
4393
4394 2005-07-08  Colin Walters  <walters@verbum.org>
4395
4396         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
4397         connection concept.
4398         
4399 2005-07-08  Colin Walters  <walters@verbum.org>
4400         
4401         * tools/Makefile.am: Kill of print-introspect in favor of using
4402         dbus-send --print-reply=literal.
4403
4404         * test/glib/test-service-glib.xml: 
4405         * test/glib/test-service-glib.c (my_object_get_objs): New test
4406         for "ao".
4407
4408         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
4409         (main): Test GetObjs.
4410
4411         * glib/examples/statemachine/Makefile.am:
4412         * glib/examples/statemachine/sm-marshal.list:
4413         * glib/examples/statemachine/statemachine-client.c:
4414         * glib/examples/statemachine/statemachine-server.c:
4415         * glib/examples/statemachine/statemachine-server.xml:
4416         * glib/examples/statemachine/statemachine.c:
4417         * glib/examples/statemachine/statemachine.h:
4418         * glib/examples/statemachine/statemachine.xml:
4419
4420         New example.
4421
4422         * glib/examples/example-service.c (main): Move invocation
4423         of dbus_g_object_type_install_info earlier, to emphasize it
4424         should only be done once.
4425
4426         * glib/examples/example-signal-emitter.c (main): Ditto.
4427
4428         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
4429
4430         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
4431         (dbus_gvalue_marshal): Update prototypes.
4432
4433         * glib/dbus-gvalue.c: Update all marshalling functions to take
4434         const GValue instead of GValue.
4435         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
4436         types.
4437         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
4438         change.
4439         (dbus_gtype_to_signature): Handle generic collecitons and maps.
4440         Return a newly-allocated string.
4441         (demarshal_proxy, demarshal_object_path, demarshal_object)
4442         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
4443         we get the wrong types from message.
4444         (get_type_demarshaller): New function, extracted from
4445         dbus_gvalue_demarshal.
4446         (demarshal_collection): New function, demarshals generic
4447         collection.
4448         (dbus_gvalue_demarshal): Just invoke result of
4449         get_type_demarshaller.  Throw error if we don't have one.
4450         (marshal_garray_basic): Abort on OOM.
4451         (get_type_marshaller): New function, extracted from
4452         dbus_gvalue_marshal.
4453         (collection_marshal_iterator, marshal_collection): New functions;
4454         implements generic marshalling for an iteratable specialized
4455         collection.
4456         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
4457
4458         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
4459         G_TYPE_STRING.
4460         (ptrarray_value_from_gvalue): Ditto.
4461         (ptrarray_append, ptrarray_free): New functions.
4462         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
4463         (slist_append, slist_end_append, slist_free): New functions.
4464         (dbus_g_type_specialized_builtins_init): Add append fuctions
4465         for GPtrArray and GSList.  Register GSList.
4466         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
4467
4468         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
4469         New.
4470         (dbus_g_type_specialized_collection_init_append)
4471         (dbus_g_type_specialized_collection_append)
4472         (dbus_g_type_specialized_collection_end_append): Prototype.
4473         (DBusGTypeSpecializedCollectionVtable): Add append_func and
4474         end_append_func.
4475
4476         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
4477         (dbus_g_type_specialized_collection_append) 
4478         (dbus_g_type_specialized_collection_end_append): New functions.
4479         (dbus_g_type_map_value_iterate): Take const GValue.
4480         (dbus_g_type_collection_value_iterate): Ditto.
4481
4482         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
4483         _dbus_gvalue_utils_test.
4484         
4485         * glib/dbus-gtest.h: Prototype it.
4486
4487         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
4488         using uninitialized owner_list.
4489         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
4490         public API.
4491         (dbus_g_proxy_end_call_internal): Update to use error set
4492         from dbus_gvalue_demarshal instead of setting it here.
4493         (dbus_g_proxy_begin_call): Move return_if_fail here.
4494
4495         * glib/dbus-gobject.c (write_interface): Update for
4496         dbus_gtype_to_signature returning new string.
4497
4498         * configure.in: Add glib/examples/statemachine.
4499
4500 2005-07-08  Joe Shaw  <joeshaw@novell.com>
4501
4502         * configure.in: Add a configure option, --with-console-auth-dir
4503         
4504         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
4505         new setting.  Patch from Kay Sievers.
4506
4507 2005-07-06  Colin Walters  <walters@verbum.org>
4508
4509         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
4510         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
4511         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
4512         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
4513         Delete in favor of dbus_g_proxy_begin_call and
4514         dbus_g_proxy_cancel_call.
4515         (DBusGProxyCall, DBusGProxyCallNotify): New.
4516         (dbus_g_proxy_begin_call): Change prototype to take callback, user
4517         data, and destroy function.  This replaces
4518         dbus_g_pending_call_set_notify.
4519         (dbus_g_proxy_cancel_call): Prototype.
4520         (DBusGAsyncData): Delete, shouldn't be needed anymore.
4521
4522         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
4523         pending_calls map.
4524         (struct _DBusGProxyManager): Add bus_proxy member, which is an
4525         internal proxy for calls to the bus. Remove
4526         pending_nameowner_calls, now the internal proxy keeps track.
4527         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4528         pending_nameowner_calls.
4529         (got_name_owner_cb): Update prototype, and use
4530         dbus_g_proxy_end_call.
4531         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
4532         (dbus_g_proxy_manager_register): Delete directly libdbus code in
4533         favor of using internal proxy.
4534         (dbus_g_proxy_manager_unregister): Update to use
4535         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
4536         (dbus_g_proxy_init): Initialize pending calls map.
4537         (dbus_g_proxy_constructor): New.
4538         (dbus_g_proxy_class_init): Add get/set property functions,
4539         constructor, and add NAME, PATH, and INTERFACE properties.
4540         (cancel_pending_call): New function.
4541         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
4542         cancel them.
4543         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
4544         (GPendingNotifyClosure): New structure.
4545         (d_pending_call_notify, d_pending_call_free): Moved here from
4546         dbus-glib.c.
4547         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
4548         ordering.
4549         (manager_begin_bus_call): New internal function for talking to
4550         internal bus proxy.
4551         (dbus_g_proxy_new): Construct object using GObjet properties.
4552         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
4553         Create closure of same, and insert call into map of pending calls.
4554         (dbus_g_proxy_end_call_internal): Take call id instead of pending
4555         call.  Look up pending call in current set.  Remove it when we've
4556         completed.
4557         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
4558         (dbus_g_proxy_begin_call): Change API to take callback, user data,
4559         and destroy function directly.
4560         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
4561         (dbus_g_proxy_call): Invoke with NULL callback.
4562         (dbus_g_proxy_cancel_call): New function, replaces
4563         dbus_g_pending_call_cancel.
4564
4565         * glib/dbus-gparser.c (validate_signature): Fix call to
4566         dbus_set_g_error.
4567
4568         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
4569         New quark for attaching metadata to GType.
4570         (info_hash): Delete.
4571         (lookup_object_info): Look up using quark.
4572         (dbus_g_object_type_install_info): Check that a type is classed,
4573         not that it's an object.  Also just install type data using quark
4574         instead of using global hash.
4575
4576         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
4577         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
4578         (GPendingNotifyClosure): Delete.
4579         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
4580         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
4581
4582         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
4583         client method generation until we can fix it...
4584         
4585         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
4586         (load_from_service_thread_func): Ditto.
4587
4588         * tools/dbus-names-model.c (struct NamesModel): Hold
4589         DBusGProxyCall.
4590         (have_names_notify): Update prototype, use
4591         dbus_g_proxy_cancel_call.
4592         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
4593
4594         * tools/dbus-monitor.c (filter_func): Update for print_message
4595         API change.
4596
4597         * test/glib/test-dbus-glib.c: Add more tests for async
4598         invocations.  Update many begin_call/end_call pairs to just use
4599         dbus_g_proxy_call.
4600
4601         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
4602         allows us to dump print-introspect.c.
4603
4604         * tools/dbus-print-message.h (print_message): Add literal argument
4605         to print_message which is intended to allow printing arguments without
4606         metadata like "string=".
4607
4608         * tools/dbus-print-message.c (print_iter): Add literal argument.
4609         (print_message): Allow printing string messages literally.
4610
4611 2005-07-05  Colin Walters  <walters@verbum.org>
4612
4613         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4614         Remove value refcount leak, original patch from Jorn Baayen
4615         <jorn@openedhand.com>.  Also remove useless extra value in favor
4616         of prepending to value array directly.
4617
4618 2005-07-02  Colin Walters  <walters@verbum.org>
4619
4620         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
4621
4622 2005-07-01  Colin Walters  <walters@verbum.org>
4623
4624         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
4625         
4626         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
4627         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
4628         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
4629         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
4630
4631 2005-06-30  Colin Walters  <walters@verbum.org>
4632
4633         * test/glib/test-dbus-glib.c:
4634         * test/glib/test-service-glib.c:
4635         * test/glib/test-service-glib.xml: Update tests for new error
4636         setting bits, also add async tests (patch from Ross Burton).
4637
4638         * test/glib/Makefile.am (test_service_glib_LDADD): Add
4639         DBUS_GLIB_THREADS_LIBS.
4640
4641         * glib/dbus-gproxy.c (get_name_owner)
4642         (dbus_g_pending_call_end_valist): Ditto.
4643
4644         * glib/dbus-gobject.c (error_metadata): New mapping from GError
4645         domain (GQuark) to DBusGErrorInfo.  
4646         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
4647         quark in error_metadata.  Take message interface as default
4648         error message interface.
4649         (gerror_to_dbus_error_message): Pass message interface.
4650         (dbus_set_g_error): Resurrected.
4651         (dbus_g_error_info_free): New function.
4652         (dbus_g_object_type_install_info): Use g_type_class_ref instead
4653         of _peek to actually create the object class if it hasn't been
4654         created yet.
4655         (dbus_g_error_domain_register): New function.
4656
4657         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
4658
4659         * glib/dbus-gparser.c (validate_signature): Ditto.
4660
4661         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
4662         (dbus_g_error_domain_register): Prototype.
4663
4664         * glib/dbus-glib.c (dbus_g_error_set): Delete.
4665         Update tests.
4666
4667 2005-06-29  Colin Walters  <walters@verbum.org>
4668
4669         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
4670         DBUS_TYPE_G_OBJECT_PATH.
4671
4672         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
4673         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
4674         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
4675         (dbus_g_object_path_get_g_type): New function.
4676         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
4677         to DBUS_TYPE_G_OBJECT_PATH by default.
4678         (demarshal_proxy): Remove unused name variable.
4679         (demarshal_object_path, marshal_object_path): New functions.
4680         (demarshal_proxy_array, marshal_proxy_array): Delete.
4681         
4682         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
4683         DBUS_TYPE_G_OBJECT_PATH to char *.
4684         (dbus_g_type_get_lookup_function): Map builtin
4685         DBUS_TYPE_G_OBJECT_PATH.
4686
4687         * test/glib/test-dbus-glib.c
4688         * test/glib/test-service-glib.c (my_object_objpath): 
4689         Adapt tests to new object path marshalling.
4690
4691 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
4692
4693         * configure.in: force check for Python >= 2.4
4694
4695 2005-06-29  Colin Walters  <walters@verbum.org>
4696         
4697         Patch from Ross Burton <ross@openedhand.com>
4698         
4699         * glib/dbus-gobject.c (invoke_object_method): Unset object
4700         value in all cases, not only in async case.
4701
4702 2005-06-29  Colin Walters  <walters@verbum.org>
4703
4704         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
4705         name_call for keeping track of any outgoing GetNameOwner call.
4706         Also add for_owner and associated.
4707         (struct _DBusGProxyManager): Add owner_names, which is hash table
4708         that maps a base name to a list of names it owns (that we're
4709         interested in).  Add pending_nameowner_calls which is a list of
4710         all outstanding GetNameOwner; avoids us having to iterate over
4711         every proxy.  Add unassociated_proxies which keeps track of name
4712         proxies with no associated name owner.
4713         (dbus_g_proxy_manager_unref): Destroy owner_names.
4714         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
4715         name refcounts.
4716         (find_name_in_info, name_owner_foreach)
4717         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
4718         (dbus_g_proxy_manager_monitor_name_owner)
4719         (dbus_g_proxy_manager_unmonitor_name_owner)
4720         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
4721         New functions; they manipulate the owner_names mapping.
4722         (got_name_owner_cb): New function.
4723         (get_name_owner): New function, extracted from
4724         dbus_g_proxy_new_for_name_owner.
4725         (dbus_g_proxy_manager_register): For now we need to keep track of
4726         all NameOwnerChanged.  Also if the proxy is for a name, if we
4727         don't already know the name owner, queue a new GetNameOwner
4728         request and add it to our list of unassociated proxies.  Otherwise
4729         inc the refcount.
4730         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4731         cancel any pending GetNameOwner call, etc.
4732         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
4733         the owner_names mapping to look up the current names for the
4734         signal source, and dispatch to any proxies for that name.
4735         (dbus_g_proxy_new): Initialize new members.
4736         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4737         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
4738         (dbus_g_pending_call_end_valist): New function, extracted from
4739         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
4740         but want to use the GLib infrastructure.  Also note how many
4741         arguments in reply were over.
4742         (dbus_g_pending_call_end): New function, just call
4743         dbus_g_pending_call_end_valist.
4744         (dbus_g_proxy_end_call_internal): Just call
4745         dbus_g_pending_call_end_valist.
4746
4747         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
4748         of builtin marshaller for STRING_STRING_STRING.
4749
4750         * test/glib/test-dbus-glib.c: 
4751         * test/glib/test-service-glib.c:
4752         * test/glib/test-service-glib.xml:
4753         Extend tests to cover name proxies, destruction of owner proxies,
4754         etc.
4755         
4756         * glib/examples/example-signal-recipient.c
4757         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
4758         
4759         * tools/dbus-send.c (main): Print D-BUS error name in addition
4760         to message.
4761
4762 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
4763
4764         * python/dbus_bindings.pyx.in (cunregister_function_handler,
4765         cmessage_function_handler): Patch from 
4766         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
4767         by using the Py_GILState_Ensure/Release to synchronize with the
4768         python runtime.
4769         
4770 2005-06-28  Ray Strode  <rstrode@redhat.com>
4771
4772         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
4773         babysitter helper process on last unref, bug #2813.
4774
4775 2005-06-27  Colin Walters  <walters@verbum.org>
4776
4777         * test/glib/test-dbus-glib.c: 
4778         * test/glib/test-service-glib.c:
4779         * test/glib/test-service-glib.xml:
4780         Test hash table signal emitting.
4781
4782         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
4783         types to their fundamental basis types, since this is what
4784         marshallers operate on.  Also add an entry for VOID__BOXED.
4785         (dbus_g_object_register_marshaller_array): Convert to fundamental.
4786
4787 2005-06-26  Havoc Pennington  <hp@redhat.com>
4788
4789         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
4790         from Don Park
4791
4792 2005-06-26  Colin Walters  <walters@verbum.org>
4793
4794         * glib/dbus-glib.c (dbus_set_g_error): Delete.
4795         (dbus_g_error_set): New public function from its ashes; used by
4796         both service-side method implementation and GLib bindings
4797         internals.
4798         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
4799         (_dbus_glib_test): Add some tests.
4800
4801         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
4802
4803         * test/glib/test-service-glib.c (my_object_throw_error): Use
4804         dbus_g_error_set.
4805
4806         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
4807         errors thrown by dbus_g_error_set.
4808
4809         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
4810
4811         * glib/dbus-gparser.c (validate_signature): Ditto.
4812
4813         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
4814         (dbus_g_proxy_end_call_internal): Ditto.
4815
4816         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
4817         converts DBUS_ERROR_x to DBUS_GERROR_x.
4818         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
4819
4820         * doc/TODO: Remove error TODO.
4821
4822         * doc/dbus-tutorial.xml: Update with documentation about error
4823         handling.
4824
4825         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
4826         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
4827         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
4828
4829 2005-06-22  Colin Walters  <walters@verbum.org>
4830         
4831         Patch from Ross Burton <ross@openedhand.com>
4832
4833         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
4834
4835 2005-06-20  Colin Walters  <walters@verbum.org>
4836
4837         * configure.in: Add glib/examples.
4838
4839         * glib/Makefile.am: Add examples/
4840
4841         * glib/examples/.cvsignore
4842         * glib/examples/Makefile.am
4843         * glib/examples/example-client.c
4844         * glib/examples/example-service.c
4845         * glib/examples/example-service.xml
4846         * glib/examples/example-signal-emitter.c
4847         * glib/examples/example-signal-emitter.xml
4848         * glib/examples/example-signal-recipient.c:
4849         New files; GLib binding examples, ported from
4850         python/examples.
4851
4852 2005-06-20  Colin Walters  <walters@verbum.org>
4853
4854         * dbus/dbus-glib.h: 
4855         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
4856         dbus_g_proxy_call.
4857
4858         * glib/dbus-binding-tool-glib.c: 
4859         * doc/dbus-tutorial.xml: 
4860         * test/glib/test-dbus-glib.c: Update for rename.
4861         
4862 2005-06-20  Colin Walters  <walters@verbum.org>
4863
4864         Patch suggested by Ross Burton <ross@openedhand.com>
4865
4866         * glib/dbus-gobject.c (export_signals): Free signal name.
4867         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
4868         memory leak.  Add a bit of documentation.
4869         (dbus_g_method_return_error): Free context, and note we do
4870         so.
4871
4872 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
4873
4874         * dbus/dbus-glib.h:
4875         * glib/dbus-gobject.c:
4876         * glib/dbus-gproxy.c:
4877         * glib/dbus-gvalue.c: Predeclare structs as 
4878         typedef struct _Something Something instead of 
4879         typedef struct Something Something, so we can 
4880         redeclare the prototypes. Other GNOME libraries 
4881         do this already.
4882
4883 2005-06-17  Colin Walters  <walters@verbum.org>
4884
4885         * tools/dbus-names-model.c (have_names_notify): Fix call
4886         to dbus_g_proxy_end_call.
4887         
4888 2005-06-17  Colin Walters  <walters@verbum.org>
4889
4890         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
4891         spew warnings if we get malformed remote signals.
4892
4893         * glib/dbus-gobject.c (propsig_iterate): New function.
4894         (lookup_object_info): New function, extracted from
4895         lookup_object_and_method.
4896         (introspect_properties, introspect_signals): Delete; these
4897         are merged into write_interface.
4898         (write_interface): Write out signals and properties here;
4899         dump the org.gtk.object stuff and use the interface given
4900         in the introspection data blob.  Also fix up property XML.
4901         (lookup_values): New function.
4902         (introspect_interfaces): Gather a mapping from interface to a
4903         list of its methods, signals, and properties, then write out
4904         each interface.
4905         (lookup_object_and_method): Use lookup_object_info.
4906         (struct DBusGSignalClosure): Add interface.
4907         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
4908         we can just use the constant data.
4909         (dbus_g_signal_closure_finalize): Don't free signal name.
4910         (signal_emitter_marshaller): Use interface from signal closure.
4911         (export_signals): Only export signals mentioned in introspection
4912         blob.
4913         (dbus_g_connection_register_g_object): Warn if we have no
4914         introspection data for an object.
4915         (funcsig_equal): Remove unused variable.
4916         (dbus_g_object_register_marshaller): Take varargs instead of
4917         list.
4918         (dbus_g_object_register_marshaller_array): New function,
4919         extracted from old dbus_g_object_register_marshaller.
4920
4921         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
4922         signals and property data.
4923         (write_quoted_string): New function, extracted from generate_glue.
4924         (generate_glue): Write signals and properties to introspection
4925         blob.
4926
4927         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
4928         exported_signals and exported_properties.
4929         (dbus_g_object_register_marshaller): Update prototype.
4930         (dbus_g_object_register_marshaller_array): Prototype.
4931         
4932         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
4933
4934         * test/glib/test-service-glib.c: Add new test signals and method
4935         to emit them.
4936
4937         * test/glib/test-service-glib.xml: Add some test signals.
4938
4939         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
4940         and my-object-marshal.h
4941         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
4942         my-object-marshal.c.
4943         (my-object-marshal.c, my-object-marshal.h): Implement.
4944
4945         * test/glib/.cvsignore: Update.
4946
4947         * doc/TODO: Remove two GLib TODO items fixed by this
4948         patch.
4949
4950 2005-06-16  Colin Walters  <walters@verbum.org>
4951
4952         * doc/TODO: Update for GLib bindings.
4953         
4954 2005-06-16  Colin Walters  <walters@verbum.org>
4955
4956         * glib/dbus-binding-tool-glib.c:
4957         * glib/dbus-gobject.c:
4958         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
4959         from Ross Burton, for his GLib bindings work.
4960
4961 2005-06-16  Colin Walters  <walters@verbum.org>
4962
4963         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
4964         to iterate instead of walking to G_TYPE_INVALID.
4965
4966         Patch based on a patch from Ryan Gammon.
4967
4968 2005-06-16  Colin Walters  <walters@verbum.org>
4969
4970         * bus/bus.c (bus_context_new): Set parser to NULL
4971         after we unref it (Patch from Chris Boscolo, #2174).
4972         
4973 2005-06-16  Colin Walters  <walters@verbum.org>
4974
4975         * python/dbus_bindings.pyx.in: Import size_t,
4976         __int64_t, __uint64_t, and __signed.
4977
4978         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
4979         Define cmsg struct, output it.
4980         (_dbus_read_credentials_unix_socket):
4981         Use cmsg struct.
4982         
4983         Patch from Joe Markus Clarke for FreeBSD support.
4984         
4985 2005-06-16  Colin Walters  <walters@verbum.org>
4986
4987         * tools/dbus-send.c (append_array): Use strtok.
4988         (append_dict): New function.
4989         (type_from_name): New function, extracted from main.
4990         (main): Handle sending dicts.
4991
4992         * tools/dbus-print-message.c (print_iter): Print dict
4993         entries.
4994         
4995 2005-06-16  Colin Walters  <walters@verbum.org>
4996
4997         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
4998         values as the empty string (#2948).
4999         
5000 2005-06-16  Colin Walters  <walters@verbum.org>
5001
5002         * dbus/Makefile.am:
5003         * mono/doc/Makefile.am:
5004         * test/glib/Makefile.am:
5005
5006         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
5007
5008 2005-06-16  Colin Walters  <walters@verbum.org>
5009
5010         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
5011         header byte order from expected byte order (Patch from Chris Wilson, #3475).
5012
5013         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
5014         Increment pointer after swapping fixed array.  Add assertion
5015         for array length.
5016                 
5017 2005-06-15  Colin Walters  <walters@verbum.org>
5018
5019         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
5020         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
5021         
5022 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5023
5024         * NEWS: Update to 0.34
5025
5026 2005-06-15  David Zeuthen  <davidz@redhat.com>
5027
5028         * configure.in (LT_CURRENT): Revert back to 1 as the library
5029         hasn't changed and we've certainly not committed to protocol
5030         stability yet.  All this does is to break ABI. See commit note
5031         from hp@redhat.com 2005-05-05 for details.
5032         
5033 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5034
5035         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
5036         (_dbus_connection_run_builtin_filters): New method
5037         (dbus_connection_dispatch): Run the builtin filters which in turn
5038         runs the peer filter which handles Ping messages.
5039
5040         * doc/TODO: 
5041          - Ping isn't handled: This patch fixes it
5042          
5043          - Add a test case for the Ping message: added TODO item
5044
5045 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5046
5047         * dbus/dbus-message.c:
5048         (dbus_message_has_path): New method
5049         (dbus_message_has_interface): New method
5050         (dbus_message_has_member): New method
5051
5052         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
5053         New method
5054
5055         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
5056         the keyring directory is private to the user
5057
5058         * doc/TODO:
5059          - The convenience functions in dbus-bus.h should perhaps have
5060          the signatures that they would have if they were autogenerated
5061          stubs. e.g. the acquire service function. We should also evaluate
5062          which of these functions to include, in light of the fact that
5063          GLib/Qt native stubs will probably also exist.: Punted
5064
5065          - add dbus_message_has_path(), maybe has_member/interface:
5066          fixed in this patch
5067
5068          - in dbus-keyring.c, enforce that the keyring dir is not
5069          world readable/writable: Fixed in this patch
5070
5071 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
5072
5073         * dbus/dbus-marshal-validate.h: Added a new validation
5074         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
5075         out of memory errors when validating signitures
5076
5077         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
5078         in places where we previously used DBUS_VALID and a FALSE return 
5079         value to indicate OOM
5080         
5081         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
5082         Use a stack to track the number of elements inside containers.  The 
5083         stack values are then used to validate that dict entries have only two
5084         elements within them.
5085         (validate_body_helper): check the reason for failure when validating
5086         varients
5087         
5088         * dbus/dbus-message.c (load_message): use 
5089         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
5090         DBUS_VALID and a FALSE return value to indicate OOM
5091
5092         * doc/TODO: remove "- validate dict entry number of fields" as this
5093         patch fixes it
5094
5095 2005-06-14  David Zeuthen  <davidz@redhat.com>
5096
5097         * bus/bus.c (process_config_every_time): Drop existing conf-dir
5098         watches (if applicable) and add new watches
5099
5100         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
5101         (main): Setup SIGIO signal handler if using D_NOTIFY
5102
5103         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
5104
5105         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
5106         (merge_included): Also merge conf_dirs list
5107         (bus_config_parser_unref): Clear conf_dirs list
5108         (include_dir): Add directory to conf_dirs list
5109         (bus_config_parser_get_conf_dirs): New function
5110
5111         * bus/dir-watch.[ch]: New files
5112
5113         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
5114
5115         * configure.in: Add checks for D_NOTIFY on Linux
5116
5117 2005-06-14  Colin Walters  <walters@verbum.org>
5118
5119         * glib/dbus-binding-tool-glib.c:
5120         * glib/dbus-gobject.c:
5121         * glib/dbus-gvalue.c: Fix indentation and brace style.
5122         
5123 2005-06-14  Ross Burton <ross@openedhand.com>.
5124
5125         * glib/dbus-glib.h: Make DBusGMethodInvocation
5126         a private structure.  Rearrange prototypes a bit.
5127         
5128         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
5129         documentation for first_arg_type.
5130         
5131         * glib/dbus-gobject.c: Move DBusGMethodInvocation
5132         here, add documentation.  Move dbus_g_method_return
5133         and dbus_g_method_return_error into public API
5134         section.
5135
5136 2005-06-14  Colin Walters  <walters@verbum.org>
5137
5138         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
5139         Add missing return statements, noticed by Ross Burton.
5140         
5141 2005-06-13  Ross Burton <ross@openedhand.com>.
5142
5143         * glib/dbus-gobject.c: Handle errors on message
5144         demarshalling by sending error message back.
5145         * glib/dbus-gvalue.c: Initialize return variables.
5146
5147 2005-06-13  Colin Walters  <walters@verbum.org>
5148
5149         * glib/Makefile.am: Fix thinko in last patch.
5150
5151 2005-06-13  Colin Walters  <walters@verbum.org>
5152
5153         * glib/Makefile.am: Move dbus-gtype-specialized.c
5154         and dbus-gtype-specialized.h into a _HEADERS variable,
5155         install them.
5156
5157 2005-06-12  Colin Walters  <walters@verbum.org>
5158
5159         Async signals and various bugfixes and testing by
5160         Ross Burton <ross@openedhand.com>.
5161
5162         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
5163         (dbus_gvalue_genmarshal_name_from_type)
5164         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
5165         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
5166         (dbus_g_value_types_init, dbus_gtype_from_signature)
5167         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
5168         (dbus_gtypes_from_arg_signature): New function prototypes.
5169         (dbus_gvalue_demarshal): Take context and error arguments.
5170         (dbus_gvalue_demarshal_variant): New function.
5171         (dbus_gvalue_demarshal_message): New function.
5172         (dbus_gvalue_store): Delete.
5173
5174         * glib/dbus-gvalue.c:
5175
5176         File has been almost entirely rewritten; now we special-case
5177         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
5178         hash tables correctly, etc.  Full support for recursive values
5179         is not yet complete.
5180
5181         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
5182         argument of signal to G_TYPE_POINTER since we now pass a
5183         structure.
5184         (lookup_g_marshaller): Delete in favor of
5185         _dbus_gobject_lookup_marshaller.
5186         (marshal_dbus_message_to_g_marshaller): Use
5187         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
5188         to handle remote signal callbacks.
5189         (dbus_g_proxy_new_from_proxy): New function; creates a new
5190         DBusGProxy by copying an existing one.
5191         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
5192         (dbus_g_proxy_get_path): New functions.
5193         (dbus_g_proxy_marshal_args_to_message): New function;
5194         factored out of existing code.
5195         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
5196         from a varargs array.
5197         (dbus_g_proxy_begin_call_internal): New function.
5198         (dbus_g_proxy_end_call_internal): New function.
5199         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
5200         as arguments; simply invoke dbus_g_proxy_begin_call_internal
5201         after collecting args into value array.
5202         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
5203         invoke dbus_g_proxy_end_call_internal.
5204         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
5205         end_call_internal.
5206         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
5207         types.
5208         (array_free_all): New function.
5209         (dbus_g_proxy_add_signal): Take GTypes.
5210
5211         * glib/dbus-gobject.h:
5212         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
5213         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
5214         Prototype.
5215
5216         * glib/dbus-gobject.c: Add a global marshal_table hash which
5217         stores mappings from type signatures to marshallers.  Change lots
5218         of invocations of dbus_gtype_to_dbus_type to
5219         dbus_gtype_to_signature.
5220         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
5221         (introspect_signals): Fix test for query.return_type.
5222         (set_object_property): Update invocation of dbus_gvalue_demarshal.
5223         (invoke_object_method): Many changes.  Handle asynchronous
5224         invocations.  Convert arguments with
5225         dbus_gvalue_demarshal_message.  Handle errors.  Use
5226         DBusSignatureIter instead of strlen on args. Handle all arguments
5227         generically.  Special-case variants.
5228         (dbus_g_method_return, dbus_g_method_return_error): New function.
5229         (DBusGSignalClosure): New structure, closes over signal
5230         information.
5231         (dbus_g_signal_closure_new): New function.
5232         (dbus_g_signal_closure_finalize): New function.
5233         (signal_emitter_marshaller): New function; is special marshaller
5234         which emits signals on bus.
5235         (export_signals): New function; introspects object signals and
5236         connects to them.
5237         (dbus_g_object_type_install_info): Take GType instead of
5238         GObjectClass.
5239         (dbus_g_connection_register_g_object): Invoke export_signals.
5240         (dbus_g_connection_lookup_g_object): New function.
5241         (DBusGFuncSignature) New structure; used for mapping type
5242         signatures to marshallers.
5243         (funcsig_hash): New function; hashes DBusGFuncSignature.
5244         (funcsig_equal): New function; compares DBusGFuncSignature.
5245         (_dbus_gobject_lookup_marshaller): New function.
5246         (dbus_g_object_register_marshaller): New function; used to
5247         register a marshaller at runtime for a particular signature.
5248
5249         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
5250
5251         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
5252         which notes a server method implementation should be
5253         asynchronous.
5254
5255         * glib/dbus-binding-tool-glib.c
5256         (dbus_binding_tool_output_glib_server): Call
5257         dbus_g_value_types_init.
5258         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
5259         variants specially.
5260         (dbus_g_type_get_lookup_function): Turn GType into an invocation
5261         of a lookup function.
5262         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
5263         (write_untyped_out_args): New method; write output arguments.
5264         (write_formal_declarations_for_direction): Function for
5265         writing prototypes.
5266         (write_formal_parameters_for_direction): Function for
5267         writing implementations.
5268         (write_typed_args_for_direction): Function for writing
5269         arguments prefixed with GTypes.
5270         (write_async_method_client): Write out async version
5271         of method.
5272
5273         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
5274         (dbus_g_type_get_marshal_name): Move mapping from GType
5275         to marshal name into here.
5276         (dbus_g_type_get_c_name): Move into here.
5277         (compute_marshaller): Convert signature to type with
5278         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
5279         (compute_marshaller_name): Ditto.
5280         (compute_marshaller): Handle async signal annotations.
5281         (gather_marshallers): Return if we don't have a known
5282         prefix.
5283         (generate_glue): Collect introspection blob here, and
5284         write all of the blob at the end.  This allows an object
5285         with multiple interfaces to work.
5286         Mark async methods in introspection blob.
5287
5288         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
5289         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
5290         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
5291
5292         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
5293         avoids people accidentally using DBUS_TYPE_* which should
5294         not be necessary anymore.
5295         Do include dbus-gtype-specialized.h, which are utilities
5296         for GLib container types.
5297         Add various #defines for types such as
5298         DBUS_TYPE_G_BOOLEAN_ARRAY.
5299         (DBusGValueIterator, DBusGValue): Define, not fully used
5300         yet.
5301         (dbus_g_value_get_g_type): Type for recursive value.
5302         (dbus_g_value_open, dbus_g_value_iterator_get_value)
5303         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
5304         (dbus_g_value_free): Prototypes.
5305         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
5306         (dbus_g_proxy_set_interface): Prototype.
5307         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
5308         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
5309         types.
5310         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
5311         Accessors.
5312         (DBusGAsyncData, DBusGMethodInvocation): Structures for
5313         doing async invocations.
5314         (dbus_g_method_return, dbus_g_method_return_error):
5315         Prototypes.
5316         * doc/dbus-tutorial.xml: Update GLib section.
5317         
5318         * tools/dbus-viewer.c (load_child_nodes): Update
5319         for new invocation type of dbus_g_proxy_end_call.
5320         (load_from_service_thread_func): Ditto.
5321
5322         * tools/print-introspect.c (main): Ditto.
5323
5324         * tools/dbus-names-model.c (have_names_notify)
5325         (names_model_reload, names_model_set_connection)
5326         Use GTypes.
5327
5328         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
5329         needed since Python bindings use GLib bindings.
5330
5331         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
5332         Add --prefix argument.
5333
5334         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
5335         unneeded --ignore-unsupported arg.
5336         
5337         * test/glib/test-service-glib.c: 
5338         * test/glib/test-service-glib.xml:
5339         * test/glib/test-dbus-glib.c: Add many more tests.
5340
5341 2005-06-06  David Zeuthen  <davidz@redhat.com>
5342
5343         * doc/TODO: Add item about need to remove deprecated functions.
5344
5345         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
5346
5347         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
5348         to repair the ABI which was broken with the last commit.
5349
5350 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
5351
5352         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
5353         (dbus_connection_disconnect): renamed to dbus_connection_close 
5354         for API symmetry with dbus_connection_open
5355         (_dbus_connection_open_internal): 
5356         s/dbus_connection_disconnect/dbus_connection_close
5357
5358         * dbus/dbus-bus.c (dbus_bus_get):
5359         s/dbus_connection_disconnect/dbus_connection_close
5360
5361         * bus/connection.c (bus_connections_unref, 
5362         bus_connections_setup_connection, bus_connections_expire_incomplete):
5363         s/dbus_connection_disconnect/dbus_connection_close
5364
5365         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
5366         kill_client_connection_unchecked, check_hello_connection):
5367         s/dbus_connection_disconnect/dbus_connection_close
5368
5369         * bus/bus.c (new_connection_callback):
5370         s/dbus_connection_disconnect/dbus_connection_close
5371
5372         * tools/dbus-send.c (main):
5373         s/dbus_connection_disconnect/dbus_connection_close
5374
5375         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
5376         s/dbus_connection_disconnect/dbus_connection_close
5377         
5378         * test/test-service.c (path_message_func, filter_func):
5379         s/dbus_connection_disconnect/dbus_connection_close
5380         
5381         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
5382         
5383 2005-05-25  Colin Walters  <walters@verbum.org>
5384
5385         * dbus/dbus-protocol.h: Move various bus service #defines such
5386           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5387           dbus/dbus-shared.h.
5388         * dbus/dbus-shared.h: Various defines moved here.
5389         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
5390
5391 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
5392
5393         * python/__init__.py: Python bindings deserve a minor version
5394         update.  Upped to (0, 40, 2)
5395
5396 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
5397
5398         * python/decorators.py: add explicitly_pass_message decorator
5399         for passing in the dbus message as keyword for edge case signal
5400         handling
5401
5402         * python/matchrules.py (SignalMatchRule.__repr__): fix output
5403         to conform with what dbus expects for match rules
5404         (SignalMatchRule.execute): add the dbus message as a keyword
5405         if the signal handler has requested it
5406
5407         * python/examples/example/signal-recipient.py: added some more
5408         examples on how to hook up to signals
5409
5410 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
5411
5412         * python/decorators.py: import dbus_bindings
5413
5414         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
5415         SignalMatchNode): new classes that implement wildcard signal
5416         callback matching using a tree lookup. Heavily modified from a
5417         patch sent by Celso Pinto (fd.o bug #3241)
5418
5419         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
5420         use new match classes to handle signals.
5421
5422 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
5423         
5424         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
5425
5426 2005-05-18  Havoc Pennington  <hp@redhat.com>
5427
5428         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
5429         gettext. Not really worth requiring yet perhaps, but any
5430         production quality 1.0 would require it so we should go ahead and
5431         get things set up. We do have a couple token calls to
5432         bindtextdomain in the code already.
5433
5434 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
5435
5436         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
5437         when using recursive g_main_loops
5438
5439         * python/_dbus.py (class Bus): add the ProxyObjectClass
5440         alias for ProxyObject to make it easier for the Twisted 
5441         networking framework to integrate dbus.
5442
5443         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
5444         alias for ProxyMethod to make it easier for the Twisted 
5445         networking framework to integrate dbus. 
5446
5447 2005-05-11  Ross Burton  <ross@openedhand.com>
5448
5449         * glib/dbus-glib-tool.c: Add --prefix argument.
5450         * glib/dbus-binding-tool-glib.h: Add prefix argument.
5451         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
5452         Add prefix argument.
5453         (generate_glue): Pass prefix argument down.
5454         (dbus_binding_tool_output_glib_server): Pass prefix to
5455         glib-genmarshal.
5456         
5457 2005-05-11  Colin Walters  <walters@verbum.org>
5458
5459         * tools/dbus-send.c (append_array): New function.
5460         (append_arg): Broken out from main.
5461         (main): Add cheesy hack to send arrays and variants.
5462         (usage): Update.
5463         * tools/dbus-print-message.c (print_iter): Broken out
5464         from main.
5465
5466 2005-05-11  Colin Walters  <walters@verbum.org>
5467
5468         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
5469         New function, returns signature string for signature iter.
5470         * dbus/dbus-signature.h: Prototype it.
5471         * dbus/dbus-message.c (dbus_message_iter_get_signature):
5472         New function, returns signature string for message iter.
5473         (dbus_message_iter_get_array_len): New function, returns
5474         length of array.
5475         (dbus_message_iter_get_fixed_array): Fix assertion; this
5476         function should be used when the iter is pointing to the
5477         contents of an array
5478         * dbus/dbus-message.h: Prototypes.
5479         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
5480         New function; returns length of an array.
5481         * dbus/dbus-marshal-recursive.h: Prototype it.
5482         
5483 2005-05-11  Colin Walters  <walters@verbum.org>
5484
5485         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
5486         compilation error.
5487         
5488 2005-05-08  Havoc Pennington  <hp@redhat.com>
5489
5490         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
5491         daemon's pid, not the parent's pid, to the file descriptor.
5492         Reported by Taj Morton.
5493
5494 2005-05-05  Havoc Pennington  <hp@redhat.com>
5495
5496         * configure.in (LT_*): add notes on how the libtool versioning
5497         works to save thinking. Increment soname to indicate protocol
5498         breakage (though really the library interface hasn't changed I
5499         guess)
5500
5501         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
5502         verify the GUID received from server matches what we were
5503         expecting, if we had an expectation
5504
5505         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
5506         (_dbus_auth_get_guid_from_server): new function
5507         (send_begin): parse the OK args
5508
5509         * doc/dbus-specification.xml: add GUID to the auth protocol
5510
5511 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
5512
5513         * Fix my name in previous changelog ;)
5514
5515         * python/proxies.py (ProxyObject.__getattr__): add further patch
5516         from Anthony Baxter to throw an AttributeError when python 
5517         __special__ functions are called instead of marshling them over 
5518         the bus (Bug#1685 comment 3).
5519
5520 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
5521
5522         * python/Makefile.am: changed to use pyexecdir for the binding
5523         shared libraries (Bug#2494)
5524
5525         * python/exceptions.py: bring exceptions over from the bindings
5526         so they can be used in applications (Bug#2036)
5527         Make all exceptions derive from DBusException
5528
5529         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
5530         of classes so that print obj doesn't throw an exception (Bug #1685)
5531
5532 2005-05-03  Ross Burton  <ross@openedhand.com>
5533
5534         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
5535         Return if we get an error during registration.  Set up a
5536         weak reference on object to unregister if object is destroyed.
5537         (unregister_gobject): New function.
5538         
5539 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
5540
5541         * python/dbus_bindings.pyx.in: 
5542         - added new type classes for hinting to the marashaler what type 
5543         to send over the wire
5544         - added int16 and uint16 marshalers
5545         - Fixed a bug in the type constants that caused int32 to go out
5546         as uint16 over the wire
5547         * python/dbus.py: split up into different files and renamed _dbus.py
5548         * python/__init__.py, python/_util.py, python/decorators.py, 
5549         python/exceptions.py, python/proxies.py, python/services.py,
5550         python/types.py: new files split off from dbus.py
5551         * python/Makefile.am: Add new files, remove dbus.py and 
5552         install all python files to <python module dir>/dbus
5553         * python/examples/*: Added #!/usr/bin/env python to the top of
5554         every example.  Patch provided by Tatavarty Kalyan
5555
5556 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5557
5558         * NEWS: Update to 0.33
5559
5560 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
5561
5562         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
5563         method for doing async calls
5564         (_pending_call_notification): New C function for handling pendning call
5565         callbacks
5566         (set_notify): New method for setting pending call notification
5567         
5568         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
5569         Async capabilities added to remote method calls
5570         (Sender): class removed
5571         (RemoteService): class removed
5572         (ObjectTree): class removed for now
5573         (RemoteObject): Renamed to ProxyObject
5574         (RemoteMethod): Renamed to ProxyMethod
5575         (method): Decorator added for decorating python methods as dbus methods
5576         (signal): Decorator added for decorating python methods as signal emitters
5577         (ObjectType): Metaclass added for generating introspection data and the
5578         method callback vtable
5579         (Interface): Wrapper class added to wrap objects in a dbus interface
5580         (Object): Uses ObjectType as its metaclass and exports Introspect
5581         of the org.freedesktop.DBus.Introspectable interface
5582         (ValidationException, UnknownMethodException): new exceptions
5583
5584         * python/examples/*: Modified to fit with the new bindings
5585
5586 2005-04-23  Havoc Pennington  <hp@redhat.com>
5587
5588         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
5589         reported by Tony Houghton
5590
5591         * test/test-service.c (main): test
5592         dbus_connection_get_object_path_data()
5593
5594         * dbus/dbus-object-tree.c (find_handler): be sure we always init
5595         the exact_match
5596         (_dbus_object_tree_get_user_data_unlocked): new function used by
5597         dbus_connection_get_object_path_data()
5598         (do_register): add assertion test for get_user_data_unlocked
5599         (object_tree_test_iteration): more tests
5600
5601         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
5602         new function from Dan Reed to let you get the user data from 
5603         dbus_connection_register_object_path()
5604
5605 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
5606
5607         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
5608         in numerous places that did not account for the NULL terminator
5609         (signature_from_seed): changed the manual string copy loop to 
5610         just use strcpy instead
5611         make check should now pass
5612
5613 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
5614
5615         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
5616         so that it allows messages that are not signals to pass in 
5617         NULL as the interface.
5618
5619 2005-04-18  David Zeuthen  <davidz@redhat.com>
5620
5621         * glib/dbus-gmain.c (io_handler_destroy_source): 
5622         (timeout_handler_destroy_source, connection_setup_free): 
5623         Also unref the source to avoid memory leaks.
5624
5625 2005-04-13  David Zeuthen  <davidz@redhat.com>
5626
5627         * bus/config-parser.c (bus_config_parser_new): Bump this to a
5628         more reasonable, yet still totally arbitrary, value :-). 
5629
5630 2005-04-13  David Zeuthen  <davidz@redhat.com>
5631
5632         * doc/TODO: Added an "important for 1.0" item about selinux
5633         allow/deny messages
5634
5635 2005-04-13  David Zeuthen  <davidz@redhat.com>
5636
5637         * bus/selinux.c: Add c-file-style to top of file
5638         (log_audit_callback): Don't free the data here anymore
5639         (bus_selinux_check): Don't take spid and tpid since appending
5640         that to auxdata may OOM.
5641         (bus_selinux_allows_acquire_service): Handle OOM and signal back
5642         to the caller if we are OOM by taking an error object.
5643         (bus_selinux_allows_send): -do-
5644
5645         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
5646         and bus_selinux_allows_send
5647
5648         * bus/bus.c (bus_context_check_security_policy): Pass error and
5649         pass on OOM thrown by bus_selinux_allows_send()
5650
5651         * bus/services.c (bus_registry_acquire_service): Pass error and
5652         pass on OOM thrown by bus_selinux_allows_acquire_service()
5653
5654 2005-04-13  Havoc Pennington  <hp@redhat.com>
5655
5656         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
5657         message at a time to avoid monopolizing the main loop, bug 
5658         #2953 from Benjamin Otte
5659
5660 2005-04-09  Havoc Pennington  <hp@redhat.com>
5661
5662         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
5663         possible overlap, fix from Daniel Reed
5664         (fixup_alignment): fix signedness warnings
5665         (_dbus_string_append_unichar): ditto
5666
5667 2005-04-09  Havoc Pennington  <hp@redhat.com>
5668
5669         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
5670
5671         * glib/dbus-glib-tool.c (main): fix warning
5672
5673         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
5674
5675         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
5676         add a new function that can be used in simple applications that
5677         don't have a main loop and are willing to block
5678
5679 2005-04-05  David Zeuthen  <davidz@redhat.com>
5680
5681         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
5682
5683         * glib/dbus-gmain.c:
5684         (io_handler_destroy_source): Remove from list of IO handlers
5685         of the ConnectionSetup object
5686         (timeout_handler_destroy_source): -do- for timeout handlers
5687         (io_handler_source_finalized): Don't remove from list since
5688         we now do that in io_handler_destroy_source(). Renamed from
5689         io_handler_source_destroyed
5690         (timeout_handler_source_destroyed): -do- for timeout handlers
5691         (connection_setup_free): It is now safe to iterate over all
5692         IO and timeout handlers as the _destroy_source removes them
5693         from the list synchronously
5694
5695 2005-03-30  Havoc Pennington  <hp@redhat.com>
5696
5697         * configure.in: change check to gtk 2.4
5698
5699         * tools/dbus-viewer.c (name_combo_changed_callback): remove
5700         gtk_combo_box_get_active_text() usage to decrement GTK requirement
5701         to 2.4
5702
5703 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5704
5705         * News: Update 0.32
5706
5707         * HACKING: Fixed realease instructions.  configure.in should be updated to
5708           the next release by the person who made the last release.
5709
5710 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
5711
5712         * python/lvalue_cast_post_process.py - removed.  Patch has been
5713           submitted to Pyrex maintainers that fixes gcc4.0 errors
5714
5715         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
5716
5717 2005-03-24  Daniel Reed  <n@ml.org>
5718
5719         * tools/Makefile.am: Make print-introspect and
5720         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
5721
5722 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
5723
5724         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
5725
5726         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
5727           had in Red Hat packages for a while but for some reason never 
5728           got merged upstream
5729           (_dbus_is_a_number): New checks if a string
5730           can be converted to a number and does the conversion if it can
5731           (_dbus_user_database_lookup): Add check to see if the given username
5732           is a udi.  This allows udi's to be used instead of usernames in the
5733           config file.
5734           (_dbus_user_database_lookup_group): Add check to see if the given groupname
5735           is a gdi.  This allows gdi's to be used instead of groupnames in the
5736           config file.
5737
5738 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
5739
5740         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
5741           code so that it compiles with gcc4.0
5742
5743         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
5744           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
5745           results back to dbus_binding.c
5746
5747 2005-03-20  Colin Walters  <walters@verbum.org>
5748
5749         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
5750
5751         * configure.in: Require GTK+ 2.6.
5752         
5753 2005-03-20  Colin Walters  <walters@verbum.org>
5754
5755         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
5756
5757 2005-03-17  Tom Parker  <palfrey@tevp.net>
5758
5759         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
5760         print DBUS_UID_UNSET; instead print passed username.  Also
5761         be sure to actually use gid looked up in cache.
5762         
5763         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
5764         for DBUS_GID_UNSET and groupname.
5765
5766 2005-03-17  Colin Walters  <walters@verbum.org>
5767
5768         * bus/print-introspect.c: Move to tools/.
5769         * bus/run-with-tmp-session-bus.sh: Ditto.
5770         
5771         * glib/Makefile.am (dbus-glib-bindings.h): Move
5772         generation to tools/Makefile.am.
5773
5774         * test/glib/run-test.sh: Update to handle move
5775         of run-with-tmp-session-bus.sh.
5776
5777         * test/glib/test-service-glib.c: Update to handle
5778         move of dbus-glib-bindings.h.
5779
5780         * tools/print-introspect.c: Moved here
5781         from bus/, and ported to GLib bindings.
5782
5783         * tools/run-with-tmp-session-bus.sh: Moved here
5784         from bus/.
5785
5786         * tools/Makefile.am: Generate dbus-glib-bindings.h
5787         and dbus-bus-introspect.xml here.
5788
5789         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
5790         Update.
5791
5792 2005-03-17  Colin Walters  <walters@verbum.org>
5793
5794         * bus/driver.c (write_args_for_direction): Use
5795         _dbus_string_get_const_data to retrieve string;
5796         _dbus_string_get_const_data_len doesn't actually return
5797         a NULL-terminated substring.
5798
5799         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
5800         (main): Change to use org_freedesktop_DBus_request_name
5801         instead of using g_proxy_begin_call/end_call.
5802
5803 2005-03-15  Joe Shaw  <joeshaw@novell.com>
5804
5805         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5806         generating the finalizer.  Fixes from Ben Maurer.
5807
5808 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5809
5810         * mono/BusDriver.cs: Update method names: ListServices
5811         becomes ListNames; GetOwner becomes GetNameOwner.
5812
5813         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
5814         onto the eval stack when removing the delegate.
5815
5816 2005-03-12  Joe Shaw  <joeshaw@novell.com>
5817
5818         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
5819         LT_CURRENT.  Set it to the autoconf variable.
5820                                                                                 
5821         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5822         classes that disconnects the signal handler delegate from the
5823         service object.  Fixes a big leak of proxy objects on the
5824         client side of things.  Patch from Ben Maurer
5825         <bmaurer@ximian.com>
5826
5827 2005-03-12  Colin Walters  <walters@verbum.org>
5828
5829         * bus/driver.c (write_args_for_direction): New function,
5830         parses a type signature into arguments and outputs to
5831         XML.
5832         (bus_driver_handle_introspect): Use it instead of
5833         hardcoding XML for certain signatures.
5834         
5835         * bus/Makefile.am (dbus-bus-introspect.xml): Add
5836         dependency on dbus-daemon.
5837
5838         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
5839         argument, pass it to dbus_binding_tool_output_glib_client.
5840
5841         * glib/dbus-binding-tool-glib.c
5842         (generate_client_glue): Protect against multiple inclusion.
5843         (dbus_binding_tool_output_glib_client): Add
5844         G_BEGIN_DECLS/G_END_DECLS.
5845
5846         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
5847         Change to just take iface prefix directly.
5848         (write_formal_parameters): Clarify error message.
5849         (check_supported_parameters): New function; checks to see type
5850         signatures of method parameters are supported.
5851         (generate_client_glue): Handle ignore_unsupported flag.
5852         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
5853         parameter.
5854
5855         * glib/Makefile.am (dbus-glib-bindings.h): Pass
5856         --ignore-unsupported by default until glib bindings
5857         support arrays.
5858
5859 2005-03-11  Colin Walters  <walters@verbum.org>
5860
5861         * glib/Makefile.am: Generate dbus-glib-bindings.h and
5862         install it.
5863
5864         * bus/print-introspect.c: New file; prints introspection
5865         data for a given name and object path.
5866
5867         * bus/run-with-tmp-session-bus.sh: New file, refactored
5868         from test/glib/run-test.sh.  Creates a temporary session
5869         bus and runs another program.
5870
5871         * test/glib/run-test.sh: Refactor to invoke
5872         run-with-tmp-session-bus.sh.
5873
5874         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
5875         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
5876         macros instead of hardcoding.
5877
5878         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
5879
5880 2005-03-11  Joe Shaw  <joeshaw@novell.com>
5881
5882         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5883         this unref; it doesn't match up evenly in some codepaths.
5884         (_dbus_connection_block_pending_call): Unref at every exitpoint;
5885         this evenly matches with the ref near the top of this function.
5886
5887 2005-03-09  Joe Shaw  <joeshaw@novell.com>
5888
5889         * dbus/dbus-object-tree.c
5890         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
5891         and we try to unregister a path that's not registered, still go
5892         through the process of unlocking and don't just return.
5893
5894 2005-03-09  Colin Walters  <walters@verbum.org>
5895
5896         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
5897         to this are generated for client-side wrappers.  Invokes a
5898         D-BUS method and returns reply values.  
5899
5900         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
5901         function; writes signature string for argument direction.
5902         (write_args_for_direction): Change to pass input values directly
5903         instead of via address, and fix indentation.
5904         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
5905         make generated wrappers inlineable.
5906
5907         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
5908         note about using dbus_type_is_fixed.
5909
5910         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
5911         dbus/dbus-signature.c as dbus_type_is_fixed.
5912
5913         All callers updated.
5914
5915         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
5916         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
5917
5918         * dbus/dbus-signature.h: Prototype.
5919
5920         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
5921         error printf code.
5922
5923         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
5924         appropriate instead of just freeing it.
5925         (main): Free returned strings using g_free.
5926
5927         * test/glib/Makefile.am (test-service-glib-glue.h)
5928         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
5929
5930         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
5931         simply maps a simple D-BUS type to GType.
5932         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
5933         GType.
5934         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
5935         initialize the value with it.
5936         (dbus_gvalue_binding_type_from_type): Unused, delete.
5937         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
5938         various types instead of unmarshalling to value data directly.
5939         Remove can_convert boolean.
5940         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
5941         returning directly instead of using can_convert boolean.
5942         (dbus_gvalue_store): New function; not related to D-BUS per-se.
5943         Stores a GValue in a pointer to a value of its corresponding C
5944         type.
5945
5946         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
5947         add dbus_gvalue_store.
5948
5949 2005-03-08  Joe Shaw  <joeshaw@novell.com>
5950
5951         Fix a bunch of lifecycle and memory management problems
5952         in the mono bindings.
5953
5954         * mono/Arguments.cs (Arguments): Implement IDisposable
5955
5956         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
5957         strictly a static class.
5958
5959         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
5960         delegates into this file.
5961         (Connection): Implement IDisposable.
5962         (Dispose): Disconnect the connection and set the raw connection
5963         pointer to IntPtr.Zero.
5964         (~Connection): Call Dispose().
5965         (RegisterObjectPath): Added.  Manages the registration of object
5966         paths so we can cleanly disconnect them at dispose/finalize time.
5967         (UnregisterObjectPath): Ditto.
5968         (set_RawConnection): Unregister all of the object paths when
5969         changing the underlying DBusConnection.  Add them back onto the
5970         new connection, if any.
5971
5972         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
5973         more unmanaged resources anymore, so it's not necessary.  Move all
5974         the DBusObjectPathVTable stuff out of here.
5975         (Handler): Save references to our delegates so that they don't get
5976         finalized.  Call Connection.RegisterObjectPath() instead of
5977         dbus_connection_register_object_path() directly.
5978         (Message_Called): Dispose the message after we're finished with
5979         it.
5980
5981         * mono/Message.cs (Message): Implement IDisposable.
5982         (Dispose): Dispose the Arguments, and set the RawMessage to
5983         IntPtr.Zero.
5984         (SendWithReplyAndBlock): We own the ref to the reply that comes
5985         back from dbus_connection_send_with_reply_and_block() so add a
5986         comment about that and unref it after we've constructed a managed
5987         MethodReturn class around it.  Fixes a big, big leak.
5988
5989         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
5990         method.
5991         (BuildSignalHandler): After we've sent the Signal message, dispose
5992         of it.
5993         (BuildMethod): Dispose of the method call and reply messages after
5994         we've sent the message and extracted the data we want from the
5995         reply.
5996
5997         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
5998         anymore.
5999         (Service_FilterCalled): Dispose of the message after we're
6000         finished with it.
6001
6002 2005-03-08  Joe Shaw  <joeshaw@novell.com>
6003
6004         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
6005         After we attach our pending call to the connection, unref
6006         it.  Fixes a leak.
6007  
6008         * mono/Connection.cs (set_RawConnection): Disconnect our
6009         filter and match callbacks from the old connection and
6010         reconnect them to the new connection, if any.
6011
6012         * mono/DBusType/Array.cs: "Code" is a static member, so
6013         don't use "this" to refer to it.  Fix for stricter checking
6014         in Mono 1.1.4.
6015  
6016         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
6017         object path that we pass into unmanaged code.
6018  
6019         * mono/DBusType/String.cs (Append): Don't leak the string
6020         that we pass into unmanged code.
6021
6022 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
6023         * NEWS: Update for 0.31
6024
6025         * configure.in: Release 0.31
6026         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
6027
6028         * qt/Makefile.am: fixed build
6029
6030         * dbus/Makefile.am: soname bump for libdbus
6031
6032         * glib/Makefile.am: soname bump for libdbus-glib
6033
6034 2005-03-05  Havoc Pennington  <hp@redhat.com>
6035
6036         * dbus/dbus-sysdeps.c:
6037         (pseudorandom_generate_random_bytes_buffer): fix to have no return
6038         value
6039         (_dbus_generate_random_bytes_buffer): fix return value
6040
6041         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
6042         checks actually work, from Tom Parker <fdo@tevp.net>
6043
6044 2005-03-01  Colin Walters  <walters@verbum.org>
6045
6046         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
6047         functions copied from dbus-glib-tool.c.
6048         (main): Convert lots of error code to use them.
6049         Also add some testing for introspection bits.
6050
6051 2005-03-01  Colin Walters  <walters@verbum.org>
6052         
6053         * doc/TODO: Remove introspection signature TODO.
6054
6055 2005-02-27  Colin Walters  <walters@verbum.org>
6056
6057         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
6058         Change return value to const char * instead of int so we can do
6059         full signatures.
6060         (struct PropertyInfo, struct ArgInfo): Store char *.
6061         (property_info_new, arg_info_new): Update parameters, strdup.
6062         (property_info_unref, arg_info_unref): Free.
6063
6064         * glib/dbus-gidl.h: Update prototypes.
6065
6066         * glib/dbus-gparser.c (basic_type_from_string): Delete.
6067         (validate_signature): New function, just validates signature and
6068         sets GError.
6069         (parse_property, parse_arg): Invoke validate_signature.  Store
6070         signature instead of just type code.
6071
6072         * glib/dbus-gvalue.c (base_type_from_signature): New utility
6073         function to return a primary type for a signature, dropping
6074         information about types in container types.
6075         (dbus_gvalue_genmarshal_name_from_type)
6076         (dbus_gvalue_binding_type_from_type)
6077         (dbus_gvalue_ctype_from_type): Update to take full signature
6078          instead of type code.
6079         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
6080
6081         * glib/dbus-gvalue.h: Update prototypes for above.
6082
6083         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
6084         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
6085         (introspect_properties, introspect_signals, write_interface):
6086         Update to handle signatures, and remove usage of
6087         _dbus_gutils_type_to_string.
6088         (handle_introspect): Print out type codes instead of e.g. "string"
6089         in hardcoded introspection XML; also use x_AS_STRING constants
6090         instead of hardcoding in string.
6091
6092         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
6093         to string.  Remove usage of _dbus_gutils_type_to_string.
6094
6095         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
6096
6097         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
6098         deletion.
6099         
6100         * glib/dbus-binding-tool-glib.c (compute_marshaller)
6101         (compute_marshaller_name, generate_glue): Handle signature change
6102         to string.
6103         (write_formal_parameters, write_args_for_direction): Ditto, and
6104         remove FIXME.
6105
6106         * tools/dbus-tree-view.c (type_to_string): Delete.
6107         (info_set_func_text): Update to print full signatures.
6108
6109         * test/glib/test-service-glib.xml: Change types to new
6110         introspection format.
6111
6112 2005-02-26  Havoc Pennington  <hp@redhat.com>
6113
6114         * doc/TODO: remove the "guid" item
6115
6116         * test/glib/test-profile.c (no_bus_thread_func): use open_private
6117         (with_bus_thread_func): use open_private
6118
6119         * dbus/dbus-connection.c (dbus_connection_open_private): new
6120         function that works like the old dbus_connection_open()
6121         (dbus_connection_open): now returns an existing connection if
6122         possible
6123
6124         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
6125         through the GUID to the transport
6126
6127         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
6128         GUID in hex-encoded form.
6129
6130         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
6131         pass GUID argument in to the transport
6132
6133         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
6134         guid argument
6135
6136         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
6137
6138         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
6139
6140 2005-02-25  Havoc Pennington  <hp@redhat.com>
6141
6142         * doc/dbus-specification.xml: document the GUID thing
6143
6144         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
6145         globally unique ID for the server, and put a "guid=hexencoded"
6146         field in the address
6147
6148         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
6149
6150         * dbus/dbus-message.c: ditto
6151
6152         * dbus/dbus-dataslot.c: ditto
6153
6154         * dbus/dbus-list.c: ditto
6155
6156         * dbus/dbus-internals.h: wait, just include
6157         dbus-threads-internal.h here
6158         
6159         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
6160         use in main library
6161
6162         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
6163
6164 2005-02-24  Colin Walters  <walters@verbum.org>
6165
6166         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
6167
6168 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
6169
6170         * glib/Makefile.am: added dbus-gobject.h to sources list
6171         so distcheck doesn't fail
6172         
6173 2005-02-24  Havoc Pennington  <hp@redhat.com>
6174
6175         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
6176         you must disconnect before unref, since locking and other things
6177         are screwed up otherwise. Fix assorted other locking stuff.
6178
6179         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
6180         fix compilation
6181
6182         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
6183         into a private header and don't export from the library
6184
6185         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
6186
6187 2005-02-24  Colin Walters  <walters@verbum.org>
6188         
6189         * dbus/dbus-signature.c: New file; implements various functions
6190         related to type signatures.  Includes an interator for parsing,
6191         validation functions.
6192         (dbus_type_is_basic): Moved here from
6193         dbus-marshal-basic.c:_dbus_type_is_basic.
6194         (dbus_type_is_container): Moved here from
6195         dbus-marshal-basic.c:_dbus_type_is_container.
6196
6197         All callers of _dbus_type_is_container and _dbus_type_is_basic
6198         updated, and include dbus-signature.h.
6199
6200         * dbus/dbus-signature.h: New file; prototypes for the above.
6201
6202         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
6203         dbus-signature.h.
6204
6205         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
6206         function factored out of _dbus_first_type_in_signature.
6207         (_dbus_first_type_in_signature_c_str): New function; returns first
6208         type code for a type signature character.
6209
6210         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
6211         handle function moves.
6212
6213         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
6214
6215         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
6216         function; skips to next complete type in type signature.
6217         Implemented using previous skip_one_complete_type.  Now
6218         skip_one_complete_type just delegates to
6219         _dbus_type_signature_next.
6220
6221         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
6222         to dbus-signature.c
6223         (_dbus_type_is_container): Ditto.
6224
6225         * doc/dbus-specification.xml: Update introspection sample to
6226         use real type signatures.
6227
6228         * dbus/dbus-test.h: Prototype signature test.
6229
6230         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
6231         signature tests.
6232
6233         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
6234
6235 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
6236
6237         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
6238         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
6239
6240 2005-02-21  Colin Walters  <walters@verbum.org>
6241
6242         * dbus/dbus-test-main.c (main): Take optional specific test
6243         argument.
6244
6245         * dbus/dbus-test.c (run_test): New function, runs a test function
6246         with no data directory.
6247         (run_data_test): Like above, but takes data directory.
6248         (dbus_internal_do_not_use_run_tests): Take
6249         specific test argument.  Replace lots of cut n' paste code
6250         with run_test and run_data_test.
6251
6252         * dbus/dbus-test.h: Update prototype for
6253         dbus_internal_do_not_use_run_tests.
6254
6255 2005-02-20  Havoc Pennington  <hp@redhat.com>
6256
6257         Fix bugs reported by Daniel P. Berrange
6258         
6259         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
6260         (protected_change_watch): new function
6261         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
6262         (_dbus_server_add_watch): change to work like the
6263         dbus-connection.c equivalents; like those, probably kind of
6264         busted, but should at least mostly work for now
6265         (dbus_server_disconnect): drop the lock if we were already
6266         disconnected, patch from Daniel P. Berrange
6267
6268         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
6269         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
6270         same stuff
6271
6272         * doc/TODO: todo about unscrewing this mess
6273
6274 2005-02-19  Colin Walters  <walters@verbum.org>
6275
6276         * glib/dbus-binding-tool-glib.c
6277         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
6278
6279         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
6280         as errno.h and sys/stat.h.
6281         (lose): New function, prints error with
6282         newline and exits.
6283         (lose_gerror): Similar, but takes GError for message.
6284         (main): Add --output argument to specify output file to write to,
6285         instead of always printing to stdout.  In this mode, determine
6286         timestamps on source files to see whether any are newer than the
6287         target file.  If not, exit.  Also convert a number of error
6288         messages to use lose (since it's shorter), and switch to using
6289         g_io_channel_shutdown.
6290
6291 2005-02-19  Havoc Pennington  <hp@redhat.com>
6292
6293         * glib/dbus-gobject.c
6294         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
6295
6296         * glib/dbus-glib.c: fix doxygen warnings
6297
6298         * glib/dbus-gparser.c (parse_annotation): error if an annotation
6299         is found on an <arg>
6300
6301 2005-02-17  Colin Walters  <walters@verbum.org>
6302
6303         * glib/dbus-gobject.h: Don't export
6304         _dbus_glib_marshal_dbus_message_to_gvalue_array.
6305         
6306         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
6307         (invoke_object_method): Handle it.
6308
6309         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
6310         Handle rename.
6311         
6312 2005-02-17  Colin Walters  <walters@verbum.org>
6313
6314         * bus/.cvsignore, doc/.cvsignore
6315         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
6316         Update.
6317
6318 2005-02-17  Colin Walters  <walters@verbum.org>
6319         
6320         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
6321         Rename to DBUS_SERVICE_DBUS.
6322         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
6323         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
6324         Change the value from "org.freedesktop.Local"
6325         to "org.freedesktop.DBus.Local".
6326         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
6327         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
6328         DBUS_INTERFACE_INTROSPECTABLE.
6329         Change the value from "org.freedesktop.Introspectable"
6330         to "org.freedesktop.DBus.Introspectable".
6331         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
6332         DBUS_INTERFACE_PROPERTIES.
6333         Change the value from "org.freedesktop.Properties"
6334         to "org.freedesktop.DBus.Properties".
6335         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
6336         DBUS_INTERFACE_PEER.
6337         Change the value from "org.freedesktop.Peer"
6338         to "org.freedesktop.DBus.Peer".
6339         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
6340         DBUS_INTERFACE_LOCAL.
6341         Change the value from "org.freedesktop.Local"
6342         to "org.freedesktop.DBus.Local".
6343
6344         All other users of those constants have been changed.
6345
6346         * bus/driver.c (bus_driver_handle_introspect): Use constants.
6347
6348         * glib/dbus-gobject.c (handle_introspect): Use constants.
6349
6350         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
6351
6352 2005-02-17  Colin Walters  <walters@verbum.org>
6353
6354         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
6355         (parse_node, parse_interface, parse_method, parse_signal)
6356         (parse_property, parse_annotation): Lose if we're currently in an
6357         annotation.
6358         (parse_annotation): New function.
6359         (parser_start_element, parser_end_element): Handle annotation.
6360         (parse_method, parse_interface): Remove support for c_name attribute,
6361         switch to annotations.
6362
6363         * glib/dbus-gidl.h (interface_info_get_binding_names)
6364         (method_info_get_binding_names)
6365         (interface_info_get_binding_name, method_info_get_binding_name)
6366         (interface_info_set_binding_name, method_info_set_binding_name):
6367         Remove.
6368         (interface_info_get_annotations, method_info_get_annotations)
6369         (interface_info_get_annotation, method_info_get_annotation)
6370         (interface_info_add_annotation, method_info_add_annotation):
6371         Prototype.
6372
6373         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
6374         for "bindings".
6375         (struct MethodInfo): Ditto.
6376         Straightfoward conversion of binding methods into annotation methods
6377         as prototyped.
6378
6379         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
6380
6381         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
6382
6383         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
6384         Use new annotation API.
6385
6386         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
6387         annotation element.
6388         
6389         * doc/dbus-specification.xml: Discuss introspection annotations,
6390         include list of well-known annotations.
6391
6392         * test/glib/test-service-glib.xml: Make validate against new DTD.
6393
6394 2005-02-17  Colin Walters  <walters@verbum.org>
6395
6396         This patch is based on initial work from
6397         Paul Kuliniewicz <kuliniew@purdue.edu>.
6398
6399         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
6400         initialization of GValue from dbus type to here.
6401         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
6402         for the "glib-genmarshal" program from a DBus type.
6403         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
6404         into the C name for it we use in the glib bindings.
6405         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
6406         glib C type (not GValue).
6407         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
6408
6409         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
6410         from dbus-gobject.c.
6411
6412         * glib/dbus-gutils.h: Prototype it.
6413
6414         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
6415         (marshal_dbus_message_to_g_marshaller): Use new shared function
6416         dbus_glib_marshal_dbus_message_to_gvalue_array.
6417
6418         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
6419         Will be changed once we have annotations.
6420
6421         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
6422         GStaticRWLock.  Callers updated.
6423         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
6424         (string_table_next): New function for iterating over zero-terminated
6425         string value array.
6426         (string_table_lookup): New function; retrieves specific entry in
6427         array.
6428         (get_method_data): New function; look up method data in object data chunk.
6429         (object_error_domain_prefix_from_object_info)
6430         (object_error_code_from_object_info): New functions, but not implemented yet.
6431         (method_interface_from_object_info): New function; retrieve interface name.
6432         (method_name_from_object_info): New function; retrieve method name.
6433         (method_arg_info_from_object_info): New function; retrieve argument data.
6434         (arg_iterate): New function; iterates over serialized argument data.
6435         (method_dir_signature_from_object_info): New function; returns a
6436         GString holding type signature for arguments for just one
6437         direction (input or output).
6438         (method_input_signature_from_object_info)
6439         (method_output_signature_from_object_info): New functions.
6440         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
6441         converts dbus message arguments into a GValue array.  Used for both
6442         signal handling and method invocation.
6443         (struct DBusGlibWriteIterfaceData): New utility structure.
6444         (write_interface): New function; generate introspection XML for
6445         an interface.
6446         (introspect_interfaces): New function; gathers all interface->methods,
6447         generates introspection XML for them.
6448         (handle_introspect): Invoke introspect_interfaces.
6449         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
6450         (lookup_object_and_method): New function; examines an incoming message
6451         and attempts to match it up (via interface, method name, and argument
6452         signature) with a known object and method.
6453         (gerror_domaincode_to_dbus_error_name): New function; converts a
6454         GError domain and code into a DBus error name.  Needs GError data
6455         added to object introspection to work well.
6456         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
6457         GError.
6458         (invoke_object_method): New function to invoke an object method
6459         looked up via lookup_object_and_method.  Parses the incoming
6460         message, turns it into a GValue array, then invokes the marshaller
6461         specified in the DBusGMethodInfo.  Creates a new message with
6462         either return values or error message as appropriate.
6463         (gobject_message_function): Invoke lookup_object_and_method and
6464         invoke_object_method.
6465
6466         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
6467         (enum DBusBindingOutputMode): New enum for binding output modes.
6468         (pretty_print): Print binding names.
6469         (dbus_binding_tool_error_quark): GError bits.
6470         (version): Fix typo.
6471         (main): Create GIOChannel for output.  Parse new --mode argument,
6472         possible values are "pretty-print", "glib-server", "glib-client".
6473         Use mode to invoke appropriate function.
6474         
6475         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
6476
6477         * glib/dbus-glib-tool.h: New header, just includes GError bits
6478         for now.
6479
6480         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
6481         maps binding style to name.
6482         (struct MethodInfo): Ditto.
6483         (get_hash_keys, get_hash_key): Utility function, returns keys for
6484         a GHashTable.
6485         (interface_info_new, method_info_new): Initialize bindings.
6486         (interface_info_unref, method_info_unref): Destroy bindings.
6487         (method_info_get_binding_names, method_info_get_binding_name)
6488         (interface_info_get_binding_names, interface_info_get_binding_name):
6489         Functions for retrieving binding names.
6490         (method_info_set_binding_name, interface_info_set_binding_name):
6491         Functions for setting binding names.
6492
6493         * glib/dbus-binding-tool-glib.h: New file, has prototypes
6494         for glib binding generation.
6495
6496         * glib/dbus-binding-tool-glib.c: New file, implements server-side
6497         and client-side glib glue generation.
6498
6499         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
6500         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
6501         dbus-glib-tool.h.
6502
6503         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
6504         of using GClosureMarshal directly.
6505         (struct DBusGObjectInfo): Add n_infos member.
6506
6507         * test/glib/test-service-glib.xml: New file; contains introspection data
6508         for MyTestObject used in test-service-glib.c.
6509
6510         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
6511         (my_object_do_nothing, my_object_increment, my_object_throw_error)
6512         (my_object_uppercase, my_object_many_args): New test methods.
6513         (main): Use dbus_g_object_class_install_info to include generated object
6514         info.
6515
6516         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
6517         as well as client-side bindings.
6518
6519         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
6520         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
6521         using both the dbus_gproxy stuff directly as well as the generated bindings.
6522
6523 2005-02-15  Havoc Pennington  <hp@redhat.com>
6524
6525         * dbus/dbus-connection.c (dbus_connection_dispatch): always
6526         complete a pending call, don't run filters first.
6527
6528         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
6529         dbus_pending_call_steal_reply
6530
6531         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
6532         _dbus_connection_block_pending_call
6533         (dbus_pending_call_get_reply): change to steal_reply and return a
6534         ref
6535
6536         * dbus/dbus-connection.c
6537         (dbus_connection_send_with_reply_and_block): port to work in terms
6538         of DBusPendingCall
6539         (_dbus_connection_block_pending_call): replace block_for_reply
6540         with this
6541
6542 2005-02-14  Havoc Pennington  <hp@redhat.com>
6543
6544         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
6545         properly handle looking up group information by name; fix 
6546         from j@bootlab.org
6547
6548 2005-02-13  Havoc Pennington  <hp@redhat.com>
6549
6550         * dbus/dbus-connection.c (dbus_connection_return_message) 
6551         (dbus_connection_borrow_message): hold dispatch lock while message
6552         is outstanding
6553         (_dbus_connection_block_for_reply): hold dispatch lock while we
6554         block for the reply, so nobody steals our reply
6555         (dbus_connection_pop_message): hold the dispatch lock while we
6556         pluck the message
6557
6558 2005-02-13  Havoc Pennington  <hp@redhat.com>
6559
6560         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
6561         (_dbus_connection_release_dispatch)
6562         (_dbus_connection_acquire_io_path)
6563         (_dbus_connection_release_io_path): make the mutex and condvar
6564         control access to the "acquired" flag. Drop the connection lock
6565         while waiting on the condvar. Hopefully these are baby steps in
6566         roughly the right direction.
6567
6568 2005-02-13  Havoc Pennington  <hp@redhat.com>
6569
6570         * dbus/dbus-connection.c: use separate mutexes for the condition
6571         variables; this is some kind of baseline for sanity, but the
6572         condition variables still aren't used correctly afaict
6573
6574 2005-02-13  Havoc Pennington  <hp@redhat.com>
6575
6576         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6577         fix a double-unlock
6578
6579         * dbus/dbus-connection.c
6580         (_dbus_connection_detach_pending_call_unlocked): add this
6581
6582         Initial semi-correct pass through to fix thread locking; there are
6583         still some issues with the condition variable paths I'm pretty
6584         sure
6585         
6586         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
6587         lock/unlock calls
6588
6589         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
6590         rename to add _unlocked
6591         (struct DBusConnection): move "dispatch_acquired" and
6592         "io_path_acquired" to use only one bit each.
6593         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
6594         (dbus_connection_set_watch_functions): hacky fix to reentrancy
6595         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
6596         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
6597         (_dbus_connection_remove_timeout) 
6598         (_dbus_connection_toggle_timeout): drop lock when calling out to
6599         user functions; done in a hacky/bad way.
6600         (_dbus_connection_send_and_unlock): add a missing unlock
6601         (_dbus_connection_block_for_reply): add a missing unlock
6602
6603         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
6604         drop lock in a hacky probably unsafe way to call out to user
6605         function
6606
6607 2005-02-12  Havoc Pennington  <hp@redhat.com>
6608
6609         * tools/dbus-tree-view.c (info_set_func_text): display more
6610         details on args
6611
6612         * bus/driver.c (bus_driver_handle_list_services): list the bus
6613         driver
6614
6615         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
6616
6617         * glib/dbus-gidl.c (signal_info_get_n_args): new function
6618         (method_info_get_n_args): new function
6619
6620 2005-02-12  Havoc Pennington  <hp@redhat.com>
6621
6622         * bus/driver.c (bus_driver_handle_introspect): add introspection
6623         for bus driver
6624
6625 2005-02-12  Havoc Pennington  <hp@redhat.com>
6626
6627         * bus/driver.c: put the signature of each bus driver method in the
6628         table of handlers and check it on incoming calls; this isn't
6629         really useful, but going to add introspect support in a minute.
6630
6631 2005-02-11  Joe Shaw  <joeshaw@novell.com>
6632
6633         * mono/Connection.cs: The unpredictability of finalizers in mono
6634         prevents us from deterministically disconnecting the filters from
6635         the Service class's finalizer, so move tracking of filters and
6636         matches here.  Add API for that.
6637
6638         * mono/Service.cs: Remove the code, add code which calls the
6639         methods now on the Connection class.
6640
6641 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
6642
6643         * python/dbus.py (class Sender): added to support dbus signals better
6644         (Bus::add_signal_receiver): added expand_args parameter which defaults
6645         to True.  When expand args is True the signal handler will pass the 
6646         message arguments as parameters to the signal handler.  If False
6647         revert to previous behavior where the signal handler must get the
6648         argument list from the message.  This is to help port applications
6649         like HAL that have a tendancy to send variable length argument lists.
6650         self._match_rule_to_receivers is now a dict of dicts.
6651         (Bus::remove_signal_receiver): pop handler off the dict intead of 
6652         removing it from a list
6653         (Bus::_signal_func): change signal handlers so that interface,
6654         signal_name, service, path and message are packed into a Sender
6655         object and that is passed to the handler.  If expand_args is True
6656         extract the args list from the message and append it to the parameter
6657         list
6658         
6659         * python/dbus_bindings.pyx.in (class Signature): added to support 
6660         signiature types
6661         (MessageIter::__init__): changed iteration limit to match D-BUS
6662         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
6663         STRUCT and VARIENT type support
6664         (MessageIter::python_value_to_dbus_sig): made recursive to support
6665         recursive types
6666         (MessageIter::append*): added Signature, dict, tuple 
6667         support
6668
6669         * python/examples/example-client.py: added examples of getting tuples
6670         and dicts
6671
6672         * python/examples/example-service.py: added examples of sending tuples
6673         and dicts
6674
6675         * python/examples/example-signal-recipient.py: Fixed to handle new
6676         signal callback format
6677
6678 2005-02-10  Havoc Pennington  <hp@redhat.com>
6679
6680         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
6681         (call dbus_g_proxy_add_signal)
6682
6683         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
6684         escape the hostname
6685         (_dbus_server_new_for_domain_socket): escape the path
6686
6687         * dbus/dbus-address.c (dbus_address_escape_value): new
6688         (dbus_address_unescape_value): new
6689         (dbus_parse_address): unescape values
6690
6691         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
6692
6693         * doc/dbus-specification.xml: explain how to escape values in
6694         addresses
6695
6696 2005-02-10  Havoc Pennington  <hp@redhat.com>
6697
6698         * dbus/dbus-message-factory.c (generate_special): modify test to
6699         avoid using a non-basic dict key
6700
6701         * dbus/dbus-marshal-validate-util.c: add test for the below
6702
6703         * doc/dbus-specification.xml: require that dict keys are a basic
6704         type
6705
6706         * dbus/dbus-marshal-validate.c
6707         (_dbus_validate_signature_with_reason): require that dict key is a
6708         basic type
6709
6710 2005-02-10  Havoc Pennington  <hp@redhat.com>
6711
6712         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
6713         change to be _and_unlock instead of _unlocked
6714
6715         * dbus/dbus-connection.c
6716         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
6717         have no_update so we can find this bug quickly in future
6718
6719 2005-02-10  Havoc Pennington  <hp@redhat.com>
6720
6721         * dbus/dbus-message-util.c (verify_test_message): tests for string
6722         array
6723
6724         * dbus/dbus-message.c (dbus_message_append_args_valist): add
6725         support for arrays of string/signature/path
6726
6727 2005-02-10  Joe Shaw  <joeshaw@novell.com>
6728
6729         * dbus/dbus-connection.c
6730         (_dbus_connection_queue_received_message_link,
6731         _dbus_connection_message_sent): Add the path to
6732         the verbose output.
6733         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
6734         _dbus_connection_send_preallocated_unlocked(), updated the
6735         dispatch status, and unlocks.  Fixes a bug where certain
6736         situations (like a broken pipe) could cause a Disconnect message
6737         to not be sent, tricking the bus into thinking a service was still
6738         there when the process had quit.
6739         (_dbus_connection_send_preallocated): Call
6740         _dbus_connection_send_preallocated_and_unlock().
6741         (_dbus_connection_send_and_unlock): Added.  Calls
6742         _dbus_connection_send_preallocated_and_unlock().
6743         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
6744         (dbus_connection_send_with_reply): Update the dispatch status and
6745         unlock.
6746
6747         * mono/Service.cs (~Service): Added.  Removes the filter so that
6748         we don't get unmanaged code calling back into a GCed delegate.
6749         (RemoveFilter); Added.
6750
6751 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
6752
6753         * dbus/dbus-message.c (dbus_message_iter_open_container):
6754         - Removed check for iterator type being an array because
6755         get_arg_type does not work with writer iterators
6756         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
6757
6758 2005-02-07  Havoc Pennington  <hp@redhat.com>
6759
6760         * doc/dbus-specification.xml: some more language cleanups; add
6761         stuff about how to deal with invalid protocol and extension
6762         points; add _ to allowed chars in auth commands; add EXTENSION_
6763         auth command prefix
6764
6765 2005-02-06  Havoc Pennington  <hp@redhat.com>
6766
6767         * s/expected/required/ in a couple places for clarity
6768
6769 2005-02-07  Colin Walters  <walters@verbum.org>
6770
6771         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
6772         sender or proposed_recipient.
6773
6774 2005-02-06  Havoc Pennington  <hp@redhat.com>
6775
6776         * dbus/dbus-message-factory.c (generate_special): more tests
6777
6778         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
6779         array length that exceeds the maximum
6780
6781 2005-02-05  Havoc Pennington  <hp@redhat.com>
6782
6783         * dbus/dbus-message-factory.c (generate_special): more test cases,
6784         increasing coverage
6785
6786         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
6787         reason why a signature was invalid
6788
6789         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
6790         skip the length of the string before we look at it in validation
6791
6792         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
6793         equal_substring
6794
6795         * dbus/dbus-message.c (_dbus_message_loader_new): default
6796         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
6797
6798 2005-02-05  Havoc Pennington  <hp@redhat.com>
6799
6800         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
6801         if the signature of a variant was empty
6802         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
6803         struct with no element type)
6804
6805         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
6806         mangled messages to break things
6807
6808 2005-02-04  Havoc Pennington  <hp@redhat.com>
6809
6810         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
6811         g_quark_try_string() so it actually can return 0
6812         (dbus_g_proxy_connect_signal): ditto
6813
6814 2005-02-04  Havoc Pennington  <hp@redhat.com>
6815
6816         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
6817         bogus warning
6818         (tristring_from_message): assert cleanly on null path/interface
6819         (should not be possible though I decided later)
6820         (dbus_g_proxy_dispose): move proxy manager unregistration here
6821         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
6822         g_return_if_fail() checks
6823
6824 2005-02-04  Havoc Pennington  <hp@redhat.com>
6825
6826         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
6827
6828         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
6829         (with some minor changes)
6830
6831         * doc/dbus-specification.xml: add deprecated attribute to
6832         introspection format
6833
6834 2005-01-31  Havoc Pennington  <hp@redhat.com>
6835
6836         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
6837         think it's sort of right
6838
6839 2005-01-30  Havoc Pennington  <hp@redhat.com>
6840
6841         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
6842
6843 2005-01-30  Havoc Pennington  <hp@redhat.com>
6844
6845         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
6846
6847         * autogen.sh: change to autotools 1.9
6848
6849         * glib/dbus-gproxy.c: completely change how signals work
6850         (dbus_g_proxy_add_signal): new function to specify signature of a
6851         signal
6852         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
6853         and g_warning if the incoming message has the wrong signature.
6854
6855 2005-01-30  Havoc Pennington  <hp@redhat.com>
6856
6857         * tools/dbus-names-model.c (have_names_notify): fix this
6858
6859         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
6860         up the string array handling a bit 
6861
6862 2005-01-30  Havoc Pennington  <hp@redhat.com>
6863
6864         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
6865         (dbus_g_pending_call_cancel): new function
6866
6867         * dbus/dbus-glib.h: move GType decls for connection/message here;
6868         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
6869         here, just kind of rationalizing how we handle all that
6870
6871         * tools/dbus-names-model.c: new file for a tree model listing the
6872         services on a bus
6873
6874         * tools/dbus-tree-view.c (model_new): use proper typing on the
6875         model rows
6876
6877 2005-01-30  Havoc Pennington  <hp@redhat.com>
6878
6879         * glib/dbus-gmain.c: add a custom GSource back that just checks
6880         whether the message queue has anything in it; otherwise, there are 
6881         cases where we won't see messages in the queue since there was no 
6882         IO visible to the glib main loop
6883
6884         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
6885         increase default message timeout to 25 seconds
6886
6887 2005-01-30  Havoc Pennington  <hp@redhat.com>
6888
6889         * test/glib/test-profile.c (no_bus_stop_server): remove the
6890         warning about the g_warning that I just fixed
6891
6892         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
6893         custom source, seems to be a lot easier to understand and work
6894         better.
6895
6896 2005-01-30  Havoc Pennington  <hp@redhat.com>
6897
6898         I think this main loop thing is conceptually broken, but here are 
6899         some band aids. I'll maybe rewrite it in a minute.
6900         
6901         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
6902         custom GSource, so don't pass it in; confusing
6903         (gsource_server_finalize, gsource_connection_finalize): add
6904         finalize handlers that remove all the watches.  
6905
6906 2005-01-30  Havoc Pennington  <hp@redhat.com>
6907
6908         * glib/dbus-gobject.c (introspect_properties): fix the XML
6909         generated
6910
6911         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
6912         which effectively detects the use of freed messages
6913
6914         * glib/dbus-gobject.c (handle_introspect): modify and return the
6915         reply message instead of the incoming message
6916
6917         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
6918         gee, maybe it should SEND THE XML instead of just making a string
6919         and freeing it again ;-)
6920
6921         * tools/dbus-print-message.c (print_message): improve printing of
6922         messages
6923
6924         * configure.in: add debug-glib.service to the output
6925
6926 2005-01-30  Havoc Pennington  <hp@redhat.com>
6927
6928         dbus-viewer introspected and displayed the bus driver
6929         
6930         * dbus/dbus-object-tree.c 
6931         (object_tree_test_iteration): add tests for a handler registered on "/"
6932
6933         * dbus/dbus-object-tree.c
6934         (_dbus_decompose_path): fix to handle path "/" properly
6935         (run_decompose_tests): add tests for path decomposition
6936         
6937         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
6938         properly
6939
6940         * glib/dbus-gobject.c (handle_introspect): fix quotes
6941
6942         * test/glib/run-test.sh: support launching the bus, then running
6943         dbus-viewer
6944
6945         * test/glib/test-service-glib.c (main): put in a trivial gobject
6946         subclass and register it on the connection
6947
6948         * bus/driver.c (bus_driver_handle_introspect): implement
6949         introspection of the bus driver service
6950
6951         * dbus/dbus-protocol.h: add #defines for the XML namespace,
6952         identifiers, doctype decl
6953
6954         * bus/driver.c (bus_driver_handle_get_service_owner): handle
6955         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
6956         returning the service unchanged.
6957         (bus_driver_handle_message): remove old check for reply_serial in
6958         method calls, now the message type deals with that
6959         (bus_driver_handle_message): handle NULL interface
6960
6961         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
6962
6963         * glib/dbus-gloader-expat.c (description_load_from_string): allow
6964         -1 for len
6965
6966         * tools/dbus-viewer.c: add support for introspecting a service on
6967         a bus
6968
6969         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
6970         (dbus_g_pending_call_unref): add
6971
6972 2005-01-29  Havoc Pennington  <hp@redhat.com>
6973
6974         * tools/dbus-tree-view.c: add support for displaying properties.
6975         (run dbus-viewer with an introspect xml file as arg, then resize
6976         the window so the tree elements show up, not sure what that is)
6977
6978         * glib/dbus-gobject.c (handle_introspect): return
6979         org.freedesktop.Properties and org.freedesktop.Introspectable
6980         interfaces when we are introspected.
6981
6982         * doc/dbus-specification.xml: allow empty interface name when 
6983         Get/Set a property
6984
6985 2005-01-29  Havoc Pennington  <hp@redhat.com>
6986
6987         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
6988         though it uses glib, it could be extended for any binding in
6989         principle
6990
6991         * glib/dbus-gobject.c (gobject_message_function): change to the
6992         new way properties work
6993
6994         * dbus/dbus-protocol.h: add the new interfaces
6995
6996         * doc/dbus-specification.xml: document the introspection format,
6997         Introspectable interface, and add an org.freedesktop.Properties
6998         interface.
6999
7000         * glib/dbus-gparser.c: add support for a <property> element
7001
7002         * glib/dbus-gidl.c: add PropertyInfo
7003
7004         * glib/dbus-gobject.c (handle_introspect): put the outermost
7005         <node> outside the signal and property descriptions.
7006         (introspect_properties): export properties as <property> rather
7007         than as method calls
7008
7009 2005-01-28  Havoc Pennington  <hp@redhat.com>
7010
7011         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
7012         related to authentication protocol
7013
7014 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
7015
7016         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
7017                 - BUS_ACTIVATION -> BUS_STARTER
7018                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
7019                 - class MessageIter (__init__): Added recursion checking 
7020                 so we throw a nice error instead of just disconnecting from the
7021                 bus.
7022                 (get): Added arg_type parameter for recursion.
7023                 Removed the nil type
7024                 Added signiture type placeholder (not implemented)
7025                 Added struct type placeholder (not implemented)
7026                 Added varient type placeholder (not implemented)
7027                 Commented out dict type for now     
7028                 (get_element_type): renamed from get_array_type
7029                 (get_*): changed to use the dbus_message_iter_get_basic API
7030                 (get_*_array): removed in favor of recursive get_array method
7031                 (get_array): new recursive method which calls get to marshal
7032                 the elements of the array
7033                 (value_to_dbus_sig): New method returns the corrasponding
7034                 dbus signiture to a python value
7035                 (append): Comment out dict handling for now
7036                 Handle lists with the new recursive API
7037                 Comment out None handling for now
7038                 (append_nil): removed
7039                 (append_*): changed to use dbus_message_iter_append_basic API
7040                 (append_*_array): removed in favor of recursive append_array 
7041                 method
7042                 (__str__): Make it easier to print out recursive iterators
7043                 for debugging
7044                 - class Message (__str__): moved type inspection to the
7045                 MessageIter class' __str__ method
7046                 (get_iter): Added an append parameter wich defaults to False
7047                 If True use the new API's to create an append iterator
7048
7049         * python/dbus.py: Update to use new bindings API
7050                 - TYPE_ACTIVATION -> TYPE_STARTER
7051                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
7052                 - class ActivationBus -> class StarterBus
7053                 - class RemoteObject (__call__): get an append iterator
7054                 - (_dispatch_dbus_method_call): get an append iterator
7055                 - class Object (emit_signal): get an append iterator
7056
7057         * python/examples/: Fixed up the examples to work with the new API
7058                 
7059 2005-01-28  Joe Shaw  <joeshaw@novell.com>
7060
7061         * configure.in: Bump version up to 0.30.
7062
7063         * HACKING: Add a release item to bump the version number up after 
7064         a release.
7065
7066 2005-01-28  Havoc Pennington  <hp@redhat.com>
7067
7068         * doc/dbus-specification.xml: update to describe 16-bit types and
7069         dict entries
7070
7071         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
7072         assertion
7073
7074         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
7075         type
7076
7077         * dbus/dbus-marshal-recursive.c: implement
7078
7079 2005-01-27  Havoc Pennington  <hp@redhat.com>
7080
7081         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
7082
7083         * configure.in: find the right type for 16 and 32 bit ints as well
7084         as 64
7085
7086         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
7087         the 16-bit types so people don't have to stuff them in 32-bit or
7088         byte arrays.
7089
7090 2005-01-27  Havoc Pennington  <hp@redhat.com>
7091
7092         * dbus/dbus-message.c: byteswap the message if you init an
7093         iterator to read/write from it
7094         
7095         * dbus/dbus-marshal-byteswap.c: new file implementing 
7096         _dbus_marshal_byteswap()
7097
7098         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
7099
7100 2005-01-26  Havoc Pennington  <hp@redhat.com>
7101         
7102         * dbus/dbus-marshal-validate-util.c: break this out (and fix
7103         build, apparently - nobody noticed?)
7104         
7105 2005-01-26  Havoc Pennington  <hp@redhat.com>
7106
7107         * dbus/dbus-marshal-recursive.h: remove todo comment
7108
7109 2005-01-25  Joe Shaw  <joeshaw@novell.com>
7110
7111         * Land the mono binding changes to conform to the new APIs.
7112
7113         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
7114         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
7115
7116         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
7117         type code as a string.
7118         (InitAppending): Rename dbus_message_append_iter_init() to
7119         dbus_message_iter_init_append().
7120
7121         * mono/BusDriver.cs: Rename ServiceEventHandler to
7122         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
7123         Rename ServiceOwnerChanged to NameOwnerChanged.
7124
7125         * mono/Connection.cs: Rename BaseService to UniqueName, and the
7126         underlying C call.
7127
7128         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
7129
7130         * mono/Service.cs: Rename Exists to HasOwner, internally rename
7131         dbus_bus_acquire_service() to dbus_bus_request_name().
7132
7133         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
7134         of Type.UnderlyingSystemType to get the correct element type for
7135         the array.
7136         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
7137         dbus_message_get_{element|arg}_type() instead of
7138         dbus_message_iter_init_array_iterator().
7139         (Append): Replace dbus_message_iter_append_array() with
7140         dbus_message_iter_open_container() and
7141         dbus_message_iter_close_container().
7142
7143         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
7144         types have been removed.
7145         
7146         * mono/DBusType/*.cs: Replace calls of
7147         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
7148         but specify the type in the DllImport extern declaration.  Ditto
7149         for dbus_message_iter_append_[type]() ->
7150         dbus_message_iter_append_basic().
7151
7152         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
7153         NameOwnerChangedHandler.
7154
7155 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
7156
7157         * python/dbus_bindings.pyx.in: Rename of methods and bindings
7158                 - get_base_service -> get_unique_name
7159                 - bus_get_base_service -> bus_get_unique_name
7160                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
7161                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
7162                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
7163                 - bus_activate_service -> bus_start_service_by_name
7164                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
7165                 - bus_acquire_service -> bus_request_name
7166                 - dbus_bus_acquire_service -> dbus_bus_request_name
7167                 - bus_service_exists -> bus_name_has_owner
7168                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
7169
7170         * python/dbus.py: Rename of methods
7171                 - activate_service -> start_service_by_name
7172                 - bus_acquire_service -> bus_request_name
7173                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
7174                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
7175
7176         
7177 2005-01-24  Joe Shaw  <joeshaw@novell.com>
7178
7179         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
7180         signature for the method that can't be found.
7181
7182         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
7183         the message has any arguments, we need to call
7184         _dbus_type_reader_get_current_type(), not
7185         _dbus_type_reader_has_next().
7186
7187 2005-01-24  Havoc Pennington  <hp@redhat.com>
7188
7189         * dbus/dbus-message-factory.c: more testing of message validation
7190
7191         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
7192         header
7193
7194 2005-01-23  Havoc Pennington  <hp@redhat.com>
7195
7196         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
7197         get this all working, not many tests in the framework yet though
7198
7199 2005-01-22  Havoc Pennington  <hp@redhat.com>
7200
7201         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
7202         tutorial, based on work from David Wheeler.
7203
7204 2005-01-21  Havoc Pennington  <hp@redhat.com>
7205
7206         * dbus/dbus-bus.c: add more return_if_fail checks
7207
7208         * dbus/dbus-message.c (load_message): have the "no validation"
7209         mode (have to edit the code to toggle the mode for now though)
7210
7211         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
7212         skips all validation; I want to use this at least for benchmark
7213         baseline, I'm not sure if it should be a publicly-available switch.
7214
7215 2005-01-21  Havoc Pennington  <hp@redhat.com>
7216
7217         * glib/dbus-gmain.c: don't put the GLib bindings in the same
7218         toplevel doxygen group as the low-level API stuff
7219
7220         * dbus/dbus.h: note that libdbus is the low-level API
7221
7222 2005-01-20  Havoc Pennington  <hp@redhat.com>
7223
7224         * update-dbus-docs.sh: script to update docs on the web site, only
7225         works for me though. neener.
7226
7227 2005-01-20  Havoc Pennington  <hp@redhat.com>
7228
7229         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
7230         code can reveal bugs in it
7231
7232 2005-01-20  Havoc Pennington  <hp@redhat.com>
7233
7234         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
7235         select() version, patches from Tor Lillqvist
7236
7237 2005-01-20  Havoc Pennington  <hp@redhat.com>
7238
7239         * doc/dbus-tutorial.xml: replace > with &gt;
7240
7241         * bus/services.c (bus_registry_acquire_service): validate the name
7242         and return a better error if it's no good.
7243
7244         * doc/dbus-specification.xml: note NO_AUTO_START change
7245
7246         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
7247         from AUTO_START, we're toggling the default
7248
7249         * bus/dispatch.c: adapt the tests to change of auto-start default
7250
7251 2005-01-18  Havoc Pennington  <hp@redhat.com>
7252
7253         * rename dbus-daemon-1 to dbus-daemon throughout
7254
7255 2005-01-18  Havoc Pennington  <hp@redhat.com>
7256
7257         * Throughout, grand renaming to strip out the use of "service",
7258         just say "name" instead (or "bus name" when ambiguous).  Did not
7259         change the internal code of the message bus itself, only the
7260         programmer-facing API and messages.
7261         
7262         * doc/dbus-specification.xml: further update the message bus section
7263         
7264         * bus/config-parser.c (all_are_equiv): fix bug using freed string
7265         in error case
7266
7267 2005-01-17  Havoc Pennington  <hp@redhat.com>
7268
7269         * dbus/dbus-types.h: remove 16-bit types since we don't use them
7270         ever
7271
7272         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
7273         "invalid name character" not only non-ASCII
7274
7275         * doc/dbus-specification.xml: further update spec, message bus 
7276         parts are still out-of-date but the marshaling etc. stuff is now
7277         accurate-ish
7278
7279 2005-01-17  Havoc Pennington  <hp@redhat.com>
7280
7281         * doc/dbus-specification.xml: partially update spec
7282
7283 2005-01-17  Havoc Pennington  <hp@redhat.com>
7284
7285         * Throughout, align variant bodies according to the contained
7286         type, rather than always to 8. Should save a fair bit of space in
7287         message headers.
7288         
7289         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
7290         fix handling of case where p == end
7291
7292         * doc/TODO: remove the dbus_bool_t item and variant alignment items
7293
7294 2005-01-17  Havoc Pennington  <hp@redhat.com>
7295
7296         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
7297
7298         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
7299         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
7300         are marshaling/unmarshaling a boolean.
7301
7302 2005-01-16  Havoc Pennington  <hp@redhat.com>
7303
7304         This is about it on what can be disabled/deleted from libdbus
7305         easily, back below 150K anyhow. Deeper cuts are more work than 
7306         just turning the code off as I've done here.
7307         
7308         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
7309         signed int convenience funcs
7310
7311         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
7312         verbose mode
7313
7314         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
7315         things out of libdbus
7316
7317         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
7318         
7319         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
7320         tests-enabled-only, though it should probably be deleted)
7321
7322         * dbus/dbus-message-util.c: same stuff
7323
7324         * dbus/dbus-auth-util.c: same stuff
7325
7326 2005-01-16  Havoc Pennington  <hp@redhat.com>
7327
7328         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
7329
7330         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
7331         way for stripping down dbus-userdb.c stuff included in libdbus.
7332         Rename _dbus_parse_uid for consistency.
7333
7334 2005-01-16  Havoc Pennington  <hp@redhat.com>
7335
7336         * dbus/dbus-internals.c (_dbus_real_assert): print the function
7337         name the assertion failed in
7338
7339         * dbus/dbus-internals.h (_dbus_return_if_fail) 
7340         (_dbus_return_val_if_fail): assert that the name of the function
7341         containing the check doesn't start with '_', since we only want to 
7342         use checks on public functions
7343         
7344         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
7345         checks to assertions
7346
7347         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
7348         change checks to asserts for private function
7349
7350         * dbus/dbus-message.c (_dbus_message_set_serial): checks
7351         to asserts for private function
7352
7353         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
7354         broken assertion that was breaking make check
7355         (_dbus_type_reader_array_is_empty): remove this rather than fix
7356         it, was only used in assertions
7357
7358 2005-01-16  Havoc Pennington  <hp@redhat.com>
7359
7360         * test/unused-code-gc.py: hacky script to find code that's used
7361         only by the bus (not libdbus) or used only by tests or not used at
7362         all. It has some false alarms, but looks like we can clean up a
7363         lot of size from libdbus.
7364
7365         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
7366         dbus/Makefile.am: initially move 10K of binary size out of libdbus
7367         
7368 2005-01-16  Havoc Pennington  <hp@redhat.com>
7369
7370         * Add and fix docs according to Doxygen warnings throughout
7371         source.
7372         
7373         * dbus/dbus-marshal-recursive.c
7374         (_dbus_type_reader_array_is_empty): change this to just call
7375         array_reader_get_array_len() and make it static
7376
7377         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
7378         from get_array_type
7379         (dbus_message_iter_init_append): rename from append_iter_init
7380
7381         * dbus/dbus-marshal-recursive.c
7382         (_dbus_type_reader_get_element_type): rename from
7383         _dbus_type_reader_get_array_type
7384
7385 2005-01-15  Havoc Pennington  <hp@redhat.com>
7386
7387         * test/glib/test-profile.c (with_bus_server_filter): fix crash
7388
7389         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
7390         when DBUS_DISABLE_ASSERT
7391         (_dbus_marshal_set_basic): be sure we align for the string length
7392
7393         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
7394         this look faster
7395
7396         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
7397         inline macro version
7398         (_dbus_string_set_byte): provide inline macro version
7399
7400 2005-01-15  Havoc Pennington  <hp@redhat.com>
7401
7402         * Land the new message args API and type system.
7403
7404         This patch is huge, but the public API change is not 
7405         really large. The set of D-BUS types has changed somewhat, 
7406         and the arg "getters" are more geared toward language bindings;
7407         they don't make a copy, etc.
7408
7409         There are also some known issues. See these emails for details
7410         on this huge patch:
7411         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
7412         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
7413         
7414         * dbus/dbus-marshal-*: all the new stuff
7415
7416         * dbus/dbus-message.c: basically rewritten
7417
7418         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
7419         freed blocks to be all non-nul bytes so using freed memory is less
7420         likely to work right
7421
7422         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
7423         DBUS_FAIL_MALLOC=N environment variable, so you can do
7424         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
7425         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
7426         thorough.
7427
7428         * qt/message.cpp: port to the new message args API
7429         (operator<<): use str.utf8() rather than str.unicode()
7430         (pretty sure this is right from the Qt docs?)
7431
7432         * glib/dbus-gvalue.c: port to the new message args API
7433
7434         * bus/dispatch.c, bus/driver.c: port to the new message args API
7435
7436         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
7437         "locked" flag to TRUE and align_offset to 0; I guess we never
7438         looked at these anyhow, but seems cleaner.
7439
7440         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
7441         move allocation padding macro to this header; use it to implement
7442         (_DBUS_STRING_STATIC): ability to declare a static string.
7443
7444         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
7445         change to return TRUE if the interface is not set.
7446
7447         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
7448         to dbus-marshal-validate.[hc]
7449
7450         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
7451         dbus-internals.c
7452
7453         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
7454         to dbus-marshal-*.[hc]
7455
7456         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
7457         function here from dbus-marshal.c
7458
7459 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7460
7461         * NEWS: Update for 0.23.
7462
7463         * configure.in: Release 0.23.
7464
7465 2005-01-12  Joe Shaw  <joeshaw@novell.com>
7466
7467         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
7468         dbus DLL with --debug.  Clean up after the .mdb files this leaves
7469         behind.
7470
7471         * mono/doc/Makefile.am: Need to uninstall the docs on "make
7472         uninstall"
7473
7474         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
7475         is an enum, get the enum's underlying type.  Another mono
7476         1.1.3 fix.
7477
7478 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7479
7480         Patch from Sjoerd Simons <sjoerd@luon.net>
7481
7482         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
7483         DESTDIR.  It breaks stuff.
7484
7485 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7486
7487         Patch from Tambet Ingo <tambet@ximian.com>
7488
7489         * mono/DBusType/Array.cs (Get): Get the underlying element type by
7490         calling type.GetElementType().  The code previously depended on
7491         broken Mono behavior, which was fixed in Mono 1.1.3.
7492
7493         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
7494         Activator.CreateInstance() so that the class's constructor is
7495         called with the right parameters.
7496
7497 2005-01-11  Joe Shaw  <joeshaw@novell.com>
7498
7499         Patch from Timo Teräs <ext-timo.teras@nokia.com>
7500
7501         * dbus/dbus-connection.c
7502         (_dbus_connection_queue_received_message_link): Call
7503         _dbus_connection_remove_timeout() instead of the _locked()
7504         variant, since it's always called from
7505         _dbus_connection_handle_watch(), which handles the locking.
7506         Removed the _locked() variant since it's no longer used.
7507
7508 2005-01-03  Havoc Pennington  <hp@redhat.com>
7509
7510         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
7511         return
7512         
7513 2004-12-26  Havoc Pennington  <hp@redhat.com>
7514
7515         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
7516
7517 2005-01-03  Havoc Pennington  <hp@redhat.com>
7518
7519         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
7520         floating point
7521
7522         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
7523
7524 2005-01-02  Havoc Pennington  <hp@redhat.com>
7525
7526         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
7527
7528 2005-01-01  Havoc Pennington  <hp@redhat.com>
7529
7530         * configure.in: add -Wfloat-equal
7531
7532 2005-01-01  Havoc Pennington  <hp@redhat.com>
7533
7534         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
7535         for a variety of reasons '==' doesn't do this.
7536
7537 2004-12-31  Havoc Pennington  <hp@redhat.com>
7538
7539         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
7540         I keep wishing I had
7541
7542 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7543
7544         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
7545
7546 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
7547
7548         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
7549         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
7550         dbus-protocol.h.  Because they are defines and not enums they are not
7551         autogenerated.
7552
7553 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
7554
7555         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
7556         dbus_bus_activate_service
7557
7558         * python/dbus.py (Bus.activate_service): activate a service on the
7559         bus.
7560
7561 2004-12-24  Havoc Pennington  <hp@redhat.com>
7562
7563         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
7564         file format has also changed and I haven't adapted to that yet
7565         
7566         * Makefile.am: load .gcno files from latest gcc
7567
7568 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
7569         * Patch from Rob Taylor <robtaylor@fastmail.fm>
7570
7571         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
7572         lowlevel binding
7573
7574         * python/dbus.py (get_unix_user): Added binding to 
7575         call dbus_bindings.bus_get_unix_user
7576
7577         * python/extract.py: Modified the proto_pat regex to
7578         handle unsigned long
7579
7580 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7581
7582         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
7583         better POSIX compliance.
7584
7585 2004-12-19  Havoc Pennington  <hp@redhat.com>
7586
7587         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
7588         (_dbus_string_insert_8_aligned): new functions
7589
7590         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
7591
7592 2004-12-18  Havoc Pennington  <hp@redhat.com>
7593
7594         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
7595         macro
7596
7597         * dbus/dbus-message.c: fix a comment, and add a still-unused
7598         not-implemented function
7599
7600         * dbus/dbus-marshal.h: fix comment
7601
7602         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
7603
7604 2004-12-17  Joe Shaw  <joeshaw@novell.com>
7605
7606         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
7607         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
7608         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
7609         Type.UnderlyingSystemType to get the actual system type
7610         underneath.  This code previously depended on the broken Mono
7611         behavior, which was fixed in 1.1.3.
7612
7613 2004-11-27  Havoc Pennington  <hp@redhat.com>
7614
7615         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
7616         are disabled
7617         (_dbus_string_get_const_data): inline when asserts are disabled
7618
7619         * dbus/dbus-message.c: record the _dbus_current_generation of
7620         creation so we can complain if dbus_shutdown() is used improperly.
7621         Do this only if checks are enabled.
7622
7623         * dbus/dbus-connection.c: ditto
7624         
7625 2004-11-26  Havoc Pennington  <hp@redhat.com>
7626
7627         * test/glib/test-profile.c: add with_bus mode to profile echoes
7628         that go through the bus.
7629
7630         * test/glib/run-test.sh: add ability to run test-profile
7631
7632         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
7633         config file reload.
7634
7635 2004-11-26  Havoc Pennington  <hp@redhat.com>
7636
7637         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
7638         thing was implemented
7639
7640 2004-11-26  Havoc Pennington  <hp@redhat.com>
7641
7642         * test/glib/test-profile.c: tweak a bit, add support for some
7643         made-up minimal malloc overhead with plain sockets, since in 
7644         real life some sort of buffers are unavoidable thus we could 
7645         count them in the theoretical best case
7646
7647 2004-11-26  Havoc Pennington  <hp@redhat.com>
7648
7649         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
7650         where I was trying to cache one too many messages
7651
7652 2004-11-26  Havoc Pennington  <hp@redhat.com>
7653
7654         * dbus/dbus-message.c: reimplement message cache as an array which 
7655         makes the cache about twice as fast and saves maybe 1.5% overall
7656
7657 2004-11-26  Havoc Pennington  <hp@redhat.com>
7658
7659         * dbus/dbus-threads.c (init_global_locks): forgot to put the
7660         message cache lock here
7661
7662 2004-11-26  Havoc Pennington  <hp@redhat.com>
7663
7664         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
7665         the "char byte_order" next to each other to save 4 bytes
7666         (dbus_message_new_empty_header): reduce preallocation, since the
7667         message cache should achieve a similar effect
7668         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
7669         message cache that keeps a few DBusMessage around in a pool,
7670         another 8% speedup or so.
7671
7672         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
7673
7674 2004-11-25  Havoc Pennington  <hp@redhat.com>
7675
7676         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
7677         to write, without reading or blocking, try it before the poll()
7678         and skip the poll() if nothing remains to write. This is about a
7679         3% speedup in the echo client/server
7680
7681 2004-11-25  Havoc Pennington  <hp@redhat.com>
7682
7683         The primary change here is to always write() once before adding
7684         the write watch, which gives us about a 10% performance increase.
7685         
7686         * dbus/dbus-transport-unix.c: a number of modifications to cope
7687         with removing messages_pending
7688         (check_write_watch): properly handle
7689         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
7690         messages_pending stuff
7691         (check_read_watch): properly handle WAITING_FOR_MEMORY and
7692         AUTHENTICATED cases
7693         (unix_handle_watch): after writing, see if the write watch can be
7694         removed
7695         (unix_do_iteration): assert that write_watch/read_watch are
7696         non-NULL rather than testing that they aren't, since they 
7697         aren't allowed to be NULL. check_write_watch() at the end so 
7698         we add the watch if we did not finish writing (e.g. got EAGAIN)
7699
7700         * dbus/dbus-transport-protected.h: remove messages_pending call,
7701         since it resulted in too much inefficient watch adding/removing; 
7702         instead we now require that the transport user does an iteration 
7703         after queueing outgoing messages, and after trying the first
7704         write() we add a write watch if we got EAGAIN or exceeded our 
7705         max bytes to write per iteration setting
7706
7707         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
7708         function
7709
7710         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
7711         freed and then accessed, valgrind flagged this bug, fix it
7712
7713         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
7714         as the last valid field plus 1, where really it is equal to the
7715         last valid field. Corrects some message corruption issues.
7716
7717         * dbus/dbus-mainloop.c: verbosity changes
7718
7719         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7720         instead of aborting in one of the test codepaths
7721
7722         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
7723         caused not printing the pid ever again if a verbose was missing
7724         the newline at the end
7725         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
7726
7727         * dbus/dbus-connection.c: verbosity changes; 
7728         (dbus_connection_has_messages_to_send): new function
7729         (_dbus_connection_message_sent): no longer call transport->messages_pending
7730         (_dbus_connection_send_preallocated_unlocked): do one iteration to
7731         try to write() immediately, so we can avoid the write watch. This
7732         is the core purpose of this patchset
7733         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
7734         dump the outgoing message queue, so nobody will get confused
7735         trying to send them or thinking stuff is pending to be sent
7736
7737         * bus/test.c: verbosity changes
7738
7739         * bus/driver.c: verbosity/assertion changes
7740
7741         * bus/dispatch.c: a bunch of little tweaks to get it working again
7742         because this patchset changes when/where you need to block.
7743
7744 2004-11-23  Havoc Pennington  <hp@redhat.com>
7745
7746         * test/glib/test-profile.c: modify to accept a plain_sockets
7747         argument in which case it will bench plain sockets instead of
7748         libdbus, for comparison purposes.
7749
7750 2004-11-22  Havoc Pennington  <hp@redhat.com>
7751
7752         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
7753         threads for more time, so sysprof can get a grip on it.
7754
7755         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
7756         pointless variable
7757
7758 2004-11-13  Havoc Pennington  <hp@redhat.com>
7759
7760         * test/glib/test-profile.c: fix this thing up a bit
7761
7762         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
7763         preallocation sizes by a fair bit; not sure if this will be an
7764         overall performance win or not, but it does reduce reallocs.
7765
7766         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
7767         the test hack that forced constant realloc if asserts are
7768         disabled, so we can profile sanely. Sprinkle in some
7769         _DBUS_UNLIKELY() which are probably pointless, but before I
7770         noticed the real performance problem I put them in.
7771         (_dbus_string_validate_utf8): micro-optimize this thing a little
7772         bit, though callgrind says it didn't help; then special-case
7773         ascii, which did help a lot; then be sure we detect nul bytes as
7774         invalid, which is a bugfix.
7775         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
7776         superstition; use memset to nul the padding instead of a manual
7777         loop.
7778         (_dbus_string_get_length): inline this as a
7779         macro; it showed up in the profile because it's used for loop
7780         tests and so forth
7781
7782 2004-11-10  Colin Walters  <walters@verbum.org>
7783
7784         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
7785         for extra paranoia.
7786
7787 2004-11-09  Colin Walters  <walters@verbum.org>
7788
7789         * dbus/dbus-string.c (_dbus_string_get_length): New
7790         function, writes DBusString to C buffer.
7791
7792         * dbus/dbus-string.h: Prototype it.
7793
7794         * dbus/dbus-message.c (dbus_message_type_to_string): New
7795         function, converts message type into C string.
7796
7797         * dbus/dbus-message.h: Prototype it.
7798
7799         * bus/selinux.c (bus_selinux_check): Take source pid,
7800         target pid, and audit data.  Pass audit data to
7801         avc_has_perm.
7802         (log_audit_callback): New function, appends extra
7803         audit information.
7804         (bus_selinux_allows_acquire_service): Also take
7805         service name, add it to audit data.
7806         (bus_selinux_allows_send): Also take message
7807         type, interface, method member, error name,
7808         and destination, and add them to audit data.
7809         (log_cb): Initialize func_audit.
7810         
7811         * bus/selinux.h (bus_selinux_allows_acquire_service)
7812         (bus_selinux_allows_send): Update prototypes 
7813
7814         * bus/services.c (bus_registry_acquire_service): Pass
7815         service name to bus_selinux_allows_acquire_service.
7816
7817         * bus/bus.c (bus_context_check_security_policy): Pass
7818         additional audit data.  Move assignment of dest
7819         to its own line.
7820
7821 2004-11-07  Colin Walters  <walters@verbum.org>
7822
7823         * dbus/dbus-transport-unix.c (do_authentication): Always
7824         initialize auth_completed.
7825         
7826 2004-11-07  Colin Walters  <walters@verbum.org>
7827
7828         * bus/bus.c (load_config): Break into three
7829         separate functions: process_config_first_time_only,
7830         process_config_every_time, and process_config_postinit.
7831         (process_config_every_time): Move call of
7832         bus_registry_set_service_context_table into
7833         process_config_postinit.
7834         (process_config_postinit): New function, does
7835         any processing that needs to happen late
7836         in initialization (and also on reload).
7837         (bus_context_new): Instead of calling load_config,
7838         open config parser here and call process_config_first_time_only
7839         and process_config_every_time directly.  Later, after
7840         we have forked but before changing UID,
7841         invoke bus_selinux_full_init, and then call
7842         process_config_postinit.
7843         (bus_context_reload_config): As in bus_context_new,
7844         load parse file inside here, and call process_config_every_time
7845         and process_config_postinit.
7846
7847         * bus/services.h, bus/services.c
7848         (bus_registry_set_service_context_table): Rename
7849         from bus_registry_set_sid_table.  Take string hash from config
7850         parser, and convert them here into SIDs.
7851
7852         * bus/config-parser.c (struct BusConfigParser): Have
7853         config parser only store a mapping of service->context
7854         string.
7855         (merge_service_context_hash): New function.
7856         (merge_included): Merge context string hashes instead
7857         of using bus_selinux_id_table_union.
7858         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
7859         simply create a new string hash.
7860         (bus_config_parser_unref): Unref it.
7861         (start_selinux_child): Simply insert strings into hash,
7862         don't call bus_selinux_id_table_copy_over.
7863
7864         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
7865         (bus_selinux_id_table_copy_over): Delete.
7866
7867 2004-11-03  Colin Walters  <walters@verbum.org>
7868
7869         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
7870         variables.
7871         
7872 2004-11-03  Colin Walters  <walters@verbum.org>
7873
7874         * bus/test-main.c (test_pre_hook): Fix test logic,
7875         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
7876
7877 2004-11-02  Colin Walters  <walters@redhat.com>
7878
7879         * bus/selinux.c (bus_selinux_init): Split into two functions,
7880         bus_selinux_pre_init and bus_selinux_post_init.
7881         (bus_selinux_pre_init): Just determine whether SELinux is
7882         enabled.
7883         (bus_selinux_post_init): Do everything else.
7884
7885         * bus/main.c (main): Call bus_selinux_pre_init before parsing
7886         config file, and bus_selinux_post_init after.  This ensures that
7887         we don't lose the policyreload notification thread that
7888         bus_selinux_init created before forking previously.
7889         
7890         * bus/test-main.c (test_pre_hook): Update for split.
7891
7892 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
7893
7894         Patch from Johan Fischer <linux@fischaz.com>
7895         
7896         * mono/doc/Makefile.am (install-data-local): Added directory
7897         install for DESTDIR
7898
7899 2004-10-29  Colin Walters  <walters@redhat.com>
7900
7901         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
7902         parameter for fd to write pid to.       
7903
7904         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
7905         
7906         * bus/bus.c (bus_context_new): Pass print_pid_fd
7907         to _dbus_become_daemon (bug #1720)
7908
7909 2004-10-29  Colin Walters  <walters@redhat.com>
7910
7911         Patch from Ed Catmur <ed@catmur.co.uk>
7912
7913         * mono/doc/Makefile.am (install-data-local): Handle
7914         DESTDIR.
7915
7916 2004-10-29  Colin Walters  <walters@redhat.com>
7917
7918         * bus/.cvsignore, qt/.cvsignore: Update.
7919
7920 2004-10-29  Colin Walters  <walters@redhat.com>
7921
7922         Patch from Kristof Vansant <de_lupus@pandora.be>
7923
7924         * configure.in: Detect Slackware.
7925         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
7926         * bus/rc.messagebus.in: New file.
7927
7928 2004-10-29  Colin Walters  <walters@redhat.com>
7929
7930         * tools/dbus-monitor.c (filter_func): Return
7931         DBUS_HANDLER_RESULT_HANDLED in filter function
7932         for now.  See:
7933         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
7934
7935 2004-10-29  Colin Walters  <walters@redhat.com>
7936
7937         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
7938
7939         * bus/services.c (bus_registry_acquire_service): 
7940         Correctly retrieve service name from DBusString
7941         for printing.
7942
7943 2004-10-29  Colin Walters  <walters@redhat.com>
7944
7945         * dbus/dbus-glib.h: Update documentation to not
7946         refer to internal APIs.
7947
7948 2004-10-27  Joe Shaw  <joeshaw@novell.com>
7949
7950         * mono/Arguments.cs (GetDBusTypeConstructor):
7951         type.UnderlyingSystemType will return "System.Byte" if you do it
7952         on "byte[]", which is not what we want.  So check the type.IsArray
7953         property and use System.Array instead.
7954
7955 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
7956
7957         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
7958         the DBusUserInfo structure since this is passed into the function.
7959         This would cause a double free when the function that allocated
7960         the structure would try to free it when an error occured.
7961
7962         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
7963         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
7964         for service activation to avoid 32bit/64bit parallel install issues
7965
7966 2004-10-21  Colin Walters  <walters@verbum.org>
7967
7968         * AUTHORS: Fix my email address, the @gnu.org one
7969         has been bouncing for some time.  Also add J5.
7970         
7971 2004-10-21  Colin Walters  <walters@verbum.org>
7972
7973         * dbus/dbus-transport-unix.c (do_authentication): Return
7974         authentication status to callers.
7975         (unix_handle_watch): If we completed authentication this round,
7976         don't do another read.  Instead wait until the next iteration,
7977         after we've read any pending data in the auth buffer.
7978         (unix_do_iteration): Ditto.
7979         (unix_handle_watch): Updated for new do_authentication prototype.
7980
7981 2004-10-18  Colin Walters  <walters@verbum.org>
7982
7983         * bus/selinux.c (bus_selinux_enabled): Handle
7984         --disable-selinux case.
7985         
7986 2004-10-18  Colin Walters  <walters@verbum.org>
7987
7988         * bus/selinux.h: Add bus_selinux_enabled.
7989         
7990         * bus/selinux.c (bus_selinux_enabled): Implement it.
7991         
7992         * bus/config-parser.c (struct include): Add
7993         if_selinux_enabled member.
7994         (start_busconfig_child): Parse if_selinux_enabled
7995         attribute for include.
7996         (bus_config_parser_content): Handle it.
7997
7998         * bus/session.conf.in, bus/system.conf.in: Add
7999         inclusion of context mapping to default config files;
8000         conditional on SELinux being enabled.
8001         
8002         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
8003         
8004         * test/data/invalid-config-files/badselinux-1.conf, 
8005         test/data/invalid-config-files/badselinux-2.conf:
8006         Test files for bad syntax.
8007         
8008 2004-10-17  Colin Walters  <walters@verbum.org>
8009
8010         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
8011         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
8012         format specifier mismatches.
8013
8014 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8015
8016         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
8017         format string.
8018
8019         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
8020         pointer (bug #1540, Leonardo Boiko).
8021
8022 2004-09-28  Jon Trowbridge  <trow@ximian.com>
8023
8024         * mono/BusDriver.cs: Changed BusDriver struct to remove
8025         the ServiceCreated and ServiceDeleted events and replace them
8026         with the new ServiceOwnerChanged event.
8027
8028         * mono/example/BusListener.cs: Added a new example program,
8029         which listens for and reports any ServiceOwnerChanged events
8030         on the bus driver.
8031
8032         * mono/example/Makefile.am (DESTDIR): Build changes for the
8033         new BusListener.cs example.
8034
8035 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8036
8037         * bus/signals.c (bus_match_rule_parse): validate the components of
8038         match rules (bug #1439).
8039
8040         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
8041
8042 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8043
8044         * doc/dbus-specification.xml: document ServiceOwnerChanged
8045         signal.
8046         
8047         * bus/driver.c, bus/driver.h, bus/services.c: Use
8048         ServiceOwnerChanged signal instead of ServiceCreated and
8049         ServiceDeleted.
8050         
8051         * bus/dispatch.c: update testcase for the new signal.
8052
8053 2004-09-20  Jon Trowbridge  <trow@ximian.com>
8054
8055         Patch from Nat Friedman <nat@novell.com>
8056
8057         * mono/Makefile.am: A number of small build fixes to allow "make
8058         distcheck" to succeed.
8059
8060         * mono/example/Makefile.am: "make distcheck" fixes.
8061
8062         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
8063         key in @srcdir@.
8064
8065         * test/Makefile.am: "make distcheck" fixes.
8066
8067 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8068
8069         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
8070
8071         * doc/busconfig.dtd: update the DTD for the at_console attribute.
8072
8073         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
8074         messages after the first one (bug #1389).
8075         
8076         * bus/dispatch.c (check_double_hello_message): add a test case for
8077         the double hello message bug.
8078         (check_existent_service_activation): fix check of spawning error.
8079         
8080 2004-09-16  David Zeuthen  <david@fubar.dk>
8081
8082         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
8083
8084 2004-09-12  David Zeuthen  <david@fubar.dk>
8085
8086         Patch from Kay Sievers <kay.sievers@vrfy.org>
8087
8088         * bus/bus.c (bus_context_new):
8089         * bus/bus.h:
8090         * bus/main.c (usage)
8091         (main):
8092         Add commandline option --nofork to override configuration file
8093         setting.
8094
8095 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8096
8097         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
8098         compilers don't like it (bug #974).
8099
8100 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
8101
8102         * qt/connection.*: Applied patch by Jérôme Lodewyck
8103         <lodewyck@clipper.ens.fr> to integrate an existing
8104         connection into the Qt eventloop
8105
8106 2004-08-30  Jon Trowbridge  <trow@ximian.com>
8107
8108         * mono/BusDriver.cs: Added.  This is a class for interacting with
8109         the org.freedesktop.DBus service.
8110
8111         * mono/Message.cs: Added a mechanism to expose the message that is
8112         currently being dispatched via the static Message.Current
8113         property.  Added Message.Sender and Message.Destination
8114         properties.
8115
8116         * mono/Handler.cs: Expose the dispatched message via
8117         Message.Current when handling method calls.
8118
8119         * mono/Service.cs: Expose the dispatched message via
8120         Message.Current when handling signal emissions.
8121         
8122         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
8123         Connection.BaseService property.
8124
8125 2004-08-28  Havoc Pennington  <hp@redhat.com>
8126
8127         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
8128
8129         More fixes from Steve Grubb
8130         
8131         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
8132         (_dbus_listen_tcp_socket): fix fd leak
8133
8134         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
8135         EINTR to a bit lower in the code
8136
8137 2004-08-26  Jon Trowbridge  <trow@ximian.com>
8138
8139         * bus/driver.c (bus_driver_handle_service_exists): Respond with
8140         TRUE if we are inquiring about the existence of the built-in
8141         org.freedesktop.DBus service.
8142
8143 2004-08-25  John Palmieri  <johnp@redhat.com>
8144         * bus/config-parser.c:
8145         (struct PolicyType): Add POLICY_CONSOLE
8146         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
8147         (start_busconfig_child): Sets up console element when
8148         <policy at_console=""> is encountered in a policy file
8149         (append_rule_from_element): Convert console elements to console
8150         rules.
8151
8152         * bus/policy.c: 
8153         (bus_policy_create_client_policy): Add console rules to the client
8154         policy based on if the client is at the console
8155         (bus_policy_append_console_rule): New function for adding a
8156         console rule to a policy
8157         (bus_policy_merge): Handle console rule merging
8158
8159         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
8160         where we check for console user files
8161         
8162         * dbus/dbus-sysdeps.c:
8163         (_dbus_file_exists): New function which checks if the given
8164         file exists
8165         (_dbus_user_at_console): New function which does the system
8166         specific process of checking if the user is at the console
8167
8168         * dbus/dbus-userdb.c:
8169         (_dbus_is_console_user): New function converts a UID to user name
8170         and then calls the system specific _dbus_user_at_console to 
8171         see if the user is at the console and therefor a console user
8172
8173 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8174
8175         * bus/config-parser.c (set_limit):
8176         * bus/dbus-daemon-1.1.in:
8177         * test/data/valid-config-files/many-rules.conf: set the
8178         max_match_rules_per_connection limt from the config file. 
8179
8180         * doc/busconfig.dtd: update the DTD.
8181
8182         * bus/driver.c: remove some unused variables.
8183
8184 2004-08-24  Mikael Hallendal  <micke@imendio.com>
8185
8186         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
8187         it's been replaced by dbus_g_bus_get
8188
8189 2004-08-23  Colin Walters  <walters@redhat.com>
8190
8191         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8192
8193         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
8194
8195         * bus/selinux.c: Create a thread for policy reload notification.
8196         (bus_selinux_get_policy_root): Implement.
8197
8198         * bus/config-parser.c (start_busconfig_child)
8199         (bus_config_parser_content): Support SELinux-root relative
8200         inclusion.
8201
8202         * configure.in <HAVE_SELINUX>: Add -lpthread.
8203         
8204         * bus/test-main.c (test_pre_hook, test_post_hook): New.
8205         (test_post_hook): Move memory checking into here.
8206         (test_pre_hook, test_post_hook): Move SELinux checks in
8207         here, but conditional on a DBUS_TEST_SELINUX environment
8208         variable.  Unfortunately we can't run the SELinux checks
8209         as a normal user, since they won't have any permissions
8210         for /selinux.  So this will have to be tested manually
8211         for now, until we have virtualization for most of
8212         libselinux.
8213         
8214 2004-08-23  Havoc Pennington  <hp@redhat.com>
8215
8216         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
8217         drop supplementary groups, suggested by Steve Grubb
8218
8219 2004-08-20  Colin Walters  <walters@redhat.com>
8220
8221         * bus/config-parser.c (start_busconfig_child): Remove some unused
8222         variables.
8223         
8224         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
8225         warning.
8226
8227 2004-08-17  Joe Shaw  <joeshaw@novell.com>
8228
8229         * configure.in: If --enable-mono is passed in, if we can't find
8230         mono error out.
8231
8232         * mono/Makefile.am: Use /gacutil to install assemblies into the
8233         GAC and not /root.
8234
8235 2004-08-12  Havoc Pennington  <hp@redhat.com>
8236
8237         * NEWS: update for 0.22
8238
8239         * configure.in: release 0.22
8240
8241 2004-08-11  Colin Walters  <walters@redhat.com>
8242
8243         * tools/dbus-send.c (main, usage): Add --reply-timeout
8244         argument.
8245
8246 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8247
8248         * bus/bus.c (process_config_first_time_only): get rid of an unused
8249         DBusError that was causing a memoy leak (bug #989).
8250
8251         * dbus/dbus-keyring.c, dbus/dbus-message.c:
8252         fix compilation on Solaris/Forte C (bug #974)
8253
8254         * bus/main.c (main): plug two minuscule memleaks.
8255
8256 2004-08-10  Havoc Pennington  <hp@redhat.com>
8257
8258         * doc/dbus-tutorial.xml: add some more info on GLib bindings
8259
8260 2004-08-09  Havoc Pennington  <hp@redhat.com>
8261
8262         * COPYING: switch to Academic Free License version 2.1 instead of
8263         2.0, to resolve complaints about patent termination clause.
8264
8265 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
8266
8267         * README: added documentation for the --enable-python 
8268         configure switch.
8269
8270 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8271
8272         * bus/config-parser.c (bus_config_parser_new): fix an invalid
8273         _unref in the SELinux support.
8274
8275         * doc/busconfig.dtd: update DTD for SELinux support.
8276
8277         * bus/config-loader-libxml.c: fix error handler and parser
8278         initialisation/cleanup. OOM test now works with libxml2 HEAD.
8279
8280         * configure.in: remove the warning about libxml2.
8281
8282         * dbus/dbus-bus.c: silence doxygen warning.
8283
8284 2004-07-31  Colin Walters  <walters@redhat.com>
8285
8286         * configure.in: Move #error in SELinux check to its own line.
8287
8288 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8289
8290         * dbus/dbus-internals.h (_DBUS_SET_OOM):
8291         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
8292         dbus_error_set.
8293
8294         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
8295         broken by the change in the _SET_OOM macros.
8296
8297 2004-07-31  Colin Walters  <walters@redhat.com>
8298
8299         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
8300         BUS_SET_OOM.
8301
8302 2004-07-31  Colin Walters  <walters@redhat.com>
8303
8304         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
8305         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
8306         AC_MSG_CHECKING.
8307
8308 2004-07-24  Havoc Pennington  <hp@redhat.com>
8309
8310         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
8311
8312         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
8313         functionality
8314
8315         * configure.in: add --enable-selinux
8316         
8317         * bus/policy.c (bus_policy_merge): add FIXME to a comment
8318
8319         * bus/main.c (main): initialize and shut down selinux
8320
8321         * bus/connection.c: store SELinux ID on each connection, to avoid 
8322         repeated getting of the string context and converting it into 
8323         an ID
8324
8325         * bus/bus.c (bus_context_get_policy): new accessor, though it
8326         isn't used
8327         (bus_context_check_security_policy): check whether the security
8328         context of sender connection can send to the security context of
8329         recipient connection
8330
8331         * bus/config-parser.c: add parsing for <selinux> and <associate>
8332         
8333         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
8334         implement dbus_connection_get_unix_fd()
8335
8336         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
8337         function, used by the selinux stuff
8338         
8339 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8340
8341         * bus/config-loader-libxml.c: complete the implementation of
8342         libxml backend for config file loader. Doesn't work with full OOM
8343         test yet. 
8344         
8345         * configure.in: change error when selecting libxml into a warning.
8346         
8347         * test/data/invalid-config-files: add two non-well-formed XML
8348         files. 
8349         
8350         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
8351         
8352         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
8353         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
8354         be necessary to read all the buffer. (bug #894)
8355
8356         * bus/activation.c (bus_activation_activate_service): fix a
8357         potential assertion failure (bug #896). Small optimization in the
8358         case of auto-activation messages.
8359
8360         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
8361         add test case for byte-through-vararg bug (#901). patch by Kimmo
8362         Hämäläinen. 
8363
8364 2004-07-28  Anders Carlsson  <andersca@gnome.org>
8365
8366         * python/dbus.py:
8367         * python/dbus_bindings.pyx.in:
8368         Add dbus.init_gthreads (), allow emit_signal to pass
8369         arguments to the signal.
8370         
8371 2004-07-24  Havoc Pennington  <hp@redhat.com>
8372
8373         * AUTHORS: add some people, not really comprehensively, let me
8374         know if I missed you
8375
8376 2004-07-24  Havoc Pennington  <hp@redhat.com>
8377
8378         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
8379         Owen
8380
8381         * test/Makefile.am (DIST_SUBDIRS): here also
8382
8383 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8384
8385         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
8386         breaking build on Solaris, reported by Farhad Saberi on the ML.
8387
8388         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
8389         va_arg invocation to account for integer promotion in the case of
8390         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
8391
8392         * bus/services.c (bus_service_remove_owner): fix bug #902, use
8393         _dbus_list_get_first_link, not _dbus_list_get_first.
8394
8395         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
8396
8397         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
8398         handler functions so that the asserts in _dbus_object_subtree_unref
8399         do not fail.
8400
8401         * dbus/dbus-transport-unix.c (do_reading):
8402         _dbus_transport_queue_messages return value is of type
8403         dbus_bool_t, not DBusDispatchStatus.
8404         
8405 2004-07-19  David Zeuthen  <david@fubar.dk>
8406
8407         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
8408
8409         * bus/dispatch.c:
8410         (check_get_connection_unix_user): Debug says GetProperty; but the
8411         method is called GetConnectionUnixUser
8412         (check_get_connection_unix_process_id): New function
8413         (bus_dispatch_test): Actually call check_get_connection_unix_user();
8414         also call check_get_connection_unix_process_id()
8415         
8416         * bus/driver.c:
8417         (bus_driver_handle_get_connection_unix_process_id): New function,
8418         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
8419         interface
8420         
8421         * dbus/dbus-auth.c:
8422         (handle_server_data_external_mech): Set pid from the credentials
8423         obtained from the socket
8424         
8425         * dbus/dbus-connection.c:
8426         (dbus_connection_get_unix_process_id): New function
8427         
8428         * dbus/dbus-connection.h: 
8429         Add prototype for dbus_connection_get_unix_process_id
8430         
8431         * dbus/dbus-transport.c:
8432         (_dbus_transport_get_unix_process_id): New function
8433         
8434         * dbus/dbus-transport.h:
8435         Add prototype for _dbus_transport_get_unix_process_id
8436         
8437 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8438
8439         * dbus/dbus-message.c: Message counter fix, patch by Christian
8440         Hammond <chipx86@gnupdate.org>
8441
8442 2004-07-18  Seth Nickell  <seth@gnome.org>
8443
8444         * python/dbus.py:
8445         * python/dbus_bindings.pyx.in:
8446         * python/tests/test-client.py:
8447
8448         Add dbus.ByteArray and dbus_bindings.ByteArray
8449         types so that byte streams can be passed back.
8450
8451         Give jdahlin the heaps of credit that are so
8452         rightfully his.
8453         
8454 2004-07-12  Seth Nickell  <seth@gnome.org>
8455
8456         * python/dbus.py:
8457
8458         Add message argument to the default object_method_handler
8459         function.
8460         
8461         * python/dbus_bindings.pyx.in:
8462
8463         Automatically return NIL when passed an empty list
8464         (we can't pass back a list since lists are typed
8465         and we don't have any idea what type the the client
8466         intended the list to be... :-( )
8467         
8468 2004-07-10  Seth Nickell  <seth@gnome.org>
8469
8470         * python/examples/Makefile.am:
8471
8472         Fix distcheck breakage caused by new examples.
8473
8474 2004-07-10  Seth Nickell  <seth@gnome.org>
8475
8476         * python/dbus.py:
8477
8478         Add "message" argument to service-side dbus.Object
8479         methods. This will break existing services written
8480         using the python bindings, but will allow extraction
8481         of all the message information (e.g. who its from).
8482
8483         Add improved "object oriented" signal handling/emission.
8484         
8485         * python/examples/example-service.py:
8486
8487         Nix this example.
8488         
8489         * python/examples/example-signal-emitter.py:
8490         * python/examples/example-signal-recipient.py:
8491
8492         Two new examples that show how to emit and receive
8493         signals using the new APIs.
8494         
8495         * python/examples/example-signals.py:
8496         * python/examples/gconf-proxy-service.py:
8497         * python/examples/gconf-proxy-service2.py:
8498
8499         Add "message" argument to service methods.
8500
8501 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
8502
8503         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
8504         * dbus/bus.c (dbus_bus_get_unix_user)
8505         * doc/dbus-specification.xml: implement GetConnectionUnixUser
8506         method of org.freedesktop.DBus interface.
8507
8508         * bus/dispatch.c: test case
8509
8510 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
8511
8512         * python/Makefile.am: switched include directory from glib/ to dbus/
8513         since dbus-glib.h moved
8514  
8515 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8516
8517         * configure.in: prevent building the gcj stuff and libxml loader
8518         since they are broken.
8519
8520 2004-06-20  Havoc Pennington  <hp@redhat.com>
8521
8522         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
8523         codes from the dbus error names
8524         
8525         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
8526         as dbus/dbus-glib.h and that breakage is now visible due to 
8527         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
8528         
8529         * glib/dbus-glib.h: s/gproxy/g_proxy/
8530
8531         * dbus/dbus-shared.h: new header to hold stuff shared with
8532         binding APIs
8533         
8534         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
8535         than dbus-errors.h
8536
8537         * glib/dbus-glib.h (dbus_set_g_error): move to
8538         dbus-glib-lowlevel.h
8539
8540         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
8541         of stuff to enable this
8542
8543         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
8544
8545         * a bunch of other changes with the same basic "separate glib 
8546         bindings from dbus.h" theme
8547         
8548 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
8549
8550         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
8551
8552         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
8553
8554 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8555
8556         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
8557         the reply value of the ServiceExists message.
8558
8559 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
8560
8561         * python/dbus_bindings.pyx.in: No longer need to parse path
8562         elements and pass them as arrays of strings.  The C API now
8563         accepts plain path strings.
8564         (_build_parsed_path): removed 
8565
8566 2004-06-07  Havoc Pennington  <hp@redhat.com>
8567
8568         * doc/TODO: remove auto-activation item since it's done; sort
8569         items by importance/milestone
8570
8571 2004-06-07  Havoc Pennington  <hp@redhat.com>
8572
8573         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
8574         random signature when using REQUIRED_FIELDS (this hack won't work
8575         in the long term)
8576
8577         * dbus/dbus-message.c: change the signature to be a header field,
8578         instead of message->signature special-case string. Incremental
8579         step forward. Then we can fix up code to send the signature in the
8580         message, then fix up code to validate said signature, then fix up
8581         code to not put the typecodes inline, etc.
8582         (load_one_message): don't make up the signature after the fact
8583         (decode_header_data): require signature field for the known
8584         message types
8585
8586         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
8587
8588         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
8589
8590 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
8591
8592         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
8593
8594         * mono/Handler.cs: Updated to follow new path argument for
8595         (un-)registering objects.
8596
8597         * mono/example/Makefile.am:
8598         * mono/Makefile.am:
8599         * configure.in: Bumped required version for mono and use new -pkg
8600         syntax for deps
8601
8602 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8603
8604         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
8605         registration functions take the path argument as char* instead of
8606         char**.
8607
8608         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
8609         split off the path decompostion part of
8610         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
8611         warnings. 
8612
8613         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
8614         
8615 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8616  
8617         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
8618         machine approach.  A state is implemented as a function that
8619         handles incoming events as specified for that state.
8620         
8621         * doc/dbus-specification.xml: Update auth protocol state machine
8622         specification to match implementation.  Remove some leftover
8623         base64 examples.
8624
8625 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
8626
8627         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
8628         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
8629         quiet doxygen.
8630
8631         * Doxyfile.in: remove deprecated options.
8632
8633         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
8634         glib/test-thread.h, glib/test-thread-client.c,
8635         glib/test-thread-server.c, glib/test-profile.c,
8636         glib/test-dbus-glib.c: remove these unused files.
8637
8638 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8639
8640         * dbus/dbus-object-tree.c
8641         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
8642         non-fallback handlers (bug #684).
8643         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
8644         (find_subtree_recurse): report wether the returned subtree is an
8645         exact match or a "fallback" match higher up in the tree.
8646         (object_tree_test_iteration): update test case.
8647
8648 2004-06-01  Seth Nickell  <seth@gnome.org>
8649
8650         * python/dbus_bindings.pyx.in:
8651         * python/tests/test-client.py:
8652
8653         Round off basic type support. Add dicts (yay!), and 
8654         remaining array types.
8655
8656         Make MessageIter more general so it works for dicts too.
8657
8658         Mark all loop variables as C integers.
8659         
8660 2004-05-31  Havoc Pennington  <hp@redhat.com>
8661
8662         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
8663         "in" before "out"
8664
8665         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
8666
8667         * glib/dbus-glib-tool.c (main): set up to have a --self-test
8668         option that runs the tests, and start filling in some code
8669         including for starters just dumping the interfaces to stdout
8670
8671         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
8672
8673         * test/data/valid-introspection-files/lots-of-types.xml: test of
8674         an example introspection file
8675
8676         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
8677         "node" (I think...)
8678
8679 2004-05-31  Seth Nickell  <seth@gnome.org>
8680
8681         * python/dbus_bindings.pyx.in:
8682         * python/tests/test-client.py:
8683
8684         Test Suite: 1
8685         Python Bindings: 0
8686
8687         Fix string array memory trashing bug... oops...
8688
8689 2004-05-30  Seth Nickell  <seth@gnome.org>
8690
8691         * python/dbus.py:
8692
8693         Add a nicer-but-less-flexible alternate API for handling 
8694         calls to virtual objects in dbus.ObjectTree.
8695
8696         Screw up the argument order to the dbus.Object constructor
8697         for consistency with dbus.ObjectTree (and to make dbus_methods
8698         optional for future extension)
8699         
8700         * python/examples/Makefile.am:
8701         * python/examples/gconf-proxy-service.py:
8702         * python/examples/gconf-proxy-service2.py:
8703
8704         Alternate implementation of gconf-proxy-service using the
8705         nicer dbus.ObjectTree API.
8706         
8707         * python/examples/example-service.py:
8708         * python/tests/test-server.py
8709
8710         Reverse the argument order to deal with dbus.Object constructor
8711         changes.
8712         
8713 2004-05-30  Seth Nickell  <seth@gnome.org>
8714
8715         * python/examples/example-client.py:
8716         * python/examples/example-service.py:
8717
8718         Take it back. Lists seem to work but they're broken
8719         in the test suite. Make the base examples use
8720         lists (works fine).
8721
8722 2004-05-30  Seth Nickell  <seth@gnome.org>
8723
8724         * python/dbus_bindings.pyx.in:
8725         * python/tests/test-client.py:
8726
8727         Add some more tests and fix errors that crop up.
8728         Unfortunately, currently it seems like marshalling
8729         and unmarshalling of lists is completely broken :-(
8730
8731 2004-05-30  Seth Nickell  <seth@gnome.org>
8732
8733         * python/dbus_bindings.pyx.in:
8734
8735         Add support for ObjectPath type.
8736
8737         * python/dbus.py:
8738
8739         Refactor message handling code to a common function.
8740         
8741         * python/tests/test-client.py:
8742         * python/tests/test-server.py:
8743
8744         Add tests that check to make sure values of all types
8745         can be echoed from a service w/o mangling.
8746         
8747 2004-05-29  Seth Nickell  <seth@gnome.org>
8748
8749         * python/dbus.py:
8750
8751         Add ObjectTree class which allows implementation
8752         of trees of "virtual" objects. Basically the python
8753         wrapper for "register_fallback".
8754         
8755         * python/examples/Makefile.am
8756         * python/examples/gconf-proxy-client.py:
8757         * python/examples/gconf-proxy-service.py:
8758
8759         Implement a simple GConf proxy service that supports
8760         get/set on string and int GConf keys using the ObjectTree.
8761         
8762 2004-05-29  Seth Nickell  <seth@gnome.org>
8763
8764         * python/dbus.py:
8765         * python/examples/example-client.py:
8766         * python/examples/example-service.py:
8767         * python/examples/list-system-services.py:
8768
8769         Add SessionBus, SystemBus and ActivationBus classes
8770         so you don't need to know the special little BUS_TYPE
8771         flag.
8772         
8773 2004-05-29  Havoc Pennington  <hp@redhat.com>
8774
8775         * bus/config-parser.c (process_test_valid_subdir): temporarily
8776         stop testing config parser OOM handling, since expat has issues
8777         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
8778
8779         * bus/dbus-daemon-1.1.in: change requested_reply to
8780         send_requested_reply/receive_requested_reply so we can send the
8781         replies, not just receive them.
8782
8783         * bus/config-parser.c: parse the new
8784         send_requested_reply/receive_requested_reply
8785
8786         * bus/policy.c (bus_client_policy_check_can_send): add
8787         requested_reply argument and use it
8788
8789         * bus/bus.c (bus_context_check_security_policy): pass through
8790         requested_reply status to message send check
8791
8792         * bus/system.conf.in: adapt to requested_reply change
8793         
8794 2004-05-28  Havoc Pennington  <hp@redhat.com>
8795
8796         * test/glib/test-service-glib.c (main): remove unused variable
8797
8798         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
8799
8800         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
8801         from the enum, no longer in use.
8802
8803         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
8804         works right.
8805
8806         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
8807         whether error_name passed in is a valid error name.
8808
8809 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
8810
8811         * dbus/dbus-message.c (dbus_message_get_args): Added support for
8812         OBJECT_PATH and OBJECT_PATH_ARRAY
8813
8814 2004-05-28  Seth Nickell  <seth@gnome.org>
8815
8816         * python/examples/Makefile.am:
8817
8818         Forget to add Makefile.am. Do not pass go.
8819
8820 2004-05-28  Michael Meeks  <michael@ximian.com>
8821
8822         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
8823         fix no int64 case.
8824
8825         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
8826
8827         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
8828         (_dbus_message_iter_get_basic_type_array): impl.
8829         drastically simplify ~all relevant _get methods to use these.
8830         (_dbus_message_iter_append_basic_array),
8831         (dbus_message_iter_append_basic): impl
8832         drastically simplify ~all relevant _append methods to use these.
8833
8834         * dbus/dbus-message-builder.c (parse_basic_type) 
8835         (parse_basic_array, lookup_basic_type): impl.
8836         (_dbus_message_data_load): prune scads of duplicate /
8837         cut & paste coding.
8838
8839         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
8840         (_dbus_demarshal_basic_type): implement,
8841         (demarshal_and_validate_len/arg): beef up debug.
8842         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
8843
8844 2004-05-27  Seth Nickell  <seth@gnome.org>
8845
8846         * configure.in:
8847         * python/Makefile.am:
8848
8849         Include the example python apps in the tarball.
8850         
8851         * python/examples/list-system-services.py
8852
8853         Add a python new example that fetches the list of services
8854         from the system bus.
8855         
8856 2004-05-27  Seth Nickell  <seth@gnome.org>
8857
8858         * python/dbus.py:
8859         * python/dbus_bindings.pyx.in:
8860
8861         Fix failure to notify that a signal was not handled,
8862         resulted in hung functions.
8863         
8864 2004-05-25  Colin Walters  <walters@redhat.com>
8865
8866         * tools/dbus-monitor.c (main): Monitor all types of messages.
8867
8868 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
8869
8870         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
8871         which unregisters the object path and disposes the handler.
8872
8873 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
8874  
8875         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
8876          
8877         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
8878         operands to && so we call dbus_message_iter_next () for the last
8879         argument also.
8880
8881 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8882
8883         * dbus/dbus-object-tree.c
8884         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
8885         children even if the requested path isn't registered.
8886         (object_tree_test_iteration): test object_tree_list_registered.
8887
8888         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
8889         it to 0.
8890         
8891 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
8892
8893         * doc/TODO: Remove resolved items.
8894
8895         * bus/expirelist.h (struct BusExpireList): remove unused n_items
8896         field.
8897         
8898         * bus/connection.c (bus_connections_expect_reply): Enforce the
8899         per-connection limit on pending replies.
8900         
8901         Patch from Jon Trowbridge <trow@ximian.com>:
8902  
8903         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
8904         up a watch that triggers a config reload when one end of the pipe
8905         becomes readable.
8906         (signal_handler): Instead of doing the config reload in our SIGHUP
8907         handler, just write to the reload pipe and let the associated
8908         watch handle the reload when control returns to the main loop.
8909  
8910         * bus/driver.c (bus_driver_handle_reload_config): Added.
8911         Implements a ReloadConfig method for requesting a configuration
8912         file reload via the bus driver.
8913  
8914 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
8915
8916         * HACKING: Updated release instructions concerning the wiki page.
8917
8918 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
8919
8920         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
8921         filter against auth->allowed_mechs; we only add allowed mechs in
8922         record_mechanisms().
8923  
8924         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
8925         ALLOWED_MECHS to auth-script format so we can set the list of
8926         allowed mechanisms.
8927  
8928         * data/auth/client-out-of-mechanisms.auth-script: New test to
8929         check client disconnects when it is out of mechanisms to try.
8930  
8931         * dbus/dbus-auth.c (process_command): Remove check for lines
8932         longer that 1 MB; we only buffer up maximum 16 kB.
8933  
8934         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
8935         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
8936         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
8937         assume there might be unused bytes.
8938  
8939         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
8940         client-out-of-mechs, it is handled in process_reject(). Move check
8941         for max failures to send_rejected(), as it's a server-only thing.
8942
8943         * dbus/dbus-auth.c: Factor out protocol reply code into functions
8944         send_auth(), send_data(), send_rejected(), send_error(),
8945         send_ok(), send_begin() and send_cancel().
8946
8947 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
8948
8949         Remove base64 encoding, replace with hex encoding. Original patch
8950         from trow@ximian.com, added error handling.
8951
8952         * dbus/dbus-string.c (_dbus_string_base64_encode)
8953         (_dbus_string_base64_decode): Remove.
8954         (_dbus_string_hex_decode): Add end_return argument so we can
8955         distinguish between OOM and invalid hex encoding.
8956         (_dbus_string_test): Remove base64 tests and add test case for
8957         invalid hex.
8958
8959         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
8960         Replace base64 with hex.
8961
8962         * test/data/auth/invalid-hex-encoding.auth-script: New test case
8963         for invalid hex encoded data in auth protocol.
8964
8965 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
8966
8967         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
8968         leak.
8969
8970 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8971
8972         * mono/dbus-sharp.dll.config.in: Added for GAC
8973         * mono/dbus-sharp.snk: Added for GAC
8974         * mono/Assembly.cs.in: Added for GAC
8975         * mono/Makefile.am: Changes for GAC installation        
8976         * configure.in: Added refs for dbus-sharp.dll.config.in and
8977         Assembly.cs.in. More fixes for mono testing
8978         * mono/example/Makefile.am: Changed var to CSC
8979         * Makefile.am: Changed flag name to DBUS_USE_CSC
8980
8981 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
8982
8983         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
8984         * mono/doc/*: Added documentation framework
8985         * configure.in: Added monodoc check
8986         * README: Added description of mono configure flags
8987
8988 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
8989
8990         * doc/dbus-specification.xml: Added a "Required" column to the 
8991         header fields table and changed the "zero or more" verbage in
8992         the above paragraph to read "The header must contain the required 
8993         named header fields and zero or more of the optional named header 
8994         fields".
8995         * test/data/invalid-messages/*.message: Added the required PATH 
8996         named header field to the tests so that they don't fail on 
8997         'Missing path field'
8998
8999 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
9000
9001         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
9002         the stack by implicitly defining variable and parameter types and
9003         removing the hack of defining C pointers as python objects and later
9004         casting them.
9005
9006 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
9007
9008         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
9009
9010 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
9011
9012         * mono/DBusType/Dict.cs: Handle empty dicts
9013         * mono/DBusType/Array.cs: Handle empty arrays
9014         * mono/Arguments.cs: Handle empty arguments
9015
9016 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
9017
9018         * dbus-sharp.pc.in: Modified to include include Libs and Requires
9019         field
9020
9021 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
9022
9023         * test/data/valid-messages/standard-*.message: Update message
9024         test scripts to new header field names.
9025
9026 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
9027
9028         * test/break-loader.c (randomly_do_n_things): tracked down buffer
9029         overflow to times_we_did_each_thing array which would chop off the
9030         first character of the failure_dir string. Increased the size of
9031         the array to 7 to reflect the number of random mutation functions
9032         we have.
9033
9034 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
9035
9036         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
9037         unix_server->watch here, it is unreffed in disconnect.
9038         (_dbus_server_new_for_tcp_socket): convert NULL host to
9039         "localhost" here so we don't append NULL to address.
9040         
9041         * dbus/dbus-server.c (_dbus_server_test): Add test case for
9042         various addresses, including tcp with no explicit host.
9043
9044 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9045
9046         * dbus/dbus-message.c (decode_header_data, decode_string_field):
9047         fix incorrect setting of .name_offset in the HeaderField (it was
9048         off by two bytes, positioned right after the name and typecode)
9049
9050         * bus/bus.c (bus_context_new, bus_context_unref): test before
9051         calling dbus_server_free_data_slot and _dbus_user_database_unref
9052         in case of an error.
9053
9054         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
9055         by libdbus-gtool.
9056
9057 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
9058
9059         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
9060         _dbus_poll() instead of select().
9061
9062 2004-04-15  Jon Trowbridge  <trow@ximian.com>
9063
9064         * bus/main.c (signal_handler): Reload the configuration files
9065         on SIGHUP.
9066         (main): Set up our SIGHUP handler.
9067
9068         * bus/bus.c (struct BusContext): Store the config file, user and
9069         fork flag in the BusContext.
9070         (process_config_first_time_only): Added.  Contains the code
9071         (previously in bus_context_new) for setting up the BusContext from
9072         the BusConfigParser that should only be run the first time the
9073         config files are read.
9074         (process_config_every_time): Added.  Contains the code (previously
9075         in bus_context_new) for setting up the BusContext from the
9076         BusConfigParser that should be run every time the config files are
9077         read.
9078         (load_config): Added.  Builds a BusConfigParser from the config
9079         files and passes the resulting structure off to
9080         process_config_first_time_only (assuming this is the first time)
9081         and process_config_every_time.
9082         (bus_context_new): All of the config-related code has been moved
9083         to process_config_first_time_only and process_config_every_time.
9084         Now this function just does the non-config-related initializations
9085         and calls load_config.
9086         (bus_context_reload_config): Added.
9087
9088 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9089
9090         * bus/driver.c (bus_driver_handle_get_service_owner):
9091         implement a GetServiceOwner method.
9092         * doc/dbus-specification.xml: document it.
9093         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
9094         
9095         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
9096         implement, using the bus GetServiceOwner method.
9097
9098         * test/glib/test-dbus-glib.c:
9099         use dbus_gproxy_new_for_service_owner so that we can receive the
9100         signal. 
9101
9102 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
9103
9104         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
9105         dbus/dbus-message.c, dbus/dbus-protocol.h
9106         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
9107
9108         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
9109         dbus/dbus-message.c, dbus/dbus-protocol.h
9110         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
9111
9112         * dbus/dbus-internals.c (_dbus_header_field_to_string):
9113         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
9114         DBUS_HEADER_FIELD_SENDER resolves to "sender"
9115
9116         * doc/dbus-specification.xml (Header Fields Table):
9117         s/SERVICE/DESTINATION
9118         s/SENDER_SERVICE/SENDER
9119
9120
9121 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9122
9123         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
9124         a few seconds.
9125
9126 2004-04-13  Michael Meeks  <michael@ximian.com>
9127
9128         * glib/dbus-gobject.c (handle_introspect): split out
9129         (introspect_properties): this.
9130         (handle_introspect): implement this.
9131
9132         * test/glib/Makefile.am: use the absolute path so the bus
9133         daemon's chdir ("/") doesn't kill us dead.
9134
9135         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
9136
9137 2004-04-12  Jon Trowbridge  <trow@ximian.com>
9138
9139         * bus/config-parser.c (struct BusConfigParser): Added
9140         included_files field.
9141         (seen_include): Added.  Checks whether or not a file has already
9142         been included by any parent BusConfigParser.
9143         (bus_config_parser_new): Copy the parent's included_files.
9144         (include_file): Track which files have been included, and fail on
9145         circular inclusions.
9146         (process_test_valid_subdir): Changed printf to report if we are
9147         testing valid or invalid conf files.
9148         (all_are_equiv): Changed printf to be a bit clearer about
9149         what we are actually doing.
9150         (bus_config_parser_test): Test invalid configuration files.
9151
9152 2004-04-09  Jon Trowbridge  <trow@ximian.com>
9153
9154         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
9155         argument.  If non-null, the newly-constructed BusConfigParser will
9156         be initialized with the parent's BusLimits instead of the default
9157         values.
9158         (include_file): When including a config file, pass in
9159         the current parser as the parent and then copy the BusLimits
9160         from the included BusConfigParser pack to the current parser.
9161         (process_test_valid_subdir): Renamed from process_test_subdir.
9162         (process_test_equiv_subdir): Added.  Walks through a directory,
9163         descending into each subdirectory and loading the config files
9164         it finds there.  If any subdirectory contains two config files
9165         that don't produce identical BusConfigParser structs, fail.
9166         For now, the BusConfigParser's BusPolicies are not compared.
9167         (bus_config_parser_test): Call both process_test_valid_subdir and
9168         process_test_equiv_subdir.
9169
9170         * bus/config-loader-libxml.c (bus_config_load): Take a parent
9171         argument and pass it along to the call to bus_config_parser_new.
9172         Also made a few small changes to allow this code to compile.
9173
9174         * bus/config-loader-expat.c (bus_config_load): Take a parent
9175         argument and pass it along to the call to bus_config_parser_new.
9176
9177         * bus/bus.c (bus_context_new): Load the config file
9178         with a NULL parent argument.
9179
9180 2004-03-29  Michael Meeks  <michael@ximian.com>
9181
9182         * glib/dbus-gobject.c (introspect_properties): split
9183         out, fix mangled 'while' flow control.
9184         (introspect_signals): implement.
9185         (handle_introspect): update.
9186
9187 2004-03-29  Michael Meeks  <michael@ximian.com>
9188
9189         * glib/dbus-gobject.c (set_object_property): split out / 
9190         re-work, use the property type, and not the message type(!)
9191         (get_object_property): ditto.
9192
9193         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
9194         (dbus_gvalue_marshal): make this code re-usable, needed
9195         for signals too, also on both proxy and server side.
9196         Re-write for more efficiency / readability.
9197
9198 2004-03-29  Michael Meeks  <michael@ximian.com>
9199
9200         * dbus/dbus-message.c
9201         (dbus_message_new_error_printf): impl.
9202
9203         * dbus/dbus-connection.c
9204         (dbus_connection_unregister_object_path): fix warning.
9205
9206         * configure.in: fix no-mono-installed situation.
9207
9208 2004-03-27  Havoc Pennington  <hp@redhat.com>
9209
9210         Patch from Timo Teräs:
9211         
9212         * tools/dbus-send.c (main): if --print-reply, assume type is
9213         method call; support boolean type args
9214         
9215         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
9216         bunch of memleak and logic bugs
9217         
9218 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
9219
9220         * mono/Arguments.cs:
9221         * mono/Introspector.cs:
9222         * mono/Handler.cs:
9223         * mono/InterfaceProxy.cs:
9224         * mono/Message.cs
9225         * mono/ProxyBuilder.cs:
9226         * mono/Service.cs:
9227         Added InterfaceProxy class to avoid building proxies for every
9228         object.
9229
9230         * dbus-message.h:
9231         * dbus-message.c (dbus_message_append_args_valist)
9232         (dbus_message_iter_get_object_path)
9233         (dbus_message_iter_get_object_path_array)
9234         (dbus_message_iter_append_object_path)
9235         (dbus_message_iter_append_object_path_array):
9236         Added object_path iter functions to handle OBJECT_PATH arguments
9237         
9238 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
9239
9240         First checkin of mono bindings.
9241         * configure.in:
9242         * Makefile.am:
9243         Build stuff for the bindings
9244         * dbus-sharp.pc.in: Added for pkgconfig
9245         
9246 2004-03-21  Havoc Pennington  <hp@redhat.com>
9247
9248         * test/test-service.c (main): remove debug spew
9249
9250 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9251
9252         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
9253         arrays
9254
9255         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
9256         (dbus_message_iter_init_array_iterator)
9257         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
9258         indicate whether the iterator is empty
9259
9260         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
9261         warnings
9262
9263 2004-03-19  Havoc Pennington  <hp@redhat.com>
9264
9265         * NEWS: 0.21 updates
9266
9267         * configure.in: 0.21
9268
9269         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
9270         
9271         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
9272         you don't need pyrex to make dist
9273
9274         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
9275         sources; run moc
9276         
9277 2004-03-18  Richard Hult  <richard@imendio.com>
9278
9279         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
9280         (dbus_message_set_auto_activation): Add doxygen docs.
9281
9282 2004-03-16  Richard Hult  <richard@imendio.com>
9283
9284         * bus/activation.c: (bus_activation_service_created),
9285         (bus_activation_send_pending_auto_activation_messages),
9286         (bus_activation_activate_service):
9287         * bus/activation.h:
9288         * bus/dispatch.c: (bus_dispatch),
9289         (check_nonexistent_service_auto_activation),
9290         (check_service_auto_activated),
9291         (check_segfault_service_auto_activation),
9292         (check_existent_service_auto_activation), (bus_dispatch_test):
9293         * bus/driver.c: (bus_driver_handle_activate_service):
9294         * bus/services.c: (bus_registry_acquire_service):
9295         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
9296         (dbus_message_get_auto_activation):
9297         * dbus/dbus-message.h:
9298         * dbus/dbus-protocol.h: Implement auto-activation.
9299         
9300         * doc/dbus-specification.xml: Add auto-activation to the spec.
9301
9302 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
9303
9304         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
9305         fix a bug with CUSTOM types.
9306
9307         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
9308         a unit test for this bug (used to fail).
9309
9310 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9311
9312         * bus/activation.c:
9313         (babysitter_watch_callback): notify all pending activations waiting for
9314           the same exec that the activation failed.
9315         (bus_activation_activate_service): shortcut the activation if we 
9316           already waiting for the same executable to start up.
9317
9318 2004-03-12  Mikael Hallendal  <micke@imendio.com>
9319
9320         * bus/activation.c: 
9321         - Added service file reloading. 
9322           Each service files directory is kept in an hash table in 
9323           BusActivation and each BusActivationEntry knows what .service-file it
9324           was read from. So when you try to activate a service the bus will 
9325           check if it's been updated, removed or if new .service-files has 
9326           been installed.
9327         - Test code at the bottom for the service file reloading.
9328         * bus/test-main.c: (main):
9329         * bus/test.h:
9330         - added service reloading test.
9331         * dbus/dbus-sysdeps.c: 
9332         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
9333
9334 2004-03-08  Michael Meeks  <michael@ximian.com>
9335
9336         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
9337         bail immediately if disconnected, to avoid busy loop.
9338
9339         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
9340         cleanup cut/paste/inefficiency.
9341
9342 2004-03-01  David Zeuthen  <david@fubar.dk>
9343
9344         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
9345         bug where args were used twice. This bug resulted in a segfault
9346         on a Debian/PPC system when starting the messagebus daemon. Include
9347         dbus-sysdeps.h for DBUS_VA_COPY
9348
9349         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
9350
9351         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
9352         appropriate va_copy implementation. From GLib
9353         
9354 2004-02-24  Joe Shaw  <joe@ximian.com>
9355
9356         * bus/services.c (bus_registry_acquire_service): We need to pass
9357         in the service name to dbus_set_error() to prevent a crash.
9358
9359 2003-12-26  Anders Carlsson  <andersca@gnome.org>
9360
9361         * AUTHORS: Reveal my True identity.
9362
9363 2003-12-17  Mikael Hallendal  <micke@imendio.com>
9364
9365         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
9366         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
9367
9368 2003-12-13  Mikael Hallendal  <micke@imendio.com>
9369
9370         * doc/TODO: Added not about better error check of configuration files.
9371
9372 2003-12-02  Richard Hult  <richard@imendio.com>
9373
9374         * Update AFL version to 2.0 throughout the source files to reflect
9375         the update that was done a while ago.
9376
9377 2003-12-02  Richard Hult  <richard@imendio.com>
9378
9379         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
9380         wrote_dict_key to FALSE on the iter that the dict is appended to,
9381         just like when appending other types. Fixes a bug where a dict
9382         couldn't be put inside a dict.
9383         (dbus_message_iter_append_dict_key): Fix typo in warning message.
9384         (message_iter_test, _dbus_message_test): Add test case for dict
9385         inside dict.
9386
9387 2003-12-01  David Zeuthen  <david@fubar.dk>
9388
9389         * python/dbus.py: Add the actual message when calling the reciever
9390         of a signal such that parameters can be inspected. Add the method
9391         remove_signal_receiver
9392         
9393 2003-11-26  Mikael Hallendal  <micke@imendio.com>
9394
9395         * bus/*.[ch]:
9396         * dbus/*.[ch]:
9397         * glib/*.[ch]: Made ref functions return the pointer
9398
9399 2003-11-25  Zack Rusin  <zack@kde.org>
9400
9401         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
9402
9403         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
9404         wrappers,
9405
9406         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
9407         the Integrator and to better fit with the server,
9408
9409 2003-11-24  Zack Rusin  <zack@kde.org>
9410
9411         * qt/connection.h, qt/connection.cpp: removing initDbus method since
9412         the integrator handles it now
9413
9414         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
9415         since QTimer wasn't really meant to be used the way DBusTimeout is
9416
9417 2003-11-24  Zack Rusin  <zack@kde.org>
9418
9419         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
9420         Integrator class which integrates D-BUS with the Qt event loop,
9421
9422         * qt/connection.h, qt/connection.cpp: Move all the code which
9423         was dealing with D-BUS integration to the Integrator class,
9424         and start using Integrator,
9425
9426 2003-11-23  Zack Rusin  <zack@kde.org>
9427
9428         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
9429         wrapper
9430
9431         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
9432         switching namespaces to DBusQt, reworking the class,
9433
9434         * Makefile.cvs: switching dependencies so that it matches KDE 
9435         schematics,
9436         
9437         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
9438         the library
9439
9440 2003-11-19  Havoc Pennington  <hp@redhat.com>
9441
9442         * NEWS: update
9443
9444         * configure.in: bump version to 0.20
9445
9446         * configure.in (have_qt): add yet another place to look for qt
9447         (someone hand trolltech a .pc file...)
9448
9449 2003-11-01  Havoc Pennington  <hp@redhat.com>
9450
9451         * doc/dbus-specification.xml: add state machine docs on the auth
9452         protocol; just a first draft, I'm sure it's wrong.      
9453
9454 2003-10-28  David Zeuthen  <david@fubar.dk>
9455
9456         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
9457         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
9458         
9459 2003-10-28  Havoc Pennington  <hp@redhat.com>
9460
9461         * dbus/dbus-message.c (get_next_field): delete unused function
9462
9463 2003-10-28  Havoc Pennington  <hp@redhat.com>
9464
9465         * bus/expirelist.c (do_expiration_with_current_time): detect
9466         failure of the expire_func due to OOM
9467
9468         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9469
9470         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
9471         NoReply error that's now created by the bus when the service exits
9472
9473 2003-10-28  Havoc Pennington  <hp@redhat.com>
9474
9475         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
9476         tests for set_path, set_interface, set_member, etc.
9477
9478         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
9479
9480         * dbus/dbus-message.c (set_string_field): always just delete and
9481         re-append the field; accept NULL for deletion
9482         (re_align_fields_recurse): reimplement
9483         
9484 2003-10-26  Havoc Pennington  <hp@redhat.com>
9485
9486         * dbus/dbus-connection.c: fix docs to properly describe the
9487         disconnected message
9488         (_dbus_connection_notify_disconnected): remove this function; 
9489         we can't synchronously add the disconnected message, we have to 
9490         do it after we've queued any remaining real messages
9491         (_dbus_connection_get_dispatch_status_unlocked): queue the
9492         disconnect message only if the transport has finished queueing all
9493         its real messages and is disconnected.
9494         (dbus_connection_disconnect): update the dispatch status here
9495
9496 2003-10-22  Havoc Pennington  <hp@redhat.com>
9497
9498         * bus/bus.c (bus_context_check_security_policy): fix up assertion
9499
9500         * bus/connection.c (bus_transaction_send_from_driver): set the
9501         destination to the connection's base service
9502
9503 2003-10-20  Havoc Pennington  <hp@redhat.com>
9504
9505         hmm, make check is currently not passing.
9506         
9507         * doc/dbus-specification.xml: add requirement that custom type
9508         names follow the same rules as interface names.
9509
9510         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
9511         duplication and allow 'c' to be 'custom'; dict is now 'm' for
9512         'map'
9513
9514         * doc/dbus-specification.xml: update type codes to match
9515         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
9516         CUSTOM. Add type OBJECT_PATH to the spec.
9517
9518 2003-10-17  Havoc Pennington  <hp@redhat.com>
9519
9520         * bus/driver.c (create_unique_client_name): use "." as separator
9521         in base service names instead of '-'
9522
9523         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
9524         byte at the end of the string
9525
9526         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
9527         optimization macros since string validation seems to be a slow
9528         point.
9529         
9530         * doc/dbus-specification.xml: restrict valid
9531         service/interface/member/error names. Add test suite code for the
9532         name validation.
9533
9534         * dbus/dbus-string.c: limit service/interface/member/error names 
9535         to [0-9][A-Z][a-z]_
9536
9537         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
9538         format arg to verbose spew
9539
9540         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
9541         memory, return instead of g_error
9542
9543         * test/test-service.c (path_message_func): support emitting a
9544         signal on request
9545
9546         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
9547         activation bus type if DBUS_BUS_ACTIVATION was set; default to
9548         assuming the activation bus was the session bus so that services
9549         started manually will still register.
9550         (init_connections_unlocked): fix so that in OOM situation we get
9551         the same semantics when retrying the function
9552         
9553         * test/test-service.c (main): change to use path registration, to
9554         test those codepaths; register with DBUS_BUS_ACTIVATION rather
9555         than DBUS_BUS_SESSION
9556
9557 2003-10-16  Havoc Pennington  <hp@redhat.com>
9558
9559         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
9560
9561         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
9562         coverage of the tests
9563         (coverage-report.txt): don't move the .da and .bbg files around
9564
9565 2003-10-16  Havoc Pennington  <hp@redhat.com>
9566
9567         * bus/bus.c (struct BusContext): remove struct field I didn't mean
9568         to put there
9569
9570 2003-10-16  Havoc Pennington  <hp@redhat.com>
9571
9572         * bus/connection.c (bus_pending_reply_expired): either cancel or
9573         execute, not both
9574         (bus_connections_check_reply): use unlink, not remove_link, as we
9575         don't want to free the link; fixes double free mess
9576
9577         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
9578         where no reply was received
9579
9580         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
9581         fix a refcount leak
9582
9583         * bus/signals.c (match_rule_matches): add special cases for the
9584         bus driver, so you can match on sender/destination for it.
9585
9586         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
9587         DBUS_PRINT_BACKTRACE is set
9588
9589         * dbus/dbus-internals.c: add pid to assertion failure messages
9590
9591         * dbus/dbus-connection.c: add message type code to the debug spew
9592
9593         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
9594         sender=foo not service=foo
9595
9596         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
9597         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
9598         DBUS_ACTIVATION_ADDRESS instead
9599
9600         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
9601         DBUS_SYSTEM_BUS_ADDRESS if appropriate
9602
9603         * bus/bus.c (bus_context_new): handle OOM copying bus type into
9604         context struct
9605
9606         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
9607         (dbus_message_iter_get_object_path_array): new function (half
9608         finished, disabled for the moment)
9609         
9610         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
9611         DBUS_MESSAGE_TYPE_ERROR
9612
9613         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
9614         avoid redirecting stderr to /dev/null
9615         (babysit): close stdin if not doing the "exit_with_session" thing
9616
9617         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
9618         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
9619         stdout/stdin, so things don't get confused
9620         
9621         * bus/system.conf.in: fix to allow replies, I modified .conf
9622         instead of .conf.in again.
9623
9624 2003-10-14  David Zeuthen  <david@fubar.dk>
9625
9626         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
9627         argtype to arg_type when raising unknown arg type exception.
9628         Changed type list to reflect the changes in dbus-protocol.h so 
9629         the bindings actually work.
9630
9631 2003-10-14  Havoc Pennington  <hp@redhat.com>
9632
9633         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
9634         to have a bug keeping it from outputting the .da files sometimes
9635         (string_get_string): don't append garbage nul bytes to the string.
9636
9637 2003-10-15  Seth Nickell  <seth@gnome.org>
9638
9639         * python/Makefile.am:
9640
9641         Include dbus_h_wrapper.h in the dist tarball.
9642
9643 2003-10-14  Havoc Pennington  <hp@redhat.com>
9644
9645         * bus/bus.c (bus_context_check_security_policy): revamp this to
9646         work more sanely with new policy-based requested reply setup
9647
9648         * bus/connection.c (bus_transaction_send_from_driver): set bus
9649         driver messages as no reply
9650
9651         * bus/policy.c (bus_client_policy_check_can_receive): handle a
9652         requested_reply attribute on allow/deny rules
9653
9654         * bus/system.conf: add <allow requested_reply="true"/>
9655
9656         * bus/driver.c (bus_driver_handle_message): fix check for replies
9657         sent to the bus driver, which was backward. How did this ever work
9658         at all though? I think I'm missing something.
9659
9660         * dbus/dbus-message.c (decode_header_data): require error and
9661         method return messages to have a reply serial field to be valid
9662         (_dbus_message_loader_queue_messages): break up this function;
9663         validate that reply serial and plain serial are nonzero; 
9664         clean up the OOM/error handling.
9665         (get_uint_field): don't return -1 from this
9666         (dbus_message_create_header): fix signed/unsigned bug
9667
9668         * bus/connection.c (bus_connections_expect_reply): save serial of
9669         the incoming message, not reply serial
9670
9671 2003-10-14  Havoc Pennington  <hp@redhat.com>
9672
9673         * bus/connection.c: implement pending reply tracking using
9674         BusExpireList
9675
9676         * bus/bus.c (bus_context_check_security_policy): verify that a
9677         reply is pending in order to allow a reply to be sent. Deny 
9678         messages of unknown type.
9679
9680         * bus/dbus-daemon-1.1.in: update to mention new resource limits
9681
9682         * bus/bus.c (bus_context_get_max_replies_per_connection): new
9683         (bus_context_get_reply_timeout): new
9684
9685 2003-10-13  Seth Nickell  <seth@gnome.org>
9686
9687         * python/Makefile.am:
9688
9689         Pass "make distcheck": remove a couple files from DIST_FILES
9690         that weren't included in the final version.
9691
9692 2003-10-12  Havoc Pennington  <hp@pobox.com>
9693
9694         Added test code that 1) starts an actual bus daemon and 2) uses
9695         DBusGProxy; fixed bugs that were revealed by the test. Lots 
9696         more testing possible, but this is the basic framework.
9697         
9698         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
9699         empty proxy lists from the proxy list hash
9700
9701         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
9702         couple of return_if_fail checks
9703
9704         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
9705         to allocate, so everything is cleared to NULL as it should be.
9706
9707         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
9708         source as data to dbus_connection_set_timeout_functions() as the 
9709         timeout functions expected
9710
9711         * test/glib/run-test.sh: add a little script to start up a message
9712         bus and run tests using it
9713
9714         * tools/dbus-launch.1: updates
9715
9716         * tools/dbus-launch.c (main): add --config-file option
9717
9718         * tools/dbus-launch.c (main): remove confusing else if (runprog)
9719         that could never be reached.
9720
9721         * dbus/dbus-message.c (dbus_message_new_method_return) 
9722         (dbus_message_new_error, dbus_message_new_signal): set the
9723         no-reply-expected flag on all these. Redundant, but may
9724         as well be consistent.
9725
9726 2003-10-11  Havoc Pennington  <hp@pobox.com>
9727
9728         * test/decode-gcov.c (function_solve_graph): make broken block
9729         graph a nonfatal error since it seems to be broken. Need to debug
9730         this.
9731
9732         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
9733         can't just check type > INVALID < LAST anymore
9734
9735         * dbus/dbus-message.c (dbus_message_get_signature): new function
9736         (dbus_message_has_signature): new function
9737         (struct DBusMessage): add signature field (right now it isn't sent
9738         over the wire, just generated on the fly)
9739         (dbus_message_copy): copy the signature, and init strings to
9740         proper length to avoid some reallocs
9741         (dbus_message_iter_init_array_iterator): return void, since it
9742         can't fail
9743         (dbus_message_iter_init_dict_iterator): return void since it can't fail
9744         (_dbus_message_loader_queue_messages): add silly temporary hack to
9745         fill in message->signature on load
9746
9747         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
9748         characters, so they are relatively human-readable.
9749
9750 2003-10-11  Havoc Pennington  <hp@pobox.com>
9751
9752         * dbus/dbus-message.c (_dbus_message_test): add more test
9753         coverage, but #if 0 for now since they uncover a bug 
9754         not fixed yet; I think in re_align_field_recurse()
9755         (re_align_field_recurse): add FIXME about broken assertion
9756
9757         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
9758
9759         * bus/connection.c: share a couple code bits with expirelist.c
9760
9761         * bus/expirelist.h, bus/expirelist.c: implement a generic
9762         expire-items-after-N-seconds facility, was going to share between
9763         expiring connections and replies, decided not to use for expiring
9764         connections for now.
9765
9766         * COPYING: include AFL 2.0 (still need to change all the file headers)
9767
9768 2003-10-09  Havoc Pennington  <hp@redhat.com>
9769
9770         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
9771         gcc 3.3. Not that we do anything about it yet.
9772
9773         * bus/signals.c (bus_match_rule_parse): impose max length on the
9774         match rule text
9775
9776         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
9777
9778 2003-10-09  Havoc Pennington  <hp@redhat.com>
9779
9780         Make matching rules theoretically work (add parser).
9781         
9782         * bus/bus.c (bus_context_check_security_policy): fix up to handle
9783         the case where destination is explicitly specified as bus driver
9784         and someone else is eavesdropping.
9785         
9786         * bus/policy.c (bus_client_policy_check_can_receive): fix up
9787         definition of eavesdropping and assertion
9788
9789         * tools/dbus-send.c (main): use dbus_message_type_from_string
9790
9791         * bus/signals.c (bus_match_rule_parse): implement
9792
9793         * dbus/dbus-message.c (dbus_message_type_from_string): new
9794
9795         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
9796
9797 2003-10-02  Havoc Pennington  <hp@pobox.com>
9798
9799         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
9800         dbus_gproxy_oneway_call
9801
9802         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
9803         (dbus_server_setup_with_g_main): fix to allow calling them more
9804         than once on the same args
9805         (dbus_bus_get_with_g_main): new function
9806
9807 2003-10-02  Havoc Pennington  <hp@redhat.com>
9808
9809         * doc/dbus-tutorial.xml: write some stuff
9810
9811 2003-09-29  Havoc Pennington  <hp@pobox.com>
9812
9813         * configure.in: split checks for Doxygen from XML docs, check for
9814         xmlto
9815
9816         * doc/Makefile.am: XML-ify all the docs, and add a blank
9817         dbus-tutorial.xml
9818
9819 2003-09-29  Havoc Pennington  <hp@pobox.com>
9820
9821         * Merge dbus-object-names branch. To see the entire patch 
9822         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
9823         it's huuuuge though.
9824         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
9825         
9826 2003-09-28  Havoc Pennington  <hp@pobox.com>
9827
9828         * HACKING: update to reflect new server
9829
9830 2003-09-26  Seth Nickell  <seth@gnome.org>
9831
9832         * python/dbus.py:
9833         * python/examples/example-signals.py:
9834
9835         Start implementing some notions of signals. The API
9836         is really terrible, but they sort of work (with the
9837         exception of being able to filter by service, and to
9838         transmit signals *as* a particular service). Need to
9839         figure out how to make messages come from the service
9840         we registered :-(
9841         
9842         * python/dbus_bindings.pyx.in:
9843
9844         Removed duplicate message_handler callbacks.
9845         
9846 2003-09-25  Havoc Pennington  <hp@redhat.com>
9847
9848         * bus/session.conf.in: fix my mess
9849
9850 2003-09-25  Havoc Pennington  <hp@pobox.com>
9851
9852         * bus/session.conf.in: fix security policy, reported by Seth Nickell
9853
9854 2003-09-25  Seth Nickell  <seth@gnome.org>
9855
9856         * python/examples/example-service.py:
9857
9858         Johan notices complete wrong code in example-service, but
9859         completely wrong in a way that works exactly the same (!).
9860         Johan is confused, how could this possibly work? Example
9861         code fails to serve purpose of making things clear.
9862         Seth fixes.
9863
9864 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
9865
9866         * doc/dbus-specification.sgml: don't require header fields
9867         to be 4-byte aligned and specify that fields should be
9868         distinguished from padding by the fact that zero is not
9869         a valid field name.
9870         
9871         * doc/TODO: remove re-alignment item and add item to doc
9872         the OBJECT_PATH type.
9873         
9874         * dbus/dbus-message.c:
9875         (HeaderField): rename the original member to value_offset
9876         and introduce a name_offset member to keep track of where
9877         the field actually begins.
9878         (adjust_field_offsets): remove.
9879         (append_int_field), (append_uint_field),
9880         (append_string_field): don't align the start of the header
9881         field to a 4-byte boundary.
9882         (get_next_field): impl finding the next marhsalled field
9883         after a given field.
9884         (re_align_field_recurse): impl re-aligning a number of
9885         already marshalled fields.
9886         (delete_field): impl deleting a field of any type and
9887         re-aligning any following fields.
9888         (delete_int_or_uint_field), (delete_string_field): remove.
9889         (set_int_field), (set_uint_field): no need to re-check
9890         that we have the correct type for the field.
9891         (set_string_field): ditto and impl re-aligning any
9892         following fields.
9893         (decode_header_data): update to take into account that
9894         the fields aren't 4-byte aligned any more and the new
9895         way to distinguish padding from header fields. Also,
9896         don't exit when there is too much header padding.
9897         (process_test_subdir): print the directory.
9898         (_dbus_message_test): add test to make sure a following
9899         field is re-aligned correctly after field deletion.
9900         
9901         * dbus/dbus-string.[ch]:
9902         (_dbus_string_insert_bytes): rename from insert_byte and
9903         allow the insert of multiple bytes.
9904         (_dbus_string_test): test inserting multiple bytes.
9905
9906         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
9907         warning note to docs about having to re-align any
9908         marshalled values following the string.
9909         
9910         * dbus/dbus-message-builder.c:
9911         (append_string_field), (_dbus_message_data_load):
9912         don't align the header field.
9913         
9914         * dbus/dbus-auth.c: (process_test_subdir): print the
9915         directory.
9916         
9917         * test/break-loader.c: (randomly_add_one_byte): upd. for
9918         insert_byte change.
9919         
9920         * test/data/invalid-messages/bad-header-field-alignment.message:
9921         new test case.
9922         
9923         * test/data/valid-messages/unknown-header-field.message: shove
9924         a dict in the unknown field.
9925
9926 2003-09-25  Seth Nickell  <seth@gnome.org>
9927
9928         * python/dbus.py:
9929         * python/dbus_bindings.pyx.in:
9930
9931         Handle return values.
9932         
9933         * python/examples/example-client.py:
9934         * python/examples/example-service.py:
9935
9936         Pass back return values from the service to the client.
9937         
9938 2003-09-24  Seth Nickell  <seth@gnome.org>
9939
9940         * python/dbus.py:
9941
9942         Connect Object methods (when you are sharing an object) up... pass
9943         in a list of methods to be shared. Sharing all the methods just
9944         worked out too weird. You can now create nice Services over the
9945         DBus in Python. :-)
9946         
9947         * python/dbus_bindings.pyx.in:
9948
9949         Keep references to user_data tuples passed into C functions so 
9950         Python doesn't garbage collect on us.
9951
9952         Implement MethodReturn and Error subclasses of Message for creating
9953         DBusMessage's of those types.
9954         
9955         * python/examples/example-client.py:
9956         * python/examples/example-service.py:
9957
9958         Simple example code showing both how create DBus services and objects,
9959         and how to use them.
9960
9961 2003-09-23  Havoc Pennington  <hp@pobox.com>
9962
9963         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
9964
9965 2003-09-23  Havoc Pennington  <hp@redhat.com>
9966
9967         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
9968         (dbus_gproxy_disconnect_signal): implement
9969         (dbus_gproxy_manager_remove_signal_match): implement
9970         (dbus_gproxy_manager_add_signal_match): implement
9971         (dbus_gproxy_oneway_call): implement
9972
9973 2003-09-23  Havoc Pennington  <hp@pobox.com>
9974
9975         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
9976         subclass. This means dropping the transparent thread safety of the
9977         proxy; you now need a separate proxy per-thread, or your own
9978         locking on the proxy. Probably right anyway.
9979         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
9980
9981 2003-09-22  Havoc Pennington  <hp@redhat.com>
9982
9983         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
9984
9985 2003-09-21  Seth Nickell  <seth@gnome.org>
9986
9987         First checkin of the Python bindings.
9988         
9989         * python/.cvsignore:
9990         * python/Makefile.am:
9991         * python/dbus_bindings.pyx.in:
9992         * python/dbus_h_wrapper.h:
9993
9994         Pieces for Pyrex to operate on, building a dbus_bindings.so
9995         python module for low-level access to the DBus APIs.
9996         
9997         * python/dbus.py:
9998
9999         High-level Python module for accessing DBus objects.
10000
10001         * configure.in:
10002         * Makefile.am:
10003
10004         Build stuff for the python bindings.
10005
10006         * acinclude.m4:
10007
10008         Extra macro needed for finding the Python C header files.
10009
10010 2003-09-21  Havoc Pennington  <hp@pobox.com>
10011
10012         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
10013         implementing the proxy manager, didn't get very far.
10014
10015         * dbus/dbus-bus.c (dbus_bus_add_match): new
10016         (dbus_bus_remove_match): new
10017
10018         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
10019         path_name argument; adjust the other not-yet-implemented 
10020         gproxy constructors to be what I think they should be.
10021
10022 2003-09-21  Havoc Pennington  <hp@pobox.com>
10023
10024         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
10025         by default for message bus connections.
10026
10027         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
10028         exit_on_disconnect flag is set and we process the disconnected
10029         signal.
10030         (dbus_connection_set_exit_on_disconnect): new function
10031
10032 2003-09-21  Havoc Pennington  <hp@pobox.com>
10033
10034         Get matching rules mostly working in the bus; only actually
10035         parsing the rule text remains. However, the client side of
10036         "signal connections" hasn't been started, this patch is only the
10037         bus side.
10038         
10039         * dbus/dispatch.c: fix for the matching rules changes
10040         
10041         * bus/driver.c (bus_driver_handle_remove_match)
10042         (bus_driver_handle_add_match): send an ack reply from these
10043         method calls
10044
10045         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
10046         arguments, reported by Seth Nickell
10047
10048         * bus/config-parser.c (append_rule_from_element): support
10049         eavesdrop=true|false attribute on policies so match rules 
10050         can be prevented from snooping on the system bus.
10051
10052         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
10053         and "destination" in attribute names; fix some docs bugs; 
10054         add eavesdrop=true|false attribute
10055
10056         * bus/driver.c (bus_driver_handle_add_match)
10057         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
10058         messages
10059
10060         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
10061         rid of broadcast service concept, signals are just always broadcast
10062
10063         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
10064         mostly implement matching rules stuff (currently only exposed as signal
10065         connections)
10066
10067 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
10068
10069         * doc/dbus-specification.sgml: Change the header field name
10070         to be an enum and update the rest of the spec to reference
10071         the fields using the conventinal name.
10072
10073         * dbus/dbus-protocol.h: update to reflect the spec.
10074
10075         * doc/TODO: add item to remove the 4 byte alignment requirement.
10076         
10077         * dbus/dbus-message.c: Remove the code to generalise the
10078         header/body length and serial number header fields as named
10079         header fields so we can reference field names using the 
10080         protocol values.
10081         (append_int_field), (append_uint_field), (append_string_field):
10082         Append the field name as a byte rather than four chars.
10083         (delete_int_or_uint_field), (delete_string_field): reflect the
10084         fact that the field name and typecode now occupy 4 bytes instead
10085         of 8.
10086         (decode_string_field), (decode_header_data): update to reflect
10087         protocol changes and move the field specific encoding from
10088         decode_string_field() back into decode_header_data().
10089         
10090         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
10091         Add utility to aid debugging.
10092         
10093         * dbus/dbus-message-builder.c:
10094         (append_string_field), (_dbus_message_data_load): Update to
10095         reflect protocol changes; Change the FIELD_NAME directive
10096         to HEADER_FIELD and allow it to take the field's conventional
10097         name rather than the actual value.
10098         
10099         * test/data/*/*.message: Update to use HEADER_FIELD instead
10100         of FIELD_NAME; Always align the header on an 8 byte boundary
10101         *before* updating the header length.
10102
10103 2003-09-15  Havoc Pennington  <hp@pobox.com>
10104
10105         * dbus/dbus-pending-call.c: add the get/set object data
10106         boilerplate as for DBusConnection, etc. Use generic object data
10107         for the notify callback.
10108
10109         * glib/dbus-gparser.c (parse_node): parse child nodes
10110
10111         * tools/dbus-viewer.c: more hacking on the dbus-viewer
10112         
10113         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
10114         contain functions shared between the convenience lib and the
10115         installed lib
10116
10117         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
10118         -export-symbols-regex to the GLib library
10119
10120         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
10121         fix the locking in here, and add a default handler for
10122         Introspect() that just returns sub-nodes.
10123
10124 2003-09-14  Havoc Pennington  <hp@pobox.com>
10125
10126         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
10127         rather than gfoo consistent
10128
10129         * glib/dbus-gproxy.h: delete for now, move contents to
10130         dbus-glib.h, because the include files don't work right since we
10131         aren't in the dbus/ subdir.
10132         
10133         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
10134         (dbus_gproxy_end_call): finish
10135         (dbus_gproxy_begin_call): finish
10136
10137         * glib/dbus-gmain.c (dbus_set_g_error): new
10138
10139         * glib/dbus-gobject.c (handle_introspect): include information
10140         about child nodes in the introspection
10141
10142         * dbus/dbus-connection.c (dbus_connection_list_registered): new
10143         function to help in implementation of introspection
10144
10145         * dbus/dbus-object-tree.c
10146         (_dbus_object_tree_list_registered_and_unlock): new function
10147
10148 2003-09-12  Havoc Pennington  <hp@pobox.com>
10149
10150         * glib/dbus-gidl.h: add common base class for all the foo_info
10151         types
10152
10153         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
10154         similar to kdcop
10155
10156         * test/Makefile.am: try test srcdir -ef . in addition to test
10157         srcdir = ., one of them should work (yeah lame)
10158         
10159         * glib/Makefile.am: build the "idl" parser stuff as a convenience
10160         library
10161         
10162         * glib/dbus-gparser.h: make description_load routines return
10163         NodeInfo* not Parser*
10164
10165         * Makefile.am (SUBDIRS): build test dir after all library dirs
10166
10167         * configure.in: add GTK+ detection
10168
10169 2003-09-07  Havoc Pennington  <hp@pobox.com>
10170
10171         * Make Doxygen contented.
10172
10173 2003-09-07  Havoc Pennington  <hp@pobox.com>
10174
10175         * doc/dbus-specification.sgml: more updates
10176
10177 2003-09-06  Havoc Pennington  <hp@pobox.com>
10178
10179         * doc/dbus-specification.sgml: partial updates
10180
10181         * bus/dbus-daemon-1.1.in: fix the config file docs for the
10182         zillionth time; hopefully I edited the right file this time.
10183
10184         * bus/config-parser.c (append_rule_from_element): support
10185         send_type, send_path, receive_type, receive_path
10186
10187         * bus/policy.c: add message type and path to the list of things
10188         that can be "firewalled"
10189
10190 2003-09-06  Havoc Pennington  <hp@pobox.com>
10191
10192         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
10193         (dbus_connection_register_object_path): make this not handle
10194         messages to paths below the given path
10195
10196 2003-09-03  Havoc Pennington  <hp@pobox.com>
10197
10198         * test/glib/Makefile.am: add this with random glib-linked test
10199         programs
10200
10201         * glib/Makefile.am: remove the random test programs from here,
10202         leave only the unit tests
10203
10204         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
10205         uscore/javacaps conversion, and fix     
10206         (get_object_property, set_object_property): change to .NET
10207         convention for mapping props to methods, set_FooBar/get_FooBar, 
10208         since one language has such a convention we may as well copy it. 
10209         Plus real methods in either getFooBar or get_foo_bar style won't 
10210         collide with this convention.
10211
10212 2003-09-01  Havoc Pennington  <hp@pobox.com>
10213
10214         * glib/dbus-gparser.c: implement
10215
10216         * glib/dbus-gobject.c: start implementing skeletons support
10217
10218         * configure.in: when disabling checks/assert, also define
10219         G_DISABLE_ASSERT and G_DISABLE_CHECKS
10220
10221 2003-09-01  Havoc Pennington  <hp@pobox.com>
10222
10223         * glib/Makefile.am: rearrange a bunch of files and get "make
10224         check" framework set up
10225
10226 2003-08-31  Havoc Pennington  <hp@pobox.com>
10227
10228         * fix build with --disable-tests
10229
10230 2003-08-30  Havoc Pennington  <hp@pobox.com>
10231
10232         * dbus/dbus-connection.c: purge DBusMessageHandler
10233
10234         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
10235         use callbacks everywhere
10236
10237 2003-08-30  Havoc Pennington  <hp@pobox.com>
10238
10239         * test/data/valid-config-files/system.d/test.conf: change to 
10240         root for the user so warnings don't get printed
10241
10242         * dbus/dbus-message.c: add dbus_message_get_path,
10243         dbus_message_set_path
10244         
10245         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
10246         dispatching to a path
10247
10248         * dbus/dbus-string.c (_dbus_string_validate_path): add
10249
10250         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
10251         (_dbus_marshal_object_path): implement
10252
10253         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
10254         to contain the path to the target object
10255         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
10256         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
10257
10258 2003-08-30  Havoc Pennington  <hp@pobox.com>
10259
10260         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
10261
10262 2003-08-29  Havoc Pennington  <hp@pobox.com>
10263
10264         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
10265         registered
10266         (struct DBusObjectSubtree): shrink this
10267         a lot, since we may have a lot of them
10268         (_dbus_object_tree_free_all_unlocked): implement
10269         (_dbus_object_tree_dispatch_and_unlock): implement
10270
10271 2003-08-29  Havoc Pennington  <hp@pobox.com>
10272
10273         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
10274
10275 2003-08-28  Havoc Pennington  <hp@pobox.com>
10276
10277         purge DBusObjectID
10278         
10279         * dbus/dbus-connection.c: port to no ObjectID, create a
10280         DBusObjectTree, rename ObjectTree to ObjectPath in public API
10281
10282         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
10283         everything except UnregisterFunction and MessageFunction
10284         
10285         * dbus/dbus-marshal.c: port away from DBusObjectID, 
10286         add DBUS_TYPE_OBJECT_PATH
10287         
10288         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
10289         dbus/dbus-objectid.[hc]: remove these, we are moving to 
10290         path-based object IDs
10291
10292 2003-08-25  Havoc Pennington  <hp@pobox.com>
10293
10294         Just noticed that dbus_message_test is hosed, I wonder when I
10295         broke that. I thought make check was passing earlier...
10296         
10297         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
10298         container tree, will replace most of dbus-object-registry
10299
10300         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
10301         screwup
10302
10303 2003-08-19  Havoc Pennington  <hp@pobox.com>
10304
10305         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
10306         (dbus_message_is_error): fix this function
10307
10308         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
10309         match
10310
10311         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
10312         reflect clarified man page
10313         (bus_client_policy_check_can_send): ditto
10314         
10315         * bus/session.conf.in: fixup
10316
10317         * bus/system.conf.in: fixup
10318
10319 2003-08-18  Havoc Pennington  <hp@redhat.com>
10320
10321         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
10322
10323         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10324         dumb bug created earlier (wrong order of args to
10325         decode_header_data())
10326         
10327         * tools/dbus-send.c: port
10328
10329         * tools/dbus-print-message.c (print_message): port
10330
10331         * test/data/*messages: port all messages over
10332         
10333         * dbus/dbus-message-builder.c: support including 
10334         message type
10335         
10336         * bus/driver.c: port over
10337         
10338         * bus/dispatch.c: port over to new stuff
10339
10340         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10341         rename disconnect signal to "Disconnected"
10342
10343 2003-08-17  Havoc Pennington  <hp@pobox.com>
10344
10345         This doesn't compile yet, but syncing up so I can hack on it from
10346         work. What are branches for if not broken code? ;-)
10347         
10348         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
10349         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
10350         DBUS_HEADER_FIELD_ERROR_NAME
10351         
10352         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
10353         for the interface+member pairs
10354         (string_hash): change to use g_str_hash algorithm
10355         (find_direct_function, find_string_function): refactor these to
10356         share most code.
10357         
10358         * dbus/dbus-message.c: port all of this over to support 
10359         interface/member fields instead of name field
10360
10361         * dbus/dbus-object-registry.c: port over
10362         
10363         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
10364         from _dbus_string_validate_name
10365
10366         * bus/dbus-daemon-1.1: change file format for the 
10367         <deny>/<allow> stuff to match new message naming scheme
10368
10369         * bus/policy.c: port over
10370
10371         * bus/config-parser.c: parse new format
10372         
10373 2003-08-16  Havoc Pennington  <hp@pobox.com>
10374
10375         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
10376         broken assertion
10377
10378         * glib/dbus-gproxy.c: some hacking
10379
10380 2003-08-15  Havoc Pennington  <hp@redhat.com>
10381
10382         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
10383
10384         * dbus/dbus-connection.c
10385         (dbus_connection_send_with_reply_and_block): factor out internals;
10386         change to convert any error replies to DBusError instead of 
10387         returning them as a message
10388
10389 2003-08-15  Havoc Pennington  <hp@pobox.com>
10390
10391         * dbus/dbus-connection.c, 
10392         dbus/dbus-pending-call.c: Finish the pending call stuff
10393
10394 2003-08-14  Havoc Pennington  <hp@redhat.com>
10395
10396         * dbus/dbus-pending-call.c: start on new object that will replace
10397         DBusMessageHandler and ReplyHandlerData for tracking outstanding
10398         replies
10399
10400         * dbus/dbus-gproxy.c: start on proxy object used to communicate
10401         with remote interfaces
10402
10403         * dbus/dbus-gidl.c: do the boring boilerplate in here
10404         
10405 2003-08-12  Havoc Pennington  <hp@pobox.com>
10406
10407         * bus/dispatch.c (bus_dispatch): make this return proper 
10408         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
10409
10410         * dbus/dbus-errors.c (dbus_set_error): use
10411         _dbus_string_append_printf_valist
10412
10413         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
10414         (_dbus_string_append_printf): new
10415
10416         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
10417         UNKNOWN_METHOD
10418
10419         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
10420         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
10421         message is unhandled.
10422
10423 2003-08-11  Havoc Pennington  <hp@pobox.com>
10424
10425         * bus/test.c (client_disconnect_handler): change to return
10426         HANDLED (would have been REMOVE_MESSAGE)
10427
10428         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
10429         HANDLED/NOT_YET_HANDLED instead of
10430         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
10431         should be used.
10432
10433 2003-08-10  Havoc Pennington  <hp@pobox.com>
10434
10435         * tools/dbus-send.c (main): add --type argument, for now
10436         supporting only method_call and signal types.
10437
10438         * tools/dbus-print-message.c: print message type
10439
10440         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10441         init connection->objects
10442
10443         * doc/dbus-specification.sgml: fix sgml
10444
10445         * bus/*.c: port over to object-instance API changes
10446
10447         * test/test-service.c: ditto
10448         
10449         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
10450         name, we will have to fix up the rest of the code to also handle
10451         this
10452         (dbus_message_new): generic message-creation call
10453         (set_string_field): allow appending name field
10454
10455 2003-08-06  Havoc Pennington  <hp@pobox.com>
10456
10457         * dbus/dbus-object-registry.c: implement signal connection 
10458         and dispatch
10459
10460         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
10461
10462         * dbus/dbus-internals.c (_dbus_memdup): new function
10463
10464 2003-08-02  Havoc Pennington  <hp@pobox.com>
10465
10466         * dbus/dbus-message.c (dbus_message_get_no_reply)
10467         (dbus_message_set_no_reply): add these and remove
10468         set_is_error/get_is_error
10469
10470         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
10471         remove the ERROR flag, since there's now an ERROR type
10472
10473 2003-08-01  Havoc Pennington  <hp@pobox.com>
10474
10475         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
10476         implement
10477
10478         * dbus/dbus-message.c (dbus_message_get_type): new function
10479
10480         * doc/dbus-specification.sgml: add "type" byte to messages
10481
10482 2003-08-01  Havoc Pennington  <hp@pobox.com>
10483
10484         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
10485         a message type enum to distinguish kinds of message
10486         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
10487         that need not be replied to
10488
10489 2003-08-01  Havoc Pennington  <hp@pobox.com>
10490
10491         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
10492         (unpack_8_octets): fix no-64-bit-int bug
10493
10494         * dbus/dbus-object-registry.c (validate_id): validate the 
10495         connection ID bits, not just the instance ID.
10496
10497         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
10498         the connection-global 33 bits of the object ID
10499
10500         * dbus/dbus-object-registry.c (info_from_entry): fill in 
10501         object ID in the new way
10502
10503         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
10504         define server/client/instance bits.
10505
10506 2003-07-30  Havoc Pennington  <hp@pobox.com>
10507
10508         * dbus/dbus-connection.c (dbus_connection_register_object): fix
10509         build
10510
10511 2003-07-13  Havoc Pennington  <hp@pobox.com>
10512
10513         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
10514         fields to DBusObjectVTable and DBusObjectInfo
10515
10516 2003-07-12  Havoc Pennington  <hp@pobox.com>
10517
10518         * dbus/dbus-object-registry.c: implement unit test,
10519         fix bugs discovered in process
10520
10521         * dbus/dbus-connection.c: remove handler_table and
10522         register_handler(), add DBusObjectRegistry usage
10523
10524         * dbus/dbus-objectid.c (dbus_object_id_is_null)
10525         (dbus_object_id_set_null): new functions
10526
10527 2003-07-08  Havoc Pennington  <hp@pobox.com>
10528
10529         * dbus/dbus-object.c: implement some of this
10530
10531         * dbus/dbus-object-registry.c
10532         (_dbus_object_registry_add_and_unlock): fill in the object_id out
10533         param
10534         (_dbus_object_registry_new): handle OOM
10535
10536 2003-07-08  Havoc Pennington  <hp@pobox.com>
10537
10538         * dbus/dbus-object.h: sketch out an API for registering objects
10539         with a connection, that allows us to use as little as 24 bytes
10540         per object and lets application code represent an object in 
10541         any conceivable way.
10542
10543         * dbus/dbus-object-registry.c: implement the hard bits of the
10544         DBusConnection aspect of object API. Not yet wired up.
10545         
10546 2003-07-06  Havoc Pennington  <hp@pobox.com>
10547
10548         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
10549         (_dbus_marshal_object_id): new
10550         (_dbus_demarshal_object_id): new
10551         (_dbus_marshal_get_arg_end_pos): support object ID type, and
10552         consolidate identical switch cases. Don't conditionalize handling
10553         of DBUS_TYPE_UINT64, need to handle the type always.
10554         (_dbus_marshal_validate_arg): consolidate identical cases, and
10555         handle DBUS_TYPE_OBJECT_ID
10556
10557         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
10558
10559         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
10560
10561 2003-09-28  Havoc Pennington  <hp@pobox.com>
10562
10563         * real 0.13 release
10564
10565 2003-09-28  Havoc Pennington  <hp@pobox.com>
10566
10567         * doc/Makefile.am (dbus-specification.html): testing a funky hack
10568         to work with Debian db2html
10569
10570 2003-09-28  Havoc Pennington  <hp@pobox.com>
10571
10572         * configure.in: 0.13
10573
10574         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
10575         stylesheet-images for benefit of Debian
10576         
10577         Change back to using filesystem-linked sockets for the system
10578         bus, so only root can create the default system bus address.
10579         
10580         * bus/system.conf.in: change to use
10581         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10582
10583         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
10584         from here.
10585
10586         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
10587         here, and AC_DEFINE DBUS_SYSTEM_PATH
10588
10589 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10590
10591         * doc/TODO:
10592         * doc/busconfig.dtd:
10593         Add busconfig DTD.
10594         
10595 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
10596
10597         * doc/dbus-specification.sgml:
10598         Add activation reply values.
10599         
10600 2003-08-05  Havoc Pennington  <hp@redhat.com>
10601
10602         * configure.in: 0.12
10603
10604 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
10605
10606         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
10607         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
10608         (add_watch), (remove_watch), (create_source):
10609         Refcount fds, fixes some reentrancy issues.
10610         
10611 2003-07-30  Havoc Pennington  <hp@redhat.com>
10612
10613         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
10614         bus address to be abstract if we have abstract sockets
10615
10616         * NEWS: update
10617
10618 2003-07-28  Havoc Pennington  <hp@redhat.com>
10619
10620         * bus/messagebus.in: fix to avoid processname/servicename 
10621         confusion, from Michael Kearey
10622         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
10623         
10624 2003-07-23  Havoc Pennington  <hp@pobox.com>
10625
10626         * dbus/dbus-message.c (dbus_message_iter_get_named): 
10627         fix from Andy Hanton to remove broken "+1"
10628
10629 2003-07-16  Havoc Pennington  <hp@pobox.com>
10630
10631         * tools/dbus-launch.c (babysit): close stdout/stderr in the
10632         babysitter process, as suggested by Thomas Leonard, so 
10633         an "eval `dbus-launch --exit-with-session`" will actually 
10634         return
10635
10636 2003-07-16  Havoc Pennington  <hp@pobox.com>
10637
10638         * configure.in: print out EXPANDED_* variables in the summary at
10639         the end; clean up the code that computes EXPANDED_ variables and
10640         get the ones using exec_prefix right. Should make things work
10641         when you build without --prefix
10642
10643 2003-06-29  Havoc Pennington  <hp@pobox.com>
10644
10645         * mono/Test.cs (class Test): fire up a main loop and run it
10646
10647         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
10648         done once, the app has to do it
10649
10650 2003-06-26  Havoc Pennington  <hp@pobox.com>
10651
10652         * mono/Connection.cs: set up connection with the glib main loop
10653
10654 2003-07-01  Havoc Pennington  <hp@redhat.com>
10655
10656         * doc/dbus-specification.sgml: clarify the format of a type code,
10657         change suggested by Jim Blandy
10658
10659 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
10660
10661         * doc/Makefile.am:
10662         * tools/Makefile.am: Don't assume srcdir == builddir.
10663
10664         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
10665         the allocated block.
10666         (_dbus_memory_test): New function.
10667         * dbus/dbus-test.h: Add _dbus_memory_test ().
10668         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
10669
10670         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
10671         of %c%c%c%c.
10672         (dbus_message_new): Remove obsolete @todo.
10673
10674         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
10675         (_dbus_marshal_set_uint64): Fix comment.
10676
10677         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
10678         hardcode FIELD_REPLY_SERIAL.
10679
10680         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
10681         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
10682
10683         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
10684         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
10685
10686 2003-06-24  Havoc Pennington  <hp@pobox.com>
10687
10688         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
10689
10690 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
10691
10692         * configure.in:
10693         * gcj/.cvsignore:
10694         * gcj/Hello.java:
10695         * gcj/Makefile.am:
10696         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
10697         * gcj/org/.cvsignore:
10698         * gcj/org/Makefile.am:
10699         * gcj/org/freedesktop/.cvsignore:
10700         * gcj/org/freedesktop/Makefile.am:
10701         * gcj/org/freedesktop/dbus/.cvsignore:
10702         * gcj/org/freedesktop/dbus/Makefile.am:
10703         * gcj/org/freedesktop/dbus/Message.java: (Message),
10704         (Message.Message):
10705         * gcj/org/freedesktop/dbus/natMessage.cc:
10706         Fix the build system.
10707
10708 2003-06-22  Havoc Pennington  <hp@pobox.com>
10709
10710         * mono/Connection.cs: add more bindings
10711
10712         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
10713         more than once.
10714
10715 2003-06-22  Havoc Pennington  <hp@pobox.com>
10716
10717         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
10718         Start wrapping more stuff.
10719
10720 2003-06-22  Havoc Pennington  <hp@pobox.com>
10721
10722         * mono/Message.cs: implement Message.Wrap() that ensures we only
10723         have a single C# wrapper per DBusMessage, assuming it works which
10724         it probably doesn't.
10725
10726         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
10727         (dbus_message_free_data_slot): new
10728         (dbus_message_set_data): new
10729         (dbus_message_get_data): new
10730
10731 2003-06-22  Havoc Pennington  <hp@pobox.com>
10732
10733         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
10734         (_dbus_data_slot_allocator_alloc): rework these to keep a
10735         reference count on each slot and automatically manage a global
10736         slot ID variable passed in by address
10737
10738         * bus/bus.c: convert to new dataslot API
10739
10740         * dbus/dbus-bus.c: convert to new dataslot API
10741
10742         * dbus/dbus-connection.c: convert to new dataslot API
10743
10744         * dbus/dbus-server.c: convert to new dataslot API
10745
10746         * glib/dbus-gmain.c: ditto
10747
10748         * bus/test.c: ditto
10749
10750         * bus/connection.c: ditto
10751
10752 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
10753
10754         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
10755         after the gcj checks so that the correct configuration tags
10756         will be added to libtool.
10757
10758         * dbus-glib-1.pc.in: No need to specify any includes since
10759         dbus-1.pc.in has those.
10760
10761 2003-06-22  Havoc Pennington  <hp@pobox.com>
10762
10763         * mono/*, gcj/*, configure.in, Makefile.am:
10764         Check in makefiles and subdirs for mono and gcj bindings.
10765         Neither binding actually exists, just trying to get through
10766         all the build and other boring bits.
10767
10768 2003-06-21  Philip Blundell  <philb@gnu.org>
10769
10770         * tools/dbus-monitor.1: Updated.
10771
10772         * tools/dbus-send.1: Likewise.
10773
10774 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
10775
10776         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
10777         for hangup and error after checking read so we won't discard
10778         pending data if both hangup and read are set.
10779
10780 2003-06-19  Philip Blundell  <philb@gnu.org>
10781
10782         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
10783
10784         * tools/dbus-send.c: Accept both --system and --session.
10785
10786         * tools/dbus-monitor.c: Same here.
10787
10788 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
10789
10790         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
10791         from C++ (Patch by Miloslav Trmac).
10792
10793 2003-06-15  Joe Shaw  <joe@assbarn.com>
10794
10795         * configure.in: Check for socklen_t.
10796
10797         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
10798
10799         * test/test-segfault.c: Add #include <sys/time.h>
10800
10801         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
10802         dbus-launch needs it.
10803
10804 2003-06-09  Havoc Pennington  <hp@redhat.com>
10805
10806         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
10807         SUN_LEN, it breaks abstract socket usage
10808
10809         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
10810         starts of lines.
10811
10812 2003-06-04  Havoc Pennington  <hp@pobox.com>
10813
10814         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
10815         using unix:abstract=/foo, and when listening in a tmpdir
10816         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
10817
10818         * dbus/dbus-transport.c (_dbus_transport_open): support
10819         unix:abstract=/foo
10820
10821         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
10822         support abstract sockets
10823
10824         * dbus/dbus-transport-unix.c
10825         (_dbus_transport_new_for_domain_socket): support abstract sockets
10826
10827         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
10828         toggle as an argument, implement abstract namespace support
10829         (_dbus_listen_unix_socket): ditto
10830
10831         * configure.in: add --enable-abstract-sockets and implement
10832         a configure check for autodetection of the right value.
10833
10834 2003-06-01  Havoc Pennington  <hp@pobox.com>
10835
10836         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
10837         in /tmp (though on Linux this will end up being useless,
10838         when we add abstract namespace support)
10839
10840         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
10841         subst'ing it
10842
10843 2003-05-28  Colin Walters  <walters@verbum.org>
10844
10845         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
10846
10847 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
10848
10849         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
10850
10851 2003-05-17  Colin Walters  <walters@gnu.org>
10852
10853         * tools/dbus-send.c: Don't exit with an error code if --help was
10854         passed.  Default to using the session bus instead of the system
10855         one.
10856
10857         * tools/dbus-launch.c: Ditto.
10858
10859         * tools/dbus-monitor.c: Ditto.
10860
10861         * tools/dbus-send.1: Update with new arguments.
10862
10863         * tools/dbus-launch.c: Emit code to export variables.  New
10864         arguments -s and -c to specify shell syntax, and a bit of code to
10865         autodetect syntax.  Also, allow specifying a program to run.
10866
10867         * tools/dbus-launch.1: Update with new arguments.
10868
10869         * tools/dbus-send.1: Ditto.
10870
10871         * tools/dbus-monitor.1: Ditto.
10872
10873 2003-05-17  Havoc Pennington  <hp@pobox.com>
10874
10875         * bus/config-parser.c (merge_included): merge in policies from
10876         child configuration file.
10877
10878         * bus/policy.c (bus_policy_merge): function to merge two policies
10879         together
10880
10881 2003-05-16  Havoc Pennington  <hp@redhat.com>
10882
10883         * dbus/dbus-connection.c: disable verbose lock spew
10884
10885         * tools/dbus-send.c: add --print-reply command line option
10886
10887         * tools/dbus-print-message.h (print_message): new util function
10888         shared by dbus-send and dbus-monitor
10889
10890         * tools/dbus-monitor.c (handler_func): exit on disconnect
10891
10892         * dbus/dbus-transport-unix.c (do_reading): if the transport is
10893         disconnected, don't try to use the read_watch
10894
10895         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
10896         so we can find this bug more easily
10897
10898 2003-05-16  Havoc Pennington  <hp@redhat.com>
10899
10900         * bus/policy.c (free_rule_list_func): avoid a crash when passed
10901         NULL as DBusHashTable is annoyingly likely to do.
10902
10903 2003-05-16  Colin Walters  <walters@verbum.org>
10904
10905         * tools/dbus-monitor.c: Add --session argument and usage()
10906         function.
10907
10908         * tools/dbus-monitor.1: Update with new --session arg.
10909
10910         * bus/Makefile.am (install-data-hook): Create
10911         $(libdir)/dbus-1.0/services so that the session bus is happy.
10912
10913 2003-05-15  Havoc Pennington  <hp@redhat.com>
10914
10915         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
10916         on non-x86. ifdef's are evil.
10917
10918 2003-05-15  Havoc Pennington  <hp@redhat.com>
10919
10920         * configure.in: 0.11
10921
10922         * NEWS: update
10923
10924         * bus/Makefile.am (initddir): apparently we are supposed to put
10925         init scripts in /etc/rc.d/init.d not /etc/init.d
10926
10927         * bus/Makefile.am: remove the "you must --enable-tests to make
10928         check" as it broke distcheck
10929
10930         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
10931
10932 2003-05-13  James Willcox  <jwillcox@gnome.org>
10933
10934         * configure.in:
10935         * bus/activation.c: (bus_activation_service_created),
10936         (bus_activation_activate_service):
10937         * bus/driver.c: (bus_driver_send_service_deleted),
10938         (bus_driver_send_service_created), (bus_driver_send_service_lost),
10939         (bus_driver_send_service_acquired),
10940         (bus_driver_send_welcome_message),
10941         (bus_driver_handle_list_services):
10942         * bus/session.conf.in:
10943         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
10944         (dbus_bus_service_exists), (dbus_bus_activate_service):
10945         * dbus/dbus-bus.h:
10946
10947         Add some convenience API which lets you activate a service, and did a
10948         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
10949         and dbus_message_get_args()
10950
10951 2003-05-11  Havoc Pennington  <hp@pobox.com>
10952
10953         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
10954         calling _dbus_marshal_validate_arg() for every byte in a byte
10955         array, etc.
10956
10957         * dbus/dbus-message-handler.c: use atomic reference counting to
10958         reduce number of locks slightly; the global lock in here sucks
10959
10960         * dbus/dbus-connection.c
10961         (_dbus_connection_update_dispatch_status_and_unlock): variant of
10962         update_dispatch_status that can be called with lock held; then use
10963         in a couple places to reduce locking/unlocking
10964         (dbus_connection_send): hold the lock over the whole function
10965         instead of acquiring it twice.
10966
10967         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10968
10969         * bus/connection.c (bus_connections_setup_connection): fix access
10970         to already-freed memory.
10971
10972         * dbus/dbus-connection.c: keep a little cache of linked list
10973         nodes, to avoid using the global linked list alloc lock in the
10974         normal send-message case. Instead we just use the connection lock
10975         that we already have to take.
10976
10977         * dbus/dbus-list.c (_dbus_list_find_last): new function
10978
10979         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
10980         change to use a struct for the atomic type; fix docs,
10981         they return value before increment, not after increment.
10982
10983         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
10984         (_dbus_string_append_8_aligned): new functions to try to
10985         microoptimize this operation.
10986         (reallocate_for_length): break this out of set_length(), to
10987         improve profile info, and also so we can consider inlining the
10988         set_length() part.
10989
10990         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
10991         strings with some preallocation, cuts down on our calls to realloc
10992         a fair bit. Though if we can get the "move entire string to empty
10993         string" optimization below to kick in here, it would be better.
10994
10995         * dbus/dbus-string.c (_dbus_string_move): just call
10996         _dbus_string_move_len
10997         (_dbus_string_move_len): add a special case for moving
10998         an entire string into an empty string; we can just
10999         swap the string data instead of doing any reallocs.
11000         (_dbus_string_init_preallocated): new function
11001
11002 2003-05-11  Havoc Pennington  <hp@pobox.com>
11003
11004         Write a "test-profile" that does echo client-server with threads;
11005         profile reveals lock contention, memcpy/realloc of buffers, and
11006         UTF-8 validation as hot spots. 20% of lock contention eliminated
11007         with dbus_atomic_inc/dec implementation on x86.  Much remaining
11008         contention is global mempool locks for GList and DBusList.
11009
11010         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
11011         x86 implementation
11012
11013         * dbus/dbus-connection.c (struct DBusConnection): use
11014         dbus_atomic_t for the reference count
11015
11016         * dbus/dbus-message.c (struct DBusMessage): declare
11017         dbus_atomic_t values as volatile
11018
11019         * configure.in: code to detect ability to use atomic integer
11020         operations in assembly, from GLib patch
11021
11022         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
11023         time, tired of it being wrong in threads and forked processes
11024
11025         * glib/test-profile.c: a little program to bounce messages back
11026         and forth between threads and eat CPU
11027
11028         * dbus/dbus-connection.c: add debug spew macros for debugging
11029         thread locks; include config.h at top; fix deadlock in
11030         dbus_connection_flush()
11031
11032 2003-05-08  Havoc Pennington  <hp@pobox.com>
11033
11034         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
11035         data from getting written, and there wasn't a good reason to
11036         use _exit really.
11037
11038         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
11039         dbus_verbose lines in test coverage
11040         (main): add list of functions sorted by # of untested blocks
11041         to the coverage report
11042
11043         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
11044
11045         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
11046
11047         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
11048         extend test coverage
11049
11050         * test/data/auth/cancel.auth-script: test canceling an
11051         authentication
11052
11053         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
11054         aren't used. in CVS history if we end up needing them.
11055
11056 2003-05-04  Havoc Pennington  <hp@pobox.com>
11057
11058         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
11059         unit test
11060
11061         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
11062         function, which assumed length was in # of strings, not bytes
11063
11064         * dbus/dbus-message.c (_dbus_message_test): add tests for some
11065         missing coverage
11066
11067         * dbus/dbus-connection.c
11068         (_dbus_connection_queue_received_message): disable function for
11069         now, we are only using it in test mode
11070
11071         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
11072         remove a mistaken FIXME
11073
11074 2003-05-04  Havoc Pennington  <hp@pobox.com>
11075
11076         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
11077         unlock mutex on successful return, patch from Anders Gustafsson
11078
11079 2003-05-04  Havoc Pennington  <hp@pobox.com>
11080
11081         * dbus-glib-1.pc.in (Requires): fix dependencies, from
11082         Anders Gustafsson
11083
11084 2003-05-04  Havoc Pennington  <hp@pobox.com>
11085
11086         * tools/dbus-launch.c: implement
11087
11088         * bus/main.c (main), bus/bus.c (bus_context_new):
11089         implement --print-pid and --fork
11090
11091 2003-05-03  Havoc Pennington  <hp@redhat.com>
11092
11093         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
11094         the address had no value, and add to test suite. Fix and
11095         regression test from Miloslav Trmac
11096
11097 2003-05-03  Havoc Pennington  <hp@pobox.com>
11098
11099         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
11100         watch is invalid when handled
11101
11102         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
11103         dbus-launch utility to launch the bus from a shell script.  Didn't
11104         actually implement dbus-launch yet, it's just a placeholder still.
11105
11106 2003-05-03  Havoc Pennington  <hp@pobox.com>
11107
11108         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
11109         daemon; also documents daemon config file, so replaces
11110         doc/config-file.txt. Corrected some stuff from config-file.txt in
11111         the process of moving it.
11112
11113 2003-05-03  Havoc Pennington  <hp@pobox.com>
11114
11115         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
11116         add some man pages
11117
11118 2003-05-03  Colin Walters  <walters@verbum.org>
11119
11120         * dbus/dbus-sysdeps.c (fill_user_info): Test against
11121         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
11122
11123         * Makefile.am: Update to use new .pc versioning scheme.
11124
11125 2003-05-02  Havoc Pennington  <hp@redhat.com>
11126
11127         * bus/system.conf.in: allow send/receive to/from message bus
11128         service
11129
11130 2003-04-30  Havoc Pennington  <hp@redhat.com>
11131
11132         * configure.in: print a note when building with unit tests and
11133         without assertions
11134
11135 2003-04-30  Havoc Pennington  <hp@redhat.com>
11136
11137         * Makefile.am: add a check-local that complains if you didn't
11138         configure with --enable-tests
11139
11140 2003-04-29  Havoc Pennington  <hp@redhat.com>
11141
11142         * glib/dbus-gmain.c: docs cleanups
11143
11144         * dbus/dbus-types.h: add docs on int64 types
11145
11146         * dbus/dbus-memory.c: fix docs to avoid putting private API in
11147         public API docs section
11148
11149 2003-04-29  Havoc Pennington  <hp@redhat.com>
11150
11151         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
11152         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
11153         parallel install API version, not with the D-BUS package version.
11154
11155         * HACKING: move some of README over here
11156
11157         * README: updates, and document API/ABI policy
11158
11159         * configure.in: reindentation
11160
11161 2003-04-29  Havoc Pennington  <hp@redhat.com>
11162
11163         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
11164         to use this library" to be sure people have the right
11165         expectations.
11166
11167 2003-04-28  Havoc Pennington  <hp@redhat.com>
11168
11169         * configure.in: add --enable-docs which by default is auto yes if
11170         doxygen and db2html found, no otherwise; but can be forced on/off
11171
11172         * doc/Makefile.am: conditionalize whether to build docs on
11173         --enable-docs
11174
11175 2003-04-28  Havoc Pennington  <hp@redhat.com>
11176
11177         * configure.in: 0.10
11178
11179         * NEWS: update
11180
11181         * bus/system.conf.in: add <includedir>system.d</includedir>
11182
11183         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
11184         username was provided but not uid
11185
11186         * bus/config-parser.c (struct BusConfigParser): keep track of
11187         whether the parser is toplevel or was included; change some
11188         of the error handling if it's included.
11189
11190 2003-04-27  Havoc Pennington  <hp@pobox.com>
11191
11192         Unbreak my code...
11193
11194         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11195         report correct status if we finish processing authentication
11196         inside this function.
11197
11198         * bus/activation.c (try_send_activation_failure): use
11199         bus_transaction_send_error_reply
11200
11201         * bus/connection.c (bus_connection_get_groups): return an error
11202         explaining the problem
11203
11204         * bus/bus.c (bus_context_check_security_policy): implement
11205         restriction here that inactive connections can only send the
11206         hello message. Also, allow bus driver to send anything to
11207         any recipient.
11208
11209         * bus/connection.c (bus_connection_complete): create the
11210         BusClientPolicy here instead of on-demand.
11211         (bus_connection_get_policy): don't return an error
11212
11213         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
11214         sender field in message being replied to
11215
11216         * bus/bus.c (bus_context_check_security_policy): fix silly typo
11217         causing it to return FALSE always
11218
11219         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
11220         we checked sender rather than destination
11221
11222 2003-04-25  Havoc Pennington  <hp@redhat.com>
11223
11224         test suite is slightly hosed at the moment, will fix soon
11225
11226         * bus/connection.c (bus_connections_expire_incomplete): fix to
11227         properly disable the timeout when required
11228         (bus_connection_set_name): check whether we can remove incomplete
11229         connections timeout after we complete each connection.
11230
11231         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
11232         probably still broken.
11233
11234         * bus/services.c (bus_registry_acquire_service): implement max
11235         number of services owned, and honor allow/deny rules on which
11236         services a connection can own.
11237
11238         * bus/connection.c (bus_connection_get_policy): report errors here
11239
11240         * bus/activation.c: implement limit on number of pending
11241         activations
11242
11243 2003-04-25  Havoc Pennington  <hp@redhat.com>
11244
11245         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
11246         where we used >= 0 instead of != DBUS_UID_UNSET.
11247
11248 2003-04-25  Havoc Pennington  <hp@redhat.com>
11249
11250         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
11251         were toggled without add/remove, fix from Anders Gustafsson
11252
11253 2003-04-24  Havoc Pennington  <hp@redhat.com>
11254
11255         * test/data/valid-config-files/basic.conf: add <limit> tags to
11256         this test
11257
11258         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
11259         <limit> tag in configuration file.
11260
11261 2003-04-24  Havoc Pennington  <hp@redhat.com>
11262
11263         * bus/dispatch.c: somehow missed some name_is
11264
11265         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
11266         (_dbus_timeout_set_interval): new
11267
11268         * bus/connection.c (bus_connections_setup_connection): record time
11269         when each connection is first set up, and expire them after the
11270         auth timeout passes.
11271
11272 2003-04-24  Havoc Pennington  <hp@redhat.com>
11273
11274         * dbus/dbus-message.c (dbus_message_name_is): rename
11275         (dbus_message_service_is): rename
11276         (dbus_message_sender_is): rename
11277         (dbus_message_get_service): rename
11278
11279 2003-04-24  Havoc Pennington  <hp@redhat.com>
11280
11281         * configure.in: add --enable-checks
11282
11283         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
11284
11285         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
11286         to use thread locks.
11287         (_dbus_connection_handler_destroyed_locked): move some private
11288         functions into proper docs group
11289
11290         * dbus/dbus-internals.h: add _dbus_return_if_fail,
11291         _dbus_return_val_if_fail
11292
11293         Throughout: use dbus_return_if_fail
11294
11295 2003-04-23  James Willcox  <jwillcox@gnome.org>
11296
11297         * glib/dbus-glib.h:
11298         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
11299         (dbus_connection_setup_with_g_main),
11300         (dbus_server_setup_with_g_main):
11301         * glib/test-dbus-glib.c: (main):
11302         * glib/test-thread-client.c: (main):
11303         * glib/test-thread-server.c: (new_connection_callback), (main):
11304         * tools/dbus-monitor.c: (main):
11305
11306         Added a GMainContext argument to dbus_connection_setup_with_g_main()
11307         and dbus_server_setup_with_g_main().
11308
11309 2003-04-20  Havoc Pennington  <hp@pobox.com>
11310
11311         * doc/dbus-specification.sgml: document the restrictions on
11312         message and service names
11313
11314 2003-04-22  Havoc Pennington  <hp@redhat.com>
11315
11316         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
11317         support, and do some code cleanups to share more code and
11318         speed up array marshal/demarshal.
11319
11320         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
11321
11322         * configure.in: generate dbus-arch-deps.h
11323
11324         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
11325         64-bit typecodes
11326
11327 2003-04-22  Havoc Pennington  <hp@redhat.com>
11328
11329         * test/data/valid-messages/opposite-endian.message: fix test
11330         to use proper type for rply field
11331
11332         * test/data/invalid-messages: add tests for below validation
11333
11334         * dbus/dbus-message.c (decode_header_data): validate field types,
11335         and validate that named fields are valid names
11336         (decode_name_field): consider messages in the
11337         org.freedesktop.Local. namespace to be invalid.
11338
11339         * dbus/dbus-string.c (_dbus_string_validate_name): new
11340
11341 2003-04-19  Havoc Pennington  <hp@pobox.com>
11342
11343         * bus/driver.c (bus_driver_handle_hello): check limits and
11344         return an error if they are exceeded.
11345
11346         * bus/connection.c: maintain separate lists of active and inactive
11347         connections, and a count of each. Maintain count of completed
11348         connections per user. Implement code to check connection limits.
11349
11350         * dbus/dbus-list.c (_dbus_list_unlink): export
11351
11352         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
11353         number of bytes in the message queue for a connection
11354
11355 2003-04-18  Havoc Pennington  <hp@pobox.com>
11356
11357         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
11358
11359         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
11360         memleaks
11361
11362         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
11363         on realloc be sure to update the pointer in the keyring
11364
11365         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
11366         offset to avoid writing to unallocated memory
11367
11368         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
11369         try the next mechanism, so we properly handle OOM
11370
11371         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
11372         on OOM.
11373         (_dbus_keyring_new): fix OOM bug
11374         (_dbus_keyring_new_homedir): always set error; impose a maximum
11375         number of keys we'll load from the file, mostly to speed up the
11376         test suite and make its OOM checks more useful, but also for
11377         general sanity.
11378
11379         * dbus/dbus-auth.c (process_error_server): reject authentication
11380         if we get an error from the client
11381         (process_cancel): on cancel, send REJECTED, per the spec
11382         (process_error_client): send CANCEL if we get an error from the
11383         server.
11384
11385 2003-04-18  Havoc Pennington  <hp@pobox.com>
11386
11387         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
11388         debug spew
11389
11390         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
11391         handling problem
11392
11393         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
11394         about DBUS_TEST_HOMEDIR once
11395
11396         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
11397         the environment
11398
11399         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
11400         config file so we test the right thing
11401
11402         Throughout: assorted docs improvements
11403
11404 2003-04-18  Havoc Pennington  <hp@pobox.com>
11405
11406         * glib/dbus-gmain.c: adapt to watch changes
11407
11408         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
11409
11410         * dbus/dbus-server.h: remove dbus_server_handle_watch
11411
11412         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11413
11414         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
11415         like DBusTimeout, so we don't need dbus_connection_handle_watch
11416         etc.
11417
11418 2003-04-17  Havoc Pennington  <hp@redhat.com>
11419
11420         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
11421         database usage so it all goes via the DBusUserDatabase cache.
11422
11423 2003-04-17  Havoc Pennington  <hp@redhat.com>
11424
11425         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
11426         there was an OOM watch we skipped, we always return TRUE so we
11427         iterate again to have a look at it again. Fixes test suite hang.
11428         Code rearrangement also lets us lose some memset and only iterate
11429         over callbacks once.
11430
11431         * bus/driver.c (bus_driver_handle_message): sense of test for
11432         reply was backward
11433
11434 2003-04-16  Havoc Pennington  <hp@pobox.com>
11435
11436         * doc/dbus-specification.sgml: make spec say serials are unsigned
11437
11438         * dbus/dbus-message.h: change message serials to unsigned
11439
11440         * dbus/dbus-connection.c: adapt to message serials being unsigned
11441
11442 2003-04-15  Havoc Pennington  <hp@pobox.com>
11443
11444         * bus/bus.c: create and keep around a shared DBusUserDatabase
11445         object.
11446
11447         * bus/connection.c (bus_connection_get_groups): don't cache
11448         groups for user in the connection object, since user database
11449         object now does that.
11450
11451 2003-04-16  Havoc Pennington  <hp@redhat.com>
11452
11453         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
11454         list of size counters
11455         (_dbus_message_loader_putback_message_link): put back a popped link
11456
11457         * dbus/dbus-connection.c
11458         (dbus_connection_set_max_live_messages_size): rename
11459         max_received_size
11460         (dbus_connection_get_outgoing_size): get size of outgoing
11461         queue
11462         (_dbus_connection_set_connection_counter): remove this cruft
11463
11464 2003-04-14  Havoc Pennington  <hp@redhat.com>
11465
11466         * dbus/dbus-userdb.c: user database abstraction, mostly to get
11467         caching, but at some point we might want to be able to use a
11468         different database.
11469
11470         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
11471         SHA1 conf file to test the sha1 auth mechanism, since the regular
11472         test always uses EXTERNAL when available.
11473
11474         * configure.in,
11475         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
11476         add conf file that requires use of sha1 auth
11477
11478 2003-04-13  Havoc Pennington  <hp@pobox.com>
11479
11480         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
11481         from Philip Blundell to send messages and monitor them.
11482
11483 2003-04-13  Havoc Pennington  <hp@pobox.com>
11484
11485         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
11486         callbacks
11487
11488         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
11489         users
11490
11491         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
11492         fix to only recover unused bytes if we're already authenticated
11493         (_dbus_transport_get_is_authenticated): fix to still mark us
11494         authenticated if there are unused bytes.
11495
11496         * bus/dispatch.c: implement security policy checking
11497
11498         * bus/connection.c (bus_transaction_send_from_driver): new
11499
11500         * bus/bus.c (bus_context_check_security_policy): new
11501
11502         * bus/dispatch.c (send_service_nonexistent_error): delete this,
11503         now we just set the DBusError and it gets converted to an error
11504         reply.
11505
11506         * bus/connection.c (allow_user_function): enable code using actual
11507         data from the config file
11508
11509         * bus/policy.c (list_allows_user): handle wildcard rules for
11510         user/group connection perms
11511
11512 2003-04-13  Havoc Pennington  <hp@pobox.com>
11513
11514         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
11515
11516         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
11517
11518         * bus/policy.c (bus_policy_append_mandatory_rule)
11519         (bus_policy_append_default_rule, bus_policy_append_user_rule)
11520         (bus_policy_append_group_rule): new functions
11521
11522 2003-04-12  Havoc Pennington  <hp@pobox.com>
11523
11524         * bus/config-parser.c (bus_config_parser_new): fix a memleak
11525
11526         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
11527         the pid/gid/uid, just for paranoia.
11528
11529         * test/break-loader.c (randomly_do_n_things): find a byte
11530         containing a type code, and randomly change it to a different
11531         type code.
11532
11533 2003-04-12  Havoc Pennington  <hp@pobox.com>
11534
11535         * bus/policy.h: change BusPolicy to be the thing from the config
11536         file, and rename old BusPolicy to BusClientPolicy
11537
11538         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
11539         match change in how policy works
11540
11541         * dbus/dbus-internals.h: mark assert_not_reached as
11542         __attribute((noreturn))__
11543
11544 2003-04-11  Havoc Pennington  <hp@redhat.com>
11545
11546         * doc/dbus-specification.sgml: fix a spot with the wrong name for
11547         the broadcast service. Use boolean return for ServiceExists.
11548
11549 2003-04-11  Havoc Pennington  <hp@redhat.com>
11550
11551         * configure.in: add another directory to look for qt in.
11552
11553 2003-04-11  Havoc Pennington  <hp@redhat.com>
11554
11555         * AUTHORS: add Colin Walters
11556
11557 2003-04-11  Havoc Pennington  <hp@redhat.com>
11558
11559         * NEWS: update
11560
11561         * configure.in: 0.9
11562
11563 2003-04-11  Havoc Pennington  <hp@redhat.com>
11564
11565         * bus/messagebus.in: remove pid file when stopping the
11566         message bus, since the bus won't have privileges to remove it
11567         itself.
11568
11569 2003-04-11  Havoc Pennington  <hp@redhat.com>
11570
11571         * bus/bus.c (bus_context_new): move credentials change after
11572         creating pidfile
11573
11574 2003-04-11  Havoc Pennington  <hp@pobox.com>
11575
11576         * test/decode-gcov.c: add "below average functions" to the
11577         coverage report, and change how some of the code works.
11578
11579         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
11580         not in the coverage stats.
11581
11582         * test/test-service.c (main): use _dbus_verbose not fprintf in a
11583         couple places so running the test suite doesn't result in megaspam.
11584
11585 2003-04-11  Havoc Pennington  <hp@pobox.com>
11586
11587         * bus/dispatch.c (check_existent_service_activation): accept a no
11588         memory error in a place we didn't before
11589
11590         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
11591         in case the first one failed," since the test suite is less
11592         broken now.
11593
11594 2003-04-10  Havoc Pennington  <hp@pobox.com>
11595
11596         * bus/dispatch.c (check_segfault_service_activation): add test
11597         for launching an executable that just crashes.
11598
11599         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
11600         don't leave a million cores. We'll see how portable this is.
11601
11602 2003-04-10  Havoc Pennington  <hp@pobox.com>
11603
11604         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
11605         the possible parent failures before we fork, so that we don't
11606         fail to create a babysitter after creating the child.
11607
11608         * bus/activation.c (bus_activation_activate_service): kill child
11609         if we don't successfully complete the activation.
11610
11611 2003-04-10  Havoc Pennington  <hp@redhat.com>
11612
11613         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
11614         the connection if it's disconnected
11615
11616         * bus/activation.c (bus_activation_service_created): use new
11617         transaction features to roll back removal of pending activation if
11618         we don't successfully create the service after all. Don't remove
11619         pending activation if the function fails.
11620
11621         * dbus/dbus-list.c (_dbus_list_insert_before_link)
11622         (_dbus_list_insert_after_link): new code to facilitate
11623         services.c fixes
11624
11625         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
11626         new functionality, so we can preallocate the ability to insert
11627         into a hash table.
11628
11629         * bus/connection.c (bus_transaction_add_cancel_hook): new function
11630         allowing us to put custom hooks in a transaction to be used for
11631         cancelling said transaction
11632
11633         * doc/dbus-specification.sgml: add some discussion of secondary
11634         service owners, and disallow zero-length service names
11635
11636         * bus/services.c (bus_registry_acquire_service): new function,
11637         splits out part of bus_driver_handle_acquire_service() and fixes
11638         a bug where we didn't remove the service doing the acquiring
11639         from the secondary queue if we failed to remove the current owner
11640         from the front of the queue.
11641
11642 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11643
11644         * doc/dbus-specification.sgml:
11645         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
11646
11647 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11648
11649         * bus/.cvsignore:
11650         * glib/.cvsignore:
11651         * test/.cvsignore:
11652         Added files to cvsignore
11653
11654         * dbus/dbus-message.h:
11655         * dbus/dbus-message.c: (dbus_message_iter_get_named):
11656         Make get_named() take two out argument and return a boolean.
11657         (dbus_message_iter_get_args_valist):
11658         Update usage of get_named().
11659         (dbus_message_iter_append_byte):
11660         Fix typo
11661         (dbus_message_iter_append_named)
11662         Fix typo
11663         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
11664         More tests.
11665
11666 2003-04-10  Alexander Larsson  <alexl@redhat.com>
11667
11668         * dbus/dbus-marshal.[ch]:
11669         Add array_type_pos argument to _dbus_marshal_validate_arg.
11670         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
11671
11672         * dbus/dbus-message.[ch]:
11673         Multi-dimensional arrays have full type specification in the
11674         outermost array. Iter code re-arranged to handle this.
11675         Added some more iter tests.
11676
11677         * doc/dbus-specification.sgml:
11678         Add me to authors.
11679         Remove old FIXME.
11680         Update new array encoding description.
11681         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
11682
11683         * test/data/invalid-messages/array-with-mixed-types.message:
11684         * test/data/valid-messages/array-of-array-of-uint32.message:
11685         Change to the new array format.
11686
11687         * test/data/invalid-messages/too-short-dict.message:
11688         Fix bug in test.
11689
11690         * test/data/valid-messages/recursive-types.message:
11691         Fix up and extend test.
11692
11693 2003-04-10  Havoc Pennington  <hp@pobox.com>
11694
11695         * bus/dispatch.c: lots of fixes
11696
11697         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
11698         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
11699         that was crack, broke the test service.
11700
11701         * dbus/dbus-transport.c (_dbus_transport_open): fix error
11702         handling to avoid piling up errors if we get a failure on the
11703         first address.
11704
11705         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
11706         pid in assertion failures.
11707
11708         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
11709         to some fixed size of file descriptor array. Don't return TRUE
11710         anytime a timeout exists, that led to lots of busy loop silliness
11711         in the tests.
11712
11713 2003-04-09  Havoc Pennington  <hp@redhat.com>
11714
11715         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
11716         I'd checked this in earlier but hadn't.
11717
11718 2003-04-09  Havoc Pennington  <hp@redhat.com>
11719
11720         * bus/dispatch.c (bus_dispatch_test): get a bit further through
11721         the activation test (man this is getting old!)
11722
11723 2003-04-09  Havoc Pennington  <hp@redhat.com>
11724
11725         * test/test-utils.c: use dispatch status function to fix this up
11726
11727         * bus/connection.c (connection_watch_callback): don't dispatch
11728         from here
11729         (connection_timeout_callback): don't dispatch from here
11730         (bus_connections_setup_connection): set the dispatch status function
11731         (bus_connection_disconnected): unset it
11732
11733         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
11734         used to add a connection to be dispatched
11735         (_dbus_loop_iterate): do the dispatching at the end of each
11736         iteration
11737
11738         * dbus/dbus-connection.c
11739         (dbus_connection_set_dispatch_status_function): new function
11740         allowing us to fix up main loop usage
11741         (_dbus_connection_last_unref): free all the various function
11742         user data
11743         (dbus_connection_dispatch): call the DispatchStatusFunction
11744         whenever this function returns
11745         (dbus_connection_handle_watch): call DispatchStatusFunction
11746         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
11747         (reply_handler_timeout): call DispatchStatusFunction
11748         (dbus_connection_flush): call DispatchStatusFunction
11749
11750 2003-04-09  Havoc Pennington  <hp@redhat.com>
11751
11752         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
11753         a memory leak
11754
11755         * bus/dispatch.c (check_service_activated): fix bug in test
11756
11757         * dbus/dbus-mainloop.c (check_timeout): fix this up
11758
11759         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
11760         verbose output so we can sort out output from different processes,
11761         e.g. in the activation case.
11762
11763 2003-04-08  Colin Walters  <walters@gnu.org>
11764
11765         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
11766         the pid file.
11767         (bus_context_new): Set it.
11768         (bus_context_unref): Use it to delete the pid file.
11769
11770 2003-04-08  Havoc Pennington  <hp@redhat.com>
11771
11772         * test/data/invalid-messages/array-with-mixed-types.message:
11773         regression test that fails for the moment
11774
11775         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
11776         tests for convenience
11777
11778         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
11779         array of nil, it broke things.
11780
11781         * test/data/invalid-messages/array-of-nil.message: regression test
11782
11783         * test/data/valid-messages/array-of-array-of-uint32.message:
11784         happened to write this so added it to suite
11785
11786 2003-04-08  Havoc Pennington  <hp@redhat.com>
11787
11788         * bus/driver.c (bus_driver_handle_acquire_service): init
11789         retval/reply before checking name
11790
11791         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
11792         recursion depth argument
11793
11794         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
11795         in the public struct for future extension
11796
11797         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
11798         typo
11799
11800         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
11801         message
11802
11803         * doc/dbus-specification.sgml: fix typo
11804
11805 2003-04-08  Alexander Larsson  <alexl@redhat.com>
11806
11807         Implemented recursive types, named types and new-style iters
11808
11809         * bus/driver.c:
11810         * glib/test-thread-client.c: (thread_func):
11811         * glib/test-thread-server.c: (handle_test_message):
11812         * test/test-service.c: (handle_echo):
11813         Update to new api
11814
11815         * dbus/Makefile.am:
11816         * dbus/dbus-dict.c:
11817         * dbus/dbus-dict.h:
11818         * dbus/dbus.h
11819         Remove DBusDict
11820
11821         * dbus/dbus-internals.c: (_dbus_type_to_string):
11822         Update for new types.
11823
11824         * dbus/dbus-marshal.[ch]:
11825         Implement recursive types and the new marshalling format.
11826         Remove hardcoded dict marshalling.
11827         Marshal named types.
11828
11829         * dbus/dbus-message-builder.c:
11830         Add BYTE_ARRAY.
11831         Remove references to old types
11832
11833         * dbus/dbus-message.[ch]:
11834         New non-refcounted iter API that supports recursive iters.
11835         Use iters for appending, including support for recursive
11836         iters.
11837         Add byte and named type support.
11838         Update everything to new marshalling formats.
11839         Add tests for new API.
11840
11841         * dbus/dbus-protocol.h:
11842         Remove old array types.
11843         Add types: BYTE, ARRAY, DICT, NAMED
11844
11845         * dbus/dbus-string.c:
11846         * dbus/dbus-sysdeps.c:
11847         Make parse_double locale safe.
11848
11849         * dbus/dbus-test-main.c:
11850         Call setlocale.
11851
11852         * dbus/dbus-test.c:
11853         Kill dict test
11854
11855         * doc/dbus-specification.sgml:
11856         Update spec
11857
11858         * test/data/incomplete-messages/missing-body.message:
11859         * test/data/invalid-messages/bad-boolean.message:
11860         * test/data/invalid-messages/bad-boolean-array.message:
11861         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
11862         * test/data/invalid-messages/boolean-has-no-value.message-raw:
11863         * test/data/invalid-messages/too-short-dict.message:
11864         * test/data/valid-messages/dict-simple.message:
11865         * test/data/valid-messages/dict.message:
11866         * test/data/valid-messages/emptiness.message:
11867         * test/data/valid-messages/lots-of-arguments.message:
11868         * test/data/valid-messages/no-padding.message:
11869         * test/data/valid-messages/recursive-types.message:
11870         Add missing NAME fields
11871         Fix up dicts & arrays
11872
11873         * test/data/invalid-messages/dict-with-nil-value.message:
11874         Removed, this is not invalid anymore.
11875
11876         * test/data/valid-messages/recursive-types.message:
11877         Add new test for deeply recursive types.
11878
11879 2003-04-07  Havoc Pennington  <hp@pobox.com>
11880
11881         * bus/driver.c (bus_driver_handle_acquire_service): return an
11882         error if you try to acquire a service that starts with ':'
11883
11884 2003-04-07  Havoc Pennington  <hp@redhat.com>
11885
11886         * doc/dbus-specification.sgml: require that base service names
11887         start with ':' and that the base service is created/deleted
11888         as first and last things a connection does on the bus
11889
11890         * bus/dispatch.c (check_existent_service_activation): lots more
11891         work on the activation test; it doesn't fully pass yet...
11892
11893         * test/test-service.c (main): fix so we don't memleak the
11894         connection to the message bus
11895         (filter_func): accept a message asking us to exit
11896
11897 2003-04-06  Havoc Pennington  <hp@pobox.com>
11898
11899         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
11900         from Colin Walters
11901
11902         * configure.in: fixes to Qt detection from Colin Walters
11903
11904         * doc/Makefile.am: Only remove generated docbook dirs if they
11905         exist, from Colin Walters
11906
11907         * dbus/dbus-bus.c: change how we set well-known connections to
11908         NULL, so that it works if a single connection is stored in
11909         two well-known array slots.
11910
11911         * test/Makefile.am: remove a lot of stuff that isn't immediately
11912         useful, it's in CVS history if we want it.
11913
11914         * test/test-service.c: use dbus-mainloop instead of that
11915         watch.[hc] crack
11916
11917 2003-04-06  Havoc Pennington  <hp@pobox.com>
11918
11919         * dbus/Makefile.am: split lists of sources into stuff that goes in
11920         the library, util functions that go in the lib and are also used
11921         elsewhere, and util functions that are used in tests/daemon but
11922         don't go in the lib.
11923
11924         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
11925         here so it can be used in test binaries also
11926
11927 2003-04-06  Havoc Pennington  <hp@pobox.com>
11928
11929         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
11930         here in the parent process, so we can return an error if it
11931         fails. Also, move some of the code into the child so the parent
11932         is less hosed if we fail midway through.
11933
11934         * bus/bus.c (bus_context_new): move pidfile detection further up
11935         in the function, before we start overwriting sockets and such.
11936
11937         * bus/messagebus.in: adjust this a bit, not sure if it will work.
11938
11939         * configure.in: add --with-system-pid-file and --with-system-socket
11940
11941 2003-04-06  Colin Walters  <walters@verbum.org>
11942
11943         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
11944
11945         * bus/system.conf.in: Declare a pidfile.
11946
11947         * bus/bus.c (bus_context_new): Test for an existing pid file, and
11948         create one (if appropriate).
11949
11950         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
11951         (struct BusConfigParser) [pidfile]: New.
11952         (element_type_to_name, merge_included, start_busconfig_child)
11953         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
11954         (bus_config_parser_unref): Free it.
11955         (bus_config_parser_get_pidfile): New function.
11956
11957         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
11958
11959         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
11960
11961         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
11962
11963         * dbus/dbus-sysdeps.h: Prototype it.
11964
11965 2003-04-06  Havoc Pennington  <hp@pobox.com>
11966
11967         * bus/bus.c (bus_context_new): print the address in here, rather
11968         than in main(), because we need to do it before forking the daemon
11969
11970         * bus/dispatch.c (send_service_nonexistent_error): set the sender
11971         on the service nonexistent error
11972
11973         * bus/driver.c (bus_driver_handle_acquire_service): set the
11974         sender on the AcquireService reply
11975
11976         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
11977         server also listen on a UNIX socket so services can connect to it.
11978
11979 2003-04-06  Havoc Pennington  <hp@pobox.com>
11980
11981         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
11982         so it detects deadlocks and also we actually init threads when
11983         debugging.
11984
11985 2003-04-06  Havoc Pennington  <hp@pobox.com>
11986
11987         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
11988         save the domain socket name, and unlink it when we disconnect the
11989         server. Means that at least when we exit normally, we won't leave
11990         a bunch of junk in /tmp
11991
11992         * dbus/dbus-transport-unix.c
11993         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
11994         memory management). (I was making a real change here but then
11995         didn't)
11996
11997 2003-04-06  Havoc Pennington  <hp@pobox.com>
11998
11999         * bus/bus.c (bus_context_new): fix wrong handling of
12000         server_data_slot_unref() in the error case.
12001
12002         * dbus/dbus-internals.h (_dbus_assert): change so it passes
12003         "(condition) != 0" to _dbus_real_assert so that
12004         "_dbus_assert (pointer)" doesn't cause a warning
12005
12006         * bus/main.c (main): accept --print-address option to print out
12007         the message bus address
12008
12009         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
12010
12011         * dbus/dbus-transport.c (_dbus_transport_open): special error for
12012         "tmpdir" option to unix: address on client side
12013
12014         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
12015         to unix: address
12016
12017         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
12018         we can use to create sockets in the test suite.
12019
12020         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
12021         cleanly. To be used for testing.
12022
12023         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
12024
12025         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
12026
12027         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12028         handle trying to call this when there's no servers active
12029
12030 2003-04-05  Havoc Pennington  <hp@pobox.com>
12031
12032         * NEWS: update
12033
12034         * configure.in: 0.8
12035
12036 2003-04-05  Havoc Pennington  <hp@pobox.com>
12037
12038         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
12039         crash on startup. Need to get "try starting the daemon"
12040         in the test suite I guess. ;-)
12041
12042         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
12043         tracked the number of open connections; it's better done in
12044         application-specific code as you want it to span all servers etc.
12045
12046 2003-04-05  Havoc Pennington  <hp@pobox.com>
12047
12048         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
12049         patch from Colin Walters
12050
12051 2003-04-05  Havoc Pennington  <hp@pobox.com>
12052
12053         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
12054         reality; in fact multiple mechanisms are allowed.
12055
12056         * dbus/dbus-internals.c (_dbus_real_assert)
12057         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
12058         _dbus_assert_not_reached() into functions, so that they don't show
12059         up in basic block counts for test coverage, and don't use up as
12060         much disk space. Does mean slower execution speed though, so
12061         assumes --disable-asserts is the normal production case.
12062
12063 2003-04-05  Havoc Pennington  <hp@pobox.com>
12064
12065         * test/Makefile.am (dist-hook): also dist *.in files
12066
12067         * NEWS: update
12068
12069         * configure.in: 0.7
12070
12071 2003-04-05  Havoc Pennington  <hp@pobox.com>
12072
12073         * dbus/dbus-string.c: docs warning
12074
12075         * dbus/dbus-spawn.c: missing docs
12076
12077         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
12078
12079 2003-04-05  Havoc Pennington  <hp@pobox.com>
12080
12081         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
12082         magic from GLib
12083
12084         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
12085         to -1 once we've reaped the babysitter
12086         (_dbus_babysitter_handle_watch): do as much work as we can, not
12087         just one go of it
12088
12089         * bus/activation.c: add code using DBusBabysitter so that we
12090         handle it when a service fails to start up properly.
12091         (bus_activation_service_created): don't remove the activation
12092         entries as we go, just let them get removed when we free the pending
12093         activation. Unref reply messages after sending them.
12094
12095 2003-04-05  Havoc Pennington  <hp@pobox.com>
12096
12097         * test/decode-gcov.c (main): print per-directory stats in the report
12098
12099         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
12100
12101 2003-04-05  Havoc Pennington  <hp@pobox.com>
12102
12103         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
12104
12105         * test/decode-gcov.c: hack up a little program to suck data
12106         out of gcov files. Yes this is sort of silly.
12107
12108         * configure.in: define something in config.h and do an
12109         AM_CONDITIONAL when gcov is enabled
12110
12111 2003-04-04  Havoc Pennington  <hp@redhat.com>
12112
12113         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
12114         return a "babysitter" object that is used to monitor the status of
12115         the spawned process and reap it when required.
12116
12117         * test/test-segfault.c, test/test-exit.c,
12118         test/test-sleep-forever.c: binaries that do various lame things,
12119         used in the test suite.
12120
12121         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
12122
12123 2003-04-03  Havoc Pennington  <hp@pobox.com>
12124
12125         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
12126         in preparation for modifying it, dbus-sysdeps is getting
12127         a bit unmanageable.
12128
12129 2003-04-03  Havoc Pennington  <hp@redhat.com>
12130
12131         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
12132         have multiple ones
12133
12134         * bus/*.[hc]: adapt to mainloop change
12135
12136 2003-04-03  Havoc Pennington  <hp@redhat.com>
12137
12138         * bus/activation.c (load_directory): fix up memleaks
12139         (bus_activation_entry_free): free the entry
12140
12141         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
12142         we get one from the message bus; fix memleaks.
12143
12144         * dbus/dbus-message.c (dbus_set_error_from_message): new function
12145
12146 2003-04-03  Havoc Pennington  <hp@pobox.com>
12147
12148         * bus/config-parser.c (bus_config_parser_unref): free
12149         list of mechanisms, bug discovered by test suite enhancements
12150         (putting system.conf and session.conf into suite)
12151
12152         * test/Makefile.am, test/test-service.c: add placeholder for a
12153         test service that we'll activate as part of test suite. Doesn't
12154         do anything yet.
12155
12156         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
12157         setting NULL value, and use system malloc not dbus_malloc()
12158         when we have unavoidable memleakage.
12159
12160         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
12161         didn't work, and support DBUS_BUS_ACTIVATION.
12162
12163         * bus/activation.c (child_setup): pass our well-known bus type to
12164         the child
12165
12166         * bus/config-parser.c: support <type> to specify well-known type
12167
12168         * doc/dbus-specification.sgml: document the env variables to
12169         locate well-known buses and find service activator
12170
12171 2003-04-02  Havoc Pennington  <hp@redhat.com>
12172
12173         * test/Makefile.am (all-local): add a rule to copy tests to
12174         builddir, so we can have generated tests. Use this to remove the
12175         silly hack for testing system.conf and session.conf. Will use this
12176         shortly to generate .service files pointing to test binaries.
12177
12178 2003-04-02  Havoc Pennington  <hp@redhat.com>
12179
12180         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
12181         current alloc and needed new length, not max of the doubled
12182         allocation and needed new length. Also, when building tests,
12183         don't do the double-allocation stuff, just realloc every time.
12184
12185 2003-04-02  Havoc Pennington  <hp@redhat.com>
12186
12187         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
12188         in error messages
12189         (_dbus_string_get_dirname): new
12190         (_dbus_sysdeps_test): new
12191         (_dbus_directory_open): include dirnames in error messages
12192
12193         * bus/config-parser.c: interpret <include> and <includedir> and
12194         <servicedir> relative to config file location if the given
12195         filename is not absolute.
12196
12197         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
12198
12199 2003-04-02  Havoc Pennington  <hp@redhat.com>
12200
12201         * bus/connection.c (bus_transaction_send_error_reply): set sender
12202         service for the error, and unref the reply on success
12203
12204         * bus/activation.c: convert to use BusTransaction so OOM can be
12205         handled correctly
12206         (bus_activation_service_created): set sender of the message
12207
12208 2003-04-01  Havoc Pennington  <hp@redhat.com>
12209
12210         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
12211         <includedir> (at least mostly)
12212
12213         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
12214         first, then the user ID
12215
12216 2003-04-01  Havoc Pennington  <hp@pobox.com>
12217
12218         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
12219         function
12220
12221         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
12222
12223         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
12224
12225         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
12226         socket 0777, and unlink any existing socket.
12227
12228         * bus/bus.c (bus_context_new): change our UID/GID and fork if
12229         the configuration file so specifies; set up auth mechanism
12230         restrictions
12231
12232         * bus/config-parser.c (bus_config_parser_content): add support
12233         for <fork> option and fill in code for <auth>
12234
12235         * bus/system.conf.in: add <fork/> to default configuration,
12236         and limit auth mechanisms to EXTERNAL
12237
12238         * doc/config-file.txt (Elements): add <fork>
12239
12240         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
12241         (_dbus_change_identity): new function
12242
12243 2003-03-31  Havoc Pennington  <hp@redhat.com>
12244
12245         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
12246         (_dbus_listen_unix_socket): fix off-by-one error in null
12247         termination spotted by Nalin
12248
12249 2003-03-31  Havoc Pennington  <hp@redhat.com>
12250
12251         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
12252         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
12253         having a real home directory available.
12254
12255 2003-03-31  Havoc Pennington  <hp@redhat.com>
12256
12257         * bus/Makefile.am (install-data-hook): create /var/run/dbus
12258
12259         * bus/messagebus.in: add init script for Red Hat /etc/init.d
12260
12261         * configure.in: add support for specifying a style of init script
12262         to install
12263
12264 2003-03-31  Havoc Pennington  <hp@redhat.com>
12265
12266         Fix some annoying DBusString API and fix all affected code.
12267
12268         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
12269         max_length argument
12270         (_dbus_string_get_data): change to return string instead of using
12271         an out param
12272         (_dbus_string_get_const_data): ditto
12273         (_dbus_string_get_data_len): ditto
12274         (_dbus_string_get_const_data_len): ditto
12275
12276 2003-03-31  Havoc Pennington  <hp@redhat.com>
12277
12278         * bus/main.c (main): fix up the command line arguments to be nicer
12279
12280 2003-03-31  Havoc Pennington  <hp@redhat.com>
12281
12282         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
12283         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
12284         final location that lands in the config file
12285
12286         * bus/config-loader-expat.c (bus_config_load): fix type of
12287         XML_Parser variable
12288
12289         * doc/TODO: remove TODO item for dbus_bus_get()
12290
12291         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
12292
12293 2003-03-31  Havoc Pennington  <hp@pobox.com>
12294
12295         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
12296         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
12297         argument since they are always client side
12298
12299         * dbus/dbus-server.c (dbus_server_get_address): new function
12300
12301         * bus/main.c (main): take the configuration file as an argument.
12302
12303         * test/data/valid-config-files/debug-allow-all.conf: new file to
12304         use with dispatch.c tests for example
12305
12306         * bus/test-main.c (main): require test data dir
12307
12308         * bus/bus.c (bus_context_new): change this to take a
12309         configuration file name as argument
12310
12311         * doc/config-file.txt (Elements): add <servicedir>
12312
12313         * bus/system.conf, bus/session.conf: new files
12314
12315         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
12316         well-known socket if none set
12317
12318         * configure.in: create system.conf and session.conf
12319
12320 2003-03-30  Havoc Pennington  <hp@pobox.com>
12321
12322         * bus/config-parser.c: hacking
12323
12324         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
12325         to shut down, since it could cause weirdness with the DBusList
12326         lock
12327
12328         * dbus/dbus-list.c (_dbus_list_test): add tests for the
12329         link-oriented stack routines
12330         (alloc_link): free the mempool if the first alloc from it fails
12331
12332         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
12333
12334         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
12335         from GLib
12336         (_dbus_string_skip_white): new
12337
12338         * doc/config-file.txt (Elements): add <includedir>
12339
12340 2003-03-28  Havoc Pennington  <hp@pobox.com>
12341
12342         * dbus/dbus-string.c (_dbus_string_copy_data_len)
12343         (_dbus_string_copy_data): new functions
12344
12345 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
12346
12347         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
12348         * dbus/dbus-bus.h:
12349         Add dbus_bus_get.
12350
12351         * dbus/dbus-memory.c:
12352         Fix a doc comment.
12353
12354 2003-03-28  Havoc Pennington  <hp@pobox.com>
12355
12356         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
12357         I think it may have just been superstition. Not sure.
12358
12359         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
12360         failures that were not being handled.
12361
12362         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
12363
12364         * dbus/dbus-memory.c: add ability to set number of mallocs in a
12365         row that will fail on out-of-memory.
12366
12367         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
12368         function for testing out-of-memory handling.
12369
12370         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
12371         allocation functions, they do map exactly to the expat ones.
12372
12373 2003-03-27  Havoc Pennington  <hp@redhat.com>
12374
12375         * bus/config-loader-libxml.c (bus_config_load): add another error
12376         check
12377
12378 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12379
12380         * doc/TODO:
12381         Add note about automatic service activation.
12382
12383         * doc/dbus-specification.sgml:
12384         Rename the specification and clarify a few things.
12385
12386 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
12387
12388         * Doxyfile.in:
12389         * dbus/dbus-address.c:
12390         * dbus/dbus-dict.c:
12391         * dbus/dbus-marshal.c:
12392         * dbus/dbus-server-debug-pipe.c:
12393         * dbus/dbus-transport-unix.c:
12394         Fix documentation warnings.
12395
12396 2003-03-26  Havoc Pennington  <hp@pobox.com>
12397
12398         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
12399         after every test so it's quick and easy to see which leaked, and
12400         so we test multiple dbus_shutdown() calls
12401
12402         * configure.in: change configure.in XML stuff to also support
12403         expat
12404
12405         * config-loader-libxml.c: some hacking
12406
12407         * config-loader-expat.c: some hacking
12408
12409         * config-parser.c: some hacking, plus tests
12410
12411 2003-03-25  Havoc Pennington  <hp@redhat.com>
12412
12413         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
12414
12415         * configure.in: add --with-xml option to specify XML library,
12416         right now only libxml is supported.
12417
12418         * bus/config-loader-libxml.c, config-parser.c: sync some minor
12419         nonworking code between home and work, still just stubs
12420
12421 2003-03-24  Havoc Pennington  <hp@redhat.com>
12422
12423         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
12424         file
12425
12426         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
12427         NULL argument for "message" if the error is a well-known one,
12428         fill in a generic message in this case.
12429
12430         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
12431         favor of DBusError
12432
12433         * bus/test.c (bus_test_flush_bus): add
12434
12435         * bus/policy.c (bus_policy_test): test code stub
12436
12437 2003-03-24  Havoc Pennington  <hp@pobox.com>
12438
12439         * bus/connection.c (bus_connections_setup_connection): set up
12440         the "can this user connect" function, but it always returns
12441         TRUE until we have a config file parser so we can have a config
12442         file that allows connections.
12443
12444 2003-03-23  Havoc Pennington  <hp@pobox.com>
12445
12446         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
12447         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
12448         the mutex, so we can check for proper memory management
12449         and OOM handling.
12450
12451         * dbus/dbus-dataslot.c: remove the mutex from
12452         DBusDataSlotAllocator and lock it manually when using it,
12453         to simplify fitting it into the global slots framework.
12454
12455         * dbus/dbus-threads.c (init_static_locks): rework how we're
12456         handling global locks so they are easily shut down.
12457
12458         * bus/policy.c (bus_policy_append_rule): fix
12459
12460         * bus/test-main.c (main): check for memleaks
12461
12462         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
12463         test suite check for memleaks
12464
12465         * dbus/dbus-memory.c: add support in test mode for tracking
12466         number of outstanding blocks
12467
12468 2003-03-23  Havoc Pennington  <hp@pobox.com>
12469
12470         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
12471         policies code
12472
12473         * dbus/dbus-hash.h: add ULONG hash keys
12474
12475         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
12476         (_dbus_get_group_id): new function
12477
12478 2003-03-20  Havoc Pennington  <hp@redhat.com>
12479
12480         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
12481         new function
12482         (dbus_connection_get_unix_user): new function
12483
12484 2003-03-20  Havoc Pennington  <hp@pobox.com>
12485
12486         * bus/connection.c (bus_connection_send_oom_error): assert that
12487         message has a sender
12488         (connection_execute_transaction): ditto
12489         (bus_connection_preallocate_oom_error): fix to set the sender, and
12490         set recipient to the destination service, not the bus driver
12491
12492         * bus/policy.c: hacking
12493
12494         * dbus/dbus-message.c (dbus_message_service_is): new function
12495         (dbus_message_sender_is): new
12496
12497 2003-03-19  Havoc Pennington  <hp@redhat.com>
12498
12499         * bus/policy.c: start sketching code for policy restrictions on
12500         what connections can do.
12501
12502 2003-03-18  Havoc Pennington  <hp@redhat.com>
12503
12504         * doc/TODO: some notes on high-level todo items. Little nitpick
12505         stuff is all in @todo, so no need to add it here.
12506
12507         * doc/config-file.txt: some notes on how config file might look
12508
12509 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
12510
12511         * configure.in: 0.6
12512
12513         * NEWS: Update.
12514
12515 2003-03-17  Havoc Pennington  <hp@redhat.com>
12516
12517         * dbus/dbus-internals.h: add gcc attributes so that
12518         our printf-style functions warn on bad arguments to
12519         format
12520
12521         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
12522         format bug
12523
12524         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
12525         printf format bug
12526
12527 2003-03-17  Havoc Pennington  <hp@redhat.com>
12528
12529         * bus/test-main.c (main): make it print something as it runs
12530         so make check doesn't look stuck
12531
12532         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
12533         from CVS, now obsolete
12534
12535 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12536
12537         * bus/dispatch.c: (bus_dispatch):
12538         Refetch the service name since it may have been reallocated
12539         when dbus_message_set_sender was called.
12540
12541         * dbus/dbus-sysdeps.c: (_dbus_accept):
12542         Add address and address length variables and use them to stop
12543         valgrind from complaining.
12544
12545 2003-03-17  Havoc Pennington  <hp@pobox.com>
12546
12547         All tests pass, no memleaks, no valgrind complaints.
12548
12549         * bus/test.c: refcount handler_slot
12550
12551         * bus/connection.c (bus_connections_new): refcount
12552         connection_data_slot
12553
12554         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
12555         bytes so that auth scripts pass.
12556
12557         * bus/dispatch.c: init message_handler_slot so it gets allocated
12558         properly
12559
12560         * bus/dispatch.c (message_handler_slot_ref): fix memleak
12561
12562         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
12563         dealloc server_pipe_hash when no longer used for benefit of
12564         leak checking
12565
12566         * dbus/dbus-auth.c (process_command): memleak fix
12567
12568         * bus/dispatch.c (check_hello_message): memleak fix
12569
12570 2003-03-16  Havoc Pennington  <hp@pobox.com>
12571
12572         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
12573
12574 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
12575
12576         * bus/activation.c (bus_activation_activate_service): Append
12577         the pending activation entry to the list of pending activations.
12578
12579 2003-03-16  Havoc Pennington  <hp@pobox.com>
12580
12581         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
12582         connections
12583
12584         * dbus/dbus-address.c (create_entry): fix OOM handling when
12585         failing to alloc entry->method
12586
12587 2003-03-16  Havoc Pennington  <hp@pobox.com>
12588
12589         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
12590         the watch
12591
12592         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
12593         add some missing dbus_set_result
12594
12595         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
12596         alloc the DBusMessageHandler
12597
12598         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
12599         the transport here, since we call this from the finalizer; it
12600         resulted in a double-finalize.
12601
12602         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
12603         where we tried to use transport->connection that was NULL,
12604         happened when transport was disconnected early on due to OOM
12605
12606         * bus/*.c: adapt to handle OOM for watches/timeouts
12607
12608         * dbus/dbus-transport-unix.c: port to handle OOM during
12609         watch handling
12610
12611         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
12612         reference to unused bytes instead of a copy
12613
12614         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
12615         out of memory
12616
12617         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
12618         FALSE on OOM
12619
12620         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
12621         of memory
12622
12623 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12624
12625         * doc/dbus-specification.sgml:
12626         Document reply message for ActivateService.
12627
12628 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12629
12630         * bus/activation.c: (bus_pending_activation_entry_free),
12631         (bus_pending_activation_free), (bus_activation_new),
12632         (bus_activation_unref), (bus_activation_service_created),
12633         (bus_activation_activate_service):
12634         * bus/activation.h:
12635         * bus/bus.c: (bus_context_new):
12636         * bus/desktop-file.c: (new_section):
12637         * bus/driver.c: (bus_driver_send_service_deleted),
12638         (bus_driver_handle_activate_service):
12639         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
12640         * bus/services.h:
12641         * dbus/dbus-connection.c:
12642         (dbus_connection_send_with_reply_and_block):
12643         * dbus/dbus-message.c: (dbus_message_append_args_valist):
12644         * dbus/dbus-protocol.h:
12645         Make activation work better. Now pending activations will be queued
12646         and the daemon won't try to activate services that are already registered.
12647
12648 2003-03-16  Havoc Pennington  <hp@pobox.com>
12649
12650         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
12651         connection data
12652
12653         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
12654         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
12655
12656 2003-03-16  Havoc Pennington  <hp@pobox.com>
12657
12658         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
12659         this. always run the test suite before commit...
12660
12661         * bus/*: adapt to DBusConnection API changes
12662
12663         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
12664         requires renaming stuff to avoid dbus_connection_dispatch name
12665         conflict.
12666
12667         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
12668         function
12669
12670         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
12671         separate from _dbus_message_loader_return_buffer()
12672
12673         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
12674         this, because it's now always broken to use; the number of
12675         messages in queue vs. the number still buffered by the message
12676         loader is undefined/meaningless. Should use
12677         dbus_connection_get_dispatch_state().
12678         (dbus_connection_dispatch): rename from
12679         dbus_connection_dispatch_message
12680
12681 2003-03-16  Havoc Pennington  <hp@pobox.com>
12682
12683         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
12684         implementation
12685
12686 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
12687
12688         * dbus/dbus-connection.c:
12689         (dbus_connection_send_with_reply_and_block):
12690         Decrease connection->n_incoming when removing an entry
12691         from the list.
12692         * dbus/dbus-dict.c: (dbus_dict_entry_free),
12693         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
12694         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
12695         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
12696         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
12697         (dbus_dict_get_byte_array):
12698         Handle NULL arrays and strings. Also add support for byte arrays.
12699
12700         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
12701         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
12702         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12703         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12704         (_dbus_demarshal_dict), (demarshal_and_validate_len),
12705         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
12706         * dbus/dbus-marshal.h:
12707         Add support for marshalling and demarshalling empty arrays and strings.
12708
12709         * dbus/dbus-message.c: (dbus_message_append_args_valist),
12710         (dbus_message_append_string_array),
12711         (dbus_message_iter_get_boolean),
12712         (dbus_message_iter_get_boolean_array),
12713         (dbus_message_iter_get_int32_array),
12714         (dbus_message_iter_get_uint32_array),
12715         (dbus_message_iter_get_double_array),
12716         (dbus_message_iter_get_byte_array),
12717         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
12718         (check_message_handling):
12719         Add support for getting empty arrays and dicts.
12720
12721         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
12722         Don't do any validation at all for now, that's better than just checking
12723         for ASCII.
12724
12725         * test/data/valid-messages/emptiness.message:
12726         New test message with lots of empty arrays.
12727
12728 2003-03-16  Havoc Pennington  <hp@pobox.com>
12729
12730         * dbus/dbus-connection.c
12731         (_dbus_connection_queue_received_message_link): new function that
12732         can't fail due to OOM
12733
12734         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
12735         new function pops a message together with a list link
12736         containing it.
12737
12738         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
12739         message queuing functions to avoid needing to alloc memory
12740
12741 2003-03-16  Havoc Pennington  <hp@pobox.com>
12742
12743         Oops - test code was only testing failure of around 30 of the
12744         mallocs in the test path, but it turns out there are 500+
12745         mallocs. I believe this was due to misguided linking setup such
12746         that there was one copy of dbus_malloc etc. in the daemon and one
12747         in the shared lib, and only daemon mallocs were tested. In any
12748         case, the test case now tests all 500+ mallocs, and doesn't pass
12749         yet, though there are lots of fixes in this patch.
12750
12751         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
12752         this so that it doesn't need to allocate memory, since it
12753         has no way of indicating failure due to OOM (and would be
12754         annoying if it did).
12755
12756         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
12757
12758         * bus/Makefile.am: rearrange to create two self-contained
12759         libraries, to avoid having libraries with overlapping symbols.
12760         that was resulting in weirdness, e.g. I'm pretty sure there
12761         were two copies of global static variables.
12762
12763         * dbus/dbus-internals.c: move the malloc debug stuff to
12764         dbus-memory.c
12765
12766         * dbus/dbus-list.c (free_link): free list mempool if it becomes
12767         empty.
12768
12769         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
12770
12771         * dbus/dbus-address.c (dbus_parse_address): free list nodes
12772         on failure.
12773
12774         * bus/dispatch.c (bus_dispatch_add_connection): free
12775         message_handler_slot when no longer using it, so
12776         memory leak checkers are happy for the test suite.
12777
12778         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
12779
12780         * bus/bus.c (new_connection_callback): disconnect in here if
12781         bus_connections_setup_connection fails.
12782
12783         * bus/connection.c (bus_connections_unref): fix to free the
12784         connections
12785         (bus_connections_setup_connection): if this fails, don't
12786         disconnect the connection, just be sure there are no side
12787         effects.
12788
12789         * dbus/dbus-string.c (undo_alignment): unbreak this
12790
12791         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
12792         leaking
12793         (_dbus_auth_new): fix the order in which we free strings
12794         on OOM failure
12795
12796         * bus/connection.c (bus_connection_disconnected): fix to
12797         not send ServiceDeleted multiple times in case of memory
12798         allocation failure
12799
12800         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
12801         get the base service name
12802         (dbus_bus_register_client): don't return base service name,
12803         instead store it on the DBusConnection and have an accessor
12804         function for it.
12805         (dbus_bus_register_client): rename dbus_bus_register()
12806
12807         * bus/dispatch.c (check_hello_message): verify that other
12808         connections on the bus also got the correct results, not
12809         just the one sending hello
12810
12811 2003-03-15  Havoc Pennington  <hp@pobox.com>
12812
12813         Make it pass the Hello handling test including all OOM codepaths.
12814         Now to do other messages...
12815
12816         * bus/services.c (bus_service_remove_owner): fix crash when
12817         removing owner from an empty list of owners
12818         (bus_registry_ensure): don't leave service in the list of
12819         a connection's owned services if we fail to put the service
12820         in the hash table.
12821
12822         * bus/connection.c (bus_connection_preallocate_oom_error): set
12823         error flag on the OOM error.
12824
12825         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
12826         handle _dbus_transport_set_connection failure
12827
12828         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
12829         to create watches up front and simply enable/disable them as
12830         needed.
12831         (unix_connection_set): this can now fail on OOM
12832
12833         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
12834         of enabling/disabling a watch or timeout.
12835
12836         * bus/loop.c (bus_loop_iterate): don't touch disabled
12837         watches/timeouts
12838
12839         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
12840
12841 2003-03-15  Havoc Pennington  <hp@pobox.com>
12842
12843         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
12844         write useful test code, after all that futzing around ;-)
12845
12846         Test does not yet pass because we can't handle OOM in
12847         _dbus_transport_messages_pending (basically,
12848         dbus_connection_preallocate_send() does not prealloc the write
12849         watch). To fix this, I think we need to add new stuff to
12850         set_watch_functions, namely a SetEnabled function so we can alloc
12851         the watch earlier, then enable it later.
12852
12853         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
12854         dbus-memory.c to the convenience lib
12855
12856         * bus/test.c: rename some static functions to keep them clearly
12857         distinct from stuff in connection.c. Handle client disconnection.
12858
12859 2003-03-14  Havoc Pennington  <hp@pobox.com>
12860
12861         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
12862         transport, tests more of the real codepath. Set up clients
12863         with bus_setup_debug_client.
12864
12865         * bus/test.c (bus_setup_debug_client): function to set up debug
12866         "clients" on the main loop
12867
12868         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
12869         support
12870
12871         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
12872         server type
12873
12874         * dbus/dbus-server-debug.c: support a debug server based on pipes
12875
12876         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
12877         (_dbus_close): new function
12878
12879         * configure.in: check for socketpair
12880
12881 2003-03-14  Havoc Pennington  <hp@redhat.com>
12882
12883         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
12884         cheesy hack
12885
12886         * dbus/dbus-transport-debug.c: rework this a good bit to be
12887         less complicated. hopefully still works.
12888
12889         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
12890         manually
12891
12892         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
12893         after running it
12894
12895         * dbus/dbus-message.c (dbus_message_copy): rename from
12896         dbus_message_new_from_message, fix it up to copy
12897         all the message fields, add test case
12898
12899         * bus/dispatch.c (bus_dispatch_test): add some more test code,
12900         not quite passing yet
12901
12902 2003-03-14  Havoc Pennington  <hp@pobox.com>
12903
12904         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
12905         until no work remains" in test code. (the large diff here
12906         is just code movement, no actual changes)
12907
12908         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
12909         1, no point waiting around for test code.
12910         (_dbus_server_debug_accept_transport): unref the timeout
12911         after adding it (right?)
12912
12913         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
12914
12915 2003-03-13  Havoc Pennington  <hp@redhat.com>
12916
12917         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
12918         out of memory
12919
12920         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
12921         of memory
12922
12923         * dbus/dbus-connection.h: Make AddWatchFunction and
12924         AddTimeoutFunction return a bool so they can fail on out-of-memory
12925
12926         * bus/bus.c (bus_context_new): set up timeout handlers
12927
12928         * bus/connection.c (bus_connections_setup_connection): set up
12929         timeout handlers
12930
12931         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
12932         can fail
12933
12934         * bus/bus.c (bus_context_new): adapt to changes
12935
12936         * bus/connection.c: adapt to changes
12937
12938         * test/watch.c: adapt to DBusWatch changes
12939
12940         * bus/dispatch.c (bus_dispatch_test): started adding this but
12941         didn't finish
12942
12943 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
12944
12945         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
12946
12947 2003-03-13  Havoc Pennington  <hp@pobox.com>
12948
12949         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
12950         set up a test framework as for the library
12951
12952 2003-03-12  Havoc Pennington  <hp@pobox.com>
12953
12954         Throughout: purge global variables, introduce BusActivation,
12955         BusConnections, BusRegistry, etc. objects instead.
12956
12957         * bus/bus.h, bus/bus.c: introduce BusContext as a global
12958         message bus object
12959
12960         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
12961         going to redo this a bit differently I think
12962
12963 2003-03-12  Havoc Pennington  <hp@redhat.com>
12964
12965         Mega-patch that gets the message bus daemon initially handling
12966         out-of-memory. Work still needed. Also lots of random
12967         moving stuff to DBusError instead of ResultCode.
12968
12969         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
12970
12971         * dbus/dbus-connection.c
12972         (dbus_connection_send_with_reply_and_block): use DBusError
12973
12974         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
12975         DBusResultCode
12976
12977         * dbus/dbus-connection.c (dbus_connection_send): drop the result
12978         code here, as the only failure possible is OOM.
12979
12980         * bus/connection.c (bus_connection_disconnect):
12981         rename bus_connection_disconnected as it's a notification only
12982
12983         * bus/driver.c (bus_driver_handle_acquire_service): don't free
12984         "name" on get_args failure, should be done by get_args;
12985         don't disconnect client for bad args, just return an error.
12986         (bus_driver_handle_service_exists): ditto
12987
12988         * bus/services.c (bus_services_list): NULL-terminate returned array
12989
12990         * bus/driver.c (bus_driver_send_service_lost)
12991         (bus_driver_send_service_acquired): send messages from driver to a
12992         specific client to the client's unique name, not to the broadcast
12993         service.
12994
12995         * dbus/dbus-message.c (decode_header_data): reject messages that
12996         contain no name field
12997         (_dbus_message_get_client_serial): rename to
12998         dbus_message_get_serial and make public
12999         (_dbus_message_set_serial): rename from set_client_serial
13000         (_dbus_message_set_reply_serial): make public
13001         (_dbus_message_get_reply_serial): make public
13002
13003         * bus/connection.c (bus_connection_foreach): allow stopping
13004         iteration by returning FALSE from foreach function.
13005
13006         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
13007         (dbus_connection_free_preallocated_send)
13008         (dbus_connection_preallocate_send): new API for sending a message
13009         without possibility of malloc failure.
13010         (dbus_connection_send_message): rename to just
13011         dbus_connection_send (and same for whole function family)
13012
13013         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
13014
13015         * dbus/dbus-sysdeps.c (_dbus_exit): new function
13016
13017         * bus/activation.c: handle/return errors
13018
13019         * dbus/dbus-errors.h: add more DBUS_ERROR #define
13020
13021         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
13022         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
13023         (_dbus_result_from_errno): move to this file
13024
13025 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
13026
13027         * dbus/dbus-marshal.c:
13028         (_dbus_marshal_set_string):
13029         Take a length argument so we can marshal the correct string
13030         length.
13031
13032         (_dbus_marshal_dict), (_dbus_demarshal_dict),
13033         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
13034         (_dbus_marshal_test):
13035         * dbus/dbus-marshal.h:
13036         Add support for marshalling and demarshalling dicts.
13037
13038         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13039         Add support for TYPE DICT.
13040
13041         * dbus/dbus-message.c: (set_string_field):
13042         Adjust header padding.
13043
13044         (dbus_message_append_args_valist), (dbus_message_append_dict),
13045         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
13046         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
13047         (check_message_handling), (check_have_valid_message):
13048         * dbus/dbus-message.h:
13049         Add functions for setting and getting dicts.
13050
13051         * dbus/dbus-protocol.h:
13052         Add DBUS_TYPE_DICT.
13053
13054         * dbus/dbus.h:
13055         Add dbus-dict.h
13056
13057         * doc/dbus-specification.sgml:
13058         Add information about how dicts are marshalled.
13059
13060         * test/data/invalid-messages/dict-with-nil-value.message:
13061         * test/data/invalid-messages/too-short-dict.message:
13062         * test/data/valid-messages/dict-simple.message:
13063         * test/data/valid-messages/dict.message:
13064         Add sample messages containing dicts.
13065
13066 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
13067
13068         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
13069
13070 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
13071
13072         * dbus/Makefile.am:
13073         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
13074         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
13075         (dbus_dict_set_int32), (dbus_dict_set_uint32),
13076         (dbus_dict_set_double), (dbus_dict_set_string),
13077         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
13078         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
13079         (dbus_dict_set_string_array), (_dbus_dict_test):
13080         * dbus/dbus-dict.h:
13081         Fix according to comments from Havoc.
13082
13083 2003-03-06  Michael Meeks  <michael@server.home>
13084
13085         * configure.in: if we don't have kde-config, disable have_qt.
13086
13087 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
13088
13089         * dbus/Makefile.am:
13090         Add dbus-dict.[ch]
13091
13092         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
13093         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
13094         (dbus_dict_remove), (dbus_dict_get_value_type),
13095         (dbus_dict_get_keys), (dbus_dict_put_boolean),
13096         (dbus_dict_put_int32), (dbus_dict_put_uint32),
13097         (dbus_dict_put_double), (dbus_dict_put_string),
13098         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
13099         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
13100         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
13101         (dbus_dict_get_int32), (dbus_dict_get_uint32),
13102         (dbus_dict_get_double), (dbus_dict_get_string),
13103         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
13104         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
13105         (dbus_dict_get_string_array), (_dbus_dict_test):
13106         * dbus/dbus-dict.h:
13107         Add DBusDict implementation
13108
13109         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
13110         * dbus/dbus-test.h:
13111         Add _dbus_dict_test
13112
13113 2003-03-04  Havoc Pennington  <hp@pobox.com>
13114
13115         * test/data/auth/*: adapt to changes
13116
13117         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
13118         USERID_BASE64 and change USERNAME_BASE64 to put in username not
13119         userid
13120
13121         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
13122         more stuff from being in a context name, to make the protocol
13123         simpler to deal with
13124
13125         * dbus/dbus-errors.c (dbus_error_has_name): new function
13126         (dbus_error_is_set): new function
13127
13128         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
13129         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
13130
13131         * dbus/dbus-connection.c (dbus_connection_flush): also read
13132         messages during a flush operation
13133
13134         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
13135
13136 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13137
13138         * configure.in: Check for gethostbyname on Solaris.
13139
13140         * dbus/dbus-transport.c: (_dbus_transport_open):
13141         Remove duplicate "tcp" entry.
13142
13143         * doc/dbus-specification.sgml:
13144         Clarify some things.
13145
13146 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13147
13148         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
13149         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
13150         (_dbus_keyring_test):
13151         * dbus/dbus-md5.c: (_dbus_md5_compute):
13152         * dbus/dbus-sha.c: (_dbus_sha_compute):
13153         Plug memory leaks.
13154
13155 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
13156
13157         * README: Add some things.
13158
13159 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
13160
13161         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
13162         after case DBUS_TYPE_BOOELAN.
13163
13164 2003-03-02  Havoc Pennington  <hp@pobox.com>
13165
13166         * test/break-loader.c (randomly_set_extreme_ints): add test that
13167         sets really huge and small integers
13168
13169         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
13170         that length of boolean array fits in the string, and that
13171         string has room for boolean value in single-bool case.
13172
13173         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
13174         optional value to "ALIGN" command which is what to fill the
13175         alignment with.
13176
13177         * test/data/valid-messages/no-padding.message: add regression
13178         test for the message padding problem
13179
13180 2003-03-02  Havoc Pennington  <hp@pobox.com>
13181
13182         * dbus/dbus-message.c (decode_header_data): fix to always init
13183         message_padding, from Benjamin Dauvergne
13184
13185 2003-03-02  Havoc Pennington  <hp@pobox.com>
13186
13187         * configure.in: 0.5
13188
13189         * NEWS: Update.
13190
13191 2003-03-01  Joe Shaw  <joe@assbarn.com>
13192
13193         * configure.in: Check for "struct cmsgcred" and try to access its
13194         members for BSD-like unices.
13195
13196         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
13197         _dbus_read_credentials_unix_socket().
13198         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
13199         read() for reading the credential byte off the unix socket.  Use
13200         struct cmsgcred on systems that support it.
13201
13202 2003-02-27  Alexander Larsson  <alexl@redhat.com>
13203
13204         * glib/Makefile.am:
13205         * configure.in:
13206         Make gthreads-2.0 dependency optional. Don't build thread test if
13207         its not found.
13208
13209 2003-02-27  Havoc Pennington  <hp@pobox.com>
13210
13211         * dbus/dbus-connection.c
13212         (dbus_connection_send_message_with_reply_and_block): fix doh!
13213         doh! doh! bug that resulted in never removing a reply from the
13214         queue, no wonder we called get_reply_serial so much ;-)
13215
13216         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
13217         and client serial instead of demarshaling them every time
13218
13219 2003-02-27  Havoc Pennington  <hp@pobox.com>
13220
13221         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
13222         more inlined, using dbus-string-private.h, speeds things up
13223         substantially
13224
13225         * dbus/dbus-string.c (_dbus_string_free): apply align offset
13226         when freeing the string
13227         (_dbus_string_steal_data): fix for align offset
13228         (undo_alignment): new function
13229
13230 2003-02-26  Havoc Pennington  <hp@redhat.com>
13231
13232         All kinds of audit fixes from Owen, plus initial attempt to
13233         handle unaligned memory returned from malloc.
13234
13235         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
13236         leave room for align_offset and nul byte
13237         (fixup_alignment): function to track an align_offset and
13238         ensure real->str is aligned
13239         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
13240         to allow a nul byte plus align offset
13241         (_dbus_string_lock): fix overflow issue
13242         (_dbus_string_init_const_len): add assertions on sanity of len,
13243         assign allocated to be ALLOCATION_PADDING larger than len
13244         (set_length): fixup the overflow handling
13245         (_dbus_string_get_data_len): fix overflow in assertion
13246         (open_gap): detect overflow in size of gap to be opened
13247         (_dbus_string_lengthen): add overflow check
13248         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
13249         (_dbus_string_append): add overflow check
13250         (_dbus_string_append_unichar): overflow
13251         (_dbus_string_delete): fix overflow in assertion
13252         (_dbus_string_copy_len): overflow in assertion
13253         (_dbus_string_replace_len): overflows in assertions
13254         (_dbus_string_find): change to implement in terms of
13255         _dbus_string_find_to
13256         (_dbus_string_find_to): assorted fixage
13257         (_dbus_string_equal_c_str): assert c_str != NULL,
13258         fix logic so the function works
13259         (_dbus_string_ends_with_c_str): fix overflow thingy
13260         (_dbus_string_base64_encode): overflow fix
13261         (_dbus_string_validate_ascii): overflow
13262         (_dbus_string_validate_nul): overflow
13263
13264 2003-02-26  Havoc Pennington  <hp@redhat.com>
13265
13266         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
13267
13268 2003-02-26  Alexander Larsson  <alexl@redhat.com>
13269
13270         * configure.in:
13271         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
13272
13273         * dbus/dbus-connection.c:
13274         * dbus/dbus-connection.h:
13275         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
13276         Add dbus_connection_set_wakeup_main_function and use it when queueing
13277         incoming and outgoing messages.
13278
13279
13280         * dbus/dbus-dataslot.c:
13281         Threadsafe usage of DBusDataSlotAllocator
13282
13283         * dbus/dbus-message.c: (dbus_message_get_args_iter):
13284         dbus_new can fail.
13285
13286         * dbus/dbus-server-unix.c:
13287         Add todo comment
13288
13289         * glib/dbus-gmain.c:
13290         Implement the new wakeup functions for glib.
13291
13292         * glib/Makefile.am:
13293         * glib/test-thread-client.c:
13294         * glib/test-thread-server.c:
13295         * glib/test-thread.h:
13296         Initial cut at some thread test code. Not really done yet.
13297
13298 2003-02-26  Havoc Pennington  <hp@pobox.com>
13299
13300         * dbus/dbus-connection.c
13301         (dbus_connection_send_message_with_reply_and_block): fix crash
13302         where we ref'd the outgoing message instead of the returned reply
13303
13304         * dbus/dbus-transport-unix.c (do_authentication): check read watch
13305         at the end of this function, so if we didn't need to read for
13306         authentication, we reinstall it for receiving messages
13307
13308         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
13309         a NULL sender for peer-to-peer case
13310
13311         * dbus/dbus-transport-unix.c (check_read_watch): handle
13312         !authenticated case correctly
13313
13314         * glib/dbus-gmain.c: add support for DBusServer
13315
13316         * dbus/dbus-server.c: add data slot support
13317
13318         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
13319         return values and handle errors
13320
13321         * dbus/dbus-dataslot.c: factor out the data slot stuff from
13322         DBusConnection
13323
13324         * Doxyfile.in (INPUT): add glib subdir
13325
13326         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
13327         setup_with_g_main instead of hookup_with_g_main; write docs
13328
13329 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13330
13331         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
13332         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13333         * dbus/dbus-message.c: (dbus_message_append_boolean),
13334         (dbus_message_append_boolean_array),
13335         (dbus_message_get_args_valist), (_dbus_message_test):
13336         * dbus/dbus-message.h:
13337         * doc/dbus-specification.sgml:
13338         Various fixes as pointed out by Havoc.
13339
13340         * test/data/invalid-messages/bad-boolean-array.message:
13341         * test/data/invalid-messages/bad-boolean.message:
13342         Add invalid boolean value test cases.
13343
13344 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
13345
13346         * dbus/dbus-internals.c: (_dbus_type_to_string):
13347         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
13348         (_dbus_marshal_validate_arg):
13349         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13350         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13351         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
13352         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
13353         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
13354         (dbus_message_iter_get_double),
13355         (dbus_message_iter_get_boolean_array), (message_iter_test):
13356         * dbus/dbus-message.h:
13357         * dbus/dbus-protocol.h:
13358         * doc/dbus-specification.sgml:
13359         * test/data/valid-messages/lots-of-arguments.message:
13360         Add support for boolean and boolean array types.
13361
13362 2003-02-23  Havoc Pennington  <hp@pobox.com>
13363
13364         * dbus/dbus-keyring.c: finish most of this implementation and
13365         simple unit test
13366
13367         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
13368         these barf if the error isn't cleared to NULL
13369
13370         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
13371         (_dbus_create_directory): new function
13372
13373         * dbus/dbus-errors.c (dbus_set_error): fix warning
13374
13375         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
13376         (_dbus_string_hex_decode): new function
13377         (test_hex_roundtrip): test code
13378
13379         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
13380
13381         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
13382
13383         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
13384         the save-to-temp/rename trick to atomically write the new file
13385         (_dbus_string_parse_uint): new function
13386
13387 2003-02-22  Havoc Pennington  <hp@pobox.com>
13388
13389         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
13390
13391 2003-02-22  Havoc Pennington  <hp@pobox.com>
13392
13393         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
13394         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
13395
13396         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
13397
13398         * dbus/test/data/sha-1: add US government test suite for SHA-1
13399
13400 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13401
13402         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
13403         Make string arrays NULL-terminated.
13404
13405         * dbus/dbus-memory.c: (dbus_free_string_array):
13406         * dbus/dbus-memory.h:
13407         New function for freeing NULL-terminated string arrays.
13408
13409         * dbus/dbus-message-builder.c: (append_quoted_string),
13410         (_dbus_message_data_load):
13411         Add support for array types.
13412
13413         * dbus/dbus-message.c: (check_message_handling):
13414         Add more types as test cases.
13415
13416         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
13417         (_dbus_string_parse_double):
13418         Add the start offset to the end offset.
13419
13420         * test/data/valid-messages/lots-of-arguments.message:
13421         New test message with lots of arguments.
13422
13423 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13424
13425         * dbus/dbus-message.c: (dbus_message_append_nil),
13426         (dbus_message_append_int32), (dbus_message_append_uint32),
13427         (dbus_message_append_double), (dbus_message_append_string),
13428         (dbus_message_append_int32_array),
13429         (dbus_message_append_uint32_array),
13430         (dbus_message_append_double_array),
13431         (dbus_message_append_byte_array),
13432         (dbus_message_append_string_array):
13433         Fix all out-of-memory handling in these functions.
13434
13435 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13436
13437         * dbus/dbus-message.c: (dbus_message_append_nil):
13438         Fix a silly.
13439
13440 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13441
13442         * dbus/dbus-message.c: (dbus_message_append_args_valist),
13443         (dbus_message_append_nil), (dbus_message_append_int32_array),
13444         (dbus_message_append_uint32_array),
13445         (dbus_message_append_double_array),
13446         (dbus_message_append_byte_array),
13447         (dbus_message_append_string_array), (dbus_message_get_args_valist),
13448         (dbus_message_iter_get_int32_array),
13449         (dbus_message_iter_get_uint32_array),
13450         (dbus_message_iter_get_double_array),
13451         (dbus_message_iter_get_byte_array),
13452         (dbus_message_iter_get_string_array):
13453
13454         * dbus/dbus-message.h:
13455         Add functions for appending and getting arrays.
13456
13457 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
13458
13459         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
13460         element size at least 8 bytes, fixes mempool tests on
13461         64-bit machines.
13462
13463 2003-02-20  Alexander Larsson  <alexl@redhat.com>
13464
13465         * dbus/dbus-transport-unix.c (unix_do_iteration):
13466         Unlock the connection mutex during a blocking select call.
13467         Add todo about how we need a way to wake up the select.
13468
13469         * dbus/dbus-connection-internal.h:
13470         * dbus/dbus-connection.c:
13471         Add _dbus_connection_lock and _dbus_connection_unlock.
13472
13473 2003-02-19  Havoc Pennington  <hp@pobox.com>
13474
13475         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
13476         Doxyfile.in, not Doxyfile
13477
13478         * dbus/dbus-keyring.c: do some hacking on this
13479
13480         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
13481
13482         * dbus/dbus-errors.c (dbus_set_error_const): do not call
13483         dbus_error_init
13484         (dbus_set_error): remove dbus_error_init, check for message ==
13485         NULL *before* we sprintf into it, and add @todo about including
13486         system headers in this file
13487
13488         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
13489
13490         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
13491
13492         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
13493         get various bits of user information based on either username
13494         or user ID
13495         (_dbus_homedir_from_username): new function
13496
13497 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
13498
13499         * configure.in:
13500         Add check for nonposix getpwnam_r
13501
13502         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
13503         Align the pool element size to a sizeof (void *) boundary.
13504
13505         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
13506         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
13507         General Solaris fixes.
13508
13509         * test/data/valid-messages/simplest-manual.message:
13510         Explicitly state that we want little-endian packing.
13511
13512 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
13513
13514         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13515
13516         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
13517         Added to create a transport connecting using a tcp/ip socket.
13518
13519         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
13520         to a tcp socket at given host and port.
13521         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
13522         hostname and port.
13523
13524         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
13525
13526         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
13527         Added to create a server listening on a TCP/IP socket.
13528
13529 2003-02-19  Havoc Pennington  <hp@pobox.com>
13530
13531         Throughout: mop up all the Doxygen warnings and undocumented
13532         stuff.
13533
13534         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
13535         to search any paths.
13536
13537         * dbus/dbus-threads.c: move global mutex initializers to
13538         dbus-internals.h, multiple prototypes was confusing doxygen
13539         besides being kind of ugly
13540
13541         * Doxyfile (PREDEFINED): have Doxygen define
13542         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
13543         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
13544         (do not abuse the feature! it's for stuff like the autogenerated
13545         macros in dbus-md5.c, not just for things you don't feel like
13546         documenting...)
13547
13548 2003-02-18  Havoc Pennington  <hp@pobox.com>
13549
13550         * dbus/dbus-string.c (_dbus_string_zero): new function
13551
13552         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
13553         wrap it in some dbus-friendly API
13554
13555         * dbus/dbus-types.h: add 16-bit types
13556
13557 2003-02-18  Joe Shaw  <joe@assbarn.com>
13558
13559         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
13560         credentials from our currently running process.
13561         (get_word): Fix a buglet where we were copying the entire length
13562         instead of relative to our position.
13563
13564         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
13565         keys on the stack... it's 640k of data.
13566
13567         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
13568         read the credentials byte off the socket, even if we don't have
13569         SO_PEERCRED.
13570         (_dbus_poll): Implement poll() using select() for systems which
13571         don't have it.
13572
13573         * glib/test-dbus-glib.c (main): Print out an error if no
13574         parameters are given.
13575
13576         * test/data/auth/fallback.auth-script: Added.  Tests that a client
13577         can fallback to a secondary auth mechanism if the first fails.
13578
13579 2003-02-18  Havoc Pennington  <hp@pobox.com>
13580
13581         * AUTHORS: add Alex
13582
13583 2003-02-17  Havoc Pennington  <hp@pobox.com>
13584
13585         * doc/dbus-specification.sgml: lots of cosmetic
13586         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
13587         env variable to DBUS_BUS_ADDRESS, s/client/application/,
13588         s/server/bus/ (except in authentication section). Add a section
13589         "Message Bus Message Routing"
13590
13591 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
13592
13593         Release 0.4
13594
13595         * NEWS: Update
13596
13597 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13598
13599         * doc/dbus-specification.sgml:
13600         Specification updates.
13601
13602 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13603
13604         * bus/activation.c: (bus_activation_init), (child_setup),
13605         (bus_activation_activate_service):
13606         * bus/activation.h:
13607         * bus/main.c: (main):
13608         Set DBUS_ADDRESS environment variable.
13609
13610         * dbus/dbus-errors.c: (dbus_set_error):
13611         Don't use va_copy since that's a C99 feature.
13612
13613         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
13614         (_dbus_spawn_async):
13615         * dbus/dbus-sysdeps.h:
13616         Add child_setup_func to _dbus_spawn_async.
13617
13618         * doc/dbus-specification.sgml:
13619         Update specification.
13620
13621         * test/spawn-test.c: (setup_func), (main):
13622         Fix test.
13623
13624 2003-02-17  Alexander Larsson  <alexl@redhat.com>
13625
13626         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
13627         Added todo.
13628
13629 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13630
13631         * doc/.cvsignore:
13632         * doc/Makefile.am:
13633         * doc/dbus-test-plan.sgml:
13634         Add test plan document.
13635
13636         * test/Makefile.am:
13637         Fix distcheck.
13638
13639 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
13640
13641         * dbus/dbus-message.c: (decode_header_data),
13642         (_dbus_message_loader_return_buffer):
13643         Set the header padding amount when loading a message.
13644
13645 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13646
13647         * bus/dispatch.c: (send_one_message):
13648         Only send broadcast messages to registered connections.
13649
13650         * dbus/dbus-message.c: (dbus_message_name_is):
13651         * dbus/dbus-message.h:
13652         New convenience function.
13653
13654         * dbus/dbus-transport-debug.c: (do_reading):
13655         Only dispatch one message per run.
13656
13657         * test/Makefile.am:
13658         * test/bus-test.c: (new_connection_callback), (die),
13659         (test_hello_client1_handler), (test_hello_client2_handler),
13660         (test_hello_replies), (main):
13661
13662         * test/bus-test-loop.[ch]:
13663         Add these.
13664
13665 2003-02-16  Havoc Pennington  <hp@pobox.com>
13666
13667         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
13668         backward conditional
13669
13670 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13671
13672         * dbus/dbus-connection.c:
13673         Implement sent_message_with_reply. (with_reply_and block is still
13674         busted).
13675         Made dispatch_message not lose message if OOM.
13676
13677         * dbus/dbus-errors.h:
13678         Add NoReply error (for reply timeouts).
13679
13680 2003-02-16  Alexander Larsson  <alexl@redhat.com>
13681
13682         * dbus/dbus-hash.c (_dbus_hash_table_unref):
13683         Actually free keys and values when destroying hashtable.
13684
13685 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13686
13687         * dbus/dbus-auth.c: (client_try_next_mechanism):
13688         Plug a leak.
13689
13690         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
13691         Return TRUE if there's no thread implementation around.
13692
13693         * glib/dbus-gmain.c: (free_source),
13694         (dbus_connection_hookup_with_g_main):
13695         Make sure to remove the GSource when the connection is finalized.
13696
13697 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13698
13699         * bus/dispatch.c: (bus_dispatch_message_handler):
13700         * dbus/dbus-errors.h:
13701         Return an error if someone tries to send a message to a service
13702         that doesn't exist.
13703
13704 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
13705
13706         * bus/activation.c: (load_directory), (bus_activation_init),
13707         (bus_activation_activate_service):
13708         * bus/activation.h:
13709         * bus/driver.c:
13710         (bus_driver_handle_activate_service), (bus_driver_handle_message):
13711         More work on the activation handling.
13712
13713         * dbus/dbus-errors.h:
13714         Add some error messages
13715
13716         * dbus/dbus-message.c: (dbus_message_new_error_reply):
13717         * dbus/dbus-message.h:
13718         New function that creates an error message.
13719
13720         * dbus/dbus-protocol.h:
13721         Add ACTIVATE_SERVER message.
13722
13723         * dbus/dbus-server-unix.c: (unix_handle_watch),
13724         (_dbus_server_new_for_domain_socket):
13725         Call _dbus_fd_set_close_on_exec.
13726
13727         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
13728         (_dbus_spawn_async), (_dbus_disable_sigpipe),
13729         (_dbus_fd_set_close_on_exec):
13730         * dbus/dbus-sysdeps.h:
13731         Add _dbus_fd_set_close_on exec function. Also add function that checks
13732         that all open fds are set to close-on-exec and warns otherwise.
13733
13734         * dbus/dbus-transport-unix.c:
13735         (_dbus_transport_new_for_domain_socket):
13736         Call _dbus_fd_set_close_on_exec.
13737
13738 2003-02-16  Havoc Pennington  <hp@pobox.com>
13739
13740         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
13741         allow people to avoid setting SIGPIPE to SIG_IGN
13742         (_dbus_connection_new_for_transport): disable SIGPIPE unless
13743         we've been asked not to
13744
13745 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13746
13747         * dbus/dbus-list.c: (_dbus_list_append_link),
13748         (_dbus_list_prepend_link):
13749         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13750         (dbus_realloc):
13751         Warning fixes.
13752
13753 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13754
13755         * bus/Makefile.am:
13756         * bus/activation.c: (bus_activation_entry_free),
13757         (add_desktop_file_entry), (load_directory), (bus_activation_init):
13758         * bus/activation.h:
13759         * bus/main.c: (main):
13760         Add simple activation support, doesn't work yet though.
13761
13762 2003-02-15   Zack Rusin  <zack@kde.org>
13763
13764         * qt/dbus-qthread.cpp:  small casting fix
13765
13766 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13767
13768         * dbus/dbus-errors.c: (dbus_set_error):
13769         * dbus/dbus-errors.h:
13770         Add a few errors and make dbus_set_error void.
13771
13772         * dbus/dbus-sysdeps.c:
13773         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
13774         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
13775         * dbus/dbus-sysdeps.h:
13776         Add _dbus_spawn_async.
13777
13778         * test/spawn-test.c: (main):
13779         Test for _dbus_spawn_async.
13780
13781 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
13782
13783         * dbus/dbus-internals.h:
13784         Fix build without tests.
13785
13786         * dbus/dbus-list.c: (alloc_link):
13787         Fix a segfault when a malloc fails.
13788
13789         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
13790         (dbus_malloc0), (dbus_realloc):
13791         Add support for malloc debugging.
13792
13793 2003-02-15  Alexander Larsson  <alexl@redhat.com>
13794
13795         * dbus/dbus-threads.c:
13796         * dbus/dbus-threads.h:
13797         Add condvars. Remove static mutext from API.
13798         Implement static mutexes by initializing them from threads_init.
13799
13800         * glib/dbus-gthread.c:
13801         * qt/dbus-qthread.cpp:
13802         Update with the thread api changes.
13803
13804
13805         * dbus/dbus-list.c:
13806         * dbus/dbus-list.h:
13807         Turn StaticMutex into normal mutex + init function.
13808         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
13809         _dbus_list_append_link, _dbus_list_prepend_link
13810
13811
13812         * dbus/dbus-sysdeps.c:
13813         * dbus/dbus-sysdeps.h:
13814         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
13815         _dbus_atomic_dec. Only slow fallback implementation at the moment.
13816
13817         * dbus/dbus-protocol.h:
13818         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
13819
13820         * dbus/dbus-message.c:
13821         Make ref/unref atomic.
13822         Fix some docs.
13823
13824         * dbus/dbus-connection-internal.h:
13825         * dbus/dbus-connection.c:
13826         * dbus/dbus-connection.h:
13827         Make threadsafe.
13828         Change _peek to _borrow,_return & _steal_borrowed.
13829         Change disconnect callback to event.
13830         Make dbus_connection_dispatch_messages reentrant.
13831
13832         * dbus/dbus-transport.c:
13833         Don't ref the connection on calls to the transport
13834         implementation.
13835
13836         * dbus/dbus-message-handler.c:
13837         Make threadsafe.
13838
13839         * glib/dbus-gmain.c:
13840         Don't use peek_message anymore
13841
13842         * test/Makefile.am:
13843         * test/debug-thread.c:
13844         * test/debug-thread.h:
13845         Simple thread implementation that asserts() on deadlocks in
13846         single-threaded code.
13847
13848         * test/bus-test.c:
13849         (main) Call debug_threads_init.
13850
13851         * test/watch.c:
13852         Use disconnect message instead of disconnect callback.
13853
13854         * bus/connection.c:
13855         * bus/connection.h:
13856         Don't call dbus_connection_set_disconnect_function. Instead export
13857         bus_connection_disconnect.
13858
13859         * bus/dispatch.c:
13860         Call bus_connection_disconnect when we get a disconnected message.
13861
13862 2003-02-15  Havoc Pennington  <hp@pobox.com>
13863
13864         * dbus/dbus-message.c (dbus_message_new): fool around with the
13865         docs
13866
13867 2003-02-14  Havoc Pennington  <hp@pobox.com>
13868
13869         * dbus/dbus-mempool.c: fail if the debug functions so indicate
13870
13871         * dbus/dbus-memory.c: fail if the debug functions indicate we
13872         should
13873
13874         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
13875         (_dbus_decrement_fail_alloc_counter): debug functions to
13876         simulate memory allocation failures
13877
13878 2003-02-14  Havoc Pennington  <hp@pobox.com>
13879
13880         * dbus/dbus-errors.h (struct DBusError): add a word of padding
13881         to DBusError
13882
13883 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13884
13885         * bus/driver.c: (bus_driver_handle_hello):
13886         * bus/driver.h:
13887         * bus/services.c: (bus_service_lookup):
13888         Reorder message sending so we get a more sane order.
13889
13890         * test/bus-test.c: (message_handler):
13891         Fix tyop.
13892
13893 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13894
13895         * bus/driver.c: (bus_driver_send_service_deleted),
13896         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13897         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13898         (bus_driver_send_welcome_message),
13899         (bus_driver_handle_list_services),
13900         (bus_driver_handle_acquire_service),
13901         (bus_driver_handle_service_exists):
13902         * dbus/dbus-bus.c: (dbus_bus_register_client),
13903         (dbus_bus_acquire_service), (dbus_bus_service_exists):
13904         * dbus/dbus-errors.c: (dbus_result_to_string):
13905         * dbus/dbus-errors.h:
13906         * dbus/dbus-message.c: (dbus_message_append_args),
13907         (dbus_message_append_args_valist), (dbus_message_get_args),
13908         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
13909         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
13910         (dbus_message_iter_get_byte_array),
13911         (dbus_message_iter_get_string_array), (message_iter_test),
13912         (check_message_handling), (_dbus_message_test):
13913         * dbus/dbus-message.h:
13914         * test/bus-test.c: (main):
13915         Change fields to arguments in messages, so that they won't be
13916         confused with header fields.
13917
13918         * glib/test-dbus-glib.c: (main):
13919         Remove append_fields from hello message.
13920
13921 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13922
13923         * dbus/dbus-errors.c:
13924         * dbus/dbus-message.c:
13925         * dbus/dbus-string.c:
13926         Documentation fixes.
13927
13928 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13929
13930         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
13931         (remove_timeout):
13932         Implement support for timeouts in dbus-glib.
13933
13934 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13935
13936         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
13937         * dbus/dbus-message.c: (process_test_subdir):
13938         * test/break-loader.c: (find_breaks_based_on):
13939         Plug some memory leaks.
13940
13941 2003-02-13  Richard Hult  <rhult@codefactory.se>
13942
13943         * bus/main.c: Fix build.
13944
13945         * dbus/dbus-errors.h:
13946         * dbus/dbus-errors.c: Fix copyright for Anders.
13947
13948 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13949
13950         * bus/Makefile.am:
13951         Add utils.[ch]
13952
13953         * bus/connection.c: (bus_connection_foreach):
13954         Fix a warning.
13955
13956         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
13957         (unescape_string), (new_section), (parse_section_start),
13958         (parse_key_value), (report_error), (bus_desktop_file_load),
13959         (bus_desktop_file_get_string):
13960         * bus/desktop-file.h:
13961         Use DBusError for error reporting.
13962
13963         * bus/dispatch.c: (send_one_message),
13964         (bus_dispatch_message_handler):
13965         * bus/driver.c: (bus_driver_send_service_deleted),
13966         (bus_driver_send_service_created), (bus_driver_send_service_lost),
13967         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
13968         (bus_driver_send_welcome_message),
13969         (bus_driver_handle_list_services),
13970         (bus_driver_handle_acquire_service),
13971         (bus_driver_handle_service_exists):
13972         * bus/loop.c: (bus_loop_run):
13973         * bus/main.c:
13974         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
13975
13976         * bus/utils.c: (bus_wait_for_memory):
13977         * bus/utils.h:
13978         New files with general utility functions.
13979
13980         * dbus/dbus-internals.h:
13981         Remove _DBUS_HANDLE_OOM.
13982
13983 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13984
13985         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
13986         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
13987         * dbus/dbus-errors.h:
13988         Add DBusError structure.
13989
13990 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13991
13992         * test/data/valid-messages/standard-acquire-service.message:
13993         * test/data/valid-messages/standard-hello.message:
13994         * test/data/valid-messages/standard-list-services.message:
13995         * test/data/valid-messages/standard-service-exists.message:
13996         Add some standard messages.
13997
13998 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
13999
14000         * bus/driver.c: (bus_driver_send_welcome_message),
14001         (bus_driver_handle_list_services),
14002         (bus_driver_handle_acquire_service),
14003         (bus_driver_handle_service_exists), (bus_driver_handle_message):
14004         Update for API changes in libdbus.
14005
14006         * dbus/dbus-message.c: (dbus_message_new_reply):
14007         * dbus/dbus-message.h:
14008         Remove the name argument. The spec states that replies shouldn't
14009         have a name.
14010
14011 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
14012
14013         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
14014         (report_error), (bus_desktop_file_load), (lookup_section),
14015         (lookup_line), (bus_desktop_file_get_raw),
14016         (bus_desktop_file_get_string):
14017         * bus/desktop-file.h:
14018         Some fixes, and new functions for getting a key value from a section.
14019
14020 2003-02-13  Havoc Pennington  <hp@pobox.com>
14021
14022         * test/data/auth/fail-after-n-attempts.auth-script: new test
14023
14024         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
14025         reject the client.
14026
14027 2003-02-13  Havoc Pennington  <hp@pobox.com>
14028
14029         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
14030         dbus_credentials_match were backward
14031
14032         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
14033         NO_CREDENTIALS and ROOT_CREDENTIALS
14034
14035         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
14036         into here. Never process more commands after we've reached an
14037         end state; store further data as unused bytes.
14038
14039         * test/data/auth/*: add more auth tests
14040
14041         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
14042         command to match exact string and EXPECT_UNUSED to match unused
14043         bytes
14044
14045         * test/Makefile.am (dist-hook): fix to dist all the test stuff
14046
14047 2003-02-12  Havoc Pennington  <hp@pobox.com>
14048
14049         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
14050         \r off of popped lines
14051
14052         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
14053         scripts
14054
14055         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
14056         SEND, append \r\n
14057
14058 2003-02-12  Havoc Pennington  <hp@pobox.com>
14059
14060         * dbus/Makefile.am: remove break-loader from the build, since it
14061         moved.
14062
14063         * configure.in: add --enable-gcov to turn on coverage profiling
14064         flags and disable optimization
14065
14066 2003-02-10  Havoc Pennington  <hp@pobox.com>
14067
14068         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
14069         initial cut at test framework for DBusAuth from laptop.
14070         Doesn't quite work yet but it compiles and I need to get
14071         it off the 266mhz laptop. ;-)
14072
14073         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
14074         fix a memleak in error case
14075
14076 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
14077
14078         * bus/Makefile.am:
14079         * bus/desktop-file.c:
14080         * bus/desktop-file.h:
14081         Add a desktop file parser.
14082
14083 2003-02-11  Zack Rusin  <zack@kde.org>
14084
14085         * qt/message.[h|cpp]: sample implementation
14086         of the KDE wrapper for DBusMessage
14087
14088 2003-02-09  Zack Rusin  <zack@kde.org>
14089
14090         * test/bus-test.c: make_it_compile
14091         * doc/dbus-specification.sgml: minimal semantic fix
14092
14093 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
14094
14095         Release 0.3
14096
14097         * NEWS: Update
14098
14099 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
14100
14101         * dbus/Makefile.am:
14102         * dbus/dbus-break-loader.c:
14103         * test/Makefile.am:
14104         * test/break-loader.c:
14105         Move dbus-break-loader to test/ and rename it to break-loader.
14106
14107 2003-02-02  Havoc Pennington  <hp@pobox.com>
14108
14109         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
14110         for code to manage cookies in your home directory
14111
14112         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
14113
14114         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
14115         to authenticate, then disconnect the client.
14116
14117 2003-02-03  Alexander Larsson  <alexl@redhat.com>
14118
14119         * dbus/dbus-message.c (dbus_message_append_fields):
14120         Correct docs.
14121
14122 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14123
14124         * doc/dbus-specification.sgml:
14125         Update address format section.
14126
14127 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14128
14129         * test/Makefile.am:
14130         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
14131         (message_handler), (new_connection_callback), (loop_quit),
14132         (loop_run), (main):
14133         Add bus test.
14134
14135 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14136
14137         * bus/driver.c: (bus_driver_handle_service_exists):
14138         Simplify the code a bit.
14139
14140         * dbus/dbus-bus.c: (dbus_bus_service_exists):
14141         Fix a silly.
14142
14143 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14144
14145         * bus/Makefile.am:
14146         Add libdbus-daemon.la and link to it.
14147
14148 2003-02-01  James Willcox  <jwillcox@gnome.org>
14149
14150         * bus/driver.c: (bus_driver_handle_own_service):
14151         Actually include the service reply code in the message.
14152
14153 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14154
14155         * bus/driver.c: (bus_driver_handle_service_exists):
14156         Don't unref the incoming message.
14157
14158 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14159
14160         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
14161
14162 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
14163
14164         * dbus/dbus-server.c: (dbus_server_listen):
14165         * dbus/dbus-transport.c: (_dbus_transport_open):
14166         ifdef out the calls to the debug transport and server.
14167
14168 2003-02-02  Alexander Larsson  <alexl@redhat.com>
14169
14170         * dbus/dbus-watch.c (dbus_watch_get_flags):
14171         Add note in the docs that ERROR or HANGUP won't be returned
14172         and are assumed always on.
14173
14174         * glib/dbus-gmain.c (add_watch):
14175         Always add IO_ERR | IO_HUP
14176
14177         * dbus/dbus-message.h:
14178         Add semicolon after dbus_message_iter_get_string_array().
14179         Makes qt code build again
14180
14181 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
14182
14183         * bus/driver.c: (create_unique_client_name),
14184         (bus_driver_handle_hello):
14185         Don't take a name, just use a numeric id to identify
14186         each client.
14187
14188         * dbus/Makefile.am:
14189         * dbus/dbus-bus.c: (dbus_bus_register_client),
14190         (dbus_bus_acquire_service), (dbus_bus_service_exists):
14191         * dbus/dbus-bus.h:
14192         Add new convenience functions for communicating with the bus.
14193
14194         * dbus/dbus-message.h:
14195
14196         * dbus/dbus-protocol.h:
14197         Fix a typo.
14198
14199 2003-02-01  Alexander Larsson  <alexl@redhat.com>
14200
14201         * dbus/dbus-message.c (dbus_message_append_fields):
14202         Add some more doc comments.
14203
14204 2003-02-01  Havoc Pennington  <hp@pobox.com>
14205
14206         * dbus/dbus-break-loader.c (randomly_modify_length): change
14207         a 4-byte value in the message as if it were a length
14208
14209         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
14210         execute bit on saved files
14211
14212 2003-02-01  Havoc Pennington  <hp@pobox.com>
14213
14214         * dbus/dbus-break-loader.c (main): new program to find messages
14215         that break the loader.
14216
14217         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
14218         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
14219
14220         * dbus/dbus-string.c (_dbus_string_set_byte): new
14221
14222 2003-01-31  Havoc Pennington  <hp@pobox.com>
14223
14224         * dbus/dbus-message.c: refactor the test code to be more general,
14225         in preparation for writing a "randomly permute test cases to
14226         try to break the loader" program.
14227
14228 2003-01-31  Havoc Pennington  <hp@pobox.com>
14229
14230         * doc/dbus-specification.sgml: work on the specification
14231
14232         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
14233         the protocol version of the message.
14234
14235         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
14236         no longer specifies that.
14237         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
14238         1/2/3/4)
14239
14240         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
14241         "break" for DBUS_TYPE_NIL, remove @todo
14242
14243 2003-01-31  Havoc Pennington  <hp@pobox.com>
14244
14245         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
14246         just set_is_error/get_is_error as this is a commonly-used
14247         function, and write docs.
14248
14249 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
14250
14251         * dbus/dbus-address.c: (dbus_address_entry_free):
14252         Free key and value lists.
14253
14254         * dbus/dbus-internals.c: (_dbus_type_to_string):
14255         Add the types we didn't have.
14256
14257         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
14258         (_dbus_marshal_validate_arg):
14259         Add NIL types.
14260
14261         * dbus/dbus-message.c: (dbus_message_set_sender):
14262         Remove todo about being able to set sender to NULL.
14263
14264         (dbus_message_set_is_error_reply),
14265         (dbus_message_get_is_error_reply):
14266         * dbus/dbus-message.h:
14267         New functions.
14268
14269         * dbus/dbus-protocol.h:
14270         Add error reply flag.
14271
14272         * test/data/valid-messages/opposite-endian.message:
14273         Add NIL type to test.
14274
14275 2003-01-31  Havoc Pennington  <hp@pobox.com>
14276
14277         * doc/dbus-specification.sgml: fully specify the header.  Add
14278         flags and major protocol version, and change header/body len to
14279         unsigned.
14280
14281         * dbus/dbus-message-builder.c (append_saved_length): append length
14282         as uint32
14283
14284         * dbus/dbus-message.c (dbus_message_create_header): change header
14285         length and body length to unsigned. Add the new fields from the
14286         spec
14287         (_dbus_message_loader_return_buffer): unsigned header/body len
14288
14289 2003-01-30  Havoc Pennington  <hp@pobox.com>
14290
14291         * dbus/dbus-auth.c: rework to use only REJECTED, no
14292         MECHANISMS
14293
14294         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
14295         use REJECTED, suggested by Mark McLoughlin
14296
14297 2003-01-30  Havoc Pennington  <hp@pobox.com>
14298
14299         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
14300         a better way to report errors here. e.g.  "unix address lacks
14301         path" or something. also "no such file" when the path doesn't
14302         exist, etc.
14303
14304         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
14305         leaking list nodes
14306         (dbus_parse_address): add @todo about documenting address format,
14307         and allowing , and ; to be escaped
14308
14309 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
14310
14311         * dbus/Makefile.am:
14312         Add dbus-address.[ch]
14313
14314         * dbus/dbus-address.c: (dbus_address_entry_free),
14315         (dbus_address_entries_free), (create_entry),
14316         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
14317         (dbus_parse_address), (_dbus_address_test):
14318         * dbus/dbus-address.h:
14319         New files for dealing with address parsing.
14320
14321         * dbus/dbus-connection.c:
14322         Document timeout functions.
14323
14324         * dbus/dbus-message.c:
14325         Document dbus_message_new_from_message.
14326
14327         * dbus/dbus-server-debug.c:
14328         Document.
14329
14330         * dbus/dbus-server.c: (dbus_server_listen):
14331         Parse address and use correct server implementation.
14332
14333         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
14334         * dbus/dbus-string.h:
14335         New function with test.
14336
14337         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
14338         * dbus/dbus-test.h:
14339         Add address tests.
14340
14341         * dbus/dbus-transport-debug.c:
14342         Document.
14343
14344         * dbus/dbus-transport.c: (_dbus_transport_open):
14345         Parse address and use correct transport implementation.
14346
14347 2003-01-30  Havoc Pennington  <hp@pobox.com>
14348
14349         * dbus/dbus-message.c: use message->byte_order instead of
14350         DBUS_COMPILER_BYTE_ORDER throughout.
14351         (dbus_message_create_header): pad header to align the
14352         start of the body of the message to 8-byte boundary
14353
14354         * dbus/dbus-marshal.h: make all the demarshalers take const
14355         DBusString arguments.
14356
14357         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
14358         validate message args here, so we don't have to do slow validation
14359         later, and so we catch bad messages as they are incoming. Also add
14360         better checks on header_len and body_len. Also fill in
14361         message->byte_order
14362
14363         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
14364         implemented properly)
14365         (_dbus_string_validate_nul): new function to check all-nul
14366
14367         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
14368         get_arg_end_pos and remove all validation
14369         (_dbus_marshal_validate_arg): actually do validation here.
14370
14371 2003-01-29  Havoc Pennington  <hp@pobox.com>
14372
14373         * dbus/dbus-message.c (check_message_handling): fix assertion
14374         failure on set_client_serial
14375
14376 2003-01-28  Havoc Pennington  <hp@pobox.com>
14377
14378         * dbus/dbus-server-debug.c: Add doc section comments
14379
14380         * dbus/dbus-transport-debug.c: add doc section comments
14381
14382 2003-01-28  Havoc Pennington  <hp@redhat.com>
14383
14384         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
14385         the reverse order from how I had it
14386         (_dbus_string_base64_encode): reverse encoding order. I was
14387         basically byteswapping everything during encoding.
14388
14389 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
14390
14391         * dbus/dbus-connection-internal.h:
14392         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
14393         (_dbus_connection_remove_timeout):
14394         Add functions for adding and removing timeouts.
14395
14396         * dbus/dbus-message.c: (dbus_message_new_from_message):
14397         Add new function that takes a message and creates an exact
14398         copy of it, but with the refcount set to 1.
14399         (check_message_handling):
14400         Fix build error.
14401
14402         * dbus/dbus-server-protected.h:
14403         * dbus/dbus-server.c: (_dbus_server_init_base),
14404         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
14405         (dbus_server_set_timeout_functions):
14406         (_dbus_server_remove_timeout):
14407         New functions so that a server can add and remove timeouts.
14408
14409         (dbus_server_listen):
14410         Add commented out call to dbus_server_debug_new.
14411
14412         * dbus/dbus-timeout.c: (_dbus_timeout_new):
14413         Actually set the handler, doh.
14414
14415         * dbus/dbus-transport.c: (_dbus_transport_open):
14416         Add commented out call to dbus_transport_debug_client_new.
14417
14418         * dbus/Makefile.am:
14419         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
14420
14421 2003-01-28  Havoc Pennington  <hp@pobox.com>
14422
14423         * dbus/dbus-message.c (check_message_handling): function to check
14424         on the loaded message, iterates over it etc.
14425
14426 2003-01-28  Havoc Pennington  <hp@pobox.com>
14427
14428         * test/Makefile.am (dist-hook): fix make distdir
14429
14430         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
14431
14432 2003-01-27  Havoc Pennington  <hp@pobox.com>
14433
14434         * dbus/dbus-mempool.c (time_for_size): replace printf with
14435         _dbus_verbose
14436
14437         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
14438         empty lines; fix the SAVE_LENGTH stuff to be
14439         START_LENGTH/END_LENGTH so it actually works; couple other
14440         bugfixes
14441
14442         * test/Makefile.am (dist-hook): add dist-hook for .message files
14443
14444         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
14445         can be constant or locked.
14446         (_dbus_string_free): allow freeing a const string as
14447         documented/intended
14448
14449         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
14450
14451         * dbus/dbus-test-main.c (main): take an argument which is the
14452         directory containing test data
14453
14454         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
14455         argument to this and load all the messages in test/data/
14456         checking that they can be loaded or not loaded as appropriate.
14457
14458 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
14459
14460         * bus/dispatch.c: (bus_dispatch_message_handler):
14461         Dispatch messages sent to services.
14462
14463         * bus/driver.c: (bus_driver_send_service_deleted),
14464         (bus_driver_send_service_created), (bus_driver_send_service_lost),
14465         (bus_driver_send_service_acquired):
14466         Add helper functions for sending service related messages.
14467
14468         (bus_driver_send_welcome_message):
14469         Send HELLO_REPLY instead of WELCOME.
14470
14471         (bus_driver_handle_list_services):
14472         Send LIST_SERVICES_REPLY instead of SERVICES.
14473
14474         (bus_driver_handle_own_service),
14475         (bus_driver_handle_service_exists):
14476         New message handlers.
14477
14478         (bus_driver_handle_message):
14479         Invoke new message handlers.
14480
14481         (bus_driver_remove_connection):
14482         Don't remove any services here since that's done automatically
14483         by bus_service_remove_owner now.
14484
14485         * bus/driver.h:
14486         New function signatures.
14487
14488         * bus/services.c: (bus_service_add_owner):
14489         Send ServiceAcquired message if we're the only primary owner.
14490
14491         (bus_service_remove_owner):
14492         Send ServiceAcquired/ServiceLost messages.
14493
14494         (bus_service_set_prohibit_replacement),
14495         (bus_service_get_prohibit_replacement):
14496         Functions for setting prohibit replacement.
14497
14498         (bus_service_has_owner):
14499         New function that checks if a connection is in the owner queue of
14500         a certain service.
14501
14502         * bus/services.h:
14503         Add new function signatures.
14504
14505         * dbus/dbus-list.c: (_dbus_list_test):
14506         Add tests for _dbus_list_remove_last and traversing the list backwards.
14507
14508         * dbus/dbus-list.h:
14509         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
14510         go any further, so return NULL then.
14511
14512         * dbus/dbus-protocol.h:
14513         Add new messages, service flags and service replies.
14514
14515 2003-01-26  Havoc Pennington  <hp@pobox.com>
14516
14517         * dbus/dbus-message-builder.c: implement, completely untested.
14518
14519         * test/data/*: add data to be used in testing.
14520         ".message" files are our simple loadable text format.
14521         ".message-raw" will be binary dumps of messages.
14522
14523         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
14524
14525 2003-01-26  Havoc Pennington  <hp@pobox.com>
14526
14527         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
14528
14529         * dbus/dbus-errors.c (dbus_result_to_string): add
14530         file errors
14531
14532         * dbus/dbus-message-builder.c: new file, will contain code to load
14533         up messages from files. Not implemented yet.
14534
14535 2003-01-26  Havoc Pennington  <hp@pobox.com>
14536
14537         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
14538         the sender by setting to NULL
14539
14540 2003-01-26  Havoc Pennington  <hp@pobox.com>
14541
14542         The unit tests pass, but otherwise untested.  If it breaks, the
14543         tests should have been better. ;-)
14544
14545         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
14546         the connection.
14547
14548         * dbus/dbus-message.c: redo everything so we maintain
14549         message->header as the only copy of the various fields.
14550         This avoids the possibility of out-of-memory in some cases,
14551         for example dbus_message_lock() can't run out of memory anymore,
14552         and avoids extra copying. Figured I may as well go ahead and do
14553         this since it was busted for dbus_message_lock to not return
14554         failure on OOM, and dbus_message_write_header was totally
14555         unchecked for OOM. Also fixed some random other bugs.
14556
14557         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
14558         that strings are nul-terminated. Also, end_pos can be equal
14559         to string length just not greater than, I think.
14560         (_dbus_marshal_set_int32): new function
14561         (_dbus_marshal_set_uint32): new function
14562         (_dbus_marshal_set_string): new function
14563
14564         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
14565         a warning, init timeout_list to NULL
14566         (dbus_connection_send_message): don't use uninitialized variable
14567         "serial"
14568
14569         * dbus/dbus-string.c (_dbus_string_replace_len): new function
14570
14571 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14572
14573         * bus/driver.c: (bus_driver_handle_hello),
14574         (bus_driver_send_welcome_message):
14575         Plug leaks
14576
14577 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
14578
14579         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
14580         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
14581         (dbus_connection_unref):
14582         * dbus/dbus-marshal.c: (_dbus_marshal_test):
14583         * dbus/dbus-message.c: (dbus_message_unref),
14584         Plug memory leaks.
14585
14586         (dbus_message_get_fields):
14587         Remove debugging printout.
14588
14589         (_dbus_message_loader_return_buffer):
14590         Don't store the header string.
14591
14592         (_dbus_message_test):
14593         Plug leaks.
14594
14595 2003-01-26  Richard Hult  <rhult@codefactory.se>
14596
14597         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
14598         the file descriptor list, since it can change under us.
14599
14600 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14601
14602         * glib/dbus-gmain.c: (dbus_connection_prepare),
14603         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
14604         (remove_watch), (dbus_connection_hookup_with_g_main):
14605         Rewrite the glib handling to use its own GSource instead of a
14606         GIOChannel so we can catch messages put in the queue while waiting
14607         for a reply.
14608
14609 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14610
14611         * bus/Makefile.am:
14612         * bus/connection.c: (connection_disconnect_handler),
14613         (connection_watch_callback), (bus_connection_setup):
14614         * bus/dispatch.c: (send_one_message),
14615         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
14616         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
14617         * bus/dispatch.h:
14618         * bus/driver.c: (bus_driver_send_service_deleted),
14619         (bus_driver_send_service_created), (bus_driver_handle_hello),
14620         (bus_driver_send_welcome_message),
14621         (bus_driver_handle_list_services), (bus_driver_remove_connection),
14622         (bus_driver_handle_message):
14623         * bus/driver.h:
14624         Refactor code, put the message dispatching in its own file. Use
14625         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
14626         is disconnected.
14627
14628 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14629
14630         * dbus/dbus-internals.h:
14631         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
14632
14633         * dbus/dbus-message.c: (dbus_message_get_sender):
14634         * dbus/dbus-message.h:
14635         Implement dbus_message_get_sender.
14636
14637         * dbus/dbus-protocol.h:
14638         Add message and service defines.
14639
14640 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14641
14642         * dbus/dbus-connection.c: (dbus_connection_send_message):
14643         * dbus/dbus-message-internal.h:
14644         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
14645         (dbus_message_write_header):
14646         Remove _dbus_messag_unlock and don't set the client serial on a
14647         message if one already exists.
14648
14649 2003-01-24  Havoc Pennington  <hp@pobox.com>
14650
14651         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
14652         list_pool
14653
14654         * bus/driver.c (bus_driver_handle_list_services): fix a leak
14655         on OOM
14656
14657 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14658
14659         * dbus/dbus-list.c: (alloc_link), (free_link):
14660         Use a memory pool for the links.
14661
14662 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14663
14664         * bus/connection.c: (bus_connection_foreach):
14665         * bus/connection.h:
14666         Add new bus_connection_foreach function.
14667
14668         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
14669         Add function that broadcasts a message to all clients.
14670
14671         (bus_driver_send_service_created), (bus_driver_handle_hello),
14672         (bus_driver_send_welcome_message),
14673         (bus_driver_handle_list_services), (bus_driver_message_handler):
14674         Implement functions that take care of listing services, and notifying
14675         clients when new services are created.
14676
14677         * bus/services.c: (bus_services_list):
14678         * bus/services.h:
14679         Add new function that returns an array of strings with the currently
14680         registered services.
14681
14682         * glib/dbus-glib.h:
14683         * glib/dbus-gmain.c:
14684         Update copyright year.
14685
14686 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
14687
14688         * dbus/dbus-connection.c: (dbus_connection_send_message):
14689         Unlock the message in case it was sent earlier.
14690
14691         (dbus_connection_send_message_with_reply_and_block):
14692         Remove the reply message from the list.
14693
14694         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
14695         Set array_len and new_pos correctly.
14696
14697         (_dbus_marshal_test):
14698         Remove debug output.
14699
14700         * dbus/dbus-message-internal.h:
14701         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
14702         New function that returns the reply serial.
14703
14704         (_dbus_message_unlock):
14705         New function that unlocks a message and resets its header.
14706
14707         (dbus_message_append_string_array),
14708         (dbus_message_get_fields_valist),
14709         (dbus_message_iter_get_field_type),
14710         (dbus_message_iter_get_string_array),
14711         (dbus_message_get_fields),
14712         (dbus_message_append_fields_valist):
14713         Handle string arrays.
14714
14715         (dbus_message_set_sender):
14716         Make this function public since the bus daemon needs it.
14717
14718         (decode_header_data):
14719         Set the reply serial to -1 initially.
14720
14721         * dbus/dbus-message.h:
14722         Add dbus_message_set_sender.
14723
14724 2003-01-24  Havoc Pennington  <hp@pobox.com>
14725
14726         * doc/dbus-specification.sgml: add some stuff
14727
14728 2003-01-22  Havoc Pennington  <hp@pobox.com>
14729
14730         * doc/dbus-specification.sgml: Start to document the protocol.
14731
14732 2003-01-22  Havoc Pennington  <hp@pobox.com>
14733
14734         * dbus/dbus-connection.c
14735         (dbus_connection_send_message_with_reply_and_block): add some @todo
14736
14737         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
14738
14739 2003-01-21  Havoc Pennington  <hp@pobox.com>
14740
14741         (patch untested because can't compile)
14742
14743         * bus/driver.c (create_unique_client_name): make this function
14744         never recycle client names. Also, caller should initialize
14745         the DBusString.
14746
14747         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
14748
14749 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14750
14751         * dbus/dbus-marshal.c: (_dbus_marshal_double),
14752         (_dbus_marshal_int32), (_dbus_marshal_uint32),
14753         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
14754         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
14755         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
14756         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
14757         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
14758         * dbus/dbus-marshal.h:
14759         * dbus/dbus-protocol.h:
14760         Add support for marshalling and demarshalling integer, double
14761         and string arrays.
14762
14763 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14764
14765         * bus/Makefile.am:
14766         Add driver.[ch]
14767
14768         * bus/connection.c: (connection_disconnect_handler):
14769         Remove the connection from the bus driver's list.
14770
14771         (connection_watch_callback): Dispatch messages.
14772
14773         (free_connection_data): Free connection name.
14774
14775         (bus_connection_setup): Add connection to the bus driver's list.
14776         (bus_connection_remove_owned_service):
14777         (bus_connection_set_name), (bus_connection_get_name):
14778         Add functions for setting and getting the connection's name.
14779
14780         * bus/connection.h:
14781         Add function headers.
14782
14783         * bus/driver.c: (create_unique_client_name),
14784         (bus_driver_handle_hello_message),
14785         (bus_driver_send_welcome_message), (bus_driver_message_handler),
14786         (bus_driver_add_connection), (bus_driver_remove_connection):
14787         * bus/driver.h:
14788         * bus/main.c:
14789         * bus/services.c: (bus_service_free):
14790         * bus/services.h:
14791         New file that handles communication and registreation with the bus
14792         itself.
14793
14794 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
14795
14796         * dbus/dbus-connection.c: (dbus_connection_send_message):
14797         Add a new client_serial parameter.
14798
14799         (dbus_connection_send_message_with_reply):
14800         Remove a @todo since we've implemented the blocking function.
14801
14802         (dbus_connection_send_message_with_reply_and_block):
14803         New function that sends a message and waits for a reply and
14804         then returns the reply.
14805
14806         * dbus/dbus-connection.h:
14807         Add new functions.
14808
14809         * dbus/dbus-errors.c: (dbus_result_to_string):
14810         * dbus/dbus-errors.h:
14811         Add new DBUS_RESULT.
14812
14813         * dbus/dbus-message-internal.h:
14814         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
14815         (_dbus_message_set_sender), (dbus_message_write_header),
14816         (dbus_message_new_reply), (decode_header_data),
14817         (_dbus_message_loader_return_buffer), (_dbus_message_test):
14818         * dbus/dbus-message.h:
14819         Add new functions that set the reply serial and sender.
14820         Also marshal and demarshal them correctly and add test.
14821
14822         * dbus/dbus-protocol.h:
14823         Add new DBUS_MESSAGE_TYPE_SENDER.
14824
14825         * glib/dbus-glib.h:
14826         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
14827         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
14828         (dbus_connection_hookup_with_g_main):
14829         * glib/test-dbus-glib.c: (main):
14830         Rewrite to use GIOChannel and remove the GSource crack.
14831
14832         * test/echo-client.c: (main):
14833         * test/watch.c: (check_messages):
14834         Update for changed APIs
14835
14836 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14837
14838         * dbus/Makefile.am: Add dbus-timeout.[cħ]
14839
14840         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
14841         Create a DBusTimeoutList.
14842         (dbus_connection_set_timeout_functions): Add new function to
14843         set timeout callbacks
14844
14845         * dbus/dbus-connection.h: Add public DBusTimeout API.
14846
14847         * dbus/dbus-message.c: (dbus_message_get_service):
14848         * dbus/dbus-message.h:  New function.
14849
14850         * dbus/dbus-server.c: Fix small doc typo.
14851
14852         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
14853
14854 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
14855
14856         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
14857         of the string, just as long as specified.
14858
14859 2003-01-19  Havoc Pennington  <hp@pobox.com>
14860
14861         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
14862         new function
14863
14864         * dbus/dbus-server.c (dbus_server_set_max_connections)
14865         (dbus_server_get_max_connections, dbus_server_get_n_connections):
14866         keep track of current number of connections, and add API for
14867         setting a max (but haven't implemented enforcing the max yet)
14868
14869 2003-01-18  Havoc Pennington  <hp@pobox.com>
14870
14871         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
14872         reading/writing if read_watch != NULL or write_watch != NULL.
14873
14874         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
14875         the message loader code to actually load message->header and
14876         message->body into the newly-created message.
14877
14878         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
14879         in OOM case
14880
14881         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
14882         (dbus_connection_get_max_message_size)
14883         (dbus_connection_set_max_live_messages_size)
14884         (dbus_connection_get_max_live_messages_size): implement some
14885         resource limitation functions
14886
14887         * dbus/dbus-resources.c: new file implementing some of the
14888         resource limits stuff
14889
14890         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
14891         missing docs, add @todo to handle OOM etc.
14892
14893         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
14894         docs
14895
14896 2003-01-18  Havoc Pennington  <hp@pobox.com>
14897
14898         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
14899         connection if it hasn't been already.
14900
14901         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
14902         replace with DisconnectFunction.
14903
14904 2003-01-18  Havoc Pennington  <hp@pobox.com>
14905
14906         Building --disable-verbose-mode --disable-asserts --disable-tests
14907         cuts the library from 112K to 45K or so
14908
14909         * configure.in: check for varargs macro support,
14910         add --enable-verbose-mode, --enable-asserts.
14911
14912         * dbus/dbus-internals.h (_dbus_assert): support
14913         DBUS_DISABLE_ASSERT
14914         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
14915
14916 2003-01-18  Havoc Pennington  <hp@pobox.com>
14917
14918         * dbus/dbus-test.c: include config.h so that tests actually run
14919
14920         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
14921         so the failure mode when that assumption fails will be plenty
14922         obvious.
14923
14924 2003-01-18  Havoc Pennington  <hp@pobox.com>
14925
14926         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
14927
14928         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
14929         the distribution
14930
14931         * test/Makefile.am: don't use special variable "TESTS" for echo-*
14932         since we don't want to use those in make check
14933
14934 2003-01-15  Havoc Pennington  <hp@redhat.com>
14935
14936         Release 0.2
14937
14938         * NEWS: update
14939
14940 2003-01-15  Havoc Pennington  <hp@redhat.com>
14941
14942         * test/Makefile.am: fix so that test source code ends up in the
14943         distribution on make distcheck
14944
14945 2003-01-15  Havoc Pennington  <hp@redhat.com>
14946
14947         Release 0.1.
14948
14949         * NEWS: update
14950
14951 2003-01-15  Havoc Pennington  <hp@redhat.com>
14952
14953         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
14954         fix build when --disable-tests
14955
14956         * Makefile.am (EXTRA_DIST): put HACKING in here
14957
14958         * HACKING: document procedure for making a tarball release.
14959
14960 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
14961
14962         * bus/connection.c: (connection_error_handler),
14963         (bus_connection_setup):
14964         * bus/main.c: (main):
14965         Make sure that the DBusConnectionData struct is NULLed
14966         out to prevent a segfault.
14967
14968         * dbus/dbus-errors.c: (dbus_result_to_string):
14969         * dbus/dbus-errors.h:
14970         * dbus/dbus-message.c: (dbus_message_get_fields),
14971         (dbus_message_get_fields_valist), (_dbus_message_test):
14972         * dbus/dbus-message.h:
14973         Make dbus_message_get_fields return a result code so we can
14974         track invalid fields as well as oom.
14975
14976 2003-01-11  Havoc Pennington  <hp@pobox.com>
14977
14978         * configure.in: change --enable-test/--enable-ansi action-if-given
14979         to enable_foo=$enableval instead of enable_foo=yes
14980
14981 2003-01-08  Havoc Pennington  <hp@pobox.com>
14982
14983         * dbus/dbus-string.c (_dbus_string_align_length): new function
14984
14985         * dbus/dbus-test-main.c: move main() for test app here
14986         * dbus/dbus-test.c
14987         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
14988         symbol to run tests, because dbus-test isn't in the main
14989         library
14990
14991         Code review nitpicks.
14992
14993         * dbus/dbus-message.c (dbus_message_write_header): add newlines
14994         for people with narrow emacs ;-). Assert client_serial was filled
14995         in. Assert message->name != NULL.
14996         (dbus_message_append_fields): have "first_field_type" arg separate
14997         from va list, needed for C++ binding that also uses varargs IIRC
14998         and helps with type safety
14999         (dbus_message_new): add @todo about using DBusString to store
15000         service/name internally
15001         (dbus_message_new): don't leak ->service and ->name on OOM later
15002         in the function
15003         (dbus_message_unref): free the service name
15004         (dbus_message_get_fields): same change to varargs
15005         i.e. first_field_type
15006         (_dbus_message_loader_return_buffer): assert that the message data
15007         is aligned (if not it's a bug in our code). Put in verbose griping
15008         about why we set corrupted = TRUE.
15009         (decode_header_data): add FIXME that char* is evil.  Was going to
15010         add FIXME about evil locale-specific string.h strncmp, but just
15011         switched to wacky string-as-uint32 optimization. Move check for
15012         "no room for field name" above get_const_data_len() to avoid
15013         assertion failure in get_const_data_len if we have trailing 2
15014         bytes or the like. Check for service and name fields being
15015         provided twice. Don't leak service/name on error. Require field
15016         names to be aligned to 4 bytes.
15017
15018         * dbus/dbus-marshal.c: move byte swap stuff to header
15019         (_dbus_pack_int32): uscore-prefix
15020         (_dbus_unpack_int32): uscore-prefix
15021         (_dbus_unpack_uint32): export
15022         (_dbus_demarshal_string): add @todo complaining about use of
15023         memcpy()
15024         (_dbus_marshal_get_field_end_pos): add @todo about bad error
15025         handling allowing corrupt data to go unchecked
15026
15027 2003-01-08  Havoc Pennington  <hp@redhat.com>
15028
15029         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
15030         to the select() as needed for authentication. (should be using
15031         _dbus_poll() not select, but for another day)
15032
15033         * dbus/dbus.h: include dbus/dbus-protocol.h
15034
15035 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
15036
15037         * dbus/Makefile.am (dbusinclude_HEADERS): Install
15038         dbus-connection.h
15039
15040 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
15041
15042         * dbus/dbus-internals.c: (_dbus_type_to_string):
15043         New function that returns a string describing a type.
15044
15045         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
15046         * dbus/dbus-marshal.h:
15047         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
15048         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
15049         (dbus_message_iter_get_byte_array):
15050         * dbus/dbus-message.h:
15051         Add new convenience functions for appending and getting message fields.
15052         Also add demarshalling routines for byte arrays.
15053
15054 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15055
15056         * dbus/dbus-connection-internal.h:
15057         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
15058         (_dbus_connection_get_next_client_serial),
15059         (dbus_connection_send_message):
15060         * dbus/dbus-internals.h:
15061         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
15062         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
15063         (_dbus_marshal_uint32), (_dbus_demarshal_double),
15064         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
15065         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
15066         (_dbus_verbose_bytes), (_dbus_marshal_test):
15067         * dbus/dbus-marshal.h:
15068         * dbus/dbus-message-internal.h:
15069         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
15070         (dbus_message_write_header), (_dbus_message_lock),
15071         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
15072         (dbus_message_get_name), (dbus_message_append_int32),
15073         (dbus_message_append_uint32), (dbus_message_append_double),
15074         (dbus_message_append_string), (dbus_message_append_byte_array),
15075         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
15076         (dbus_message_iter_unref), (dbus_message_iter_has_next),
15077         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
15078         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
15079         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
15080         (decode_header_data), (_dbus_message_loader_return_buffer),
15081         (message_iter_test), (_dbus_message_test):
15082         * dbus/dbus-message.h:
15083         * dbus/dbus-protocol.h:
15084         * dbus/dbus-test.c: (main):
15085         * dbus/dbus-test.h:
15086         * glib/test-dbus-glib.c: (message_handler), (main):
15087         * test/echo-client.c: (main):
15088         * test/watch.c: (check_messages):
15089         Make messages sendable and receivable for real.
15090
15091 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15092
15093         * dbus/dbus-marshal.c: (_dbus_marshal_double),
15094         (_dbus_marshal_string), (_dbus_marshal_byte_array):
15095         * dbus/dbus-message.c: (dbus_message_append_int32),
15096         (dbus_message_append_uint32), (dbus_message_append_double),
15097         (dbus_message_append_string), (dbus_message_append_byte_array):
15098         Handle OOM restoration.
15099
15100 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
15101
15102         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15103         (_dbus_demarshal_string), (_dbus_marshal_test):
15104         * dbus/dbus-marshal.h:
15105         * dbus/dbus-message.c: (dbus_message_get_name),
15106         Document these functions.
15107
15108         (dbus_message_append_int32), (dbus_message_append_uint32),
15109         (dbus_message_append_double), (dbus_message_append_string),
15110         (dbus_message_append_byte_array):
15111         * dbus/dbus-message.h:
15112         Add functions for adding message fields of different types.
15113
15114         * dbus/dbus-protocol.h:
15115         Add the different types.
15116
15117 2003-01-05  Havoc Pennington  <hp@pobox.com>
15118
15119         * bus/connection.c: implement routines for handling connections,
15120         first thing is keeping a list of owned services on each connection
15121         and setting up watches etc.
15122
15123         * bus/services.c: implement a mapping from service names to lists
15124         of connections
15125
15126         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
15127
15128         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
15129         to use static mutexes for global data
15130
15131         * dbus/dbus-connection.c (dbus_connection_set_data): add new
15132         collection of functions to set/get application-specific data
15133         on the DBusConnection.
15134
15135 2003-01-04  Havoc Pennington  <hp@pobox.com>
15136
15137         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
15138         (_dbus_poll): new function
15139
15140         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
15141         copied from GLib
15142
15143         * bus/loop.c: initial code for the daemon main loop
15144
15145 2003-01-04  Havoc Pennington  <hp@pobox.com>
15146
15147         * test/watch.c (error_handler): make it safe if the error handler
15148         is called multiple times (if we s/error handler/disconnect
15149         handler/ we should just guarantee it's called only once)
15150
15151         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
15152         error handler on disconnect (it's quite possible we should
15153         just change the error handler to a "disconnect handler," I'm
15154         not sure we have any other meaningful errors)
15155
15156         * configure.in: check for getpwnam_r
15157
15158         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
15159         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
15160         mechanism as in SASL spec, using socket credentials
15161
15162         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
15163         (_dbus_send_credentials_unix_socket): new function
15164
15165         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
15166         dbus_accept()
15167         (_dbus_write): only check errno if <0 returned
15168         (_dbus_write_two): ditto
15169
15170 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
15171
15172         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
15173         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
15174         (_dbus_marshal_test):
15175         * dbus/dbus-marshal.h:
15176         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
15177         to _dbus_marshal_utf8_string. Also fix some tests.
15178
15179 2002-12-28  Harri Porten  <porten@kde.org>
15180
15181         * configure.in: added check for C++ compiler and a very cheesy
15182         check for the Qt integration
15183
15184         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
15185
15186         * qt/Makefile.am: added
15187
15188         * qt/.cvsignore: added
15189
15190         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
15191         latter, added #ifdef QT_THREAD_SUPPORT guard.
15192
15193         * dbus/Makefile.am: added missing headers for make dist
15194
15195 2002-12-28  Kristian Rietveld  <kris@gtk.org>
15196
15197         * dbus/Makefile.am: fixup export-symbols-regex.
15198
15199 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
15200
15201         * acinclude.m4: Add this file and put the
15202         PKG_CHECK_MODULE macro in it.
15203
15204 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
15205
15206         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15207         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15208         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
15209         (_dbus_marshal_test):
15210         Make the demarshalling routines align the pos argument.
15211         Add string marshalling tests and fix the obvious bugs
15212         discovered.
15213
15214 2002-12-26  Havoc Pennington  <hp@pobox.com>
15215
15216         * dbus/dbus-auth.c: fixes fixes fixes
15217
15218         * dbus/dbus-transport-unix.c: wire up support for
15219         encoding/decoding data on the wire
15220
15221         * dbus/dbus-auth.c (_dbus_auth_encode_data)
15222         (_dbus_auth_decode_data): append to target string
15223         instead of nuking it.
15224
15225 2002-12-26  Havoc Pennington  <hp@pobox.com>
15226
15227         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
15228         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
15229         doh
15230
15231         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
15232         avoid swap_bytes() overhead (ignoring possible assembly stuff for
15233         now). Main point is because I wanted unpack_uint32 to implement
15234         _dbus_verbose_bytes
15235         (_dbus_verbose_bytes): new function
15236
15237         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
15238
15239         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
15240         mechanism to handle a corrupt message stream
15241         (_dbus_message_loader_new): fix preallocation to only prealloc,
15242         not prelengthen
15243
15244         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
15245         (_dbus_string_test): enhance tests for copy/move and fix the
15246         functions
15247
15248         * dbus/dbus-transport-unix.c: Hold references in more places to
15249         avoid reentrancy problems
15250
15251         * dbus/dbus-transport.c: ditto
15252
15253         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
15254         leak reference count in no-message case
15255
15256         * test/watch.c (do_mainloop): handle adding/removing watches
15257         during iteration over the watches. Also, ref the connection/server
15258         stored on a watch, so we don't try to mangle a destroyed one.
15259
15260         * dbus/dbus-transport-unix.c (do_authentication): perform
15261         authentication
15262
15263         * dbus/dbus-auth.c (get_state): add a state
15264         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
15265         (_dbus_auth_get_unused_bytes): append the unused bytes
15266         to the passed in string, rather than prepend
15267
15268         * dbus/dbus-transport.c (_dbus_transport_init_base): create
15269         the auth conversation DBusAuth
15270
15271         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
15272         (_dbus_transport_new_for_domain_socket): when creating a
15273         transport, pass in whether it's a client-side or server-side
15274         transport so we know which DBusAuth to create
15275
15276 2002-12-03  Havoc Pennington  <hp@pobox.com>
15277
15278         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
15279         _after_ finalizing the derived members
15280         (unix_connection_set): unref watch if we fail to add it
15281
15282         * dbus/dbus-connection.c (dbus_connection_unref): delete the
15283         transport first, so that the connection owned by the
15284         transport will be valid as the transport finalizes.
15285
15286         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
15287         if necessary, and remove watches from the connection.
15288
15289         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
15290
15291 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
15292
15293         * dbus/dbus-marshal.c: (_dbus_marshal_string),
15294         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15295         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
15296         (_dbus_marshal_test):
15297         * dbus/dbus-marshal.h:
15298         Add string marshal functions and have the demarshal functions
15299         return the new position.
15300
15301 2002-12-25  Havoc Pennington  <hp@pobox.com>
15302
15303         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
15304         it is a simple protocol that just maps directly to SASL.
15305
15306         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
15307         initial implementation, not actually used yet.
15308
15309         * dbus/dbus-string.c (_dbus_string_find): new function
15310         (_dbus_string_equal): new function
15311         (_dbus_string_base64_encode): new function
15312         (_dbus_string_base64_decode): new function
15313
15314 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
15315
15316         * dbus/Makefile.am:
15317         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
15318         (_dbus_marshal_int32), (_dbus_marshal_uint32),
15319         (_dbus_demarshal_double), (_dbus_demarshal_int32),
15320         (_dbus_demarshal_uint32), (_dbus_marshal_test):
15321         * dbus/dbus-marshal.h:
15322         * dbus/dbus-protocol.h:
15323         * dbus/dbus-test.c: (main):
15324         * dbus/dbus-test.h:
15325         Add un-optimized marshalling/demarshalling routines.
15326
15327 2002-12-25  Harri Porten  <porten@kde.org>
15328
15329         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
15330
15331 2002-12-24  Zack Rusin  <zack@kde.org>
15332
15333         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
15334         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
15335         main loop stuff
15336
15337 2002-12-24  Havoc Pennington  <hp@pobox.com>
15338
15339         * glib/dbus-gthread.c: fix include
15340
15341         * glib/dbus-glib.h: rename DBusMessageHandler for now.
15342         I think glib API needs to change, though, as you don't
15343         want to use DBusMessageFunction, you want to use the
15344         DBusMessageHandler object. Probably
15345         dbus_connection_open_with_g_main_loop()
15346         and dbus_connection_setup_g_main_loop() or something like that
15347         (but think of better names...) that just create a connection
15348         that has watch/timeout functions etc. already set up.
15349
15350         * dbus/dbus-connection.c
15351         (dbus_connection_send_message_with_reply): new function just to
15352         show how the message handler helps us deal with replies.
15353
15354         * dbus/dbus-list.c (_dbus_list_remove_last): new function
15355
15356         * dbus/dbus-string.c (_dbus_string_test): free a string that
15357         wasn't
15358
15359         * dbus/dbus-hash.c: use memory pools for the hash entries
15360         (rebuild_table): be more paranoid about overflow, and
15361         shrink table when we can
15362         (_dbus_hash_test): reduce number of sprintfs and write
15363         valid C89. Add tests for case where we grow and then
15364         shrink the hash table.
15365
15366         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
15367
15368         * dbus/dbus-connection.c (dbus_connection_register_handler)
15369         (dbus_connection_unregister_handler): new functions
15370
15371         * dbus/dbus-message.c (dbus_message_get_name): new
15372
15373         * dbus/dbus-list.c: fix docs typo
15374
15375         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
15376         an object representing a handler for messages.
15377
15378 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15379
15380         * glib/dbus-glib.h:
15381         * glib/dbus-gthread.c: (dbus_gthread_init):
15382         Don't use the gdbus prefix for public functions.
15383
15384 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
15385
15386         * Makefile.am:
15387         * configure.in:
15388         Add GLib checks and fixup .pc files
15389
15390         * glib/Makefile.am:
15391         * glib/dbus-glib.h:
15392         * glib/dbus-gmain.c: (gdbus_connection_prepare),
15393         (gdbus_connection_check), (gdbus_connection_dispatch),
15394         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
15395         (dbus_connection_gsource_new):
15396         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
15397         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
15398         * glib/test-dbus-glib.c: (message_handler), (main):
15399         Add GLib support.
15400
15401 2002-12-15  Harri Porten  <porten@kde.org>
15402
15403         * autogen.sh: check for libtoolize before attempting to use it
15404
15405         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
15406         struct.
15407
15408         * .cvsignore: ignore more stamp files
15409
15410         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
15411
15412         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
15413         without make install.
15414
15415 2002-12-15  Havoc Pennington  <hp@pobox.com>
15416
15417         * dbus/dbus-threads.c: add thread stubs that a higher library
15418         layer can fill in. e.g. the GLib wrapper might fill them in with
15419         GThread stuff. We still need to use this thread API to
15420         thread-safe-ize the library.
15421
15422 2002-12-12  Havoc Pennington  <hp@pobox.com>
15423
15424         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
15425         below new interfaces and include fewer system headers.
15426
15427         * dbus/dbus-sysdeps.c (_dbus_read): new function
15428         (_dbus_write): new function
15429         (_dbus_write_two): new function
15430         (_dbus_connect_unix_socket): new function
15431         (_dbus_listen_unix_socket): new function
15432
15433         * dbus/dbus-message-internal.h: change interfaces to use
15434         DBusString
15435
15436 2002-12-11  Havoc Pennington  <hp@pobox.com>
15437
15438         * dbus/dbus-types.h: add dbus_unichar
15439
15440         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
15441
15442         * dbus/dbus-connection.c (dbus_connection_send_message): return
15443         TRUE on success
15444
15445         * dbus/dbus-transport.c: include dbus-watch.h
15446
15447         * dbus/dbus-connection.c: include dbus-message-internal.h
15448
15449         * HACKING: add file with coding guidelines stuff.
15450
15451         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
15452         handling here, for security purposes (as in vsftpd). Not actually
15453         using this class yet.
15454
15455         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
15456         system/libc usage here, as in vsftpd, for ease of auditing (and
15457         should also simplify portability). Haven't actually moved all the
15458         system/libc usage into here yet.
15459
15460 2002-11-25  Havoc Pennington  <hp@pobox.com>
15461
15462         * dbus/dbus-internals.c (_dbus_verbose): fix to not
15463         always print the first verbose message.
15464
15465 2002-11-24  Havoc Pennington  <hp@pobox.com>
15466
15467         * test/echo-client.c, test/echo-server.c: cheesy test
15468         clients.
15469
15470         * configure.in (AC_CHECK_FUNCS): check for writev
15471
15472         * dbus/dbus-message.c (_dbus_message_get_network_data): new
15473         function
15474
15475         * dbus/dbus-list.c (_dbus_list_foreach): new function
15476
15477         * dbus/dbus-internals.c (_dbus_verbose): new function
15478
15479         * dbus/dbus-server.c, dbus/dbus-server.h: public object
15480         representing a server that listens for connections.
15481
15482         * dbus/.cvsignore: create
15483
15484         * dbus/dbus-errors.h, dbus/dbus-errors.c:
15485         public API for reporting errors
15486
15487         * dbus/dbus-connection.h, dbus/dbus-connection.c:
15488         public object representing a connection that
15489         sends/receives messages. (Same object used for
15490         both client and server.)
15491
15492         * dbus/dbus-transport.h, dbus/dbus-transport.c:
15493         Basic abstraction for different kinds of stream
15494         that we might read/write messages from.
15495
15496 2002-11-23  Havoc Pennington  <hp@pobox.com>
15497
15498         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
15499         _DBUS_INT_MAX
15500
15501         * dbus/dbus-test.c (main): add list test, and include
15502         dbus-test.h as intended
15503
15504         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
15505         (_dbus_hash_table_remove_int): return value indicates
15506         whether the entry existed to remove
15507
15508         * dbus/dbus-list.c: add linked list utility class,
15509         with docs and tests
15510
15511         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
15512         array sometimes.
15513
15514 2002-11-23  Havoc Pennington  <hp@pobox.com>
15515
15516         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
15517         DBUS_END_DECLS to nothing, that should fix this once and for all
15518
15519         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
15520
15521         * dbus/dbus-message.c, dbus/dbus-hash.c:
15522         add some missing @brief
15523
15524 2002-11-23  Havoc Pennington  <hp@pobox.com>
15525
15526         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
15527         to avoid confusing Doxygen
15528
15529         * dbus/dbus-hash.c: @} not }@
15530
15531         * dbus/dbus-message.c (struct DBusMessage): split out
15532         internals docs
15533
15534 2002-11-23  Havoc Pennington  <hp@pobox.com>
15535
15536         * configure.in: pile on more warning flags if using gcc
15537
15538         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
15539         to document static functions
15540
15541         * configure.in: add summary to end of configure so it
15542         looks nice and attractive
15543
15544         * dbus/dbus-hash.c: finish implementation and write unit
15545         tests and docs
15546
15547         * configure.in: add --enable-tests to enable unit tests
15548
15549         * dbus/dbus-test.c: test program to run unit tests
15550         for all files in dbus/*, initially runs a test for
15551         dbus-hash.c
15552
15553         * dbus/dbus-internals.h: file to hold some internal utility stuff
15554
15555 2002-11-22  Havoc Pennington  <hp@redhat.com>
15556
15557         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
15558         "ported" away from Tcl
15559
15560         * dbus/dbus-types.h: header for types such as dbus_bool_t
15561
15562 2002-11-22  Havoc Pennington  <hp@redhat.com>
15563
15564         * dbus/dbus.h: fixups for doc warnings
15565
15566         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
15567         macros
15568         (QUIET): make it quiet so we can see warnings
15569
15570         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
15571
15572 2002-11-22  Havoc Pennington  <hp@redhat.com>
15573
15574         * Makefile.am: include "Doxyfile" target in all-local
15575
15576         * configure.in: generate the Doxyfile
15577
15578         * Doxyfile.in: move Doxyfile here, so we can use
15579         configure to generate a Doxyfile with the right
15580         version number etc.
15581
15582 2002-11-22  Havoc Pennington  <hp@redhat.com>
15583
15584         * dbus/dbus-message.c: move inline docs into .c file
15585
15586         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
15587         so all docs are under doc/
15588         (MAN_EXTENSION): generate man pages. Use extension
15589         ".3dbus" which matches ".3qt" on my system,
15590         I guess this is OK, I don't know really.
15591         (FILE_PATTERNS): look for .c files not .h, makes sense
15592         for plain C I think
15593
15594 2002-11-22  Havoc Pennington  <hp@pobox.com>
15595
15596         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
15597         because any app can be a server, and any app can be a client,
15598         the bus is a special kind of server.
15599
15600 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
15601
15602         * Doxyfile : adding. Still needs Makefile rules to be generated
15603         automatically (just run "doxygen" in the toplevel dir for now to
15604         generate docs)
15605
15606         * dbus/dbus-message.h : Adding sample docs (javadoc since
15607         resembles gtk-doc a little more)
15608
15609         * dbus/dbus.h : Adding sample docs
15610
15611 2002-11-21  Havoc Pennington  <hp@redhat.com>
15612
15613         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
15614         so we can allow ourselves to include files directly,
15615         instead of having to use dbus.h
15616
15617         * dbus/dbus.h: fill in
15618
15619         * dbus/dbus-message.h: sketch out a sample header file.
15620         Include griping if you include it directly instead of
15621         via dbus.h
15622
15623         * dbus/dbus-macros.h: new file with macros for extern "C",
15624         TRUE/FALSE, NULL, etc.
15625
15626         * doc/file-boilerplate.c: put include guards in here
15627
15628 2002-11-21  Havoc Pennington  <hp@redhat.com>
15629
15630         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
15631
15632         * COPYING: include the GPL as well, and license code
15633         under both AFL and GPL.
15634
15635 2002-11-21  Havoc Pennington  <hp@redhat.com>
15636
15637         * acconfig.h: get rid of this
15638
15639         * autogen.sh (run_configure): add --no-configure option
15640
15641         * configure.in: remove AC_ARG_PROGRAM to make
15642         autoconf complain less. add AC_PREREQ.
15643         add AC_DEFINE third arg.
15644
15645 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
15646
15647         * doc/Makefile.am:
15648         Fix references so we can distcheck.
15649
15650 2002-11-21  Havoc Pennington  <hp@redhat.com>
15651
15652         * Initial module creation
15653