Skip to content

Tags: hlandauf/dbus

Tags

v5.990.1

Toggle v5.990.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
hlandau Hugo Landau
v5.990.1: Tag v5 fork so gopkg.in picks it up

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 godbus#92 from jsouthworth/fix/move-async-signals

Allow implementations to decide when to make signal handling asynchronous.

v4.0.0

Toggle v4.0.0's commit message
v4.0.0

- Only launch one D-Bus instance for all connections
- Add support for Dial("tcp:host=..,port=..")
- Add support for the ALLOW_INTERACTIVE_AUTHORIZATION flag
- Fix introspection of subpath
- Refactor export code to allow a method table to be provided
- get godbus/dbus to compile on Solaris
- prop: fix interface name in IntrospectDataString
- conn_test.go: fix nil dereference
- conn: fix RemoveSignal and add test
- add AddMatchSignal method

v3

Toggle v3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v3

- Add BusObject interface
- Add ExportSubtree functions for subtree support
- Add ExportWithMap method to support exporting
  lower-case method names
- Fix mutex unlocking when releasing object
- Fix encoder alignment
- Fix nil dereference
- Used NameAcquired/NameLost signals to track names

v2

Toggle v2's commit message
v2

- Prevent double-close panic in conn.Close
- Fix flaky tests: don't rely on map iteration order.
- go vet: fix raw struct initialization
- worker: don't drop signals
- Add UnixCredentials system call for DragonFly BSD
- XML doctype declaration for introspection
- decouple connections from unixTransport