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