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