svn commit: r1678246 - /qpid/trunk/qpid/cpp/src/tests/FieldValue.cpp

2015-05-07 Thread aconway
Author: aconway Date: Thu May 7 18:07:02 2015 New Revision: 1678246 URL: http://svn.apache.org/r1678246 Log: NO-JIRA: Fix floating point FieldValue tests to work on older compilers/boost versions. This fixes compile errors seen on gcc-c++-4.1.2-55.el5, boost-devel-1.33.1-16.el5_9 Float/double

qpid-proton git commit: PROTON-827: go binding: minor example cleanup.

2015-05-12 Thread aconway
fatalIf(err) + pc, err := messaging.Connect(conn) // This is our AMQP connection. + fatalIf(err) + connections[i] = pc // So we can close it when main() ends - // FIXME aconway 2015-04-29: session

[2/2] qpid-proton git commit: PROTON-827: Moved go binding work to branch `go`

2015-05-12 Thread aconway
100644 index 96dc92f..000 --- a/proton-c/bindings/go/WARNING_EXPERIMENTAL +++ /dev/null @@ -1 +0,0 @@ -See README.md http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/132820cb/proton-c/bindings/go/src/Makefile ------ diff --git a/proton-c/bindings/

[1/2] qpid-proton git commit: PROTON-827: Moved go binding work to branch `go`

2015-05-12 Thread aconway
int32(2): "two", int32(3): "three"}, &i) - - d = NewDecoder(getReader("maps")) - // Specific typed map - var m2 map[string]int - assertDecode(d, map[string]int{"one": 1, "two": 2, "three": 3}, &m2) - -

[1/5] qpid-proton git commit: WIP Re org for `go get` and proper use of go workspace.

2015-05-13 Thread aconway
nal" - "time" - "unsafe" -) - -// FIXME aconway 2015-04-28: Do we need the interface or can we just export the struct? - -// Message is the interface to an AMQP message. -// Instances of this interface contain a pointer to the underlying struct. -type Message i

[5/5] qpid-proton git commit: Name change: qpid.apache.org/proton/go

2015-05-13 Thread aconway
ort ( - "qpid.apache.org/go/internal" + "qpid.apache.org/proton/go/internal" "time" "unsafe" ) http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/

[2/5] qpid-proton git commit: WIP Re org for `go get` and proper use of go workspace.

