summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-291-1/+2
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-298-14/+14
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-295-9/+9
* Remove unused Module.h header file.Gordon Sim2008-07-281-2/+0
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-255-34/+62
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-251-2/+3
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-244-10/+23
* Enable dequeue for prototype clusterAlan Conway2008-07-173-6/+14
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-176-46/+35
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-1610-24/+23
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-156-16/+18