lp://staging/go-dbus/v1

Created by James Henstridge and last modified
Get this branch:
bzr branch lp://staging/go-dbus/v1
Members of Go D-Bus Hackers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Go D-Bus Hackers
Project:
go-dbus
Status:
Development

Recent revisions

137. By John Lenton

Continue to read until we have read the full message body

If message are huge the current code doesn't read the full message
body but only as much as the read buffer on that platform can
carry. To still read all available bytes for the message body we
continue reading until we received all bytes and the message body is
complete.

136. By Michael Vogt

This branch fixes #1417456 by passing the match rules by pointer instead of by value so that name owner changes get updated to the correct rule.

135. By John Lenton

Use a lock on the connOpen attribute, because goroutines.

134. By Michael Vogt

Only report a read error if the connection hasn't been closed. Fixes lp:1408668.

132. By Samuele Pedroni

avoid exploding decoding an empty array into a blank interface, with test

131. By Samuele Pedroni

fix test hangs and races in signal.go; make sure signal watches observe name ownership changes and match signals in the order they arrive over the Connection (move to a callback approach at the lowest level internally to achieve that)

130. By Samuele Pedroni

fix names.go test hangs and races

129. By Sergio Schvezov

Making message writing sequential to avoid multiple messages writing to the bus at the same time

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers