summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-055-40/+79
* QPID-1274 - Improved packaging for management agent and code generation toolTed Ross2008-09-052-5/+34
* QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst...Carl C. Trieloff2008-09-043-6/+6
* Fix bug in computing min latency: 0 latencies not handled correctly.Alan Conway2008-09-041-3/+4
* Bugfixes:Gordon Sim2008-09-041-3/+3
* Cleaned up a warning on the Fedora 9 compilerTed Ross2008-09-041-1/+1
* Added default return values to satisfy a pedantic compiler (Fedora 9)Ted Ross2008-09-031-0/+4
* QPID-1174 Replaced copies with references (bugfix)Ted Ross2008-09-031-2/+2
* QPID-1174 Updates to the management frameworkTed Ross2008-09-0316-352/+875
* QPID-107, adding schema for managing ACL pluginCarl C. Trieloff2008-09-031-0/+31
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-0319-181/+304
* Fix build error in cluster code.Alan Conway2008-09-032-2/+2
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-029-110/+985
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-2933-531/+665
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2811-0/+217
* echotest: tab separated.Alan Conway2008-08-262-1/+44
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
* Test improvements.Alan Conway2008-08-264-26/+95
* Add licenseGordon Sim2008-08-261-0/+21
* Removed unused rpm targets and files.Alan Conway2008-08-262-0/+135
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-2119-85/+458
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-202-40/+1
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-192-1/+30
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28