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