2006-04-19 John (J5) Palmieri <johnp@redhat.com>
[platform/upstream/dbus.git] / ChangeLog
1 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
2
3         * mono/Connection.cs, mono/Message.cs: Check Target type
4         Patch from Aaron Bockover (abockover at novell.com)
5
6 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
7
8         * INSTALL: fine-tune the requirements for the Qt4 binding.
9
10 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
11
12         * tools/dbus-print-message.c: Added support for printing of all 
13           remaining data types. Fixed logic for indentation of compound
14           data types.
15         
16 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
17
18         * INSTALL: fill out content of file providing DBus specific
19           build installations, followed by generic Auto* INSTALL file
20           content
21         
22 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
23
24         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
25           Patch by Stefan Eilers. (r529537)
26
27 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
28
29         * qt/qdbusinternalfilters.cpp: Don't show the parent's
30           contents (r528208)
31
32 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
33
34         * qt/Makefile.am: fix the dependency for
35           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
36           not in qdbusconnection.cpp.
37           Thanks to Jakub Stachowski <stachowski@hypair.net> for
38           spotting this.
39
40 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
41
42         * qt/examples/listnames.cpp:
43         * qt/examples/Makefile.am: Three ways to list the names on the
44           bus.
45
46 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
47
48         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
49           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
50
51 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
52
53         Merge from Subversion:
54         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
55           something that exists (r526315)
56         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
57           slots/signals (r526316)
58         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
59           also return an unknown-method error if the parameters don't
60           match for org.freedesktop.DBus.Properties. (r526842)
61         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
62         * qt/qdbusintegrator.cpp: Restore the proper order of
63           delivery: don't make method returns be delivered on priority
64           (r528150)
65
66 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
67
68         * configure.in qt/Makefile.am: add qt/examples
69         * qt/examples: Add QtDBus example programs:
70           - hello: Hello, World
71           - ping: Simple method-calling program
72           - pong: Simple object-exporting program (not using adaptors)
73           - complexping: Interactive method-calling program 
74                 (also gets and sets properties).
75           - complexpong: Sample program exporting methods, signals and
76                 properties, using adaptors.
77           - dbus: Simple implementation of a generic method-calling
78                 program, similar to 'dbus-send', but with semantics
79                 similar to 'dcop'.
80           - chat: Simplistic chat program, implemented using signals
81                 and the system bus. Looks like IRC.
82
83 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
84
85         * configure.in: Detect QtGui (necessary for one of the
86           example programs). Note: this increases the minimum required
87           version of Qt to 4.1.3.
88
89 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
90
91         * test/qt/*: Sync with KDE Subversion revision 523647.
92         Update the testcases to the new API. Remove testcases for
93         classes that are no longer public or have been removed.
94
95 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
96
97         * qt/*: 
98         * dbus/qdbus.h: Sync with KDE Subversion revision
99         523647. Hopefully, this will be the last of the
100         source-incompatible changes. Documentation has been improved;
101         support for QList<basic-types> has been added; QDBusObject is
102         gone; QDBus(Abstract)Interface is now a QObject with
103         auto-generated meta-object; QDBusIntrospection is marked
104         private, since QMetaObject can be used now; lots of bugfixes.
105
106 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
107
108         Patch from Milosz Derezynski <internalerror at gmail.com>
109         
110         * configure.in:
111         Output the service directory in the configure summary
112
113         * dbus-1.pc.in:
114         Add session_bus_services_dir
115
116 2006-03-10  Ross Burton  <ross@openedhand.com>
117
118         * tools/dbus-print-message.c:
119         Add support for object paths and signatures.
120
121 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
122
123         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
124         config reload.
125         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
126         information caches
127         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
128         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
129         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
130         * dbus/dbus-userdb.h: Add function to flush all user/group information
131         caches.
132
133 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
134
135         * qt/dbusidl2cpp.cpp:
136         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
137         for dcopidl2cpp, found in the KDE installations (or the more
138         modern kalyptus): generate Qt4 C++ code for the input XML
139         introspection. Currently no IDL parsing.
140
141 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
142
143         * test/qt/*: Update the self-tests.
144
145 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
146
147         * qt/*: 
148         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
149         represents the first feature-complete version of the Qt4
150         bindings since I took ove maintainership.
151
152 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
153
154         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
155         dir. This is C++, so we can't use the DBus ones.
156
157 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
158
159         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
160         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
161
162 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
163
164         * dbus/dbus-connection.c: 
165         (_dbus_connection_block_pending_call):
166         Check to see if our data has already been read off the connection
167         by another blocking pending call before we block in poll.
168         (check_for_reply_and_update_dispatch_unlocked):
169         Code taken from _dbus_connection_block_pending_call - checks for
170         an already read reply and updates the dispatch if there is one.
171
172         * test/name-test/test-pending-call-dispatch.c:
173         New test for making sure we don't get stuck polling a 
174         dbus connection which has no data on the socket when
175         blocking out of order on two or more pending calls.
176
177 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
178
179         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
180         make/automake don't detect that we're talking about the same
181         .lo file if I specify the full path to the source files.
182
183 2006-02-26  Havoc Pennington  <hp@redhat.com>
184
185         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
186
187         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
188         session bus variable is unset, suggest "man dbus-launch" and "man
189         dbus-daemon" to figure out how to fix the problem
190
191 2006-02-25  Havoc Pennington  <hp@redhat.com>
192
193         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
194         should make this thing use the new glib options parser
195
196 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
197
198         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
199         .lo files taking moc sources.
200
201 2006-02-25  Havoc Pennington  <hp@redhat.com>
202
203         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
204         and install it as a public header
205
206 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
207
208         * Released 0.61
209
210 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
211         
212         * proxies.py: Fix the callchain
213
214 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
215         
216         * patch from Sjoerd Simons <sjoerd at debian.org>:      
217
218         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
219         dbus/dbus-sysdeps.c
220
221         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
222         call _dbus_group_info_free_allocated which causes infinite loop,
223         correctly call _dbus_group_info_free
224
225 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
226
227         * qt/qdbusinterface_p.h:
228         * qt/qdbusinterface.cpp: Use the standard
229         org.freedesktop.DBus.Method.NoReply annotation for the "async"
230         calls instead of creating one for us.
231
232         * qt/qdbusconnection_p.h:
233         * qt/qdbusintegrator.cpp: Remove debugging code.
234
235         * qt/qdbusintegrator.cpp:
236         * qt/qdbusmessage.cpp:
237         * qt/qdbusmessage_p.h:
238         * qt/qdbusmessage.h: Change the behaviour of automatic
239         reply-sending: now a reply is always sent, unless the caller
240         didn't request one or if the user slot has already sent one.
241
242 2006-02-16  Robert McQueen  <robot101@debian.org>
243
244         * configure.in: Patch from Debian packages by Sjoerd Simons
245         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
246         arguments so it's possible to build both bindings in the
247         same tree.
248
249         * qt/Makefile.am: Fix truncated value so that make dist works.
250
251 2006-02-16  Robert McQueen  <robot101@debian.org>
252
253         * acinclude.m4, configure.in: Patch from Brad Hards
254         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
255         improving quoting, re-ordering a few checks, and a few other
256         aesthetic tidy-ups.
257
258 2006-02-16  Robert McQueen  <robot101@debian.org>
259
260         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
261         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
262         assertion that the next element to read from the iter is fixed in
263         size. This is not the case when you are at the end of the iter,
264         because the next element type is INVALID.
265
266         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
267         a bogus assert which means that you may not initialise a 0-length
268         string unless you provide a non-NULL pointer. This prevented
269         you from marshalling messages containing zero-length arrays in
270         some cases.
271
272         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
273         from Rob to correct bogus asserts when trying to demarshal an
274         array and get_fixed_array got you 0 elements. Append nothing to
275         the GArray in this case.
276
277         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
278         an empty array via the glib bindings. Without all of the above
279         patches, this new test fails.
280
281 2006-02-16  Robert McQueen  <robot101@debian.org>
282
283         * glib/dbus-gmain.c: Make the previous commit compile.
284
285         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
286         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
287         specify sender_keyword="foo", path_keyword="bar" when adding
288         a signal listener, so that you can bind to signals generically
289         but still do something useful in your callback.
290
291         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
292         chars so that they're not cast to chars and made negative. Thanks
293         to Jakub Stachowski for reporting this and testing the fix.
294
295 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
296
297         * dbus/dbus-glib.h:
298         * glib/dbus-gmain.h:
299         (dbus_g_connection_open): new method for openning
300         a connection to an arbitrary address in the glib bindings
301
302         * ChangeLog: checkin last entry which doesn't seem to be commited
303
304 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
305
306         * tools/dbus-launch.c: Fixed sh syntax output
307
308 2006-02-13  Robert McQueen  <robot101@debian.org>
309
310         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
311         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
312         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
313         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
314         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
315         missing piece of the glib bindings jigsaw puzzle. This modifies
316         the existing specialised types to have N type parameters (rather
317         than the current 1 or 2 for arrays and dictionaries respectively).
318         You can then use this to get a glib type to represent any arbitrary
319         D-Bus struct type using dbus_g_type_get_struct. The only
320         implementation of these types is with GValueArrays as before,
321         but it's now possible to store these in arrays, emit them in
322         signals, etc.
323
324 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
325
326         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
327         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
328         <thiago.macieira at trolltech.com>
329
330 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
331
332         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
333         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
334
335 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
336
337         * bus/connection.c (bus_connections_expect_reply): Make
338         pending reply limit not common to all connections (Bug #5416)
339         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
340
341 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
342
343         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
344
345 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
346
347         * gcj/Makefile.am: point to correct jar command (Bug #4529)
348         patch from Doug Goldstein <cardoe at gentoo.org>
349
350 2006-02-09  Joe Shaw  <joeshaw@novell.com>
351
352         * mono/Arguments.cs: Fix a magic number in the mono bindings
353         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
354
355 2006-01-27  Robert McQueen  <robot101@debian.org>
356
357         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
358         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
359         when generating the client-side methods, instead of overloading
360         CSymbol which broke everything horribly. My apologies.
361
362 2006-01-27  Robert McQueen  <robot101@debian.org>
363
364         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
365         by me and Rob Taylor to add a simple_free function to D-Bus map
366         and collection types, which allows those types which can be freed
367         with a GDestroyNotify (such as GHashTables and GArrays, but not
368         GPtrArrays) to be stored as the values in hashtables.
369
370         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
371         Patch by Rob Taylor to add nested dicts to the glib tests to check
372         the above code works, and appears not to leak when called repeatedly.
373
374 2006-01-27  Robert McQueen  <robot101@debian.org>
375
376         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
377         to free a D-Bus allocated string with dbus_free () instead of
378         g_free ().
379
380 2006-01-27  Iain Holmes  <iain@openedhand.com>
381
382         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
383         method from being called multiple times.
384
385 2006-01-19  Robert McQueen  <robot101@debian.org>
386
387         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
388         <rob.taylor@collabora.co.uk> to add support for generating bindings
389         to arrays that are represented as GPtrArrays rather than GArrays (ie
390         size-variable things, such as strings, objects, structs, etc).
391
392 2006-01-05  Robert McQueen  <robot101@debian.org>
393
394         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
395         <ricardo.kekki@movial.fi> to make it possible to inherit from
396         DBusGProxy, by splitting the DBusGProxy struct into a public part and
397         a private part, and moving the setting of the DBusGProxyManager into a
398         connection property, allowing proper GObject construction.
399
400 2006-01-05  Robert McQueen  <robot101@debian.org>
401
402         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
403         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
404         annotations when generating glib client bindings.
405
406 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
407
408         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
409
410         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
411
412 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
413
414         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
415
416 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
417
418         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
419
420 2005-12-19  Ross Burton  <ross@openedhand.com>
421
422         * doc/dbus-tutorial.xml:
423         Document the Glib client-side bindings, and list all possible annotations.
424
425 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
426
427         * dbus/bus.c (dbus_bus_release_name): Add documentation
428
429 2005-12-06  Robert McQueen  <robot101@debian.org>
430
431         * python/service.py: s/sucessful/successful/ so we're allocating to
432         and reading from the same variable. Oops.
433
434 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
435
436         * Released 0.60
437
438 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
439
440         * test/qt/Makefile.am: build from srcdir
441
442         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
443         Note - this code is wrong and needs to be fixed by the Qt binding
444         developers.  The flags should be treated as bitfields and not enums.
445
446         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
447
448 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
449
450         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
451           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
452           in production code
453
454 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
455
456         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
457         method for getting messages off the bus in the absence of a
458         mainloop.  This method is much like 
459         dbus_connection_read_write_dispatch except it does not dispatch
460         the messages to a registered filter function.  Instead it
461         allows a developer to process messages by directly popping
462         them off the bus.
463
464 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
465
466         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
467         the parser to continue instead of returning error
468         (bus_desktop_file_load): Do not free parser data when
469         parse_section_start or parse_key_value fails because it was 
470         already freed by parser_free (patch from Carlos Garcia Campos  
471         <carlosgc at gnome.org>)
472
473 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
474
475         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
476         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
477         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
478         test/test-segfault.c, test/test-utils.c,
479         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
480         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
481         Various cleanup of dead code and compiler warnings (patch from
482         Kjartan Maraas <kmaraas at gnome.org>) 
483
484 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
485
486         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
487         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
488
489 2005-11-27  Robert McQueen  <robot101@debian.org>
490
491         * python/dbus_bindings.pyx: Repair my previous commit which reverted
492         part of the preceding one. Oops. Merge patch by Johan Hedberg
493         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
494         on big-endian platforms.
495
496         * test/python/test-client.py: Add some 16-bit integers to the test
497         values.
498
499 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
502         method return message for property getters
503
504 2005-11-27  Robert McQueen  <robot101@debian.org>
505
506         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
507         with type v of an instance of dbus.Variant(foo, type='x') caused
508         it to be boxed twice before sending over the bus.
509
510         * python/dbus_bindings.pyx, python/service.py,
511         test/python/test-client.py: Update the constants for the new
512         request_name flags, and update comments/test cases now that queueing
513         is the default action.
514
515 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
516
517         * configure.in:
518         - Change version to 0.60 for impending release
519         - upped the sonames because of ABI and API breakage
520
521 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
522
523         * configure.in: Add test/name-test/Makefile to the generated
524         Makefile list
525
526         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
527         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
528         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
529         not to queue an ower if it can't be the primary owner
530
531         * bus/bus.h: Add new internal BusOwner struct
532
533         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
534         to bus_registry_ensure and don't set the prohibit_replacement flag
535         since they are now set per BusOwner and not per name.
536         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
537         that returns the list of connections in a name's connection queue
538         
539         * bus/services.c (struct BusService): remove prohibit_replacement field
540         (struct BusOwner): new struct for keeping track of queued connections
541         and their associated flags for the queue
542         (struct BusRegistry): add a BusOwner memory pool
543         (bus_registry_new): initialize the BusOwner memory pool
544         (bus_registry_unref): free the BusOwner memory pool
545         (_bus_service_find_owner_link): new internal method for
546         searching the queue for a specific connection
547         (bus_owner_set_flags): new method for adding setting the flags on a
548         bus owner
549         (bus_owner_new): new method that creates a BusOwner object from the
550         pool and sets its flags
551         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
552         (bus_registry_ensure): Add the flags parameter
553         (bus_registry_acquire_service): Switch from using raw connections to
554         using the BusOwner struct
555         Add new state machine for dealing with the new set of flags
556         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
557         cancel_ownership, free_ownership_cancel_data, 
558         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
559         restore_ownership, free_ownership_restore_data, 
560         add_restore_ownership_to_transaction): Switch to using BusOwner 
561         instead of raw connections
562         (bus_service_add_owner): Add flags parameter
563         Switch to using BusOwner instead of raw connections
564         Add state machine for dealing with the new set of flags
565         (bus_service_swap_owner): Swaps the first and second owners in the
566         queue.  Used to make sure proper signals are sent when a service looses 
567         or gains primary ownership.  We never insert an owner at the top of the
568         queue.  Instead we insert it in the second position and then swap.
569         (bus_service_remove_owner): Remove the owner from the queue sending
570         out the NameLost and NameOwnerChanged signals if the we were the 
571         primary owner
572         (bus_service_get_primary_owners_connection): New method that extracts
573         the connection from the primary owner
574         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
575         connection
576         (bus_service_get_allow_replacement): Changed from the old 
577         bus_service_get_prohibit_replacement method.  Checks the flags of the 
578         primary owner and returns if it can be replaced or not
579         (bus_service_set_prohibit_replacement): removed
580         (bus_service_has_owner): returns TRUE if and owner with
581         the specified connection exists in the queue
582         
583         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
584         method that only compiles if tests are enabled.  Allows us to get the 
585         unique name of a connection so we can check it against the queue when
586         doing regression tests
587
588         * bus/activation.c (bus_activation_send_pending_auto_activate),
589         bus/dispatch.c (bus_dispatch),  
590         bus/driver.c (bus_driver_handle_get_service_owner, 
591         bus_driver_handle_get_connection_unix_user, 
592         bus_driver_handle_get_connection_unix_process_id,
593         bus_driver_handle_get_connection_selinux_security_context),
594         bus/signals.c (connection_is_primary_owner): 
595         use bus_service_get_primary_owners_connection instead of
596         bus_service_get_primary_owner
597
598         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
599         _dbus_listen_unix_socket): Calculate the length of the socket
600         path and use that instead of using a fixed length which was
601         causing socket names to contain many trailing Nul bytes.
602
603         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
604         (dbus_g_method_get_sender): New method for extracting the sender 
605         from a DBusGMethodInvocation
606         (dbus_g_method_return_get_reply): changed name to 
607         dbus_g_method_get_reply
608         (dbus_g_method_return_send_reply): changed name to
609         dbus_g_method_send reply
610
611         * doc/dbus-specification.xml: New docs that describe how the new
612         queueing system works and talks about the changes to the how
613         we specify socket names
614
615         * glib/examples/example-service.c, 
616         glib/examples/example-signal-emitter.c,
617         glib/examples/statemachine/statemachine-server.c:
618         Changed the RequestName flags to the new system
619
620         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
621         regression test suite for testing various states of the new
622         queueing system
623         
624 2005-11-15  Robert McQueen  <robot101@debian.org>
625
626         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
627         Taylor to add two methods, dbus_g_method_return_get_reply and
628         dbus_g_method_return_send_reply, to allow you to get the reply
629         message from a DBusGMethodInvocation, append arbitrary stuff to it,
630         and send it. The GLib bindings can't marshal a return value of
631         something like a(s) if the array is empty - ultimately they should be
632         made to heed the signature of the out arguments as the Python bindings
633         now can, but this is a workable interim solution which might have
634         other applications.
635
636 2005-11-15  Robert McQueen  <robot101@debian.org>
637
638         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
639         method to org.freedesktop.DBus to release a bus name or give up
640         waiting in the queue for it.
641
642         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
643         dbus_bus_release_name method to send the ReleaseName method calls.
644         Add constants for the return values to dbus/dbus-shared.h.
645
646         * doc/dbus-specification.xml: Document the new ReleaseName method
647         in the specification.
648
649         * python/dbus_bindings.pyx: Add a low-level python binding for the
650         release name method.
651
652         * python/exceptions.py, python/service.py: Make freeing BusName
653         objects release the name. Add a NameExistsException, and fix a
654         bug with creating UnknownMethodException.
655
656         * test/python/test-client.py: Add tests for freeing BusName
657         objects causing names to be released.
658
659 2005-11-14  Robert McQueen  <robot101@debian.org>
660
661         * python/service.py: Include the traceback in the error reply when we
662         send an exception over the bus. _BEST_ _PATCH_ _EVER_
663
664 2005-11-14  David Zeuthen  <davidz@redhat.com>
665
666         Patch from Timo Hoenig <thoenig@suse.de>.
667
668         * bus/bus.c: I've recently investigated why the automatic reload
669         of configuration files does not work as expected.
670
671         Currently, reloading configuration files does only work when
672         running dbus-daemon with --nodaemon.  If we are running as daemon
673         we're hitting a dnotify bug once we fork the process.
674
675         We're initializing the dnotify fds before calling fork().  Once
676         the child process forked it does still have the fds (and they
677         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
678         getting SIGIO as changes are made to the configuration files.
679
680         The attached patch moves the initialization of the dnotify fds to
681         process_config_postinit().  This is safe for all current code
682         paths and solves the dnotify disfunction.  If we're running
683         dbus-daemon as daemon the fds for dnotify are now being
684         initialized after fork() for the child process.
685
686         * configure.in: The current configure.in check for dnotify probes
687         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
688         match for 'xlinux', too. Additionally I have adapted the configure
689         option's style to match with the others.
690
691 2005-11-14  Robert McQueen  <robot101@debian.org>
692
693         * python/decorators.py, python/service.py: Add a new argument to the
694         dbus.service.method decorator called sender_keyword, which if set,
695         specifies the name of an argument which will be provided the bus
696         name of the method caller.
697
698         * test/python/test-client.py, test/python/test-service.py: Add a
699         method and test to check the sender_keyword functionality.
700
701 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
702
703         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
704         empty reply so blocking calls don't block forever (Patch from Sjoerd 
705         Simons <sjoerd at luon.net>)
706
707         * AUTHORS: Add Robert McQueen for his work on the Python
708         Bindings and other parts of D-Bus
709
710 2005-11-07  Robert McQueen  <robot101@debian.org>
711
712         * python/decorators.py: Change emit_signal function to use the
713         signature annotation of the signal when marhsalling the arguments from
714         the service. Fix a bug where the code checking signature length
715         against argument length referenced the wrong variable.
716
717         * python/introspect_parser.py: Avoid adding the type signature of
718         signal arguments to any methods which occur after them in the
719         introspection data (!) by making the parser a little more careful
720         about its current state.
721
722         * python/service.py: Remove debug prints from last commit (again :D).
723
724         * test/python/test-client.py, test/python/test-service.py: Add test
725         signals with signature decorators to test the strict marshalling code
726         gives errors at the right time. Could do with checking the signals
727         actually get emitted too, given that the test does nothing with
728         signals at the moment...
729
730 2005-11-07  Robert McQueen  <robot101@debian.org>
731
732         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
733         instances to stop madness of creating new instances representing
734         the same bus connection all the time, rendering any tracking of
735         match rules and bus names quite meaningless. Caught a bug where
736         the private argument to SessionBus() and friends was being passed
737         in as use_default_mainloop by mistake. Still some problems with
738         multiple dbus_binding.Connection instances representing the same
739         low-level connection (eg when you use both SessionBus() and
740         StarterBus() in same process), but it's a lot better now than it
741         was.
742
743         * python/dbus_bindings.pyx: Add constants with the return values
744         for bus_request_name().
745
746         * python/service.py: Store bus name instances in a per-dbus.Bus cache
747         and retrieve the same instances for the same name, so deletion can be
748         done with refcounting. Also now throws some kind of error if you
749         don't actually get the name you requested, unlike previously...
750
751         * test/python/test-client.py: Add tests for instance caching of buses
752         and bus name objects.
753
754 2005-11-04  Robert McQueen  <robot101@debian.org>
755
756         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
757         marshalling of boolean values. Add some booleans to the values in
758         the test client.
759
760         * python/decorators.py, python/service.py: Add an 'async_callbacks'
761         argument to the dbus.service.method decorator, which allows you to
762         name arguments to take two callback functions for replying with
763         return values or an exception.
764
765         * test/python/test-client.py, test/python/test-service.py: Add test
766         case using asynchronous method reply functions, both return values and
767         errors, and from within both the function itself and from a mainloop
768         callback.
769
770         * python/decorators.py, python/service.py: Perform checking that the
771         number of method/signal arguments matches the number of types in the
772         signature at class loading time, not when you first introspect the
773         class.
774
775         * python/service.py: Remove debug print left by the last commit.
776
777 2005-11-03  Robert McQueen  <robot101@debian.org>
778
779         * python/service.py: Heavy refactoring of method invocation, with
780         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
781         in favour of a new _message_cb that uses seperate functions for
782         looking up the method to call, marshalling the return values, and
783         sending exceptions as errors, and is easier to follow as a
784         consequence.  Fixes some corner cases about returning things that
785         don't match your declared out_signature, allows exceptions to define
786         _dbus_error_name and have it be sent over the bus as the error name,
787         and paves the way for cool stuff like heeding the message no reply
788         flag, asynchronous method implementations, informing the method of the
789         sender, and including backtraces in the error messages.
790
791         * test/python/test-client.py: Catch and print exceptions thrown in the
792         async callback tests, rather than passing them to the low-level
793         bindings to be ignored in a noisy and frustrating manner.
794
795 2005-11-03  Robert McQueen  <robot101@debian.org>
796
797         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
798         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
799         tweak others to be consistent.
800
801         * test/python/test-client.py: Tweak output of testInheritance.
802
803 2005-10-29  Robert McQueen  <robot101@debian.org>
804
805         * python/service.py: Major changes to allow multiple inheritance
806         from classes that define D-Bus interfaces:
807         
808          1. Create a new Interface class which is the parent class of
809             Object, and make the ObjectType metaclass into InterfaceType.
810         
811          2. Patch written with Rob Taylor to replace use of method_vtable
812             with code that walks the class's __MRO__ (method resolution order)
813             to behave like Python does when invoking methods and allow
814             overriding as you'd expect. Code is quite tricky because
815             we have to find two methods, the one to invoke which has the
816             right name and isn't decorated with the /wrong/ interface,
817             and the one to pick up the signatures from which is decorated
818             with the right interface.
819         
820             The same caveats apply as to normal multiple inheritance -
821             this has undefined behaviour if you try and inherit from two
822             classes that define a method with the same name but are
823             decorated with different interfaces. You should decorate
824             your overriding method with the interface you want.
825         
826          3. Replace grungy introspection XML generation code in the metaclass
827             with dictionaries that cope correctly with multiple inheritance
828             and the overriding of methods. This also uses the signature
829             decorations to provide correct introspection data, including
830             the debut appearance of the types of your return values. :D
831
832         * test/python/test-client.py, test/python/test-service.py: Add a test
833         case to try invoking an method that overrides one inherited from a
834         D-Bus interface class.
835
836 2005-10-29  Robert McQueen  <robot101@debian.org>
837
838         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
839         Add checking for the end of struct character when marshalling a
840         struct in MessageIter.append_strict.
841
842         * python/examples/example-service.py,
843         python/examples/gconf-proxy-service.py,
844         python/examples/gconf-proxy-service2.py: Update to use gobject
845         mainloop directly rather than appearing to depend on gtk.
846
847         * python/test/test-client.py, python/test/test-server.py: Remove
848         obsolete and broken test scripts for old bindings. We have up to date
849         and working tests in test/python/.
850
851 2005-10-29  Robert McQueen  <robot101@debian.org>
852
853         * python/decorators.py: Add optional arguments to the method and
854         signal decorators to allow you to specify the signature of arguments
855         and return values. Preserve the doc strings of signal functions in the
856         decorated version, for pydoc and friends.
857
858         * python/dbus_bindings.pyx, python/proxies.py: Replace the
859         parse_signature_block function with an iterable dbus.Signature()
860         type. Fix a bug in MessageIter.append_strict where you could append
861         anything by claiming it was a string.
862
863         * python/service.py: Use the out_signature decoration on methods to
864         marshal return values, meaning you no longer require dbus.Array()
865         or dbus.Dictionary() to indicate the type when returning empty
866         arrays or dictionaries. Fix a bug where exceptions which are defined
867         in __main__ are not turned into error replies.
868
869         * test/python/test-client.py, test/python/test-service.py: Add test
870         for correct marshalling of return values according to out_signature.
871         Fix a bug in the async call test where the error_handler is missing a
872         self argument.
873
874 2005-10-29  Robert McQueen  <robot101@debian.org>
875
876         * glib/Makefile.am, glib/examples/Makefile.am,
877         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
878         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
879
880         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
881
882         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
883         from Ubuntu by Daniel Silverstone to allow specifying match rules on
884         the command line.
885
886 2005-10-27  Ross Burton  <ross@openedhand.com>
887
888         * dbus/dbus-marshal-header.c:
889         Remove dead code.
890
891         * glib/dbus-gobject.c:
892         Stop compiler warning.
893
894 2005-10-25  Ross Burton  <ross@openedhand.com>
895
896         * dbus/dbus-auth.c:
897         * dbus/dbus-server-unix.c:
898         * dbus/dbus-transport-unix.c:
899         * glib/dbus-gmain.c:
900         * glib/dbus-gobject.c:
901         Add some const keywords.
902
903 2005-10-25  Ross Burton  <ross@openedhand.com>
904
905         * doc/dbus-specification.xml:
906         Document the NoReply annotation.
907
908         * glib/dbus-binding-tool-glib.h:
909         * glib/dbus-binding-tool-glib.c:
910         Respect the NoReply annotation.
911
912 2005-10-24  Robert McQueen <robot101@debian.org>
913
914         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
915         derive from unicode instead of str, and encode/decode UTF-8 when
916         marshalling/unmarshalling bus messages
917
918         * python/introspect_parser.py: encode introspection data as UTF-8
919         before passing the buffer into libxml2
920
921         * test/python/test-client.py: add unicode test strings
922
923         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
924         ignore generated python test files
925
926 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
927
928         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
929         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
930         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
931
932         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
933         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
934         when constructing struct signatures
935
936         * python/_dbus.py (Bus): handle private connections using the
937         private keyword in the constructor. defaults to private=False
938         (Bus::close): new method to close a connection to the bus
939
940         * python/dbus_bindings.pyx (Connection::close): renamed method
941         was previously called disconnect
942         (bus_get): now supports getting a private connection
943
944         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
945         keyword is set to True.  if it is, execute the method without waiting
946         for a reply
947         (ProxyObject::_introspect_execute_queue): new method for executing
948         all the pending methods that were waiting for the introspect to
949         finish.  this is called when introspect either succeeds or fails
950         (ProxyObject::_introspect_error_handler): call queued methods
951
952 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
953
954         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
955         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
956
957         * python/service.py (Object::_message_cb): handle exceptions correctly
958         by sending them over the wire to the calling app.  This makes sure
959         the client returns immediately instead of waiting the 15 seconds to
960         timeout.
961
962         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
963         Add a test to benchmark how long it takes to introspect a service and 
964         call a method which returns a large element (pretty fast)
965
966         * test/python/test-service.py (TestObject::GetComplexArray): new test 
967         method which pushes a lot of data
968
969 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
970
971         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
972         reclaim memory outside of the loop and use del istead of just setting
973         the key to None
974
975 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
976
977         * python/service.py (ObjectType::_reflect_on_signal): Always close
978         signal tag even when there are no arguments
979
980 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
981
982         * configure.in: Set mono, mono-docs and Qt3 to default
983         to no instead of auto when building.  These bindings do not
984         have full time maintainers and will not be supported for the
985         1.0 release.
986
987 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
988
989         patches from Michael Krivoruchko <misha at sun.com>: 
990         
991         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
992         _dbus_connection_message_sent, 
993         _dbus_connection_send_preallocated_unlocked_no_update, 
994         _dbus_connection_pop_message_link_unlocked): handle the case when path 
995         is NULL when calling _dbus_verbose
996
997         * configure.in: check for functions getpeerucred and getpeereid
998
999         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
1000         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
1001         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
1002         Patch was only tested on Solaris 10 x86 so it might be issues
1003         with other platforms (i.e. BSDs and MacOSX)
1004         
1005
1006 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
1007
1008         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
1009         instead of marshal basic so we can handle recursive types in a variant
1010
1011         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
1012         in variants
1013
1014         * test/glib/test-service-glib.c, test-service-glib.xml
1015         (my_object_echo_variant [EchoVariant], 
1016         my_object_process_variant_of_array_of_ints123
1017         [ProcessVariantOfArrayOfInts123]): 
1018         Add two test methods
1019
1020         * python/introspect_parser.py: New module for parsing introspect
1021         data.
1022
1023         * python/dbus_bindings.pyx:
1024         (various places): when throwing errors fix to use errormsg instead 
1025         of message local variable because Pyrex can get confused with other 
1026         message variables (initial patch by Robert McQueen 
1027         <robert.mcqueen at collabora.co.uk>)
1028         (MessageIter::parse_signature_block): new method for getting the next
1029         block in a signiture.
1030         (MessageIter::append_strict): new method for appending values strictly
1031         using the passed in signature instead of guessing at the type
1032         (MessageItter:: append_dict, append_struct, append_array): use 
1033         signatures to marshal children if the signature is available
1034         
1035         * python/exceptions.py (IntrospectionParserException): new exception
1036
1037         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
1038         introspected signatures if available, else we fall back to the
1039         old way of doing things.
1040         (ProxyObject::_introspect_reply_handler ): parse introspection data
1041         
1042         * python/service.py (ObjectType::_reflect_on_method): Properly
1043         terminate <method> if there are no args in the reflection data
1044
1045         * test/python/test-client.py: add tests for talking with the GLib
1046         test server.  This gives us better coverage for introspection since
1047         python to python will always generate arguments as variants.  It also
1048         allows us to test the robustness of the GLib bindings and interlanguage
1049         communications.
1050
1051         
1052 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
1053
1054         * bus/driver.c (bus_driver_handle_introspect): Add signals
1055         to the introspect data. (patch from Daniel P. Berrange 
1056         <dan at berrange.com>)
1057
1058         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
1059         
1060         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
1061         _dbus_connection_run_builtin_filters): Changed these to
1062         be unlock_no_update functions and call 
1063         _dbus_connection_send_unlocked_no_update instead of
1064         dbus_connection_send to avoid locking errors.
1065         
1066         * doc/TODO: Removed the make Ping test TODO
1067         
1068 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
1069
1070         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
1071         We now copy the message from a DBusError and then free 
1072         the error object befor throwing the error
1073
1074         * glib/dbus-glib-tool.c: removed extra comma at the end of the
1075         DBusBindingOutputMode enum which was causing a warning.
1076         #include <time.h> so using time_t is explicitly defined
1077
1078 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
1079
1080         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
1081         - dbus/dbus-bus.c
1082         (internal_bus_get): new method that take over the heavy lifting
1083         of dbus_bus_get and adds the ability to get a private connection
1084         to the bus
1085         (dbus_bus_get): wrapper to internal_bus_get that provides the same
1086         interface as in previous versions
1087         (dbus_bus_get_private): new method that is a wrapper to 
1088         internal_bus_get to get a private connection to the bus
1089
1090         - dbus/dbus-bus.h
1091         (dbus_bus_get_private): add as a public libdbus interface
1092
1093         - dbus-1.pc.in: output system_bus_default_address and 
1094         sysconfdir variables so apps can use them when compiling
1095
1096 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
1097         * dbus/qt: New Qt bindings
1098
1099 2005-09-12  Waldo Bastian  <bastian@kde.org>
1100
1101         * dbus/dbus-marshal-validate.c,
1102         doc/dbus-specification.xml, test/Makefile.am,
1103         test/test-names.c: allow hyphens in bus names.
1104
1105 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
1106
1107         * test/data/auth/fallback.auth-script: we don't
1108         retry the EXTERNAL method when we know its going
1109         to fail anymore.
1110
1111 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
1112
1113         * dbus/dbus-connection-internal.h: rename
1114         (add|remove|toggle)_(watch|timeout) to unlocked()
1115         
1116         * dbus/dbus-connection.c: ditto.
1117         
1118         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
1119         Update some callers for the renaming.
1120
1121 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
1122
1123         * dbus/dbus-auth.c: (record_mechanisms): don't
1124         retry the first auth mechanism because we know
1125         we're just going to get rejected again.
1126         
1127         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
1128         Fix thinko ... and what a nasty little bugger to
1129         track down you were ...
1130
1131         * dbus/dbus-connection.c:
1132         (_dbus_connection_add_watch),
1133         (_dbus_connection_remove_watch): add note about
1134         these needing the connection to be locked.
1135         (_dbus_connection_get_dispatch_status_unlocked):
1136         set status to DATA_REMAINS when we queue the
1137         disconnected message.
1138         
1139         * bus/dispatch.c:
1140         (bus_dispatch): fix warning.
1141         (check_existent_service_no_auto_start):
1142         Expect ChildSignaled error too.
1143         (check_existent_hello_from_self): fix another
1144         couple of warnings.
1145         
1146 2005-09-08  Joe Shaw  <joeshaw@novell.com>
1147
1148         Patches from James Willcox <snorp@snorp.net>
1149
1150         * mono/Makefile.am: Add Int16.cs and UInt16.cs
1151
1152         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
1153         support array "out" parameters.
1154
1155         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
1156         for 16-bit int support.
1157
1158 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
1159
1160         * Released 0.50
1161
1162         * Patch from Steve Grubb:
1163         - bus/activation.c (bus_activation_service_reload_test): clean up
1164         some indentation
1165         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
1166         - dbus/dbus-message-factory.c (generate_special): fix a couple of
1167         buffer overflows in the test suite.  This is non critical because
1168         it can not be exploited and this code is only run when doing a 
1169         make check.
1170
1171         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
1172         - configure.in: Don't check and link against kdecore, only qt headers
1173         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
1174         - gcj/org/freedesktop/dbus/Makefile.am:
1175         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
1176         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
1177         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
1178         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
1179         - tools/Makefile.am: Add platform extentions to binaries 
1180         (i.e. .exe on windows)
1181
1182         * configure.in: 
1183         - Make it so if no suitable version of python is found we only 
1184         disable building python instead of exiting the configure script
1185         - Require version 2.4 of glib for glib bindings
1186         - Up version to 0.50
1187
1188         * python/__init__.py: Sync version with libdbus to (0,50,0)
1189         
1190 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1191
1192         * dbus/dbus-object-tree.c (find_subtree_recurse):
1193         a couple of optimizations (bug #710):
1194         - do a binary search in the tree
1195         - insert a new child at the right place directly, no need for
1196           qsort anymore
1197         - do the "double alloc" thing when allocating children
1198
1199 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
1200
1201         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
1202
1203         * python/dbus_bindings.pyx: Memory management foo
1204         (global): remove hacky _user_data_references global list
1205         (GIL_safe_cunregister_function_handler): userdata now stuffed into
1206         tuples. Unref user_data
1207         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
1208         (Connection::__del__): Remove and replace with __dealloc__ method
1209         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
1210         to keep tuple from being deallocated instead of the global var hack
1211         (Connection::register_object_path): Stuff user_data into a tuple.
1212         Use Py_INCREF to keep tuple from being deallocated instead of the 
1213         global var hack
1214         (Connection::register_fallback): Stuff user_data into a tuple.
1215         Use Py_INCREF to keep tuple from being deallocated instead of the 
1216         global var hack
1217         (GIL_safe_pending_call_notification): Don't unref the message
1218         because it gets unreffed when going out of scope.  Py_XDECREF
1219         the user_data
1220         (PendingCall::__del__): Remove and replace with __dealloc__ method
1221         (PendingCall::set_notify): ref the pending call because we will
1222         need it to stick around for when the notify callback gets called
1223         (Message::__del__): Remove and replace with __dealloc__ method
1224
1225         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
1226         gthreads_init to match up with the dbus call
1227
1228         * python/glib.py (init_threads): Changed to threads_init to match
1229         up with gobject.threads_init().  init_threads is kept for backwards
1230         compat but will most likely be deprecated in the future
1231
1232         * test/python/test-client.py: 
1233         - revamp to use Python's unittest functionality
1234         - add async call tests
1235         - setup threads in glib and dbus so we make sure locks are working
1236         
1237 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
1238
1239         * python/dbus_bindings.pyx 
1240         (_pending_call_notification, cunregister_function_handler, 
1241         cmessage_function_handler): All callback functions have been rearranged 
1242         to workaround a bug in Pyrex when working with the GIL which is Python's 
1243         global lock when dealing with threads.  They have been split into
1244         a wrapper function (which assumes the name of the old function) and
1245         a _GIL_safe_<function name> function which contains the functionality
1246         of the old function.  This ensures that Pyrex does not write code
1247         the lock is released.
1248         
1249
1250 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
1251
1252         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
1253         GIL global lock when calling back into Python
1254
1255 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
1256
1257         * Release 0.36.2
1258
1259         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
1260
1261         * bus/policy.c (bus_policy_allow_user): change default "user is
1262         allowed" to be "user has same uid as the bus itself"; any
1263         allow/deny rules will override.
1264
1265         * bus/session.conf.in: don't allow all users, since now by default
1266         the user that ran the bus can connect.
1267
1268 2005-08-26  Colin Walters  <walters@verbum.org>
1269
1270         * tools/dbus-print-message.c (print_message): Flush stdout
1271         after printing a message, so that redirecting to a file, then
1272         hitting Ctrl-C works.
1273
1274 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
1275
1276         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
1277         (EmptyMessage): new class that subclasses Message.  This is a workaround
1278         to a Pyrex bug that fails to call __del__ when the Message object goes out
1279         of scope.  For some reason subclassing Message fixes this bug
1280         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
1281         - s/Message(_create=0)/EmptyMessage everywhere else
1282         
1283         * test/python/test-{server|client}.py: add the python/.libs directory
1284         to the lookup path so dbus_bindings and dbus_glib_bindings don't
1285         get picked up from the system
1286
1287 2005-08-25  Colin Walters  <walters@verbum.org>
1288
1289         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
1290         to Ryan Lortie for the suggestion.
1291
1292 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
1293
1294         * test/python: Add python regression test
1295
1296         * configure.in: Add test/python/Makefile
1297
1298         * test/Makefile.am: Add the python directory to SUBDIRS
1299
1300 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
1301
1302         * Release 0.36.1
1303
1304         * python/_dbus.py: 
1305         (Interface::connect_to_signal): propigate keywords for match on args
1306         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
1307
1308         * python/proxies.py (ProxyObject::connect_to_signal):
1309         propigate keywords for match on args
1310
1311         * Makefile.am: point everything to pyexecdir since python borks
1312         on multilib
1313
1314 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
1315
1316         * Release 0.36
1317
1318 2005-08-23  Colin Walters  <walters@verbum.org>
1319
1320         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
1321
1322 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
1323
1324         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
1325         to fix some wranings. We now use dbus_bindings.DBusConnection instead
1326         of defining DBusConnection ourselves.
1327
1328 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
1329
1330         * python/dbus.pth: New path file to fix up problems when installing
1331         c libraries to lib64 and python files to lib.
1332
1333         * python/Makefile.am: install dbus.pth in the correct spot
1334
1335 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
1336         * ChangeLog: clean up my last entry a bit
1337
1338         * doc/introspect.xsl: New stylesheet for converting introspection data
1339         into browser renderable xhtml. Contributed by Lennart Poettering.
1340
1341         * doc/introspect.dtd: Fixups in the introspect format from Lennart
1342         Poettering.
1343
1344         * doc/dbus-tutorial.xml: 
1345         - Add Colin Walter to the Authors section for authoring the GLib
1346         section
1347         - Add descriptions of the new signature and type functionality
1348         in the Python complex type mapping section
1349         - Add a sidenote on the new args matching functionality in 
1350         the Python bindings
1351         - Fixed up some of the examples to use the gobject.MainLoop
1352         instead of gtk.main
1353         
1354         * python/_dbus.py:
1355         (Bus::_create_args_dict): New. Converts a hash of arg matches
1356         to a more useable format
1357         (Bus::add_signal_receiver): add a **keywords parameter for catching
1358         arg match parameters
1359         (Bus::remove_signal_receiver): add a **keywords parameter for catching
1360         arg match parameters
1361         
1362         * python/matchrules.py:
1363         (MatchTree::exec_matches): Check for arg matches
1364         (SignalMatchRule::add_args_match): New method
1365         (SignalMatchRule::execute): Added args_list parameter as an optimization
1366         so we don't have to marshal the args more than once
1367         (SignalMatchRule::match_args_from_list): New method that checks to see
1368         if the rule's arg matches match an argument list.  Only arguments
1369         set in the rule are checked.
1370         (SignalMatchRule::match_args_from_rule): New method that checks to see
1371         if the rule's arg matches match another rule's.  All args have to match
1372         in order for this method to return true.  If either rule has more args
1373         then it is not a match.
1374         (SignalMatchRule::is_match): Add args match
1375         (SignalMatchRule::repr): Add args to the final output if they exist
1376
1377 2005-08-17  Ross Burton  <ross@burtonini.com>
1378
1379         * glib/dbus-gproxy.c:
1380         (dbus_g_proxy_call_no_reply): unref the message once sent.
1381         (dbus_g_proxy_call): protect against NULL proxy.
1382
1383 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
1384
1385         * python/__init__.py: Version updated (0, 43, 0)
1386         
1387         * python/dbus_bindings.pyx: 
1388         - Fixed type objects to have self passed into __init__
1389         - Added the Variant type
1390         - Add the ability to specify types or signatures for Array, Variant 
1391         and Dictionary
1392         (Connection::send_with_reply_handlers): return a PendingCall object
1393         (_pending_call_notification): handle the case when an error is returned 
1394         without an error message in the body
1395         (MessageIter::get_boolean): return True or False instead of an integer
1396         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
1397         and add checks for objects with embeded signatures or types (Array, 
1398         Variant and Dictionary)
1399         (MessageIter::append_byte): handle case when the value is a dbus.Byte
1400         (MessageIter::append_dict): handle embeded types or signatures
1401         (MessageIter::append_array): handle embeded types or signatures
1402         (MessageIter::append_variant): new method
1403         
1404         * python/proxies.py:
1405         (DeferedMethod): New. Dummy executable object used when queuing calls 
1406         blocking on introspection data
1407         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
1408         or shorter timeouts for method calls
1409         (ProxyObject): Add first pass at an introspection state machine
1410         (ProxyObject::__init__): Add introspect keyword for turing off an on 
1411         introspection. 
1412         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
1413         the usual mechanisms for sending messages.  This is to avoid a deadlock
1414         where the Intospect call would be queued waiting for the Introspect 
1415         call to finish ;-)
1416         (ProxyObject::_introspect_reply_handler): New.  This method is called 
1417         when introspection returns with no error
1418         (ProxyObject::_introspect_error_handler): New.  This method is called 
1419         when introspection encounters an error
1420         (ProxyObject::__getattr__): Code to handle different introspection 
1421         states.  Queue async calls or block blocking calls if we are 
1422         introspecting.  Pass through as normal if we are not or are done with 
1423         introspecting.
1424         
1425         * python/service.py: Import signal and method from decorators.py
1426
1427         * python/types.py: Add Variant type
1428
1429 2005-08-16  Colin Walters  <walters@verbum.org>
1430
1431         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
1432         DBusError message is NULL.
1433
1434 2005-08-09  Havoc Pennington  <hp@redhat.com>
1435
1436         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
1437         malloc'd copy of the name parameter
1438
1439 2005-08-09  Havoc Pennington  <hp@redhat.com>
1440
1441         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
1442         warning if the reply serial is set to 0
1443
1444 2005-08-04  Colin Walters  <walters@verbum.org>
1445
1446         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
1447         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
1448         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
1449         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
1450         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
1451         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
1452         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
1453         * glib/dbus-gvalue.h (dbus_g_value_types_init)
1454         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
1455         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
1456         
1457         Prefix name with _ to ensure they're not exported.  All callers
1458         updated.
1459
1460         * glib/dbus-gvalue.c (typecode_to_gtype)
1461         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
1462         (signature_iter_to_g_type_dict)
1463         (signature_iter_to_g_type_array)
1464         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
1465         (dbus_gtypes_from_arg_signature):
1466         Move to dbus-gsignature.c.
1467
1468         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
1469         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
1470         (dbus_binding_tool_output_glib_client): Ditto.
1471
1472         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
1473         and dbus-gsignature.h
1474
1475         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
1476         unused variable.
1477
1478 2005-08-03  Colin Walters  <walters@verbum.org>
1479
1480         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
1481         catch any incompatible changes accidentally made.
1482
1483 2005-08-03  Havoc Pennington  <hp@redhat.com>
1484
1485         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
1486         typo, from Julien Puydt
1487
1488         * bus/connection.c (bus_connection_disconnected): we were always
1489         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
1490
1491 2005-08-01  Colin Walters  <walters@verbum.org>
1492
1493         Patch from Joe Markus Clarke:   
1494         
1495         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
1496         use-after-free.
1497
1498 2005-08-01  Colin Walters  <walters@verbum.org>
1499         
1500         Patch from Joe Markus Clarke:   
1501         
1502         * tools/dbus-send.c (main): 
1503         
1504         Don't use C99 style initializers (bug #3933).
1505         
1506 2005-08-01  Colin Walters  <walters@verbum.org>
1507
1508         Patch from Joe Markus Clarke:   
1509
1510         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
1511         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
1512         * glib/dbus-gobject.c (write_interface):
1513
1514         Don't use C99 style initializers (bug #3933).
1515
1516 2005-07-31  Havoc Pennington  <hp@redhat.com>
1517
1518         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
1519         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
1520
1521 2005-07-30  Havoc Pennington  <hp@redhat.com>
1522
1523         * fix a bunch of Doxygen warnings and mistakes
1524
1525 2005-07-30  Havoc Pennington  <hp@redhat.com>
1526
1527         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
1528         DBUS_BUILD_TESTS since it's now used in production code
1529
1530 2005-07-29  Havoc Pennington  <hp@redhat.com>
1531
1532         * test/glib/test-profile.c (write_junk): initialize the junk
1533         buffer so valgrind doesn't have a breakdown
1534
1535 2005-07-29  Havoc Pennington  <hp@redhat.com>
1536
1537         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
1538         (match_rule_matches): remove unused arg
1539         (test_matching): add tests for match_rule_matches()
1540
1541         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
1542         do arg0='foo' arg5='bar' in the match rules
1543         (match_rule_matches): don't match if the arg0='foo' doesn't match.
1544
1545         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
1546
1547 2005-07-29  Ross Burton  <ross@openedhand.com>
1548
1549         * dbus/dbus-connection.c:
1550         Don't create a DBusCondVar which is never used.
1551
1552 2005-07-27  Ross Burton  <ross@openedhand.com>
1553
1554         * dbus/dbus-message.c:
1555         Reduce the size of the maximum cached message to 10K.
1556
1557 2005-07-25  Ross Burton  <ross@openedhand.com>
1558
1559         * glib/dbus-gproxy.c:
1560         Remove matches when all proxies are unregistered.
1561
1562 2005-07-24  Colin Walters  <walters@verbum.org>
1563
1564         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
1565         typedata; recursive arrays won't have it.
1566
1567         * test/glib/test-dbus-glib.c:
1568         * test/glib/test-service-glib.c:
1569         * test/glib/test-service-glib.xml: Add recursive arrays tests.
1570         
1571 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
1572
1573         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
1574         proxies.py, service.py: Cleanup of code after running it through the
1575         pyflakes code checker mostly dealing with undefined names.  
1576         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
1577
1578 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
1579
1580         * NEWS: Update to 0.35.2
1581
1582 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
1583
1584         * python/_dbus.py: Remove import of the dbus.services
1585         module as it no longer exists (patch from Dimitur Kirov)
1586
1587         * python/service.py (Object::__init__): Fixed typo
1588         s/name/bus_name (patch from Dimitur Kirov)
1589
1590         * python/examples/example-signal-emitter.py: import dbus.glib
1591         to get the main loop and use glib mainloop instead of gtk so
1592         X doesn't have to be running.
1593
1594         * python/examples/example-signal-recipient.py: import dbus.glib
1595         to get the main loop and use glib mainloop instead of gtk so
1596         X doesn't have to be running. Import the decorators module
1597         directly.
1598
1599         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
1600         didn't pick up on but are needed to build
1601
1602         * configure.in: upped version to 0.35.2
1603
1604         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
1605         added Colin Walters' SELinux API rename patch from head 
1606         s/unix sercurity context/selinux security context/
1607
1608 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
1609
1610         * python/Makefile.am: dbus_binding.pxd.in should be included 
1611         in EXTRA_DIST not dbus_binding.pxd
1612         fix up $(srcdir) hopefully for the last time
1613
1614         * NEWS: Update to 0.35.1
1615
1616 2005-07-16  Colin Walters  <walters@verbum.org>
1617
1618         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
1619         from bus_driver_handle_get_connection_unix_security_context.  Update for
1620         error usage.
1621         (message_handlers): Update for renames.
1622
1623         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
1624         _dbus_string_init failure correctly.
1625         (bus_selinux_append_context): Convert SID to context.  Append it
1626         as a byte array.
1627         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
1628         hasn't been called.
1629
1630         * bus/selinux.h: Update prototype.
1631
1632         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
1633         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
1634
1635 2005-07-15  Colin Walters  <walters@verbum.org>
1636
1637         * doc/TODO: Add note about convenience wrappers.
1638
1639 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1640
1641         * NEWS: Update to 0.35
1642
1643 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1644
1645         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
1646         so distcheck doesn't fail
1647
1648         * glib/examples/Makefile.am: Add example-service.xml and 
1649         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
1650
1651         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
1652         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
1653
1654         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
1655         compiler looks in the right places during distcheck
1656
1657 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1658
1659         * glib/example/Makefile.am: Fix a typo which cause make distcheck
1660         to fail
1661
1662 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1663
1664         * python/examples/example-service.py,
1665         python/examples/example-signal-emitter.py: Fixed up examples
1666         for API changes
1667
1668 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1669
1670         * python/__init__.py: Upped to version (0,42,0) because of
1671         the API change
1672
1673 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1674
1675         * ChangeLog: fix date in last entry
1676
1677         * configure.in, bus/system.conf.in: add the ability to configure 
1678         the system bus user at compiletime with the --with-dbus-user flag
1679         (patch from Kristof Vansant)
1680
1681 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1682
1683         * bus/dispatch.c, test/test-service.c: Add testcase
1684         for sending messages to oneself (TODO item).
1685
1686         * python/service.py (class Object): Swap ordering of bus_name 
1687         and object_path parameters to better support inheritance.
1688
1689         * doc/dbus-tutorial.xml: change Python docs to reflect change
1690         in parameter ordering and fix the inheritance section.
1691
1692         * doc/TODO: remove sending message to oneself TODO item
1693
1694 2005-07-15  Ross Burton  <ross@openedhand.com>
1695
1696         * glib/dbus-gproxy.c:
1697         Fix a leak when calling methods via the proxy.
1698
1699 2005-07-15  Colin Walters  <walters@verbum.org>
1700
1701         * bus/selinux.c (bus_selinux_append_context): Wrap in
1702         HAVE_SELINUX.
1703
1704 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
1705
1706         * python/_dbus.py (Bus::remove_signal_receiver):
1707         don't add a callback to the match if none has been passed in
1708         
1709         * python/matchrules.py (SignalMatchTree::remove): if the rule
1710         being matched does not have a callback treat it as a wildcard
1711         fix matching logic
1712
1713         * doc/dbus-tutorial.xml: Add Python tutorial
1714
1715 2005-07-14  Colin Walters  <walters@verbum.org>
1716
1717         * bus/driver.c
1718         (bus_driver_handle_get_connection_unix_security_context): New function.
1719         (message_handlers): Add.
1720
1721         * bus/selinux.c (bus_selinux_append_context): New function; appends
1722         security context to message.
1723
1724         * bus/selinux.h: Prototype.
1725
1726         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
1727
1728 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
1729
1730         * bus/activation.c: clean up all tabs to be 8 spaces 
1731         (bus_activation_activate_service): make sure we clean up
1732         if activation fails
1733
1734         * bus/dispatch.c: clean up all tabs to be 8 spaces 
1735         (check_shell_fail_service_auto_start): New function
1736         tests to make sure we get fail properly when trying to auto start a service
1737         with a faulty command line
1738         (check_shell_service_success_auto_start): New function tests to make sure
1739         auto started services get the arguments on the command line
1740
1741         * test/test-shell-service.c: Added service for testing auto-starting with 
1742         command line arguments
1743
1744         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
1745         test/data/valid-service-files/debug-shell-echo-success.service.in:
1746         Added service files for testing auto-starting with command line arguments
1747
1748         * */.cvsignore: added a bunch of generated files to various .cvsignore files
1749
1750 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
1751
1752         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
1753         
1754         * dbus/Makefile.am: added new files to build.
1755
1756         * bus/activation.c (bus_activation_activate_service): support
1757         activation commands with parameters.
1758
1759         * test/shell-test.c: added test program for the shell parsing
1760         code.
1761
1762 2005-07-13  David Zeuthen  <davidz@redhat.com>
1763
1764         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
1765         64 bit signed and unsigned parameters
1766
1767 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
1768
1769         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
1770
1771         * python/service.py (class Name): renamed BusName to make it clearer
1772         what the object is for (a name on the bus)
1773
1774         * python/examples/example-service.py,
1775         python/examples/example-signal-emitter.py: change the Name object to
1776         BusName
1777
1778 2005-07-12  Colin Walters  <walters@verbum.org>
1779
1780         Patch from Jim Gettys <Jim.Gettys@hp.com>.
1781
1782         * tools/dbus-launch.c: Include sys/select.h.
1783
1784 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
1785         * python/dbus_bindings.pyx.in: removed
1786
1787         * python/dbus_bindings.pyx: Added.
1788         - Fixed some memleaks (patch from 
1789         Sean Meiners <sean.meiners@linspireinc.com>)
1790         - Broke out the #include "dbus_h_wrapper.h" and put it in its
1791         own pxd file (Pyrex definition)
1792         - Broke out glib dependancies into its own pyx module
1793         
1794         * python/dbus_bindings.pdx: Added.
1795         - Defines C class Connection for exporting to other modules
1796
1797         * python/dbus_glib_bindings.pyx: Added.
1798         - New module to handle lowlevel dbus-glib mainloop integration
1799
1800         * python/glib.py: Added.
1801         - Registers the glib mainloop when you import this module
1802
1803         * python/services.py: Removed (renamed to service.py)
1804         
1805         * python/service.py: Added.
1806         - (class Server): renamed Name
1807
1808         * python/__init__.py: Bump ro version (0,41,0)
1809         -don't import the decorators or service module
1810         by default.  These now reside in the dbus.service namespace
1811
1812         * python/_dbus.py (Bus::__init__): Add code run the main loop 
1813         setup function on creation 
1814
1815         * python/examples/example-service.py,
1816         python/examples/example-signal-emitter.py: update examples
1817
1818         * python/examples/gconf-proxy-service.py,
1819         python/examples/gconf-proxy-service2.py: TODO fix these up
1820
1821         * doc/TODO: Addition
1822         - Added a Python Bindings 1.0 section
1823         - added "Add match on args or match on details to match rules"
1824
1825
1826 2005-07-12  Colin Walters  <walters@verbum.org>
1827
1828         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
1829         (statemachine-glue.h): 
1830         * glib/examples/Makefile.am (example-service-glue.h) 
1831         (example-signal-emitter-glue.h): 
1832         * glib/Makefile.am (dbus-glib-error-switch.h): 
1833         Add libtool --mode=execute so we use the built library instead
1834         of any installed one.
1835
1836 2005-07-11  Colin Walters  <walters@verbum.org>
1837
1838         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
1839         (dbus_g_value_types_init): Remove assertion.
1840         (dbus_g_value_get_g_type, dbus_g_value_open)
1841         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
1842         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
1843         functions related to DBusGValue.  Now we marshal/demarshal
1844         structures as GValueArray.
1845         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
1846         structures.
1847         (signature_iter_to_g_type_array): Don't call
1848         signature_iter_to_g_type_struct.
1849         (signature_iter_to_g_type_struct): Delete.
1850         (dbus_gvalue_to_signature): Delete.
1851         (dbus_gvalue_to_signature): New function with same name as other
1852         one; we can convert structures to signatures.
1853         (demarshal_valuearray): New function.
1854         (get_type_demarshaller): Use it.
1855         (demarshal_recurse): Delete.
1856         (marshal_proxy): New function.
1857         (marshal_map): Warn if we can't determine signature from type.
1858         (marshal_collection_ptrarray): Ditto.
1859         (marshal_collection_array): Ditto.
1860         (get_type_marshaller): Use marshal_valuearray.
1861         (marshal_recurse): Delete.
1862         (_dbus_gvalue_test): Add some tests.
1863
1864         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
1865         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
1866         (dbus_g_value_open, dbus_g_value_iterator_get_value)
1867         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
1868         (dbus_g_value_free): Remove prototypes.
1869
1870         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
1871         G_TYPE_VALUE_ARRAY.
1872
1873         * glib/examples/example-service.c:
1874         * glib/examples/example-client.c: Implement GetTuple.
1875
1876         * test/glib/test-dbus-glib.c:
1877         * test/glib/test-service-glib.c:
1878         * test/glib/test-service-glib.xml: Add structure tests.
1879
1880 2005-07-10  Colin Walters  <walters@verbum.org>
1881
1882         * doc/TODO: Knock off some GLib items with this patch.
1883
1884         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
1885         (_dbus_gvalue_signals_error): New functions.
1886
1887         * glib/dbus-gvalue-utils.h: Prototype them.
1888
1889         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
1890         and change to not output const/retval flags for input args.  All
1891         callers updated.
1892         (invoke_object_method): Refactor to handle return values.  Add
1893         some more comments in various places.  Remove debug g_print.
1894
1895         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
1896
1897         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
1898         Handle G_TYPE_NONE.
1899         (compute_gsignature): New function; refactored from code from
1900         compute_marshaller and compute_marshaller_name.  Enhance to
1901         handle return values and async ops more cleanly.  Update for
1902         async ops returning NONE instead of BOOLEAN.
1903         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
1904         and output appropriate string.
1905         (generate_glue): Handle return value annotation.  Also don't dump
1906         constness flag for input arguments.
1907
1908         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
1909         files shared between installed library and utilities.
1910         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
1911         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
1912         binding tool can access gtype utility functions.
1913
1914         * test/glib/test-service-glib.c: 
1915         * test/glib/test-service-glib.xml: 
1916         * test/glib/test-dbus-glib.c: Add some tests for return values.
1917
1918 2005-07-09  Colin Walters  <walters@verbum.org>
1919
1920         * glib/dbus-gparser.c (parse_annotation): Add annotations to
1921         argument if available, not method.
1922
1923         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
1924         (invoke_object_method): First, remove some redundant
1925         GValues (object_value, error_value) in favor of working on
1926         array directly.  Second, rework constness to be less buggy.
1927         Now we iterate directly over the argument metadata instead
1928         of parallel iterating over output signature and metadata.
1929
1930         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
1931
1932         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
1933         annotation on input args.
1934         
1935 2005-07-09  Colin Walters  <walters@verbum.org>
1936
1937         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
1938         Define.
1939
1940         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
1941         annotation.
1942
1943         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
1944         (method_dir_signature_from_object_info): Handle arg_iterate change.
1945         (write_interface): Ditto.
1946         (lookup_object_info): Don't barf if format_version is > 0.
1947         (invoke_object_method): Handle arg constness.
1948
1949         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
1950         (arg_info_new): Create.
1951         (arg_info_unref): Destroy.
1952         (arg_info_get_annotations, arg_info_get_annotation) 
1953         (arg_info_add_annotation): New functions.
1954
1955         * glib/dbus-gidl.h: Prototype them.
1956
1957         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
1958         args, disallow them in properties.
1959         (parse_annotation): Handle arg annotations.
1960
1961         * test/glib/test-service-glib.xml: 
1962         * test/glib/test-service-glib.c: Update to make some methods
1963         const.
1964
1965 2005-07-08  Colin Walters  <walters@verbum.org>
1966
1967         * test/glib/test-service-glib.xml: 
1968         * test/glib/test-service-glib.c:
1969         * test/glib/test-dbus-glib.c: Test a{sv}.
1970
1971         * glib/examples/statemachine/statemachine.c:
1972         * glib/examples/statemachine/statemachine-server.c:
1973         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
1974         add progress bar, etc.
1975
1976         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
1977         needed anymore due to generic array/map marshalling.
1978         (dbus_g_value_types_init): Don't register basic arrays or the
1979         string/string hash.
1980         (dbus_gtype_from_signature_iter): Don't try to recurse into
1981         variants.
1982         (dbus_gtype_to_signature): Check collection/map before type
1983         metadata.
1984         (demarshal_garray_basic): Renamed to demarshal_collection_array.
1985         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
1986         generic map creation/append functions instead of hash table
1987         specifically.
1988         (get_type_demarshaller): Handle maps.
1989         (demarshal_collection): Dispatch on collection type to either
1990         demarshal_collection_ptrarray or demarshal_collection_array.
1991         (get_type_marshaller): Handle maps.
1992         (marshal_collection): Dispatch collection type to either
1993         marshal_collection_ptrarray or marshal_collection_array.
1994         (_dbus_gvalue_test): New test.
1995
1996         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
1997         (hash_free_from_gtype): Use it to free GValues.
1998         (hashtable_append): New function.
1999         (ptrarray_append): Fix prototype.
2000         (slist_append): Ditto.
2001         (_dbus_gvalue_utils_test): Extend tests.
2002
2003         * glib/dbus-gtype-specialized.c
2004         (dbus_g_type_specialized_init_append): Renamed from
2005         dbus_g_type_specialized_collection_init_append.  Remove const from
2006         value, since we steal it.
2007         (dbus_g_type_specialized_map_append): New function.
2008
2009         * glib/dbus-gtype-specialized.h: Update prototypes.
2010         Add DBusGTypeSpecializedMapAppendFunc.
2011
2012         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
2013         _dbus_gvalue_test.
2014         
2015         * glib/dbus-gtest.h: Prototype it.
2016
2017 2005-07-08  Ross Burton  <ross@openedhand.com>
2018
2019         * dbus/dbus-glib.h:
2020         Add DBysGAsyncData for the async bindings.
2021
2022         * glib/dbus-binding-tool-glib.c:
2023         Re-enable the async bindings.
2024
2025         * test/glib/test-dbus-glib.c:
2026         Add a test for the generated async bindings.
2027
2028 2005-07-08  Colin Walters  <walters@verbum.org>
2029
2030         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
2031         connection concept.
2032         
2033 2005-07-08  Colin Walters  <walters@verbum.org>
2034         
2035         * tools/Makefile.am: Kill of print-introspect in favor of using
2036         dbus-send --print-reply=literal.
2037
2038         * test/glib/test-service-glib.xml: 
2039         * test/glib/test-service-glib.c (my_object_get_objs): New test
2040         for "ao".
2041
2042         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
2043         (main): Test GetObjs.
2044
2045         * glib/examples/statemachine/Makefile.am:
2046         * glib/examples/statemachine/sm-marshal.list:
2047         * glib/examples/statemachine/statemachine-client.c:
2048         * glib/examples/statemachine/statemachine-server.c:
2049         * glib/examples/statemachine/statemachine-server.xml:
2050         * glib/examples/statemachine/statemachine.c:
2051         * glib/examples/statemachine/statemachine.h:
2052         * glib/examples/statemachine/statemachine.xml:
2053
2054         New example.
2055
2056         * glib/examples/example-service.c (main): Move invocation
2057         of dbus_g_object_type_install_info earlier, to emphasize it
2058         should only be done once.
2059
2060         * glib/examples/example-signal-emitter.c (main): Ditto.
2061
2062         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
2063
2064         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
2065         (dbus_gvalue_marshal): Update prototypes.
2066
2067         * glib/dbus-gvalue.c: Update all marshalling functions to take
2068         const GValue instead of GValue.
2069         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
2070         types.
2071         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
2072         change.
2073         (dbus_gtype_to_signature): Handle generic collecitons and maps.
2074         Return a newly-allocated string.
2075         (demarshal_proxy, demarshal_object_path, demarshal_object)
2076         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
2077         we get the wrong types from message.
2078         (get_type_demarshaller): New function, extracted from
2079         dbus_gvalue_demarshal.
2080         (demarshal_collection): New function, demarshals generic
2081         collection.
2082         (dbus_gvalue_demarshal): Just invoke result of
2083         get_type_demarshaller.  Throw error if we don't have one.
2084         (marshal_garray_basic): Abort on OOM.
2085         (get_type_marshaller): New function, extracted from
2086         dbus_gvalue_marshal.
2087         (collection_marshal_iterator, marshal_collection): New functions;
2088         implements generic marshalling for an iteratable specialized
2089         collection.
2090         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
2091
2092         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
2093         G_TYPE_STRING.
2094         (ptrarray_value_from_gvalue): Ditto.
2095         (ptrarray_append, ptrarray_free): New functions.
2096         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
2097         (slist_append, slist_end_append, slist_free): New functions.
2098         (dbus_g_type_specialized_builtins_init): Add append fuctions
2099         for GPtrArray and GSList.  Register GSList.
2100         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
2101
2102         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
2103         New.
2104         (dbus_g_type_specialized_collection_init_append)
2105         (dbus_g_type_specialized_collection_append)
2106         (dbus_g_type_specialized_collection_end_append): Prototype.
2107         (DBusGTypeSpecializedCollectionVtable): Add append_func and
2108         end_append_func.
2109
2110         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
2111         (dbus_g_type_specialized_collection_append) 
2112         (dbus_g_type_specialized_collection_end_append): New functions.
2113         (dbus_g_type_map_value_iterate): Take const GValue.
2114         (dbus_g_type_collection_value_iterate): Ditto.
2115
2116         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
2117         _dbus_gvalue_utils_test.
2118         
2119         * glib/dbus-gtest.h: Prototype it.
2120
2121         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
2122         using uninitialized owner_list.
2123         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
2124         public API.
2125         (dbus_g_proxy_end_call_internal): Update to use error set
2126         from dbus_gvalue_demarshal instead of setting it here.
2127         (dbus_g_proxy_begin_call): Move return_if_fail here.
2128
2129         * glib/dbus-gobject.c (write_interface): Update for
2130         dbus_gtype_to_signature returning new string.
2131
2132         * configure.in: Add glib/examples/statemachine.
2133
2134 2005-07-08  Joe Shaw  <joeshaw@novell.com>
2135
2136         * configure.in: Add a configure option, --with-console-auth-dir
2137         
2138         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
2139         new setting.  Patch from Kay Sievers.
2140
2141 2005-07-06  Colin Walters  <walters@verbum.org>
2142
2143         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
2144         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
2145         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
2146         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
2147         Delete in favor of dbus_g_proxy_begin_call and
2148         dbus_g_proxy_cancel_call.
2149         (DBusGProxyCall, DBusGProxyCallNotify): New.
2150         (dbus_g_proxy_begin_call): Change prototype to take callback, user
2151         data, and destroy function.  This replaces
2152         dbus_g_pending_call_set_notify.
2153         (dbus_g_proxy_cancel_call): Prototype.
2154         (DBusGAsyncData): Delete, shouldn't be needed anymore.
2155
2156         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
2157         pending_calls map.
2158         (struct _DBusGProxyManager): Add bus_proxy member, which is an
2159         internal proxy for calls to the bus. Remove
2160         pending_nameowner_calls, now the internal proxy keeps track.
2161         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
2162         pending_nameowner_calls.
2163         (got_name_owner_cb): Update prototype, and use
2164         dbus_g_proxy_end_call.
2165         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
2166         (dbus_g_proxy_manager_register): Delete directly libdbus code in
2167         favor of using internal proxy.
2168         (dbus_g_proxy_manager_unregister): Update to use
2169         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
2170         (dbus_g_proxy_init): Initialize pending calls map.
2171         (dbus_g_proxy_constructor): New.
2172         (dbus_g_proxy_class_init): Add get/set property functions,
2173         constructor, and add NAME, PATH, and INTERFACE properties.
2174         (cancel_pending_call): New function.
2175         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
2176         cancel them.
2177         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
2178         (GPendingNotifyClosure): New structure.
2179         (d_pending_call_notify, d_pending_call_free): Moved here from
2180         dbus-glib.c.
2181         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
2182         ordering.
2183         (manager_begin_bus_call): New internal function for talking to
2184         internal bus proxy.
2185         (dbus_g_proxy_new): Construct object using GObjet properties.
2186         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
2187         Create closure of same, and insert call into map of pending calls.
2188         (dbus_g_proxy_end_call_internal): Take call id instead of pending
2189         call.  Look up pending call in current set.  Remove it when we've
2190         completed.
2191         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
2192         (dbus_g_proxy_begin_call): Change API to take callback, user data,
2193         and destroy function directly.
2194         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
2195         (dbus_g_proxy_call): Invoke with NULL callback.
2196         (dbus_g_proxy_cancel_call): New function, replaces
2197         dbus_g_pending_call_cancel.
2198
2199         * glib/dbus-gparser.c (validate_signature): Fix call to
2200         dbus_set_g_error.
2201
2202         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
2203         New quark for attaching metadata to GType.
2204         (info_hash): Delete.
2205         (lookup_object_info): Look up using quark.
2206         (dbus_g_object_type_install_info): Check that a type is classed,
2207         not that it's an object.  Also just install type data using quark
2208         instead of using global hash.
2209
2210         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
2211         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
2212         (GPendingNotifyClosure): Delete.
2213         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
2214         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
2215
2216         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
2217         client method generation until we can fix it...
2218         
2219         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
2220         (load_from_service_thread_func): Ditto.
2221
2222         * tools/dbus-names-model.c (struct NamesModel): Hold
2223         DBusGProxyCall.
2224         (have_names_notify): Update prototype, use
2225         dbus_g_proxy_cancel_call.
2226         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
2227
2228         * tools/dbus-monitor.c (filter_func): Update for print_message
2229         API change.
2230
2231         * test/glib/test-dbus-glib.c: Add more tests for async
2232         invocations.  Update many begin_call/end_call pairs to just use
2233         dbus_g_proxy_call.
2234
2235         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
2236         allows us to dump print-introspect.c.
2237
2238         * tools/dbus-print-message.h (print_message): Add literal argument
2239         to print_message which is intended to allow printing arguments without
2240         metadata like "string=".
2241
2242         * tools/dbus-print-message.c (print_iter): Add literal argument.
2243         (print_message): Allow printing string messages literally.
2244
2245 2005-07-05  Colin Walters  <walters@verbum.org>
2246
2247         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
2248         Remove value refcount leak, original patch from Jorn Baayen
2249         <jorn@openedhand.com>.  Also remove useless extra value in favor
2250         of prepending to value array directly.
2251
2252 2005-07-02  Colin Walters  <walters@verbum.org>
2253
2254         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
2255
2256 2005-07-01  Colin Walters  <walters@verbum.org>
2257
2258         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
2259         
2260         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
2261         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
2262         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
2263         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
2264
2265 2005-06-30  Colin Walters  <walters@verbum.org>
2266
2267         * test/glib/test-dbus-glib.c:
2268         * test/glib/test-service-glib.c:
2269         * test/glib/test-service-glib.xml: Update tests for new error
2270         setting bits, also add async tests (patch from Ross Burton).
2271
2272         * test/glib/Makefile.am (test_service_glib_LDADD): Add
2273         DBUS_GLIB_THREADS_LIBS.
2274
2275         * glib/dbus-gproxy.c (get_name_owner)
2276         (dbus_g_pending_call_end_valist): Ditto.
2277
2278         * glib/dbus-gobject.c (error_metadata): New mapping from GError
2279         domain (GQuark) to DBusGErrorInfo.  
2280         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
2281         quark in error_metadata.  Take message interface as default
2282         error message interface.
2283         (gerror_to_dbus_error_message): Pass message interface.
2284         (dbus_set_g_error): Resurrected.
2285         (dbus_g_error_info_free): New function.
2286         (dbus_g_object_type_install_info): Use g_type_class_ref instead
2287         of _peek to actually create the object class if it hasn't been
2288         created yet.
2289         (dbus_g_error_domain_register): New function.
2290
2291         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
2292
2293         * glib/dbus-gparser.c (validate_signature): Ditto.
2294
2295         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
2296         (dbus_g_error_domain_register): Prototype.
2297
2298         * glib/dbus-glib.c (dbus_g_error_set): Delete.
2299         Update tests.
2300
2301 2005-06-29  Colin Walters  <walters@verbum.org>
2302
2303         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
2304         DBUS_TYPE_G_OBJECT_PATH.
2305
2306         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
2307         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
2308         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
2309         (dbus_g_object_path_get_g_type): New function.
2310         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
2311         to DBUS_TYPE_G_OBJECT_PATH by default.
2312         (demarshal_proxy): Remove unused name variable.
2313         (demarshal_object_path, marshal_object_path): New functions.
2314         (demarshal_proxy_array, marshal_proxy_array): Delete.
2315         
2316         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
2317         DBUS_TYPE_G_OBJECT_PATH to char *.
2318         (dbus_g_type_get_lookup_function): Map builtin
2319         DBUS_TYPE_G_OBJECT_PATH.
2320
2321         * test/glib/test-dbus-glib.c
2322         * test/glib/test-service-glib.c (my_object_objpath): 
2323         Adapt tests to new object path marshalling.
2324
2325 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
2326
2327         * configure.in: force check for Python >= 2.4
2328
2329 2005-06-29  Colin Walters  <walters@verbum.org>
2330         
2331         Patch from Ross Burton <ross@openedhand.com>
2332         
2333         * glib/dbus-gobject.c (invoke_object_method): Unset object
2334         value in all cases, not only in async case.
2335
2336 2005-06-29  Colin Walters  <walters@verbum.org>
2337
2338         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
2339         name_call for keeping track of any outgoing GetNameOwner call.
2340         Also add for_owner and associated.
2341         (struct _DBusGProxyManager): Add owner_names, which is hash table
2342         that maps a base name to a list of names it owns (that we're
2343         interested in).  Add pending_nameowner_calls which is a list of
2344         all outstanding GetNameOwner; avoids us having to iterate over
2345         every proxy.  Add unassociated_proxies which keeps track of name
2346         proxies with no associated name owner.
2347         (dbus_g_proxy_manager_unref): Destroy owner_names.
2348         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
2349         name refcounts.
2350         (find_name_in_info, name_owner_foreach)
2351         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
2352         (dbus_g_proxy_manager_monitor_name_owner)
2353         (dbus_g_proxy_manager_unmonitor_name_owner)
2354         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
2355         New functions; they manipulate the owner_names mapping.
2356         (got_name_owner_cb): New function.
2357         (get_name_owner): New function, extracted from
2358         dbus_g_proxy_new_for_name_owner.
2359         (dbus_g_proxy_manager_register): For now we need to keep track of
2360         all NameOwnerChanged.  Also if the proxy is for a name, if we
2361         don't already know the name owner, queue a new GetNameOwner
2362         request and add it to our list of unassociated proxies.  Otherwise
2363         inc the refcount.
2364         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
2365         cancel any pending GetNameOwner call, etc.
2366         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
2367         the owner_names mapping to look up the current names for the
2368         signal source, and dispatch to any proxies for that name.
2369         (dbus_g_proxy_new): Initialize new members.
2370         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
2371         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
2372         (dbus_g_pending_call_end_valist): New function, extracted from
2373         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
2374         but want to use the GLib infrastructure.  Also note how many
2375         arguments in reply were over.
2376         (dbus_g_pending_call_end): New function, just call
2377         dbus_g_pending_call_end_valist.
2378         (dbus_g_proxy_end_call_internal): Just call
2379         dbus_g_pending_call_end_valist.
2380
2381         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
2382         of builtin marshaller for STRING_STRING_STRING.
2383
2384         * test/glib/test-dbus-glib.c: 
2385         * test/glib/test-service-glib.c:
2386         * test/glib/test-service-glib.xml:
2387         Extend tests to cover name proxies, destruction of owner proxies,
2388         etc.
2389         
2390         * glib/examples/example-signal-recipient.c
2391         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
2392         
2393         * tools/dbus-send.c (main): Print D-BUS error name in addition
2394         to message.
2395
2396 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
2397
2398         * python/dbus_bindings.pyx.in (cunregister_function_handler,
2399         cmessage_function_handler): Patch from 
2400         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
2401         by using the Py_GILState_Ensure/Release to synchronize with the
2402         python runtime.
2403         
2404 2005-06-28  Ray Strode  <rstrode@redhat.com>
2405
2406         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
2407         babysitter helper process on last unref, bug #2813.
2408
2409 2005-06-27  Colin Walters  <walters@verbum.org>
2410
2411         * test/glib/test-dbus-glib.c: 
2412         * test/glib/test-service-glib.c:
2413         * test/glib/test-service-glib.xml:
2414         Test hash table signal emitting.
2415
2416         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
2417         types to their fundamental basis types, since this is what
2418         marshallers operate on.  Also add an entry for VOID__BOXED.
2419         (dbus_g_object_register_marshaller_array): Convert to fundamental.
2420
2421 2005-06-26  Havoc Pennington  <hp@redhat.com>
2422
2423         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
2424         from Don Park
2425
2426 2005-06-26  Colin Walters  <walters@verbum.org>
2427
2428         * glib/dbus-glib.c (dbus_set_g_error): Delete.
2429         (dbus_g_error_set): New public function from its ashes; used by
2430         both service-side method implementation and GLib bindings
2431         internals.
2432         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
2433         (_dbus_glib_test): Add some tests.
2434
2435         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
2436
2437         * test/glib/test-service-glib.c (my_object_throw_error): Use
2438         dbus_g_error_set.
2439
2440         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
2441         errors thrown by dbus_g_error_set.
2442
2443         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
2444
2445         * glib/dbus-gparser.c (validate_signature): Ditto.
2446
2447         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
2448         (dbus_g_proxy_end_call_internal): Ditto.
2449
2450         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
2451         converts DBUS_ERROR_x to DBUS_GERROR_x.
2452         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
2453
2454         * doc/TODO: Remove error TODO.
2455
2456         * doc/dbus-tutorial.xml: Update with documentation about error
2457         handling.
2458
2459         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
2460         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
2461         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
2462
2463 2005-06-22  Colin Walters  <walters@verbum.org>
2464         
2465         Patch from Ross Burton <ross@openedhand.com>
2466
2467         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
2468
2469 2005-06-20  Colin Walters  <walters@verbum.org>
2470
2471         * configure.in: Add glib/examples.
2472
2473         * glib/Makefile.am: Add examples/
2474
2475         * glib/examples/.cvsignore
2476         * glib/examples/Makefile.am
2477         * glib/examples/example-client.c
2478         * glib/examples/example-service.c
2479         * glib/examples/example-service.xml
2480         * glib/examples/example-signal-emitter.c
2481         * glib/examples/example-signal-emitter.xml
2482         * glib/examples/example-signal-recipient.c:
2483         New files; GLib binding examples, ported from
2484         python/examples.
2485
2486 2005-06-20  Colin Walters  <walters@verbum.org>
2487
2488         * dbus/dbus-glib.h: 
2489         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
2490         dbus_g_proxy_call.
2491
2492         * glib/dbus-binding-tool-glib.c: 
2493         * doc/dbus-tutorial.xml: 
2494         * test/glib/test-dbus-glib.c: Update for rename.
2495         
2496 2005-06-20  Colin Walters  <walters@verbum.org>
2497
2498         Patch suggested by Ross Burton <ross@openedhand.com>
2499
2500         * glib/dbus-gobject.c (export_signals): Free signal name.
2501         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
2502         memory leak.  Add a bit of documentation.
2503         (dbus_g_method_return_error): Free context, and note we do
2504         so.
2505
2506 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
2507
2508         * dbus/dbus-glib.h:
2509         * glib/dbus-gobject.c:
2510         * glib/dbus-gproxy.c:
2511         * glib/dbus-gvalue.c: Predeclare structs as 
2512         typedef struct _Something Something instead of 
2513         typedef struct Something Something, so we can 
2514         redeclare the prototypes. Other GNOME libraries 
2515         do this already.
2516
2517 2005-06-17  Colin Walters  <walters@verbum.org>
2518
2519         * tools/dbus-names-model.c (have_names_notify): Fix call
2520         to dbus_g_proxy_end_call.
2521         
2522 2005-06-17  Colin Walters  <walters@verbum.org>
2523
2524         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
2525         spew warnings if we get malformed remote signals.
2526
2527         * glib/dbus-gobject.c (propsig_iterate): New function.
2528         (lookup_object_info): New function, extracted from
2529         lookup_object_and_method.
2530         (introspect_properties, introspect_signals): Delete; these
2531         are merged into write_interface.
2532         (write_interface): Write out signals and properties here;
2533         dump the org.gtk.object stuff and use the interface given
2534         in the introspection data blob.  Also fix up property XML.
2535         (lookup_values): New function.
2536         (introspect_interfaces): Gather a mapping from interface to a
2537         list of its methods, signals, and properties, then write out
2538         each interface.
2539         (lookup_object_and_method): Use lookup_object_info.
2540         (struct DBusGSignalClosure): Add interface.
2541         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
2542         we can just use the constant data.
2543         (dbus_g_signal_closure_finalize): Don't free signal name.
2544         (signal_emitter_marshaller): Use interface from signal closure.
2545         (export_signals): Only export signals mentioned in introspection
2546         blob.
2547         (dbus_g_connection_register_g_object): Warn if we have no
2548         introspection data for an object.
2549         (funcsig_equal): Remove unused variable.
2550         (dbus_g_object_register_marshaller): Take varargs instead of
2551         list.
2552         (dbus_g_object_register_marshaller_array): New function,
2553         extracted from old dbus_g_object_register_marshaller.
2554
2555         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
2556         signals and property data.
2557         (write_quoted_string): New function, extracted from generate_glue.
2558         (generate_glue): Write signals and properties to introspection
2559         blob.
2560
2561         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
2562         exported_signals and exported_properties.
2563         (dbus_g_object_register_marshaller): Update prototype.
2564         (dbus_g_object_register_marshaller_array): Prototype.
2565         
2566         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
2567
2568         * test/glib/test-service-glib.c: Add new test signals and method
2569         to emit them.
2570
2571         * test/glib/test-service-glib.xml: Add some test signals.
2572
2573         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
2574         and my-object-marshal.h
2575         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
2576         my-object-marshal.c.
2577         (my-object-marshal.c, my-object-marshal.h): Implement.
2578
2579         * test/glib/.cvsignore: Update.
2580
2581         * doc/TODO: Remove two GLib TODO items fixed by this
2582         patch.
2583
2584 2005-06-16  Colin Walters  <walters@verbum.org>
2585
2586         * doc/TODO: Update for GLib bindings.
2587         
2588 2005-06-16  Colin Walters  <walters@verbum.org>
2589
2590         * glib/dbus-binding-tool-glib.c:
2591         * glib/dbus-gobject.c:
2592         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
2593         from Ross Burton, for his GLib bindings work.
2594
2595 2005-06-16  Colin Walters  <walters@verbum.org>
2596
2597         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
2598         to iterate instead of walking to G_TYPE_INVALID.
2599
2600         Patch based on a patch from Ryan Gammon.
2601
2602 2005-06-16  Colin Walters  <walters@verbum.org>
2603
2604         * bus/bus.c (bus_context_new): Set parser to NULL
2605         after we unref it (Patch from Chris Boscolo, #2174).
2606         
2607 2005-06-16  Colin Walters  <walters@verbum.org>
2608
2609         * python/dbus_bindings.pyx.in: Import size_t,
2610         __int64_t, __uint64_t, and __signed.
2611
2612         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
2613         Define cmsg struct, output it.
2614         (_dbus_read_credentials_unix_socket):
2615         Use cmsg struct.
2616         
2617         Patch from Joe Markus Clarke for FreeBSD support.
2618         
2619 2005-06-16  Colin Walters  <walters@verbum.org>
2620
2621         * tools/dbus-send.c (append_array): Use strtok.
2622         (append_dict): New function.
2623         (type_from_name): New function, extracted from main.
2624         (main): Handle sending dicts.
2625
2626         * tools/dbus-print-message.c (print_iter): Print dict
2627         entries.
2628         
2629 2005-06-16  Colin Walters  <walters@verbum.org>
2630
2631         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
2632         values as the empty string (#2948).
2633         
2634 2005-06-16  Colin Walters  <walters@verbum.org>
2635
2636         * dbus/Makefile.am:
2637         * mono/doc/Makefile.am:
2638         * test/glib/Makefile.am:
2639
2640         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
2641
2642 2005-06-16  Colin Walters  <walters@verbum.org>
2643
2644         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
2645         header byte order from expected byte order (Patch from Chris Wilson, #3475).
2646
2647         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
2648         Increment pointer after swapping fixed array.  Add assertion
2649         for array length.
2650                 
2651 2005-06-15  Colin Walters  <walters@verbum.org>
2652
2653         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
2654         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
2655         
2656 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2657
2658         * NEWS: Update to 0.34
2659
2660 2005-06-15  David Zeuthen  <davidz@redhat.com>
2661
2662         * configure.in (LT_CURRENT): Revert back to 1 as the library
2663         hasn't changed and we've certainly not committed to protocol
2664         stability yet.  All this does is to break ABI. See commit note
2665         from hp@redhat.com 2005-05-05 for details.
2666         
2667 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2668
2669         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
2670         (_dbus_connection_run_builtin_filters): New method
2671         (dbus_connection_dispatch): Run the builtin filters which in turn
2672         runs the peer filter which handles Ping messages.
2673
2674         * doc/TODO: 
2675          - Ping isn't handled: This patch fixes it
2676          
2677          - Add a test case for the Ping message: added TODO item
2678
2679 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2680
2681         * dbus/dbus-message.c:
2682         (dbus_message_has_path): New method
2683         (dbus_message_has_interface): New method
2684         (dbus_message_has_member): New method
2685
2686         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
2687         New method
2688
2689         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
2690         the keyring directory is private to the user
2691
2692         * doc/TODO:
2693          - The convenience functions in dbus-bus.h should perhaps have
2694          the signatures that they would have if they were autogenerated
2695          stubs. e.g. the acquire service function. We should also evaluate
2696          which of these functions to include, in light of the fact that
2697          GLib/Qt native stubs will probably also exist.: Punted
2698
2699          - add dbus_message_has_path(), maybe has_member/interface:
2700          fixed in this patch
2701
2702          - in dbus-keyring.c, enforce that the keyring dir is not
2703          world readable/writable: Fixed in this patch
2704
2705 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2706
2707         * dbus/dbus-marshal-validate.h: Added a new validation
2708         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
2709         out of memory errors when validating signitures
2710
2711         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
2712         in places where we previously used DBUS_VALID and a FALSE return 
2713         value to indicate OOM
2714         
2715         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
2716         Use a stack to track the number of elements inside containers.  The 
2717         stack values are then used to validate that dict entries have only two
2718         elements within them.
2719         (validate_body_helper): check the reason for failure when validating
2720         varients
2721         
2722         * dbus/dbus-message.c (load_message): use 
2723         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
2724         DBUS_VALID and a FALSE return value to indicate OOM
2725
2726         * doc/TODO: remove "- validate dict entry number of fields" as this
2727         patch fixes it
2728
2729 2005-06-14  David Zeuthen  <davidz@redhat.com>
2730
2731         * bus/bus.c (process_config_every_time): Drop existing conf-dir
2732         watches (if applicable) and add new watches
2733
2734         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
2735         (main): Setup SIGIO signal handler if using D_NOTIFY
2736
2737         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
2738
2739         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
2740         (merge_included): Also merge conf_dirs list
2741         (bus_config_parser_unref): Clear conf_dirs list
2742         (include_dir): Add directory to conf_dirs list
2743         (bus_config_parser_get_conf_dirs): New function
2744
2745         * bus/dir-watch.[ch]: New files
2746
2747         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
2748
2749         * configure.in: Add checks for D_NOTIFY on Linux
2750
2751 2005-06-14  Colin Walters  <walters@verbum.org>
2752
2753         * glib/dbus-binding-tool-glib.c:
2754         * glib/dbus-gobject.c:
2755         * glib/dbus-gvalue.c: Fix indentation and brace style.
2756         
2757 2005-06-14  Ross Burton <ross@openedhand.com>.
2758
2759         * glib/dbus-glib.h: Make DBusGMethodInvocation
2760         a private structure.  Rearrange prototypes a bit.
2761         
2762         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
2763         documentation for first_arg_type.
2764         
2765         * glib/dbus-gobject.c: Move DBusGMethodInvocation
2766         here, add documentation.  Move dbus_g_method_return
2767         and dbus_g_method_return_error into public API
2768         section.
2769
2770 2005-06-14  Colin Walters  <walters@verbum.org>
2771
2772         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
2773         Add missing return statements, noticed by Ross Burton.
2774         
2775 2005-06-13  Ross Burton <ross@openedhand.com>.
2776
2777         * glib/dbus-gobject.c: Handle errors on message
2778         demarshalling by sending error message back.
2779         * glib/dbus-gvalue.c: Initialize return variables.
2780
2781 2005-06-13  Colin Walters  <walters@verbum.org>
2782
2783         * glib/Makefile.am: Fix thinko in last patch.
2784
2785 2005-06-13  Colin Walters  <walters@verbum.org>
2786
2787         * glib/Makefile.am: Move dbus-gtype-specialized.c
2788         and dbus-gtype-specialized.h into a _HEADERS variable,
2789         install them.
2790
2791 2005-06-12  Colin Walters  <walters@verbum.org>
2792
2793         Async signals and various bugfixes and testing by
2794         Ross Burton <ross@openedhand.com>.
2795
2796         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
2797         (dbus_gvalue_genmarshal_name_from_type)
2798         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
2799         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
2800         (dbus_g_value_types_init, dbus_gtype_from_signature)
2801         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
2802         (dbus_gtypes_from_arg_signature): New function prototypes.
2803         (dbus_gvalue_demarshal): Take context and error arguments.
2804         (dbus_gvalue_demarshal_variant): New function.
2805         (dbus_gvalue_demarshal_message): New function.
2806         (dbus_gvalue_store): Delete.
2807
2808         * glib/dbus-gvalue.c:
2809
2810         File has been almost entirely rewritten; now we special-case
2811         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
2812         hash tables correctly, etc.  Full support for recursive values
2813         is not yet complete.
2814
2815         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
2816         argument of signal to G_TYPE_POINTER since we now pass a
2817         structure.
2818         (lookup_g_marshaller): Delete in favor of
2819         _dbus_gobject_lookup_marshaller.
2820         (marshal_dbus_message_to_g_marshaller): Use
2821         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
2822         to handle remote signal callbacks.
2823         (dbus_g_proxy_new_from_proxy): New function; creates a new
2824         DBusGProxy by copying an existing one.
2825         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
2826         (dbus_g_proxy_get_path): New functions.
2827         (dbus_g_proxy_marshal_args_to_message): New function;
2828         factored out of existing code.
2829         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
2830         from a varargs array.
2831         (dbus_g_proxy_begin_call_internal): New function.
2832         (dbus_g_proxy_end_call_internal): New function.
2833         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
2834         as arguments; simply invoke dbus_g_proxy_begin_call_internal
2835         after collecting args into value array.
2836         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
2837         invoke dbus_g_proxy_end_call_internal.
2838         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
2839         end_call_internal.
2840         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
2841         types.
2842         (array_free_all): New function.
2843         (dbus_g_proxy_add_signal): Take GTypes.
2844
2845         * glib/dbus-gobject.h:
2846         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
2847         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
2848         Prototype.
2849
2850         * glib/dbus-gobject.c: Add a global marshal_table hash which
2851         stores mappings from type signatures to marshallers.  Change lots
2852         of invocations of dbus_gtype_to_dbus_type to
2853         dbus_gtype_to_signature.
2854         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
2855         (introspect_signals): Fix test for query.return_type.
2856         (set_object_property): Update invocation of dbus_gvalue_demarshal.
2857         (invoke_object_method): Many changes.  Handle asynchronous
2858         invocations.  Convert arguments with
2859         dbus_gvalue_demarshal_message.  Handle errors.  Use
2860         DBusSignatureIter instead of strlen on args. Handle all arguments
2861         generically.  Special-case variants.
2862         (dbus_g_method_return, dbus_g_method_return_error): New function.
2863         (DBusGSignalClosure): New structure, closes over signal
2864         information.
2865         (dbus_g_signal_closure_new): New function.
2866         (dbus_g_signal_closure_finalize): New function.
2867         (signal_emitter_marshaller): New function; is special marshaller
2868         which emits signals on bus.
2869         (export_signals): New function; introspects object signals and
2870         connects to them.
2871         (dbus_g_object_type_install_info): Take GType instead of
2872         GObjectClass.
2873         (dbus_g_connection_register_g_object): Invoke export_signals.
2874         (dbus_g_connection_lookup_g_object): New function.
2875         (DBusGFuncSignature) New structure; used for mapping type
2876         signatures to marshallers.
2877         (funcsig_hash): New function; hashes DBusGFuncSignature.
2878         (funcsig_equal): New function; compares DBusGFuncSignature.
2879         (_dbus_gobject_lookup_marshaller): New function.
2880         (dbus_g_object_register_marshaller): New function; used to
2881         register a marshaller at runtime for a particular signature.
2882
2883         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
2884
2885         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
2886         which notes a server method implementation should be
2887         asynchronous.
2888
2889         * glib/dbus-binding-tool-glib.c
2890         (dbus_binding_tool_output_glib_server): Call
2891         dbus_g_value_types_init.
2892         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
2893         variants specially.
2894         (dbus_g_type_get_lookup_function): Turn GType into an invocation
2895         of a lookup function.
2896         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
2897         (write_untyped_out_args): New method; write output arguments.
2898         (write_formal_declarations_for_direction): Function for
2899         writing prototypes.
2900         (write_formal_parameters_for_direction): Function for
2901         writing implementations.
2902         (write_typed_args_for_direction): Function for writing
2903         arguments prefixed with GTypes.
2904         (write_async_method_client): Write out async version
2905         of method.
2906
2907         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
2908         (dbus_g_type_get_marshal_name): Move mapping from GType
2909         to marshal name into here.
2910         (dbus_g_type_get_c_name): Move into here.
2911         (compute_marshaller): Convert signature to type with
2912         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
2913         (compute_marshaller_name): Ditto.
2914         (compute_marshaller): Handle async signal annotations.
2915         (gather_marshallers): Return if we don't have a known
2916         prefix.
2917         (generate_glue): Collect introspection blob here, and
2918         write all of the blob at the end.  This allows an object
2919         with multiple interfaces to work.
2920         Mark async methods in introspection blob.
2921
2922         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
2923         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
2924         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
2925
2926         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
2927         avoids people accidentally using DBUS_TYPE_* which should
2928         not be necessary anymore.
2929         Do include dbus-gtype-specialized.h, which are utilities
2930         for GLib container types.
2931         Add various #defines for types such as
2932         DBUS_TYPE_G_BOOLEAN_ARRAY.
2933         (DBusGValueIterator, DBusGValue): Define, not fully used
2934         yet.
2935         (dbus_g_value_get_g_type): Type for recursive value.
2936         (dbus_g_value_open, dbus_g_value_iterator_get_value)
2937         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
2938         (dbus_g_value_free): Prototypes.
2939         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
2940         (dbus_g_proxy_set_interface): Prototype.
2941         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
2942         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
2943         types.
2944         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
2945         Accessors.
2946         (DBusGAsyncData, DBusGMethodInvocation): Structures for
2947         doing async invocations.
2948         (dbus_g_method_return, dbus_g_method_return_error):
2949         Prototypes.
2950         * doc/dbus-tutorial.xml: Update GLib section.
2951         
2952         * tools/dbus-viewer.c (load_child_nodes): Update
2953         for new invocation type of dbus_g_proxy_end_call.
2954         (load_from_service_thread_func): Ditto.
2955
2956         * tools/print-introspect.c (main): Ditto.
2957
2958         * tools/dbus-names-model.c (have_names_notify)
2959         (names_model_reload, names_model_set_connection)
2960         Use GTypes.
2961
2962         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
2963         needed since Python bindings use GLib bindings.
2964
2965         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
2966         Add --prefix argument.
2967
2968         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
2969         unneeded --ignore-unsupported arg.
2970         
2971         * test/glib/test-service-glib.c: 
2972         * test/glib/test-service-glib.xml:
2973         * test/glib/test-dbus-glib.c: Add many more tests.
2974
2975 2005-06-06  David Zeuthen  <davidz@redhat.com>
2976
2977         * doc/TODO: Add item about need to remove deprecated functions.
2978
2979         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
2980
2981         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
2982         to repair the ABI which was broken with the last commit.
2983
2984 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
2985
2986         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
2987         (dbus_connection_disconnect): renamed to dbus_connection_close 
2988         for API symmetry with dbus_connection_open
2989         (_dbus_connection_open_internal): 
2990         s/dbus_connection_disconnect/dbus_connection_close
2991
2992         * dbus/dbus-bus.c (dbus_bus_get):
2993         s/dbus_connection_disconnect/dbus_connection_close
2994
2995         * bus/connection.c (bus_connections_unref, 
2996         bus_connections_setup_connection, bus_connections_expire_incomplete):
2997         s/dbus_connection_disconnect/dbus_connection_close
2998
2999         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
3000         kill_client_connection_unchecked, check_hello_connection):
3001         s/dbus_connection_disconnect/dbus_connection_close
3002
3003         * bus/bus.c (new_connection_callback):
3004         s/dbus_connection_disconnect/dbus_connection_close
3005
3006         * tools/dbus-send.c (main):
3007         s/dbus_connection_disconnect/dbus_connection_close
3008
3009         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
3010         s/dbus_connection_disconnect/dbus_connection_close
3011         
3012         * test/test-service.c (path_message_func, filter_func):
3013         s/dbus_connection_disconnect/dbus_connection_close
3014         
3015         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
3016         
3017 2005-05-25  Colin Walters  <walters@verbum.org>
3018
3019         * dbus/dbus-protocol.h: Move various bus service #defines such
3020           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
3021           dbus/dbus-shared.h.
3022         * dbus/dbus-shared.h: Various defines moved here.
3023         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
3024
3025 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
3026
3027         * python/__init__.py: Python bindings deserve a minor version
3028         update.  Upped to (0, 40, 2)
3029
3030 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
3031
3032         * python/decorators.py: add explicitly_pass_message decorator
3033         for passing in the dbus message as keyword for edge case signal
3034         handling
3035
3036         * python/matchrules.py (SignalMatchRule.__repr__): fix output
3037         to conform with what dbus expects for match rules
3038         (SignalMatchRule.execute): add the dbus message as a keyword
3039         if the signal handler has requested it
3040
3041         * python/examples/example/signal-recipient.py: added some more
3042         examples on how to hook up to signals
3043
3044 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
3045
3046         * python/decorators.py: import dbus_bindings
3047
3048         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
3049         SignalMatchNode): new classes that implement wildcard signal
3050         callback matching using a tree lookup. Heavily modified from a
3051         patch sent by Celso Pinto (fd.o bug #3241)
3052
3053         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
3054         use new match classes to handle signals.
3055
3056 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
3057         
3058         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
3059
3060 2005-05-18  Havoc Pennington  <hp@redhat.com>
3061
3062         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
3063         gettext. Not really worth requiring yet perhaps, but any
3064         production quality 1.0 would require it so we should go ahead and
3065         get things set up. We do have a couple token calls to
3066         bindtextdomain in the code already.
3067
3068 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
3069
3070         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
3071         when using recursive g_main_loops
3072
3073         * python/_dbus.py (class Bus): add the ProxyObjectClass
3074         alias for ProxyObject to make it easier for the Twisted 
3075         networking framework to integrate dbus.
3076
3077         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
3078         alias for ProxyMethod to make it easier for the Twisted 
3079         networking framework to integrate dbus. 
3080
3081 2005-05-11  Ross Burton  <ross@openedhand.com>
3082
3083         * glib/dbus-glib-tool.c: Add --prefix argument.
3084         * glib/dbus-binding-tool-glib.h: Add prefix argument.
3085         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
3086         Add prefix argument.
3087         (generate_glue): Pass prefix argument down.
3088         (dbus_binding_tool_output_glib_server): Pass prefix to
3089         glib-genmarshal.
3090         
3091 2005-05-11  Colin Walters  <walters@verbum.org>
3092
3093         * tools/dbus-send.c (append_array): New function.
3094         (append_arg): Broken out from main.
3095         (main): Add cheesy hack to send arrays and variants.
3096         (usage): Update.
3097         * tools/dbus-print-message.c (print_iter): Broken out
3098         from main.
3099
3100 2005-05-11  Colin Walters  <walters@verbum.org>
3101
3102         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
3103         New function, returns signature string for signature iter.
3104         * dbus/dbus-signature.h: Prototype it.
3105         * dbus/dbus-message.c (dbus_message_iter_get_signature):
3106         New function, returns signature string for message iter.
3107         (dbus_message_iter_get_array_len): New function, returns
3108         length of array.
3109         (dbus_message_iter_get_fixed_array): Fix assertion; this
3110         function should be used when the iter is pointing to the
3111         contents of an array
3112         * dbus/dbus-message.h: Prototypes.
3113         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
3114         New function; returns length of an array.
3115         * dbus/dbus-marshal-recursive.h: Prototype it.
3116         
3117 2005-05-11  Colin Walters  <walters@verbum.org>
3118
3119         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
3120         compilation error.
3121         
3122 2005-05-08  Havoc Pennington  <hp@redhat.com>
3123
3124         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
3125         daemon's pid, not the parent's pid, to the file descriptor.
3126         Reported by Taj Morton.
3127
3128 2005-05-05  Havoc Pennington  <hp@redhat.com>
3129
3130         * configure.in (LT_*): add notes on how the libtool versioning
3131         works to save thinking. Increment soname to indicate protocol
3132         breakage (though really the library interface hasn't changed I
3133         guess)
3134
3135         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
3136         verify the GUID received from server matches what we were
3137         expecting, if we had an expectation
3138
3139         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
3140         (_dbus_auth_get_guid_from_server): new function
3141         (send_begin): parse the OK args
3142
3143         * doc/dbus-specification.xml: add GUID to the auth protocol
3144
3145 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
3146
3147         * Fix my name in previous changelog ;)
3148
3149         * python/proxies.py (ProxyObject.__getattr__): add further patch
3150         from Anthony Baxter to throw an AttributeError when python 
3151         __special__ functions are called instead of marshling them over 
3152         the bus (Bug#1685 comment 3).
3153
3154 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
3155
3156         * python/Makefile.am: changed to use pyexecdir for the binding
3157         shared libraries (Bug#2494)
3158
3159         * python/exceptions.py: bring exceptions over from the bindings
3160         so they can be used in applications (Bug#2036)
3161         Make all exceptions derive from DBusException
3162
3163         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
3164         of classes so that print obj doesn't throw an exception (Bug #1685)
3165
3166 2005-05-03  Ross Burton  <ross@openedhand.com>
3167
3168         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
3169         Return if we get an error during registration.  Set up a
3170         weak reference on object to unregister if object is destroyed.
3171         (unregister_gobject): New function.
3172         
3173 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
3174
3175         * python/dbus_bindings.pyx.in: 
3176         - added new type classes for hinting to the marashaler what type 
3177         to send over the wire
3178         - added int16 and uint16 marshalers
3179         - Fixed a bug in the type constants that caused int32 to go out
3180         as uint16 over the wire
3181         * python/dbus.py: split up into different files and renamed _dbus.py
3182         * python/__init__.py, python/_util.py, python/decorators.py, 
3183         python/exceptions.py, python/proxies.py, python/services.py,
3184         python/types.py: new files split off from dbus.py
3185         * python/Makefile.am: Add new files, remove dbus.py and 
3186         install all python files to <python module dir>/dbus
3187         * python/examples/*: Added #!/usr/bin/env python to the top of
3188         every example.  Patch provided by Tatavarty Kalyan
3189
3190 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
3191
3192         * NEWS: Update to 0.33
3193
3194 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
3195
3196         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
3197         method for doing async calls
3198         (_pending_call_notification): New C function for handling pendning call
3199         callbacks
3200         (set_notify): New method for setting pending call notification
3201         
3202         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
3203         Async capabilities added to remote method calls
3204         (Sender): class removed
3205         (RemoteService): class removed
3206         (ObjectTree): class removed for now
3207         (RemoteObject): Renamed to ProxyObject
3208         (RemoteMethod): Renamed to ProxyMethod
3209         (method): Decorator added for decorating python methods as dbus methods
3210         (signal): Decorator added for decorating python methods as signal emitters
3211         (ObjectType): Metaclass added for generating introspection data and the
3212         method callback vtable
3213         (Interface): Wrapper class added to wrap objects in a dbus interface
3214         (Object): Uses ObjectType as its metaclass and exports Introspect
3215         of the org.freedesktop.DBus.Introspectable interface
3216         (ValidationException, UnknownMethodException): new exceptions
3217
3218         * python/examples/*: Modified to fit with the new bindings
3219
3220 2005-04-23  Havoc Pennington  <hp@redhat.com>
3221
3222         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
3223         reported by Tony Houghton
3224
3225         * test/test-service.c (main): test
3226         dbus_connection_get_object_path_data()
3227
3228         * dbus/dbus-object-tree.c (find_handler): be sure we always init
3229         the exact_match
3230         (_dbus_object_tree_get_user_data_unlocked): new function used by
3231         dbus_connection_get_object_path_data()
3232         (do_register): add assertion test for get_user_data_unlocked
3233         (object_tree_test_iteration): more tests
3234
3235         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
3236         new function from Dan Reed to let you get the user data from 
3237         dbus_connection_register_object_path()
3238
3239 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
3240
3241         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
3242         in numerous places that did not account for the NULL terminator
3243         (signature_from_seed): changed the manual string copy loop to 
3244         just use strcpy instead
3245         make check should now pass
3246
3247 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
3248
3249         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
3250         so that it allows messages that are not signals to pass in 
3251         NULL as the interface.
3252
3253 2005-04-18  David Zeuthen  <davidz@redhat.com>
3254
3255         * glib/dbus-gmain.c (io_handler_destroy_source): 
3256         (timeout_handler_destroy_source, connection_setup_free): 
3257         Also unref the source to avoid memory leaks.
3258
3259 2005-04-13  David Zeuthen  <davidz@redhat.com>
3260
3261         * bus/config-parser.c (bus_config_parser_new): Bump this to a
3262         more reasonable, yet still totally arbitrary, value :-). 
3263
3264 2005-04-13  David Zeuthen  <davidz@redhat.com>
3265
3266         * doc/TODO: Added an "important for 1.0" item about selinux
3267         allow/deny messages
3268
3269 2005-04-13  David Zeuthen  <davidz@redhat.com>
3270
3271         * bus/selinux.c: Add c-file-style to top of file
3272         (log_audit_callback): Don't free the data here anymore
3273         (bus_selinux_check): Don't take spid and tpid since appending
3274         that to auxdata may OOM.
3275         (bus_selinux_allows_acquire_service): Handle OOM and signal back
3276         to the caller if we are OOM by taking an error object.
3277         (bus_selinux_allows_send): -do-
3278
3279         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
3280         and bus_selinux_allows_send
3281
3282         * bus/bus.c (bus_context_check_security_policy): Pass error and
3283         pass on OOM thrown by bus_selinux_allows_send()
3284
3285         * bus/services.c (bus_registry_acquire_service): Pass error and
3286         pass on OOM thrown by bus_selinux_allows_acquire_service()
3287
3288 2005-04-13  Havoc Pennington  <hp@redhat.com>
3289
3290         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
3291         message at a time to avoid monopolizing the main loop, bug 
3292         #2953 from Benjamin Otte
3293
3294 2005-04-09  Havoc Pennington  <hp@redhat.com>
3295
3296         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
3297         possible overlap, fix from Daniel Reed
3298         (fixup_alignment): fix signedness warnings
3299         (_dbus_string_append_unichar): ditto
3300
3301 2005-04-09  Havoc Pennington  <hp@redhat.com>
3302
3303         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
3304
3305         * glib/dbus-glib-tool.c (main): fix warning
3306
3307         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
3308
3309         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
3310         add a new function that can be used in simple applications that
3311         don't have a main loop and are willing to block
3312
3313 2005-04-05  David Zeuthen  <davidz@redhat.com>
3314
3315         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
3316
3317         * glib/dbus-gmain.c:
3318         (io_handler_destroy_source): Remove from list of IO handlers
3319         of the ConnectionSetup object
3320         (timeout_handler_destroy_source): -do- for timeout handlers
3321         (io_handler_source_finalized): Don't remove from list since
3322         we now do that in io_handler_destroy_source(). Renamed from
3323         io_handler_source_destroyed
3324         (timeout_handler_source_destroyed): -do- for timeout handlers
3325         (connection_setup_free): It is now safe to iterate over all
3326         IO and timeout handlers as the _destroy_source removes them
3327         from the list synchronously
3328
3329 2005-03-30  Havoc Pennington  <hp@redhat.com>
3330
3331         * configure.in: change check to gtk 2.4
3332
3333         * tools/dbus-viewer.c (name_combo_changed_callback): remove
3334         gtk_combo_box_get_active_text() usage to decrement GTK requirement
3335         to 2.4
3336
3337 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
3338
3339         * News: Update 0.32
3340
3341         * HACKING: Fixed realease instructions.  configure.in should be updated to
3342           the next release by the person who made the last release.
3343
3344 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
3345
3346         * python/lvalue_cast_post_process.py - removed.  Patch has been
3347           submitted to Pyrex maintainers that fixes gcc4.0 errors
3348
3349         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
3350
3351 2005-03-24  Daniel Reed  <n@ml.org>
3352
3353         * tools/Makefile.am: Make print-introspect and
3354         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
3355
3356 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
3357
3358         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
3359
3360         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
3361           had in Red Hat packages for a while but for some reason never 
3362           got merged upstream
3363           (_dbus_is_a_number): New checks if a string
3364           can be converted to a number and does the conversion if it can
3365           (_dbus_user_database_lookup): Add check to see if the given username
3366           is a udi.  This allows udi's to be used instead of usernames in the
3367           config file.
3368           (_dbus_user_database_lookup_group): Add check to see if the given groupname
3369           is a gdi.  This allows gdi's to be used instead of groupnames in the
3370           config file.
3371
3372 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
3373
3374         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
3375           code so that it compiles with gcc4.0
3376
3377         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
3378           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
3379           results back to dbus_binding.c
3380
3381 2005-03-20  Colin Walters  <walters@verbum.org>
3382
3383         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
3384
3385         * configure.in: Require GTK+ 2.6.
3386         
3387 2005-03-20  Colin Walters  <walters@verbum.org>
3388
3389         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
3390
3391 2005-03-17  Tom Parker  <palfrey@tevp.net>
3392
3393         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
3394         print DBUS_UID_UNSET; instead print passed username.  Also
3395         be sure to actually use gid looked up in cache.
3396         
3397         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
3398         for DBUS_GID_UNSET and groupname.
3399
3400 2005-03-17  Colin Walters  <walters@verbum.org>
3401
3402         * bus/print-introspect.c: Move to tools/.
3403         * bus/run-with-tmp-session-bus.sh: Ditto.
3404         
3405         * glib/Makefile.am (dbus-glib-bindings.h): Move
3406         generation to tools/Makefile.am.
3407
3408         * test/glib/run-test.sh: Update to handle move
3409         of run-with-tmp-session-bus.sh.
3410
3411         * test/glib/test-service-glib.c: Update to handle
3412         move of dbus-glib-bindings.h.
3413
3414         * tools/print-introspect.c: Moved here
3415         from bus/, and ported to GLib bindings.
3416
3417         * tools/run-with-tmp-session-bus.sh: Moved here
3418         from bus/.
3419
3420         * tools/Makefile.am: Generate dbus-glib-bindings.h
3421         and dbus-bus-introspect.xml here.
3422
3423         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
3424         Update.
3425
3426 2005-03-17  Colin Walters  <walters@verbum.org>
3427
3428         * bus/driver.c (write_args_for_direction): Use
3429         _dbus_string_get_const_data to retrieve string;
3430         _dbus_string_get_const_data_len doesn't actually return
3431         a NULL-terminated substring.
3432
3433         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
3434         (main): Change to use org_freedesktop_DBus_request_name
3435         instead of using g_proxy_begin_call/end_call.
3436
3437 2005-03-15  Joe Shaw  <joeshaw@novell.com>
3438
3439         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
3440         generating the finalizer.  Fixes from Ben Maurer.
3441
3442 2005-03-12  Joe Shaw  <joeshaw@novell.com>
3443
3444         * mono/BusDriver.cs: Update method names: ListServices
3445         becomes ListNames; GetOwner becomes GetNameOwner.
3446
3447         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
3448         onto the eval stack when removing the delegate.
3449
3450 2005-03-12  Joe Shaw  <joeshaw@novell.com>
3451
3452         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
3453         LT_CURRENT.  Set it to the autoconf variable.
3454                                                                                 
3455         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
3456         classes that disconnects the signal handler delegate from the
3457         service object.  Fixes a big leak of proxy objects on the
3458         client side of things.  Patch from Ben Maurer
3459         <bmaurer@ximian.com>
3460
3461 2005-03-12  Colin Walters  <walters@verbum.org>
3462
3463         * bus/driver.c (write_args_for_direction): New function,
3464         parses a type signature into arguments and outputs to
3465         XML.
3466         (bus_driver_handle_introspect): Use it instead of
3467         hardcoding XML for certain signatures.
3468         
3469         * bus/Makefile.am (dbus-bus-introspect.xml): Add
3470         dependency on dbus-daemon.
3471
3472         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
3473         argument, pass it to dbus_binding_tool_output_glib_client.
3474
3475         * glib/dbus-binding-tool-glib.c
3476         (generate_client_glue): Protect against multiple inclusion.
3477         (dbus_binding_tool_output_glib_client): Add
3478         G_BEGIN_DECLS/G_END_DECLS.
3479
3480         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
3481         Change to just take iface prefix directly.
3482         (write_formal_parameters): Clarify error message.
3483         (check_supported_parameters): New function; checks to see type
3484         signatures of method parameters are supported.
3485         (generate_client_glue): Handle ignore_unsupported flag.
3486         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
3487         parameter.
3488
3489         * glib/Makefile.am (dbus-glib-bindings.h): Pass
3490         --ignore-unsupported by default until glib bindings
3491         support arrays.
3492
3493 2005-03-11  Colin Walters  <walters@verbum.org>
3494
3495         * glib/Makefile.am: Generate dbus-glib-bindings.h and
3496         install it.
3497
3498         * bus/print-introspect.c: New file; prints introspection
3499         data for a given name and object path.
3500
3501         * bus/run-with-tmp-session-bus.sh: New file, refactored
3502         from test/glib/run-test.sh.  Creates a temporary session
3503         bus and runs another program.
3504
3505         * test/glib/run-test.sh: Refactor to invoke
3506         run-with-tmp-session-bus.sh.
3507
3508         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
3509         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
3510         macros instead of hardcoding.
3511
3512         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
3513
3514 2005-03-11  Joe Shaw  <joeshaw@novell.com>
3515
3516         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
3517         this unref; it doesn't match up evenly in some codepaths.
3518         (_dbus_connection_block_pending_call): Unref at every exitpoint;
3519         this evenly matches with the ref near the top of this function.
3520
3521 2005-03-09  Joe Shaw  <joeshaw@novell.com>
3522
3523         * dbus/dbus-object-tree.c
3524         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
3525         and we try to unregister a path that's not registered, still go
3526         through the process of unlocking and don't just return.
3527
3528 2005-03-09  Colin Walters  <walters@verbum.org>
3529
3530         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
3531         to this are generated for client-side wrappers.  Invokes a
3532         D-BUS method and returns reply values.  
3533
3534         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
3535         function; writes signature string for argument direction.
3536         (write_args_for_direction): Change to pass input values directly
3537         instead of via address, and fix indentation.
3538         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
3539         make generated wrappers inlineable.
3540
3541         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
3542         note about using dbus_type_is_fixed.
3543
3544         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
3545         dbus/dbus-signature.c as dbus_type_is_fixed.
3546
3547         All callers updated.
3548
3549         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
3550         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
3551
3552         * dbus/dbus-signature.h: Prototype.
3553
3554         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
3555         error printf code.
3556
3557         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
3558         appropriate instead of just freeing it.
3559         (main): Free returned strings using g_free.
3560
3561         * test/glib/Makefile.am (test-service-glib-glue.h)
3562         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
3563
3564         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
3565         simply maps a simple D-BUS type to GType.
3566         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
3567         GType.
3568         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
3569         initialize the value with it.
3570         (dbus_gvalue_binding_type_from_type): Unused, delete.
3571         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
3572         various types instead of unmarshalling to value data directly.
3573         Remove can_convert boolean.
3574         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
3575         returning directly instead of using can_convert boolean.
3576         (dbus_gvalue_store): New function; not related to D-BUS per-se.
3577         Stores a GValue in a pointer to a value of its corresponding C
3578         type.
3579
3580         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
3581         add dbus_gvalue_store.
3582
3583 2005-03-08  Joe Shaw  <joeshaw@novell.com>
3584
3585         Fix a bunch of lifecycle and memory management problems
3586         in the mono bindings.
3587
3588         * mono/Arguments.cs (Arguments): Implement IDisposable
3589
3590         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
3591         strictly a static class.
3592
3593         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
3594         delegates into this file.
3595         (Connection): Implement IDisposable.
3596         (Dispose): Disconnect the connection and set the raw connection
3597         pointer to IntPtr.Zero.
3598         (~Connection): Call Dispose().
3599         (RegisterObjectPath): Added.  Manages the registration of object
3600         paths so we can cleanly disconnect them at dispose/finalize time.
3601         (UnregisterObjectPath): Ditto.
3602         (set_RawConnection): Unregister all of the object paths when
3603         changing the underlying DBusConnection.  Add them back onto the
3604         new connection, if any.
3605
3606         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
3607         more unmanaged resources anymore, so it's not necessary.  Move all
3608         the DBusObjectPathVTable stuff out of here.
3609         (Handler): Save references to our delegates so that they don't get
3610         finalized.  Call Connection.RegisterObjectPath() instead of
3611         dbus_connection_register_object_path() directly.
3612         (Message_Called): Dispose the message after we're finished with
3613         it.
3614
3615         * mono/Message.cs (Message): Implement IDisposable.
3616         (Dispose): Dispose the Arguments, and set the RawMessage to
3617         IntPtr.Zero.
3618         (SendWithReplyAndBlock): We own the ref to the reply that comes
3619         back from dbus_connection_send_with_reply_and_block() so add a
3620         comment about that and unref it after we've constructed a managed
3621         MethodReturn class around it.  Fixes a big, big leak.
3622
3623         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
3624         method.
3625         (BuildSignalHandler): After we've sent the Signal message, dispose
3626         of it.
3627         (BuildMethod): Dispose of the method call and reply messages after
3628         we've sent the message and extracted the data we want from the
3629         reply.
3630
3631         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
3632         anymore.
3633         (Service_FilterCalled): Dispose of the message after we're
3634         finished with it.
3635
3636 2005-03-08  Joe Shaw  <joeshaw@novell.com>
3637
3638         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
3639         After we attach our pending call to the connection, unref
3640         it.  Fixes a leak.
3641  
3642         * mono/Connection.cs (set_RawConnection): Disconnect our
3643         filter and match callbacks from the old connection and
3644         reconnect them to the new connection, if any.
3645
3646         * mono/DBusType/Array.cs: "Code" is a static member, so
3647         don't use "this" to refer to it.  Fix for stricter checking
3648         in Mono 1.1.4.
3649  
3650         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
3651         object path that we pass into unmanaged code.
3652  
3653         * mono/DBusType/String.cs (Append): Don't leak the string
3654         that we pass into unmanged code.
3655
3656 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
3657         * NEWS: Update for 0.31
3658
3659         * configure.in: Release 0.31
3660         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
3661
3662         * qt/Makefile.am: fixed build
3663
3664         * dbus/Makefile.am: soname bump for libdbus
3665
3666         * glib/Makefile.am: soname bump for libdbus-glib
3667
3668 2005-03-05  Havoc Pennington  <hp@redhat.com>
3669
3670         * dbus/dbus-sysdeps.c:
3671         (pseudorandom_generate_random_bytes_buffer): fix to have no return
3672         value
3673         (_dbus_generate_random_bytes_buffer): fix return value
3674
3675         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
3676         checks actually work, from Tom Parker <fdo@tevp.net>
3677
3678 2005-03-01  Colin Walters  <walters@verbum.org>
3679
3680         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
3681         functions copied from dbus-glib-tool.c.
3682         (main): Convert lots of error code to use them.
3683         Also add some testing for introspection bits.
3684
3685 2005-03-01  Colin Walters  <walters@verbum.org>
3686         
3687         * doc/TODO: Remove introspection signature TODO.
3688
3689 2005-02-27  Colin Walters  <walters@verbum.org>
3690
3691         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
3692         Change return value to const char * instead of int so we can do
3693         full signatures.
3694         (struct PropertyInfo, struct ArgInfo): Store char *.
3695         (property_info_new, arg_info_new): Update parameters, strdup.
3696         (property_info_unref, arg_info_unref): Free.
3697
3698         * glib/dbus-gidl.h: Update prototypes.
3699
3700         * glib/dbus-gparser.c (basic_type_from_string): Delete.
3701         (validate_signature): New function, just validates signature and
3702         sets GError.
3703         (parse_property, parse_arg): Invoke validate_signature.  Store
3704         signature instead of just type code.
3705
3706         * glib/dbus-gvalue.c (base_type_from_signature): New utility
3707         function to return a primary type for a signature, dropping
3708         information about types in container types.
3709         (dbus_gvalue_genmarshal_name_from_type)
3710         (dbus_gvalue_binding_type_from_type)
3711         (dbus_gvalue_ctype_from_type): Update to take full signature
3712          instead of type code.
3713         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
3714
3715         * glib/dbus-gvalue.h: Update prototypes for above.
3716
3717         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
3718         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
3719         (introspect_properties, introspect_signals, write_interface):
3720         Update to handle signatures, and remove usage of
3721         _dbus_gutils_type_to_string.
3722         (handle_introspect): Print out type codes instead of e.g. "string"
3723         in hardcoded introspection XML; also use x_AS_STRING constants
3724         instead of hardcoding in string.
3725
3726         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
3727         to string.  Remove usage of _dbus_gutils_type_to_string.
3728
3729         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
3730
3731         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
3732         deletion.
3733         
3734         * glib/dbus-binding-tool-glib.c (compute_marshaller)
3735         (compute_marshaller_name, generate_glue): Handle signature change
3736         to string.
3737         (write_formal_parameters, write_args_for_direction): Ditto, and
3738         remove FIXME.
3739
3740         * tools/dbus-tree-view.c (type_to_string): Delete.
3741         (info_set_func_text): Update to print full signatures.
3742
3743         * test/glib/test-service-glib.xml: Change types to new
3744         introspection format.
3745
3746 2005-02-26  Havoc Pennington  <hp@redhat.com>
3747
3748         * doc/TODO: remove the "guid" item
3749
3750         * test/glib/test-profile.c (no_bus_thread_func): use open_private
3751         (with_bus_thread_func): use open_private
3752
3753         * dbus/dbus-connection.c (dbus_connection_open_private): new
3754         function that works like the old dbus_connection_open()
3755         (dbus_connection_open): now returns an existing connection if
3756         possible
3757
3758         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
3759         through the GUID to the transport
3760
3761         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
3762         GUID in hex-encoded form.
3763
3764         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
3765         pass GUID argument in to the transport
3766
3767         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
3768         guid argument
3769
3770         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
3771
3772         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
3773
3774 2005-02-25  Havoc Pennington  <hp@redhat.com>
3775
3776         * doc/dbus-specification.xml: document the GUID thing
3777
3778         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
3779         globally unique ID for the server, and put a "guid=hexencoded"
3780         field in the address
3781
3782         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
3783
3784         * dbus/dbus-message.c: ditto
3785
3786         * dbus/dbus-dataslot.c: ditto
3787
3788         * dbus/dbus-list.c: ditto
3789
3790         * dbus/dbus-internals.h: wait, just include
3791         dbus-threads-internal.h here
3792         
3793         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
3794         use in main library
3795
3796         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
3797
3798 2005-02-24  Colin Walters  <walters@verbum.org>
3799
3800         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
3801
3802 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
3803
3804         * glib/Makefile.am: added dbus-gobject.h to sources list
3805         so distcheck doesn't fail
3806         
3807 2005-02-24  Havoc Pennington  <hp@redhat.com>
3808
3809         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
3810         you must disconnect before unref, since locking and other things
3811         are screwed up otherwise. Fix assorted other locking stuff.
3812
3813         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
3814         fix compilation
3815
3816         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
3817         into a private header and don't export from the library
3818
3819         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
3820
3821 2005-02-24  Colin Walters  <walters@verbum.org>
3822         
3823         * dbus/dbus-signature.c: New file; implements various functions
3824         related to type signatures.  Includes an interator for parsing,
3825         validation functions.
3826         (dbus_type_is_basic): Moved here from
3827         dbus-marshal-basic.c:_dbus_type_is_basic.
3828         (dbus_type_is_container): Moved here from
3829         dbus-marshal-basic.c:_dbus_type_is_container.
3830
3831         All callers of _dbus_type_is_container and _dbus_type_is_basic
3832         updated, and include dbus-signature.h.
3833
3834         * dbus/dbus-signature.h: New file; prototypes for the above.
3835
3836         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
3837         dbus-signature.h.
3838
3839         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
3840         function factored out of _dbus_first_type_in_signature.
3841         (_dbus_first_type_in_signature_c_str): New function; returns first
3842         type code for a type signature character.
3843
3844         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
3845         handle function moves.
3846
3847         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
3848
3849         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
3850         function; skips to next complete type in type signature.
3851         Implemented using previous skip_one_complete_type.  Now
3852         skip_one_complete_type just delegates to
3853         _dbus_type_signature_next.
3854
3855         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
3856         to dbus-signature.c
3857         (_dbus_type_is_container): Ditto.
3858
3859         * doc/dbus-specification.xml: Update introspection sample to
3860         use real type signatures.
3861
3862         * dbus/dbus-test.h: Prototype signature test.
3863
3864         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
3865         signature tests.
3866
3867         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
3868
3869 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
3870
3871         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
3872         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
3873
3874 2005-02-21  Colin Walters  <walters@verbum.org>
3875
3876         * dbus/dbus-test-main.c (main): Take optional specific test
3877         argument.
3878
3879         * dbus/dbus-test.c (run_test): New function, runs a test function
3880         with no data directory.
3881         (run_data_test): Like above, but takes data directory.
3882         (dbus_internal_do_not_use_run_tests): Take
3883         specific test argument.  Replace lots of cut n' paste code
3884         with run_test and run_data_test.
3885
3886         * dbus/dbus-test.h: Update prototype for
3887         dbus_internal_do_not_use_run_tests.
3888
3889 2005-02-20  Havoc Pennington  <hp@redhat.com>
3890
3891         Fix bugs reported by Daniel P. Berrange
3892         
3893         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
3894         (protected_change_watch): new function
3895         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
3896         (_dbus_server_add_watch): change to work like the
3897         dbus-connection.c equivalents; like those, probably kind of
3898         busted, but should at least mostly work for now
3899         (dbus_server_disconnect): drop the lock if we were already
3900         disconnected, patch from Daniel P. Berrange
3901
3902         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
3903         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
3904         same stuff
3905
3906         * doc/TODO: todo about unscrewing this mess
3907
3908 2005-02-19  Colin Walters  <walters@verbum.org>
3909
3910         * glib/dbus-binding-tool-glib.c
3911         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
3912
3913         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
3914         as errno.h and sys/stat.h.
3915         (lose): New function, prints error with
3916         newline and exits.
3917         (lose_gerror): Similar, but takes GError for message.
3918         (main): Add --output argument to specify output file to write to,
3919         instead of always printing to stdout.  In this mode, determine
3920         timestamps on source files to see whether any are newer than the
3921         target file.  If not, exit.  Also convert a number of error
3922         messages to use lose (since it's shorter), and switch to using
3923         g_io_channel_shutdown.
3924
3925 2005-02-19  Havoc Pennington  <hp@redhat.com>
3926
3927         * glib/dbus-gobject.c
3928         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
3929
3930         * glib/dbus-glib.c: fix doxygen warnings
3931
3932         * glib/dbus-gparser.c (parse_annotation): error if an annotation
3933         is found on an <arg>
3934
3935 2005-02-17  Colin Walters  <walters@verbum.org>
3936
3937         * glib/dbus-gobject.h: Don't export
3938         _dbus_glib_marshal_dbus_message_to_gvalue_array.
3939         
3940         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
3941         (invoke_object_method): Handle it.
3942
3943         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
3944         Handle rename.
3945         
3946 2005-02-17  Colin Walters  <walters@verbum.org>
3947
3948         * bus/.cvsignore, doc/.cvsignore
3949         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
3950         Update.
3951
3952 2005-02-17  Colin Walters  <walters@verbum.org>
3953         
3954         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
3955         Rename to DBUS_SERVICE_DBUS.
3956         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
3957         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
3958         Change the value from "org.freedesktop.Local"
3959         to "org.freedesktop.DBus.Local".
3960         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
3961         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
3962         DBUS_INTERFACE_INTROSPECTABLE.
3963         Change the value from "org.freedesktop.Introspectable"
3964         to "org.freedesktop.DBus.Introspectable".
3965         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
3966         DBUS_INTERFACE_PROPERTIES.
3967         Change the value from "org.freedesktop.Properties"
3968         to "org.freedesktop.DBus.Properties".
3969         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
3970         DBUS_INTERFACE_PEER.
3971         Change the value from "org.freedesktop.Peer"
3972         to "org.freedesktop.DBus.Peer".
3973         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
3974         DBUS_INTERFACE_LOCAL.
3975         Change the value from "org.freedesktop.Local"
3976         to "org.freedesktop.DBus.Local".
3977
3978         All other users of those constants have been changed.
3979
3980         * bus/driver.c (bus_driver_handle_introspect): Use constants.
3981
3982         * glib/dbus-gobject.c (handle_introspect): Use constants.
3983
3984         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
3985
3986 2005-02-17  Colin Walters  <walters@verbum.org>
3987
3988         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
3989         (parse_node, parse_interface, parse_method, parse_signal)
3990         (parse_property, parse_annotation): Lose if we're currently in an
3991         annotation.
3992         (parse_annotation): New function.
3993         (parser_start_element, parser_end_element): Handle annotation.
3994         (parse_method, parse_interface): Remove support for c_name attribute,
3995         switch to annotations.
3996
3997         * glib/dbus-gidl.h (interface_info_get_binding_names)
3998         (method_info_get_binding_names)
3999         (interface_info_get_binding_name, method_info_get_binding_name)
4000         (interface_info_set_binding_name, method_info_set_binding_name):
4001         Remove.
4002         (interface_info_get_annotations, method_info_get_annotations)
4003         (interface_info_get_annotation, method_info_get_annotation)
4004         (interface_info_add_annotation, method_info_add_annotation):
4005         Prototype.
4006
4007         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
4008         for "bindings".
4009         (struct MethodInfo): Ditto.
4010         Straightfoward conversion of binding methods into annotation methods
4011         as prototyped.
4012
4013         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
4014
4015         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
4016
4017         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
4018         Use new annotation API.
4019
4020         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
4021         annotation element.
4022         
4023         * doc/dbus-specification.xml: Discuss introspection annotations,
4024         include list of well-known annotations.
4025
4026         * test/glib/test-service-glib.xml: Make validate against new DTD.
4027
4028 2005-02-17  Colin Walters  <walters@verbum.org>
4029
4030         This patch is based on initial work from
4031         Paul Kuliniewicz <kuliniew@purdue.edu>.
4032
4033         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
4034         initialization of GValue from dbus type to here.
4035         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
4036         for the "glib-genmarshal" program from a DBus type.
4037         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
4038         into the C name for it we use in the glib bindings.
4039         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
4040         glib C type (not GValue).
4041         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
4042
4043         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
4044         from dbus-gobject.c.
4045
4046         * glib/dbus-gutils.h: Prototype it.
4047
4048         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
4049         (marshal_dbus_message_to_g_marshaller): Use new shared function
4050         dbus_glib_marshal_dbus_message_to_gvalue_array.
4051
4052         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
4053         Will be changed once we have annotations.
4054
4055         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
4056         GStaticRWLock.  Callers updated.
4057         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
4058         (string_table_next): New function for iterating over zero-terminated
4059         string value array.
4060         (string_table_lookup): New function; retrieves specific entry in
4061         array.
4062         (get_method_data): New function; look up method data in object data chunk.
4063         (object_error_domain_prefix_from_object_info)
4064         (object_error_code_from_object_info): New functions, but not implemented yet.
4065         (method_interface_from_object_info): New function; retrieve interface name.
4066         (method_name_from_object_info): New function; retrieve method name.
4067         (method_arg_info_from_object_info): New function; retrieve argument data.
4068         (arg_iterate): New function; iterates over serialized argument data.
4069         (method_dir_signature_from_object_info): New function; returns a
4070         GString holding type signature for arguments for just one
4071         direction (input or output).
4072         (method_input_signature_from_object_info)
4073         (method_output_signature_from_object_info): New functions.
4074         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
4075         converts dbus message arguments into a GValue array.  Used for both
4076         signal handling and method invocation.
4077         (struct DBusGlibWriteIterfaceData): New utility structure.
4078         (write_interface): New function; generate introspection XML for
4079         an interface.
4080         (introspect_interfaces): New function; gathers all interface->methods,
4081         generates introspection XML for them.
4082         (handle_introspect): Invoke introspect_interfaces.
4083         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
4084         (lookup_object_and_method): New function; examines an incoming message
4085         and attempts to match it up (via interface, method name, and argument
4086         signature) with a known object and method.
4087         (gerror_domaincode_to_dbus_error_name): New function; converts a
4088         GError domain and code into a DBus error name.  Needs GError data
4089         added to object introspection to work well.
4090         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
4091         GError.
4092         (invoke_object_method): New function to invoke an object method
4093         looked up via lookup_object_and_method.  Parses the incoming
4094         message, turns it into a GValue array, then invokes the marshaller
4095         specified in the DBusGMethodInfo.  Creates a new message with
4096         either return values or error message as appropriate.
4097         (gobject_message_function): Invoke lookup_object_and_method and
4098         invoke_object_method.
4099
4100         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
4101         (enum DBusBindingOutputMode): New enum for binding output modes.
4102         (pretty_print): Print binding names.
4103         (dbus_binding_tool_error_quark): GError bits.
4104         (version): Fix typo.
4105         (main): Create GIOChannel for output.  Parse new --mode argument,
4106         possible values are "pretty-print", "glib-server", "glib-client".
4107         Use mode to invoke appropriate function.
4108         
4109         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
4110
4111         * glib/dbus-glib-tool.h: New header, just includes GError bits
4112         for now.
4113
4114         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
4115         maps binding style to name.
4116         (struct MethodInfo): Ditto.
4117         (get_hash_keys, get_hash_key): Utility function, returns keys for
4118         a GHashTable.
4119         (interface_info_new, method_info_new): Initialize bindings.
4120         (interface_info_unref, method_info_unref): Destroy bindings.
4121         (method_info_get_binding_names, method_info_get_binding_name)
4122         (interface_info_get_binding_names, interface_info_get_binding_name):
4123         Functions for retrieving binding names.
4124         (method_info_set_binding_name, interface_info_set_binding_name):
4125         Functions for setting binding names.
4126
4127         * glib/dbus-binding-tool-glib.h: New file, has prototypes
4128         for glib binding generation.
4129
4130         * glib/dbus-binding-tool-glib.c: New file, implements server-side
4131         and client-side glib glue generation.
4132
4133         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
4134         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
4135         dbus-glib-tool.h.
4136
4137         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
4138         of using GClosureMarshal directly.
4139         (struct DBusGObjectInfo): Add n_infos member.
4140
4141         * test/glib/test-service-glib.xml: New file; contains introspection data
4142         for MyTestObject used in test-service-glib.c.
4143
4144         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
4145         (my_object_do_nothing, my_object_increment, my_object_throw_error)
4146         (my_object_uppercase, my_object_many_args): New test methods.
4147         (main): Use dbus_g_object_class_install_info to include generated object
4148         info.
4149
4150         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
4151         as well as client-side bindings.
4152
4153         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
4154         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
4155         using both the dbus_gproxy stuff directly as well as the generated bindings.
4156
4157 2005-02-15  Havoc Pennington  <hp@redhat.com>
4158
4159         * dbus/dbus-connection.c (dbus_connection_dispatch): always
4160         complete a pending call, don't run filters first.
4161
4162         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
4163         dbus_pending_call_steal_reply
4164
4165         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
4166         _dbus_connection_block_pending_call
4167         (dbus_pending_call_get_reply): change to steal_reply and return a
4168         ref
4169
4170         * dbus/dbus-connection.c
4171         (dbus_connection_send_with_reply_and_block): port to work in terms
4172         of DBusPendingCall
4173         (_dbus_connection_block_pending_call): replace block_for_reply
4174         with this
4175
4176 2005-02-14  Havoc Pennington  <hp@redhat.com>
4177
4178         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
4179         properly handle looking up group information by name; fix 
4180         from j@bootlab.org
4181
4182 2005-02-13  Havoc Pennington  <hp@redhat.com>
4183
4184         * dbus/dbus-connection.c (dbus_connection_return_message) 
4185         (dbus_connection_borrow_message): hold dispatch lock while message
4186         is outstanding
4187         (_dbus_connection_block_for_reply): hold dispatch lock while we
4188         block for the reply, so nobody steals our reply
4189         (dbus_connection_pop_message): hold the dispatch lock while we
4190         pluck the message
4191
4192 2005-02-13  Havoc Pennington  <hp@redhat.com>
4193
4194         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
4195         (_dbus_connection_release_dispatch)
4196         (_dbus_connection_acquire_io_path)
4197         (_dbus_connection_release_io_path): make the mutex and condvar
4198         control access to the "acquired" flag. Drop the connection lock
4199         while waiting on the condvar. Hopefully these are baby steps in
4200         roughly the right direction.
4201
4202 2005-02-13  Havoc Pennington  <hp@redhat.com>
4203
4204         * dbus/dbus-connection.c: use separate mutexes for the condition
4205         variables; this is some kind of baseline for sanity, but the
4206         condition variables still aren't used correctly afaict
4207
4208 2005-02-13  Havoc Pennington  <hp@redhat.com>
4209
4210         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
4211         fix a double-unlock
4212
4213         * dbus/dbus-connection.c
4214         (_dbus_connection_detach_pending_call_unlocked): add this
4215
4216         Initial semi-correct pass through to fix thread locking; there are
4217         still some issues with the condition variable paths I'm pretty
4218         sure
4219         
4220         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
4221         lock/unlock calls
4222
4223         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
4224         rename to add _unlocked
4225         (struct DBusConnection): move "dispatch_acquired" and
4226         "io_path_acquired" to use only one bit each.
4227         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
4228         (dbus_connection_set_watch_functions): hacky fix to reentrancy
4229         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
4230         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
4231         (_dbus_connection_remove_timeout) 
4232         (_dbus_connection_toggle_timeout): drop lock when calling out to
4233         user functions; done in a hacky/bad way.
4234         (_dbus_connection_send_and_unlock): add a missing unlock
4235         (_dbus_connection_block_for_reply): add a missing unlock
4236
4237         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
4238         drop lock in a hacky probably unsafe way to call out to user
4239         function
4240
4241 2005-02-12  Havoc Pennington  <hp@redhat.com>
4242
4243         * tools/dbus-tree-view.c (info_set_func_text): display more
4244         details on args
4245
4246         * bus/driver.c (bus_driver_handle_list_services): list the bus
4247         driver
4248
4249         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
4250
4251         * glib/dbus-gidl.c (signal_info_get_n_args): new function
4252         (method_info_get_n_args): new function
4253
4254 2005-02-12  Havoc Pennington  <hp@redhat.com>
4255
4256         * bus/driver.c (bus_driver_handle_introspect): add introspection
4257         for bus driver
4258
4259 2005-02-12  Havoc Pennington  <hp@redhat.com>
4260
4261         * bus/driver.c: put the signature of each bus driver method in the
4262         table of handlers and check it on incoming calls; this isn't
4263         really useful, but going to add introspect support in a minute.
4264
4265 2005-02-11  Joe Shaw  <joeshaw@novell.com>
4266
4267         * mono/Connection.cs: The unpredictability of finalizers in mono
4268         prevents us from deterministically disconnecting the filters from
4269         the Service class's finalizer, so move tracking of filters and
4270         matches here.  Add API for that.
4271
4272         * mono/Service.cs: Remove the code, add code which calls the
4273         methods now on the Connection class.
4274
4275 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
4276
4277         * python/dbus.py (class Sender): added to support dbus signals better
4278         (Bus::add_signal_receiver): added expand_args parameter which defaults
4279         to True.  When expand args is True the signal handler will pass the 
4280         message arguments as parameters to the signal handler.  If False
4281         revert to previous behavior where the signal handler must get the
4282         argument list from the message.  This is to help port applications
4283         like HAL that have a tendancy to send variable length argument lists.
4284         self._match_rule_to_receivers is now a dict of dicts.
4285         (Bus::remove_signal_receiver): pop handler off the dict intead of 
4286         removing it from a list
4287         (Bus::_signal_func): change signal handlers so that interface,
4288         signal_name, service, path and message are packed into a Sender
4289         object and that is passed to the handler.  If expand_args is True
4290         extract the args list from the message and append it to the parameter
4291         list
4292         
4293         * python/dbus_bindings.pyx.in (class Signature): added to support 
4294         signiature types
4295         (MessageIter::__init__): changed iteration limit to match D-BUS
4296         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
4297         STRUCT and VARIENT type support
4298         (MessageIter::python_value_to_dbus_sig): made recursive to support
4299         recursive types
4300         (MessageIter::append*): added Signature, dict, tuple 
4301         support
4302
4303         * python/examples/example-client.py: added examples of getting tuples
4304         and dicts
4305
4306         * python/examples/example-service.py: added examples of sending tuples
4307         and dicts
4308
4309         * python/examples/example-signal-recipient.py: Fixed to handle new
4310         signal callback format
4311
4312 2005-02-10  Havoc Pennington  <hp@redhat.com>
4313
4314         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
4315         (call dbus_g_proxy_add_signal)
4316
4317         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
4318         escape the hostname
4319         (_dbus_server_new_for_domain_socket): escape the path
4320
4321         * dbus/dbus-address.c (dbus_address_escape_value): new
4322         (dbus_address_unescape_value): new
4323         (dbus_parse_address): unescape values
4324
4325         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
4326
4327         * doc/dbus-specification.xml: explain how to escape values in
4328         addresses
4329
4330 2005-02-10  Havoc Pennington  <hp@redhat.com>
4331
4332         * dbus/dbus-message-factory.c (generate_special): modify test to
4333         avoid using a non-basic dict key
4334
4335         * dbus/dbus-marshal-validate-util.c: add test for the below
4336
4337         * doc/dbus-specification.xml: require that dict keys are a basic
4338         type
4339
4340         * dbus/dbus-marshal-validate.c
4341         (_dbus_validate_signature_with_reason): require that dict key is a
4342         basic type
4343
4344 2005-02-10  Havoc Pennington  <hp@redhat.com>
4345
4346         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
4347         change to be _and_unlock instead of _unlocked
4348
4349         * dbus/dbus-connection.c
4350         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
4351         have no_update so we can find this bug quickly in future
4352
4353 2005-02-10  Havoc Pennington  <hp@redhat.com>
4354
4355         * dbus/dbus-message-util.c (verify_test_message): tests for string
4356         array
4357
4358         * dbus/dbus-message.c (dbus_message_append_args_valist): add
4359         support for arrays of string/signature/path
4360
4361 2005-02-10  Joe Shaw  <joeshaw@novell.com>
4362
4363         * dbus/dbus-connection.c
4364         (_dbus_connection_queue_received_message_link,
4365         _dbus_connection_message_sent): Add the path to
4366         the verbose output.
4367         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
4368         _dbus_connection_send_preallocated_unlocked(), updated the
4369         dispatch status, and unlocks.  Fixes a bug where certain
4370         situations (like a broken pipe) could cause a Disconnect message
4371         to not be sent, tricking the bus into thinking a service was still
4372         there when the process had quit.
4373         (_dbus_connection_send_preallocated): Call
4374         _dbus_connection_send_preallocated_and_unlock().
4375         (_dbus_connection_send_and_unlock): Added.  Calls
4376         _dbus_connection_send_preallocated_and_unlock().
4377         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
4378         (dbus_connection_send_with_reply): Update the dispatch status and
4379         unlock.
4380
4381         * mono/Service.cs (~Service): Added.  Removes the filter so that
4382         we don't get unmanaged code calling back into a GCed delegate.
4383         (RemoveFilter); Added.
4384
4385 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
4386
4387         * dbus/dbus-message.c (dbus_message_iter_open_container):
4388         - Removed check for iterator type being an array because
4389         get_arg_type does not work with writer iterators
4390         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
4391
4392 2005-02-07  Havoc Pennington  <hp@redhat.com>
4393
4394         * doc/dbus-specification.xml: some more language cleanups; add
4395         stuff about how to deal with invalid protocol and extension
4396         points; add _ to allowed chars in auth commands; add EXTENSION_
4397         auth command prefix
4398
4399 2005-02-06  Havoc Pennington  <hp@redhat.com>
4400
4401         * s/expected/required/ in a couple places for clarity
4402
4403 2005-02-07  Colin Walters  <walters@verbum.org>
4404
4405         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
4406         sender or proposed_recipient.
4407
4408 2005-02-06  Havoc Pennington  <hp@redhat.com>
4409
4410         * dbus/dbus-message-factory.c (generate_special): more tests
4411
4412         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
4413         array length that exceeds the maximum
4414
4415 2005-02-05  Havoc Pennington  <hp@redhat.com>
4416
4417         * dbus/dbus-message-factory.c (generate_special): more test cases,
4418         increasing coverage
4419
4420         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
4421         reason why a signature was invalid
4422
4423         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
4424         skip the length of the string before we look at it in validation
4425
4426         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
4427         equal_substring
4428
4429         * dbus/dbus-message.c (_dbus_message_loader_new): default
4430         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
4431
4432 2005-02-05  Havoc Pennington  <hp@redhat.com>
4433
4434         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
4435         if the signature of a variant was empty
4436         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
4437         struct with no element type)
4438
4439         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
4440         mangled messages to break things
4441
4442 2005-02-04  Havoc Pennington  <hp@redhat.com>
4443
4444         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
4445         g_quark_try_string() so it actually can return 0
4446         (dbus_g_proxy_connect_signal): ditto
4447
4448 2005-02-04  Havoc Pennington  <hp@redhat.com>
4449
4450         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
4451         bogus warning
4452         (tristring_from_message): assert cleanly on null path/interface
4453         (should not be possible though I decided later)
4454         (dbus_g_proxy_dispose): move proxy manager unregistration here
4455         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
4456         g_return_if_fail() checks
4457
4458 2005-02-04  Havoc Pennington  <hp@redhat.com>
4459
4460         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
4461
4462         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
4463         (with some minor changes)
4464
4465         * doc/dbus-specification.xml: add deprecated attribute to
4466         introspection format
4467
4468 2005-01-31  Havoc Pennington  <hp@redhat.com>
4469
4470         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
4471         think it's sort of right
4472
4473 2005-01-30  Havoc Pennington  <hp@redhat.com>
4474
4475         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
4476
4477 2005-01-30  Havoc Pennington  <hp@redhat.com>
4478
4479         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
4480
4481         * autogen.sh: change to autotools 1.9
4482
4483         * glib/dbus-gproxy.c: completely change how signals work
4484         (dbus_g_proxy_add_signal): new function to specify signature of a
4485         signal
4486         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
4487         and g_warning if the incoming message has the wrong signature.
4488
4489 2005-01-30  Havoc Pennington  <hp@redhat.com>
4490
4491         * tools/dbus-names-model.c (have_names_notify): fix this
4492
4493         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
4494         up the string array handling a bit 
4495
4496 2005-01-30  Havoc Pennington  <hp@redhat.com>
4497
4498         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
4499         (dbus_g_pending_call_cancel): new function
4500
4501         * dbus/dbus-glib.h: move GType decls for connection/message here;
4502         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
4503         here, just kind of rationalizing how we handle all that
4504
4505         * tools/dbus-names-model.c: new file for a tree model listing the
4506         services on a bus
4507
4508         * tools/dbus-tree-view.c (model_new): use proper typing on the
4509         model rows
4510
4511 2005-01-30  Havoc Pennington  <hp@redhat.com>
4512
4513         * glib/dbus-gmain.c: add a custom GSource back that just checks
4514         whether the message queue has anything in it; otherwise, there are 
4515         cases where we won't see messages in the queue since there was no 
4516         IO visible to the glib main loop
4517
4518         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
4519         increase default message timeout to 25 seconds
4520
4521 2005-01-30  Havoc Pennington  <hp@redhat.com>
4522
4523         * test/glib/test-profile.c (no_bus_stop_server): remove the
4524         warning about the g_warning that I just fixed
4525
4526         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
4527         custom source, seems to be a lot easier to understand and work
4528         better.
4529
4530 2005-01-30  Havoc Pennington  <hp@redhat.com>
4531
4532         I think this main loop thing is conceptually broken, but here are 
4533         some band aids. I'll maybe rewrite it in a minute.
4534         
4535         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
4536         custom GSource, so don't pass it in; confusing
4537         (gsource_server_finalize, gsource_connection_finalize): add
4538         finalize handlers that remove all the watches.  
4539
4540 2005-01-30  Havoc Pennington  <hp@redhat.com>
4541
4542         * glib/dbus-gobject.c (introspect_properties): fix the XML
4543         generated
4544
4545         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
4546         which effectively detects the use of freed messages
4547
4548         * glib/dbus-gobject.c (handle_introspect): modify and return the
4549         reply message instead of the incoming message
4550
4551         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
4552         gee, maybe it should SEND THE XML instead of just making a string
4553         and freeing it again ;-)
4554
4555         * tools/dbus-print-message.c (print_message): improve printing of
4556         messages
4557
4558         * configure.in: add debug-glib.service to the output
4559
4560 2005-01-30  Havoc Pennington  <hp@redhat.com>
4561
4562         dbus-viewer introspected and displayed the bus driver
4563         
4564         * dbus/dbus-object-tree.c 
4565         (object_tree_test_iteration): add tests for a handler registered on "/"
4566
4567         * dbus/dbus-object-tree.c
4568         (_dbus_decompose_path): fix to handle path "/" properly
4569         (run_decompose_tests): add tests for path decomposition
4570         
4571         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
4572         properly
4573
4574         * glib/dbus-gobject.c (handle_introspect): fix quotes
4575
4576         * test/glib/run-test.sh: support launching the bus, then running
4577         dbus-viewer
4578
4579         * test/glib/test-service-glib.c (main): put in a trivial gobject
4580         subclass and register it on the connection
4581
4582         * bus/driver.c (bus_driver_handle_introspect): implement
4583         introspection of the bus driver service
4584
4585         * dbus/dbus-protocol.h: add #defines for the XML namespace,
4586         identifiers, doctype decl
4587
4588         * bus/driver.c (bus_driver_handle_get_service_owner): handle
4589         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
4590         returning the service unchanged.
4591         (bus_driver_handle_message): remove old check for reply_serial in
4592         method calls, now the message type deals with that
4593         (bus_driver_handle_message): handle NULL interface
4594
4595         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
4596
4597         * glib/dbus-gloader-expat.c (description_load_from_string): allow
4598         -1 for len
4599
4600         * tools/dbus-viewer.c: add support for introspecting a service on
4601         a bus
4602
4603         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
4604         (dbus_g_pending_call_unref): add
4605
4606 2005-01-29  Havoc Pennington  <hp@redhat.com>
4607
4608         * tools/dbus-tree-view.c: add support for displaying properties.
4609         (run dbus-viewer with an introspect xml file as arg, then resize
4610         the window so the tree elements show up, not sure what that is)
4611
4612         * glib/dbus-gobject.c (handle_introspect): return
4613         org.freedesktop.Properties and org.freedesktop.Introspectable
4614         interfaces when we are introspected.
4615
4616         * doc/dbus-specification.xml: allow empty interface name when 
4617         Get/Set a property
4618
4619 2005-01-29  Havoc Pennington  <hp@redhat.com>
4620
4621         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
4622         though it uses glib, it could be extended for any binding in
4623         principle
4624
4625         * glib/dbus-gobject.c (gobject_message_function): change to the
4626         new way properties work
4627
4628         * dbus/dbus-protocol.h: add the new interfaces
4629
4630         * doc/dbus-specification.xml: document the introspection format,
4631         Introspectable interface, and add an org.freedesktop.Properties
4632         interface.
4633
4634         * glib/dbus-gparser.c: add support for a <property> element
4635
4636         * glib/dbus-gidl.c: add PropertyInfo
4637
4638         * glib/dbus-gobject.c (handle_introspect): put the outermost
4639         <node> outside the signal and property descriptions.
4640         (introspect_properties): export properties as <property> rather
4641         than as method calls
4642
4643 2005-01-28  Havoc Pennington  <hp@redhat.com>
4644
4645         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
4646         related to authentication protocol
4647
4648 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
4649
4650         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
4651                 - BUS_ACTIVATION -> BUS_STARTER
4652                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
4653                 - class MessageIter (__init__): Added recursion checking 
4654                 so we throw a nice error instead of just disconnecting from the
4655                 bus.
4656                 (get): Added arg_type parameter for recursion.
4657                 Removed the nil type
4658                 Added signiture type placeholder (not implemented)
4659                 Added struct type placeholder (not implemented)
4660                 Added varient type placeholder (not implemented)
4661                 Commented out dict type for now     
4662                 (get_element_type): renamed from get_array_type
4663                 (get_*): changed to use the dbus_message_iter_get_basic API
4664                 (get_*_array): removed in favor of recursive get_array method
4665                 (get_array): new recursive method which calls get to marshal
4666                 the elements of the array
4667                 (value_to_dbus_sig): New method returns the corrasponding
4668                 dbus signiture to a python value
4669                 (append): Comment out dict handling for now
4670                 Handle lists with the new recursive API
4671                 Comment out None handling for now
4672                 (append_nil): removed
4673                 (append_*): changed to use dbus_message_iter_append_basic API
4674                 (append_*_array): removed in favor of recursive append_array 
4675                 method
4676                 (__str__): Make it easier to print out recursive iterators
4677                 for debugging
4678                 - class Message (__str__): moved type inspection to the
4679                 MessageIter class' __str__ method
4680                 (get_iter): Added an append parameter wich defaults to False
4681                 If True use the new API's to create an append iterator
4682
4683         * python/dbus.py: Update to use new bindings API
4684                 - TYPE_ACTIVATION -> TYPE_STARTER
4685                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
4686                 - class ActivationBus -> class StarterBus
4687                 - class RemoteObject (__call__): get an append iterator
4688                 - (_dispatch_dbus_method_call): get an append iterator
4689                 - class Object (emit_signal): get an append iterator
4690
4691         * python/examples/: Fixed up the examples to work with the new API
4692                 
4693 2005-01-28  Joe Shaw  <joeshaw@novell.com>
4694
4695         * configure.in: Bump version up to 0.30.
4696
4697         * HACKING: Add a release item to bump the version number up after 
4698         a release.
4699
4700 2005-01-28  Havoc Pennington  <hp@redhat.com>
4701
4702         * doc/dbus-specification.xml: update to describe 16-bit types and
4703         dict entries
4704
4705         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
4706         assertion
4707
4708         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
4709         type
4710
4711         * dbus/dbus-marshal-recursive.c: implement
4712
4713 2005-01-27  Havoc Pennington  <hp@redhat.com>
4714
4715         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
4716
4717         * configure.in: find the right type for 16 and 32 bit ints as well
4718         as 64
4719
4720         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
4721         the 16-bit types so people don't have to stuff them in 32-bit or
4722         byte arrays.
4723
4724 2005-01-27  Havoc Pennington  <hp@redhat.com>
4725
4726         * dbus/dbus-message.c: byteswap the message if you init an
4727         iterator to read/write from it
4728         
4729         * dbus/dbus-marshal-byteswap.c: new file implementing 
4730         _dbus_marshal_byteswap()
4731
4732         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
4733
4734 2005-01-26  Havoc Pennington  <hp@redhat.com>
4735         
4736         * dbus/dbus-marshal-validate-util.c: break this out (and fix
4737         build, apparently - nobody noticed?)
4738         
4739 2005-01-26  Havoc Pennington  <hp@redhat.com>
4740
4741         * dbus/dbus-marshal-recursive.h: remove todo comment
4742
4743 2005-01-25  Joe Shaw  <joeshaw@novell.com>
4744
4745         * Land the mono binding changes to conform to the new APIs.
4746
4747         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
4748         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
4749
4750         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
4751         type code as a string.
4752         (InitAppending): Rename dbus_message_append_iter_init() to
4753         dbus_message_iter_init_append().
4754
4755         * mono/BusDriver.cs: Rename ServiceEventHandler to
4756         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
4757         Rename ServiceOwnerChanged to NameOwnerChanged.
4758
4759         * mono/Connection.cs: Rename BaseService to UniqueName, and the
4760         underlying C call.
4761
4762         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
4763
4764         * mono/Service.cs: Rename Exists to HasOwner, internally rename
4765         dbus_bus_acquire_service() to dbus_bus_request_name().
4766
4767         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
4768         of Type.UnderlyingSystemType to get the correct element type for
4769         the array.
4770         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
4771         dbus_message_get_{element|arg}_type() instead of
4772         dbus_message_iter_init_array_iterator().
4773         (Append): Replace dbus_message_iter_append_array() with
4774         dbus_message_iter_open_container() and
4775         dbus_message_iter_close_container().
4776
4777         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
4778         types have been removed.
4779         
4780         * mono/DBusType/*.cs: Replace calls of
4781         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
4782         but specify the type in the DllImport extern declaration.  Ditto
4783         for dbus_message_iter_append_[type]() ->
4784         dbus_message_iter_append_basic().
4785
4786         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
4787         NameOwnerChangedHandler.
4788
4789 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
4790
4791         * python/dbus_bindings.pyx.in: Rename of methods and bindings
4792                 - get_base_service -> get_unique_name
4793                 - bus_get_base_service -> bus_get_unique_name
4794                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
4795                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
4796                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
4797                 - bus_activate_service -> bus_start_service_by_name
4798                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
4799                 - bus_acquire_service -> bus_request_name
4800                 - dbus_bus_acquire_service -> dbus_bus_request_name
4801                 - bus_service_exists -> bus_name_has_owner
4802                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
4803
4804         * python/dbus.py: Rename of methods
4805                 - activate_service -> start_service_by_name
4806                 - bus_acquire_service -> bus_request_name
4807                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
4808                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
4809
4810         
4811 2005-01-24  Joe Shaw  <joeshaw@novell.com>
4812
4813         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
4814         signature for the method that can't be found.
4815
4816         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
4817         the message has any arguments, we need to call
4818         _dbus_type_reader_get_current_type(), not
4819         _dbus_type_reader_has_next().
4820
4821 2005-01-24  Havoc Pennington  <hp@redhat.com>
4822
4823         * dbus/dbus-message-factory.c: more testing of message validation
4824
4825         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
4826         header
4827
4828 2005-01-23  Havoc Pennington  <hp@redhat.com>
4829
4830         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
4831         get this all working, not many tests in the framework yet though
4832
4833 2005-01-22  Havoc Pennington  <hp@redhat.com>
4834
4835         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
4836         tutorial, based on work from David Wheeler.
4837
4838 2005-01-21  Havoc Pennington  <hp@redhat.com>
4839
4840         * dbus/dbus-bus.c: add more return_if_fail checks
4841
4842         * dbus/dbus-message.c (load_message): have the "no validation"
4843         mode (have to edit the code to toggle the mode for now though)
4844
4845         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
4846         skips all validation; I want to use this at least for benchmark
4847         baseline, I'm not sure if it should be a publicly-available switch.
4848
4849 2005-01-21  Havoc Pennington  <hp@redhat.com>
4850
4851         * glib/dbus-gmain.c: don't put the GLib bindings in the same
4852         toplevel doxygen group as the low-level API stuff
4853
4854         * dbus/dbus.h: note that libdbus is the low-level API
4855
4856 2005-01-20  Havoc Pennington  <hp@redhat.com>
4857
4858         * update-dbus-docs.sh: script to update docs on the web site, only
4859         works for me though. neener.
4860
4861 2005-01-20  Havoc Pennington  <hp@redhat.com>
4862
4863         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
4864         code can reveal bugs in it
4865
4866 2005-01-20  Havoc Pennington  <hp@redhat.com>
4867
4868         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
4869         select() version, patches from Tor Lillqvist
4870
4871 2005-01-20  Havoc Pennington  <hp@redhat.com>
4872
4873         * doc/dbus-tutorial.xml: replace > with &gt;
4874
4875         * bus/services.c (bus_registry_acquire_service): validate the name
4876         and return a better error if it's no good.
4877
4878         * doc/dbus-specification.xml: note NO_AUTO_START change
4879
4880         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
4881         from AUTO_START, we're toggling the default
4882
4883         * bus/dispatch.c: adapt the tests to change of auto-start default
4884
4885 2005-01-18  Havoc Pennington  <hp@redhat.com>
4886
4887         * rename dbus-daemon-1 to dbus-daemon throughout
4888
4889 2005-01-18  Havoc Pennington  <hp@redhat.com>
4890
4891         * Throughout, grand renaming to strip out the use of "service",
4892         just say "name" instead (or "bus name" when ambiguous).  Did not
4893         change the internal code of the message bus itself, only the
4894         programmer-facing API and messages.
4895         
4896         * doc/dbus-specification.xml: further update the message bus section
4897         
4898         * bus/config-parser.c (all_are_equiv): fix bug using freed string
4899         in error case
4900
4901 2005-01-17  Havoc Pennington  <hp@redhat.com>
4902
4903         * dbus/dbus-types.h: remove 16-bit types since we don't use them
4904         ever
4905
4906         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
4907         "invalid name character" not only non-ASCII
4908
4909         * doc/dbus-specification.xml: further update spec, message bus 
4910         parts are still out-of-date but the marshaling etc. stuff is now
4911         accurate-ish
4912
4913 2005-01-17  Havoc Pennington  <hp@redhat.com>
4914
4915         * doc/dbus-specification.xml: partially update spec
4916
4917 2005-01-17  Havoc Pennington  <hp@redhat.com>
4918
4919         * Throughout, align variant bodies according to the contained
4920         type, rather than always to 8. Should save a fair bit of space in
4921         message headers.
4922         
4923         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
4924         fix handling of case where p == end
4925
4926         * doc/TODO: remove the dbus_bool_t item and variant alignment items
4927
4928 2005-01-17  Havoc Pennington  <hp@redhat.com>
4929
4930         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
4931
4932         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
4933         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
4934         are marshaling/unmarshaling a boolean.
4935
4936 2005-01-16  Havoc Pennington  <hp@redhat.com>
4937
4938         This is about it on what can be disabled/deleted from libdbus
4939         easily, back below 150K anyhow. Deeper cuts are more work than 
4940         just turning the code off as I've done here.
4941         
4942         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
4943         signed int convenience funcs
4944
4945         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
4946         verbose mode
4947
4948         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
4949         things out of libdbus
4950
4951         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
4952         
4953         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
4954         tests-enabled-only, though it should probably be deleted)
4955
4956         * dbus/dbus-message-util.c: same stuff
4957
4958         * dbus/dbus-auth-util.c: same stuff
4959
4960 2005-01-16  Havoc Pennington  <hp@redhat.com>
4961
4962         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
4963
4964         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
4965         way for stripping down dbus-userdb.c stuff included in libdbus.
4966         Rename _dbus_parse_uid for consistency.
4967
4968 2005-01-16  Havoc Pennington  <hp@redhat.com>
4969
4970         * dbus/dbus-internals.c (_dbus_real_assert): print the function
4971         name the assertion failed in
4972
4973         * dbus/dbus-internals.h (_dbus_return_if_fail) 
4974         (_dbus_return_val_if_fail): assert that the name of the function
4975         containing the check doesn't start with '_', since we only want to 
4976         use checks on public functions
4977         
4978         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
4979         checks to assertions
4980
4981         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
4982         change checks to asserts for private function
4983
4984         * dbus/dbus-message.c (_dbus_message_set_serial): checks
4985         to asserts for private function
4986
4987         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
4988         broken assertion that was breaking make check
4989         (_dbus_type_reader_array_is_empty): remove this rather than fix
4990         it, was only used in assertions
4991
4992 2005-01-16  Havoc Pennington  <hp@redhat.com>
4993
4994         * test/unused-code-gc.py: hacky script to find code that's used
4995         only by the bus (not libdbus) or used only by tests or not used at
4996         all. It has some false alarms, but looks like we can clean up a
4997         lot of size from libdbus.
4998
4999         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
5000         dbus/Makefile.am: initially move 10K of binary size out of libdbus
5001         
5002 2005-01-16  Havoc Pennington  <hp@redhat.com>
5003
5004         * Add and fix docs according to Doxygen warnings throughout
5005         source.
5006         
5007         * dbus/dbus-marshal-recursive.c
5008         (_dbus_type_reader_array_is_empty): change this to just call
5009         array_reader_get_array_len() and make it static
5010
5011         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
5012         from get_array_type
5013         (dbus_message_iter_init_append): rename from append_iter_init
5014
5015         * dbus/dbus-marshal-recursive.c
5016         (_dbus_type_reader_get_element_type): rename from
5017         _dbus_type_reader_get_array_type
5018
5019 2005-01-15  Havoc Pennington  <hp@redhat.com>
5020
5021         * test/glib/test-profile.c (with_bus_server_filter): fix crash
5022
5023         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
5024         when DBUS_DISABLE_ASSERT
5025         (_dbus_marshal_set_basic): be sure we align for the string length
5026
5027         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
5028         this look faster
5029
5030         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
5031         inline macro version
5032         (_dbus_string_set_byte): provide inline macro version
5033
5034 2005-01-15  Havoc Pennington  <hp@redhat.com>
5035
5036         * Land the new message args API and type system.
5037
5038         This patch is huge, but the public API change is not 
5039         really large. The set of D-BUS types has changed somewhat, 
5040         and the arg "getters" are more geared toward language bindings;
5041         they don't make a copy, etc.
5042
5043         There are also some known issues. See these emails for details
5044         on this huge patch:
5045         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
5046         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
5047         
5048         * dbus/dbus-marshal-*: all the new stuff
5049
5050         * dbus/dbus-message.c: basically rewritten
5051
5052         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
5053         freed blocks to be all non-nul bytes so using freed memory is less
5054         likely to work right
5055
5056         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
5057         DBUS_FAIL_MALLOC=N environment variable, so you can do
5058         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
5059         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
5060         thorough.
5061
5062         * qt/message.cpp: port to the new message args API
5063         (operator<<): use str.utf8() rather than str.unicode()
5064         (pretty sure this is right from the Qt docs?)
5065
5066         * glib/dbus-gvalue.c: port to the new message args API
5067
5068         * bus/dispatch.c, bus/driver.c: port to the new message args API
5069
5070         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
5071         "locked" flag to TRUE and align_offset to 0; I guess we never
5072         looked at these anyhow, but seems cleaner.
5073
5074         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
5075         move allocation padding macro to this header; use it to implement
5076         (_DBUS_STRING_STATIC): ability to declare a static string.
5077
5078         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
5079         change to return TRUE if the interface is not set.
5080
5081         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
5082         to dbus-marshal-validate.[hc]
5083
5084         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
5085         dbus-internals.c
5086
5087         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
5088         to dbus-marshal-*.[hc]
5089
5090         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
5091         function here from dbus-marshal.c
5092
5093 2005-01-12  Joe Shaw  <joeshaw@novell.com>
5094
5095         * NEWS: Update for 0.23.
5096
5097         * configure.in: Release 0.23.
5098
5099 2005-01-12  Joe Shaw  <joeshaw@novell.com>
5100
5101         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
5102         dbus DLL with --debug.  Clean up after the .mdb files this leaves
5103         behind.
5104
5105         * mono/doc/Makefile.am: Need to uninstall the docs on "make
5106         uninstall"
5107
5108         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
5109         is an enum, get the enum's underlying type.  Another mono
5110         1.1.3 fix.
5111
5112 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5113
5114         Patch from Sjoerd Simons <sjoerd@luon.net>
5115
5116         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
5117         DESTDIR.  It breaks stuff.
5118
5119 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5120
5121         Patch from Tambet Ingo <tambet@ximian.com>
5122
5123         * mono/DBusType/Array.cs (Get): Get the underlying element type by
5124         calling type.GetElementType().  The code previously depended on
5125         broken Mono behavior, which was fixed in Mono 1.1.3.
5126
5127         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
5128         Activator.CreateInstance() so that the class's constructor is
5129         called with the right parameters.
5130
5131 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5132
5133         Patch from Timo Teräs <ext-timo.teras@nokia.com>
5134
5135         * dbus/dbus-connection.c
5136         (_dbus_connection_queue_received_message_link): Call
5137         _dbus_connection_remove_timeout() instead of the _locked()
5138         variant, since it's always called from
5139         _dbus_connection_handle_watch(), which handles the locking.
5140         Removed the _locked() variant since it's no longer used.
5141
5142 2005-01-03  Havoc Pennington  <hp@redhat.com>
5143
5144         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
5145         return
5146         
5147 2004-12-26  Havoc Pennington  <hp@redhat.com>
5148
5149         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
5150
5151 2005-01-03  Havoc Pennington  <hp@redhat.com>
5152
5153         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
5154         floating point
5155
5156         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
5157
5158 2005-01-02  Havoc Pennington  <hp@redhat.com>
5159
5160         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
5161
5162 2005-01-01  Havoc Pennington  <hp@redhat.com>
5163
5164         * configure.in: add -Wfloat-equal
5165
5166 2005-01-01  Havoc Pennington  <hp@redhat.com>
5167
5168         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
5169         for a variety of reasons '==' doesn't do this.
5170
5171 2004-12-31  Havoc Pennington  <hp@redhat.com>
5172
5173         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
5174         I keep wishing I had
5175
5176 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
5177
5178         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
5179
5180 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
5181
5182         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
5183         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
5184         dbus-protocol.h.  Because they are defines and not enums they are not
5185         autogenerated.
5186
5187 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
5188
5189         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
5190         dbus_bus_activate_service
5191
5192         * python/dbus.py (Bus.activate_service): activate a service on the
5193         bus.
5194
5195 2004-12-24  Havoc Pennington  <hp@redhat.com>
5196
5197         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
5198         file format has also changed and I haven't adapted to that yet
5199         
5200         * Makefile.am: load .gcno files from latest gcc
5201
5202 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
5203         * Patch from Rob Taylor <robtaylor@fastmail.fm>
5204
5205         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
5206         lowlevel binding
5207
5208         * python/dbus.py (get_unix_user): Added binding to 
5209         call dbus_bindings.bus_get_unix_user
5210
5211         * python/extract.py: Modified the proto_pat regex to
5212         handle unsigned long
5213
5214 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5215
5216         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
5217         better POSIX compliance.
5218
5219 2004-12-19  Havoc Pennington  <hp@redhat.com>
5220
5221         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
5222         (_dbus_string_insert_8_aligned): new functions
5223
5224         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
5225
5226 2004-12-18  Havoc Pennington  <hp@redhat.com>
5227
5228         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
5229         macro
5230
5231         * dbus/dbus-message.c: fix a comment, and add a still-unused
5232         not-implemented function
5233
5234         * dbus/dbus-marshal.h: fix comment
5235
5236         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
5237
5238 2004-12-17  Joe Shaw  <joeshaw@novell.com>
5239
5240         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
5241         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
5242         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
5243         Type.UnderlyingSystemType to get the actual system type
5244         underneath.  This code previously depended on the broken Mono
5245         behavior, which was fixed in 1.1.3.
5246
5247 2004-11-27  Havoc Pennington  <hp@redhat.com>
5248
5249         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
5250         are disabled
5251         (_dbus_string_get_const_data): inline when asserts are disabled
5252
5253         * dbus/dbus-message.c: record the _dbus_current_generation of
5254         creation so we can complain if dbus_shutdown() is used improperly.
5255         Do this only if checks are enabled.
5256
5257         * dbus/dbus-connection.c: ditto
5258         
5259 2004-11-26  Havoc Pennington  <hp@redhat.com>
5260
5261         * test/glib/test-profile.c: add with_bus mode to profile echoes
5262         that go through the bus.
5263
5264         * test/glib/run-test.sh: add ability to run test-profile
5265
5266         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
5267         config file reload.
5268
5269 2004-11-26  Havoc Pennington  <hp@redhat.com>
5270
5271         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
5272         thing was implemented
5273
5274 2004-11-26  Havoc Pennington  <hp@redhat.com>
5275
5276         * test/glib/test-profile.c: tweak a bit, add support for some
5277         made-up minimal malloc overhead with plain sockets, since in 
5278         real life some sort of buffers are unavoidable thus we could 
5279         count them in the theoretical best case
5280
5281 2004-11-26  Havoc Pennington  <hp@redhat.com>
5282
5283         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
5284         where I was trying to cache one too many messages
5285
5286 2004-11-26  Havoc Pennington  <hp@redhat.com>
5287
5288         * dbus/dbus-message.c: reimplement message cache as an array which 
5289         makes the cache about twice as fast and saves maybe 1.5% overall
5290
5291 2004-11-26  Havoc Pennington  <hp@redhat.com>
5292
5293         * dbus/dbus-threads.c (init_global_locks): forgot to put the
5294         message cache lock here
5295
5296 2004-11-26  Havoc Pennington  <hp@redhat.com>
5297
5298         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
5299         the "char byte_order" next to each other to save 4 bytes
5300         (dbus_message_new_empty_header): reduce preallocation, since the
5301         message cache should achieve a similar effect
5302         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
5303         message cache that keeps a few DBusMessage around in a pool,
5304         another 8% speedup or so.
5305
5306         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
5307
5308 2004-11-25  Havoc Pennington  <hp@redhat.com>
5309
5310         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
5311         to write, without reading or blocking, try it before the poll()
5312         and skip the poll() if nothing remains to write. This is about a
5313         3% speedup in the echo client/server
5314
5315 2004-11-25  Havoc Pennington  <hp@redhat.com>
5316
5317         The primary change here is to always write() once before adding
5318         the write watch, which gives us about a 10% performance increase.
5319         
5320         * dbus/dbus-transport-unix.c: a number of modifications to cope
5321         with removing messages_pending
5322         (check_write_watch): properly handle
5323         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
5324         messages_pending stuff
5325         (check_read_watch): properly handle WAITING_FOR_MEMORY and
5326         AUTHENTICATED cases
5327         (unix_handle_watch): after writing, see if the write watch can be
5328         removed
5329         (unix_do_iteration): assert that write_watch/read_watch are
5330         non-NULL rather than testing that they aren't, since they 
5331         aren't allowed to be NULL. check_write_watch() at the end so 
5332         we add the watch if we did not finish writing (e.g. got EAGAIN)
5333
5334         * dbus/dbus-transport-protected.h: remove messages_pending call,
5335         since it resulted in too much inefficient watch adding/removing; 
5336         instead we now require that the transport user does an iteration 
5337         after queueing outgoing messages, and after trying the first
5338         write() we add a write watch if we got EAGAIN or exceeded our 
5339         max bytes to write per iteration setting
5340
5341         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
5342         function
5343
5344         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
5345         freed and then accessed, valgrind flagged this bug, fix it
5346
5347         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
5348         as the last valid field plus 1, where really it is equal to the
5349         last valid field. Corrects some message corruption issues.
5350
5351         * dbus/dbus-mainloop.c: verbosity changes
5352
5353         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
5354         instead of aborting in one of the test codepaths
5355
5356         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
5357         caused not printing the pid ever again if a verbose was missing
5358         the newline at the end
5359         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
5360
5361         * dbus/dbus-connection.c: verbosity changes; 
5362         (dbus_connection_has_messages_to_send): new function
5363         (_dbus_connection_message_sent): no longer call transport->messages_pending
5364         (_dbus_connection_send_preallocated_unlocked): do one iteration to
5365         try to write() immediately, so we can avoid the write watch. This
5366         is the core purpose of this patchset
5367         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
5368         dump the outgoing message queue, so nobody will get confused
5369         trying to send them or thinking stuff is pending to be sent
5370
5371         * bus/test.c: verbosity changes
5372
5373         * bus/driver.c: verbosity/assertion changes
5374
5375         * bus/dispatch.c: a bunch of little tweaks to get it working again
5376         because this patchset changes when/where you need to block.
5377
5378 2004-11-23  Havoc Pennington  <hp@redhat.com>
5379
5380         * test/glib/test-profile.c: modify to accept a plain_sockets
5381         argument in which case it will bench plain sockets instead of
5382         libdbus, for comparison purposes.
5383
5384 2004-11-22  Havoc Pennington  <hp@redhat.com>
5385
5386         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
5387         threads for more time, so sysprof can get a grip on it.
5388
5389         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
5390         pointless variable
5391
5392 2004-11-13  Havoc Pennington  <hp@redhat.com>
5393
5394         * test/glib/test-profile.c: fix this thing up a bit
5395
5396         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
5397         preallocation sizes by a fair bit; not sure if this will be an
5398         overall performance win or not, but it does reduce reallocs.
5399
5400         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
5401         the test hack that forced constant realloc if asserts are
5402         disabled, so we can profile sanely. Sprinkle in some
5403         _DBUS_UNLIKELY() which are probably pointless, but before I
5404         noticed the real performance problem I put them in.
5405         (_dbus_string_validate_utf8): micro-optimize this thing a little
5406         bit, though callgrind says it didn't help; then special-case
5407         ascii, which did help a lot; then be sure we detect nul bytes as
5408         invalid, which is a bugfix.
5409         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
5410         superstition; use memset to nul the padding instead of a manual
5411         loop.
5412         (_dbus_string_get_length): inline this as a
5413         macro; it showed up in the profile because it's used for loop
5414         tests and so forth
5415
5416 2004-11-10  Colin Walters  <walters@verbum.org>
5417
5418         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
5419         for extra paranoia.
5420
5421 2004-11-09  Colin Walters  <walters@verbum.org>
5422
5423         * dbus/dbus-string.c (_dbus_string_get_length): New
5424         function, writes DBusString to C buffer.
5425
5426         * dbus/dbus-string.h: Prototype it.
5427
5428         * dbus/dbus-message.c (dbus_message_type_to_string): New
5429         function, converts message type into C string.
5430
5431         * dbus/dbus-message.h: Prototype it.
5432
5433         * bus/selinux.c (bus_selinux_check): Take source pid,
5434         target pid, and audit data.  Pass audit data to
5435         avc_has_perm.
5436         (log_audit_callback): New function, appends extra
5437         audit information.
5438         (bus_selinux_allows_acquire_service): Also take
5439         service name, add it to audit data.
5440         (bus_selinux_allows_send): Also take message
5441         type, interface, method member, error name,
5442         and destination, and add them to audit data.
5443         (log_cb): Initialize func_audit.
5444         
5445         * bus/selinux.h (bus_selinux_allows_acquire_service)
5446         (bus_selinux_allows_send): Update prototypes 
5447
5448         * bus/services.c (bus_registry_acquire_service): Pass
5449         service name to bus_selinux_allows_acquire_service.
5450
5451         * bus/bus.c (bus_context_check_security_policy): Pass
5452         additional audit data.  Move assignment of dest
5453         to its own line.
5454
5455 2004-11-07  Colin Walters  <walters@verbum.org>
5456
5457         * dbus/dbus-transport-unix.c (do_authentication): Always
5458         initialize auth_completed.
5459         
5460 2004-11-07  Colin Walters  <walters@verbum.org>
5461
5462         * bus/bus.c (load_config): Break into three
5463         separate functions: process_config_first_time_only,
5464         process_config_every_time, and process_config_postinit.
5465         (process_config_every_time): Move call of
5466         bus_registry_set_service_context_table into
5467         process_config_postinit.
5468         (process_config_postinit): New function, does
5469         any processing that needs to happen late
5470         in initialization (and also on reload).
5471         (bus_context_new): Instead of calling load_config,
5472         open config parser here and call process_config_first_time_only
5473         and process_config_every_time directly.  Later, after
5474         we have forked but before changing UID,
5475         invoke bus_selinux_full_init, and then call
5476         process_config_postinit.
5477         (bus_context_reload_config): As in bus_context_new,
5478         load parse file inside here, and call process_config_every_time
5479         and process_config_postinit.
5480
5481         * bus/services.h, bus/services.c
5482         (bus_registry_set_service_context_table): Rename
5483         from bus_registry_set_sid_table.  Take string hash from config
5484         parser, and convert them here into SIDs.
5485
5486         * bus/config-parser.c (struct BusConfigParser): Have
5487         config parser only store a mapping of service->context
5488         string.
5489         (merge_service_context_hash): New function.
5490         (merge_included): Merge context string hashes instead
5491         of using bus_selinux_id_table_union.
5492         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
5493         simply create a new string hash.
5494         (bus_config_parser_unref): Unref it.
5495         (start_selinux_child): Simply insert strings into hash,
5496         don't call bus_selinux_id_table_copy_over.
5497
5498         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
5499         (bus_selinux_id_table_copy_over): Delete.
5500
5501 2004-11-03  Colin Walters  <walters@verbum.org>
5502
5503         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
5504         variables.
5505         
5506 2004-11-03  Colin Walters  <walters@verbum.org>
5507
5508         * bus/test-main.c (test_pre_hook): Fix test logic,
5509         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
5510
5511 2004-11-02  Colin Walters  <walters@redhat.com>
5512
5513         * bus/selinux.c (bus_selinux_init): Split into two functions,
5514         bus_selinux_pre_init and bus_selinux_post_init.
5515         (bus_selinux_pre_init): Just determine whether SELinux is
5516         enabled.
5517         (bus_selinux_post_init): Do everything else.
5518
5519         * bus/main.c (main): Call bus_selinux_pre_init before parsing
5520         config file, and bus_selinux_post_init after.  This ensures that
5521         we don't lose the policyreload notification thread that
5522         bus_selinux_init created before forking previously.
5523         
5524         * bus/test-main.c (test_pre_hook): Update for split.
5525
5526 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
5527
5528         Patch from Johan Fischer <linux@fischaz.com>
5529         
5530         * mono/doc/Makefile.am (install-data-local): Added directory
5531         install for DESTDIR
5532
5533 2004-10-29  Colin Walters  <walters@redhat.com>
5534
5535         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
5536         parameter for fd to write pid to.       
5537
5538         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
5539         
5540         * bus/bus.c (bus_context_new): Pass print_pid_fd
5541         to _dbus_become_daemon (bug #1720)
5542
5543 2004-10-29  Colin Walters  <walters@redhat.com>
5544
5545         Patch from Ed Catmur <ed@catmur.co.uk>
5546
5547         * mono/doc/Makefile.am (install-data-local): Handle
5548         DESTDIR.
5549
5550 2004-10-29  Colin Walters  <walters@redhat.com>
5551
5552         * bus/.cvsignore, qt/.cvsignore: Update.
5553
5554 2004-10-29  Colin Walters  <walters@redhat.com>
5555
5556         Patch from Kristof Vansant <de_lupus@pandora.be>
5557
5558         * configure.in: Detect Slackware.
5559         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
5560         * bus/rc.messagebus.in: New file.
5561
5562 2004-10-29  Colin Walters  <walters@redhat.com>
5563
5564         * tools/dbus-monitor.c (filter_func): Return
5565         DBUS_HANDLER_RESULT_HANDLED in filter function
5566         for now.  See:
5567         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
5568
5569 2004-10-29  Colin Walters  <walters@redhat.com>
5570
5571         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
5572
5573         * bus/services.c (bus_registry_acquire_service): 
5574         Correctly retrieve service name from DBusString
5575         for printing.
5576
5577 2004-10-29  Colin Walters  <walters@redhat.com>
5578
5579         * dbus/dbus-glib.h: Update documentation to not
5580         refer to internal APIs.
5581
5582 2004-10-27  Joe Shaw  <joeshaw@novell.com>
5583
5584         * mono/Arguments.cs (GetDBusTypeConstructor):
5585         type.UnderlyingSystemType will return "System.Byte" if you do it
5586         on "byte[]", which is not what we want.  So check the type.IsArray
5587         property and use System.Array instead.
5588
5589 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
5590
5591         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
5592         the DBusUserInfo structure since this is passed into the function.
5593         This would cause a double free when the function that allocated
5594         the structure would try to free it when an error occured.
5595
5596         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
5597         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
5598         for service activation to avoid 32bit/64bit parallel install issues
5599
5600 2004-10-21  Colin Walters  <walters@verbum.org>
5601
5602         * AUTHORS: Fix my email address, the @gnu.org one
5603         has been bouncing for some time.  Also add J5.
5604         
5605 2004-10-21  Colin Walters  <walters@verbum.org>
5606
5607         * dbus/dbus-transport-unix.c (do_authentication): Return
5608         authentication status to callers.
5609         (unix_handle_watch): If we completed authentication this round,
5610         don't do another read.  Instead wait until the next iteration,
5611         after we've read any pending data in the auth buffer.
5612         (unix_do_iteration): Ditto.
5613         (unix_handle_watch): Updated for new do_authentication prototype.
5614
5615 2004-10-18  Colin Walters  <walters@verbum.org>
5616
5617         * bus/selinux.c (bus_selinux_enabled): Handle
5618         --disable-selinux case.
5619         
5620 2004-10-18  Colin Walters  <walters@verbum.org>
5621
5622         * bus/selinux.h: Add bus_selinux_enabled.
5623         
5624         * bus/selinux.c (bus_selinux_enabled): Implement it.
5625         
5626         * bus/config-parser.c (struct include): Add
5627         if_selinux_enabled member.
5628         (start_busconfig_child): Parse if_selinux_enabled
5629         attribute for include.
5630         (bus_config_parser_content): Handle it.
5631
5632         * bus/session.conf.in, bus/system.conf.in: Add
5633         inclusion of context mapping to default config files;
5634         conditional on SELinux being enabled.
5635         
5636         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
5637         
5638         * test/data/invalid-config-files/badselinux-1.conf, 
5639         test/data/invalid-config-files/badselinux-2.conf:
5640         Test files for bad syntax.
5641         
5642 2004-10-17  Colin Walters  <walters@verbum.org>
5643
5644         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
5645         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
5646         format specifier mismatches.
5647
5648 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5649
5650         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
5651         format string.
5652
5653         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
5654         pointer (bug #1540, Leonardo Boiko).
5655
5656 2004-09-28  Jon Trowbridge  <trow@ximian.com>
5657
5658         * mono/BusDriver.cs: Changed BusDriver struct to remove
5659         the ServiceCreated and ServiceDeleted events and replace them
5660         with the new ServiceOwnerChanged event.
5661
5662         * mono/example/BusListener.cs: Added a new example program,
5663         which listens for and reports any ServiceOwnerChanged events
5664         on the bus driver.
5665
5666         * mono/example/Makefile.am (DESTDIR): Build changes for the
5667         new BusListener.cs example.
5668
5669 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5670
5671         * bus/signals.c (bus_match_rule_parse): validate the components of
5672         match rules (bug #1439).
5673
5674         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
5675
5676 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5677
5678         * doc/dbus-specification.xml: document ServiceOwnerChanged
5679         signal.
5680         
5681         * bus/driver.c, bus/driver.h, bus/services.c: Use
5682         ServiceOwnerChanged signal instead of ServiceCreated and
5683         ServiceDeleted.
5684         
5685         * bus/dispatch.c: update testcase for the new signal.
5686
5687 2004-09-20  Jon Trowbridge  <trow@ximian.com>
5688
5689         Patch from Nat Friedman <nat@novell.com>
5690
5691         * mono/Makefile.am: A number of small build fixes to allow "make
5692         distcheck" to succeed.
5693
5694         * mono/example/Makefile.am: "make distcheck" fixes.
5695
5696         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
5697         key in @srcdir@.
5698
5699         * test/Makefile.am: "make distcheck" fixes.
5700
5701 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5702
5703         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
5704
5705         * doc/busconfig.dtd: update the DTD for the at_console attribute.
5706
5707         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
5708         messages after the first one (bug #1389).
5709         
5710         * bus/dispatch.c (check_double_hello_message): add a test case for
5711         the double hello message bug.
5712         (check_existent_service_activation): fix check of spawning error.
5713         
5714 2004-09-16  David Zeuthen  <david@fubar.dk>
5715
5716         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
5717
5718 2004-09-12  David Zeuthen  <david@fubar.dk>
5719
5720         Patch from Kay Sievers <kay.sievers@vrfy.org>
5721
5722         * bus/bus.c (bus_context_new):
5723         * bus/bus.h:
5724         * bus/main.c (usage)
5725         (main):
5726         Add commandline option --nofork to override configuration file
5727         setting.
5728
5729 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5730
5731         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
5732         compilers don't like it (bug #974).
5733
5734 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
5735
5736         * qt/connection.*: Applied patch by Jérôme Lodewyck
5737         <lodewyck@clipper.ens.fr> to integrate an existing
5738         connection into the Qt eventloop
5739
5740 2004-08-30  Jon Trowbridge  <trow@ximian.com>
5741
5742         * mono/BusDriver.cs: Added.  This is a class for interacting with
5743         the org.freedesktop.DBus service.
5744
5745         * mono/Message.cs: Added a mechanism to expose the message that is
5746         currently being dispatched via the static Message.Current
5747         property.  Added Message.Sender and Message.Destination
5748         properties.
5749
5750         * mono/Handler.cs: Expose the dispatched message via
5751         Message.Current when handling method calls.
5752
5753         * mono/Service.cs: Expose the dispatched message via
5754         Message.Current when handling signal emissions.
5755         
5756         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
5757         Connection.BaseService property.
5758
5759 2004-08-28  Havoc Pennington  <hp@redhat.com>
5760
5761         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
5762
5763         More fixes from Steve Grubb
5764         
5765         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
5766         (_dbus_listen_tcp_socket): fix fd leak
5767
5768         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
5769         EINTR to a bit lower in the code
5770
5771 2004-08-26  Jon Trowbridge  <trow@ximian.com>
5772
5773         * bus/driver.c (bus_driver_handle_service_exists): Respond with
5774         TRUE if we are inquiring about the existence of the built-in
5775         org.freedesktop.DBus service.
5776
5777 2004-08-25  John Palmieri  <johnp@redhat.com>
5778         * bus/config-parser.c:
5779         (struct PolicyType): Add POLICY_CONSOLE
5780         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
5781         (start_busconfig_child): Sets up console element when
5782         <policy at_console=""> is encountered in a policy file
5783         (append_rule_from_element): Convert console elements to console
5784         rules.
5785
5786         * bus/policy.c: 
5787         (bus_policy_create_client_policy): Add console rules to the client
5788         policy based on if the client is at the console
5789         (bus_policy_append_console_rule): New function for adding a
5790         console rule to a policy
5791         (bus_policy_merge): Handle console rule merging
5792
5793         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
5794         where we check for console user files
5795         
5796         * dbus/dbus-sysdeps.c:
5797         (_dbus_file_exists): New function which checks if the given
5798         file exists
5799         (_dbus_user_at_console): New function which does the system
5800         specific process of checking if the user is at the console
5801
5802         * dbus/dbus-userdb.c:
5803         (_dbus_is_console_user): New function converts a UID to user name
5804         and then calls the system specific _dbus_user_at_console to 
5805         see if the user is at the console and therefor a console user
5806
5807 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5808
5809         * bus/config-parser.c (set_limit):
5810         * bus/dbus-daemon-1.1.in:
5811         * test/data/valid-config-files/many-rules.conf: set the
5812         max_match_rules_per_connection limt from the config file. 
5813
5814         * doc/busconfig.dtd: update the DTD.
5815
5816         * bus/driver.c: remove some unused variables.
5817
5818 2004-08-24  Mikael Hallendal  <micke@imendio.com>
5819
5820         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
5821         it's been replaced by dbus_g_bus_get
5822
5823 2004-08-23  Colin Walters  <walters@redhat.com>
5824
5825         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
5826
5827         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
5828
5829         * bus/selinux.c: Create a thread for policy reload notification.
5830         (bus_selinux_get_policy_root): Implement.
5831
5832         * bus/config-parser.c (start_busconfig_child)
5833         (bus_config_parser_content): Support SELinux-root relative
5834         inclusion.
5835
5836         * configure.in <HAVE_SELINUX>: Add -lpthread.
5837         
5838         * bus/test-main.c (test_pre_hook, test_post_hook): New.
5839         (test_post_hook): Move memory checking into here.
5840         (test_pre_hook, test_post_hook): Move SELinux checks in
5841         here, but conditional on a DBUS_TEST_SELINUX environment
5842         variable.  Unfortunately we can't run the SELinux checks
5843         as a normal user, since they won't have any permissions
5844         for /selinux.  So this will have to be tested manually
5845         for now, until we have virtualization for most of
5846         libselinux.
5847         
5848 2004-08-23  Havoc Pennington  <hp@redhat.com>
5849
5850         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
5851         drop supplementary groups, suggested by Steve Grubb
5852
5853 2004-08-20  Colin Walters  <walters@redhat.com>
5854
5855         * bus/config-parser.c (start_busconfig_child): Remove some unused
5856         variables.
5857         
5858         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
5859         warning.
5860
5861 2004-08-17  Joe Shaw  <joeshaw@novell.com>
5862
5863         * configure.in: If --enable-mono is passed in, if we can't find
5864         mono error out.
5865
5866         * mono/Makefile.am: Use /gacutil to install assemblies into the
5867         GAC and not /root.
5868
5869 2004-08-12  Havoc Pennington  <hp@redhat.com>
5870
5871         * NEWS: update for 0.22
5872
5873         * configure.in: release 0.22
5874
5875 2004-08-11  Colin Walters  <walters@redhat.com>
5876
5877         * tools/dbus-send.c (main, usage): Add --reply-timeout
5878         argument.
5879
5880 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5881
5882         * bus/bus.c (process_config_first_time_only): get rid of an unused
5883         DBusError that was causing a memoy leak (bug #989).
5884
5885         * dbus/dbus-keyring.c, dbus/dbus-message.c:
5886         fix compilation on Solaris/Forte C (bug #974)
5887
5888         * bus/main.c (main): plug two minuscule memleaks.
5889
5890 2004-08-10  Havoc Pennington  <hp@redhat.com>
5891
5892         * doc/dbus-tutorial.xml: add some more info on GLib bindings
5893
5894 2004-08-09  Havoc Pennington  <hp@redhat.com>
5895
5896         * COPYING: switch to Academic Free License version 2.1 instead of
5897         2.0, to resolve complaints about patent termination clause.
5898
5899 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
5900
5901         * README: added documentation for the --enable-python 
5902         configure switch.
5903
5904 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5905
5906         * bus/config-parser.c (bus_config_parser_new): fix an invalid
5907         _unref in the SELinux support.
5908
5909         * doc/busconfig.dtd: update DTD for SELinux support.
5910
5911         * bus/config-loader-libxml.c: fix error handler and parser
5912         initialisation/cleanup. OOM test now works with libxml2 HEAD.
5913
5914         * configure.in: remove the warning about libxml2.
5915
5916         * dbus/dbus-bus.c: silence doxygen warning.
5917
5918 2004-07-31  Colin Walters  <walters@redhat.com>
5919
5920         * configure.in: Move #error in SELinux check to its own line.
5921
5922 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5923
5924         * dbus/dbus-internals.h (_DBUS_SET_OOM):
5925         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
5926         dbus_error_set.
5927
5928         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
5929         broken by the change in the _SET_OOM macros.
5930
5931 2004-07-31  Colin Walters  <walters@redhat.com>
5932
5933         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
5934         BUS_SET_OOM.
5935
5936 2004-07-31  Colin Walters  <walters@redhat.com>
5937
5938         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
5939         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
5940         AC_MSG_CHECKING.
5941
5942 2004-07-24  Havoc Pennington  <hp@redhat.com>
5943
5944         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
5945
5946         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
5947         functionality
5948
5949         * configure.in: add --enable-selinux
5950         
5951         * bus/policy.c (bus_policy_merge): add FIXME to a comment
5952
5953         * bus/main.c (main): initialize and shut down selinux
5954
5955         * bus/connection.c: store SELinux ID on each connection, to avoid 
5956         repeated getting of the string context and converting it into 
5957         an ID
5958
5959         * bus/bus.c (bus_context_get_policy): new accessor, though it
5960         isn't used
5961         (bus_context_check_security_policy): check whether the security
5962         context of sender connection can send to the security context of
5963         recipient connection
5964
5965         * bus/config-parser.c: add parsing for <selinux> and <associate>
5966         
5967         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
5968         implement dbus_connection_get_unix_fd()
5969
5970         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
5971         function, used by the selinux stuff
5972         
5973 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5974
5975         * bus/config-loader-libxml.c: complete the implementation of
5976         libxml backend for config file loader. Doesn't work with full OOM
5977         test yet. 
5978         
5979         * configure.in: change error when selecting libxml into a warning.
5980         
5981         * test/data/invalid-config-files: add two non-well-formed XML
5982         files. 
5983         
5984         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
5985         
5986         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
5987         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
5988         be necessary to read all the buffer. (bug #894)
5989
5990         * bus/activation.c (bus_activation_activate_service): fix a
5991         potential assertion failure (bug #896). Small optimization in the
5992         case of auto-activation messages.
5993
5994         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
5995         add test case for byte-through-vararg bug (#901). patch by Kimmo
5996         Hämäläinen. 
5997
5998 2004-07-28  Anders Carlsson  <andersca@gnome.org>
5999
6000         * python/dbus.py:
6001         * python/dbus_bindings.pyx.in:
6002         Add dbus.init_gthreads (), allow emit_signal to pass
6003         arguments to the signal.
6004         
6005 2004-07-24  Havoc Pennington  <hp@redhat.com>
6006
6007         * AUTHORS: add some people, not really comprehensively, let me
6008         know if I missed you
6009
6010 2004-07-24  Havoc Pennington  <hp@redhat.com>
6011
6012         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
6013         Owen
6014
6015         * test/Makefile.am (DIST_SUBDIRS): here also
6016
6017 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6018
6019         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
6020         breaking build on Solaris, reported by Farhad Saberi on the ML.
6021
6022         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
6023         va_arg invocation to account for integer promotion in the case of
6024         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
6025
6026         * bus/services.c (bus_service_remove_owner): fix bug #902, use
6027         _dbus_list_get_first_link, not _dbus_list_get_first.
6028
6029         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
6030
6031         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
6032         handler functions so that the asserts in _dbus_object_subtree_unref
6033         do not fail.
6034
6035         * dbus/dbus-transport-unix.c (do_reading):
6036         _dbus_transport_queue_messages return value is of type
6037         dbus_bool_t, not DBusDispatchStatus.
6038         
6039 2004-07-19  David Zeuthen  <david@fubar.dk>
6040
6041         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
6042
6043         * bus/dispatch.c:
6044         (check_get_connection_unix_user): Debug says GetProperty; but the
6045         method is called GetConnectionUnixUser
6046         (check_get_connection_unix_process_id): New function
6047         (bus_dispatch_test): Actually call check_get_connection_unix_user();
6048         also call check_get_connection_unix_process_id()
6049         
6050         * bus/driver.c:
6051         (bus_driver_handle_get_connection_unix_process_id): New function,
6052         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
6053         interface
6054         
6055         * dbus/dbus-auth.c:
6056         (handle_server_data_external_mech): Set pid from the credentials
6057         obtained from the socket
6058         
6059         * dbus/dbus-connection.c:
6060         (dbus_connection_get_unix_process_id): New function
6061         
6062         * dbus/dbus-connection.h: 
6063         Add prototype for dbus_connection_get_unix_process_id
6064         
6065         * dbus/dbus-transport.c:
6066         (_dbus_transport_get_unix_process_id): New function
6067         
6068         * dbus/dbus-transport.h:
6069         Add prototype for _dbus_transport_get_unix_process_id
6070         
6071 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6072
6073         * dbus/dbus-message.c: Message counter fix, patch by Christian
6074         Hammond <chipx86@gnupdate.org>
6075
6076 2004-07-18  Seth Nickell  <seth@gnome.org>
6077
6078         * python/dbus.py:
6079         * python/dbus_bindings.pyx.in:
6080         * python/tests/test-client.py:
6081
6082         Add dbus.ByteArray and dbus_bindings.ByteArray
6083         types so that byte streams can be passed back.
6084
6085         Give jdahlin the heaps of credit that are so
6086         rightfully his.
6087         
6088 2004-07-12  Seth Nickell  <seth@gnome.org>
6089
6090         * python/dbus.py:
6091
6092         Add message argument to the default object_method_handler
6093         function.
6094         
6095         * python/dbus_bindings.pyx.in:
6096
6097         Automatically return NIL when passed an empty list
6098         (we can't pass back a list since lists are typed
6099         and we don't have any idea what type the the client
6100         intended the list to be... :-( )
6101         
6102 2004-07-10  Seth Nickell  <seth@gnome.org>
6103
6104         * python/examples/Makefile.am:
6105
6106         Fix distcheck breakage caused by new examples.
6107
6108 2004-07-10  Seth Nickell  <seth@gnome.org>
6109
6110         * python/dbus.py:
6111
6112         Add "message" argument to service-side dbus.Object
6113         methods. This will break existing services written
6114         using the python bindings, but will allow extraction
6115         of all the message information (e.g. who its from).
6116
6117         Add improved "object oriented" signal handling/emission.
6118         
6119         * python/examples/example-service.py:
6120
6121         Nix this example.
6122         
6123         * python/examples/example-signal-emitter.py:
6124         * python/examples/example-signal-recipient.py:
6125
6126         Two new examples that show how to emit and receive
6127         signals using the new APIs.
6128         
6129         * python/examples/example-signals.py:
6130         * python/examples/gconf-proxy-service.py:
6131         * python/examples/gconf-proxy-service2.py:
6132
6133         Add "message" argument to service methods.
6134
6135 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
6136
6137         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
6138         * dbus/bus.c (dbus_bus_get_unix_user)
6139         * doc/dbus-specification.xml: implement GetConnectionUnixUser
6140         method of org.freedesktop.DBus interface.
6141
6142         * bus/dispatch.c: test case
6143
6144 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
6145
6146         * python/Makefile.am: switched include directory from glib/ to dbus/
6147         since dbus-glib.h moved
6148  
6149 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6150
6151         * configure.in: prevent building the gcj stuff and libxml loader
6152         since they are broken.
6153
6154 2004-06-20  Havoc Pennington  <hp@redhat.com>
6155
6156         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
6157         codes from the dbus error names
6158         
6159         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
6160         as dbus/dbus-glib.h and that breakage is now visible due to 
6161         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
6162         
6163         * glib/dbus-glib.h: s/gproxy/g_proxy/
6164
6165         * dbus/dbus-shared.h: new header to hold stuff shared with
6166         binding APIs
6167         
6168         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
6169         than dbus-errors.h
6170
6171         * glib/dbus-glib.h (dbus_set_g_error): move to
6172         dbus-glib-lowlevel.h
6173
6174         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
6175         of stuff to enable this
6176
6177         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
6178
6179         * a bunch of other changes with the same basic "separate glib 
6180         bindings from dbus.h" theme
6181         
6182 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
6183
6184         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
6185
6186         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
6187
6188 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6189
6190         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
6191         the reply value of the ServiceExists message.
6192
6193 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
6194
6195         * python/dbus_bindings.pyx.in: No longer need to parse path
6196         elements and pass them as arrays of strings.  The C API now
6197         accepts plain path strings.
6198         (_build_parsed_path): removed 
6199
6200 2004-06-07  Havoc Pennington  <hp@redhat.com>
6201
6202         * doc/TODO: remove auto-activation item since it's done; sort
6203         items by importance/milestone
6204
6205 2004-06-07  Havoc Pennington  <hp@redhat.com>
6206
6207         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
6208         random signature when using REQUIRED_FIELDS (this hack won't work
6209         in the long term)
6210
6211         * dbus/dbus-message.c: change the signature to be a header field,
6212         instead of message->signature special-case string. Incremental
6213         step forward. Then we can fix up code to send the signature in the
6214         message, then fix up code to validate said signature, then fix up
6215         code to not put the typecodes inline, etc.
6216         (load_one_message): don't make up the signature after the fact
6217         (decode_header_data): require signature field for the known
6218         message types
6219
6220         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
6221
6222         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
6223
6224 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
6225
6226         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
6227
6228         * mono/Handler.cs: Updated to follow new path argument for
6229         (un-)registering objects.
6230
6231         * mono/example/Makefile.am:
6232         * mono/Makefile.am:
6233         * configure.in: Bumped required version for mono and use new -pkg
6234         syntax for deps
6235
6236 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6237
6238         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
6239         registration functions take the path argument as char* instead of
6240         char**.
6241
6242         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
6243         split off the path decompostion part of
6244         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
6245         warnings. 
6246
6247         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
6248         
6249 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
6250  
6251         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
6252         machine approach.  A state is implemented as a function that
6253         handles incoming events as specified for that state.
6254         
6255         * doc/dbus-specification.xml: Update auth protocol state machine
6256         specification to match implementation.  Remove some leftover
6257         base64 examples.
6258
6259 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
6260
6261         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
6262         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
6263         quiet doxygen.
6264
6265         * Doxyfile.in: remove deprecated options.
6266
6267         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
6268         glib/test-thread.h, glib/test-thread-client.c,
6269         glib/test-thread-server.c, glib/test-profile.c,
6270         glib/test-dbus-glib.c: remove these unused files.
6271
6272 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6273
6274         * dbus/dbus-object-tree.c
6275         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
6276         non-fallback handlers (bug #684).
6277         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
6278         (find_subtree_recurse): report wether the returned subtree is an
6279         exact match or a "fallback" match higher up in the tree.
6280         (object_tree_test_iteration): update test case.
6281
6282 2004-06-01  Seth Nickell  <seth@gnome.org>
6283
6284         * python/dbus_bindings.pyx.in:
6285         * python/tests/test-client.py:
6286
6287         Round off basic type support. Add dicts (yay!), and 
6288         remaining array types.
6289
6290         Make MessageIter more general so it works for dicts too.
6291
6292         Mark all loop variables as C integers.
6293         
6294 2004-05-31  Havoc Pennington  <hp@redhat.com>
6295
6296         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
6297         "in" before "out"
6298
6299         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
6300
6301         * glib/dbus-glib-tool.c (main): set up to have a --self-test
6302         option that runs the tests, and start filling in some code
6303         including for starters just dumping the interfaces to stdout
6304
6305         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
6306
6307         * test/data/valid-introspection-files/lots-of-types.xml: test of
6308         an example introspection file
6309
6310         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
6311         "node" (I think...)
6312
6313 2004-05-31  Seth Nickell  <seth@gnome.org>
6314
6315         * python/dbus_bindings.pyx.in:
6316         * python/tests/test-client.py:
6317
6318         Test Suite: 1
6319         Python Bindings: 0
6320
6321         Fix string array memory trashing bug... oops...
6322
6323 2004-05-30  Seth Nickell  <seth@gnome.org>
6324
6325         * python/dbus.py:
6326
6327         Add a nicer-but-less-flexible alternate API for handling 
6328         calls to virtual objects in dbus.ObjectTree.
6329
6330         Screw up the argument order to the dbus.Object constructor
6331         for consistency with dbus.ObjectTree (and to make dbus_methods
6332         optional for future extension)
6333         
6334         * python/examples/Makefile.am:
6335         * python/examples/gconf-proxy-service.py:
6336         * python/examples/gconf-proxy-service2.py:
6337
6338         Alternate implementation of gconf-proxy-service using the
6339         nicer dbus.ObjectTree API.
6340         
6341         * python/examples/example-service.py:
6342         * python/tests/test-server.py
6343
6344         Reverse the argument order to deal with dbus.Object constructor
6345         changes.
6346         
6347 2004-05-30  Seth Nickell  <seth@gnome.org>
6348
6349         * python/examples/example-client.py:
6350         * python/examples/example-service.py:
6351
6352         Take it back. Lists seem to work but they're broken
6353         in the test suite. Make the base examples use
6354         lists (works fine).
6355
6356 2004-05-30  Seth Nickell  <seth@gnome.org>
6357
6358         * python/dbus_bindings.pyx.in:
6359         * python/tests/test-client.py:
6360
6361         Add some more tests and fix errors that crop up.
6362         Unfortunately, currently it seems like marshalling
6363         and unmarshalling of lists is completely broken :-(
6364
6365 2004-05-30  Seth Nickell  <seth@gnome.org>
6366
6367         * python/dbus_bindings.pyx.in:
6368
6369         Add support for ObjectPath type.
6370
6371         * python/dbus.py:
6372
6373         Refactor message handling code to a common function.
6374         
6375         * python/tests/test-client.py:
6376         * python/tests/test-server.py:
6377
6378         Add tests that check to make sure values of all types
6379         can be echoed from a service w/o mangling.
6380         
6381 2004-05-29  Seth Nickell  <seth@gnome.org>
6382
6383         * python/dbus.py:
6384
6385         Add ObjectTree class which allows implementation
6386         of trees of "virtual" objects. Basically the python
6387         wrapper for "register_fallback".
6388         
6389         * python/examples/Makefile.am
6390         * python/examples/gconf-proxy-client.py:
6391         * python/examples/gconf-proxy-service.py:
6392
6393         Implement a simple GConf proxy service that supports
6394         get/set on string and int GConf keys using the ObjectTree.
6395         
6396 2004-05-29  Seth Nickell  <seth@gnome.org>
6397
6398         * python/dbus.py:
6399         * python/examples/example-client.py:
6400         * python/examples/example-service.py:
6401         * python/examples/list-system-services.py:
6402
6403         Add SessionBus, SystemBus and ActivationBus classes
6404         so you don't need to know the special little BUS_TYPE
6405         flag.
6406         
6407 2004-05-29  Havoc Pennington  <hp@redhat.com>
6408
6409         * bus/config-parser.c (process_test_valid_subdir): temporarily
6410         stop testing config parser OOM handling, since expat has issues
6411         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
6412
6413         * bus/dbus-daemon-1.1.in: change requested_reply to
6414         send_requested_reply/receive_requested_reply so we can send the
6415         replies, not just receive them.
6416
6417         * bus/config-parser.c: parse the new
6418         send_requested_reply/receive_requested_reply
6419
6420         * bus/policy.c (bus_client_policy_check_can_send): add
6421         requested_reply argument and use it
6422
6423         * bus/bus.c (bus_context_check_security_policy): pass through
6424         requested_reply status to message send check
6425
6426         * bus/system.conf.in: adapt to requested_reply change
6427         
6428 2004-05-28  Havoc Pennington  <hp@redhat.com>
6429
6430         * test/glib/test-service-glib.c (main): remove unused variable
6431
6432         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
6433
6434         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
6435         from the enum, no longer in use.
6436
6437         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
6438         works right.
6439
6440         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
6441         whether error_name passed in is a valid error name.
6442
6443 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
6444
6445         * dbus/dbus-message.c (dbus_message_get_args): Added support for
6446         OBJECT_PATH and OBJECT_PATH_ARRAY
6447
6448 2004-05-28  Seth Nickell  <seth@gnome.org>
6449
6450         * python/examples/Makefile.am:
6451
6452         Forget to add Makefile.am. Do not pass go.
6453
6454 2004-05-28  Michael Meeks  <michael@ximian.com>
6455
6456         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
6457         fix no int64 case.
6458
6459         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
6460
6461         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
6462         (_dbus_message_iter_get_basic_type_array): impl.
6463         drastically simplify ~all relevant _get methods to use these.
6464         (_dbus_message_iter_append_basic_array),
6465         (dbus_message_iter_append_basic): impl
6466         drastically simplify ~all relevant _append methods to use these.
6467
6468         * dbus/dbus-message-builder.c (parse_basic_type) 
6469         (parse_basic_array, lookup_basic_type): impl.
6470         (_dbus_message_data_load): prune scads of duplicate /
6471         cut & paste coding.
6472
6473         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
6474         (_dbus_demarshal_basic_type): implement,
6475         (demarshal_and_validate_len/arg): beef up debug.
6476         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
6477
6478 2004-05-27  Seth Nickell  <seth@gnome.org>
6479
6480         * configure.in:
6481         * python/Makefile.am:
6482
6483         Include the example python apps in the tarball.
6484         
6485         * python/examples/list-system-services.py
6486
6487         Add a python new example that fetches the list of services
6488         from the system bus.
6489         
6490 2004-05-27  Seth Nickell  <seth@gnome.org>
6491
6492         * python/dbus.py:
6493         * python/dbus_bindings.pyx.in:
6494
6495         Fix failure to notify that a signal was not handled,
6496         resulted in hung functions.
6497         
6498 2004-05-25  Colin Walters  <walters@redhat.com>
6499
6500         * tools/dbus-monitor.c (main): Monitor all types of messages.
6501
6502 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
6503
6504         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
6505         which unregisters the object path and disposes the handler.
6506
6507 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
6508  
6509         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
6510          
6511         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
6512         operands to && so we call dbus_message_iter_next () for the last
6513         argument also.
6514
6515 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6516
6517         * dbus/dbus-object-tree.c
6518         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
6519         children even if the requested path isn't registered.
6520         (object_tree_test_iteration): test object_tree_list_registered.
6521
6522         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
6523         it to 0.
6524         
6525 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
6526
6527         * doc/TODO: Remove resolved items.
6528
6529         * bus/expirelist.h (struct BusExpireList): remove unused n_items
6530         field.
6531         
6532         * bus/connection.c (bus_connections_expect_reply): Enforce the
6533         per-connection limit on pending replies.
6534         
6535         Patch from Jon Trowbridge <trow@ximian.com>:
6536  
6537         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
6538         up a watch that triggers a config reload when one end of the pipe
6539         becomes readable.
6540         (signal_handler): Instead of doing the config reload in our SIGHUP
6541         handler, just write to the reload pipe and let the associated
6542         watch handle the reload when control returns to the main loop.
6543  
6544         * bus/driver.c (bus_driver_handle_reload_config): Added.
6545         Implements a ReloadConfig method for requesting a configuration
6546         file reload via the bus driver.
6547  
6548 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
6549
6550         * HACKING: Updated release instructions concerning the wiki page.
6551
6552 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
6553
6554         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
6555         filter against auth->allowed_mechs; we only add allowed mechs in
6556         record_mechanisms().
6557  
6558         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
6559         ALLOWED_MECHS to auth-script format so we can set the list of
6560         allowed mechanisms.
6561  
6562         * data/auth/client-out-of-mechanisms.auth-script: New test to
6563         check client disconnects when it is out of mechanisms to try.
6564  
6565         * dbus/dbus-auth.c (process_command): Remove check for lines
6566         longer that 1 MB; we only buffer up maximum 16 kB.
6567  
6568         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
6569         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
6570         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
6571         assume there might be unused bytes.
6572  
6573         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
6574         client-out-of-mechs, it is handled in process_reject(). Move check
6575         for max failures to send_rejected(), as it's a server-only thing.
6576
6577         * dbus/dbus-auth.c: Factor out protocol reply code into functions
6578         send_auth(), send_data(), send_rejected(), send_error(),
6579         send_ok(), send_begin() and send_cancel().
6580
6581 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
6582
6583         Remove base64 encoding, replace with hex encoding. Original patch
6584         from trow@ximian.com, added error handling.
6585
6586         * dbus/dbus-string.c (_dbus_string_base64_encode)
6587         (_dbus_string_base64_decode): Remove.
6588         (_dbus_string_hex_decode): Add end_return argument so we can
6589         distinguish between OOM and invalid hex encoding.
6590         (_dbus_string_test): Remove base64 tests and add test case for
6591         invalid hex.
6592
6593         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
6594         Replace base64 with hex.
6595
6596         * test/data/auth/invalid-hex-encoding.auth-script: New test case
6597         for invalid hex encoded data in auth protocol.
6598
6599 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6600
6601         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
6602         leak.
6603
6604 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
6605
6606         * mono/dbus-sharp.dll.config.in: Added for GAC
6607         * mono/dbus-sharp.snk: Added for GAC
6608         * mono/Assembly.cs.in: Added for GAC
6609         * mono/Makefile.am: Changes for GAC installation        
6610         * configure.in: Added refs for dbus-sharp.dll.config.in and
6611         Assembly.cs.in. More fixes for mono testing
6612         * mono/example/Makefile.am: Changed var to CSC
6613         * Makefile.am: Changed flag name to DBUS_USE_CSC
6614
6615 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
6616
6617         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
6618         * mono/doc/*: Added documentation framework
6619         * configure.in: Added monodoc check
6620         * README: Added description of mono configure flags
6621
6622 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
6623
6624         * doc/dbus-specification.xml: Added a "Required" column to the 
6625         header fields table and changed the "zero or more" verbage in
6626         the above paragraph to read "The header must contain the required 
6627         named header fields and zero or more of the optional named header 
6628         fields".
6629         * test/data/invalid-messages/*.message: Added the required PATH 
6630         named header field to the tests so that they don't fail on 
6631         'Missing path field'
6632
6633 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
6634
6635         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
6636         the stack by implicitly defining variable and parameter types and
6637         removing the hack of defining C pointers as python objects and later
6638         casting them.
6639
6640 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
6641
6642         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
6643
6644 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
6645
6646         * mono/DBusType/Dict.cs: Handle empty dicts
6647         * mono/DBusType/Array.cs: Handle empty arrays
6648         * mono/Arguments.cs: Handle empty arguments
6649
6650 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
6651
6652         * dbus-sharp.pc.in: Modified to include include Libs and Requires
6653         field
6654
6655 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
6656
6657         * test/data/valid-messages/standard-*.message: Update message
6658         test scripts to new header field names.
6659
6660 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
6661
6662         * test/break-loader.c (randomly_do_n_things): tracked down buffer
6663         overflow to times_we_did_each_thing array which would chop off the
6664         first character of the failure_dir string. Increased the size of
6665         the array to 7 to reflect the number of random mutation functions
6666         we have.
6667
6668 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
6669
6670         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
6671         unix_server->watch here, it is unreffed in disconnect.
6672         (_dbus_server_new_for_tcp_socket): convert NULL host to
6673         "localhost" here so we don't append NULL to address.
6674         
6675         * dbus/dbus-server.c (_dbus_server_test): Add test case for
6676         various addresses, including tcp with no explicit host.
6677
6678 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6679
6680         * dbus/dbus-message.c (decode_header_data, decode_string_field):
6681         fix incorrect setting of .name_offset in the HeaderField (it was
6682         off by two bytes, positioned right after the name and typecode)
6683
6684         * bus/bus.c (bus_context_new, bus_context_unref): test before
6685         calling dbus_server_free_data_slot and _dbus_user_database_unref
6686         in case of an error.
6687
6688         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
6689         by libdbus-gtool.
6690
6691 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
6692
6693         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
6694         _dbus_poll() instead of select().
6695
6696 2004-04-15  Jon Trowbridge  <trow@ximian.com>
6697
6698         * bus/main.c (signal_handler): Reload the configuration files
6699         on SIGHUP.
6700         (main): Set up our SIGHUP handler.
6701
6702         * bus/bus.c (struct BusContext): Store the config file, user and
6703         fork flag in the BusContext.
6704         (process_config_first_time_only): Added.  Contains the code
6705         (previously in bus_context_new) for setting up the BusContext from
6706         the BusConfigParser that should only be run the first time the
6707         config files are read.
6708         (process_config_every_time): Added.  Contains the code (previously
6709         in bus_context_new) for setting up the BusContext from the
6710         BusConfigParser that should be run every time the config files are
6711         read.
6712         (load_config): Added.  Builds a BusConfigParser from the config
6713         files and passes the resulting structure off to
6714         process_config_first_time_only (assuming this is the first time)
6715         and process_config_every_time.
6716         (bus_context_new): All of the config-related code has been moved
6717         to process_config_first_time_only and process_config_every_time.
6718         Now this function just does the non-config-related initializations
6719         and calls load_config.
6720         (bus_context_reload_config): Added.
6721
6722 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6723
6724         * bus/driver.c (bus_driver_handle_get_service_owner):
6725         implement a GetServiceOwner method.
6726         * doc/dbus-specification.xml: document it.
6727         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
6728         
6729         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
6730         implement, using the bus GetServiceOwner method.
6731
6732         * test/glib/test-dbus-glib.c:
6733         use dbus_gproxy_new_for_service_owner so that we can receive the
6734         signal. 
6735
6736 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
6737
6738         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
6739         dbus/dbus-message.c, dbus/dbus-protocol.h
6740         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
6741
6742         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
6743         dbus/dbus-message.c, dbus/dbus-protocol.h
6744         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
6745
6746         * dbus/dbus-internals.c (_dbus_header_field_to_string):
6747         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
6748         DBUS_HEADER_FIELD_SENDER resolves to "sender"
6749
6750         * doc/dbus-specification.xml (Header Fields Table):
6751         s/SERVICE/DESTINATION
6752         s/SENDER_SERVICE/SENDER
6753
6754
6755 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6756
6757         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
6758         a few seconds.
6759
6760 2004-04-13  Michael Meeks  <michael@ximian.com>
6761
6762         * glib/dbus-gobject.c (handle_introspect): split out
6763         (introspect_properties): this.
6764         (handle_introspect): implement this.
6765
6766         * test/glib/Makefile.am: use the absolute path so the bus
6767         daemon's chdir ("/") doesn't kill us dead.
6768
6769         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
6770
6771 2004-04-12  Jon Trowbridge  <trow@ximian.com>
6772
6773         * bus/config-parser.c (struct BusConfigParser): Added
6774         included_files field.
6775         (seen_include): Added.  Checks whether or not a file has already
6776         been included by any parent BusConfigParser.
6777         (bus_config_parser_new): Copy the parent's included_files.
6778         (include_file): Track which files have been included, and fail on
6779         circular inclusions.
6780         (process_test_valid_subdir): Changed printf to report if we are
6781         testing valid or invalid conf files.
6782         (all_are_equiv): Changed printf to be a bit clearer about
6783         what we are actually doing.
6784         (bus_config_parser_test): Test invalid configuration files.
6785
6786 2004-04-09  Jon Trowbridge  <trow@ximian.com>
6787
6788         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
6789         argument.  If non-null, the newly-constructed BusConfigParser will
6790         be initialized with the parent's BusLimits instead of the default
6791         values.
6792         (include_file): When including a config file, pass in
6793         the current parser as the parent and then copy the BusLimits
6794         from the included BusConfigParser pack to the current parser.
6795         (process_test_valid_subdir): Renamed from process_test_subdir.
6796         (process_test_equiv_subdir): Added.  Walks through a directory,
6797         descending into each subdirectory and loading the config files
6798         it finds there.  If any subdirectory contains two config files
6799         that don't produce identical BusConfigParser structs, fail.
6800         For now, the BusConfigParser's BusPolicies are not compared.
6801         (bus_config_parser_test): Call both process_test_valid_subdir and
6802         process_test_equiv_subdir.
6803
6804         * bus/config-loader-libxml.c (bus_config_load): Take a parent
6805         argument and pass it along to the call to bus_config_parser_new.
6806         Also made a few small changes to allow this code to compile.
6807
6808         * bus/config-loader-expat.c (bus_config_load): Take a parent
6809         argument and pass it along to the call to bus_config_parser_new.
6810
6811         * bus/bus.c (bus_context_new): Load the config file
6812         with a NULL parent argument.
6813
6814 2004-03-29  Michael Meeks  <michael@ximian.com>
6815
6816         * glib/dbus-gobject.c (introspect_properties): split
6817         out, fix mangled 'while' flow control.
6818         (introspect_signals): implement.
6819         (handle_introspect): update.
6820
6821 2004-03-29  Michael Meeks  <michael@ximian.com>
6822
6823         * glib/dbus-gobject.c (set_object_property): split out / 
6824         re-work, use the property type, and not the message type(!)
6825         (get_object_property): ditto.
6826
6827         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
6828         (dbus_gvalue_marshal): make this code re-usable, needed
6829         for signals too, also on both proxy and server side.
6830         Re-write for more efficiency / readability.
6831
6832 2004-03-29  Michael Meeks  <michael@ximian.com>
6833
6834         * dbus/dbus-message.c
6835         (dbus_message_new_error_printf): impl.
6836
6837         * dbus/dbus-connection.c
6838         (dbus_connection_unregister_object_path): fix warning.
6839
6840         * configure.in: fix no-mono-installed situation.
6841
6842 2004-03-27  Havoc Pennington  <hp@redhat.com>
6843
6844         Patch from Timo Teräs:
6845         
6846         * tools/dbus-send.c (main): if --print-reply, assume type is
6847         method call; support boolean type args
6848         
6849         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
6850         bunch of memleak and logic bugs
6851         
6852 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
6853
6854         * mono/Arguments.cs:
6855         * mono/Introspector.cs:
6856         * mono/Handler.cs:
6857         * mono/InterfaceProxy.cs:
6858         * mono/Message.cs
6859         * mono/ProxyBuilder.cs:
6860         * mono/Service.cs:
6861         Added InterfaceProxy class to avoid building proxies for every
6862         object.
6863
6864         * dbus-message.h:
6865         * dbus-message.c (dbus_message_append_args_valist)
6866         (dbus_message_iter_get_object_path)
6867         (dbus_message_iter_get_object_path_array)
6868         (dbus_message_iter_append_object_path)
6869         (dbus_message_iter_append_object_path_array):
6870         Added object_path iter functions to handle OBJECT_PATH arguments
6871         
6872 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
6873
6874         First checkin of mono bindings.
6875         * configure.in:
6876         * Makefile.am:
6877         Build stuff for the bindings
6878         * dbus-sharp.pc.in: Added for pkgconfig
6879         
6880 2004-03-21  Havoc Pennington  <hp@redhat.com>
6881
6882         * test/test-service.c (main): remove debug spew
6883
6884 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6885
6886         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
6887         arrays
6888
6889         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
6890         (dbus_message_iter_init_array_iterator)
6891         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
6892         indicate whether the iterator is empty
6893
6894         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
6895         warnings
6896
6897 2004-03-19  Havoc Pennington  <hp@redhat.com>
6898
6899         * NEWS: 0.21 updates
6900
6901         * configure.in: 0.21
6902
6903         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
6904         
6905         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
6906         you don't need pyrex to make dist
6907
6908         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
6909         sources; run moc
6910         
6911 2004-03-18  Richard Hult  <richard@imendio.com>
6912
6913         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
6914         (dbus_message_set_auto_activation): Add doxygen docs.
6915
6916 2004-03-16  Richard Hult  <richard@imendio.com>
6917
6918         * bus/activation.c: (bus_activation_service_created),
6919         (bus_activation_send_pending_auto_activation_messages),
6920         (bus_activation_activate_service):
6921         * bus/activation.h:
6922         * bus/dispatch.c: (bus_dispatch),
6923         (check_nonexistent_service_auto_activation),
6924         (check_service_auto_activated),
6925         (check_segfault_service_auto_activation),
6926         (check_existent_service_auto_activation), (bus_dispatch_test):
6927         * bus/driver.c: (bus_driver_handle_activate_service):
6928         * bus/services.c: (bus_registry_acquire_service):
6929         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
6930         (dbus_message_get_auto_activation):
6931         * dbus/dbus-message.h:
6932         * dbus/dbus-protocol.h: Implement auto-activation.
6933         
6934         * doc/dbus-specification.xml: Add auto-activation to the spec.
6935
6936 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6937
6938         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
6939         fix a bug with CUSTOM types.
6940
6941         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
6942         a unit test for this bug (used to fail).
6943
6944 2004-03-12  Mikael Hallendal  <micke@imendio.com>
6945
6946         * bus/activation.c:
6947         (babysitter_watch_callback): notify all pending activations waiting for
6948           the same exec that the activation failed.
6949         (bus_activation_activate_service): shortcut the activation if we 
6950           already waiting for the same executable to start up.
6951
6952 2004-03-12  Mikael Hallendal  <micke@imendio.com>
6953
6954         * bus/activation.c: 
6955         - Added service file reloading. 
6956           Each service files directory is kept in an hash table in 
6957           BusActivation and each BusActivationEntry knows what .service-file it
6958           was read from. So when you try to activate a service the bus will 
6959           check if it's been updated, removed or if new .service-files has 
6960           been installed.
6961         - Test code at the bottom for the service file reloading.
6962         * bus/test-main.c: (main):
6963         * bus/test.h:
6964         - added service reloading test.
6965         * dbus/dbus-sysdeps.c: 
6966         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
6967
6968 2004-03-08  Michael Meeks  <michael@ximian.com>
6969
6970         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
6971         bail immediately if disconnected, to avoid busy loop.
6972
6973         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
6974         cleanup cut/paste/inefficiency.
6975
6976 2004-03-01  David Zeuthen  <david@fubar.dk>
6977
6978         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
6979         bug where args were used twice. This bug resulted in a segfault
6980         on a Debian/PPC system when starting the messagebus daemon. Include
6981         dbus-sysdeps.h for DBUS_VA_COPY
6982
6983         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
6984
6985         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
6986         appropriate va_copy implementation. From GLib
6987         
6988 2004-02-24  Joe Shaw  <joe@ximian.com>
6989
6990         * bus/services.c (bus_registry_acquire_service): We need to pass
6991         in the service name to dbus_set_error() to prevent a crash.
6992
6993 2003-12-26  Anders Carlsson  <andersca@gnome.org>
6994
6995         * AUTHORS: Reveal my True identity.
6996
6997 2003-12-17  Mikael Hallendal  <micke@imendio.com>
6998
6999         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
7000         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
7001
7002 2003-12-13  Mikael Hallendal  <micke@imendio.com>
7003
7004         * doc/TODO: Added not about better error check of configuration files.
7005
7006 2003-12-02  Richard Hult  <richard@imendio.com>
7007
7008         * Update AFL version to 2.0 throughout the source files to reflect
7009         the update that was done a while ago.
7010
7011 2003-12-02  Richard Hult  <richard@imendio.com>
7012
7013         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
7014         wrote_dict_key to FALSE on the iter that the dict is appended to,
7015         just like when appending other types. Fixes a bug where a dict
7016         couldn't be put inside a dict.
7017         (dbus_message_iter_append_dict_key): Fix typo in warning message.
7018         (message_iter_test, _dbus_message_test): Add test case for dict
7019         inside dict.
7020
7021 2003-12-01  David Zeuthen  <david@fubar.dk>
7022
7023         * python/dbus.py: Add the actual message when calling the reciever
7024         of a signal such that parameters can be inspected. Add the method
7025         remove_signal_receiver
7026         
7027 2003-11-26  Mikael Hallendal  <micke@imendio.com>
7028
7029         * bus/*.[ch]:
7030         * dbus/*.[ch]:
7031         * glib/*.[ch]: Made ref functions return the pointer
7032
7033 2003-11-25  Zack Rusin  <zack@kde.org>
7034
7035         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
7036
7037         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
7038         wrappers,
7039
7040         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
7041         the Integrator and to better fit with the server,
7042
7043 2003-11-24  Zack Rusin  <zack@kde.org>
7044
7045         * qt/connection.h, qt/connection.cpp: removing initDbus method since
7046         the integrator handles it now
7047
7048         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
7049         since QTimer wasn't really meant to be used the way DBusTimeout is
7050
7051 2003-11-24  Zack Rusin  <zack@kde.org>
7052
7053         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
7054         Integrator class which integrates D-BUS with the Qt event loop,
7055
7056         * qt/connection.h, qt/connection.cpp: Move all the code which
7057         was dealing with D-BUS integration to the Integrator class,
7058         and start using Integrator,
7059
7060 2003-11-23  Zack Rusin  <zack@kde.org>
7061
7062         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
7063         wrapper
7064
7065         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
7066         switching namespaces to DBusQt, reworking the class,
7067
7068         * Makefile.cvs: switching dependencies so that it matches KDE 
7069         schematics,
7070         
7071         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
7072         the library
7073
7074 2003-11-19  Havoc Pennington  <hp@redhat.com>
7075
7076         * NEWS: update
7077
7078         * configure.in: bump version to 0.20
7079
7080         * configure.in (have_qt): add yet another place to look for qt
7081         (someone hand trolltech a .pc file...)
7082
7083 2003-11-01  Havoc Pennington  <hp@redhat.com>
7084
7085         * doc/dbus-specification.xml: add state machine docs on the auth
7086         protocol; just a first draft, I'm sure it's wrong.      
7087
7088 2003-10-28  David Zeuthen  <david@fubar.dk>
7089
7090         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
7091         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
7092         
7093 2003-10-28  Havoc Pennington  <hp@redhat.com>
7094
7095         * dbus/dbus-message.c (get_next_field): delete unused function
7096
7097 2003-10-28  Havoc Pennington  <hp@redhat.com>
7098
7099         * bus/expirelist.c (do_expiration_with_current_time): detect
7100         failure of the expire_func due to OOM
7101
7102         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
7103
7104         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
7105         NoReply error that's now created by the bus when the service exits
7106
7107 2003-10-28  Havoc Pennington  <hp@redhat.com>
7108
7109         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
7110         tests for set_path, set_interface, set_member, etc.
7111
7112         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
7113
7114         * dbus/dbus-message.c (set_string_field): always just delete and
7115         re-append the field; accept NULL for deletion
7116         (re_align_fields_recurse): reimplement
7117         
7118 2003-10-26  Havoc Pennington  <hp@redhat.com>
7119
7120         * dbus/dbus-connection.c: fix docs to properly describe the
7121         disconnected message
7122         (_dbus_connection_notify_disconnected): remove this function; 
7123         we can't synchronously add the disconnected message, we have to 
7124         do it after we've queued any remaining real messages
7125         (_dbus_connection_get_dispatch_status_unlocked): queue the
7126         disconnect message only if the transport has finished queueing all
7127         its real messages and is disconnected.
7128         (dbus_connection_disconnect): update the dispatch status here
7129
7130 2003-10-22  Havoc Pennington  <hp@redhat.com>
7131
7132         * bus/bus.c (bus_context_check_security_policy): fix up assertion
7133
7134         * bus/connection.c (bus_transaction_send_from_driver): set the
7135         destination to the connection's base service
7136
7137 2003-10-20  Havoc Pennington  <hp@redhat.com>
7138
7139         hmm, make check is currently not passing.
7140         
7141         * doc/dbus-specification.xml: add requirement that custom type
7142         names follow the same rules as interface names.
7143
7144         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
7145         duplication and allow 'c' to be 'custom'; dict is now 'm' for
7146         'map'
7147
7148         * doc/dbus-specification.xml: update type codes to match
7149         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
7150         CUSTOM. Add type OBJECT_PATH to the spec.
7151
7152 2003-10-17  Havoc Pennington  <hp@redhat.com>
7153
7154         * bus/driver.c (create_unique_client_name): use "." as separator
7155         in base service names instead of '-'
7156
7157         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
7158         byte at the end of the string
7159
7160         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
7161         optimization macros since string validation seems to be a slow
7162         point.
7163         
7164         * doc/dbus-specification.xml: restrict valid
7165         service/interface/member/error names. Add test suite code for the
7166         name validation.
7167
7168         * dbus/dbus-string.c: limit service/interface/member/error names 
7169         to [0-9][A-Z][a-z]_
7170
7171         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
7172         format arg to verbose spew
7173
7174         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
7175         memory, return instead of g_error
7176
7177         * test/test-service.c (path_message_func): support emitting a
7178         signal on request
7179
7180         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
7181         activation bus type if DBUS_BUS_ACTIVATION was set; default to
7182         assuming the activation bus was the session bus so that services
7183         started manually will still register.
7184         (init_connections_unlocked): fix so that in OOM situation we get
7185         the same semantics when retrying the function
7186         
7187         * test/test-service.c (main): change to use path registration, to
7188         test those codepaths; register with DBUS_BUS_ACTIVATION rather
7189         than DBUS_BUS_SESSION
7190
7191 2003-10-16  Havoc Pennington  <hp@redhat.com>
7192
7193         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
7194
7195         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
7196         coverage of the tests
7197         (coverage-report.txt): don't move the .da and .bbg files around
7198
7199 2003-10-16  Havoc Pennington  <hp@redhat.com>
7200
7201         * bus/bus.c (struct BusContext): remove struct field I didn't mean
7202         to put there
7203
7204 2003-10-16  Havoc Pennington  <hp@redhat.com>
7205
7206         * bus/connection.c (bus_pending_reply_expired): either cancel or
7207         execute, not both
7208         (bus_connections_check_reply): use unlink, not remove_link, as we
7209         don't want to free the link; fixes double free mess
7210
7211         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
7212         where no reply was received
7213
7214         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
7215         fix a refcount leak
7216
7217         * bus/signals.c (match_rule_matches): add special cases for the
7218         bus driver, so you can match on sender/destination for it.
7219
7220         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
7221         DBUS_PRINT_BACKTRACE is set
7222
7223         * dbus/dbus-internals.c: add pid to assertion failure messages
7224
7225         * dbus/dbus-connection.c: add message type code to the debug spew
7226
7227         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
7228         sender=foo not service=foo
7229
7230         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
7231         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
7232         DBUS_ACTIVATION_ADDRESS instead
7233
7234         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
7235         DBUS_SYSTEM_BUS_ADDRESS if appropriate
7236
7237         * bus/bus.c (bus_context_new): handle OOM copying bus type into
7238         context struct
7239
7240         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
7241         (dbus_message_iter_get_object_path_array): new function (half
7242         finished, disabled for the moment)
7243         
7244         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
7245         DBUS_MESSAGE_TYPE_ERROR
7246
7247         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
7248         avoid redirecting stderr to /dev/null
7249         (babysit): close stdin if not doing the "exit_with_session" thing
7250
7251         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
7252         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
7253         stdout/stdin, so things don't get confused
7254         
7255         * bus/system.conf.in: fix to allow replies, I modified .conf
7256         instead of .conf.in again.
7257
7258 2003-10-14  David Zeuthen  <david@fubar.dk>
7259
7260         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
7261         argtype to arg_type when raising unknown arg type exception.
7262         Changed type list to reflect the changes in dbus-protocol.h so 
7263         the bindings actually work.
7264
7265 2003-10-14  Havoc Pennington  <hp@redhat.com>
7266
7267         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
7268         to have a bug keeping it from outputting the .da files sometimes
7269         (string_get_string): don't append garbage nul bytes to the string.
7270
7271 2003-10-15  Seth Nickell  <seth@gnome.org>
7272
7273         * python/Makefile.am:
7274
7275         Include dbus_h_wrapper.h in the dist tarball.
7276
7277 2003-10-14  Havoc Pennington  <hp@redhat.com>
7278
7279         * bus/bus.c (bus_context_check_security_policy): revamp this to
7280         work more sanely with new policy-based requested reply setup
7281
7282         * bus/connection.c (bus_transaction_send_from_driver): set bus
7283         driver messages as no reply
7284
7285         * bus/policy.c (bus_client_policy_check_can_receive): handle a
7286         requested_reply attribute on allow/deny rules
7287
7288         * bus/system.conf: add <allow requested_reply="true"/>
7289
7290         * bus/driver.c (bus_driver_handle_message): fix check for replies
7291         sent to the bus driver, which was backward. How did this ever work
7292         at all though? I think I'm missing something.
7293
7294         * dbus/dbus-message.c (decode_header_data): require error and
7295         method return messages to have a reply serial field to be valid
7296         (_dbus_message_loader_queue_messages): break up this function;
7297         validate that reply serial and plain serial are nonzero; 
7298         clean up the OOM/error handling.
7299         (get_uint_field): don't return -1 from this
7300         (dbus_message_create_header): fix signed/unsigned bug
7301
7302         * bus/connection.c (bus_connections_expect_reply): save serial of
7303         the incoming message, not reply serial
7304
7305 2003-10-14  Havoc Pennington  <hp@redhat.com>
7306
7307         * bus/connection.c: implement pending reply tracking using
7308         BusExpireList
7309
7310         * bus/bus.c (bus_context_check_security_policy): verify that a
7311         reply is pending in order to allow a reply to be sent. Deny 
7312         messages of unknown type.
7313
7314         * bus/dbus-daemon-1.1.in: update to mention new resource limits
7315
7316         * bus/bus.c (bus_context_get_max_replies_per_connection): new
7317         (bus_context_get_reply_timeout): new
7318
7319 2003-10-13  Seth Nickell  <seth@gnome.org>
7320
7321         * python/Makefile.am:
7322
7323         Pass "make distcheck": remove a couple files from DIST_FILES
7324         that weren't included in the final version.
7325
7326 2003-10-12  Havoc Pennington  <hp@pobox.com>
7327
7328         Added test code that 1) starts an actual bus daemon and 2) uses
7329         DBusGProxy; fixed bugs that were revealed by the test. Lots 
7330         more testing possible, but this is the basic framework.
7331         
7332         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
7333         empty proxy lists from the proxy list hash
7334
7335         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
7336         couple of return_if_fail checks
7337
7338         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
7339         to allocate, so everything is cleared to NULL as it should be.
7340
7341         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
7342         source as data to dbus_connection_set_timeout_functions() as the 
7343         timeout functions expected
7344
7345         * test/glib/run-test.sh: add a little script to start up a message
7346         bus and run tests using it
7347
7348         * tools/dbus-launch.1: updates
7349
7350         * tools/dbus-launch.c (main): add --config-file option
7351
7352         * tools/dbus-launch.c (main): remove confusing else if (runprog)
7353         that could never be reached.
7354
7355         * dbus/dbus-message.c (dbus_message_new_method_return) 
7356         (dbus_message_new_error, dbus_message_new_signal): set the
7357         no-reply-expected flag on all these. Redundant, but may
7358         as well be consistent.
7359
7360 2003-10-11  Havoc Pennington  <hp@pobox.com>
7361
7362         * test/decode-gcov.c (function_solve_graph): make broken block
7363         graph a nonfatal error since it seems to be broken. Need to debug
7364         this.
7365
7366         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
7367         can't just check type > INVALID < LAST anymore
7368
7369         * dbus/dbus-message.c (dbus_message_get_signature): new function
7370         (dbus_message_has_signature): new function
7371         (struct DBusMessage): add signature field (right now it isn't sent
7372         over the wire, just generated on the fly)
7373         (dbus_message_copy): copy the signature, and init strings to
7374         proper length to avoid some reallocs
7375         (dbus_message_iter_init_array_iterator): return void, since it
7376         can't fail
7377         (dbus_message_iter_init_dict_iterator): return void since it can't fail
7378         (_dbus_message_loader_queue_messages): add silly temporary hack to
7379         fill in message->signature on load
7380
7381         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
7382         characters, so they are relatively human-readable.
7383
7384 2003-10-11  Havoc Pennington  <hp@pobox.com>
7385
7386         * dbus/dbus-message.c (_dbus_message_test): add more test
7387         coverage, but #if 0 for now since they uncover a bug 
7388         not fixed yet; I think in re_align_field_recurse()
7389         (re_align_field_recurse): add FIXME about broken assertion
7390
7391         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
7392
7393         * bus/connection.c: share a couple code bits with expirelist.c
7394
7395         * bus/expirelist.h, bus/expirelist.c: implement a generic
7396         expire-items-after-N-seconds facility, was going to share between
7397         expiring connections and replies, decided not to use for expiring
7398         connections for now.
7399
7400         * COPYING: include AFL 2.0 (still need to change all the file headers)
7401
7402 2003-10-09  Havoc Pennington  <hp@redhat.com>
7403
7404         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
7405         gcc 3.3. Not that we do anything about it yet.
7406
7407         * bus/signals.c (bus_match_rule_parse): impose max length on the
7408         match rule text
7409
7410         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
7411
7412 2003-10-09  Havoc Pennington  <hp@redhat.com>
7413
7414         Make matching rules theoretically work (add parser).
7415         
7416         * bus/bus.c (bus_context_check_security_policy): fix up to handle
7417         the case where destination is explicitly specified as bus driver
7418         and someone else is eavesdropping.
7419         
7420         * bus/policy.c (bus_client_policy_check_can_receive): fix up
7421         definition of eavesdropping and assertion
7422
7423         * tools/dbus-send.c (main): use dbus_message_type_from_string
7424
7425         * bus/signals.c (bus_match_rule_parse): implement
7426
7427         * dbus/dbus-message.c (dbus_message_type_from_string): new
7428
7429         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
7430
7431 2003-10-02  Havoc Pennington  <hp@pobox.com>
7432
7433         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
7434         dbus_gproxy_oneway_call
7435
7436         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
7437         (dbus_server_setup_with_g_main): fix to allow calling them more
7438         than once on the same args
7439         (dbus_bus_get_with_g_main): new function
7440
7441 2003-10-02  Havoc Pennington  <hp@redhat.com>
7442
7443         * doc/dbus-tutorial.xml: write some stuff
7444
7445 2003-09-29  Havoc Pennington  <hp@pobox.com>
7446
7447         * configure.in: split checks for Doxygen from XML docs, check for
7448         xmlto
7449
7450         * doc/Makefile.am: XML-ify all the docs, and add a blank
7451         dbus-tutorial.xml
7452
7453 2003-09-29  Havoc Pennington  <hp@pobox.com>
7454
7455         * Merge dbus-object-names branch. To see the entire patch 
7456         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
7457         it's huuuuge though.
7458         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
7459         
7460 2003-09-28  Havoc Pennington  <hp@pobox.com>
7461
7462         * HACKING: update to reflect new server
7463
7464 2003-09-26  Seth Nickell  <seth@gnome.org>
7465
7466         * python/dbus.py:
7467         * python/examples/example-signals.py:
7468
7469         Start implementing some notions of signals. The API
7470         is really terrible, but they sort of work (with the
7471         exception of being able to filter by service, and to
7472         transmit signals *as* a particular service). Need to
7473         figure out how to make messages come from the service
7474         we registered :-(
7475         
7476         * python/dbus_bindings.pyx.in:
7477
7478         Removed duplicate message_handler callbacks.
7479         
7480 2003-09-25  Havoc Pennington  <hp@redhat.com>
7481
7482         * bus/session.conf.in: fix my mess
7483
7484 2003-09-25  Havoc Pennington  <hp@pobox.com>
7485
7486         * bus/session.conf.in: fix security policy, reported by Seth Nickell
7487
7488 2003-09-25  Seth Nickell  <seth@gnome.org>
7489
7490         * python/examples/example-service.py:
7491
7492         Johan notices complete wrong code in example-service, but
7493         completely wrong in a way that works exactly the same (!).
7494         Johan is confused, how could this possibly work? Example
7495         code fails to serve purpose of making things clear.
7496         Seth fixes.
7497
7498 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
7499
7500         * doc/dbus-specification.sgml: don't require header fields
7501         to be 4-byte aligned and specify that fields should be
7502         distinguished from padding by the fact that zero is not
7503         a valid field name.
7504         
7505         * doc/TODO: remove re-alignment item and add item to doc
7506         the OBJECT_PATH type.
7507         
7508         * dbus/dbus-message.c:
7509         (HeaderField): rename the original member to value_offset
7510         and introduce a name_offset member to keep track of where
7511         the field actually begins.
7512         (adjust_field_offsets): remove.
7513         (append_int_field), (append_uint_field),
7514         (append_string_field): don't align the start of the header
7515         field to a 4-byte boundary.
7516         (get_next_field): impl finding the next marhsalled field
7517         after a given field.
7518         (re_align_field_recurse): impl re-aligning a number of
7519         already marshalled fields.
7520         (delete_field): impl deleting a field of any type and
7521         re-aligning any following fields.
7522         (delete_int_or_uint_field), (delete_string_field): remove.
7523         (set_int_field), (set_uint_field): no need to re-check
7524         that we have the correct type for the field.
7525         (set_string_field): ditto and impl re-aligning any
7526         following fields.
7527         (decode_header_data): update to take into account that
7528         the fields aren't 4-byte aligned any more and the new
7529         way to distinguish padding from header fields. Also,
7530         don't exit when there is too much header padding.
7531         (process_test_subdir): print the directory.
7532         (_dbus_message_test): add test to make sure a following
7533         field is re-aligned correctly after field deletion.
7534         
7535         * dbus/dbus-string.[ch]:
7536         (_dbus_string_insert_bytes): rename from insert_byte and
7537         allow the insert of multiple bytes.
7538         (_dbus_string_test): test inserting multiple bytes.
7539
7540         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
7541         warning note to docs about having to re-align any
7542         marshalled values following the string.
7543         
7544         * dbus/dbus-message-builder.c:
7545         (append_string_field), (_dbus_message_data_load):
7546         don't align the header field.
7547         
7548         * dbus/dbus-auth.c: (process_test_subdir): print the
7549         directory.
7550         
7551         * test/break-loader.c: (randomly_add_one_byte): upd. for
7552         insert_byte change.
7553         
7554         * test/data/invalid-messages/bad-header-field-alignment.message:
7555         new test case.
7556         
7557         * test/data/valid-messages/unknown-header-field.message: shove
7558         a dict in the unknown field.
7559
7560 2003-09-25  Seth Nickell  <seth@gnome.org>
7561
7562         * python/dbus.py:
7563         * python/dbus_bindings.pyx.in:
7564
7565         Handle return values.
7566         
7567         * python/examples/example-client.py:
7568         * python/examples/example-service.py:
7569
7570         Pass back return values from the service to the client.
7571         
7572 2003-09-24  Seth Nickell  <seth@gnome.org>
7573
7574         * python/dbus.py:
7575
7576         Connect Object methods (when you are sharing an object) up... pass
7577         in a list of methods to be shared. Sharing all the methods just
7578         worked out too weird. You can now create nice Services over the
7579         DBus in Python. :-)
7580         
7581         * python/dbus_bindings.pyx.in:
7582
7583         Keep references to user_data tuples passed into C functions so 
7584         Python doesn't garbage collect on us.
7585
7586         Implement MethodReturn and Error subclasses of Message for creating
7587         DBusMessage's of those types.
7588         
7589         * python/examples/example-client.py:
7590         * python/examples/example-service.py:
7591
7592         Simple example code showing both how create DBus services and objects,
7593         and how to use them.
7594
7595 2003-09-23  Havoc Pennington  <hp@pobox.com>
7596
7597         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
7598
7599 2003-09-23  Havoc Pennington  <hp@redhat.com>
7600
7601         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
7602         (dbus_gproxy_disconnect_signal): implement
7603         (dbus_gproxy_manager_remove_signal_match): implement
7604         (dbus_gproxy_manager_add_signal_match): implement
7605         (dbus_gproxy_oneway_call): implement
7606
7607 2003-09-23  Havoc Pennington  <hp@pobox.com>
7608
7609         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
7610         subclass. This means dropping the transparent thread safety of the
7611         proxy; you now need a separate proxy per-thread, or your own
7612         locking on the proxy. Probably right anyway.
7613         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
7614
7615 2003-09-22  Havoc Pennington  <hp@redhat.com>
7616
7617         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
7618
7619 2003-09-21  Seth Nickell  <seth@gnome.org>
7620
7621         First checkin of the Python bindings.
7622         
7623         * python/.cvsignore:
7624         * python/Makefile.am:
7625         * python/dbus_bindings.pyx.in:
7626         * python/dbus_h_wrapper.h:
7627
7628         Pieces for Pyrex to operate on, building a dbus_bindings.so
7629         python module for low-level access to the DBus APIs.
7630         
7631         * python/dbus.py:
7632
7633         High-level Python module for accessing DBus objects.
7634
7635         * configure.in:
7636         * Makefile.am:
7637
7638         Build stuff for the python bindings.
7639
7640         * acinclude.m4:
7641
7642         Extra macro needed for finding the Python C header files.
7643
7644 2003-09-21  Havoc Pennington  <hp@pobox.com>
7645
7646         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
7647         implementing the proxy manager, didn't get very far.
7648
7649         * dbus/dbus-bus.c (dbus_bus_add_match): new
7650         (dbus_bus_remove_match): new
7651
7652         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
7653         path_name argument; adjust the other not-yet-implemented 
7654         gproxy constructors to be what I think they should be.
7655
7656 2003-09-21  Havoc Pennington  <hp@pobox.com>
7657
7658         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
7659         by default for message bus connections.
7660
7661         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
7662         exit_on_disconnect flag is set and we process the disconnected
7663         signal.
7664         (dbus_connection_set_exit_on_disconnect): new function
7665
7666 2003-09-21  Havoc Pennington  <hp@pobox.com>
7667
7668         Get matching rules mostly working in the bus; only actually
7669         parsing the rule text remains. However, the client side of
7670         "signal connections" hasn't been started, this patch is only the
7671         bus side.
7672         
7673         * dbus/dispatch.c: fix for the matching rules changes
7674         
7675         * bus/driver.c (bus_driver_handle_remove_match)
7676         (bus_driver_handle_add_match): send an ack reply from these
7677         method calls
7678
7679         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
7680         arguments, reported by Seth Nickell
7681
7682         * bus/config-parser.c (append_rule_from_element): support
7683         eavesdrop=true|false attribute on policies so match rules 
7684         can be prevented from snooping on the system bus.
7685
7686         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
7687         and "destination" in attribute names; fix some docs bugs; 
7688         add eavesdrop=true|false attribute
7689
7690         * bus/driver.c (bus_driver_handle_add_match)
7691         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
7692         messages
7693
7694         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
7695         rid of broadcast service concept, signals are just always broadcast
7696
7697         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
7698         mostly implement matching rules stuff (currently only exposed as signal
7699         connections)
7700
7701 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
7702
7703         * doc/dbus-specification.sgml: Change the header field name
7704         to be an enum and update the rest of the spec to reference
7705         the fields using the conventinal name.
7706
7707         * dbus/dbus-protocol.h: update to reflect the spec.
7708
7709         * doc/TODO: add item to remove the 4 byte alignment requirement.
7710         
7711         * dbus/dbus-message.c: Remove the code to generalise the
7712         header/body length and serial number header fields as named
7713         header fields so we can reference field names using the 
7714         protocol values.
7715         (append_int_field), (append_uint_field), (append_string_field):
7716         Append the field name as a byte rather than four chars.
7717         (delete_int_or_uint_field), (delete_string_field): reflect the
7718         fact that the field name and typecode now occupy 4 bytes instead
7719         of 8.
7720         (decode_string_field), (decode_header_data): update to reflect
7721         protocol changes and move the field specific encoding from
7722         decode_string_field() back into decode_header_data().
7723         
7724         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
7725         Add utility to aid debugging.
7726         
7727         * dbus/dbus-message-builder.c:
7728         (append_string_field), (_dbus_message_data_load): Update to
7729         reflect protocol changes; Change the FIELD_NAME directive
7730         to HEADER_FIELD and allow it to take the field's conventional
7731         name rather than the actual value.
7732         
7733         * test/data/*/*.message: Update to use HEADER_FIELD instead
7734         of FIELD_NAME; Always align the header on an 8 byte boundary
7735         *before* updating the header length.
7736
7737 2003-09-15  Havoc Pennington  <hp@pobox.com>
7738
7739         * dbus/dbus-pending-call.c: add the get/set object data
7740         boilerplate as for DBusConnection, etc. Use generic object data
7741         for the notify callback.
7742
7743         * glib/dbus-gparser.c (parse_node): parse child nodes
7744
7745         * tools/dbus-viewer.c: more hacking on the dbus-viewer
7746         
7747         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
7748         contain functions shared between the convenience lib and the
7749         installed lib
7750
7751         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
7752         -export-symbols-regex to the GLib library
7753
7754         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
7755         fix the locking in here, and add a default handler for
7756         Introspect() that just returns sub-nodes.
7757
7758 2003-09-14  Havoc Pennington  <hp@pobox.com>
7759
7760         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
7761         rather than gfoo consistent
7762
7763         * glib/dbus-gproxy.h: delete for now, move contents to
7764         dbus-glib.h, because the include files don't work right since we
7765         aren't in the dbus/ subdir.
7766         
7767         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
7768         (dbus_gproxy_end_call): finish
7769         (dbus_gproxy_begin_call): finish
7770
7771         * glib/dbus-gmain.c (dbus_set_g_error): new
7772
7773         * glib/dbus-gobject.c (handle_introspect): include information
7774         about child nodes in the introspection
7775
7776         * dbus/dbus-connection.c (dbus_connection_list_registered): new
7777         function to help in implementation of introspection
7778
7779         * dbus/dbus-object-tree.c
7780         (_dbus_object_tree_list_registered_and_unlock): new function
7781
7782 2003-09-12  Havoc Pennington  <hp@pobox.com>
7783
7784         * glib/dbus-gidl.h: add common base class for all the foo_info
7785         types
7786
7787         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
7788         similar to kdcop
7789
7790         * test/Makefile.am: try test srcdir -ef . in addition to test
7791         srcdir = ., one of them should work (yeah lame)
7792         
7793         * glib/Makefile.am: build the "idl" parser stuff as a convenience
7794         library
7795         
7796         * glib/dbus-gparser.h: make description_load routines return
7797         NodeInfo* not Parser*
7798
7799         * Makefile.am (SUBDIRS): build test dir after all library dirs
7800
7801         * configure.in: add GTK+ detection
7802
7803 2003-09-07  Havoc Pennington  <hp@pobox.com>
7804
7805         * Make Doxygen contented.
7806
7807 2003-09-07  Havoc Pennington  <hp@pobox.com>
7808
7809         * doc/dbus-specification.sgml: more updates
7810
7811 2003-09-06  Havoc Pennington  <hp@pobox.com>
7812
7813         * doc/dbus-specification.sgml: partial updates
7814
7815         * bus/dbus-daemon-1.1.in: fix the config file docs for the
7816         zillionth time; hopefully I edited the right file this time.
7817
7818         * bus/config-parser.c (append_rule_from_element): support
7819         send_type, send_path, receive_type, receive_path
7820
7821         * bus/policy.c: add message type and path to the list of things
7822         that can be "firewalled"
7823
7824 2003-09-06  Havoc Pennington  <hp@pobox.com>
7825
7826         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
7827         (dbus_connection_register_object_path): make this not handle
7828         messages to paths below the given path
7829
7830 2003-09-03  Havoc Pennington  <hp@pobox.com>
7831
7832         * test/glib/Makefile.am: add this with random glib-linked test
7833         programs
7834
7835         * glib/Makefile.am: remove the random test programs from here,
7836         leave only the unit tests
7837
7838         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
7839         uscore/javacaps conversion, and fix     
7840         (get_object_property, set_object_property): change to .NET
7841         convention for mapping props to methods, set_FooBar/get_FooBar, 
7842         since one language has such a convention we may as well copy it. 
7843         Plus real methods in either getFooBar or get_foo_bar style won't 
7844         collide with this convention.
7845
7846 2003-09-01  Havoc Pennington  <hp@pobox.com>
7847
7848         * glib/dbus-gparser.c: implement
7849
7850         * glib/dbus-gobject.c: start implementing skeletons support
7851
7852         * configure.in: when disabling checks/assert, also define
7853         G_DISABLE_ASSERT and G_DISABLE_CHECKS
7854
7855 2003-09-01  Havoc Pennington  <hp@pobox.com>
7856
7857         * glib/Makefile.am: rearrange a bunch of files and get "make
7858         check" framework set up
7859
7860 2003-08-31  Havoc Pennington  <hp@pobox.com>
7861
7862         * fix build with --disable-tests
7863
7864 2003-08-30  Havoc Pennington  <hp@pobox.com>
7865
7866         * dbus/dbus-connection.c: purge DBusMessageHandler
7867
7868         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
7869         use callbacks everywhere
7870
7871 2003-08-30  Havoc Pennington  <hp@pobox.com>
7872
7873         * test/data/valid-config-files/system.d/test.conf: change to 
7874         root for the user so warnings don't get printed
7875
7876         * dbus/dbus-message.c: add dbus_message_get_path,
7877         dbus_message_set_path
7878         
7879         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
7880         dispatching to a path
7881
7882         * dbus/dbus-string.c (_dbus_string_validate_path): add
7883
7884         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
7885         (_dbus_marshal_object_path): implement
7886
7887         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
7888         to contain the path to the target object
7889         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
7890         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
7891
7892 2003-08-30  Havoc Pennington  <hp@pobox.com>
7893
7894         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
7895
7896 2003-08-29  Havoc Pennington  <hp@pobox.com>
7897
7898         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
7899         registered
7900         (struct DBusObjectSubtree): shrink this
7901         a lot, since we may have a lot of them
7902         (_dbus_object_tree_free_all_unlocked): implement
7903         (_dbus_object_tree_dispatch_and_unlock): implement
7904
7905 2003-08-29  Havoc Pennington  <hp@pobox.com>
7906
7907         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
7908
7909 2003-08-28  Havoc Pennington  <hp@pobox.com>
7910
7911         purge DBusObjectID
7912         
7913         * dbus/dbus-connection.c: port to no ObjectID, create a
7914         DBusObjectTree, rename ObjectTree to ObjectPath in public API
7915
7916         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
7917         everything except UnregisterFunction and MessageFunction
7918         
7919         * dbus/dbus-marshal.c: port away from DBusObjectID, 
7920         add DBUS_TYPE_OBJECT_PATH
7921         
7922         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
7923         dbus/dbus-objectid.[hc]: remove these, we are moving to 
7924         path-based object IDs
7925
7926 2003-08-25  Havoc Pennington  <hp@pobox.com>
7927
7928         Just noticed that dbus_message_test is hosed, I wonder when I
7929         broke that. I thought make check was passing earlier...
7930         
7931         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
7932         container tree, will replace most of dbus-object-registry
7933
7934         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
7935         screwup
7936
7937 2003-08-19  Havoc Pennington  <hp@pobox.com>
7938
7939         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
7940         (dbus_message_is_error): fix this function
7941
7942         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
7943         match
7944
7945         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
7946         reflect clarified man page
7947         (bus_client_policy_check_can_send): ditto
7948         
7949         * bus/session.conf.in: fixup
7950
7951         * bus/system.conf.in: fixup
7952
7953 2003-08-18  Havoc Pennington  <hp@redhat.com>
7954
7955         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
7956
7957         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
7958         dumb bug created earlier (wrong order of args to
7959         decode_header_data())
7960         
7961         * tools/dbus-send.c: port
7962
7963         * tools/dbus-print-message.c (print_message): port
7964
7965         * test/data/*messages: port all messages over
7966         
7967         * dbus/dbus-message-builder.c: support including 
7968         message type
7969         
7970         * bus/driver.c: port over
7971         
7972         * bus/dispatch.c: port over to new stuff
7973
7974         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
7975         rename disconnect signal to "Disconnected"
7976
7977 2003-08-17  Havoc Pennington  <hp@pobox.com>
7978
7979         This doesn't compile yet, but syncing up so I can hack on it from
7980         work. What are branches for if not broken code? ;-)
7981         
7982         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
7983         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
7984         DBUS_HEADER_FIELD_ERROR_NAME
7985         
7986         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
7987         for the interface+member pairs
7988         (string_hash): change to use g_str_hash algorithm
7989         (find_direct_function, find_string_function): refactor these to
7990         share most code.
7991         
7992         * dbus/dbus-message.c: port all of this over to support 
7993         interface/member fields instead of name field
7994
7995         * dbus/dbus-object-registry.c: port over
7996         
7997         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
7998         from _dbus_string_validate_name
7999
8000         * bus/dbus-daemon-1.1: change file format for the 
8001         <deny>/<allow> stuff to match new message naming scheme
8002
8003         * bus/policy.c: port over
8004
8005         * bus/config-parser.c: parse new format
8006         
8007 2003-08-16  Havoc Pennington  <hp@pobox.com>
8008
8009         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
8010         broken assertion
8011
8012         * glib/dbus-gproxy.c: some hacking
8013
8014 2003-08-15  Havoc Pennington  <hp@redhat.com>
8015
8016         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
8017
8018         * dbus/dbus-connection.c
8019         (dbus_connection_send_with_reply_and_block): factor out internals;
8020         change to convert any error replies to DBusError instead of 
8021         returning them as a message
8022
8023 2003-08-15  Havoc Pennington  <hp@pobox.com>
8024
8025         * dbus/dbus-connection.c, 
8026         dbus/dbus-pending-call.c: Finish the pending call stuff
8027
8028 2003-08-14  Havoc Pennington  <hp@redhat.com>
8029
8030         * dbus/dbus-pending-call.c: start on new object that will replace
8031         DBusMessageHandler and ReplyHandlerData for tracking outstanding
8032         replies
8033
8034         * dbus/dbus-gproxy.c: start on proxy object used to communicate
8035         with remote interfaces
8036
8037         * dbus/dbus-gidl.c: do the boring boilerplate in here
8038         
8039 2003-08-12  Havoc Pennington  <hp@pobox.com>
8040
8041         * bus/dispatch.c (bus_dispatch): make this return proper 
8042         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
8043
8044         * dbus/dbus-errors.c (dbus_set_error): use
8045         _dbus_string_append_printf_valist
8046
8047         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
8048         (_dbus_string_append_printf): new
8049
8050         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
8051         UNKNOWN_METHOD
8052
8053         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
8054         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
8055         message is unhandled.
8056
8057 2003-08-11  Havoc Pennington  <hp@pobox.com>
8058
8059         * bus/test.c (client_disconnect_handler): change to return
8060         HANDLED (would have been REMOVE_MESSAGE)
8061
8062         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
8063         HANDLED/NOT_YET_HANDLED instead of
8064         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
8065         should be used.
8066
8067 2003-08-10  Havoc Pennington  <hp@pobox.com>
8068
8069         * tools/dbus-send.c (main): add --type argument, for now
8070         supporting only method_call and signal types.
8071
8072         * tools/dbus-print-message.c: print message type
8073
8074         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
8075         init connection->objects
8076
8077         * doc/dbus-specification.sgml: fix sgml
8078
8079         * bus/*.c: port over to object-instance API changes
8080
8081         * test/test-service.c: ditto
8082         
8083         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
8084         name, we will have to fix up the rest of the code to also handle
8085         this
8086         (dbus_message_new): generic message-creation call
8087         (set_string_field): allow appending name field
8088
8089 2003-08-06  Havoc Pennington  <hp@pobox.com>
8090
8091         * dbus/dbus-object-registry.c: implement signal connection 
8092         and dispatch
8093
8094         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
8095
8096         * dbus/dbus-internals.c (_dbus_memdup): new function
8097
8098 2003-08-02  Havoc Pennington  <hp@pobox.com>
8099
8100         * dbus/dbus-message.c (dbus_message_get_no_reply)
8101         (dbus_message_set_no_reply): add these and remove
8102         set_is_error/get_is_error
8103
8104         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
8105         remove the ERROR flag, since there's now an ERROR type
8106
8107 2003-08-01  Havoc Pennington  <hp@pobox.com>
8108
8109         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
8110         implement
8111
8112         * dbus/dbus-message.c (dbus_message_get_type): new function
8113
8114         * doc/dbus-specification.sgml: add "type" byte to messages
8115
8116 2003-08-01  Havoc Pennington  <hp@pobox.com>
8117
8118         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
8119         a message type enum to distinguish kinds of message
8120         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
8121         that need not be replied to
8122
8123 2003-08-01  Havoc Pennington  <hp@pobox.com>
8124
8125         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
8126         (unpack_8_octets): fix no-64-bit-int bug
8127
8128         * dbus/dbus-object-registry.c (validate_id): validate the 
8129         connection ID bits, not just the instance ID.
8130
8131         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
8132         the connection-global 33 bits of the object ID
8133
8134         * dbus/dbus-object-registry.c (info_from_entry): fill in 
8135         object ID in the new way
8136
8137         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
8138         define server/client/instance bits.
8139
8140 2003-07-30  Havoc Pennington  <hp@pobox.com>
8141
8142         * dbus/dbus-connection.c (dbus_connection_register_object): fix
8143         build
8144
8145 2003-07-13  Havoc Pennington  <hp@pobox.com>
8146
8147         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
8148         fields to DBusObjectVTable and DBusObjectInfo
8149
8150 2003-07-12  Havoc Pennington  <hp@pobox.com>
8151
8152         * dbus/dbus-object-registry.c: implement unit test,
8153         fix bugs discovered in process
8154
8155         * dbus/dbus-connection.c: remove handler_table and
8156         register_handler(), add DBusObjectRegistry usage
8157
8158         * dbus/dbus-objectid.c (dbus_object_id_is_null)
8159         (dbus_object_id_set_null): new functions
8160
8161 2003-07-08  Havoc Pennington  <hp@pobox.com>
8162
8163         * dbus/dbus-object.c: implement some of this
8164
8165         * dbus/dbus-object-registry.c
8166         (_dbus_object_registry_add_and_unlock): fill in the object_id out
8167         param
8168         (_dbus_object_registry_new): handle OOM
8169
8170 2003-07-08  Havoc Pennington  <hp@pobox.com>
8171
8172         * dbus/dbus-object.h: sketch out an API for registering objects
8173         with a connection, that allows us to use as little as 24 bytes
8174         per object and lets application code represent an object in 
8175         any conceivable way.
8176
8177         * dbus/dbus-object-registry.c: implement the hard bits of the
8178         DBusConnection aspect of object API. Not yet wired up.
8179         
8180 2003-07-06  Havoc Pennington  <hp@pobox.com>
8181
8182         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
8183         (_dbus_marshal_object_id): new
8184         (_dbus_demarshal_object_id): new
8185         (_dbus_marshal_get_arg_end_pos): support object ID type, and
8186         consolidate identical switch cases. Don't conditionalize handling
8187         of DBUS_TYPE_UINT64, need to handle the type always.
8188         (_dbus_marshal_validate_arg): consolidate identical cases, and
8189         handle DBUS_TYPE_OBJECT_ID
8190
8191         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
8192
8193         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
8194
8195 2003-09-28  Havoc Pennington  <hp@pobox.com>
8196
8197         * real 0.13 release
8198
8199 2003-09-28  Havoc Pennington  <hp@pobox.com>
8200
8201         * doc/Makefile.am (dbus-specification.html): testing a funky hack
8202         to work with Debian db2html
8203
8204 2003-09-28  Havoc Pennington  <hp@pobox.com>
8205
8206         * configure.in: 0.13
8207
8208         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
8209         stylesheet-images for benefit of Debian
8210         
8211         Change back to using filesystem-linked sockets for the system
8212         bus, so only root can create the default system bus address.
8213         
8214         * bus/system.conf.in: change to use
8215         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
8216
8217         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
8218         from here.
8219
8220         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
8221         here, and AC_DEFINE DBUS_SYSTEM_PATH
8222
8223 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
8224
8225         * doc/TODO:
8226         * doc/busconfig.dtd:
8227         Add busconfig DTD.
8228         
8229 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
8230
8231         * doc/dbus-specification.sgml:
8232         Add activation reply values.
8233         
8234 2003-08-05  Havoc Pennington  <hp@redhat.com>
8235
8236         * configure.in: 0.12
8237
8238 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
8239
8240         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
8241         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
8242         (add_watch), (remove_watch), (create_source):
8243         Refcount fds, fixes some reentrancy issues.
8244         
8245 2003-07-30  Havoc Pennington  <hp@redhat.com>
8246
8247         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
8248         bus address to be abstract if we have abstract sockets
8249
8250         * NEWS: update
8251
8252 2003-07-28  Havoc Pennington  <hp@redhat.com>
8253
8254         * bus/messagebus.in: fix to avoid processname/servicename 
8255         confusion, from Michael Kearey
8256         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
8257         
8258 2003-07-23  Havoc Pennington  <hp@pobox.com>
8259
8260         * dbus/dbus-message.c (dbus_message_iter_get_named): 
8261         fix from Andy Hanton to remove broken "+1"
8262
8263 2003-07-16  Havoc Pennington  <hp@pobox.com>
8264
8265         * tools/dbus-launch.c (babysit): close stdout/stderr in the
8266         babysitter process, as suggested by Thomas Leonard, so 
8267         an "eval `dbus-launch --exit-with-session`" will actually 
8268         return
8269
8270 2003-07-16  Havoc Pennington  <hp@pobox.com>
8271
8272         * configure.in: print out EXPANDED_* variables in the summary at
8273         the end; clean up the code that computes EXPANDED_ variables and
8274         get the ones using exec_prefix right. Should make things work
8275         when you build without --prefix
8276
8277 2003-06-29  Havoc Pennington  <hp@pobox.com>
8278
8279         * mono/Test.cs (class Test): fire up a main loop and run it
8280
8281         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
8282         done once, the app has to do it
8283
8284 2003-06-26  Havoc Pennington  <hp@pobox.com>
8285
8286         * mono/Connection.cs: set up connection with the glib main loop
8287
8288 2003-07-01  Havoc Pennington  <hp@redhat.com>
8289
8290         * doc/dbus-specification.sgml: clarify the format of a type code,
8291         change suggested by Jim Blandy
8292
8293 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
8294
8295         * doc/Makefile.am:
8296         * tools/Makefile.am: Don't assume srcdir == builddir.
8297
8298         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
8299         the allocated block.
8300         (_dbus_memory_test): New function.
8301         * dbus/dbus-test.h: Add _dbus_memory_test ().
8302         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
8303
8304         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
8305         of %c%c%c%c.
8306         (dbus_message_new): Remove obsolete @todo.
8307
8308         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
8309         (_dbus_marshal_set_uint64): Fix comment.
8310
8311         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
8312         hardcode FIELD_REPLY_SERIAL.
8313
8314         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
8315         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
8316
8317         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
8318         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
8319
8320 2003-06-24  Havoc Pennington  <hp@pobox.com>
8321
8322         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
8323
8324 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
8325
8326         * configure.in:
8327         * gcj/.cvsignore:
8328         * gcj/Hello.java:
8329         * gcj/Makefile.am:
8330         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
8331         * gcj/org/.cvsignore:
8332         * gcj/org/Makefile.am:
8333         * gcj/org/freedesktop/.cvsignore:
8334         * gcj/org/freedesktop/Makefile.am:
8335         * gcj/org/freedesktop/dbus/.cvsignore:
8336         * gcj/org/freedesktop/dbus/Makefile.am:
8337         * gcj/org/freedesktop/dbus/Message.java: (Message),
8338         (Message.Message):
8339         * gcj/org/freedesktop/dbus/natMessage.cc:
8340         Fix the build system.
8341
8342 2003-06-22  Havoc Pennington  <hp@pobox.com>
8343
8344         * mono/Connection.cs: add more bindings
8345
8346         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
8347         more than once.
8348
8349 2003-06-22  Havoc Pennington  <hp@pobox.com>
8350
8351         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
8352         Start wrapping more stuff.
8353
8354 2003-06-22  Havoc Pennington  <hp@pobox.com>
8355
8356         * mono/Message.cs: implement Message.Wrap() that ensures we only
8357         have a single C# wrapper per DBusMessage, assuming it works which
8358         it probably doesn't.
8359
8360         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
8361         (dbus_message_free_data_slot): new
8362         (dbus_message_set_data): new
8363         (dbus_message_get_data): new
8364
8365 2003-06-22  Havoc Pennington  <hp@pobox.com>
8366
8367         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
8368         (_dbus_data_slot_allocator_alloc): rework these to keep a
8369         reference count on each slot and automatically manage a global
8370         slot ID variable passed in by address
8371
8372         * bus/bus.c: convert to new dataslot API
8373
8374         * dbus/dbus-bus.c: convert to new dataslot API
8375
8376         * dbus/dbus-connection.c: convert to new dataslot API
8377
8378         * dbus/dbus-server.c: convert to new dataslot API
8379
8380         * glib/dbus-gmain.c: ditto
8381
8382         * bus/test.c: ditto
8383
8384         * bus/connection.c: ditto
8385
8386 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
8387
8388         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
8389         after the gcj checks so that the correct configuration tags
8390         will be added to libtool.
8391
8392         * dbus-glib-1.pc.in: No need to specify any includes since
8393         dbus-1.pc.in has those.
8394
8395 2003-06-22  Havoc Pennington  <hp@pobox.com>
8396
8397         * mono/*, gcj/*, configure.in, Makefile.am:
8398         Check in makefiles and subdirs for mono and gcj bindings.
8399         Neither binding actually exists, just trying to get through
8400         all the build and other boring bits.
8401
8402 2003-06-21  Philip Blundell  <philb@gnu.org>
8403
8404         * tools/dbus-monitor.1: Updated.
8405
8406         * tools/dbus-send.1: Likewise.
8407
8408 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
8409
8410         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
8411         for hangup and error after checking read so we won't discard
8412         pending data if both hangup and read are set.
8413
8414 2003-06-19  Philip Blundell  <philb@gnu.org>
8415
8416         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
8417
8418         * tools/dbus-send.c: Accept both --system and --session.
8419
8420         * tools/dbus-monitor.c: Same here.
8421
8422 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
8423
8424         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
8425         from C++ (Patch by Miloslav Trmac).
8426
8427 2003-06-15  Joe Shaw  <joe@assbarn.com>
8428
8429         * configure.in: Check for socklen_t.
8430
8431         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
8432
8433         * test/test-segfault.c: Add #include <sys/time.h>
8434
8435         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
8436         dbus-launch needs it.
8437
8438 2003-06-09  Havoc Pennington  <hp@redhat.com>
8439
8440         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
8441         SUN_LEN, it breaks abstract socket usage
8442
8443         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
8444         starts of lines.
8445
8446 2003-06-04  Havoc Pennington  <hp@pobox.com>
8447
8448         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
8449         using unix:abstract=/foo, and when listening in a tmpdir
8450         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
8451
8452         * dbus/dbus-transport.c (_dbus_transport_open): support
8453         unix:abstract=/foo
8454
8455         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
8456         support abstract sockets
8457
8458         * dbus/dbus-transport-unix.c
8459         (_dbus_transport_new_for_domain_socket): support abstract sockets
8460
8461         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
8462         toggle as an argument, implement abstract namespace support
8463         (_dbus_listen_unix_socket): ditto
8464
8465         * configure.in: add --enable-abstract-sockets and implement
8466         a configure check for autodetection of the right value.
8467
8468 2003-06-01  Havoc Pennington  <hp@pobox.com>
8469
8470         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
8471         in /tmp (though on Linux this will end up being useless,
8472         when we add abstract namespace support)
8473
8474         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
8475         subst'ing it
8476
8477 2003-05-28  Colin Walters  <walters@verbum.org>
8478
8479         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
8480
8481 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
8482
8483         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
8484
8485 2003-05-17  Colin Walters  <walters@gnu.org>
8486
8487         * tools/dbus-send.c: Don't exit with an error code if --help was
8488         passed.  Default to using the session bus instead of the system
8489         one.
8490
8491         * tools/dbus-launch.c: Ditto.
8492
8493         * tools/dbus-monitor.c: Ditto.
8494
8495         * tools/dbus-send.1: Update with new arguments.
8496
8497         * tools/dbus-launch.c: Emit code to export variables.  New
8498         arguments -s and -c to specify shell syntax, and a bit of code to
8499         autodetect syntax.  Also, allow specifying a program to run.
8500
8501         * tools/dbus-launch.1: Update with new arguments.
8502
8503         * tools/dbus-send.1: Ditto.
8504
8505         * tools/dbus-monitor.1: Ditto.
8506
8507 2003-05-17  Havoc Pennington  <hp@pobox.com>
8508
8509         * bus/config-parser.c (merge_included): merge in policies from
8510         child configuration file.
8511
8512         * bus/policy.c (bus_policy_merge): function to merge two policies
8513         together
8514
8515 2003-05-16  Havoc Pennington  <hp@redhat.com>
8516
8517         * dbus/dbus-connection.c: disable verbose lock spew
8518
8519         * tools/dbus-send.c: add --print-reply command line option
8520
8521         * tools/dbus-print-message.h (print_message): new util function
8522         shared by dbus-send and dbus-monitor
8523
8524         * tools/dbus-monitor.c (handler_func): exit on disconnect
8525
8526         * dbus/dbus-transport-unix.c (do_reading): if the transport is
8527         disconnected, don't try to use the read_watch
8528
8529         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
8530         so we can find this bug more easily
8531
8532 2003-05-16  Havoc Pennington  <hp@redhat.com>
8533
8534         * bus/policy.c (free_rule_list_func): avoid a crash when passed
8535         NULL as DBusHashTable is annoyingly likely to do.
8536
8537 2003-05-16  Colin Walters  <walters@verbum.org>
8538
8539         * tools/dbus-monitor.c: Add --session argument and usage()
8540         function.
8541
8542         * tools/dbus-monitor.1: Update with new --session arg.
8543
8544         * bus/Makefile.am (install-data-hook): Create
8545         $(libdir)/dbus-1.0/services so that the session bus is happy.
8546
8547 2003-05-15  Havoc Pennington  <hp@redhat.com>
8548
8549         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
8550         on non-x86. ifdef's are evil.
8551
8552 2003-05-15  Havoc Pennington  <hp@redhat.com>
8553
8554         * configure.in: 0.11
8555
8556         * NEWS: update
8557
8558         * bus/Makefile.am (initddir): apparently we are supposed to put
8559         init scripts in /etc/rc.d/init.d not /etc/init.d
8560
8561         * bus/Makefile.am: remove the "you must --enable-tests to make
8562         check" as it broke distcheck
8563
8564         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
8565
8566 2003-05-13  James Willcox  <jwillcox@gnome.org>
8567
8568         * configure.in:
8569         * bus/activation.c: (bus_activation_service_created),
8570         (bus_activation_activate_service):
8571         * bus/driver.c: (bus_driver_send_service_deleted),
8572         (bus_driver_send_service_created), (bus_driver_send_service_lost),
8573         (bus_driver_send_service_acquired),
8574         (bus_driver_send_welcome_message),
8575         (bus_driver_handle_list_services):
8576         * bus/session.conf.in:
8577         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
8578         (dbus_bus_service_exists), (dbus_bus_activate_service):
8579         * dbus/dbus-bus.h:
8580
8581         Add some convenience API which lets you activate a service, and did a
8582         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
8583         and dbus_message_get_args()
8584
8585 2003-05-11  Havoc Pennington  <hp@pobox.com>
8586
8587         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
8588         calling _dbus_marshal_validate_arg() for every byte in a byte
8589         array, etc.
8590
8591         * dbus/dbus-message-handler.c: use atomic reference counting to
8592         reduce number of locks slightly; the global lock in here sucks
8593
8594         * dbus/dbus-connection.c
8595         (_dbus_connection_update_dispatch_status_and_unlock): variant of
8596         update_dispatch_status that can be called with lock held; then use
8597         in a couple places to reduce locking/unlocking
8598         (dbus_connection_send): hold the lock over the whole function
8599         instead of acquiring it twice.
8600
8601         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
8602
8603         * bus/connection.c (bus_connections_setup_connection): fix access
8604         to already-freed memory.
8605
8606         * dbus/dbus-connection.c: keep a little cache of linked list
8607         nodes, to avoid using the global linked list alloc lock in the
8608         normal send-message case. Instead we just use the connection lock
8609         that we already have to take.
8610
8611         * dbus/dbus-list.c (_dbus_list_find_last): new function
8612
8613         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
8614         change to use a struct for the atomic type; fix docs,
8615         they return value before increment, not after increment.
8616
8617         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
8618         (_dbus_string_append_8_aligned): new functions to try to
8619         microoptimize this operation.
8620         (reallocate_for_length): break this out of set_length(), to
8621         improve profile info, and also so we can consider inlining the
8622         set_length() part.
8623
8624         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
8625         strings with some preallocation, cuts down on our calls to realloc
8626         a fair bit. Though if we can get the "move entire string to empty
8627         string" optimization below to kick in here, it would be better.
8628
8629         * dbus/dbus-string.c (_dbus_string_move): just call
8630         _dbus_string_move_len
8631         (_dbus_string_move_len): add a special case for moving
8632         an entire string into an empty string; we can just
8633         swap the string data instead of doing any reallocs.
8634         (_dbus_string_init_preallocated): new function
8635
8636 2003-05-11  Havoc Pennington  <hp@pobox.com>
8637
8638         Write a "test-profile" that does echo client-server with threads;
8639         profile reveals lock contention, memcpy/realloc of buffers, and
8640         UTF-8 validation as hot spots. 20% of lock contention eliminated
8641         with dbus_atomic_inc/dec implementation on x86.  Much remaining
8642         contention is global mempool locks for GList and DBusList.
8643
8644         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
8645         x86 implementation
8646
8647         * dbus/dbus-connection.c (struct DBusConnection): use
8648         dbus_atomic_t for the reference count
8649
8650         * dbus/dbus-message.c (struct DBusMessage): declare
8651         dbus_atomic_t values as volatile
8652
8653         * configure.in: code to detect ability to use atomic integer
8654         operations in assembly, from GLib patch
8655
8656         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
8657         time, tired of it being wrong in threads and forked processes
8658
8659         * glib/test-profile.c: a little program to bounce messages back
8660         and forth between threads and eat CPU
8661
8662         * dbus/dbus-connection.c: add debug spew macros for debugging
8663         thread locks; include config.h at top; fix deadlock in
8664         dbus_connection_flush()
8665
8666 2003-05-08  Havoc Pennington  <hp@pobox.com>
8667
8668         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
8669         data from getting written, and there wasn't a good reason to
8670         use _exit really.
8671
8672         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
8673         dbus_verbose lines in test coverage
8674         (main): add list of functions sorted by # of untested blocks
8675         to the coverage report
8676
8677         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
8678
8679         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
8680
8681         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
8682         extend test coverage
8683
8684         * test/data/auth/cancel.auth-script: test canceling an
8685         authentication
8686
8687         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
8688         aren't used. in CVS history if we end up needing them.
8689
8690 2003-05-04  Havoc Pennington  <hp@pobox.com>
8691
8692         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
8693         unit test
8694
8695         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
8696         function, which assumed length was in # of strings, not bytes
8697
8698         * dbus/dbus-message.c (_dbus_message_test): add tests for some
8699         missing coverage
8700
8701         * dbus/dbus-connection.c
8702         (_dbus_connection_queue_received_message): disable function for
8703         now, we are only using it in test mode
8704
8705         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
8706         remove a mistaken FIXME
8707
8708 2003-05-04  Havoc Pennington  <hp@pobox.com>
8709
8710         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
8711         unlock mutex on successful return, patch from Anders Gustafsson
8712
8713 2003-05-04  Havoc Pennington  <hp@pobox.com>
8714
8715         * dbus-glib-1.pc.in (Requires): fix dependencies, from
8716         Anders Gustafsson
8717
8718 2003-05-04  Havoc Pennington  <hp@pobox.com>
8719
8720         * tools/dbus-launch.c: implement
8721
8722         * bus/main.c (main), bus/bus.c (bus_context_new):
8723         implement --print-pid and --fork
8724
8725 2003-05-03  Havoc Pennington  <hp@redhat.com>
8726
8727         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
8728         the address had no value, and add to test suite. Fix and
8729         regression test from Miloslav Trmac
8730
8731 2003-05-03  Havoc Pennington  <hp@pobox.com>
8732
8733         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
8734         watch is invalid when handled
8735
8736         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
8737         dbus-launch utility to launch the bus from a shell script.  Didn't
8738         actually implement dbus-launch yet, it's just a placeholder still.
8739
8740 2003-05-03  Havoc Pennington  <hp@pobox.com>
8741
8742         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
8743         daemon; also documents daemon config file, so replaces
8744         doc/config-file.txt. Corrected some stuff from config-file.txt in
8745         the process of moving it.
8746
8747 2003-05-03  Havoc Pennington  <hp@pobox.com>
8748
8749         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
8750         add some man pages
8751
8752 2003-05-03  Colin Walters  <walters@verbum.org>
8753
8754         * dbus/dbus-sysdeps.c (fill_user_info): Test against
8755         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
8756
8757         * Makefile.am: Update to use new .pc versioning scheme.
8758
8759 2003-05-02  Havoc Pennington  <hp@redhat.com>
8760
8761         * bus/system.conf.in: allow send/receive to/from message bus
8762         service
8763
8764 2003-04-30  Havoc Pennington  <hp@redhat.com>
8765
8766         * configure.in: print a note when building with unit tests and
8767         without assertions
8768
8769 2003-04-30  Havoc Pennington  <hp@redhat.com>
8770
8771         * Makefile.am: add a check-local that complains if you didn't
8772         configure with --enable-tests
8773
8774 2003-04-29  Havoc Pennington  <hp@redhat.com>
8775
8776         * glib/dbus-gmain.c: docs cleanups
8777
8778         * dbus/dbus-types.h: add docs on int64 types
8779
8780         * dbus/dbus-memory.c: fix docs to avoid putting private API in
8781         public API docs section
8782
8783 2003-04-29  Havoc Pennington  <hp@redhat.com>
8784
8785         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
8786         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
8787         parallel install API version, not with the D-BUS package version.
8788
8789         * HACKING: move some of README over here
8790
8791         * README: updates, and document API/ABI policy
8792
8793         * configure.in: reindentation
8794
8795 2003-04-29  Havoc Pennington  <hp@redhat.com>
8796
8797         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
8798         to use this library" to be sure people have the right
8799         expectations.
8800
8801 2003-04-28  Havoc Pennington  <hp@redhat.com>
8802
8803         * configure.in: add --enable-docs which by default is auto yes if
8804         doxygen and db2html found, no otherwise; but can be forced on/off
8805
8806         * doc/Makefile.am: conditionalize whether to build docs on
8807         --enable-docs
8808
8809 2003-04-28  Havoc Pennington  <hp@redhat.com>
8810
8811         * configure.in: 0.10
8812
8813         * NEWS: update
8814
8815         * bus/system.conf.in: add <includedir>system.d</includedir>
8816
8817         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
8818         username was provided but not uid
8819
8820         * bus/config-parser.c (struct BusConfigParser): keep track of
8821         whether the parser is toplevel or was included; change some
8822         of the error handling if it's included.
8823
8824 2003-04-27  Havoc Pennington  <hp@pobox.com>
8825
8826         Unbreak my code...
8827
8828         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
8829         report correct status if we finish processing authentication
8830         inside this function.
8831
8832         * bus/activation.c (try_send_activation_failure): use
8833         bus_transaction_send_error_reply
8834
8835         * bus/connection.c (bus_connection_get_groups): return an error
8836         explaining the problem
8837
8838         * bus/bus.c (bus_context_check_security_policy): implement
8839         restriction here that inactive connections can only send the
8840         hello message. Also, allow bus driver to send anything to
8841         any recipient.
8842
8843         * bus/connection.c (bus_connection_complete): create the
8844         BusClientPolicy here instead of on-demand.
8845         (bus_connection_get_policy): don't return an error
8846
8847         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
8848         sender field in message being replied to
8849
8850         * bus/bus.c (bus_context_check_security_policy): fix silly typo
8851         causing it to return FALSE always
8852
8853         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
8854         we checked sender rather than destination
8855
8856 2003-04-25  Havoc Pennington  <hp@redhat.com>
8857
8858         test suite is slightly hosed at the moment, will fix soon
8859
8860         * bus/connection.c (bus_connections_expire_incomplete): fix to
8861         properly disable the timeout when required
8862         (bus_connection_set_name): check whether we can remove incomplete
8863         connections timeout after we complete each connection.
8864
8865         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
8866         probably still broken.
8867
8868         * bus/services.c (bus_registry_acquire_service): implement max
8869         number of services owned, and honor allow/deny rules on which
8870         services a connection can own.
8871
8872         * bus/connection.c (bus_connection_get_policy): report errors here
8873
8874         * bus/activation.c: implement limit on number of pending
8875         activations
8876
8877 2003-04-25  Havoc Pennington  <hp@redhat.com>
8878
8879         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
8880         where we used >= 0 instead of != DBUS_UID_UNSET.
8881
8882 2003-04-25  Havoc Pennington  <hp@redhat.com>
8883
8884         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
8885         were toggled without add/remove, fix from Anders Gustafsson
8886
8887 2003-04-24  Havoc Pennington  <hp@redhat.com>
8888
8889         * test/data/valid-config-files/basic.conf: add <limit> tags to
8890         this test
8891
8892         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
8893         <limit> tag in configuration file.
8894
8895 2003-04-24  Havoc Pennington  <hp@redhat.com>
8896
8897         * bus/dispatch.c: somehow missed some name_is
8898
8899         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
8900         (_dbus_timeout_set_interval): new
8901
8902         * bus/connection.c (bus_connections_setup_connection): record time
8903         when each connection is first set up, and expire them after the
8904         auth timeout passes.
8905
8906 2003-04-24  Havoc Pennington  <hp@redhat.com>
8907
8908         * dbus/dbus-message.c (dbus_message_name_is): rename
8909         (dbus_message_service_is): rename
8910         (dbus_message_sender_is): rename
8911         (dbus_message_get_service): rename
8912
8913 2003-04-24  Havoc Pennington  <hp@redhat.com>
8914
8915         * configure.in: add --enable-checks
8916
8917         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
8918
8919         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
8920         to use thread locks.
8921         (_dbus_connection_handler_destroyed_locked): move some private
8922         functions into proper docs group
8923
8924         * dbus/dbus-internals.h: add _dbus_return_if_fail,
8925         _dbus_return_val_if_fail
8926
8927         Throughout: use dbus_return_if_fail
8928
8929 2003-04-23  James Willcox  <jwillcox@gnome.org>
8930
8931         * glib/dbus-glib.h:
8932         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
8933         (dbus_connection_setup_with_g_main),
8934         (dbus_server_setup_with_g_main):
8935         * glib/test-dbus-glib.c: (main):
8936         * glib/test-thread-client.c: (main):
8937         * glib/test-thread-server.c: (new_connection_callback), (main):
8938         * tools/dbus-monitor.c: (main):
8939
8940         Added a GMainContext argument to dbus_connection_setup_with_g_main()
8941         and dbus_server_setup_with_g_main().
8942
8943 2003-04-20  Havoc Pennington  <hp@pobox.com>
8944
8945         * doc/dbus-specification.sgml: document the restrictions on
8946         message and service names
8947
8948 2003-04-22  Havoc Pennington  <hp@redhat.com>
8949
8950         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
8951         support, and do some code cleanups to share more code and
8952         speed up array marshal/demarshal.
8953
8954         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
8955
8956         * configure.in: generate dbus-arch-deps.h
8957
8958         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
8959         64-bit typecodes
8960
8961 2003-04-22  Havoc Pennington  <hp@redhat.com>
8962
8963         * test/data/valid-messages/opposite-endian.message: fix test
8964         to use proper type for rply field
8965
8966         * test/data/invalid-messages: add tests for below validation
8967
8968         * dbus/dbus-message.c (decode_header_data): validate field types,
8969         and validate that named fields are valid names
8970         (decode_name_field): consider messages in the
8971         org.freedesktop.Local. namespace to be invalid.
8972
8973         * dbus/dbus-string.c (_dbus_string_validate_name): new
8974
8975 2003-04-19  Havoc Pennington  <hp@pobox.com>
8976
8977         * bus/driver.c (bus_driver_handle_hello): check limits and
8978         return an error if they are exceeded.
8979
8980         * bus/connection.c: maintain separate lists of active and inactive
8981         connections, and a count of each. Maintain count of completed
8982         connections per user. Implement code to check connection limits.
8983
8984         * dbus/dbus-list.c (_dbus_list_unlink): export
8985
8986         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
8987         number of bytes in the message queue for a connection
8988
8989 2003-04-18  Havoc Pennington  <hp@pobox.com>
8990
8991         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
8992
8993         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
8994         memleaks
8995
8996         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
8997         on realloc be sure to update the pointer in the keyring
8998
8999         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
9000         offset to avoid writing to unallocated memory
9001
9002         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
9003         try the next mechanism, so we properly handle OOM
9004
9005         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
9006         on OOM.
9007         (_dbus_keyring_new): fix OOM bug
9008         (_dbus_keyring_new_homedir): always set error; impose a maximum
9009         number of keys we'll load from the file, mostly to speed up the
9010         test suite and make its OOM checks more useful, but also for
9011         general sanity.
9012
9013         * dbus/dbus-auth.c (process_error_server): reject authentication
9014         if we get an error from the client
9015         (process_cancel): on cancel, send REJECTED, per the spec
9016         (process_error_client): send CANCEL if we get an error from the
9017         server.
9018
9019 2003-04-18  Havoc Pennington  <hp@pobox.com>
9020
9021         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
9022         debug spew
9023
9024         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
9025         handling problem
9026
9027         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
9028         about DBUS_TEST_HOMEDIR once
9029
9030         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
9031         the environment
9032
9033         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
9034         config file so we test the right thing
9035
9036         Throughout: assorted docs improvements
9037
9038 2003-04-18  Havoc Pennington  <hp@pobox.com>
9039
9040         * glib/dbus-gmain.c: adapt to watch changes
9041
9042         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
9043
9044         * dbus/dbus-server.h: remove dbus_server_handle_watch
9045
9046         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
9047
9048         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
9049         like DBusTimeout, so we don't need dbus_connection_handle_watch
9050         etc.
9051
9052 2003-04-17  Havoc Pennington  <hp@redhat.com>
9053
9054         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
9055         database usage so it all goes via the DBusUserDatabase cache.
9056
9057 2003-04-17  Havoc Pennington  <hp@redhat.com>
9058
9059         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
9060         there was an OOM watch we skipped, we always return TRUE so we
9061         iterate again to have a look at it again. Fixes test suite hang.
9062         Code rearrangement also lets us lose some memset and only iterate
9063         over callbacks once.
9064
9065         * bus/driver.c (bus_driver_handle_message): sense of test for
9066         reply was backward
9067
9068 2003-04-16  Havoc Pennington  <hp@pobox.com>
9069
9070         * doc/dbus-specification.sgml: make spec say serials are unsigned
9071
9072         * dbus/dbus-message.h: change message serials to unsigned
9073
9074         * dbus/dbus-connection.c: adapt to message serials being unsigned
9075
9076 2003-04-15  Havoc Pennington  <hp@pobox.com>
9077
9078         * bus/bus.c: create and keep around a shared DBusUserDatabase
9079         object.
9080
9081         * bus/connection.c (bus_connection_get_groups): don't cache
9082         groups for user in the connection object, since user database
9083         object now does that.
9084
9085 2003-04-16  Havoc Pennington  <hp@redhat.com>
9086
9087         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
9088         list of size counters
9089         (_dbus_message_loader_putback_message_link): put back a popped link
9090
9091         * dbus/dbus-connection.c
9092         (dbus_connection_set_max_live_messages_size): rename
9093         max_received_size
9094         (dbus_connection_get_outgoing_size): get size of outgoing
9095         queue
9096         (_dbus_connection_set_connection_counter): remove this cruft
9097
9098 2003-04-14  Havoc Pennington  <hp@redhat.com>
9099
9100         * dbus/dbus-userdb.c: user database abstraction, mostly to get
9101         caching, but at some point we might want to be able to use a
9102         different database.
9103
9104         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
9105         SHA1 conf file to test the sha1 auth mechanism, since the regular
9106         test always uses EXTERNAL when available.
9107
9108         * configure.in,
9109         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
9110         add conf file that requires use of sha1 auth
9111
9112 2003-04-13  Havoc Pennington  <hp@pobox.com>
9113
9114         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
9115         from Philip Blundell to send messages and monitor them.
9116
9117 2003-04-13  Havoc Pennington  <hp@pobox.com>
9118
9119         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
9120         callbacks
9121
9122         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
9123         users
9124
9125         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
9126         fix to only recover unused bytes if we're already authenticated
9127         (_dbus_transport_get_is_authenticated): fix to still mark us
9128         authenticated if there are unused bytes.
9129
9130         * bus/dispatch.c: implement security policy checking
9131
9132         * bus/connection.c (bus_transaction_send_from_driver): new
9133
9134         * bus/bus.c (bus_context_check_security_policy): new
9135
9136         * bus/dispatch.c (send_service_nonexistent_error): delete this,
9137         now we just set the DBusError and it gets converted to an error
9138         reply.
9139
9140         * bus/connection.c (allow_user_function): enable code using actual
9141         data from the config file
9142
9143         * bus/policy.c (list_allows_user): handle wildcard rules for
9144         user/group connection perms
9145
9146 2003-04-13  Havoc Pennington  <hp@pobox.com>
9147
9148         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
9149
9150         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
9151
9152         * bus/policy.c (bus_policy_append_mandatory_rule)
9153         (bus_policy_append_default_rule, bus_policy_append_user_rule)
9154         (bus_policy_append_group_rule): new functions
9155
9156 2003-04-12  Havoc Pennington  <hp@pobox.com>
9157
9158         * bus/config-parser.c (bus_config_parser_new): fix a memleak
9159
9160         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
9161         the pid/gid/uid, just for paranoia.
9162
9163         * test/break-loader.c (randomly_do_n_things): find a byte
9164         containing a type code, and randomly change it to a different
9165         type code.
9166
9167 2003-04-12  Havoc Pennington  <hp@pobox.com>
9168
9169         * bus/policy.h: change BusPolicy to be the thing from the config
9170         file, and rename old BusPolicy to BusClientPolicy
9171
9172         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
9173         match change in how policy works
9174
9175         * dbus/dbus-internals.h: mark assert_not_reached as
9176         __attribute((noreturn))__
9177
9178 2003-04-11  Havoc Pennington  <hp@redhat.com>
9179
9180         * doc/dbus-specification.sgml: fix a spot with the wrong name for
9181         the broadcast service. Use boolean return for ServiceExists.
9182
9183 2003-04-11  Havoc Pennington  <hp@redhat.com>
9184
9185         * configure.in: add another directory to look for qt in.
9186
9187 2003-04-11  Havoc Pennington  <hp@redhat.com>
9188
9189         * AUTHORS: add Colin Walters
9190
9191 2003-04-11  Havoc Pennington  <hp@redhat.com>
9192
9193         * NEWS: update
9194
9195         * configure.in: 0.9
9196
9197 2003-04-11  Havoc Pennington  <hp@redhat.com>
9198
9199         * bus/messagebus.in: remove pid file when stopping the
9200         message bus, since the bus won't have privileges to remove it
9201         itself.
9202
9203 2003-04-11  Havoc Pennington  <hp@redhat.com>
9204
9205         * bus/bus.c (bus_context_new): move credentials change after
9206         creating pidfile
9207
9208 2003-04-11  Havoc Pennington  <hp@pobox.com>
9209
9210         * test/decode-gcov.c: add "below average functions" to the
9211         coverage report, and change how some of the code works.
9212
9213         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
9214         not in the coverage stats.
9215
9216         * test/test-service.c (main): use _dbus_verbose not fprintf in a
9217         couple places so running the test suite doesn't result in megaspam.
9218
9219 2003-04-11  Havoc Pennington  <hp@pobox.com>
9220
9221         * bus/dispatch.c (check_existent_service_activation): accept a no
9222         memory error in a place we didn't before
9223
9224         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
9225         in case the first one failed," since the test suite is less
9226         broken now.
9227
9228 2003-04-10  Havoc Pennington  <hp@pobox.com>
9229
9230         * bus/dispatch.c (check_segfault_service_activation): add test
9231         for launching an executable that just crashes.
9232
9233         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
9234         don't leave a million cores. We'll see how portable this is.
9235
9236 2003-04-10  Havoc Pennington  <hp@pobox.com>
9237
9238         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
9239         the possible parent failures before we fork, so that we don't
9240         fail to create a babysitter after creating the child.
9241
9242         * bus/activation.c (bus_activation_activate_service): kill child
9243         if we don't successfully complete the activation.
9244
9245 2003-04-10  Havoc Pennington  <hp@redhat.com>
9246
9247         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
9248         the connection if it's disconnected
9249
9250         * bus/activation.c (bus_activation_service_created): use new
9251         transaction features to roll back removal of pending activation if
9252         we don't successfully create the service after all. Don't remove
9253         pending activation if the function fails.
9254
9255         * dbus/dbus-list.c (_dbus_list_insert_before_link)
9256         (_dbus_list_insert_after_link): new code to facilitate
9257         services.c fixes
9258
9259         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
9260         new functionality, so we can preallocate the ability to insert
9261         into a hash table.
9262
9263         * bus/connection.c (bus_transaction_add_cancel_hook): new function
9264         allowing us to put custom hooks in a transaction to be used for
9265         cancelling said transaction
9266
9267         * doc/dbus-specification.sgml: add some discussion of secondary
9268         service owners, and disallow zero-length service names
9269
9270         * bus/services.c (bus_registry_acquire_service): new function,
9271         splits out part of bus_driver_handle_acquire_service() and fixes
9272         a bug where we didn't remove the service doing the acquiring
9273         from the secondary queue if we failed to remove the current owner
9274         from the front of the queue.
9275
9276 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9277
9278         * doc/dbus-specification.sgml:
9279         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
9280
9281 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9282
9283         * bus/.cvsignore:
9284         * glib/.cvsignore:
9285         * test/.cvsignore:
9286         Added files to cvsignore
9287
9288         * dbus/dbus-message.h:
9289         * dbus/dbus-message.c: (dbus_message_iter_get_named):
9290         Make get_named() take two out argument and return a boolean.
9291         (dbus_message_iter_get_args_valist):
9292         Update usage of get_named().
9293         (dbus_message_iter_append_byte):
9294         Fix typo
9295         (dbus_message_iter_append_named)
9296         Fix typo
9297         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
9298         More tests.
9299
9300 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9301
9302         * dbus/dbus-marshal.[ch]:
9303         Add array_type_pos argument to _dbus_marshal_validate_arg.
9304         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
9305
9306         * dbus/dbus-message.[ch]:
9307         Multi-dimensional arrays have full type specification in the
9308         outermost array. Iter code re-arranged to handle this.
9309         Added some more iter tests.
9310
9311         * doc/dbus-specification.sgml:
9312         Add me to authors.
9313         Remove old FIXME.
9314         Update new array encoding description.
9315         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
9316
9317         * test/data/invalid-messages/array-with-mixed-types.message:
9318         * test/data/valid-messages/array-of-array-of-uint32.message:
9319         Change to the new array format.
9320
9321         * test/data/invalid-messages/too-short-dict.message:
9322         Fix bug in test.
9323
9324         * test/data/valid-messages/recursive-types.message:
9325         Fix up and extend test.
9326
9327 2003-04-10  Havoc Pennington  <hp@pobox.com>
9328
9329         * bus/dispatch.c: lots of fixes
9330
9331         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
9332         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
9333         that was crack, broke the test service.
9334
9335         * dbus/dbus-transport.c (_dbus_transport_open): fix error
9336         handling to avoid piling up errors if we get a failure on the
9337         first address.
9338
9339         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
9340         pid in assertion failures.
9341
9342         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
9343         to some fixed size of file descriptor array. Don't return TRUE
9344         anytime a timeout exists, that led to lots of busy loop silliness
9345         in the tests.
9346
9347 2003-04-09  Havoc Pennington  <hp@redhat.com>
9348
9349         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
9350         I'd checked this in earlier but hadn't.
9351
9352 2003-04-09  Havoc Pennington  <hp@redhat.com>
9353
9354         * bus/dispatch.c (bus_dispatch_test): get a bit further through
9355         the activation test (man this is getting old!)
9356
9357 2003-04-09  Havoc Pennington  <hp@redhat.com>
9358
9359         * test/test-utils.c: use dispatch status function to fix this up
9360
9361         * bus/connection.c (connection_watch_callback): don't dispatch
9362         from here
9363         (connection_timeout_callback): don't dispatch from here
9364         (bus_connections_setup_connection): set the dispatch status function
9365         (bus_connection_disconnected): unset it
9366
9367         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
9368         used to add a connection to be dispatched
9369         (_dbus_loop_iterate): do the dispatching at the end of each
9370         iteration
9371
9372         * dbus/dbus-connection.c
9373         (dbus_connection_set_dispatch_status_function): new function
9374         allowing us to fix up main loop usage
9375         (_dbus_connection_last_unref): free all the various function
9376         user data
9377         (dbus_connection_dispatch): call the DispatchStatusFunction
9378         whenever this function returns
9379         (dbus_connection_handle_watch): call DispatchStatusFunction
9380         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
9381         (reply_handler_timeout): call DispatchStatusFunction
9382         (dbus_connection_flush): call DispatchStatusFunction
9383
9384 2003-04-09  Havoc Pennington  <hp@redhat.com>
9385
9386         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
9387         a memory leak
9388
9389         * bus/dispatch.c (check_service_activated): fix bug in test
9390
9391         * dbus/dbus-mainloop.c (check_timeout): fix this up
9392
9393         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
9394         verbose output so we can sort out output from different processes,
9395         e.g. in the activation case.
9396
9397 2003-04-08  Colin Walters  <walters@gnu.org>
9398
9399         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
9400         the pid file.
9401         (bus_context_new): Set it.
9402         (bus_context_unref): Use it to delete the pid file.
9403
9404 2003-04-08  Havoc Pennington  <hp@redhat.com>
9405
9406         * test/data/invalid-messages/array-with-mixed-types.message:
9407         regression test that fails for the moment
9408
9409         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
9410         tests for convenience
9411
9412         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
9413         array of nil, it broke things.
9414
9415         * test/data/invalid-messages/array-of-nil.message: regression test
9416
9417         * test/data/valid-messages/array-of-array-of-uint32.message:
9418         happened to write this so added it to suite
9419
9420 2003-04-08  Havoc Pennington  <hp@redhat.com>
9421
9422         * bus/driver.c (bus_driver_handle_acquire_service): init
9423         retval/reply before checking name
9424
9425         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
9426         recursion depth argument
9427
9428         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
9429         in the public struct for future extension
9430
9431         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
9432         typo
9433
9434         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
9435         message
9436
9437         * doc/dbus-specification.sgml: fix typo
9438
9439 2003-04-08  Alexander Larsson  <alexl@redhat.com>
9440
9441         Implemented recursive types, named types and new-style iters
9442
9443         * bus/driver.c:
9444         * glib/test-thread-client.c: (thread_func):
9445         * glib/test-thread-server.c: (handle_test_message):
9446         * test/test-service.c: (handle_echo):
9447         Update to new api
9448
9449         * dbus/Makefile.am:
9450         * dbus/dbus-dict.c:
9451         * dbus/dbus-dict.h:
9452         * dbus/dbus.h
9453         Remove DBusDict
9454
9455         * dbus/dbus-internals.c: (_dbus_type_to_string):
9456         Update for new types.
9457
9458         * dbus/dbus-marshal.[ch]:
9459         Implement recursive types and the new marshalling format.
9460         Remove hardcoded dict marshalling.
9461         Marshal named types.
9462
9463         * dbus/dbus-message-builder.c:
9464         Add BYTE_ARRAY.
9465         Remove references to old types
9466
9467         * dbus/dbus-message.[ch]:
9468         New non-refcounted iter API that supports recursive iters.
9469         Use iters for appending, including support for recursive
9470         iters.
9471         Add byte and named type support.
9472         Update everything to new marshalling formats.
9473         Add tests for new API.
9474
9475         * dbus/dbus-protocol.h:
9476         Remove old array types.
9477         Add types: BYTE, ARRAY, DICT, NAMED
9478
9479         * dbus/dbus-string.c:
9480         * dbus/dbus-sysdeps.c:
9481         Make parse_double locale safe.
9482
9483         * dbus/dbus-test-main.c:
9484         Call setlocale.
9485
9486         * dbus/dbus-test.c:
9487         Kill dict test
9488
9489         * doc/dbus-specification.sgml:
9490         Update spec
9491
9492         * test/data/incomplete-messages/missing-body.message:
9493         * test/data/invalid-messages/bad-boolean.message:
9494         * test/data/invalid-messages/bad-boolean-array.message:
9495         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
9496         * test/data/invalid-messages/boolean-has-no-value.message-raw:
9497         * test/data/invalid-messages/too-short-dict.message:
9498         * test/data/valid-messages/dict-simple.message:
9499         * test/data/valid-messages/dict.message:
9500         * test/data/valid-messages/emptiness.message:
9501         * test/data/valid-messages/lots-of-arguments.message:
9502         * test/data/valid-messages/no-padding.message:
9503         * test/data/valid-messages/recursive-types.message:
9504         Add missing NAME fields
9505         Fix up dicts & arrays
9506
9507         * test/data/invalid-messages/dict-with-nil-value.message:
9508         Removed, this is not invalid anymore.
9509
9510         * test/data/valid-messages/recursive-types.message:
9511         Add new test for deeply recursive types.
9512
9513 2003-04-07  Havoc Pennington  <hp@pobox.com>
9514
9515         * bus/driver.c (bus_driver_handle_acquire_service): return an
9516         error if you try to acquire a service that starts with ':'
9517
9518 2003-04-07  Havoc Pennington  <hp@redhat.com>
9519
9520         * doc/dbus-specification.sgml: require that base service names
9521         start with ':' and that the base service is created/deleted
9522         as first and last things a connection does on the bus
9523
9524         * bus/dispatch.c (check_existent_service_activation): lots more
9525         work on the activation test; it doesn't fully pass yet...
9526
9527         * test/test-service.c (main): fix so we don't memleak the
9528         connection to the message bus
9529         (filter_func): accept a message asking us to exit
9530
9531 2003-04-06  Havoc Pennington  <hp@pobox.com>
9532
9533         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
9534         from Colin Walters
9535
9536         * configure.in: fixes to Qt detection from Colin Walters
9537
9538         * doc/Makefile.am: Only remove generated docbook dirs if they
9539         exist, from Colin Walters
9540
9541         * dbus/dbus-bus.c: change how we set well-known connections to
9542         NULL, so that it works if a single connection is stored in
9543         two well-known array slots.
9544
9545         * test/Makefile.am: remove a lot of stuff that isn't immediately
9546         useful, it's in CVS history if we want it.
9547
9548         * test/test-service.c: use dbus-mainloop instead of that
9549         watch.[hc] crack
9550
9551 2003-04-06  Havoc Pennington  <hp@pobox.com>
9552
9553         * dbus/Makefile.am: split lists of sources into stuff that goes in
9554         the library, util functions that go in the lib and are also used
9555         elsewhere, and util functions that are used in tests/daemon but
9556         don't go in the lib.
9557
9558         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
9559         here so it can be used in test binaries also
9560
9561 2003-04-06  Havoc Pennington  <hp@pobox.com>
9562
9563         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
9564         here in the parent process, so we can return an error if it
9565         fails. Also, move some of the code into the child so the parent
9566         is less hosed if we fail midway through.
9567
9568         * bus/bus.c (bus_context_new): move pidfile detection further up
9569         in the function, before we start overwriting sockets and such.
9570
9571         * bus/messagebus.in: adjust this a bit, not sure if it will work.
9572
9573         * configure.in: add --with-system-pid-file and --with-system-socket
9574
9575 2003-04-06  Colin Walters  <walters@verbum.org>
9576
9577         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
9578
9579         * bus/system.conf.in: Declare a pidfile.
9580
9581         * bus/bus.c (bus_context_new): Test for an existing pid file, and
9582         create one (if appropriate).
9583
9584         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
9585         (struct BusConfigParser) [pidfile]: New.
9586         (element_type_to_name, merge_included, start_busconfig_child)
9587         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
9588         (bus_config_parser_unref): Free it.
9589         (bus_config_parser_get_pidfile): New function.
9590
9591         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
9592
9593         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
9594
9595         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
9596
9597         * dbus/dbus-sysdeps.h: Prototype it.
9598
9599 2003-04-06  Havoc Pennington  <hp@pobox.com>
9600
9601         * bus/bus.c (bus_context_new): print the address in here, rather
9602         than in main(), because we need to do it before forking the daemon
9603
9604         * bus/dispatch.c (send_service_nonexistent_error): set the sender
9605         on the service nonexistent error
9606
9607         * bus/driver.c (bus_driver_handle_acquire_service): set the
9608         sender on the AcquireService reply
9609
9610         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
9611         server also listen on a UNIX socket so services can connect to it.
9612
9613 2003-04-06  Havoc Pennington  <hp@pobox.com>
9614
9615         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
9616         so it detects deadlocks and also we actually init threads when
9617         debugging.
9618
9619 2003-04-06  Havoc Pennington  <hp@pobox.com>
9620
9621         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
9622         save the domain socket name, and unlink it when we disconnect the
9623         server. Means that at least when we exit normally, we won't leave
9624         a bunch of junk in /tmp
9625
9626         * dbus/dbus-transport-unix.c
9627         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
9628         memory management). (I was making a real change here but then
9629         didn't)
9630
9631 2003-04-06  Havoc Pennington  <hp@pobox.com>
9632
9633         * bus/bus.c (bus_context_new): fix wrong handling of
9634         server_data_slot_unref() in the error case.
9635
9636         * dbus/dbus-internals.h (_dbus_assert): change so it passes
9637         "(condition) != 0" to _dbus_real_assert so that
9638         "_dbus_assert (pointer)" doesn't cause a warning
9639
9640         * bus/main.c (main): accept --print-address option to print out
9641         the message bus address
9642
9643         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
9644
9645         * dbus/dbus-transport.c (_dbus_transport_open): special error for
9646         "tmpdir" option to unix: address on client side
9647
9648         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
9649         to unix: address
9650
9651         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
9652         we can use to create sockets in the test suite.
9653
9654         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
9655         cleanly. To be used for testing.
9656
9657         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
9658
9659         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
9660
9661         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
9662         handle trying to call this when there's no servers active
9663
9664 2003-04-05  Havoc Pennington  <hp@pobox.com>
9665
9666         * NEWS: update
9667
9668         * configure.in: 0.8
9669
9670 2003-04-05  Havoc Pennington  <hp@pobox.com>
9671
9672         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
9673         crash on startup. Need to get "try starting the daemon"
9674         in the test suite I guess. ;-)
9675
9676         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
9677         tracked the number of open connections; it's better done in
9678         application-specific code as you want it to span all servers etc.
9679
9680 2003-04-05  Havoc Pennington  <hp@pobox.com>
9681
9682         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
9683         patch from Colin Walters
9684
9685 2003-04-05  Havoc Pennington  <hp@pobox.com>
9686
9687         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
9688         reality; in fact multiple mechanisms are allowed.
9689
9690         * dbus/dbus-internals.c (_dbus_real_assert)
9691         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
9692         _dbus_assert_not_reached() into functions, so that they don't show
9693         up in basic block counts for test coverage, and don't use up as
9694         much disk space. Does mean slower execution speed though, so
9695         assumes --disable-asserts is the normal production case.
9696
9697 2003-04-05  Havoc Pennington  <hp@pobox.com>
9698
9699         * test/Makefile.am (dist-hook): also dist *.in files
9700
9701         * NEWS: update
9702
9703         * configure.in: 0.7
9704
9705 2003-04-05  Havoc Pennington  <hp@pobox.com>
9706
9707         * dbus/dbus-string.c: docs warning
9708
9709         * dbus/dbus-spawn.c: missing docs
9710
9711         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
9712
9713 2003-04-05  Havoc Pennington  <hp@pobox.com>
9714
9715         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
9716         magic from GLib
9717
9718         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
9719         to -1 once we've reaped the babysitter
9720         (_dbus_babysitter_handle_watch): do as much work as we can, not
9721         just one go of it
9722
9723         * bus/activation.c: add code using DBusBabysitter so that we
9724         handle it when a service fails to start up properly.
9725         (bus_activation_service_created): don't remove the activation
9726         entries as we go, just let them get removed when we free the pending
9727         activation. Unref reply messages after sending them.
9728
9729 2003-04-05  Havoc Pennington  <hp@pobox.com>
9730
9731         * test/decode-gcov.c (main): print per-directory stats in the report
9732
9733         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
9734
9735 2003-04-05  Havoc Pennington  <hp@pobox.com>
9736
9737         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
9738
9739         * test/decode-gcov.c: hack up a little program to suck data
9740         out of gcov files. Yes this is sort of silly.
9741
9742         * configure.in: define something in config.h and do an
9743         AM_CONDITIONAL when gcov is enabled
9744
9745 2003-04-04  Havoc Pennington  <hp@redhat.com>
9746
9747         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
9748         return a "babysitter" object that is used to monitor the status of
9749         the spawned process and reap it when required.
9750
9751         * test/test-segfault.c, test/test-exit.c,
9752         test/test-sleep-forever.c: binaries that do various lame things,
9753         used in the test suite.
9754
9755         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
9756
9757 2003-04-03  Havoc Pennington  <hp@pobox.com>
9758
9759         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
9760         in preparation for modifying it, dbus-sysdeps is getting
9761         a bit unmanageable.
9762
9763 2003-04-03  Havoc Pennington  <hp@redhat.com>
9764
9765         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
9766         have multiple ones
9767
9768         * bus/*.[hc]: adapt to mainloop change
9769
9770 2003-04-03  Havoc Pennington  <hp@redhat.com>
9771
9772         * bus/activation.c (load_directory): fix up memleaks
9773         (bus_activation_entry_free): free the entry
9774
9775         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
9776         we get one from the message bus; fix memleaks.
9777
9778         * dbus/dbus-message.c (dbus_set_error_from_message): new function
9779
9780 2003-04-03  Havoc Pennington  <hp@pobox.com>
9781
9782         * bus/config-parser.c (bus_config_parser_unref): free
9783         list of mechanisms, bug discovered by test suite enhancements
9784         (putting system.conf and session.conf into suite)
9785
9786         * test/Makefile.am, test/test-service.c: add placeholder for a
9787         test service that we'll activate as part of test suite. Doesn't
9788         do anything yet.
9789
9790         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
9791         setting NULL value, and use system malloc not dbus_malloc()
9792         when we have unavoidable memleakage.
9793
9794         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
9795         didn't work, and support DBUS_BUS_ACTIVATION.
9796
9797         * bus/activation.c (child_setup): pass our well-known bus type to
9798         the child
9799
9800         * bus/config-parser.c: support <type> to specify well-known type
9801
9802         * doc/dbus-specification.sgml: document the env variables to
9803         locate well-known buses and find service activator
9804
9805 2003-04-02  Havoc Pennington  <hp@redhat.com>
9806
9807         * test/Makefile.am (all-local): add a rule to copy tests to
9808         builddir, so we can have generated tests. Use this to remove the
9809         silly hack for testing system.conf and session.conf. Will use this
9810         shortly to generate .service files pointing to test binaries.
9811
9812 2003-04-02  Havoc Pennington  <hp@redhat.com>
9813
9814         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
9815         current alloc and needed new length, not max of the doubled
9816         allocation and needed new length. Also, when building tests,
9817         don't do the double-allocation stuff, just realloc every time.
9818
9819 2003-04-02  Havoc Pennington  <hp@redhat.com>
9820
9821         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
9822         in error messages
9823         (_dbus_string_get_dirname): new
9824         (_dbus_sysdeps_test): new
9825         (_dbus_directory_open): include dirnames in error messages
9826
9827         * bus/config-parser.c: interpret <include> and <includedir> and
9828         <servicedir> relative to config file location if the given
9829         filename is not absolute.
9830
9831         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
9832
9833 2003-04-02  Havoc Pennington  <hp@redhat.com>
9834
9835         * bus/connection.c (bus_transaction_send_error_reply): set sender
9836         service for the error, and unref the reply on success
9837
9838         * bus/activation.c: convert to use BusTransaction so OOM can be
9839         handled correctly
9840         (bus_activation_service_created): set sender of the message
9841
9842 2003-04-01  Havoc Pennington  <hp@redhat.com>
9843
9844         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
9845         <includedir> (at least mostly)
9846
9847         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
9848         first, then the user ID
9849
9850 2003-04-01  Havoc Pennington  <hp@pobox.com>
9851
9852         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
9853         function
9854
9855         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
9856
9857         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
9858
9859         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
9860         socket 0777, and unlink any existing socket.
9861
9862         * bus/bus.c (bus_context_new): change our UID/GID and fork if
9863         the configuration file so specifies; set up auth mechanism
9864         restrictions
9865
9866         * bus/config-parser.c (bus_config_parser_content): add support
9867         for <fork> option and fill in code for <auth>
9868
9869         * bus/system.conf.in: add <fork/> to default configuration,
9870         and limit auth mechanisms to EXTERNAL
9871
9872         * doc/config-file.txt (Elements): add <fork>
9873
9874         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
9875         (_dbus_change_identity): new function
9876
9877 2003-03-31  Havoc Pennington  <hp@redhat.com>
9878
9879         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
9880         (_dbus_listen_unix_socket): fix off-by-one error in null
9881         termination spotted by Nalin
9882
9883 2003-03-31  Havoc Pennington  <hp@redhat.com>
9884
9885         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
9886         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
9887         having a real home directory available.
9888
9889 2003-03-31  Havoc Pennington  <hp@redhat.com>
9890
9891         * bus/Makefile.am (install-data-hook): create /var/run/dbus
9892
9893         * bus/messagebus.in: add init script for Red Hat /etc/init.d
9894
9895         * configure.in: add support for specifying a style of init script
9896         to install
9897
9898 2003-03-31  Havoc Pennington  <hp@redhat.com>
9899
9900         Fix some annoying DBusString API and fix all affected code.
9901
9902         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
9903         max_length argument
9904         (_dbus_string_get_data): change to return string instead of using
9905         an out param
9906         (_dbus_string_get_const_data): ditto
9907         (_dbus_string_get_data_len): ditto
9908         (_dbus_string_get_const_data_len): ditto
9909
9910 2003-03-31  Havoc Pennington  <hp@redhat.com>
9911
9912         * bus/main.c (main): fix up the command line arguments to be nicer
9913
9914 2003-03-31  Havoc Pennington  <hp@redhat.com>
9915
9916         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
9917         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
9918         final location that lands in the config file
9919
9920         * bus/config-loader-expat.c (bus_config_load): fix type of
9921         XML_Parser variable
9922
9923         * doc/TODO: remove TODO item for dbus_bus_get()
9924
9925         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
9926
9927 2003-03-31  Havoc Pennington  <hp@pobox.com>
9928
9929         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
9930         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
9931         argument since they are always client side
9932
9933         * dbus/dbus-server.c (dbus_server_get_address): new function
9934
9935         * bus/main.c (main): take the configuration file as an argument.
9936
9937         * test/data/valid-config-files/debug-allow-all.conf: new file to
9938         use with dispatch.c tests for example
9939
9940         * bus/test-main.c (main): require test data dir
9941
9942         * bus/bus.c (bus_context_new): change this to take a
9943         configuration file name as argument
9944
9945         * doc/config-file.txt (Elements): add <servicedir>
9946
9947         * bus/system.conf, bus/session.conf: new files
9948
9949         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
9950         well-known socket if none set
9951
9952         * configure.in: create system.conf and session.conf
9953
9954 2003-03-30  Havoc Pennington  <hp@pobox.com>
9955
9956         * bus/config-parser.c: hacking
9957
9958         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
9959         to shut down, since it could cause weirdness with the DBusList
9960         lock
9961
9962         * dbus/dbus-list.c (_dbus_list_test): add tests for the
9963         link-oriented stack routines
9964         (alloc_link): free the mempool if the first alloc from it fails
9965
9966         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
9967
9968         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
9969         from GLib
9970         (_dbus_string_skip_white): new
9971
9972         * doc/config-file.txt (Elements): add <includedir>
9973
9974 2003-03-28  Havoc Pennington  <hp@pobox.com>
9975
9976         * dbus/dbus-string.c (_dbus_string_copy_data_len)
9977         (_dbus_string_copy_data): new functions
9978
9979 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
9980
9981         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
9982         * dbus/dbus-bus.h:
9983         Add dbus_bus_get.
9984
9985         * dbus/dbus-memory.c:
9986         Fix a doc comment.
9987
9988 2003-03-28  Havoc Pennington  <hp@pobox.com>
9989
9990         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
9991         I think it may have just been superstition. Not sure.
9992
9993         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
9994         failures that were not being handled.
9995
9996         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
9997
9998         * dbus/dbus-memory.c: add ability to set number of mallocs in a
9999         row that will fail on out-of-memory.
10000
10001         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
10002         function for testing out-of-memory handling.
10003
10004         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
10005         allocation functions, they do map exactly to the expat ones.
10006
10007 2003-03-27  Havoc Pennington  <hp@redhat.com>
10008
10009         * bus/config-loader-libxml.c (bus_config_load): add another error
10010         check
10011
10012 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10013
10014         * doc/TODO:
10015         Add note about automatic service activation.
10016
10017         * doc/dbus-specification.sgml:
10018         Rename the specification and clarify a few things.
10019
10020 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10021
10022         * Doxyfile.in:
10023         * dbus/dbus-address.c:
10024         * dbus/dbus-dict.c:
10025         * dbus/dbus-marshal.c:
10026         * dbus/dbus-server-debug-pipe.c:
10027         * dbus/dbus-transport-unix.c:
10028         Fix documentation warnings.
10029
10030 2003-03-26  Havoc Pennington  <hp@pobox.com>
10031
10032         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
10033         after every test so it's quick and easy to see which leaked, and
10034         so we test multiple dbus_shutdown() calls
10035
10036         * configure.in: change configure.in XML stuff to also support
10037         expat
10038
10039         * config-loader-libxml.c: some hacking
10040
10041         * config-loader-expat.c: some hacking
10042
10043         * config-parser.c: some hacking, plus tests
10044
10045 2003-03-25  Havoc Pennington  <hp@redhat.com>
10046
10047         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
10048
10049         * configure.in: add --with-xml option to specify XML library,
10050         right now only libxml is supported.
10051
10052         * bus/config-loader-libxml.c, config-parser.c: sync some minor
10053         nonworking code between home and work, still just stubs
10054
10055 2003-03-24  Havoc Pennington  <hp@redhat.com>
10056
10057         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
10058         file
10059
10060         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
10061         NULL argument for "message" if the error is a well-known one,
10062         fill in a generic message in this case.
10063
10064         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
10065         favor of DBusError
10066
10067         * bus/test.c (bus_test_flush_bus): add
10068
10069         * bus/policy.c (bus_policy_test): test code stub
10070
10071 2003-03-24  Havoc Pennington  <hp@pobox.com>
10072
10073         * bus/connection.c (bus_connections_setup_connection): set up
10074         the "can this user connect" function, but it always returns
10075         TRUE until we have a config file parser so we can have a config
10076         file that allows connections.
10077
10078 2003-03-23  Havoc Pennington  <hp@pobox.com>
10079
10080         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
10081         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
10082         the mutex, so we can check for proper memory management
10083         and OOM handling.
10084
10085         * dbus/dbus-dataslot.c: remove the mutex from
10086         DBusDataSlotAllocator and lock it manually when using it,
10087         to simplify fitting it into the global slots framework.
10088
10089         * dbus/dbus-threads.c (init_static_locks): rework how we're
10090         handling global locks so they are easily shut down.
10091
10092         * bus/policy.c (bus_policy_append_rule): fix
10093
10094         * bus/test-main.c (main): check for memleaks
10095
10096         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
10097         test suite check for memleaks
10098
10099         * dbus/dbus-memory.c: add support in test mode for tracking
10100         number of outstanding blocks
10101
10102 2003-03-23  Havoc Pennington  <hp@pobox.com>
10103
10104         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
10105         policies code
10106
10107         * dbus/dbus-hash.h: add ULONG hash keys
10108
10109         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
10110         (_dbus_get_group_id): new function
10111
10112 2003-03-20  Havoc Pennington  <hp@redhat.com>
10113
10114         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
10115         new function
10116         (dbus_connection_get_unix_user): new function
10117
10118 2003-03-20  Havoc Pennington  <hp@pobox.com>
10119
10120         * bus/connection.c (bus_connection_send_oom_error): assert that
10121         message has a sender
10122         (connection_execute_transaction): ditto
10123         (bus_connection_preallocate_oom_error): fix to set the sender, and
10124         set recipient to the destination service, not the bus driver
10125
10126         * bus/policy.c: hacking
10127
10128         * dbus/dbus-message.c (dbus_message_service_is): new function
10129         (dbus_message_sender_is): new
10130
10131 2003-03-19  Havoc Pennington  <hp@redhat.com>
10132
10133         * bus/policy.c: start sketching code for policy restrictions on
10134         what connections can do.
10135
10136 2003-03-18  Havoc Pennington  <hp@redhat.com>
10137
10138         * doc/TODO: some notes on high-level todo items. Little nitpick
10139         stuff is all in @todo, so no need to add it here.
10140
10141         * doc/config-file.txt: some notes on how config file might look
10142
10143 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
10144
10145         * configure.in: 0.6
10146
10147         * NEWS: Update.
10148
10149 2003-03-17  Havoc Pennington  <hp@redhat.com>
10150
10151         * dbus/dbus-internals.h: add gcc attributes so that
10152         our printf-style functions warn on bad arguments to
10153         format
10154
10155         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
10156         format bug
10157
10158         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10159         printf format bug
10160
10161 2003-03-17  Havoc Pennington  <hp@redhat.com>
10162
10163         * bus/test-main.c (main): make it print something as it runs
10164         so make check doesn't look stuck
10165
10166         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
10167         from CVS, now obsolete
10168
10169 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
10170
10171         * bus/dispatch.c: (bus_dispatch):
10172         Refetch the service name since it may have been reallocated
10173         when dbus_message_set_sender was called.
10174
10175         * dbus/dbus-sysdeps.c: (_dbus_accept):
10176         Add address and address length variables and use them to stop
10177         valgrind from complaining.
10178
10179 2003-03-17  Havoc Pennington  <hp@pobox.com>
10180
10181         All tests pass, no memleaks, no valgrind complaints.
10182
10183         * bus/test.c: refcount handler_slot
10184
10185         * bus/connection.c (bus_connections_new): refcount
10186         connection_data_slot
10187
10188         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
10189         bytes so that auth scripts pass.
10190
10191         * bus/dispatch.c: init message_handler_slot so it gets allocated
10192         properly
10193
10194         * bus/dispatch.c (message_handler_slot_ref): fix memleak
10195
10196         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
10197         dealloc server_pipe_hash when no longer used for benefit of
10198         leak checking
10199
10200         * dbus/dbus-auth.c (process_command): memleak fix
10201
10202         * bus/dispatch.c (check_hello_message): memleak fix
10203
10204 2003-03-16  Havoc Pennington  <hp@pobox.com>
10205
10206         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
10207
10208 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
10209
10210         * bus/activation.c (bus_activation_activate_service): Append
10211         the pending activation entry to the list of pending activations.
10212
10213 2003-03-16  Havoc Pennington  <hp@pobox.com>
10214
10215         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
10216         connections
10217
10218         * dbus/dbus-address.c (create_entry): fix OOM handling when
10219         failing to alloc entry->method
10220
10221 2003-03-16  Havoc Pennington  <hp@pobox.com>
10222
10223         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
10224         the watch
10225
10226         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
10227         add some missing dbus_set_result
10228
10229         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
10230         alloc the DBusMessageHandler
10231
10232         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
10233         the transport here, since we call this from the finalizer; it
10234         resulted in a double-finalize.
10235
10236         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
10237         where we tried to use transport->connection that was NULL,
10238         happened when transport was disconnected early on due to OOM
10239
10240         * bus/*.c: adapt to handle OOM for watches/timeouts
10241
10242         * dbus/dbus-transport-unix.c: port to handle OOM during
10243         watch handling
10244
10245         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
10246         reference to unused bytes instead of a copy
10247
10248         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
10249         out of memory
10250
10251         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
10252         FALSE on OOM
10253
10254         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
10255         of memory
10256
10257 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10258
10259         * doc/dbus-specification.sgml:
10260         Document reply message for ActivateService.
10261
10262 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10263
10264         * bus/activation.c: (bus_pending_activation_entry_free),
10265         (bus_pending_activation_free), (bus_activation_new),
10266         (bus_activation_unref), (bus_activation_service_created),
10267         (bus_activation_activate_service):
10268         * bus/activation.h:
10269         * bus/bus.c: (bus_context_new):
10270         * bus/desktop-file.c: (new_section):
10271         * bus/driver.c: (bus_driver_send_service_deleted),
10272         (bus_driver_handle_activate_service):
10273         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
10274         * bus/services.h:
10275         * dbus/dbus-connection.c:
10276         (dbus_connection_send_with_reply_and_block):
10277         * dbus/dbus-message.c: (dbus_message_append_args_valist):
10278         * dbus/dbus-protocol.h:
10279         Make activation work better. Now pending activations will be queued
10280         and the daemon won't try to activate services that are already registered.
10281
10282 2003-03-16  Havoc Pennington  <hp@pobox.com>
10283
10284         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
10285         connection data
10286
10287         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
10288         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
10289
10290 2003-03-16  Havoc Pennington  <hp@pobox.com>
10291
10292         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
10293         this. always run the test suite before commit...
10294
10295         * bus/*: adapt to DBusConnection API changes
10296
10297         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
10298         requires renaming stuff to avoid dbus_connection_dispatch name
10299         conflict.
10300
10301         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
10302         function
10303
10304         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10305         separate from _dbus_message_loader_return_buffer()
10306
10307         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
10308         this, because it's now always broken to use; the number of
10309         messages in queue vs. the number still buffered by the message
10310         loader is undefined/meaningless. Should use
10311         dbus_connection_get_dispatch_state().
10312         (dbus_connection_dispatch): rename from
10313         dbus_connection_dispatch_message
10314
10315 2003-03-16  Havoc Pennington  <hp@pobox.com>
10316
10317         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
10318         implementation
10319
10320 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10321
10322         * dbus/dbus-connection.c:
10323         (dbus_connection_send_with_reply_and_block):
10324         Decrease connection->n_incoming when removing an entry
10325         from the list.
10326         * dbus/dbus-dict.c: (dbus_dict_entry_free),
10327         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
10328         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
10329         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
10330         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
10331         (dbus_dict_get_byte_array):
10332         Handle NULL arrays and strings. Also add support for byte arrays.
10333
10334         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
10335         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
10336         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
10337         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
10338         (_dbus_demarshal_dict), (demarshal_and_validate_len),
10339         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
10340         * dbus/dbus-marshal.h:
10341         Add support for marshalling and demarshalling empty arrays and strings.
10342
10343         * dbus/dbus-message.c: (dbus_message_append_args_valist),
10344         (dbus_message_append_string_array),
10345         (dbus_message_iter_get_boolean),
10346         (dbus_message_iter_get_boolean_array),
10347         (dbus_message_iter_get_int32_array),
10348         (dbus_message_iter_get_uint32_array),
10349         (dbus_message_iter_get_double_array),
10350         (dbus_message_iter_get_byte_array),
10351         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
10352         (check_message_handling):
10353         Add support for getting empty arrays and dicts.
10354
10355         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
10356         Don't do any validation at all for now, that's better than just checking
10357         for ASCII.
10358
10359         * test/data/valid-messages/emptiness.message:
10360         New test message with lots of empty arrays.
10361
10362 2003-03-16  Havoc Pennington  <hp@pobox.com>
10363
10364         * dbus/dbus-connection.c
10365         (_dbus_connection_queue_received_message_link): new function that
10366         can't fail due to OOM
10367
10368         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
10369         new function pops a message together with a list link
10370         containing it.
10371
10372         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
10373         message queuing functions to avoid needing to alloc memory
10374
10375 2003-03-16  Havoc Pennington  <hp@pobox.com>
10376
10377         Oops - test code was only testing failure of around 30 of the
10378         mallocs in the test path, but it turns out there are 500+
10379         mallocs. I believe this was due to misguided linking setup such
10380         that there was one copy of dbus_malloc etc. in the daemon and one
10381         in the shared lib, and only daemon mallocs were tested. In any
10382         case, the test case now tests all 500+ mallocs, and doesn't pass
10383         yet, though there are lots of fixes in this patch.
10384
10385         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
10386         this so that it doesn't need to allocate memory, since it
10387         has no way of indicating failure due to OOM (and would be
10388         annoying if it did).
10389
10390         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
10391
10392         * bus/Makefile.am: rearrange to create two self-contained
10393         libraries, to avoid having libraries with overlapping symbols.
10394         that was resulting in weirdness, e.g. I'm pretty sure there
10395         were two copies of global static variables.
10396
10397         * dbus/dbus-internals.c: move the malloc debug stuff to
10398         dbus-memory.c
10399
10400         * dbus/dbus-list.c (free_link): free list mempool if it becomes
10401         empty.
10402
10403         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
10404
10405         * dbus/dbus-address.c (dbus_parse_address): free list nodes
10406         on failure.
10407
10408         * bus/dispatch.c (bus_dispatch_add_connection): free
10409         message_handler_slot when no longer using it, so
10410         memory leak checkers are happy for the test suite.
10411
10412         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
10413
10414         * bus/bus.c (new_connection_callback): disconnect in here if
10415         bus_connections_setup_connection fails.
10416
10417         * bus/connection.c (bus_connections_unref): fix to free the
10418         connections
10419         (bus_connections_setup_connection): if this fails, don't
10420         disconnect the connection, just be sure there are no side
10421         effects.
10422
10423         * dbus/dbus-string.c (undo_alignment): unbreak this
10424
10425         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
10426         leaking
10427         (_dbus_auth_new): fix the order in which we free strings
10428         on OOM failure
10429
10430         * bus/connection.c (bus_connection_disconnected): fix to
10431         not send ServiceDeleted multiple times in case of memory
10432         allocation failure
10433
10434         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
10435         get the base service name
10436         (dbus_bus_register_client): don't return base service name,
10437         instead store it on the DBusConnection and have an accessor
10438         function for it.
10439         (dbus_bus_register_client): rename dbus_bus_register()
10440
10441         * bus/dispatch.c (check_hello_message): verify that other
10442         connections on the bus also got the correct results, not
10443         just the one sending hello
10444
10445 2003-03-15  Havoc Pennington  <hp@pobox.com>
10446
10447         Make it pass the Hello handling test including all OOM codepaths.
10448         Now to do other messages...
10449
10450         * bus/services.c (bus_service_remove_owner): fix crash when
10451         removing owner from an empty list of owners
10452         (bus_registry_ensure): don't leave service in the list of
10453         a connection's owned services if we fail to put the service
10454         in the hash table.
10455
10456         * bus/connection.c (bus_connection_preallocate_oom_error): set
10457         error flag on the OOM error.
10458
10459         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10460         handle _dbus_transport_set_connection failure
10461
10462         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
10463         to create watches up front and simply enable/disable them as
10464         needed.
10465         (unix_connection_set): this can now fail on OOM
10466
10467         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
10468         of enabling/disabling a watch or timeout.
10469
10470         * bus/loop.c (bus_loop_iterate): don't touch disabled
10471         watches/timeouts
10472
10473         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
10474
10475 2003-03-15  Havoc Pennington  <hp@pobox.com>
10476
10477         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
10478         write useful test code, after all that futzing around ;-)
10479
10480         Test does not yet pass because we can't handle OOM in
10481         _dbus_transport_messages_pending (basically,
10482         dbus_connection_preallocate_send() does not prealloc the write
10483         watch). To fix this, I think we need to add new stuff to
10484         set_watch_functions, namely a SetEnabled function so we can alloc
10485         the watch earlier, then enable it later.
10486
10487         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
10488         dbus-memory.c to the convenience lib
10489
10490         * bus/test.c: rename some static functions to keep them clearly
10491         distinct from stuff in connection.c. Handle client disconnection.
10492
10493 2003-03-14  Havoc Pennington  <hp@pobox.com>
10494
10495         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
10496         transport, tests more of the real codepath. Set up clients
10497         with bus_setup_debug_client.
10498
10499         * bus/test.c (bus_setup_debug_client): function to set up debug
10500         "clients" on the main loop
10501
10502         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
10503         support
10504
10505         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
10506         server type
10507
10508         * dbus/dbus-server-debug.c: support a debug server based on pipes
10509
10510         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
10511         (_dbus_close): new function
10512
10513         * configure.in: check for socketpair
10514
10515 2003-03-14  Havoc Pennington  <hp@redhat.com>
10516
10517         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
10518         cheesy hack
10519
10520         * dbus/dbus-transport-debug.c: rework this a good bit to be
10521         less complicated. hopefully still works.
10522
10523         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
10524         manually
10525
10526         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
10527         after running it
10528
10529         * dbus/dbus-message.c (dbus_message_copy): rename from
10530         dbus_message_new_from_message, fix it up to copy
10531         all the message fields, add test case
10532
10533         * bus/dispatch.c (bus_dispatch_test): add some more test code,
10534         not quite passing yet
10535
10536 2003-03-14  Havoc Pennington  <hp@pobox.com>
10537
10538         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
10539         until no work remains" in test code. (the large diff here
10540         is just code movement, no actual changes)
10541
10542         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
10543         1, no point waiting around for test code.
10544         (_dbus_server_debug_accept_transport): unref the timeout
10545         after adding it (right?)
10546
10547         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
10548
10549 2003-03-13  Havoc Pennington  <hp@redhat.com>
10550
10551         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
10552         out of memory
10553
10554         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
10555         of memory
10556
10557         * dbus/dbus-connection.h: Make AddWatchFunction and
10558         AddTimeoutFunction return a bool so they can fail on out-of-memory
10559
10560         * bus/bus.c (bus_context_new): set up timeout handlers
10561
10562         * bus/connection.c (bus_connections_setup_connection): set up
10563         timeout handlers
10564
10565         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
10566         can fail
10567
10568         * bus/bus.c (bus_context_new): adapt to changes
10569
10570         * bus/connection.c: adapt to changes
10571
10572         * test/watch.c: adapt to DBusWatch changes
10573
10574         * bus/dispatch.c (bus_dispatch_test): started adding this but
10575         didn't finish
10576
10577 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
10578
10579         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
10580
10581 2003-03-13  Havoc Pennington  <hp@pobox.com>
10582
10583         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
10584         set up a test framework as for the library
10585
10586 2003-03-12  Havoc Pennington  <hp@pobox.com>
10587
10588         Throughout: purge global variables, introduce BusActivation,
10589         BusConnections, BusRegistry, etc. objects instead.
10590
10591         * bus/bus.h, bus/bus.c: introduce BusContext as a global
10592         message bus object
10593
10594         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
10595         going to redo this a bit differently I think
10596
10597 2003-03-12  Havoc Pennington  <hp@redhat.com>
10598
10599         Mega-patch that gets the message bus daemon initially handling
10600         out-of-memory. Work still needed. Also lots of random
10601         moving stuff to DBusError instead of ResultCode.
10602
10603         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
10604
10605         * dbus/dbus-connection.c
10606         (dbus_connection_send_with_reply_and_block): use DBusError
10607
10608         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
10609         DBusResultCode
10610
10611         * dbus/dbus-connection.c (dbus_connection_send): drop the result
10612         code here, as the only failure possible is OOM.
10613
10614         * bus/connection.c (bus_connection_disconnect):
10615         rename bus_connection_disconnected as it's a notification only
10616
10617         * bus/driver.c (bus_driver_handle_acquire_service): don't free
10618         "name" on get_args failure, should be done by get_args;
10619         don't disconnect client for bad args, just return an error.
10620         (bus_driver_handle_service_exists): ditto
10621
10622         * bus/services.c (bus_services_list): NULL-terminate returned array
10623
10624         * bus/driver.c (bus_driver_send_service_lost)
10625         (bus_driver_send_service_acquired): send messages from driver to a
10626         specific client to the client's unique name, not to the broadcast
10627         service.
10628
10629         * dbus/dbus-message.c (decode_header_data): reject messages that
10630         contain no name field
10631         (_dbus_message_get_client_serial): rename to
10632         dbus_message_get_serial and make public
10633         (_dbus_message_set_serial): rename from set_client_serial
10634         (_dbus_message_set_reply_serial): make public
10635         (_dbus_message_get_reply_serial): make public
10636
10637         * bus/connection.c (bus_connection_foreach): allow stopping
10638         iteration by returning FALSE from foreach function.
10639
10640         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
10641         (dbus_connection_free_preallocated_send)
10642         (dbus_connection_preallocate_send): new API for sending a message
10643         without possibility of malloc failure.
10644         (dbus_connection_send_message): rename to just
10645         dbus_connection_send (and same for whole function family)
10646
10647         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
10648
10649         * dbus/dbus-sysdeps.c (_dbus_exit): new function
10650
10651         * bus/activation.c: handle/return errors
10652
10653         * dbus/dbus-errors.h: add more DBUS_ERROR #define
10654
10655         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
10656         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
10657         (_dbus_result_from_errno): move to this file
10658
10659 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
10660
10661         * dbus/dbus-marshal.c:
10662         (_dbus_marshal_set_string):
10663         Take a length argument so we can marshal the correct string
10664         length.
10665
10666         (_dbus_marshal_dict), (_dbus_demarshal_dict),
10667         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
10668         (_dbus_marshal_test):
10669         * dbus/dbus-marshal.h:
10670         Add support for marshalling and demarshalling dicts.
10671
10672         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
10673         Add support for TYPE DICT.
10674
10675         * dbus/dbus-message.c: (set_string_field):
10676         Adjust header padding.
10677
10678         (dbus_message_append_args_valist), (dbus_message_append_dict),
10679         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
10680         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
10681         (check_message_handling), (check_have_valid_message):
10682         * dbus/dbus-message.h:
10683         Add functions for setting and getting dicts.
10684
10685         * dbus/dbus-protocol.h:
10686         Add DBUS_TYPE_DICT.
10687
10688         * dbus/dbus.h:
10689         Add dbus-dict.h
10690
10691         * doc/dbus-specification.sgml:
10692         Add information about how dicts are marshalled.
10693
10694         * test/data/invalid-messages/dict-with-nil-value.message:
10695         * test/data/invalid-messages/too-short-dict.message:
10696         * test/data/valid-messages/dict-simple.message:
10697         * test/data/valid-messages/dict.message:
10698         Add sample messages containing dicts.
10699
10700 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
10701
10702         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
10703
10704 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
10705
10706         * dbus/Makefile.am:
10707         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
10708         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
10709         (dbus_dict_set_int32), (dbus_dict_set_uint32),
10710         (dbus_dict_set_double), (dbus_dict_set_string),
10711         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
10712         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
10713         (dbus_dict_set_string_array), (_dbus_dict_test):
10714         * dbus/dbus-dict.h:
10715         Fix according to comments from Havoc.
10716
10717 2003-03-06  Michael Meeks  <michael@server.home>
10718
10719         * configure.in: if we don't have kde-config, disable have_qt.
10720
10721 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
10722
10723         * dbus/Makefile.am:
10724         Add dbus-dict.[ch]
10725
10726         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
10727         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
10728         (dbus_dict_remove), (dbus_dict_get_value_type),
10729         (dbus_dict_get_keys), (dbus_dict_put_boolean),
10730         (dbus_dict_put_int32), (dbus_dict_put_uint32),
10731         (dbus_dict_put_double), (dbus_dict_put_string),
10732         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
10733         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
10734         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
10735         (dbus_dict_get_int32), (dbus_dict_get_uint32),
10736         (dbus_dict_get_double), (dbus_dict_get_string),
10737         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
10738         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
10739         (dbus_dict_get_string_array), (_dbus_dict_test):
10740         * dbus/dbus-dict.h:
10741         Add DBusDict implementation
10742
10743         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
10744         * dbus/dbus-test.h:
10745         Add _dbus_dict_test
10746
10747 2003-03-04  Havoc Pennington  <hp@pobox.com>
10748
10749         * test/data/auth/*: adapt to changes
10750
10751         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
10752         USERID_BASE64 and change USERNAME_BASE64 to put in username not
10753         userid
10754
10755         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
10756         more stuff from being in a context name, to make the protocol
10757         simpler to deal with
10758
10759         * dbus/dbus-errors.c (dbus_error_has_name): new function
10760         (dbus_error_is_set): new function
10761
10762         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
10763         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
10764
10765         * dbus/dbus-connection.c (dbus_connection_flush): also read
10766         messages during a flush operation
10767
10768         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
10769
10770 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
10771
10772         * configure.in: Check for gethostbyname on Solaris.
10773
10774         * dbus/dbus-transport.c: (_dbus_transport_open):
10775         Remove duplicate "tcp" entry.
10776
10777         * doc/dbus-specification.sgml:
10778         Clarify some things.
10779
10780 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
10781
10782         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
10783         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
10784         (_dbus_keyring_test):
10785         * dbus/dbus-md5.c: (_dbus_md5_compute):
10786         * dbus/dbus-sha.c: (_dbus_sha_compute):
10787         Plug memory leaks.
10788
10789 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
10790
10791         * README: Add some things.
10792
10793 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
10794
10795         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
10796         after case DBUS_TYPE_BOOELAN.
10797
10798 2003-03-02  Havoc Pennington  <hp@pobox.com>
10799
10800         * test/break-loader.c (randomly_set_extreme_ints): add test that
10801         sets really huge and small integers
10802
10803         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
10804         that length of boolean array fits in the string, and that
10805         string has room for boolean value in single-bool case.
10806
10807         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
10808         optional value to "ALIGN" command which is what to fill the
10809         alignment with.
10810
10811         * test/data/valid-messages/no-padding.message: add regression
10812         test for the message padding problem
10813
10814 2003-03-02  Havoc Pennington  <hp@pobox.com>
10815
10816         * dbus/dbus-message.c (decode_header_data): fix to always init
10817         message_padding, from Benjamin Dauvergne
10818
10819 2003-03-02  Havoc Pennington  <hp@pobox.com>
10820
10821         * configure.in: 0.5
10822
10823         * NEWS: Update.
10824
10825 2003-03-01  Joe Shaw  <joe@assbarn.com>
10826
10827         * configure.in: Check for "struct cmsgcred" and try to access its
10828         members for BSD-like unices.
10829
10830         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
10831         _dbus_read_credentials_unix_socket().
10832         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
10833         read() for reading the credential byte off the unix socket.  Use
10834         struct cmsgcred on systems that support it.
10835
10836 2003-02-27  Alexander Larsson  <alexl@redhat.com>
10837
10838         * glib/Makefile.am:
10839         * configure.in:
10840         Make gthreads-2.0 dependency optional. Don't build thread test if
10841         its not found.
10842
10843 2003-02-27  Havoc Pennington  <hp@pobox.com>
10844
10845         * dbus/dbus-connection.c
10846         (dbus_connection_send_message_with_reply_and_block): fix doh!
10847         doh! doh! bug that resulted in never removing a reply from the
10848         queue, no wonder we called get_reply_serial so much ;-)
10849
10850         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
10851         and client serial instead of demarshaling them every time
10852
10853 2003-02-27  Havoc Pennington  <hp@pobox.com>
10854
10855         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
10856         more inlined, using dbus-string-private.h, speeds things up
10857         substantially
10858
10859         * dbus/dbus-string.c (_dbus_string_free): apply align offset
10860         when freeing the string
10861         (_dbus_string_steal_data): fix for align offset
10862         (undo_alignment): new function
10863
10864 2003-02-26  Havoc Pennington  <hp@redhat.com>
10865
10866         All kinds of audit fixes from Owen, plus initial attempt to
10867         handle unaligned memory returned from malloc.
10868
10869         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
10870         leave room for align_offset and nul byte
10871         (fixup_alignment): function to track an align_offset and
10872         ensure real->str is aligned
10873         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
10874         to allow a nul byte plus align offset
10875         (_dbus_string_lock): fix overflow issue
10876         (_dbus_string_init_const_len): add assertions on sanity of len,
10877         assign allocated to be ALLOCATION_PADDING larger than len
10878         (set_length): fixup the overflow handling
10879         (_dbus_string_get_data_len): fix overflow in assertion
10880         (open_gap): detect overflow in size of gap to be opened
10881         (_dbus_string_lengthen): add overflow check
10882         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
10883         (_dbus_string_append): add overflow check
10884         (_dbus_string_append_unichar): overflow
10885         (_dbus_string_delete): fix overflow in assertion
10886         (_dbus_string_copy_len): overflow in assertion
10887         (_dbus_string_replace_len): overflows in assertions
10888         (_dbus_string_find): change to implement in terms of
10889         _dbus_string_find_to
10890         (_dbus_string_find_to): assorted fixage
10891         (_dbus_string_equal_c_str): assert c_str != NULL,
10892         fix logic so the function works
10893         (_dbus_string_ends_with_c_str): fix overflow thingy
10894         (_dbus_string_base64_encode): overflow fix
10895         (_dbus_string_validate_ascii): overflow
10896         (_dbus_string_validate_nul): overflow
10897
10898 2003-02-26  Havoc Pennington  <hp@redhat.com>
10899
10900         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
10901
10902 2003-02-26  Alexander Larsson  <alexl@redhat.com>
10903
10904         * configure.in:
10905         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
10906
10907         * dbus/dbus-connection.c:
10908         * dbus/dbus-connection.h:
10909         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
10910         Add dbus_connection_set_wakeup_main_function and use it when queueing
10911         incoming and outgoing messages.
10912
10913
10914         * dbus/dbus-dataslot.c:
10915         Threadsafe usage of DBusDataSlotAllocator
10916
10917         * dbus/dbus-message.c: (dbus_message_get_args_iter):
10918         dbus_new can fail.
10919
10920         * dbus/dbus-server-unix.c:
10921         Add todo comment
10922
10923         * glib/dbus-gmain.c:
10924         Implement the new wakeup functions for glib.
10925
10926         * glib/Makefile.am:
10927         * glib/test-thread-client.c:
10928         * glib/test-thread-server.c:
10929         * glib/test-thread.h:
10930         Initial cut at some thread test code. Not really done yet.
10931
10932 2003-02-26  Havoc Pennington  <hp@pobox.com>
10933
10934         * dbus/dbus-connection.c
10935         (dbus_connection_send_message_with_reply_and_block): fix crash
10936         where we ref'd the outgoing message instead of the returned reply
10937
10938         * dbus/dbus-transport-unix.c (do_authentication): check read watch
10939         at the end of this function, so if we didn't need to read for
10940         authentication, we reinstall it for receiving messages
10941
10942         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
10943         a NULL sender for peer-to-peer case
10944
10945         * dbus/dbus-transport-unix.c (check_read_watch): handle
10946         !authenticated case correctly
10947
10948         * glib/dbus-gmain.c: add support for DBusServer
10949
10950         * dbus/dbus-server.c: add data slot support
10951
10952         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
10953         return values and handle errors
10954
10955         * dbus/dbus-dataslot.c: factor out the data slot stuff from
10956         DBusConnection
10957
10958         * Doxyfile.in (INPUT): add glib subdir
10959
10960         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
10961         setup_with_g_main instead of hookup_with_g_main; write docs
10962
10963 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
10964
10965         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
10966         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
10967         * dbus/dbus-message.c: (dbus_message_append_boolean),
10968         (dbus_message_append_boolean_array),
10969         (dbus_message_get_args_valist), (_dbus_message_test):
10970         * dbus/dbus-message.h:
10971         * doc/dbus-specification.sgml:
10972         Various fixes as pointed out by Havoc.
10973
10974         * test/data/invalid-messages/bad-boolean-array.message:
10975         * test/data/invalid-messages/bad-boolean.message:
10976         Add invalid boolean value test cases.
10977
10978 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
10979
10980         * dbus/dbus-internals.c: (_dbus_type_to_string):
10981         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
10982         (_dbus_marshal_validate_arg):
10983         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
10984         * dbus/dbus-message.c: (dbus_message_append_args_valist),
10985         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
10986         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
10987         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
10988         (dbus_message_iter_get_double),
10989         (dbus_message_iter_get_boolean_array), (message_iter_test):
10990         * dbus/dbus-message.h:
10991         * dbus/dbus-protocol.h:
10992         * doc/dbus-specification.sgml:
10993         * test/data/valid-messages/lots-of-arguments.message:
10994         Add support for boolean and boolean array types.
10995
10996 2003-02-23  Havoc Pennington  <hp@pobox.com>
10997
10998         * dbus/dbus-keyring.c: finish most of this implementation and
10999         simple unit test
11000
11001         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
11002         these barf if the error isn't cleared to NULL
11003
11004         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
11005         (_dbus_create_directory): new function
11006
11007         * dbus/dbus-errors.c (dbus_set_error): fix warning
11008
11009         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
11010         (_dbus_string_hex_decode): new function
11011         (test_hex_roundtrip): test code
11012
11013         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
11014
11015         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
11016
11017         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
11018         the save-to-temp/rename trick to atomically write the new file
11019         (_dbus_string_parse_uint): new function
11020
11021 2003-02-22  Havoc Pennington  <hp@pobox.com>
11022
11023         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
11024
11025 2003-02-22  Havoc Pennington  <hp@pobox.com>
11026
11027         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
11028         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
11029
11030         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
11031
11032         * dbus/test/data/sha-1: add US government test suite for SHA-1
11033
11034 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11035
11036         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
11037         Make string arrays NULL-terminated.
11038
11039         * dbus/dbus-memory.c: (dbus_free_string_array):
11040         * dbus/dbus-memory.h:
11041         New function for freeing NULL-terminated string arrays.
11042
11043         * dbus/dbus-message-builder.c: (append_quoted_string),
11044         (_dbus_message_data_load):
11045         Add support for array types.
11046
11047         * dbus/dbus-message.c: (check_message_handling):
11048         Add more types as test cases.
11049
11050         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
11051         (_dbus_string_parse_double):
11052         Add the start offset to the end offset.
11053
11054         * test/data/valid-messages/lots-of-arguments.message:
11055         New test message with lots of arguments.
11056
11057 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11058
11059         * dbus/dbus-message.c: (dbus_message_append_nil),
11060         (dbus_message_append_int32), (dbus_message_append_uint32),
11061         (dbus_message_append_double), (dbus_message_append_string),
11062         (dbus_message_append_int32_array),
11063         (dbus_message_append_uint32_array),
11064         (dbus_message_append_double_array),
11065         (dbus_message_append_byte_array),
11066         (dbus_message_append_string_array):
11067         Fix all out-of-memory handling in these functions.
11068
11069 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11070
11071         * dbus/dbus-message.c: (dbus_message_append_nil):
11072         Fix a silly.
11073
11074 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11075
11076         * dbus/dbus-message.c: (dbus_message_append_args_valist),
11077         (dbus_message_append_nil), (dbus_message_append_int32_array),
11078         (dbus_message_append_uint32_array),
11079         (dbus_message_append_double_array),
11080         (dbus_message_append_byte_array),
11081         (dbus_message_append_string_array), (dbus_message_get_args_valist),
11082         (dbus_message_iter_get_int32_array),
11083         (dbus_message_iter_get_uint32_array),
11084         (dbus_message_iter_get_double_array),
11085         (dbus_message_iter_get_byte_array),
11086         (dbus_message_iter_get_string_array):
11087
11088         * dbus/dbus-message.h:
11089         Add functions for appending and getting arrays.
11090
11091 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11092
11093         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
11094         element size at least 8 bytes, fixes mempool tests on
11095         64-bit machines.
11096
11097 2003-02-20  Alexander Larsson  <alexl@redhat.com>
11098
11099         * dbus/dbus-transport-unix.c (unix_do_iteration):
11100         Unlock the connection mutex during a blocking select call.
11101         Add todo about how we need a way to wake up the select.
11102
11103         * dbus/dbus-connection-internal.h:
11104         * dbus/dbus-connection.c:
11105         Add _dbus_connection_lock and _dbus_connection_unlock.
11106
11107 2003-02-19  Havoc Pennington  <hp@pobox.com>
11108
11109         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
11110         Doxyfile.in, not Doxyfile
11111
11112         * dbus/dbus-keyring.c: do some hacking on this
11113
11114         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
11115
11116         * dbus/dbus-errors.c (dbus_set_error_const): do not call
11117         dbus_error_init
11118         (dbus_set_error): remove dbus_error_init, check for message ==
11119         NULL *before* we sprintf into it, and add @todo about including
11120         system headers in this file
11121
11122         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
11123
11124         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
11125
11126         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
11127         get various bits of user information based on either username
11128         or user ID
11129         (_dbus_homedir_from_username): new function
11130
11131 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
11132
11133         * configure.in:
11134         Add check for nonposix getpwnam_r
11135
11136         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
11137         Align the pool element size to a sizeof (void *) boundary.
11138
11139         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
11140         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
11141         General Solaris fixes.
11142
11143         * test/data/valid-messages/simplest-manual.message:
11144         Explicitly state that we want little-endian packing.
11145
11146 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
11147
11148         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
11149
11150         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
11151         Added to create a transport connecting using a tcp/ip socket.
11152
11153         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
11154         to a tcp socket at given host and port.
11155         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
11156         hostname and port.
11157
11158         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
11159
11160         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
11161         Added to create a server listening on a TCP/IP socket.
11162
11163 2003-02-19  Havoc Pennington  <hp@pobox.com>
11164
11165         Throughout: mop up all the Doxygen warnings and undocumented
11166         stuff.
11167
11168         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
11169         to search any paths.
11170
11171         * dbus/dbus-threads.c: move global mutex initializers to
11172         dbus-internals.h, multiple prototypes was confusing doxygen
11173         besides being kind of ugly
11174
11175         * Doxyfile (PREDEFINED): have Doxygen define
11176         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
11177         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
11178         (do not abuse the feature! it's for stuff like the autogenerated
11179         macros in dbus-md5.c, not just for things you don't feel like
11180         documenting...)
11181
11182 2003-02-18  Havoc Pennington  <hp@pobox.com>
11183
11184         * dbus/dbus-string.c (_dbus_string_zero): new function
11185
11186         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
11187         wrap it in some dbus-friendly API
11188
11189         * dbus/dbus-types.h: add 16-bit types
11190
11191 2003-02-18  Joe Shaw  <joe@assbarn.com>
11192
11193         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
11194         credentials from our currently running process.
11195         (get_word): Fix a buglet where we were copying the entire length
11196         instead of relative to our position.
11197
11198         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
11199         keys on the stack... it's 640k of data.
11200
11201         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
11202         read the credentials byte off the socket, even if we don't have
11203         SO_PEERCRED.
11204         (_dbus_poll): Implement poll() using select() for systems which
11205         don't have it.
11206
11207         * glib/test-dbus-glib.c (main): Print out an error if no
11208         parameters are given.
11209
11210         * test/data/auth/fallback.auth-script: Added.  Tests that a client
11211         can fallback to a secondary auth mechanism if the first fails.
11212
11213 2003-02-18  Havoc Pennington  <hp@pobox.com>
11214
11215         * AUTHORS: add Alex
11216
11217 2003-02-17  Havoc Pennington  <hp@pobox.com>
11218
11219         * doc/dbus-specification.sgml: lots of cosmetic
11220         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
11221         env variable to DBUS_BUS_ADDRESS, s/client/application/,
11222         s/server/bus/ (except in authentication section). Add a section
11223         "Message Bus Message Routing"
11224
11225 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
11226
11227         Release 0.4
11228
11229         * NEWS: Update
11230
11231 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11232
11233         * doc/dbus-specification.sgml:
11234         Specification updates.
11235
11236 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11237
11238         * bus/activation.c: (bus_activation_init), (child_setup),
11239         (bus_activation_activate_service):
11240         * bus/activation.h:
11241         * bus/main.c: (main):
11242         Set DBUS_ADDRESS environment variable.
11243
11244         * dbus/dbus-errors.c: (dbus_set_error):
11245         Don't use va_copy since that's a C99 feature.
11246
11247         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
11248         (_dbus_spawn_async):
11249         * dbus/dbus-sysdeps.h:
11250         Add child_setup_func to _dbus_spawn_async.
11251
11252         * doc/dbus-specification.sgml:
11253         Update specification.
11254
11255         * test/spawn-test.c: (setup_func), (main):
11256         Fix test.
11257
11258 2003-02-17  Alexander Larsson  <alexl@redhat.com>
11259
11260         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
11261         Added todo.
11262
11263 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11264
11265         * doc/.cvsignore:
11266         * doc/Makefile.am:
11267         * doc/dbus-test-plan.sgml:
11268         Add test plan document.
11269
11270         * test/Makefile.am:
11271         Fix distcheck.
11272
11273 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11274
11275         * dbus/dbus-message.c: (decode_header_data),
11276         (_dbus_message_loader_return_buffer):
11277         Set the header padding amount when loading a message.
11278
11279 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11280
11281         * bus/dispatch.c: (send_one_message):
11282         Only send broadcast messages to registered connections.
11283
11284         * dbus/dbus-message.c: (dbus_message_name_is):
11285         * dbus/dbus-message.h:
11286         New convenience function.
11287
11288         * dbus/dbus-transport-debug.c: (do_reading):
11289         Only dispatch one message per run.
11290
11291         * test/Makefile.am:
11292         * test/bus-test.c: (new_connection_callback), (die),
11293         (test_hello_client1_handler), (test_hello_client2_handler),
11294         (test_hello_replies), (main):
11295
11296         * test/bus-test-loop.[ch]:
11297         Add these.
11298
11299 2003-02-16  Havoc Pennington  <hp@pobox.com>
11300
11301         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
11302         backward conditional
11303
11304 2003-02-16  Alexander Larsson  <alexl@redhat.com>
11305
11306         * dbus/dbus-connection.c:
11307         Implement sent_message_with_reply. (with_reply_and block is still
11308         busted).
11309         Made dispatch_message not lose message if OOM.
11310
11311         * dbus/dbus-errors.h:
11312         Add NoReply error (for reply timeouts).
11313
11314 2003-02-16  Alexander Larsson  <alexl@redhat.com>
11315
11316         * dbus/dbus-hash.c (_dbus_hash_table_unref):
11317         Actually free keys and values when destroying hashtable.
11318
11319 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11320
11321         * dbus/dbus-auth.c: (client_try_next_mechanism):
11322         Plug a leak.
11323
11324         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
11325         Return TRUE if there's no thread implementation around.
11326
11327         * glib/dbus-gmain.c: (free_source),
11328         (dbus_connection_hookup_with_g_main):
11329         Make sure to remove the GSource when the connection is finalized.
11330
11331 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11332
11333         * bus/dispatch.c: (bus_dispatch_message_handler):
11334         * dbus/dbus-errors.h:
11335         Return an error if someone tries to send a message to a service
11336         that doesn't exist.
11337
11338 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11339
11340         * bus/activation.c: (load_directory), (bus_activation_init),
11341         (bus_activation_activate_service):
11342         * bus/activation.h:
11343         * bus/driver.c:
11344         (bus_driver_handle_activate_service), (bus_driver_handle_message):
11345         More work on the activation handling.
11346
11347         * dbus/dbus-errors.h:
11348         Add some error messages
11349
11350         * dbus/dbus-message.c: (dbus_message_new_error_reply):
11351         * dbus/dbus-message.h:
11352         New function that creates an error message.
11353
11354         * dbus/dbus-protocol.h:
11355         Add ACTIVATE_SERVER message.
11356
11357         * dbus/dbus-server-unix.c: (unix_handle_watch),
11358         (_dbus_server_new_for_domain_socket):
11359         Call _dbus_fd_set_close_on_exec.
11360
11361         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
11362         (_dbus_spawn_async), (_dbus_disable_sigpipe),
11363         (_dbus_fd_set_close_on_exec):
11364         * dbus/dbus-sysdeps.h:
11365         Add _dbus_fd_set_close_on exec function. Also add function that checks
11366         that all open fds are set to close-on-exec and warns otherwise.
11367
11368         * dbus/dbus-transport-unix.c:
11369         (_dbus_transport_new_for_domain_socket):
11370         Call _dbus_fd_set_close_on_exec.
11371
11372 2003-02-16  Havoc Pennington  <hp@pobox.com>
11373
11374         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
11375         allow people to avoid setting SIGPIPE to SIG_IGN
11376         (_dbus_connection_new_for_transport): disable SIGPIPE unless
11377         we've been asked not to
11378
11379 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11380
11381         * dbus/dbus-list.c: (_dbus_list_append_link),
11382         (_dbus_list_prepend_link):
11383         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
11384         (dbus_realloc):
11385         Warning fixes.
11386
11387 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11388
11389         * bus/Makefile.am:
11390         * bus/activation.c: (bus_activation_entry_free),
11391         (add_desktop_file_entry), (load_directory), (bus_activation_init):
11392         * bus/activation.h:
11393         * bus/main.c: (main):
11394         Add simple activation support, doesn't work yet though.
11395
11396 2003-02-15   Zack Rusin  <zack@kde.org>
11397
11398         * qt/dbus-qthread.cpp:  small casting fix
11399
11400 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11401
11402         * dbus/dbus-errors.c: (dbus_set_error):
11403         * dbus/dbus-errors.h:
11404         Add a few errors and make dbus_set_error void.
11405
11406         * dbus/dbus-sysdeps.c:
11407         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
11408         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
11409         * dbus/dbus-sysdeps.h:
11410         Add _dbus_spawn_async.
11411
11412         * test/spawn-test.c: (main):
11413         Test for _dbus_spawn_async.
11414
11415 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11416
11417         * dbus/dbus-internals.h:
11418         Fix build without tests.
11419
11420         * dbus/dbus-list.c: (alloc_link):
11421         Fix a segfault when a malloc fails.
11422
11423         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
11424         (dbus_malloc0), (dbus_realloc):
11425         Add support for malloc debugging.
11426
11427 2003-02-15  Alexander Larsson  <alexl@redhat.com>
11428
11429         * dbus/dbus-threads.c:
11430         * dbus/dbus-threads.h:
11431         Add condvars. Remove static mutext from API.
11432         Implement static mutexes by initializing them from threads_init.
11433
11434         * glib/dbus-gthread.c:
11435         * qt/dbus-qthread.cpp:
11436         Update with the thread api changes.
11437
11438
11439         * dbus/dbus-list.c:
11440         * dbus/dbus-list.h:
11441         Turn StaticMutex into normal mutex + init function.
11442         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
11443         _dbus_list_append_link, _dbus_list_prepend_link
11444
11445
11446         * dbus/dbus-sysdeps.c:
11447         * dbus/dbus-sysdeps.h:
11448         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
11449         _dbus_atomic_dec. Only slow fallback implementation at the moment.
11450
11451         * dbus/dbus-protocol.h:
11452         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
11453
11454         * dbus/dbus-message.c:
11455         Make ref/unref atomic.
11456         Fix some docs.
11457
11458         * dbus/dbus-connection-internal.h:
11459         * dbus/dbus-connection.c:
11460         * dbus/dbus-connection.h:
11461         Make threadsafe.
11462         Change _peek to _borrow,_return & _steal_borrowed.
11463         Change disconnect callback to event.
11464         Make dbus_connection_dispatch_messages reentrant.
11465
11466         * dbus/dbus-transport.c:
11467         Don't ref the connection on calls to the transport
11468         implementation.
11469
11470         * dbus/dbus-message-handler.c:
11471         Make threadsafe.
11472
11473         * glib/dbus-gmain.c:
11474         Don't use peek_message anymore
11475
11476         * test/Makefile.am:
11477         * test/debug-thread.c:
11478         * test/debug-thread.h:
11479         Simple thread implementation that asserts() on deadlocks in
11480         single-threaded code.
11481
11482         * test/bus-test.c:
11483         (main) Call debug_threads_init.
11484
11485         * test/watch.c:
11486         Use disconnect message instead of disconnect callback.
11487
11488         * bus/connection.c:
11489         * bus/connection.h:
11490         Don't call dbus_connection_set_disconnect_function. Instead export
11491         bus_connection_disconnect.
11492
11493         * bus/dispatch.c:
11494         Call bus_connection_disconnect when we get a disconnected message.
11495
11496 2003-02-15  Havoc Pennington  <hp@pobox.com>
11497
11498         * dbus/dbus-message.c (dbus_message_new): fool around with the
11499         docs
11500
11501 2003-02-14  Havoc Pennington  <hp@pobox.com>
11502
11503         * dbus/dbus-mempool.c: fail if the debug functions so indicate
11504
11505         * dbus/dbus-memory.c: fail if the debug functions indicate we
11506         should
11507
11508         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
11509         (_dbus_decrement_fail_alloc_counter): debug functions to
11510         simulate memory allocation failures
11511
11512 2003-02-14  Havoc Pennington  <hp@pobox.com>
11513
11514         * dbus/dbus-errors.h (struct DBusError): add a word of padding
11515         to DBusError
11516
11517 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11518
11519         * bus/driver.c: (bus_driver_handle_hello):
11520         * bus/driver.h:
11521         * bus/services.c: (bus_service_lookup):
11522         Reorder message sending so we get a more sane order.
11523
11524         * test/bus-test.c: (message_handler):
11525         Fix tyop.
11526
11527 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11528
11529         * bus/driver.c: (bus_driver_send_service_deleted),
11530         (bus_driver_send_service_created), (bus_driver_send_service_lost),
11531         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
11532         (bus_driver_send_welcome_message),
11533         (bus_driver_handle_list_services),
11534         (bus_driver_handle_acquire_service),
11535         (bus_driver_handle_service_exists):
11536         * dbus/dbus-bus.c: (dbus_bus_register_client),
11537         (dbus_bus_acquire_service), (dbus_bus_service_exists):
11538         * dbus/dbus-errors.c: (dbus_result_to_string):
11539         * dbus/dbus-errors.h:
11540         * dbus/dbus-message.c: (dbus_message_append_args),
11541         (dbus_message_append_args_valist), (dbus_message_get_args),
11542         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
11543         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
11544         (dbus_message_iter_get_byte_array),
11545         (dbus_message_iter_get_string_array), (message_iter_test),
11546         (check_message_handling), (_dbus_message_test):
11547         * dbus/dbus-message.h:
11548         * test/bus-test.c: (main):
11549         Change fields to arguments in messages, so that they won't be
11550         confused with header fields.
11551
11552         * glib/test-dbus-glib.c: (main):
11553         Remove append_fields from hello message.
11554
11555 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11556
11557         * dbus/dbus-errors.c:
11558         * dbus/dbus-message.c:
11559         * dbus/dbus-string.c:
11560         Documentation fixes.
11561
11562 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11563
11564         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
11565         (remove_timeout):
11566         Implement support for timeouts in dbus-glib.
11567
11568 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11569
11570         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11571         * dbus/dbus-message.c: (process_test_subdir):
11572         * test/break-loader.c: (find_breaks_based_on):
11573         Plug some memory leaks.
11574
11575 2003-02-13  Richard Hult  <rhult@codefactory.se>
11576
11577         * bus/main.c: Fix build.
11578
11579         * dbus/dbus-errors.h:
11580         * dbus/dbus-errors.c: Fix copyright for Anders.
11581
11582 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11583
11584         * bus/Makefile.am:
11585         Add utils.[ch]
11586
11587         * bus/connection.c: (bus_connection_foreach):
11588         Fix a warning.
11589
11590         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
11591         (unescape_string), (new_section), (parse_section_start),
11592         (parse_key_value), (report_error), (bus_desktop_file_load),
11593         (bus_desktop_file_get_string):
11594         * bus/desktop-file.h:
11595         Use DBusError for error reporting.
11596
11597         * bus/dispatch.c: (send_one_message),
11598         (bus_dispatch_message_handler):
11599         * bus/driver.c: (bus_driver_send_service_deleted),
11600         (bus_driver_send_service_created), (bus_driver_send_service_lost),
11601         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
11602         (bus_driver_send_welcome_message),
11603         (bus_driver_handle_list_services),
11604         (bus_driver_handle_acquire_service),
11605         (bus_driver_handle_service_exists):
11606         * bus/loop.c: (bus_loop_run):
11607         * bus/main.c:
11608         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
11609
11610         * bus/utils.c: (bus_wait_for_memory):
11611         * bus/utils.h:
11612         New files with general utility functions.
11613
11614         * dbus/dbus-internals.h:
11615         Remove _DBUS_HANDLE_OOM.
11616
11617 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11618
11619         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
11620         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
11621         * dbus/dbus-errors.h:
11622         Add DBusError structure.
11623
11624 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11625
11626         * test/data/valid-messages/standard-acquire-service.message:
11627         * test/data/valid-messages/standard-hello.message:
11628         * test/data/valid-messages/standard-list-services.message:
11629         * test/data/valid-messages/standard-service-exists.message:
11630         Add some standard messages.
11631
11632 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11633
11634         * bus/driver.c: (bus_driver_send_welcome_message),
11635         (bus_driver_handle_list_services),
11636         (bus_driver_handle_acquire_service),
11637         (bus_driver_handle_service_exists), (bus_driver_handle_message):
11638         Update for API changes in libdbus.
11639
11640         * dbus/dbus-message.c: (dbus_message_new_reply):
11641         * dbus/dbus-message.h:
11642         Remove the name argument. The spec states that replies shouldn't
11643         have a name.
11644
11645 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11646
11647         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
11648         (report_error), (bus_desktop_file_load), (lookup_section),
11649         (lookup_line), (bus_desktop_file_get_raw),
11650         (bus_desktop_file_get_string):
11651         * bus/desktop-file.h:
11652         Some fixes, and new functions for getting a key value from a section.
11653
11654 2003-02-13  Havoc Pennington  <hp@pobox.com>
11655
11656         * test/data/auth/fail-after-n-attempts.auth-script: new test
11657
11658         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
11659         reject the client.
11660
11661 2003-02-13  Havoc Pennington  <hp@pobox.com>
11662
11663         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
11664         dbus_credentials_match were backward
11665
11666         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
11667         NO_CREDENTIALS and ROOT_CREDENTIALS
11668
11669         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
11670         into here. Never process more commands after we've reached an
11671         end state; store further data as unused bytes.
11672
11673         * test/data/auth/*: add more auth tests
11674
11675         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
11676         command to match exact string and EXPECT_UNUSED to match unused
11677         bytes
11678
11679         * test/Makefile.am (dist-hook): fix to dist all the test stuff
11680
11681 2003-02-12  Havoc Pennington  <hp@pobox.com>
11682
11683         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
11684         \r off of popped lines
11685
11686         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
11687         scripts
11688
11689         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
11690         SEND, append \r\n
11691
11692 2003-02-12  Havoc Pennington  <hp@pobox.com>
11693
11694         * dbus/Makefile.am: remove break-loader from the build, since it
11695         moved.
11696
11697         * configure.in: add --enable-gcov to turn on coverage profiling
11698         flags and disable optimization
11699
11700 2003-02-10  Havoc Pennington  <hp@pobox.com>
11701
11702         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
11703         initial cut at test framework for DBusAuth from laptop.
11704         Doesn't quite work yet but it compiles and I need to get
11705         it off the 266mhz laptop. ;-)
11706
11707         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
11708         fix a memleak in error case
11709
11710 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
11711
11712         * bus/Makefile.am:
11713         * bus/desktop-file.c:
11714         * bus/desktop-file.h:
11715         Add a desktop file parser.
11716
11717 2003-02-11  Zack Rusin  <zack@kde.org>
11718
11719         * qt/message.[h|cpp]: sample implementation
11720         of the KDE wrapper for DBusMessage
11721
11722 2003-02-09  Zack Rusin  <zack@kde.org>
11723
11724         * test/bus-test.c: make_it_compile
11725         * doc/dbus-specification.sgml: minimal semantic fix
11726
11727 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
11728
11729         Release 0.3
11730
11731         * NEWS: Update
11732
11733 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
11734
11735         * dbus/Makefile.am:
11736         * dbus/dbus-break-loader.c:
11737         * test/Makefile.am:
11738         * test/break-loader.c:
11739         Move dbus-break-loader to test/ and rename it to break-loader.
11740
11741 2003-02-02  Havoc Pennington  <hp@pobox.com>
11742
11743         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
11744         for code to manage cookies in your home directory
11745
11746         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
11747
11748         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
11749         to authenticate, then disconnect the client.
11750
11751 2003-02-03  Alexander Larsson  <alexl@redhat.com>
11752
11753         * dbus/dbus-message.c (dbus_message_append_fields):
11754         Correct docs.
11755
11756 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11757
11758         * doc/dbus-specification.sgml:
11759         Update address format section.
11760
11761 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11762
11763         * test/Makefile.am:
11764         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
11765         (message_handler), (new_connection_callback), (loop_quit),
11766         (loop_run), (main):
11767         Add bus test.
11768
11769 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11770
11771         * bus/driver.c: (bus_driver_handle_service_exists):
11772         Simplify the code a bit.
11773
11774         * dbus/dbus-bus.c: (dbus_bus_service_exists):
11775         Fix a silly.
11776
11777 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11778
11779         * bus/Makefile.am:
11780         Add libdbus-daemon.la and link to it.
11781
11782 2003-02-01  James Willcox  <jwillcox@gnome.org>
11783
11784         * bus/driver.c: (bus_driver_handle_own_service):
11785         Actually include the service reply code in the message.
11786
11787 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11788
11789         * bus/driver.c: (bus_driver_handle_service_exists):
11790         Don't unref the incoming message.
11791
11792 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11793
11794         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
11795
11796 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
11797
11798         * dbus/dbus-server.c: (dbus_server_listen):
11799         * dbus/dbus-transport.c: (_dbus_transport_open):
11800         ifdef out the calls to the debug transport and server.
11801
11802 2003-02-02  Alexander Larsson  <alexl@redhat.com>
11803
11804         * dbus/dbus-watch.c (dbus_watch_get_flags):
11805         Add note in the docs that ERROR or HANGUP won't be returned
11806         and are assumed always on.
11807
11808         * glib/dbus-gmain.c (add_watch):
11809         Always add IO_ERR | IO_HUP
11810
11811         * dbus/dbus-message.h:
11812         Add semicolon after dbus_message_iter_get_string_array().
11813         Makes qt code build again
11814
11815 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
11816
11817         * bus/driver.c: (create_unique_client_name),
11818         (bus_driver_handle_hello):
11819         Don't take a name, just use a numeric id to identify
11820         each client.
11821
11822         * dbus/Makefile.am:
11823         * dbus/dbus-bus.c: (dbus_bus_register_client),
11824         (dbus_bus_acquire_service), (dbus_bus_service_exists):
11825         * dbus/dbus-bus.h:
11826         Add new convenience functions for communicating with the bus.
11827
11828         * dbus/dbus-message.h:
11829
11830         * dbus/dbus-protocol.h:
11831         Fix a typo.
11832
11833 2003-02-01  Alexander Larsson  <alexl@redhat.com>
11834
11835         * dbus/dbus-message.c (dbus_message_append_fields):
11836         Add some more doc comments.
11837
11838 2003-02-01  Havoc Pennington  <hp@pobox.com>
11839
11840         * dbus/dbus-break-loader.c (randomly_modify_length): change
11841         a 4-byte value in the message as if it were a length
11842
11843         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
11844         execute bit on saved files
11845
11846 2003-02-01  Havoc Pennington  <hp@pobox.com>
11847
11848         * dbus/dbus-break-loader.c (main): new program to find messages
11849         that break the loader.
11850
11851         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
11852         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
11853
11854         * dbus/dbus-string.c (_dbus_string_set_byte): new
11855
11856 2003-01-31  Havoc Pennington  <hp@pobox.com>
11857
11858         * dbus/dbus-message.c: refactor the test code to be more general,
11859         in preparation for writing a "randomly permute test cases to
11860         try to break the loader" program.
11861
11862 2003-01-31  Havoc Pennington  <hp@pobox.com>
11863
11864         * doc/dbus-specification.sgml: work on the specification
11865
11866         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
11867         the protocol version of the message.
11868
11869         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
11870         no longer specifies that.
11871         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
11872         1/2/3/4)
11873
11874         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
11875         "break" for DBUS_TYPE_NIL, remove @todo
11876
11877 2003-01-31  Havoc Pennington  <hp@pobox.com>
11878
11879         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
11880         just set_is_error/get_is_error as this is a commonly-used
11881         function, and write docs.
11882
11883 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
11884
11885         * dbus/dbus-address.c: (dbus_address_entry_free):
11886         Free key and value lists.
11887
11888         * dbus/dbus-internals.c: (_dbus_type_to_string):
11889         Add the types we didn't have.
11890
11891         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
11892         (_dbus_marshal_validate_arg):
11893         Add NIL types.
11894
11895         * dbus/dbus-message.c: (dbus_message_set_sender):
11896         Remove todo about being able to set sender to NULL.
11897
11898         (dbus_message_set_is_error_reply),
11899         (dbus_message_get_is_error_reply):
11900         * dbus/dbus-message.h:
11901         New functions.
11902
11903         * dbus/dbus-protocol.h:
11904         Add error reply flag.
11905
11906         * test/data/valid-messages/opposite-endian.message:
11907         Add NIL type to test.
11908
11909 2003-01-31  Havoc Pennington  <hp@pobox.com>
11910
11911         * doc/dbus-specification.sgml: fully specify the header.  Add
11912         flags and major protocol version, and change header/body len to
11913         unsigned.
11914
11915         * dbus/dbus-message-builder.c (append_saved_length): append length
11916         as uint32
11917
11918         * dbus/dbus-message.c (dbus_message_create_header): change header
11919         length and body length to unsigned. Add the new fields from the
11920         spec
11921         (_dbus_message_loader_return_buffer): unsigned header/body len
11922
11923 2003-01-30  Havoc Pennington  <hp@pobox.com>
11924
11925         * dbus/dbus-auth.c: rework to use only REJECTED, no
11926         MECHANISMS
11927
11928         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
11929         use REJECTED, suggested by Mark McLoughlin
11930
11931 2003-01-30  Havoc Pennington  <hp@pobox.com>
11932
11933         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
11934         a better way to report errors here. e.g.  "unix address lacks
11935         path" or something. also "no such file" when the path doesn't
11936         exist, etc.
11937
11938         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
11939         leaking list nodes
11940         (dbus_parse_address): add @todo about documenting address format,
11941         and allowing , and ; to be escaped
11942
11943 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
11944
11945         * dbus/Makefile.am:
11946         Add dbus-address.[ch]
11947
11948         * dbus/dbus-address.c: (dbus_address_entry_free),
11949         (dbus_address_entries_free), (create_entry),
11950         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
11951         (dbus_parse_address), (_dbus_address_test):
11952         * dbus/dbus-address.h:
11953         New files for dealing with address parsing.
11954
11955         * dbus/dbus-connection.c:
11956         Document timeout functions.
11957
11958         * dbus/dbus-message.c:
11959         Document dbus_message_new_from_message.
11960
11961         * dbus/dbus-server-debug.c:
11962         Document.
11963
11964         * dbus/dbus-server.c: (dbus_server_listen):
11965         Parse address and use correct server implementation.
11966
11967         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
11968         * dbus/dbus-string.h:
11969         New function with test.
11970
11971         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
11972         * dbus/dbus-test.h:
11973         Add address tests.
11974
11975         * dbus/dbus-transport-debug.c:
11976         Document.
11977
11978         * dbus/dbus-transport.c: (_dbus_transport_open):
11979         Parse address and use correct transport implementation.
11980
11981 2003-01-30  Havoc Pennington  <hp@pobox.com>
11982
11983         * dbus/dbus-message.c: use message->byte_order instead of
11984         DBUS_COMPILER_BYTE_ORDER throughout.
11985         (dbus_message_create_header): pad header to align the
11986         start of the body of the message to 8-byte boundary
11987
11988         * dbus/dbus-marshal.h: make all the demarshalers take const
11989         DBusString arguments.
11990
11991         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
11992         validate message args here, so we don't have to do slow validation
11993         later, and so we catch bad messages as they are incoming. Also add
11994         better checks on header_len and body_len. Also fill in
11995         message->byte_order
11996
11997         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
11998         implemented properly)
11999         (_dbus_string_validate_nul): new function to check all-nul
12000
12001         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
12002         get_arg_end_pos and remove all validation
12003         (_dbus_marshal_validate_arg): actually do validation here.
12004
12005 2003-01-29  Havoc Pennington  <hp@pobox.com>
12006
12007         * dbus/dbus-message.c (check_message_handling): fix assertion
12008         failure on set_client_serial
12009
12010 2003-01-28  Havoc Pennington  <hp@pobox.com>
12011
12012         * dbus/dbus-server-debug.c: Add doc section comments
12013
12014         * dbus/dbus-transport-debug.c: add doc section comments
12015
12016 2003-01-28  Havoc Pennington  <hp@redhat.com>
12017
12018         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
12019         the reverse order from how I had it
12020         (_dbus_string_base64_encode): reverse encoding order. I was
12021         basically byteswapping everything during encoding.
12022
12023 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
12024
12025         * dbus/dbus-connection-internal.h:
12026         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
12027         (_dbus_connection_remove_timeout):
12028         Add functions for adding and removing timeouts.
12029
12030         * dbus/dbus-message.c: (dbus_message_new_from_message):
12031         Add new function that takes a message and creates an exact
12032         copy of it, but with the refcount set to 1.
12033         (check_message_handling):
12034         Fix build error.
12035
12036         * dbus/dbus-server-protected.h:
12037         * dbus/dbus-server.c: (_dbus_server_init_base),
12038         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
12039         (dbus_server_set_timeout_functions):
12040         (_dbus_server_remove_timeout):
12041         New functions so that a server can add and remove timeouts.
12042
12043         (dbus_server_listen):
12044         Add commented out call to dbus_server_debug_new.
12045
12046         * dbus/dbus-timeout.c: (_dbus_timeout_new):
12047         Actually set the handler, doh.
12048
12049         * dbus/dbus-transport.c: (_dbus_transport_open):
12050         Add commented out call to dbus_transport_debug_client_new.
12051
12052         * dbus/Makefile.am:
12053         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
12054
12055 2003-01-28  Havoc Pennington  <hp@pobox.com>
12056
12057         * dbus/dbus-message.c (check_message_handling): function to check
12058         on the loaded message, iterates over it etc.
12059
12060 2003-01-28  Havoc Pennington  <hp@pobox.com>
12061
12062         * test/Makefile.am (dist-hook): fix make distdir
12063
12064         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
12065
12066 2003-01-27  Havoc Pennington  <hp@pobox.com>
12067
12068         * dbus/dbus-mempool.c (time_for_size): replace printf with
12069         _dbus_verbose
12070
12071         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
12072         empty lines; fix the SAVE_LENGTH stuff to be
12073         START_LENGTH/END_LENGTH so it actually works; couple other
12074         bugfixes
12075
12076         * test/Makefile.am (dist-hook): add dist-hook for .message files
12077
12078         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
12079         can be constant or locked.
12080         (_dbus_string_free): allow freeing a const string as
12081         documented/intended
12082
12083         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
12084
12085         * dbus/dbus-test-main.c (main): take an argument which is the
12086         directory containing test data
12087
12088         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
12089         argument to this and load all the messages in test/data/
12090         checking that they can be loaded or not loaded as appropriate.
12091
12092 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
12093
12094         * bus/dispatch.c: (bus_dispatch_message_handler):
12095         Dispatch messages sent to services.
12096
12097         * bus/driver.c: (bus_driver_send_service_deleted),
12098         (bus_driver_send_service_created), (bus_driver_send_service_lost),
12099         (bus_driver_send_service_acquired):
12100         Add helper functions for sending service related messages.
12101
12102         (bus_driver_send_welcome_message):
12103         Send HELLO_REPLY instead of WELCOME.
12104
12105         (bus_driver_handle_list_services):
12106         Send LIST_SERVICES_REPLY instead of SERVICES.
12107
12108         (bus_driver_handle_own_service),
12109         (bus_driver_handle_service_exists):
12110         New message handlers.
12111
12112         (bus_driver_handle_message):
12113         Invoke new message handlers.
12114
12115         (bus_driver_remove_connection):
12116         Don't remove any services here since that's done automatically
12117         by bus_service_remove_owner now.
12118
12119         * bus/driver.h:
12120         New function signatures.
12121
12122         * bus/services.c: (bus_service_add_owner):
12123         Send ServiceAcquired message if we're the only primary owner.
12124
12125         (bus_service_remove_owner):
12126         Send ServiceAcquired/ServiceLost messages.
12127
12128         (bus_service_set_prohibit_replacement),
12129         (bus_service_get_prohibit_replacement):
12130         Functions for setting prohibit replacement.
12131
12132         (bus_service_has_owner):
12133         New function that checks if a connection is in the owner queue of
12134         a certain service.
12135
12136         * bus/services.h:
12137         Add new function signatures.
12138
12139         * dbus/dbus-list.c: (_dbus_list_test):
12140         Add tests for _dbus_list_remove_last and traversing the list backwards.
12141
12142         * dbus/dbus-list.h:
12143         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
12144         go any further, so return NULL then.
12145
12146         * dbus/dbus-protocol.h:
12147         Add new messages, service flags and service replies.
12148
12149 2003-01-26  Havoc Pennington  <hp@pobox.com>
12150
12151         * dbus/dbus-message-builder.c: implement, completely untested.
12152
12153         * test/data/*: add data to be used in testing.
12154         ".message" files are our simple loadable text format.
12155         ".message-raw" will be binary dumps of messages.
12156
12157         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
12158
12159 2003-01-26  Havoc Pennington  <hp@pobox.com>
12160
12161         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
12162
12163         * dbus/dbus-errors.c (dbus_result_to_string): add
12164         file errors
12165
12166         * dbus/dbus-message-builder.c: new file, will contain code to load
12167         up messages from files. Not implemented yet.
12168
12169 2003-01-26  Havoc Pennington  <hp@pobox.com>
12170
12171         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
12172         the sender by setting to NULL
12173
12174 2003-01-26  Havoc Pennington  <hp@pobox.com>
12175
12176         The unit tests pass, but otherwise untested.  If it breaks, the
12177         tests should have been better. ;-)
12178
12179         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
12180         the connection.
12181
12182         * dbus/dbus-message.c: redo everything so we maintain
12183         message->header as the only copy of the various fields.
12184         This avoids the possibility of out-of-memory in some cases,
12185         for example dbus_message_lock() can't run out of memory anymore,
12186         and avoids extra copying. Figured I may as well go ahead and do
12187         this since it was busted for dbus_message_lock to not return
12188         failure on OOM, and dbus_message_write_header was totally
12189         unchecked for OOM. Also fixed some random other bugs.
12190
12191         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
12192         that strings are nul-terminated. Also, end_pos can be equal
12193         to string length just not greater than, I think.
12194         (_dbus_marshal_set_int32): new function
12195         (_dbus_marshal_set_uint32): new function
12196         (_dbus_marshal_set_string): new function
12197
12198         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
12199         a warning, init timeout_list to NULL
12200         (dbus_connection_send_message): don't use uninitialized variable
12201         "serial"
12202
12203         * dbus/dbus-string.c (_dbus_string_replace_len): new function
12204
12205 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
12206
12207         * bus/driver.c: (bus_driver_handle_hello),
12208         (bus_driver_send_welcome_message):
12209         Plug leaks
12210
12211 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
12212
12213         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
12214         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
12215         (dbus_connection_unref):
12216         * dbus/dbus-marshal.c: (_dbus_marshal_test):
12217         * dbus/dbus-message.c: (dbus_message_unref),
12218         Plug memory leaks.
12219
12220         (dbus_message_get_fields):
12221         Remove debugging printout.
12222
12223         (_dbus_message_loader_return_buffer):
12224         Don't store the header string.
12225
12226         (_dbus_message_test):
12227         Plug leaks.
12228
12229 2003-01-26  Richard Hult  <rhult@codefactory.se>
12230
12231         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
12232         the file descriptor list, since it can change under us.
12233
12234 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12235
12236         * glib/dbus-gmain.c: (dbus_connection_prepare),
12237         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
12238         (remove_watch), (dbus_connection_hookup_with_g_main):
12239         Rewrite the glib handling to use its own GSource instead of a
12240         GIOChannel so we can catch messages put in the queue while waiting
12241         for a reply.
12242
12243 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12244
12245         * bus/Makefile.am:
12246         * bus/connection.c: (connection_disconnect_handler),
12247         (connection_watch_callback), (bus_connection_setup):
12248         * bus/dispatch.c: (send_one_message),
12249         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
12250         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
12251         * bus/dispatch.h:
12252         * bus/driver.c: (bus_driver_send_service_deleted),
12253         (bus_driver_send_service_created), (bus_driver_handle_hello),
12254         (bus_driver_send_welcome_message),
12255         (bus_driver_handle_list_services), (bus_driver_remove_connection),
12256         (bus_driver_handle_message):
12257         * bus/driver.h:
12258         Refactor code, put the message dispatching in its own file. Use
12259         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
12260         is disconnected.
12261
12262 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12263
12264         * dbus/dbus-internals.h:
12265         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
12266
12267         * dbus/dbus-message.c: (dbus_message_get_sender):
12268         * dbus/dbus-message.h:
12269         Implement dbus_message_get_sender.
12270
12271         * dbus/dbus-protocol.h:
12272         Add message and service defines.
12273
12274 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12275
12276         * dbus/dbus-connection.c: (dbus_connection_send_message):
12277         * dbus/dbus-message-internal.h:
12278         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
12279         (dbus_message_write_header):
12280         Remove _dbus_messag_unlock and don't set the client serial on a
12281         message if one already exists.
12282
12283 2003-01-24  Havoc Pennington  <hp@pobox.com>
12284
12285         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
12286         list_pool
12287
12288         * bus/driver.c (bus_driver_handle_list_services): fix a leak
12289         on OOM
12290
12291 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12292
12293         * dbus/dbus-list.c: (alloc_link), (free_link):
12294         Use a memory pool for the links.
12295
12296 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12297
12298         * bus/connection.c: (bus_connection_foreach):
12299         * bus/connection.h:
12300         Add new bus_connection_foreach function.
12301
12302         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
12303         Add function that broadcasts a message to all clients.
12304
12305         (bus_driver_send_service_created), (bus_driver_handle_hello),
12306         (bus_driver_send_welcome_message),
12307         (bus_driver_handle_list_services), (bus_driver_message_handler):
12308         Implement functions that take care of listing services, and notifying
12309         clients when new services are created.
12310
12311         * bus/services.c: (bus_services_list):
12312         * bus/services.h:
12313         Add new function that returns an array of strings with the currently
12314         registered services.
12315
12316         * glib/dbus-glib.h:
12317         * glib/dbus-gmain.c:
12318         Update copyright year.
12319
12320 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12321
12322         * dbus/dbus-connection.c: (dbus_connection_send_message):
12323         Unlock the message in case it was sent earlier.
12324
12325         (dbus_connection_send_message_with_reply_and_block):
12326         Remove the reply message from the list.
12327
12328         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
12329         Set array_len and new_pos correctly.
12330
12331         (_dbus_marshal_test):
12332         Remove debug output.
12333
12334         * dbus/dbus-message-internal.h:
12335         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
12336         New function that returns the reply serial.
12337
12338         (_dbus_message_unlock):
12339         New function that unlocks a message and resets its header.
12340
12341         (dbus_message_append_string_array),
12342         (dbus_message_get_fields_valist),
12343         (dbus_message_iter_get_field_type),
12344         (dbus_message_iter_get_string_array),
12345         (dbus_message_get_fields),
12346         (dbus_message_append_fields_valist):
12347         Handle string arrays.
12348
12349         (dbus_message_set_sender):
12350         Make this function public since the bus daemon needs it.
12351
12352         (decode_header_data):
12353         Set the reply serial to -1 initially.
12354
12355         * dbus/dbus-message.h:
12356         Add dbus_message_set_sender.
12357
12358 2003-01-24  Havoc Pennington  <hp@pobox.com>
12359
12360         * doc/dbus-specification.sgml: add some stuff
12361
12362 2003-01-22  Havoc Pennington  <hp@pobox.com>
12363
12364         * doc/dbus-specification.sgml: Start to document the protocol.
12365
12366 2003-01-22  Havoc Pennington  <hp@pobox.com>
12367
12368         * dbus/dbus-connection.c
12369         (dbus_connection_send_message_with_reply_and_block): add some @todo
12370
12371         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
12372
12373 2003-01-21  Havoc Pennington  <hp@pobox.com>
12374
12375         (patch untested because can't compile)
12376
12377         * bus/driver.c (create_unique_client_name): make this function
12378         never recycle client names. Also, caller should initialize
12379         the DBusString.
12380
12381         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
12382
12383 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12384
12385         * dbus/dbus-marshal.c: (_dbus_marshal_double),
12386         (_dbus_marshal_int32), (_dbus_marshal_uint32),
12387         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
12388         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
12389         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12390         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12391         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
12392         * dbus/dbus-marshal.h:
12393         * dbus/dbus-protocol.h:
12394         Add support for marshalling and demarshalling integer, double
12395         and string arrays.
12396
12397 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12398
12399         * bus/Makefile.am:
12400         Add driver.[ch]
12401
12402         * bus/connection.c: (connection_disconnect_handler):
12403         Remove the connection from the bus driver's list.
12404
12405         (connection_watch_callback): Dispatch messages.
12406
12407         (free_connection_data): Free connection name.
12408
12409         (bus_connection_setup): Add connection to the bus driver's list.
12410         (bus_connection_remove_owned_service):
12411         (bus_connection_set_name), (bus_connection_get_name):
12412         Add functions for setting and getting the connection's name.
12413
12414         * bus/connection.h:
12415         Add function headers.
12416
12417         * bus/driver.c: (create_unique_client_name),
12418         (bus_driver_handle_hello_message),
12419         (bus_driver_send_welcome_message), (bus_driver_message_handler),
12420         (bus_driver_add_connection), (bus_driver_remove_connection):
12421         * bus/driver.h:
12422         * bus/main.c:
12423         * bus/services.c: (bus_service_free):
12424         * bus/services.h:
12425         New file that handles communication and registreation with the bus
12426         itself.
12427
12428 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12429
12430         * dbus/dbus-connection.c: (dbus_connection_send_message):
12431         Add a new client_serial parameter.
12432
12433         (dbus_connection_send_message_with_reply):
12434         Remove a @todo since we've implemented the blocking function.
12435
12436         (dbus_connection_send_message_with_reply_and_block):
12437         New function that sends a message and waits for a reply and
12438         then returns the reply.
12439
12440         * dbus/dbus-connection.h:
12441         Add new functions.
12442
12443         * dbus/dbus-errors.c: (dbus_result_to_string):
12444         * dbus/dbus-errors.h:
12445         Add new DBUS_RESULT.
12446
12447         * dbus/dbus-message-internal.h:
12448         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
12449         (_dbus_message_set_sender), (dbus_message_write_header),
12450         (dbus_message_new_reply), (decode_header_data),
12451         (_dbus_message_loader_return_buffer), (_dbus_message_test):
12452         * dbus/dbus-message.h:
12453         Add new functions that set the reply serial and sender.
12454         Also marshal and demarshal them correctly and add test.
12455
12456         * dbus/dbus-protocol.h:
12457         Add new DBUS_MESSAGE_TYPE_SENDER.
12458
12459         * glib/dbus-glib.h:
12460         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
12461         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
12462         (dbus_connection_hookup_with_g_main):
12463         * glib/test-dbus-glib.c: (main):
12464         Rewrite to use GIOChannel and remove the GSource crack.
12465
12466         * test/echo-client.c: (main):
12467         * test/watch.c: (check_messages):
12468         Update for changed APIs
12469
12470 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
12471
12472         * dbus/Makefile.am: Add dbus-timeout.[cħ]
12473
12474         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
12475         Create a DBusTimeoutList.
12476         (dbus_connection_set_timeout_functions): Add new function to
12477         set timeout callbacks
12478
12479         * dbus/dbus-connection.h: Add public DBusTimeout API.
12480
12481         * dbus/dbus-message.c: (dbus_message_get_service):
12482         * dbus/dbus-message.h:  New function.
12483
12484         * dbus/dbus-server.c: Fix small doc typo.
12485
12486         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
12487
12488 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
12489
12490         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
12491         of the string, just as long as specified.
12492
12493 2003-01-19  Havoc Pennington  <hp@pobox.com>
12494
12495         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
12496         new function
12497
12498         * dbus/dbus-server.c (dbus_server_set_max_connections)
12499         (dbus_server_get_max_connections, dbus_server_get_n_connections):
12500         keep track of current number of connections, and add API for
12501         setting a max (but haven't implemented enforcing the max yet)
12502
12503 2003-01-18  Havoc Pennington  <hp@pobox.com>
12504
12505         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
12506         reading/writing if read_watch != NULL or write_watch != NULL.
12507
12508         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
12509         the message loader code to actually load message->header and
12510         message->body into the newly-created message.
12511
12512         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
12513         in OOM case
12514
12515         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
12516         (dbus_connection_get_max_message_size)
12517         (dbus_connection_set_max_live_messages_size)
12518         (dbus_connection_get_max_live_messages_size): implement some
12519         resource limitation functions
12520
12521         * dbus/dbus-resources.c: new file implementing some of the
12522         resource limits stuff
12523
12524         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
12525         missing docs, add @todo to handle OOM etc.
12526
12527         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
12528         docs
12529
12530 2003-01-18  Havoc Pennington  <hp@pobox.com>
12531
12532         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
12533         connection if it hasn't been already.
12534
12535         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
12536         replace with DisconnectFunction.
12537
12538 2003-01-18  Havoc Pennington  <hp@pobox.com>
12539
12540         Building --disable-verbose-mode --disable-asserts --disable-tests
12541         cuts the library from 112K to 45K or so
12542
12543         * configure.in: check for varargs macro support,
12544         add --enable-verbose-mode, --enable-asserts.
12545
12546         * dbus/dbus-internals.h (_dbus_assert): support
12547         DBUS_DISABLE_ASSERT
12548         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
12549
12550 2003-01-18  Havoc Pennington  <hp@pobox.com>
12551
12552         * dbus/dbus-test.c: include config.h so that tests actually run
12553
12554         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
12555         so the failure mode when that assumption fails will be plenty
12556         obvious.
12557
12558 2003-01-18  Havoc Pennington  <hp@pobox.com>
12559
12560         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
12561
12562         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
12563         the distribution
12564
12565         * test/Makefile.am: don't use special variable "TESTS" for echo-*
12566         since we don't want to use those in make check
12567
12568 2003-01-15  Havoc Pennington  <hp@redhat.com>
12569
12570         Release 0.2
12571
12572         * NEWS: update
12573
12574 2003-01-15  Havoc Pennington  <hp@redhat.com>
12575
12576         * test/Makefile.am: fix so that test source code ends up in the
12577         distribution on make distcheck
12578
12579 2003-01-15  Havoc Pennington  <hp@redhat.com>
12580
12581         Release 0.1.
12582
12583         * NEWS: update
12584
12585 2003-01-15  Havoc Pennington  <hp@redhat.com>
12586
12587         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
12588         fix build when --disable-tests
12589
12590         * Makefile.am (EXTRA_DIST): put HACKING in here
12591
12592         * HACKING: document procedure for making a tarball release.
12593
12594 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
12595
12596         * bus/connection.c: (connection_error_handler),
12597         (bus_connection_setup):
12598         * bus/main.c: (main):
12599         Make sure that the DBusConnectionData struct is NULLed
12600         out to prevent a segfault.
12601
12602         * dbus/dbus-errors.c: (dbus_result_to_string):
12603         * dbus/dbus-errors.h:
12604         * dbus/dbus-message.c: (dbus_message_get_fields),
12605         (dbus_message_get_fields_valist), (_dbus_message_test):
12606         * dbus/dbus-message.h:
12607         Make dbus_message_get_fields return a result code so we can
12608         track invalid fields as well as oom.
12609
12610 2003-01-11  Havoc Pennington  <hp@pobox.com>
12611
12612         * configure.in: change --enable-test/--enable-ansi action-if-given
12613         to enable_foo=$enableval instead of enable_foo=yes
12614
12615 2003-01-08  Havoc Pennington  <hp@pobox.com>
12616
12617         * dbus/dbus-string.c (_dbus_string_align_length): new function
12618
12619         * dbus/dbus-test-main.c: move main() for test app here
12620         * dbus/dbus-test.c
12621         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
12622         symbol to run tests, because dbus-test isn't in the main
12623         library
12624
12625         Code review nitpicks.
12626
12627         * dbus/dbus-message.c (dbus_message_write_header): add newlines
12628         for people with narrow emacs ;-). Assert client_serial was filled
12629         in. Assert message->name != NULL.
12630         (dbus_message_append_fields): have "first_field_type" arg separate
12631         from va list, needed for C++ binding that also uses varargs IIRC
12632         and helps with type safety
12633         (dbus_message_new): add @todo about using DBusString to store
12634         service/name internally
12635         (dbus_message_new): don't leak ->service and ->name on OOM later
12636         in the function
12637         (dbus_message_unref): free the service name
12638         (dbus_message_get_fields): same change to varargs
12639         i.e. first_field_type
12640         (_dbus_message_loader_return_buffer): assert that the message data
12641         is aligned (if not it's a bug in our code). Put in verbose griping
12642         about why we set corrupted = TRUE.
12643         (decode_header_data): add FIXME that char* is evil.  Was going to
12644         add FIXME about evil locale-specific string.h strncmp, but just
12645         switched to wacky string-as-uint32 optimization. Move check for
12646         "no room for field name" above get_const_data_len() to avoid
12647         assertion failure in get_const_data_len if we have trailing 2
12648         bytes or the like. Check for service and name fields being
12649         provided twice. Don't leak service/name on error. Require field
12650         names to be aligned to 4 bytes.
12651
12652         * dbus/dbus-marshal.c: move byte swap stuff to header
12653         (_dbus_pack_int32): uscore-prefix
12654         (_dbus_unpack_int32): uscore-prefix
12655         (_dbus_unpack_uint32): export
12656         (_dbus_demarshal_string): add @todo complaining about use of
12657         memcpy()
12658         (_dbus_marshal_get_field_end_pos): add @todo about bad error
12659         handling allowing corrupt data to go unchecked
12660
12661 2003-01-08  Havoc Pennington  <hp@redhat.com>
12662
12663         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
12664         to the select() as needed for authentication. (should be using
12665         _dbus_poll() not select, but for another day)
12666
12667         * dbus/dbus.h: include dbus/dbus-protocol.h
12668
12669 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
12670
12671         * dbus/Makefile.am (dbusinclude_HEADERS): Install
12672         dbus-connection.h
12673
12674 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
12675
12676         * dbus/dbus-internals.c: (_dbus_type_to_string):
12677         New function that returns a string describing a type.
12678
12679         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
12680         * dbus/dbus-marshal.h:
12681         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
12682         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
12683         (dbus_message_iter_get_byte_array):
12684         * dbus/dbus-message.h:
12685         Add new convenience functions for appending and getting message fields.
12686         Also add demarshalling routines for byte arrays.
12687
12688 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
12689
12690         * dbus/dbus-connection-internal.h:
12691         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
12692         (_dbus_connection_get_next_client_serial),
12693         (dbus_connection_send_message):
12694         * dbus/dbus-internals.h:
12695         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
12696         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
12697         (_dbus_marshal_uint32), (_dbus_demarshal_double),
12698         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
12699         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
12700         (_dbus_verbose_bytes), (_dbus_marshal_test):
12701         * dbus/dbus-marshal.h:
12702         * dbus/dbus-message-internal.h:
12703         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
12704         (dbus_message_write_header), (_dbus_message_lock),
12705         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
12706         (dbus_message_get_name), (dbus_message_append_int32),
12707         (dbus_message_append_uint32), (dbus_message_append_double),
12708         (dbus_message_append_string), (dbus_message_append_byte_array),
12709         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
12710         (dbus_message_iter_unref), (dbus_message_iter_has_next),
12711         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
12712         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
12713         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
12714         (decode_header_data), (_dbus_message_loader_return_buffer),
12715         (message_iter_test), (_dbus_message_test):
12716         * dbus/dbus-message.h:
12717         * dbus/dbus-protocol.h:
12718         * dbus/dbus-test.c: (main):
12719         * dbus/dbus-test.h:
12720         * glib/test-dbus-glib.c: (message_handler), (main):
12721         * test/echo-client.c: (main):
12722         * test/watch.c: (check_messages):
12723         Make messages sendable and receivable for real.
12724
12725 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
12726
12727         * dbus/dbus-marshal.c: (_dbus_marshal_double),
12728         (_dbus_marshal_string), (_dbus_marshal_byte_array):
12729         * dbus/dbus-message.c: (dbus_message_append_int32),
12730         (dbus_message_append_uint32), (dbus_message_append_double),
12731         (dbus_message_append_string), (dbus_message_append_byte_array):
12732         Handle OOM restoration.
12733
12734 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
12735
12736         * dbus/dbus-marshal.c: (_dbus_marshal_string),
12737         (_dbus_demarshal_string), (_dbus_marshal_test):
12738         * dbus/dbus-marshal.h:
12739         * dbus/dbus-message.c: (dbus_message_get_name),
12740         Document these functions.
12741
12742         (dbus_message_append_int32), (dbus_message_append_uint32),
12743         (dbus_message_append_double), (dbus_message_append_string),
12744         (dbus_message_append_byte_array):
12745         * dbus/dbus-message.h:
12746         Add functions for adding message fields of different types.
12747
12748         * dbus/dbus-protocol.h:
12749         Add the different types.
12750
12751 2003-01-05  Havoc Pennington  <hp@pobox.com>
12752
12753         * bus/connection.c: implement routines for handling connections,
12754         first thing is keeping a list of owned services on each connection
12755         and setting up watches etc.
12756
12757         * bus/services.c: implement a mapping from service names to lists
12758         of connections
12759
12760         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
12761
12762         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
12763         to use static mutexes for global data
12764
12765         * dbus/dbus-connection.c (dbus_connection_set_data): add new
12766         collection of functions to set/get application-specific data
12767         on the DBusConnection.
12768
12769 2003-01-04  Havoc Pennington  <hp@pobox.com>
12770
12771         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
12772         (_dbus_poll): new function
12773
12774         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
12775         copied from GLib
12776
12777         * bus/loop.c: initial code for the daemon main loop
12778
12779 2003-01-04  Havoc Pennington  <hp@pobox.com>
12780
12781         * test/watch.c (error_handler): make it safe if the error handler
12782         is called multiple times (if we s/error handler/disconnect
12783         handler/ we should just guarantee it's called only once)
12784
12785         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
12786         error handler on disconnect (it's quite possible we should
12787         just change the error handler to a "disconnect handler," I'm
12788         not sure we have any other meaningful errors)
12789
12790         * configure.in: check for getpwnam_r
12791
12792         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
12793         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
12794         mechanism as in SASL spec, using socket credentials
12795
12796         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
12797         (_dbus_send_credentials_unix_socket): new function
12798
12799         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
12800         dbus_accept()
12801         (_dbus_write): only check errno if <0 returned
12802         (_dbus_write_two): ditto
12803
12804 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
12805
12806         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
12807         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
12808         (_dbus_marshal_test):
12809         * dbus/dbus-marshal.h:
12810         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
12811         to _dbus_marshal_utf8_string. Also fix some tests.
12812
12813 2002-12-28  Harri Porten  <porten@kde.org>
12814
12815         * configure.in: added check for C++ compiler and a very cheesy
12816         check for the Qt integration
12817
12818         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
12819
12820         * qt/Makefile.am: added
12821
12822         * qt/.cvsignore: added
12823
12824         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
12825         latter, added #ifdef QT_THREAD_SUPPORT guard.
12826
12827         * dbus/Makefile.am: added missing headers for make dist
12828
12829 2002-12-28  Kristian Rietveld  <kris@gtk.org>
12830
12831         * dbus/Makefile.am: fixup export-symbols-regex.
12832
12833 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
12834
12835         * acinclude.m4: Add this file and put the
12836         PKG_CHECK_MODULE macro in it.
12837
12838 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
12839
12840         * dbus/dbus-marshal.c: (_dbus_marshal_string),
12841         (_dbus_demarshal_double), (_dbus_demarshal_int32),
12842         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
12843         (_dbus_marshal_test):
12844         Make the demarshalling routines align the pos argument.
12845         Add string marshalling tests and fix the obvious bugs
12846         discovered.
12847
12848 2002-12-26  Havoc Pennington  <hp@pobox.com>
12849
12850         * dbus/dbus-auth.c: fixes fixes fixes
12851
12852         * dbus/dbus-transport-unix.c: wire up support for
12853         encoding/decoding data on the wire
12854
12855         * dbus/dbus-auth.c (_dbus_auth_encode_data)
12856         (_dbus_auth_decode_data): append to target string
12857         instead of nuking it.
12858
12859 2002-12-26  Havoc Pennington  <hp@pobox.com>
12860
12861         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
12862         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
12863         doh
12864
12865         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
12866         avoid swap_bytes() overhead (ignoring possible assembly stuff for
12867         now). Main point is because I wanted unpack_uint32 to implement
12868         _dbus_verbose_bytes
12869         (_dbus_verbose_bytes): new function
12870
12871         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
12872
12873         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
12874         mechanism to handle a corrupt message stream
12875         (_dbus_message_loader_new): fix preallocation to only prealloc,
12876         not prelengthen
12877
12878         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
12879         (_dbus_string_test): enhance tests for copy/move and fix the
12880         functions
12881
12882         * dbus/dbus-transport-unix.c: Hold references in more places to
12883         avoid reentrancy problems
12884
12885         * dbus/dbus-transport.c: ditto
12886
12887         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
12888         leak reference count in no-message case
12889
12890         * test/watch.c (do_mainloop): handle adding/removing watches
12891         during iteration over the watches. Also, ref the connection/server
12892         stored on a watch, so we don't try to mangle a destroyed one.
12893
12894         * dbus/dbus-transport-unix.c (do_authentication): perform
12895         authentication
12896
12897         * dbus/dbus-auth.c (get_state): add a state
12898         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
12899         (_dbus_auth_get_unused_bytes): append the unused bytes
12900         to the passed in string, rather than prepend
12901
12902         * dbus/dbus-transport.c (_dbus_transport_init_base): create
12903         the auth conversation DBusAuth
12904
12905         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
12906         (_dbus_transport_new_for_domain_socket): when creating a
12907         transport, pass in whether it's a client-side or server-side
12908         transport so we know which DBusAuth to create
12909
12910 2002-12-03  Havoc Pennington  <hp@pobox.com>
12911
12912         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
12913         _after_ finalizing the derived members
12914         (unix_connection_set): unref watch if we fail to add it
12915
12916         * dbus/dbus-connection.c (dbus_connection_unref): delete the
12917         transport first, so that the connection owned by the
12918         transport will be valid as the transport finalizes.
12919
12920         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
12921         if necessary, and remove watches from the connection.
12922
12923         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
12924
12925 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
12926
12927         * dbus/dbus-marshal.c: (_dbus_marshal_string),
12928         (_dbus_demarshal_double), (_dbus_demarshal_int32),
12929         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
12930         (_dbus_marshal_test):
12931         * dbus/dbus-marshal.h:
12932         Add string marshal functions and have the demarshal functions
12933         return the new position.
12934
12935 2002-12-25  Havoc Pennington  <hp@pobox.com>
12936
12937         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
12938         it is a simple protocol that just maps directly to SASL.
12939
12940         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
12941         initial implementation, not actually used yet.
12942
12943         * dbus/dbus-string.c (_dbus_string_find): new function
12944         (_dbus_string_equal): new function
12945         (_dbus_string_base64_encode): new function
12946         (_dbus_string_base64_decode): new function
12947
12948 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
12949
12950         * dbus/Makefile.am:
12951         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
12952         (_dbus_marshal_int32), (_dbus_marshal_uint32),
12953         (_dbus_demarshal_double), (_dbus_demarshal_int32),
12954         (_dbus_demarshal_uint32), (_dbus_marshal_test):
12955         * dbus/dbus-marshal.h:
12956         * dbus/dbus-protocol.h:
12957         * dbus/dbus-test.c: (main):
12958         * dbus/dbus-test.h:
12959         Add un-optimized marshalling/demarshalling routines.
12960
12961 2002-12-25  Harri Porten  <porten@kde.org>
12962
12963         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
12964
12965 2002-12-24  Zack Rusin  <zack@kde.org>
12966
12967         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
12968         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
12969         main loop stuff
12970
12971 2002-12-24  Havoc Pennington  <hp@pobox.com>
12972
12973         * glib/dbus-gthread.c: fix include
12974
12975         * glib/dbus-glib.h: rename DBusMessageHandler for now.
12976         I think glib API needs to change, though, as you don't
12977         want to use DBusMessageFunction, you want to use the
12978         DBusMessageHandler object. Probably
12979         dbus_connection_open_with_g_main_loop()
12980         and dbus_connection_setup_g_main_loop() or something like that
12981         (but think of better names...) that just create a connection
12982         that has watch/timeout functions etc. already set up.
12983
12984         * dbus/dbus-connection.c
12985         (dbus_connection_send_message_with_reply): new function just to
12986         show how the message handler helps us deal with replies.
12987
12988         * dbus/dbus-list.c (_dbus_list_remove_last): new function
12989
12990         * dbus/dbus-string.c (_dbus_string_test): free a string that
12991         wasn't
12992
12993         * dbus/dbus-hash.c: use memory pools for the hash entries
12994         (rebuild_table): be more paranoid about overflow, and
12995         shrink table when we can
12996         (_dbus_hash_test): reduce number of sprintfs and write
12997         valid C89. Add tests for case where we grow and then
12998         shrink the hash table.
12999
13000         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
13001
13002         * dbus/dbus-connection.c (dbus_connection_register_handler)
13003         (dbus_connection_unregister_handler): new functions
13004
13005         * dbus/dbus-message.c (dbus_message_get_name): new
13006
13007         * dbus/dbus-list.c: fix docs typo
13008
13009         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
13010         an object representing a handler for messages.
13011
13012 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13013
13014         * glib/dbus-glib.h:
13015         * glib/dbus-gthread.c: (dbus_gthread_init):
13016         Don't use the gdbus prefix for public functions.
13017
13018 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13019
13020         * Makefile.am:
13021         * configure.in:
13022         Add GLib checks and fixup .pc files
13023
13024         * glib/Makefile.am:
13025         * glib/dbus-glib.h:
13026         * glib/dbus-gmain.c: (gdbus_connection_prepare),
13027         (gdbus_connection_check), (gdbus_connection_dispatch),
13028         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
13029         (dbus_connection_gsource_new):
13030         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
13031         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
13032         * glib/test-dbus-glib.c: (message_handler), (main):
13033         Add GLib support.
13034
13035 2002-12-15  Harri Porten  <porten@kde.org>
13036
13037         * autogen.sh: check for libtoolize before attempting to use it
13038
13039         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
13040         struct.
13041
13042         * .cvsignore: ignore more stamp files
13043
13044         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
13045
13046         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
13047         without make install.
13048
13049 2002-12-15  Havoc Pennington  <hp@pobox.com>
13050
13051         * dbus/dbus-threads.c: add thread stubs that a higher library
13052         layer can fill in. e.g. the GLib wrapper might fill them in with
13053         GThread stuff. We still need to use this thread API to
13054         thread-safe-ize the library.
13055
13056 2002-12-12  Havoc Pennington  <hp@pobox.com>
13057
13058         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
13059         below new interfaces and include fewer system headers.
13060
13061         * dbus/dbus-sysdeps.c (_dbus_read): new function
13062         (_dbus_write): new function
13063         (_dbus_write_two): new function
13064         (_dbus_connect_unix_socket): new function
13065         (_dbus_listen_unix_socket): new function
13066
13067         * dbus/dbus-message-internal.h: change interfaces to use
13068         DBusString
13069
13070 2002-12-11  Havoc Pennington  <hp@pobox.com>
13071
13072         * dbus/dbus-types.h: add dbus_unichar
13073
13074         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
13075
13076         * dbus/dbus-connection.c (dbus_connection_send_message): return
13077         TRUE on success
13078
13079         * dbus/dbus-transport.c: include dbus-watch.h
13080
13081         * dbus/dbus-connection.c: include dbus-message-internal.h
13082
13083         * HACKING: add file with coding guidelines stuff.
13084
13085         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
13086         handling here, for security purposes (as in vsftpd). Not actually
13087         using this class yet.
13088
13089         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
13090         system/libc usage here, as in vsftpd, for ease of auditing (and
13091         should also simplify portability). Haven't actually moved all the
13092         system/libc usage into here yet.
13093
13094 2002-11-25  Havoc Pennington  <hp@pobox.com>
13095
13096         * dbus/dbus-internals.c (_dbus_verbose): fix to not
13097         always print the first verbose message.
13098
13099 2002-11-24  Havoc Pennington  <hp@pobox.com>
13100
13101         * test/echo-client.c, test/echo-server.c: cheesy test
13102         clients.
13103
13104         * configure.in (AC_CHECK_FUNCS): check for writev
13105
13106         * dbus/dbus-message.c (_dbus_message_get_network_data): new
13107         function
13108
13109         * dbus/dbus-list.c (_dbus_list_foreach): new function
13110
13111         * dbus/dbus-internals.c (_dbus_verbose): new function
13112
13113         * dbus/dbus-server.c, dbus/dbus-server.h: public object
13114         representing a server that listens for connections.
13115
13116         * dbus/.cvsignore: create
13117
13118         * dbus/dbus-errors.h, dbus/dbus-errors.c:
13119         public API for reporting errors
13120
13121         * dbus/dbus-connection.h, dbus/dbus-connection.c:
13122         public object representing a connection that
13123         sends/receives messages. (Same object used for
13124         both client and server.)
13125
13126         * dbus/dbus-transport.h, dbus/dbus-transport.c:
13127         Basic abstraction for different kinds of stream
13128         that we might read/write messages from.
13129
13130 2002-11-23  Havoc Pennington  <hp@pobox.com>
13131
13132         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
13133         _DBUS_INT_MAX
13134
13135         * dbus/dbus-test.c (main): add list test, and include
13136         dbus-test.h as intended
13137
13138         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
13139         (_dbus_hash_table_remove_int): return value indicates
13140         whether the entry existed to remove
13141
13142         * dbus/dbus-list.c: add linked list utility class,
13143         with docs and tests
13144
13145         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
13146         array sometimes.
13147
13148 2002-11-23  Havoc Pennington  <hp@pobox.com>
13149
13150         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
13151         DBUS_END_DECLS to nothing, that should fix this once and for all
13152
13153         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
13154
13155         * dbus/dbus-message.c, dbus/dbus-hash.c:
13156         add some missing @brief
13157
13158 2002-11-23  Havoc Pennington  <hp@pobox.com>
13159
13160         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
13161         to avoid confusing Doxygen
13162
13163         * dbus/dbus-hash.c: @} not }@
13164
13165         * dbus/dbus-message.c (struct DBusMessage): split out
13166         internals docs
13167
13168 2002-11-23  Havoc Pennington  <hp@pobox.com>
13169
13170         * configure.in: pile on more warning flags if using gcc
13171
13172         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
13173         to document static functions
13174
13175         * configure.in: add summary to end of configure so it
13176         looks nice and attractive
13177
13178         * dbus/dbus-hash.c: finish implementation and write unit
13179         tests and docs
13180
13181         * configure.in: add --enable-tests to enable unit tests
13182
13183         * dbus/dbus-test.c: test program to run unit tests
13184         for all files in dbus/*, initially runs a test for
13185         dbus-hash.c
13186
13187         * dbus/dbus-internals.h: file to hold some internal utility stuff
13188
13189 2002-11-22  Havoc Pennington  <hp@redhat.com>
13190
13191         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
13192         "ported" away from Tcl
13193
13194         * dbus/dbus-types.h: header for types such as dbus_bool_t
13195
13196 2002-11-22  Havoc Pennington  <hp@redhat.com>
13197
13198         * dbus/dbus.h: fixups for doc warnings
13199
13200         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
13201         macros
13202         (QUIET): make it quiet so we can see warnings
13203
13204         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
13205
13206 2002-11-22  Havoc Pennington  <hp@redhat.com>
13207
13208         * Makefile.am: include "Doxyfile" target in all-local
13209
13210         * configure.in: generate the Doxyfile
13211
13212         * Doxyfile.in: move Doxyfile here, so we can use
13213         configure to generate a Doxyfile with the right
13214         version number etc.
13215
13216 2002-11-22  Havoc Pennington  <hp@redhat.com>
13217
13218         * dbus/dbus-message.c: move inline docs into .c file
13219
13220         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
13221         so all docs are under doc/
13222         (MAN_EXTENSION): generate man pages. Use extension
13223         ".3dbus" which matches ".3qt" on my system,
13224         I guess this is OK, I don't know really.
13225         (FILE_PATTERNS): look for .c files not .h, makes sense
13226         for plain C I think
13227
13228 2002-11-22  Havoc Pennington  <hp@pobox.com>
13229
13230         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
13231         because any app can be a server, and any app can be a client,
13232         the bus is a special kind of server.
13233
13234 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
13235
13236         * Doxyfile : adding. Still needs Makefile rules to be generated
13237         automatically (just run "doxygen" in the toplevel dir for now to
13238         generate docs)
13239
13240         * dbus/dbus-message.h : Adding sample docs (javadoc since
13241         resembles gtk-doc a little more)
13242
13243         * dbus/dbus.h : Adding sample docs
13244
13245 2002-11-21  Havoc Pennington  <hp@redhat.com>
13246
13247         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
13248         so we can allow ourselves to include files directly,
13249         instead of having to use dbus.h
13250
13251         * dbus/dbus.h: fill in
13252
13253         * dbus/dbus-message.h: sketch out a sample header file.
13254         Include griping if you include it directly instead of
13255         via dbus.h
13256
13257         * dbus/dbus-macros.h: new file with macros for extern "C",
13258         TRUE/FALSE, NULL, etc.
13259
13260         * doc/file-boilerplate.c: put include guards in here
13261
13262 2002-11-21  Havoc Pennington  <hp@redhat.com>
13263
13264         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
13265
13266         * COPYING: include the GPL as well, and license code
13267         under both AFL and GPL.
13268
13269 2002-11-21  Havoc Pennington  <hp@redhat.com>
13270
13271         * acconfig.h: get rid of this
13272
13273         * autogen.sh (run_configure): add --no-configure option
13274
13275         * configure.in: remove AC_ARG_PROGRAM to make
13276         autoconf complain less. add AC_PREREQ.
13277         add AC_DEFINE third arg.
13278
13279 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
13280
13281         * doc/Makefile.am:
13282         Fix references so we can distcheck.
13283
13284 2002-11-21  Havoc Pennington  <hp@redhat.com>
13285
13286         * Initial module creation
13287