summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-165-3/+24
* QPID-1540 - Added autoDelete and exclusive flags to queues declared by theTed Ross2008-12-161-1/+2
* avoid bootstrap failure when using newer autoconfJim Meyering2008-12-161-3/+4
* Added SFL license headers.Rajith Muditha Attapattu2008-12-166-0/+118
* Added the ASF license header to the following filesRajith Muditha Attapattu2008-12-1627-0/+538
* Added ASF license to makefilesGordon Sim2008-12-1521-1/+365
* Minor correction to included ASF licenseGordon Sim2008-12-153-3/+3
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* Added missing ASF license to conf files and init scriptGordon Sim2008-12-154-0/+72
* 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-119-94/+237
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-114-45/+35
* 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-103-8/+25
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-103-5/+11
* 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-102-6/+28
* bumped version number to 0.4 for M4Rafael H. Schloming2008-12-101-1/+1
* 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-095-13/+18
* Removed a cast to asynch sessions for message transfer in client.Jonathan Robie2008-12-081-3/+1
* 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-084-45/+109
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-084-40/+39
* 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
* Updated minimum gcc version as earlier version reported not to work anymore.Gordon Sim2008-12-051-2/+4
* Example config files are misleading as spaces on either side of the '=' preve...Gordon Sim2008-12-042-5/+10
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-042-1/+21
* Catch up to generated codeStephen D. Huston2008-12-041-24/+6
* QPID-1513 - Fix corner case where incompleted schema records areTed Ross2008-12-031-3/+5
* Corrected doxygen comment.Alan Conway2008-12-031-3/+2
* Minor fix: reuse assigned bank info when broker disconnects and reconnects.Ted Ross2008-12-031-0/+2
* clean upCarl C. Trieloff2008-12-032-631/+0
* cluster: add Event size to encoded header.Alan Conway2008-12-035-8/+643
* Fix bad assert(), causing compile failures in debug builds.Alan Conway2008-12-031-1/+1
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-023-12/+13
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-0210-67/+101
* Avoid potential deadlock between IO thread in Connector::handleClosed() and a...Gordon Sim2008-12-021-1/+4