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