summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-6/+25
* Added missing include file for ::memcpyTed Ross2009-01-061-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-0632-263/+1381
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-5/+16
* QPID-1556: fixed broken URLRafael H. Schloming2009-01-061-1/+1
* cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+Alan Conway2009-01-051-0/+1
* Minor logging fixes.Alan Conway2009-01-052-46/+66
* Update test in line with change to default logging level (see r731649).Gordon Sim2009-01-051-1/+1
* 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-302-0/+13
* Fixed to run correctly in VPATH build.Alan Conway2008-12-291-13/+9
* QPID-1412 Updates and fixes for the c++ console API:Ted Ross2008-12-2318-113/+706
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
* Insert Apache license in vcproj files past line 1; reset list of generated fi...Stephen D. Huston2008-12-237-3988/+4420
* This is a fix for QPID-1545Rajith Muditha Attapattu2008-12-231-1/+1
* Corrected error message.Alan Conway2008-12-221-1/+1
* Fixed a compile problem on RHEL4Ted Ross2008-12-191-0/+1
* Added a missing ASF licence headerTed Ross2008-12-191-0/+19
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-1935-6/+3139
* Added a note about C++ client API changesRajith Muditha Attapattu2008-12-191-0/+3
* c++ release notes for M4Rajith Muditha Attapattu2008-12-191-0/+2
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-1914-3904/+4199
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-185-12/+37
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-176-33/+46
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-175-19/+24
* 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-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