Skip to content

Tags: godbus/dbus

Tags

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #313 from kolyshkin/fix-TestObjectSignalHandling

TestObjectSignalHandling: fix/improve

v5.0.6

Toggle v5.0.6's commit message
Add missing WithHandler call to DialHandler

This options was missed during the refactor.

v5.0.5

Toggle v5.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
encoder: Add message.EncodeToWithFDs and DecodeMessageWithFDs

Also, restore functionality to message.EncodeTo and DecodeMessage
This maintains compatibility with API v5

v5.0.4

Toggle v5.0.4's commit message
Add test

v5.0.3

Toggle v5.0.3's commit message
Add example for BecomeMonitor

v5.0.2

Toggle v5.0.2's commit message
Update go.mod to v5

v5.0.1

Toggle v5.0.1's commit message
Fix darwin compilation

tryDiscoverDbusSessionBusAddress is missing in conn_darwin.go, but is referred to from conn.go.

v5.0.0

Toggle v5.0.0's commit message
always invoke (Add|Remove)MatchSignal on bus object, add additional f…

…ilter options

v5.0

Toggle v5.0's commit message
always invoke (Add|Remove)MatchSignal on bus object, add additional f…

…ilter options

v4.1.0

Toggle v4.1.0's commit message
Merge pull request #92 from jsouthworth/fix/move-async-signals

Allow implementations to decide when to make signal handling asynchronous.