summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-192-9/+94
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-193-44/+73
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-192-31/+82
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
* Cleaned up test environment script.Alan Conway2009-11-192-18/+55
* Added getStoreDir() to MessageStoreAlan Conway2009-11-196-0/+10
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-198-6/+335
* Change content type for map and list messages to align with python client.Gordon Sim2009-11-191-2/+2
* Added cluster option --cluster-size.Alan Conway2009-11-188-30/+77
* Silence expected warning from cluster tests.Alan Conway2009-11-181-1/+1
* QPID-2188: Fixed typo in log messagesGordon Sim2009-11-182-2/+2
* Updated cluster cmake build for recent changesAndrew Stitcher2009-11-181-0/+4
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-184-5/+9
* Fix the files to compile for SolarisAndrew Stitcher2009-11-181-3/+9
* Add compile options for SunPro compiler and rearrange setting warnings for GCCAndrew Stitcher2009-11-181-5/+16
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-175-1/+40
* Added missing #include <algorithm>Alan Conway2009-11-171-0/+1
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-1717-150/+308
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-1713-23/+377
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-1716-7/+73
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-176-13/+53
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-173-6/+25
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-1714-3/+116
* The cmake build should work for any Unix this is not Linux specificAndrew Stitcher2009-11-171-2/+2
* Make the unix config files install in the install prefix not absolute /etcAndrew Stitcher2009-11-172-9/+1
* Bring cluster module cmake build back up to date nad make it link as wellAndrew Stitcher2009-11-171-1/+7
* Make cluster/ssl/rdma/xml modules install correctlyAndrew Stitcher2009-11-174-2/+31
* Use portable sleep callStephen D. Huston2009-11-161-1/+2
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-167-54/+15
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
* QPID-664: Fix client example to include new delimiter in addressGordon Sim2009-11-161-1/+1
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-165-37/+72
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-161-6/+5
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-1617-397/+20
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57
* Fix verify to run c++ and mixed c++/python examples.Alan Conway2009-11-131-1/+1
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-2/+2
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
* Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DI...Stephen D. Huston2009-11-134-8/+20
* Add new vcproj files for the messaging examples; these go in the Windows inst...Stephen D. Huston2009-11-1310-0/+4110
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-1330-395/+977
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-127-799/+1
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* QPID-2179 - example qmf-agent occasionally crashes on shutdownTed Ross2009-11-121-3/+7
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-128-15/+120
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-112-2/+2
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1