summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2110-9/+227
* Additional latency measurement points.Alan Conway2009-01-217-7/+11
* Latency measurements, compiled out of production code.Alan Conway2009-01-207-16/+192
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-2020-108/+242
* 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-191-7/+7
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-52/+19
* 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-161-1/+1
* 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-163-27/+51
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* Minor typo fixesTed Ross2009-01-151-1/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-1514-5/+654
* Minor formatting fixes and typo correction.Gordon Sim2009-01-153-7/+7
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...Stephen D. Huston2009-01-132-57/+15
* 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-138-9/+85
* Small tidy upAndrew Stitcher2009-01-131-1/+2
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-132-0/+229
* 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
* 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
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
* Fix to build on latest corosync versions.Alan Conway2009-01-082-14/+14
* cluster: handle multicast errors.Alan Conway2009-01-084-7/+11
* QPID-976: Prompt for password if it is required and not specified through set...Gordon Sim2009-01-081-7/+21
* QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of empt...Gordon Sim2009-01-081-28/+1
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-087-15/+11
* Namespace and IntegerTypes.h tweaks to build on Windows Visual C++Stephen D. Huston2009-01-079-7/+13
* Resolve some compile errors on Windows qmfconsoleStephen D. Huston2009-01-074-10/+11
* Adapt to recent changes/additionsStephen D. Huston2009-01-072-9/+21
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-073-4/+21
* This is related to QPID-1558.Rajith Muditha Attapattu2009-01-072-2/+15
* Consistent #if defined for header selectino.Alan Conway2009-01-071-3/+3
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-072-3/+26
* Fix for windows build: add implementations of the getSecurityLayer()Gordon Sim2009-01-071-0/+15
* Work on the low level IO code:Andrew Stitcher2009-01-0610-60/+269
* cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...Alan Conway2009-01-061-3/+14
* Added missing include file for ::memcpyTed Ross2009-01-061-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-0629-260/+1355