summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default --cluster-read-max to 0.Alan Conway2008-12-171-2/+2
* Converted output to cout to proper QPID_LOG statements.Ted Ross2008-12-172-70/+32
* LVQ browse policy updateCarl C. Trieloff2008-12-161-1/+1
* LVQ queue option for no acquireCarl C. Trieloff2008-12-164-3/+16
* QPID-1540 - Added autoDelete and exclusive flags to queues declared by theTed Ross2008-12-161-1/+2
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-125-30/+46
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-118-94/+234
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-113-38/+34
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-103-4/+4
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-102-2/+8
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-102-4/+10
* QPID-1449 - Added federation tag that was missing when management was disabledTed Ross2008-12-101-0/+5
* Remove un-necessary locks.Alan Conway2008-12-101-8/+0
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-101-4/+12
* Better output.Alan Conway2008-12-101-25/+16
* Fixes for 64bit.Alan Conway2008-12-091-2/+6
* Applied name convention to class names: Capitalized names.Ted Ross2008-12-092-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-094-12/+17
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-083-45/+108
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-083-25/+23
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2
* Cluster: fixed error in credit allocation.Alan Conway2008-12-082-6/+6
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0820-16/+92
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...Alan Conway2008-12-071-0/+111
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-041-1/+2