summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-26143-3868/+7964
* 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
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* Allow for pluggable exchange types.Gordon Sim2008-07-092-6/+28
* Removed dead code.Alan Conway2008-07-092-15/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-089-151/+15
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-0824-184/+178
* Remove unused Serializer code.Alan Conway2008-07-081-1/+0
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-2/+12
* QPID-1148 - from Manuel TieraAlan Conway2008-07-081-53/+15
* * release message lock when notifying queue listenersGordon Sim2008-07-082-29/+53
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-071-0/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-047-2/+227
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-309-35/+30
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-12/+2
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-251-0/+1
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-236-48/+56
* Bring cluster code up to date.Alan Conway2008-06-186-44/+63
* Fix for broker wraparound problem.Alan Conway2008-06-131-4/+2
* Improved exception handling for commit.Gordon Sim2008-06-101-10/+18
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-0911-197/+22
* Missing lock in SessionManager::forget()Alan Conway2008-06-091-1/+4
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-1/+1
* Added mutexes back in to protect management counts from corruptionTed Ross2008-06-061-2/+9