summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Add retry capability to several cpg calls.Michael Goulish2009-12-112-3/+96
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-116-143/+9
* QPID-2216: correct option name in log message for ssl plugin.Gordon Sim2009-12-101-1/+1
* QPID-2256: Removed an unnecessary lock that was causing deadlock due to lock ...Andrew Stitcher2009-12-101-4/+0
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* QPID-2214: Opening and closing client connections causes memory use to grow u...Andrew Stitcher2009-12-072-27/+63
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* Add comments to start(); resolves QPID-1899Stephen D. Huston2009-12-021-1/+17
* Make cluster update work out of the box without special authentication options.Alan Conway2009-12-012-4/+4
* Remove a hardwired reference to nss include directory to allow debian buildAndrew Stitcher2009-11-301-2/+2
* Improved documentation for PlugIn::initOrder.Alan Conway2009-11-301-2/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-264-24/+54
* Consistency checks for persistent cluster startup.Alan Conway2009-11-256-28/+53
* Updated qpid version to 0.6Andrew Stitcher2009-11-251-1/+1
* Export the initOrder() method; fixes QPID-2217Stephen D. Huston2009-11-251-1/+1
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-244-41/+49
* Support for restarting a persistent cluster.Alan Conway2009-11-2415-100/+372
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-236-7/+14
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-234-25/+23
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-205-8/+0
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* 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-192-33/+62
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-31/+80
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
* Added getStoreDir() to MessageStoreAlan Conway2009-11-195-0/+8
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-193-3/+8
* 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-185-14/+13
* QPID-2188: Fixed typo in log messagesGordon Sim2009-11-182-2/+2
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-184-5/+9
* 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-1713-135/+264
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-177-14/+207
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-1712-5/+40
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-174-11/+38
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-172-2/+25
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-1710-2/+50
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-165-38/+15
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-17/+52
* 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-168-108/+3
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-126-13/+95
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1115-353/+843