0e9140472da67440e00d167d7d7fc0a1be78956a
[platform/upstream/dbus.git] / ChangeLog
1 2003-04-18  Havoc Pennington  <hp@pobox.com>
2
3         * glib/dbus-gmain.c: adapt to watch changes
4
5         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
6
7         * dbus/dbus-server.h: remove dbus_server_handle_watch
8
9         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
10
11         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
12         like DBusTimeout, so we don't need dbus_connection_handle_watch
13         etc.
14
15 2003-04-17  Havoc Pennington  <hp@redhat.com>
16
17         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
18         database usage so it all goes via the DBusUserDatabase cache.
19
20 2003-04-17  Havoc Pennington  <hp@redhat.com>
21
22         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
23         there was an OOM watch we skipped, we always return TRUE so we
24         iterate again to have a look at it again. Fixes test suite hang.
25         Code rearrangement also lets us lose some memset and only iterate
26         over callbacks once.
27
28         * bus/driver.c (bus_driver_handle_message): sense of test for
29         reply was backward
30
31 2003-04-16  Havoc Pennington  <hp@pobox.com>
32
33         * doc/dbus-specification.sgml: make spec say serials are unsigned
34
35         * dbus/dbus-message.h: change message serials to unsigned
36
37         * dbus/dbus-connection.c: adapt to message serials being unsigned
38         
39 2003-04-15  Havoc Pennington  <hp@pobox.com>
40
41         * bus/bus.c: create and keep around a shared DBusUserDatabase 
42         object.
43
44         * bus/connection.c (bus_connection_get_groups): don't cache
45         groups for user in the connection object, since user database 
46         object now does that.
47
48 2003-04-16  Havoc Pennington  <hp@redhat.com>
49
50         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
51         list of size counters
52         (_dbus_message_loader_putback_message_link): put back a popped link
53
54         * dbus/dbus-connection.c
55         (dbus_connection_set_max_live_messages_size): rename 
56         max_received_size
57         (dbus_connection_get_outgoing_size): get size of outgoing 
58         queue
59         (_dbus_connection_set_connection_counter): remove this cruft
60         
61 2003-04-14  Havoc Pennington  <hp@redhat.com>
62
63         * dbus/dbus-userdb.c: user database abstraction, mostly to get
64         caching, but at some point we might want to be able to use a
65         different database.
66
67         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
68         SHA1 conf file to test the sha1 auth mechanism, since the regular
69         test always uses EXTERNAL when available.
70
71         * configure.in,
72         test/data/valid-config-files/debug-allow-all-sha1.conf.in: 
73         add conf file that requires use of sha1 auth
74
75 2003-04-13  Havoc Pennington  <hp@pobox.com>
76         
77         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
78         from Philip Blundell to send messages and monitor them.
79         
80 2003-04-13  Havoc Pennington  <hp@pobox.com>
81
82         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting 
83         callbacks
84
85         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
86         users
87
88         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
89         fix to only recover unused bytes if we're already authenticated
90         (_dbus_transport_get_is_authenticated): fix to still mark us 
91         authenticated if there are unused bytes.
92
93         * bus/dispatch.c: implement security policy checking
94         
95         * bus/connection.c (bus_transaction_send_from_driver): new
96
97         * bus/bus.c (bus_context_check_security_policy): new
98
99         * bus/dispatch.c (send_service_nonexistent_error): delete this,
100         now we just set the DBusError and it gets converted to an error
101         reply.
102
103         * bus/connection.c (allow_user_function): enable code using actual
104         data from the config file
105
106         * bus/policy.c (list_allows_user): handle wildcard rules for
107         user/group connection perms
108
109 2003-04-13  Havoc Pennington  <hp@pobox.com>
110
111         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
112         
113         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
114
115         * bus/policy.c (bus_policy_append_mandatory_rule)
116         (bus_policy_append_default_rule, bus_policy_append_user_rule)
117         (bus_policy_append_group_rule): new functions
118
119 2003-04-12  Havoc Pennington  <hp@pobox.com>
120
121         * bus/config-parser.c (bus_config_parser_new): fix a memleak
122
123         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
124         the pid/gid/uid, just for paranoia.
125
126         * test/break-loader.c (randomly_do_n_things): find a byte
127         containing a type code, and randomly change it to a different 
128         type code.
129
130 2003-04-12  Havoc Pennington  <hp@pobox.com>
131
132         * bus/policy.h: change BusPolicy to be the thing from the config
133         file, and rename old BusPolicy to BusClientPolicy
134
135         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to 
136         match change in how policy works
137
138         * dbus/dbus-internals.h: mark assert_not_reached as
139         __attribute((noreturn))__
140
141 2003-04-11  Havoc Pennington  <hp@redhat.com>
142
143         * doc/dbus-specification.sgml: fix a spot with the wrong name for 
144         the broadcast service. Use boolean return for ServiceExists.
145
146 2003-04-11  Havoc Pennington  <hp@redhat.com>
147
148         * configure.in: add another directory to look for qt in.
149
150 2003-04-11  Havoc Pennington  <hp@redhat.com>
151
152         * AUTHORS: add Colin Walters
153
154 2003-04-11  Havoc Pennington  <hp@redhat.com>
155
156         * NEWS: update
157
158         * configure.in: 0.9
159
160 2003-04-11  Havoc Pennington  <hp@redhat.com>
161
162         * bus/messagebus.in: remove pid file when stopping the
163         message bus, since the bus won't have privileges to remove it
164         itself.
165
166 2003-04-11  Havoc Pennington  <hp@redhat.com>
167
168         * bus/bus.c (bus_context_new): move credentials change after
169         creating pidfile
170
171 2003-04-11  Havoc Pennington  <hp@pobox.com>
172
173         * test/decode-gcov.c: add "below average functions" to the
174         coverage report, and change how some of the code works.
175
176         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
177         not in the coverage stats.
178
179         * test/test-service.c (main): use _dbus_verbose not fprintf in a
180         couple places so running the test suite doesn't result in megaspam.
181
182 2003-04-11  Havoc Pennington  <hp@pobox.com>
183
184         * bus/dispatch.c (check_existent_service_activation): accept a no
185         memory error in a place we didn't before
186
187         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
188         in case the first one failed," since the test suite is less
189         broken now.
190
191 2003-04-10  Havoc Pennington  <hp@pobox.com>
192
193         * bus/dispatch.c (check_segfault_service_activation): add test
194         for launching an executable that just crashes.
195
196         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
197         don't leave a million cores. We'll see how portable this is.
198
199 2003-04-10  Havoc Pennington  <hp@pobox.com>
200
201         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
202         the possible parent failures before we fork, so that we don't
203         fail to create a babysitter after creating the child.
204
205         * bus/activation.c (bus_activation_activate_service): kill child
206         if we don't successfully complete the activation.
207
208 2003-04-10  Havoc Pennington  <hp@redhat.com>
209
210         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
211         the connection if it's disconnected
212
213         * bus/activation.c (bus_activation_service_created): use new
214         transaction features to roll back removal of pending activation if
215         we don't successfully create the service after all. Don't remove
216         pending activation if the function fails.
217
218         * dbus/dbus-list.c (_dbus_list_insert_before_link) 
219         (_dbus_list_insert_after_link): new code to facilitate
220         services.c fixes
221
222         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
223         new functionality, so we can preallocate the ability to insert
224         into a hash table.
225
226         * bus/connection.c (bus_transaction_add_cancel_hook): new function
227         allowing us to put custom hooks in a transaction to be used for 
228         cancelling said transaction
229
230         * doc/dbus-specification.sgml: add some discussion of secondary
231         service owners, and disallow zero-length service names
232
233         * bus/services.c (bus_registry_acquire_service): new function,
234         splits out part of bus_driver_handle_acquire_service() and fixes 
235         a bug where we didn't remove the service doing the acquiring 
236         from the secondary queue if we failed to remove the current owner
237         from the front of the queue.
238         
239 2003-04-10  Alexander Larsson  <alexl@redhat.com>
240
241         * doc/dbus-specification.sgml:
242         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
243         
244 2003-04-10  Alexander Larsson  <alexl@redhat.com>
245
246         * bus/.cvsignore:
247         * glib/.cvsignore:
248         * test/.cvsignore:
249         Added files to cvsignore
250         
251         * dbus/dbus-message.h:
252         * dbus/dbus-message.c: (dbus_message_iter_get_named):
253         Make get_named() take two out argument and return a boolean.
254         (dbus_message_iter_get_args_valist):
255         Update usage of get_named().
256         (dbus_message_iter_append_byte):
257         Fix typo
258         (dbus_message_iter_append_named)
259         Fix typo
260         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
261         More tests.
262
263 2003-04-10  Alexander Larsson  <alexl@redhat.com>
264
265         * dbus/dbus-marshal.[ch]:
266         Add array_type_pos argument to _dbus_marshal_validate_arg.
267         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
268         
269         * dbus/dbus-message.[ch]:
270         Multi-dimensional arrays have full type specification in the
271         outermost array. Iter code re-arranged to handle this.
272         Added some more iter tests.
273         
274         * doc/dbus-specification.sgml:
275         Add me to authors.
276         Remove old FIXME.
277         Update new array encoding description.
278         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
279         
280         * test/data/invalid-messages/array-with-mixed-types.message:
281         * test/data/valid-messages/array-of-array-of-uint32.message:
282         Change to the new array format.
283         
284         * test/data/invalid-messages/too-short-dict.message:
285         Fix bug in test.
286         
287         * test/data/valid-messages/recursive-types.message:
288         Fix up and extend test.
289
290 2003-04-10  Havoc Pennington  <hp@pobox.com>
291
292         * bus/dispatch.c: lots of fixes
293         
294         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
295         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
296         that was crack, broke the test service.
297
298         * dbus/dbus-transport.c (_dbus_transport_open): fix error
299         handling to avoid piling up errors if we get a failure on the 
300         first address.
301
302         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
303         pid in assertion failures.
304
305         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
306         to some fixed size of file descriptor array. Don't return TRUE
307         anytime a timeout exists, that led to lots of busy loop silliness
308         in the tests.
309
310 2003-04-09  Havoc Pennington  <hp@redhat.com>
311
312         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
313         I'd checked this in earlier but hadn't.
314
315 2003-04-09  Havoc Pennington  <hp@redhat.com>
316
317         * bus/dispatch.c (bus_dispatch_test): get a bit further through
318         the activation test (man this is getting old!)
319
320 2003-04-09  Havoc Pennington  <hp@redhat.com>
321
322         * test/test-utils.c: use dispatch status function to fix this up
323
324         * bus/connection.c (connection_watch_callback): don't dispatch
325         from here
326         (connection_timeout_callback): don't dispatch from here
327         (bus_connections_setup_connection): set the dispatch status function
328         (bus_connection_disconnected): unset it
329
330         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
331         used to add a connection to be dispatched
332         (_dbus_loop_iterate): do the dispatching at the end of each
333         iteration
334
335         * dbus/dbus-connection.c
336         (dbus_connection_set_dispatch_status_function): new function
337         allowing us to fix up main loop usage
338         (_dbus_connection_last_unref): free all the various function
339         user data
340         (dbus_connection_dispatch): call the DispatchStatusFunction 
341         whenever this function returns
342         (dbus_connection_handle_watch): call DispatchStatusFunction
343         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
344         (reply_handler_timeout): call DispatchStatusFunction
345         (dbus_connection_flush): call DispatchStatusFunction
346
347 2003-04-09  Havoc Pennington  <hp@redhat.com>
348
349         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and 
350         a memory leak
351
352         * bus/dispatch.c (check_service_activated): fix bug in test
353
354         * dbus/dbus-mainloop.c (check_timeout): fix this up
355
356         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
357         verbose output so we can sort out output from different processes,
358         e.g. in the activation case.
359
360 2003-04-08  Colin Walters  <walters@gnu.org>
361  
362         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
363         the pid file.
364         (bus_context_new): Set it.
365         (bus_context_unref): Use it to delete the pid file.
366  
367 2003-04-08  Havoc Pennington  <hp@redhat.com>
368
369         * test/data/invalid-messages/array-with-mixed-types.message:
370         regression test that fails for the moment
371
372         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
373         tests for convenience
374
375         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
376         array of nil, it broke things.
377
378         * test/data/invalid-messages/array-of-nil.message: regression test
379
380         * test/data/valid-messages/array-of-array-of-uint32.message:
381         happened to write this so added it to suite
382         
383 2003-04-08  Havoc Pennington  <hp@redhat.com>
384
385         * bus/driver.c (bus_driver_handle_acquire_service): init
386         retval/reply before checking name
387
388         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
389         recursion depth argument
390
391         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
392         in the public struct for future extension
393
394         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
395         typo
396
397         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
398         message
399
400         * doc/dbus-specification.sgml: fix typo
401
402 2003-04-08  Alexander Larsson  <alexl@redhat.com>
403
404         Implemented recursive types, named types and new-style iters
405
406         * bus/driver.c:
407         * glib/test-thread-client.c: (thread_func):
408         * glib/test-thread-server.c: (handle_test_message):
409         * test/test-service.c: (handle_echo):
410         Update to new api
411         
412         * dbus/Makefile.am:
413         * dbus/dbus-dict.c:
414         * dbus/dbus-dict.h:
415         * dbus/dbus.h
416         Remove DBusDict
417
418         * dbus/dbus-internals.c: (_dbus_type_to_string):
419         Update for new types.
420         
421         * dbus/dbus-marshal.[ch]:
422         Implement recursive types and the new marshalling format.
423         Remove hardcoded dict marshalling.
424         Marshal named types.
425         
426         * dbus/dbus-message-builder.c:
427         Add BYTE_ARRAY.
428         Remove references to old types
429         
430         * dbus/dbus-message.[ch]:
431         New non-refcounted iter API that supports recursive iters.
432         Use iters for appending, including support for recursive
433         iters.
434         Add byte and named type support.
435         Update everything to new marshalling formats.
436         Add tests for new API.
437         
438         * dbus/dbus-protocol.h:
439         Remove old array types.
440         Add types: BYTE, ARRAY, DICT, NAMED
441         
442         * dbus/dbus-string.c:
443         * dbus/dbus-sysdeps.c:
444         Make parse_double locale safe.
445         
446         * dbus/dbus-test-main.c:
447         Call setlocale.
448         
449         * dbus/dbus-test.c:
450         Kill dict test
451         
452         * doc/dbus-specification.sgml:
453         Update spec
454         
455         * test/data/incomplete-messages/missing-body.message:
456         * test/data/invalid-messages/bad-boolean.message:
457         * test/data/invalid-messages/bad-boolean-array.message:
458         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
459         * test/data/invalid-messages/boolean-has-no-value.message-raw:
460         * test/data/invalid-messages/too-short-dict.message:
461         * test/data/valid-messages/dict-simple.message:
462         * test/data/valid-messages/dict.message:
463         * test/data/valid-messages/emptiness.message:
464         * test/data/valid-messages/lots-of-arguments.message:
465         * test/data/valid-messages/no-padding.message:
466         * test/data/valid-messages/recursive-types.message:
467         Add missing NAME fields
468         Fix up dicts & arrays
469         
470         * test/data/invalid-messages/dict-with-nil-value.message:
471         Removed, this is not invalid anymore.
472         
473         * test/data/valid-messages/recursive-types.message:
474         Add new test for deeply recursive types.
475
476 2003-04-07  Havoc Pennington  <hp@pobox.com>
477
478         * bus/driver.c (bus_driver_handle_acquire_service): return an
479         error if you try to acquire a service that starts with ':'
480
481 2003-04-07  Havoc Pennington  <hp@redhat.com>
482
483         * doc/dbus-specification.sgml: require that base service names 
484         start with ':' and that the base service is created/deleted 
485         as first and last things a connection does on the bus
486
487         * bus/dispatch.c (check_existent_service_activation): lots more 
488         work on the activation test; it doesn't fully pass yet...
489
490         * test/test-service.c (main): fix so we don't memleak the
491         connection to the message bus
492         (filter_func): accept a message asking us to exit
493
494 2003-04-06  Havoc Pennington  <hp@pobox.com>
495
496         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h, 
497         from Colin Walters
498
499         * configure.in: fixes to Qt detection from Colin Walters
500
501         * doc/Makefile.am: Only remove generated docbook dirs if they
502         exist, from Colin Walters
503
504         * dbus/dbus-bus.c: change how we set well-known connections to
505         NULL, so that it works if a single connection is stored in 
506         two well-known array slots.
507
508         * test/Makefile.am: remove a lot of stuff that isn't immediately
509         useful, it's in CVS history if we want it.
510
511         * test/test-service.c: use dbus-mainloop instead of that
512         watch.[hc] crack
513
514 2003-04-06  Havoc Pennington  <hp@pobox.com>
515
516         * dbus/Makefile.am: split lists of sources into stuff that goes in
517         the library, util functions that go in the lib and are also used
518         elsewhere, and util functions that are used in tests/daemon but
519         don't go in the lib.
520
521         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc] 
522         here so it can be used in test binaries also
523
524 2003-04-06  Havoc Pennington  <hp@pobox.com>
525
526         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
527         here in the parent process, so we can return an error if it
528         fails. Also, move some of the code into the child so the parent 
529         is less hosed if we fail midway through.
530
531         * bus/bus.c (bus_context_new): move pidfile detection further up 
532         in the function, before we start overwriting sockets and such.
533
534         * bus/messagebus.in: adjust this a bit, not sure if it will work.
535
536         * configure.in: add --with-system-pid-file and --with-system-socket
537
538 2003-04-06  Colin Walters  <walters@verbum.org>
539
540         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
541
542         * bus/system.conf.in: Declare a pidfile.
543
544         * bus/bus.c (bus_context_new): Test for an existing pid file, and
545         create one (if appropriate).
546
547         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
548         (struct BusConfigParser) [pidfile]: New.
549         (element_type_to_name, merge_included, start_busconfig_child)
550         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
551         (bus_config_parser_unref): Free it.
552         (bus_config_parser_get_pidfile): New function.
553         
554         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
555
556         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
557
558         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
559         
560         * dbus/dbus-sysdeps.h: Prototype it.
561
562 2003-04-06  Havoc Pennington  <hp@pobox.com>
563
564         * bus/bus.c (bus_context_new): print the address in here, rather
565         than in main(), because we need to do it before forking the daemon
566
567         * bus/dispatch.c (send_service_nonexistent_error): set the sender 
568         on the service nonexistent error
569
570         * bus/driver.c (bus_driver_handle_acquire_service): set the
571         sender on the AcquireService reply
572
573         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
574         server also listen on a UNIX socket so services can connect to it.
575
576 2003-04-06  Havoc Pennington  <hp@pobox.com>
577
578         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done 
579         so it detects deadlocks and also we actually init threads when 
580         debugging.
581
582 2003-04-06  Havoc Pennington  <hp@pobox.com>
583
584         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
585         save the domain socket name, and unlink it when we disconnect the
586         server. Means that at least when we exit normally, we won't leave
587         a bunch of junk in /tmp
588
589         * dbus/dbus-transport-unix.c
590         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
591         memory management). (I was making a real change here but then
592         didn't)
593
594 2003-04-06  Havoc Pennington  <hp@pobox.com>
595
596         * bus/bus.c (bus_context_new): fix wrong handling of
597         server_data_slot_unref() in the error case. 
598
599         * dbus/dbus-internals.h (_dbus_assert): change so it passes
600         "(condition) != 0" to _dbus_real_assert so that
601         "_dbus_assert (pointer)" doesn't cause a warning
602
603         * bus/main.c (main): accept --print-address option to print out
604         the message bus address
605
606         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
607
608         * dbus/dbus-transport.c (_dbus_transport_open): special error for
609         "tmpdir" option to unix: address on client side
610
611         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option 
612         to unix: address
613         
614         * configure.in (TEST_SOCKET_DIR): locate a temporary directory 
615         we can use to create sockets in the test suite.
616
617         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
618         cleanly. To be used for testing.
619
620         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
621
622         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
623
624         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
625         handle trying to call this when there's no servers active
626
627 2003-04-05  Havoc Pennington  <hp@pobox.com>
628
629         * NEWS: update
630
631         * configure.in: 0.8
632
633 2003-04-05  Havoc Pennington  <hp@pobox.com>
634
635         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't 
636         crash on startup. Need to get "try starting the daemon" 
637         in the test suite I guess. ;-)
638
639         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
640         tracked the number of open connections; it's better done in 
641         application-specific code as you want it to span all servers etc.
642
643 2003-04-05  Havoc Pennington  <hp@pobox.com>
644
645         * bus/Makefile.am (install-data-hook): add missing DESTDIR, 
646         patch from Colin Walters
647
648 2003-04-05  Havoc Pennington  <hp@pobox.com>
649
650         * doc/config-file.txt (Elements): fix docs of <auth> to reflect 
651         reality; in fact multiple mechanisms are allowed.
652
653         * dbus/dbus-internals.c (_dbus_real_assert)
654         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
655         _dbus_assert_not_reached() into functions, so that they don't show
656         up in basic block counts for test coverage, and don't use up as
657         much disk space. Does mean slower execution speed though, so
658         assumes --disable-asserts is the normal production case.
659
660 2003-04-05  Havoc Pennington  <hp@pobox.com>
661
662         * test/Makefile.am (dist-hook): also dist *.in files
663
664         * NEWS: update
665
666         * configure.in: 0.7
667         
668 2003-04-05  Havoc Pennington  <hp@pobox.com>
669
670         * dbus/dbus-string.c: docs warning
671         
672         * dbus/dbus-spawn.c: missing docs
673
674         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
675
676 2003-04-05  Havoc Pennington  <hp@pobox.com>
677
678         * bus/loop.c (bus_loop_iterate): fix the timeout code, using 
679         magic from GLib
680
681         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid 
682         to -1 once we've reaped the babysitter
683         (_dbus_babysitter_handle_watch): do as much work as we can, not
684         just one go of it
685
686         * bus/activation.c: add code using DBusBabysitter so that we
687         handle it when a service fails to start up properly.
688         (bus_activation_service_created): don't remove the activation
689         entries as we go, just let them get removed when we free the pending
690         activation. Unref reply messages after sending them.
691
692 2003-04-05  Havoc Pennington  <hp@pobox.com>
693
694         * test/decode-gcov.c (main): print per-directory stats in the report
695
696         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
697
698 2003-04-05  Havoc Pennington  <hp@pobox.com>
699
700         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
701
702         * test/decode-gcov.c: hack up a little program to suck data 
703         out of gcov files. Yes this is sort of silly.
704
705         * configure.in: define something in config.h and do an
706         AM_CONDITIONAL when gcov is enabled
707
708 2003-04-04  Havoc Pennington  <hp@redhat.com>
709
710         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
711         return a "babysitter" object that is used to monitor the status of
712         the spawned process and reap it when required.
713
714         * test/test-segfault.c, test/test-exit.c,
715         test/test-sleep-forever.c: binaries that do various lame things, 
716         used in the test suite.
717
718         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
719         
720 2003-04-03  Havoc Pennington  <hp@pobox.com>
721
722         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file 
723         in preparation for modifying it, dbus-sysdeps is getting 
724         a bit unmanageable.
725
726 2003-04-03  Havoc Pennington  <hp@redhat.com>
727
728         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
729         have multiple ones
730
731         * bus/*.[hc]: adapt to mainloop change
732
733 2003-04-03  Havoc Pennington  <hp@redhat.com>
734
735         * bus/activation.c (load_directory): fix up memleaks
736         (bus_activation_entry_free): free the entry
737
738         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
739         we get one from the message bus; fix memleaks.
740
741         * dbus/dbus-message.c (dbus_set_error_from_message): new function
742
743 2003-04-03  Havoc Pennington  <hp@pobox.com>
744
745         * bus/config-parser.c (bus_config_parser_unref): free 
746         list of mechanisms, bug discovered by test suite enhancements
747         (putting system.conf and session.conf into suite)
748
749         * test/Makefile.am, test/test-service.c: add placeholder for a
750         test service that we'll activate as part of test suite. Doesn't 
751         do anything yet.
752
753         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by 
754         setting NULL value, and use system malloc not dbus_malloc() 
755         when we have unavoidable memleakage.
756
757         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
758         didn't work, and support DBUS_BUS_ACTIVATION.
759         
760         * bus/activation.c (child_setup): pass our well-known bus type to
761         the child
762
763         * bus/config-parser.c: support <type> to specify well-known type
764
765         * doc/dbus-specification.sgml: document the env variables to 
766         locate well-known buses and find service activator
767
768 2003-04-02  Havoc Pennington  <hp@redhat.com>
769
770         * test/Makefile.am (all-local): add a rule to copy tests to
771         builddir, so we can have generated tests. Use this to remove the
772         silly hack for testing system.conf and session.conf. Will use this 
773         shortly to generate .service files pointing to test binaries.
774
775 2003-04-02  Havoc Pennington  <hp@redhat.com>
776
777         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
778         current alloc and needed new length, not max of the doubled
779         allocation and needed new length. Also, when building tests, 
780         don't do the double-allocation stuff, just realloc every time.
781
782 2003-04-02  Havoc Pennington  <hp@redhat.com>
783
784         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
785         in error messages
786         (_dbus_string_get_dirname): new
787         (_dbus_sysdeps_test): new
788         (_dbus_directory_open): include dirnames in error messages
789
790         * bus/config-parser.c: interpret <include> and <includedir> and
791         <servicedir> relative to config file location if the given
792         filename is not absolute.
793
794         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
795
796 2003-04-02  Havoc Pennington  <hp@redhat.com>
797
798         * bus/connection.c (bus_transaction_send_error_reply): set sender
799         service for the error, and unref the reply on success
800
801         * bus/activation.c: convert to use BusTransaction so OOM can be
802         handled correctly
803         (bus_activation_service_created): set sender of the message
804
805 2003-04-01  Havoc Pennington  <hp@redhat.com>
806
807         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
808         <includedir> (at least mostly)
809
810         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
811         first, then the user ID
812
813 2003-04-01  Havoc Pennington  <hp@pobox.com>
814
815         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
816         function
817
818         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
819
820         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
821
822         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
823         socket 0777, and unlink any existing socket.
824
825         * bus/bus.c (bus_context_new): change our UID/GID and fork if
826         the configuration file so specifies; set up auth mechanism 
827         restrictions
828
829         * bus/config-parser.c (bus_config_parser_content): add support
830         for <fork> option and fill in code for <auth> 
831
832         * bus/system.conf.in: add <fork/> to default configuration, 
833         and limit auth mechanisms to EXTERNAL
834
835         * doc/config-file.txt (Elements): add <fork>
836
837         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
838         (_dbus_change_identity): new function
839
840 2003-03-31  Havoc Pennington  <hp@redhat.com>
841
842         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket) 
843         (_dbus_listen_unix_socket): fix off-by-one error in null
844         termination spotted by Nalin
845
846 2003-03-31  Havoc Pennington  <hp@redhat.com>
847
848         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
849         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
850         having a real home directory available.
851
852 2003-03-31  Havoc Pennington  <hp@redhat.com>
853
854         * bus/Makefile.am (install-data-hook): create /var/run/dbus
855
856         * bus/messagebus.in: add init script for Red Hat /etc/init.d
857
858         * configure.in: add support for specifying a style of init script
859         to install
860
861 2003-03-31  Havoc Pennington  <hp@redhat.com>
862
863         Fix some annoying DBusString API and fix all affected code.
864         
865         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
866         max_length argument
867         (_dbus_string_get_data): change to return string instead of using 
868         an out param
869         (_dbus_string_get_const_data): ditto
870         (_dbus_string_get_data_len): ditto
871         (_dbus_string_get_const_data_len): ditto
872
873 2003-03-31  Havoc Pennington  <hp@redhat.com>
874
875         * bus/main.c (main): fix up the command line arguments to be nicer
876
877 2003-03-31  Havoc Pennington  <hp@redhat.com>
878
879         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
880         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same 
881         final location that lands in the config file
882
883         * bus/config-loader-expat.c (bus_config_load): fix type of
884         XML_Parser variable
885
886         * doc/TODO: remove TODO item for dbus_bus_get()
887
888         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
889
890 2003-03-31  Havoc Pennington  <hp@pobox.com>
891
892         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
893         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
894         argument since they are always client side
895
896         * dbus/dbus-server.c (dbus_server_get_address): new function
897
898         * bus/main.c (main): take the configuration file as an argument.
899
900         * test/data/valid-config-files/debug-allow-all.conf: new file to 
901         use with dispatch.c tests for example
902
903         * bus/test-main.c (main): require test data dir
904
905         * bus/bus.c (bus_context_new): change this to take a
906         configuration file name as argument
907
908         * doc/config-file.txt (Elements): add <servicedir>
909
910         * bus/system.conf, bus/session.conf: new files
911         
912         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
913         well-known socket if none set
914
915         * configure.in: create system.conf and session.conf
916
917 2003-03-30  Havoc Pennington  <hp@pobox.com>
918
919         * bus/config-parser.c: hacking
920         
921         * dbus/dbus-memory.c: don't use DBusList for the list of stuff 
922         to shut down, since it could cause weirdness with the DBusList
923         lock
924
925         * dbus/dbus-list.c (_dbus_list_test): add tests for the
926         link-oriented stack routines
927         (alloc_link): free the mempool if the first alloc from it fails
928
929         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
930
931         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
932         from GLib
933         (_dbus_string_skip_white): new
934
935         * doc/config-file.txt (Elements): add <includedir>
936
937 2003-03-28  Havoc Pennington  <hp@pobox.com>
938
939         * dbus/dbus-string.c (_dbus_string_copy_data_len)
940         (_dbus_string_copy_data): new functions
941
942 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
943
944         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
945         * dbus/dbus-bus.h:
946         Add dbus_bus_get.
947         
948         * dbus/dbus-memory.c:
949         Fix a doc comment.
950         
951 2003-03-28  Havoc Pennington  <hp@pobox.com>
952
953         * bus/test.c (bus_test_flush_bus): remove the sleep from here, 
954         I think it may have just been superstition. Not sure.
955
956         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
957         failures that were not being handled.
958
959         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
960
961         * dbus/dbus-memory.c: add ability to set number of mallocs in a
962         row that will fail on out-of-memory.
963
964         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
965         function for testing out-of-memory handling.
966
967         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
968         allocation functions, they do map exactly to the expat ones.
969
970 2003-03-27  Havoc Pennington  <hp@redhat.com>
971
972         * bus/config-loader-libxml.c (bus_config_load): add another error
973         check
974
975 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
976
977         * doc/TODO:
978         Add note about automatic service activation.
979         
980         * doc/dbus-specification.sgml:
981         Rename the specification and clarify a few things.
982         
983 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
984
985         * Doxyfile.in:
986         * dbus/dbus-address.c:
987         * dbus/dbus-dict.c:
988         * dbus/dbus-marshal.c:
989         * dbus/dbus-server-debug-pipe.c:
990         * dbus/dbus-transport-unix.c:
991         Fix documentation warnings.
992         
993 2003-03-26  Havoc Pennington  <hp@pobox.com>
994
995         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
996         after every test so it's quick and easy to see which leaked, and
997         so we test multiple dbus_shutdown() calls
998
999         * configure.in: change configure.in XML stuff to also support
1000         expat
1001
1002         * config-loader-libxml.c: some hacking
1003
1004         * config-loader-expat.c: some hacking
1005
1006         * config-parser.c: some hacking, plus tests
1007
1008 2003-03-25  Havoc Pennington  <hp@redhat.com>
1009
1010         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
1011         
1012         * configure.in: add --with-xml option to specify XML library,
1013         right now only libxml is supported.
1014
1015         * bus/config-loader-libxml.c, config-parser.c: sync some minor 
1016         nonworking code between home and work, still just stubs
1017
1018 2003-03-24  Havoc Pennington  <hp@redhat.com>
1019
1020         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
1021         file
1022
1023         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow 
1024         NULL argument for "message" if the error is a well-known one, 
1025         fill in a generic message in this case.
1026
1027         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
1028         favor of DBusError
1029
1030         * bus/test.c (bus_test_flush_bus): add
1031
1032         * bus/policy.c (bus_policy_test): test code stub
1033
1034 2003-03-24  Havoc Pennington  <hp@pobox.com>
1035
1036         * bus/connection.c (bus_connections_setup_connection): set up 
1037         the "can this user connect" function, but it always returns 
1038         TRUE until we have a config file parser so we can have a config
1039         file that allows connections.
1040
1041 2003-03-23  Havoc Pennington  <hp@pobox.com>
1042
1043         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with 
1044         DBUS_BUILD_TESTS, actually alloc/free a block of memory for 
1045         the mutex, so we can check for proper memory management 
1046         and OOM handling.
1047
1048         * dbus/dbus-dataslot.c: remove the mutex from
1049         DBusDataSlotAllocator and lock it manually when using it, 
1050         to simplify fitting it into the global slots framework.
1051
1052         * dbus/dbus-threads.c (init_static_locks): rework how we're
1053         handling global locks so they are easily shut down.
1054
1055         * bus/policy.c (bus_policy_append_rule): fix
1056
1057         * bus/test-main.c (main): check for memleaks
1058
1059         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make 
1060         test suite check for memleaks
1061
1062         * dbus/dbus-memory.c: add support in test mode for tracking 
1063         number of outstanding blocks
1064
1065 2003-03-23  Havoc Pennington  <hp@pobox.com>
1066
1067         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
1068         policies code
1069         
1070         * dbus/dbus-hash.h: add ULONG hash keys
1071
1072         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
1073         (_dbus_get_group_id): new function
1074
1075 2003-03-20  Havoc Pennington  <hp@redhat.com>
1076
1077         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
1078         new function
1079         (dbus_connection_get_unix_user): new function
1080
1081 2003-03-20  Havoc Pennington  <hp@pobox.com>
1082
1083         * bus/connection.c (bus_connection_send_oom_error): assert that
1084         message has a sender
1085         (connection_execute_transaction): ditto
1086         (bus_connection_preallocate_oom_error): fix to set the sender, and
1087         set recipient to the destination service, not the bus driver
1088
1089         * bus/policy.c: hacking
1090
1091         * dbus/dbus-message.c (dbus_message_service_is): new function
1092         (dbus_message_sender_is): new
1093
1094 2003-03-19  Havoc Pennington  <hp@redhat.com>
1095
1096         * bus/policy.c: start sketching code for policy restrictions on 
1097         what connections can do.
1098
1099 2003-03-18  Havoc Pennington  <hp@redhat.com>
1100
1101         * doc/TODO: some notes on high-level todo items. Little nitpick
1102         stuff is all in @todo, so no need to add it here.
1103
1104         * doc/config-file.txt: some notes on how config file might look
1105
1106 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
1107
1108         * configure.in: 0.6
1109
1110         * NEWS: Update.
1111         
1112 2003-03-17  Havoc Pennington  <hp@redhat.com>
1113
1114         * dbus/dbus-internals.h: add gcc attributes so that 
1115         our printf-style functions warn on bad arguments to 
1116         format
1117         
1118         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf 
1119         format bug
1120
1121         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
1122         printf format bug
1123
1124 2003-03-17  Havoc Pennington  <hp@redhat.com>
1125
1126         * bus/test-main.c (main): make it print something as it runs 
1127         so make check doesn't look stuck
1128
1129         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove 
1130         from CVS, now obsolete
1131
1132 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
1133
1134         * bus/dispatch.c: (bus_dispatch):
1135         Refetch the service name since it may have been reallocated
1136         when dbus_message_set_sender was called.
1137         
1138         * dbus/dbus-sysdeps.c: (_dbus_accept):
1139         Add address and address length variables and use them to stop
1140         valgrind from complaining.
1141         
1142 2003-03-17  Havoc Pennington  <hp@pobox.com>
1143
1144         All tests pass, no memleaks, no valgrind complaints.
1145         
1146         * bus/test.c: refcount handler_slot
1147
1148         * bus/connection.c (bus_connections_new): refcount
1149         connection_data_slot
1150
1151         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
1152         bytes so that auth scripts pass.
1153
1154         * bus/dispatch.c: init message_handler_slot so it gets allocated
1155         properly
1156
1157         * bus/dispatch.c (message_handler_slot_ref): fix memleak
1158
1159         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
1160         dealloc server_pipe_hash when no longer used for benefit of
1161         leak checking
1162
1163         * dbus/dbus-auth.c (process_command): memleak fix
1164
1165         * bus/dispatch.c (check_hello_message): memleak fix
1166
1167 2003-03-16  Havoc Pennington  <hp@pobox.com>
1168
1169         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
1170
1171 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
1172
1173         * bus/activation.c (bus_activation_activate_service): Append
1174         the pending activation entry to the list of pending activations.
1175
1176 2003-03-16  Havoc Pennington  <hp@pobox.com>
1177
1178         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
1179         connections
1180
1181         * dbus/dbus-address.c (create_entry): fix OOM handling when
1182         failing to alloc entry->method
1183
1184 2003-03-16  Havoc Pennington  <hp@pobox.com>
1185
1186         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
1187         the watch
1188
1189         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1190         add some missing dbus_set_result
1191
1192         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to 
1193         alloc the DBusMessageHandler
1194
1195         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
1196         the transport here, since we call this from the finalizer; it 
1197         resulted in a double-finalize.
1198
1199         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug 
1200         where we tried to use transport->connection that was NULL, 
1201         happened when transport was disconnected early on due to OOM
1202
1203         * bus/*.c: adapt to handle OOM for watches/timeouts
1204
1205         * dbus/dbus-transport-unix.c: port to handle OOM during 
1206         watch handling
1207         
1208         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
1209         reference to unused bytes instead of a copy
1210
1211         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
1212         out of memory
1213
1214         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
1215         FALSE on OOM
1216
1217         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
1218         of memory
1219
1220 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
1221
1222         * doc/dbus-specification.sgml:
1223         Document reply message for ActivateService.
1224         
1225 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
1226
1227         * bus/activation.c: (bus_pending_activation_entry_free),
1228         (bus_pending_activation_free), (bus_activation_new),
1229         (bus_activation_unref), (bus_activation_service_created),
1230         (bus_activation_activate_service):
1231         * bus/activation.h:
1232         * bus/bus.c: (bus_context_new):
1233         * bus/desktop-file.c: (new_section):
1234         * bus/driver.c: (bus_driver_send_service_deleted),
1235         (bus_driver_handle_activate_service):
1236         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
1237         * bus/services.h:
1238         * dbus/dbus-connection.c:
1239         (dbus_connection_send_with_reply_and_block):
1240         * dbus/dbus-message.c: (dbus_message_append_args_valist):
1241         * dbus/dbus-protocol.h:
1242         Make activation work better. Now pending activations will be queued
1243         and the daemon won't try to activate services that are already registered.
1244         
1245 2003-03-16  Havoc Pennington  <hp@pobox.com>
1246
1247         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
1248         connection data
1249
1250         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
1251         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
1252
1253 2003-03-16  Havoc Pennington  <hp@pobox.com>
1254
1255         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
1256         this. always run the test suite before commit...
1257
1258         * bus/*: adapt to DBusConnection API changes
1259
1260         * glib/dbus-gmain.c: adapt to DBusConnection API changes, 
1261         requires renaming stuff to avoid dbus_connection_dispatch name 
1262         conflict.
1263
1264         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
1265         function
1266
1267         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
1268         separate from _dbus_message_loader_return_buffer()
1269
1270         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
1271         this, because it's now always broken to use; the number of
1272         messages in queue vs. the number still buffered by the message
1273         loader is undefined/meaningless. Should use
1274         dbus_connection_get_dispatch_state().
1275         (dbus_connection_dispatch): rename from
1276         dbus_connection_dispatch_message
1277
1278 2003-03-16  Havoc Pennington  <hp@pobox.com>
1279
1280         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
1281         implementation
1282
1283 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
1284
1285         * dbus/dbus-connection.c:
1286         (dbus_connection_send_with_reply_and_block):
1287         Decrease connection->n_incoming when removing an entry 
1288         from the list.
1289         * dbus/dbus-dict.c: (dbus_dict_entry_free),
1290         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
1291         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
1292         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
1293         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
1294         (dbus_dict_get_byte_array):
1295         Handle NULL arrays and strings. Also add support for byte arrays.
1296         
1297         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
1298         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
1299         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
1300         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
1301         (_dbus_demarshal_dict), (demarshal_and_validate_len),
1302         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
1303         * dbus/dbus-marshal.h:
1304         Add support for marshalling and demarshalling empty arrays and strings.
1305         
1306         * dbus/dbus-message.c: (dbus_message_append_args_valist),
1307         (dbus_message_append_string_array),
1308         (dbus_message_iter_get_boolean),
1309         (dbus_message_iter_get_boolean_array),
1310         (dbus_message_iter_get_int32_array),
1311         (dbus_message_iter_get_uint32_array),
1312         (dbus_message_iter_get_double_array),
1313         (dbus_message_iter_get_byte_array),
1314         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
1315         (check_message_handling):
1316         Add support for getting empty arrays and dicts.
1317         
1318         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
1319         Don't do any validation at all for now, that's better than just checking
1320         for ASCII.
1321         
1322         * test/data/valid-messages/emptiness.message:
1323         New test message with lots of empty arrays.
1324         
1325 2003-03-16  Havoc Pennington  <hp@pobox.com>
1326
1327         * dbus/dbus-connection.c
1328         (_dbus_connection_queue_received_message_link): new function that
1329         can't fail due to OOM
1330
1331         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
1332         new function pops a message together with a list link 
1333         containing it.
1334
1335         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
1336         message queuing functions to avoid needing to alloc memory
1337
1338 2003-03-16  Havoc Pennington  <hp@pobox.com>
1339
1340         Oops - test code was only testing failure of around 30 of the
1341         mallocs in the test path, but it turns out there are 500+
1342         mallocs. I believe this was due to misguided linking setup such
1343         that there was one copy of dbus_malloc etc. in the daemon and one
1344         in the shared lib, and only daemon mallocs were tested. In any
1345         case, the test case now tests all 500+ mallocs, and doesn't pass
1346         yet, though there are lots of fixes in this patch.
1347         
1348         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
1349         this so that it doesn't need to allocate memory, since it 
1350         has no way of indicating failure due to OOM (and would be 
1351         annoying if it did).
1352
1353         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
1354
1355         * bus/Makefile.am: rearrange to create two self-contained
1356         libraries, to avoid having libraries with overlapping symbols. 
1357         that was resulting in weirdness, e.g. I'm pretty sure there 
1358         were two copies of global static variables.
1359
1360         * dbus/dbus-internals.c: move the malloc debug stuff to 
1361         dbus-memory.c
1362
1363         * dbus/dbus-list.c (free_link): free list mempool if it becomes
1364         empty.
1365
1366         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
1367
1368         * dbus/dbus-address.c (dbus_parse_address): free list nodes
1369         on failure.
1370
1371         * bus/dispatch.c (bus_dispatch_add_connection): free
1372         message_handler_slot when no longer using it, so 
1373         memory leak checkers are happy for the test suite.
1374
1375         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
1376
1377         * bus/bus.c (new_connection_callback): disconnect in here if 
1378         bus_connections_setup_connection fails.
1379
1380         * bus/connection.c (bus_connections_unref): fix to free the 
1381         connections
1382         (bus_connections_setup_connection): if this fails, don't
1383         disconnect the connection, just be sure there are no side
1384         effects.
1385
1386         * dbus/dbus-string.c (undo_alignment): unbreak this
1387
1388         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
1389         leaking
1390         (_dbus_auth_new): fix the order in which we free strings 
1391         on OOM failure
1392
1393         * bus/connection.c (bus_connection_disconnected): fix to 
1394         not send ServiceDeleted multiple times in case of memory 
1395         allocation failure
1396
1397         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
1398         get the base service name
1399         (dbus_bus_register_client): don't return base service name,
1400         instead store it on the DBusConnection and have an accessor
1401         function for it.
1402         (dbus_bus_register_client): rename dbus_bus_register()
1403
1404         * bus/dispatch.c (check_hello_message): verify that other 
1405         connections on the bus also got the correct results, not 
1406         just the one sending hello
1407
1408 2003-03-15  Havoc Pennington  <hp@pobox.com>
1409
1410         Make it pass the Hello handling test including all OOM codepaths.
1411         Now to do other messages...
1412         
1413         * bus/services.c (bus_service_remove_owner): fix crash when
1414         removing owner from an empty list of owners
1415         (bus_registry_ensure): don't leave service in the list of 
1416         a connection's owned services if we fail to put the service
1417         in the hash table.
1418
1419         * bus/connection.c (bus_connection_preallocate_oom_error): set
1420         error flag on the OOM error.
1421
1422         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1423         handle _dbus_transport_set_connection failure
1424
1425         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
1426         to create watches up front and simply enable/disable them as
1427         needed.
1428         (unix_connection_set): this can now fail on OOM
1429
1430         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept 
1431         of enabling/disabling a watch or timeout.
1432
1433         * bus/loop.c (bus_loop_iterate): don't touch disabled
1434         watches/timeouts
1435
1436         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
1437
1438 2003-03-15  Havoc Pennington  <hp@pobox.com>
1439
1440         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
1441         write useful test code, after all that futzing around ;-)
1442
1443         Test does not yet pass because we can't handle OOM in
1444         _dbus_transport_messages_pending (basically,
1445         dbus_connection_preallocate_send() does not prealloc the write
1446         watch). To fix this, I think we need to add new stuff to
1447         set_watch_functions, namely a SetEnabled function so we can alloc
1448         the watch earlier, then enable it later.
1449         
1450         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
1451         dbus-memory.c to the convenience lib
1452
1453         * bus/test.c: rename some static functions to keep them clearly 
1454         distinct from stuff in connection.c. Handle client disconnection.
1455
1456 2003-03-14  Havoc Pennington  <hp@pobox.com>
1457
1458         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe 
1459         transport, tests more of the real codepath. Set up clients 
1460         with bus_setup_debug_client.
1461
1462         * bus/test.c (bus_setup_debug_client): function to set up debug 
1463         "clients" on the main loop
1464
1465         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe 
1466         support
1467
1468         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe 
1469         server type
1470
1471         * dbus/dbus-server-debug.c: support a debug server based on pipes
1472
1473         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
1474         (_dbus_close): new function
1475         
1476         * configure.in: check for socketpair
1477
1478 2003-03-14  Havoc Pennington  <hp@redhat.com>
1479
1480         * dbus/dbus-memory.c: add a "detect buffer overwrites on free" 
1481         cheesy hack
1482
1483         * dbus/dbus-transport-debug.c: rework this a good bit to be 
1484         less complicated. hopefully still works.
1485
1486         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
1487         manually
1488
1489         * glib/dbus-gmain.c (timeout_handler): don't remove timeout 
1490         after running it
1491
1492         * dbus/dbus-message.c (dbus_message_copy): rename from 
1493         dbus_message_new_from_message, fix it up to copy 
1494         all the message fields, add test case
1495
1496         * bus/dispatch.c (bus_dispatch_test): add some more test code, 
1497         not quite passing yet
1498
1499 2003-03-14  Havoc Pennington  <hp@pobox.com>
1500
1501         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
1502         until no work remains" in test code. (the large diff here 
1503         is just code movement, no actual changes)
1504
1505         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
1506         1, no point waiting around for test code.
1507         (_dbus_server_debug_accept_transport): unref the timeout 
1508         after adding it (right?)
1509
1510         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
1511         
1512 2003-03-13  Havoc Pennington  <hp@redhat.com>
1513
1514         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
1515         out of memory
1516
1517         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
1518         of memory
1519
1520         * dbus/dbus-connection.h: Make AddWatchFunction and
1521         AddTimeoutFunction return a bool so they can fail on out-of-memory
1522
1523         * bus/bus.c (bus_context_new): set up timeout handlers
1524
1525         * bus/connection.c (bus_connections_setup_connection): set up
1526         timeout handlers
1527
1528         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
1529         can fail
1530
1531         * bus/bus.c (bus_context_new): adapt to changes
1532
1533         * bus/connection.c: adapt to changes
1534
1535         * test/watch.c: adapt to DBusWatch changes
1536
1537         * bus/dispatch.c (bus_dispatch_test): started adding this but
1538         didn't finish
1539         
1540 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
1541
1542         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
1543
1544 2003-03-13  Havoc Pennington  <hp@pobox.com>
1545
1546         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c: 
1547         set up a test framework as for the library
1548
1549 2003-03-12  Havoc Pennington  <hp@pobox.com>
1550
1551         Throughout: purge global variables, introduce BusActivation, 
1552         BusConnections, BusRegistry, etc. objects instead.
1553         
1554         * bus/bus.h, bus/bus.c: introduce BusContext as a global 
1555         message bus object
1556
1557         * test/Makefile.am (TEST_BINARIES): disable bus-test for now, 
1558         going to redo this a bit differently I think
1559         
1560 2003-03-12  Havoc Pennington  <hp@redhat.com>
1561
1562         Mega-patch that gets the message bus daemon initially handling 
1563         out-of-memory. Work still needed. Also lots of random 
1564         moving stuff to DBusError instead of ResultCode.
1565         
1566         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
1567
1568         * dbus/dbus-connection.c
1569         (dbus_connection_send_with_reply_and_block): use DBusError
1570
1571         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
1572         DBusResultCode
1573
1574         * dbus/dbus-connection.c (dbus_connection_send): drop the result
1575         code here, as the only failure possible is OOM.
1576
1577         * bus/connection.c (bus_connection_disconnect):
1578         rename bus_connection_disconnected as it's a notification only
1579
1580         * bus/driver.c (bus_driver_handle_acquire_service): don't free
1581         "name" on get_args failure, should be done by get_args; 
1582         don't disconnect client for bad args, just return an error.
1583         (bus_driver_handle_service_exists): ditto
1584
1585         * bus/services.c (bus_services_list): NULL-terminate returned array
1586
1587         * bus/driver.c (bus_driver_send_service_lost)
1588         (bus_driver_send_service_acquired): send messages from driver to a
1589         specific client to the client's unique name, not to the broadcast
1590         service.
1591
1592         * dbus/dbus-message.c (decode_header_data): reject messages that
1593         contain no name field
1594         (_dbus_message_get_client_serial): rename to
1595         dbus_message_get_serial and make public
1596         (_dbus_message_set_serial): rename from set_client_serial
1597         (_dbus_message_set_reply_serial): make public
1598         (_dbus_message_get_reply_serial): make public
1599
1600         * bus/connection.c (bus_connection_foreach): allow stopping
1601         iteration by returning FALSE from foreach function.
1602
1603         * dbus/dbus-connection.c (dbus_connection_send_preallocated) 
1604         (dbus_connection_free_preallocated_send) 
1605         (dbus_connection_preallocate_send): new API for sending a message
1606         without possibility of malloc failure.
1607         (dbus_connection_send_message): rename to just
1608         dbus_connection_send (and same for whole function family)
1609
1610         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
1611
1612         * dbus/dbus-sysdeps.c (_dbus_exit): new function
1613
1614         * bus/activation.c: handle/return errors
1615
1616         * dbus/dbus-errors.h: add more DBUS_ERROR #define
1617
1618         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
1619         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
1620         (_dbus_result_from_errno): move to this file
1621
1622 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
1623
1624         * dbus/dbus-marshal.c: 
1625         (_dbus_marshal_set_string):
1626         Take a length argument so we can marshal the correct string
1627         length.
1628         
1629         (_dbus_marshal_dict), (_dbus_demarshal_dict),
1630         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
1631         (_dbus_marshal_test):
1632         * dbus/dbus-marshal.h:  
1633         Add support for marshalling and demarshalling dicts.
1634         
1635         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1636         Add support for TYPE DICT.
1637         
1638         * dbus/dbus-message.c: (set_string_field):
1639         Adjust header padding.
1640         
1641         (dbus_message_append_args_valist), (dbus_message_append_dict),
1642         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
1643         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
1644         (check_message_handling), (check_have_valid_message):
1645         * dbus/dbus-message.h:
1646         Add functions for setting and getting dicts.
1647
1648         * dbus/dbus-protocol.h:
1649         Add DBUS_TYPE_DICT.
1650         
1651         * dbus/dbus.h:
1652         Add dbus-dict.h
1653         
1654         * doc/dbus-specification.sgml:
1655         Add information about how dicts are marshalled.
1656         
1657         * test/data/invalid-messages/dict-with-nil-value.message:
1658         * test/data/invalid-messages/too-short-dict.message:
1659         * test/data/valid-messages/dict-simple.message:
1660         * test/data/valid-messages/dict.message:
1661         Add sample messages containing dicts.
1662
1663 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
1664
1665         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
1666
1667 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
1668
1669         * dbus/Makefile.am:
1670         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
1671         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
1672         (dbus_dict_set_int32), (dbus_dict_set_uint32),
1673         (dbus_dict_set_double), (dbus_dict_set_string),
1674         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
1675         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
1676         (dbus_dict_set_string_array), (_dbus_dict_test):
1677         * dbus/dbus-dict.h:
1678         Fix according to comments from Havoc.
1679         
1680 2003-03-06  Michael Meeks  <michael@server.home>
1681
1682         * configure.in: if we don't have kde-config, disable have_qt.
1683
1684 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
1685
1686         * dbus/Makefile.am:
1687         Add dbus-dict.[ch]
1688         
1689         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
1690         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
1691         (dbus_dict_remove), (dbus_dict_get_value_type),
1692         (dbus_dict_get_keys), (dbus_dict_put_boolean),
1693         (dbus_dict_put_int32), (dbus_dict_put_uint32),
1694         (dbus_dict_put_double), (dbus_dict_put_string),
1695         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
1696         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
1697         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
1698         (dbus_dict_get_int32), (dbus_dict_get_uint32),
1699         (dbus_dict_get_double), (dbus_dict_get_string),
1700         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
1701         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
1702         (dbus_dict_get_string_array), (_dbus_dict_test):
1703         * dbus/dbus-dict.h:
1704         Add DBusDict implementation
1705         
1706         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
1707         * dbus/dbus-test.h:
1708         Add _dbus_dict_test
1709         
1710 2003-03-04  Havoc Pennington  <hp@pobox.com>
1711
1712         * test/data/auth/*: adapt to changes
1713
1714         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
1715         USERID_BASE64 and change USERNAME_BASE64 to put in username not
1716         userid
1717
1718         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
1719         more stuff from being in a context name, to make the protocol 
1720         simpler to deal with
1721
1722         * dbus/dbus-errors.c (dbus_error_has_name): new function
1723         (dbus_error_is_set): new function
1724
1725         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth 
1726         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
1727         
1728         * dbus/dbus-connection.c (dbus_connection_flush): also read
1729         messages during a flush operation
1730
1731         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
1732
1733 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
1734
1735         * configure.in: Check for gethostbyname on Solaris.
1736
1737         * dbus/dbus-transport.c: (_dbus_transport_open):
1738         Remove duplicate "tcp" entry.
1739         
1740         * doc/dbus-specification.sgml:
1741         Clarify some things.
1742         
1743 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
1744
1745         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
1746         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
1747         (_dbus_keyring_test):
1748         * dbus/dbus-md5.c: (_dbus_md5_compute):
1749         * dbus/dbus-sha.c: (_dbus_sha_compute):
1750         Plug memory leaks.
1751
1752 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
1753
1754         * README: Add some things.
1755
1756 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
1757
1758         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
1759         after case DBUS_TYPE_BOOELAN.
1760
1761 2003-03-02  Havoc Pennington  <hp@pobox.com>
1762
1763         * test/break-loader.c (randomly_set_extreme_ints): add test that
1764         sets really huge and small integers
1765
1766         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
1767         that length of boolean array fits in the string, and that 
1768         string has room for boolean value in single-bool case.
1769
1770         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
1771         optional value to "ALIGN" command which is what to fill the
1772         alignment with.
1773
1774         * test/data/valid-messages/no-padding.message: add regression
1775         test for the message padding problem
1776
1777 2003-03-02  Havoc Pennington  <hp@pobox.com>
1778
1779         * dbus/dbus-message.c (decode_header_data): fix to always init
1780         message_padding, from Benjamin Dauvergne
1781
1782 2003-03-02  Havoc Pennington  <hp@pobox.com>
1783
1784         * configure.in: 0.5
1785
1786         * NEWS: Update.
1787
1788 2003-03-01  Joe Shaw  <joe@assbarn.com>
1789
1790         * configure.in: Check for "struct cmsgcred" and try to access its
1791         members for BSD-like unices.
1792
1793         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
1794         _dbus_read_credentials_unix_socket().
1795         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
1796         read() for reading the credential byte off the unix socket.  Use
1797         struct cmsgcred on systems that support it.
1798
1799 2003-02-27  Alexander Larsson  <alexl@redhat.com>
1800
1801         * glib/Makefile.am: 
1802         * configure.in:
1803         Make gthreads-2.0 dependency optional. Don't build thread test if
1804         its not found.
1805
1806 2003-02-27  Havoc Pennington  <hp@pobox.com>
1807
1808         * dbus/dbus-connection.c
1809         (dbus_connection_send_message_with_reply_and_block): fix doh!
1810         doh! doh! bug that resulted in never removing a reply from the
1811         queue, no wonder we called get_reply_serial so much ;-)
1812         
1813         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
1814         and client serial instead of demarshaling them every time
1815
1816 2003-02-27  Havoc Pennington  <hp@pobox.com>
1817
1818         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
1819         more inlined, using dbus-string-private.h, speeds things up 
1820         substantially
1821
1822         * dbus/dbus-string.c (_dbus_string_free): apply align offset
1823         when freeing the string
1824         (_dbus_string_steal_data): fix for align offset
1825         (undo_alignment): new function
1826
1827 2003-02-26  Havoc Pennington  <hp@redhat.com>
1828
1829         All kinds of audit fixes from Owen, plus initial attempt to 
1830         handle unaligned memory returned from malloc.
1831         
1832         * dbus/dbus-string.c (_dbus_string_init): clamp max length to 
1833         leave room for align_offset and nul byte
1834         (fixup_alignment): function to track an align_offset and 
1835         ensure real->str is aligned
1836         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated, 
1837         to allow a nul byte plus align offset
1838         (_dbus_string_lock): fix overflow issue
1839         (_dbus_string_init_const_len): add assertions on sanity of len, 
1840         assign allocated to be ALLOCATION_PADDING larger than len
1841         (set_length): fixup the overflow handling
1842         (_dbus_string_get_data_len): fix overflow in assertion
1843         (open_gap): detect overflow in size of gap to be opened
1844         (_dbus_string_lengthen): add overflow check
1845         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
1846         (_dbus_string_append): add overflow check
1847         (_dbus_string_append_unichar): overflow
1848         (_dbus_string_delete): fix overflow in assertion
1849         (_dbus_string_copy_len): overflow in assertion
1850         (_dbus_string_replace_len): overflows in assertions
1851         (_dbus_string_find): change to implement in terms of 
1852         _dbus_string_find_to
1853         (_dbus_string_find_to): assorted fixage
1854         (_dbus_string_equal_c_str): assert c_str != NULL, 
1855         fix logic so the function works
1856         (_dbus_string_ends_with_c_str): fix overflow thingy
1857         (_dbus_string_base64_encode): overflow fix
1858         (_dbus_string_validate_ascii): overflow
1859         (_dbus_string_validate_nul): overflow
1860         
1861 2003-02-26  Havoc Pennington  <hp@redhat.com>
1862
1863         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
1864
1865 2003-02-26  Alexander Larsson  <alexl@redhat.com>
1866
1867         * configure.in:
1868         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
1869         
1870         * dbus/dbus-connection.c:
1871         * dbus/dbus-connection.h:
1872         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
1873         Add dbus_connection_set_wakeup_main_function and use it when queueing
1874         incoming and outgoing messages.
1875         
1876         
1877         * dbus/dbus-dataslot.c:
1878         Threadsafe usage of DBusDataSlotAllocator
1879         
1880         * dbus/dbus-message.c: (dbus_message_get_args_iter):
1881         dbus_new can fail.
1882         
1883         * dbus/dbus-server-unix.c:
1884         Add todo comment
1885         
1886         * glib/dbus-gmain.c:
1887         Implement the new wakeup functions for glib.
1888         
1889         * glib/Makefile.am:
1890         * glib/test-thread-client.c: 
1891         * glib/test-thread-server.c: 
1892         * glib/test-thread.h:
1893         Initial cut at some thread test code. Not really done yet.
1894
1895 2003-02-26  Havoc Pennington  <hp@pobox.com>
1896
1897         * dbus/dbus-connection.c
1898         (dbus_connection_send_message_with_reply_and_block): fix crash
1899         where we ref'd the outgoing message instead of the returned reply
1900
1901         * dbus/dbus-transport-unix.c (do_authentication): check read watch
1902         at the end of this function, so if we didn't need to read for
1903         authentication, we reinstall it for receiving messages
1904
1905         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to 
1906         a NULL sender for peer-to-peer case
1907
1908         * dbus/dbus-transport-unix.c (check_read_watch): handle
1909         !authenticated case correctly
1910
1911         * glib/dbus-gmain.c: add support for DBusServer
1912
1913         * dbus/dbus-server.c: add data slot support
1914
1915         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
1916         return values and handle errors
1917
1918         * dbus/dbus-dataslot.c: factor out the data slot stuff from
1919         DBusConnection
1920
1921         * Doxyfile.in (INPUT): add glib subdir
1922
1923         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename 
1924         setup_with_g_main instead of hookup_with_g_main; write docs
1925         
1926 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
1927
1928         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
1929         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1930         * dbus/dbus-message.c: (dbus_message_append_boolean),
1931         (dbus_message_append_boolean_array),
1932         (dbus_message_get_args_valist), (_dbus_message_test):
1933         * dbus/dbus-message.h:
1934         * doc/dbus-specification.sgml:
1935         Various fixes as pointed out by Havoc.
1936         
1937         * test/data/invalid-messages/bad-boolean-array.message:
1938         * test/data/invalid-messages/bad-boolean.message:
1939         Add invalid boolean value test cases.
1940         
1941 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
1942
1943         * dbus/dbus-internals.c: (_dbus_type_to_string):
1944         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
1945         (_dbus_marshal_validate_arg):
1946         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1947         * dbus/dbus-message.c: (dbus_message_append_args_valist),
1948         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
1949         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
1950         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
1951         (dbus_message_iter_get_double),
1952         (dbus_message_iter_get_boolean_array), (message_iter_test):
1953         * dbus/dbus-message.h:
1954         * dbus/dbus-protocol.h:
1955         * doc/dbus-specification.sgml:
1956         * test/data/valid-messages/lots-of-arguments.message:
1957         Add support for boolean and boolean array types.
1958         
1959 2003-02-23  Havoc Pennington  <hp@pobox.com>
1960
1961         * dbus/dbus-keyring.c: finish most of this implementation and 
1962         simple unit test
1963
1964         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
1965         these barf if the error isn't cleared to NULL
1966
1967         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
1968         (_dbus_create_directory): new function
1969
1970         * dbus/dbus-errors.c (dbus_set_error): fix warning
1971
1972         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
1973         (_dbus_string_hex_decode): new function
1974         (test_hex_roundtrip): test code
1975
1976         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
1977
1978         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
1979
1980         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use 
1981         the save-to-temp/rename trick to atomically write the new file
1982         (_dbus_string_parse_uint): new function
1983
1984 2003-02-22  Havoc Pennington  <hp@pobox.com>
1985
1986         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
1987
1988 2003-02-22  Havoc Pennington  <hp@pobox.com>
1989
1990         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
1991         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
1992
1993         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
1994
1995         * dbus/test/data/sha-1: add US government test suite for SHA-1
1996
1997 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
1998
1999         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
2000         Make string arrays NULL-terminated.
2001         
2002         * dbus/dbus-memory.c: (dbus_free_string_array):
2003         * dbus/dbus-memory.h:
2004         New function for freeing NULL-terminated string arrays.
2005         
2006         * dbus/dbus-message-builder.c: (append_quoted_string),
2007         (_dbus_message_data_load):
2008         Add support for array types.
2009         
2010         * dbus/dbus-message.c: (check_message_handling):
2011         Add more types as test cases.
2012         
2013         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
2014         (_dbus_string_parse_double):
2015         Add the start offset to the end offset.
2016         
2017         * test/data/valid-messages/lots-of-arguments.message:
2018         New test message with lots of arguments.
2019         
2020 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
2021
2022         * dbus/dbus-message.c: (dbus_message_append_nil),
2023         (dbus_message_append_int32), (dbus_message_append_uint32),
2024         (dbus_message_append_double), (dbus_message_append_string),
2025         (dbus_message_append_int32_array),
2026         (dbus_message_append_uint32_array),
2027         (dbus_message_append_double_array),
2028         (dbus_message_append_byte_array),
2029         (dbus_message_append_string_array):
2030         Fix all out-of-memory handling in these functions.
2031
2032 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
2033
2034         * dbus/dbus-message.c: (dbus_message_append_nil):
2035         Fix a silly.
2036         
2037 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
2038
2039         * dbus/dbus-message.c: (dbus_message_append_args_valist),
2040         (dbus_message_append_nil), (dbus_message_append_int32_array),
2041         (dbus_message_append_uint32_array),
2042         (dbus_message_append_double_array),
2043         (dbus_message_append_byte_array),
2044         (dbus_message_append_string_array), (dbus_message_get_args_valist),
2045         (dbus_message_iter_get_int32_array),
2046         (dbus_message_iter_get_uint32_array),
2047         (dbus_message_iter_get_double_array),
2048         (dbus_message_iter_get_byte_array),
2049         (dbus_message_iter_get_string_array):
2050
2051         * dbus/dbus-message.h:
2052         Add functions for appending and getting arrays.
2053         
2054 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
2055
2056         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
2057         element size at least 8 bytes, fixes mempool tests on
2058         64-bit machines.
2059
2060 2003-02-20  Alexander Larsson  <alexl@redhat.com>
2061
2062         * dbus/dbus-transport-unix.c (unix_do_iteration):
2063         Unlock the connection mutex during a blocking select call.
2064         Add todo about how we need a way to wake up the select.
2065
2066         * dbus/dbus-connection-internal.h: 
2067         * dbus/dbus-connection.c:
2068         Add _dbus_connection_lock and _dbus_connection_unlock.
2069
2070 2003-02-19  Havoc Pennington  <hp@pobox.com>
2071
2072         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
2073         Doxyfile.in, not Doxyfile
2074
2075         * dbus/dbus-keyring.c: do some hacking on this
2076
2077         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
2078
2079         * dbus/dbus-errors.c (dbus_set_error_const): do not call
2080         dbus_error_init
2081         (dbus_set_error): remove dbus_error_init, check for message ==
2082         NULL *before* we sprintf into it, and add @todo about including 
2083         system headers in this file
2084
2085         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
2086
2087         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
2088
2089         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
2090         get various bits of user information based on either username 
2091         or user ID
2092         (_dbus_homedir_from_username): new function
2093
2094 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
2095
2096         * configure.in:
2097         Add check for nonposix getpwnam_r
2098         
2099         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
2100         Align the pool element size to a sizeof (void *) boundary.
2101         
2102         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
2103         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
2104         General Solaris fixes.
2105         
2106         * test/data/valid-messages/simplest-manual.message:
2107         Explicitly state that we want little-endian packing.
2108         
2109 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
2110
2111         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
2112
2113         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket): 
2114         Added to create a transport connecting using a tcp/ip socket.
2115
2116         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
2117         to a tcp socket at given host and port.
2118         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
2119         hostname and port.
2120
2121         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
2122
2123         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket): 
2124         Added to create a server listening on a TCP/IP socket.
2125
2126 2003-02-19  Havoc Pennington  <hp@pobox.com>
2127
2128         Throughout: mop up all the Doxygen warnings and undocumented
2129         stuff.
2130         
2131         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
2132         to search any paths.
2133
2134         * dbus/dbus-threads.c: move global mutex initializers to
2135         dbus-internals.h, multiple prototypes was confusing doxygen
2136         besides being kind of ugly
2137
2138         * Doxyfile (PREDEFINED): have Doxygen define
2139         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from 
2140         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
2141         (do not abuse the feature! it's for stuff like the autogenerated 
2142         macros in dbus-md5.c, not just for things you don't feel like 
2143         documenting...)
2144
2145 2003-02-18  Havoc Pennington  <hp@pobox.com>
2146
2147         * dbus/dbus-string.c (_dbus_string_zero): new function
2148
2149         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
2150         wrap it in some dbus-friendly API
2151
2152         * dbus/dbus-types.h: add 16-bit types
2153
2154 2003-02-18  Joe Shaw  <joe@assbarn.com>
2155
2156         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
2157         credentials from our currently running process.
2158         (get_word): Fix a buglet where we were copying the entire length
2159         instead of relative to our position.
2160
2161         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
2162         keys on the stack... it's 640k of data.
2163
2164         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
2165         read the credentials byte off the socket, even if we don't have
2166         SO_PEERCRED.
2167         (_dbus_poll): Implement poll() using select() for systems which
2168         don't have it.
2169
2170         * glib/test-dbus-glib.c (main): Print out an error if no
2171         parameters are given.
2172
2173         * test/data/auth/fallback.auth-script: Added.  Tests that a client
2174         can fallback to a secondary auth mechanism if the first fails.
2175
2176 2003-02-18  Havoc Pennington  <hp@pobox.com>
2177
2178         * AUTHORS: add Alex
2179
2180 2003-02-17  Havoc Pennington  <hp@pobox.com>
2181
2182         * doc/dbus-specification.sgml: lots of cosmetic
2183         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
2184         env variable to DBUS_BUS_ADDRESS, s/client/application/,
2185         s/server/bus/ (except in authentication section). Add a section
2186         "Message Bus Message Routing"
2187
2188 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
2189
2190         Release 0.4
2191         
2192         * NEWS: Update
2193
2194 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
2195
2196         * doc/dbus-specification.sgml:
2197         Specification updates.
2198         
2199 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
2200
2201         * bus/activation.c: (bus_activation_init), (child_setup),
2202         (bus_activation_activate_service):
2203         * bus/activation.h:
2204         * bus/main.c: (main):
2205         Set DBUS_ADDRESS environment variable.
2206         
2207         * dbus/dbus-errors.c: (dbus_set_error):
2208         Don't use va_copy since that's a C99 feature.
2209         
2210         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
2211         (_dbus_spawn_async):
2212         * dbus/dbus-sysdeps.h:
2213         Add child_setup_func to _dbus_spawn_async.
2214         
2215         * doc/dbus-specification.sgml:
2216         Update specification.
2217         
2218         * test/spawn-test.c: (setup_func), (main):
2219         Fix test.
2220         
2221 2003-02-17  Alexander Larsson  <alexl@redhat.com>
2222
2223         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
2224         Added todo.
2225
2226 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
2227
2228         * doc/.cvsignore:
2229         * doc/Makefile.am:
2230         * doc/dbus-test-plan.sgml:
2231         Add test plan document.
2232         
2233         * test/Makefile.am:
2234         Fix distcheck.
2235         
2236 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
2237
2238         * dbus/dbus-message.c: (decode_header_data),
2239         (_dbus_message_loader_return_buffer):
2240         Set the header padding amount when loading a message.
2241
2242 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
2243
2244         * bus/dispatch.c: (send_one_message):
2245         Only send broadcast messages to registered connections.
2246         
2247         * dbus/dbus-message.c: (dbus_message_name_is):
2248         * dbus/dbus-message.h:
2249         New convenience function.
2250         
2251         * dbus/dbus-transport-debug.c: (do_reading):
2252         Only dispatch one message per run.
2253
2254         * test/Makefile.am:
2255         * test/bus-test.c: (new_connection_callback), (die),
2256         (test_hello_client1_handler), (test_hello_client2_handler),
2257         (test_hello_replies), (main):
2258
2259         * test/bus-test-loop.[ch]:
2260         Add these.
2261         
2262 2003-02-16  Havoc Pennington  <hp@pobox.com>
2263
2264         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
2265         backward conditional
2266
2267 2003-02-16  Alexander Larsson  <alexl@redhat.com>
2268
2269         * dbus/dbus-connection.c:
2270         Implement sent_message_with_reply. (with_reply_and block is still
2271         busted).
2272         Made dispatch_message not lose message if OOM.
2273         
2274         * dbus/dbus-errors.h:
2275         Add NoReply error (for reply timeouts).
2276
2277 2003-02-16  Alexander Larsson  <alexl@redhat.com>
2278
2279         * dbus/dbus-hash.c (_dbus_hash_table_unref):
2280         Actually free keys and values when destroying hashtable.
2281
2282 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
2283
2284         * dbus/dbus-auth.c: (client_try_next_mechanism):
2285         Plug a leak.
2286         
2287         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
2288         Return TRUE if there's no thread implementation around.
2289         
2290         * glib/dbus-gmain.c: (free_source),
2291         (dbus_connection_hookup_with_g_main):
2292         Make sure to remove the GSource when the connection is finalized.
2293         
2294 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
2295
2296         * bus/dispatch.c: (bus_dispatch_message_handler):
2297         * dbus/dbus-errors.h:
2298         Return an error if someone tries to send a message to a service
2299         that doesn't exist.
2300         
2301 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
2302
2303         * bus/activation.c: (load_directory), (bus_activation_init),
2304         (bus_activation_activate_service):
2305         * bus/activation.h:
2306         * bus/driver.c: 
2307         (bus_driver_handle_activate_service), (bus_driver_handle_message):
2308         More work on the activation handling.
2309         
2310         * dbus/dbus-errors.h:
2311         Add some error messages
2312         
2313         * dbus/dbus-message.c: (dbus_message_new_error_reply):
2314         * dbus/dbus-message.h:
2315         New function that creates an error message.
2316         
2317         * dbus/dbus-protocol.h:
2318         Add ACTIVATE_SERVER message.
2319         
2320         * dbus/dbus-server-unix.c: (unix_handle_watch),
2321         (_dbus_server_new_for_domain_socket):
2322         Call _dbus_fd_set_close_on_exec.
2323         
2324         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
2325         (_dbus_spawn_async), (_dbus_disable_sigpipe),
2326         (_dbus_fd_set_close_on_exec):
2327         * dbus/dbus-sysdeps.h:
2328         Add _dbus_fd_set_close_on exec function. Also add function that checks
2329         that all open fds are set to close-on-exec and warns otherwise.
2330         
2331         * dbus/dbus-transport-unix.c:
2332         (_dbus_transport_new_for_domain_socket):
2333         Call _dbus_fd_set_close_on_exec.
2334
2335 2003-02-16  Havoc Pennington  <hp@pobox.com>
2336
2337         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
2338         allow people to avoid setting SIGPIPE to SIG_IGN
2339         (_dbus_connection_new_for_transport): disable SIGPIPE unless 
2340         we've been asked not to
2341
2342 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
2343
2344         * dbus/dbus-list.c: (_dbus_list_append_link),
2345         (_dbus_list_prepend_link):
2346         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
2347         (dbus_realloc):
2348         Warning fixes.
2349
2350 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
2351
2352         * bus/Makefile.am:
2353         * bus/activation.c: (bus_activation_entry_free),
2354         (add_desktop_file_entry), (load_directory), (bus_activation_init):
2355         * bus/activation.h:
2356         * bus/main.c: (main):
2357         Add simple activation support, doesn't work yet though.
2358
2359 2003-02-15   Zack Rusin  <zack@kde.org>
2360
2361         * qt/dbus-qthread.cpp:  small casting fix
2362
2363 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
2364
2365         * dbus/dbus-errors.c: (dbus_set_error):
2366         * dbus/dbus-errors.h:
2367         Add a few errors and make dbus_set_error void.
2368         
2369         * dbus/dbus-sysdeps.c: 
2370         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
2371         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
2372         * dbus/dbus-sysdeps.h:
2373         Add _dbus_spawn_async.
2374         
2375         * test/spawn-test.c: (main):
2376         Test for _dbus_spawn_async.
2377         
2378 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
2379
2380         * dbus/dbus-internals.h:
2381         Fix build without tests.
2382         
2383         * dbus/dbus-list.c: (alloc_link):
2384         Fix a segfault when a malloc fails.
2385         
2386         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
2387         (dbus_malloc0), (dbus_realloc):
2388         Add support for malloc debugging.
2389
2390 2003-02-15  Alexander Larsson  <alexl@redhat.com>
2391
2392         * dbus/dbus-threads.c:
2393         * dbus/dbus-threads.h:
2394         Add condvars. Remove static mutext from API.
2395         Implement static mutexes by initializing them from threads_init.
2396         
2397         * glib/dbus-gthread.c:
2398         * qt/dbus-qthread.cpp:
2399         Update with the thread api changes.
2400
2401                 
2402         * dbus/dbus-list.c:
2403         * dbus/dbus-list.h:
2404         Turn StaticMutex into normal mutex + init function.
2405         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
2406         _dbus_list_append_link, _dbus_list_prepend_link
2407
2408
2409         * dbus/dbus-sysdeps.c: 
2410         * dbus/dbus-sysdeps.h:
2411         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
2412         _dbus_atomic_dec. Only slow fallback implementation at the moment.
2413         
2414         * dbus/dbus-protocol.h:
2415         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
2416         
2417         * dbus/dbus-message.c:
2418         Make ref/unref atomic.
2419         Fix some docs.
2420         
2421         * dbus/dbus-connection-internal.h:
2422         * dbus/dbus-connection.c:
2423         * dbus/dbus-connection.h:
2424         Make threadsafe.
2425         Change _peek to _borrow,_return & _steal_borrowed.
2426         Change disconnect callback to event.
2427         Make dbus_connection_dispatch_messages reentrant.
2428         
2429         * dbus/dbus-transport.c:
2430         Don't ref the connection on calls to the transport
2431         implementation.
2432         
2433         * dbus/dbus-message-handler.c:
2434         Make threadsafe.
2435         
2436         * glib/dbus-gmain.c:
2437         Don't use peek_message anymore
2438         
2439         * test/Makefile.am:
2440         * test/debug-thread.c:
2441         * test/debug-thread.h:
2442         Simple thread implementation that asserts() on deadlocks in
2443         single-threaded code.
2444         
2445         * test/bus-test.c:
2446         (main) Call debug_threads_init.
2447
2448         * test/watch.c:
2449         Use disconnect message instead of disconnect callback.
2450
2451         * bus/connection.c:
2452         * bus/connection.h:
2453         Don't call dbus_connection_set_disconnect_function. Instead export
2454         bus_connection_disconnect.
2455         
2456         * bus/dispatch.c:
2457         Call bus_connection_disconnect when we get a disconnected message.
2458         
2459 2003-02-15  Havoc Pennington  <hp@pobox.com>
2460
2461         * dbus/dbus-message.c (dbus_message_new): fool around with the
2462         docs
2463
2464 2003-02-14  Havoc Pennington  <hp@pobox.com>
2465
2466         * dbus/dbus-mempool.c: fail if the debug functions so indicate
2467
2468         * dbus/dbus-memory.c: fail if the debug functions indicate we
2469         should
2470
2471         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
2472         (_dbus_decrement_fail_alloc_counter): debug functions to 
2473         simulate memory allocation failures
2474
2475 2003-02-14  Havoc Pennington  <hp@pobox.com>
2476
2477         * dbus/dbus-errors.h (struct DBusError): add a word of padding 
2478         to DBusError
2479
2480 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2481
2482         * bus/driver.c: (bus_driver_handle_hello):
2483         * bus/driver.h:
2484         * bus/services.c: (bus_service_lookup):
2485         Reorder message sending so we get a more sane order.
2486         
2487         * test/bus-test.c: (message_handler):
2488         Fix tyop.
2489         
2490 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2491
2492         * bus/driver.c: (bus_driver_send_service_deleted),
2493         (bus_driver_send_service_created), (bus_driver_send_service_lost),
2494         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
2495         (bus_driver_send_welcome_message),
2496         (bus_driver_handle_list_services),
2497         (bus_driver_handle_acquire_service),
2498         (bus_driver_handle_service_exists):
2499         * dbus/dbus-bus.c: (dbus_bus_register_client),
2500         (dbus_bus_acquire_service), (dbus_bus_service_exists):
2501         * dbus/dbus-errors.c: (dbus_result_to_string):
2502         * dbus/dbus-errors.h:
2503         * dbus/dbus-message.c: (dbus_message_append_args),
2504         (dbus_message_append_args_valist), (dbus_message_get_args),
2505         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
2506         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
2507         (dbus_message_iter_get_byte_array),
2508         (dbus_message_iter_get_string_array), (message_iter_test),
2509         (check_message_handling), (_dbus_message_test):
2510         * dbus/dbus-message.h:
2511         * test/bus-test.c: (main):
2512         Change fields to arguments in messages, so that they won't be
2513         confused with header fields.
2514         
2515         * glib/test-dbus-glib.c: (main):
2516         Remove append_fields from hello message.
2517         
2518 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2519
2520         * dbus/dbus-errors.c:
2521         * dbus/dbus-message.c:
2522         * dbus/dbus-string.c:
2523         Documentation fixes.
2524
2525 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2526
2527         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
2528         (remove_timeout):
2529         Implement support for timeouts in dbus-glib.
2530         
2531 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2532
2533         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
2534         * dbus/dbus-message.c: (process_test_subdir):
2535         * test/break-loader.c: (find_breaks_based_on):
2536         Plug some memory leaks.
2537         
2538 2003-02-13  Richard Hult  <rhult@codefactory.se>
2539
2540         * bus/main.c: Fix build.
2541
2542         * dbus/dbus-errors.h: 
2543         * dbus/dbus-errors.c: Fix copyright for Anders.
2544
2545 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2546
2547         * bus/Makefile.am:
2548         Add utils.[ch]
2549         
2550         * bus/connection.c: (bus_connection_foreach):
2551         Fix a warning.
2552         
2553         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
2554         (unescape_string), (new_section), (parse_section_start),
2555         (parse_key_value), (report_error), (bus_desktop_file_load),
2556         (bus_desktop_file_get_string):
2557         * bus/desktop-file.h:
2558         Use DBusError for error reporting.
2559         
2560         * bus/dispatch.c: (send_one_message),
2561         (bus_dispatch_message_handler):
2562         * bus/driver.c: (bus_driver_send_service_deleted),
2563         (bus_driver_send_service_created), (bus_driver_send_service_lost),
2564         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
2565         (bus_driver_send_welcome_message),
2566         (bus_driver_handle_list_services),
2567         (bus_driver_handle_acquire_service),
2568         (bus_driver_handle_service_exists):
2569         * bus/loop.c: (bus_loop_run):
2570         * bus/main.c:
2571         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
2572         
2573         * bus/utils.c: (bus_wait_for_memory):
2574         * bus/utils.h:
2575         New files with general utility functions.
2576         
2577         * dbus/dbus-internals.h:
2578         Remove _DBUS_HANDLE_OOM.
2579         
2580 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2581
2582         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
2583         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
2584         * dbus/dbus-errors.h:
2585         Add DBusError structure.
2586         
2587 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2588
2589         * test/data/valid-messages/standard-acquire-service.message:
2590         * test/data/valid-messages/standard-hello.message:
2591         * test/data/valid-messages/standard-list-services.message:
2592         * test/data/valid-messages/standard-service-exists.message:
2593         Add some standard messages.
2594         
2595 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2596
2597         * bus/driver.c: (bus_driver_send_welcome_message),
2598         (bus_driver_handle_list_services),
2599         (bus_driver_handle_acquire_service),
2600         (bus_driver_handle_service_exists), (bus_driver_handle_message):
2601         Update for API changes in libdbus.
2602         
2603         * dbus/dbus-message.c: (dbus_message_new_reply):
2604         * dbus/dbus-message.h:
2605         Remove the name argument. The spec states that replies shouldn't
2606         have a name.
2607
2608 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
2609
2610         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
2611         (report_error), (bus_desktop_file_load), (lookup_section),
2612         (lookup_line), (bus_desktop_file_get_raw),
2613         (bus_desktop_file_get_string):
2614         * bus/desktop-file.h:
2615         Some fixes, and new functions for getting a key value from a section.
2616         
2617 2003-02-13  Havoc Pennington  <hp@pobox.com>
2618
2619         * test/data/auth/fail-after-n-attempts.auth-script: new test
2620
2621         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
2622         reject the client.
2623
2624 2003-02-13  Havoc Pennington  <hp@pobox.com>
2625
2626         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
2627         dbus_credentials_match were backward
2628
2629         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
2630         NO_CREDENTIALS and ROOT_CREDENTIALS
2631
2632         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine 
2633         into here. Never process more commands after we've reached an 
2634         end state; store further data as unused bytes.
2635
2636         * test/data/auth/*: add more auth tests
2637         
2638         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
2639         command to match exact string and EXPECT_UNUSED to match unused
2640         bytes
2641
2642         * test/Makefile.am (dist-hook): fix to dist all the test stuff
2643
2644 2003-02-12  Havoc Pennington  <hp@pobox.com>
2645
2646         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
2647         \r off of popped lines
2648
2649         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
2650         scripts
2651
2652         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
2653         SEND, append \r\n
2654
2655 2003-02-12  Havoc Pennington  <hp@pobox.com>
2656
2657         * dbus/Makefile.am: remove break-loader from the build, since it
2658         moved.
2659
2660         * configure.in: add --enable-gcov to turn on coverage profiling
2661         flags and disable optimization
2662
2663 2003-02-10  Havoc Pennington  <hp@pobox.com>
2664
2665         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync 
2666         initial cut at test framework for DBusAuth from laptop.
2667         Doesn't quite work yet but it compiles and I need to get 
2668         it off the 266mhz laptop. ;-)
2669         
2670         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
2671         fix a memleak in error case
2672
2673 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
2674
2675         * bus/Makefile.am:
2676         * bus/desktop-file.c:
2677         * bus/desktop-file.h:
2678         Add a desktop file parser.
2679
2680 2003-02-11  Zack Rusin  <zack@kde.org>
2681
2682         * qt/message.[h|cpp]: sample implementation
2683         of the KDE wrapper for DBusMessage
2684
2685 2003-02-09  Zack Rusin  <zack@kde.org>
2686
2687         * test/bus-test.c: make_it_compile
2688         * doc/dbus-specification.sgml: minimal semantic fix
2689
2690 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
2691
2692         Release 0.3
2693         
2694         * NEWS: Update
2695
2696 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
2697
2698         * dbus/Makefile.am:
2699         * dbus/dbus-break-loader.c:
2700         * test/Makefile.am:
2701         * test/break-loader.c:
2702         Move dbus-break-loader to test/ and rename it to break-loader.
2703
2704 2003-02-02  Havoc Pennington  <hp@pobox.com>
2705
2706         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files 
2707         for code to manage cookies in your home directory
2708
2709         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
2710
2711         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
2712         to authenticate, then disconnect the client.
2713
2714 2003-02-03  Alexander Larsson  <alexl@redhat.com>
2715
2716         * dbus/dbus-message.c (dbus_message_append_fields):
2717         Correct docs.
2718
2719 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2720
2721         * doc/dbus-specification.sgml:
2722         Update address format section.
2723         
2724 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2725
2726         * test/Makefile.am:
2727         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
2728         (message_handler), (new_connection_callback), (loop_quit),
2729         (loop_run), (main):
2730         Add bus test.
2731         
2732 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2733
2734         * bus/driver.c: (bus_driver_handle_service_exists):
2735         Simplify the code a bit.
2736         
2737         * dbus/dbus-bus.c: (dbus_bus_service_exists):
2738         Fix a silly. 
2739         
2740 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2741
2742         * bus/Makefile.am:
2743         Add libdbus-daemon.la and link to it.
2744
2745 2003-02-01  James Willcox  <jwillcox@gnome.org>
2746
2747         * bus/driver.c: (bus_driver_handle_own_service):
2748         Actually include the service reply code in the message.
2749
2750 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2751
2752         * bus/driver.c: (bus_driver_handle_service_exists):
2753         Don't unref the incoming message.
2754         
2755 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2756
2757         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
2758
2759 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
2760
2761         * dbus/dbus-server.c: (dbus_server_listen):
2762         * dbus/dbus-transport.c: (_dbus_transport_open):
2763         ifdef out the calls to the debug transport and server.
2764         
2765 2003-02-02  Alexander Larsson  <alexl@redhat.com>
2766
2767         * dbus/dbus-watch.c (dbus_watch_get_flags):
2768         Add note in the docs that ERROR or HANGUP won't be returned
2769         and are assumed always on.
2770
2771         * glib/dbus-gmain.c (add_watch):
2772         Always add IO_ERR | IO_HUP
2773
2774         * dbus/dbus-message.h:
2775         Add semicolon after dbus_message_iter_get_string_array().
2776         Makes qt code build again
2777
2778 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
2779
2780         * bus/driver.c: (create_unique_client_name),
2781         (bus_driver_handle_hello):
2782         Don't take a name, just use a numeric id to identify
2783         each client.
2784         
2785         * dbus/Makefile.am:
2786         * dbus/dbus-bus.c: (dbus_bus_register_client),
2787         (dbus_bus_acquire_service), (dbus_bus_service_exists):
2788         * dbus/dbus-bus.h:
2789         Add new convenience functions for communicating with the bus.
2790         
2791         * dbus/dbus-message.h:
2792         
2793         * dbus/dbus-protocol.h:
2794         Fix a typo.
2795         
2796 2003-02-01  Alexander Larsson  <alexl@redhat.com>
2797
2798         * dbus/dbus-message.c (dbus_message_append_fields):
2799         Add some more doc comments.
2800
2801 2003-02-01  Havoc Pennington  <hp@pobox.com>
2802
2803         * dbus/dbus-break-loader.c (randomly_modify_length): change 
2804         a 4-byte value in the message as if it were a length
2805
2806         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
2807         execute bit on saved files
2808
2809 2003-02-01  Havoc Pennington  <hp@pobox.com>
2810
2811         * dbus/dbus-break-loader.c (main): new program to find messages
2812         that break the loader.
2813
2814         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
2815         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
2816
2817         * dbus/dbus-string.c (_dbus_string_set_byte): new
2818         
2819 2003-01-31  Havoc Pennington  <hp@pobox.com>
2820
2821         * dbus/dbus-message.c: refactor the test code to be more general, 
2822         in preparation for writing a "randomly permute test cases to 
2823         try to break the loader" program.
2824
2825 2003-01-31  Havoc Pennington  <hp@pobox.com>
2826         
2827         * doc/dbus-specification.sgml: work on the specification
2828
2829         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check 
2830         the protocol version of the message.
2831
2832         * dbus/dbus-protocol.h: drop special _REPLY names, the spec 
2833         no longer specifies that.
2834         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not 
2835         1/2/3/4)
2836
2837         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
2838         "break" for DBUS_TYPE_NIL, remove @todo
2839
2840 2003-01-31  Havoc Pennington  <hp@pobox.com>
2841
2842         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename 
2843         just set_is_error/get_is_error as this is a commonly-used
2844         function, and write docs.
2845
2846 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
2847
2848         * dbus/dbus-address.c: (dbus_address_entry_free):
2849         Free key and value lists.
2850         
2851         * dbus/dbus-internals.c: (_dbus_type_to_string):
2852         Add the types we didn't have.
2853         
2854         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
2855         (_dbus_marshal_validate_arg):
2856         Add NIL types.
2857         
2858         * dbus/dbus-message.c: (dbus_message_set_sender):
2859         Remove todo about being able to set sender to NULL.
2860         
2861         (dbus_message_set_is_error_reply),
2862         (dbus_message_get_is_error_reply):
2863         * dbus/dbus-message.h:
2864         New functions.
2865         
2866         * dbus/dbus-protocol.h:
2867         Add error reply flag.
2868         
2869         * test/data/valid-messages/opposite-endian.message:
2870         Add NIL type to test.
2871         
2872 2003-01-31  Havoc Pennington  <hp@pobox.com>
2873
2874         * doc/dbus-specification.sgml: fully specify the header.  Add
2875         flags and major protocol version, and change header/body len to
2876         unsigned.
2877
2878         * dbus/dbus-message-builder.c (append_saved_length): append length
2879         as uint32
2880
2881         * dbus/dbus-message.c (dbus_message_create_header): change header
2882         length and body length to unsigned. Add the new fields from the
2883         spec
2884         (_dbus_message_loader_return_buffer): unsigned header/body len
2885
2886 2003-01-30  Havoc Pennington  <hp@pobox.com>
2887
2888         * dbus/dbus-auth.c: rework to use only REJECTED, no 
2889         MECHANISMS
2890
2891         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just 
2892         use REJECTED, suggested by Mark McLoughlin
2893
2894 2003-01-30  Havoc Pennington  <hp@pobox.com>
2895
2896         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
2897         a better way to report errors here. e.g.  "unix address lacks
2898         path" or something. also "no such file" when the path doesn't
2899         exist, etc.
2900
2901         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
2902         leaking list nodes
2903         (dbus_parse_address): add @todo about documenting address format, 
2904         and allowing , and ; to be escaped
2905
2906 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
2907
2908         * dbus/Makefile.am:
2909         Add dbus-address.[ch]
2910         
2911         * dbus/dbus-address.c: (dbus_address_entry_free),
2912         (dbus_address_entries_free), (create_entry),
2913         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
2914         (dbus_parse_address), (_dbus_address_test):
2915         * dbus/dbus-address.h:
2916         New files for dealing with address parsing.
2917         
2918         * dbus/dbus-connection.c:
2919         Document timeout functions.
2920         
2921         * dbus/dbus-message.c:
2922         Document dbus_message_new_from_message.
2923         
2924         * dbus/dbus-server-debug.c:
2925         Document.
2926         
2927         * dbus/dbus-server.c: (dbus_server_listen):
2928         Parse address and use correct server implementation.
2929         
2930         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
2931         * dbus/dbus-string.h:
2932         New function with test.
2933         
2934         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
2935         * dbus/dbus-test.h:
2936         Add address tests.
2937         
2938         * dbus/dbus-transport-debug.c:
2939         Document.
2940         
2941         * dbus/dbus-transport.c: (_dbus_transport_open):
2942         Parse address and use correct transport implementation. 
2943
2944 2003-01-30  Havoc Pennington  <hp@pobox.com>
2945
2946         * dbus/dbus-message.c: use message->byte_order instead of 
2947         DBUS_COMPILER_BYTE_ORDER throughout.
2948         (dbus_message_create_header): pad header to align the 
2949         start of the body of the message to 8-byte boundary
2950
2951         * dbus/dbus-marshal.h: make all the demarshalers take const 
2952         DBusString arguments.
2953
2954         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
2955         validate message args here, so we don't have to do slow validation
2956         later, and so we catch bad messages as they are incoming. Also add
2957         better checks on header_len and body_len. Also fill in
2958         message->byte_order
2959
2960         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
2961         implemented properly)
2962         (_dbus_string_validate_nul): new function to check all-nul
2963
2964         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename 
2965         get_arg_end_pos and remove all validation
2966         (_dbus_marshal_validate_arg): actually do validation here.
2967
2968 2003-01-29  Havoc Pennington  <hp@pobox.com>
2969
2970         * dbus/dbus-message.c (check_message_handling): fix assertion
2971         failure on set_client_serial
2972
2973 2003-01-28  Havoc Pennington  <hp@pobox.com>
2974
2975         * dbus/dbus-server-debug.c: Add doc section comments
2976         
2977         * dbus/dbus-transport-debug.c: add doc section comments
2978         
2979 2003-01-28  Havoc Pennington  <hp@redhat.com>
2980
2981         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
2982         the reverse order from how I had it
2983         (_dbus_string_base64_encode): reverse encoding order. I was
2984         basically byteswapping everything during encoding.
2985
2986 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
2987
2988         * dbus/dbus-connection-internal.h:
2989         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
2990         (_dbus_connection_remove_timeout):
2991         Add functions for adding and removing timeouts.
2992         
2993         * dbus/dbus-message.c: (dbus_message_new_from_message):
2994         Add new function that takes a message and creates an exact
2995         copy of it, but with the refcount set to 1.
2996         (check_message_handling):
2997         Fix build error.
2998         
2999         * dbus/dbus-server-protected.h:
3000         * dbus/dbus-server.c: (_dbus_server_init_base),
3001         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
3002         (dbus_server_set_timeout_functions):
3003         (_dbus_server_remove_timeout):
3004         New functions so that a server can add and remove timeouts.
3005
3006         (dbus_server_listen):
3007         Add commented out call to dbus_server_debug_new.
3008
3009         * dbus/dbus-timeout.c: (_dbus_timeout_new):
3010         Actually set the handler, doh.
3011         
3012         * dbus/dbus-transport.c: (_dbus_transport_open):
3013         Add commented out call to dbus_transport_debug_client_new.
3014         
3015         * dbus/Makefile.am:
3016         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
3017         
3018 2003-01-28  Havoc Pennington  <hp@pobox.com>
3019
3020         * dbus/dbus-message.c (check_message_handling): function to check 
3021         on the loaded message, iterates over it etc.
3022
3023 2003-01-28  Havoc Pennington  <hp@pobox.com>
3024
3025         * test/Makefile.am (dist-hook): fix make distdir
3026
3027         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
3028
3029 2003-01-27  Havoc Pennington  <hp@pobox.com>
3030
3031         * dbus/dbus-mempool.c (time_for_size): replace printf with 
3032         _dbus_verbose
3033
3034         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
3035         empty lines; fix the SAVE_LENGTH stuff to be
3036         START_LENGTH/END_LENGTH so it actually works; couple other 
3037         bugfixes
3038         
3039         * test/Makefile.am (dist-hook): add dist-hook for .message files
3040
3041         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
3042         can be constant or locked.
3043         (_dbus_string_free): allow freeing a const string as
3044         documented/intended
3045
3046         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
3047
3048         * dbus/dbus-test-main.c (main): take an argument which is the 
3049         directory containing test data
3050
3051         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
3052         argument to this and load all the messages in test/data/
3053         checking that they can be loaded or not loaded as appropriate.
3054
3055 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
3056
3057         * bus/dispatch.c: (bus_dispatch_message_handler):
3058         Dispatch messages sent to services.
3059         
3060         * bus/driver.c: (bus_driver_send_service_deleted),
3061         (bus_driver_send_service_created), (bus_driver_send_service_lost),
3062         (bus_driver_send_service_acquired):
3063         Add helper functions for sending service related messages.
3064
3065         (bus_driver_send_welcome_message):
3066         Send HELLO_REPLY instead of WELCOME.
3067         
3068         (bus_driver_handle_list_services):
3069         Send LIST_SERVICES_REPLY instead of SERVICES.
3070         
3071         (bus_driver_handle_own_service),
3072         (bus_driver_handle_service_exists):
3073         New message handlers.
3074         
3075         (bus_driver_handle_message):
3076         Invoke new message handlers.
3077         
3078         (bus_driver_remove_connection):
3079         Don't remove any services here since that's done automatically
3080         by bus_service_remove_owner now.
3081         
3082         * bus/driver.h:
3083         New function signatures.
3084         
3085         * bus/services.c: (bus_service_add_owner):
3086         Send ServiceAcquired message if we're the only primary owner.
3087         
3088         (bus_service_remove_owner):
3089         Send ServiceAcquired/ServiceLost messages.
3090         
3091         (bus_service_set_prohibit_replacement),
3092         (bus_service_get_prohibit_replacement):
3093         Functions for setting prohibit replacement.
3094         
3095         (bus_service_has_owner):
3096         New function that checks if a connection is in the owner queue of 
3097         a certain service.
3098         
3099         * bus/services.h:
3100         Add new function signatures.
3101         
3102         * dbus/dbus-list.c: (_dbus_list_test):
3103         Add tests for _dbus_list_remove_last and traversing the list backwards.
3104         
3105         * dbus/dbus-list.h:
3106         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
3107         go any further, so return NULL then.
3108         
3109         * dbus/dbus-protocol.h:
3110         Add new messages, service flags and service replies.
3111         
3112 2003-01-26  Havoc Pennington  <hp@pobox.com>
3113
3114         * dbus/dbus-message-builder.c: implement, completely untested.
3115
3116         * test/data/*: add data to be used in testing. 
3117         ".message" files are our simple loadable text format.
3118         ".message-raw" will be binary dumps of messages.
3119
3120         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
3121
3122 2003-01-26  Havoc Pennington  <hp@pobox.com>
3123
3124         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
3125
3126         * dbus/dbus-errors.c (dbus_result_to_string): add
3127         file errors
3128
3129         * dbus/dbus-message-builder.c: new file, will contain code to load
3130         up messages from files. Not implemented yet.
3131
3132 2003-01-26  Havoc Pennington  <hp@pobox.com>
3133
3134         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
3135         the sender by setting to NULL
3136
3137 2003-01-26  Havoc Pennington  <hp@pobox.com>
3138
3139         The unit tests pass, but otherwise untested.  If it breaks, the
3140         tests should have been better. ;-)
3141         
3142         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
3143         the connection.
3144
3145         * dbus/dbus-message.c: redo everything so we maintain 
3146         message->header as the only copy of the various fields.
3147         This avoids the possibility of out-of-memory in some cases,
3148         for example dbus_message_lock() can't run out of memory anymore,
3149         and avoids extra copying. Figured I may as well go ahead and do 
3150         this since it was busted for dbus_message_lock to not return 
3151         failure on OOM, and dbus_message_write_header was totally
3152         unchecked for OOM. Also fixed some random other bugs.
3153
3154         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
3155         that strings are nul-terminated. Also, end_pos can be equal 
3156         to string length just not greater than, I think.
3157         (_dbus_marshal_set_int32): new function
3158         (_dbus_marshal_set_uint32): new function
3159         (_dbus_marshal_set_string): new function
3160
3161         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
3162         a warning, init timeout_list to NULL
3163         (dbus_connection_send_message): don't use uninitialized variable
3164         "serial"
3165
3166         * dbus/dbus-string.c (_dbus_string_replace_len): new function
3167
3168 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
3169
3170         * bus/driver.c: (bus_driver_handle_hello),
3171         (bus_driver_send_welcome_message):
3172         Plug leaks
3173         
3174 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
3175
3176         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
3177         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
3178         (dbus_connection_unref):
3179         * dbus/dbus-marshal.c: (_dbus_marshal_test):
3180         * dbus/dbus-message.c: (dbus_message_unref),
3181         Plug memory leaks.
3182         
3183         (dbus_message_get_fields): 
3184         Remove debugging printout.
3185
3186         (_dbus_message_loader_return_buffer):
3187         Don't store the header string.
3188         
3189         (_dbus_message_test):
3190         Plug leaks.
3191
3192 2003-01-26  Richard Hult  <rhult@codefactory.se>
3193
3194         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
3195         the file descriptor list, since it can change under us.
3196
3197 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3198
3199         * glib/dbus-gmain.c: (dbus_connection_prepare),
3200         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
3201         (remove_watch), (dbus_connection_hookup_with_g_main):
3202         Rewrite the glib handling to use its own GSource instead of a 
3203         GIOChannel so we can catch messages put in the queue while waiting
3204         for a reply.
3205         
3206 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3207
3208         * bus/Makefile.am:
3209         * bus/connection.c: (connection_disconnect_handler),
3210         (connection_watch_callback), (bus_connection_setup):
3211         * bus/dispatch.c: (send_one_message),
3212         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
3213         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
3214         * bus/dispatch.h:
3215         * bus/driver.c: (bus_driver_send_service_deleted),
3216         (bus_driver_send_service_created), (bus_driver_handle_hello),
3217         (bus_driver_send_welcome_message),
3218         (bus_driver_handle_list_services), (bus_driver_remove_connection),
3219         (bus_driver_handle_message):
3220         * bus/driver.h:
3221         Refactor code, put the message dispatching in its own file. Use 
3222         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
3223         is disconnected.
3224         
3225 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3226
3227         * dbus/dbus-internals.h:
3228         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
3229         
3230         * dbus/dbus-message.c: (dbus_message_get_sender):
3231         * dbus/dbus-message.h:
3232         Implement dbus_message_get_sender.
3233         
3234         * dbus/dbus-protocol.h:
3235         Add message and service defines.
3236         
3237 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3238
3239         * dbus/dbus-connection.c: (dbus_connection_send_message):
3240         * dbus/dbus-message-internal.h:
3241         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
3242         (dbus_message_write_header):
3243         Remove _dbus_messag_unlock and don't set the client serial on a 
3244         message if one already exists.
3245         
3246 2003-01-24  Havoc Pennington  <hp@pobox.com>
3247
3248         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
3249         list_pool
3250
3251         * bus/driver.c (bus_driver_handle_list_services): fix a leak 
3252         on OOM
3253
3254 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3255
3256         * dbus/dbus-list.c: (alloc_link), (free_link):
3257         Use a memory pool for the links.
3258         
3259 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3260
3261         * bus/connection.c: (bus_connection_foreach):
3262         * bus/connection.h:
3263         Add new bus_connection_foreach function.
3264         
3265         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
3266         Add function that broadcasts a message to all clients.
3267         
3268         (bus_driver_send_service_created), (bus_driver_handle_hello),
3269         (bus_driver_send_welcome_message),
3270         (bus_driver_handle_list_services), (bus_driver_message_handler):
3271         Implement functions that take care of listing services, and notifying
3272         clients when new services are created.
3273         
3274         * bus/services.c: (bus_services_list):
3275         * bus/services.h:
3276         Add new function that returns an array of strings with the currently
3277         registered services.
3278         
3279         * glib/dbus-glib.h:
3280         * glib/dbus-gmain.c:
3281         Update copyright year.
3282         
3283 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
3284
3285         * dbus/dbus-connection.c: (dbus_connection_send_message):
3286         Unlock the message in case it was sent earlier.
3287         
3288         (dbus_connection_send_message_with_reply_and_block):
3289         Remove the reply message from the list.
3290         
3291         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
3292         Set array_len and new_pos correctly.
3293         
3294         (_dbus_marshal_test):
3295         Remove debug output.
3296         
3297         * dbus/dbus-message-internal.h:
3298         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
3299         New function that returns the reply serial.
3300         
3301         (_dbus_message_unlock):
3302         New function that unlocks a message and resets its header.
3303
3304         (dbus_message_append_string_array), 
3305         (dbus_message_get_fields_valist),
3306         (dbus_message_iter_get_field_type),
3307         (dbus_message_iter_get_string_array),   
3308         (dbus_message_get_fields),      
3309         (dbus_message_append_fields_valist):
3310         Handle string arrays.
3311         
3312         (dbus_message_set_sender):
3313         Make this function public since the bus daemon needs it.
3314         
3315         (decode_header_data):
3316         Set the reply serial to -1 initially.
3317
3318         * dbus/dbus-message.h:
3319         Add dbus_message_set_sender.    
3320
3321 2003-01-24  Havoc Pennington  <hp@pobox.com>
3322
3323         * doc/dbus-specification.sgml: add some stuff
3324
3325 2003-01-22  Havoc Pennington  <hp@pobox.com>
3326
3327         * doc/dbus-specification.sgml: Start to document the protocol.
3328
3329 2003-01-22  Havoc Pennington  <hp@pobox.com>
3330
3331         * dbus/dbus-connection.c
3332         (dbus_connection_send_message_with_reply_and_block): add some @todo
3333
3334         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
3335
3336 2003-01-21  Havoc Pennington  <hp@pobox.com>
3337
3338         (patch untested because can't compile)
3339         
3340         * bus/driver.c (create_unique_client_name): make this function
3341         never recycle client names. Also, caller should initialize 
3342         the DBusString.
3343
3344         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
3345
3346 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
3347
3348         * dbus/dbus-marshal.c: (_dbus_marshal_double),
3349         (_dbus_marshal_int32), (_dbus_marshal_uint32),
3350         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
3351         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
3352         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
3353         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
3354         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
3355         * dbus/dbus-marshal.h:
3356         * dbus/dbus-protocol.h:
3357         Add support for marshalling and demarshalling integer, double
3358         and string arrays.
3359         
3360 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
3361
3362         * bus/Makefile.am:
3363         Add driver.[ch]
3364         
3365         * bus/connection.c: (connection_disconnect_handler):
3366         Remove the connection from the bus driver's list.
3367         
3368         (connection_watch_callback): Dispatch messages.
3369
3370         (free_connection_data): Free connection name.
3371         
3372         (bus_connection_setup): Add connection to the bus driver's list.
3373         (bus_connection_remove_owned_service): 
3374         (bus_connection_set_name), (bus_connection_get_name):
3375         Add functions for setting and getting the connection's name.
3376         
3377         * bus/connection.h:
3378         Add function headers.
3379         
3380         * bus/driver.c: (create_unique_client_name),
3381         (bus_driver_handle_hello_message),
3382         (bus_driver_send_welcome_message), (bus_driver_message_handler),
3383         (bus_driver_add_connection), (bus_driver_remove_connection):
3384         * bus/driver.h:
3385         * bus/main.c:
3386         * bus/services.c: (bus_service_free):
3387         * bus/services.h:
3388         New file that handles communication and registreation with the bus
3389         itself. 
3390         
3391 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
3392
3393         * dbus/dbus-connection.c: (dbus_connection_send_message):
3394         Add a new client_serial parameter.
3395         
3396         (dbus_connection_send_message_with_reply):
3397         Remove a @todo since we've implemented the blocking function.
3398         
3399         (dbus_connection_send_message_with_reply_and_block):
3400         New function that sends a message and waits for a reply and
3401         then returns the reply.
3402         
3403         * dbus/dbus-connection.h:
3404         Add new functions.
3405         
3406         * dbus/dbus-errors.c: (dbus_result_to_string):
3407         * dbus/dbus-errors.h:
3408         Add new DBUS_RESULT.
3409         
3410         * dbus/dbus-message-internal.h:
3411         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
3412         (_dbus_message_set_sender), (dbus_message_write_header),
3413         (dbus_message_new_reply), (decode_header_data),
3414         (_dbus_message_loader_return_buffer), (_dbus_message_test):
3415         * dbus/dbus-message.h:
3416         Add new functions that set the reply serial and sender.
3417         Also marshal and demarshal them correctly and add test.
3418         
3419         * dbus/dbus-protocol.h:
3420         Add new DBUS_MESSAGE_TYPE_SENDER.
3421         
3422         * glib/dbus-glib.h:
3423         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
3424         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
3425         (dbus_connection_hookup_with_g_main):
3426         * glib/test-dbus-glib.c: (main):
3427         Rewrite to use GIOChannel and remove the GSource crack.
3428         
3429         * test/echo-client.c: (main):
3430         * test/watch.c: (check_messages):
3431         Update for changed APIs
3432         
3433 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
3434
3435         * dbus/Makefile.am: Add dbus-timeout.[cħ]
3436         
3437         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
3438         Create a DBusTimeoutList.       
3439         (dbus_connection_set_timeout_functions): Add new function to
3440         set timeout callbacks
3441         
3442         * dbus/dbus-connection.h: Add public DBusTimeout API.
3443         
3444         * dbus/dbus-message.c: (dbus_message_get_service):
3445         * dbus/dbus-message.h:  New function.
3446
3447         * dbus/dbus-server.c: Fix small doc typo.
3448         
3449         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
3450
3451 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
3452
3453         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
3454         of the string, just as long as specified.
3455
3456 2003-01-19  Havoc Pennington  <hp@pobox.com>
3457
3458         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
3459         new function
3460
3461         * dbus/dbus-server.c (dbus_server_set_max_connections)
3462         (dbus_server_get_max_connections, dbus_server_get_n_connections):
3463         keep track of current number of connections, and add API for
3464         setting a max (but haven't implemented enforcing the max yet)
3465
3466 2003-01-18  Havoc Pennington  <hp@pobox.com>
3467
3468         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
3469         reading/writing if read_watch != NULL or write_watch != NULL.
3470
3471         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
3472         the message loader code to actually load message->header and
3473         message->body into the newly-created message.
3474
3475         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
3476         in OOM case
3477
3478         * dbus/dbus-connection.c (dbus_connection_set_max_message_size) 
3479         (dbus_connection_get_max_message_size) 
3480         (dbus_connection_set_max_live_messages_size) 
3481         (dbus_connection_get_max_live_messages_size): implement some
3482         resource limitation functions
3483
3484         * dbus/dbus-resources.c: new file implementing some of the
3485         resource limits stuff
3486
3487         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
3488         missing docs, add @todo to handle OOM etc.
3489
3490         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
3491         docs
3492         
3493 2003-01-18  Havoc Pennington  <hp@pobox.com>
3494
3495         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the 
3496         connection if it hasn't been already.
3497
3498         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
3499         replace with DisconnectFunction.
3500
3501 2003-01-18  Havoc Pennington  <hp@pobox.com>
3502
3503         Building --disable-verbose-mode --disable-asserts --disable-tests
3504         cuts the library from 112K to 45K or so
3505         
3506         * configure.in: check for varargs macro support, 
3507         add --enable-verbose-mode, --enable-asserts. 
3508
3509         * dbus/dbus-internals.h (_dbus_assert): support
3510         DBUS_DISABLE_ASSERT
3511         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
3512
3513 2003-01-18  Havoc Pennington  <hp@pobox.com>
3514
3515         * dbus/dbus-test.c: include config.h so that tests actually run
3516
3517         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
3518         so the failure mode when that assumption fails will be plenty
3519         obvious.
3520
3521 2003-01-18  Havoc Pennington  <hp@pobox.com>
3522
3523         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
3524
3525         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
3526         the distribution
3527
3528         * test/Makefile.am: don't use special variable "TESTS" for echo-*
3529         since we don't want to use those in make check
3530
3531 2003-01-15  Havoc Pennington  <hp@redhat.com>
3532
3533         Release 0.2
3534         
3535         * NEWS: update
3536
3537 2003-01-15  Havoc Pennington  <hp@redhat.com>
3538
3539         * test/Makefile.am: fix so that test source code ends up in the
3540         distribution on make distcheck
3541
3542 2003-01-15  Havoc Pennington  <hp@redhat.com>
3543
3544         Release 0.1.
3545         
3546         * NEWS: update  
3547
3548 2003-01-15  Havoc Pennington  <hp@redhat.com>
3549
3550         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
3551         fix build when --disable-tests
3552
3553         * Makefile.am (EXTRA_DIST): put HACKING in here
3554
3555         * HACKING: document procedure for making a tarball release.
3556
3557 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
3558
3559         * bus/connection.c: (connection_error_handler),
3560         (bus_connection_setup):
3561         * bus/main.c: (main):
3562         Make sure that the DBusConnectionData struct is NULLed
3563         out to prevent a segfault.
3564         
3565         * dbus/dbus-errors.c: (dbus_result_to_string):
3566         * dbus/dbus-errors.h:
3567         * dbus/dbus-message.c: (dbus_message_get_fields),
3568         (dbus_message_get_fields_valist), (_dbus_message_test):
3569         * dbus/dbus-message.h:
3570         Make dbus_message_get_fields return a result code so we can
3571         track invalid fields as well as oom.
3572         
3573 2003-01-11  Havoc Pennington  <hp@pobox.com>
3574
3575         * configure.in: change --enable-test/--enable-ansi action-if-given
3576         to enable_foo=$enableval instead of enable_foo=yes
3577
3578 2003-01-08  Havoc Pennington  <hp@pobox.com>
3579
3580         * dbus/dbus-string.c (_dbus_string_align_length): new function
3581
3582         * dbus/dbus-test-main.c: move main() for test app here
3583         * dbus/dbus-test.c
3584         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
3585         symbol to run tests, because dbus-test isn't in the main 
3586         library
3587
3588         Code review nitpicks.
3589         
3590         * dbus/dbus-message.c (dbus_message_write_header): add newlines
3591         for people with narrow emacs ;-). Assert client_serial was filled
3592         in. Assert message->name != NULL.
3593         (dbus_message_append_fields): have "first_field_type" arg separate
3594         from va list, needed for C++ binding that also uses varargs IIRC
3595         and helps with type safety
3596         (dbus_message_new): add @todo about using DBusString to store
3597         service/name internally
3598         (dbus_message_new): don't leak ->service and ->name on OOM later
3599         in the function
3600         (dbus_message_unref): free the service name
3601         (dbus_message_get_fields): same change to varargs
3602         i.e. first_field_type
3603         (_dbus_message_loader_return_buffer): assert that the message data
3604         is aligned (if not it's a bug in our code). Put in verbose griping
3605         about why we set corrupted = TRUE.
3606         (decode_header_data): add FIXME that char* is evil.  Was going to
3607         add FIXME about evil locale-specific string.h strncmp, but just
3608         switched to wacky string-as-uint32 optimization. Move check for
3609         "no room for field name" above get_const_data_len() to avoid
3610         assertion failure in get_const_data_len if we have trailing 2
3611         bytes or the like. Check for service and name fields being
3612         provided twice. Don't leak service/name on error. Require field
3613         names to be aligned to 4 bytes.
3614
3615         * dbus/dbus-marshal.c: move byte swap stuff to header
3616         (_dbus_pack_int32): uscore-prefix
3617         (_dbus_unpack_int32): uscore-prefix
3618         (_dbus_unpack_uint32): export
3619         (_dbus_demarshal_string): add @todo complaining about use of
3620         memcpy()
3621         (_dbus_marshal_get_field_end_pos): add @todo about bad error
3622         handling allowing corrupt data to go unchecked
3623
3624 2003-01-08  Havoc Pennington  <hp@redhat.com>
3625
3626         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write 
3627         to the select() as needed for authentication. (should be using
3628         _dbus_poll() not select, but for another day)
3629
3630         * dbus/dbus.h: include dbus/dbus-protocol.h
3631
3632 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
3633
3634         * dbus/Makefile.am (dbusinclude_HEADERS): Install
3635         dbus-connection.h
3636
3637 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
3638
3639         * dbus/dbus-internals.c: (_dbus_type_to_string):
3640         New function that returns a string describing a type.
3641         
3642         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
3643         * dbus/dbus-marshal.h:
3644         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
3645         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
3646         (dbus_message_iter_get_byte_array):
3647         * dbus/dbus-message.h:
3648         Add new convenience functions for appending and getting message fields.
3649         Also add demarshalling routines for byte arrays.
3650
3651 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
3652
3653         * dbus/dbus-connection-internal.h:
3654         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
3655         (_dbus_connection_get_next_client_serial),
3656         (dbus_connection_send_message):
3657         * dbus/dbus-internals.h:
3658         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
3659         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
3660         (_dbus_marshal_uint32), (_dbus_demarshal_double),
3661         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
3662         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
3663         (_dbus_verbose_bytes), (_dbus_marshal_test):
3664         * dbus/dbus-marshal.h:
3665         * dbus/dbus-message-internal.h:
3666         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
3667         (dbus_message_write_header), (_dbus_message_lock),
3668         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
3669         (dbus_message_get_name), (dbus_message_append_int32),
3670         (dbus_message_append_uint32), (dbus_message_append_double),
3671         (dbus_message_append_string), (dbus_message_append_byte_array),
3672         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
3673         (dbus_message_iter_unref), (dbus_message_iter_has_next),
3674         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
3675         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
3676         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
3677         (decode_header_data), (_dbus_message_loader_return_buffer),
3678         (message_iter_test), (_dbus_message_test):
3679         * dbus/dbus-message.h:
3680         * dbus/dbus-protocol.h:
3681         * dbus/dbus-test.c: (main):
3682         * dbus/dbus-test.h:
3683         * glib/test-dbus-glib.c: (message_handler), (main):
3684         * test/echo-client.c: (main):
3685         * test/watch.c: (check_messages):
3686         Make messages sendable and receivable for real.
3687         
3688 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
3689
3690         * dbus/dbus-marshal.c: (_dbus_marshal_double),
3691         (_dbus_marshal_string), (_dbus_marshal_byte_array):
3692         * dbus/dbus-message.c: (dbus_message_append_int32),
3693         (dbus_message_append_uint32), (dbus_message_append_double),
3694         (dbus_message_append_string), (dbus_message_append_byte_array):
3695         Handle OOM restoration.
3696         
3697 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
3698
3699         * dbus/dbus-marshal.c: (_dbus_marshal_string),
3700         (_dbus_demarshal_string), (_dbus_marshal_test):
3701         * dbus/dbus-marshal.h:
3702         * dbus/dbus-message.c: (dbus_message_get_name),
3703         Document these functions.
3704         
3705         (dbus_message_append_int32), (dbus_message_append_uint32),
3706         (dbus_message_append_double), (dbus_message_append_string),
3707         (dbus_message_append_byte_array):
3708         * dbus/dbus-message.h:
3709         Add functions for adding message fields of different types.
3710         
3711         * dbus/dbus-protocol.h:
3712         Add the different types.
3713
3714 2003-01-05  Havoc Pennington  <hp@pobox.com>
3715
3716         * bus/connection.c: implement routines for handling connections,
3717         first thing is keeping a list of owned services on each connection
3718         and setting up watches etc.
3719
3720         * bus/services.c: implement a mapping from service names to lists
3721         of connections
3722
3723         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
3724
3725         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
3726         to use static mutexes for global data
3727
3728         * dbus/dbus-connection.c (dbus_connection_set_data): add new
3729         collection of functions to set/get application-specific data
3730         on the DBusConnection.
3731
3732 2003-01-04  Havoc Pennington  <hp@pobox.com>
3733
3734         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
3735         (_dbus_poll): new function
3736
3737         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
3738         copied from GLib
3739
3740         * bus/loop.c: initial code for the daemon main loop
3741
3742 2003-01-04  Havoc Pennington  <hp@pobox.com>
3743
3744         * test/watch.c (error_handler): make it safe if the error handler 
3745         is called multiple times (if we s/error handler/disconnect
3746         handler/ we should just guarantee it's called only once)
3747
3748         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
3749         error handler on disconnect (it's quite possible we should
3750         just change the error handler to a "disconnect handler," I'm 
3751         not sure we have any other meaningful errors)
3752
3753         * configure.in: check for getpwnam_r
3754
3755         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
3756         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
3757         mechanism as in SASL spec, using socket credentials
3758
3759         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
3760         (_dbus_send_credentials_unix_socket): new function
3761
3762         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
3763         dbus_accept()
3764         (_dbus_write): only check errno if <0 returned
3765         (_dbus_write_two): ditto
3766
3767 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
3768
3769         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
3770         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
3771         (_dbus_marshal_test):
3772         * dbus/dbus-marshal.h:
3773         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
3774         to _dbus_marshal_utf8_string. Also fix some tests.
3775         
3776 2002-12-28  Harri Porten  <porten@kde.org>
3777
3778         * configure.in: added check for C++ compiler and a very cheesy
3779         check for the Qt integration
3780
3781         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
3782
3783         * qt/Makefile.am: added 
3784
3785         * qt/.cvsignore: added  
3786
3787         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
3788         latter, added #ifdef QT_THREAD_SUPPORT guard.
3789
3790         * dbus/Makefile.am: added missing headers for make dist
3791
3792 2002-12-28  Kristian Rietveld  <kris@gtk.org>
3793
3794         * dbus/Makefile.am: fixup export-symbols-regex.
3795
3796 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
3797
3798         * acinclude.m4: Add this file and put the 
3799         PKG_CHECK_MODULE macro in it.
3800
3801 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
3802
3803         * dbus/dbus-marshal.c: (_dbus_marshal_string),
3804         (_dbus_demarshal_double), (_dbus_demarshal_int32),
3805         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
3806         (_dbus_marshal_test):
3807         Make the demarshalling routines align the pos argument.
3808         Add string marshalling tests and fix the obvious bugs 
3809         discovered.
3810         
3811 2002-12-26  Havoc Pennington  <hp@pobox.com>
3812
3813         * dbus/dbus-auth.c: fixes fixes fixes
3814
3815         * dbus/dbus-transport-unix.c: wire up support for
3816         encoding/decoding data on the wire
3817
3818         * dbus/dbus-auth.c (_dbus_auth_encode_data) 
3819         (_dbus_auth_decode_data): append to target string 
3820         instead of nuking it.
3821
3822 2002-12-26  Havoc Pennington  <hp@pobox.com>
3823
3824         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
3825         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
3826         doh
3827
3828         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
3829         avoid swap_bytes() overhead (ignoring possible assembly stuff for 
3830         now). Main point is because I wanted unpack_uint32 to implement
3831         _dbus_verbose_bytes
3832         (_dbus_verbose_bytes): new function
3833
3834         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
3835
3836         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
3837         mechanism to handle a corrupt message stream
3838         (_dbus_message_loader_new): fix preallocation to only prealloc, 
3839         not prelengthen
3840         
3841         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
3842         (_dbus_string_test): enhance tests for copy/move and fix the
3843         functions
3844
3845         * dbus/dbus-transport-unix.c: Hold references in more places to 
3846         avoid reentrancy problems
3847
3848         * dbus/dbus-transport.c: ditto
3849
3850         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
3851         leak reference count in no-message case
3852
3853         * test/watch.c (do_mainloop): handle adding/removing watches
3854         during iteration over the watches. Also, ref the connection/server
3855         stored on a watch, so we don't try to mangle a destroyed one.
3856
3857         * dbus/dbus-transport-unix.c (do_authentication): perform
3858         authentication
3859
3860         * dbus/dbus-auth.c (get_state): add a state
3861         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
3862         (_dbus_auth_get_unused_bytes): append the unused bytes
3863         to the passed in string, rather than prepend
3864
3865         * dbus/dbus-transport.c (_dbus_transport_init_base): create 
3866         the auth conversation DBusAuth
3867
3868         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
3869         (_dbus_transport_new_for_domain_socket): when creating a
3870         transport, pass in whether it's a client-side or server-side
3871         transport so we know which DBusAuth to create
3872
3873 2002-12-03  Havoc Pennington  <hp@pobox.com>
3874
3875         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
3876         _after_ finalizing the derived members
3877         (unix_connection_set): unref watch if we fail to add it
3878
3879         * dbus/dbus-connection.c (dbus_connection_unref): delete the
3880         transport first, so that the connection owned by the 
3881         transport will be valid as the transport finalizes.
3882
3883         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
3884         if necessary, and remove watches from the connection.
3885         
3886         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
3887         
3888 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
3889
3890         * dbus/dbus-marshal.c: (_dbus_marshal_string),
3891         (_dbus_demarshal_double), (_dbus_demarshal_int32),
3892         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
3893         (_dbus_marshal_test):
3894         * dbus/dbus-marshal.h:
3895         Add string marshal functions and have the demarshal functions
3896         return the new position.
3897         
3898 2002-12-25  Havoc Pennington  <hp@pobox.com>
3899
3900         * doc/dbus-sasl-profile.txt: docs on the authentication protocol, 
3901         it is a simple protocol that just maps directly to SASL.
3902
3903         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
3904         initial implementation, not actually used yet.
3905         
3906         * dbus/dbus-string.c (_dbus_string_find): new function
3907         (_dbus_string_equal): new function
3908         (_dbus_string_base64_encode): new function
3909         (_dbus_string_base64_decode): new function
3910
3911 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
3912
3913         * dbus/Makefile.am:
3914         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
3915         (_dbus_marshal_int32), (_dbus_marshal_uint32),
3916         (_dbus_demarshal_double), (_dbus_demarshal_int32),
3917         (_dbus_demarshal_uint32), (_dbus_marshal_test):
3918         * dbus/dbus-marshal.h:
3919         * dbus/dbus-protocol.h:
3920         * dbus/dbus-test.c: (main):
3921         * dbus/dbus-test.h:
3922         Add un-optimized marshalling/demarshalling routines.
3923         
3924 2002-12-25  Harri Porten  <porten@kde.org>
3925
3926         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
3927
3928 2002-12-24  Zack Rusin  <zack@kde.org>
3929
3930         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
3931         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
3932         main loop stuff
3933
3934 2002-12-24  Havoc Pennington  <hp@pobox.com>
3935
3936         * glib/dbus-gthread.c: fix include
3937
3938         * glib/dbus-glib.h: rename DBusMessageHandler for now. 
3939         I think glib API needs to change, though, as you don't 
3940         want to use DBusMessageFunction, you want to use the 
3941         DBusMessageHandler object. Probably 
3942         dbus_connection_open_with_g_main_loop()
3943         and dbus_connection_setup_g_main_loop() or something like that
3944         (but think of better names...) that just create a connection 
3945         that has watch/timeout functions etc. already set up.
3946
3947         * dbus/dbus-connection.c
3948         (dbus_connection_send_message_with_reply): new function just to 
3949         show how the message handler helps us deal with replies.
3950
3951         * dbus/dbus-list.c (_dbus_list_remove_last): new function
3952
3953         * dbus/dbus-string.c (_dbus_string_test): free a string that
3954         wasn't
3955
3956         * dbus/dbus-hash.c: use memory pools for the hash entries
3957         (rebuild_table): be more paranoid about overflow, and 
3958         shrink table when we can
3959         (_dbus_hash_test): reduce number of sprintfs and write
3960         valid C89. Add tests for case where we grow and then 
3961         shrink the hash table.
3962
3963         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
3964
3965         * dbus/dbus-connection.c (dbus_connection_register_handler) 
3966         (dbus_connection_unregister_handler): new functions
3967
3968         * dbus/dbus-message.c (dbus_message_get_name): new
3969
3970         * dbus/dbus-list.c: fix docs typo
3971
3972         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
3973         an object representing a handler for messages.
3974
3975 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
3976
3977         * glib/dbus-glib.h:
3978         * glib/dbus-gthread.c: (dbus_gthread_init):
3979         Don't use the gdbus prefix for public functions.
3980         
3981 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
3982
3983         * Makefile.am:
3984         * configure.in:
3985         Add GLib checks and fixup .pc files
3986         
3987         * glib/Makefile.am:
3988         * glib/dbus-glib.h:
3989         * glib/dbus-gmain.c: (gdbus_connection_prepare),
3990         (gdbus_connection_check), (gdbus_connection_dispatch),
3991         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
3992         (dbus_connection_gsource_new):
3993         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
3994         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
3995         * glib/test-dbus-glib.c: (message_handler), (main):
3996         Add GLib support.
3997         
3998 2002-12-15  Harri Porten  <porten@kde.org>
3999
4000         * autogen.sh: check for libtoolize before attempting to use it 
4001         
4002         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
4003         struct.
4004         
4005         * .cvsignore: ignore more stamp files
4006
4007         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
4008
4009         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
4010         without make install.
4011
4012 2002-12-15  Havoc Pennington  <hp@pobox.com>
4013
4014         * dbus/dbus-threads.c: add thread stubs that a higher library
4015         layer can fill in. e.g. the GLib wrapper might fill them in with
4016         GThread stuff. We still need to use this thread API to
4017         thread-safe-ize the library.
4018
4019 2002-12-12  Havoc Pennington  <hp@pobox.com>
4020
4021         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
4022         below new interfaces and include fewer system headers.
4023
4024         * dbus/dbus-sysdeps.c (_dbus_read): new function
4025         (_dbus_write): new function
4026         (_dbus_write_two): new function
4027         (_dbus_connect_unix_socket): new function
4028         (_dbus_listen_unix_socket): new function
4029
4030         * dbus/dbus-message-internal.h: change interfaces to use
4031         DBusString
4032
4033 2002-12-11  Havoc Pennington  <hp@pobox.com>
4034
4035         * dbus/dbus-types.h: add dbus_unichar
4036
4037         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
4038
4039         * dbus/dbus-connection.c (dbus_connection_send_message): return
4040         TRUE on success
4041
4042         * dbus/dbus-transport.c: include dbus-watch.h   
4043
4044         * dbus/dbus-connection.c: include dbus-message-internal.h
4045
4046         * HACKING: add file with coding guidelines stuff.
4047
4048         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
4049         handling here, for security purposes (as in vsftpd). Not actually
4050         using this class yet.
4051
4052         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
4053         system/libc usage here, as in vsftpd, for ease of auditing (and
4054         should also simplify portability). Haven't actually moved all the
4055         system/libc usage into here yet.
4056         
4057 2002-11-25  Havoc Pennington  <hp@pobox.com>
4058
4059         * dbus/dbus-internals.c (_dbus_verbose): fix to not 
4060         always print the first verbose message.
4061
4062 2002-11-24  Havoc Pennington  <hp@pobox.com>
4063
4064         * test/echo-client.c, test/echo-server.c: cheesy test 
4065         clients.
4066         
4067         * configure.in (AC_CHECK_FUNCS): check for writev
4068
4069         * dbus/dbus-message.c (_dbus_message_get_network_data): new
4070         function
4071
4072         * dbus/dbus-list.c (_dbus_list_foreach): new function
4073
4074         * dbus/dbus-internals.c (_dbus_verbose): new function
4075
4076         * dbus/dbus-server.c, dbus/dbus-server.h: public object
4077         representing a server that listens for connections.
4078
4079         * dbus/.cvsignore: create
4080
4081         * dbus/dbus-errors.h, dbus/dbus-errors.c:
4082         public API for reporting errors
4083
4084         * dbus/dbus-connection.h, dbus/dbus-connection.c:
4085         public object representing a connection that 
4086         sends/receives messages. (Same object used for 
4087         both client and server.)
4088
4089         * dbus/dbus-transport.h, dbus/dbus-transport.c:
4090         Basic abstraction for different kinds of stream
4091         that we might read/write messages from.
4092
4093 2002-11-23  Havoc Pennington  <hp@pobox.com>
4094
4095         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN 
4096         _DBUS_INT_MAX
4097
4098         * dbus/dbus-test.c (main): add list test, and include 
4099         dbus-test.h as intended
4100
4101         * dbus/dbus-hash.c (_dbus_hash_table_remove_string) 
4102         (_dbus_hash_table_remove_int): return value indicates 
4103         whether the entry existed to remove
4104
4105         * dbus/dbus-list.c: add linked list utility class, 
4106         with docs and tests
4107
4108         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket 
4109         array sometimes.
4110
4111 2002-11-23  Havoc Pennington  <hp@pobox.com>
4112
4113         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
4114         DBUS_END_DECLS to nothing, that should fix this once and for all
4115
4116         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
4117
4118         * dbus/dbus-message.c, dbus/dbus-hash.c: 
4119         add some missing @brief
4120
4121 2002-11-23  Havoc Pennington  <hp@pobox.com>
4122
4123         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS 
4124         to avoid confusing Doxygen
4125
4126         * dbus/dbus-hash.c: @} not }@
4127
4128         * dbus/dbus-message.c (struct DBusMessage): split out 
4129         internals docs
4130
4131 2002-11-23  Havoc Pennington  <hp@pobox.com>
4132
4133         * configure.in: pile on more warning flags if using gcc
4134
4135         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have 
4136         to document static functions
4137
4138         * configure.in: add summary to end of configure so it 
4139         looks nice and attractive
4140
4141         * dbus/dbus-hash.c: finish implementation and write unit 
4142         tests and docs
4143
4144         * configure.in: add --enable-tests to enable unit tests
4145
4146         * dbus/dbus-test.c: test program to run unit tests 
4147         for all files in dbus/*, initially runs a test for 
4148         dbus-hash.c
4149         
4150         * dbus/dbus-internals.h: file to hold some internal utility stuff
4151
4152 2002-11-22  Havoc Pennington  <hp@redhat.com>
4153
4154         * dbus/dbus-hash.c: copy in Tcl hash table, not yet 
4155         "ported" away from Tcl
4156
4157         * dbus/dbus-types.h: header for types such as dbus_bool_t
4158
4159 2002-11-22  Havoc Pennington  <hp@redhat.com>
4160
4161         * dbus/dbus.h: fixups for doc warnings
4162
4163         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up 
4164         macros
4165         (QUIET): make it quiet so we can see warnings
4166
4167         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
4168
4169 2002-11-22  Havoc Pennington  <hp@redhat.com>
4170
4171         * Makefile.am: include "Doxyfile" target in all-local
4172
4173         * configure.in: generate the Doxyfile
4174
4175         * Doxyfile.in: move Doxyfile here, so we can use 
4176         configure to generate a Doxyfile with the right 
4177         version number etc.
4178
4179 2002-11-22  Havoc Pennington  <hp@redhat.com>
4180
4181         * dbus/dbus-message.c: move inline docs into .c file
4182
4183         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
4184         so all docs are under doc/
4185         (MAN_EXTENSION): generate man pages. Use extension 
4186         ".3dbus" which matches ".3qt" on my system, 
4187         I guess this is OK, I don't know really.
4188         (FILE_PATTERNS): look for .c files not .h, makes sense
4189         for plain C I think
4190
4191 2002-11-22  Havoc Pennington  <hp@pobox.com>
4192
4193         * Makefile.am (SUBDIRS): rename subdir "server" to "bus" 
4194         because any app can be a server, and any app can be a client, 
4195         the bus is a special kind of server.
4196
4197 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
4198
4199         * Doxyfile : adding. Still needs Makefile rules to be generated
4200         automatically (just run "doxygen" in the toplevel dir for now to
4201         generate docs)
4202         
4203         * dbus/dbus-message.h : Adding sample docs (javadoc since
4204         resembles gtk-doc a little more)
4205
4206         * dbus/dbus.h : Adding sample docs
4207
4208 2002-11-21  Havoc Pennington  <hp@redhat.com>
4209
4210         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION 
4211         so we can allow ourselves to include files directly, 
4212         instead of having to use dbus.h
4213
4214         * dbus/dbus.h: fill in
4215
4216         * dbus/dbus-message.h: sketch out a sample header file.
4217         Include griping if you include it directly instead of 
4218         via dbus.h
4219
4220         * dbus/dbus-macros.h: new file with macros for extern "C", 
4221         TRUE/FALSE, NULL, etc.
4222
4223         * doc/file-boilerplate.c: put include guards in here
4224
4225 2002-11-21  Havoc Pennington  <hp@redhat.com>
4226
4227         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
4228
4229         * COPYING: include the GPL as well, and license code 
4230         under both AFL and GPL.
4231
4232 2002-11-21  Havoc Pennington  <hp@redhat.com>
4233
4234         * acconfig.h: get rid of this
4235
4236         * autogen.sh (run_configure): add --no-configure option
4237
4238         * configure.in: remove AC_ARG_PROGRAM to make
4239         autoconf complain less. add AC_PREREQ. 
4240         add AC_DEFINE third arg.
4241         
4242 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
4243
4244         * doc/Makefile.am:
4245         Fix references so we can distcheck.
4246
4247 2002-11-21  Havoc Pennington  <hp@redhat.com>
4248
4249         * Initial module creation
4250