Next | Query returned 60 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2009-09-18 16:51:57 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Cleaner fix for previous, from wiz.
   2009-09-18 15:09:02 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Shell fix for Solaris.
   2009-08-15 23:10:11 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.82:

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-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
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-24 16:42:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add options.mk file.
   2009-02-24 16:41:29 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.80:

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-07 21:57:43 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 0.78:

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-13 13:32:28 by Matthias Drochner | Files touched by this commit (1) | Package updated
Log message:
update dbus dependency
   2008-06-13 13:31:10 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 0.76
changes:
-some critical bugfixes
-more bugfixes
-New function to specify default timeout for calls on proxy
-Implement org.freedesktop.DBus.Properties.GetAll

Next | Query returned 60 messages, browsing 31 to 40 | Previous