Author: mgoulish
Date: Fri Oct 29 18:51:11 2010
New Revision: 1028878
URL: http://svn.apache.org/viewvc?rev=1028878&view=rev
Log:
Prevent sasl_fed from blowing up in a distro, or "make distcheck",
by bailing out if the python tools that it needs are absent.
Modified:
qpid/trunk/qpid/cpp/src/t
Author: jonathan
Date: Fri Oct 29 17:26:05 2010
New Revision: 1028860
URL: http://svn.apache.org/viewvc?rev=1028860&view=rev
Log:
Corrects AddressParser to use typed simple values.
Adds Variant::fromString().
Resolves QPID-2896 and QPID-2908.
Modified:
qpid/trunk/qpid/cpp/include/qpid/type
Author: chug
Date: Fri Oct 29 17:23:49 2010
New Revision: 1028859
URL: http://svn.apache.org/viewvc?rev=1028859&view=rev
Log:
QPID-2807 More flexible acknowledgement
The message-level Acknowledge in Cpp was not reflected in the .NET Messaging
binding.
This commit adds the ack to the code and to
Author: shuston
Date: Fri Oct 29 16:58:59 2010
New Revision: 1028840
URL: http://svn.apache.org/viewvc?rev=1028840&view=rev
Log:
Since LSNs are used as persistence IDs and ID 0 usually means "not persisted",
ensure that no log record that's used gets written at LSN 0.
Add stub for loadContent().
Author: kgiusti
Date: Fri Oct 29 16:07:38 2010
New Revision: 1028819
URL: http://svn.apache.org/viewvc?rev=1028819&view=rev
Log:
QPID-2782: enhance the console's ability to selectively filter unsolicited
events.
Modified:
qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py
Modified: qpid/trunk
Author: kgiusti
Date: Fri Oct 29 15:51:02 2010
New Revision: 1028812
URL: http://svn.apache.org/viewvc?rev=1028812&view=rev
Log:
QPID-2916: fix QMF test that was sending a sstr > 255 bytes long.
Modified:
qpid/trunk/qpid/cpp/bindings/qmf/tests/ruby_console_test.rb
Modified: qpid/trunk/qpid/c
Author: chug
Date: Fri Oct 29 15:18:51 2010
New Revision: 1028801
URL: http://svn.apache.org/viewvc?rev=1028801&view=rev
Log:
Use updated syntax in .NET example.
Show .NET VAR_VOID-to-nullptr type mapping.
Add C++ Message.setProperty() method to function mapping table.
Modified:
qpid/trunk/qp
Author: shuston
Date: Fri Oct 29 14:03:08 2010
New Revision: 1028752
URL: http://svn.apache.org/viewvc?rev=1028752&view=rev
Log:
Add missing hello_world and hello_xml examples. Resolves QPID-2919.
Modified:
qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/e