summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Resolve QPID-1309Stephen D. Huston2008-10-021-4/+5
* Handle case where first message in 'ring queue' would exceed limit.Gordon Sim2008-09-301-0/+7
* This is for QPID-1297.Rajith Muditha Attapattu2008-09-305-15/+35
* QPID-1306Carl C. Trieloff2008-09-301-11/+3
* QPID-1306Carl C. Trieloff2008-09-306-43/+122
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-267-15/+13
* 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
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-25/+9
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-242-1/+7
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* QPID-1290 - Patch from William HenryTed Ross2008-09-234-3/+54
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-0/+12
* Keep same default policy as before.Gordon Sim2008-09-221-1/+1
* 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-212-11/+28
* Clean up unused members/testsAlan Conway2008-09-193-4/+0
* Dump shared state to new cluster members.Alan Conway2008-09-181-2/+3
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1524-72/+88
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-152-4/+5
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-2/+0
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-1015-28/+23
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-108-69/+114
* Fixed fedora-9 build problemTed Ross2008-09-091-1/+1
* 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-092-14/+15
* 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-088-119/+100
* Added default return values to satisfy a pedantic compiler (Fedora 9)Ted Ross2008-09-031-0/+4
* QPID-1174 Updates to the management frameworkTed Ross2008-09-036-13/+34
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-022-27/+204
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-296-34/+25
* Pre-buffering output strategy for cluster.Alan Conway2008-08-212-10/+11
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-202-40/+1
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-112-0/+4
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-073-8/+32
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-066-2/+20
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-062-2/+2
* Added actions for ACL on mgnt actionsCarl C. Trieloff2008-08-051-2/+2
* Fix Cluster::send encode race.Alan Conway2008-08-051-1/+1
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-052-2/+5
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-051-1/+1
* QPID-1214 - Committed William's patchTed Ross2008-08-052-6/+22
* Removed typedefs which were generating ignored warnings on gcc 4.3 compiler.Kim van der Riet2008-08-011-3/+3
* - Add support for ACL on message transferCarl C. Trieloff2008-08-014-6/+20
* another missing fileCarl C. Trieloff2008-07-311-0/+57
* small cleanupCarl C. Trieloff2008-07-311-1/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-313-21/+134
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-311-2/+1