summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor logging fixes.Alan Conway2009-01-051-45/+55
* Sorry! Carelessly committed more than I wanted to. Reverting part of my previ...Gordon Sim2009-01-051-14/+3
* Reduce log level from warning to info as (a) its not necessarily a bad thing ...Gordon Sim2009-01-051-4/+16
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-055-5/+5
* stats correction pointed out by gordonCarl C. Trieloff2009-01-031-4/+2
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-301-0/+8
* QPID-1412 Updates and fixes for the c++ console API:Ted Ross2008-12-2313-100/+454
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
* This is a fix for QPID-1545Rajith Muditha Attapattu2008-12-231-1/+1
* Fixed a compile problem on RHEL4Ted Ross2008-12-191-0/+1
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-1926-2/+2868
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-184-11/+32
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-173-6/+13
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-174-14/+14
* Bounce the connection if an exception is caught on message_transfer.Ted Ross2008-12-171-0/+3
* src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with addin...Alan Conway2008-12-172-10/+23
* Revert accidental commit.Alan Conway2008-12-171-9/+11
* Default --cluster-read-max to 0.Alan Conway2008-12-171-11/+9