Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11661)

Issue 4535090: code review 4535090: dbus: initial check-in of a D-Bus library.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by nigeltao
Modified:
10 years, 10 months ago
Reviewers:
bsiegert, bradfitz
CC:
golang-dev
Visibility:
Public.

Description

dbus: initial check-in of a D-Bus library. Only client method calls for now, not server method replies or signals.

Patch Set 1 #

Patch Set 2 : diff -r 6f7859e1f79b https://dbus-go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6f7859e1f79b https://dbus-go.googlecode.com/hg/ #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+929 lines, -3 lines) Patch
M CONTRIBUTORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M dbus/Makefile View 1 2 chunks +6 lines, -2 lines 0 comments Download
A dbus/conn.go View 1 1 chunk +226 lines, -0 lines 2 comments Download
M dbus/dbus.go View 1 1 chunk +92 lines, -1 line 3 comments Download
A dbus/marshal.go View 1 1 chunk +209 lines, -0 lines 0 comments Download
A dbus/type.go View 1 1 chunk +115 lines, -0 lines 0 comments Download
A dbus/unmarshal.go View 1 1 chunk +218 lines, -0 lines 0 comments Download
A example/main.go View 1 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 8
nigeltao
Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://dbus-go.googlecode.com/hg/
12 years, 11 months ago (2011-05-20 16:42:31 UTC) #1
nigeltao
Note that this package lives at http://code.google.com/p/dbus-go/, and is not part of the standard package ...
12 years, 11 months ago (2011-05-20 16:44:27 UTC) #2
nigeltao
bradfitz: ping.
12 years, 11 months ago (2011-05-25 21:43:14 UTC) #3
bradfitz
Haven't tried it yet but will try to today. http://codereview.appspot.com/4535090/diff/5001/dbus/conn.go File dbus/conn.go (right): http://codereview.appspot.com/4535090/diff/5001/dbus/conn.go#newcode221 dbus/conn.go:221: ...
12 years, 11 months ago (2011-05-31 19:14:00 UTC) #4
bsiegert
ping?
11 years, 5 months ago (2012-11-09 13:12:55 UTC) #5
bradfitz
What's this ping about? Nigel (currently on vacation) has handed this off to tbushnell, who's ...
11 years, 5 months ago (2012-11-09 15:56:46 UTC) #6
bsiegert
OK, thanks! On Fri, Nov 9, 2012 at 4:56 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > ...
11 years, 5 months ago (2012-11-12 10:10:07 UTC) #7
bradfitz
10 years, 10 months ago (2013-06-28 19:16:46 UTC) #8
R=close

Others have forked this elsewhere.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b