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