| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix --send-rate option in qpid_cpp_benchmark. | Alan Conway | 2010-04-09 | 1 | -1/+2 |
| * | Script to run performance benchmarks using qpid_send and qpid_receive. | Alan Conway | 2010-04-09 | 2 | -16/+129 |
| * | QPID-664: changed connect() back to open(),removed detach(),defined new excep... | Gordon Sim | 2010-04-09 | 22 | -113/+277 |
| * | Adding virtual destructors. | Rajith Muditha Attapattu | 2010-04-09 | 1 | -0/+3 |
| * | QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat... | Ted Ross | 2010-04-09 | 3 | -0/+119 |
| * | This adds test cases for QPID-2488 | Rajith Muditha Attapattu | 2010-04-08 | 1 | -0/+75 |
| * | Committing the patch attached to QPID-2488 | Rajith Muditha Attapattu | 2010-04-08 | 5 | -1/+232 |
| * | Install remainder of required Boost headers and Boost .libs for Windows insta... | Stephen D. Huston | 2010-04-08 | 1 | -19/+34 |
| * | QPID-2487: always save the origin, even if queue is already bound | Kenneth Anthony Giusti | 2010-04-08 | 4 | -1/+18 |
| * | Renamed qpid_recv to qpid_receive. | Alan Conway | 2010-04-08 | 3 | -9/+7 |
| * | QPID-664: changed open() to connect(), moved url parameter to constructor, ad... | Gordon Sim | 2010-04-08 | 9 | -26/+36 |
| * | QPID-664: set content-type on encoded messages, removed some duplication and ... | Gordon Sim | 2010-04-08 | 1 | -32/+41 |
| * | Remove some clunky accessors for AbsTime on Windows and replace by making Con... | Andrew Stitcher | 2010-04-08 | 1 | -4/+0 |
| * | Changed the recent AbsTime::Epoch code to conform better to the previously | Andrew Stitcher | 2010-04-08 | 4 | -8/+13 |
| * | Improved fix for to create client library Poller. Improved because it | Andrew Stitcher | 2010-04-08 | 3 | -11/+14 |
| * | Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt. | Alan Conway | 2010-04-07 | 2 | -2/+4 |
| * | Use read-write lock to imporve Logger concurrency. | Alan Conway | 2010-04-07 | 1 | -3/+3 |
| * | Fix ambiguous --report option in qpid_send, qpid_recv. | Alan Conway | 2010-04-07 | 2 | -9/+9 |
| * | Fix compiler warnings "virtual function but no virtual destructor". | Alan Conway | 2010-04-07 | 3 | -0/+8 |
| * | Extend qpid_send, qpid_recv to measure throughput and latency. | Alan Conway | 2010-04-07 | 5 | -19/+317 |
| * | Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti... | Alan Conway | 2010-04-07 | 2 | -0/+6 |
| * | QPID-664: removed flush, added option to make sync non-blocking if so desired | Gordon Sim | 2010-04-07 | 6 | -34/+24 |
| * | Be sure not to back off the beginning of rules in loadDecisionData(). Resolve... | Stephen D. Huston | 2010-04-06 | 1 | -130/+139 |
| * | QPID-664: added method to release messages | Gordon Sim | 2010-04-06 | 5 | -0/+39 |
| * | QPID-2482: prevent duplication of messages that match multiple binding keys o... | Kenneth Anthony Giusti | 2010-04-06 | 2 | -2/+60 |
| * | verify broker UUID read from config file | Kenneth Anthony Giusti | 2010-04-06 | 1 | -1/+5 |
| * | QPID-664: added param to control synchronous send and acknowledge | Gordon Sim | 2010-04-06 | 9 | -8/+22 |
| * | QPID-664: minor adjustment to connection option names | Gordon Sim | 2010-04-01 | 1 | -3/+3 |
| * | Update cluster store status with a single atomic write() operation. | Alan Conway | 2010-04-01 | 8 | -110/+127 |
| * | Adapted test to an API change in qmf.console. | Ted Ross | 2010-04-01 | 1 | -2/+2 |
| * | Merged the changes from the qmf-devel0.7a branch back to the trunk. | Ted Ross | 2010-03-31 | 17 | -522/+1963 |
| * | Removed config-sequence test from cluster_tests.py, functionality was removed. | Alan Conway | 2010-03-31 | 1 | -23/+0 |
| * | Fix error in cluster_tests.py test_join_sub_size | Alan Conway | 2010-03-31 | 1 | -1/+3 |
| * | QPID-2477: cleanup from patch by Jan Sarenik | Gordon Sim | 2010-03-31 | 1 | -1/+0 |
| * | Cluster: remove un-necessary code for config-seq. | Alan Conway | 2010-03-31 | 8 | -44/+14 |
| * | QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod... | Gordon Sim | 2010-03-31 | 25 | -525/+166 |
| * | Joining a cluster: don't push an empty store. | Alan Conway | 2010-03-30 | 1 | -0/+1 |
| * | Fixed bug that caused a busy-wait if an item was pushed to a stopped queue. | Alan Conway | 2010-03-30 | 1 | -1/+1 |
| * | Fix hanging failover_soak test. | Alan Conway | 2010-03-30 | 3 | -6/+5 |
| * | Cluster logging improvements: log config changes in the deliver thread. | Alan Conway | 2010-03-30 | 4 | -38/+50 |
| * | Remove dead PeriodicTimer code. | Alan Conway | 2010-03-30 | 7 | -416/+0 |
| * | Fix intermittent failure of cluster_tests.py test_last_store_clean. | Alan Conway | 2010-03-30 | 1 | -1/+6 |
| * | add support for QMF TYPE_LIST in engine, ruby and python wrappers | Kenneth Anthony Giusti | 2010-03-30 | 2 | -22/+158 |
| * | Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475. | Stephen D. Huston | 2010-03-30 | 2 | -2/+2 |
| * | QPID-664: renamed headers as properties (to match python); added priority | Gordon Sim | 2010-03-29 | 11 | -22/+33 |
| * | QPID-2406: a more explicit solution for durations in the messaging api | Gordon Sim | 2010-03-29 | 11 | -29/+79 |
| * | QPID-664: move Variant and Uuid from messaging to types namespace | Gordon Sim | 2010-03-29 | 34 | -62/+86 |
| * | Raise ClusterTimer lateness threshold to reduce noisy warnings. | Alan Conway | 2010-03-29 | 2 | -1/+4 |
| * | Move ManagementAgent class statics to be file static to avoid exposing their ... | Andrew Stitcher | 2010-03-26 | 1 | -4/+7 |
| * | QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues... | Carl C. Trieloff | 2010-03-26 | 1 | -0/+1 |