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