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