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