summaryrefslogtreecommitdiff
path: root/cpp/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable QPID_DATA_DIR for verify tests.Alan Conway2008-02-071-1/+1
* Fix error in script - not passing $ARGS to background processes.Alan Conway2008-01-241-4/+8
* verify: kill any stray child processes on exit.Alan Conway2008-01-231-0/+3
* Fixed bug in verify - was not properly killing ./server process inAlan Conway2008-01-235-51/+45
* examples/Makefile.am:Alan Conway2008-01-233-2/+8
* Take space out the queue name as it currently upsets the java client when use...Gordon Sim2008-01-232-7/+7
* Add optional host, port arguments to all example clients.Alan Conway2008-01-1814-45/+59
* Use amq.direct in reply to (as queue is bound to that exchange anyway)Gordon Sim2008-01-171-1/+1
* examples/Makefile.am: Fixed build failures.Alan Conway2007-12-145-429/+13
* verify: starts its own broker when run in build.Alan Conway2007-12-144-180/+12
* From: Jonathan Robie <jrobie@redhat.com>Alan Conway2007-12-1415-62/+448
* examples/verify: Modified so it can be run in a checkout or in an installation.Alan Conway2007-12-131-5/+6
* Make sure abs_srcdir is defined (for older automake versions)Alan Conway2007-12-101-0/+3
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-071-1/+1
* examples/verifyAlan Conway2007-12-077-50/+208
* Remove reference to deleted fileGordon Sim2007-12-061-1/+0
* Fixed minor problems with example Makefiles.Alan Conway2007-12-055-120/+11
* Removed deleted programGordon Sim2007-12-051-1/+1
* Removed line for deleted file.Gordon Sim2007-12-051-1/+0
* Remove unnecessary file.Gordon Sim2007-12-052-131/+0
* examples/Makefile.am:Alan Conway2007-12-041-8/+6
* Package examples in rpm %doc directory.Alan Conway2007-11-0921-92/+36
* Functions for scripts that verify examples.Alan Conway2007-11-091-0/+50
* Makefile to build/distribute examples.Alan Conway2007-11-091-9/+13
* QPID-676: Jonathan Robie's C++ examples.Alan Conway2007-11-0919-110/+1618
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-021-52/+123
* Fixed stray #include QpidError.h missed in previous commit.Alan Conway2007-10-263-3/+3
* Renamed the following files for consistency:Alan Conway2007-09-253-9/+9
* - added sleep to waiting thread.Carl C. Trieloff2007-07-061-1/+1
* Examples update, exception handling.Alan Conway2007-06-133-3/+5
* Example updates from jrobie.Alan Conway2007-06-132-12/+10
* Initial examples directory with jrobies example programs and Makefile.am.Alan Conway2007-06-124-0/+278