summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-235-4/+54
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-2214-16/+123
* QPID-1611: Patch from Mick Goulish to ensure queues are created in store in c...Gordon Sim2009-01-221-0/+7
* Optimization: cache results of AMQFrame::encodedSize().Alan Conway2009-01-222-10/+33
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-2239-606/+212
* More latency metrics.Alan Conway2009-01-225-3/+20
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-217-76/+165
* correct lifecycle for pollablequeue dispatch handleCarl C. Trieloff2009-01-211-1/+1
* Re-issue 736381 with a literal.Ted Ross2009-01-211-4/+1
* Moved minimum frameMax constant into publicTed Ross2009-01-211-3/+3
* Include file in distributed headers.Gordon Sim2009-01-211-1/+1
* Enforce a minimum frame-max to avoid really bad things that can happenTed Ross2009-01-211-3/+4
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-2113-10/+337
* Fix test to use exchange option correctly when specifiedGordon Sim2009-01-211-4/+5
* Additional latency measurement points.Alan Conway2009-01-219-9/+21
* Fix for race condition in test identified by Ted.Gordon Sim2009-01-211-3/+4
* Latency measurements, compiled out of production code.Alan Conway2009-01-208-16/+194
* Use different file for storing port to avoid interfering with other check-lon...Gordon Sim2009-01-201-5/+5
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-2026-131/+420
* Fix tests broken by r735776: check payload pointer before use. Gordon Sim2009-01-201-1/+1
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-192-7/+31
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-165-74/+45
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-0/+222
* QPID-1588 - Fixed bug in asynchronous API operations.Ted Ross2009-01-162-1/+28
* QPID-1589 - Added equality/inequality operators to qpid::console::ObjectId.Ted Ross2009-01-162-0/+45
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-164-38/+51
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* Added missing PYTHONPATH definition.Ted Ross2009-01-151-0/+1
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-151-0/+39
* Initial commit for QPID-1567 requires PollableQueue.h/PollableCondition.h to ...Gordon Sim2009-01-151-2/+2
* Minor typo fixesTed Ross2009-01-151-1/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-1520-8/+1045
* Minor formatting correctionGordon Sim2009-01-151-1/+1
* Minor formatting fixes and typo correction.Gordon Sim2009-01-153-7/+7
* Fix to sender test: read in whole line as message body, not just next word.Gordon Sim2009-01-141-1/+1
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...Stephen D. Huston2009-01-134-61/+24
* Revise allocator per patch in QPID-1458; Fixes QPID-1458Stephen D. Huston2009-01-131-2/+19
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-139-20/+83
* Send heartbeat from broker to clientAndrew Stitcher2009-01-139-9/+86
* Small tidy upAndrew Stitcher2009-01-131-1/+2
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-133-1/+232
* Start to fix Timer to improve encapsulation and then fixAndrew Stitcher2009-01-134-3/+12
* Adding missing includeStephen D. Huston2009-01-121-0/+1
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-124-11/+65
* Allow any remaining events in PollableQueue to be processed after Poller thre...Gordon Sim2009-01-121-4/+22
* Added test coverage for the CLI utilitiesTed Ross2009-01-093-1/+207
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-097-21/+24
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-096-17/+57