| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cluster member stalling, cluster map updates and unit tests. | Alan Conway | 2008-09-15 | 9 | -165/+292 |
| * | QPID-1274 - Changed C++ namespace for generated management code. Improved ef... | Ted Ross | 2008-09-15 | 30 | -122/+138 |
| * | - removed cluster methods in mgnt, will add them to a new cluster object in | Carl C. Trieloff | 2008-09-15 | 2 | -4/+5 |
| * | Moved PollableCondition into sys/posix, posix only impl. | Alan Conway | 2008-09-12 | 4 | -40/+60 |
| * | QPID-106 | Carl C. Trieloff | 2008-09-12 | 3 | -8/+66 |
| * | Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. | Alan Conway | 2008-09-12 | 14 | -58/+361 |
| * | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss... | Alan Conway | 2008-09-11 | 12 | -78/+94 |
| * | Implementation of AMQP over RDMA protocols (Infiniband) | Andrew Stitcher | 2008-09-11 | 11 | -285/+1497 |
| * | Refactored c++ client library to allow multiple protocols to be | Andrew Stitcher | 2008-09-11 | 8 | -140/+301 |
| * | QPID-1279 Implementations of management methods can now return error strings ... | Ted Ross | 2008-09-10 | 17 | -35/+35 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 23 | -94/+441 |
| * | Fixed fedora-9 build problem | Ted Ross | 2008-09-09 | 1 | -1/+1 |
| * | QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _... | Ted Ross | 2008-09-09 | 2 | -31/+48 |
| * | QPID-1261: initial fix (this degrades performance for shared queues with more... | Gordon Sim | 2008-09-09 | 7 | -114/+155 |
| * | Generate c++ enum types for AMQP enums in framing/enum.h. | Alan Conway | 2008-09-09 | 6 | -29/+33 |
| * | Fixes to xml exchange: | Gordon Sim | 2008-09-08 | 2 | -81/+61 |
| * | QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema... | Gordon Sim | 2008-09-08 | 9 | -119/+226 |
| * | RefCountedBuffer improvements, centralize cluster encoding/decoding in Event. | Alan Conway | 2008-09-06 | 6 | -33/+76 |
| * | Queue cpg deliveries for execution in separate thread. | Alan Conway | 2008-09-06 | 6 | -34/+59 |
| * | Fixed cluster membership notification. | Alan Conway | 2008-09-05 | 9 | -56/+276 |
| * | src/qpid/client/SubscriptionManager.cpp: added start(). | Alan Conway | 2008-09-05 | 2 | -2/+17 |
| * | QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst... | Carl C. Trieloff | 2008-09-04 | 3 | -6/+6 |
| * | Cleaned up a warning on the Fedora 9 compiler | Ted Ross | 2008-09-04 | 1 | -1/+1 |
| * | Added default return values to satisfy a pedantic compiler (Fedora 9) | Ted Ross | 2008-09-03 | 1 | -0/+4 |
| * | QPID-1174 Replaced copies with references (bugfix) | Ted Ross | 2008-09-03 | 1 | -2/+2 |
| * | QPID-1174 Updates to the management framework | Ted Ross | 2008-09-03 | 16 | -352/+875 |
| * | QPID-107, adding schema for managing ACL plugin | Carl C. Trieloff | 2008-09-03 | 1 | -0/+31 |
| * | Cluster multicasts buffers rather than frames. | Alan Conway | 2008-09-03 | 15 | -174/+289 |
| * | Fix build error in cluster code. | Alan Conway | 2008-09-03 | 2 | -2/+2 |
| * | QPID-107 Implementation for ACL for C++ broker | Carl C. Trieloff | 2008-09-02 | 8 | -107/+980 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 30 | -520/+644 |
| * | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 9 | -0/+180 |
| * | Fix typo. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 13 | -72/+434 |
| * | Remove 'clever' locking as it actually degrades performance. | Gordon Sim | 2008-08-20 | 2 | -40/+1 |
| * | Missing DTX recover code for --dtx mode in txtest | Kim van der Riet | 2008-08-19 | 1 | -1/+1 |
| * | Fix memory leak in Cluster and enable valgrind in ais_check | Alan Conway | 2008-08-15 | 4 | -12/+30 |
| * | Queue cluster send frames, do cpg_mcast in separate thread, batching if possi... | Alan Conway | 2008-08-12 | 2 | -22/+50 |
| * | Replace eventfd with more portable pipe implementation in PollableCondition. | Alan Conway | 2008-08-12 | 2 | -2/+46 |
| * | Move frame processing out of CPG dispatch queue for cluster. | Alan Conway | 2008-08-12 | 5 | -19/+269 |
| * | Added doxygen comments on using the Poller. | Alan Conway | 2008-08-11 | 2 | -1/+47 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 9 | -36/+94 |
| * | Decouple the DispatchHandle from its clients by using a | Andrew Stitcher | 2008-08-11 | 1 | -2/+24 |
| * | Check CPG flow control. | Alan Conway | 2008-08-07 | 2 | -15/+47 |
| * | On broker shutdown, re-join the timer thread outside of a locked scope to pre... | Ted Ross | 2008-08-07 | 1 | -15/+17 |
| * | Patch from Gordon Sim to fix issues with hasOutput implementation. | Alan Conway | 2008-08-07 | 3 | -8/+32 |
| * | - Added OutputTask::hasOutput() test. | Alan Conway | 2008-08-06 | 10 | -7/+43 |
| * | Refactor Thread platform code so that the implementation is completely | Andrew Stitcher | 2008-08-06 | 3 | -95/+76 |
| * | correct action on purge & remove ROUTINGKEY type | Carl C. Trieloff | 2008-08-06 | 3 | -3/+2 |
| * | Added actions for ACL on mgnt actions | Carl C. Trieloff | 2008-08-05 | 2 | -2/+6 |