summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-1817-146/+267
* 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
* - 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-166-112/+127
* Simplified cluster updates.Alan Conway2008-09-167-469/+96
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-1513-279/+466
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1531-123/+139
* - 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
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-1221-99/+668
* Added in header file missing from ditributionAndrew Stitcher2008-09-111-0/+1
* fix warningsCarl C. Trieloff2008-09-111-2/+2
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-1116-103/+151
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-1113-288/+1521
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-1114-174/+341
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-1017-35/+35
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-1025-99/+528
* Fixed fedora-9 build problemTed Ross2008-09-091-1/+1
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-093-33/+51
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-098-125/+166
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-096-29/+33
* Fixes to xml exchange:Gordon Sim2008-09-083-81/+91
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-0811-130/+238
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-066-33/+76
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-067-36/+62
* Fixes to distributed test scripts.Alan Conway2008-09-052-10/+16
* Fixed cluster membership notification.Alan Conway2008-09-0514-100/+344