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