summaryrefslogtreecommitdiff
path: root/sysutils/dbus-glib
AgeCommit message (Collapse)AuthorFilesLines
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-08-17Update to 0.88:wiz3-8/+10
0.88: Astone Lin (1): Allow duplicate object path registrations for different connections Christian Dywan (1): Refer to dbus_g_connection_flush rather than the plain dbus call Colin Walters (3): Disable test-profile on win32 for now Respect property access flags for writing, allow disabling for reads configure: Release 0.88 Dan Williams (2): core: don't pass malformed error interface to dbus (rh#581794) Fix lookup of regular properties when shadow properties are used Danielle Madeley (6): Bumping required GLib to 2.24 for GVariant fd.o #28715: Add dbus_g_value_build_g_variant() Tests for GValue-to-GVariant Write a recursive equivalence function for testing the equivalence of GVariants Test test_g_variant_equivalent itself Support DBUS_TYPE_G_SIGNATURE Fridrich Strba (2): Use AC_CANONICAL_HOST, not _TARGET Don't use the identifier "interface" in public headers Fridrich Strba (3): Use EXEEXT so that we satisfy dependencies when cross-compiling Fix linking of tests. On windows, undefined symbols are not allowed and symbol lookup is sequencial Put the G_OS_WIN32 check where it can be defined. Guillaume Desmottes (1): add mising DBUS_TYPE_G_* to the doc Simon McVittie (6): Bug 14579: remove pending call from hash table before cancelling it Merge branch '14579-remove-before-cancel' fd.o #27958: dbus_g_error_domain_register: rewrite the documentation Add Libtool m4 to .gitignore Add various tests etc. to .gitignore Consolidate LDADD variables in tests/examples and make them more complete Will Thompson (1): Merge remote branch 'danni/gvalue-to-gvariant' 0.86: Colin Walters (8): Squash underscores and dashes in errors when converting to DBus errors Remove dbus-glib-undocumented.txt from git Revert "Squash underscores and dashes in errors when converting to DBus errors" Fix hyphenated error codes correctly [configure.ac] Use AM_SILENT_RULES if available Remove dbus-glib-undeclared.txt from git; it's a generated file [dbus-gobject.c] Trivial compiler warning fixes [configure] Release 0.86 Dan Williams (2): core: allow duplicate property names on GInterfaces core: performance optimization for object info lookup Sven Herzberg (1): turn the gtk-doc documentation into buildable shape Will Thompson (1): Free errors returned by method implementations
2010-02-16Update to 0.84:wiz2-6/+6
There are some compatibility fixes here, but I should call out for OS builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no longer have to pass --with-introspect-xml to configure.
2010-01-24Added LICENSE information.heinz1-1/+2
2009-09-18Cleaner fix for previous, from wiz.sketch3-30/+6
2009-09-18Shell fix for Solaris.sketch2-1/+29
2009-08-15Update to 0.82:wiz3-7/+8
dbus-glib-0.82: Alban Crequy (1): Bug 18294 - Be defensive about a possibly NULL property string Brian Cameron (1): Bug 20343 - Add a man page for dbus-binding-tool Brian Tarricone (1): Bug 21753 - Correctly initialize GValues in dbus-binding-tool generated code Colin Walters (8): Bump configure for unstable cycle Use -fno-strict-aliasing by default Bug 14183 - Listen to NameOwnerChanged using arg0 matching Bug 19927 - Use const for GError * param we're not modifying Add missing prototype for dbus_g_connection_unregister_g_object Clean up some compilation warnings Test for git-log in Makefile.am should just be for git now Release 0.82 Frederic Crozat (1): Fix format-security warning Jason Leach (1): Bug 21362 - Remove use of deprecated symbols Luis Menina (1): Bugg 22244 - Only include <glib.h>, not individual headers Marc-Andre Lureau (1): build: fix undefined macro: AM_PROG_LIBTOOL with recent libtool Mikkel Kamstrup Erlandsen (1): Bug 13908: make dbus_g_type_specialized_init() safe for library users to call Peter Korsgaard (1): add --with-dbus-binding-tool option to use an external dbus-binding-tool Simon McVittie (24): Bug 16776: teach dbus_g_method_return_error about DBUS_GERROR Bug #16776: add a regression test Remove CXX cruft from configure.ac configure.ac: don't check the sizes of integers Don't define DBUS_API_SUBJECT_TO_CHANGE configure.ac: Don't check endianness Don't check whether va_copy works Don't check for atomic integer ops Remove all sorts of libdbus cruft from configure.ac fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory in the hash table if the name was the owner's first dbus_g_type_specialized_init: make some effort at being thread-safe fd.o #5688: don't assert when exported object is destroyed *after* D-Bus connection closes fd.o #5688: Add a regression test fd.o #21219: implement unregistration of objects dbus-gobject: save the ObjectRegistration on each object, not just the path fd.o #21219: regression test Merge branch '20886-configure-cleanup' Merge branch '20884-proxy-manager-replace-name-owner' Merge branch '16776-make-dbus-errors-throwable' Merge part of branch '5688-survive-disconnection' Merge branch '5688-survive-disconnection' Merge branch '20716-with-dbus-binding-tool' fd.o #13908: silently initialize specialized types whenever required Merge branch '13908-autoinit' Sjoerd Simons (1): Use g_strdup instead of strdup in dbus_g_method_get_sender Vincent Untz (1): Bug 20879 - Use --skip-source argument for glib-genmarshal
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-24Add options.mk file.wiz1-0/+12
2009-02-24Update to 0.80:wiz3-26/+16
commit b161082148a51f2a2d8a4ee85f5736791dedc276 Author: Colin Walters <walters@verbum.org> Date: Mon Feb 2 15:07:51 2009 -0500 Bug 19065 - handle nested nodes in dbus-binding-tool Patch modified from one provided by Stian Skelstad <stian@nixia.no>. Split the generate_glue function explicitly into a toplevel function and one for processing recursive nodes. dbus/dbus-binding-tool-glib.c | 108 ++++++++++++++++++++++----------------- m4/gtk-doc.m4 | 2 +- test/Makefile.am | 5 ++ test/core/Makefile.am | 6 +- test/data/nested-introspect.xml | 10 ++++ test/test-compile-nested.sh | 5 ++ 6 files changed, 85 insertions(+), 51 deletions(-) commit 64ec55f59a9ebe699e240c2a3b4d82e85f2db4a0 Author: Doug Goldstein <cardoe@gentoo.org> Date: Fri Jan 30 17:38:19 2009 -0500 Bug 19325 - parallel build fix Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 299460549e92665e5ea09d459d3985fc85d8d73c Author: Colin Walters <walters@verbum.org> Date: Fri Jan 30 16:03:11 2009 -0500 Bug 19259: Always use /etc/bash_completion.d This looks like what bash upstream has standardized on. dbus/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 78eb504bd9954918c363f357d0ab71ca85e3fc23 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:59:01 2009 -0500 Bug 19647: Move test-types inside run-test to avoid dep on existing session bus All tests that use DBUS_BUS_SESSION should be in run-test.sh to avoid introducing a dependency on an existing session bus. test/core/Makefile.am | 2 +- test/core/run-test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 3d25c1640d59e9770c33fafb1a12766feb6494e8 Merge: d92a441... 8868486... Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:43:50 2009 -0500 Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbus-glib commit d92a44109e3fdc766e34b53f7ec5329e98e13909 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 17:00:37 2009 -0500 Bug 19441: Don't send replies for messages explicitly not requesting one In sending a reply when a message has the dbus_message_set_no_reply flag set, we can cause spurious denials logged on the system bus, aside from being inefficient. dbus/dbus-gobject.c | 67 +++++++++++++++++++++++++++++++++++--------------- 1 files changed, 47 insertions(+), 20 deletions(-) commit 88684866d06df99f89b30a07e4809369b4cb0453 Author: Colin Walters <walters@verbum.org> Date: Fri Dec 19 11:18:26 2008 -0500 Add new files missed from last commit test/core/my-object-subclass.c | 115 ++++++++++++++++++++++++++++++ test/core/my-object-subclass.h | 33 +++++++++ test/core/test-service-glib-subclass.xml | 8 ++ 3 files changed, 156 insertions(+), 0 deletions(-) commit d55ffa5bbccd027caf7f2e7376b555e397a7ac3c Author: Dan Williams <dcbw@redhat.com> Date: Thu Dec 18 13:09:33 2008 -0500 Bug 19145: test cases for GetAll Add test cases for GetAll. Signed-off-by: Colin Walters <walters@verbum.org> test/core/Makefile.am | 11 ++- test/core/test-dbus-glib.c | 187 +++++++++++++++++++++++++++++++++++++++ test/core/test-service-glib.c | 7 ++ test/core/test-service-glib.xml | 2 + 4 files changed, 205 insertions(+), 2 deletions(-) commit 94d68f00d9d244de3b1d66d3cf78bb5171552311 Author: Tambet Ingo <tambet@gmail.com> Date: Thu Dec 18 12:09:43 2008 +0200 Use the provided interface for org.freedesktop.DBus.Properties.GetAll call. dbus/dbus-gobject.c | 82 ++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 68 insertions(+), 14 deletions(-) commit 1b150c32aa574b421161b63bb01eeeb5ad23bf3a Author: Frederic Crozat <fcrozat@mandriva.com> Date: Fri Dec 5 11:16:46 2008 -0500 Fix linking order so -Wl,--as-needed works Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
2009-01-07Update to 0.78:wiz4-7/+24
D-Bus GLib Bindings 0.78 (04 Dec 2008) Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their contributions. Reliability fixes: - #16114 [patch] wincaps-to-uscore property names for GetAll() - #16419: recursive variants demarshaling limits - #18573: service tracker race Other notable fixes and enhancements: - #17329: allow hash tables to contain complex types - #17798: add support for 'o', 'g' and 'as' in dictionaries - #16925: bash completion for dbus-send
2008-06-13update dbus dependencydrochner1-2/+2
2008-06-13update to 0.76drochner3-8/+7
changes: -some critical bugfixes -more bugfixes -New function to specify default timeout for calls on proxy -Implement org.freedesktop.DBus.Properties.GetAll
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2007-11-28Add MAKE_JOBS_SAFE=NO from Rumko on pkgsrc-users@.jnemeth1-1/+2
2007-07-06update to 0.74drochner3-8/+8
changes: Init threading first to stop a warning from new GLib. Remove the XML documentation support in configure Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt) Update GLib requirement (Closes #10889). Document dbus-gtype-specialized Add simple test suite for peer objects. Support peer-to-peer proxies. (Closes #10233). Add dbus_connection_get_g_connection. Stop compiler warnings (Closes #10374). Handle dbus errors which are not name has no owner Update abstract socket test from DBus, which now cross-compiles Rename the error quark to be unique Update AUTHORS
2007-03-13update to 0.73drochner2-7/+6
changes: -Allow passing of NULL to strv out arguments -bugfixes -documentation improvements -Add new API for specifying the timeout in DBusGProxy calls -some cleanup
2006-12-28Specify minimum required version of dbus.jnemeth1-1/+4
Approved by: jmmv Approved for commit during freeze by: joerg
2006-11-13update to 0.72drochner4-22/+30
changes: bugfixes and cleanup
2006-11-05DESTDIR support.joerg1-1/+3
2006-08-23Update to 0.71:jmmv5-32/+60
D-Bus GLib Bindings 0.71 (24 July 2006) == - Correctly installs a few missing headers - Build was cleaned up a bit D-Bus GLib Bindings 0.70 (17 July 2006) == - First release after bindings split - dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol name annotations when generating glib client bindings - DBusGProxy can now be inherited from - Support added for generating bindings to arrays that are represented as GPtrArrays rather than GArrays (ie size-variable things, such as strings, objects, structs, etc). - Modification of the existing specialised types to have N type parameters (rather than the current 1 or 2 for arrays and dictionaries respectively). You can then use this to get a glib type to represent any arbitrary D-Bus struct type using dbus_g_type_get_struct. The only implementation of these types is with GValueArrays as before, but it's now possible to store these in arrays, emit them in signals, etc. - New methodbus_g_connection_open provides a way to open connections to an arbitrary address - Various bugs and memory leaks fixed
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-08Honor PKGMANDIR.reed1-3/+3
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update dbus and dbus-glib to 0.61:jmmv3-9/+11
D-BUS 0.61 (24 Febuary 2006) == - Documentation all around - dbus-launch now produces correct sh and csh syntax - Nested arrays now work correctly - GLib bindings: - Inheriting from DBusGProxy is now possible - GPtrArrays can now be marshalled - org.freedesktop.DBus.GLib.ClientCSymbol annotation added - Openning connections to arbitrary addresses now supported - Python bindings: - sender_keyword and path_keyword keywords added to signal listener API - Byte types now demarshal to unsigned char - calling methods now do the correct thing - Qt bindings: - both Qt3 and Qt4 bindings can be built at the same time - Use the standard org.freedesktop.DBus.Method.NoReply annotation for the "async" calls instead of creating one for us. - Mono bindings: - 64bit arch fixes - Massive bug fixing all around D-BUS 0.60 (30 November 2005) == - major ABI/API changes - sonames changed - RequestName queuing behavior has changed (refer to dbus-specification) - DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT has been removed and DBUS_NAME_FLAG_ALLOW_REPLACEMENT has been added to the flags - signals emitted by the bus now show up in the introspect data - auth EXTERNAL now supported on BSD varients - ReleaseName method added to the bus to allow a service to remove itself as owner of a bus name - dbus_connection_read_write added for getting messages off the bus in the absence of a mainloop - Qt4 bindings added and the Qt3 bindings have been depricated - python bindings: - marshal using introspect data if available - better exception handling and propigation - private connections are now supported - UTF-8 cleanups - out_signature added to method decorators for specifying how the return values should be marshaled - sender_keyword added to method decorators for specifying and argument to provide the unique name of the method caller - async_callbacks added to method decorators - multiple inheritance of classes now supported - GLib bindings: - respect NoReply annotations - dbus_g_method_return_get_reply and dbus_g_method_return_send_reply added to the lowlevel code for use when the dbus-glib marshalling code is not adiquate - numerous bug fixes all around D-BUS 0.50 (06 September 2005) === This is a minor release from 0.36.2. The series number has changed not because of any technical reasons but as an indication that we are moving closer to 1.0. It is hoped that this will be the last series to see major changes, most of which will be isolated to the GLib and Python bindings, as we transition to concentrate more on bug busting and code auditing. - D-Bus builds on the Cygwin platform - Makefile cleanups - Various bug fixes - Optimization of the dbus object tree - Memleaks and GIL crasher bugs have been fixed in the Python bindings D-BUS 0.36.2 (29 August 2005) === - Security: Restrict other users from connecting to another users session bus D-BUS 0.36.1 (24 August 2005) === - Python Bindings: - fixed to work with hal-device-manager - For 64bit builds everything is installed to lib64/python2.4/ since Python can't handle multilib D-BUS 0.36 (23 August 2005) === - Maximum sized of cached messages have been reduced to 10K - Match rules now allow matching on arguments inside the message - introspect.xsl XSLT style sheet added for formatting introspection data into XHTML for analysis - Python bindings: - now have working type objects for explicit typecasting - Variant type has been added - Dictionaries, Variants and Arrays can all be passed the signiture or type(s) of their children - the optional timeout= keyword has been added when making method calls - match on args has been implemented - a .pth file has been added for dealing with libraries and python files being in different directories such as in 64bit installs - various bug fixes - GLib bindings: - deeply recursive types now supported - many symbols are no longer exported as part of the public API - various memleak and other bug fixes D-BUS 0.35.2 (17 July 2005) === - Rename Unix Security Context to SELinux Security Context in API - Fixed more dist errors that distcheck didn't pick up on - Fixed various bugs in the python bindings that prevented them from working D-BUS 0.35.1 (16 July 2005) === - Fixed dist error where python/dbus_bindings.pxd was being shipped instead of dbus_bindings.pxd.in - Use this instead of the 0.35 tarball D-BUS 0.35 (15 July 2005) === - --with-dbus-user added to the configure scripts for configuring the user the system bus runs on - --with-console-auth-dir added to configure scripts for configuring the directory to look in for console user locks - service files for auto-starting D-Bus services now has the ability to pass in command line arguments to the executable - Huge auto-start bug squashed which caused some services not to start when requested in rapid succession - SE-Linux security contexts can now be appended to messages for inspection by services that enforce their own security policies - Colin says the GLib binding are ready for general consumption - New GLib tutorial - New GLib example code - Python bindings are now version (0,42,0) - Python bindings API has changed on the service side - dbus.service has been split out as a seperate module - dbus.service.Service is renamed to dbus.service.BusName - dbus.service.Object has swapped the bus_name and object_path constructor parameters to make it easier to do inheritance over the bus - dbus.glib has been seperated out in order to lessen the dependency on glib and to allow other mainloops to be integrated with the bindings including a planned generic mainloop for non-gui apps. - Python bindings now aquire the GIL when calling back into the python interpreter. Fixes crashes when using threading and other random segfaults. - New Python tutorial - Numerous D-Bus bug fixes all around D-BUS 0.34 (15 June 2005) === - dbus_connection_disconnect is deprecated in favor of dbus_connection_close - The bus can now use D_NOTIFY (if available) to check when configuration files have changed and reload them - New dbus_message_has_path/member/interface API added - The Ping message from the org.freedesktop.DBus.Peer interface is now handled - Complete glib bindings overhaul (and are still under construction) - Tutorial now has an updated GLib section - GLib bindings can now send/receive hash tables, arrays and other complex types - Python bindings overhaul (most public facing API's done) - Python bindings have been split up into separate files - Python added new type classes for hinting to the marshaler what type to send over the wire - Python bindings now have decorators for specifying exported methods and signals - Numerous bug fixes D-BUS 0.33 (25 Apr 2005) === - downgrade requirement from GTK+-2.6 to 2.4 for building gtk components - python binding API's have been overhalled to be more "pythonic" and cleaner - python bindings now export dbus.version which is set to (0,40,0) - python bindings now implement the org.freedesktop.DBus.Introspectable interface - python binding match rules are now more flexable - make check has been fixed - many, many major bug fixes D-BUS 0.32 (29 Mar 2005) === - mono bindings now compiles correctly - mono binding cleanups - glib bindings generates wrappers for bus methods in dbus-glib-bindings.h - glib binding cleanus - users and groups can now be specified by UID and GID in config files - numerous memory leak fixes - various other fixes D-BUS 0.31 (07 Mar 2005) === - land the new message args API and recursive type system - add docs and fixed Doxygen warnings throught source - split out some functions not needed in libdbus to *-util.c source files - take out type convienience functions - libdbus now back below 150K - booleans are now 32-bit instead of 8-bit - specification updated - grand renaming to strip out the use of "service" just say "name" instead (or "bus name" when ambiguous) - rename dbus-daemon-1 to dbus-daemon throughout - rename activation to auto-start - auto-start on by default now - note that libdbus is the low-level API - python bindings updated to the new API - mono bindings updated to the new API - add 16 bit types - dictionaries are now ARRAYS of DICT_ENTRY - dbus-glib-tool renamed to dbus-binding-tool - massive rewrite of the glib bindings - saner names for the dbus interface, object path and service defines - new functions for handling type signitures - bump sonames for libdbus and libdbus-glib - various small fixes
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-2/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-03-22Update dbus and dbus-glib to 0.23.4:jmmv2-5/+3
D-BUS 0.23.4 (11 Mar 2005) === - fix a failed assertion when trying to get replies from certain pending calls D-BUS 0.23.3 (9 Mar 2005) === - add back dbus_pending_call_get_reply() which was removed accidentally. - fix a memory leak in return messages - fix many memory leaks and lifecycle issues in the mono bindings. D-BUS 0.23.2 (18 Feb 2005) === - shuffle some code around in the mono bindings to deterministically finalize classes so that delegates are unregistered correctly. - backport a bunch of thread locking-related fixes from HEAD. D-BUS 0.23.1 (11 Feb 2005) === - fix a bug in which the bus daemon wouldn't recognize that a service owner quit - fix a bug in the mono bindings that would cause unmanaged code to call back into a delegate that had been garbage collected and crashed. D-BUS 0.23 (11 Jan 2005) === - add setgroups() to drop supplementary groups - updated SELinux support - add an "at console" security policy - fix a bug where org.freedesktop.DBus wasn't recognized as an existing service. - error out if --enable-mono is explicitly set and mono libs can't be found - set the max_match_rules_per_connection limit from the config file. - removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get - fix fd leaks in socket code - lots and lots of mono binding updates, including fixes to make it compatible with Mono 1.1.3 - added --nofork option to override config file setting at runtime - added support for int64 and uint64 to the python bindings - lots of python binding updates - config file DTD updates - use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted - fixes to the authentication code - new init script for Slackware - print out the pid even when --fork is passed - increase preallocation sizes in DBusMessage to heavily reduce reallocs - lots of performance enhancements - lots more small bug fixes
2005-03-16Include dbus's buildlink3.mk file (needed at build-time, specially becausejmmv1-1/+2
of the dbus.pc file).
2004-10-12Install several header files needed by the glib interface.jmmv2-6/+18
Bump PKGREVISION to 1.
2004-10-11Initial import of dbus-glib, version 0.22:jmmv4-0/+64
D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. This package provides the D-BUS interface to GLib and the dbus-monitor utility (included here because it also uses GLib).