summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up qmf agent example codeTed Ross2008-09-192-7/+7
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-153-14/+14
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-2/+2
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-091-1/+1
* QPID-1274 - Improved packaging for management agent and code generation toolTed Ross2008-09-051-5/+3
* QPID-1174 Updates to the management frameworkTed Ross2008-09-032-3/+23
* Update & correct some of the notes included with the release.Gordon Sim2008-08-221-16/+104
* Added some extra info to example doc for xml exchange.Gordon Sim2008-08-111-0/+5
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-312-18/+94
* Exclude core verify script from verifications run when python examples cannot...Gordon Sim2008-07-251-1/+1
* QPID-1170 - Removed spurious include from exampleTed Ross2008-07-161-1/+0
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-1/+2
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-113-0/+239
* * remove generated Makefile from svnGordon Sim2008-06-252-551/+3
* Fix path problems in examples make checkAlan Conway2008-06-233-3/+9
* Fix build problems in examples on older automakesAlan Conway2008-06-233-9/+551
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-2054-246/+217
* Improvements to comment clarity.Alan Conway2008-06-123-3/+3
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-096-136/+77
* disable use of module-dir when running examplesGordon Sim2008-06-021-1/+1
* Add short sleep before killing python server to ensure it has had a chance to...Gordon Sim2008-05-301-0/+1
* Use symbolic constants for message flow values.Alan Conway2008-05-272-5/+4
* Corrected examples for new session API.Alan Conway2008-05-266-2/+6
* Changes to Session API:Alan Conway2008-05-2612-25/+32
* Fix compile error in examples.Alan Conway2008-05-262-2/+2
* QPID-1034 by Senaka FernandoCarl C. Trieloff2008-05-161-0/+26
* - Enable python tets and examples in make rpmbuild.Alan Conway2008-05-151-4/+2
* Fix example check in rpmbuild.Alan Conway2008-05-142-8/+7
* Exclude XML example if XML not enabled.Alan Conway2008-05-141-1/+1
* Exclude XML example checks if XML support is not available.Alan Conway2008-05-142-18/+21
* Fix typo in examples.Alan Conway2008-05-131-3/+3
* QPID-1044: Part of patch from Jonathan Robie + changes to verify scripts to k...Gordon Sim2008-05-129-86/+90
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-066-4/+314
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-011-1/+1
* QPID-966: applied patch from rajith; altered to use uuid as session name; upd...Gordon Sim2008-05-0110-13/+13
* QPID-971 - Senaka Fernando, I also edited the README in a few places.Carl C. Trieloff2008-04-282-0/+128
* Fix building examples when using a VPATH buildAndrew Stitcher2008-04-251-1/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-205-11/+13
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-2/+5
* Fix verify script problemAlan Conway2008-02-213-15/+93
* Update examples with ASYNC mode to newSessionAlan Conway2008-02-209-9/+9
* Fixed race condition in the examples: when a listener program printsAlan Conway2008-02-182-36/+43
* Fix problem with verify script in ../../bin.Alan Conway2008-02-181-1/+2
* Added sleep to verify script to avoid startup races.Alan Conway2008-02-181-1/+3
* Updated c++ and python fanout examples and verify scripts.Alan Conway2008-02-1510-109/+106
* Fix verify error in Makefile.amAlan Conway2008-02-122-2/+5
* Create a tar file of verify scripts suitable for untarring into and installed...Alan Conway2008-02-123-88/+12
* cpp/examples/direct, fanout: Converted listener.cpp to SubscriptionManager.Alan Conway2008-02-0828-214/+265
* Added verify scripts to run mixed python/cpp examples.Alan Conway2008-02-0816-15/+214
* Refactored verify scripts, added verify for python Examples.Alan Conway2008-02-086-93/+31