svn commit: r1027879 - in /qpid/trunk/qpid/cpp: etc/selinux/Makefile examples/makedist.mk examples/messaging/extra_dist/Makefile examples/messaging/hello_world.cpp examples/messaging/hello_xml.cpp rub

2010-10-27 Thread gsim
Author: gsim Date: Wed Oct 27 09:44:57 2010 New Revision: 1027879 URL: http://svn.apache.org/viewvc?rev=1027879view=rev Log: Added some missing licenses; added FedOps.h to distribution list Removed: qpid/trunk/qpid/cpp/rubygen/framing.0-10/MethodHolder.rb Modified:

svn commit: r1027880 - /qpid/trunk/qpid/cpp/src/tests/sasl_test_setup.sh

2010-10-27 Thread gsim
Author: gsim Date: Wed Oct 27 09:46:31 2010 New Revision: 1027880 URL: http://svn.apache.org/viewvc?rev=1027880view=rev Log: Added another missing license Modified: qpid/trunk/qpid/cpp/src/tests/sasl_test_setup.sh Modified: qpid/trunk/qpid/cpp/src/tests/sasl_test_setup.sh URL:

svn commit: r1028055 - in /qpid/trunk/qpid: cpp/src/ cpp/src/qpid/broker/ cpp/src/qpid/cluster/ cpp/src/tests/ cpp/xml/ python/qpid/

2010-10-27 Thread aconway
Author: aconway Date: Wed Oct 27 18:01:27 2010 New Revision: 1028055 URL: http://svn.apache.org/viewvc?rev=1028055view=rev Log: Revert experimental cluster code, too close to 0.8 release. Reverts revisions: r1023966 Introduce broker::Cluster interface. r1024275 Fix compile error: outline

svn commit: r1028066 - in /qpid/trunk/qpid/cpp/src/qmf: AgentImpl.h ConsoleSession.cpp ConsoleSessionImpl.h

2010-10-27 Thread tross
Author: tross Date: Wed Oct 27 18:46:21 2010 New Revision: 1028066 URL: http://svn.apache.org/viewvc?rev=1028066view=rev Log: 1) Fix a bug where AGENT_RESTART is repeatedly reported when detected once. 2) ConsoleSession::getAgents now lists only agents in the agent-filter. If the connected

svn commit: r1028099 - in /qpid/trunk/qpid/cpp/bindings/qpid/dotnet: examples/csharp.map.sender/csharp.map.sender.cs src/Message.cpp src/QpidTypeCheck.h src/TypeTranslator.cpp

2010-10-27 Thread chug
Author: chug Date: Wed Oct 27 21:10:46 2010 New Revision: 1028099 URL: http://svn.apache.org/viewvc?rev=1028099view=rev Log: QPID-2915 Qpid Cpp Messaging .NET Binding does not properly handle Qpid type VAR_VOID * In C# map sender example, send null list and map values. * In Message ToString()

svn commit: r1028109 - /qpid/site/docs/people.html

2010-10-27 Thread robbie
Author: robbie Date: Wed Oct 27 21:41:29 2010 New Revision: 1028109 URL: http://svn.apache.org/viewvc?rev=1028109view=rev Log: Add Chuck Rolke to committers list on People page Modified: qpid/site/docs/people.html Modified: qpid/site/docs/people.html URL:

svn commit: r1028110 - /qpid/trunk/qpid/doc/website/content/people.html

2010-10-27 Thread robbie
Author: robbie Date: Wed Oct 27 21:42:07 2010 New Revision: 1028110 URL: http://svn.apache.org/viewvc?rev=1028110view=rev Log: Add Andrew kennedy and Chuck Rolke to committers list in source file for the People page Modified: qpid/trunk/qpid/doc/website/content/people.html Modified:

svn commit: r1028115 - in /qpid/trunk/qpid/doc/website: content/ example/ template/ tools/

2010-10-27 Thread robbie
Author: robbie Date: Wed Oct 27 21:54:08 2010 New Revision: 1028115 URL: http://svn.apache.org/viewvc?rev=1028115view=rev Log: Add ASF licence to website tools and content source files Modified: qpid/trunk/qpid/doc/website/content/.htaccess

svn commit: r1028156 - /qpid/trunk/qpid/python/qpid/brokertest.py

2010-10-27 Thread shuston
Author: shuston Date: Thu Oct 28 01:05:16 2010 New Revision: 1028156 URL: http://svn.apache.org/viewvc?rev=1028156view=rev Log: Ported to work on Windows; uses subprocess, not popen3. Resolves QPID-2492. Modified: qpid/trunk/qpid/python/qpid/brokertest.py Modified:

svn commit: r1028180 - in /qpid/trunk/qpid/cpp/src/tests: sasl.mk sasl_fed sasl_version.cpp

2010-10-27 Thread mgoulish
Author: mgoulish Date: Thu Oct 28 04:39:43 2010 New Revision: 1028180 URL: http://svn.apache.org/viewvc?rev=1028180view=rev Log: Add a small executable that prints out the sasl version number in integer form. Use it in the sasl_fed test to determine whether that test can run. Added: