summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-289-0/+180
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-2113-72/+434
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-202-40/+1
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-191-1/+1
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-154-12/+30
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-122-22/+50
* Replace eventfd with more portable pipe implementation in PollableCondition.Alan Conway2008-08-122-2/+46
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-125-19/+269
* Added doxygen comments on using the Poller.Alan Conway2008-08-112-1/+47
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-119-36/+94
* Decouple the DispatchHandle from its clients by using aAndrew Stitcher2008-08-111-2/+24
* Check CPG flow control.Alan Conway2008-08-072-15/+47
* On broker shutdown, re-join the timer thread outside of a locked scope to pre...Ted Ross2008-08-071-15/+17
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-073-8/+32
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-0610-7/+43
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-063-95/+76
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-063-3/+2
* Added actions for ACL on mgnt actionsCarl C. Trieloff2008-08-052-2/+6
* Fix Cluster::send encode race.Alan Conway2008-08-054-10/+4
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-058-28/+37
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-053-24/+18
* Removed spurious printTed Ross2008-08-051-1/+0
* QPID-1214 - Committed William's patchTed Ross2008-08-052-6/+22
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* Initial framework for ACL readerKim van der Riet2008-08-015-4/+140
* QPID-1174 - Clean up agent objects when the remote agent disconnectsTed Ross2008-08-013-23/+57
* 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-016-14/+53
* Added signed integer datatypes for use in management schemasTed Ross2008-07-313-0/+44
* attempt to fix spec fileCarl C. Trieloff2008-07-311-1/+1
* header file fix fr buildCarl C. Trieloff2008-07-311-1/+3