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