| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 18 | -472/+590 |
| * | Fix typo. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 7 | -54/+348 |
| * | 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 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 7 | -36/+90 |
| * | Check CPG flow control. | Alan Conway | 2008-08-07 | 2 | -15/+47 |
| * | - Added OutputTask::hasOutput() test. | Alan Conway | 2008-08-06 | 1 | -5/+6 |
| * | Fix Cluster::send encode race. | Alan Conway | 2008-08-05 | 2 | -5/+3 |
| * | Fix sporadic shutdown hang in clustered broker. | Alan Conway | 2008-08-05 | 2 | -23/+17 |
| * | Enable dequeue for prototype cluster | Alan Conway | 2008-07-17 | 3 | -10/+30 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 7 | -159/+331 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 3 | -35/+21 |
| * | Revert un-necessary Plugin complications. Better solution for plugin extensio... | Alan Conway | 2008-07-08 | 1 | -28/+20 |
| * | Removed static Cpg::handlers, fixed ForkedBroker shutdown. | Alan Conway | 2008-07-08 | 3 | -49/+20 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 6 | -115/+182 |
| * | Plugin framework change: single PluginFactory creates per-target Plugin insta... | Alan Conway | 2008-06-26 | 2 | -23/+39 |
| * | Consolidated cluster tests in cluster_test.cpp | Alan Conway | 2008-06-26 | 1 | -1/+1 |
| * | - use flock to lock data dir rather than a lock file. | Alan Conway | 2008-06-25 | 1 | -10/+10 |
| * | Bring cluster code up to date. | Alan Conway | 2008-06-18 | 3 | -15/+10 |
| * | Support for AMQP 0-10 sessions in C++ broker. | Alan Conway | 2008-05-20 | 1 | -3/+3 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 2 | -8/+8 |
| * | QPID-920: converted c++ client to use final 0-10 protocol | Gordon Sim | 2008-04-20 | 1 | -2/+2 |
| * | Fix compile errors/warnings with gcc 4.3 | Alan Conway | 2008-03-25 | 1 | -0/+1 |
| * | Fixed use of intrusive_ptr in code that was missed | Andrew Stitcher | 2008-03-25 | 1 | -2/+3 |
| * | Some refactoring of the 0-10 codepath (being migrated to final spec) that pri... | Gordon Sim | 2008-02-25 | 3 | -9/+9 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 3 | -28/+98 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 3 | -19/+37 |
| * | Re-enabled build of cluster code when openais is installed. | Alan Conway | 2008-01-29 | 7 | -228/+12 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 4 | -9/+8 |
| * | Apply patch from QPID-732 by Ted Ross. | Alan Conway | 2008-01-14 | 1 | -0/+2 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 2 | -5/+1 |
| * | Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message. | Alan Conway | 2007-11-14 | 1 | -2/+2 |
| * | Edits to --help message and man page to improve readabiliity. | Alan Conway | 2007-10-16 | 1 | -1/+1 |
| * | Renamed SessionAdapter as SessionHandler. | Alan Conway | 2007-09-17 | 1 | -1/+1 |
| * | * Summary: | Alan Conway | 2007-08-31 | 1 | -7/+7 |
| * | - Update cluster code to work with new FrameHandler | Alan Conway | 2007-08-30 | 9 | -123/+114 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 2 | -3/+2 |
| * | Fix cluster code for heap reuduction commit. | Alan Conway | 2007-08-17 | 2 | -2/+2 |
| * | fix for new heap model | Carl C. Trieloff | 2007-08-17 | 1 | -1/+1 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 3 | -10/+10 |
| * | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 1 | -3/+3 |
| * | Deleted following files that are obsolete for 0-10: | Alan Conway | 2007-08-14 | 1 | -1/+1 |
| * | Fix assertions that cause make -DNDEBUG to fail. | Alan Conway | 2007-08-13 | 1 | -4/+2 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 6 | -186/+38 |
| * | Use execution layer to acknowledge messages. | Gordon Sim | 2007-07-27 | 1 | -2/+6 |
| * | Remove unused file. | Alan Conway | 2007-07-27 | 1 | -161/+0 |
| * | * Summary: | Alan Conway | 2007-07-24 | 4 | -33/+73 |