summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Consistency checks for persistent cluster startup.Alan Conway2009-11-257-42/+88
* Change java and python package versions to 0.6Andrew Stitcher2009-11-251-1/+1
* Fixed cluster build for recent cluster changesAndrew Stitcher2009-11-251-0/+2
* 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-247-66/+83
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-2/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-2422-160/+616
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-237-7/+41
* 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-206-10/+0
* Changes to hopefully address a sporadic test failure. Couldn't reproduce so n...Alan Conway2009-11-201-8/+5
* Fix race in the test: wait for both brokers to be ready before killing one.Alan Conway2009-11-201-0/+1
* Fix distcheck failure: don't try to run python tests if python not available.Alan Conway2009-11-201-3/+6
* Added test_env.sh script to distributed file listGordon Sim2009-11-201-1/+2
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-2028-12618/+28
* 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-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-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-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-1716-147/+305
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-1712-23/+365
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-1713-6/+54
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-175-12/+51
* 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-1711-2/+79
* 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-166-44/+15
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-163-35/+70
* 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-1610-166/+3
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57