* bus/bus.c: Fix eavesdropping on method calls
[platform/upstream/dbus.git] / ChangeLog
1 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
2
3         * bus/bus.c: Fix eavesdropping on method calls
4
5 2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
6
7         * configure.in:
8         * dbus/dbus-userdb-util.c:
9         Add Solaris console owner patch from Artem Kachitchkine
10
11 2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
12
13         * qt/Makfile.am:
14         * qt/src/Makefile.am: Fix the EXTRA_DIST after the
15         reorganisation. Thanks to Timo Hoenig for pointing this out.
16
17 2006-06-06  Robert McQueen  <robot101@debian.org>
18
19         * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
20           call to dbus_g_type_get_struct.
21
22 2006-06-06  Robert McQueen  <robot101@debian.org>
23
24         * glib/dbus-gvalue-utils.c: Fix the failing test where static string
25           pointers were put into a GPtrArray-based specialised collection, and
26           then freed along with the array. GValues which you add into
27           collections or maps which have the NOCOPY flag set are assumed to not
28           belong to the caller, so rather than the existing pointer-stealing
29           semantics, they are copied instead. Given that the main consumers of
30           this abstraction are the bindings themselves, I don't think this is
31           too bad, but others should watch their choice of take vs set_static.
32
33 2006-06-06  Robert McQueen  <robot101@debian.org>
34
35         * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
36           of g_slist_prepend not being used. Fixed copying of slist-based
37           specialised collections, then wrote a test case and found that it was
38           all broken. Went on to fix iterating and appending too. Good thing
39           nobody uses this code yet.
40
41 2006-06-06  Robert McQueen  <robot101@debian.org>
42
43         * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
44           the iterators use gvalue_take_ptrarray_value (the GValues themselves
45           are discarded without unsetting, so it makes no difference whether
46           we take or set_static). Remove cases for G_TYPE_POINTER because
47           there really is nothing useful we can do with them in our
48           specialised types - we *need* boxed copy/free functions at the very
49           least.
50
51 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
52
53         * qt/dbus: Add directory. I had forgotten to add this
54         yesterday after the move...
55
56         * qt/examples/Makefile.am:
57         * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
58
59         * qt/tools/Makefile.am:
60         * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
61         Added feature to get and set properties.
62         Added validation of service, object path and interface names.
63
64         * qt/tools/dbusidl2cpp.cpp: Two new features:
65         1) Allow specifying both the header and the source file names,
66         by separating them with a colon.
67         2) Don't write an interface output if the -p switch wasn't
68         given, but the -a was.
69
70         * qt/src/*: Fix usage of Iterators and ConstIterators.
71         Fix shadowing of variables by other variables (-Wshadow).
72         Fix keyword-cleanliness in headers.
73         Fix ASCII-cast (QLatin1String, QLatin1Char).
74         Fix validation of member names.
75         Add extra checking of introspection data during XML parsing.
76         Various bug fixes.
77
78 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
79
80         * dbus/Makefile.am:
81         * dbus/qdbus.h: Remove unnecessary file. This is mirrored into
82         qt/dbus/qdbus.h now.
83
84 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
85
86         * configure.in: Make --disable-qt actually do
87           something. Patch inspired by Zack Rusin.
88
89 2006-06-04  Thiago Macieira <thiago.macieira@trolltech.com>
90
91         * qt/: Update to Subversion r548032.
92         This includes a big reorganisation of the files inside the
93         subdir.
94
95 2006-05-30  Sjoerd Simons  <sjoerd@luon.net>
96
97         * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more
98         clear:  
99         "Failed to connect to socket <host>:<port> <error>" instead of
100         "Failed to connect to socket <host>: <error>:<port>"
101
102         * dbus/dbus-transport-unix.c: Fix crash when no host option is given
103         for a tcp transport. 
104
105 2006-05-29  Thiago Macieira  <thiago.macieira@trolltech.com>
106
107         * qt/*: Update the QtDBus bindings up to revision 546310 in
108         Subversion.
109         This adds the dbuscpp2xml tool, that parses a C++ header and
110         outputs a D-BUS Introspection XML.
111
112 2006-05-21  Havoc Pennington  <hp@redhat.com>
113
114         * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
115         is not NULL when it shouldn't be. Also a couple of possible fixes
116         for #4637 though I don't understand why the bug happens, to be
117         honest... also the object constructor has an assert name != NULL
118         and the name is only currently NULL for peer-to-peer proxies that 
119         I don't think anyone uses? So it should be asserting.
120         Anyway, for now at least see if we get an earlier assertion failure.
121
122         * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
123         apparently broken code to be sure the tests fail and someone 
124         will fix them...
125
126 2006-05-07  Thiago Macieira  <thiago.macieira@trolltech.com>
127
128         * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
129         and arrays when they had a single element: has_next returns
130         false, even before you read the element. So, instead, check
131         the array length.
132
133 2006-05-06  Thiago Macieira  <thiago.macieira@trolltech.com>
134
135         * qt/qdbusmessage.cpp:
136         * qt/qdbustypehelper_p.h:
137         * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when
138         the list is a const-reference
139
140 2006-05-03  John (J5) Palmieri  <johnp@redhat.com>
141
142         * Adding old doc patch that never got applied
143         
144         * dbus/bus.c (dbus_bus_add_match): Add documentation
145
146         * doc/dbus-specification.xml: Add documentation for the match rules
147           and the AddMatch and RemoveMatch methods
148
149 2006-05-02  Thiago Macieira  <thiago.macieira@trolltech.com>
150
151         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
152         call (r535506)
153
154         * qt/dbusidl2cpp.cpp:
155         * qt/qdbusabstractadaptor.cpp:
156         * qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
157         sibling of the QDBusAbstractAdaptor objects instead of the
158         parent. (r535848)
159
160         * qt/dbusidl2cpp.cpp:
161         * qt/qdbusabstractinterface.cpp:
162         * qt/qdbusabstractinterface.h:
163         * qt/qdbusabstractinterface_p.h:
164         * qt/qdbusinterface.cpp: Make properties in interfaces
165         actually work. The code that was generated would not compile,
166         due to moc calls to functions that did not exist. They now
167         shall. (r536571)
168
169 2006-04-30  Thiago Macieira  <thiago.macieira@trolltech.com>
170
171         * Makefile.am:
172         * configure.in:
173         * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1.
174         Thanks to Brad Hards for providing the patch
175
176 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
177
178         * qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
179         call. (r535506)
180
181 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
182
183         * qt/examples/dbus.cpp: Enhance error messages and use
184         QDBusInterfacePtr.
185
186 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
187
188         * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
189         and disable the copy operators. (r533772, r534746)
190
191         * qt/qdbuserror.h: Remove the automatic cast to bool. (r533929)
192
193         * qt/qdbusabstractinterface.cpp:
194         * qt/qdbusabstractinterface.h: Change the default call mode to
195         not use the event loop. Add convenience call() methods that
196         take a CallMode parameter. (r534042)
197
198         * qt/qdbusconnection.h: Change the default call mode to not
199         use the event loop. (r534042)
200
201         * qt/qdbusinterface.cpp:
202         * qt/qdbusinterface.h: Add a method to tell us if the
203         interface is valid (since we don't return a null pointer
204         anymore) (r534099)
205
206         * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
207         (r534101)
208
209         * qt/qdbusinternalfilters.cpp: Decouple the introspection
210         function in two so taht we get the chance to introspect
211         without having a QDBusMessage (r534102)
212
213         * qt/qdbusbus.h:
214         * qt/qdbusconnection.cpp:
215         * qt/qdbusconnection_p.h:
216         * qt/qdbusintegrator.cpp: Keep a list of our own names to
217         avoid a round-trip to the server when attempting to introspect
218         one of our own objects. Also make sure the filter functions
219         match the empty interface as well. (r534108)
220         Don't keep the connection names. Instead, trust the unique
221         connection name (r534111)
222         Remove event loop usage (r534112)
223
224 2006-04-29  Thiago Macieira  <thiago.macieira@trolltech.com>
225
226         * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
227         Brad Hards.
228
229 2006-04-28  Robert McQueen  <robot101@debian.org>
230
231         * glib/dbus-gproxy.c: Fix properties so that they can be given in
232         any order, making it easier for people who inherit from this
233         object.
234
235 2006-04-28  Robert McQueen  <robot101@debian.org>
236
237         * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
238         of memory from within pointer arrays and lists. Fixes bug #6300.
239
240 2006-04-28  Robert McQueen  <robot101@debian.org>
241
242         * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
243         generating struct signatures. Fixes bug #6083.
244
245 2006-04-28  Robert McQueen  <robot101@debian.org>
246
247         * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
248         to qdbusconnection_p.moc.
249
250 2006-04-24 John (J5) Palmieri <johnp@redhat.com>
251
252         * README, INSTALL: Doc fixes
253         Patch from Brad Hards <bradh at frogmouth.net>
254
255 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
256
257         * qt/examples/dbus.cpp: Use the new merged-interface mode for
258         the dynamic meta object. No need to guess which interface to
259         call.
260
261 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
262
263         * qt/qdbusconnection_p.h:
264         * qt/qdbusmetaobject.cpp:
265         * qt/qdbusmetaobject_p.h:
266         * qt/qdbusintegrator.cpp: Use the new merged-interface mode
267         for the dynamic meta object. No need to guess which
268         interface to call.
269         * qt/qdbusabstractinterface_p.h:
270         * qt/qdbusconnection.cpp:
271         * qt/qdbusintegrator.cpp:
272         * qt/qdbusinterface.cpp:
273         * qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
274         Add a QDBusRef that looks and behaves like DCOPRef.
275
276 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
277
278         * dbus/dbus-connection.c: Interfaces are optional in method
279         calls, so don't give up if the interface parameter is NULL.
280         Patch reviewed by Havoc Pennington.
281
282 2006-04-23  Thiago Macieira  <thiago.macieira@trolltech.com>
283
284         * qt/qdbusreply.h: Add default constructor and operator=
285           (r532625)
286         * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach()
287           in public headers (r532952)
288         * qt/qdbusabstractinterface.cpp:
289         * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and
290           make it the default (r532951)
291
292 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
293
294         * dbus/dbus-connection.c: Fix asserts
295         Patch from Tim Moloney <t.moloney at verizon.net>
296
297 2006-04-19  John (J5) Palmieri  <johnp@redhat.com>
298
299         * mono/Connection.cs, mono/Message.cs: Check Target type
300         Patch from Aaron Bockover (abockover at novell.com)
301
302 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
303
304         * INSTALL: fine-tune the requirements for the Qt4 binding.
305
306 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
307
308         * tools/dbus-print-message.c: Added support for printing of all 
309           remaining data types. Fixed logic for indentation of compound
310           data types.
311         
312 2006-04-15  Daniel P. Berrange  <dan@berrange.com>
313
314         * INSTALL: fill out content of file providing DBus specific
315           build installations, followed by generic Auto* INSTALL file
316           content
317         
318 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
319
320         * qt/qdbusintegrator.cpp: Work around g++ 3.3 bug.
321           Patch by Stefan Eilers. (r529537)
322
323 2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
324
325         * qt/qdbusinternalfilters.cpp: Don't show the parent's
326           contents (r528208)
327
328 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
329
330         * qt/Makefile.am: fix the dependency for
331           qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
332           not in qdbusconnection.cpp.
333           Thanks to Jakub Stachowski <stachowski@hypair.net> for
334           spotting this.
335
336 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
337
338         * qt/examples/listnames.cpp:
339         * qt/examples/Makefile.am: Three ways to list the names on the
340           bus.
341
342 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
343
344         * test/qt/tst_hal.cpp: Remove the waiting, since it's not
345           needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
346
347 2006-04-10  Thiago Macieira  <thiago.macieira@trolltech.com>
348
349         Merge from Subversion:
350         * qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
351           something that exists (r526315)
352         * qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
353           slots/signals (r526316)
354         * qt/qdbusinternalfilters.cpp: Fix the setProperty call and
355           also return an unknown-method error if the parameters don't
356           match for org.freedesktop.DBus.Properties. (r526842)
357         * qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
358         * qt/qdbusintegrator.cpp: Restore the proper order of
359           delivery: don't make method returns be delivered on priority
360           (r528150)
361
362 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
363
364         * configure.in qt/Makefile.am: add qt/examples
365         * qt/examples: Add QtDBus example programs:
366           - hello: Hello, World
367           - ping: Simple method-calling program
368           - pong: Simple object-exporting program (not using adaptors)
369           - complexping: Interactive method-calling program 
370                 (also gets and sets properties).
371           - complexpong: Sample program exporting methods, signals and
372                 properties, using adaptors.
373           - dbus: Simple implementation of a generic method-calling
374                 program, similar to 'dbus-send', but with semantics
375                 similar to 'dcop'.
376           - chat: Simplistic chat program, implemented using signals
377                 and the system bus. Looks like IRC.
378
379 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
380
381         * configure.in: Detect QtGui (necessary for one of the
382           example programs). Note: this increases the minimum required
383           version of Qt to 4.1.3.
384
385 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
386
387         * test/qt/*: Sync with KDE Subversion revision 523647.
388         Update the testcases to the new API. Remove testcases for
389         classes that are no longer public or have been removed.
390
391 2006-03-28  Thiago Macieira  <thiago.macieira@trolltech.com>
392
393         * qt/*: 
394         * dbus/qdbus.h: Sync with KDE Subversion revision
395         523647. Hopefully, this will be the last of the
396         source-incompatible changes. Documentation has been improved;
397         support for QList<basic-types> has been added; QDBusObject is
398         gone; QDBus(Abstract)Interface is now a QObject with
399         auto-generated meta-object; QDBusIntrospection is marked
400         private, since QMetaObject can be used now; lots of bugfixes.
401
402 2006-03-16  John (J5) Palmieri  <johnp@redhat.com>
403
404         Patch from Milosz Derezynski <internalerror at gmail.com>
405         
406         * configure.in:
407         Output the service directory in the configure summary
408
409         * dbus-1.pc.in:
410         Add session_bus_services_dir
411
412 2006-03-10  Ross Burton  <ross@openedhand.com>
413
414         * tools/dbus-print-message.c:
415         Add support for object paths and signatures.
416
417 2006-03-06  Sjoerd Simons <sjoerd@luon.net>
418
419         * bus/bus.c: (bus_context_reload_config): Flush the user database cache on
420         config reload.
421         * bus/dbus-daemon.1.in: Also note that SIGHUP flushes the user/group
422         information caches
423         * dbus/dbus-hash.c: (_dbus_hash_table_remove_all): 
424         * dbus/dbus-hash.h: Add function to remove all entries from a hash table
425         * dbus/dbus-userdb.c: (_dbus_user_database_flush):
426         * dbus/dbus-userdb.h: Add function to flush all user/group information
427         caches.
428
429 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
430
431         * qt/dbusidl2cpp.cpp:
432         * qt/Makefile.am: add the dbusidl2cpp tool, the replacement
433         for dcopidl2cpp, found in the KDE installations (or the more
434         modern kalyptus): generate Qt4 C++ code for the input XML
435         introspection. Currently no IDL parsing.
436
437 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
438
439         * test/qt/*: Update the self-tests.
440
441 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
442
443         * qt/*: 
444         * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
445         represents the first feature-complete version of the Qt4
446         bindings since I took ove maintainership.
447
448 2006-03-06  Thiago Macieira  <thiago.macieira@trolltech.com>
449
450         * qt/Doxyfile: Adding a Doxyfile for the Qt4 bindings
451         dir. This is C++, so we can't use the DBus ones.
452
453 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
454
455         * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
456         (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
457
458 2006-03-02  John (J5) Palmieri  <johnp@redhat.com>
459
460         * dbus/dbus-connection.c: 
461         (_dbus_connection_block_pending_call):
462         Check to see if our data has already been read off the connection
463         by another blocking pending call before we block in poll.
464         (check_for_reply_and_update_dispatch_unlocked):
465         Code taken from _dbus_connection_block_pending_call - checks for
466         an already read reply and updates the dispatch if there is one.
467
468         * test/name-test/test-pending-call-dispatch.c:
469         New test for making sure we don't get stuck polling a 
470         dbus connection which has no data on the socket when
471         blocking out of order on two or more pending calls.
472
473 2006-02-28  Thiago Macieira <thiago.macieira@trolltech.com>
474
475         * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
476         make/automake don't detect that we're talking about the same
477         .lo file if I specify the full path to the source files.
478
479 2006-02-26  Havoc Pennington  <hp@redhat.com>
480
481         * bus/dbus-daemon.1.in: improve the language in a couple spots I noticed
482
483         * dbus/dbus-bus.c (internal_bus_get): in the error message if the
484         session bus variable is unset, suggest "man dbus-launch" and "man
485         dbus-daemon" to figure out how to fix the problem
486
487 2006-02-25  Havoc Pennington  <hp@redhat.com>
488
489         * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
490         should make this thing use the new glib options parser
491
492 2006-02-25  Thiago Macieira <thiago.macieira@trolltech.com>
493
494         * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
495         .lo files taking moc sources.
496
497 2006-02-25  Havoc Pennington  <hp@redhat.com>
498
499         * dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
500         and install it as a public header
501
502 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
503
504         * Released 0.61
505
506 2006-02-24  John (J5) Palmieri  <johnp@redhat.com>
507         
508         * proxies.py: Fix the callchain
509
510 2006-02-24  John (J5) Palmieri <johnp@redhat.com>
511         
512         * patch from Sjoerd Simons <sjoerd at debian.org>:      
513
514         * dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to 
515         dbus/dbus-sysdeps.c
516
517         * dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
518         call _dbus_group_info_free_allocated which causes infinite loop,
519         correctly call _dbus_group_info_free
520
521 2006-02-20  Thiago Macieira <thiago.macieira@trolltech.com>
522
523         * qt/qdbusinterface_p.h:
524         * qt/qdbusinterface.cpp: Use the standard
525         org.freedesktop.DBus.Method.NoReply annotation for the "async"
526         calls instead of creating one for us.
527
528         * qt/qdbusconnection_p.h:
529         * qt/qdbusintegrator.cpp: Remove debugging code.
530
531         * qt/qdbusintegrator.cpp:
532         * qt/qdbusmessage.cpp:
533         * qt/qdbusmessage_p.h:
534         * qt/qdbusmessage.h: Change the behaviour of automatic
535         reply-sending: now a reply is always sent, unless the caller
536         didn't request one or if the user slot has already sent one.
537
538 2006-02-16  Robert McQueen  <robot101@debian.org>
539
540         * configure.in: Patch from Debian packages by Sjoerd Simons
541         <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
542         arguments so it's possible to build both bindings in the
543         same tree.
544
545         * qt/Makefile.am: Fix truncated value so that make dist works.
546
547 2006-02-16  Robert McQueen  <robot101@debian.org>
548
549         * acinclude.m4, configure.in: Patch from Brad Hards
550         <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by
551         improving quoting, re-ordering a few checks, and a few other
552         aesthetic tidy-ups.
553
554 2006-02-16  Robert McQueen  <robot101@debian.org>
555
556         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array):
557         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to correct a bogus
558         assertion that the next element to read from the iter is fixed in
559         size. This is not the case when you are at the end of the iter,
560         because the next element type is INVALID.
561
562         * dbus/dbus-string.c (_dbus_string_init_const_len): Correct a
563         a bogus assert which means that you may not initialise a 0-length
564         string unless you provide a non-NULL pointer. This prevented
565         you from marshalling messages containing zero-length arrays in
566         some cases.
567
568         * glib/dbus-gvalue.c (demarshal_collection_array): Another patch
569         from Rob to correct bogus asserts when trying to demarshal an
570         array and get_fixed_array got you 0 elements. Append nothing to
571         the GArray in this case.
572
573         * test/glib/test-dbus-glib.c: Add a test case for round-tripping
574         an empty array via the glib bindings. Without all of the above
575         patches, this new test fails.
576
577 2006-02-16  Robert McQueen  <robot101@debian.org>
578
579         * glib/dbus-gmain.c: Make the previous commit compile.
580
581         * python/_dbus.py, python/matchrules.py: Patch from Ole Andre
582         Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
583         specify sender_keyword="foo", path_keyword="bar" when adding
584         a signal listener, so that you can bind to signals generically
585         but still do something useful in your callback.
586
587         * python/dbus_bindings.pyx: Demarshal the byte type as unsigned
588         chars so that they're not cast to chars and made negative. Thanks
589         to Jakub Stachowski for reporting this and testing the fix.
590
591 2006-02-15  John (J5) Palmieri  <johnp@redhat.com>
592
593         * dbus/dbus-glib.h:
594         * glib/dbus-gmain.h:
595         (dbus_g_connection_open): new method for openning
596         a connection to an arbitrary address in the glib bindings
597
598         * ChangeLog: checkin last entry which doesn't seem to be commited
599
600 2006-02-13  John (J5) Palmieri  <johnp@redhat.com>
601
602         * tools/dbus-launch.c: Fixed sh syntax output
603
604 2006-02-13  Robert McQueen  <robot101@debian.org>
605
606         * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
607         glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
608         glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
609         glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
610         Patch from Rob Taylor <rob.taylor@collabora.co.uk> to add a big
611         missing piece of the glib bindings jigsaw puzzle. This modifies
612         the existing specialised types to have N type parameters (rather
613         than the current 1 or 2 for arrays and dictionaries respectively).
614         You can then use this to get a glib type to represent any arbitrary
615         D-Bus struct type using dbus_g_type_get_struct. The only
616         implementation of these types is with GValueArrays as before,
617         but it's now possible to store these in arrays, emit them in
618         signals, etc.
619
620 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
621
622         * dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
623         deal with nested arrays (Bug #5823) Patch by Thiago Macieira 
624         <thiago.macieira at trolltech.com>
625
626 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
627
628         * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
629         (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
630
631 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
632
633         * bus/connection.c (bus_connections_expect_reply): Make
634         pending reply limit not common to all connections (Bug #5416)
635         Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
636
637 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
638
639         * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
640
641 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
642
643         * gcj/Makefile.am: point to correct jar command (Bug #4529)
644         patch from Doug Goldstein <cardoe at gentoo.org>
645
646 2006-02-09  Joe Shaw  <joeshaw@novell.com>
647
648         * mono/Arguments.cs: Fix a magic number in the mono bindings
649         that doesn't work on 64 bit arches.  Patch from Peter Johanson.
650
651 2006-01-27  Robert McQueen  <robot101@debian.org>
652
653         * glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's
654         patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol
655         when generating the client-side methods, instead of overloading
656         CSymbol which broke everything horribly. My apologies.
657
658 2006-01-27  Robert McQueen  <robot101@debian.org>
659
660         * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
661         by me and Rob Taylor to add a simple_free function to D-Bus map
662         and collection types, which allows those types which can be freed
663         with a GDestroyNotify (such as GHashTables and GArrays, but not
664         GPtrArrays) to be stored as the values in hashtables.
665
666         * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
667         Patch by Rob Taylor to add nested dicts to the glib tests to check
668         the above code works, and appears not to leak when called repeatedly.
669
670 2006-01-27  Robert McQueen  <robot101@debian.org>
671
672         * glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
673         to free a D-Bus allocated string with dbus_free () instead of
674         g_free ().
675
676 2006-01-27  Iain Holmes  <iain@openedhand.com>
677
678         * glib/dbus-gproxy.c (dbus_g_proxy_dispose): Protect the dispose
679         method from being called multiple times.
680
681 2006-01-19  Robert McQueen  <robot101@debian.org>
682
683         * glib/dbus-binding-tool-glib.c: Patch from Rob Taylor
684         <rob.taylor@collabora.co.uk> to add support for generating bindings
685         to arrays that are represented as GPtrArrays rather than GArrays (ie
686         size-variable things, such as strings, objects, structs, etc).
687
688 2006-01-05  Robert McQueen  <robot101@debian.org>
689
690         * dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
691         <ricardo.kekki@movial.fi> to make it possible to inherit from
692         DBusGProxy, by splitting the DBusGProxy struct into a public part and
693         a private part, and moving the setting of the DBusGProxyManager into a
694         connection property, allowing proper GObject construction.
695
696 2006-01-05  Robert McQueen  <robot101@debian.org>
697
698         * glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
699         <ricardo.kekki@movial.fi> to make dbus-binding-tool heed C symbol name
700         annotations when generating glib client bindings.
701
702 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
703
704         * dbus/dbus-shared.h: Call it shared constants instead of shared macros
705
706         * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
707
708 2005-12-19 John (J5) Palmieri  <johnp@redhat.com>
709
710         * dbus/dbus-shared.h: add DOxygen markup to quiet warnings
711
712 2005-12-19 John (J5) Palmieri  <johnp@redhat.com> 
713
714         * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
715
716 2005-12-19  Ross Burton  <ross@openedhand.com>
717
718         * doc/dbus-tutorial.xml:
719         Document the Glib client-side bindings, and list all possible annotations.
720
721 2005-12-19  John (J5) Palmieri  <johnp@redhat.com>
722
723         * dbus/bus.c (dbus_bus_release_name): Add documentation
724
725 2005-12-06  Robert McQueen  <robot101@debian.org>
726
727         * python/service.py: s/sucessful/successful/ so we're allocating to
728         and reading from the same variable. Oops.
729
730 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
731
732         * Released 0.60
733
734 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
735
736         * test/qt/Makefile.am: build from srcdir
737
738         * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
739         Note - this code is wrong and needs to be fixed by the Qt binding
740         developers.  The flags should be treated as bitfields and not enums.
741
742         * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
743
744 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
745
746         * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
747           link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
748           in production code
749
750 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
751
752         * dbus/dbus-connection.c (dbus_connection_read_write): Add new
753         method for getting messages off the bus in the absence of a
754         mainloop.  This method is much like 
755         dbus_connection_read_write_dispatch except it does not dispatch
756         the messages to a registered filter function.  Instead it
757         allows a developer to process messages by directly popping
758         them off the bus.
759
760 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
761
762         * bus/desktop-file.c (parse_key_value): Ignore locales allowing 
763         the parser to continue instead of returning error
764         (bus_desktop_file_load): Do not free parser data when
765         parse_section_start or parse_key_value fails because it was 
766         already freed by parser_free (patch from Carlos Garcia Campos  
767         <carlosgc at gnome.org>)
768
769 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
770
771         * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
772         dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
773         glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
774         test/test-segfault.c, test/test-utils.c,
775         test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
776         tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
777         Various cleanup of dead code and compiler warnings (patch from
778         Kjartan Maraas <kmaraas at gnome.org>) 
779
780 2005-11-30  John (J5) Palmieri  <johnp@redhat.com>
781
782         * glib/dbus-gmain.c (connection_setup_add_watch): plugged a leak
783         (patch from Carlos Garnacho Parro <carlosg at gnome.org>
784
785 2005-11-27  Robert McQueen  <robot101@debian.org>
786
787         * python/dbus_bindings.pyx: Repair my previous commit which reverted
788         part of the preceding one. Oops. Merge patch by Johan Hedberg
789         <johan.hedberg@nokia.com> to fix marshalling of 16-bit integer values
790         on big-endian platforms.
791
792         * test/python/test-client.py: Add some 16-bit integers to the test
793         values.
794
795 2005-11-27  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * glib/dbus-gobject.c: Append a GValue instead of a basic type in
798         method return message for property getters
799
800 2005-11-27  Robert McQueen  <robot101@debian.org>
801
802         * python/dbus_bindings.pyx: Fix a bug where doing a strict append
803         with type v of an instance of dbus.Variant(foo, type='x') caused
804         it to be boxed twice before sending over the bus.
805
806         * python/dbus_bindings.pyx, python/service.py,
807         test/python/test-client.py: Update the constants for the new
808         request_name flags, and update comments/test cases now that queueing
809         is the default action.
810
811 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
812
813         * configure.in:
814         - Change version to 0.60 for impending release
815         - upped the sonames because of ABI and API breakage
816
817 2005-11-22  John (J5) Palmieri  <johnp@redhat.com>
818
819         * configure.in: Add test/name-test/Makefile to the generated
820         Makefile list
821
822         * dbus/dbus-shared.h (#define DBUS_NAME_FLAG_ALLOW_REPLACEMENT):
823         New flag which replaces DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
824         (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying
825         not to queue an ower if it can't be the primary owner
826
827         * bus/bus.h: Add new internal BusOwner struct
828
829         * bus/driver.c (bus_driver_handle_hello): Send flags (0 for default)
830         to bus_registry_ensure and don't set the prohibit_replacement flag
831         since they are now set per BusOwner and not per name.
832         (bus_driver_handle_list_queued_owners): bus method (ListQueuedOwners) 
833         that returns the list of connections in a name's connection queue
834         
835         * bus/services.c (struct BusService): remove prohibit_replacement field
836         (struct BusOwner): new struct for keeping track of queued connections
837         and their associated flags for the queue
838         (struct BusRegistry): add a BusOwner memory pool
839         (bus_registry_new): initialize the BusOwner memory pool
840         (bus_registry_unref): free the BusOwner memory pool
841         (_bus_service_find_owner_link): new internal method for
842         searching the queue for a specific connection
843         (bus_owner_set_flags): new method for adding setting the flags on a
844         bus owner
845         (bus_owner_new): new method that creates a BusOwner object from the
846         pool and sets its flags
847         (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
848         (bus_registry_ensure): Add the flags parameter
849         (bus_registry_acquire_service): Switch from using raw connections to
850         using the BusOwner struct
851         Add new state machine for dealing with the new set of flags
852         (bus_registry_set_service_context_table, struct OwnershipCancelData, 
853         cancel_ownership, free_ownership_cancel_data, 
854         add_cancel_ownership_to_transaction, struct OwnershipRestoreData, 
855         restore_ownership, free_ownership_restore_data, 
856         add_restore_ownership_to_transaction): Switch to using BusOwner 
857         instead of raw connections
858         (bus_service_add_owner): Add flags parameter
859         Switch to using BusOwner instead of raw connections
860         Add state machine for dealing with the new set of flags
861         (bus_service_swap_owner): Swaps the first and second owners in the
862         queue.  Used to make sure proper signals are sent when a service looses 
863         or gains primary ownership.  We never insert an owner at the top of the
864         queue.  Instead we insert it in the second position and then swap.
865         (bus_service_remove_owner): Remove the owner from the queue sending
866         out the NameLost and NameOwnerChanged signals if the we were the 
867         primary owner
868         (bus_service_get_primary_owners_connection): New method that extracts
869         the connection from the primary owner
870         (bus_service_get_primary_owner): Returns the BusOwner instead of the 
871         connection
872         (bus_service_get_allow_replacement): Changed from the old 
873         bus_service_get_prohibit_replacement method.  Checks the flags of the 
874         primary owner and returns if it can be replaced or not
875         (bus_service_set_prohibit_replacement): removed
876         (bus_service_has_owner): returns TRUE if and owner with
877         the specified connection exists in the queue
878         
879         * dbus/dbus-bus.c (dbus_bus_connection_get_unique_name): New helper
880         method that only compiles if tests are enabled.  Allows us to get the 
881         unique name of a connection so we can check it against the queue when
882         doing regression tests
883
884         * bus/activation.c (bus_activation_send_pending_auto_activate),
885         bus/dispatch.c (bus_dispatch),  
886         bus/driver.c (bus_driver_handle_get_service_owner, 
887         bus_driver_handle_get_connection_unix_user, 
888         bus_driver_handle_get_connection_unix_process_id,
889         bus_driver_handle_get_connection_selinux_security_context),
890         bus/signals.c (connection_is_primary_owner): 
891         use bus_service_get_primary_owners_connection instead of
892         bus_service_get_primary_owner
893
894         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket, 
895         _dbus_listen_unix_socket): Calculate the length of the socket
896         path and use that instead of using a fixed length which was
897         causing socket names to contain many trailing Nul bytes.
898
899         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c
900         (dbus_g_method_get_sender): New method for extracting the sender 
901         from a DBusGMethodInvocation
902         (dbus_g_method_return_get_reply): changed name to 
903         dbus_g_method_get_reply
904         (dbus_g_method_return_send_reply): changed name to
905         dbus_g_method_send reply
906
907         * doc/dbus-specification.xml: New docs that describe how the new
908         queueing system works and talks about the changes to the how
909         we specify socket names
910
911         * glib/examples/example-service.c, 
912         glib/examples/example-signal-emitter.c,
913         glib/examples/statemachine/statemachine-server.c:
914         Changed the RequestName flags to the new system
915
916         * test/name-test/ (test-names.c, run-test.sh, Makefile.am): New
917         regression test suite for testing various states of the new
918         queueing system
919         
920 2005-11-15  Robert McQueen  <robot101@debian.org>
921
922         * dbus/dbus-glib-lowlevel.h, glib/dbus-gobject.c: Patch from Rob
923         Taylor to add two methods, dbus_g_method_return_get_reply and
924         dbus_g_method_return_send_reply, to allow you to get the reply
925         message from a DBusGMethodInvocation, append arbitrary stuff to it,
926         and send it. The GLib bindings can't marshal a return value of
927         something like a(s) if the array is empty - ultimately they should be
928         made to heed the signature of the out arguments as the Python bindings
929         now can, but this is a workable interim solution which might have
930         other applications.
931
932 2005-11-15  Robert McQueen  <robot101@debian.org>
933
934         * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
935         method to org.freedesktop.DBus to release a bus name or give up
936         waiting in the queue for it.
937
938         * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
939         dbus_bus_release_name method to send the ReleaseName method calls.
940         Add constants for the return values to dbus/dbus-shared.h.
941
942         * doc/dbus-specification.xml: Document the new ReleaseName method
943         in the specification.
944
945         * python/dbus_bindings.pyx: Add a low-level python binding for the
946         release name method.
947
948         * python/exceptions.py, python/service.py: Make freeing BusName
949         objects release the name. Add a NameExistsException, and fix a
950         bug with creating UnknownMethodException.
951
952         * test/python/test-client.py: Add tests for freeing BusName
953         objects causing names to be released.
954
955 2005-11-14  Robert McQueen  <robot101@debian.org>
956
957         * python/service.py: Include the traceback in the error reply when we
958         send an exception over the bus. _BEST_ _PATCH_ _EVER_
959
960 2005-11-14  David Zeuthen  <davidz@redhat.com>
961
962         Patch from Timo Hoenig <thoenig@suse.de>.
963
964         * bus/bus.c: I've recently investigated why the automatic reload
965         of configuration files does not work as expected.
966
967         Currently, reloading configuration files does only work when
968         running dbus-daemon with --nodaemon.  If we are running as daemon
969         we're hitting a dnotify bug once we fork the process.
970
971         We're initializing the dnotify fds before calling fork().  Once
972         the child process forked it does still have the fds (and they
973         still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
974         getting SIGIO as changes are made to the configuration files.
975
976         The attached patch moves the initialization of the dnotify fds to
977         process_config_postinit().  This is safe for all current code
978         paths and solves the dnotify disfunction.  If we're running
979         dbus-daemon as daemon the fds for dnotify are now being
980         initialized after fork() for the child process.
981
982         * configure.in: The current configure.in check for dnotify probes
983         'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
984         match for 'xlinux', too. Additionally I have adapted the configure
985         option's style to match with the others.
986
987 2005-11-14  Robert McQueen  <robot101@debian.org>
988
989         * python/decorators.py, python/service.py: Add a new argument to the
990         dbus.service.method decorator called sender_keyword, which if set,
991         specifies the name of an argument which will be provided the bus
992         name of the method caller.
993
994         * test/python/test-client.py, test/python/test-service.py: Add a
995         method and test to check the sender_keyword functionality.
996
997 2005-11-07  John (J5) Palmieri  <johnp@redhat.com>
998
999         * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 
1000         empty reply so blocking calls don't block forever (Patch from Sjoerd 
1001         Simons <sjoerd at luon.net>)
1002
1003         * AUTHORS: Add Robert McQueen for his work on the Python
1004         Bindings and other parts of D-Bus
1005
1006 2005-11-07  Robert McQueen  <robot101@debian.org>
1007
1008         * python/decorators.py: Change emit_signal function to use the
1009         signature annotation of the signal when marhsalling the arguments from
1010         the service. Fix a bug where the code checking signature length
1011         against argument length referenced the wrong variable.
1012
1013         * python/introspect_parser.py: Avoid adding the type signature of
1014         signal arguments to any methods which occur after them in the
1015         introspection data (!) by making the parser a little more careful
1016         about its current state.
1017
1018         * python/service.py: Remove debug prints from last commit (again :D).
1019
1020         * test/python/test-client.py, test/python/test-service.py: Add test
1021         signals with signature decorators to test the strict marshalling code
1022         gives errors at the right time. Could do with checking the signals
1023         actually get emitted too, given that the test does nothing with
1024         signals at the moment...
1025
1026 2005-11-07  Robert McQueen  <robot101@debian.org>
1027
1028         * python/_dbus.py: Add WeakReferenceDictionary cache of dbus.Bus
1029         instances to stop madness of creating new instances representing
1030         the same bus connection all the time, rendering any tracking of
1031         match rules and bus names quite meaningless. Caught a bug where
1032         the private argument to SessionBus() and friends was being passed
1033         in as use_default_mainloop by mistake. Still some problems with
1034         multiple dbus_binding.Connection instances representing the same
1035         low-level connection (eg when you use both SessionBus() and
1036         StarterBus() in same process), but it's a lot better now than it
1037         was.
1038
1039         * python/dbus_bindings.pyx: Add constants with the return values
1040         for bus_request_name().
1041
1042         * python/service.py: Store bus name instances in a per-dbus.Bus cache
1043         and retrieve the same instances for the same name, so deletion can be
1044         done with refcounting. Also now throws some kind of error if you
1045         don't actually get the name you requested, unlike previously...
1046
1047         * test/python/test-client.py: Add tests for instance caching of buses
1048         and bus name objects.
1049
1050 2005-11-04  Robert McQueen  <robot101@debian.org>
1051
1052         * python/dbus_bindings.pyx, test/python/test-client.py: Fix
1053         marshalling of boolean values. Add some booleans to the values in
1054         the test client.
1055
1056         * python/decorators.py, python/service.py: Add an 'async_callbacks'
1057         argument to the dbus.service.method decorator, which allows you to
1058         name arguments to take two callback functions for replying with
1059         return values or an exception.
1060
1061         * test/python/test-client.py, test/python/test-service.py: Add test
1062         case using asynchronous method reply functions, both return values and
1063         errors, and from within both the function itself and from a mainloop
1064         callback.
1065
1066         * python/decorators.py, python/service.py: Perform checking that the
1067         number of method/signal arguments matches the number of types in the
1068         signature at class loading time, not when you first introspect the
1069         class.
1070
1071         * python/service.py: Remove debug print left by the last commit.
1072
1073 2005-11-03  Robert McQueen  <robot101@debian.org>
1074
1075         * python/service.py: Heavy refactoring of method invocation, with
1076         hopefully no effect on functionality. Nuked _dispatch_dbus_method_call
1077         in favour of a new _message_cb that uses seperate functions for
1078         looking up the method to call, marshalling the return values, and
1079         sending exceptions as errors, and is easier to follow as a
1080         consequence.  Fixes some corner cases about returning things that
1081         don't match your declared out_signature, allows exceptions to define
1082         _dbus_error_name and have it be sent over the bus as the error name,
1083         and paves the way for cool stuff like heeding the message no reply
1084         flag, asynchronous method implementations, informing the method of the
1085         sender, and including backtraces in the error messages.
1086
1087         * test/python/test-client.py: Catch and print exceptions thrown in the
1088         async callback tests, rather than passing them to the low-level
1089         bindings to be ignored in a noisy and frustrating manner.
1090
1091 2005-11-03  Robert McQueen  <robot101@debian.org>
1092
1093         * python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
1094         functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
1095         tweak others to be consistent.
1096
1097         * test/python/test-client.py: Tweak output of testInheritance.
1098
1099 2005-10-29  Robert McQueen  <robot101@debian.org>
1100
1101         * python/service.py: Major changes to allow multiple inheritance
1102         from classes that define D-Bus interfaces:
1103         
1104          1. Create a new Interface class which is the parent class of
1105             Object, and make the ObjectType metaclass into InterfaceType.
1106         
1107          2. Patch written with Rob Taylor to replace use of method_vtable
1108             with code that walks the class's __MRO__ (method resolution order)
1109             to behave like Python does when invoking methods and allow
1110             overriding as you'd expect. Code is quite tricky because
1111             we have to find two methods, the one to invoke which has the
1112             right name and isn't decorated with the /wrong/ interface,
1113             and the one to pick up the signatures from which is decorated
1114             with the right interface.
1115         
1116             The same caveats apply as to normal multiple inheritance -
1117             this has undefined behaviour if you try and inherit from two
1118             classes that define a method with the same name but are
1119             decorated with different interfaces. You should decorate
1120             your overriding method with the interface you want.
1121         
1122          3. Replace grungy introspection XML generation code in the metaclass
1123             with dictionaries that cope correctly with multiple inheritance
1124             and the overriding of methods. This also uses the signature
1125             decorations to provide correct introspection data, including
1126             the debut appearance of the types of your return values. :D
1127
1128         * test/python/test-client.py, test/python/test-service.py: Add a test
1129         case to try invoking an method that overrides one inherited from a
1130         D-Bus interface class.
1131
1132 2005-10-29  Robert McQueen  <robot101@debian.org>
1133
1134         * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
1135         Add checking for the end of struct character when marshalling a
1136         struct in MessageIter.append_strict.
1137
1138         * python/examples/example-service.py,
1139         python/examples/gconf-proxy-service.py,
1140         python/examples/gconf-proxy-service2.py: Update to use gobject
1141         mainloop directly rather than appearing to depend on gtk.
1142
1143         * python/test/test-client.py, python/test/test-server.py: Remove
1144         obsolete and broken test scripts for old bindings. We have up to date
1145         and working tests in test/python/.
1146
1147 2005-10-29  Robert McQueen  <robot101@debian.org>
1148
1149         * python/decorators.py: Add optional arguments to the method and
1150         signal decorators to allow you to specify the signature of arguments
1151         and return values. Preserve the doc strings of signal functions in the
1152         decorated version, for pydoc and friends.
1153
1154         * python/dbus_bindings.pyx, python/proxies.py: Replace the
1155         parse_signature_block function with an iterable dbus.Signature()
1156         type. Fix a bug in MessageIter.append_strict where you could append
1157         anything by claiming it was a string.
1158
1159         * python/service.py: Use the out_signature decoration on methods to
1160         marshal return values, meaning you no longer require dbus.Array()
1161         or dbus.Dictionary() to indicate the type when returning empty
1162         arrays or dictionaries. Fix a bug where exceptions which are defined
1163         in __main__ are not turned into error replies.
1164
1165         * test/python/test-client.py, test/python/test-service.py: Add test
1166         for correct marshalling of return values according to out_signature.
1167         Fix a bug in the async call test where the error_handler is missing a
1168         self argument.
1169
1170 2005-10-29  Robert McQueen  <robot101@debian.org>
1171
1172         * glib/Makefile.am, glib/examples/Makefile.am,
1173         glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by
1174         Daniel Stone to replace explicit calls to libtool with $(LIBTOOL).
1175
1176         * test/python/.cvsignore: Add run-with-tmp-session-bus.conf.
1177
1178         * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch
1179         from Ubuntu by Daniel Silverstone to allow specifying match rules on
1180         the command line.
1181
1182 2005-10-27  Ross Burton  <ross@openedhand.com>
1183
1184         * dbus/dbus-marshal-header.c:
1185         Remove dead code.
1186
1187         * glib/dbus-gobject.c:
1188         Stop compiler warning.
1189
1190 2005-10-25  Ross Burton  <ross@openedhand.com>
1191
1192         * dbus/dbus-auth.c:
1193         * dbus/dbus-server-unix.c:
1194         * dbus/dbus-transport-unix.c:
1195         * glib/dbus-gmain.c:
1196         * glib/dbus-gobject.c:
1197         Add some const keywords.
1198
1199 2005-10-25  Ross Burton  <ross@openedhand.com>
1200
1201         * doc/dbus-specification.xml:
1202         Document the NoReply annotation.
1203
1204         * glib/dbus-binding-tool-glib.h:
1205         * glib/dbus-binding-tool-glib.c:
1206         Respect the NoReply annotation.
1207
1208 2005-10-24  Robert McQueen <robot101@debian.org>
1209
1210         * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
1211         derive from unicode instead of str, and encode/decode UTF-8 when
1212         marshalling/unmarshalling bus messages
1213
1214         * python/introspect_parser.py: encode introspection data as UTF-8
1215         before passing the buffer into libxml2
1216
1217         * test/python/test-client.py: add unicode test strings
1218
1219         * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
1220         ignore generated python test files
1221
1222 2005-10-17  John (J5) Palmieri  <johnp@redhat.com>
1223
1224         * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
1225         and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
1226         (gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble
1227
1228         * glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
1229         DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
1230         when constructing struct signatures
1231
1232         * python/_dbus.py (Bus): handle private connections using the
1233         private keyword in the constructor. defaults to private=False
1234         (Bus::close): new method to close a connection to the bus
1235
1236         * python/dbus_bindings.pyx (Connection::close): renamed method
1237         was previously called disconnect
1238         (bus_get): now supports getting a private connection
1239
1240         * python/proxies.py (ProxyMethod::__call__): check if ignore_reply
1241         keyword is set to True.  if it is, execute the method without waiting
1242         for a reply
1243         (ProxyObject::_introspect_execute_queue): new method for executing
1244         all the pending methods that were waiting for the introspect to
1245         finish.  this is called when introspect either succeeds or fails
1246         (ProxyObject::_introspect_error_handler): call queued methods
1247
1248 2005-10-14  John (J5) Palmieri  <johnp@redhat.com>
1249
1250         * python/dbus_bindings.pyx (MessageIter::append_strict): check for
1251         STRUCT_BEGIN not TYPE_STRUCT in indicate we are marshalling a struct
1252
1253         * python/service.py (Object::_message_cb): handle exceptions correctly
1254         by sending them over the wire to the calling app.  This makes sure
1255         the client returns immediately instead of waiting the 15 seconds to
1256         timeout.
1257
1258         * test/python/test-client.py (TestDBusBindings::testBenchmarkIntrospect): 
1259         Add a test to benchmark how long it takes to introspect a service and 
1260         call a method which returns a large element (pretty fast)
1261
1262         * test/python/test-service.py (TestObject::GetComplexArray): new test 
1263         method which pushes a lot of data
1264
1265 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1266
1267         * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):        
1268         reclaim memory outside of the loop and use del istead of just setting
1269         the key to None
1270
1271 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1272
1273         * python/service.py (ObjectType::_reflect_on_signal): Always close
1274         signal tag even when there are no arguments
1275
1276 2005-10-13  John (J5) Palmieri  <johnp@redhat.com>
1277
1278         * configure.in: Set mono, mono-docs and Qt3 to default
1279         to no instead of auto when building.  These bindings do not
1280         have full time maintainers and will not be supported for the
1281         1.0 release.
1282
1283 2005-10-12  John (J5) Palmieri  <johnp@redhat.com>
1284
1285         patches from Michael Krivoruchko <misha at sun.com>: 
1286         
1287         * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link,
1288         _dbus_connection_message_sent, 
1289         _dbus_connection_send_preallocated_unlocked_no_update, 
1290         _dbus_connection_pop_message_link_unlocked): handle the case when path 
1291         is NULL when calling _dbus_verbose
1292
1293         * configure.in: check for functions getpeerucred and getpeereid
1294
1295         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): provides 
1296         support of auth EXTERNAL on Solaris 10+ (getpeerucred), FreeBSD 4.6+, 
1297         OpenBSD 3.0+ and FreeBSD 5.0+ as well as MacOSX 10.2+ (getpeereid). 
1298         Patch was only tested on Solaris 10 x86 so it might be issues
1299         with other platforms (i.e. BSDs and MacOSX)
1300         
1301
1302 2005-10-05  John (J5) Palmieri  <johnp@redhat.com>
1303
1304         * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 
1305         instead of marshal basic so we can handle recursive types in a variant
1306
1307         * test/glib/test-dbus-glib.c: Add test for marshaling recurive types
1308         in variants
1309
1310         * test/glib/test-service-glib.c, test-service-glib.xml
1311         (my_object_echo_variant [EchoVariant], 
1312         my_object_process_variant_of_array_of_ints123
1313         [ProcessVariantOfArrayOfInts123]): 
1314         Add two test methods
1315
1316         * python/introspect_parser.py: New module for parsing introspect
1317         data.
1318
1319         * python/dbus_bindings.pyx:
1320         (various places): when throwing errors fix to use errormsg instead 
1321         of message local variable because Pyrex can get confused with other 
1322         message variables (initial patch by Robert McQueen 
1323         <robert.mcqueen at collabora.co.uk>)
1324         (MessageIter::parse_signature_block): new method for getting the next
1325         block in a signiture.
1326         (MessageIter::append_strict): new method for appending values strictly
1327         using the passed in signature instead of guessing at the type
1328         (MessageItter:: append_dict, append_struct, append_array): use 
1329         signatures to marshal children if the signature is available
1330         
1331         * python/exceptions.py (IntrospectionParserException): new exception
1332
1333         * python/proxies.py (ProxyMethod::__call__): Marshal args with 
1334         introspected signatures if available, else we fall back to the
1335         old way of doing things.
1336         (ProxyObject::_introspect_reply_handler ): parse introspection data
1337         
1338         * python/service.py (ObjectType::_reflect_on_method): Properly
1339         terminate <method> if there are no args in the reflection data
1340
1341         * test/python/test-client.py: add tests for talking with the GLib
1342         test server.  This gives us better coverage for introspection since
1343         python to python will always generate arguments as variants.  It also
1344         allows us to test the robustness of the GLib bindings and interlanguage
1345         communications.
1346
1347         
1348 2005-10-03  John (J5) Palmieri  <johnp@redhat.com>
1349
1350         * bus/driver.c (bus_driver_handle_introspect): Add signals
1351         to the introspect data. (patch from Daniel P. Berrange 
1352         <dan at berrange.com>)
1353
1354         * bus/dispatch.c (check_existent_ping): Add testcase for Ping
1355         
1356         * dbus/dbus-connection.c (_dbus_connection_peer_filter,
1357         _dbus_connection_run_builtin_filters): Changed these to
1358         be unlock_no_update functions and call 
1359         _dbus_connection_send_unlocked_no_update instead of
1360         dbus_connection_send to avoid locking errors.
1361         
1362         * doc/TODO: Removed the make Ping test TODO
1363         
1364 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
1365
1366         * dbus/Python.pyx: Fixed memory leaks when throwing errors.
1367         We now copy the message from a DBusError and then free 
1368         the error object befor throwing the error
1369
1370         * glib/dbus-glib-tool.c: removed extra comma at the end of the
1371         DBusBindingOutputMode enum which was causing a warning.
1372         #include <time.h> so using time_t is explicitly defined
1373
1374 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
1375
1376         * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
1377         - dbus/dbus-bus.c
1378         (internal_bus_get): new method that take over the heavy lifting
1379         of dbus_bus_get and adds the ability to get a private connection
1380         to the bus
1381         (dbus_bus_get): wrapper to internal_bus_get that provides the same
1382         interface as in previous versions
1383         (dbus_bus_get_private): new method that is a wrapper to 
1384         internal_bus_get to get a private connection to the bus
1385
1386         - dbus/dbus-bus.h
1387         (dbus_bus_get_private): add as a public libdbus interface
1388
1389         - dbus-1.pc.in: output system_bus_default_address and 
1390         sysconfdir variables so apps can use them when compiling
1391
1392 2005-09-23  Harald Fernengel  <harry@kdevelop.org>
1393         * dbus/qt: New Qt bindings
1394
1395 2005-09-12  Waldo Bastian  <bastian@kde.org>
1396
1397         * dbus/dbus-marshal-validate.c,
1398         doc/dbus-specification.xml, test/Makefile.am,
1399         test/test-names.c: allow hyphens in bus names.
1400
1401 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
1402
1403         * test/data/auth/fallback.auth-script: we don't
1404         retry the EXTERNAL method when we know its going
1405         to fail anymore.
1406
1407 2005-09-11  Mark McLoughlin  <mark@skynet.ie>
1408
1409         * dbus/dbus-connection-internal.h: rename
1410         (add|remove|toggle)_(watch|timeout) to unlocked()
1411         
1412         * dbus/dbus-connection.c: ditto.
1413         
1414         * dbus/dbus-timeout.c, dbus/dbus-transport-unix.c:
1415         Update some callers for the renaming.
1416
1417 2005-09-10  Mark McLoughlin  <mark@skynet.ie>
1418
1419         * dbus/dbus-auth.c: (record_mechanisms): don't
1420         retry the first auth mechanism because we know
1421         we're just going to get rejected again.
1422         
1423         * dbus/dbus-keyring.c: (_dbus_keyring_reload):
1424         Fix thinko ... and what a nasty little bugger to
1425         track down you were ...
1426
1427         * dbus/dbus-connection.c:
1428         (_dbus_connection_add_watch),
1429         (_dbus_connection_remove_watch): add note about
1430         these needing the connection to be locked.
1431         (_dbus_connection_get_dispatch_status_unlocked):
1432         set status to DATA_REMAINS when we queue the
1433         disconnected message.
1434         
1435         * bus/dispatch.c:
1436         (bus_dispatch): fix warning.
1437         (check_existent_service_no_auto_start):
1438         Expect ChildSignaled error too.
1439         (check_existent_hello_from_self): fix another
1440         couple of warnings.
1441         
1442 2005-09-08  Joe Shaw  <joeshaw@novell.com>
1443
1444         Patches from James Willcox <snorp@snorp.net>
1445
1446         * mono/Makefile.am: Add Int16.cs and UInt16.cs
1447
1448         * mono/DBusType/Array.cs: Handle multidimensional arrays, and
1449         support array "out" parameters.
1450
1451         * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
1452         for 16-bit int support.
1453
1454 2005-09-06  John (J5) Palmieri  <johnp@redhat.com>
1455
1456         * Released 0.50
1457
1458         * Patch from Steve Grubb:
1459         - bus/activation.c (bus_activation_service_reload_test): clean up
1460         some indentation
1461         - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional 
1462         - dbus/dbus-message-factory.c (generate_special): fix a couple of
1463         buffer overflows in the test suite.  This is non critical because
1464         it can not be exploited and this code is only run when doing a 
1465         make check.
1466
1467         * Patch from Yaakov Selkowitz: Build fixes for Cygwin
1468         - configure.in: Don't check and link against kdecore, only qt headers
1469         - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
1470         - gcj/org/freedesktop/dbus/Makefile.am:
1471         add libdbus_gcj_1_la_LDFLAGS = -no-undefined
1472         - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
1473         and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
1474         - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
1475         - tools/Makefile.am: Add platform extentions to binaries 
1476         (i.e. .exe on windows)
1477
1478         * configure.in: 
1479         - Make it so if no suitable version of python is found we only 
1480         disable building python instead of exiting the configure script
1481         - Require version 2.4 of glib for glib bindings
1482         - Up version to 0.50
1483
1484         * python/__init__.py: Sync version with libdbus to (0,50,0)
1485         
1486 2005-09-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1487
1488         * dbus/dbus-object-tree.c (find_subtree_recurse):
1489         a couple of optimizations (bug #710):
1490         - do a binary search in the tree
1491         - insert a new child at the right place directly, no need for
1492           qsort anymore
1493         - do the "double alloc" thing when allocating children
1494
1495 2005-08-31  John (J5) Palmieri  <johnp@redhat.com>
1496
1497         * python/Makefile.am: Break on pyrexc errors instead of ignoring them
1498
1499         * python/dbus_bindings.pyx: Memory management foo
1500         (global): remove hacky _user_data_references global list
1501         (GIL_safe_cunregister_function_handler): userdata now stuffed into
1502         tuples. Unref user_data
1503         (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
1504         (Connection::__del__): Remove and replace with __dealloc__ method
1505         (Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
1506         to keep tuple from being deallocated instead of the global var hack
1507         (Connection::register_object_path): Stuff user_data into a tuple.
1508         Use Py_INCREF to keep tuple from being deallocated instead of the 
1509         global var hack
1510         (Connection::register_fallback): Stuff user_data into a tuple.
1511         Use Py_INCREF to keep tuple from being deallocated instead of the 
1512         global var hack
1513         (GIL_safe_pending_call_notification): Don't unref the message
1514         because it gets unreffed when going out of scope.  Py_XDECREF
1515         the user_data
1516         (PendingCall::__del__): Remove and replace with __dealloc__ method
1517         (PendingCall::set_notify): ref the pending call because we will
1518         need it to stick around for when the notify callback gets called
1519         (Message::__del__): Remove and replace with __dealloc__ method
1520
1521         * python/dbus_glib_bindings.pyx (init_gthreads): Changed to 
1522         gthreads_init to match up with the dbus call
1523
1524         * python/glib.py (init_threads): Changed to threads_init to match
1525         up with gobject.threads_init().  init_threads is kept for backwards
1526         compat but will most likely be deprecated in the future
1527
1528         * test/python/test-client.py: 
1529         - revamp to use Python's unittest functionality
1530         - add async call tests
1531         - setup threads in glib and dbus so we make sure locks are working
1532         
1533 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
1534
1535         * python/dbus_bindings.pyx 
1536         (_pending_call_notification, cunregister_function_handler, 
1537         cmessage_function_handler): All callback functions have been rearranged 
1538         to workaround a bug in Pyrex when working with the GIL which is Python's 
1539         global lock when dealing with threads.  They have been split into
1540         a wrapper function (which assumes the name of the old function) and
1541         a _GIL_safe_<function name> function which contains the functionality
1542         of the old function.  This ensures that Pyrex does not write code
1543         the lock is released.
1544         
1545
1546 2005-08-30  John (J5) Palmieri  <johnp@redhat.com>
1547
1548         * python/dbus_bindings.pyx (_pending_call_notification): Obtain the
1549         GIL global lock when calling back into Python
1550
1551 2005-08-29  John (J5) Palmieri  <johnp@redhat.com>
1552
1553         * Release 0.36.2
1554
1555         * Add Havoc's patch that never got applied to HEAD (Bug #2436):
1556
1557         * bus/policy.c (bus_policy_allow_user): change default "user is
1558         allowed" to be "user has same uid as the bus itself"; any
1559         allow/deny rules will override.
1560
1561         * bus/session.conf.in: don't allow all users, since now by default
1562         the user that ran the bus can connect.
1563
1564 2005-08-26  Colin Walters  <walters@verbum.org>
1565
1566         * tools/dbus-print-message.c (print_message): Flush stdout
1567         after printing a message, so that redirecting to a file, then
1568         hitting Ctrl-C works.
1569
1570 2005-08-25  John (J5) Palmieri  <johnp@redhat.com>
1571
1572         * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
1573         (EmptyMessage): new class that subclasses Message.  This is a workaround
1574         to a Pyrex bug that fails to call __del__ when the Message object goes out
1575         of scope.  For some reason subclassing Message fixes this bug
1576         (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
1577         - s/Message(_create=0)/EmptyMessage everywhere else
1578         
1579         * test/python/test-{server|client}.py: add the python/.libs directory
1580         to the lookup path so dbus_bindings and dbus_glib_bindings don't
1581         get picked up from the system
1582
1583 2005-08-25  Colin Walters  <walters@verbum.org>
1584
1585         * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
1586         to Ryan Lortie for the suggestion.
1587
1588 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
1589
1590         * test/python: Add python regression test
1591
1592         * configure.in: Add test/python/Makefile
1593
1594         * test/Makefile.am: Add the python directory to SUBDIRS
1595
1596 2005-08-24  John (J5) Palmieri  <johnp@redhat.com>
1597
1598         * Release 0.36.1
1599
1600         * python/_dbus.py: 
1601         (Interface::connect_to_signal): propigate keywords for match on args
1602         (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
1603
1604         * python/proxies.py (ProxyObject::connect_to_signal):
1605         propigate keywords for match on args
1606
1607         * Makefile.am: point everything to pyexecdir since python borks
1608         on multilib
1609
1610 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
1611
1612         * Release 0.36
1613
1614 2005-08-23  Colin Walters  <walters@verbum.org>
1615
1616         * test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
1617
1618 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
1619
1620         * python/dbus_glib_bindings.pyx: reorder imports and c definitions
1621         to fix some wranings. We now use dbus_bindings.DBusConnection instead
1622         of defining DBusConnection ourselves.
1623
1624 2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
1625
1626         * python/dbus.pth: New path file to fix up problems when installing
1627         c libraries to lib64 and python files to lib.
1628
1629         * python/Makefile.am: install dbus.pth in the correct spot
1630
1631 2005-08-17  John (J5) Palmieri  <johnp@redhat.com>
1632         * ChangeLog: clean up my last entry a bit
1633
1634         * doc/introspect.xsl: New stylesheet for converting introspection data
1635         into browser renderable xhtml. Contributed by Lennart Poettering.
1636
1637         * doc/introspect.dtd: Fixups in the introspect format from Lennart
1638         Poettering.
1639
1640         * doc/dbus-tutorial.xml: 
1641         - Add Colin Walter to the Authors section for authoring the GLib
1642         section
1643         - Add descriptions of the new signature and type functionality
1644         in the Python complex type mapping section
1645         - Add a sidenote on the new args matching functionality in 
1646         the Python bindings
1647         - Fixed up some of the examples to use the gobject.MainLoop
1648         instead of gtk.main
1649         
1650         * python/_dbus.py:
1651         (Bus::_create_args_dict): New. Converts a hash of arg matches
1652         to a more useable format
1653         (Bus::add_signal_receiver): add a **keywords parameter for catching
1654         arg match parameters
1655         (Bus::remove_signal_receiver): add a **keywords parameter for catching
1656         arg match parameters
1657         
1658         * python/matchrules.py:
1659         (MatchTree::exec_matches): Check for arg matches
1660         (SignalMatchRule::add_args_match): New method
1661         (SignalMatchRule::execute): Added args_list parameter as an optimization
1662         so we don't have to marshal the args more than once
1663         (SignalMatchRule::match_args_from_list): New method that checks to see
1664         if the rule's arg matches match an argument list.  Only arguments
1665         set in the rule are checked.
1666         (SignalMatchRule::match_args_from_rule): New method that checks to see
1667         if the rule's arg matches match another rule's.  All args have to match
1668         in order for this method to return true.  If either rule has more args
1669         then it is not a match.
1670         (SignalMatchRule::is_match): Add args match
1671         (SignalMatchRule::repr): Add args to the final output if they exist
1672
1673 2005-08-17  Ross Burton  <ross@burtonini.com>
1674
1675         * glib/dbus-gproxy.c:
1676         (dbus_g_proxy_call_no_reply): unref the message once sent.
1677         (dbus_g_proxy_call): protect against NULL proxy.
1678
1679 2005-08-16  John (J5) Palmieri  <johnp@redhat.com>
1680
1681         * python/__init__.py: Version updated (0, 43, 0)
1682         
1683         * python/dbus_bindings.pyx: 
1684         - Fixed type objects to have self passed into __init__
1685         - Added the Variant type
1686         - Add the ability to specify types or signatures for Array, Variant 
1687         and Dictionary
1688         (Connection::send_with_reply_handlers): return a PendingCall object
1689         (_pending_call_notification): handle the case when an error is returned 
1690         without an error message in the body
1691         (MessageIter::get_boolean): return True or False instead of an integer
1692         (MessageIter::python_value_to_dbus_sig): add direct checking of types 
1693         and add checks for objects with embeded signatures or types (Array, 
1694         Variant and Dictionary)
1695         (MessageIter::append_byte): handle case when the value is a dbus.Byte
1696         (MessageIter::append_dict): handle embeded types or signatures
1697         (MessageIter::append_array): handle embeded types or signatures
1698         (MessageIter::append_variant): new method
1699         
1700         * python/proxies.py:
1701         (DeferedMethod): New. Dummy executable object used when queuing calls 
1702         blocking on introspection data
1703         (ProxyMethod::__call__): add the timeout keyword for specifying longer 
1704         or shorter timeouts for method calls
1705         (ProxyObject): Add first pass at an introspection state machine
1706         (ProxyObject::__init__): Add introspect keyword for turing off an on 
1707         introspection. 
1708         (ProxyObject::_Introspect): Internal Introspect call that bypasses 
1709         the usual mechanisms for sending messages.  This is to avoid a deadlock
1710         where the Intospect call would be queued waiting for the Introspect 
1711         call to finish ;-)
1712         (ProxyObject::_introspect_reply_handler): New.  This method is called 
1713         when introspection returns with no error
1714         (ProxyObject::_introspect_error_handler): New.  This method is called 
1715         when introspection encounters an error
1716         (ProxyObject::__getattr__): Code to handle different introspection 
1717         states.  Queue async calls or block blocking calls if we are 
1718         introspecting.  Pass through as normal if we are not or are done with 
1719         introspecting.
1720         
1721         * python/service.py: Import signal and method from decorators.py
1722
1723         * python/types.py: Add Variant type
1724
1725 2005-08-16  Colin Walters  <walters@verbum.org>
1726
1727         * glib/dbus-gobject.c (dbus_set_g_error): Don't lose if the
1728         DBusError message is NULL.
1729
1730 2005-08-09  Havoc Pennington  <hp@redhat.com>
1731
1732         * dbus/dbus-errors.c: apply patch from Timo Teras to make a
1733         malloc'd copy of the name parameter
1734
1735 2005-08-09  Havoc Pennington  <hp@redhat.com>
1736
1737         * dbus/dbus-message.c (dbus_message_set_reply_serial): print
1738         warning if the reply serial is set to 0
1739
1740 2005-08-04  Colin Walters  <walters@verbum.org>
1741
1742         * glib/dbus-gvalue-utils.h (_dbus_g_type_specialized_builtins_init)
1743         (dbus_g_type_is_fixed, dbus_g_type_fixed_get_size)
1744         (dbus_gvalue_set_from_pointer, dbus_g_hash_table_value_foreach)
1745         (dbus_g_hash_table_insert_values, dbus_g_hash_table_insert_steal_values)
1746         (dbus_gtype_is_valid_hash_key, dbus_gtype_is_valid_hash_value)
1747         (dbus_g_hash_func_from_gtype, dbus_g_hash_free_from_gtype)
1748         (dbus_g_hash_equal_from_gtype, dbus_gvalue_stor, dbus_gvalue_take):
1749         * glib/dbus-gvalue.h (dbus_g_value_types_init)
1750         (dbus_gvalue_demarshal, dbus_gvalue_demarshal_variant)
1751         (dbus_gvalue_demarshal_message, dbus_gvalue_marshal):
1752         
1753         Prefix name with _ to ensure they're not exported.  All callers
1754         updated.
1755
1756         * glib/dbus-gvalue.c (typecode_to_gtype)
1757         (dbus_typecode_maps_to_basic, basic_typecode_to_gtype)
1758         (signature_iter_to_g_type_dict)
1759         (signature_iter_to_g_type_array)
1760         (dbus_gtype_from_signature_iter, dbus_gtype_from_signature)
1761         (dbus_gtypes_from_arg_signature):
1762         Move to dbus-gsignature.c.
1763
1764         * glib/dbus-binding-tool-glib.c (dbus_binding_tool_output_glib_server): Call
1765         dbus_g_type_specialized_builtins_init instead of dbus_g_value_types_init.
1766         (dbus_binding_tool_output_glib_client): Ditto.
1767
1768         * glib/Makefile.am (DBUS_GLIB_INTERNALS): Add dbus-gsignature.c
1769         and dbus-gsignature.h
1770
1771         * test/glib/test-service-glib.c (my_object_rec_arrays): Delete
1772         unused variable.
1773
1774 2005-08-03  Colin Walters  <walters@verbum.org>
1775
1776         * glib/dbus-gobject.c: Add tests on hardcoded object info; this should
1777         catch any incompatible changes accidentally made.
1778
1779 2005-08-03  Havoc Pennington  <hp@redhat.com>
1780
1781         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
1782         typo, from Julien Puydt
1783
1784         * bus/connection.c (bus_connection_disconnected): we were always
1785         doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
1786
1787 2005-08-01  Colin Walters  <walters@verbum.org>
1788
1789         Patch from Joe Markus Clarke:   
1790         
1791         * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
1792         use-after-free.
1793
1794 2005-08-01  Colin Walters  <walters@verbum.org>
1795         
1796         Patch from Joe Markus Clarke:   
1797         
1798         * tools/dbus-send.c (main): 
1799         
1800         Don't use C99 style initializers (bug #3933).
1801         
1802 2005-08-01  Colin Walters  <walters@verbum.org>
1803
1804         Patch from Joe Markus Clarke:   
1805
1806         * glib/dbus-gvalue.c (dbus_g_value_types_init): 
1807         * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
1808         * glib/dbus-gobject.c (write_interface):
1809
1810         Don't use C99 style initializers (bug #3933).
1811
1812 2005-07-31  Havoc Pennington  <hp@redhat.com>
1813
1814         * tools/dbus-viewer.c (load_child_nodes): fix invocation of
1815         dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
1816
1817 2005-07-30  Havoc Pennington  <hp@redhat.com>
1818
1819         * fix a bunch of Doxygen warnings and mistakes
1820
1821 2005-07-30  Havoc Pennington  <hp@redhat.com>
1822
1823         * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
1824         DBUS_BUILD_TESTS since it's now used in production code
1825
1826 2005-07-29  Havoc Pennington  <hp@redhat.com>
1827
1828         * test/glib/test-profile.c (write_junk): initialize the junk
1829         buffer so valgrind doesn't have a breakdown
1830
1831 2005-07-29  Havoc Pennington  <hp@redhat.com>
1832
1833         * bus/signals.c (bus_signals_test): add match_rule_equal() tests
1834         (match_rule_matches): remove unused arg
1835         (test_matching): add tests for match_rule_matches()
1836
1837         * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
1838         do arg0='foo' arg5='bar' in the match rules
1839         (match_rule_matches): don't match if the arg0='foo' doesn't match.
1840
1841         * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
1842
1843 2005-07-29  Ross Burton  <ross@openedhand.com>
1844
1845         * dbus/dbus-connection.c:
1846         Don't create a DBusCondVar which is never used.
1847
1848 2005-07-27  Ross Burton  <ross@openedhand.com>
1849
1850         * dbus/dbus-message.c:
1851         Reduce the size of the maximum cached message to 10K.
1852
1853 2005-07-25  Ross Burton  <ross@openedhand.com>
1854
1855         * glib/dbus-gproxy.c:
1856         Remove matches when all proxies are unregistered.
1857
1858 2005-07-24  Colin Walters  <walters@verbum.org>
1859
1860         * glib/dbus-gvalue.c (signature_iter_to_g_type_array): Don't require
1861         typedata; recursive arrays won't have it.
1862
1863         * test/glib/test-dbus-glib.c:
1864         * test/glib/test-service-glib.c:
1865         * test/glib/test-service-glib.xml: Add recursive arrays tests.
1866         
1867 2005-07-20  John (J5) Palmieir  <johnp@redhat.com>
1868
1869         * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
1870         proxies.py, service.py: Cleanup of code after running it through the
1871         pyflakes code checker mostly dealing with undefined names.  
1872         (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
1873
1874 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
1875
1876         * NEWS: Update to 0.35.2
1877
1878 2005-07-17  John (J5) Palmieri  <johnp@redhat.com>
1879
1880         * python/_dbus.py: Remove import of the dbus.services
1881         module as it no longer exists (patch from Dimitur Kirov)
1882
1883         * python/service.py (Object::__init__): Fixed typo
1884         s/name/bus_name (patch from Dimitur Kirov)
1885
1886         * python/examples/example-signal-emitter.py: import dbus.glib
1887         to get the main loop and use glib mainloop instead of gtk so
1888         X doesn't have to be running.
1889
1890         * python/examples/example-signal-recipient.py: import dbus.glib
1891         to get the main loop and use glib mainloop instead of gtk so
1892         X doesn't have to be running. Import the decorators module
1893         directly.
1894
1895         * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
1896         didn't pick up on but are needed to build
1897
1898         * configure.in: upped version to 0.35.2
1899
1900         * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
1901         added Colin Walters' SELinux API rename patch from head 
1902         s/unix sercurity context/selinux security context/
1903
1904 2005-07-16  John (J5) Palmieri  <johnp@redhat.com>
1905
1906         * python/Makefile.am: dbus_binding.pxd.in should be included 
1907         in EXTRA_DIST not dbus_binding.pxd
1908         fix up $(srcdir) hopefully for the last time
1909
1910         * NEWS: Update to 0.35.1
1911
1912 2005-07-16  Colin Walters  <walters@verbum.org>
1913
1914         * bus/driver.c (bus_driver_handle_get_connection_selinux_security_context): Renamed
1915         from bus_driver_handle_get_connection_unix_security_context.  Update for
1916         error usage.
1917         (message_handlers): Update for renames.
1918
1919         * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
1920         _dbus_string_init failure correctly.
1921         (bus_selinux_append_context): Convert SID to context.  Append it
1922         as a byte array.
1923         (bus_selinux_shutdown): Handle the case where bus_selinux_full_init
1924         hasn't been called.
1925
1926         * bus/selinux.h: Update prototype.
1927
1928         * dbus/dbus-protocol.h (DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN): Renamed
1929         from DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN.
1930
1931 2005-07-15  Colin Walters  <walters@verbum.org>
1932
1933         * doc/TODO: Add note about convenience wrappers.
1934
1935 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1936
1937         * NEWS: Update to 0.35
1938
1939 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1940
1941         * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
1942         so distcheck doesn't fail
1943
1944         * glib/examples/Makefile.am: Add example-service.xml and 
1945         example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
1946
1947         * glib/examples/statemachine/Makefile.am: Add statemachine.xml and
1948         statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
1949
1950         * python/Makefile.am: Preprend $(srcdir)/ to source files so the
1951         compiler looks in the right places during distcheck
1952
1953 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1954
1955         * glib/example/Makefile.am: Fix a typo which cause make distcheck
1956         to fail
1957
1958 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1959
1960         * python/examples/example-service.py,
1961         python/examples/example-signal-emitter.py: Fixed up examples
1962         for API changes
1963
1964 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1965
1966         * python/__init__.py: Upped to version (0,42,0) because of
1967         the API change
1968
1969 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1970
1971         * ChangeLog: fix date in last entry
1972
1973         * configure.in, bus/system.conf.in: add the ability to configure 
1974         the system bus user at compiletime with the --with-dbus-user flag
1975         (patch from Kristof Vansant)
1976
1977 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
1978
1979         * bus/dispatch.c, test/test-service.c: Add testcase
1980         for sending messages to oneself (TODO item).
1981
1982         * python/service.py (class Object): Swap ordering of bus_name 
1983         and object_path parameters to better support inheritance.
1984
1985         * doc/dbus-tutorial.xml: change Python docs to reflect change
1986         in parameter ordering and fix the inheritance section.
1987
1988         * doc/TODO: remove sending message to oneself TODO item
1989
1990 2005-07-15  Ross Burton  <ross@openedhand.com>
1991
1992         * glib/dbus-gproxy.c:
1993         Fix a leak when calling methods via the proxy.
1994
1995 2005-07-15  Colin Walters  <walters@verbum.org>
1996
1997         * bus/selinux.c (bus_selinux_append_context): Wrap in
1998         HAVE_SELINUX.
1999
2000 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
2001
2002         * python/_dbus.py (Bus::remove_signal_receiver):
2003         don't add a callback to the match if none has been passed in
2004         
2005         * python/matchrules.py (SignalMatchTree::remove): if the rule
2006         being matched does not have a callback treat it as a wildcard
2007         fix matching logic
2008
2009         * doc/dbus-tutorial.xml: Add Python tutorial
2010
2011 2005-07-14  Colin Walters  <walters@verbum.org>
2012
2013         * bus/driver.c
2014         (bus_driver_handle_get_connection_unix_security_context): New function.
2015         (message_handlers): Add.
2016
2017         * bus/selinux.c (bus_selinux_append_context): New function; appends
2018         security context to message.
2019
2020         * bus/selinux.h: Prototype.
2021
2022         * dbus/dbus-protocol.h (DBUS_ERROR_UNIX_SECURITY_CONTEXT_UNKNOWN): New.
2023
2024 2005-07-14  John (J5) Palmieri  <johnp@redhat.com>
2025
2026         * bus/activation.c: clean up all tabs to be 8 spaces 
2027         (bus_activation_activate_service): make sure we clean up
2028         if activation fails
2029
2030         * bus/dispatch.c: clean up all tabs to be 8 spaces 
2031         (check_shell_fail_service_auto_start): New function
2032         tests to make sure we get fail properly when trying to auto start a service
2033         with a faulty command line
2034         (check_shell_service_success_auto_start): New function tests to make sure
2035         auto started services get the arguments on the command line
2036
2037         * test/test-shell-service.c: Added service for testing auto-starting with 
2038         command line arguments
2039
2040         * test/data/valid-service-files/debug-shell-echo-fail.service.in, 
2041         test/data/valid-service-files/debug-shell-echo-success.service.in:
2042         Added service files for testing auto-starting with command line arguments
2043
2044         * */.cvsignore: added a bunch of generated files to various .cvsignore files
2045
2046 2005-07-14  Rodrigo Moya  <rodrigo@novell.com>
2047
2048         * dbus/dbus-shell.[ch]: copy/pasted code from GLib.
2049         
2050         * dbus/Makefile.am: added new files to build.
2051
2052         * bus/activation.c (bus_activation_activate_service): support
2053         activation commands with parameters.
2054
2055         * test/shell-test.c: added test program for the shell parsing
2056         code.
2057
2058 2005-07-13  David Zeuthen  <davidz@redhat.com>
2059
2060         * tools/dbus-send.c (append_arg, type_from_name): Also support 16 and
2061         64 bit signed and unsigned parameters
2062
2063 2005-07-13  John (J5) Palmieri  <johnp@redhat.com>
2064
2065         * python/.cvsignore: remove dbus_bindings.pyx, add dbus_bindings.pxd
2066
2067         * python/service.py (class Name): renamed BusName to make it clearer
2068         what the object is for (a name on the bus)
2069
2070         * python/examples/example-service.py,
2071         python/examples/example-signal-emitter.py: change the Name object to
2072         BusName
2073
2074 2005-07-12  Colin Walters  <walters@verbum.org>
2075
2076         Patch from Jim Gettys <Jim.Gettys@hp.com>.
2077
2078         * tools/dbus-launch.c: Include sys/select.h.
2079
2080 2005-07-12  John (J5) Palmieri  <johnp@redhat.com>
2081         * python/dbus_bindings.pyx.in: removed
2082
2083         * python/dbus_bindings.pyx: Added.
2084         - Fixed some memleaks (patch from 
2085         Sean Meiners <sean.meiners@linspireinc.com>)
2086         - Broke out the #include "dbus_h_wrapper.h" and put it in its
2087         own pxd file (Pyrex definition)
2088         - Broke out glib dependancies into its own pyx module
2089         
2090         * python/dbus_bindings.pdx: Added.
2091         - Defines C class Connection for exporting to other modules
2092
2093         * python/dbus_glib_bindings.pyx: Added.
2094         - New module to handle lowlevel dbus-glib mainloop integration
2095
2096         * python/glib.py: Added.
2097         - Registers the glib mainloop when you import this module
2098
2099         * python/services.py: Removed (renamed to service.py)
2100         
2101         * python/service.py: Added.
2102         - (class Server): renamed Name
2103
2104         * python/__init__.py: Bump ro version (0,41,0)
2105         -don't import the decorators or service module
2106         by default.  These now reside in the dbus.service namespace
2107
2108         * python/_dbus.py (Bus::__init__): Add code run the main loop 
2109         setup function on creation 
2110
2111         * python/examples/example-service.py,
2112         python/examples/example-signal-emitter.py: update examples
2113
2114         * python/examples/gconf-proxy-service.py,
2115         python/examples/gconf-proxy-service2.py: TODO fix these up
2116
2117         * doc/TODO: Addition
2118         - Added a Python Bindings 1.0 section
2119         - added "Add match on args or match on details to match rules"
2120
2121
2122 2005-07-12  Colin Walters  <walters@verbum.org>
2123
2124         * glib/examples/statemachine/Makefile.am (statemachine-server-glue.h) 
2125         (statemachine-glue.h): 
2126         * glib/examples/Makefile.am (example-service-glue.h) 
2127         (example-signal-emitter-glue.h): 
2128         * glib/Makefile.am (dbus-glib-error-switch.h): 
2129         Add libtool --mode=execute so we use the built library instead
2130         of any installed one.
2131
2132 2005-07-11  Colin Walters  <walters@verbum.org>
2133
2134         * glib/dbus-gvalue.c (struct _DBusGValue): Delete.
2135         (dbus_g_value_types_init): Remove assertion.
2136         (dbus_g_value_get_g_type, dbus_g_value_open)
2137         (dbus_g_value_iterator_get_values, dbus_g_value_get_signature)
2138         (dbus_g_value_copy, dbus_g_value_free): Delete unimplemented
2139         functions related to DBusGValue.  Now we marshal/demarshal
2140         structures as GValueArray.
2141         (dbus_gtype_from_signature_iter): Return G_TYPE_VALUE_ARRAY for
2142         structures.
2143         (signature_iter_to_g_type_array): Don't call
2144         signature_iter_to_g_type_struct.
2145         (signature_iter_to_g_type_struct): Delete.
2146         (dbus_gvalue_to_signature): Delete.
2147         (dbus_gvalue_to_signature): New function with same name as other
2148         one; we can convert structures to signatures.
2149         (demarshal_valuearray): New function.
2150         (get_type_demarshaller): Use it.
2151         (demarshal_recurse): Delete.
2152         (marshal_proxy): New function.
2153         (marshal_map): Warn if we can't determine signature from type.
2154         (marshal_collection_ptrarray): Ditto.
2155         (marshal_collection_array): Ditto.
2156         (get_type_marshaller): Use marshal_valuearray.
2157         (marshal_recurse): Delete.
2158         (_dbus_gvalue_test): Add some tests.
2159
2160         * dbus/dbus-glib.h (struct _DBusGValueIterator): 
2161         (dbus_g_value_get_g_type, DBUS_TYPE_G_VALUE)
2162         (dbus_g_value_open, dbus_g_value_iterator_get_value)
2163         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
2164         (dbus_g_value_free): Remove prototypes.
2165
2166         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_lookup_function): Handle
2167         G_TYPE_VALUE_ARRAY.
2168
2169         * glib/examples/example-service.c:
2170         * glib/examples/example-client.c: Implement GetTuple.
2171
2172         * test/glib/test-dbus-glib.c:
2173         * test/glib/test-service-glib.c:
2174         * test/glib/test-service-glib.xml: Add structure tests.
2175
2176 2005-07-10  Colin Walters  <walters@verbum.org>
2177
2178         * doc/TODO: Knock off some GLib items with this patch.
2179
2180         * glib/dbus-gvalue-utils.c (_dbus_gtype_can_signal_error) 
2181         (_dbus_gvalue_signals_error): New functions.
2182
2183         * glib/dbus-gvalue-utils.h: Prototype them.
2184
2185         * glib/dbus-gobject.c (arg_iterate): Update to handle return vals
2186         and change to not output const/retval flags for input args.  All
2187         callers updated.
2188         (invoke_object_method): Refactor to handle return values.  Add
2189         some more comments in various places.  Remove debug g_print.
2190
2191         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_RETURNVAL): New.
2192
2193         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_marshal_name):
2194         Handle G_TYPE_NONE.
2195         (compute_gsignature): New function; refactored from code from
2196         compute_marshaller and compute_marshaller_name.  Enhance to
2197         handle return values and async ops more cleanly.  Update for
2198         async ops returning NONE instead of BOOLEAN.
2199         (compute_marshaller, compute_marshaller_name): Call compute_gsignature
2200         and output appropriate string.
2201         (generate_glue): Handle return value annotation.  Also don't dump
2202         constness flag for input arguments.
2203
2204         * glib/Makefile.am (DBUS_GLIB_INTERNALS): New variable; contains
2205         files shared between installed library and utilities.
2206         (libdbus_glib_1_la_SOURCES): Move some stuf into DBUS_GLIB_INTERNALS.
2207         (libdbus_gtool_la_SOURCES): Suck in DBUS_GLIB_INTERNALS so the
2208         binding tool can access gtype utility functions.
2209
2210         * test/glib/test-service-glib.c: 
2211         * test/glib/test-service-glib.xml: 
2212         * test/glib/test-dbus-glib.c: Add some tests for return values.
2213
2214 2005-07-09  Colin Walters  <walters@verbum.org>
2215
2216         * glib/dbus-gparser.c (parse_annotation): Add annotations to
2217         argument if available, not method.
2218
2219         * glib/dbus-gobject.c (arg_iterate): More verbose warnings.
2220         (invoke_object_method): First, remove some redundant
2221         GValues (object_value, error_value) in favor of working on
2222         array directly.  Second, rework constness to be less buggy.
2223         Now we iterate directly over the argument metadata instead
2224         of parallel iterating over output signature and metadata.
2225
2226         * glib/dbus-glib-tool.h: Add INVALID_ANNOTATION error.
2227
2228         * glib/dbus-binding-tool-glib.c (generate_glue): Barf on const
2229         annotation on input args.
2230         
2231 2005-07-09  Colin Walters  <walters@verbum.org>
2232
2233         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
2234         Define.
2235
2236         * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
2237         annotation.
2238
2239         * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
2240         (method_dir_signature_from_object_info): Handle arg_iterate change.
2241         (write_interface): Ditto.
2242         (lookup_object_info): Don't barf if format_version is > 0.
2243         (invoke_object_method): Handle arg constness.
2244
2245         * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
2246         (arg_info_new): Create.
2247         (arg_info_unref): Destroy.
2248         (arg_info_get_annotations, arg_info_get_annotation) 
2249         (arg_info_add_annotation): New functions.
2250
2251         * glib/dbus-gidl.h: Prototype them.
2252
2253         * glib/dbus-gparser.c (parse_annotation): Allow annotations in
2254         args, disallow them in properties.
2255         (parse_annotation): Handle arg annotations.
2256
2257         * test/glib/test-service-glib.xml: 
2258         * test/glib/test-service-glib.c: Update to make some methods
2259         const.
2260
2261 2005-07-08  Colin Walters  <walters@verbum.org>
2262
2263         * test/glib/test-service-glib.xml: 
2264         * test/glib/test-service-glib.c:
2265         * test/glib/test-dbus-glib.c: Test a{sv}.
2266
2267         * glib/examples/statemachine/statemachine.c:
2268         * glib/examples/statemachine/statemachine-server.c:
2269         * glib/examples/statemachine/statemachine-client.c: Fix some bugs,
2270         add progress bar, etc.
2271
2272         * glib/dbus-gvalue.c (register_array, register_dict): Delete; not
2273         needed anymore due to generic array/map marshalling.
2274         (dbus_g_value_types_init): Don't register basic arrays or the
2275         string/string hash.
2276         (dbus_gtype_from_signature_iter): Don't try to recurse into
2277         variants.
2278         (dbus_gtype_to_signature): Check collection/map before type
2279         metadata.
2280         (demarshal_garray_basic): Renamed to demarshal_collection_array.
2281         (demarshal_ghashtable): Renamed to demarshal_map; fix to use new
2282         generic map creation/append functions instead of hash table
2283         specifically.
2284         (get_type_demarshaller): Handle maps.
2285         (demarshal_collection): Dispatch on collection type to either
2286         demarshal_collection_ptrarray or demarshal_collection_array.
2287         (get_type_marshaller): Handle maps.
2288         (marshal_collection): Dispatch collection type to either
2289         marshal_collection_ptrarray or marshal_collection_array.
2290         (_dbus_gvalue_test): New test.
2291
2292         * glib/dbus-gvalue-utils.c (unset_and_free_g_value): New function.
2293         (hash_free_from_gtype): Use it to free GValues.
2294         (hashtable_append): New function.
2295         (ptrarray_append): Fix prototype.
2296         (slist_append): Ditto.
2297         (_dbus_gvalue_utils_test): Extend tests.
2298
2299         * glib/dbus-gtype-specialized.c
2300         (dbus_g_type_specialized_init_append): Renamed from
2301         dbus_g_type_specialized_collection_init_append.  Remove const from
2302         value, since we steal it.
2303         (dbus_g_type_specialized_map_append): New function.
2304
2305         * glib/dbus-gtype-specialized.h: Update prototypes.
2306         Add DBusGTypeSpecializedMapAppendFunc.
2307
2308         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
2309         _dbus_gvalue_test.
2310         
2311         * glib/dbus-gtest.h: Prototype it.
2312
2313 2005-07-08  Ross Burton  <ross@openedhand.com>
2314
2315         * dbus/dbus-glib.h:
2316         Add DBysGAsyncData for the async bindings.
2317
2318         * glib/dbus-binding-tool-glib.c:
2319         Re-enable the async bindings.
2320
2321         * test/glib/test-dbus-glib.c:
2322         Add a test for the generated async bindings.
2323
2324 2005-07-08  Colin Walters  <walters@verbum.org>
2325
2326         * doc/TODO: Update GLib todo bits, also add a post-1.0 TODO for a
2327         connection concept.
2328         
2329 2005-07-08  Colin Walters  <walters@verbum.org>
2330         
2331         * tools/Makefile.am: Kill of print-introspect in favor of using
2332         dbus-send --print-reply=literal.
2333
2334         * test/glib/test-service-glib.xml: 
2335         * test/glib/test-service-glib.c (my_object_get_objs): New test
2336         for "ao".
2337
2338         * test/glib/test-dbus-glib.c (echo_received_cb): Free echo data.
2339         (main): Test GetObjs.
2340
2341         * glib/examples/statemachine/Makefile.am:
2342         * glib/examples/statemachine/sm-marshal.list:
2343         * glib/examples/statemachine/statemachine-client.c:
2344         * glib/examples/statemachine/statemachine-server.c:
2345         * glib/examples/statemachine/statemachine-server.xml:
2346         * glib/examples/statemachine/statemachine.c:
2347         * glib/examples/statemachine/statemachine.h:
2348         * glib/examples/statemachine/statemachine.xml:
2349
2350         New example.
2351
2352         * glib/examples/example-service.c (main): Move invocation
2353         of dbus_g_object_type_install_info earlier, to emphasize it
2354         should only be done once.
2355
2356         * glib/examples/example-signal-emitter.c (main): Ditto.
2357
2358         * glib/examples/Makefile.am (SUBDIRS): Include statemachine.
2359
2360         * glib/dbus-gvalue.h (dbus_gtype_to_signature)
2361         (dbus_gvalue_marshal): Update prototypes.
2362
2363         * glib/dbus-gvalue.c: Update all marshalling functions to take
2364         const GValue instead of GValue.
2365         (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed
2366         types.
2367         (dbus_gvalue_to_signature): Update for dbus_gtype_to_signature
2368         change.
2369         (dbus_gtype_to_signature): Handle generic collecitons and maps.
2370         Return a newly-allocated string.
2371         (demarshal_proxy, demarshal_object_path, demarshal_object)
2372         (demarshal_strv, demarshal_ghashtable): Set error, don't assert if
2373         we get the wrong types from message.
2374         (get_type_demarshaller): New function, extracted from
2375         dbus_gvalue_demarshal.
2376         (demarshal_collection): New function, demarshals generic
2377         collection.
2378         (dbus_gvalue_demarshal): Just invoke result of
2379         get_type_demarshaller.  Throw error if we don't have one.
2380         (marshal_garray_basic): Abort on OOM.
2381         (get_type_marshaller): New function, extracted from
2382         dbus_gvalue_marshal.
2383         (collection_marshal_iterator, marshal_collection): New functions;
2384         implements generic marshalling for an iteratable specialized
2385         collection.
2386         (dbus_gvalue_marshal): Just invoke result of get_type_marshaller.
2387
2388         * glib/dbus-gvalue-utils.c (gvalue_from_ptrarray_value): Handle
2389         G_TYPE_STRING.
2390         (ptrarray_value_from_gvalue): Ditto.
2391         (ptrarray_append, ptrarray_free): New functions.
2392         (slist_constructor, slist_iterator, slist_copy_elt, slist_copy) 
2393         (slist_append, slist_end_append, slist_free): New functions.
2394         (dbus_g_type_specialized_builtins_init): Add append fuctions
2395         for GPtrArray and GSList.  Register GSList.
2396         (test_specialized_hash, _dbus_gvalue_utils_test): New functions.
2397
2398         * glib/dbus-gtype-specialized.h (DBusGTypeSpecializedAppendContext):
2399         New.
2400         (dbus_g_type_specialized_collection_init_append)
2401         (dbus_g_type_specialized_collection_append)
2402         (dbus_g_type_specialized_collection_end_append): Prototype.
2403         (DBusGTypeSpecializedCollectionVtable): Add append_func and
2404         end_append_func.
2405
2406         * glib/dbus-gtype-specialized.c (dbus_g_type_specialized_collection_init_append) 
2407         (dbus_g_type_specialized_collection_append) 
2408         (dbus_g_type_specialized_collection_end_append): New functions.
2409         (dbus_g_type_map_value_iterate): Take const GValue.
2410         (dbus_g_type_collection_value_iterate): Ditto.
2411
2412         * glib/dbus-gtest.c (dbus_glib_internal_do_not_use_run_tests): Run
2413         _dbus_gvalue_utils_test.
2414         
2415         * glib/dbus-gtest.h: Prototype it.
2416
2417         * glib/dbus-gproxy.c (dbus_g_proxy_manager_filter): Avoid
2418         using uninitialized owner_list.
2419         (dbus_g_proxy_begin_call_internal): Move return_if_fail to
2420         public API.
2421         (dbus_g_proxy_end_call_internal): Update to use error set
2422         from dbus_gvalue_demarshal instead of setting it here.
2423         (dbus_g_proxy_begin_call): Move return_if_fail here.
2424
2425         * glib/dbus-gobject.c (write_interface): Update for
2426         dbus_gtype_to_signature returning new string.
2427
2428         * configure.in: Add glib/examples/statemachine.
2429
2430 2005-07-08  Joe Shaw  <joeshaw@novell.com>
2431
2432         * configure.in: Add a configure option, --with-console-auth-dir
2433         
2434         * dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
2435         new setting.  Patch from Kay Sievers.
2436
2437 2005-07-06  Colin Walters  <walters@verbum.org>
2438
2439         * dbus/dbus-glib.h (DBusGPendingCall, DBusGPendingCallNotify)
2440         (DBUS_TYPE_G_PENDING_CALL, dbus_g_pending_call_get_g_type)
2441         (dbus_g_pending_call_ref, dbus_g_pending_call_unref): Delete.
2442         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel):
2443         Delete in favor of dbus_g_proxy_begin_call and
2444         dbus_g_proxy_cancel_call.
2445         (DBusGProxyCall, DBusGProxyCallNotify): New.
2446         (dbus_g_proxy_begin_call): Change prototype to take callback, user
2447         data, and destroy function.  This replaces
2448         dbus_g_pending_call_set_notify.
2449         (dbus_g_proxy_cancel_call): Prototype.
2450         (DBusGAsyncData): Delete, shouldn't be needed anymore.
2451
2452         * glib/dbus-gproxy.c (struct _DBusGProxy): Add call_id_counter and
2453         pending_calls map.
2454         (struct _DBusGProxyManager): Add bus_proxy member, which is an
2455         internal proxy for calls to the bus. Remove
2456         pending_nameowner_calls, now the internal proxy keeps track.
2457         (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
2458         pending_nameowner_calls.
2459         (got_name_owner_cb): Update prototype, and use
2460         dbus_g_proxy_end_call.
2461         (got_name_owner_cb): Remove reference to pending_nameowner_calls.
2462         (dbus_g_proxy_manager_register): Delete directly libdbus code in
2463         favor of using internal proxy.
2464         (dbus_g_proxy_manager_unregister): Update to use
2465         dbus_g_proxy_cancel_call for any pending GetNameOwner call.
2466         (dbus_g_proxy_init): Initialize pending calls map.
2467         (dbus_g_proxy_constructor): New.
2468         (dbus_g_proxy_class_init): Add get/set property functions,
2469         constructor, and add NAME, PATH, and INTERFACE properties.
2470         (cancel_pending_call): New function.
2471         (dbus_g_proxy_dispose): Iterate over any outstanding calls and
2472         cancel them.
2473         (dbus_g_proxy_set_property, dbus_g_proxy_get_property): New.
2474         (GPendingNotifyClosure): New structure.
2475         (d_pending_call_notify, d_pending_call_free): Moved here from
2476         dbus-glib.c.
2477         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Moved around to satisfy function
2478         ordering.
2479         (manager_begin_bus_call): New internal function for talking to
2480         internal bus proxy.
2481         (dbus_g_proxy_new): Construct object using GObjet properties.
2482         (dbus_g_proxy_begin_call_internal): Update to take user data, etc.
2483         Create closure of same, and insert call into map of pending calls.
2484         (dbus_g_proxy_end_call_internal): Take call id instead of pending
2485         call.  Look up pending call in current set.  Remove it when we've
2486         completed.
2487         (dbus_g_pending_call_end, dbus_g_proxy_end_call_internal): Delete.
2488         (dbus_g_proxy_begin_call): Change API to take callback, user data,
2489         and destroy function directly.
2490         (dbus_g_proxy_end_call): Update to take DBusGProxyCall.
2491         (dbus_g_proxy_call): Invoke with NULL callback.
2492         (dbus_g_proxy_cancel_call): New function, replaces
2493         dbus_g_pending_call_cancel.
2494
2495         * glib/dbus-gparser.c (validate_signature): Fix call to
2496         dbus_set_g_error.
2497
2498         * glib/dbus-gobject.c (dbus_g_object_type_dbus_metadata_quark):
2499         New quark for attaching metadata to GType.
2500         (info_hash): Delete.
2501         (lookup_object_info): Look up using quark.
2502         (dbus_g_object_type_install_info): Check that a type is classed,
2503         not that it's an object.  Also just install type data using quark
2504         instead of using global hash.
2505
2506         * glib/dbus-glib.c (dbus_g_pending_call_ref) 
2507         (dbus_g_pending_call_unref, dbus_pending_call_get_g_type)
2508         (GPendingNotifyClosure): Delete.
2509         (d_pending_call_notify, d_pending_call_free): Move to dbus-gproxy.c.
2510         (dbus_g_pending_call_set_notify, dbus_g_pending_call_cancel): Delete.
2511
2512         * glib/dbus-binding-tool-glib.c (generate_client_glue): Disable async
2513         client method generation until we can fix it...
2514         
2515         * tools/dbus-viewer.c (load_child_nodes): Use dbus_g_proxy_call.
2516         (load_from_service_thread_func): Ditto.
2517
2518         * tools/dbus-names-model.c (struct NamesModel): Hold
2519         DBusGProxyCall.
2520         (have_names_notify): Update prototype, use
2521         dbus_g_proxy_cancel_call.
2522         (names_model_reload): Update for new dbus_g_proxy_begin_call API.
2523
2524         * tools/dbus-monitor.c (filter_func): Update for print_message
2525         API change.
2526
2527         * test/glib/test-dbus-glib.c: Add more tests for async
2528         invocations.  Update many begin_call/end_call pairs to just use
2529         dbus_g_proxy_call.
2530
2531         * tools/dbus-send.c (main): Add --print-reply=literal mode.  This
2532         allows us to dump print-introspect.c.
2533
2534         * tools/dbus-print-message.h (print_message): Add literal argument
2535         to print_message which is intended to allow printing arguments without
2536         metadata like "string=".
2537
2538         * tools/dbus-print-message.c (print_iter): Add literal argument.
2539         (print_message): Allow printing string messages literally.
2540
2541 2005-07-05  Colin Walters  <walters@verbum.org>
2542
2543         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
2544         Remove value refcount leak, original patch from Jorn Baayen
2545         <jorn@openedhand.com>.  Also remove useless extra value in favor
2546         of prepending to value array directly.
2547
2548 2005-07-02  Colin Walters  <walters@verbum.org>
2549
2550         * glib/dbus-gmain.c (_dbus_gmain_test): Fix test.
2551
2552 2005-07-01  Colin Walters  <walters@verbum.org>
2553
2554         Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
2555         
2556         * glib/dbus-gvalue.c (basic_typecode_to_gtype): Fix return type.
2557         (dbus_g_value_types_init): Marshal G_TYPE_CHAR as DBUS_TYPE_BYTE,
2558         G_TYPE_LONG as DBUS_TYPE_INT32, G_TYPE_ULONG as DBUS_TYPE_UINT32,
2559         and G_TYPE_FLOAT as DBUS_TYPE_DOUBLE.
2560
2561 2005-06-30  Colin Walters  <walters@verbum.org>
2562
2563         * test/glib/test-dbus-glib.c:
2564         * test/glib/test-service-glib.c:
2565         * test/glib/test-service-glib.xml: Update tests for new error
2566         setting bits, also add async tests (patch from Ross Burton).
2567
2568         * test/glib/Makefile.am (test_service_glib_LDADD): Add
2569         DBUS_GLIB_THREADS_LIBS.
2570
2571         * glib/dbus-gproxy.c (get_name_owner)
2572         (dbus_g_pending_call_end_valist): Ditto.
2573
2574         * glib/dbus-gobject.c (error_metadata): New mapping from GError
2575         domain (GQuark) to DBusGErrorInfo.  
2576         (gerror_domaincode_to_dbus_error_name): Attempt to look up error
2577         quark in error_metadata.  Take message interface as default
2578         error message interface.
2579         (gerror_to_dbus_error_message): Pass message interface.
2580         (dbus_set_g_error): Resurrected.
2581         (dbus_g_error_info_free): New function.
2582         (dbus_g_object_type_install_info): Use g_type_class_ref instead
2583         of _peek to actually create the object class if it hasn't been
2584         created yet.
2585         (dbus_g_error_domain_register): New function.
2586
2587         * glib/dbus-gmain.c (dbus_g_bus_get): Switch to dbus_set_g_error.
2588
2589         * glib/dbus-gparser.c (validate_signature): Ditto.
2590
2591         * dbus/dbus-glib.h (dbus_g_error_set): Delete.
2592         (dbus_g_error_domain_register): Prototype.
2593
2594         * glib/dbus-glib.c (dbus_g_error_set): Delete.
2595         Update tests.
2596
2597 2005-06-29  Colin Walters  <walters@verbum.org>
2598
2599         * dbus/dbus-glib.h: Delete DBUS_TYPE_G_PROXY_ARRAY.  Add
2600         DBUS_TYPE_G_OBJECT_PATH.
2601
2602         * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers
2603         for G_TYPE_OBJECT and DBUS_TYPE_G_PROXY_ARRAY (the latter should
2604         be handled more generically).  Add DBUS_TYPE_G_OBJECT_PATH.
2605         (dbus_g_object_path_get_g_type): New function.
2606         (dbus_gtype_from_signature_iter): Map DBUS_TYPE_OBJECT_PATH
2607         to DBUS_TYPE_G_OBJECT_PATH by default.
2608         (demarshal_proxy): Remove unused name variable.
2609         (demarshal_object_path, marshal_object_path): New functions.
2610         (demarshal_proxy_array, marshal_proxy_array): Delete.
2611         
2612         * glib/dbus-binding-tool-glib.c (dbus_g_type_get_c_name): Map
2613         DBUS_TYPE_G_OBJECT_PATH to char *.
2614         (dbus_g_type_get_lookup_function): Map builtin
2615         DBUS_TYPE_G_OBJECT_PATH.
2616
2617         * test/glib/test-dbus-glib.c
2618         * test/glib/test-service-glib.c (my_object_objpath): 
2619         Adapt tests to new object path marshalling.
2620
2621 2005-06-29  John (J5) Palmieri  <johnp@redhat.com>
2622
2623         * configure.in: force check for Python >= 2.4
2624
2625 2005-06-29  Colin Walters  <walters@verbum.org>
2626         
2627         Patch from Ross Burton <ross@openedhand.com>
2628         
2629         * glib/dbus-gobject.c (invoke_object_method): Unset object
2630         value in all cases, not only in async case.
2631
2632 2005-06-29  Colin Walters  <walters@verbum.org>
2633
2634         * glib/dbus-gproxy.c (struct _DBusGProxy): Add new member
2635         name_call for keeping track of any outgoing GetNameOwner call.
2636         Also add for_owner and associated.
2637         (struct _DBusGProxyManager): Add owner_names, which is hash table
2638         that maps a base name to a list of names it owns (that we're
2639         interested in).  Add pending_nameowner_calls which is a list of
2640         all outstanding GetNameOwner; avoids us having to iterate over
2641         every proxy.  Add unassociated_proxies which keeps track of name
2642         proxies with no associated name owner.
2643         (dbus_g_proxy_manager_unref): Destroy owner_names.
2644         (struct DBusGProxyNameOwnerInfo): New struct for keeping track of
2645         name refcounts.
2646         (find_name_in_info, name_owner_foreach)
2647         (dbus_g_proxy_manager_lookup_name_owner, insert_nameinfo)
2648         (dbus_g_proxy_manager_monitor_name_owner)
2649         (dbus_g_proxy_manager_unmonitor_name_owner)
2650         (unassociate_proxies, dbus_g_proxy_manager_replace_name_owner):
2651         New functions; they manipulate the owner_names mapping.
2652         (got_name_owner_cb): New function.
2653         (get_name_owner): New function, extracted from
2654         dbus_g_proxy_new_for_name_owner.
2655         (dbus_g_proxy_manager_register): For now we need to keep track of
2656         all NameOwnerChanged.  Also if the proxy is for a name, if we
2657         don't already know the name owner, queue a new GetNameOwner
2658         request and add it to our list of unassociated proxies.  Otherwise
2659         inc the refcount.
2660         (dbus_g_proxy_manager_unregister): If this proxy is for a name,
2661         cancel any pending GetNameOwner call, etc.
2662         (dbus_g_proxy_manager_filter): Handle NameOwnerChanged.  Also use
2663         the owner_names mapping to look up the current names for the
2664         signal source, and dispatch to any proxies for that name.
2665         (dbus_g_proxy_new): Initialize new members.
2666         (dbus_g_proxy_new_for_name): Delete unused proxy variable.
2667         (dbus_g_proxy_new_for_name_owner): Use get_name_owner.
2668         (dbus_g_pending_call_end_valist): New function, extracted from
2669         dbus_g_proxy_end_call_internal.  Useful when we don't have a proxy
2670         but want to use the GLib infrastructure.  Also note how many
2671         arguments in reply were over.
2672         (dbus_g_pending_call_end): New function, just call
2673         dbus_g_pending_call_end_valist.
2674         (dbus_g_proxy_end_call_internal): Just call
2675         dbus_g_pending_call_end_valist.
2676
2677         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Fix lookup
2678         of builtin marshaller for STRING_STRING_STRING.
2679
2680         * test/glib/test-dbus-glib.c: 
2681         * test/glib/test-service-glib.c:
2682         * test/glib/test-service-glib.xml:
2683         Extend tests to cover name proxies, destruction of owner proxies,
2684         etc.
2685         
2686         * glib/examples/example-signal-recipient.c
2687         (dbus_g_proxy_new_for_name_owner): Create a name proxy.
2688         
2689         * tools/dbus-send.c (main): Print D-BUS error name in addition
2690         to message.
2691
2692 2005-06-28  John (J5) Palmieri  <johnp@redhat.com>
2693
2694         * python/dbus_bindings.pyx.in (cunregister_function_handler,
2695         cmessage_function_handler): Patch from 
2696         Anthony Baxter <anthony@interlink.com.au> fixes threading problems
2697         by using the Py_GILState_Ensure/Release to synchronize with the
2698         python runtime.
2699         
2700 2005-06-28  Ray Strode  <rstrode@redhat.com>
2701
2702         *  dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
2703         babysitter helper process on last unref, bug #2813.
2704
2705 2005-06-27  Colin Walters  <walters@verbum.org>
2706
2707         * test/glib/test-dbus-glib.c: 
2708         * test/glib/test-service-glib.c:
2709         * test/glib/test-service-glib.xml:
2710         Test hash table signal emitting.
2711
2712         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert
2713         types to their fundamental basis types, since this is what
2714         marshallers operate on.  Also add an entry for VOID__BOXED.
2715         (dbus_g_object_register_marshaller_array): Convert to fundamental.
2716
2717 2005-06-26  Havoc Pennington  <hp@redhat.com>
2718
2719         * doc/dbus-tutorial.xml: fix names of interface/service/path, fix
2720         from Don Park
2721
2722 2005-06-26  Colin Walters  <walters@verbum.org>
2723
2724         * glib/dbus-glib.c (dbus_set_g_error): Delete.
2725         (dbus_g_error_set): New public function from its ashes; used by
2726         both service-side method implementation and GLib bindings
2727         internals.
2728         (dbus_g_error_has_name, dbus_g_error_get_name): New function.
2729         (_dbus_glib_test): Add some tests.
2730
2731         * test/glib/test-dbus-glib.c (main): Test dbus_g_error_has_name.
2732
2733         * test/glib/test-service-glib.c (my_object_throw_error): Use
2734         dbus_g_error_set.
2735
2736         * glib/dbus-gobject.c (gerror_to_dbus_error_message): Handle
2737         errors thrown by dbus_g_error_set.
2738
2739         * glib/dbus-gmain.c (dbus_g_bus_get): Change to dbus_g_error_set.
2740
2741         * glib/dbus-gparser.c (validate_signature): Ditto.
2742
2743         * glib/dbus-gproxy.c (dbus_g_proxy_new_for_name_owner) 
2744         (dbus_g_proxy_end_call_internal): Ditto.
2745
2746         * glib/Makefile.am: Generate dbus-glib-error-switch.h, which
2747         converts DBUS_ERROR_x to DBUS_GERROR_x.
2748         (libdbus_glib_1_la_SOURCES, BUILT_SOURCES, CLEANFILES): Add it.
2749
2750         * doc/TODO: Remove error TODO.
2751
2752         * doc/dbus-tutorial.xml: Update with documentation about error
2753         handling.
2754
2755         * dbus/make-dbus-glib-error-enum.sh: Tighten up regexp to make
2756         sure we only change DBUS_ERROR to DBUS_GERROR, not all ERROR to
2757         GERROR.  Also add DBUS_GERROR_REMOTE_EXCEPTION.
2758
2759 2005-06-22  Colin Walters  <walters@verbum.org>
2760         
2761         Patch from Ross Burton <ross@openedhand.com>
2762
2763         * glib/dbus-gobject.c (dbus_g_method_return): Free out_sig.
2764
2765 2005-06-20  Colin Walters  <walters@verbum.org>
2766
2767         * configure.in: Add glib/examples.
2768
2769         * glib/Makefile.am: Add examples/
2770
2771         * glib/examples/.cvsignore
2772         * glib/examples/Makefile.am
2773         * glib/examples/example-client.c
2774         * glib/examples/example-service.c
2775         * glib/examples/example-service.xml
2776         * glib/examples/example-signal-emitter.c
2777         * glib/examples/example-signal-emitter.xml
2778         * glib/examples/example-signal-recipient.c:
2779         New files; GLib binding examples, ported from
2780         python/examples.
2781
2782 2005-06-20  Colin Walters  <walters@verbum.org>
2783
2784         * dbus/dbus-glib.h: 
2785         * glib/dbus-gproxy.c: Rename dbus_g_proxy_invoke to
2786         dbus_g_proxy_call.
2787
2788         * glib/dbus-binding-tool-glib.c: 
2789         * doc/dbus-tutorial.xml: 
2790         * test/glib/test-dbus-glib.c: Update for rename.
2791         
2792 2005-06-20  Colin Walters  <walters@verbum.org>
2793
2794         Patch suggested by Ross Burton <ross@openedhand.com>
2795
2796         * glib/dbus-gobject.c (export_signals): Free signal name.
2797         (g_value_init): Use G_VALUE_NOCOPY_CONTENTS to plug
2798         memory leak.  Add a bit of documentation.
2799         (dbus_g_method_return_error): Free context, and note we do
2800         so.
2801
2802 2005-06-18  Murray Cumming  <murrayc@murrayc.com>
2803
2804         * dbus/dbus-glib.h:
2805         * glib/dbus-gobject.c:
2806         * glib/dbus-gproxy.c:
2807         * glib/dbus-gvalue.c: Predeclare structs as 
2808         typedef struct _Something Something instead of 
2809         typedef struct Something Something, so we can 
2810         redeclare the prototypes. Other GNOME libraries 
2811         do this already.
2812
2813 2005-06-17  Colin Walters  <walters@verbum.org>
2814
2815         * tools/dbus-names-model.c (have_names_notify): Fix call
2816         to dbus_g_proxy_end_call.
2817         
2818 2005-06-17  Colin Walters  <walters@verbum.org>
2819
2820         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): Don't
2821         spew warnings if we get malformed remote signals.
2822
2823         * glib/dbus-gobject.c (propsig_iterate): New function.
2824         (lookup_object_info): New function, extracted from
2825         lookup_object_and_method.
2826         (introspect_properties, introspect_signals): Delete; these
2827         are merged into write_interface.
2828         (write_interface): Write out signals and properties here;
2829         dump the org.gtk.object stuff and use the interface given
2830         in the introspection data blob.  Also fix up property XML.
2831         (lookup_values): New function.
2832         (introspect_interfaces): Gather a mapping from interface to a
2833         list of its methods, signals, and properties, then write out
2834         each interface.
2835         (lookup_object_and_method): Use lookup_object_info.
2836         (struct DBusGSignalClosure): Add interface.
2837         (dbus_g_signal_closure_new): Add interface. Don't dup signame;
2838         we can just use the constant data.
2839         (dbus_g_signal_closure_finalize): Don't free signal name.
2840         (signal_emitter_marshaller): Use interface from signal closure.
2841         (export_signals): Only export signals mentioned in introspection
2842         blob.
2843         (dbus_g_connection_register_g_object): Warn if we have no
2844         introspection data for an object.
2845         (funcsig_equal): Remove unused variable.
2846         (dbus_g_object_register_marshaller): Take varargs instead of
2847         list.
2848         (dbus_g_object_register_marshaller_array): New function,
2849         extracted from old dbus_g_object_register_marshaller.
2850
2851         * glib/dbus-binding-tool-glib.c (struct DBusBindingToolCData): Add
2852         signals and property data.
2853         (write_quoted_string): New function, extracted from generate_glue.
2854         (generate_glue): Write signals and properties to introspection
2855         blob.
2856
2857         * dbus/dbus-glib.h (struct DBusGObjectInfo): Include
2858         exported_signals and exported_properties.
2859         (dbus_g_object_register_marshaller): Update prototype.
2860         (dbus_g_object_register_marshaller_array): Prototype.
2861         
2862         * test/glib/test-dbus-glib.c: Extend testing to cover new signals.
2863
2864         * test/glib/test-service-glib.c: Add new test signals and method
2865         to emit them.
2866
2867         * test/glib/test-service-glib.xml: Add some test signals.
2868
2869         * test/glib/Makefile.am (BUILT_SOURCES): Add my-object-marshal.c
2870         and my-object-marshal.h
2871         (test_service_glib_SOURCES, test_dbus_glib_SOURCES): Add
2872         my-object-marshal.c.
2873         (my-object-marshal.c, my-object-marshal.h): Implement.
2874
2875         * test/glib/.cvsignore: Update.
2876
2877         * doc/TODO: Remove two GLib TODO items fixed by this
2878         patch.
2879
2880 2005-06-16  Colin Walters  <walters@verbum.org>
2881
2882         * doc/TODO: Update for GLib bindings.
2883         
2884 2005-06-16  Colin Walters  <walters@verbum.org>
2885
2886         * glib/dbus-binding-tool-glib.c:
2887         * glib/dbus-gobject.c:
2888         * glib/dbus-gproxy.c:  Add Nokia copyright; Patch
2889         from Ross Burton, for his GLib bindings work.
2890
2891 2005-06-16  Colin Walters  <walters@verbum.org>
2892
2893         * glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
2894         to iterate instead of walking to G_TYPE_INVALID.
2895
2896         Patch based on a patch from Ryan Gammon.
2897
2898 2005-06-16  Colin Walters  <walters@verbum.org>
2899
2900         * bus/bus.c (bus_context_new): Set parser to NULL
2901         after we unref it (Patch from Chris Boscolo, #2174).
2902         
2903 2005-06-16  Colin Walters  <walters@verbum.org>
2904
2905         * python/dbus_bindings.pyx.in: Import size_t,
2906         __int64_t, __uint64_t, and __signed.
2907
2908         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (write_credentials_byte):
2909         Define cmsg struct, output it.
2910         (_dbus_read_credentials_unix_socket):
2911         Use cmsg struct.
2912         
2913         Patch from Joe Markus Clarke for FreeBSD support.
2914         
2915 2005-06-16  Colin Walters  <walters@verbum.org>
2916
2917         * tools/dbus-send.c (append_array): Use strtok.
2918         (append_dict): New function.
2919         (type_from_name): New function, extracted from main.
2920         (main): Handle sending dicts.
2921
2922         * tools/dbus-print-message.c (print_iter): Print dict
2923         entries.
2924         
2925 2005-06-16  Colin Walters  <walters@verbum.org>
2926
2927         * glib/dbus-gvalue.c (marshal_basic): Marshal NULL string
2928         values as the empty string (#2948).
2929         
2930 2005-06-16  Colin Walters  <walters@verbum.org>
2931
2932         * dbus/Makefile.am:
2933         * mono/doc/Makefile.am:
2934         * test/glib/Makefile.am:
2935
2936         Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
2937
2938 2005-06-16  Colin Walters  <walters@verbum.org>
2939
2940         * dbus/dbus-marshal-header.c (_dbus_header_load): Set
2941         header byte order from expected byte order (Patch from Chris Wilson, #3475).
2942
2943         * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): 
2944         Increment pointer after swapping fixed array.  Add assertion
2945         for array length.
2946                 
2947 2005-06-15  Colin Walters  <walters@verbum.org>
2948
2949         * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket):
2950         Fix call to dbus_set_error.  (Patch from Michael Banck, #3461)
2951         
2952 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2953
2954         * NEWS: Update to 0.34
2955
2956 2005-06-15  David Zeuthen  <davidz@redhat.com>
2957
2958         * configure.in (LT_CURRENT): Revert back to 1 as the library
2959         hasn't changed and we've certainly not committed to protocol
2960         stability yet.  All this does is to break ABI. See commit note
2961         from hp@redhat.com 2005-05-05 for details.
2962         
2963 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2964
2965         * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
2966         (_dbus_connection_run_builtin_filters): New method
2967         (dbus_connection_dispatch): Run the builtin filters which in turn
2968         runs the peer filter which handles Ping messages.
2969
2970         * doc/TODO: 
2971          - Ping isn't handled: This patch fixes it
2972          
2973          - Add a test case for the Ping message: added TODO item
2974
2975 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
2976
2977         * dbus/dbus-message.c:
2978         (dbus_message_has_path): New method
2979         (dbus_message_has_interface): New method
2980         (dbus_message_has_member): New method
2981
2982         * dbus/dbus/dbus-sysdeps.c (_dbus_check_dir_is_private_to_user):
2983         New method
2984
2985         * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that 
2986         the keyring directory is private to the user
2987
2988         * doc/TODO:
2989          - The convenience functions in dbus-bus.h should perhaps have
2990          the signatures that they would have if they were autogenerated
2991          stubs. e.g. the acquire service function. We should also evaluate
2992          which of these functions to include, in light of the fact that
2993          GLib/Qt native stubs will probably also exist.: Punted
2994
2995          - add dbus_message_has_path(), maybe has_member/interface:
2996          fixed in this patch
2997
2998          - in dbus-keyring.c, enforce that the keyring dir is not
2999          world readable/writable: Fixed in this patch
3000
3001 2005-06-15  John (J5) Palmieri  <johnp@redhat.com>
3002
3003         * dbus/dbus-marshal-validate.h: Added a new validation
3004         error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for 
3005         out of memory errors when validating signitures
3006
3007         * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
3008         in places where we previously used DBUS_VALID and a FALSE return 
3009         value to indicate OOM
3010         
3011         * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
3012         Use a stack to track the number of elements inside containers.  The 
3013         stack values are then used to validate that dict entries have only two
3014         elements within them.
3015         (validate_body_helper): check the reason for failure when validating
3016         varients
3017         
3018         * dbus/dbus-message.c (load_message): use 
3019         DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used 
3020         DBUS_VALID and a FALSE return value to indicate OOM
3021
3022         * doc/TODO: remove "- validate dict entry number of fields" as this
3023         patch fixes it
3024
3025 2005-06-14  David Zeuthen  <davidz@redhat.com>
3026
3027         * bus/bus.c (process_config_every_time): Drop existing conf-dir
3028         watches (if applicable) and add new watches
3029
3030         * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY
3031         (main): Setup SIGIO signal handler if using D_NOTIFY
3032
3033         * bus/config-parser.h: Add prototype bus_config_parser_get_conf_dirs
3034
3035         * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list
3036         (merge_included): Also merge conf_dirs list
3037         (bus_config_parser_unref): Clear conf_dirs list
3038         (include_dir): Add directory to conf_dirs list
3039         (bus_config_parser_get_conf_dirs): New function
3040
3041         * bus/dir-watch.[ch]: New files
3042
3043         * bus/Makefile.am (BUS_SOURCES): Add dir-watch.[ch]
3044
3045         * configure.in: Add checks for D_NOTIFY on Linux
3046
3047 2005-06-14  Colin Walters  <walters@verbum.org>
3048
3049         * glib/dbus-binding-tool-glib.c:
3050         * glib/dbus-gobject.c:
3051         * glib/dbus-gvalue.c: Fix indentation and brace style.
3052         
3053 2005-06-14  Ross Burton <ross@openedhand.com>.
3054
3055         * glib/dbus-glib.h: Make DBusGMethodInvocation
3056         a private structure.  Rearrange prototypes a bit.
3057         
3058         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add
3059         documentation for first_arg_type.
3060         
3061         * glib/dbus-gobject.c: Move DBusGMethodInvocation
3062         here, add documentation.  Move dbus_g_method_return
3063         and dbus_g_method_return_error into public API
3064         section.
3065
3066 2005-06-14  Colin Walters  <walters@verbum.org>
3067
3068         * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
3069         Add missing return statements, noticed by Ross Burton.
3070         
3071 2005-06-13  Ross Burton <ross@openedhand.com>.
3072
3073         * glib/dbus-gobject.c: Handle errors on message
3074         demarshalling by sending error message back.
3075         * glib/dbus-gvalue.c: Initialize return variables.
3076
3077 2005-06-13  Colin Walters  <walters@verbum.org>
3078
3079         * glib/Makefile.am: Fix thinko in last patch.
3080
3081 2005-06-13  Colin Walters  <walters@verbum.org>
3082
3083         * glib/Makefile.am: Move dbus-gtype-specialized.c
3084         and dbus-gtype-specialized.h into a _HEADERS variable,
3085         install them.
3086
3087 2005-06-12  Colin Walters  <walters@verbum.org>
3088
3089         Async signals and various bugfixes and testing by
3090         Ross Burton <ross@openedhand.com>.
3091
3092         * glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
3093         (dbus_gvalue_genmarshal_name_from_type)
3094         (dbus_gvalue_ctype_from_type): Moved to dbus-binding-tool-glib.c.
3095         (dbus_gtype_to_dbus_type): Renamed to dbus_gtype_from_signature.
3096         (dbus_g_value_types_init, dbus_gtype_from_signature)
3097         (dbus_gtype_from_signature_iter, dbus_gtype_to_signature)
3098         (dbus_gtypes_from_arg_signature): New function prototypes.
3099         (dbus_gvalue_demarshal): Take context and error arguments.
3100         (dbus_gvalue_demarshal_variant): New function.
3101         (dbus_gvalue_demarshal_message): New function.
3102         (dbus_gvalue_store): Delete.
3103
3104         * glib/dbus-gvalue.c:
3105
3106         File has been almost entirely rewritten; now we special-case
3107         more types such as DBUS_TYPE_SIGNATURE, handle arrays and
3108         hash tables correctly, etc.  Full support for recursive values
3109         is not yet complete.
3110
3111         * glib/dbus-gproxy.c (dbus_g_proxy_class_init): Change last
3112         argument of signal to G_TYPE_POINTER since we now pass a
3113         structure.
3114         (lookup_g_marshaller): Delete in favor of
3115         _dbus_gobject_lookup_marshaller.
3116         (marshal_dbus_message_to_g_marshaller): Use
3117         _dbus_gobject_lookup_marshaller and dbus_gvalue_demarshal_message
3118         to handle remote signal callbacks.
3119         (dbus_g_proxy_new_from_proxy): New function; creates a new
3120         DBusGProxy by copying an existing one.
3121         (dbus_g_proxy_get_interface, dbus_g_proxy_set_interface)
3122         (dbus_g_proxy_get_path): New functions.
3123         (dbus_g_proxy_marshal_args_to_message): New function;
3124         factored out of existing code.
3125         (DBUS_G_VALUE_ARRAY_COLLECT_ALL): Collect all arguments
3126         from a varargs array.
3127         (dbus_g_proxy_begin_call_internal): New function.
3128         (dbus_g_proxy_end_call_internal): New function.
3129         (dbus_g_proxy_begin_call): Take GTypes instead of DBus types
3130         as arguments; simply invoke dbus_g_proxy_begin_call_internal
3131         after collecting args into value array.
3132         (dbus_g_proxy_end_call): Take GTypes instead of DBus types;
3133         invoke dbus_g_proxy_end_call_internal.
3134         (dbus_g_proxy_invoke): Simply invoke begin_call_interanl and
3135         end_call_internal.
3136         (dbus_g_proxy_call_no_reply): Take GTypes instead of DBus
3137         types.
3138         (array_free_all): New function.
3139         (dbus_g_proxy_add_signal): Take GTypes.
3140
3141         * glib/dbus-gobject.h:
3142         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
3143         (_dbus_gobject_get_path, _dbus_gobject_lookup_marshaller):
3144         Prototype.
3145
3146         * glib/dbus-gobject.c: Add a global marshal_table hash which
3147         stores mappings from type signatures to marshallers.  Change lots
3148         of invocations of dbus_gtype_to_dbus_type to
3149         dbus_gtype_to_signature.
3150         (_dbus_glib_marshal_dbus_message_to_gvalue_array): Delete.
3151         (introspect_signals): Fix test for query.return_type.
3152         (set_object_property): Update invocation of dbus_gvalue_demarshal.
3153         (invoke_object_method): Many changes.  Handle asynchronous
3154         invocations.  Convert arguments with
3155         dbus_gvalue_demarshal_message.  Handle errors.  Use
3156         DBusSignatureIter instead of strlen on args. Handle all arguments
3157         generically.  Special-case variants.
3158         (dbus_g_method_return, dbus_g_method_return_error): New function.
3159         (DBusGSignalClosure): New structure, closes over signal
3160         information.
3161         (dbus_g_signal_closure_new): New function.
3162         (dbus_g_signal_closure_finalize): New function.
3163         (signal_emitter_marshaller): New function; is special marshaller
3164         which emits signals on bus.
3165         (export_signals): New function; introspects object signals and
3166         connects to them.
3167         (dbus_g_object_type_install_info): Take GType instead of
3168         GObjectClass.
3169         (dbus_g_connection_register_g_object): Invoke export_signals.
3170         (dbus_g_connection_lookup_g_object): New function.
3171         (DBusGFuncSignature) New structure; used for mapping type
3172         signatures to marshallers.
3173         (funcsig_hash): New function; hashes DBusGFuncSignature.
3174         (funcsig_equal): New function; compares DBusGFuncSignature.
3175         (_dbus_gobject_lookup_marshaller): New function.
3176         (dbus_g_object_register_marshaller): New function; used to
3177         register a marshaller at runtime for a particular signature.
3178
3179         * glib/dbus-gmain.c (_dbus_gmain_test): Add various tests.
3180
3181         * glib/dbus-binding-tool-glib.h: Add DBUS_GLIB_ANNOTATION_ASYNC
3182         which notes a server method implementation should be
3183         asynchronous.
3184
3185         * glib/dbus-binding-tool-glib.c
3186         (dbus_binding_tool_output_glib_server): Call
3187         dbus_g_value_types_init.
3188         (write_formal_parameters): Use dbus_gtype_from_signature.  Handle
3189         variants specially.
3190         (dbus_g_type_get_lookup_function): Turn GType into an invocation
3191         of a lookup function.
3192         (write_args_for_direction): Use dbus_g_type_get_lookup_function.
3193         (write_untyped_out_args): New method; write output arguments.
3194         (write_formal_declarations_for_direction): Function for
3195         writing prototypes.
3196         (write_formal_parameters_for_direction): Function for
3197         writing implementations.
3198         (write_typed_args_for_direction): Function for writing
3199         arguments prefixed with GTypes.
3200         (write_async_method_client): Write out async version
3201         of method.
3202
3203         * glib/dbus-binding-tool-glib.c: Include dbus-gvalue-utils.h.
3204         (dbus_g_type_get_marshal_name): Move mapping from GType
3205         to marshal name into here.
3206         (dbus_g_type_get_c_name): Move into here.
3207         (compute_marshaller): Convert signature to type with
3208         dbus_gtype_from_signature, use dbus_g_type_get_marshal_name.
3209         (compute_marshaller_name): Ditto.
3210         (compute_marshaller): Handle async signal annotations.
3211         (gather_marshallers): Return if we don't have a known
3212         prefix.
3213         (generate_glue): Collect introspection blob here, and
3214         write all of the blob at the end.  This allows an object
3215         with multiple interfaces to work.
3216         Mark async methods in introspection blob.
3217
3218         * glib/Makefile.am (libdbus_glib_1_la_SOURCES): Add
3219         dbus-gtype-specialized.c, dbus-gtype-specialized.h,
3220         dbus-gvalue-utils.h, dbus-gvalue-utils.c.
3221
3222         * dbus/dbus-glib.h: Don't include dbus-protocol.h; this
3223         avoids people accidentally using DBUS_TYPE_* which should
3224         not be necessary anymore.
3225         Do include dbus-gtype-specialized.h, which are utilities
3226         for GLib container types.
3227         Add various #defines for types such as
3228         DBUS_TYPE_G_BOOLEAN_ARRAY.
3229         (DBusGValueIterator, DBusGValue): Define, not fully used
3230         yet.
3231         (dbus_g_value_get_g_type): Type for recursive value.
3232         (dbus_g_value_open, dbus_g_value_iterator_get_value)
3233         (dbus_g_value_iterator_get_values, dbus_g_value_iterator_recurse)
3234         (dbus_g_value_free): Prototypes.
3235         (dbus_g_object_register_marshaller, dbus_g_proxy_new_from_proxy): Prototype.
3236         (dbus_g_proxy_set_interface): Prototype.
3237         (dbus_g_proxy_begin_call, dbus_g_proxy_end_call)
3238         (dbus_g_proxy_call_no_reply): Take GLib types instead of DBus
3239         types.
3240         (dbus_g_proxy_get_path, dbus_g_proxy_get_interface):
3241         Accessors.
3242         (DBusGAsyncData, DBusGMethodInvocation): Structures for
3243         doing async invocations.
3244         (dbus_g_method_return, dbus_g_method_return_error):
3245         Prototypes.
3246         * doc/dbus-tutorial.xml: Update GLib section.
3247         
3248         * tools/dbus-viewer.c (load_child_nodes): Update
3249         for new invocation type of dbus_g_proxy_end_call.
3250         (load_from_service_thread_func): Ditto.
3251
3252         * tools/print-introspect.c (main): Ditto.
3253
3254         * tools/dbus-names-model.c (have_names_notify)
3255         (names_model_reload, names_model_set_connection)
3256         Use GTypes.
3257
3258         * python/Makefile.am (INCLUDES): Define DBUS_COMPILATION,
3259         needed since Python bindings use GLib bindings.
3260
3261         * test/glib/Makefile.am (INCLUDES): Define DBUS_COMPILATION.
3262         Add --prefix argument.
3263
3264         * tools/Makefile.am: Define DBUS_COMPILATION.  Remove
3265         unneeded --ignore-unsupported arg.
3266         
3267         * test/glib/test-service-glib.c: 
3268         * test/glib/test-service-glib.xml:
3269         * test/glib/test-dbus-glib.c: Add many more tests.
3270
3271 2005-06-06  David Zeuthen  <davidz@redhat.com>
3272
3273         * doc/TODO: Add item about need to remove deprecated functions.
3274
3275         * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect
3276
3277         * dbus/dbus-connection.c (dbus_connection_disconnect): New function
3278         to repair the ABI which was broken with the last commit.
3279
3280 2005-06-02  John (J5) Palmieri <johnp@redhat.com>
3281
3282         *  dbus/dbus-connection.c, dbus/dbus-connection.h 
3283         (dbus_connection_disconnect): renamed to dbus_connection_close 
3284         for API symmetry with dbus_connection_open
3285         (_dbus_connection_open_internal): 
3286         s/dbus_connection_disconnect/dbus_connection_close
3287
3288         * dbus/dbus-bus.c (dbus_bus_get):
3289         s/dbus_connection_disconnect/dbus_connection_close
3290
3291         * bus/connection.c (bus_connections_unref, 
3292         bus_connections_setup_connection, bus_connections_expire_incomplete):
3293         s/dbus_connection_disconnect/dbus_connection_close
3294
3295         * bus/dispatch.c (bus_dispatch, kill_client_connection, 
3296         kill_client_connection_unchecked, check_hello_connection):
3297         s/dbus_connection_disconnect/dbus_connection_close
3298
3299         * bus/bus.c (new_connection_callback):
3300         s/dbus_connection_disconnect/dbus_connection_close
3301
3302         * tools/dbus-send.c (main):
3303         s/dbus_connection_disconnect/dbus_connection_close
3304
3305         * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func):
3306         s/dbus_connection_disconnect/dbus_connection_close
3307         
3308         * test/test-service.c (path_message_func, filter_func):
3309         s/dbus_connection_disconnect/dbus_connection_close
3310         
3311         * doc/TODO: remove connection_open/connection_disconnect lacks symmetry         item that was just fixed
3312         
3313 2005-05-25  Colin Walters  <walters@verbum.org>
3314
3315         * dbus/dbus-protocol.h: Move various bus service #defines such
3316           as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
3317           dbus/dbus-shared.h.
3318         * dbus/dbus-shared.h: Various defines moved here.
3319         * dbus/dbus-marshal-header.c: Include dbus-shared.h.
3320
3321 2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
3322
3323         * python/__init__.py: Python bindings deserve a minor version
3324         update.  Upped to (0, 40, 2)
3325
3326 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
3327
3328         * python/decorators.py: add explicitly_pass_message decorator
3329         for passing in the dbus message as keyword for edge case signal
3330         handling
3331
3332         * python/matchrules.py (SignalMatchRule.__repr__): fix output
3333         to conform with what dbus expects for match rules
3334         (SignalMatchRule.execute): add the dbus message as a keyword
3335         if the signal handler has requested it
3336
3337         * python/examples/example/signal-recipient.py: added some more
3338         examples on how to hook up to signals
3339
3340 2005-05-23  John (J5) Palmieri  <johnp@redhat.com>
3341
3342         * python/decorators.py: import dbus_bindings
3343
3344         * python/matchrules.py (SignalMatchRule, SignalMatchTree, 
3345         SignalMatchNode): new classes that implement wildcard signal
3346         callback matching using a tree lookup. Heavily modified from a
3347         patch sent by Celso Pinto (fd.o bug #3241)
3348
3349         * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
3350         use new match classes to handle signals.
3351
3352 2005-05-19  John (J5) Palmieri  <johnp@redhat.com>
3353         
3354         * python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH
3355
3356 2005-05-18  Havoc Pennington  <hp@redhat.com>
3357
3358         * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require
3359         gettext. Not really worth requiring yet perhaps, but any
3360         production quality 1.0 would require it so we should go ahead and
3361         get things set up. We do have a couple token calls to
3362         bindtextdomain in the code already.
3363
3364 2005-05-16  John (J5) Palmieri  <johnp@redhat.com>
3365
3366         * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
3367         when using recursive g_main_loops
3368
3369         * python/_dbus.py (class Bus): add the ProxyObjectClass
3370         alias for ProxyObject to make it easier for the Twisted 
3371         networking framework to integrate dbus.
3372
3373         * python/proxies.py (class ProxyObject): add the ProxyMethodClass
3374         alias for ProxyMethod to make it easier for the Twisted 
3375         networking framework to integrate dbus. 
3376
3377 2005-05-11  Ross Burton  <ross@openedhand.com>
3378
3379         * glib/dbus-glib-tool.c: Add --prefix argument.
3380         * glib/dbus-binding-tool-glib.h: Add prefix argument.
3381         * glib/dbus-binding-tool-glib.c (compute_marshaller_name):
3382         Add prefix argument.
3383         (generate_glue): Pass prefix argument down.
3384         (dbus_binding_tool_output_glib_server): Pass prefix to
3385         glib-genmarshal.
3386         
3387 2005-05-11  Colin Walters  <walters@verbum.org>
3388
3389         * tools/dbus-send.c (append_array): New function.
3390         (append_arg): Broken out from main.
3391         (main): Add cheesy hack to send arrays and variants.
3392         (usage): Update.
3393         * tools/dbus-print-message.c (print_iter): Broken out
3394         from main.
3395
3396 2005-05-11  Colin Walters  <walters@verbum.org>
3397
3398         * dbus/dbus-signature.c (dbus_signature_iter_get_signature):
3399         New function, returns signature string for signature iter.
3400         * dbus/dbus-signature.h: Prototype it.
3401         * dbus/dbus-message.c (dbus_message_iter_get_signature):
3402         New function, returns signature string for message iter.
3403         (dbus_message_iter_get_array_len): New function, returns
3404         length of array.
3405         (dbus_message_iter_get_fixed_array): Fix assertion; this
3406         function should be used when the iter is pointing to the
3407         contents of an array
3408         * dbus/dbus-message.h: Prototypes.
3409         * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_array_length):
3410         New function; returns length of an array.
3411         * dbus/dbus-marshal-recursive.h: Prototype it.
3412         
3413 2005-05-11  Colin Walters  <walters@verbum.org>
3414
3415         * dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
3416         compilation error.
3417         
3418 2005-05-08  Havoc Pennington  <hp@redhat.com>
3419
3420         * dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
3421         daemon's pid, not the parent's pid, to the file descriptor.
3422         Reported by Taj Morton.
3423
3424 2005-05-05  Havoc Pennington  <hp@redhat.com>
3425
3426         * configure.in (LT_*): add notes on how the libtool versioning
3427         works to save thinking. Increment soname to indicate protocol
3428         breakage (though really the library interface hasn't changed I
3429         guess)
3430
3431         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
3432         verify the GUID received from server matches what we were
3433         expecting, if we had an expectation
3434
3435         * dbus/dbus-auth.c (send_ok): send GUID along with the OK command
3436         (_dbus_auth_get_guid_from_server): new function
3437         (send_begin): parse the OK args
3438
3439         * doc/dbus-specification.xml: add GUID to the auth protocol
3440
3441 2005-05-05  John (J5) Palmieri  <johnp@redhat.com>
3442
3443         * Fix my name in previous changelog ;)
3444
3445         * python/proxies.py (ProxyObject.__getattr__): add further patch
3446         from Anthony Baxter to throw an AttributeError when python 
3447         __special__ functions are called instead of marshling them over 
3448         the bus (Bug#1685 comment 3).
3449
3450 2005-05-04  John (J5) Palmieri  <johnp@redhat.com>
3451
3452         * python/Makefile.am: changed to use pyexecdir for the binding
3453         shared libraries (Bug#2494)
3454
3455         * python/exceptions.py: bring exceptions over from the bindings
3456         so they can be used in applications (Bug#2036)
3457         Make all exceptions derive from DBusException
3458
3459         * python/_dbus.py, python/proxies.py: implement __repr__ in a couple
3460         of classes so that print obj doesn't throw an exception (Bug #1685)
3461
3462 2005-05-03  Ross Burton  <ross@openedhand.com>
3463
3464         * glib/dbus-gobject.c (dbus_g_connection_register_g_object):
3465         Return if we get an error during registration.  Set up a
3466         weak reference on object to unregister if object is destroyed.
3467         (unregister_gobject): New function.
3468         
3469 2005-05-01  John (J5) Palmieri  <johnp@redhat.com>
3470
3471         * python/dbus_bindings.pyx.in: 
3472         - added new type classes for hinting to the marashaler what type 
3473         to send over the wire
3474         - added int16 and uint16 marshalers
3475         - Fixed a bug in the type constants that caused int32 to go out
3476         as uint16 over the wire
3477         * python/dbus.py: split up into different files and renamed _dbus.py
3478         * python/__init__.py, python/_util.py, python/decorators.py, 
3479         python/exceptions.py, python/proxies.py, python/services.py,
3480         python/types.py: new files split off from dbus.py
3481         * python/Makefile.am: Add new files, remove dbus.py and 
3482         install all python files to <python module dir>/dbus
3483         * python/examples/*: Added #!/usr/bin/env python to the top of
3484         every example.  Patch provided by Tatavarty Kalyan
3485
3486 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
3487
3488         * NEWS: Update to 0.33
3489
3490 2005-04-25  John (J5) Palmieri  <johnp@redhat.com>
3491
3492         * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send
3493         method for doing async calls
3494         (_pending_call_notification): New C function for handling pendning call
3495         callbacks
3496         (set_notify): New method for setting pending call notification
3497         
3498         * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
3499         Async capabilities added to remote method calls
3500         (Sender): class removed
3501         (RemoteService): class removed
3502         (ObjectTree): class removed for now
3503         (RemoteObject): Renamed to ProxyObject
3504         (RemoteMethod): Renamed to ProxyMethod
3505         (method): Decorator added for decorating python methods as dbus methods
3506         (signal): Decorator added for decorating python methods as signal emitters
3507         (ObjectType): Metaclass added for generating introspection data and the
3508         method callback vtable
3509         (Interface): Wrapper class added to wrap objects in a dbus interface
3510         (Object): Uses ObjectType as its metaclass and exports Introspect
3511         of the org.freedesktop.DBus.Introspectable interface
3512         (ValidationException, UnknownMethodException): new exceptions
3513
3514         * python/examples/*: Modified to fit with the new bindings
3515
3516 2005-04-23  Havoc Pennington  <hp@redhat.com>
3517
3518         * dbus/dbus-message.c (dbus_message_append_args): fix doc comment,
3519         reported by Tony Houghton
3520
3521         * test/test-service.c (main): test
3522         dbus_connection_get_object_path_data()
3523
3524         * dbus/dbus-object-tree.c (find_handler): be sure we always init
3525         the exact_match
3526         (_dbus_object_tree_get_user_data_unlocked): new function used by
3527         dbus_connection_get_object_path_data()
3528         (do_register): add assertion test for get_user_data_unlocked
3529         (object_tree_test_iteration): more tests
3530
3531         * dbus/dbus-connection.c (dbus_connection_get_object_path_data):
3532         new function from Dan Reed to let you get the user data from 
3533         dbus_connection_register_object_path()
3534
3535 2005-04-23  John (J5) Palmieri  <johnp@redhat.com>
3536
3537         * dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
3538         in numerous places that did not account for the NULL terminator
3539         (signature_from_seed): changed the manual string copy loop to 
3540         just use strcpy instead
3541         make check should now pass
3542
3543 2005-04-19  John (J5) Palmieri  <johnp@redhat.com>
3544
3545         * dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert
3546         so that it allows messages that are not signals to pass in 
3547         NULL as the interface.
3548
3549 2005-04-18  David Zeuthen  <davidz@redhat.com>
3550
3551         * glib/dbus-gmain.c (io_handler_destroy_source): 
3552         (timeout_handler_destroy_source, connection_setup_free): 
3553         Also unref the source to avoid memory leaks.
3554
3555 2005-04-13  David Zeuthen  <davidz@redhat.com>
3556
3557         * bus/config-parser.c (bus_config_parser_new): Bump this to a
3558         more reasonable, yet still totally arbitrary, value :-). 
3559
3560 2005-04-13  David Zeuthen  <davidz@redhat.com>
3561
3562         * doc/TODO: Added an "important for 1.0" item about selinux
3563         allow/deny messages
3564
3565 2005-04-13  David Zeuthen  <davidz@redhat.com>
3566
3567         * bus/selinux.c: Add c-file-style to top of file
3568         (log_audit_callback): Don't free the data here anymore
3569         (bus_selinux_check): Don't take spid and tpid since appending
3570         that to auxdata may OOM.
3571         (bus_selinux_allows_acquire_service): Handle OOM and signal back
3572         to the caller if we are OOM by taking an error object.
3573         (bus_selinux_allows_send): -do-
3574
3575         * bus/selinux.h: Fix prototypes for bus_selinux_allows_acquire_service
3576         and bus_selinux_allows_send
3577
3578         * bus/bus.c (bus_context_check_security_policy): Pass error and
3579         pass on OOM thrown by bus_selinux_allows_send()
3580
3581         * bus/services.c (bus_registry_acquire_service): Pass error and
3582         pass on OOM thrown by bus_selinux_allows_acquire_service()
3583
3584 2005-04-13  Havoc Pennington  <hp@redhat.com>
3585
3586         * glib/dbus-gmain.c (message_queue_dispatch): only dispatch one
3587         message at a time to avoid monopolizing the main loop, bug 
3588         #2953 from Benjamin Otte
3589
3590 2005-04-09  Havoc Pennington  <hp@redhat.com>
3591
3592         * dbus/dbus-string.c (copy): change a memcpy to memmove due to
3593         possible overlap, fix from Daniel Reed
3594         (fixup_alignment): fix signedness warnings
3595         (_dbus_string_append_unichar): ditto
3596
3597 2005-04-09  Havoc Pennington  <hp@redhat.com>
3598
3599         * dbus/dbus-message-util.c (_dbus_message_test): fix signedness warning
3600
3601         * glib/dbus-glib-tool.c (main): fix warning
3602
3603         * glib/dbus-binding-tool-glib.c (generate_glue): fix warning
3604
3605         * dbus/dbus-connection.c (dbus_connection_read_write_dispatch):
3606         add a new function that can be used in simple applications that
3607         don't have a main loop and are willing to block
3608
3609 2005-04-05  David Zeuthen  <davidz@redhat.com>
3610
3611         Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
3612
3613         * glib/dbus-gmain.c:
3614         (io_handler_destroy_source): Remove from list of IO handlers
3615         of the ConnectionSetup object
3616         (timeout_handler_destroy_source): -do- for timeout handlers
3617         (io_handler_source_finalized): Don't remove from list since
3618         we now do that in io_handler_destroy_source(). Renamed from
3619         io_handler_source_destroyed
3620         (timeout_handler_source_destroyed): -do- for timeout handlers
3621         (connection_setup_free): It is now safe to iterate over all
3622         IO and timeout handlers as the _destroy_source removes them
3623         from the list synchronously
3624
3625 2005-03-30  Havoc Pennington  <hp@redhat.com>
3626
3627         * configure.in: change check to gtk 2.4
3628
3629         * tools/dbus-viewer.c (name_combo_changed_callback): remove
3630         gtk_combo_box_get_active_text() usage to decrement GTK requirement
3631         to 2.4
3632
3633 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
3634
3635         * News: Update 0.32
3636
3637         * HACKING: Fixed realease instructions.  configure.in should be updated to
3638           the next release by the person who made the last release.
3639
3640 2005-03-29  John (J5) Palmieri  <johnp@redhat.com>
3641
3642         * python/lvalue_cast_post_process.py - removed.  Patch has been
3643           submitted to Pyrex maintainers that fixes gcc4.0 errors
3644
3645         * python/Makefile.am: removed refrences to lvalue_cast_post_process.py
3646
3647 2005-03-24  Daniel Reed  <n@ml.org>
3648
3649         * tools/Makefile.am: Make print-introspect and
3650         dbus-bus-introspect.xml building conditional on HAVE_GLIB.
3651
3652 2005-03-22  John (J5) Palmieri  <johnp@redhat.com>
3653
3654         * tools/Makefile.am: Patch by Colin Walters that fixes distcheck
3655
3656         * dbus/dbus-userdb.c, dbus/dbus-userdb-util.c: Add patch we have 
3657           had in Red Hat packages for a while but for some reason never 
3658           got merged upstream
3659           (_dbus_is_a_number): New checks if a string
3660           can be converted to a number and does the conversion if it can
3661           (_dbus_user_database_lookup): Add check to see if the given username
3662           is a udi.  This allows udi's to be used instead of usernames in the
3663           config file.
3664           (_dbus_user_database_lookup_group): Add check to see if the given groupname
3665           is a gdi.  This allows gdi's to be used instead of groupnames in the
3666           config file.
3667
3668 2005-03-21  John (J5) Palmieri  <johnp@redhat.com>
3669
3670         * python/lvalue_cast_post_process.py - added post processor to fix Pyrex
3671           code so that it compiles with gcc4.0
3672
3673         * python/Makefile.am: Added lvalue_cast_post_process.py to EXTRA_DIST
3674           run dbus_bindings.c through lvalue_cast_post_process.py and copy the
3675           results back to dbus_binding.c
3676
3677 2005-03-20  Colin Walters  <walters@verbum.org>
3678
3679         Patch suggested by Inguva Rajasekhar <ringuva@novell.com>.
3680
3681         * configure.in: Require GTK+ 2.6.
3682         
3683 2005-03-20  Colin Walters  <walters@verbum.org>
3684
3685         * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
3686
3687 2005-03-17  Tom Parker  <palfrey@tevp.net>
3688
3689         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
3690         print DBUS_UID_UNSET; instead print passed username.  Also
3691         be sure to actually use gid looked up in cache.
3692         
3693         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
3694         for DBUS_GID_UNSET and groupname.
3695
3696 2005-03-17  Colin Walters  <walters@verbum.org>
3697
3698         * bus/print-introspect.c: Move to tools/.
3699         * bus/run-with-tmp-session-bus.sh: Ditto.
3700         
3701         * glib/Makefile.am (dbus-glib-bindings.h): Move
3702         generation to tools/Makefile.am.
3703
3704         * test/glib/run-test.sh: Update to handle move
3705         of run-with-tmp-session-bus.sh.
3706
3707         * test/glib/test-service-glib.c: Update to handle
3708         move of dbus-glib-bindings.h.
3709
3710         * tools/print-introspect.c: Moved here
3711         from bus/, and ported to GLib bindings.
3712
3713         * tools/run-with-tmp-session-bus.sh: Moved here
3714         from bus/.
3715
3716         * tools/Makefile.am: Generate dbus-glib-bindings.h
3717         and dbus-bus-introspect.xml here.
3718
3719         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
3720         Update.
3721
3722 2005-03-17  Colin Walters  <walters@verbum.org>
3723
3724         * bus/driver.c (write_args_for_direction): Use
3725         _dbus_string_get_const_data to retrieve string;
3726         _dbus_string_get_const_data_len doesn't actually return
3727         a NULL-terminated substring.
3728
3729         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
3730         (main): Change to use org_freedesktop_DBus_request_name
3731         instead of using g_proxy_begin_call/end_call.
3732
3733 2005-03-15  Joe Shaw  <joeshaw@novell.com>
3734
3735         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
3736         generating the finalizer.  Fixes from Ben Maurer.
3737
3738 2005-03-12  Joe Shaw  <joeshaw@novell.com>
3739
3740         * mono/BusDriver.cs: Update method names: ListServices
3741         becomes ListNames; GetOwner becomes GetNameOwner.
3742
3743         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
3744         onto the eval stack when removing the delegate.
3745
3746 2005-03-12  Joe Shaw  <joeshaw@novell.com>
3747
3748         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
3749         LT_CURRENT.  Set it to the autoconf variable.
3750                                                                                 
3751         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
3752         classes that disconnects the signal handler delegate from the
3753         service object.  Fixes a big leak of proxy objects on the
3754         client side of things.  Patch from Ben Maurer
3755         <bmaurer@ximian.com>
3756
3757 2005-03-12  Colin Walters  <walters@verbum.org>
3758
3759         * bus/driver.c (write_args_for_direction): New function,
3760         parses a type signature into arguments and outputs to
3761         XML.
3762         (bus_driver_handle_introspect): Use it instead of
3763         hardcoding XML for certain signatures.
3764         
3765         * bus/Makefile.am (dbus-bus-introspect.xml): Add
3766         dependency on dbus-daemon.
3767
3768         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
3769         argument, pass it to dbus_binding_tool_output_glib_client.
3770
3771         * glib/dbus-binding-tool-glib.c
3772         (generate_client_glue): Protect against multiple inclusion.
3773         (dbus_binding_tool_output_glib_client): Add
3774         G_BEGIN_DECLS/G_END_DECLS.
3775
3776         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
3777         Change to just take iface prefix directly.
3778         (write_formal_parameters): Clarify error message.
3779         (check_supported_parameters): New function; checks to see type
3780         signatures of method parameters are supported.
3781         (generate_client_glue): Handle ignore_unsupported flag.
3782         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
3783         parameter.
3784
3785         * glib/Makefile.am (dbus-glib-bindings.h): Pass
3786         --ignore-unsupported by default until glib bindings
3787         support arrays.
3788
3789 2005-03-11  Colin Walters  <walters@verbum.org>
3790
3791         * glib/Makefile.am: Generate dbus-glib-bindings.h and
3792         install it.
3793
3794         * bus/print-introspect.c: New file; prints introspection
3795         data for a given name and object path.
3796
3797         * bus/run-with-tmp-session-bus.sh: New file, refactored
3798         from test/glib/run-test.sh.  Creates a temporary session
3799         bus and runs another program.
3800
3801         * test/glib/run-test.sh: Refactor to invoke
3802         run-with-tmp-session-bus.sh.
3803
3804         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
3805         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
3806         macros instead of hardcoding.
3807
3808         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
3809
3810 2005-03-11  Joe Shaw  <joeshaw@novell.com>
3811
3812         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
3813         this unref; it doesn't match up evenly in some codepaths.
3814         (_dbus_connection_block_pending_call): Unref at every exitpoint;
3815         this evenly matches with the ref near the top of this function.
3816
3817 2005-03-09  Joe Shaw  <joeshaw@novell.com>
3818
3819         * dbus/dbus-object-tree.c
3820         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
3821         and we try to unregister a path that's not registered, still go
3822         through the process of unlocking and don't just return.
3823
3824 2005-03-09  Colin Walters  <walters@verbum.org>
3825
3826         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
3827         to this are generated for client-side wrappers.  Invokes a
3828         D-BUS method and returns reply values.  
3829
3830         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
3831         function; writes signature string for argument direction.
3832         (write_args_for_direction): Change to pass input values directly
3833         instead of via address, and fix indentation.
3834         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
3835         make generated wrappers inlineable.
3836
3837         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
3838         note about using dbus_type_is_fixed.
3839
3840         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
3841         dbus/dbus-signature.c as dbus_type_is_fixed.
3842
3843         All callers updated.
3844
3845         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
3846         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
3847
3848         * dbus/dbus-signature.h: Prototype.
3849
3850         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
3851         error printf code.
3852
3853         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
3854         appropriate instead of just freeing it.
3855         (main): Free returned strings using g_free.
3856
3857         * test/glib/Makefile.am (test-service-glib-glue.h)
3858         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
3859
3860         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
3861         simply maps a simple D-BUS type to GType.
3862         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
3863         GType.
3864         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
3865         initialize the value with it.
3866         (dbus_gvalue_binding_type_from_type): Unused, delete.
3867         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
3868         various types instead of unmarshalling to value data directly.
3869         Remove can_convert boolean.
3870         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
3871         returning directly instead of using can_convert boolean.
3872         (dbus_gvalue_store): New function; not related to D-BUS per-se.
3873         Stores a GValue in a pointer to a value of its corresponding C
3874         type.
3875
3876         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
3877         add dbus_gvalue_store.
3878
3879 2005-03-08  Joe Shaw  <joeshaw@novell.com>
3880
3881         Fix a bunch of lifecycle and memory management problems
3882         in the mono bindings.
3883
3884         * mono/Arguments.cs (Arguments): Implement IDisposable
3885
3886         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
3887         strictly a static class.
3888
3889         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
3890         delegates into this file.
3891         (Connection): Implement IDisposable.
3892         (Dispose): Disconnect the connection and set the raw connection
3893         pointer to IntPtr.Zero.
3894         (~Connection): Call Dispose().
3895         (RegisterObjectPath): Added.  Manages the registration of object
3896         paths so we can cleanly disconnect them at dispose/finalize time.
3897         (UnregisterObjectPath): Ditto.
3898         (set_RawConnection): Unregister all of the object paths when
3899         changing the underlying DBusConnection.  Add them back onto the
3900         new connection, if any.
3901
3902         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
3903         more unmanaged resources anymore, so it's not necessary.  Move all
3904         the DBusObjectPathVTable stuff out of here.
3905         (Handler): Save references to our delegates so that they don't get
3906         finalized.  Call Connection.RegisterObjectPath() instead of
3907         dbus_connection_register_object_path() directly.
3908         (Message_Called): Dispose the message after we're finished with
3909         it.
3910
3911         * mono/Message.cs (Message): Implement IDisposable.
3912         (Dispose): Dispose the Arguments, and set the RawMessage to
3913         IntPtr.Zero.
3914         (SendWithReplyAndBlock): We own the ref to the reply that comes
3915         back from dbus_connection_send_with_reply_and_block() so add a
3916         comment about that and unref it after we've constructed a managed
3917         MethodReturn class around it.  Fixes a big, big leak.
3918
3919         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
3920         method.
3921         (BuildSignalHandler): After we've sent the Signal message, dispose
3922         of it.
3923         (BuildMethod): Dispose of the method call and reply messages after
3924         we've sent the message and extracted the data we want from the
3925         reply.
3926
3927         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
3928         anymore.
3929         (Service_FilterCalled): Dispose of the message after we're
3930         finished with it.
3931
3932 2005-03-08  Joe Shaw  <joeshaw@novell.com>
3933
3934         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
3935         After we attach our pending call to the connection, unref
3936         it.  Fixes a leak.
3937  
3938         * mono/Connection.cs (set_RawConnection): Disconnect our
3939         filter and match callbacks from the old connection and
3940         reconnect them to the new connection, if any.
3941
3942         * mono/DBusType/Array.cs: "Code" is a static member, so
3943         don't use "this" to refer to it.  Fix for stricter checking
3944         in Mono 1.1.4.
3945  
3946         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
3947         object path that we pass into unmanaged code.
3948  
3949         * mono/DBusType/String.cs (Append): Don't leak the string
3950         that we pass into unmanged code.
3951
3952 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
3953         * NEWS: Update for 0.31
3954
3955         * configure.in: Release 0.31
3956         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
3957
3958         * qt/Makefile.am: fixed build
3959
3960         * dbus/Makefile.am: soname bump for libdbus
3961
3962         * glib/Makefile.am: soname bump for libdbus-glib
3963
3964 2005-03-05  Havoc Pennington  <hp@redhat.com>
3965
3966         * dbus/dbus-sysdeps.c:
3967         (pseudorandom_generate_random_bytes_buffer): fix to have no return
3968         value
3969         (_dbus_generate_random_bytes_buffer): fix return value
3970
3971         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
3972         checks actually work, from Tom Parker <fdo@tevp.net>
3973
3974 2005-03-01  Colin Walters  <walters@verbum.org>
3975
3976         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
3977         functions copied from dbus-glib-tool.c.
3978         (main): Convert lots of error code to use them.
3979         Also add some testing for introspection bits.
3980
3981 2005-03-01  Colin Walters  <walters@verbum.org>
3982         
3983         * doc/TODO: Remove introspection signature TODO.
3984
3985 2005-02-27  Colin Walters  <walters@verbum.org>
3986
3987         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
3988         Change return value to const char * instead of int so we can do
3989         full signatures.
3990         (struct PropertyInfo, struct ArgInfo): Store char *.
3991         (property_info_new, arg_info_new): Update parameters, strdup.
3992         (property_info_unref, arg_info_unref): Free.
3993
3994         * glib/dbus-gidl.h: Update prototypes.
3995
3996         * glib/dbus-gparser.c (basic_type_from_string): Delete.
3997         (validate_signature): New function, just validates signature and
3998         sets GError.
3999         (parse_property, parse_arg): Invoke validate_signature.  Store
4000         signature instead of just type code.
4001
4002         * glib/dbus-gvalue.c (base_type_from_signature): New utility
4003         function to return a primary type for a signature, dropping
4004         information about types in container types.
4005         (dbus_gvalue_genmarshal_name_from_type)
4006         (dbus_gvalue_binding_type_from_type)
4007         (dbus_gvalue_ctype_from_type): Update to take full signature
4008          instead of type code.
4009         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
4010
4011         * glib/dbus-gvalue.h: Update prototypes for above.
4012
4013         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
4014         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
4015         (introspect_properties, introspect_signals, write_interface):
4016         Update to handle signatures, and remove usage of
4017         _dbus_gutils_type_to_string.
4018         (handle_introspect): Print out type codes instead of e.g. "string"
4019         in hardcoded introspection XML; also use x_AS_STRING constants
4020         instead of hardcoding in string.
4021
4022         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
4023         to string.  Remove usage of _dbus_gutils_type_to_string.
4024
4025         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
4026
4027         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
4028         deletion.
4029         
4030         * glib/dbus-binding-tool-glib.c (compute_marshaller)
4031         (compute_marshaller_name, generate_glue): Handle signature change
4032         to string.
4033         (write_formal_parameters, write_args_for_direction): Ditto, and
4034         remove FIXME.
4035
4036         * tools/dbus-tree-view.c (type_to_string): Delete.
4037         (info_set_func_text): Update to print full signatures.
4038
4039         * test/glib/test-service-glib.xml: Change types to new
4040         introspection format.
4041
4042 2005-02-26  Havoc Pennington  <hp@redhat.com>
4043
4044         * doc/TODO: remove the "guid" item
4045
4046         * test/glib/test-profile.c (no_bus_thread_func): use open_private
4047         (with_bus_thread_func): use open_private
4048
4049         * dbus/dbus-connection.c (dbus_connection_open_private): new
4050         function that works like the old dbus_connection_open()
4051         (dbus_connection_open): now returns an existing connection if
4052         possible
4053
4054         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
4055         through the GUID to the transport
4056
4057         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
4058         GUID in hex-encoded form.
4059
4060         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
4061         pass GUID argument in to the transport
4062
4063         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
4064         guid argument
4065
4066         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
4067
4068         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
4069
4070 2005-02-25  Havoc Pennington  <hp@redhat.com>
4071
4072         * doc/dbus-specification.xml: document the GUID thing
4073
4074         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
4075         globally unique ID for the server, and put a "guid=hexencoded"
4076         field in the address
4077
4078         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
4079
4080         * dbus/dbus-message.c: ditto
4081
4082         * dbus/dbus-dataslot.c: ditto
4083
4084         * dbus/dbus-list.c: ditto
4085
4086         * dbus/dbus-internals.h: wait, just include
4087         dbus-threads-internal.h here
4088         
4089         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
4090         use in main library
4091
4092         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
4093
4094 2005-02-24  Colin Walters  <walters@verbum.org>
4095
4096         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
4097
4098 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
4099
4100         * glib/Makefile.am: added dbus-gobject.h to sources list
4101         so distcheck doesn't fail
4102         
4103 2005-02-24  Havoc Pennington  <hp@redhat.com>
4104
4105         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
4106         you must disconnect before unref, since locking and other things
4107         are screwed up otherwise. Fix assorted other locking stuff.
4108
4109         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
4110         fix compilation
4111
4112         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
4113         into a private header and don't export from the library
4114
4115         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
4116
4117 2005-02-24  Colin Walters  <walters@verbum.org>
4118         
4119         * dbus/dbus-signature.c: New file; implements various functions
4120         related to type signatures.  Includes an interator for parsing,
4121         validation functions.
4122         (dbus_type_is_basic): Moved here from
4123         dbus-marshal-basic.c:_dbus_type_is_basic.
4124         (dbus_type_is_container): Moved here from
4125         dbus-marshal-basic.c:_dbus_type_is_container.
4126
4127         All callers of _dbus_type_is_container and _dbus_type_is_basic
4128         updated, and include dbus-signature.h.
4129
4130         * dbus/dbus-signature.h: New file; prototypes for the above.
4131
4132         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
4133         dbus-signature.h.
4134
4135         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
4136         function factored out of _dbus_first_type_in_signature.
4137         (_dbus_first_type_in_signature_c_str): New function; returns first
4138         type code for a type signature character.
4139
4140         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
4141         handle function moves.
4142
4143         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
4144
4145         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
4146         function; skips to next complete type in type signature.
4147         Implemented using previous skip_one_complete_type.  Now
4148         skip_one_complete_type just delegates to
4149         _dbus_type_signature_next.
4150
4151         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
4152         to dbus-signature.c
4153         (_dbus_type_is_container): Ditto.
4154
4155         * doc/dbus-specification.xml: Update introspection sample to
4156         use real type signatures.
4157
4158         * dbus/dbus-test.h: Prototype signature test.
4159
4160         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
4161         signature tests.
4162
4163         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
4164
4165 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
4166
4167         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
4168         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
4169
4170 2005-02-21  Colin Walters  <walters@verbum.org>
4171
4172         * dbus/dbus-test-main.c (main): Take optional specific test
4173         argument.
4174
4175         * dbus/dbus-test.c (run_test): New function, runs a test function
4176         with no data directory.
4177         (run_data_test): Like above, but takes data directory.
4178         (dbus_internal_do_not_use_run_tests): Take
4179         specific test argument.  Replace lots of cut n' paste code
4180         with run_test and run_data_test.
4181
4182         * dbus/dbus-test.h: Update prototype for
4183         dbus_internal_do_not_use_run_tests.
4184
4185 2005-02-20  Havoc Pennington  <hp@redhat.com>
4186
4187         Fix bugs reported by Daniel P. Berrange
4188         
4189         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
4190         (protected_change_watch): new function
4191         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
4192         (_dbus_server_add_watch): change to work like the
4193         dbus-connection.c equivalents; like those, probably kind of
4194         busted, but should at least mostly work for now
4195         (dbus_server_disconnect): drop the lock if we were already
4196         disconnected, patch from Daniel P. Berrange
4197
4198         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
4199         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
4200         same stuff
4201
4202         * doc/TODO: todo about unscrewing this mess
4203
4204 2005-02-19  Colin Walters  <walters@verbum.org>
4205
4206         * glib/dbus-binding-tool-glib.c
4207         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
4208
4209         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
4210         as errno.h and sys/stat.h.
4211         (lose): New function, prints error with
4212         newline and exits.
4213         (lose_gerror): Similar, but takes GError for message.
4214         (main): Add --output argument to specify output file to write to,
4215         instead of always printing to stdout.  In this mode, determine
4216         timestamps on source files to see whether any are newer than the
4217         target file.  If not, exit.  Also convert a number of error
4218         messages to use lose (since it's shorter), and switch to using
4219         g_io_channel_shutdown.
4220
4221 2005-02-19  Havoc Pennington  <hp@redhat.com>
4222
4223         * glib/dbus-gobject.c
4224         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
4225
4226         * glib/dbus-glib.c: fix doxygen warnings
4227
4228         * glib/dbus-gparser.c (parse_annotation): error if an annotation
4229         is found on an <arg>
4230
4231 2005-02-17  Colin Walters  <walters@verbum.org>
4232
4233         * glib/dbus-gobject.h: Don't export
4234         _dbus_glib_marshal_dbus_message_to_gvalue_array.
4235         
4236         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
4237         (invoke_object_method): Handle it.
4238
4239         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
4240         Handle rename.
4241         
4242 2005-02-17  Colin Walters  <walters@verbum.org>
4243
4244         * bus/.cvsignore, doc/.cvsignore
4245         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
4246         Update.
4247
4248 2005-02-17  Colin Walters  <walters@verbum.org>
4249         
4250         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
4251         Rename to DBUS_SERVICE_DBUS.
4252         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
4253         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
4254         Change the value from "org.freedesktop.Local"
4255         to "org.freedesktop.DBus.Local".
4256         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
4257         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
4258         DBUS_INTERFACE_INTROSPECTABLE.
4259         Change the value from "org.freedesktop.Introspectable"
4260         to "org.freedesktop.DBus.Introspectable".
4261         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
4262         DBUS_INTERFACE_PROPERTIES.
4263         Change the value from "org.freedesktop.Properties"
4264         to "org.freedesktop.DBus.Properties".
4265         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
4266         DBUS_INTERFACE_PEER.
4267         Change the value from "org.freedesktop.Peer"
4268         to "org.freedesktop.DBus.Peer".
4269         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
4270         DBUS_INTERFACE_LOCAL.
4271         Change the value from "org.freedesktop.Local"
4272         to "org.freedesktop.DBus.Local".
4273
4274         All other users of those constants have been changed.
4275
4276         * bus/driver.c (bus_driver_handle_introspect): Use constants.
4277
4278         * glib/dbus-gobject.c (handle_introspect): Use constants.
4279
4280         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
4281
4282 2005-02-17  Colin Walters  <walters@verbum.org>
4283
4284         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
4285         (parse_node, parse_interface, parse_method, parse_signal)
4286         (parse_property, parse_annotation): Lose if we're currently in an
4287         annotation.
4288         (parse_annotation): New function.
4289         (parser_start_element, parser_end_element): Handle annotation.
4290         (parse_method, parse_interface): Remove support for c_name attribute,
4291         switch to annotations.
4292
4293         * glib/dbus-gidl.h (interface_info_get_binding_names)
4294         (method_info_get_binding_names)
4295         (interface_info_get_binding_name, method_info_get_binding_name)
4296         (interface_info_set_binding_name, method_info_set_binding_name):
4297         Remove.
4298         (interface_info_get_annotations, method_info_get_annotations)
4299         (interface_info_get_annotation, method_info_get_annotation)
4300         (interface_info_add_annotation, method_info_add_annotation):
4301         Prototype.
4302
4303         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
4304         for "bindings".
4305         (struct MethodInfo): Ditto.
4306         Straightfoward conversion of binding methods into annotation methods
4307         as prototyped.
4308
4309         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
4310
4311         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
4312
4313         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
4314         Use new annotation API.
4315
4316         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
4317         annotation element.
4318         
4319         * doc/dbus-specification.xml: Discuss introspection annotations,
4320         include list of well-known annotations.
4321
4322         * test/glib/test-service-glib.xml: Make validate against new DTD.
4323
4324 2005-02-17  Colin Walters  <walters@verbum.org>
4325
4326         This patch is based on initial work from
4327         Paul Kuliniewicz <kuliniew@purdue.edu>.
4328
4329         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
4330         initialization of GValue from dbus type to here.
4331         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
4332         for the "glib-genmarshal" program from a DBus type.
4333         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
4334         into the C name for it we use in the glib bindings.
4335         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
4336         glib C type (not GValue).
4337         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
4338
4339         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
4340         from dbus-gobject.c.
4341
4342         * glib/dbus-gutils.h: Prototype it.
4343
4344         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
4345         (marshal_dbus_message_to_g_marshaller): Use new shared function
4346         dbus_glib_marshal_dbus_message_to_gvalue_array.
4347
4348         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
4349         Will be changed once we have annotations.
4350
4351         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
4352         GStaticRWLock.  Callers updated.
4353         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
4354         (string_table_next): New function for iterating over zero-terminated
4355         string value array.
4356         (string_table_lookup): New function; retrieves specific entry in
4357         array.
4358         (get_method_data): New function; look up method data in object data chunk.
4359         (object_error_domain_prefix_from_object_info)
4360         (object_error_code_from_object_info): New functions, but not implemented yet.
4361         (method_interface_from_object_info): New function; retrieve interface name.
4362         (method_name_from_object_info): New function; retrieve method name.
4363         (method_arg_info_from_object_info): New function; retrieve argument data.
4364         (arg_iterate): New function; iterates over serialized argument data.
4365         (method_dir_signature_from_object_info): New function; returns a
4366         GString holding type signature for arguments for just one
4367         direction (input or output).
4368         (method_input_signature_from_object_info)
4369         (method_output_signature_from_object_info): New functions.
4370         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
4371         converts dbus message arguments into a GValue array.  Used for both
4372         signal handling and method invocation.
4373         (struct DBusGlibWriteIterfaceData): New utility structure.
4374         (write_interface): New function; generate introspection XML for
4375         an interface.
4376         (introspect_interfaces): New function; gathers all interface->methods,
4377         generates introspection XML for them.
4378         (handle_introspect): Invoke introspect_interfaces.
4379         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
4380         (lookup_object_and_method): New function; examines an incoming message
4381         and attempts to match it up (via interface, method name, and argument
4382         signature) with a known object and method.
4383         (gerror_domaincode_to_dbus_error_name): New function; converts a
4384         GError domain and code into a DBus error name.  Needs GError data
4385         added to object introspection to work well.
4386         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
4387         GError.
4388         (invoke_object_method): New function to invoke an object method
4389         looked up via lookup_object_and_method.  Parses the incoming
4390         message, turns it into a GValue array, then invokes the marshaller
4391         specified in the DBusGMethodInfo.  Creates a new message with
4392         either return values or error message as appropriate.
4393         (gobject_message_function): Invoke lookup_object_and_method and
4394         invoke_object_method.
4395
4396         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
4397         (enum DBusBindingOutputMode): New enum for binding output modes.
4398         (pretty_print): Print binding names.
4399         (dbus_binding_tool_error_quark): GError bits.
4400         (version): Fix typo.
4401         (main): Create GIOChannel for output.  Parse new --mode argument,
4402         possible values are "pretty-print", "glib-server", "glib-client".
4403         Use mode to invoke appropriate function.
4404         
4405         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
4406
4407         * glib/dbus-glib-tool.h: New header, just includes GError bits
4408         for now.
4409
4410         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
4411         maps binding style to name.
4412         (struct MethodInfo): Ditto.
4413         (get_hash_keys, get_hash_key): Utility function, returns keys for
4414         a GHashTable.
4415         (interface_info_new, method_info_new): Initialize bindings.
4416         (interface_info_unref, method_info_unref): Destroy bindings.
4417         (method_info_get_binding_names, method_info_get_binding_name)
4418         (interface_info_get_binding_names, interface_info_get_binding_name):
4419         Functions for retrieving binding names.
4420         (method_info_set_binding_name, interface_info_set_binding_name):
4421         Functions for setting binding names.
4422
4423         * glib/dbus-binding-tool-glib.h: New file, has prototypes
4424         for glib binding generation.
4425
4426         * glib/dbus-binding-tool-glib.c: New file, implements server-side
4427         and client-side glib glue generation.
4428
4429         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
4430         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
4431         dbus-glib-tool.h.
4432
4433         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
4434         of using GClosureMarshal directly.
4435         (struct DBusGObjectInfo): Add n_infos member.
4436
4437         * test/glib/test-service-glib.xml: New file; contains introspection data
4438         for MyTestObject used in test-service-glib.c.
4439
4440         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
4441         (my_object_do_nothing, my_object_increment, my_object_throw_error)
4442         (my_object_uppercase, my_object_many_args): New test methods.
4443         (main): Use dbus_g_object_class_install_info to include generated object
4444         info.
4445
4446         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
4447         as well as client-side bindings.
4448
4449         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
4450         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
4451         using both the dbus_gproxy stuff directly as well as the generated bindings.
4452
4453 2005-02-15  Havoc Pennington  <hp@redhat.com>
4454
4455         * dbus/dbus-connection.c (dbus_connection_dispatch): always
4456         complete a pending call, don't run filters first.
4457
4458         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
4459         dbus_pending_call_steal_reply
4460
4461         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
4462         _dbus_connection_block_pending_call
4463         (dbus_pending_call_get_reply): change to steal_reply and return a
4464         ref
4465
4466         * dbus/dbus-connection.c
4467         (dbus_connection_send_with_reply_and_block): port to work in terms
4468         of DBusPendingCall
4469         (_dbus_connection_block_pending_call): replace block_for_reply
4470         with this
4471
4472 2005-02-14  Havoc Pennington  <hp@redhat.com>
4473
4474         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
4475         properly handle looking up group information by name; fix 
4476         from j@bootlab.org
4477
4478 2005-02-13  Havoc Pennington  <hp@redhat.com>
4479
4480         * dbus/dbus-connection.c (dbus_connection_return_message) 
4481         (dbus_connection_borrow_message): hold dispatch lock while message
4482         is outstanding
4483         (_dbus_connection_block_for_reply): hold dispatch lock while we
4484         block for the reply, so nobody steals our reply
4485         (dbus_connection_pop_message): hold the dispatch lock while we
4486         pluck the message
4487
4488 2005-02-13  Havoc Pennington  <hp@redhat.com>
4489
4490         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
4491         (_dbus_connection_release_dispatch)
4492         (_dbus_connection_acquire_io_path)
4493         (_dbus_connection_release_io_path): make the mutex and condvar
4494         control access to the "acquired" flag. Drop the connection lock
4495         while waiting on the condvar. Hopefully these are baby steps in
4496         roughly the right direction.
4497
4498 2005-02-13  Havoc Pennington  <hp@redhat.com>
4499
4500         * dbus/dbus-connection.c: use separate mutexes for the condition
4501         variables; this is some kind of baseline for sanity, but the
4502         condition variables still aren't used correctly afaict
4503
4504 2005-02-13  Havoc Pennington  <hp@redhat.com>
4505
4506         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
4507         fix a double-unlock
4508
4509         * dbus/dbus-connection.c
4510         (_dbus_connection_detach_pending_call_unlocked): add this
4511
4512         Initial semi-correct pass through to fix thread locking; there are
4513         still some issues with the condition variable paths I'm pretty
4514         sure
4515         
4516         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
4517         lock/unlock calls
4518
4519         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
4520         rename to add _unlocked
4521         (struct DBusConnection): move "dispatch_acquired" and
4522         "io_path_acquired" to use only one bit each.
4523         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
4524         (dbus_connection_set_watch_functions): hacky fix to reentrancy
4525         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
4526         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
4527         (_dbus_connection_remove_timeout) 
4528         (_dbus_connection_toggle_timeout): drop lock when calling out to
4529         user functions; done in a hacky/bad way.
4530         (_dbus_connection_send_and_unlock): add a missing unlock
4531         (_dbus_connection_block_for_reply): add a missing unlock
4532
4533         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
4534         drop lock in a hacky probably unsafe way to call out to user
4535         function
4536
4537 2005-02-12  Havoc Pennington  <hp@redhat.com>
4538
4539         * tools/dbus-tree-view.c (info_set_func_text): display more
4540         details on args
4541
4542         * bus/driver.c (bus_driver_handle_list_services): list the bus
4543         driver
4544
4545         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
4546
4547         * glib/dbus-gidl.c (signal_info_get_n_args): new function
4548         (method_info_get_n_args): new function
4549
4550 2005-02-12  Havoc Pennington  <hp@redhat.com>
4551
4552         * bus/driver.c (bus_driver_handle_introspect): add introspection
4553         for bus driver
4554
4555 2005-02-12  Havoc Pennington  <hp@redhat.com>
4556
4557         * bus/driver.c: put the signature of each bus driver method in the
4558         table of handlers and check it on incoming calls; this isn't
4559         really useful, but going to add introspect support in a minute.
4560
4561 2005-02-11  Joe Shaw  <joeshaw@novell.com>
4562
4563         * mono/Connection.cs: The unpredictability of finalizers in mono
4564         prevents us from deterministically disconnecting the filters from
4565         the Service class's finalizer, so move tracking of filters and
4566         matches here.  Add API for that.
4567
4568         * mono/Service.cs: Remove the code, add code which calls the
4569         methods now on the Connection class.
4570
4571 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
4572
4573         * python/dbus.py (class Sender): added to support dbus signals better
4574         (Bus::add_signal_receiver): added expand_args parameter which defaults
4575         to True.  When expand args is True the signal handler will pass the 
4576         message arguments as parameters to the signal handler.  If False
4577         revert to previous behavior where the signal handler must get the
4578         argument list from the message.  This is to help port applications
4579         like HAL that have a tendancy to send variable length argument lists.
4580         self._match_rule_to_receivers is now a dict of dicts.
4581         (Bus::remove_signal_receiver): pop handler off the dict intead of 
4582         removing it from a list
4583         (Bus::_signal_func): change signal handlers so that interface,
4584         signal_name, service, path and message are packed into a Sender
4585         object and that is passed to the handler.  If expand_args is True
4586         extract the args list from the message and append it to the parameter
4587         list
4588         
4589         * python/dbus_bindings.pyx.in (class Signature): added to support 
4590         signiature types
4591         (MessageIter::__init__): changed iteration limit to match D-BUS
4592         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
4593         STRUCT and VARIENT type support
4594         (MessageIter::python_value_to_dbus_sig): made recursive to support
4595         recursive types
4596         (MessageIter::append*): added Signature, dict, tuple 
4597         support
4598
4599         * python/examples/example-client.py: added examples of getting tuples
4600         and dicts
4601
4602         * python/examples/example-service.py: added examples of sending tuples
4603         and dicts
4604
4605         * python/examples/example-signal-recipient.py: Fixed to handle new
4606         signal callback format
4607
4608 2005-02-10  Havoc Pennington  <hp@redhat.com>
4609
4610         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
4611         (call dbus_g_proxy_add_signal)
4612
4613         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
4614         escape the hostname
4615         (_dbus_server_new_for_domain_socket): escape the path
4616
4617         * dbus/dbus-address.c (dbus_address_escape_value): new
4618         (dbus_address_unescape_value): new
4619         (dbus_parse_address): unescape values
4620
4621         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
4622
4623         * doc/dbus-specification.xml: explain how to escape values in
4624         addresses
4625
4626 2005-02-10  Havoc Pennington  <hp@redhat.com>
4627
4628         * dbus/dbus-message-factory.c (generate_special): modify test to
4629         avoid using a non-basic dict key
4630
4631         * dbus/dbus-marshal-validate-util.c: add test for the below
4632
4633         * doc/dbus-specification.xml: require that dict keys are a basic
4634         type
4635
4636         * dbus/dbus-marshal-validate.c
4637         (_dbus_validate_signature_with_reason): require that dict key is a
4638         basic type
4639
4640 2005-02-10  Havoc Pennington  <hp@redhat.com>
4641
4642         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
4643         change to be _and_unlock instead of _unlocked
4644
4645         * dbus/dbus-connection.c
4646         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
4647         have no_update so we can find this bug quickly in future
4648
4649 2005-02-10  Havoc Pennington  <hp@redhat.com>
4650
4651         * dbus/dbus-message-util.c (verify_test_message): tests for string
4652         array
4653
4654         * dbus/dbus-message.c (dbus_message_append_args_valist): add
4655         support for arrays of string/signature/path
4656
4657 2005-02-10  Joe Shaw  <joeshaw@novell.com>
4658
4659         * dbus/dbus-connection.c
4660         (_dbus_connection_queue_received_message_link,
4661         _dbus_connection_message_sent): Add the path to
4662         the verbose output.
4663         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
4664         _dbus_connection_send_preallocated_unlocked(), updated the
4665         dispatch status, and unlocks.  Fixes a bug where certain
4666         situations (like a broken pipe) could cause a Disconnect message
4667         to not be sent, tricking the bus into thinking a service was still
4668         there when the process had quit.
4669         (_dbus_connection_send_preallocated): Call
4670         _dbus_connection_send_preallocated_and_unlock().
4671         (_dbus_connection_send_and_unlock): Added.  Calls
4672         _dbus_connection_send_preallocated_and_unlock().
4673         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
4674         (dbus_connection_send_with_reply): Update the dispatch status and
4675         unlock.
4676
4677         * mono/Service.cs (~Service): Added.  Removes the filter so that
4678         we don't get unmanaged code calling back into a GCed delegate.
4679         (RemoveFilter); Added.
4680
4681 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
4682
4683         * dbus/dbus-message.c (dbus_message_iter_open_container):
4684         - Removed check for iterator type being an array because
4685         get_arg_type does not work with writer iterators
4686         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
4687
4688 2005-02-07  Havoc Pennington  <hp@redhat.com>
4689
4690         * doc/dbus-specification.xml: some more language cleanups; add
4691         stuff about how to deal with invalid protocol and extension
4692         points; add _ to allowed chars in auth commands; add EXTENSION_
4693         auth command prefix
4694
4695 2005-02-06  Havoc Pennington  <hp@redhat.com>
4696
4697         * s/expected/required/ in a couple places for clarity
4698
4699 2005-02-07  Colin Walters  <walters@verbum.org>
4700
4701         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
4702         sender or proposed_recipient.
4703
4704 2005-02-06  Havoc Pennington  <hp@redhat.com>
4705
4706         * dbus/dbus-message-factory.c (generate_special): more tests
4707
4708         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
4709         array length that exceeds the maximum
4710
4711 2005-02-05  Havoc Pennington  <hp@redhat.com>
4712
4713         * dbus/dbus-message-factory.c (generate_special): more test cases,
4714         increasing coverage
4715
4716         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
4717         reason why a signature was invalid
4718
4719         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
4720         skip the length of the string before we look at it in validation
4721
4722         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
4723         equal_substring
4724
4725         * dbus/dbus-message.c (_dbus_message_loader_new): default
4726         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
4727
4728 2005-02-05  Havoc Pennington  <hp@redhat.com>
4729
4730         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
4731         if the signature of a variant was empty
4732         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
4733         struct with no element type)
4734
4735         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
4736         mangled messages to break things
4737
4738 2005-02-04  Havoc Pennington  <hp@redhat.com>
4739
4740         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
4741         g_quark_try_string() so it actually can return 0
4742         (dbus_g_proxy_connect_signal): ditto
4743
4744 2005-02-04  Havoc Pennington  <hp@redhat.com>
4745
4746         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
4747         bogus warning
4748         (tristring_from_message): assert cleanly on null path/interface
4749         (should not be possible though I decided later)
4750         (dbus_g_proxy_dispose): move proxy manager unregistration here
4751         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
4752         g_return_if_fail() checks
4753
4754 2005-02-04  Havoc Pennington  <hp@redhat.com>
4755
4756         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
4757
4758         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
4759         (with some minor changes)
4760
4761         * doc/dbus-specification.xml: add deprecated attribute to
4762         introspection format
4763
4764 2005-01-31  Havoc Pennington  <hp@redhat.com>
4765
4766         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
4767         think it's sort of right
4768
4769 2005-01-30  Havoc Pennington  <hp@redhat.com>
4770
4771         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
4772
4773 2005-01-30  Havoc Pennington  <hp@redhat.com>
4774
4775         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
4776
4777         * autogen.sh: change to autotools 1.9
4778
4779         * glib/dbus-gproxy.c: completely change how signals work
4780         (dbus_g_proxy_add_signal): new function to specify signature of a
4781         signal
4782         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
4783         and g_warning if the incoming message has the wrong signature.
4784
4785 2005-01-30  Havoc Pennington  <hp@redhat.com>
4786
4787         * tools/dbus-names-model.c (have_names_notify): fix this
4788
4789         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
4790         up the string array handling a bit 
4791
4792 2005-01-30  Havoc Pennington  <hp@redhat.com>
4793
4794         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
4795         (dbus_g_pending_call_cancel): new function
4796
4797         * dbus/dbus-glib.h: move GType decls for connection/message here;
4798         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
4799         here, just kind of rationalizing how we handle all that
4800
4801         * tools/dbus-names-model.c: new file for a tree model listing the
4802         services on a bus
4803
4804         * tools/dbus-tree-view.c (model_new): use proper typing on the
4805         model rows
4806
4807 2005-01-30  Havoc Pennington  <hp@redhat.com>
4808
4809         * glib/dbus-gmain.c: add a custom GSource back that just checks
4810         whether the message queue has anything in it; otherwise, there are 
4811         cases where we won't see messages in the queue since there was no 
4812         IO visible to the glib main loop
4813
4814         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
4815         increase default message timeout to 25 seconds
4816
4817 2005-01-30  Havoc Pennington  <hp@redhat.com>
4818
4819         * test/glib/test-profile.c (no_bus_stop_server): remove the
4820         warning about the g_warning that I just fixed
4821
4822         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
4823         custom source, seems to be a lot easier to understand and work
4824         better.
4825
4826 2005-01-30  Havoc Pennington  <hp@redhat.com>
4827
4828         I think this main loop thing is conceptually broken, but here are 
4829         some band aids. I'll maybe rewrite it in a minute.
4830         
4831         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
4832         custom GSource, so don't pass it in; confusing
4833         (gsource_server_finalize, gsource_connection_finalize): add
4834         finalize handlers that remove all the watches.  
4835
4836 2005-01-30  Havoc Pennington  <hp@redhat.com>
4837
4838         * glib/dbus-gobject.c (introspect_properties): fix the XML
4839         generated
4840
4841         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
4842         which effectively detects the use of freed messages
4843
4844         * glib/dbus-gobject.c (handle_introspect): modify and return the
4845         reply message instead of the incoming message
4846
4847         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
4848         gee, maybe it should SEND THE XML instead of just making a string
4849         and freeing it again ;-)
4850
4851         * tools/dbus-print-message.c (print_message): improve printing of
4852         messages
4853
4854         * configure.in: add debug-glib.service to the output
4855
4856 2005-01-30  Havoc Pennington  <hp@redhat.com>
4857
4858         dbus-viewer introspected and displayed the bus driver
4859         
4860         * dbus/dbus-object-tree.c 
4861         (object_tree_test_iteration): add tests for a handler registered on "/"
4862
4863         * dbus/dbus-object-tree.c
4864         (_dbus_decompose_path): fix to handle path "/" properly
4865         (run_decompose_tests): add tests for path decomposition
4866         
4867         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
4868         properly
4869
4870         * glib/dbus-gobject.c (handle_introspect): fix quotes
4871
4872         * test/glib/run-test.sh: support launching the bus, then running
4873         dbus-viewer
4874
4875         * test/glib/test-service-glib.c (main): put in a trivial gobject
4876         subclass and register it on the connection
4877
4878         * bus/driver.c (bus_driver_handle_introspect): implement
4879         introspection of the bus driver service
4880
4881         * dbus/dbus-protocol.h: add #defines for the XML namespace,
4882         identifiers, doctype decl
4883
4884         * bus/driver.c (bus_driver_handle_get_service_owner): handle
4885         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
4886         returning the service unchanged.
4887         (bus_driver_handle_message): remove old check for reply_serial in
4888         method calls, now the message type deals with that
4889         (bus_driver_handle_message): handle NULL interface
4890
4891         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
4892
4893         * glib/dbus-gloader-expat.c (description_load_from_string): allow
4894         -1 for len
4895
4896         * tools/dbus-viewer.c: add support for introspecting a service on
4897         a bus
4898
4899         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
4900         (dbus_g_pending_call_unref): add
4901
4902 2005-01-29  Havoc Pennington  <hp@redhat.com>
4903
4904         * tools/dbus-tree-view.c: add support for displaying properties.
4905         (run dbus-viewer with an introspect xml file as arg, then resize
4906         the window so the tree elements show up, not sure what that is)
4907
4908         * glib/dbus-gobject.c (handle_introspect): return
4909         org.freedesktop.Properties and org.freedesktop.Introspectable
4910         interfaces when we are introspected.
4911
4912         * doc/dbus-specification.xml: allow empty interface name when 
4913         Get/Set a property
4914
4915 2005-01-29  Havoc Pennington  <hp@redhat.com>
4916
4917         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
4918         though it uses glib, it could be extended for any binding in
4919         principle
4920
4921         * glib/dbus-gobject.c (gobject_message_function): change to the
4922         new way properties work
4923
4924         * dbus/dbus-protocol.h: add the new interfaces
4925
4926         * doc/dbus-specification.xml: document the introspection format,
4927         Introspectable interface, and add an org.freedesktop.Properties
4928         interface.
4929
4930         * glib/dbus-gparser.c: add support for a <property> element
4931
4932         * glib/dbus-gidl.c: add PropertyInfo
4933
4934         * glib/dbus-gobject.c (handle_introspect): put the outermost
4935         <node> outside the signal and property descriptions.
4936         (introspect_properties): export properties as <property> rather
4937         than as method calls
4938
4939 2005-01-28  Havoc Pennington  <hp@redhat.com>
4940
4941         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
4942         related to authentication protocol
4943
4944 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
4945
4946         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
4947                 - BUS_ACTIVATION -> BUS_STARTER
4948                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
4949                 - class MessageIter (__init__): Added recursion checking 
4950                 so we throw a nice error instead of just disconnecting from the
4951                 bus.
4952                 (get): Added arg_type parameter for recursion.
4953                 Removed the nil type
4954                 Added signiture type placeholder (not implemented)
4955                 Added struct type placeholder (not implemented)
4956                 Added varient type placeholder (not implemented)
4957                 Commented out dict type for now     
4958                 (get_element_type): renamed from get_array_type
4959                 (get_*): changed to use the dbus_message_iter_get_basic API
4960                 (get_*_array): removed in favor of recursive get_array method
4961                 (get_array): new recursive method which calls get to marshal
4962                 the elements of the array
4963                 (value_to_dbus_sig): New method returns the corrasponding
4964                 dbus signiture to a python value
4965                 (append): Comment out dict handling for now
4966                 Handle lists with the new recursive API
4967                 Comment out None handling for now
4968                 (append_nil): removed
4969                 (append_*): changed to use dbus_message_iter_append_basic API
4970                 (append_*_array): removed in favor of recursive append_array 
4971                 method
4972                 (__str__): Make it easier to print out recursive iterators
4973                 for debugging
4974                 - class Message (__str__): moved type inspection to the
4975                 MessageIter class' __str__ method
4976                 (get_iter): Added an append parameter wich defaults to False
4977                 If True use the new API's to create an append iterator
4978
4979         * python/dbus.py: Update to use new bindings API
4980                 - TYPE_ACTIVATION -> TYPE_STARTER
4981                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
4982                 - class ActivationBus -> class StarterBus
4983                 - class RemoteObject (__call__): get an append iterator
4984                 - (_dispatch_dbus_method_call): get an append iterator
4985                 - class Object (emit_signal): get an append iterator
4986
4987         * python/examples/: Fixed up the examples to work with the new API
4988                 
4989 2005-01-28  Joe Shaw  <joeshaw@novell.com>
4990
4991         * configure.in: Bump version up to 0.30.
4992
4993         * HACKING: Add a release item to bump the version number up after 
4994         a release.
4995
4996 2005-01-28  Havoc Pennington  <hp@redhat.com>
4997
4998         * doc/dbus-specification.xml: update to describe 16-bit types and
4999         dict entries
5000
5001         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
5002         assertion
5003
5004         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
5005         type
5006
5007         * dbus/dbus-marshal-recursive.c: implement
5008
5009 2005-01-27  Havoc Pennington  <hp@redhat.com>
5010
5011         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
5012
5013         * configure.in: find the right type for 16 and 32 bit ints as well
5014         as 64
5015
5016         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
5017         the 16-bit types so people don't have to stuff them in 32-bit or
5018         byte arrays.
5019
5020 2005-01-27  Havoc Pennington  <hp@redhat.com>
5021
5022         * dbus/dbus-message.c: byteswap the message if you init an
5023         iterator to read/write from it
5024         
5025         * dbus/dbus-marshal-byteswap.c: new file implementing 
5026         _dbus_marshal_byteswap()
5027
5028         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
5029
5030 2005-01-26  Havoc Pennington  <hp@redhat.com>
5031         
5032         * dbus/dbus-marshal-validate-util.c: break this out (and fix
5033         build, apparently - nobody noticed?)
5034         
5035 2005-01-26  Havoc Pennington  <hp@redhat.com>
5036
5037         * dbus/dbus-marshal-recursive.h: remove todo comment
5038
5039 2005-01-25  Joe Shaw  <joeshaw@novell.com>
5040
5041         * Land the mono binding changes to conform to the new APIs.
5042
5043         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
5044         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
5045
5046         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
5047         type code as a string.
5048         (InitAppending): Rename dbus_message_append_iter_init() to
5049         dbus_message_iter_init_append().
5050
5051         * mono/BusDriver.cs: Rename ServiceEventHandler to
5052         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
5053         Rename ServiceOwnerChanged to NameOwnerChanged.
5054
5055         * mono/Connection.cs: Rename BaseService to UniqueName, and the
5056         underlying C call.
5057
5058         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
5059
5060         * mono/Service.cs: Rename Exists to HasOwner, internally rename
5061         dbus_bus_acquire_service() to dbus_bus_request_name().
5062
5063         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
5064         of Type.UnderlyingSystemType to get the correct element type for
5065         the array.
5066         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
5067         dbus_message_get_{element|arg}_type() instead of
5068         dbus_message_iter_init_array_iterator().
5069         (Append): Replace dbus_message_iter_append_array() with
5070         dbus_message_iter_open_container() and
5071         dbus_message_iter_close_container().
5072
5073         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
5074         types have been removed.
5075         
5076         * mono/DBusType/*.cs: Replace calls of
5077         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
5078         but specify the type in the DllImport extern declaration.  Ditto
5079         for dbus_message_iter_append_[type]() ->
5080         dbus_message_iter_append_basic().
5081
5082         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
5083         NameOwnerChangedHandler.
5084
5085 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
5086
5087         * python/dbus_bindings.pyx.in: Rename of methods and bindings
5088                 - get_base_service -> get_unique_name
5089                 - bus_get_base_service -> bus_get_unique_name
5090                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
5091                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
5092                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
5093                 - bus_activate_service -> bus_start_service_by_name
5094                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
5095                 - bus_acquire_service -> bus_request_name
5096                 - dbus_bus_acquire_service -> dbus_bus_request_name
5097                 - bus_service_exists -> bus_name_has_owner
5098                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
5099
5100         * python/dbus.py: Rename of methods
5101                 - activate_service -> start_service_by_name
5102                 - bus_acquire_service -> bus_request_name
5103                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
5104                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
5105
5106         
5107 2005-01-24  Joe Shaw  <joeshaw@novell.com>
5108
5109         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
5110         signature for the method that can't be found.
5111
5112         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
5113         the message has any arguments, we need to call
5114         _dbus_type_reader_get_current_type(), not
5115         _dbus_type_reader_has_next().
5116
5117 2005-01-24  Havoc Pennington  <hp@redhat.com>
5118
5119         * dbus/dbus-message-factory.c: more testing of message validation
5120
5121         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
5122         header
5123
5124 2005-01-23  Havoc Pennington  <hp@redhat.com>
5125
5126         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
5127         get this all working, not many tests in the framework yet though
5128
5129 2005-01-22  Havoc Pennington  <hp@redhat.com>
5130
5131         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
5132         tutorial, based on work from David Wheeler.
5133
5134 2005-01-21  Havoc Pennington  <hp@redhat.com>
5135
5136         * dbus/dbus-bus.c: add more return_if_fail checks
5137
5138         * dbus/dbus-message.c (load_message): have the "no validation"
5139         mode (have to edit the code to toggle the mode for now though)
5140
5141         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
5142         skips all validation; I want to use this at least for benchmark
5143         baseline, I'm not sure if it should be a publicly-available switch.
5144
5145 2005-01-21  Havoc Pennington  <hp@redhat.com>
5146
5147         * glib/dbus-gmain.c: don't put the GLib bindings in the same
5148         toplevel doxygen group as the low-level API stuff
5149
5150         * dbus/dbus.h: note that libdbus is the low-level API
5151
5152 2005-01-20  Havoc Pennington  <hp@redhat.com>
5153
5154         * update-dbus-docs.sh: script to update docs on the web site, only
5155         works for me though. neener.
5156
5157 2005-01-20  Havoc Pennington  <hp@redhat.com>
5158
5159         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
5160         code can reveal bugs in it
5161
5162 2005-01-20  Havoc Pennington  <hp@redhat.com>
5163
5164         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
5165         select() version, patches from Tor Lillqvist
5166
5167 2005-01-20  Havoc Pennington  <hp@redhat.com>
5168
5169         * doc/dbus-tutorial.xml: replace > with &gt;
5170
5171         * bus/services.c (bus_registry_acquire_service): validate the name
5172         and return a better error if it's no good.
5173
5174         * doc/dbus-specification.xml: note NO_AUTO_START change
5175
5176         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
5177         from AUTO_START, we're toggling the default
5178
5179         * bus/dispatch.c: adapt the tests to change of auto-start default
5180
5181 2005-01-18  Havoc Pennington  <hp@redhat.com>
5182
5183         * rename dbus-daemon-1 to dbus-daemon throughout
5184
5185 2005-01-18  Havoc Pennington  <hp@redhat.com>
5186
5187         * Throughout, grand renaming to strip out the use of "service",
5188         just say "name" instead (or "bus name" when ambiguous).  Did not
5189         change the internal code of the message bus itself, only the
5190         programmer-facing API and messages.
5191         
5192         * doc/dbus-specification.xml: further update the message bus section
5193         
5194         * bus/config-parser.c (all_are_equiv): fix bug using freed string
5195         in error case
5196
5197 2005-01-17  Havoc Pennington  <hp@redhat.com>
5198
5199         * dbus/dbus-types.h: remove 16-bit types since we don't use them
5200         ever
5201
5202         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
5203         "invalid name character" not only non-ASCII
5204
5205         * doc/dbus-specification.xml: further update spec, message bus 
5206         parts are still out-of-date but the marshaling etc. stuff is now
5207         accurate-ish
5208
5209 2005-01-17  Havoc Pennington  <hp@redhat.com>
5210
5211         * doc/dbus-specification.xml: partially update spec
5212
5213 2005-01-17  Havoc Pennington  <hp@redhat.com>
5214
5215         * Throughout, align variant bodies according to the contained
5216         type, rather than always to 8. Should save a fair bit of space in
5217         message headers.
5218         
5219         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
5220         fix handling of case where p == end
5221
5222         * doc/TODO: remove the dbus_bool_t item and variant alignment items
5223
5224 2005-01-17  Havoc Pennington  <hp@redhat.com>
5225
5226         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
5227
5228         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
5229         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
5230         are marshaling/unmarshaling a boolean.
5231
5232 2005-01-16  Havoc Pennington  <hp@redhat.com>
5233
5234         This is about it on what can be disabled/deleted from libdbus
5235         easily, back below 150K anyhow. Deeper cuts are more work than 
5236         just turning the code off as I've done here.
5237         
5238         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
5239         signed int convenience funcs
5240
5241         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
5242         verbose mode
5243
5244         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
5245         things out of libdbus
5246
5247         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
5248         
5249         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
5250         tests-enabled-only, though it should probably be deleted)
5251
5252         * dbus/dbus-message-util.c: same stuff
5253
5254         * dbus/dbus-auth-util.c: same stuff
5255
5256 2005-01-16  Havoc Pennington  <hp@redhat.com>
5257
5258         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
5259
5260         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
5261         way for stripping down dbus-userdb.c stuff included in libdbus.
5262         Rename _dbus_parse_uid for consistency.
5263
5264 2005-01-16  Havoc Pennington  <hp@redhat.com>
5265
5266         * dbus/dbus-internals.c (_dbus_real_assert): print the function
5267         name the assertion failed in
5268
5269         * dbus/dbus-internals.h (_dbus_return_if_fail) 
5270         (_dbus_return_val_if_fail): assert that the name of the function
5271         containing the check doesn't start with '_', since we only want to 
5272         use checks on public functions
5273         
5274         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
5275         checks to assertions
5276
5277         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
5278         change checks to asserts for private function
5279
5280         * dbus/dbus-message.c (_dbus_message_set_serial): checks
5281         to asserts for private function
5282
5283         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
5284         broken assertion that was breaking make check
5285         (_dbus_type_reader_array_is_empty): remove this rather than fix
5286         it, was only used in assertions
5287
5288 2005-01-16  Havoc Pennington  <hp@redhat.com>
5289
5290         * test/unused-code-gc.py: hacky script to find code that's used
5291         only by the bus (not libdbus) or used only by tests or not used at
5292         all. It has some false alarms, but looks like we can clean up a
5293         lot of size from libdbus.
5294
5295         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
5296         dbus/Makefile.am: initially move 10K of binary size out of libdbus
5297         
5298 2005-01-16  Havoc Pennington  <hp@redhat.com>
5299
5300         * Add and fix docs according to Doxygen warnings throughout
5301         source.
5302         
5303         * dbus/dbus-marshal-recursive.c
5304         (_dbus_type_reader_array_is_empty): change this to just call
5305         array_reader_get_array_len() and make it static
5306
5307         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
5308         from get_array_type
5309         (dbus_message_iter_init_append): rename from append_iter_init
5310
5311         * dbus/dbus-marshal-recursive.c
5312         (_dbus_type_reader_get_element_type): rename from
5313         _dbus_type_reader_get_array_type
5314
5315 2005-01-15  Havoc Pennington  <hp@redhat.com>
5316
5317         * test/glib/test-profile.c (with_bus_server_filter): fix crash
5318
5319         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
5320         when DBUS_DISABLE_ASSERT
5321         (_dbus_marshal_set_basic): be sure we align for the string length
5322
5323         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
5324         this look faster
5325
5326         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
5327         inline macro version
5328         (_dbus_string_set_byte): provide inline macro version
5329
5330 2005-01-15  Havoc Pennington  <hp@redhat.com>
5331
5332         * Land the new message args API and type system.
5333
5334         This patch is huge, but the public API change is not 
5335         really large. The set of D-BUS types has changed somewhat, 
5336         and the arg "getters" are more geared toward language bindings;
5337         they don't make a copy, etc.
5338
5339         There are also some known issues. See these emails for details
5340         on this huge patch:
5341         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
5342         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
5343         
5344         * dbus/dbus-marshal-*: all the new stuff
5345
5346         * dbus/dbus-message.c: basically rewritten
5347
5348         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
5349         freed blocks to be all non-nul bytes so using freed memory is less
5350         likely to work right
5351
5352         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
5353         DBUS_FAIL_MALLOC=N environment variable, so you can do
5354         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
5355         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
5356         thorough.
5357
5358         * qt/message.cpp: port to the new message args API
5359         (operator<<): use str.utf8() rather than str.unicode()
5360         (pretty sure this is right from the Qt docs?)
5361
5362         * glib/dbus-gvalue.c: port to the new message args API
5363
5364         * bus/dispatch.c, bus/driver.c: port to the new message args API
5365
5366         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
5367         "locked" flag to TRUE and align_offset to 0; I guess we never
5368         looked at these anyhow, but seems cleaner.
5369
5370         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
5371         move allocation padding macro to this header; use it to implement
5372         (_DBUS_STRING_STATIC): ability to declare a static string.
5373
5374         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
5375         change to return TRUE if the interface is not set.
5376
5377         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
5378         to dbus-marshal-validate.[hc]
5379
5380         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
5381         dbus-internals.c
5382
5383         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
5384         to dbus-marshal-*.[hc]
5385
5386         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
5387         function here from dbus-marshal.c
5388
5389 2005-01-12  Joe Shaw  <joeshaw@novell.com>
5390
5391         * NEWS: Update for 0.23.
5392
5393         * configure.in: Release 0.23.
5394
5395 2005-01-12  Joe Shaw  <joeshaw@novell.com>
5396
5397         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
5398         dbus DLL with --debug.  Clean up after the .mdb files this leaves
5399         behind.
5400
5401         * mono/doc/Makefile.am: Need to uninstall the docs on "make
5402         uninstall"
5403
5404         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
5405         is an enum, get the enum's underlying type.  Another mono
5406         1.1.3 fix.
5407
5408 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5409
5410         Patch from Sjoerd Simons <sjoerd@luon.net>
5411
5412         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
5413         DESTDIR.  It breaks stuff.
5414
5415 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5416
5417         Patch from Tambet Ingo <tambet@ximian.com>
5418
5419         * mono/DBusType/Array.cs (Get): Get the underlying element type by
5420         calling type.GetElementType().  The code previously depended on
5421         broken Mono behavior, which was fixed in Mono 1.1.3.
5422
5423         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
5424         Activator.CreateInstance() so that the class's constructor is
5425         called with the right parameters.
5426
5427 2005-01-11  Joe Shaw  <joeshaw@novell.com>
5428
5429         Patch from Timo Teräs <ext-timo.teras@nokia.com>
5430
5431         * dbus/dbus-connection.c
5432         (_dbus_connection_queue_received_message_link): Call
5433         _dbus_connection_remove_timeout() instead of the _locked()
5434         variant, since it's always called from
5435         _dbus_connection_handle_watch(), which handles the locking.
5436         Removed the _locked() variant since it's no longer used.
5437
5438 2005-01-03  Havoc Pennington  <hp@redhat.com>
5439
5440         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
5441         return
5442         
5443 2004-12-26  Havoc Pennington  <hp@redhat.com>
5444
5445         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
5446
5447 2005-01-03  Havoc Pennington  <hp@redhat.com>
5448
5449         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
5450         floating point
5451
5452         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
5453
5454 2005-01-02  Havoc Pennington  <hp@redhat.com>
5455
5456         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
5457
5458 2005-01-01  Havoc Pennington  <hp@redhat.com>
5459
5460         * configure.in: add -Wfloat-equal
5461
5462 2005-01-01  Havoc Pennington  <hp@redhat.com>
5463
5464         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
5465         for a variety of reasons '==' doesn't do this.
5466
5467 2004-12-31  Havoc Pennington  <hp@redhat.com>
5468
5469         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
5470         I keep wishing I had
5471
5472 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
5473
5474         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
5475
5476 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
5477
5478         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
5479         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
5480         dbus-protocol.h.  Because they are defines and not enums they are not
5481         autogenerated.
5482
5483 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
5484
5485         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
5486         dbus_bus_activate_service
5487
5488         * python/dbus.py (Bus.activate_service): activate a service on the
5489         bus.
5490
5491 2004-12-24  Havoc Pennington  <hp@redhat.com>
5492
5493         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
5494         file format has also changed and I haven't adapted to that yet
5495         
5496         * Makefile.am: load .gcno files from latest gcc
5497
5498 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
5499         * Patch from Rob Taylor <robtaylor@fastmail.fm>
5500
5501         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
5502         lowlevel binding
5503
5504         * python/dbus.py (get_unix_user): Added binding to 
5505         call dbus_bindings.bus_get_unix_user
5506
5507         * python/extract.py: Modified the proto_pat regex to
5508         handle unsigned long
5509
5510 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5511
5512         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
5513         better POSIX compliance.
5514
5515 2004-12-19  Havoc Pennington  <hp@redhat.com>
5516
5517         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
5518         (_dbus_string_insert_8_aligned): new functions
5519
5520         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
5521
5522 2004-12-18  Havoc Pennington  <hp@redhat.com>
5523
5524         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
5525         macro
5526
5527         * dbus/dbus-message.c: fix a comment, and add a still-unused
5528         not-implemented function
5529
5530         * dbus/dbus-marshal.h: fix comment
5531
5532         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
5533
5534 2004-12-17  Joe Shaw  <joeshaw@novell.com>
5535
5536         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
5537         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
5538         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
5539         Type.UnderlyingSystemType to get the actual system type
5540         underneath.  This code previously depended on the broken Mono
5541         behavior, which was fixed in 1.1.3.
5542
5543 2004-11-27  Havoc Pennington  <hp@redhat.com>
5544
5545         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
5546         are disabled
5547         (_dbus_string_get_const_data): inline when asserts are disabled
5548
5549         * dbus/dbus-message.c: record the _dbus_current_generation of
5550         creation so we can complain if dbus_shutdown() is used improperly.
5551         Do this only if checks are enabled.
5552
5553         * dbus/dbus-connection.c: ditto
5554         
5555 2004-11-26  Havoc Pennington  <hp@redhat.com>
5556
5557         * test/glib/test-profile.c: add with_bus mode to profile echoes
5558         that go through the bus.
5559
5560         * test/glib/run-test.sh: add ability to run test-profile
5561
5562         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
5563         config file reload.
5564
5565 2004-11-26  Havoc Pennington  <hp@redhat.com>
5566
5567         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
5568         thing was implemented
5569
5570 2004-11-26  Havoc Pennington  <hp@redhat.com>
5571
5572         * test/glib/test-profile.c: tweak a bit, add support for some
5573         made-up minimal malloc overhead with plain sockets, since in 
5574         real life some sort of buffers are unavoidable thus we could 
5575         count them in the theoretical best case
5576
5577 2004-11-26  Havoc Pennington  <hp@redhat.com>
5578
5579         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
5580         where I was trying to cache one too many messages
5581
5582 2004-11-26  Havoc Pennington  <hp@redhat.com>
5583
5584         * dbus/dbus-message.c: reimplement message cache as an array which 
5585         makes the cache about twice as fast and saves maybe 1.5% overall
5586
5587 2004-11-26  Havoc Pennington  <hp@redhat.com>
5588
5589         * dbus/dbus-threads.c (init_global_locks): forgot to put the
5590         message cache lock here
5591
5592 2004-11-26  Havoc Pennington  <hp@redhat.com>
5593
5594         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
5595         the "char byte_order" next to each other to save 4 bytes
5596         (dbus_message_new_empty_header): reduce preallocation, since the
5597         message cache should achieve a similar effect
5598         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
5599         message cache that keeps a few DBusMessage around in a pool,
5600         another 8% speedup or so.
5601
5602         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
5603
5604 2004-11-25  Havoc Pennington  <hp@redhat.com>
5605
5606         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
5607         to write, without reading or blocking, try it before the poll()
5608         and skip the poll() if nothing remains to write. This is about a
5609         3% speedup in the echo client/server
5610
5611 2004-11-25  Havoc Pennington  <hp@redhat.com>
5612
5613         The primary change here is to always write() once before adding
5614         the write watch, which gives us about a 10% performance increase.
5615         
5616         * dbus/dbus-transport-unix.c: a number of modifications to cope
5617         with removing messages_pending
5618         (check_write_watch): properly handle
5619         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
5620         messages_pending stuff
5621         (check_read_watch): properly handle WAITING_FOR_MEMORY and
5622         AUTHENTICATED cases
5623         (unix_handle_watch): after writing, see if the write watch can be
5624         removed
5625         (unix_do_iteration): assert that write_watch/read_watch are
5626         non-NULL rather than testing that they aren't, since they 
5627         aren't allowed to be NULL. check_write_watch() at the end so 
5628         we add the watch if we did not finish writing (e.g. got EAGAIN)
5629
5630         * dbus/dbus-transport-protected.h: remove messages_pending call,
5631         since it resulted in too much inefficient watch adding/removing; 
5632         instead we now require that the transport user does an iteration 
5633         after queueing outgoing messages, and after trying the first
5634         write() we add a write watch if we got EAGAIN or exceeded our 
5635         max bytes to write per iteration setting
5636
5637         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
5638         function
5639
5640         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
5641         freed and then accessed, valgrind flagged this bug, fix it
5642
5643         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
5644         as the last valid field plus 1, where really it is equal to the
5645         last valid field. Corrects some message corruption issues.
5646
5647         * dbus/dbus-mainloop.c: verbosity changes
5648
5649         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
5650         instead of aborting in one of the test codepaths
5651
5652         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
5653         caused not printing the pid ever again if a verbose was missing
5654         the newline at the end
5655         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
5656
5657         * dbus/dbus-connection.c: verbosity changes; 
5658         (dbus_connection_has_messages_to_send): new function
5659         (_dbus_connection_message_sent): no longer call transport->messages_pending
5660         (_dbus_connection_send_preallocated_unlocked): do one iteration to
5661         try to write() immediately, so we can avoid the write watch. This
5662         is the core purpose of this patchset
5663         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
5664         dump the outgoing message queue, so nobody will get confused
5665         trying to send them or thinking stuff is pending to be sent
5666
5667         * bus/test.c: verbosity changes
5668
5669         * bus/driver.c: verbosity/assertion changes
5670
5671         * bus/dispatch.c: a bunch of little tweaks to get it working again
5672         because this patchset changes when/where you need to block.
5673
5674 2004-11-23  Havoc Pennington  <hp@redhat.com>
5675
5676         * test/glib/test-profile.c: modify to accept a plain_sockets
5677         argument in which case it will bench plain sockets instead of
5678         libdbus, for comparison purposes.
5679
5680 2004-11-22  Havoc Pennington  <hp@redhat.com>
5681
5682         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
5683         threads for more time, so sysprof can get a grip on it.
5684
5685         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
5686         pointless variable
5687
5688 2004-11-13  Havoc Pennington  <hp@redhat.com>
5689
5690         * test/glib/test-profile.c: fix this thing up a bit
5691
5692         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
5693         preallocation sizes by a fair bit; not sure if this will be an
5694         overall performance win or not, but it does reduce reallocs.
5695
5696         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
5697         the test hack that forced constant realloc if asserts are
5698         disabled, so we can profile sanely. Sprinkle in some
5699         _DBUS_UNLIKELY() which are probably pointless, but before I
5700         noticed the real performance problem I put them in.
5701         (_dbus_string_validate_utf8): micro-optimize this thing a little
5702         bit, though callgrind says it didn't help; then special-case
5703         ascii, which did help a lot; then be sure we detect nul bytes as
5704         invalid, which is a bugfix.
5705         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
5706         superstition; use memset to nul the padding instead of a manual
5707         loop.
5708         (_dbus_string_get_length): inline this as a
5709         macro; it showed up in the profile because it's used for loop
5710         tests and so forth
5711
5712 2004-11-10  Colin Walters  <walters@verbum.org>
5713
5714         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
5715         for extra paranoia.
5716
5717 2004-11-09  Colin Walters  <walters@verbum.org>
5718
5719         * dbus/dbus-string.c (_dbus_string_get_length): New
5720         function, writes DBusString to C buffer.
5721
5722         * dbus/dbus-string.h: Prototype it.
5723
5724         * dbus/dbus-message.c (dbus_message_type_to_string): New
5725         function, converts message type into C string.
5726
5727         * dbus/dbus-message.h: Prototype it.
5728
5729         * bus/selinux.c (bus_selinux_check): Take source pid,
5730         target pid, and audit data.  Pass audit data to
5731         avc_has_perm.
5732         (log_audit_callback): New function, appends extra
5733         audit information.
5734         (bus_selinux_allows_acquire_service): Also take
5735         service name, add it to audit data.
5736         (bus_selinux_allows_send): Also take message
5737         type, interface, method member, error name,
5738         and destination, and add them to audit data.
5739         (log_cb): Initialize func_audit.
5740         
5741         * bus/selinux.h (bus_selinux_allows_acquire_service)
5742         (bus_selinux_allows_send): Update prototypes 
5743
5744         * bus/services.c (bus_registry_acquire_service): Pass
5745         service name to bus_selinux_allows_acquire_service.
5746
5747         * bus/bus.c (bus_context_check_security_policy): Pass
5748         additional audit data.  Move assignment of dest
5749         to its own line.
5750
5751 2004-11-07  Colin Walters  <walters@verbum.org>
5752
5753         * dbus/dbus-transport-unix.c (do_authentication): Always
5754         initialize auth_completed.
5755         
5756 2004-11-07  Colin Walters  <walters@verbum.org>
5757
5758         * bus/bus.c (load_config): Break into three
5759         separate functions: process_config_first_time_only,
5760         process_config_every_time, and process_config_postinit.
5761         (process_config_every_time): Move call of
5762         bus_registry_set_service_context_table into
5763         process_config_postinit.
5764         (process_config_postinit): New function, does
5765         any processing that needs to happen late
5766         in initialization (and also on reload).
5767         (bus_context_new): Instead of calling load_config,
5768         open config parser here and call process_config_first_time_only
5769         and process_config_every_time directly.  Later, after
5770         we have forked but before changing UID,
5771         invoke bus_selinux_full_init, and then call
5772         process_config_postinit.
5773         (bus_context_reload_config): As in bus_context_new,
5774         load parse file inside here, and call process_config_every_time
5775         and process_config_postinit.
5776
5777         * bus/services.h, bus/services.c
5778         (bus_registry_set_service_context_table): Rename
5779         from bus_registry_set_sid_table.  Take string hash from config
5780         parser, and convert them here into SIDs.
5781
5782         * bus/config-parser.c (struct BusConfigParser): Have
5783         config parser only store a mapping of service->context
5784         string.
5785         (merge_service_context_hash): New function.
5786         (merge_included): Merge context string hashes instead
5787         of using bus_selinux_id_table_union.
5788         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
5789         simply create a new string hash.
5790         (bus_config_parser_unref): Unref it.
5791         (start_selinux_child): Simply insert strings into hash,
5792         don't call bus_selinux_id_table_copy_over.
5793
5794         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
5795         (bus_selinux_id_table_copy_over): Delete.
5796
5797 2004-11-03  Colin Walters  <walters@verbum.org>
5798
5799         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
5800         variables.
5801         
5802 2004-11-03  Colin Walters  <walters@verbum.org>
5803
5804         * bus/test-main.c (test_pre_hook): Fix test logic,
5805         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
5806
5807 2004-11-02  Colin Walters  <walters@redhat.com>
5808
5809         * bus/selinux.c (bus_selinux_init): Split into two functions,
5810         bus_selinux_pre_init and bus_selinux_post_init.
5811         (bus_selinux_pre_init): Just determine whether SELinux is
5812         enabled.
5813         (bus_selinux_post_init): Do everything else.
5814
5815         * bus/main.c (main): Call bus_selinux_pre_init before parsing
5816         config file, and bus_selinux_post_init after.  This ensures that
5817         we don't lose the policyreload notification thread that
5818         bus_selinux_init created before forking previously.
5819         
5820         * bus/test-main.c (test_pre_hook): Update for split.
5821
5822 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
5823
5824         Patch from Johan Fischer <linux@fischaz.com>
5825         
5826         * mono/doc/Makefile.am (install-data-local): Added directory
5827         install for DESTDIR
5828
5829 2004-10-29  Colin Walters  <walters@redhat.com>
5830
5831         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
5832         parameter for fd to write pid to.       
5833
5834         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
5835         
5836         * bus/bus.c (bus_context_new): Pass print_pid_fd
5837         to _dbus_become_daemon (bug #1720)
5838
5839 2004-10-29  Colin Walters  <walters@redhat.com>
5840
5841         Patch from Ed Catmur <ed@catmur.co.uk>
5842
5843         * mono/doc/Makefile.am (install-data-local): Handle
5844         DESTDIR.
5845
5846 2004-10-29  Colin Walters  <walters@redhat.com>
5847
5848         * bus/.cvsignore, qt/.cvsignore: Update.
5849
5850 2004-10-29  Colin Walters  <walters@redhat.com>
5851
5852         Patch from Kristof Vansant <de_lupus@pandora.be>
5853
5854         * configure.in: Detect Slackware.
5855         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
5856         * bus/rc.messagebus.in: New file.
5857
5858 2004-10-29  Colin Walters  <walters@redhat.com>
5859
5860         * tools/dbus-monitor.c (filter_func): Return
5861         DBUS_HANDLER_RESULT_HANDLED in filter function
5862         for now.  See:
5863         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
5864
5865 2004-10-29  Colin Walters  <walters@redhat.com>
5866
5867         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
5868
5869         * bus/services.c (bus_registry_acquire_service): 
5870         Correctly retrieve service name from DBusString
5871         for printing.
5872
5873 2004-10-29  Colin Walters  <walters@redhat.com>
5874
5875         * dbus/dbus-glib.h: Update documentation to not
5876         refer to internal APIs.
5877
5878 2004-10-27  Joe Shaw  <joeshaw@novell.com>
5879
5880         * mono/Arguments.cs (GetDBusTypeConstructor):
5881         type.UnderlyingSystemType will return "System.Byte" if you do it
5882         on "byte[]", which is not what we want.  So check the type.IsArray
5883         property and use System.Array instead.
5884
5885 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
5886
5887         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
5888         the DBusUserInfo structure since this is passed into the function.
5889         This would cause a double free when the function that allocated
5890         the structure would try to free it when an error occured.
5891
5892         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
5893         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
5894         for service activation to avoid 32bit/64bit parallel install issues
5895
5896 2004-10-21  Colin Walters  <walters@verbum.org>
5897
5898         * AUTHORS: Fix my email address, the @gnu.org one
5899         has been bouncing for some time.  Also add J5.
5900         
5901 2004-10-21  Colin Walters  <walters@verbum.org>
5902
5903         * dbus/dbus-transport-unix.c (do_authentication): Return
5904         authentication status to callers.
5905         (unix_handle_watch): If we completed authentication this round,
5906         don't do another read.  Instead wait until the next iteration,
5907         after we've read any pending data in the auth buffer.
5908         (unix_do_iteration): Ditto.
5909         (unix_handle_watch): Updated for new do_authentication prototype.
5910
5911 2004-10-18  Colin Walters  <walters@verbum.org>
5912
5913         * bus/selinux.c (bus_selinux_enabled): Handle
5914         --disable-selinux case.
5915         
5916 2004-10-18  Colin Walters  <walters@verbum.org>
5917
5918         * bus/selinux.h: Add bus_selinux_enabled.
5919         
5920         * bus/selinux.c (bus_selinux_enabled): Implement it.
5921         
5922         * bus/config-parser.c (struct include): Add
5923         if_selinux_enabled member.
5924         (start_busconfig_child): Parse if_selinux_enabled
5925         attribute for include.
5926         (bus_config_parser_content): Handle it.
5927
5928         * bus/session.conf.in, bus/system.conf.in: Add
5929         inclusion of context mapping to default config files;
5930         conditional on SELinux being enabled.
5931         
5932         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
5933         
5934         * test/data/invalid-config-files/badselinux-1.conf, 
5935         test/data/invalid-config-files/badselinux-2.conf:
5936         Test files for bad syntax.
5937         
5938 2004-10-17  Colin Walters  <walters@verbum.org>
5939
5940         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
5941         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
5942         format specifier mismatches.
5943
5944 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5945
5946         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
5947         format string.
5948
5949         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
5950         pointer (bug #1540, Leonardo Boiko).
5951
5952 2004-09-28  Jon Trowbridge  <trow@ximian.com>
5953
5954         * mono/BusDriver.cs: Changed BusDriver struct to remove
5955         the ServiceCreated and ServiceDeleted events and replace them
5956         with the new ServiceOwnerChanged event.
5957
5958         * mono/example/BusListener.cs: Added a new example program,
5959         which listens for and reports any ServiceOwnerChanged events
5960         on the bus driver.
5961
5962         * mono/example/Makefile.am (DESTDIR): Build changes for the
5963         new BusListener.cs example.
5964
5965 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5966
5967         * bus/signals.c (bus_match_rule_parse): validate the components of
5968         match rules (bug #1439).
5969
5970         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
5971
5972 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5973
5974         * doc/dbus-specification.xml: document ServiceOwnerChanged
5975         signal.
5976         
5977         * bus/driver.c, bus/driver.h, bus/services.c: Use
5978         ServiceOwnerChanged signal instead of ServiceCreated and
5979         ServiceDeleted.
5980         
5981         * bus/dispatch.c: update testcase for the new signal.
5982
5983 2004-09-20  Jon Trowbridge  <trow@ximian.com>
5984
5985         Patch from Nat Friedman <nat@novell.com>
5986
5987         * mono/Makefile.am: A number of small build fixes to allow "make
5988         distcheck" to succeed.
5989
5990         * mono/example/Makefile.am: "make distcheck" fixes.
5991
5992         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
5993         key in @srcdir@.
5994
5995         * test/Makefile.am: "make distcheck" fixes.
5996
5997 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
5998
5999         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
6000
6001         * doc/busconfig.dtd: update the DTD for the at_console attribute.
6002
6003         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
6004         messages after the first one (bug #1389).
6005         
6006         * bus/dispatch.c (check_double_hello_message): add a test case for
6007         the double hello message bug.
6008         (check_existent_service_activation): fix check of spawning error.
6009         
6010 2004-09-16  David Zeuthen  <david@fubar.dk>
6011
6012         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
6013
6014 2004-09-12  David Zeuthen  <david@fubar.dk>
6015
6016         Patch from Kay Sievers <kay.sievers@vrfy.org>
6017
6018         * bus/bus.c (bus_context_new):
6019         * bus/bus.h:
6020         * bus/main.c (usage)
6021         (main):
6022         Add commandline option --nofork to override configuration file
6023         setting.
6024
6025 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6026
6027         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
6028         compilers don't like it (bug #974).
6029
6030 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
6031
6032         * qt/connection.*: Applied patch by Jérôme Lodewyck
6033         <lodewyck@clipper.ens.fr> to integrate an existing
6034         connection into the Qt eventloop
6035
6036 2004-08-30  Jon Trowbridge  <trow@ximian.com>
6037
6038         * mono/BusDriver.cs: Added.  This is a class for interacting with
6039         the org.freedesktop.DBus service.
6040
6041         * mono/Message.cs: Added a mechanism to expose the message that is
6042         currently being dispatched via the static Message.Current
6043         property.  Added Message.Sender and Message.Destination
6044         properties.
6045
6046         * mono/Handler.cs: Expose the dispatched message via
6047         Message.Current when handling method calls.
6048
6049         * mono/Service.cs: Expose the dispatched message via
6050         Message.Current when handling signal emissions.
6051         
6052         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
6053         Connection.BaseService property.
6054
6055 2004-08-28  Havoc Pennington  <hp@redhat.com>
6056
6057         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
6058
6059         More fixes from Steve Grubb
6060         
6061         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
6062         (_dbus_listen_tcp_socket): fix fd leak
6063
6064         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
6065         EINTR to a bit lower in the code
6066
6067 2004-08-26  Jon Trowbridge  <trow@ximian.com>
6068
6069         * bus/driver.c (bus_driver_handle_service_exists): Respond with
6070         TRUE if we are inquiring about the existence of the built-in
6071         org.freedesktop.DBus service.
6072
6073 2004-08-25  John Palmieri  <johnp@redhat.com>
6074         * bus/config-parser.c:
6075         (struct PolicyType): Add POLICY_CONSOLE
6076         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
6077         (start_busconfig_child): Sets up console element when
6078         <policy at_console=""> is encountered in a policy file
6079         (append_rule_from_element): Convert console elements to console
6080         rules.
6081
6082         * bus/policy.c: 
6083         (bus_policy_create_client_policy): Add console rules to the client
6084         policy based on if the client is at the console
6085         (bus_policy_append_console_rule): New function for adding a
6086         console rule to a policy
6087         (bus_policy_merge): Handle console rule merging
6088
6089         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
6090         where we check for console user files
6091         
6092         * dbus/dbus-sysdeps.c:
6093         (_dbus_file_exists): New function which checks if the given
6094         file exists
6095         (_dbus_user_at_console): New function which does the system
6096         specific process of checking if the user is at the console
6097
6098         * dbus/dbus-userdb.c:
6099         (_dbus_is_console_user): New function converts a UID to user name
6100         and then calls the system specific _dbus_user_at_console to 
6101         see if the user is at the console and therefor a console user
6102
6103 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6104
6105         * bus/config-parser.c (set_limit):
6106         * bus/dbus-daemon-1.1.in:
6107         * test/data/valid-config-files/many-rules.conf: set the
6108         max_match_rules_per_connection limt from the config file. 
6109
6110         * doc/busconfig.dtd: update the DTD.
6111
6112         * bus/driver.c: remove some unused variables.
6113
6114 2004-08-24  Mikael Hallendal  <micke@imendio.com>
6115
6116         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
6117         it's been replaced by dbus_g_bus_get
6118
6119 2004-08-23  Colin Walters  <walters@redhat.com>
6120
6121         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
6122
6123         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
6124
6125         * bus/selinux.c: Create a thread for policy reload notification.
6126         (bus_selinux_get_policy_root): Implement.
6127
6128         * bus/config-parser.c (start_busconfig_child)
6129         (bus_config_parser_content): Support SELinux-root relative
6130         inclusion.
6131
6132         * configure.in <HAVE_SELINUX>: Add -lpthread.
6133         
6134         * bus/test-main.c (test_pre_hook, test_post_hook): New.
6135         (test_post_hook): Move memory checking into here.
6136         (test_pre_hook, test_post_hook): Move SELinux checks in
6137         here, but conditional on a DBUS_TEST_SELINUX environment
6138         variable.  Unfortunately we can't run the SELinux checks
6139         as a normal user, since they won't have any permissions
6140         for /selinux.  So this will have to be tested manually
6141         for now, until we have virtualization for most of
6142         libselinux.
6143         
6144 2004-08-23  Havoc Pennington  <hp@redhat.com>
6145
6146         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
6147         drop supplementary groups, suggested by Steve Grubb
6148
6149 2004-08-20  Colin Walters  <walters@redhat.com>
6150
6151         * bus/config-parser.c (start_busconfig_child): Remove some unused
6152         variables.
6153         
6154         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
6155         warning.
6156
6157 2004-08-17  Joe Shaw  <joeshaw@novell.com>
6158
6159         * configure.in: If --enable-mono is passed in, if we can't find
6160         mono error out.
6161
6162         * mono/Makefile.am: Use /gacutil to install assemblies into the
6163         GAC and not /root.
6164
6165 2004-08-12  Havoc Pennington  <hp@redhat.com>
6166
6167         * NEWS: update for 0.22
6168
6169         * configure.in: release 0.22
6170
6171 2004-08-11  Colin Walters  <walters@redhat.com>
6172
6173         * tools/dbus-send.c (main, usage): Add --reply-timeout
6174         argument.
6175
6176 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6177
6178         * bus/bus.c (process_config_first_time_only): get rid of an unused
6179         DBusError that was causing a memoy leak (bug #989).
6180
6181         * dbus/dbus-keyring.c, dbus/dbus-message.c:
6182         fix compilation on Solaris/Forte C (bug #974)
6183
6184         * bus/main.c (main): plug two minuscule memleaks.
6185
6186 2004-08-10  Havoc Pennington  <hp@redhat.com>
6187
6188         * doc/dbus-tutorial.xml: add some more info on GLib bindings
6189
6190 2004-08-09  Havoc Pennington  <hp@redhat.com>
6191
6192         * COPYING: switch to Academic Free License version 2.1 instead of
6193         2.0, to resolve complaints about patent termination clause.
6194
6195 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
6196
6197         * README: added documentation for the --enable-python 
6198         configure switch.
6199
6200 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6201
6202         * bus/config-parser.c (bus_config_parser_new): fix an invalid
6203         _unref in the SELinux support.
6204
6205         * doc/busconfig.dtd: update DTD for SELinux support.
6206
6207         * bus/config-loader-libxml.c: fix error handler and parser
6208         initialisation/cleanup. OOM test now works with libxml2 HEAD.
6209
6210         * configure.in: remove the warning about libxml2.
6211
6212         * dbus/dbus-bus.c: silence doxygen warning.
6213
6214 2004-07-31  Colin Walters  <walters@redhat.com>
6215
6216         * configure.in: Move #error in SELinux check to its own line.
6217
6218 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6219
6220         * dbus/dbus-internals.h (_DBUS_SET_OOM):
6221         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
6222         dbus_error_set.
6223
6224         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
6225         broken by the change in the _SET_OOM macros.
6226
6227 2004-07-31  Colin Walters  <walters@redhat.com>
6228
6229         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
6230         BUS_SET_OOM.
6231
6232 2004-07-31  Colin Walters  <walters@redhat.com>
6233
6234         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
6235         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
6236         AC_MSG_CHECKING.
6237
6238 2004-07-24  Havoc Pennington  <hp@redhat.com>
6239
6240         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
6241
6242         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
6243         functionality
6244
6245         * configure.in: add --enable-selinux
6246         
6247         * bus/policy.c (bus_policy_merge): add FIXME to a comment
6248
6249         * bus/main.c (main): initialize and shut down selinux
6250
6251         * bus/connection.c: store SELinux ID on each connection, to avoid 
6252         repeated getting of the string context and converting it into 
6253         an ID
6254
6255         * bus/bus.c (bus_context_get_policy): new accessor, though it
6256         isn't used
6257         (bus_context_check_security_policy): check whether the security
6258         context of sender connection can send to the security context of
6259         recipient connection
6260
6261         * bus/config-parser.c: add parsing for <selinux> and <associate>
6262         
6263         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
6264         implement dbus_connection_get_unix_fd()
6265
6266         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
6267         function, used by the selinux stuff
6268         
6269 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6270
6271         * bus/config-loader-libxml.c: complete the implementation of
6272         libxml backend for config file loader. Doesn't work with full OOM
6273         test yet. 
6274         
6275         * configure.in: change error when selecting libxml into a warning.
6276         
6277         * test/data/invalid-config-files: add two non-well-formed XML
6278         files. 
6279         
6280         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
6281         
6282         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
6283         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
6284         be necessary to read all the buffer. (bug #894)
6285
6286         * bus/activation.c (bus_activation_activate_service): fix a
6287         potential assertion failure (bug #896). Small optimization in the
6288         case of auto-activation messages.
6289
6290         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
6291         add test case for byte-through-vararg bug (#901). patch by Kimmo
6292         Hämäläinen. 
6293
6294 2004-07-28  Anders Carlsson  <andersca@gnome.org>
6295
6296         * python/dbus.py:
6297         * python/dbus_bindings.pyx.in:
6298         Add dbus.init_gthreads (), allow emit_signal to pass
6299         arguments to the signal.
6300         
6301 2004-07-24  Havoc Pennington  <hp@redhat.com>
6302
6303         * AUTHORS: add some people, not really comprehensively, let me
6304         know if I missed you
6305
6306 2004-07-24  Havoc Pennington  <hp@redhat.com>
6307
6308         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
6309         Owen
6310
6311         * test/Makefile.am (DIST_SUBDIRS): here also
6312
6313 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6314
6315         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
6316         breaking build on Solaris, reported by Farhad Saberi on the ML.
6317
6318         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
6319         va_arg invocation to account for integer promotion in the case of
6320         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
6321
6322         * bus/services.c (bus_service_remove_owner): fix bug #902, use
6323         _dbus_list_get_first_link, not _dbus_list_get_first.
6324
6325         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
6326
6327         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
6328         handler functions so that the asserts in _dbus_object_subtree_unref
6329         do not fail.
6330
6331         * dbus/dbus-transport-unix.c (do_reading):
6332         _dbus_transport_queue_messages return value is of type
6333         dbus_bool_t, not DBusDispatchStatus.
6334         
6335 2004-07-19  David Zeuthen  <david@fubar.dk>
6336
6337         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
6338
6339         * bus/dispatch.c:
6340         (check_get_connection_unix_user): Debug says GetProperty; but the
6341         method is called GetConnectionUnixUser
6342         (check_get_connection_unix_process_id): New function
6343         (bus_dispatch_test): Actually call check_get_connection_unix_user();
6344         also call check_get_connection_unix_process_id()
6345         
6346         * bus/driver.c:
6347         (bus_driver_handle_get_connection_unix_process_id): New function,
6348         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
6349         interface
6350         
6351         * dbus/dbus-auth.c:
6352         (handle_server_data_external_mech): Set pid from the credentials
6353         obtained from the socket
6354         
6355         * dbus/dbus-connection.c:
6356         (dbus_connection_get_unix_process_id): New function
6357         
6358         * dbus/dbus-connection.h: 
6359         Add prototype for dbus_connection_get_unix_process_id
6360         
6361         * dbus/dbus-transport.c:
6362         (_dbus_transport_get_unix_process_id): New function
6363         
6364         * dbus/dbus-transport.h:
6365         Add prototype for _dbus_transport_get_unix_process_id
6366         
6367 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6368
6369         * dbus/dbus-message.c: Message counter fix, patch by Christian
6370         Hammond <chipx86@gnupdate.org>
6371
6372 2004-07-18  Seth Nickell  <seth@gnome.org>
6373
6374         * python/dbus.py:
6375         * python/dbus_bindings.pyx.in:
6376         * python/tests/test-client.py:
6377
6378         Add dbus.ByteArray and dbus_bindings.ByteArray
6379         types so that byte streams can be passed back.
6380
6381         Give jdahlin the heaps of credit that are so
6382         rightfully his.
6383         
6384 2004-07-12  Seth Nickell  <seth@gnome.org>
6385
6386         * python/dbus.py:
6387
6388         Add message argument to the default object_method_handler
6389         function.
6390         
6391         * python/dbus_bindings.pyx.in:
6392
6393         Automatically return NIL when passed an empty list
6394         (we can't pass back a list since lists are typed
6395         and we don't have any idea what type the the client
6396         intended the list to be... :-( )
6397         
6398 2004-07-10  Seth Nickell  <seth@gnome.org>
6399
6400         * python/examples/Makefile.am:
6401
6402         Fix distcheck breakage caused by new examples.
6403
6404 2004-07-10  Seth Nickell  <seth@gnome.org>
6405
6406         * python/dbus.py:
6407
6408         Add "message" argument to service-side dbus.Object
6409         methods. This will break existing services written
6410         using the python bindings, but will allow extraction
6411         of all the message information (e.g. who its from).
6412
6413         Add improved "object oriented" signal handling/emission.
6414         
6415         * python/examples/example-service.py:
6416
6417         Nix this example.
6418         
6419         * python/examples/example-signal-emitter.py:
6420         * python/examples/example-signal-recipient.py:
6421
6422         Two new examples that show how to emit and receive
6423         signals using the new APIs.
6424         
6425         * python/examples/example-signals.py:
6426         * python/examples/gconf-proxy-service.py:
6427         * python/examples/gconf-proxy-service2.py:
6428
6429         Add "message" argument to service methods.
6430
6431 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
6432
6433         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
6434         * dbus/bus.c (dbus_bus_get_unix_user)
6435         * doc/dbus-specification.xml: implement GetConnectionUnixUser
6436         method of org.freedesktop.DBus interface.
6437
6438         * bus/dispatch.c: test case
6439
6440 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
6441
6442         * python/Makefile.am: switched include directory from glib/ to dbus/
6443         since dbus-glib.h moved
6444  
6445 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6446
6447         * configure.in: prevent building the gcj stuff and libxml loader
6448         since they are broken.
6449
6450 2004-06-20  Havoc Pennington  <hp@redhat.com>
6451
6452         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
6453         codes from the dbus error names
6454         
6455         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
6456         as dbus/dbus-glib.h and that breakage is now visible due to 
6457         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
6458         
6459         * glib/dbus-glib.h: s/gproxy/g_proxy/
6460
6461         * dbus/dbus-shared.h: new header to hold stuff shared with
6462         binding APIs
6463         
6464         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
6465         than dbus-errors.h
6466
6467         * glib/dbus-glib.h (dbus_set_g_error): move to
6468         dbus-glib-lowlevel.h
6469
6470         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
6471         of stuff to enable this
6472
6473         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
6474
6475         * a bunch of other changes with the same basic "separate glib 
6476         bindings from dbus.h" theme
6477         
6478 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
6479
6480         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
6481
6482         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
6483
6484 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6485
6486         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
6487         the reply value of the ServiceExists message.
6488
6489 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
6490
6491         * python/dbus_bindings.pyx.in: No longer need to parse path
6492         elements and pass them as arrays of strings.  The C API now
6493         accepts plain path strings.
6494         (_build_parsed_path): removed 
6495
6496 2004-06-07  Havoc Pennington  <hp@redhat.com>
6497
6498         * doc/TODO: remove auto-activation item since it's done; sort
6499         items by importance/milestone
6500
6501 2004-06-07  Havoc Pennington  <hp@redhat.com>
6502
6503         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
6504         random signature when using REQUIRED_FIELDS (this hack won't work
6505         in the long term)
6506
6507         * dbus/dbus-message.c: change the signature to be a header field,
6508         instead of message->signature special-case string. Incremental
6509         step forward. Then we can fix up code to send the signature in the
6510         message, then fix up code to validate said signature, then fix up
6511         code to not put the typecodes inline, etc.
6512         (load_one_message): don't make up the signature after the fact
6513         (decode_header_data): require signature field for the known
6514         message types
6515
6516         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
6517
6518         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
6519
6520 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
6521
6522         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
6523
6524         * mono/Handler.cs: Updated to follow new path argument for
6525         (un-)registering objects.
6526
6527         * mono/example/Makefile.am:
6528         * mono/Makefile.am:
6529         * configure.in: Bumped required version for mono and use new -pkg
6530         syntax for deps
6531
6532 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6533
6534         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
6535         registration functions take the path argument as char* instead of
6536         char**.
6537
6538         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
6539         split off the path decompostion part of
6540         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
6541         warnings. 
6542
6543         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
6544         
6545 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
6546  
6547         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
6548         machine approach.  A state is implemented as a function that
6549         handles incoming events as specified for that state.
6550         
6551         * doc/dbus-specification.xml: Update auth protocol state machine
6552         specification to match implementation.  Remove some leftover
6553         base64 examples.
6554
6555 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
6556
6557         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
6558         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
6559         quiet doxygen.
6560
6561         * Doxyfile.in: remove deprecated options.
6562
6563         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
6564         glib/test-thread.h, glib/test-thread-client.c,
6565         glib/test-thread-server.c, glib/test-profile.c,
6566         glib/test-dbus-glib.c: remove these unused files.
6567
6568 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6569
6570         * dbus/dbus-object-tree.c
6571         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
6572         non-fallback handlers (bug #684).
6573         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
6574         (find_subtree_recurse): report wether the returned subtree is an
6575         exact match or a "fallback" match higher up in the tree.
6576         (object_tree_test_iteration): update test case.
6577
6578 2004-06-01  Seth Nickell  <seth@gnome.org>
6579
6580         * python/dbus_bindings.pyx.in:
6581         * python/tests/test-client.py:
6582
6583         Round off basic type support. Add dicts (yay!), and 
6584         remaining array types.
6585
6586         Make MessageIter more general so it works for dicts too.
6587
6588         Mark all loop variables as C integers.
6589         
6590 2004-05-31  Havoc Pennington  <hp@redhat.com>
6591
6592         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
6593         "in" before "out"
6594
6595         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
6596
6597         * glib/dbus-glib-tool.c (main): set up to have a --self-test
6598         option that runs the tests, and start filling in some code
6599         including for starters just dumping the interfaces to stdout
6600
6601         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
6602
6603         * test/data/valid-introspection-files/lots-of-types.xml: test of
6604         an example introspection file
6605
6606         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
6607         "node" (I think...)
6608
6609 2004-05-31  Seth Nickell  <seth@gnome.org>
6610
6611         * python/dbus_bindings.pyx.in:
6612         * python/tests/test-client.py:
6613
6614         Test Suite: 1
6615         Python Bindings: 0
6616
6617         Fix string array memory trashing bug... oops...
6618
6619 2004-05-30  Seth Nickell  <seth@gnome.org>
6620
6621         * python/dbus.py:
6622
6623         Add a nicer-but-less-flexible alternate API for handling 
6624         calls to virtual objects in dbus.ObjectTree.
6625
6626         Screw up the argument order to the dbus.Object constructor
6627         for consistency with dbus.ObjectTree (and to make dbus_methods
6628         optional for future extension)
6629         
6630         * python/examples/Makefile.am:
6631         * python/examples/gconf-proxy-service.py:
6632         * python/examples/gconf-proxy-service2.py:
6633
6634         Alternate implementation of gconf-proxy-service using the
6635         nicer dbus.ObjectTree API.
6636         
6637         * python/examples/example-service.py:
6638         * python/tests/test-server.py
6639
6640         Reverse the argument order to deal with dbus.Object constructor
6641         changes.
6642         
6643 2004-05-30  Seth Nickell  <seth@gnome.org>
6644
6645         * python/examples/example-client.py:
6646         * python/examples/example-service.py:
6647
6648         Take it back. Lists seem to work but they're broken
6649         in the test suite. Make the base examples use
6650         lists (works fine).
6651
6652 2004-05-30  Seth Nickell  <seth@gnome.org>
6653
6654         * python/dbus_bindings.pyx.in:
6655         * python/tests/test-client.py:
6656
6657         Add some more tests and fix errors that crop up.
6658         Unfortunately, currently it seems like marshalling
6659         and unmarshalling of lists is completely broken :-(
6660
6661 2004-05-30  Seth Nickell  <seth@gnome.org>
6662
6663         * python/dbus_bindings.pyx.in:
6664
6665         Add support for ObjectPath type.
6666
6667         * python/dbus.py:
6668
6669         Refactor message handling code to a common function.
6670         
6671         * python/tests/test-client.py:
6672         * python/tests/test-server.py:
6673
6674         Add tests that check to make sure values of all types
6675         can be echoed from a service w/o mangling.
6676         
6677 2004-05-29  Seth Nickell  <seth@gnome.org>
6678
6679         * python/dbus.py:
6680
6681         Add ObjectTree class which allows implementation
6682         of trees of "virtual" objects. Basically the python
6683         wrapper for "register_fallback".
6684         
6685         * python/examples/Makefile.am
6686         * python/examples/gconf-proxy-client.py:
6687         * python/examples/gconf-proxy-service.py:
6688
6689         Implement a simple GConf proxy service that supports
6690         get/set on string and int GConf keys using the ObjectTree.
6691         
6692 2004-05-29  Seth Nickell  <seth@gnome.org>
6693
6694         * python/dbus.py:
6695         * python/examples/example-client.py:
6696         * python/examples/example-service.py:
6697         * python/examples/list-system-services.py:
6698
6699         Add SessionBus, SystemBus and ActivationBus classes
6700         so you don't need to know the special little BUS_TYPE
6701         flag.
6702         
6703 2004-05-29  Havoc Pennington  <hp@redhat.com>
6704
6705         * bus/config-parser.c (process_test_valid_subdir): temporarily
6706         stop testing config parser OOM handling, since expat has issues
6707         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
6708
6709         * bus/dbus-daemon-1.1.in: change requested_reply to
6710         send_requested_reply/receive_requested_reply so we can send the
6711         replies, not just receive them.
6712
6713         * bus/config-parser.c: parse the new
6714         send_requested_reply/receive_requested_reply
6715
6716         * bus/policy.c (bus_client_policy_check_can_send): add
6717         requested_reply argument and use it
6718
6719         * bus/bus.c (bus_context_check_security_policy): pass through
6720         requested_reply status to message send check
6721
6722         * bus/system.conf.in: adapt to requested_reply change
6723         
6724 2004-05-28  Havoc Pennington  <hp@redhat.com>
6725
6726         * test/glib/test-service-glib.c (main): remove unused variable
6727
6728         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
6729
6730         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
6731         from the enum, no longer in use.
6732
6733         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
6734         works right.
6735
6736         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
6737         whether error_name passed in is a valid error name.
6738
6739 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
6740
6741         * dbus/dbus-message.c (dbus_message_get_args): Added support for
6742         OBJECT_PATH and OBJECT_PATH_ARRAY
6743
6744 2004-05-28  Seth Nickell  <seth@gnome.org>
6745
6746         * python/examples/Makefile.am:
6747
6748         Forget to add Makefile.am. Do not pass go.
6749
6750 2004-05-28  Michael Meeks  <michael@ximian.com>
6751
6752         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
6753         fix no int64 case.
6754
6755         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
6756
6757         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
6758         (_dbus_message_iter_get_basic_type_array): impl.
6759         drastically simplify ~all relevant _get methods to use these.
6760         (_dbus_message_iter_append_basic_array),
6761         (dbus_message_iter_append_basic): impl
6762         drastically simplify ~all relevant _append methods to use these.
6763
6764         * dbus/dbus-message-builder.c (parse_basic_type) 
6765         (parse_basic_array, lookup_basic_type): impl.
6766         (_dbus_message_data_load): prune scads of duplicate /
6767         cut & paste coding.
6768
6769         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
6770         (_dbus_demarshal_basic_type): implement,
6771         (demarshal_and_validate_len/arg): beef up debug.
6772         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
6773
6774 2004-05-27  Seth Nickell  <seth@gnome.org>
6775
6776         * configure.in:
6777         * python/Makefile.am:
6778
6779         Include the example python apps in the tarball.
6780         
6781         * python/examples/list-system-services.py
6782
6783         Add a python new example that fetches the list of services
6784         from the system bus.
6785         
6786 2004-05-27  Seth Nickell  <seth@gnome.org>
6787
6788         * python/dbus.py:
6789         * python/dbus_bindings.pyx.in:
6790
6791         Fix failure to notify that a signal was not handled,
6792         resulted in hung functions.
6793         
6794 2004-05-25  Colin Walters  <walters@redhat.com>
6795
6796         * tools/dbus-monitor.c (main): Monitor all types of messages.
6797
6798 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
6799
6800         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
6801         which unregisters the object path and disposes the handler.
6802
6803 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
6804  
6805         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
6806          
6807         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
6808         operands to && so we call dbus_message_iter_next () for the last
6809         argument also.
6810
6811 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6812
6813         * dbus/dbus-object-tree.c
6814         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
6815         children even if the requested path isn't registered.
6816         (object_tree_test_iteration): test object_tree_list_registered.
6817
6818         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
6819         it to 0.
6820         
6821 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
6822
6823         * doc/TODO: Remove resolved items.
6824
6825         * bus/expirelist.h (struct BusExpireList): remove unused n_items
6826         field.
6827         
6828         * bus/connection.c (bus_connections_expect_reply): Enforce the
6829         per-connection limit on pending replies.
6830         
6831         Patch from Jon Trowbridge <trow@ximian.com>:
6832  
6833         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
6834         up a watch that triggers a config reload when one end of the pipe
6835         becomes readable.
6836         (signal_handler): Instead of doing the config reload in our SIGHUP
6837         handler, just write to the reload pipe and let the associated
6838         watch handle the reload when control returns to the main loop.
6839  
6840         * bus/driver.c (bus_driver_handle_reload_config): Added.
6841         Implements a ReloadConfig method for requesting a configuration
6842         file reload via the bus driver.
6843  
6844 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
6845
6846         * HACKING: Updated release instructions concerning the wiki page.
6847
6848 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
6849
6850         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
6851         filter against auth->allowed_mechs; we only add allowed mechs in
6852         record_mechanisms().
6853  
6854         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
6855         ALLOWED_MECHS to auth-script format so we can set the list of
6856         allowed mechanisms.
6857  
6858         * data/auth/client-out-of-mechanisms.auth-script: New test to
6859         check client disconnects when it is out of mechanisms to try.
6860  
6861         * dbus/dbus-auth.c (process_command): Remove check for lines
6862         longer that 1 MB; we only buffer up maximum 16 kB.
6863  
6864         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
6865         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
6866         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
6867         assume there might be unused bytes.
6868  
6869         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
6870         client-out-of-mechs, it is handled in process_reject(). Move check
6871         for max failures to send_rejected(), as it's a server-only thing.
6872
6873         * dbus/dbus-auth.c: Factor out protocol reply code into functions
6874         send_auth(), send_data(), send_rejected(), send_error(),
6875         send_ok(), send_begin() and send_cancel().
6876
6877 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
6878
6879         Remove base64 encoding, replace with hex encoding. Original patch
6880         from trow@ximian.com, added error handling.
6881
6882         * dbus/dbus-string.c (_dbus_string_base64_encode)
6883         (_dbus_string_base64_decode): Remove.
6884         (_dbus_string_hex_decode): Add end_return argument so we can
6885         distinguish between OOM and invalid hex encoding.
6886         (_dbus_string_test): Remove base64 tests and add test case for
6887         invalid hex.
6888
6889         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
6890         Replace base64 with hex.
6891
6892         * test/data/auth/invalid-hex-encoding.auth-script: New test case
6893         for invalid hex encoded data in auth protocol.
6894
6895 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6896
6897         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
6898         leak.
6899
6900 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
6901
6902         * mono/dbus-sharp.dll.config.in: Added for GAC
6903         * mono/dbus-sharp.snk: Added for GAC
6904         * mono/Assembly.cs.in: Added for GAC
6905         * mono/Makefile.am: Changes for GAC installation        
6906         * configure.in: Added refs for dbus-sharp.dll.config.in and
6907         Assembly.cs.in. More fixes for mono testing
6908         * mono/example/Makefile.am: Changed var to CSC
6909         * Makefile.am: Changed flag name to DBUS_USE_CSC
6910
6911 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
6912
6913         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
6914         * mono/doc/*: Added documentation framework
6915         * configure.in: Added monodoc check
6916         * README: Added description of mono configure flags
6917
6918 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
6919
6920         * doc/dbus-specification.xml: Added a "Required" column to the 
6921         header fields table and changed the "zero or more" verbage in
6922         the above paragraph to read "The header must contain the required 
6923         named header fields and zero or more of the optional named header 
6924         fields".
6925         * test/data/invalid-messages/*.message: Added the required PATH 
6926         named header field to the tests so that they don't fail on 
6927         'Missing path field'
6928
6929 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
6930
6931         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
6932         the stack by implicitly defining variable and parameter types and
6933         removing the hack of defining C pointers as python objects and later
6934         casting them.
6935
6936 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
6937
6938         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
6939
6940 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
6941
6942         * mono/DBusType/Dict.cs: Handle empty dicts
6943         * mono/DBusType/Array.cs: Handle empty arrays
6944         * mono/Arguments.cs: Handle empty arguments
6945
6946 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
6947
6948         * dbus-sharp.pc.in: Modified to include include Libs and Requires
6949         field
6950
6951 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
6952
6953         * test/data/valid-messages/standard-*.message: Update message
6954         test scripts to new header field names.
6955
6956 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
6957
6958         * test/break-loader.c (randomly_do_n_things): tracked down buffer
6959         overflow to times_we_did_each_thing array which would chop off the
6960         first character of the failure_dir string. Increased the size of
6961         the array to 7 to reflect the number of random mutation functions
6962         we have.
6963
6964 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
6965
6966         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
6967         unix_server->watch here, it is unreffed in disconnect.
6968         (_dbus_server_new_for_tcp_socket): convert NULL host to
6969         "localhost" here so we don't append NULL to address.
6970         
6971         * dbus/dbus-server.c (_dbus_server_test): Add test case for
6972         various addresses, including tcp with no explicit host.
6973
6974 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
6975
6976         * dbus/dbus-message.c (decode_header_data, decode_string_field):
6977         fix incorrect setting of .name_offset in the HeaderField (it was
6978         off by two bytes, positioned right after the name and typecode)
6979
6980         * bus/bus.c (bus_context_new, bus_context_unref): test before
6981         calling dbus_server_free_data_slot and _dbus_user_database_unref
6982         in case of an error.
6983
6984         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
6985         by libdbus-gtool.
6986
6987 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
6988
6989         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
6990         _dbus_poll() instead of select().
6991
6992 2004-04-15  Jon Trowbridge  <trow@ximian.com>
6993
6994         * bus/main.c (signal_handler): Reload the configuration files
6995         on SIGHUP.
6996         (main): Set up our SIGHUP handler.
6997
6998         * bus/bus.c (struct BusContext): Store the config file, user and
6999         fork flag in the BusContext.
7000         (process_config_first_time_only): Added.  Contains the code
7001         (previously in bus_context_new) for setting up the BusContext from
7002         the BusConfigParser that should only be run the first time the
7003         config files are read.
7004         (process_config_every_time): Added.  Contains the code (previously
7005         in bus_context_new) for setting up the BusContext from the
7006         BusConfigParser that should be run every time the config files are
7007         read.
7008         (load_config): Added.  Builds a BusConfigParser from the config
7009         files and passes the resulting structure off to
7010         process_config_first_time_only (assuming this is the first time)
7011         and process_config_every_time.
7012         (bus_context_new): All of the config-related code has been moved
7013         to process_config_first_time_only and process_config_every_time.
7014         Now this function just does the non-config-related initializations
7015         and calls load_config.
7016         (bus_context_reload_config): Added.
7017
7018 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7019
7020         * bus/driver.c (bus_driver_handle_get_service_owner):
7021         implement a GetServiceOwner method.
7022         * doc/dbus-specification.xml: document it.
7023         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
7024         
7025         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
7026         implement, using the bus GetServiceOwner method.
7027
7028         * test/glib/test-dbus-glib.c:
7029         use dbus_gproxy_new_for_service_owner so that we can receive the
7030         signal. 
7031
7032 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
7033
7034         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
7035         dbus/dbus-message.c, dbus/dbus-protocol.h
7036         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
7037
7038         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
7039         dbus/dbus-message.c, dbus/dbus-protocol.h
7040         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
7041
7042         * dbus/dbus-internals.c (_dbus_header_field_to_string):
7043         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
7044         DBUS_HEADER_FIELD_SENDER resolves to "sender"
7045
7046         * doc/dbus-specification.xml (Header Fields Table):
7047         s/SERVICE/DESTINATION
7048         s/SENDER_SERVICE/SENDER
7049
7050
7051 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7052
7053         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
7054         a few seconds.
7055
7056 2004-04-13  Michael Meeks  <michael@ximian.com>
7057
7058         * glib/dbus-gobject.c (handle_introspect): split out
7059         (introspect_properties): this.
7060         (handle_introspect): implement this.
7061
7062         * test/glib/Makefile.am: use the absolute path so the bus
7063         daemon's chdir ("/") doesn't kill us dead.
7064
7065         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
7066
7067 2004-04-12  Jon Trowbridge  <trow@ximian.com>
7068
7069         * bus/config-parser.c (struct BusConfigParser): Added
7070         included_files field.
7071         (seen_include): Added.  Checks whether or not a file has already
7072         been included by any parent BusConfigParser.
7073         (bus_config_parser_new): Copy the parent's included_files.
7074         (include_file): Track which files have been included, and fail on
7075         circular inclusions.
7076         (process_test_valid_subdir): Changed printf to report if we are
7077         testing valid or invalid conf files.
7078         (all_are_equiv): Changed printf to be a bit clearer about
7079         what we are actually doing.
7080         (bus_config_parser_test): Test invalid configuration files.
7081
7082 2004-04-09  Jon Trowbridge  <trow@ximian.com>
7083
7084         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
7085         argument.  If non-null, the newly-constructed BusConfigParser will
7086         be initialized with the parent's BusLimits instead of the default
7087         values.
7088         (include_file): When including a config file, pass in
7089         the current parser as the parent and then copy the BusLimits
7090         from the included BusConfigParser pack to the current parser.
7091         (process_test_valid_subdir): Renamed from process_test_subdir.
7092         (process_test_equiv_subdir): Added.  Walks through a directory,
7093         descending into each subdirectory and loading the config files
7094         it finds there.  If any subdirectory contains two config files
7095         that don't produce identical BusConfigParser structs, fail.
7096         For now, the BusConfigParser's BusPolicies are not compared.
7097         (bus_config_parser_test): Call both process_test_valid_subdir and
7098         process_test_equiv_subdir.
7099
7100         * bus/config-loader-libxml.c (bus_config_load): Take a parent
7101         argument and pass it along to the call to bus_config_parser_new.
7102         Also made a few small changes to allow this code to compile.
7103
7104         * bus/config-loader-expat.c (bus_config_load): Take a parent
7105         argument and pass it along to the call to bus_config_parser_new.
7106
7107         * bus/bus.c (bus_context_new): Load the config file
7108         with a NULL parent argument.
7109
7110 2004-03-29  Michael Meeks  <michael@ximian.com>
7111
7112         * glib/dbus-gobject.c (introspect_properties): split
7113         out, fix mangled 'while' flow control.
7114         (introspect_signals): implement.
7115         (handle_introspect): update.
7116
7117 2004-03-29  Michael Meeks  <michael@ximian.com>
7118
7119         * glib/dbus-gobject.c (set_object_property): split out / 
7120         re-work, use the property type, and not the message type(!)
7121         (get_object_property): ditto.
7122
7123         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
7124         (dbus_gvalue_marshal): make this code re-usable, needed
7125         for signals too, also on both proxy and server side.
7126         Re-write for more efficiency / readability.
7127
7128 2004-03-29  Michael Meeks  <michael@ximian.com>
7129
7130         * dbus/dbus-message.c
7131         (dbus_message_new_error_printf): impl.
7132
7133         * dbus/dbus-connection.c
7134         (dbus_connection_unregister_object_path): fix warning.
7135
7136         * configure.in: fix no-mono-installed situation.
7137
7138 2004-03-27  Havoc Pennington  <hp@redhat.com>
7139
7140         Patch from Timo Teräs:
7141         
7142         * tools/dbus-send.c (main): if --print-reply, assume type is
7143         method call; support boolean type args
7144         
7145         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
7146         bunch of memleak and logic bugs
7147         
7148 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
7149
7150         * mono/Arguments.cs:
7151         * mono/Introspector.cs:
7152         * mono/Handler.cs:
7153         * mono/InterfaceProxy.cs:
7154         * mono/Message.cs
7155         * mono/ProxyBuilder.cs:
7156         * mono/Service.cs:
7157         Added InterfaceProxy class to avoid building proxies for every
7158         object.
7159
7160         * dbus-message.h:
7161         * dbus-message.c (dbus_message_append_args_valist)
7162         (dbus_message_iter_get_object_path)
7163         (dbus_message_iter_get_object_path_array)
7164         (dbus_message_iter_append_object_path)
7165         (dbus_message_iter_append_object_path_array):
7166         Added object_path iter functions to handle OBJECT_PATH arguments
7167         
7168 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
7169
7170         First checkin of mono bindings.
7171         * configure.in:
7172         * Makefile.am:
7173         Build stuff for the bindings
7174         * dbus-sharp.pc.in: Added for pkgconfig
7175         
7176 2004-03-21  Havoc Pennington  <hp@redhat.com>
7177
7178         * test/test-service.c (main): remove debug spew
7179
7180 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7181
7182         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
7183         arrays
7184
7185         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
7186         (dbus_message_iter_init_array_iterator)
7187         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
7188         indicate whether the iterator is empty
7189
7190         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
7191         warnings
7192
7193 2004-03-19  Havoc Pennington  <hp@redhat.com>
7194
7195         * NEWS: 0.21 updates
7196
7197         * configure.in: 0.21
7198
7199         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
7200         
7201         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
7202         you don't need pyrex to make dist
7203
7204         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
7205         sources; run moc
7206         
7207 2004-03-18  Richard Hult  <richard@imendio.com>
7208
7209         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
7210         (dbus_message_set_auto_activation): Add doxygen docs.
7211
7212 2004-03-16  Richard Hult  <richard@imendio.com>
7213
7214         * bus/activation.c: (bus_activation_service_created),
7215         (bus_activation_send_pending_auto_activation_messages),
7216         (bus_activation_activate_service):
7217         * bus/activation.h:
7218         * bus/dispatch.c: (bus_dispatch),
7219         (check_nonexistent_service_auto_activation),
7220         (check_service_auto_activated),
7221         (check_segfault_service_auto_activation),
7222         (check_existent_service_auto_activation), (bus_dispatch_test):
7223         * bus/driver.c: (bus_driver_handle_activate_service):
7224         * bus/services.c: (bus_registry_acquire_service):
7225         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
7226         (dbus_message_get_auto_activation):
7227         * dbus/dbus-message.h:
7228         * dbus/dbus-protocol.h: Implement auto-activation.
7229         
7230         * doc/dbus-specification.xml: Add auto-activation to the spec.
7231
7232 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
7233
7234         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
7235         fix a bug with CUSTOM types.
7236
7237         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
7238         a unit test for this bug (used to fail).
7239
7240 2004-03-12  Mikael Hallendal  <micke@imendio.com>
7241
7242         * bus/activation.c:
7243         (babysitter_watch_callback): notify all pending activations waiting for
7244           the same exec that the activation failed.
7245         (bus_activation_activate_service): shortcut the activation if we 
7246           already waiting for the same executable to start up.
7247
7248 2004-03-12  Mikael Hallendal  <micke@imendio.com>
7249
7250         * bus/activation.c: 
7251         - Added service file reloading. 
7252           Each service files directory is kept in an hash table in 
7253           BusActivation and each BusActivationEntry knows what .service-file it
7254           was read from. So when you try to activate a service the bus will 
7255           check if it's been updated, removed or if new .service-files has 
7256           been installed.
7257         - Test code at the bottom for the service file reloading.
7258         * bus/test-main.c: (main):
7259         * bus/test.h:
7260         - added service reloading test.
7261         * dbus/dbus-sysdeps.c: 
7262         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
7263
7264 2004-03-08  Michael Meeks  <michael@ximian.com>
7265
7266         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
7267         bail immediately if disconnected, to avoid busy loop.
7268
7269         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
7270         cleanup cut/paste/inefficiency.
7271
7272 2004-03-01  David Zeuthen  <david@fubar.dk>
7273
7274         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
7275         bug where args were used twice. This bug resulted in a segfault
7276         on a Debian/PPC system when starting the messagebus daemon. Include
7277         dbus-sysdeps.h for DBUS_VA_COPY
7278
7279         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
7280
7281         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
7282         appropriate va_copy implementation. From GLib
7283         
7284 2004-02-24  Joe Shaw  <joe@ximian.com>
7285
7286         * bus/services.c (bus_registry_acquire_service): We need to pass
7287         in the service name to dbus_set_error() to prevent a crash.
7288
7289 2003-12-26  Anders Carlsson  <andersca@gnome.org>
7290
7291         * AUTHORS: Reveal my True identity.
7292
7293 2003-12-17  Mikael Hallendal  <micke@imendio.com>
7294
7295         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
7296         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
7297
7298 2003-12-13  Mikael Hallendal  <micke@imendio.com>
7299
7300         * doc/TODO: Added not about better error check of configuration files.
7301
7302 2003-12-02  Richard Hult  <richard@imendio.com>
7303
7304         * Update AFL version to 2.0 throughout the source files to reflect
7305         the update that was done a while ago.
7306
7307 2003-12-02  Richard Hult  <richard@imendio.com>
7308
7309         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
7310         wrote_dict_key to FALSE on the iter that the dict is appended to,
7311         just like when appending other types. Fixes a bug where a dict
7312         couldn't be put inside a dict.
7313         (dbus_message_iter_append_dict_key): Fix typo in warning message.
7314         (message_iter_test, _dbus_message_test): Add test case for dict
7315         inside dict.
7316
7317 2003-12-01  David Zeuthen  <david@fubar.dk>
7318
7319         * python/dbus.py: Add the actual message when calling the reciever
7320         of a signal such that parameters can be inspected. Add the method
7321         remove_signal_receiver
7322         
7323 2003-11-26  Mikael Hallendal  <micke@imendio.com>
7324
7325         * bus/*.[ch]:
7326         * dbus/*.[ch]:
7327         * glib/*.[ch]: Made ref functions return the pointer
7328
7329 2003-11-25  Zack Rusin  <zack@kde.org>
7330
7331         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
7332
7333         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
7334         wrappers,
7335
7336         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
7337         the Integrator and to better fit with the server,
7338
7339 2003-11-24  Zack Rusin  <zack@kde.org>
7340
7341         * qt/connection.h, qt/connection.cpp: removing initDbus method since
7342         the integrator handles it now
7343
7344         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
7345         since QTimer wasn't really meant to be used the way DBusTimeout is
7346
7347 2003-11-24  Zack Rusin  <zack@kde.org>
7348
7349         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
7350         Integrator class which integrates D-BUS with the Qt event loop,
7351
7352         * qt/connection.h, qt/connection.cpp: Move all the code which
7353         was dealing with D-BUS integration to the Integrator class,
7354         and start using Integrator,
7355
7356 2003-11-23  Zack Rusin  <zack@kde.org>
7357
7358         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
7359         wrapper
7360
7361         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
7362         switching namespaces to DBusQt, reworking the class,
7363
7364         * Makefile.cvs: switching dependencies so that it matches KDE 
7365         schematics,
7366         
7367         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
7368         the library
7369
7370 2003-11-19  Havoc Pennington  <hp@redhat.com>
7371
7372         * NEWS: update
7373
7374         * configure.in: bump version to 0.20
7375
7376         * configure.in (have_qt): add yet another place to look for qt
7377         (someone hand trolltech a .pc file...)
7378
7379 2003-11-01  Havoc Pennington  <hp@redhat.com>
7380
7381         * doc/dbus-specification.xml: add state machine docs on the auth
7382         protocol; just a first draft, I'm sure it's wrong.      
7383
7384 2003-10-28  David Zeuthen  <david@fubar.dk>
7385
7386         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
7387         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
7388         
7389 2003-10-28  Havoc Pennington  <hp@redhat.com>
7390
7391         * dbus/dbus-message.c (get_next_field): delete unused function
7392
7393 2003-10-28  Havoc Pennington  <hp@redhat.com>
7394
7395         * bus/expirelist.c (do_expiration_with_current_time): detect
7396         failure of the expire_func due to OOM
7397
7398         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
7399
7400         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
7401         NoReply error that's now created by the bus when the service exits
7402
7403 2003-10-28  Havoc Pennington  <hp@redhat.com>
7404
7405         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
7406         tests for set_path, set_interface, set_member, etc.
7407
7408         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
7409
7410         * dbus/dbus-message.c (set_string_field): always just delete and
7411         re-append the field; accept NULL for deletion
7412         (re_align_fields_recurse): reimplement
7413         
7414 2003-10-26  Havoc Pennington  <hp@redhat.com>
7415
7416         * dbus/dbus-connection.c: fix docs to properly describe the
7417         disconnected message
7418         (_dbus_connection_notify_disconnected): remove this function; 
7419         we can't synchronously add the disconnected message, we have to 
7420         do it after we've queued any remaining real messages
7421         (_dbus_connection_get_dispatch_status_unlocked): queue the
7422         disconnect message only if the transport has finished queueing all
7423         its real messages and is disconnected.
7424         (dbus_connection_disconnect): update the dispatch status here
7425
7426 2003-10-22  Havoc Pennington  <hp@redhat.com>
7427
7428         * bus/bus.c (bus_context_check_security_policy): fix up assertion
7429
7430         * bus/connection.c (bus_transaction_send_from_driver): set the
7431         destination to the connection's base service
7432
7433 2003-10-20  Havoc Pennington  <hp@redhat.com>
7434
7435         hmm, make check is currently not passing.
7436         
7437         * doc/dbus-specification.xml: add requirement that custom type
7438         names follow the same rules as interface names.
7439
7440         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
7441         duplication and allow 'c' to be 'custom'; dict is now 'm' for
7442         'map'
7443
7444         * doc/dbus-specification.xml: update type codes to match
7445         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
7446         CUSTOM. Add type OBJECT_PATH to the spec.
7447
7448 2003-10-17  Havoc Pennington  <hp@redhat.com>
7449
7450         * bus/driver.c (create_unique_client_name): use "." as separator
7451         in base service names instead of '-'
7452
7453         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
7454         byte at the end of the string
7455
7456         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
7457         optimization macros since string validation seems to be a slow
7458         point.
7459         
7460         * doc/dbus-specification.xml: restrict valid
7461         service/interface/member/error names. Add test suite code for the
7462         name validation.
7463
7464         * dbus/dbus-string.c: limit service/interface/member/error names 
7465         to [0-9][A-Z][a-z]_
7466
7467         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
7468         format arg to verbose spew
7469
7470         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
7471         memory, return instead of g_error
7472
7473         * test/test-service.c (path_message_func): support emitting a
7474         signal on request
7475
7476         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
7477         activation bus type if DBUS_BUS_ACTIVATION was set; default to
7478         assuming the activation bus was the session bus so that services
7479         started manually will still register.
7480         (init_connections_unlocked): fix so that in OOM situation we get
7481         the same semantics when retrying the function
7482         
7483         * test/test-service.c (main): change to use path registration, to
7484         test those codepaths; register with DBUS_BUS_ACTIVATION rather
7485         than DBUS_BUS_SESSION
7486
7487 2003-10-16  Havoc Pennington  <hp@redhat.com>
7488
7489         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
7490
7491         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
7492         coverage of the tests
7493         (coverage-report.txt): don't move the .da and .bbg files around
7494
7495 2003-10-16  Havoc Pennington  <hp@redhat.com>
7496
7497         * bus/bus.c (struct BusContext): remove struct field I didn't mean
7498         to put there
7499
7500 2003-10-16  Havoc Pennington  <hp@redhat.com>
7501
7502         * bus/connection.c (bus_pending_reply_expired): either cancel or
7503         execute, not both
7504         (bus_connections_check_reply): use unlink, not remove_link, as we
7505         don't want to free the link; fixes double free mess
7506
7507         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
7508         where no reply was received
7509
7510         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
7511         fix a refcount leak
7512
7513         * bus/signals.c (match_rule_matches): add special cases for the
7514         bus driver, so you can match on sender/destination for it.
7515
7516         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
7517         DBUS_PRINT_BACKTRACE is set
7518
7519         * dbus/dbus-internals.c: add pid to assertion failure messages
7520
7521         * dbus/dbus-connection.c: add message type code to the debug spew
7522
7523         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
7524         sender=foo not service=foo
7525
7526         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
7527         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
7528         DBUS_ACTIVATION_ADDRESS instead
7529
7530         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
7531         DBUS_SYSTEM_BUS_ADDRESS if appropriate
7532
7533         * bus/bus.c (bus_context_new): handle OOM copying bus type into
7534         context struct
7535
7536         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
7537         (dbus_message_iter_get_object_path_array): new function (half
7538         finished, disabled for the moment)
7539         
7540         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
7541         DBUS_MESSAGE_TYPE_ERROR
7542
7543         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
7544         avoid redirecting stderr to /dev/null
7545         (babysit): close stdin if not doing the "exit_with_session" thing
7546
7547         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
7548         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
7549         stdout/stdin, so things don't get confused
7550         
7551         * bus/system.conf.in: fix to allow replies, I modified .conf
7552         instead of .conf.in again.
7553
7554 2003-10-14  David Zeuthen  <david@fubar.dk>
7555
7556         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
7557         argtype to arg_type when raising unknown arg type exception.
7558         Changed type list to reflect the changes in dbus-protocol.h so 
7559         the bindings actually work.
7560
7561 2003-10-14  Havoc Pennington  <hp@redhat.com>
7562
7563         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
7564         to have a bug keeping it from outputting the .da files sometimes
7565         (string_get_string): don't append garbage nul bytes to the string.
7566
7567 2003-10-15  Seth Nickell  <seth@gnome.org>
7568
7569         * python/Makefile.am:
7570
7571         Include dbus_h_wrapper.h in the dist tarball.
7572
7573 2003-10-14  Havoc Pennington  <hp@redhat.com>
7574
7575         * bus/bus.c (bus_context_check_security_policy): revamp this to
7576         work more sanely with new policy-based requested reply setup
7577
7578         * bus/connection.c (bus_transaction_send_from_driver): set bus
7579         driver messages as no reply
7580
7581         * bus/policy.c (bus_client_policy_check_can_receive): handle a
7582         requested_reply attribute on allow/deny rules
7583
7584         * bus/system.conf: add <allow requested_reply="true"/>
7585
7586         * bus/driver.c (bus_driver_handle_message): fix check for replies
7587         sent to the bus driver, which was backward. How did this ever work
7588         at all though? I think I'm missing something.
7589
7590         * dbus/dbus-message.c (decode_header_data): require error and
7591         method return messages to have a reply serial field to be valid
7592         (_dbus_message_loader_queue_messages): break up this function;
7593         validate that reply serial and plain serial are nonzero; 
7594         clean up the OOM/error handling.
7595         (get_uint_field): don't return -1 from this
7596         (dbus_message_create_header): fix signed/unsigned bug
7597
7598         * bus/connection.c (bus_connections_expect_reply): save serial of
7599         the incoming message, not reply serial
7600
7601 2003-10-14  Havoc Pennington  <hp@redhat.com>
7602
7603         * bus/connection.c: implement pending reply tracking using
7604         BusExpireList
7605
7606         * bus/bus.c (bus_context_check_security_policy): verify that a
7607         reply is pending in order to allow a reply to be sent. Deny 
7608         messages of unknown type.
7609
7610         * bus/dbus-daemon-1.1.in: update to mention new resource limits
7611
7612         * bus/bus.c (bus_context_get_max_replies_per_connection): new
7613         (bus_context_get_reply_timeout): new
7614
7615 2003-10-13  Seth Nickell  <seth@gnome.org>
7616
7617         * python/Makefile.am:
7618
7619         Pass "make distcheck": remove a couple files from DIST_FILES
7620         that weren't included in the final version.
7621
7622 2003-10-12  Havoc Pennington  <hp@pobox.com>
7623
7624         Added test code that 1) starts an actual bus daemon and 2) uses
7625         DBusGProxy; fixed bugs that were revealed by the test. Lots 
7626         more testing possible, but this is the basic framework.
7627         
7628         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
7629         empty proxy lists from the proxy list hash
7630
7631         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
7632         couple of return_if_fail checks
7633
7634         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
7635         to allocate, so everything is cleared to NULL as it should be.
7636
7637         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
7638         source as data to dbus_connection_set_timeout_functions() as the 
7639         timeout functions expected
7640
7641         * test/glib/run-test.sh: add a little script to start up a message
7642         bus and run tests using it
7643
7644         * tools/dbus-launch.1: updates
7645
7646         * tools/dbus-launch.c (main): add --config-file option
7647
7648         * tools/dbus-launch.c (main): remove confusing else if (runprog)
7649         that could never be reached.
7650
7651         * dbus/dbus-message.c (dbus_message_new_method_return) 
7652         (dbus_message_new_error, dbus_message_new_signal): set the
7653         no-reply-expected flag on all these. Redundant, but may
7654         as well be consistent.
7655
7656 2003-10-11  Havoc Pennington  <hp@pobox.com>
7657
7658         * test/decode-gcov.c (function_solve_graph): make broken block
7659         graph a nonfatal error since it seems to be broken. Need to debug
7660         this.
7661
7662         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
7663         can't just check type > INVALID < LAST anymore
7664
7665         * dbus/dbus-message.c (dbus_message_get_signature): new function
7666         (dbus_message_has_signature): new function
7667         (struct DBusMessage): add signature field (right now it isn't sent
7668         over the wire, just generated on the fly)
7669         (dbus_message_copy): copy the signature, and init strings to
7670         proper length to avoid some reallocs
7671         (dbus_message_iter_init_array_iterator): return void, since it
7672         can't fail
7673         (dbus_message_iter_init_dict_iterator): return void since it can't fail
7674         (_dbus_message_loader_queue_messages): add silly temporary hack to
7675         fill in message->signature on load
7676
7677         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
7678         characters, so they are relatively human-readable.
7679
7680 2003-10-11  Havoc Pennington  <hp@pobox.com>
7681
7682         * dbus/dbus-message.c (_dbus_message_test): add more test
7683         coverage, but #if 0 for now since they uncover a bug 
7684         not fixed yet; I think in re_align_field_recurse()
7685         (re_align_field_recurse): add FIXME about broken assertion
7686
7687         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
7688
7689         * bus/connection.c: share a couple code bits with expirelist.c
7690
7691         * bus/expirelist.h, bus/expirelist.c: implement a generic
7692         expire-items-after-N-seconds facility, was going to share between
7693         expiring connections and replies, decided not to use for expiring
7694         connections for now.
7695
7696         * COPYING: include AFL 2.0 (still need to change all the file headers)
7697
7698 2003-10-09  Havoc Pennington  <hp@redhat.com>
7699
7700         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
7701         gcc 3.3. Not that we do anything about it yet.
7702
7703         * bus/signals.c (bus_match_rule_parse): impose max length on the
7704         match rule text
7705
7706         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
7707
7708 2003-10-09  Havoc Pennington  <hp@redhat.com>
7709
7710         Make matching rules theoretically work (add parser).
7711         
7712         * bus/bus.c (bus_context_check_security_policy): fix up to handle
7713         the case where destination is explicitly specified as bus driver
7714         and someone else is eavesdropping.
7715         
7716         * bus/policy.c (bus_client_policy_check_can_receive): fix up
7717         definition of eavesdropping and assertion
7718
7719         * tools/dbus-send.c (main): use dbus_message_type_from_string
7720
7721         * bus/signals.c (bus_match_rule_parse): implement
7722
7723         * dbus/dbus-message.c (dbus_message_type_from_string): new
7724
7725         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
7726
7727 2003-10-02  Havoc Pennington  <hp@pobox.com>
7728
7729         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
7730         dbus_gproxy_oneway_call
7731
7732         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
7733         (dbus_server_setup_with_g_main): fix to allow calling them more
7734         than once on the same args
7735         (dbus_bus_get_with_g_main): new function
7736
7737 2003-10-02  Havoc Pennington  <hp@redhat.com>
7738
7739         * doc/dbus-tutorial.xml: write some stuff
7740
7741 2003-09-29  Havoc Pennington  <hp@pobox.com>
7742
7743         * configure.in: split checks for Doxygen from XML docs, check for
7744         xmlto
7745
7746         * doc/Makefile.am: XML-ify all the docs, and add a blank
7747         dbus-tutorial.xml
7748
7749 2003-09-29  Havoc Pennington  <hp@pobox.com>
7750
7751         * Merge dbus-object-names branch. To see the entire patch 
7752         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
7753         it's huuuuge though.
7754         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
7755         
7756 2003-09-28  Havoc Pennington  <hp@pobox.com>
7757
7758         * HACKING: update to reflect new server
7759
7760 2003-09-26  Seth Nickell  <seth@gnome.org>
7761
7762         * python/dbus.py:
7763         * python/examples/example-signals.py:
7764
7765         Start implementing some notions of signals. The API
7766         is really terrible, but they sort of work (with the
7767         exception of being able to filter by service, and to
7768         transmit signals *as* a particular service). Need to
7769         figure out how to make messages come from the service
7770         we registered :-(
7771         
7772         * python/dbus_bindings.pyx.in:
7773
7774         Removed duplicate message_handler callbacks.
7775         
7776 2003-09-25  Havoc Pennington  <hp@redhat.com>
7777
7778         * bus/session.conf.in: fix my mess
7779
7780 2003-09-25  Havoc Pennington  <hp@pobox.com>
7781
7782         * bus/session.conf.in: fix security policy, reported by Seth Nickell
7783
7784 2003-09-25  Seth Nickell  <seth@gnome.org>
7785
7786         * python/examples/example-service.py:
7787
7788         Johan notices complete wrong code in example-service, but
7789         completely wrong in a way that works exactly the same (!).
7790         Johan is confused, how could this possibly work? Example
7791         code fails to serve purpose of making things clear.
7792         Seth fixes.
7793
7794 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
7795
7796         * doc/dbus-specification.sgml: don't require header fields
7797         to be 4-byte aligned and specify that fields should be
7798         distinguished from padding by the fact that zero is not
7799         a valid field name.
7800         
7801         * doc/TODO: remove re-alignment item and add item to doc
7802         the OBJECT_PATH type.
7803         
7804         * dbus/dbus-message.c:
7805         (HeaderField): rename the original member to value_offset
7806         and introduce a name_offset member to keep track of where
7807         the field actually begins.
7808         (adjust_field_offsets): remove.
7809         (append_int_field), (append_uint_field),
7810         (append_string_field): don't align the start of the header
7811         field to a 4-byte boundary.
7812         (get_next_field): impl finding the next marhsalled field
7813         after a given field.
7814         (re_align_field_recurse): impl re-aligning a number of
7815         already marshalled fields.
7816         (delete_field): impl deleting a field of any type and
7817         re-aligning any following fields.
7818         (delete_int_or_uint_field), (delete_string_field): remove.
7819         (set_int_field), (set_uint_field): no need to re-check
7820         that we have the correct type for the field.
7821         (set_string_field): ditto and impl re-aligning any
7822         following fields.
7823         (decode_header_data): update to take into account that
7824         the fields aren't 4-byte aligned any more and the new
7825         way to distinguish padding from header fields. Also,
7826         don't exit when there is too much header padding.
7827         (process_test_subdir): print the directory.
7828         (_dbus_message_test): add test to make sure a following
7829         field is re-aligned correctly after field deletion.
7830         
7831         * dbus/dbus-string.[ch]:
7832         (_dbus_string_insert_bytes): rename from insert_byte and
7833         allow the insert of multiple bytes.
7834         (_dbus_string_test): test inserting multiple bytes.
7835
7836         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
7837         warning note to docs about having to re-align any
7838         marshalled values following the string.
7839         
7840         * dbus/dbus-message-builder.c:
7841         (append_string_field), (_dbus_message_data_load):
7842         don't align the header field.
7843         
7844         * dbus/dbus-auth.c: (process_test_subdir): print the
7845         directory.
7846         
7847         * test/break-loader.c: (randomly_add_one_byte): upd. for
7848         insert_byte change.
7849         
7850         * test/data/invalid-messages/bad-header-field-alignment.message:
7851         new test case.
7852         
7853         * test/data/valid-messages/unknown-header-field.message: shove
7854         a dict in the unknown field.
7855
7856 2003-09-25  Seth Nickell  <seth@gnome.org>
7857
7858         * python/dbus.py:
7859         * python/dbus_bindings.pyx.in:
7860
7861         Handle return values.
7862         
7863         * python/examples/example-client.py:
7864         * python/examples/example-service.py:
7865
7866         Pass back return values from the service to the client.
7867         
7868 2003-09-24  Seth Nickell  <seth@gnome.org>
7869
7870         * python/dbus.py:
7871
7872         Connect Object methods (when you are sharing an object) up... pass
7873         in a list of methods to be shared. Sharing all the methods just
7874         worked out too weird. You can now create nice Services over the
7875         DBus in Python. :-)
7876         
7877         * python/dbus_bindings.pyx.in:
7878
7879         Keep references to user_data tuples passed into C functions so 
7880         Python doesn't garbage collect on us.
7881
7882         Implement MethodReturn and Error subclasses of Message for creating
7883         DBusMessage's of those types.
7884         
7885         * python/examples/example-client.py:
7886         * python/examples/example-service.py:
7887
7888         Simple example code showing both how create DBus services and objects,
7889         and how to use them.
7890
7891 2003-09-23  Havoc Pennington  <hp@pobox.com>
7892
7893         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
7894
7895 2003-09-23  Havoc Pennington  <hp@redhat.com>
7896
7897         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
7898         (dbus_gproxy_disconnect_signal): implement
7899         (dbus_gproxy_manager_remove_signal_match): implement
7900         (dbus_gproxy_manager_add_signal_match): implement
7901         (dbus_gproxy_oneway_call): implement
7902
7903 2003-09-23  Havoc Pennington  <hp@pobox.com>
7904
7905         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
7906         subclass. This means dropping the transparent thread safety of the
7907         proxy; you now need a separate proxy per-thread, or your own
7908         locking on the proxy. Probably right anyway.
7909         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
7910
7911 2003-09-22  Havoc Pennington  <hp@redhat.com>
7912
7913         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
7914
7915 2003-09-21  Seth Nickell  <seth@gnome.org>
7916
7917         First checkin of the Python bindings.
7918         
7919         * python/.cvsignore:
7920         * python/Makefile.am:
7921         * python/dbus_bindings.pyx.in:
7922         * python/dbus_h_wrapper.h:
7923
7924         Pieces for Pyrex to operate on, building a dbus_bindings.so
7925         python module for low-level access to the DBus APIs.
7926         
7927         * python/dbus.py:
7928
7929         High-level Python module for accessing DBus objects.
7930
7931         * configure.in:
7932         * Makefile.am:
7933
7934         Build stuff for the python bindings.
7935
7936         * acinclude.m4:
7937
7938         Extra macro needed for finding the Python C header files.
7939
7940 2003-09-21  Havoc Pennington  <hp@pobox.com>
7941
7942         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
7943         implementing the proxy manager, didn't get very far.
7944
7945         * dbus/dbus-bus.c (dbus_bus_add_match): new
7946         (dbus_bus_remove_match): new
7947
7948         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
7949         path_name argument; adjust the other not-yet-implemented 
7950         gproxy constructors to be what I think they should be.
7951
7952 2003-09-21  Havoc Pennington  <hp@pobox.com>
7953
7954         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
7955         by default for message bus connections.
7956
7957         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
7958         exit_on_disconnect flag is set and we process the disconnected
7959         signal.
7960         (dbus_connection_set_exit_on_disconnect): new function
7961
7962 2003-09-21  Havoc Pennington  <hp@pobox.com>
7963
7964         Get matching rules mostly working in the bus; only actually
7965         parsing the rule text remains. However, the client side of
7966         "signal connections" hasn't been started, this patch is only the
7967         bus side.
7968         
7969         * dbus/dispatch.c: fix for the matching rules changes
7970         
7971         * bus/driver.c (bus_driver_handle_remove_match)
7972         (bus_driver_handle_add_match): send an ack reply from these
7973         method calls
7974
7975         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
7976         arguments, reported by Seth Nickell
7977
7978         * bus/config-parser.c (append_rule_from_element): support
7979         eavesdrop=true|false attribute on policies so match rules 
7980         can be prevented from snooping on the system bus.
7981
7982         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
7983         and "destination" in attribute names; fix some docs bugs; 
7984         add eavesdrop=true|false attribute
7985
7986         * bus/driver.c (bus_driver_handle_add_match)
7987         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
7988         messages
7989
7990         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
7991         rid of broadcast service concept, signals are just always broadcast
7992
7993         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
7994         mostly implement matching rules stuff (currently only exposed as signal
7995         connections)
7996
7997 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
7998
7999         * doc/dbus-specification.sgml: Change the header field name
8000         to be an enum and update the rest of the spec to reference
8001         the fields using the conventinal name.
8002
8003         * dbus/dbus-protocol.h: update to reflect the spec.
8004
8005         * doc/TODO: add item to remove the 4 byte alignment requirement.
8006         
8007         * dbus/dbus-message.c: Remove the code to generalise the
8008         header/body length and serial number header fields as named
8009         header fields so we can reference field names using the 
8010         protocol values.
8011         (append_int_field), (append_uint_field), (append_string_field):
8012         Append the field name as a byte rather than four chars.
8013         (delete_int_or_uint_field), (delete_string_field): reflect the
8014         fact that the field name and typecode now occupy 4 bytes instead
8015         of 8.
8016         (decode_string_field), (decode_header_data): update to reflect
8017         protocol changes and move the field specific encoding from
8018         decode_string_field() back into decode_header_data().
8019         
8020         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
8021         Add utility to aid debugging.
8022         
8023         * dbus/dbus-message-builder.c:
8024         (append_string_field), (_dbus_message_data_load): Update to
8025         reflect protocol changes; Change the FIELD_NAME directive
8026         to HEADER_FIELD and allow it to take the field's conventional
8027         name rather than the actual value.
8028         
8029         * test/data/*/*.message: Update to use HEADER_FIELD instead
8030         of FIELD_NAME; Always align the header on an 8 byte boundary
8031         *before* updating the header length.
8032
8033 2003-09-15  Havoc Pennington  <hp@pobox.com>
8034
8035         * dbus/dbus-pending-call.c: add the get/set object data
8036         boilerplate as for DBusConnection, etc. Use generic object data
8037         for the notify callback.
8038
8039         * glib/dbus-gparser.c (parse_node): parse child nodes
8040
8041         * tools/dbus-viewer.c: more hacking on the dbus-viewer
8042         
8043         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
8044         contain functions shared between the convenience lib and the
8045         installed lib
8046
8047         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
8048         -export-symbols-regex to the GLib library
8049
8050         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
8051         fix the locking in here, and add a default handler for
8052         Introspect() that just returns sub-nodes.
8053
8054 2003-09-14  Havoc Pennington  <hp@pobox.com>
8055
8056         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
8057         rather than gfoo consistent
8058
8059         * glib/dbus-gproxy.h: delete for now, move contents to
8060         dbus-glib.h, because the include files don't work right since we
8061         aren't in the dbus/ subdir.
8062         
8063         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
8064         (dbus_gproxy_end_call): finish
8065         (dbus_gproxy_begin_call): finish
8066
8067         * glib/dbus-gmain.c (dbus_set_g_error): new
8068
8069         * glib/dbus-gobject.c (handle_introspect): include information
8070         about child nodes in the introspection
8071
8072         * dbus/dbus-connection.c (dbus_connection_list_registered): new
8073         function to help in implementation of introspection
8074
8075         * dbus/dbus-object-tree.c
8076         (_dbus_object_tree_list_registered_and_unlock): new function
8077
8078 2003-09-12  Havoc Pennington  <hp@pobox.com>
8079
8080         * glib/dbus-gidl.h: add common base class for all the foo_info
8081         types
8082
8083         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
8084         similar to kdcop
8085
8086         * test/Makefile.am: try test srcdir -ef . in addition to test
8087         srcdir = ., one of them should work (yeah lame)
8088         
8089         * glib/Makefile.am: build the "idl" parser stuff as a convenience
8090         library
8091         
8092         * glib/dbus-gparser.h: make description_load routines return
8093         NodeInfo* not Parser*
8094
8095         * Makefile.am (SUBDIRS): build test dir after all library dirs
8096
8097         * configure.in: add GTK+ detection
8098
8099 2003-09-07  Havoc Pennington  <hp@pobox.com>
8100
8101         * Make Doxygen contented.
8102
8103 2003-09-07  Havoc Pennington  <hp@pobox.com>
8104
8105         * doc/dbus-specification.sgml: more updates
8106
8107 2003-09-06  Havoc Pennington  <hp@pobox.com>
8108
8109         * doc/dbus-specification.sgml: partial updates
8110
8111         * bus/dbus-daemon-1.1.in: fix the config file docs for the
8112         zillionth time; hopefully I edited the right file this time.
8113
8114         * bus/config-parser.c (append_rule_from_element): support
8115         send_type, send_path, receive_type, receive_path
8116
8117         * bus/policy.c: add message type and path to the list of things
8118         that can be "firewalled"
8119
8120 2003-09-06  Havoc Pennington  <hp@pobox.com>
8121
8122         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
8123         (dbus_connection_register_object_path): make this not handle
8124         messages to paths below the given path
8125
8126 2003-09-03  Havoc Pennington  <hp@pobox.com>
8127
8128         * test/glib/Makefile.am: add this with random glib-linked test
8129         programs
8130
8131         * glib/Makefile.am: remove the random test programs from here,
8132         leave only the unit tests
8133
8134         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
8135         uscore/javacaps conversion, and fix     
8136         (get_object_property, set_object_property): change to .NET
8137         convention for mapping props to methods, set_FooBar/get_FooBar, 
8138         since one language has such a convention we may as well copy it. 
8139         Plus real methods in either getFooBar or get_foo_bar style won't 
8140         collide with this convention.
8141
8142 2003-09-01  Havoc Pennington  <hp@pobox.com>
8143
8144         * glib/dbus-gparser.c: implement
8145
8146         * glib/dbus-gobject.c: start implementing skeletons support
8147
8148         * configure.in: when disabling checks/assert, also define
8149         G_DISABLE_ASSERT and G_DISABLE_CHECKS
8150
8151 2003-09-01  Havoc Pennington  <hp@pobox.com>
8152
8153         * glib/Makefile.am: rearrange a bunch of files and get "make
8154         check" framework set up
8155
8156 2003-08-31  Havoc Pennington  <hp@pobox.com>
8157
8158         * fix build with --disable-tests
8159
8160 2003-08-30  Havoc Pennington  <hp@pobox.com>
8161
8162         * dbus/dbus-connection.c: purge DBusMessageHandler
8163
8164         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
8165         use callbacks everywhere
8166
8167 2003-08-30  Havoc Pennington  <hp@pobox.com>
8168
8169         * test/data/valid-config-files/system.d/test.conf: change to 
8170         root for the user so warnings don't get printed
8171
8172         * dbus/dbus-message.c: add dbus_message_get_path,
8173         dbus_message_set_path
8174         
8175         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
8176         dispatching to a path
8177
8178         * dbus/dbus-string.c (_dbus_string_validate_path): add
8179
8180         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
8181         (_dbus_marshal_object_path): implement
8182
8183         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
8184         to contain the path to the target object
8185         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
8186         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
8187
8188 2003-08-30  Havoc Pennington  <hp@pobox.com>
8189
8190         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
8191
8192 2003-08-29  Havoc Pennington  <hp@pobox.com>
8193
8194         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
8195         registered
8196         (struct DBusObjectSubtree): shrink this
8197         a lot, since we may have a lot of them
8198         (_dbus_object_tree_free_all_unlocked): implement
8199         (_dbus_object_tree_dispatch_and_unlock): implement
8200
8201 2003-08-29  Havoc Pennington  <hp@pobox.com>
8202
8203         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
8204
8205 2003-08-28  Havoc Pennington  <hp@pobox.com>
8206
8207         purge DBusObjectID
8208         
8209         * dbus/dbus-connection.c: port to no ObjectID, create a
8210         DBusObjectTree, rename ObjectTree to ObjectPath in public API
8211
8212         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
8213         everything except UnregisterFunction and MessageFunction
8214         
8215         * dbus/dbus-marshal.c: port away from DBusObjectID, 
8216         add DBUS_TYPE_OBJECT_PATH
8217         
8218         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
8219         dbus/dbus-objectid.[hc]: remove these, we are moving to 
8220         path-based object IDs
8221
8222 2003-08-25  Havoc Pennington  <hp@pobox.com>
8223
8224         Just noticed that dbus_message_test is hosed, I wonder when I
8225         broke that. I thought make check was passing earlier...
8226         
8227         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
8228         container tree, will replace most of dbus-object-registry
8229
8230         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
8231         screwup
8232
8233 2003-08-19  Havoc Pennington  <hp@pobox.com>
8234
8235         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
8236         (dbus_message_is_error): fix this function
8237
8238         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
8239         match
8240
8241         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
8242         reflect clarified man page
8243         (bus_client_policy_check_can_send): ditto
8244         
8245         * bus/session.conf.in: fixup
8246
8247         * bus/system.conf.in: fixup
8248
8249 2003-08-18  Havoc Pennington  <hp@redhat.com>
8250
8251         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
8252
8253         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
8254         dumb bug created earlier (wrong order of args to
8255         decode_header_data())
8256         
8257         * tools/dbus-send.c: port
8258
8259         * tools/dbus-print-message.c (print_message): port
8260
8261         * test/data/*messages: port all messages over
8262         
8263         * dbus/dbus-message-builder.c: support including 
8264         message type
8265         
8266         * bus/driver.c: port over
8267         
8268         * bus/dispatch.c: port over to new stuff
8269
8270         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
8271         rename disconnect signal to "Disconnected"
8272
8273 2003-08-17  Havoc Pennington  <hp@pobox.com>
8274
8275         This doesn't compile yet, but syncing up so I can hack on it from
8276         work. What are branches for if not broken code? ;-)
8277         
8278         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
8279         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
8280         DBUS_HEADER_FIELD_ERROR_NAME
8281         
8282         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
8283         for the interface+member pairs
8284         (string_hash): change to use g_str_hash algorithm
8285         (find_direct_function, find_string_function): refactor these to
8286         share most code.
8287         
8288         * dbus/dbus-message.c: port all of this over to support 
8289         interface/member fields instead of name field
8290
8291         * dbus/dbus-object-registry.c: port over
8292         
8293         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
8294         from _dbus_string_validate_name
8295
8296         * bus/dbus-daemon-1.1: change file format for the 
8297         <deny>/<allow> stuff to match new message naming scheme
8298
8299         * bus/policy.c: port over
8300
8301         * bus/config-parser.c: parse new format
8302         
8303 2003-08-16  Havoc Pennington  <hp@pobox.com>
8304
8305         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
8306         broken assertion
8307
8308         * glib/dbus-gproxy.c: some hacking
8309
8310 2003-08-15  Havoc Pennington  <hp@redhat.com>
8311
8312         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
8313
8314         * dbus/dbus-connection.c
8315         (dbus_connection_send_with_reply_and_block): factor out internals;
8316         change to convert any error replies to DBusError instead of 
8317         returning them as a message
8318
8319 2003-08-15  Havoc Pennington  <hp@pobox.com>
8320
8321         * dbus/dbus-connection.c, 
8322         dbus/dbus-pending-call.c: Finish the pending call stuff
8323
8324 2003-08-14  Havoc Pennington  <hp@redhat.com>
8325
8326         * dbus/dbus-pending-call.c: start on new object that will replace
8327         DBusMessageHandler and ReplyHandlerData for tracking outstanding
8328         replies
8329
8330         * dbus/dbus-gproxy.c: start on proxy object used to communicate
8331         with remote interfaces
8332
8333         * dbus/dbus-gidl.c: do the boring boilerplate in here
8334         
8335 2003-08-12  Havoc Pennington  <hp@pobox.com>
8336
8337         * bus/dispatch.c (bus_dispatch): make this return proper 
8338         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
8339
8340         * dbus/dbus-errors.c (dbus_set_error): use
8341         _dbus_string_append_printf_valist
8342
8343         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
8344         (_dbus_string_append_printf): new
8345
8346         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
8347         UNKNOWN_METHOD
8348
8349         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
8350         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
8351         message is unhandled.
8352
8353 2003-08-11  Havoc Pennington  <hp@pobox.com>
8354
8355         * bus/test.c (client_disconnect_handler): change to return
8356         HANDLED (would have been REMOVE_MESSAGE)
8357
8358         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
8359         HANDLED/NOT_YET_HANDLED instead of
8360         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
8361         should be used.
8362
8363 2003-08-10  Havoc Pennington  <hp@pobox.com>
8364
8365         * tools/dbus-send.c (main): add --type argument, for now
8366         supporting only method_call and signal types.
8367
8368         * tools/dbus-print-message.c: print message type
8369
8370         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
8371         init connection->objects
8372
8373         * doc/dbus-specification.sgml: fix sgml
8374
8375         * bus/*.c: port over to object-instance API changes
8376
8377         * test/test-service.c: ditto
8378         
8379         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
8380         name, we will have to fix up the rest of the code to also handle
8381         this
8382         (dbus_message_new): generic message-creation call
8383         (set_string_field): allow appending name field
8384
8385 2003-08-06  Havoc Pennington  <hp@pobox.com>
8386
8387         * dbus/dbus-object-registry.c: implement signal connection 
8388         and dispatch
8389
8390         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
8391
8392         * dbus/dbus-internals.c (_dbus_memdup): new function
8393
8394 2003-08-02  Havoc Pennington  <hp@pobox.com>
8395
8396         * dbus/dbus-message.c (dbus_message_get_no_reply)
8397         (dbus_message_set_no_reply): add these and remove
8398         set_is_error/get_is_error
8399
8400         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
8401         remove the ERROR flag, since there's now an ERROR type
8402
8403 2003-08-01  Havoc Pennington  <hp@pobox.com>
8404
8405         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
8406         implement
8407
8408         * dbus/dbus-message.c (dbus_message_get_type): new function
8409
8410         * doc/dbus-specification.sgml: add "type" byte to messages
8411
8412 2003-08-01  Havoc Pennington  <hp@pobox.com>
8413
8414         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
8415         a message type enum to distinguish kinds of message
8416         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
8417         that need not be replied to
8418
8419 2003-08-01  Havoc Pennington  <hp@pobox.com>
8420
8421         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
8422         (unpack_8_octets): fix no-64-bit-int bug
8423
8424         * dbus/dbus-object-registry.c (validate_id): validate the 
8425         connection ID bits, not just the instance ID.
8426
8427         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
8428         the connection-global 33 bits of the object ID
8429
8430         * dbus/dbus-object-registry.c (info_from_entry): fill in 
8431         object ID in the new way
8432
8433         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
8434         define server/client/instance bits.
8435
8436 2003-07-30  Havoc Pennington  <hp@pobox.com>
8437
8438         * dbus/dbus-connection.c (dbus_connection_register_object): fix
8439         build
8440
8441 2003-07-13  Havoc Pennington  <hp@pobox.com>
8442
8443         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
8444         fields to DBusObjectVTable and DBusObjectInfo
8445
8446 2003-07-12  Havoc Pennington  <hp@pobox.com>
8447
8448         * dbus/dbus-object-registry.c: implement unit test,
8449         fix bugs discovered in process
8450
8451         * dbus/dbus-connection.c: remove handler_table and
8452         register_handler(), add DBusObjectRegistry usage
8453
8454         * dbus/dbus-objectid.c (dbus_object_id_is_null)
8455         (dbus_object_id_set_null): new functions
8456
8457 2003-07-08  Havoc Pennington  <hp@pobox.com>
8458
8459         * dbus/dbus-object.c: implement some of this
8460
8461         * dbus/dbus-object-registry.c
8462         (_dbus_object_registry_add_and_unlock): fill in the object_id out
8463         param
8464         (_dbus_object_registry_new): handle OOM
8465
8466 2003-07-08  Havoc Pennington  <hp@pobox.com>
8467
8468         * dbus/dbus-object.h: sketch out an API for registering objects
8469         with a connection, that allows us to use as little as 24 bytes
8470         per object and lets application code represent an object in 
8471         any conceivable way.
8472
8473         * dbus/dbus-object-registry.c: implement the hard bits of the
8474         DBusConnection aspect of object API. Not yet wired up.
8475         
8476 2003-07-06  Havoc Pennington  <hp@pobox.com>
8477
8478         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
8479         (_dbus_marshal_object_id): new
8480         (_dbus_demarshal_object_id): new
8481         (_dbus_marshal_get_arg_end_pos): support object ID type, and
8482         consolidate identical switch cases. Don't conditionalize handling
8483         of DBUS_TYPE_UINT64, need to handle the type always.
8484         (_dbus_marshal_validate_arg): consolidate identical cases, and
8485         handle DBUS_TYPE_OBJECT_ID
8486
8487         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
8488
8489         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
8490
8491 2003-09-28  Havoc Pennington  <hp@pobox.com>
8492
8493         * real 0.13 release
8494
8495 2003-09-28  Havoc Pennington  <hp@pobox.com>
8496
8497         * doc/Makefile.am (dbus-specification.html): testing a funky hack
8498         to work with Debian db2html
8499
8500 2003-09-28  Havoc Pennington  <hp@pobox.com>
8501
8502         * configure.in: 0.13
8503
8504         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
8505         stylesheet-images for benefit of Debian
8506         
8507         Change back to using filesystem-linked sockets for the system
8508         bus, so only root can create the default system bus address.
8509         
8510         * bus/system.conf.in: change to use
8511         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
8512
8513         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
8514         from here.
8515
8516         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
8517         here, and AC_DEFINE DBUS_SYSTEM_PATH
8518
8519 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
8520
8521         * doc/TODO:
8522         * doc/busconfig.dtd:
8523         Add busconfig DTD.
8524         
8525 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
8526
8527         * doc/dbus-specification.sgml:
8528         Add activation reply values.
8529         
8530 2003-08-05  Havoc Pennington  <hp@redhat.com>
8531
8532         * configure.in: 0.12
8533
8534 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
8535
8536         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
8537         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
8538         (add_watch), (remove_watch), (create_source):
8539         Refcount fds, fixes some reentrancy issues.
8540         
8541 2003-07-30  Havoc Pennington  <hp@redhat.com>
8542
8543         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
8544         bus address to be abstract if we have abstract sockets
8545
8546         * NEWS: update
8547
8548 2003-07-28  Havoc Pennington  <hp@redhat.com>
8549
8550         * bus/messagebus.in: fix to avoid processname/servicename 
8551         confusion, from Michael Kearey
8552         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
8553         
8554 2003-07-23  Havoc Pennington  <hp@pobox.com>
8555
8556         * dbus/dbus-message.c (dbus_message_iter_get_named): 
8557         fix from Andy Hanton to remove broken "+1"
8558
8559 2003-07-16  Havoc Pennington  <hp@pobox.com>
8560
8561         * tools/dbus-launch.c (babysit): close stdout/stderr in the
8562         babysitter process, as suggested by Thomas Leonard, so 
8563         an "eval `dbus-launch --exit-with-session`" will actually 
8564         return
8565
8566 2003-07-16  Havoc Pennington  <hp@pobox.com>
8567
8568         * configure.in: print out EXPANDED_* variables in the summary at
8569         the end; clean up the code that computes EXPANDED_ variables and
8570         get the ones using exec_prefix right. Should make things work
8571         when you build without --prefix
8572
8573 2003-06-29  Havoc Pennington  <hp@pobox.com>
8574
8575         * mono/Test.cs (class Test): fire up a main loop and run it
8576
8577         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
8578         done once, the app has to do it
8579
8580 2003-06-26  Havoc Pennington  <hp@pobox.com>
8581
8582         * mono/Connection.cs: set up connection with the glib main loop
8583
8584 2003-07-01  Havoc Pennington  <hp@redhat.com>
8585
8586         * doc/dbus-specification.sgml: clarify the format of a type code,
8587         change suggested by Jim Blandy
8588
8589 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
8590
8591         * doc/Makefile.am:
8592         * tools/Makefile.am: Don't assume srcdir == builddir.
8593
8594         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
8595         the allocated block.
8596         (_dbus_memory_test): New function.
8597         * dbus/dbus-test.h: Add _dbus_memory_test ().
8598         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
8599
8600         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
8601         of %c%c%c%c.
8602         (dbus_message_new): Remove obsolete @todo.
8603
8604         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
8605         (_dbus_marshal_set_uint64): Fix comment.
8606
8607         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
8608         hardcode FIELD_REPLY_SERIAL.
8609
8610         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
8611         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
8612
8613         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
8614         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
8615
8616 2003-06-24  Havoc Pennington  <hp@pobox.com>
8617
8618         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
8619
8620 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
8621
8622         * configure.in:
8623         * gcj/.cvsignore:
8624         * gcj/Hello.java:
8625         * gcj/Makefile.am:
8626         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
8627         * gcj/org/.cvsignore:
8628         * gcj/org/Makefile.am:
8629         * gcj/org/freedesktop/.cvsignore:
8630         * gcj/org/freedesktop/Makefile.am:
8631         * gcj/org/freedesktop/dbus/.cvsignore:
8632         * gcj/org/freedesktop/dbus/Makefile.am:
8633         * gcj/org/freedesktop/dbus/Message.java: (Message),
8634         (Message.Message):
8635         * gcj/org/freedesktop/dbus/natMessage.cc:
8636         Fix the build system.
8637
8638 2003-06-22  Havoc Pennington  <hp@pobox.com>
8639
8640         * mono/Connection.cs: add more bindings
8641
8642         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
8643         more than once.
8644
8645 2003-06-22  Havoc Pennington  <hp@pobox.com>
8646
8647         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
8648         Start wrapping more stuff.
8649
8650 2003-06-22  Havoc Pennington  <hp@pobox.com>
8651
8652         * mono/Message.cs: implement Message.Wrap() that ensures we only
8653         have a single C# wrapper per DBusMessage, assuming it works which
8654         it probably doesn't.
8655
8656         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
8657         (dbus_message_free_data_slot): new
8658         (dbus_message_set_data): new
8659         (dbus_message_get_data): new
8660
8661 2003-06-22  Havoc Pennington  <hp@pobox.com>
8662
8663         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
8664         (_dbus_data_slot_allocator_alloc): rework these to keep a
8665         reference count on each slot and automatically manage a global
8666         slot ID variable passed in by address
8667
8668         * bus/bus.c: convert to new dataslot API
8669
8670         * dbus/dbus-bus.c: convert to new dataslot API
8671
8672         * dbus/dbus-connection.c: convert to new dataslot API
8673
8674         * dbus/dbus-server.c: convert to new dataslot API
8675
8676         * glib/dbus-gmain.c: ditto
8677
8678         * bus/test.c: ditto
8679
8680         * bus/connection.c: ditto
8681
8682 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
8683
8684         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
8685         after the gcj checks so that the correct configuration tags
8686         will be added to libtool.
8687
8688         * dbus-glib-1.pc.in: No need to specify any includes since
8689         dbus-1.pc.in has those.
8690
8691 2003-06-22  Havoc Pennington  <hp@pobox.com>
8692
8693         * mono/*, gcj/*, configure.in, Makefile.am:
8694         Check in makefiles and subdirs for mono and gcj bindings.
8695         Neither binding actually exists, just trying to get through
8696         all the build and other boring bits.
8697
8698 2003-06-21  Philip Blundell  <philb@gnu.org>
8699
8700         * tools/dbus-monitor.1: Updated.
8701
8702         * tools/dbus-send.1: Likewise.
8703
8704 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
8705
8706         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
8707         for hangup and error after checking read so we won't discard
8708         pending data if both hangup and read are set.
8709
8710 2003-06-19  Philip Blundell  <philb@gnu.org>
8711
8712         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
8713
8714         * tools/dbus-send.c: Accept both --system and --session.
8715
8716         * tools/dbus-monitor.c: Same here.
8717
8718 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
8719
8720         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
8721         from C++ (Patch by Miloslav Trmac).
8722
8723 2003-06-15  Joe Shaw  <joe@assbarn.com>
8724
8725         * configure.in: Check for socklen_t.
8726
8727         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
8728
8729         * test/test-segfault.c: Add #include <sys/time.h>
8730
8731         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
8732         dbus-launch needs it.
8733
8734 2003-06-09  Havoc Pennington  <hp@redhat.com>
8735
8736         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
8737         SUN_LEN, it breaks abstract socket usage
8738
8739         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
8740         starts of lines.
8741
8742 2003-06-04  Havoc Pennington  <hp@pobox.com>
8743
8744         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
8745         using unix:abstract=/foo, and when listening in a tmpdir
8746         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
8747
8748         * dbus/dbus-transport.c (_dbus_transport_open): support
8749         unix:abstract=/foo
8750
8751         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
8752         support abstract sockets
8753
8754         * dbus/dbus-transport-unix.c
8755         (_dbus_transport_new_for_domain_socket): support abstract sockets
8756
8757         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
8758         toggle as an argument, implement abstract namespace support
8759         (_dbus_listen_unix_socket): ditto
8760
8761         * configure.in: add --enable-abstract-sockets and implement
8762         a configure check for autodetection of the right value.
8763
8764 2003-06-01  Havoc Pennington  <hp@pobox.com>
8765
8766         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
8767         in /tmp (though on Linux this will end up being useless,
8768         when we add abstract namespace support)
8769
8770         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
8771         subst'ing it
8772
8773 2003-05-28  Colin Walters  <walters@verbum.org>
8774
8775         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
8776
8777 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
8778
8779         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
8780
8781 2003-05-17  Colin Walters  <walters@gnu.org>
8782
8783         * tools/dbus-send.c: Don't exit with an error code if --help was
8784         passed.  Default to using the session bus instead of the system
8785         one.
8786
8787         * tools/dbus-launch.c: Ditto.
8788
8789         * tools/dbus-monitor.c: Ditto.
8790
8791         * tools/dbus-send.1: Update with new arguments.
8792
8793         * tools/dbus-launch.c: Emit code to export variables.  New
8794         arguments -s and -c to specify shell syntax, and a bit of code to
8795         autodetect syntax.  Also, allow specifying a program to run.
8796
8797         * tools/dbus-launch.1: Update with new arguments.
8798
8799         * tools/dbus-send.1: Ditto.
8800
8801         * tools/dbus-monitor.1: Ditto.
8802
8803 2003-05-17  Havoc Pennington  <hp@pobox.com>
8804
8805         * bus/config-parser.c (merge_included): merge in policies from
8806         child configuration file.
8807
8808         * bus/policy.c (bus_policy_merge): function to merge two policies
8809         together
8810
8811 2003-05-16  Havoc Pennington  <hp@redhat.com>
8812
8813         * dbus/dbus-connection.c: disable verbose lock spew
8814
8815         * tools/dbus-send.c: add --print-reply command line option
8816
8817         * tools/dbus-print-message.h (print_message): new util function
8818         shared by dbus-send and dbus-monitor
8819
8820         * tools/dbus-monitor.c (handler_func): exit on disconnect
8821
8822         * dbus/dbus-transport-unix.c (do_reading): if the transport is
8823         disconnected, don't try to use the read_watch
8824
8825         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
8826         so we can find this bug more easily
8827
8828 2003-05-16  Havoc Pennington  <hp@redhat.com>
8829
8830         * bus/policy.c (free_rule_list_func): avoid a crash when passed
8831         NULL as DBusHashTable is annoyingly likely to do.
8832
8833 2003-05-16  Colin Walters  <walters@verbum.org>
8834
8835         * tools/dbus-monitor.c: Add --session argument and usage()
8836         function.
8837
8838         * tools/dbus-monitor.1: Update with new --session arg.
8839
8840         * bus/Makefile.am (install-data-hook): Create
8841         $(libdir)/dbus-1.0/services so that the session bus is happy.
8842
8843 2003-05-15  Havoc Pennington  <hp@redhat.com>
8844
8845         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
8846         on non-x86. ifdef's are evil.
8847
8848 2003-05-15  Havoc Pennington  <hp@redhat.com>
8849
8850         * configure.in: 0.11
8851
8852         * NEWS: update
8853
8854         * bus/Makefile.am (initddir): apparently we are supposed to put
8855         init scripts in /etc/rc.d/init.d not /etc/init.d
8856
8857         * bus/Makefile.am: remove the "you must --enable-tests to make
8858         check" as it broke distcheck
8859
8860         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
8861
8862 2003-05-13  James Willcox  <jwillcox@gnome.org>
8863
8864         * configure.in:
8865         * bus/activation.c: (bus_activation_service_created),
8866         (bus_activation_activate_service):
8867         * bus/driver.c: (bus_driver_send_service_deleted),
8868         (bus_driver_send_service_created), (bus_driver_send_service_lost),
8869         (bus_driver_send_service_acquired),
8870         (bus_driver_send_welcome_message),
8871         (bus_driver_handle_list_services):
8872         * bus/session.conf.in:
8873         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
8874         (dbus_bus_service_exists), (dbus_bus_activate_service):
8875         * dbus/dbus-bus.h:
8876
8877         Add some convenience API which lets you activate a service, and did a
8878         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
8879         and dbus_message_get_args()
8880
8881 2003-05-11  Havoc Pennington  <hp@pobox.com>
8882
8883         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
8884         calling _dbus_marshal_validate_arg() for every byte in a byte
8885         array, etc.
8886
8887         * dbus/dbus-message-handler.c: use atomic reference counting to
8888         reduce number of locks slightly; the global lock in here sucks
8889
8890         * dbus/dbus-connection.c
8891         (_dbus_connection_update_dispatch_status_and_unlock): variant of
8892         update_dispatch_status that can be called with lock held; then use
8893         in a couple places to reduce locking/unlocking
8894         (dbus_connection_send): hold the lock over the whole function
8895         instead of acquiring it twice.
8896
8897         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
8898
8899         * bus/connection.c (bus_connections_setup_connection): fix access
8900         to already-freed memory.
8901
8902         * dbus/dbus-connection.c: keep a little cache of linked list
8903         nodes, to avoid using the global linked list alloc lock in the
8904         normal send-message case. Instead we just use the connection lock
8905         that we already have to take.
8906
8907         * dbus/dbus-list.c (_dbus_list_find_last): new function
8908
8909         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
8910         change to use a struct for the atomic type; fix docs,
8911         they return value before increment, not after increment.
8912
8913         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
8914         (_dbus_string_append_8_aligned): new functions to try to
8915         microoptimize this operation.
8916         (reallocate_for_length): break this out of set_length(), to
8917         improve profile info, and also so we can consider inlining the
8918         set_length() part.
8919
8920         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
8921         strings with some preallocation, cuts down on our calls to realloc
8922         a fair bit. Though if we can get the "move entire string to empty
8923         string" optimization below to kick in here, it would be better.
8924
8925         * dbus/dbus-string.c (_dbus_string_move): just call
8926         _dbus_string_move_len
8927         (_dbus_string_move_len): add a special case for moving
8928         an entire string into an empty string; we can just
8929         swap the string data instead of doing any reallocs.
8930         (_dbus_string_init_preallocated): new function
8931
8932 2003-05-11  Havoc Pennington  <hp@pobox.com>
8933
8934         Write a "test-profile" that does echo client-server with threads;
8935         profile reveals lock contention, memcpy/realloc of buffers, and
8936         UTF-8 validation as hot spots. 20% of lock contention eliminated
8937         with dbus_atomic_inc/dec implementation on x86.  Much remaining
8938         contention is global mempool locks for GList and DBusList.
8939
8940         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
8941         x86 implementation
8942
8943         * dbus/dbus-connection.c (struct DBusConnection): use
8944         dbus_atomic_t for the reference count
8945
8946         * dbus/dbus-message.c (struct DBusMessage): declare
8947         dbus_atomic_t values as volatile
8948
8949         * configure.in: code to detect ability to use atomic integer
8950         operations in assembly, from GLib patch
8951
8952         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
8953         time, tired of it being wrong in threads and forked processes
8954
8955         * glib/test-profile.c: a little program to bounce messages back
8956         and forth between threads and eat CPU
8957
8958         * dbus/dbus-connection.c: add debug spew macros for debugging
8959         thread locks; include config.h at top; fix deadlock in
8960         dbus_connection_flush()
8961
8962 2003-05-08  Havoc Pennington  <hp@pobox.com>
8963
8964         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
8965         data from getting written, and there wasn't a good reason to
8966         use _exit really.
8967
8968         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
8969         dbus_verbose lines in test coverage
8970         (main): add list of functions sorted by # of untested blocks
8971         to the coverage report
8972
8973         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
8974
8975         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
8976
8977         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
8978         extend test coverage
8979
8980         * test/data/auth/cancel.auth-script: test canceling an
8981         authentication
8982
8983         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
8984         aren't used. in CVS history if we end up needing them.
8985
8986 2003-05-04  Havoc Pennington  <hp@pobox.com>
8987
8988         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
8989         unit test
8990
8991         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
8992         function, which assumed length was in # of strings, not bytes
8993
8994         * dbus/dbus-message.c (_dbus_message_test): add tests for some
8995         missing coverage
8996
8997         * dbus/dbus-connection.c
8998         (_dbus_connection_queue_received_message): disable function for
8999         now, we are only using it in test mode
9000
9001         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
9002         remove a mistaken FIXME
9003
9004 2003-05-04  Havoc Pennington  <hp@pobox.com>
9005
9006         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
9007         unlock mutex on successful return, patch from Anders Gustafsson
9008
9009 2003-05-04  Havoc Pennington  <hp@pobox.com>
9010
9011         * dbus-glib-1.pc.in (Requires): fix dependencies, from
9012         Anders Gustafsson
9013
9014 2003-05-04  Havoc Pennington  <hp@pobox.com>
9015
9016         * tools/dbus-launch.c: implement
9017
9018         * bus/main.c (main), bus/bus.c (bus_context_new):
9019         implement --print-pid and --fork
9020
9021 2003-05-03  Havoc Pennington  <hp@redhat.com>
9022
9023         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
9024         the address had no value, and add to test suite. Fix and
9025         regression test from Miloslav Trmac
9026
9027 2003-05-03  Havoc Pennington  <hp@pobox.com>
9028
9029         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
9030         watch is invalid when handled
9031
9032         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
9033         dbus-launch utility to launch the bus from a shell script.  Didn't
9034         actually implement dbus-launch yet, it's just a placeholder still.
9035
9036 2003-05-03  Havoc Pennington  <hp@pobox.com>
9037
9038         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
9039         daemon; also documents daemon config file, so replaces
9040         doc/config-file.txt. Corrected some stuff from config-file.txt in
9041         the process of moving it.
9042
9043 2003-05-03  Havoc Pennington  <hp@pobox.com>
9044
9045         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
9046         add some man pages
9047
9048 2003-05-03  Colin Walters  <walters@verbum.org>
9049
9050         * dbus/dbus-sysdeps.c (fill_user_info): Test against
9051         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
9052
9053         * Makefile.am: Update to use new .pc versioning scheme.
9054
9055 2003-05-02  Havoc Pennington  <hp@redhat.com>
9056
9057         * bus/system.conf.in: allow send/receive to/from message bus
9058         service
9059
9060 2003-04-30  Havoc Pennington  <hp@redhat.com>
9061
9062         * configure.in: print a note when building with unit tests and
9063         without assertions
9064
9065 2003-04-30  Havoc Pennington  <hp@redhat.com>
9066
9067         * Makefile.am: add a check-local that complains if you didn't
9068         configure with --enable-tests
9069
9070 2003-04-29  Havoc Pennington  <hp@redhat.com>
9071
9072         * glib/dbus-gmain.c: docs cleanups
9073
9074         * dbus/dbus-types.h: add docs on int64 types
9075
9076         * dbus/dbus-memory.c: fix docs to avoid putting private API in
9077         public API docs section
9078
9079 2003-04-29  Havoc Pennington  <hp@redhat.com>
9080
9081         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
9082         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
9083         parallel install API version, not with the D-BUS package version.
9084
9085         * HACKING: move some of README over here
9086
9087         * README: updates, and document API/ABI policy
9088
9089         * configure.in: reindentation
9090
9091 2003-04-29  Havoc Pennington  <hp@redhat.com>
9092
9093         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
9094         to use this library" to be sure people have the right
9095         expectations.
9096
9097 2003-04-28  Havoc Pennington  <hp@redhat.com>
9098
9099         * configure.in: add --enable-docs which by default is auto yes if
9100         doxygen and db2html found, no otherwise; but can be forced on/off
9101
9102         * doc/Makefile.am: conditionalize whether to build docs on
9103         --enable-docs
9104
9105 2003-04-28  Havoc Pennington  <hp@redhat.com>
9106
9107         * configure.in: 0.10
9108
9109         * NEWS: update
9110
9111         * bus/system.conf.in: add <includedir>system.d</includedir>
9112
9113         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
9114         username was provided but not uid
9115
9116         * bus/config-parser.c (struct BusConfigParser): keep track of
9117         whether the parser is toplevel or was included; change some
9118         of the error handling if it's included.
9119
9120 2003-04-27  Havoc Pennington  <hp@pobox.com>
9121
9122         Unbreak my code...
9123
9124         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
9125         report correct status if we finish processing authentication
9126         inside this function.
9127
9128         * bus/activation.c (try_send_activation_failure): use
9129         bus_transaction_send_error_reply
9130
9131         * bus/connection.c (bus_connection_get_groups): return an error
9132         explaining the problem
9133
9134         * bus/bus.c (bus_context_check_security_policy): implement
9135         restriction here that inactive connections can only send the
9136         hello message. Also, allow bus driver to send anything to
9137         any recipient.
9138
9139         * bus/connection.c (bus_connection_complete): create the
9140         BusClientPolicy here instead of on-demand.
9141         (bus_connection_get_policy): don't return an error
9142
9143         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
9144         sender field in message being replied to
9145
9146         * bus/bus.c (bus_context_check_security_policy): fix silly typo
9147         causing it to return FALSE always
9148
9149         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
9150         we checked sender rather than destination
9151
9152 2003-04-25  Havoc Pennington  <hp@redhat.com>
9153
9154         test suite is slightly hosed at the moment, will fix soon
9155
9156         * bus/connection.c (bus_connections_expire_incomplete): fix to
9157         properly disable the timeout when required
9158         (bus_connection_set_name): check whether we can remove incomplete
9159         connections timeout after we complete each connection.
9160
9161         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
9162         probably still broken.
9163
9164         * bus/services.c (bus_registry_acquire_service): implement max
9165         number of services owned, and honor allow/deny rules on which
9166         services a connection can own.
9167
9168         * bus/connection.c (bus_connection_get_policy): report errors here
9169
9170         * bus/activation.c: implement limit on number of pending
9171         activations
9172
9173 2003-04-25  Havoc Pennington  <hp@redhat.com>
9174
9175         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
9176         where we used >= 0 instead of != DBUS_UID_UNSET.
9177
9178 2003-04-25  Havoc Pennington  <hp@redhat.com>
9179
9180         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
9181         were toggled without add/remove, fix from Anders Gustafsson
9182
9183 2003-04-24  Havoc Pennington  <hp@redhat.com>
9184
9185         * test/data/valid-config-files/basic.conf: add <limit> tags to
9186         this test
9187
9188         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
9189         <limit> tag in configuration file.
9190
9191 2003-04-24  Havoc Pennington  <hp@redhat.com>
9192
9193         * bus/dispatch.c: somehow missed some name_is
9194
9195         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
9196         (_dbus_timeout_set_interval): new
9197
9198         * bus/connection.c (bus_connections_setup_connection): record time
9199         when each connection is first set up, and expire them after the
9200         auth timeout passes.
9201
9202 2003-04-24  Havoc Pennington  <hp@redhat.com>
9203
9204         * dbus/dbus-message.c (dbus_message_name_is): rename
9205         (dbus_message_service_is): rename
9206         (dbus_message_sender_is): rename
9207         (dbus_message_get_service): rename
9208
9209 2003-04-24  Havoc Pennington  <hp@redhat.com>
9210
9211         * configure.in: add --enable-checks
9212
9213         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
9214
9215         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
9216         to use thread locks.
9217         (_dbus_connection_handler_destroyed_locked): move some private
9218         functions into proper docs group
9219
9220         * dbus/dbus-internals.h: add _dbus_return_if_fail,
9221         _dbus_return_val_if_fail
9222
9223         Throughout: use dbus_return_if_fail
9224
9225 2003-04-23  James Willcox  <jwillcox@gnome.org>
9226
9227         * glib/dbus-glib.h:
9228         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
9229         (dbus_connection_setup_with_g_main),
9230         (dbus_server_setup_with_g_main):
9231         * glib/test-dbus-glib.c: (main):
9232         * glib/test-thread-client.c: (main):
9233         * glib/test-thread-server.c: (new_connection_callback), (main):
9234         * tools/dbus-monitor.c: (main):
9235
9236         Added a GMainContext argument to dbus_connection_setup_with_g_main()
9237         and dbus_server_setup_with_g_main().
9238
9239 2003-04-20  Havoc Pennington  <hp@pobox.com>
9240
9241         * doc/dbus-specification.sgml: document the restrictions on
9242         message and service names
9243
9244 2003-04-22  Havoc Pennington  <hp@redhat.com>
9245
9246         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
9247         support, and do some code cleanups to share more code and
9248         speed up array marshal/demarshal.
9249
9250         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
9251
9252         * configure.in: generate dbus-arch-deps.h
9253
9254         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
9255         64-bit typecodes
9256
9257 2003-04-22  Havoc Pennington  <hp@redhat.com>
9258
9259         * test/data/valid-messages/opposite-endian.message: fix test
9260         to use proper type for rply field
9261
9262         * test/data/invalid-messages: add tests for below validation
9263
9264         * dbus/dbus-message.c (decode_header_data): validate field types,
9265         and validate that named fields are valid names
9266         (decode_name_field): consider messages in the
9267         org.freedesktop.Local. namespace to be invalid.
9268
9269         * dbus/dbus-string.c (_dbus_string_validate_name): new
9270
9271 2003-04-19  Havoc Pennington  <hp@pobox.com>
9272
9273         * bus/driver.c (bus_driver_handle_hello): check limits and
9274         return an error if they are exceeded.
9275
9276         * bus/connection.c: maintain separate lists of active and inactive
9277         connections, and a count of each. Maintain count of completed
9278         connections per user. Implement code to check connection limits.
9279
9280         * dbus/dbus-list.c (_dbus_list_unlink): export
9281
9282         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
9283         number of bytes in the message queue for a connection
9284
9285 2003-04-18  Havoc Pennington  <hp@pobox.com>
9286
9287         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
9288
9289         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
9290         memleaks
9291
9292         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
9293         on realloc be sure to update the pointer in the keyring
9294
9295         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
9296         offset to avoid writing to unallocated memory
9297
9298         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
9299         try the next mechanism, so we properly handle OOM
9300
9301         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
9302         on OOM.
9303         (_dbus_keyring_new): fix OOM bug
9304         (_dbus_keyring_new_homedir): always set error; impose a maximum
9305         number of keys we'll load from the file, mostly to speed up the
9306         test suite and make its OOM checks more useful, but also for
9307         general sanity.
9308
9309         * dbus/dbus-auth.c (process_error_server): reject authentication
9310         if we get an error from the client
9311         (process_cancel): on cancel, send REJECTED, per the spec
9312         (process_error_client): send CANCEL if we get an error from the
9313         server.
9314
9315 2003-04-18  Havoc Pennington  <hp@pobox.com>
9316
9317         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
9318         debug spew
9319
9320         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
9321         handling problem
9322
9323         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
9324         about DBUS_TEST_HOMEDIR once
9325
9326         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
9327         the environment
9328
9329         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
9330         config file so we test the right thing
9331
9332         Throughout: assorted docs improvements
9333
9334 2003-04-18  Havoc Pennington  <hp@pobox.com>
9335
9336         * glib/dbus-gmain.c: adapt to watch changes
9337
9338         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
9339
9340         * dbus/dbus-server.h: remove dbus_server_handle_watch
9341
9342         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
9343
9344         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
9345         like DBusTimeout, so we don't need dbus_connection_handle_watch
9346         etc.
9347
9348 2003-04-17  Havoc Pennington  <hp@redhat.com>
9349
9350         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
9351         database usage so it all goes via the DBusUserDatabase cache.
9352
9353 2003-04-17  Havoc Pennington  <hp@redhat.com>
9354
9355         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
9356         there was an OOM watch we skipped, we always return TRUE so we
9357         iterate again to have a look at it again. Fixes test suite hang.
9358         Code rearrangement also lets us lose some memset and only iterate
9359         over callbacks once.
9360
9361         * bus/driver.c (bus_driver_handle_message): sense of test for
9362         reply was backward
9363
9364 2003-04-16  Havoc Pennington  <hp@pobox.com>
9365
9366         * doc/dbus-specification.sgml: make spec say serials are unsigned
9367
9368         * dbus/dbus-message.h: change message serials to unsigned
9369
9370         * dbus/dbus-connection.c: adapt to message serials being unsigned
9371
9372 2003-04-15  Havoc Pennington  <hp@pobox.com>
9373
9374         * bus/bus.c: create and keep around a shared DBusUserDatabase
9375         object.
9376
9377         * bus/connection.c (bus_connection_get_groups): don't cache
9378         groups for user in the connection object, since user database
9379         object now does that.
9380
9381 2003-04-16  Havoc Pennington  <hp@redhat.com>
9382
9383         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
9384         list of size counters
9385         (_dbus_message_loader_putback_message_link): put back a popped link
9386
9387         * dbus/dbus-connection.c
9388         (dbus_connection_set_max_live_messages_size): rename
9389         max_received_size
9390         (dbus_connection_get_outgoing_size): get size of outgoing
9391         queue
9392         (_dbus_connection_set_connection_counter): remove this cruft
9393
9394 2003-04-14  Havoc Pennington  <hp@redhat.com>
9395
9396         * dbus/dbus-userdb.c: user database abstraction, mostly to get
9397         caching, but at some point we might want to be able to use a
9398         different database.
9399
9400         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
9401         SHA1 conf file to test the sha1 auth mechanism, since the regular
9402         test always uses EXTERNAL when available.
9403
9404         * configure.in,
9405         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
9406         add conf file that requires use of sha1 auth
9407
9408 2003-04-13  Havoc Pennington  <hp@pobox.com>
9409
9410         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
9411         from Philip Blundell to send messages and monitor them.
9412
9413 2003-04-13  Havoc Pennington  <hp@pobox.com>
9414
9415         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
9416         callbacks
9417
9418         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
9419         users
9420
9421         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
9422         fix to only recover unused bytes if we're already authenticated
9423         (_dbus_transport_get_is_authenticated): fix to still mark us
9424         authenticated if there are unused bytes.
9425
9426         * bus/dispatch.c: implement security policy checking
9427
9428         * bus/connection.c (bus_transaction_send_from_driver): new
9429
9430         * bus/bus.c (bus_context_check_security_policy): new
9431
9432         * bus/dispatch.c (send_service_nonexistent_error): delete this,
9433         now we just set the DBusError and it gets converted to an error
9434         reply.
9435
9436         * bus/connection.c (allow_user_function): enable code using actual
9437         data from the config file
9438
9439         * bus/policy.c (list_allows_user): handle wildcard rules for
9440         user/group connection perms
9441
9442 2003-04-13  Havoc Pennington  <hp@pobox.com>
9443
9444         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
9445
9446         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
9447
9448         * bus/policy.c (bus_policy_append_mandatory_rule)
9449         (bus_policy_append_default_rule, bus_policy_append_user_rule)
9450         (bus_policy_append_group_rule): new functions
9451
9452 2003-04-12  Havoc Pennington  <hp@pobox.com>
9453
9454         * bus/config-parser.c (bus_config_parser_new): fix a memleak
9455
9456         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
9457         the pid/gid/uid, just for paranoia.
9458
9459         * test/break-loader.c (randomly_do_n_things): find a byte
9460         containing a type code, and randomly change it to a different
9461         type code.
9462
9463 2003-04-12  Havoc Pennington  <hp@pobox.com>
9464
9465         * bus/policy.h: change BusPolicy to be the thing from the config
9466         file, and rename old BusPolicy to BusClientPolicy
9467
9468         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
9469         match change in how policy works
9470
9471         * dbus/dbus-internals.h: mark assert_not_reached as
9472         __attribute((noreturn))__
9473
9474 2003-04-11  Havoc Pennington  <hp@redhat.com>
9475
9476         * doc/dbus-specification.sgml: fix a spot with the wrong name for
9477         the broadcast service. Use boolean return for ServiceExists.
9478
9479 2003-04-11  Havoc Pennington  <hp@redhat.com>
9480
9481         * configure.in: add another directory to look for qt in.
9482
9483 2003-04-11  Havoc Pennington  <hp@redhat.com>
9484
9485         * AUTHORS: add Colin Walters
9486
9487 2003-04-11  Havoc Pennington  <hp@redhat.com>
9488
9489         * NEWS: update
9490
9491         * configure.in: 0.9
9492
9493 2003-04-11  Havoc Pennington  <hp@redhat.com>
9494
9495         * bus/messagebus.in: remove pid file when stopping the
9496         message bus, since the bus won't have privileges to remove it
9497         itself.
9498
9499 2003-04-11  Havoc Pennington  <hp@redhat.com>
9500
9501         * bus/bus.c (bus_context_new): move credentials change after
9502         creating pidfile
9503
9504 2003-04-11  Havoc Pennington  <hp@pobox.com>
9505
9506         * test/decode-gcov.c: add "below average functions" to the
9507         coverage report, and change how some of the code works.
9508
9509         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
9510         not in the coverage stats.
9511
9512         * test/test-service.c (main): use _dbus_verbose not fprintf in a
9513         couple places so running the test suite doesn't result in megaspam.
9514
9515 2003-04-11  Havoc Pennington  <hp@pobox.com>
9516
9517         * bus/dispatch.c (check_existent_service_activation): accept a no
9518         memory error in a place we didn't before
9519
9520         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
9521         in case the first one failed," since the test suite is less
9522         broken now.
9523
9524 2003-04-10  Havoc Pennington  <hp@pobox.com>
9525
9526         * bus/dispatch.c (check_segfault_service_activation): add test
9527         for launching an executable that just crashes.
9528
9529         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
9530         don't leave a million cores. We'll see how portable this is.
9531
9532 2003-04-10  Havoc Pennington  <hp@pobox.com>
9533
9534         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
9535         the possible parent failures before we fork, so that we don't
9536         fail to create a babysitter after creating the child.
9537
9538         * bus/activation.c (bus_activation_activate_service): kill child
9539         if we don't successfully complete the activation.
9540
9541 2003-04-10  Havoc Pennington  <hp@redhat.com>
9542
9543         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
9544         the connection if it's disconnected
9545
9546         * bus/activation.c (bus_activation_service_created): use new
9547         transaction features to roll back removal of pending activation if
9548         we don't successfully create the service after all. Don't remove
9549         pending activation if the function fails.
9550
9551         * dbus/dbus-list.c (_dbus_list_insert_before_link)
9552         (_dbus_list_insert_after_link): new code to facilitate
9553         services.c fixes
9554
9555         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
9556         new functionality, so we can preallocate the ability to insert
9557         into a hash table.
9558
9559         * bus/connection.c (bus_transaction_add_cancel_hook): new function
9560         allowing us to put custom hooks in a transaction to be used for
9561         cancelling said transaction
9562
9563         * doc/dbus-specification.sgml: add some discussion of secondary
9564         service owners, and disallow zero-length service names
9565
9566         * bus/services.c (bus_registry_acquire_service): new function,
9567         splits out part of bus_driver_handle_acquire_service() and fixes
9568         a bug where we didn't remove the service doing the acquiring
9569         from the secondary queue if we failed to remove the current owner
9570         from the front of the queue.
9571
9572 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9573
9574         * doc/dbus-specification.sgml:
9575         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
9576
9577 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9578
9579         * bus/.cvsignore:
9580         * glib/.cvsignore:
9581         * test/.cvsignore:
9582         Added files to cvsignore
9583
9584         * dbus/dbus-message.h:
9585         * dbus/dbus-message.c: (dbus_message_iter_get_named):
9586         Make get_named() take two out argument and return a boolean.
9587         (dbus_message_iter_get_args_valist):
9588         Update usage of get_named().
9589         (dbus_message_iter_append_byte):
9590         Fix typo
9591         (dbus_message_iter_append_named)
9592         Fix typo
9593         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
9594         More tests.
9595
9596 2003-04-10  Alexander Larsson  <alexl@redhat.com>
9597
9598         * dbus/dbus-marshal.[ch]:
9599         Add array_type_pos argument to _dbus_marshal_validate_arg.
9600         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
9601
9602         * dbus/dbus-message.[ch]:
9603         Multi-dimensional arrays have full type specification in the
9604         outermost array. Iter code re-arranged to handle this.
9605         Added some more iter tests.
9606
9607         * doc/dbus-specification.sgml:
9608         Add me to authors.
9609         Remove old FIXME.
9610         Update new array encoding description.
9611         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
9612
9613         * test/data/invalid-messages/array-with-mixed-types.message:
9614         * test/data/valid-messages/array-of-array-of-uint32.message:
9615         Change to the new array format.
9616
9617         * test/data/invalid-messages/too-short-dict.message:
9618         Fix bug in test.
9619
9620         * test/data/valid-messages/recursive-types.message:
9621         Fix up and extend test.
9622
9623 2003-04-10  Havoc Pennington  <hp@pobox.com>
9624
9625         * bus/dispatch.c: lots of fixes
9626
9627         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
9628         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
9629         that was crack, broke the test service.
9630
9631         * dbus/dbus-transport.c (_dbus_transport_open): fix error
9632         handling to avoid piling up errors if we get a failure on the
9633         first address.
9634
9635         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
9636         pid in assertion failures.
9637
9638         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
9639         to some fixed size of file descriptor array. Don't return TRUE
9640         anytime a timeout exists, that led to lots of busy loop silliness
9641         in the tests.
9642
9643 2003-04-09  Havoc Pennington  <hp@redhat.com>
9644
9645         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
9646         I'd checked this in earlier but hadn't.
9647
9648 2003-04-09  Havoc Pennington  <hp@redhat.com>
9649
9650         * bus/dispatch.c (bus_dispatch_test): get a bit further through
9651         the activation test (man this is getting old!)
9652
9653 2003-04-09  Havoc Pennington  <hp@redhat.com>
9654
9655         * test/test-utils.c: use dispatch status function to fix this up
9656
9657         * bus/connection.c (connection_watch_callback): don't dispatch
9658         from here
9659         (connection_timeout_callback): don't dispatch from here
9660         (bus_connections_setup_connection): set the dispatch status function
9661         (bus_connection_disconnected): unset it
9662
9663         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
9664         used to add a connection to be dispatched
9665         (_dbus_loop_iterate): do the dispatching at the end of each
9666         iteration
9667
9668         * dbus/dbus-connection.c
9669         (dbus_connection_set_dispatch_status_function): new function
9670         allowing us to fix up main loop usage
9671         (_dbus_connection_last_unref): free all the various function
9672         user data
9673         (dbus_connection_dispatch): call the DispatchStatusFunction
9674         whenever this function returns
9675         (dbus_connection_handle_watch): call DispatchStatusFunction
9676         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
9677         (reply_handler_timeout): call DispatchStatusFunction
9678         (dbus_connection_flush): call DispatchStatusFunction
9679
9680 2003-04-09  Havoc Pennington  <hp@redhat.com>
9681
9682         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
9683         a memory leak
9684
9685         * bus/dispatch.c (check_service_activated): fix bug in test
9686
9687         * dbus/dbus-mainloop.c (check_timeout): fix this up
9688
9689         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
9690         verbose output so we can sort out output from different processes,
9691         e.g. in the activation case.
9692
9693 2003-04-08  Colin Walters  <walters@gnu.org>
9694
9695         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
9696         the pid file.
9697         (bus_context_new): Set it.
9698         (bus_context_unref): Use it to delete the pid file.
9699
9700 2003-04-08  Havoc Pennington  <hp@redhat.com>
9701
9702         * test/data/invalid-messages/array-with-mixed-types.message:
9703         regression test that fails for the moment
9704
9705         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
9706         tests for convenience
9707
9708         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
9709         array of nil, it broke things.
9710
9711         * test/data/invalid-messages/array-of-nil.message: regression test
9712
9713         * test/data/valid-messages/array-of-array-of-uint32.message:
9714         happened to write this so added it to suite
9715
9716 2003-04-08  Havoc Pennington  <hp@redhat.com>
9717
9718         * bus/driver.c (bus_driver_handle_acquire_service): init
9719         retval/reply before checking name
9720
9721         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
9722         recursion depth argument
9723
9724         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
9725         in the public struct for future extension
9726
9727         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
9728         typo
9729
9730         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
9731         message
9732
9733         * doc/dbus-specification.sgml: fix typo
9734
9735 2003-04-08  Alexander Larsson  <alexl@redhat.com>
9736
9737         Implemented recursive types, named types and new-style iters
9738
9739         * bus/driver.c:
9740         * glib/test-thread-client.c: (thread_func):
9741         * glib/test-thread-server.c: (handle_test_message):
9742         * test/test-service.c: (handle_echo):
9743         Update to new api
9744
9745         * dbus/Makefile.am:
9746         * dbus/dbus-dict.c:
9747         * dbus/dbus-dict.h:
9748         * dbus/dbus.h
9749         Remove DBusDict
9750
9751         * dbus/dbus-internals.c: (_dbus_type_to_string):
9752         Update for new types.
9753
9754         * dbus/dbus-marshal.[ch]:
9755         Implement recursive types and the new marshalling format.
9756         Remove hardcoded dict marshalling.
9757         Marshal named types.
9758
9759         * dbus/dbus-message-builder.c:
9760         Add BYTE_ARRAY.
9761         Remove references to old types
9762
9763         * dbus/dbus-message.[ch]:
9764         New non-refcounted iter API that supports recursive iters.
9765         Use iters for appending, including support for recursive
9766         iters.
9767         Add byte and named type support.
9768         Update everything to new marshalling formats.
9769         Add tests for new API.
9770
9771         * dbus/dbus-protocol.h:
9772         Remove old array types.
9773         Add types: BYTE, ARRAY, DICT, NAMED
9774
9775         * dbus/dbus-string.c:
9776         * dbus/dbus-sysdeps.c:
9777         Make parse_double locale safe.
9778
9779         * dbus/dbus-test-main.c:
9780         Call setlocale.
9781
9782         * dbus/dbus-test.c:
9783         Kill dict test
9784
9785         * doc/dbus-specification.sgml:
9786         Update spec
9787
9788         * test/data/incomplete-messages/missing-body.message:
9789         * test/data/invalid-messages/bad-boolean.message:
9790         * test/data/invalid-messages/bad-boolean-array.message:
9791         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
9792         * test/data/invalid-messages/boolean-has-no-value.message-raw:
9793         * test/data/invalid-messages/too-short-dict.message:
9794         * test/data/valid-messages/dict-simple.message:
9795         * test/data/valid-messages/dict.message:
9796         * test/data/valid-messages/emptiness.message:
9797         * test/data/valid-messages/lots-of-arguments.message:
9798         * test/data/valid-messages/no-padding.message:
9799         * test/data/valid-messages/recursive-types.message:
9800         Add missing NAME fields
9801         Fix up dicts & arrays
9802
9803         * test/data/invalid-messages/dict-with-nil-value.message:
9804         Removed, this is not invalid anymore.
9805
9806         * test/data/valid-messages/recursive-types.message:
9807         Add new test for deeply recursive types.
9808
9809 2003-04-07  Havoc Pennington  <hp@pobox.com>
9810
9811         * bus/driver.c (bus_driver_handle_acquire_service): return an
9812         error if you try to acquire a service that starts with ':'
9813
9814 2003-04-07  Havoc Pennington  <hp@redhat.com>
9815
9816         * doc/dbus-specification.sgml: require that base service names
9817         start with ':' and that the base service is created/deleted
9818         as first and last things a connection does on the bus
9819
9820         * bus/dispatch.c (check_existent_service_activation): lots more
9821         work on the activation test; it doesn't fully pass yet...
9822
9823         * test/test-service.c (main): fix so we don't memleak the
9824         connection to the message bus
9825         (filter_func): accept a message asking us to exit
9826
9827 2003-04-06  Havoc Pennington  <hp@pobox.com>
9828
9829         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
9830         from Colin Walters
9831
9832         * configure.in: fixes to Qt detection from Colin Walters
9833
9834         * doc/Makefile.am: Only remove generated docbook dirs if they
9835         exist, from Colin Walters
9836
9837         * dbus/dbus-bus.c: change how we set well-known connections to
9838         NULL, so that it works if a single connection is stored in
9839         two well-known array slots.
9840
9841         * test/Makefile.am: remove a lot of stuff that isn't immediately
9842         useful, it's in CVS history if we want it.
9843
9844         * test/test-service.c: use dbus-mainloop instead of that
9845         watch.[hc] crack
9846
9847 2003-04-06  Havoc Pennington  <hp@pobox.com>
9848
9849         * dbus/Makefile.am: split lists of sources into stuff that goes in
9850         the library, util functions that go in the lib and are also used
9851         elsewhere, and util functions that are used in tests/daemon but
9852         don't go in the lib.
9853
9854         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
9855         here so it can be used in test binaries also
9856
9857 2003-04-06  Havoc Pennington  <hp@pobox.com>
9858
9859         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
9860         here in the parent process, so we can return an error if it
9861         fails. Also, move some of the code into the child so the parent
9862         is less hosed if we fail midway through.
9863
9864         * bus/bus.c (bus_context_new): move pidfile detection further up
9865         in the function, before we start overwriting sockets and such.
9866
9867         * bus/messagebus.in: adjust this a bit, not sure if it will work.
9868
9869         * configure.in: add --with-system-pid-file and --with-system-socket
9870
9871 2003-04-06  Colin Walters  <walters@verbum.org>
9872
9873         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
9874
9875         * bus/system.conf.in: Declare a pidfile.
9876
9877         * bus/bus.c (bus_context_new): Test for an existing pid file, and
9878         create one (if appropriate).
9879
9880         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
9881         (struct BusConfigParser) [pidfile]: New.
9882         (element_type_to_name, merge_included, start_busconfig_child)
9883         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
9884         (bus_config_parser_unref): Free it.
9885         (bus_config_parser_get_pidfile): New function.
9886
9887         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
9888
9889         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
9890
9891         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
9892
9893         * dbus/dbus-sysdeps.h: Prototype it.
9894
9895 2003-04-06  Havoc Pennington  <hp@pobox.com>
9896
9897         * bus/bus.c (bus_context_new): print the address in here, rather
9898         than in main(), because we need to do it before forking the daemon
9899
9900         * bus/dispatch.c (send_service_nonexistent_error): set the sender
9901         on the service nonexistent error
9902
9903         * bus/driver.c (bus_driver_handle_acquire_service): set the
9904         sender on the AcquireService reply
9905
9906         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
9907         server also listen on a UNIX socket so services can connect to it.
9908
9909 2003-04-06  Havoc Pennington  <hp@pobox.com>
9910
9911         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
9912         so it detects deadlocks and also we actually init threads when
9913         debugging.
9914
9915 2003-04-06  Havoc Pennington  <hp@pobox.com>
9916
9917         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
9918         save the domain socket name, and unlink it when we disconnect the
9919         server. Means that at least when we exit normally, we won't leave
9920         a bunch of junk in /tmp
9921
9922         * dbus/dbus-transport-unix.c
9923         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
9924         memory management). (I was making a real change here but then
9925         didn't)
9926
9927 2003-04-06  Havoc Pennington  <hp@pobox.com>
9928
9929         * bus/bus.c (bus_context_new): fix wrong handling of
9930         server_data_slot_unref() in the error case.
9931
9932         * dbus/dbus-internals.h (_dbus_assert): change so it passes
9933         "(condition) != 0" to _dbus_real_assert so that
9934         "_dbus_assert (pointer)" doesn't cause a warning
9935
9936         * bus/main.c (main): accept --print-address option to print out
9937         the message bus address
9938
9939         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
9940
9941         * dbus/dbus-transport.c (_dbus_transport_open): special error for
9942         "tmpdir" option to unix: address on client side
9943
9944         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
9945         to unix: address
9946
9947         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
9948         we can use to create sockets in the test suite.
9949
9950         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
9951         cleanly. To be used for testing.
9952
9953         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
9954
9955         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
9956
9957         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
9958         handle trying to call this when there's no servers active
9959
9960 2003-04-05  Havoc Pennington  <hp@pobox.com>
9961
9962         * NEWS: update
9963
9964         * configure.in: 0.8
9965
9966 2003-04-05  Havoc Pennington  <hp@pobox.com>
9967
9968         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
9969         crash on startup. Need to get "try starting the daemon"
9970         in the test suite I guess. ;-)
9971
9972         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
9973         tracked the number of open connections; it's better done in
9974         application-specific code as you want it to span all servers etc.
9975
9976 2003-04-05  Havoc Pennington  <hp@pobox.com>
9977
9978         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
9979         patch from Colin Walters
9980
9981 2003-04-05  Havoc Pennington  <hp@pobox.com>
9982
9983         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
9984         reality; in fact multiple mechanisms are allowed.
9985
9986         * dbus/dbus-internals.c (_dbus_real_assert)
9987         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
9988         _dbus_assert_not_reached() into functions, so that they don't show
9989         up in basic block counts for test coverage, and don't use up as
9990         much disk space. Does mean slower execution speed though, so
9991         assumes --disable-asserts is the normal production case.
9992
9993 2003-04-05  Havoc Pennington  <hp@pobox.com>
9994
9995         * test/Makefile.am (dist-hook): also dist *.in files
9996
9997         * NEWS: update
9998
9999         * configure.in: 0.7
10000
10001 2003-04-05  Havoc Pennington  <hp@pobox.com>
10002
10003         * dbus/dbus-string.c: docs warning
10004
10005         * dbus/dbus-spawn.c: missing docs
10006
10007         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
10008
10009 2003-04-05  Havoc Pennington  <hp@pobox.com>
10010
10011         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
10012         magic from GLib
10013
10014         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
10015         to -1 once we've reaped the babysitter
10016         (_dbus_babysitter_handle_watch): do as much work as we can, not
10017         just one go of it
10018
10019         * bus/activation.c: add code using DBusBabysitter so that we
10020         handle it when a service fails to start up properly.
10021         (bus_activation_service_created): don't remove the activation
10022         entries as we go, just let them get removed when we free the pending
10023         activation. Unref reply messages after sending them.
10024
10025 2003-04-05  Havoc Pennington  <hp@pobox.com>
10026
10027         * test/decode-gcov.c (main): print per-directory stats in the report
10028
10029         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
10030
10031 2003-04-05  Havoc Pennington  <hp@pobox.com>
10032
10033         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
10034
10035         * test/decode-gcov.c: hack up a little program to suck data
10036         out of gcov files. Yes this is sort of silly.
10037
10038         * configure.in: define something in config.h and do an
10039         AM_CONDITIONAL when gcov is enabled
10040
10041 2003-04-04  Havoc Pennington  <hp@redhat.com>
10042
10043         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
10044         return a "babysitter" object that is used to monitor the status of
10045         the spawned process and reap it when required.
10046
10047         * test/test-segfault.c, test/test-exit.c,
10048         test/test-sleep-forever.c: binaries that do various lame things,
10049         used in the test suite.
10050
10051         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
10052
10053 2003-04-03  Havoc Pennington  <hp@pobox.com>
10054
10055         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
10056         in preparation for modifying it, dbus-sysdeps is getting
10057         a bit unmanageable.
10058
10059 2003-04-03  Havoc Pennington  <hp@redhat.com>
10060
10061         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
10062         have multiple ones
10063
10064         * bus/*.[hc]: adapt to mainloop change
10065
10066 2003-04-03  Havoc Pennington  <hp@redhat.com>
10067
10068         * bus/activation.c (load_directory): fix up memleaks
10069         (bus_activation_entry_free): free the entry
10070
10071         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
10072         we get one from the message bus; fix memleaks.
10073
10074         * dbus/dbus-message.c (dbus_set_error_from_message): new function
10075
10076 2003-04-03  Havoc Pennington  <hp@pobox.com>
10077
10078         * bus/config-parser.c (bus_config_parser_unref): free
10079         list of mechanisms, bug discovered by test suite enhancements
10080         (putting system.conf and session.conf into suite)
10081
10082         * test/Makefile.am, test/test-service.c: add placeholder for a
10083         test service that we'll activate as part of test suite. Doesn't
10084         do anything yet.
10085
10086         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
10087         setting NULL value, and use system malloc not dbus_malloc()
10088         when we have unavoidable memleakage.
10089
10090         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
10091         didn't work, and support DBUS_BUS_ACTIVATION.
10092
10093         * bus/activation.c (child_setup): pass our well-known bus type to
10094         the child
10095
10096         * bus/config-parser.c: support <type> to specify well-known type
10097
10098         * doc/dbus-specification.sgml: document the env variables to
10099         locate well-known buses and find service activator
10100
10101 2003-04-02  Havoc Pennington  <hp@redhat.com>
10102
10103         * test/Makefile.am (all-local): add a rule to copy tests to
10104         builddir, so we can have generated tests. Use this to remove the
10105         silly hack for testing system.conf and session.conf. Will use this
10106         shortly to generate .service files pointing to test binaries.
10107
10108 2003-04-02  Havoc Pennington  <hp@redhat.com>
10109
10110         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
10111         current alloc and needed new length, not max of the doubled
10112         allocation and needed new length. Also, when building tests,
10113         don't do the double-allocation stuff, just realloc every time.
10114
10115 2003-04-02  Havoc Pennington  <hp@redhat.com>
10116
10117         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
10118         in error messages
10119         (_dbus_string_get_dirname): new
10120         (_dbus_sysdeps_test): new
10121         (_dbus_directory_open): include dirnames in error messages
10122
10123         * bus/config-parser.c: interpret <include> and <includedir> and
10124         <servicedir> relative to config file location if the given
10125         filename is not absolute.
10126
10127         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
10128
10129 2003-04-02  Havoc Pennington  <hp@redhat.com>
10130
10131         * bus/connection.c (bus_transaction_send_error_reply): set sender
10132         service for the error, and unref the reply on success
10133
10134         * bus/activation.c: convert to use BusTransaction so OOM can be
10135         handled correctly
10136         (bus_activation_service_created): set sender of the message
10137
10138 2003-04-01  Havoc Pennington  <hp@redhat.com>
10139
10140         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
10141         <includedir> (at least mostly)
10142
10143         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
10144         first, then the user ID
10145
10146 2003-04-01  Havoc Pennington  <hp@pobox.com>
10147
10148         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
10149         function
10150
10151         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
10152
10153         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
10154
10155         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
10156         socket 0777, and unlink any existing socket.
10157
10158         * bus/bus.c (bus_context_new): change our UID/GID and fork if
10159         the configuration file so specifies; set up auth mechanism
10160         restrictions
10161
10162         * bus/config-parser.c (bus_config_parser_content): add support
10163         for <fork> option and fill in code for <auth>
10164
10165         * bus/system.conf.in: add <fork/> to default configuration,
10166         and limit auth mechanisms to EXTERNAL
10167
10168         * doc/config-file.txt (Elements): add <fork>
10169
10170         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
10171         (_dbus_change_identity): new function
10172
10173 2003-03-31  Havoc Pennington  <hp@redhat.com>
10174
10175         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
10176         (_dbus_listen_unix_socket): fix off-by-one error in null
10177         termination spotted by Nalin
10178
10179 2003-03-31  Havoc Pennington  <hp@redhat.com>
10180
10181         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
10182         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
10183         having a real home directory available.
10184
10185 2003-03-31  Havoc Pennington  <hp@redhat.com>
10186
10187         * bus/Makefile.am (install-data-hook): create /var/run/dbus
10188
10189         * bus/messagebus.in: add init script for Red Hat /etc/init.d
10190
10191         * configure.in: add support for specifying a style of init script
10192         to install
10193
10194 2003-03-31  Havoc Pennington  <hp@redhat.com>
10195
10196         Fix some annoying DBusString API and fix all affected code.
10197
10198         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
10199         max_length argument
10200         (_dbus_string_get_data): change to return string instead of using
10201         an out param
10202         (_dbus_string_get_const_data): ditto
10203         (_dbus_string_get_data_len): ditto
10204         (_dbus_string_get_const_data_len): ditto
10205
10206 2003-03-31  Havoc Pennington  <hp@redhat.com>
10207
10208         * bus/main.c (main): fix up the command line arguments to be nicer
10209
10210 2003-03-31  Havoc Pennington  <hp@redhat.com>
10211
10212         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
10213         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
10214         final location that lands in the config file
10215
10216         * bus/config-loader-expat.c (bus_config_load): fix type of
10217         XML_Parser variable
10218
10219         * doc/TODO: remove TODO item for dbus_bus_get()
10220
10221         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
10222
10223 2003-03-31  Havoc Pennington  <hp@pobox.com>
10224
10225         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
10226         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
10227         argument since they are always client side
10228
10229         * dbus/dbus-server.c (dbus_server_get_address): new function
10230
10231         * bus/main.c (main): take the configuration file as an argument.
10232
10233         * test/data/valid-config-files/debug-allow-all.conf: new file to
10234         use with dispatch.c tests for example
10235
10236         * bus/test-main.c (main): require test data dir
10237
10238         * bus/bus.c (bus_context_new): change this to take a
10239         configuration file name as argument
10240
10241         * doc/config-file.txt (Elements): add <servicedir>
10242
10243         * bus/system.conf, bus/session.conf: new files
10244
10245         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
10246         well-known socket if none set
10247
10248         * configure.in: create system.conf and session.conf
10249
10250 2003-03-30  Havoc Pennington  <hp@pobox.com>
10251
10252         * bus/config-parser.c: hacking
10253
10254         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
10255         to shut down, since it could cause weirdness with the DBusList
10256         lock
10257
10258         * dbus/dbus-list.c (_dbus_list_test): add tests for the
10259         link-oriented stack routines
10260         (alloc_link): free the mempool if the first alloc from it fails
10261
10262         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
10263
10264         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
10265         from GLib
10266         (_dbus_string_skip_white): new
10267
10268         * doc/config-file.txt (Elements): add <includedir>
10269
10270 2003-03-28  Havoc Pennington  <hp@pobox.com>
10271
10272         * dbus/dbus-string.c (_dbus_string_copy_data_len)
10273         (_dbus_string_copy_data): new functions
10274
10275 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
10276
10277         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
10278         * dbus/dbus-bus.h:
10279         Add dbus_bus_get.
10280
10281         * dbus/dbus-memory.c:
10282         Fix a doc comment.
10283
10284 2003-03-28  Havoc Pennington  <hp@pobox.com>
10285
10286         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
10287         I think it may have just been superstition. Not sure.
10288
10289         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
10290         failures that were not being handled.
10291
10292         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
10293
10294         * dbus/dbus-memory.c: add ability to set number of mallocs in a
10295         row that will fail on out-of-memory.
10296
10297         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
10298         function for testing out-of-memory handling.
10299
10300         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
10301         allocation functions, they do map exactly to the expat ones.
10302
10303 2003-03-27  Havoc Pennington  <hp@redhat.com>
10304
10305         * bus/config-loader-libxml.c (bus_config_load): add another error
10306         check
10307
10308 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10309
10310         * doc/TODO:
10311         Add note about automatic service activation.
10312
10313         * doc/dbus-specification.sgml:
10314         Rename the specification and clarify a few things.
10315
10316 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
10317
10318         * Doxyfile.in:
10319         * dbus/dbus-address.c:
10320         * dbus/dbus-dict.c:
10321         * dbus/dbus-marshal.c:
10322         * dbus/dbus-server-debug-pipe.c:
10323         * dbus/dbus-transport-unix.c:
10324         Fix documentation warnings.
10325
10326 2003-03-26  Havoc Pennington  <hp@pobox.com>
10327
10328         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
10329         after every test so it's quick and easy to see which leaked, and
10330         so we test multiple dbus_shutdown() calls
10331
10332         * configure.in: change configure.in XML stuff to also support
10333         expat
10334
10335         * config-loader-libxml.c: some hacking
10336
10337         * config-loader-expat.c: some hacking
10338
10339         * config-parser.c: some hacking, plus tests
10340
10341 2003-03-25  Havoc Pennington  <hp@redhat.com>
10342
10343         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
10344
10345         * configure.in: add --with-xml option to specify XML library,
10346         right now only libxml is supported.
10347
10348         * bus/config-loader-libxml.c, config-parser.c: sync some minor
10349         nonworking code between home and work, still just stubs
10350
10351 2003-03-24  Havoc Pennington  <hp@redhat.com>
10352
10353         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
10354         file
10355
10356         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
10357         NULL argument for "message" if the error is a well-known one,
10358         fill in a generic message in this case.
10359
10360         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
10361         favor of DBusError
10362
10363         * bus/test.c (bus_test_flush_bus): add
10364
10365         * bus/policy.c (bus_policy_test): test code stub
10366
10367 2003-03-24  Havoc Pennington  <hp@pobox.com>
10368
10369         * bus/connection.c (bus_connections_setup_connection): set up
10370         the "can this user connect" function, but it always returns
10371         TRUE until we have a config file parser so we can have a config
10372         file that allows connections.
10373
10374 2003-03-23  Havoc Pennington  <hp@pobox.com>
10375
10376         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
10377         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
10378         the mutex, so we can check for proper memory management
10379         and OOM handling.
10380
10381         * dbus/dbus-dataslot.c: remove the mutex from
10382         DBusDataSlotAllocator and lock it manually when using it,
10383         to simplify fitting it into the global slots framework.
10384
10385         * dbus/dbus-threads.c (init_static_locks): rework how we're
10386         handling global locks so they are easily shut down.
10387
10388         * bus/policy.c (bus_policy_append_rule): fix
10389
10390         * bus/test-main.c (main): check for memleaks
10391
10392         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
10393         test suite check for memleaks
10394
10395         * dbus/dbus-memory.c: add support in test mode for tracking
10396         number of outstanding blocks
10397
10398 2003-03-23  Havoc Pennington  <hp@pobox.com>
10399
10400         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
10401         policies code
10402
10403         * dbus/dbus-hash.h: add ULONG hash keys
10404
10405         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
10406         (_dbus_get_group_id): new function
10407
10408 2003-03-20  Havoc Pennington  <hp@redhat.com>
10409
10410         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
10411         new function
10412         (dbus_connection_get_unix_user): new function
10413
10414 2003-03-20  Havoc Pennington  <hp@pobox.com>
10415
10416         * bus/connection.c (bus_connection_send_oom_error): assert that
10417         message has a sender
10418         (connection_execute_transaction): ditto
10419         (bus_connection_preallocate_oom_error): fix to set the sender, and
10420         set recipient to the destination service, not the bus driver
10421
10422         * bus/policy.c: hacking
10423
10424         * dbus/dbus-message.c (dbus_message_service_is): new function
10425         (dbus_message_sender_is): new
10426
10427 2003-03-19  Havoc Pennington  <hp@redhat.com>
10428
10429         * bus/policy.c: start sketching code for policy restrictions on
10430         what connections can do.
10431
10432 2003-03-18  Havoc Pennington  <hp@redhat.com>
10433
10434         * doc/TODO: some notes on high-level todo items. Little nitpick
10435         stuff is all in @todo, so no need to add it here.
10436
10437         * doc/config-file.txt: some notes on how config file might look
10438
10439 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
10440
10441         * configure.in: 0.6
10442
10443         * NEWS: Update.
10444
10445 2003-03-17  Havoc Pennington  <hp@redhat.com>
10446
10447         * dbus/dbus-internals.h: add gcc attributes so that
10448         our printf-style functions warn on bad arguments to
10449         format
10450
10451         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
10452         format bug
10453
10454         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
10455         printf format bug
10456
10457 2003-03-17  Havoc Pennington  <hp@redhat.com>
10458
10459         * bus/test-main.c (main): make it print something as it runs
10460         so make check doesn't look stuck
10461
10462         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
10463         from CVS, now obsolete
10464
10465 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
10466
10467         * bus/dispatch.c: (bus_dispatch):
10468         Refetch the service name since it may have been reallocated
10469         when dbus_message_set_sender was called.
10470
10471         * dbus/dbus-sysdeps.c: (_dbus_accept):
10472         Add address and address length variables and use them to stop
10473         valgrind from complaining.
10474
10475 2003-03-17  Havoc Pennington  <hp@pobox.com>
10476
10477         All tests pass, no memleaks, no valgrind complaints.
10478
10479         * bus/test.c: refcount handler_slot
10480
10481         * bus/connection.c (bus_connections_new): refcount
10482         connection_data_slot
10483
10484         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
10485         bytes so that auth scripts pass.
10486
10487         * bus/dispatch.c: init message_handler_slot so it gets allocated
10488         properly
10489
10490         * bus/dispatch.c (message_handler_slot_ref): fix memleak
10491
10492         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
10493         dealloc server_pipe_hash when no longer used for benefit of
10494         leak checking
10495
10496         * dbus/dbus-auth.c (process_command): memleak fix
10497
10498         * bus/dispatch.c (check_hello_message): memleak fix
10499
10500 2003-03-16  Havoc Pennington  <hp@pobox.com>
10501
10502         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
10503
10504 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
10505
10506         * bus/activation.c (bus_activation_activate_service): Append
10507         the pending activation entry to the list of pending activations.
10508
10509 2003-03-16  Havoc Pennington  <hp@pobox.com>
10510
10511         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
10512         connections
10513
10514         * dbus/dbus-address.c (create_entry): fix OOM handling when
10515         failing to alloc entry->method
10516
10517 2003-03-16  Havoc Pennington  <hp@pobox.com>
10518
10519         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
10520         the watch
10521
10522         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
10523         add some missing dbus_set_result
10524
10525         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
10526         alloc the DBusMessageHandler
10527
10528         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
10529         the transport here, since we call this from the finalizer; it
10530         resulted in a double-finalize.
10531
10532         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
10533         where we tried to use transport->connection that was NULL,
10534         happened when transport was disconnected early on due to OOM
10535
10536         * bus/*.c: adapt to handle OOM for watches/timeouts
10537
10538         * dbus/dbus-transport-unix.c: port to handle OOM during
10539         watch handling
10540
10541         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
10542         reference to unused bytes instead of a copy
10543
10544         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
10545         out of memory
10546
10547         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
10548         FALSE on OOM
10549
10550         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
10551         of memory
10552
10553 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10554
10555         * doc/dbus-specification.sgml:
10556         Document reply message for ActivateService.
10557
10558 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10559
10560         * bus/activation.c: (bus_pending_activation_entry_free),
10561         (bus_pending_activation_free), (bus_activation_new),
10562         (bus_activation_unref), (bus_activation_service_created),
10563         (bus_activation_activate_service):
10564         * bus/activation.h:
10565         * bus/bus.c: (bus_context_new):
10566         * bus/desktop-file.c: (new_section):
10567         * bus/driver.c: (bus_driver_send_service_deleted),
10568         (bus_driver_handle_activate_service):
10569         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
10570         * bus/services.h:
10571         * dbus/dbus-connection.c:
10572         (dbus_connection_send_with_reply_and_block):
10573         * dbus/dbus-message.c: (dbus_message_append_args_valist):
10574         * dbus/dbus-protocol.h:
10575         Make activation work better. Now pending activations will be queued
10576         and the daemon won't try to activate services that are already registered.
10577
10578 2003-03-16  Havoc Pennington  <hp@pobox.com>
10579
10580         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
10581         connection data
10582
10583         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
10584         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
10585
10586 2003-03-16  Havoc Pennington  <hp@pobox.com>
10587
10588         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
10589         this. always run the test suite before commit...
10590
10591         * bus/*: adapt to DBusConnection API changes
10592
10593         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
10594         requires renaming stuff to avoid dbus_connection_dispatch name
10595         conflict.
10596
10597         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
10598         function
10599
10600         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
10601         separate from _dbus_message_loader_return_buffer()
10602
10603         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
10604         this, because it's now always broken to use; the number of
10605         messages in queue vs. the number still buffered by the message
10606         loader is undefined/meaningless. Should use
10607         dbus_connection_get_dispatch_state().
10608         (dbus_connection_dispatch): rename from
10609         dbus_connection_dispatch_message
10610
10611 2003-03-16  Havoc Pennington  <hp@pobox.com>
10612
10613         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
10614         implementation
10615
10616 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
10617
10618         * dbus/dbus-connection.c:
10619         (dbus_connection_send_with_reply_and_block):
10620         Decrease connection->n_incoming when removing an entry
10621         from the list.
10622         * dbus/dbus-dict.c: (dbus_dict_entry_free),
10623         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
10624         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
10625         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
10626         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
10627         (dbus_dict_get_byte_array):
10628         Handle NULL arrays and strings. Also add support for byte arrays.
10629
10630         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
10631         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
10632         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
10633         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
10634         (_dbus_demarshal_dict), (demarshal_and_validate_len),
10635         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
10636         * dbus/dbus-marshal.h:
10637         Add support for marshalling and demarshalling empty arrays and strings.
10638
10639         * dbus/dbus-message.c: (dbus_message_append_args_valist),
10640         (dbus_message_append_string_array),
10641         (dbus_message_iter_get_boolean),
10642         (dbus_message_iter_get_boolean_array),
10643         (dbus_message_iter_get_int32_array),
10644         (dbus_message_iter_get_uint32_array),
10645         (dbus_message_iter_get_double_array),
10646         (dbus_message_iter_get_byte_array),
10647         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
10648         (check_message_handling):
10649         Add support for getting empty arrays and dicts.
10650
10651         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
10652         Don't do any validation at all for now, that's better than just checking
10653         for ASCII.
10654
10655         * test/data/valid-messages/emptiness.message:
10656         New test message with lots of empty arrays.
10657
10658 2003-03-16  Havoc Pennington  <hp@pobox.com>
10659
10660         * dbus/dbus-connection.c
10661         (_dbus_connection_queue_received_message_link): new function that
10662         can't fail due to OOM
10663
10664         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
10665         new function pops a message together with a list link
10666         containing it.
10667
10668         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
10669         message queuing functions to avoid needing to alloc memory
10670
10671 2003-03-16  Havoc Pennington  <hp@pobox.com>
10672
10673         Oops - test code was only testing failure of around 30 of the
10674         mallocs in the test path, but it turns out there are 500+
10675         mallocs. I believe this was due to misguided linking setup such
10676         that there was one copy of dbus_malloc etc. in the daemon and one
10677         in the shared lib, and only daemon mallocs were tested. In any
10678         case, the test case now tests all 500+ mallocs, and doesn't pass
10679         yet, though there are lots of fixes in this patch.
10680
10681         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
10682         this so that it doesn't need to allocate memory, since it
10683         has no way of indicating failure due to OOM (and would be
10684         annoying if it did).
10685
10686         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
10687
10688         * bus/Makefile.am: rearrange to create two self-contained
10689         libraries, to avoid having libraries with overlapping symbols.
10690         that was resulting in weirdness, e.g. I'm pretty sure there
10691         were two copies of global static variables.
10692
10693         * dbus/dbus-internals.c: move the malloc debug stuff to
10694         dbus-memory.c
10695
10696         * dbus/dbus-list.c (free_link): free list mempool if it becomes
10697         empty.
10698
10699         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
10700
10701         * dbus/dbus-address.c (dbus_parse_address): free list nodes
10702         on failure.
10703
10704         * bus/dispatch.c (bus_dispatch_add_connection): free
10705         message_handler_slot when no longer using it, so
10706         memory leak checkers are happy for the test suite.
10707
10708         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
10709
10710         * bus/bus.c (new_connection_callback): disconnect in here if
10711         bus_connections_setup_connection fails.
10712
10713         * bus/connection.c (bus_connections_unref): fix to free the
10714         connections
10715         (bus_connections_setup_connection): if this fails, don't
10716         disconnect the connection, just be sure there are no side
10717         effects.
10718
10719         * dbus/dbus-string.c (undo_alignment): unbreak this
10720
10721         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
10722         leaking
10723         (_dbus_auth_new): fix the order in which we free strings
10724         on OOM failure
10725
10726         * bus/connection.c (bus_connection_disconnected): fix to
10727         not send ServiceDeleted multiple times in case of memory
10728         allocation failure
10729
10730         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
10731         get the base service name
10732         (dbus_bus_register_client): don't return base service name,
10733         instead store it on the DBusConnection and have an accessor
10734         function for it.
10735         (dbus_bus_register_client): rename dbus_bus_register()
10736
10737         * bus/dispatch.c (check_hello_message): verify that other
10738         connections on the bus also got the correct results, not
10739         just the one sending hello
10740
10741 2003-03-15  Havoc Pennington  <hp@pobox.com>
10742
10743         Make it pass the Hello handling test including all OOM codepaths.
10744         Now to do other messages...
10745
10746         * bus/services.c (bus_service_remove_owner): fix crash when
10747         removing owner from an empty list of owners
10748         (bus_registry_ensure): don't leave service in the list of
10749         a connection's owned services if we fail to put the service
10750         in the hash table.
10751
10752         * bus/connection.c (bus_connection_preallocate_oom_error): set
10753         error flag on the OOM error.
10754
10755         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
10756         handle _dbus_transport_set_connection failure
10757
10758         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
10759         to create watches up front and simply enable/disable them as
10760         needed.
10761         (unix_connection_set): this can now fail on OOM
10762
10763         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
10764         of enabling/disabling a watch or timeout.
10765
10766         * bus/loop.c (bus_loop_iterate): don't touch disabled
10767         watches/timeouts
10768
10769         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
10770
10771 2003-03-15  Havoc Pennington  <hp@pobox.com>
10772
10773         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
10774         write useful test code, after all that futzing around ;-)
10775
10776         Test does not yet pass because we can't handle OOM in
10777         _dbus_transport_messages_pending (basically,
10778         dbus_connection_preallocate_send() does not prealloc the write
10779         watch). To fix this, I think we need to add new stuff to
10780         set_watch_functions, namely a SetEnabled function so we can alloc
10781         the watch earlier, then enable it later.
10782
10783         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
10784         dbus-memory.c to the convenience lib
10785
10786         * bus/test.c: rename some static functions to keep them clearly
10787         distinct from stuff in connection.c. Handle client disconnection.
10788
10789 2003-03-14  Havoc Pennington  <hp@pobox.com>
10790
10791         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
10792         transport, tests more of the real codepath. Set up clients
10793         with bus_setup_debug_client.
10794
10795         * bus/test.c (bus_setup_debug_client): function to set up debug
10796         "clients" on the main loop
10797
10798         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
10799         support
10800
10801         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
10802         server type
10803
10804         * dbus/dbus-server-debug.c: support a debug server based on pipes
10805
10806         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
10807         (_dbus_close): new function
10808
10809         * configure.in: check for socketpair
10810
10811 2003-03-14  Havoc Pennington  <hp@redhat.com>
10812
10813         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
10814         cheesy hack
10815
10816         * dbus/dbus-transport-debug.c: rework this a good bit to be
10817         less complicated. hopefully still works.
10818
10819         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
10820         manually
10821
10822         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
10823         after running it
10824
10825         * dbus/dbus-message.c (dbus_message_copy): rename from
10826         dbus_message_new_from_message, fix it up to copy
10827         all the message fields, add test case
10828
10829         * bus/dispatch.c (bus_dispatch_test): add some more test code,
10830         not quite passing yet
10831
10832 2003-03-14  Havoc Pennington  <hp@pobox.com>
10833
10834         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
10835         until no work remains" in test code. (the large diff here
10836         is just code movement, no actual changes)
10837
10838         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
10839         1, no point waiting around for test code.
10840         (_dbus_server_debug_accept_transport): unref the timeout
10841         after adding it (right?)
10842
10843         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
10844
10845 2003-03-13  Havoc Pennington  <hp@redhat.com>
10846
10847         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
10848         out of memory
10849
10850         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
10851         of memory
10852
10853         * dbus/dbus-connection.h: Make AddWatchFunction and
10854         AddTimeoutFunction return a bool so they can fail on out-of-memory
10855
10856         * bus/bus.c (bus_context_new): set up timeout handlers
10857
10858         * bus/connection.c (bus_connections_setup_connection): set up
10859         timeout handlers
10860
10861         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
10862         can fail
10863
10864         * bus/bus.c (bus_context_new): adapt to changes
10865
10866         * bus/connection.c: adapt to changes
10867
10868         * test/watch.c: adapt to DBusWatch changes
10869
10870         * bus/dispatch.c (bus_dispatch_test): started adding this but
10871         didn't finish
10872
10873 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
10874
10875         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
10876
10877 2003-03-13  Havoc Pennington  <hp@pobox.com>
10878
10879         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
10880         set up a test framework as for the library
10881
10882 2003-03-12  Havoc Pennington  <hp@pobox.com>
10883
10884         Throughout: purge global variables, introduce BusActivation,
10885         BusConnections, BusRegistry, etc. objects instead.
10886
10887         * bus/bus.h, bus/bus.c: introduce BusContext as a global
10888         message bus object
10889
10890         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
10891         going to redo this a bit differently I think
10892
10893 2003-03-12  Havoc Pennington  <hp@redhat.com>
10894
10895         Mega-patch that gets the message bus daemon initially handling
10896         out-of-memory. Work still needed. Also lots of random
10897         moving stuff to DBusError instead of ResultCode.
10898
10899         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
10900
10901         * dbus/dbus-connection.c
10902         (dbus_connection_send_with_reply_and_block): use DBusError
10903
10904         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
10905         DBusResultCode
10906
10907         * dbus/dbus-connection.c (dbus_connection_send): drop the result
10908         code here, as the only failure possible is OOM.
10909
10910         * bus/connection.c (bus_connection_disconnect):
10911         rename bus_connection_disconnected as it's a notification only
10912
10913         * bus/driver.c (bus_driver_handle_acquire_service): don't free
10914         "name" on get_args failure, should be done by get_args;
10915         don't disconnect client for bad args, just return an error.
10916         (bus_driver_handle_service_exists): ditto
10917
10918         * bus/services.c (bus_services_list): NULL-terminate returned array
10919
10920         * bus/driver.c (bus_driver_send_service_lost)
10921         (bus_driver_send_service_acquired): send messages from driver to a
10922         specific client to the client's unique name, not to the broadcast
10923         service.
10924
10925         * dbus/dbus-message.c (decode_header_data): reject messages that
10926         contain no name field
10927         (_dbus_message_get_client_serial): rename to
10928         dbus_message_get_serial and make public
10929         (_dbus_message_set_serial): rename from set_client_serial
10930         (_dbus_message_set_reply_serial): make public
10931         (_dbus_message_get_reply_serial): make public
10932
10933         * bus/connection.c (bus_connection_foreach): allow stopping
10934         iteration by returning FALSE from foreach function.
10935
10936         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
10937         (dbus_connection_free_preallocated_send)
10938         (dbus_connection_preallocate_send): new API for sending a message
10939         without possibility of malloc failure.
10940         (dbus_connection_send_message): rename to just
10941         dbus_connection_send (and same for whole function family)
10942
10943         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
10944
10945         * dbus/dbus-sysdeps.c (_dbus_exit): new function
10946
10947         * bus/activation.c: handle/return errors
10948
10949         * dbus/dbus-errors.h: add more DBUS_ERROR #define
10950
10951         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
10952         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
10953         (_dbus_result_from_errno): move to this file
10954
10955 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
10956
10957         * dbus/dbus-marshal.c:
10958         (_dbus_marshal_set_string):
10959         Take a length argument so we can marshal the correct string
10960         length.
10961
10962         (_dbus_marshal_dict), (_dbus_demarshal_dict),
10963         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
10964         (_dbus_marshal_test):
10965         * dbus/dbus-marshal.h:
10966         Add support for marshalling and demarshalling dicts.
10967
10968         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
10969         Add support for TYPE DICT.
10970
10971         * dbus/dbus-message.c: (set_string_field):
10972         Adjust header padding.
10973
10974         (dbus_message_append_args_valist), (dbus_message_append_dict),
10975         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
10976         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
10977         (check_message_handling), (check_have_valid_message):
10978         * dbus/dbus-message.h:
10979         Add functions for setting and getting dicts.
10980
10981         * dbus/dbus-protocol.h:
10982         Add DBUS_TYPE_DICT.
10983
10984         * dbus/dbus.h:
10985         Add dbus-dict.h
10986
10987         * doc/dbus-specification.sgml:
10988         Add information about how dicts are marshalled.
10989
10990         * test/data/invalid-messages/dict-with-nil-value.message:
10991         * test/data/invalid-messages/too-short-dict.message:
10992         * test/data/valid-messages/dict-simple.message:
10993         * test/data/valid-messages/dict.message:
10994         Add sample messages containing dicts.
10995
10996 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
10997
10998         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
10999
11000 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
11001
11002         * dbus/Makefile.am:
11003         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
11004         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
11005         (dbus_dict_set_int32), (dbus_dict_set_uint32),
11006         (dbus_dict_set_double), (dbus_dict_set_string),
11007         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
11008         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
11009         (dbus_dict_set_string_array), (_dbus_dict_test):
11010         * dbus/dbus-dict.h:
11011         Fix according to comments from Havoc.
11012
11013 2003-03-06  Michael Meeks  <michael@server.home>
11014
11015         * configure.in: if we don't have kde-config, disable have_qt.
11016
11017 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
11018
11019         * dbus/Makefile.am:
11020         Add dbus-dict.[ch]
11021
11022         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
11023         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
11024         (dbus_dict_remove), (dbus_dict_get_value_type),
11025         (dbus_dict_get_keys), (dbus_dict_put_boolean),
11026         (dbus_dict_put_int32), (dbus_dict_put_uint32),
11027         (dbus_dict_put_double), (dbus_dict_put_string),
11028         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
11029         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
11030         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
11031         (dbus_dict_get_int32), (dbus_dict_get_uint32),
11032         (dbus_dict_get_double), (dbus_dict_get_string),
11033         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
11034         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
11035         (dbus_dict_get_string_array), (_dbus_dict_test):
11036         * dbus/dbus-dict.h:
11037         Add DBusDict implementation
11038
11039         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
11040         * dbus/dbus-test.h:
11041         Add _dbus_dict_test
11042
11043 2003-03-04  Havoc Pennington  <hp@pobox.com>
11044
11045         * test/data/auth/*: adapt to changes
11046
11047         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
11048         USERID_BASE64 and change USERNAME_BASE64 to put in username not
11049         userid
11050
11051         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
11052         more stuff from being in a context name, to make the protocol
11053         simpler to deal with
11054
11055         * dbus/dbus-errors.c (dbus_error_has_name): new function
11056         (dbus_error_is_set): new function
11057
11058         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
11059         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
11060
11061         * dbus/dbus-connection.c (dbus_connection_flush): also read
11062         messages during a flush operation
11063
11064         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
11065
11066 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11067
11068         * configure.in: Check for gethostbyname on Solaris.
11069
11070         * dbus/dbus-transport.c: (_dbus_transport_open):
11071         Remove duplicate "tcp" entry.
11072
11073         * doc/dbus-specification.sgml:
11074         Clarify some things.
11075
11076 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11077
11078         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
11079         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
11080         (_dbus_keyring_test):
11081         * dbus/dbus-md5.c: (_dbus_md5_compute):
11082         * dbus/dbus-sha.c: (_dbus_sha_compute):
11083         Plug memory leaks.
11084
11085 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
11086
11087         * README: Add some things.
11088
11089 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
11090
11091         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
11092         after case DBUS_TYPE_BOOELAN.
11093
11094 2003-03-02  Havoc Pennington  <hp@pobox.com>
11095
11096         * test/break-loader.c (randomly_set_extreme_ints): add test that
11097         sets really huge and small integers
11098
11099         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
11100         that length of boolean array fits in the string, and that
11101         string has room for boolean value in single-bool case.
11102
11103         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
11104         optional value to "ALIGN" command which is what to fill the
11105         alignment with.
11106
11107         * test/data/valid-messages/no-padding.message: add regression
11108         test for the message padding problem
11109
11110 2003-03-02  Havoc Pennington  <hp@pobox.com>
11111
11112         * dbus/dbus-message.c (decode_header_data): fix to always init
11113         message_padding, from Benjamin Dauvergne
11114
11115 2003-03-02  Havoc Pennington  <hp@pobox.com>
11116
11117         * configure.in: 0.5
11118
11119         * NEWS: Update.
11120
11121 2003-03-01  Joe Shaw  <joe@assbarn.com>
11122
11123         * configure.in: Check for "struct cmsgcred" and try to access its
11124         members for BSD-like unices.
11125
11126         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
11127         _dbus_read_credentials_unix_socket().
11128         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
11129         read() for reading the credential byte off the unix socket.  Use
11130         struct cmsgcred on systems that support it.
11131
11132 2003-02-27  Alexander Larsson  <alexl@redhat.com>
11133
11134         * glib/Makefile.am:
11135         * configure.in:
11136         Make gthreads-2.0 dependency optional. Don't build thread test if
11137         its not found.
11138
11139 2003-02-27  Havoc Pennington  <hp@pobox.com>
11140
11141         * dbus/dbus-connection.c
11142         (dbus_connection_send_message_with_reply_and_block): fix doh!
11143         doh! doh! bug that resulted in never removing a reply from the
11144         queue, no wonder we called get_reply_serial so much ;-)
11145
11146         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
11147         and client serial instead of demarshaling them every time
11148
11149 2003-02-27  Havoc Pennington  <hp@pobox.com>
11150
11151         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
11152         more inlined, using dbus-string-private.h, speeds things up
11153         substantially
11154
11155         * dbus/dbus-string.c (_dbus_string_free): apply align offset
11156         when freeing the string
11157         (_dbus_string_steal_data): fix for align offset
11158         (undo_alignment): new function
11159
11160 2003-02-26  Havoc Pennington  <hp@redhat.com>
11161
11162         All kinds of audit fixes from Owen, plus initial attempt to
11163         handle unaligned memory returned from malloc.
11164
11165         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
11166         leave room for align_offset and nul byte
11167         (fixup_alignment): function to track an align_offset and
11168         ensure real->str is aligned
11169         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
11170         to allow a nul byte plus align offset
11171         (_dbus_string_lock): fix overflow issue
11172         (_dbus_string_init_const_len): add assertions on sanity of len,
11173         assign allocated to be ALLOCATION_PADDING larger than len
11174         (set_length): fixup the overflow handling
11175         (_dbus_string_get_data_len): fix overflow in assertion
11176         (open_gap): detect overflow in size of gap to be opened
11177         (_dbus_string_lengthen): add overflow check
11178         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
11179         (_dbus_string_append): add overflow check
11180         (_dbus_string_append_unichar): overflow
11181         (_dbus_string_delete): fix overflow in assertion
11182         (_dbus_string_copy_len): overflow in assertion
11183         (_dbus_string_replace_len): overflows in assertions
11184         (_dbus_string_find): change to implement in terms of
11185         _dbus_string_find_to
11186         (_dbus_string_find_to): assorted fixage
11187         (_dbus_string_equal_c_str): assert c_str != NULL,
11188         fix logic so the function works
11189         (_dbus_string_ends_with_c_str): fix overflow thingy
11190         (_dbus_string_base64_encode): overflow fix
11191         (_dbus_string_validate_ascii): overflow
11192         (_dbus_string_validate_nul): overflow
11193
11194 2003-02-26  Havoc Pennington  <hp@redhat.com>
11195
11196         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
11197
11198 2003-02-26  Alexander Larsson  <alexl@redhat.com>
11199
11200         * configure.in:
11201         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
11202
11203         * dbus/dbus-connection.c:
11204         * dbus/dbus-connection.h:
11205         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
11206         Add dbus_connection_set_wakeup_main_function and use it when queueing
11207         incoming and outgoing messages.
11208
11209
11210         * dbus/dbus-dataslot.c:
11211         Threadsafe usage of DBusDataSlotAllocator
11212
11213         * dbus/dbus-message.c: (dbus_message_get_args_iter):
11214         dbus_new can fail.
11215
11216         * dbus/dbus-server-unix.c:
11217         Add todo comment
11218
11219         * glib/dbus-gmain.c:
11220         Implement the new wakeup functions for glib.
11221
11222         * glib/Makefile.am:
11223         * glib/test-thread-client.c:
11224         * glib/test-thread-server.c:
11225         * glib/test-thread.h:
11226         Initial cut at some thread test code. Not really done yet.
11227
11228 2003-02-26  Havoc Pennington  <hp@pobox.com>
11229
11230         * dbus/dbus-connection.c
11231         (dbus_connection_send_message_with_reply_and_block): fix crash
11232         where we ref'd the outgoing message instead of the returned reply
11233
11234         * dbus/dbus-transport-unix.c (do_authentication): check read watch
11235         at the end of this function, so if we didn't need to read for
11236         authentication, we reinstall it for receiving messages
11237
11238         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
11239         a NULL sender for peer-to-peer case
11240
11241         * dbus/dbus-transport-unix.c (check_read_watch): handle
11242         !authenticated case correctly
11243
11244         * glib/dbus-gmain.c: add support for DBusServer
11245
11246         * dbus/dbus-server.c: add data slot support
11247
11248         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
11249         return values and handle errors
11250
11251         * dbus/dbus-dataslot.c: factor out the data slot stuff from
11252         DBusConnection
11253
11254         * Doxyfile.in (INPUT): add glib subdir
11255
11256         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
11257         setup_with_g_main instead of hookup_with_g_main; write docs
11258
11259 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
11260
11261         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
11262         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11263         * dbus/dbus-message.c: (dbus_message_append_boolean),
11264         (dbus_message_append_boolean_array),
11265         (dbus_message_get_args_valist), (_dbus_message_test):
11266         * dbus/dbus-message.h:
11267         * doc/dbus-specification.sgml:
11268         Various fixes as pointed out by Havoc.
11269
11270         * test/data/invalid-messages/bad-boolean-array.message:
11271         * test/data/invalid-messages/bad-boolean.message:
11272         Add invalid boolean value test cases.
11273
11274 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
11275
11276         * dbus/dbus-internals.c: (_dbus_type_to_string):
11277         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
11278         (_dbus_marshal_validate_arg):
11279         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11280         * dbus/dbus-message.c: (dbus_message_append_args_valist),
11281         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
11282         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
11283         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
11284         (dbus_message_iter_get_double),
11285         (dbus_message_iter_get_boolean_array), (message_iter_test):
11286         * dbus/dbus-message.h:
11287         * dbus/dbus-protocol.h:
11288         * doc/dbus-specification.sgml:
11289         * test/data/valid-messages/lots-of-arguments.message:
11290         Add support for boolean and boolean array types.
11291
11292 2003-02-23  Havoc Pennington  <hp@pobox.com>
11293
11294         * dbus/dbus-keyring.c: finish most of this implementation and
11295         simple unit test
11296
11297         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
11298         these barf if the error isn't cleared to NULL
11299
11300         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
11301         (_dbus_create_directory): new function
11302
11303         * dbus/dbus-errors.c (dbus_set_error): fix warning
11304
11305         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
11306         (_dbus_string_hex_decode): new function
11307         (test_hex_roundtrip): test code
11308
11309         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
11310
11311         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
11312
11313         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
11314         the save-to-temp/rename trick to atomically write the new file
11315         (_dbus_string_parse_uint): new function
11316
11317 2003-02-22  Havoc Pennington  <hp@pobox.com>
11318
11319         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
11320
11321 2003-02-22  Havoc Pennington  <hp@pobox.com>
11322
11323         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
11324         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
11325
11326         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
11327
11328         * dbus/test/data/sha-1: add US government test suite for SHA-1
11329
11330 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11331
11332         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
11333         Make string arrays NULL-terminated.
11334
11335         * dbus/dbus-memory.c: (dbus_free_string_array):
11336         * dbus/dbus-memory.h:
11337         New function for freeing NULL-terminated string arrays.
11338
11339         * dbus/dbus-message-builder.c: (append_quoted_string),
11340         (_dbus_message_data_load):
11341         Add support for array types.
11342
11343         * dbus/dbus-message.c: (check_message_handling):
11344         Add more types as test cases.
11345
11346         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
11347         (_dbus_string_parse_double):
11348         Add the start offset to the end offset.
11349
11350         * test/data/valid-messages/lots-of-arguments.message:
11351         New test message with lots of arguments.
11352
11353 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11354
11355         * dbus/dbus-message.c: (dbus_message_append_nil),
11356         (dbus_message_append_int32), (dbus_message_append_uint32),
11357         (dbus_message_append_double), (dbus_message_append_string),
11358         (dbus_message_append_int32_array),
11359         (dbus_message_append_uint32_array),
11360         (dbus_message_append_double_array),
11361         (dbus_message_append_byte_array),
11362         (dbus_message_append_string_array):
11363         Fix all out-of-memory handling in these functions.
11364
11365 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11366
11367         * dbus/dbus-message.c: (dbus_message_append_nil):
11368         Fix a silly.
11369
11370 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11371
11372         * dbus/dbus-message.c: (dbus_message_append_args_valist),
11373         (dbus_message_append_nil), (dbus_message_append_int32_array),
11374         (dbus_message_append_uint32_array),
11375         (dbus_message_append_double_array),
11376         (dbus_message_append_byte_array),
11377         (dbus_message_append_string_array), (dbus_message_get_args_valist),
11378         (dbus_message_iter_get_int32_array),
11379         (dbus_message_iter_get_uint32_array),
11380         (dbus_message_iter_get_double_array),
11381         (dbus_message_iter_get_byte_array),
11382         (dbus_message_iter_get_string_array):
11383
11384         * dbus/dbus-message.h:
11385         Add functions for appending and getting arrays.
11386
11387 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
11388
11389         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
11390         element size at least 8 bytes, fixes mempool tests on
11391         64-bit machines.
11392
11393 2003-02-20  Alexander Larsson  <alexl@redhat.com>
11394
11395         * dbus/dbus-transport-unix.c (unix_do_iteration):
11396         Unlock the connection mutex during a blocking select call.
11397         Add todo about how we need a way to wake up the select.
11398
11399         * dbus/dbus-connection-internal.h:
11400         * dbus/dbus-connection.c:
11401         Add _dbus_connection_lock and _dbus_connection_unlock.
11402
11403 2003-02-19  Havoc Pennington  <hp@pobox.com>
11404
11405         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
11406         Doxyfile.in, not Doxyfile
11407
11408         * dbus/dbus-keyring.c: do some hacking on this
11409
11410         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
11411
11412         * dbus/dbus-errors.c (dbus_set_error_const): do not call
11413         dbus_error_init
11414         (dbus_set_error): remove dbus_error_init, check for message ==
11415         NULL *before* we sprintf into it, and add @todo about including
11416         system headers in this file
11417
11418         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
11419
11420         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
11421
11422         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
11423         get various bits of user information based on either username
11424         or user ID
11425         (_dbus_homedir_from_username): new function
11426
11427 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
11428
11429         * configure.in:
11430         Add check for nonposix getpwnam_r
11431
11432         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
11433         Align the pool element size to a sizeof (void *) boundary.
11434
11435         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
11436         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
11437         General Solaris fixes.
11438
11439         * test/data/valid-messages/simplest-manual.message:
11440         Explicitly state that we want little-endian packing.
11441
11442 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
11443
11444         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
11445
11446         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
11447         Added to create a transport connecting using a tcp/ip socket.
11448
11449         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
11450         to a tcp socket at given host and port.
11451         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
11452         hostname and port.
11453
11454         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
11455
11456         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
11457         Added to create a server listening on a TCP/IP socket.
11458
11459 2003-02-19  Havoc Pennington  <hp@pobox.com>
11460
11461         Throughout: mop up all the Doxygen warnings and undocumented
11462         stuff.
11463
11464         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
11465         to search any paths.
11466
11467         * dbus/dbus-threads.c: move global mutex initializers to
11468         dbus-internals.h, multiple prototypes was confusing doxygen
11469         besides being kind of ugly
11470
11471         * Doxyfile (PREDEFINED): have Doxygen define
11472         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
11473         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
11474         (do not abuse the feature! it's for stuff like the autogenerated
11475         macros in dbus-md5.c, not just for things you don't feel like
11476         documenting...)
11477
11478 2003-02-18  Havoc Pennington  <hp@pobox.com>
11479
11480         * dbus/dbus-string.c (_dbus_string_zero): new function
11481
11482         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
11483         wrap it in some dbus-friendly API
11484
11485         * dbus/dbus-types.h: add 16-bit types
11486
11487 2003-02-18  Joe Shaw  <joe@assbarn.com>
11488
11489         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
11490         credentials from our currently running process.
11491         (get_word): Fix a buglet where we were copying the entire length
11492         instead of relative to our position.
11493
11494         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
11495         keys on the stack... it's 640k of data.
11496
11497         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
11498         read the credentials byte off the socket, even if we don't have
11499         SO_PEERCRED.
11500         (_dbus_poll): Implement poll() using select() for systems which
11501         don't have it.
11502
11503         * glib/test-dbus-glib.c (main): Print out an error if no
11504         parameters are given.
11505
11506         * test/data/auth/fallback.auth-script: Added.  Tests that a client
11507         can fallback to a secondary auth mechanism if the first fails.
11508
11509 2003-02-18  Havoc Pennington  <hp@pobox.com>
11510
11511         * AUTHORS: add Alex
11512
11513 2003-02-17  Havoc Pennington  <hp@pobox.com>
11514
11515         * doc/dbus-specification.sgml: lots of cosmetic
11516         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
11517         env variable to DBUS_BUS_ADDRESS, s/client/application/,
11518         s/server/bus/ (except in authentication section). Add a section
11519         "Message Bus Message Routing"
11520
11521 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
11522
11523         Release 0.4
11524
11525         * NEWS: Update
11526
11527 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11528
11529         * doc/dbus-specification.sgml:
11530         Specification updates.
11531
11532 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11533
11534         * bus/activation.c: (bus_activation_init), (child_setup),
11535         (bus_activation_activate_service):
11536         * bus/activation.h:
11537         * bus/main.c: (main):
11538         Set DBUS_ADDRESS environment variable.
11539
11540         * dbus/dbus-errors.c: (dbus_set_error):
11541         Don't use va_copy since that's a C99 feature.
11542
11543         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
11544         (_dbus_spawn_async):
11545         * dbus/dbus-sysdeps.h:
11546         Add child_setup_func to _dbus_spawn_async.
11547
11548         * doc/dbus-specification.sgml:
11549         Update specification.
11550
11551         * test/spawn-test.c: (setup_func), (main):
11552         Fix test.
11553
11554 2003-02-17  Alexander Larsson  <alexl@redhat.com>
11555
11556         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
11557         Added todo.
11558
11559 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11560
11561         * doc/.cvsignore:
11562         * doc/Makefile.am:
11563         * doc/dbus-test-plan.sgml:
11564         Add test plan document.
11565
11566         * test/Makefile.am:
11567         Fix distcheck.
11568
11569 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
11570
11571         * dbus/dbus-message.c: (decode_header_data),
11572         (_dbus_message_loader_return_buffer):
11573         Set the header padding amount when loading a message.
11574
11575 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11576
11577         * bus/dispatch.c: (send_one_message):
11578         Only send broadcast messages to registered connections.
11579
11580         * dbus/dbus-message.c: (dbus_message_name_is):
11581         * dbus/dbus-message.h:
11582         New convenience function.
11583
11584         * dbus/dbus-transport-debug.c: (do_reading):
11585         Only dispatch one message per run.
11586
11587         * test/Makefile.am:
11588         * test/bus-test.c: (new_connection_callback), (die),
11589         (test_hello_client1_handler), (test_hello_client2_handler),
11590         (test_hello_replies), (main):
11591
11592         * test/bus-test-loop.[ch]:
11593         Add these.
11594
11595 2003-02-16  Havoc Pennington  <hp@pobox.com>
11596
11597         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
11598         backward conditional
11599
11600 2003-02-16  Alexander Larsson  <alexl@redhat.com>
11601
11602         * dbus/dbus-connection.c:
11603         Implement sent_message_with_reply. (with_reply_and block is still
11604         busted).
11605         Made dispatch_message not lose message if OOM.
11606
11607         * dbus/dbus-errors.h:
11608         Add NoReply error (for reply timeouts).
11609
11610 2003-02-16  Alexander Larsson  <alexl@redhat.com>
11611
11612         * dbus/dbus-hash.c (_dbus_hash_table_unref):
11613         Actually free keys and values when destroying hashtable.
11614
11615 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11616
11617         * dbus/dbus-auth.c: (client_try_next_mechanism):
11618         Plug a leak.
11619
11620         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
11621         Return TRUE if there's no thread implementation around.
11622
11623         * glib/dbus-gmain.c: (free_source),
11624         (dbus_connection_hookup_with_g_main):
11625         Make sure to remove the GSource when the connection is finalized.
11626
11627 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11628
11629         * bus/dispatch.c: (bus_dispatch_message_handler):
11630         * dbus/dbus-errors.h:
11631         Return an error if someone tries to send a message to a service
11632         that doesn't exist.
11633
11634 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
11635
11636         * bus/activation.c: (load_directory), (bus_activation_init),
11637         (bus_activation_activate_service):
11638         * bus/activation.h:
11639         * bus/driver.c:
11640         (bus_driver_handle_activate_service), (bus_driver_handle_message):
11641         More work on the activation handling.
11642
11643         * dbus/dbus-errors.h:
11644         Add some error messages
11645
11646         * dbus/dbus-message.c: (dbus_message_new_error_reply):
11647         * dbus/dbus-message.h:
11648         New function that creates an error message.
11649
11650         * dbus/dbus-protocol.h:
11651         Add ACTIVATE_SERVER message.
11652
11653         * dbus/dbus-server-unix.c: (unix_handle_watch),
11654         (_dbus_server_new_for_domain_socket):
11655         Call _dbus_fd_set_close_on_exec.
11656
11657         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
11658         (_dbus_spawn_async), (_dbus_disable_sigpipe),
11659         (_dbus_fd_set_close_on_exec):
11660         * dbus/dbus-sysdeps.h:
11661         Add _dbus_fd_set_close_on exec function. Also add function that checks
11662         that all open fds are set to close-on-exec and warns otherwise.
11663
11664         * dbus/dbus-transport-unix.c:
11665         (_dbus_transport_new_for_domain_socket):
11666         Call _dbus_fd_set_close_on_exec.
11667
11668 2003-02-16  Havoc Pennington  <hp@pobox.com>
11669
11670         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
11671         allow people to avoid setting SIGPIPE to SIG_IGN
11672         (_dbus_connection_new_for_transport): disable SIGPIPE unless
11673         we've been asked not to
11674
11675 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11676
11677         * dbus/dbus-list.c: (_dbus_list_append_link),
11678         (_dbus_list_prepend_link):
11679         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
11680         (dbus_realloc):
11681         Warning fixes.
11682
11683 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11684
11685         * bus/Makefile.am:
11686         * bus/activation.c: (bus_activation_entry_free),
11687         (add_desktop_file_entry), (load_directory), (bus_activation_init):
11688         * bus/activation.h:
11689         * bus/main.c: (main):
11690         Add simple activation support, doesn't work yet though.
11691
11692 2003-02-15   Zack Rusin  <zack@kde.org>
11693
11694         * qt/dbus-qthread.cpp:  small casting fix
11695
11696 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11697
11698         * dbus/dbus-errors.c: (dbus_set_error):
11699         * dbus/dbus-errors.h:
11700         Add a few errors and make dbus_set_error void.
11701
11702         * dbus/dbus-sysdeps.c:
11703         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
11704         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
11705         * dbus/dbus-sysdeps.h:
11706         Add _dbus_spawn_async.
11707
11708         * test/spawn-test.c: (main):
11709         Test for _dbus_spawn_async.
11710
11711 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
11712
11713         * dbus/dbus-internals.h:
11714         Fix build without tests.
11715
11716         * dbus/dbus-list.c: (alloc_link):
11717         Fix a segfault when a malloc fails.
11718
11719         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
11720         (dbus_malloc0), (dbus_realloc):
11721         Add support for malloc debugging.
11722
11723 2003-02-15  Alexander Larsson  <alexl@redhat.com>
11724
11725         * dbus/dbus-threads.c:
11726         * dbus/dbus-threads.h:
11727         Add condvars. Remove static mutext from API.
11728         Implement static mutexes by initializing them from threads_init.
11729
11730         * glib/dbus-gthread.c:
11731         * qt/dbus-qthread.cpp:
11732         Update with the thread api changes.
11733
11734
11735         * dbus/dbus-list.c:
11736         * dbus/dbus-list.h:
11737         Turn StaticMutex into normal mutex + init function.
11738         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
11739         _dbus_list_append_link, _dbus_list_prepend_link
11740
11741
11742         * dbus/dbus-sysdeps.c:
11743         * dbus/dbus-sysdeps.h:
11744         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
11745         _dbus_atomic_dec. Only slow fallback implementation at the moment.
11746
11747         * dbus/dbus-protocol.h:
11748         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
11749
11750         * dbus/dbus-message.c:
11751         Make ref/unref atomic.
11752         Fix some docs.
11753
11754         * dbus/dbus-connection-internal.h:
11755         * dbus/dbus-connection.c:
11756         * dbus/dbus-connection.h:
11757         Make threadsafe.
11758         Change _peek to _borrow,_return & _steal_borrowed.
11759         Change disconnect callback to event.
11760         Make dbus_connection_dispatch_messages reentrant.
11761
11762         * dbus/dbus-transport.c:
11763         Don't ref the connection on calls to the transport
11764         implementation.
11765
11766         * dbus/dbus-message-handler.c:
11767         Make threadsafe.
11768
11769         * glib/dbus-gmain.c:
11770         Don't use peek_message anymore
11771
11772         * test/Makefile.am:
11773         * test/debug-thread.c:
11774         * test/debug-thread.h:
11775         Simple thread implementation that asserts() on deadlocks in
11776         single-threaded code.
11777
11778         * test/bus-test.c:
11779         (main) Call debug_threads_init.
11780
11781         * test/watch.c:
11782         Use disconnect message instead of disconnect callback.
11783
11784         * bus/connection.c:
11785         * bus/connection.h:
11786         Don't call dbus_connection_set_disconnect_function. Instead export
11787         bus_connection_disconnect.
11788
11789         * bus/dispatch.c:
11790         Call bus_connection_disconnect when we get a disconnected message.
11791
11792 2003-02-15  Havoc Pennington  <hp@pobox.com>
11793
11794         * dbus/dbus-message.c (dbus_message_new): fool around with the
11795         docs
11796
11797 2003-02-14  Havoc Pennington  <hp@pobox.com>
11798
11799         * dbus/dbus-mempool.c: fail if the debug functions so indicate
11800
11801         * dbus/dbus-memory.c: fail if the debug functions indicate we
11802         should
11803
11804         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
11805         (_dbus_decrement_fail_alloc_counter): debug functions to
11806         simulate memory allocation failures
11807
11808 2003-02-14  Havoc Pennington  <hp@pobox.com>
11809
11810         * dbus/dbus-errors.h (struct DBusError): add a word of padding
11811         to DBusError
11812
11813 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11814
11815         * bus/driver.c: (bus_driver_handle_hello):
11816         * bus/driver.h:
11817         * bus/services.c: (bus_service_lookup):
11818         Reorder message sending so we get a more sane order.
11819
11820         * test/bus-test.c: (message_handler):
11821         Fix tyop.
11822
11823 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11824
11825         * bus/driver.c: (bus_driver_send_service_deleted),
11826         (bus_driver_send_service_created), (bus_driver_send_service_lost),
11827         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
11828         (bus_driver_send_welcome_message),
11829         (bus_driver_handle_list_services),
11830         (bus_driver_handle_acquire_service),
11831         (bus_driver_handle_service_exists):
11832         * dbus/dbus-bus.c: (dbus_bus_register_client),
11833         (dbus_bus_acquire_service), (dbus_bus_service_exists):
11834         * dbus/dbus-errors.c: (dbus_result_to_string):
11835         * dbus/dbus-errors.h:
11836         * dbus/dbus-message.c: (dbus_message_append_args),
11837         (dbus_message_append_args_valist), (dbus_message_get_args),
11838         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
11839         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
11840         (dbus_message_iter_get_byte_array),
11841         (dbus_message_iter_get_string_array), (message_iter_test),
11842         (check_message_handling), (_dbus_message_test):
11843         * dbus/dbus-message.h:
11844         * test/bus-test.c: (main):
11845         Change fields to arguments in messages, so that they won't be
11846         confused with header fields.
11847
11848         * glib/test-dbus-glib.c: (main):
11849         Remove append_fields from hello message.
11850
11851 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11852
11853         * dbus/dbus-errors.c:
11854         * dbus/dbus-message.c:
11855         * dbus/dbus-string.c:
11856         Documentation fixes.
11857
11858 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11859
11860         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
11861         (remove_timeout):
11862         Implement support for timeouts in dbus-glib.
11863
11864 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11865
11866         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
11867         * dbus/dbus-message.c: (process_test_subdir):
11868         * test/break-loader.c: (find_breaks_based_on):
11869         Plug some memory leaks.
11870
11871 2003-02-13  Richard Hult  <rhult@codefactory.se>
11872
11873         * bus/main.c: Fix build.
11874
11875         * dbus/dbus-errors.h:
11876         * dbus/dbus-errors.c: Fix copyright for Anders.
11877
11878 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11879
11880         * bus/Makefile.am:
11881         Add utils.[ch]
11882
11883         * bus/connection.c: (bus_connection_foreach):
11884         Fix a warning.
11885
11886         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
11887         (unescape_string), (new_section), (parse_section_start),
11888         (parse_key_value), (report_error), (bus_desktop_file_load),
11889         (bus_desktop_file_get_string):
11890         * bus/desktop-file.h:
11891         Use DBusError for error reporting.
11892
11893         * bus/dispatch.c: (send_one_message),
11894         (bus_dispatch_message_handler):
11895         * bus/driver.c: (bus_driver_send_service_deleted),
11896         (bus_driver_send_service_created), (bus_driver_send_service_lost),
11897         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
11898         (bus_driver_send_welcome_message),
11899         (bus_driver_handle_list_services),
11900         (bus_driver_handle_acquire_service),
11901         (bus_driver_handle_service_exists):
11902         * bus/loop.c: (bus_loop_run):
11903         * bus/main.c:
11904         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
11905
11906         * bus/utils.c: (bus_wait_for_memory):
11907         * bus/utils.h:
11908         New files with general utility functions.
11909
11910         * dbus/dbus-internals.h:
11911         Remove _DBUS_HANDLE_OOM.
11912
11913 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11914
11915         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
11916         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
11917         * dbus/dbus-errors.h:
11918         Add DBusError structure.
11919
11920 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11921
11922         * test/data/valid-messages/standard-acquire-service.message:
11923         * test/data/valid-messages/standard-hello.message:
11924         * test/data/valid-messages/standard-list-services.message:
11925         * test/data/valid-messages/standard-service-exists.message:
11926         Add some standard messages.
11927
11928 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11929
11930         * bus/driver.c: (bus_driver_send_welcome_message),
11931         (bus_driver_handle_list_services),
11932         (bus_driver_handle_acquire_service),
11933         (bus_driver_handle_service_exists), (bus_driver_handle_message):
11934         Update for API changes in libdbus.
11935
11936         * dbus/dbus-message.c: (dbus_message_new_reply):
11937         * dbus/dbus-message.h:
11938         Remove the name argument. The spec states that replies shouldn't
11939         have a name.
11940
11941 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
11942
11943         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
11944         (report_error), (bus_desktop_file_load), (lookup_section),
11945         (lookup_line), (bus_desktop_file_get_raw),
11946         (bus_desktop_file_get_string):
11947         * bus/desktop-file.h:
11948         Some fixes, and new functions for getting a key value from a section.
11949
11950 2003-02-13  Havoc Pennington  <hp@pobox.com>
11951
11952         * test/data/auth/fail-after-n-attempts.auth-script: new test
11953
11954         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
11955         reject the client.
11956
11957 2003-02-13  Havoc Pennington  <hp@pobox.com>
11958
11959         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
11960         dbus_credentials_match were backward
11961
11962         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
11963         NO_CREDENTIALS and ROOT_CREDENTIALS
11964
11965         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
11966         into here. Never process more commands after we've reached an
11967         end state; store further data as unused bytes.
11968
11969         * test/data/auth/*: add more auth tests
11970
11971         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
11972         command to match exact string and EXPECT_UNUSED to match unused
11973         bytes
11974
11975         * test/Makefile.am (dist-hook): fix to dist all the test stuff
11976
11977 2003-02-12  Havoc Pennington  <hp@pobox.com>
11978
11979         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
11980         \r off of popped lines
11981
11982         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
11983         scripts
11984
11985         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
11986         SEND, append \r\n
11987
11988 2003-02-12  Havoc Pennington  <hp@pobox.com>
11989
11990         * dbus/Makefile.am: remove break-loader from the build, since it
11991         moved.
11992
11993         * configure.in: add --enable-gcov to turn on coverage profiling
11994         flags and disable optimization
11995
11996 2003-02-10  Havoc Pennington  <hp@pobox.com>
11997
11998         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
11999         initial cut at test framework for DBusAuth from laptop.
12000         Doesn't quite work yet but it compiles and I need to get
12001         it off the 266mhz laptop. ;-)
12002
12003         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
12004         fix a memleak in error case
12005
12006 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
12007
12008         * bus/Makefile.am:
12009         * bus/desktop-file.c:
12010         * bus/desktop-file.h:
12011         Add a desktop file parser.
12012
12013 2003-02-11  Zack Rusin  <zack@kde.org>
12014
12015         * qt/message.[h|cpp]: sample implementation
12016         of the KDE wrapper for DBusMessage
12017
12018 2003-02-09  Zack Rusin  <zack@kde.org>
12019
12020         * test/bus-test.c: make_it_compile
12021         * doc/dbus-specification.sgml: minimal semantic fix
12022
12023 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
12024
12025         Release 0.3
12026
12027         * NEWS: Update
12028
12029 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
12030
12031         * dbus/Makefile.am:
12032         * dbus/dbus-break-loader.c:
12033         * test/Makefile.am:
12034         * test/break-loader.c:
12035         Move dbus-break-loader to test/ and rename it to break-loader.
12036
12037 2003-02-02  Havoc Pennington  <hp@pobox.com>
12038
12039         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
12040         for code to manage cookies in your home directory
12041
12042         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
12043
12044         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
12045         to authenticate, then disconnect the client.
12046
12047 2003-02-03  Alexander Larsson  <alexl@redhat.com>
12048
12049         * dbus/dbus-message.c (dbus_message_append_fields):
12050         Correct docs.
12051
12052 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12053
12054         * doc/dbus-specification.sgml:
12055         Update address format section.
12056
12057 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12058
12059         * test/Makefile.am:
12060         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
12061         (message_handler), (new_connection_callback), (loop_quit),
12062         (loop_run), (main):
12063         Add bus test.
12064
12065 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12066
12067         * bus/driver.c: (bus_driver_handle_service_exists):
12068         Simplify the code a bit.
12069
12070         * dbus/dbus-bus.c: (dbus_bus_service_exists):
12071         Fix a silly.
12072
12073 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12074
12075         * bus/Makefile.am:
12076         Add libdbus-daemon.la and link to it.
12077
12078 2003-02-01  James Willcox  <jwillcox@gnome.org>
12079
12080         * bus/driver.c: (bus_driver_handle_own_service):
12081         Actually include the service reply code in the message.
12082
12083 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12084
12085         * bus/driver.c: (bus_driver_handle_service_exists):
12086         Don't unref the incoming message.
12087
12088 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12089
12090         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
12091
12092 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
12093
12094         * dbus/dbus-server.c: (dbus_server_listen):
12095         * dbus/dbus-transport.c: (_dbus_transport_open):
12096         ifdef out the calls to the debug transport and server.
12097
12098 2003-02-02  Alexander Larsson  <alexl@redhat.com>
12099
12100         * dbus/dbus-watch.c (dbus_watch_get_flags):
12101         Add note in the docs that ERROR or HANGUP won't be returned
12102         and are assumed always on.
12103
12104         * glib/dbus-gmain.c (add_watch):
12105         Always add IO_ERR | IO_HUP
12106
12107         * dbus/dbus-message.h:
12108         Add semicolon after dbus_message_iter_get_string_array().
12109         Makes qt code build again
12110
12111 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
12112
12113         * bus/driver.c: (create_unique_client_name),
12114         (bus_driver_handle_hello):
12115         Don't take a name, just use a numeric id to identify
12116         each client.
12117
12118         * dbus/Makefile.am:
12119         * dbus/dbus-bus.c: (dbus_bus_register_client),
12120         (dbus_bus_acquire_service), (dbus_bus_service_exists):
12121         * dbus/dbus-bus.h:
12122         Add new convenience functions for communicating with the bus.
12123
12124         * dbus/dbus-message.h:
12125
12126         * dbus/dbus-protocol.h:
12127         Fix a typo.
12128
12129 2003-02-01  Alexander Larsson  <alexl@redhat.com>
12130
12131         * dbus/dbus-message.c (dbus_message_append_fields):
12132         Add some more doc comments.
12133
12134 2003-02-01  Havoc Pennington  <hp@pobox.com>
12135
12136         * dbus/dbus-break-loader.c (randomly_modify_length): change
12137         a 4-byte value in the message as if it were a length
12138
12139         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
12140         execute bit on saved files
12141
12142 2003-02-01  Havoc Pennington  <hp@pobox.com>
12143
12144         * dbus/dbus-break-loader.c (main): new program to find messages
12145         that break the loader.
12146
12147         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
12148         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
12149
12150         * dbus/dbus-string.c (_dbus_string_set_byte): new
12151
12152 2003-01-31  Havoc Pennington  <hp@pobox.com>
12153
12154         * dbus/dbus-message.c: refactor the test code to be more general,
12155         in preparation for writing a "randomly permute test cases to
12156         try to break the loader" program.
12157
12158 2003-01-31  Havoc Pennington  <hp@pobox.com>
12159
12160         * doc/dbus-specification.sgml: work on the specification
12161
12162         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
12163         the protocol version of the message.
12164
12165         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
12166         no longer specifies that.
12167         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
12168         1/2/3/4)
12169
12170         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
12171         "break" for DBUS_TYPE_NIL, remove @todo
12172
12173 2003-01-31  Havoc Pennington  <hp@pobox.com>
12174
12175         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
12176         just set_is_error/get_is_error as this is a commonly-used
12177         function, and write docs.
12178
12179 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
12180
12181         * dbus/dbus-address.c: (dbus_address_entry_free):
12182         Free key and value lists.
12183
12184         * dbus/dbus-internals.c: (_dbus_type_to_string):
12185         Add the types we didn't have.
12186
12187         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
12188         (_dbus_marshal_validate_arg):
12189         Add NIL types.
12190
12191         * dbus/dbus-message.c: (dbus_message_set_sender):
12192         Remove todo about being able to set sender to NULL.
12193
12194         (dbus_message_set_is_error_reply),
12195         (dbus_message_get_is_error_reply):
12196         * dbus/dbus-message.h:
12197         New functions.
12198
12199         * dbus/dbus-protocol.h:
12200         Add error reply flag.
12201
12202         * test/data/valid-messages/opposite-endian.message:
12203         Add NIL type to test.
12204
12205 2003-01-31  Havoc Pennington  <hp@pobox.com>
12206
12207         * doc/dbus-specification.sgml: fully specify the header.  Add
12208         flags and major protocol version, and change header/body len to
12209         unsigned.
12210
12211         * dbus/dbus-message-builder.c (append_saved_length): append length
12212         as uint32
12213
12214         * dbus/dbus-message.c (dbus_message_create_header): change header
12215         length and body length to unsigned. Add the new fields from the
12216         spec
12217         (_dbus_message_loader_return_buffer): unsigned header/body len
12218
12219 2003-01-30  Havoc Pennington  <hp@pobox.com>
12220
12221         * dbus/dbus-auth.c: rework to use only REJECTED, no
12222         MECHANISMS
12223
12224         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
12225         use REJECTED, suggested by Mark McLoughlin
12226
12227 2003-01-30  Havoc Pennington  <hp@pobox.com>
12228
12229         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
12230         a better way to report errors here. e.g.  "unix address lacks
12231         path" or something. also "no such file" when the path doesn't
12232         exist, etc.
12233
12234         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
12235         leaking list nodes
12236         (dbus_parse_address): add @todo about documenting address format,
12237         and allowing , and ; to be escaped
12238
12239 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
12240
12241         * dbus/Makefile.am:
12242         Add dbus-address.[ch]
12243
12244         * dbus/dbus-address.c: (dbus_address_entry_free),
12245         (dbus_address_entries_free), (create_entry),
12246         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
12247         (dbus_parse_address), (_dbus_address_test):
12248         * dbus/dbus-address.h:
12249         New files for dealing with address parsing.
12250
12251         * dbus/dbus-connection.c:
12252         Document timeout functions.
12253
12254         * dbus/dbus-message.c:
12255         Document dbus_message_new_from_message.
12256
12257         * dbus/dbus-server-debug.c:
12258         Document.
12259
12260         * dbus/dbus-server.c: (dbus_server_listen):
12261         Parse address and use correct server implementation.
12262
12263         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
12264         * dbus/dbus-string.h:
12265         New function with test.
12266
12267         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
12268         * dbus/dbus-test.h:
12269         Add address tests.
12270
12271         * dbus/dbus-transport-debug.c:
12272         Document.
12273
12274         * dbus/dbus-transport.c: (_dbus_transport_open):
12275         Parse address and use correct transport implementation.
12276
12277 2003-01-30  Havoc Pennington  <hp@pobox.com>
12278
12279         * dbus/dbus-message.c: use message->byte_order instead of
12280         DBUS_COMPILER_BYTE_ORDER throughout.
12281         (dbus_message_create_header): pad header to align the
12282         start of the body of the message to 8-byte boundary
12283
12284         * dbus/dbus-marshal.h: make all the demarshalers take const
12285         DBusString arguments.
12286
12287         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
12288         validate message args here, so we don't have to do slow validation
12289         later, and so we catch bad messages as they are incoming. Also add
12290         better checks on header_len and body_len. Also fill in
12291         message->byte_order
12292
12293         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
12294         implemented properly)
12295         (_dbus_string_validate_nul): new function to check all-nul
12296
12297         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
12298         get_arg_end_pos and remove all validation
12299         (_dbus_marshal_validate_arg): actually do validation here.
12300
12301 2003-01-29  Havoc Pennington  <hp@pobox.com>
12302
12303         * dbus/dbus-message.c (check_message_handling): fix assertion
12304         failure on set_client_serial
12305
12306 2003-01-28  Havoc Pennington  <hp@pobox.com>
12307
12308         * dbus/dbus-server-debug.c: Add doc section comments
12309
12310         * dbus/dbus-transport-debug.c: add doc section comments
12311
12312 2003-01-28  Havoc Pennington  <hp@redhat.com>
12313
12314         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
12315         the reverse order from how I had it
12316         (_dbus_string_base64_encode): reverse encoding order. I was
12317         basically byteswapping everything during encoding.
12318
12319 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
12320
12321         * dbus/dbus-connection-internal.h:
12322         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
12323         (_dbus_connection_remove_timeout):
12324         Add functions for adding and removing timeouts.
12325
12326         * dbus/dbus-message.c: (dbus_message_new_from_message):
12327         Add new function that takes a message and creates an exact
12328         copy of it, but with the refcount set to 1.
12329         (check_message_handling):
12330         Fix build error.
12331
12332         * dbus/dbus-server-protected.h:
12333         * dbus/dbus-server.c: (_dbus_server_init_base),
12334         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
12335         (dbus_server_set_timeout_functions):
12336         (_dbus_server_remove_timeout):
12337         New functions so that a server can add and remove timeouts.
12338
12339         (dbus_server_listen):
12340         Add commented out call to dbus_server_debug_new.
12341
12342         * dbus/dbus-timeout.c: (_dbus_timeout_new):
12343         Actually set the handler, doh.
12344
12345         * dbus/dbus-transport.c: (_dbus_transport_open):
12346         Add commented out call to dbus_transport_debug_client_new.
12347
12348         * dbus/Makefile.am:
12349         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
12350
12351 2003-01-28  Havoc Pennington  <hp@pobox.com>
12352
12353         * dbus/dbus-message.c (check_message_handling): function to check
12354         on the loaded message, iterates over it etc.
12355
12356 2003-01-28  Havoc Pennington  <hp@pobox.com>
12357
12358         * test/Makefile.am (dist-hook): fix make distdir
12359
12360         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
12361
12362 2003-01-27  Havoc Pennington  <hp@pobox.com>
12363
12364         * dbus/dbus-mempool.c (time_for_size): replace printf with
12365         _dbus_verbose
12366
12367         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
12368         empty lines; fix the SAVE_LENGTH stuff to be
12369         START_LENGTH/END_LENGTH so it actually works; couple other
12370         bugfixes
12371
12372         * test/Makefile.am (dist-hook): add dist-hook for .message files
12373
12374         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
12375         can be constant or locked.
12376         (_dbus_string_free): allow freeing a const string as
12377         documented/intended
12378
12379         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
12380
12381         * dbus/dbus-test-main.c (main): take an argument which is the
12382         directory containing test data
12383
12384         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
12385         argument to this and load all the messages in test/data/
12386         checking that they can be loaded or not loaded as appropriate.
12387
12388 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
12389
12390         * bus/dispatch.c: (bus_dispatch_message_handler):
12391         Dispatch messages sent to services.
12392
12393         * bus/driver.c: (bus_driver_send_service_deleted),
12394         (bus_driver_send_service_created), (bus_driver_send_service_lost),
12395         (bus_driver_send_service_acquired):
12396         Add helper functions for sending service related messages.
12397
12398         (bus_driver_send_welcome_message):
12399         Send HELLO_REPLY instead of WELCOME.
12400
12401         (bus_driver_handle_list_services):
12402         Send LIST_SERVICES_REPLY instead of SERVICES.
12403
12404         (bus_driver_handle_own_service),
12405         (bus_driver_handle_service_exists):
12406         New message handlers.
12407
12408         (bus_driver_handle_message):
12409         Invoke new message handlers.
12410
12411         (bus_driver_remove_connection):
12412         Don't remove any services here since that's done automatically
12413         by bus_service_remove_owner now.
12414
12415         * bus/driver.h:
12416         New function signatures.
12417
12418         * bus/services.c: (bus_service_add_owner):
12419         Send ServiceAcquired message if we're the only primary owner.
12420
12421         (bus_service_remove_owner):
12422         Send ServiceAcquired/ServiceLost messages.
12423
12424         (bus_service_set_prohibit_replacement),
12425         (bus_service_get_prohibit_replacement):
12426         Functions for setting prohibit replacement.
12427
12428         (bus_service_has_owner):
12429         New function that checks if a connection is in the owner queue of
12430         a certain service.
12431
12432         * bus/services.h:
12433         Add new function signatures.
12434
12435         * dbus/dbus-list.c: (_dbus_list_test):
12436         Add tests for _dbus_list_remove_last and traversing the list backwards.
12437
12438         * dbus/dbus-list.h:
12439         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
12440         go any further, so return NULL then.
12441
12442         * dbus/dbus-protocol.h:
12443         Add new messages, service flags and service replies.
12444
12445 2003-01-26  Havoc Pennington  <hp@pobox.com>
12446
12447         * dbus/dbus-message-builder.c: implement, completely untested.
12448
12449         * test/data/*: add data to be used in testing.
12450         ".message" files are our simple loadable text format.
12451         ".message-raw" will be binary dumps of messages.
12452
12453         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
12454
12455 2003-01-26  Havoc Pennington  <hp@pobox.com>
12456
12457         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
12458
12459         * dbus/dbus-errors.c (dbus_result_to_string): add
12460         file errors
12461
12462         * dbus/dbus-message-builder.c: new file, will contain code to load
12463         up messages from files. Not implemented yet.
12464
12465 2003-01-26  Havoc Pennington  <hp@pobox.com>
12466
12467         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
12468         the sender by setting to NULL
12469
12470 2003-01-26  Havoc Pennington  <hp@pobox.com>
12471
12472         The unit tests pass, but otherwise untested.  If it breaks, the
12473         tests should have been better. ;-)
12474
12475         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
12476         the connection.
12477
12478         * dbus/dbus-message.c: redo everything so we maintain
12479         message->header as the only copy of the various fields.
12480         This avoids the possibility of out-of-memory in some cases,
12481         for example dbus_message_lock() can't run out of memory anymore,
12482         and avoids extra copying. Figured I may as well go ahead and do
12483         this since it was busted for dbus_message_lock to not return
12484         failure on OOM, and dbus_message_write_header was totally
12485         unchecked for OOM. Also fixed some random other bugs.
12486
12487         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
12488         that strings are nul-terminated. Also, end_pos can be equal
12489         to string length just not greater than, I think.
12490         (_dbus_marshal_set_int32): new function
12491         (_dbus_marshal_set_uint32): new function
12492         (_dbus_marshal_set_string): new function
12493
12494         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
12495         a warning, init timeout_list to NULL
12496         (dbus_connection_send_message): don't use uninitialized variable
12497         "serial"
12498
12499         * dbus/dbus-string.c (_dbus_string_replace_len): new function
12500
12501 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
12502
12503         * bus/driver.c: (bus_driver_handle_hello),
12504         (bus_driver_send_welcome_message):
12505         Plug leaks
12506
12507 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
12508
12509         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
12510         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
12511         (dbus_connection_unref):
12512         * dbus/dbus-marshal.c: (_dbus_marshal_test):
12513         * dbus/dbus-message.c: (dbus_message_unref),
12514         Plug memory leaks.
12515
12516         (dbus_message_get_fields):
12517         Remove debugging printout.
12518
12519         (_dbus_message_loader_return_buffer):
12520         Don't store the header string.
12521
12522         (_dbus_message_test):
12523         Plug leaks.
12524
12525 2003-01-26  Richard Hult  <rhult@codefactory.se>
12526
12527         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
12528         the file descriptor list, since it can change under us.
12529
12530 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12531
12532         * glib/dbus-gmain.c: (dbus_connection_prepare),
12533         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
12534         (remove_watch), (dbus_connection_hookup_with_g_main):
12535         Rewrite the glib handling to use its own GSource instead of a
12536         GIOChannel so we can catch messages put in the queue while waiting
12537         for a reply.
12538
12539 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12540
12541         * bus/Makefile.am:
12542         * bus/connection.c: (connection_disconnect_handler),
12543         (connection_watch_callback), (bus_connection_setup):
12544         * bus/dispatch.c: (send_one_message),
12545         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
12546         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
12547         * bus/dispatch.h:
12548         * bus/driver.c: (bus_driver_send_service_deleted),
12549         (bus_driver_send_service_created), (bus_driver_handle_hello),
12550         (bus_driver_send_welcome_message),
12551         (bus_driver_handle_list_services), (bus_driver_remove_connection),
12552         (bus_driver_handle_message):
12553         * bus/driver.h:
12554         Refactor code, put the message dispatching in its own file. Use
12555         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
12556         is disconnected.
12557
12558 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12559
12560         * dbus/dbus-internals.h:
12561         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
12562
12563         * dbus/dbus-message.c: (dbus_message_get_sender):
12564         * dbus/dbus-message.h:
12565         Implement dbus_message_get_sender.
12566
12567         * dbus/dbus-protocol.h:
12568         Add message and service defines.
12569
12570 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12571
12572         * dbus/dbus-connection.c: (dbus_connection_send_message):
12573         * dbus/dbus-message-internal.h:
12574         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
12575         (dbus_message_write_header):
12576         Remove _dbus_messag_unlock and don't set the client serial on a
12577         message if one already exists.
12578
12579 2003-01-24  Havoc Pennington  <hp@pobox.com>
12580
12581         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
12582         list_pool
12583
12584         * bus/driver.c (bus_driver_handle_list_services): fix a leak
12585         on OOM
12586
12587 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12588
12589         * dbus/dbus-list.c: (alloc_link), (free_link):
12590         Use a memory pool for the links.
12591
12592 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12593
12594         * bus/connection.c: (bus_connection_foreach):
12595         * bus/connection.h:
12596         Add new bus_connection_foreach function.
12597
12598         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
12599         Add function that broadcasts a message to all clients.
12600
12601         (bus_driver_send_service_created), (bus_driver_handle_hello),
12602         (bus_driver_send_welcome_message),
12603         (bus_driver_handle_list_services), (bus_driver_message_handler):
12604         Implement functions that take care of listing services, and notifying
12605         clients when new services are created.
12606
12607         * bus/services.c: (bus_services_list):
12608         * bus/services.h:
12609         Add new function that returns an array of strings with the currently
12610         registered services.
12611
12612         * glib/dbus-glib.h:
12613         * glib/dbus-gmain.c:
12614         Update copyright year.
12615
12616 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
12617
12618         * dbus/dbus-connection.c: (dbus_connection_send_message):
12619         Unlock the message in case it was sent earlier.
12620
12621         (dbus_connection_send_message_with_reply_and_block):
12622         Remove the reply message from the list.
12623
12624         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
12625         Set array_len and new_pos correctly.
12626
12627         (_dbus_marshal_test):
12628         Remove debug output.
12629
12630         * dbus/dbus-message-internal.h:
12631         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
12632         New function that returns the reply serial.
12633
12634         (_dbus_message_unlock):
12635         New function that unlocks a message and resets its header.
12636
12637         (dbus_message_append_string_array),
12638         (dbus_message_get_fields_valist),
12639         (dbus_message_iter_get_field_type),
12640         (dbus_message_iter_get_string_array),
12641         (dbus_message_get_fields),
12642         (dbus_message_append_fields_valist):
12643         Handle string arrays.
12644
12645         (dbus_message_set_sender):
12646         Make this function public since the bus daemon needs it.
12647
12648         (decode_header_data):
12649         Set the reply serial to -1 initially.
12650
12651         * dbus/dbus-message.h:
12652         Add dbus_message_set_sender.
12653
12654 2003-01-24  Havoc Pennington  <hp@pobox.com>
12655
12656         * doc/dbus-specification.sgml: add some stuff
12657
12658 2003-01-22  Havoc Pennington  <hp@pobox.com>
12659
12660         * doc/dbus-specification.sgml: Start to document the protocol.
12661
12662 2003-01-22  Havoc Pennington  <hp@pobox.com>
12663
12664         * dbus/dbus-connection.c
12665         (dbus_connection_send_message_with_reply_and_block): add some @todo
12666
12667         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
12668
12669 2003-01-21  Havoc Pennington  <hp@pobox.com>
12670
12671         (patch untested because can't compile)
12672
12673         * bus/driver.c (create_unique_client_name): make this function
12674         never recycle client names. Also, caller should initialize
12675         the DBusString.
12676
12677         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
12678
12679 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12680
12681         * dbus/dbus-marshal.c: (_dbus_marshal_double),
12682         (_dbus_marshal_int32), (_dbus_marshal_uint32),
12683         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
12684         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
12685         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
12686         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
12687         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
12688         * dbus/dbus-marshal.h:
12689         * dbus/dbus-protocol.h:
12690         Add support for marshalling and demarshalling integer, double
12691         and string arrays.
12692
12693 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12694
12695         * bus/Makefile.am:
12696         Add driver.[ch]
12697
12698         * bus/connection.c: (connection_disconnect_handler):
12699         Remove the connection from the bus driver's list.
12700
12701         (connection_watch_callback): Dispatch messages.
12702
12703         (free_connection_data): Free connection name.
12704
12705         (bus_connection_setup): Add connection to the bus driver's list.
12706         (bus_connection_remove_owned_service):
12707         (bus_connection_set_name), (bus_connection_get_name):
12708         Add functions for setting and getting the connection's name.
12709
12710         * bus/connection.h:
12711         Add function headers.
12712
12713         * bus/driver.c: (create_unique_client_name),
12714         (bus_driver_handle_hello_message),
12715         (bus_driver_send_welcome_message), (bus_driver_message_handler),
12716         (bus_driver_add_connection), (bus_driver_remove_connection):
12717         * bus/driver.h:
12718         * bus/main.c:
12719         * bus/services.c: (bus_service_free):
12720         * bus/services.h:
12721         New file that handles communication and registreation with the bus
12722         itself.
12723
12724 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
12725
12726         * dbus/dbus-connection.c: (dbus_connection_send_message):
12727         Add a new client_serial parameter.
12728
12729         (dbus_connection_send_message_with_reply):
12730         Remove a @todo since we've implemented the blocking function.
12731
12732         (dbus_connection_send_message_with_reply_and_block):
12733         New function that sends a message and waits for a reply and
12734         then returns the reply.
12735
12736         * dbus/dbus-connection.h:
12737         Add new functions.
12738
12739         * dbus/dbus-errors.c: (dbus_result_to_string):
12740         * dbus/dbus-errors.h:
12741         Add new DBUS_RESULT.
12742
12743         * dbus/dbus-message-internal.h:
12744         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
12745         (_dbus_message_set_sender), (dbus_message_write_header),
12746         (dbus_message_new_reply), (decode_header_data),
12747         (_dbus_message_loader_return_buffer), (_dbus_message_test):
12748         * dbus/dbus-message.h:
12749         Add new functions that set the reply serial and sender.
12750         Also marshal and demarshal them correctly and add test.
12751
12752         * dbus/dbus-protocol.h:
12753         Add new DBUS_MESSAGE_TYPE_SENDER.
12754
12755         * glib/dbus-glib.h:
12756         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
12757         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
12758         (dbus_connection_hookup_with_g_main):
12759         * glib/test-dbus-glib.c: (main):
12760         Rewrite to use GIOChannel and remove the GSource crack.
12761
12762         * test/echo-client.c: (main):
12763         * test/watch.c: (check_messages):
12764         Update for changed APIs
12765
12766 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
12767
12768         * dbus/Makefile.am: Add dbus-timeout.[cħ]
12769
12770         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
12771         Create a DBusTimeoutList.
12772         (dbus_connection_set_timeout_functions): Add new function to
12773         set timeout callbacks
12774
12775         * dbus/dbus-connection.h: Add public DBusTimeout API.
12776
12777         * dbus/dbus-message.c: (dbus_message_get_service):
12778         * dbus/dbus-message.h:  New function.
12779
12780         * dbus/dbus-server.c: Fix small doc typo.
12781
12782         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
12783
12784 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
12785
12786         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
12787         of the string, just as long as specified.
12788
12789 2003-01-19  Havoc Pennington  <hp@pobox.com>
12790
12791         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
12792         new function
12793
12794         * dbus/dbus-server.c (dbus_server_set_max_connections)
12795         (dbus_server_get_max_connections, dbus_server_get_n_connections):
12796         keep track of current number of connections, and add API for
12797         setting a max (but haven't implemented enforcing the max yet)
12798
12799 2003-01-18  Havoc Pennington  <hp@pobox.com>
12800
12801         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
12802         reading/writing if read_watch != NULL or write_watch != NULL.
12803
12804         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
12805         the message loader code to actually load message->header and
12806         message->body into the newly-created message.
12807
12808         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
12809         in OOM case
12810
12811         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
12812         (dbus_connection_get_max_message_size)
12813         (dbus_connection_set_max_live_messages_size)
12814         (dbus_connection_get_max_live_messages_size): implement some
12815         resource limitation functions
12816
12817         * dbus/dbus-resources.c: new file implementing some of the
12818         resource limits stuff
12819
12820         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
12821         missing docs, add @todo to handle OOM etc.
12822
12823         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
12824         docs
12825
12826 2003-01-18  Havoc Pennington  <hp@pobox.com>
12827
12828         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
12829         connection if it hasn't been already.
12830
12831         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
12832         replace with DisconnectFunction.
12833
12834 2003-01-18  Havoc Pennington  <hp@pobox.com>
12835
12836         Building --disable-verbose-mode --disable-asserts --disable-tests
12837         cuts the library from 112K to 45K or so
12838
12839         * configure.in: check for varargs macro support,
12840         add --enable-verbose-mode, --enable-asserts.
12841
12842         * dbus/dbus-internals.h (_dbus_assert): support
12843         DBUS_DISABLE_ASSERT
12844         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
12845
12846 2003-01-18  Havoc Pennington  <hp@pobox.com>
12847
12848         * dbus/dbus-test.c: include config.h so that tests actually run
12849
12850         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
12851         so the failure mode when that assumption fails will be plenty
12852         obvious.
12853
12854 2003-01-18  Havoc Pennington  <hp@pobox.com>
12855
12856         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
12857
12858         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
12859         the distribution
12860
12861         * test/Makefile.am: don't use special variable "TESTS" for echo-*
12862         since we don't want to use those in make check
12863
12864 2003-01-15  Havoc Pennington  <hp@redhat.com>
12865
12866         Release 0.2
12867
12868         * NEWS: update
12869
12870 2003-01-15  Havoc Pennington  <hp@redhat.com>
12871
12872         * test/Makefile.am: fix so that test source code ends up in the
12873         distribution on make distcheck
12874
12875 2003-01-15  Havoc Pennington  <hp@redhat.com>
12876
12877         Release 0.1.
12878
12879         * NEWS: update
12880
12881 2003-01-15  Havoc Pennington  <hp@redhat.com>
12882
12883         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
12884         fix build when --disable-tests
12885
12886         * Makefile.am (EXTRA_DIST): put HACKING in here
12887
12888         * HACKING: document procedure for making a tarball release.
12889
12890 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
12891
12892         * bus/connection.c: (connection_error_handler),
12893         (bus_connection_setup):
12894         * bus/main.c: (main):
12895         Make sure that the DBusConnectionData struct is NULLed
12896         out to prevent a segfault.
12897
12898         * dbus/dbus-errors.c: (dbus_result_to_string):
12899         * dbus/dbus-errors.h:
12900         * dbus/dbus-message.c: (dbus_message_get_fields),
12901         (dbus_message_get_fields_valist), (_dbus_message_test):
12902         * dbus/dbus-message.h:
12903         Make dbus_message_get_fields return a result code so we can
12904         track invalid fields as well as oom.
12905
12906 2003-01-11  Havoc Pennington  <hp@pobox.com>
12907
12908         * configure.in: change --enable-test/--enable-ansi action-if-given
12909         to enable_foo=$enableval instead of enable_foo=yes
12910
12911 2003-01-08  Havoc Pennington  <hp@pobox.com>
12912
12913         * dbus/dbus-string.c (_dbus_string_align_length): new function
12914
12915         * dbus/dbus-test-main.c: move main() for test app here
12916         * dbus/dbus-test.c
12917         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
12918         symbol to run tests, because dbus-test isn't in the main
12919         library
12920
12921         Code review nitpicks.
12922
12923         * dbus/dbus-message.c (dbus_message_write_header): add newlines
12924         for people with narrow emacs ;-). Assert client_serial was filled
12925         in. Assert message->name != NULL.
12926         (dbus_message_append_fields): have "first_field_type" arg separate
12927         from va list, needed for C++ binding that also uses varargs IIRC
12928         and helps with type safety
12929         (dbus_message_new): add @todo about using DBusString to store
12930         service/name internally
12931         (dbus_message_new): don't leak ->service and ->name on OOM later
12932         in the function
12933         (dbus_message_unref): free the service name
12934         (dbus_message_get_fields): same change to varargs
12935         i.e. first_field_type
12936         (_dbus_message_loader_return_buffer): assert that the message data
12937         is aligned (if not it's a bug in our code). Put in verbose griping
12938         about why we set corrupted = TRUE.
12939         (decode_header_data): add FIXME that char* is evil.  Was going to
12940         add FIXME about evil locale-specific string.h strncmp, but just
12941         switched to wacky string-as-uint32 optimization. Move check for
12942         "no room for field name" above get_const_data_len() to avoid
12943         assertion failure in get_const_data_len if we have trailing 2
12944         bytes or the like. Check for service and name fields being
12945         provided twice. Don't leak service/name on error. Require field
12946         names to be aligned to 4 bytes.
12947
12948         * dbus/dbus-marshal.c: move byte swap stuff to header
12949         (_dbus_pack_int32): uscore-prefix
12950         (_dbus_unpack_int32): uscore-prefix
12951         (_dbus_unpack_uint32): export
12952         (_dbus_demarshal_string): add @todo complaining about use of
12953         memcpy()
12954         (_dbus_marshal_get_field_end_pos): add @todo about bad error
12955         handling allowing corrupt data to go unchecked
12956
12957 2003-01-08  Havoc Pennington  <hp@redhat.com>
12958
12959         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
12960         to the select() as needed for authentication. (should be using
12961         _dbus_poll() not select, but for another day)
12962
12963         * dbus/dbus.h: include dbus/dbus-protocol.h
12964
12965 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
12966
12967         * dbus/Makefile.am (dbusinclude_HEADERS): Install
12968         dbus-connection.h
12969
12970 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
12971
12972         * dbus/dbus-internals.c: (_dbus_type_to_string):
12973         New function that returns a string describing a type.
12974
12975         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
12976         * dbus/dbus-marshal.h:
12977         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
12978         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
12979         (dbus_message_iter_get_byte_array):
12980         * dbus/dbus-message.h:
12981         Add new convenience functions for appending and getting message fields.
12982         Also add demarshalling routines for byte arrays.
12983
12984 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
12985
12986         * dbus/dbus-connection-internal.h:
12987         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
12988         (_dbus_connection_get_next_client_serial),
12989         (dbus_connection_send_message):
12990         * dbus/dbus-internals.h:
12991         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
12992         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
12993         (_dbus_marshal_uint32), (_dbus_demarshal_double),
12994         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
12995         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
12996         (_dbus_verbose_bytes), (_dbus_marshal_test):
12997         * dbus/dbus-marshal.h:
12998         * dbus/dbus-message-internal.h:
12999         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
13000         (dbus_message_write_header), (_dbus_message_lock),
13001         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
13002         (dbus_message_get_name), (dbus_message_append_int32),
13003         (dbus_message_append_uint32), (dbus_message_append_double),
13004         (dbus_message_append_string), (dbus_message_append_byte_array),
13005         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
13006         (dbus_message_iter_unref), (dbus_message_iter_has_next),
13007         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
13008         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
13009         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
13010         (decode_header_data), (_dbus_message_loader_return_buffer),
13011         (message_iter_test), (_dbus_message_test):
13012         * dbus/dbus-message.h:
13013         * dbus/dbus-protocol.h:
13014         * dbus/dbus-test.c: (main):
13015         * dbus/dbus-test.h:
13016         * glib/test-dbus-glib.c: (message_handler), (main):
13017         * test/echo-client.c: (main):
13018         * test/watch.c: (check_messages):
13019         Make messages sendable and receivable for real.
13020
13021 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
13022
13023         * dbus/dbus-marshal.c: (_dbus_marshal_double),
13024         (_dbus_marshal_string), (_dbus_marshal_byte_array):
13025         * dbus/dbus-message.c: (dbus_message_append_int32),
13026         (dbus_message_append_uint32), (dbus_message_append_double),
13027         (dbus_message_append_string), (dbus_message_append_byte_array):
13028         Handle OOM restoration.
13029
13030 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
13031
13032         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13033         (_dbus_demarshal_string), (_dbus_marshal_test):
13034         * dbus/dbus-marshal.h:
13035         * dbus/dbus-message.c: (dbus_message_get_name),
13036         Document these functions.
13037
13038         (dbus_message_append_int32), (dbus_message_append_uint32),
13039         (dbus_message_append_double), (dbus_message_append_string),
13040         (dbus_message_append_byte_array):
13041         * dbus/dbus-message.h:
13042         Add functions for adding message fields of different types.
13043
13044         * dbus/dbus-protocol.h:
13045         Add the different types.
13046
13047 2003-01-05  Havoc Pennington  <hp@pobox.com>
13048
13049         * bus/connection.c: implement routines for handling connections,
13050         first thing is keeping a list of owned services on each connection
13051         and setting up watches etc.
13052
13053         * bus/services.c: implement a mapping from service names to lists
13054         of connections
13055
13056         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
13057
13058         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
13059         to use static mutexes for global data
13060
13061         * dbus/dbus-connection.c (dbus_connection_set_data): add new
13062         collection of functions to set/get application-specific data
13063         on the DBusConnection.
13064
13065 2003-01-04  Havoc Pennington  <hp@pobox.com>
13066
13067         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
13068         (_dbus_poll): new function
13069
13070         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
13071         copied from GLib
13072
13073         * bus/loop.c: initial code for the daemon main loop
13074
13075 2003-01-04  Havoc Pennington  <hp@pobox.com>
13076
13077         * test/watch.c (error_handler): make it safe if the error handler
13078         is called multiple times (if we s/error handler/disconnect
13079         handler/ we should just guarantee it's called only once)
13080
13081         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
13082         error handler on disconnect (it's quite possible we should
13083         just change the error handler to a "disconnect handler," I'm
13084         not sure we have any other meaningful errors)
13085
13086         * configure.in: check for getpwnam_r
13087
13088         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
13089         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
13090         mechanism as in SASL spec, using socket credentials
13091
13092         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
13093         (_dbus_send_credentials_unix_socket): new function
13094
13095         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
13096         dbus_accept()
13097         (_dbus_write): only check errno if <0 returned
13098         (_dbus_write_two): ditto
13099
13100 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
13101
13102         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
13103         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
13104         (_dbus_marshal_test):
13105         * dbus/dbus-marshal.h:
13106         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
13107         to _dbus_marshal_utf8_string. Also fix some tests.
13108
13109 2002-12-28  Harri Porten  <porten@kde.org>
13110
13111         * configure.in: added check for C++ compiler and a very cheesy
13112         check for the Qt integration
13113
13114         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
13115
13116         * qt/Makefile.am: added
13117
13118         * qt/.cvsignore: added
13119
13120         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
13121         latter, added #ifdef QT_THREAD_SUPPORT guard.
13122
13123         * dbus/Makefile.am: added missing headers for make dist
13124
13125 2002-12-28  Kristian Rietveld  <kris@gtk.org>
13126
13127         * dbus/Makefile.am: fixup export-symbols-regex.
13128
13129 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
13130
13131         * acinclude.m4: Add this file and put the
13132         PKG_CHECK_MODULE macro in it.
13133
13134 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
13135
13136         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13137         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13138         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
13139         (_dbus_marshal_test):
13140         Make the demarshalling routines align the pos argument.
13141         Add string marshalling tests and fix the obvious bugs
13142         discovered.
13143
13144 2002-12-26  Havoc Pennington  <hp@pobox.com>
13145
13146         * dbus/dbus-auth.c: fixes fixes fixes
13147
13148         * dbus/dbus-transport-unix.c: wire up support for
13149         encoding/decoding data on the wire
13150
13151         * dbus/dbus-auth.c (_dbus_auth_encode_data)
13152         (_dbus_auth_decode_data): append to target string
13153         instead of nuking it.
13154
13155 2002-12-26  Havoc Pennington  <hp@pobox.com>
13156
13157         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
13158         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
13159         doh
13160
13161         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
13162         avoid swap_bytes() overhead (ignoring possible assembly stuff for
13163         now). Main point is because I wanted unpack_uint32 to implement
13164         _dbus_verbose_bytes
13165         (_dbus_verbose_bytes): new function
13166
13167         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
13168
13169         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
13170         mechanism to handle a corrupt message stream
13171         (_dbus_message_loader_new): fix preallocation to only prealloc,
13172         not prelengthen
13173
13174         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
13175         (_dbus_string_test): enhance tests for copy/move and fix the
13176         functions
13177
13178         * dbus/dbus-transport-unix.c: Hold references in more places to
13179         avoid reentrancy problems
13180
13181         * dbus/dbus-transport.c: ditto
13182
13183         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
13184         leak reference count in no-message case
13185
13186         * test/watch.c (do_mainloop): handle adding/removing watches
13187         during iteration over the watches. Also, ref the connection/server
13188         stored on a watch, so we don't try to mangle a destroyed one.
13189
13190         * dbus/dbus-transport-unix.c (do_authentication): perform
13191         authentication
13192
13193         * dbus/dbus-auth.c (get_state): add a state
13194         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
13195         (_dbus_auth_get_unused_bytes): append the unused bytes
13196         to the passed in string, rather than prepend
13197
13198         * dbus/dbus-transport.c (_dbus_transport_init_base): create
13199         the auth conversation DBusAuth
13200
13201         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
13202         (_dbus_transport_new_for_domain_socket): when creating a
13203         transport, pass in whether it's a client-side or server-side
13204         transport so we know which DBusAuth to create
13205
13206 2002-12-03  Havoc Pennington  <hp@pobox.com>
13207
13208         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
13209         _after_ finalizing the derived members
13210         (unix_connection_set): unref watch if we fail to add it
13211
13212         * dbus/dbus-connection.c (dbus_connection_unref): delete the
13213         transport first, so that the connection owned by the
13214         transport will be valid as the transport finalizes.
13215
13216         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
13217         if necessary, and remove watches from the connection.
13218
13219         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
13220
13221 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
13222
13223         * dbus/dbus-marshal.c: (_dbus_marshal_string),
13224         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13225         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
13226         (_dbus_marshal_test):
13227         * dbus/dbus-marshal.h:
13228         Add string marshal functions and have the demarshal functions
13229         return the new position.
13230
13231 2002-12-25  Havoc Pennington  <hp@pobox.com>
13232
13233         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
13234         it is a simple protocol that just maps directly to SASL.
13235
13236         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
13237         initial implementation, not actually used yet.
13238
13239         * dbus/dbus-string.c (_dbus_string_find): new function
13240         (_dbus_string_equal): new function
13241         (_dbus_string_base64_encode): new function
13242         (_dbus_string_base64_decode): new function
13243
13244 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
13245
13246         * dbus/Makefile.am:
13247         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
13248         (_dbus_marshal_int32), (_dbus_marshal_uint32),
13249         (_dbus_demarshal_double), (_dbus_demarshal_int32),
13250         (_dbus_demarshal_uint32), (_dbus_marshal_test):
13251         * dbus/dbus-marshal.h:
13252         * dbus/dbus-protocol.h:
13253         * dbus/dbus-test.c: (main):
13254         * dbus/dbus-test.h:
13255         Add un-optimized marshalling/demarshalling routines.
13256
13257 2002-12-25  Harri Porten  <porten@kde.org>
13258
13259         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
13260
13261 2002-12-24  Zack Rusin  <zack@kde.org>
13262
13263         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
13264         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
13265         main loop stuff
13266
13267 2002-12-24  Havoc Pennington  <hp@pobox.com>
13268
13269         * glib/dbus-gthread.c: fix include
13270
13271         * glib/dbus-glib.h: rename DBusMessageHandler for now.
13272         I think glib API needs to change, though, as you don't
13273         want to use DBusMessageFunction, you want to use the
13274         DBusMessageHandler object. Probably
13275         dbus_connection_open_with_g_main_loop()
13276         and dbus_connection_setup_g_main_loop() or something like that
13277         (but think of better names...) that just create a connection
13278         that has watch/timeout functions etc. already set up.
13279
13280         * dbus/dbus-connection.c
13281         (dbus_connection_send_message_with_reply): new function just to
13282         show how the message handler helps us deal with replies.
13283
13284         * dbus/dbus-list.c (_dbus_list_remove_last): new function
13285
13286         * dbus/dbus-string.c (_dbus_string_test): free a string that
13287         wasn't
13288
13289         * dbus/dbus-hash.c: use memory pools for the hash entries
13290         (rebuild_table): be more paranoid about overflow, and
13291         shrink table when we can
13292         (_dbus_hash_test): reduce number of sprintfs and write
13293         valid C89. Add tests for case where we grow and then
13294         shrink the hash table.
13295
13296         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
13297
13298         * dbus/dbus-connection.c (dbus_connection_register_handler)
13299         (dbus_connection_unregister_handler): new functions
13300
13301         * dbus/dbus-message.c (dbus_message_get_name): new
13302
13303         * dbus/dbus-list.c: fix docs typo
13304
13305         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
13306         an object representing a handler for messages.
13307
13308 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13309
13310         * glib/dbus-glib.h:
13311         * glib/dbus-gthread.c: (dbus_gthread_init):
13312         Don't use the gdbus prefix for public functions.
13313
13314 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
13315
13316         * Makefile.am:
13317         * configure.in:
13318         Add GLib checks and fixup .pc files
13319
13320         * glib/Makefile.am:
13321         * glib/dbus-glib.h:
13322         * glib/dbus-gmain.c: (gdbus_connection_prepare),
13323         (gdbus_connection_check), (gdbus_connection_dispatch),
13324         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
13325         (dbus_connection_gsource_new):
13326         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
13327         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
13328         * glib/test-dbus-glib.c: (message_handler), (main):
13329         Add GLib support.
13330
13331 2002-12-15  Harri Porten  <porten@kde.org>
13332
13333         * autogen.sh: check for libtoolize before attempting to use it
13334
13335         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
13336         struct.
13337
13338         * .cvsignore: ignore more stamp files
13339
13340         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
13341
13342         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
13343         without make install.
13344
13345 2002-12-15  Havoc Pennington  <hp@pobox.com>
13346
13347         * dbus/dbus-threads.c: add thread stubs that a higher library
13348         layer can fill in. e.g. the GLib wrapper might fill them in with
13349         GThread stuff. We still need to use this thread API to
13350         thread-safe-ize the library.
13351
13352 2002-12-12  Havoc Pennington  <hp@pobox.com>
13353
13354         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
13355         below new interfaces and include fewer system headers.
13356
13357         * dbus/dbus-sysdeps.c (_dbus_read): new function
13358         (_dbus_write): new function
13359         (_dbus_write_two): new function
13360         (_dbus_connect_unix_socket): new function
13361         (_dbus_listen_unix_socket): new function
13362
13363         * dbus/dbus-message-internal.h: change interfaces to use
13364         DBusString
13365
13366 2002-12-11  Havoc Pennington  <hp@pobox.com>
13367
13368         * dbus/dbus-types.h: add dbus_unichar
13369
13370         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
13371
13372         * dbus/dbus-connection.c (dbus_connection_send_message): return
13373         TRUE on success
13374
13375         * dbus/dbus-transport.c: include dbus-watch.h
13376
13377         * dbus/dbus-connection.c: include dbus-message-internal.h
13378
13379         * HACKING: add file with coding guidelines stuff.
13380
13381         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
13382         handling here, for security purposes (as in vsftpd). Not actually
13383         using this class yet.
13384
13385         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
13386         system/libc usage here, as in vsftpd, for ease of auditing (and
13387         should also simplify portability). Haven't actually moved all the
13388         system/libc usage into here yet.
13389
13390 2002-11-25  Havoc Pennington  <hp@pobox.com>
13391
13392         * dbus/dbus-internals.c (_dbus_verbose): fix to not
13393         always print the first verbose message.
13394
13395 2002-11-24  Havoc Pennington  <hp@pobox.com>
13396
13397         * test/echo-client.c, test/echo-server.c: cheesy test
13398         clients.
13399
13400         * configure.in (AC_CHECK_FUNCS): check for writev
13401
13402         * dbus/dbus-message.c (_dbus_message_get_network_data): new
13403         function
13404
13405         * dbus/dbus-list.c (_dbus_list_foreach): new function
13406
13407         * dbus/dbus-internals.c (_dbus_verbose): new function
13408
13409         * dbus/dbus-server.c, dbus/dbus-server.h: public object
13410         representing a server that listens for connections.
13411
13412         * dbus/.cvsignore: create
13413
13414         * dbus/dbus-errors.h, dbus/dbus-errors.c:
13415         public API for reporting errors
13416
13417         * dbus/dbus-connection.h, dbus/dbus-connection.c:
13418         public object representing a connection that
13419         sends/receives messages. (Same object used for
13420         both client and server.)
13421
13422         * dbus/dbus-transport.h, dbus/dbus-transport.c:
13423         Basic abstraction for different kinds of stream
13424         that we might read/write messages from.
13425
13426 2002-11-23  Havoc Pennington  <hp@pobox.com>
13427
13428         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
13429         _DBUS_INT_MAX
13430
13431         * dbus/dbus-test.c (main): add list test, and include
13432         dbus-test.h as intended
13433
13434         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
13435         (_dbus_hash_table_remove_int): return value indicates
13436         whether the entry existed to remove
13437
13438         * dbus/dbus-list.c: add linked list utility class,
13439         with docs and tests
13440
13441         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
13442         array sometimes.
13443
13444 2002-11-23  Havoc Pennington  <hp@pobox.com>
13445
13446         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
13447         DBUS_END_DECLS to nothing, that should fix this once and for all
13448
13449         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
13450
13451         * dbus/dbus-message.c, dbus/dbus-hash.c:
13452         add some missing @brief
13453
13454 2002-11-23  Havoc Pennington  <hp@pobox.com>
13455
13456         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
13457         to avoid confusing Doxygen
13458
13459         * dbus/dbus-hash.c: @} not }@
13460
13461         * dbus/dbus-message.c (struct DBusMessage): split out
13462         internals docs
13463
13464 2002-11-23  Havoc Pennington  <hp@pobox.com>
13465
13466         * configure.in: pile on more warning flags if using gcc
13467
13468         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
13469         to document static functions
13470
13471         * configure.in: add summary to end of configure so it
13472         looks nice and attractive
13473
13474         * dbus/dbus-hash.c: finish implementation and write unit
13475         tests and docs
13476
13477         * configure.in: add --enable-tests to enable unit tests
13478
13479         * dbus/dbus-test.c: test program to run unit tests
13480         for all files in dbus/*, initially runs a test for
13481         dbus-hash.c
13482
13483         * dbus/dbus-internals.h: file to hold some internal utility stuff
13484
13485 2002-11-22  Havoc Pennington  <hp@redhat.com>
13486
13487         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
13488         "ported" away from Tcl
13489
13490         * dbus/dbus-types.h: header for types such as dbus_bool_t
13491
13492 2002-11-22  Havoc Pennington  <hp@redhat.com>
13493
13494         * dbus/dbus.h: fixups for doc warnings
13495
13496         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
13497         macros
13498         (QUIET): make it quiet so we can see warnings
13499
13500         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
13501
13502 2002-11-22  Havoc Pennington  <hp@redhat.com>
13503
13504         * Makefile.am: include "Doxyfile" target in all-local
13505
13506         * configure.in: generate the Doxyfile
13507
13508         * Doxyfile.in: move Doxyfile here, so we can use
13509         configure to generate a Doxyfile with the right
13510         version number etc.
13511
13512 2002-11-22  Havoc Pennington  <hp@redhat.com>
13513
13514         * dbus/dbus-message.c: move inline docs into .c file
13515
13516         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
13517         so all docs are under doc/
13518         (MAN_EXTENSION): generate man pages. Use extension
13519         ".3dbus" which matches ".3qt" on my system,
13520         I guess this is OK, I don't know really.
13521         (FILE_PATTERNS): look for .c files not .h, makes sense
13522         for plain C I think
13523
13524 2002-11-22  Havoc Pennington  <hp@pobox.com>
13525
13526         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
13527         because any app can be a server, and any app can be a client,
13528         the bus is a special kind of server.
13529
13530 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
13531
13532         * Doxyfile : adding. Still needs Makefile rules to be generated
13533         automatically (just run "doxygen" in the toplevel dir for now to
13534         generate docs)
13535
13536         * dbus/dbus-message.h : Adding sample docs (javadoc since
13537         resembles gtk-doc a little more)
13538
13539         * dbus/dbus.h : Adding sample docs
13540
13541 2002-11-21  Havoc Pennington  <hp@redhat.com>
13542
13543         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
13544         so we can allow ourselves to include files directly,
13545         instead of having to use dbus.h
13546
13547         * dbus/dbus.h: fill in
13548
13549         * dbus/dbus-message.h: sketch out a sample header file.
13550         Include griping if you include it directly instead of
13551         via dbus.h
13552
13553         * dbus/dbus-macros.h: new file with macros for extern "C",
13554         TRUE/FALSE, NULL, etc.
13555
13556         * doc/file-boilerplate.c: put include guards in here
13557
13558 2002-11-21  Havoc Pennington  <hp@redhat.com>
13559
13560         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
13561
13562         * COPYING: include the GPL as well, and license code
13563         under both AFL and GPL.
13564
13565 2002-11-21  Havoc Pennington  <hp@redhat.com>
13566
13567         * acconfig.h: get rid of this
13568
13569         * autogen.sh (run_configure): add --no-configure option
13570
13571         * configure.in: remove AC_ARG_PROGRAM to make
13572         autoconf complain less. add AC_PREREQ.
13573         add AC_DEFINE third arg.
13574
13575 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
13576
13577         * doc/Makefile.am:
13578         Fix references so we can distcheck.
13579
13580 2002-11-21  Havoc Pennington  <hp@redhat.com>
13581
13582         * Initial module creation
13583