summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* Call updateMemberStats for the first member of the cluster.Alan Conway2008-09-261-0/+1
* Bugfix, tests were crashing.Alan Conway2008-09-261-15/+16
* cluster:]Alan Conway2008-09-268-104/+70
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-2614-29/+32
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-256-20/+54
* Fixed incorrect exception message.Alan Conway2008-09-251-3/+2
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-258-57/+69
* Enabled management, add cluster shutdown command.Alan Conway2008-09-2512-122/+95
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-2422-154/+316
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* Removed the state lock from the RdmaIO codeAndrew Stitcher2008-09-233-96/+129
* QPID-1290 - Patch from William HenryTed Ross2008-09-234-3/+54
* Batch writing of outgoing messages (up to one buffers worth)Gordon Sim2008-09-231-4/+5
* Additional policy testGordon Sim2008-09-231-0/+23
* Add initialization for properties not in the constructor argumentsTed Ross2008-09-222-3/+10
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-229-30/+68
* Keep same default policy as before.Gordon Sim2008-09-221-1/+1
* Added needed includes for generated Arg*.h filesTed Ross2008-09-221-0/+2
* Removed redundant code.Alan Conway2008-09-226-87/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-2110-155/+461
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-2121-117/+262
* Support floats and doubles in field tables.Gordon Sim2008-09-195-1/+95
* Cleaned up qmf agent example codeTed Ross2008-09-192-7/+7
* correction to last commitCarl C. Trieloff2008-09-191-2/+2
* - fix 'all' user rules to match if not in user db.Carl C. Trieloff2008-09-192-0/+5
* Return success indicator for getTable/getArray, cleanup implementation a little.Gordon Sim2008-09-193-23/+20
* Added ability to have '@' char in ACL nameKim van der Riet2008-09-191-1/+1
* RDMA bugfixes:Andrew Stitcher2008-09-194-31/+54
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-195-55/+170
* Clean up unused members/testsAlan Conway2008-09-196-127/+8
* Dump shared state to new cluster members.Alan Conway2008-09-1818-147/+270
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-1820-168/+546
* - added member statsCarl C. Trieloff2008-09-173-9/+23
* Backed out makefile-dependency changes. They break vpath buildsTed Ross2008-09-172-12/+8
* Removed some dead codeTed Ross2008-09-171-6/+1
* Added missing Makefile dependencies for ACL and Cluster schema filesTed Ross2008-09-172-8/+17
* - wire in more cluster statsCarl C. Trieloff2008-09-172-2/+16
* - implement mgnt clusternode stopCarl C. Trieloff2008-09-161-2/+3
* - add mgnt schema for clusterCarl C. Trieloff2008-09-164-2/+114
* Fix race in cluster join protocol.Alan Conway2008-09-167-115/+133
* Simplified cluster updates.Alan Conway2008-09-169-488/+103
* An improved way of dealing with installed headersTed Ross2008-09-152-5/+21
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-1514-281/+476
* Fixed a bug affecting 'make install' for generated qmf headersTed Ross2008-09-151-2/+2
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1543-206/+279
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-152-4/+5
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-125-43/+64
* QPID-106Carl C. Trieloff2008-09-123-8/+66
* Corrected warning for unsignedCarl C. Trieloff2008-09-122-33/+33