2015-05-13 Thread aconway
(h cHandler) HandleEvent(e Event) error { - C.pn_handler_dispatch(h.pn, e.pn, C.pn_event_type(e.pn)) - return nil // FIXME aconway 2015-03-31: error handling -} - -// MessagingHandler provides an alternative interface to EventHandler. -// it is easier to use for most applications that send and receive messag

Git Push Summary

2015-05-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/go [deleted] dbd6c - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[4/5] qpid-proton git commit: WIP Re org for `go get` and proper use of go workspace.

2015-05-13 Thread aconway
p;& neterr.Timeout() { // Running but timed out + b.stop() + return fmt.Errorf("timed out waiting for broker") + } + time.Sleep(time.Second / 10) + } +} + +// Start the demo broker, wait till it is listenin

[3/5] qpid-proton git commit: WIP Re org for `go get` and proper use of go workspace.

2015-05-13 Thread aconway
t() is implemented as a switch on e.Type() + HandleEvent(e Event) error +} + +// cHandler wraps a C pn_handler_t +type cHandler struct { + pn *C.pn_handler_t +} + +func (h cHandler) HandleEvent(e Event) error { + C.pn_handler_dispatch(h.pn, e.pn, C.pn_event_type(e.pn)) + return nil //

qpid-proton git commit: NO-JIRA: updated go README for change of branch.

2015-05-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 57414346b -> d5bd60d9a NO-JIRA: updated go README for change of branch. Using go1 instead of go, go get will download from this branch. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apach

svn commit: r1679276 [2/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/amqp.html URL: http://svn.apache.org/viewvc/qpid/site/docs/amqp.html?rev=1679276&r1=1679275&r2=1679276&view=diff == --- qpid/site/docs/amqp.html (original) +++ qpid/site/docs/amqp.html Wed May 13

svn commit: r1679276 [20/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.32/java-broker/book/Java-Broker-Installation-Download.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.32/java-broker/book/Java-Broker-Installation-Download.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [5/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.22/cpp-broker/book/ch01s02.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/cpp-broker/book/ch01s02.html?rev=1679276&r1=1679275&r2=1679276&view=diff == --- q

svn commit: r1679276 [13/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.28/cpp-broker/book/ch01s02.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.28/cpp-broker/book/ch01s02.html?rev=1679276&r1=1679275&r2=1679276&view=diff == --- q

svn commit: r1679276 [9/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.24/messaging-api/cpp/examples/server.cpp.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.24/messaging-api/cpp/examples/server.cpp.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [25/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-proton-0.9.1/messenger/ruby/examples/mailserver.rb.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-0.9.1/messenger/ruby/examples/mailserver.rb.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [24/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-proton-0.7/messenger/c/examples/send.c.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-0.7/messenger/c/examples/send.c.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [18/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.30/messaging-api/dotnet/examples/csharp.example.spout.cs.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.30/messaging-api/dotnet/examples/csharp.example.spout.cs.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [26/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-trunk/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-trunk/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html?rev=1679276&r1=1679275&r2=16792

svn commit: r1679276 [3/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-High-Availability-Backup.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-High-Availability-Backup.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [16/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.28/qpid-jms/examples/hello.properties.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.28/qpid-jms/examples/hello.properties.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [8/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.24/java-broker/book/Java-Broker-Exchanges.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.24/java-broker/book/Java-Broker-Exchanges.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [27/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-trunk/jms-client-0-8/book/JMS-Client-0-8-Examples.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-trunk/jms-client-0-8/book/JMS-Client-0-8-Examples.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [17/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.30/java-broker/book/Java-Broker-Runtime.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.30/java-broker/book/Java-Broker-Runtime.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [19/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.30/qpid-jms/examples/Hello.java.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.30/qpid-jms/examples/Hello.java.html?rev=1679276&r1=1679275&r2=1679276&view=diff ==

svn commit: r1679276 [11/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.26/java-broker/book/Java-Broker-Installation-InstallationUnix.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.26/java-broker/book/Java-Broker-Installation-InstallationUnix.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [15/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.28/messaging-api/perl/examples/client.pl.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.28/messaging-api/perl/examples/client.pl.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [1/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Author: aconway Date: Wed May 13 21:14:13 2015 New Revision: 1679276 URL: http://svn.apache.org/r1679276 Log: Added meta tags and stubs, no visible changes Added: qpid/site/input/proton/go/ qpid/site/input/proton/go/amqp (with props) qpid/site/input/proton/go/event (with props

svn commit: r1679276 [10/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.24/qmf/cpp/examples/list_agents.cpp.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.24/qmf/cpp/examples/list_agents.cpp.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [7/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.22/programming/book/ch02s12.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/programming/book/ch02s12.html?rev=1679276&r1=1679275&r2=1679276&view=diff == ---

svn commit: r1679276 [28/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
--- qpid/site/docs/source-code.html (original) +++ qpid/site/docs/source-code.html Wed May 13 21:14:13 2015 @@ -24,6 +24,8 @@ Source Code - Apache Qpid™ + +https://git-wip-us.apache.org/repos/asf/qpid-proton.git";> var _deferredFunctions = []; Modified: qpid/site/

svn commit: r1679276 [12/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.26/messaging-api/perl/examples/server.pl.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.26/messaging-api/perl/examples/server.pl.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [4/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.20/messaging-api/perl/examples/map_sender.pl.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/messaging-api/perl/examples/map_sender.pl.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [6/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/messa

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679276 [14/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.28/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.28/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html?rev=1679276&r1=1679275&r2=1679276&view=diff ===

svn commit: r1679276 [23/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-dispatch-trunk/man/qdrouterd.conf.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/man/qdrouterd.conf.html?rev=1679276&r1=1679275&r2=1679276&view=diff ==

svn commit: r1679276 [22/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.32/programming/book/ch05s03.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.32/programming/book/ch05s03.html?rev=1679276&r1=1679275&r2=1679276&view=diff == ---

svn commit: r1679276 [21/28] - in /qpid/site: docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/jms/ docs/components/mess

2015-05-13 Thread aconway
Modified: qpid/site/docs/releases/qpid-0.32/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.32/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html?rev=1679276&r1=1679275&r2=1679276&view=diff =

svn commit: r1679277 - in /qpid/site/docs/proton/go: ./ amqp event index.html messaging

2015-05-13 Thread aconway
Author: aconway Date: Wed May 13 21:15:45 2015 New Revision: 1679277 URL: http://svn.apache.org/r1679277 Log: Add missing docs/ files from last commit Added: qpid/site/docs/proton/go/ qpid/site/docs/proton/go/amqp (with props) qpid/site/docs/proton/go/event (with props) qpid

svn commit: r1679278 - in /qpid/site: docs/proton/go/amqp docs/proton/go/event docs/proton/go/index.html docs/proton/go/messaging input/proton/go/index.html

2015-05-13 Thread aconway
Author: aconway Date: Wed May 13 21:19:26 2015 New Revision: 1679278 URL: http://svn.apache.org/r1679278 Log: Fix typo in proton/go/index.html Modified: qpid/site/docs/proton/go/amqp qpid/site/docs/proton/go/event qpid/site/docs/proton/go/index.html qpid/site/docs/proton/go

[2/4] qpid-proton git commit: PROTON-827: go binding: enable use of 'go get', reorganize packages names and layout.

2015-05-13 Thread aconway
qpid.apache.org/proton/doc.go +++ /dev/null @@ -1,40 +0,0 @@ -/* -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this fil

[4/4] qpid-proton git commit: PROTON-827: go binding: enable use of 'go get', reorganize packages names and layout.

2015-05-13 Thread aconway
ror); ok && neterr.Timeout() { // Running but timed out + b.stop() + return fmt.Errorf("timed out waiting for broker") + } + time.Sleep(time.Second / 10) + } +} + +// Start the demo broker, wait till it is l

[1/4] qpid-proton git commit: PROTON-827: go binding: enable use of 'go get', reorganize packages names and layout.

2015-05-13 Thread aconway
ions and limitations -under the License. -*/ - -package proton - -// #include -// #include -// #include -import "C" - -import ( - "qpid.apache.org/proton/internal" - "time" - "unsafe" -) - -// FIXME aconway 2015-04-28: Do we ne

[3/4] qpid-proton git commit: PROTON-827: go binding: enable use of 'go get', reorganize packages names and layout.

2015-05-13 Thread aconway
// HandleEvent is called with an event. + // Typically HandleEvent() is implemented as a switch on e.Type() + HandleEvent(e Event) error +} + +// cHandler wraps a C pn_handler_t +type cHandler struct { + pn *C.pn_handler_t +} + +func (h cHandler) HandleEvent(e Event) error { + C.pn_

[5/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
the underlying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for

[3/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
@@ -0,0 +1 @@ +/home/aconway/proton/go \ No newline at end of file diff --git a/proton-c/bindings/go/README.md b/proton-c/bindings/go/README.md deleted file mode 100644 index 397016c..000 --- a/proton-c/bindings/go/README.md +++ /dev/null @@ -1,139 +0,0 @@ -# *EXPERIMENTAL* Go binding for

[1/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
attempting to get incomplete message") - } - data := make([]byte, delivery.Pending()) - result := delivery.Link().Recv(data) - if result != len(data) { - return nil, internal.Errorf("cannot receive message: %s", internal.PnErrorCode(result)) -

[7/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
PROTON-827: Switch go directory and symlink locations, problems with some go tools. godoc and godep don't work well with the symlink. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3045e3eb Tree: http://git-wip-

[2/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not very intuitive. http://git

[4/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
len(data) { + return nil, internal.Errorf("cannot receive message: %s", internal.PnErrorCode(result)) + } + return amqp.DecodeMessage(data) +} + +// FIXME aconway 2015-04-08: proper handling of delivery tags. Tag counter per link. +var tags amqp.UidCounter +

[6/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
the underlying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for the package comment. + +// FIXME aconway 2015-04-28: nee

qpid-proton git commit: PROTON-827: Fix link in bindings/go/README.md for changed branch go -> go1

2015-05-14 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master d4437729d -> 145c017d2 PROTON-827: Fix link in bindings/go/README.md for changed branch go -> go1 'go get' tool will pull go1 instead of master if it exists, so this works better. Project: http://git-wip-us.apache.org/repos/asf/qpi

[5/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
the underlying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for

[7/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
PROTON-827: Switch go directory and symlink locations, problems with some go tools. godoc and godep don't work well with the symlink. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4dc4cb39 Tree: http://git-wip-

[4/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
len(data) { + return nil, internal.Errorf("cannot receive message: %s", internal.PnErrorCode(result)) + } + return amqp.DecodeMessage(data) +} + +// FIXME aconway 2015-04-08: proper handling of delivery tags. Tag counter per link. +var tags amqp.UidCounter +

[2/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not very intuitive. http://git

[3/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
standard for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not very intuitive

[6/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
the underlying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for the package comment. + +// FIXME aconway 2015-04-28: nee

[1/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
ode(result)) - } - return amqp.DecodeMessage(data) -} - -// FIXME aconway 2015-04-08: proper handling of delivery tags. Tag counter per link. -var tags amqp.UidCounter - -// Send sends a amqp.Message over a Link. -// Returns a Delivery that can be use to determine the outcome of the m

[3/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
standard for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not very intuitive

[5/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
the underlying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for

[7/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
PROTON-827: Switch go directory and symlink locations, problems with some go tools. godoc and godep don't work well with the symlink. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ac6f8243 Tree: http://git-wip-

[1/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
ode(result)) - } - return amqp.DecodeMessage(data) -} - -// FIXME aconway 2015-04-08: proper handling of delivery tags. Tag counter per link. -var tags amqp.UidCounter - -// Send sends a amqp.Message over a Link. -// Returns a Delivery that can be use to determine the outcome of the m

[4/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
len(data) { + return nil, internal.Errorf("cannot receive message: %s", internal.PnErrorCode(result)) + } + return amqp.DecodeMessage(data) +} + +// FIXME aconway 2015-04-08: proper handling of delivery tags. Tag counter per link. +var tags amqp.UidCounter +

[6/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
ying proton C engine. + +AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> +*/ +package amqp + +// #cgo LDFLAGS: -lqpid-proton +import "C" + +// This file is just for the package comment. + +// FIXME aconway 2015-04-28: need to re-organize the p

[2/7] qpid-proton git commit: PROTON-827: Switch go directory and symlink locations, problems with some go tools.

2015-05-14 Thread aconway
for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not very intuitive. http://git

svn commit: r1680422 - in /qpid/trunk/qpid/cpp/src/tests: ha_tests.py interop_tests.py

2015-05-19 Thread aconway
Author: aconway Date: Tue May 19 23:27:36 2015 New Revision: 1680422 URL: http://svn.apache.org/r1680422 Log: NO-JIRA: Fix test bugs in ha_tests and interop_test Race conditions in ha_tests. Typo in skip logic for interop_test when recent proton not available. Modified: qpid/trunk/qpid/cpp

svn commit: r1680552 - /qpid/trunk/qpid/cpp/etc/qpidd.in

2015-05-20 Thread aconway
Author: aconway Date: Wed May 20 12:59:52 2015 New Revision: 1680552 URL: http://svn.apache.org/r1680552 Log: QPID-6549: `service qpidd status` returns 1 - hidden error is "ConnectionError: connection-forced: Connection must be encrypted.(320)" The qpidd init script uses qpid-ha to

svn commit: r1680550 - in /qpid/trunk/qpid/cpp: etc/qpidd.in src/posix/QpiddBroker.cpp

2015-05-20 Thread aconway
Author: aconway Date: Wed May 20 12:59:46 2015 New Revision: 1680550 URL: http://svn.apache.org/r1680550 Log: QPID-6548: SYSV init scripts do not work properly wiht SSL-only broker. Previously the broker was writing a PID file with the port number as a suffix. This was confusing the tools when

[13/24] qpid-proton git commit: NO-JIRA: Update Windows CI badge to only report master branch

2015-05-22 Thread aconway
NO-JIRA: Update Windows CI badge to only report master branch Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1e4042ab Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1e4042ab Diff: http://git-wip-us.

[11/24] qpid-proton git commit: PROTON-827: Fix link in bindings/go/README.md for changed branch go -> go1

2015-05-22 Thread aconway
PROTON-827: Fix link in bindings/go/README.md for changed branch go -> go1 'go get' tool will pull go1 instead of master if it exists, so this works better. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/145c017

[05/24] qpid-proton git commit: Add travis-ci build status badge to README

2015-05-22 Thread aconway
Add travis-ci build status badge to README Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3a340664 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3a340664 Diff: http://git-wip-us.apache.org/repos/as

[03/24] qpid-proton git commit: Add testresults to .gitignore

2015-05-22 Thread aconway
Add testresults to .gitignore Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/96fdc65c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/96fdc65c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton

[07/24] qpid-proton git commit: NO-JIRA: updated go README for change of branch.

2015-05-22 Thread aconway
NO-JIRA: updated go README for change of branch. Using go1 instead of go, go get will download from this branch. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d5bd60d9 Tree: http://git-wip-us.apache.org/repos/as

[02/24] qpid-proton git commit: PROTON-827: Moved go binding work to branch `go`

2015-05-22 Thread aconway
100644 index 96dc92f..000 --- a/proton-c/bindings/go/WARNING_EXPERIMENTAL +++ /dev/null @@ -1 +0,0 @@ -See README.md http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/132820cb/proton-c/bindings/go/src/Makefile ------ diff --git a/proton-c/bindings/

[23/24] qpid-proton git commit: PROTON-883: Fixed using a pointer value as a size - It's not clear to me how the warning message this caused went ignored - It's also not clear to me why this error pas

2015-05-22 Thread aconway
PROTON-883: Fixed using a pointer value as a size - It's not clear to me how the warning message this caused went ignored - It's also not clear to me why this error passed the tests without crashing, probably the ruby tests need improving. Project: http://git-wip-us.apache.org/repos/asf/qpid-pr

[22/24] qpid-proton git commit: PROTON-885: add manifest, move license file into setuputils

2015-05-22 Thread aconway
PROTON-885: add manifest, move license file into setuputils Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c1f9ed41 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c1f9ed41 Diff: http://git-wip-us.ap

[19/24] qpid-proton git commit: PROTON-883: Wrap pn_transport_peek for Ruby.

2015-05-22 Thread aconway
PROTON-883: Wrap pn_transport_peek for Ruby. Returns an array consisting of the number of bytes returned an a String packed with the bytes in the buffer. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/585b306b Tr

[21/24] qpid-proton git commit: Merge branch 'PROTON-885-flaper87' into PROTON-885

2015-05-22 Thread aconway
Merge branch 'PROTON-885-flaper87' into PROTON-885 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d98fa576 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d98fa576 Diff: http://git-wip-us.apache.org/

[12/24] qpid-proton git commit: NO-JIRA: Add Windows CI build badge to README.md

2015-05-22 Thread aconway
NO-JIRA: Add Windows CI build badge to README.md Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0aa85920 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0aa85920 Diff: http://git-wip-us.apache.org/re

[16/24] qpid-proton git commit: PROTON-861: add dummy impl method to ssl stub

2015-05-22 Thread aconway
PROTON-861: add dummy impl method to ssl stub Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/37fc7be5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/37fc7be5 Diff: http://git-wip-us.apache.org/repos

[10/24] qpid-proton git commit: Allow setup.py for bundling proton

2015-05-22 Thread aconway
Allow setup.py for bundling proton As of now, it's not possible to install python-qpid-proton if libqpid-proton is not present in the system. To be more precises, it's possible to build python-qpid-proton using cmake, upload it and beg to the gods of OPs that the required (and correct) shared libr

[06/24] qpid-proton git commit: NO-JIRA: Added Appveyor CI build instructions (Windows CI)

2015-05-22 Thread aconway
NO-JIRA: Added Appveyor CI build instructions (Windows CI) Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/57414346 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/57414346 Diff: http://git-wip-us.apa

[14/24] qpid-proton git commit: PROTON-861: expose the subject from peer certificate

2015-05-22 Thread aconway
PROTON-861: expose the subject from peer certificate Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/894a463b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/894a463b Diff: http://git-wip-us.apache.or

[18/24] qpid-proton git commit: PROTON-885: update the top-level license file

2015-05-22 Thread aconway
PROTON-885: update the top-level license file Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/59afc558 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/59afc558 Diff: http://git-wip-us.apache.org/repos

[09/24] qpid-proton git commit: PROTON-860: store ssl_domain pointer as PN_VOID

2015-05-22 Thread aconway
PROTON-860: store ssl_domain pointer as PN_VOID Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d4437729 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d4437729 Diff: http://git-wip-us.apache.org/rep

[04/24] qpid-proton git commit: Add valgrind to travis yml

2015-05-22 Thread aconway
Add valgrind to travis yml Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c476cdb9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c476cdb9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/di

[17/24] qpid-proton git commit: PROTON-861: PROTON-887: add dummy impl method to schannel impl

2015-05-22 Thread aconway
PROTON-861: PROTON-887: add dummy impl method to schannel impl Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ff159e81 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ff159e81 Diff: http://git-wip-us

[15/24] qpid-proton git commit: NO-JIRA: Make Windows CI link go to master branch too

2015-05-22 Thread aconway
NO-JIRA: Make Windows CI link go to master branch too Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cb6c172f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cb6c172f Diff: http://git-wip-us.apache.o

[08/24] qpid-proton git commit: PROTON-860: allow acceptor to be configured for ssl

2015-05-22 Thread aconway
PROTON-860: allow acceptor to be configured for ssl Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/995e00d7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/995e00d7 Diff: http://git-wip-us.apache.org

[20/24] qpid-proton git commit: Merge pull request #1 from kgiusti/PROTON-885-flaper87

2015-05-22 Thread aconway
Merge pull request #1 from kgiusti/PROTON-885-flaper87 PROTON-885: update the top-level license file Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/786ba2ad Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton

[24/24] qpid-proton git commit: PROTON-827: Merge branch 'master' into go1

2015-05-22 Thread aconway
PROTON-827: Merge branch 'master' into go1 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4f6389ac Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4f6389ac Diff: http://git-wip-us.apache.org/repos/as

[01/24] qpid-proton git commit: PROTON-827: Moved go binding work to branch `go`

2015-05-22 Thread aconway
int32(2): "two", int32(3): "three"}, &i) - - d = NewDecoder(getReader("maps")) - // Specific typed map - var m2 map[string]int - assertDecode(d, map[string]int{"one": 1, "two": 2, "three": 3}, &m2) - -

[6/8] qpid-proton git commit: PROTON-827: Re-create go worspace, cmake support for testing.

2015-05-22 Thread aconway
ying proton C engine. - -AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the packa

[8/8] qpid-proton git commit: PROTON-827: Restore genwrap.go generator deleted in error, update for package name changes.

2015-05-22 Thread aconway
PROTON-827: Restore genwrap.go generator deleted in error, update for package name changes. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5ea911e3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5e

[5/8] qpid-proton git commit: PROTON-827: Re-create go worspace, cmake support for testing.

2015-05-22 Thread aconway
AMQP is an open standard for inter-operable message exchange, see <http://www.amqp.org/> -*/ -package amqp - -// #cgo LDFLAGS: -lqpid-proton -import "C" - -// This file is just for the package comment. - -// FIXME aconway 2015-04-28: need to re-organize the package, it's not ve

[2/8] qpid-proton git commit: PROTON-827: Re-create go worspace, cmake support for testing.

2015-05-22 Thread aconway
cense. +# + +# FIXME aconway 2015-05-20: install targets for go source. + +set(GO_BUILD_FLAGS "" CACHE STRING "Flags for 'go build'") +set(GO_TEST_FLAGS "-v" CACHE STRING "Flags for 'go test'") + +separate_arguments(GO_BUILD_FL

[1/8] qpid-proton git commit: PROTON-827: Re-create go worspace, cmake support for testing.

2015-05-22 Thread aconway
pn_handler_dispatch(h.pn, e.pn, C.pn_event_type(e.pn)) + return nil // FIXME aconway 2015-03-31: error handling +} + +// MessagingHandler provides an alternative interface to EventHandler. +// it is easier to use for most applications that send and receive messages. +// +// Implement

[7/8] qpid-proton git commit: PROTON-827: Re-create go worspace, cmake support for testing.

2015-05-22 Thread aconway
ANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +# FIXME aconway 2015-05-20: +# - use proton build for Go includes & libs. +# - pre-build go libraries? Respect us

<    3   4   5   6   7   8   9   10   11   12   >