summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant code.Alan Conway2008-09-225-86/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-218-121/+347
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-2120-100/+233
* Support floats and doubles in field tables.Gordon Sim2008-09-194-1/+60
* 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-194-55/+130
* Clean up unused members/testsAlan Conway2008-09-194-4/+8
* Dump shared state to new cluster members.Alan Conway2008-09-1816-67/+179
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-1818-166/+538
* - 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-163-1/+112
* Fix race in cluster join protocol.Alan Conway2008-09-165-109/+126
* Simplified cluster updates.Alan Conway2008-09-164-250/+94
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-159-165/+292
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1530-122/+138
* - 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-124-40/+60
* QPID-106Carl C. Trieloff2008-09-123-8/+66
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-1214-58/+361
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-1112-78/+94
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-1111-285/+1497
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-118-140/+301
* 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-1023-94/+441
* 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-092-31/+48
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-097-114/+155
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-096-29/+33
* Fixes to xml exchange:Gordon Sim2008-09-082-81/+61
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-089-119/+226
* 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-066-34/+59
* Fixed cluster membership notification.Alan Conway2008-09-059-56/+276
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-052-2/+17
* QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst...Carl C. Trieloff2008-09-043-6/+6
* 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-0315-174/+289
* Fix build error in cluster code.Alan Conway2008-09-032-2/+2
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-028-107/+980
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-2930-520/+644