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