summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed automake files so c++ console headers are properly packaged.Ted Ross2009-01-083-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732824 13f79535-47bb-0310-9956-ffa450edef68
* Added cluster-related gen file to protocol_gen.mak and regenerated all VC ↵Stephen D. Huston2009-01-076-62/+179
| | | | | | projects; left out qmfconsole since it won't build git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732540 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that if no store is loaded we don't flow to disk, but revert to ↵Gordon Sim2009-01-074-4/+49
| | | | | | | | | | rejecting messages. Merged from r732482 on trunk. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732503 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1556: fixed broken URLRafael H. Schloming2009-01-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731811 13f79535-47bb-0310-9956-ffa450edef68
* cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+Alan Conway2009-01-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731751 13f79535-47bb-0310-9956-ffa450edef68
* Minor logging fixes.Alan Conway2009-01-052-46/+66
| | | | | | | | cpp/src/tests/BrokerFixture.h: make tests quiet, log with error+ qpid/broker/Daemon.cpp: print to stderr in parent process if child fails. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731739 13f79535-47bb-0310-9956-ffa450edef68
* Update test in line with change to default logging level (see r731649).Gordon Sim2009-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731734 13f79535-47bb-0310-9956-ffa450edef68
* Sorry! Carelessly committed more than I wanted to. Reverting part of my ↵Gordon Sim2009-01-051-14/+3
| | | | | | previous commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731717 13f79535-47bb-0310-9956-ffa450edef68
* Reduce log level from warning to info as (a) its not necessarily a bad thing ↵Gordon Sim2009-01-051-4/+16
| | | | | | at all and (b) the default logging level is now at notice+ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731710 13f79535-47bb-0310-9956-ffa450edef68
* Log changes: logging default now notice+, "listening on" messages are at ↵Alan Conway2009-01-055-5/+5
| | | | | | notice level. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731649 13f79535-47bb-0310-9956-ffa450edef68
* stats correction pointed out by gordonCarl C. Trieloff2009-01-031-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@730890 13f79535-47bb-0310-9956-ffa450edef68
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-302-0/+13
| | | | | | | | - correct stats for lvq messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@730031 13f79535-47bb-0310-9956-ffa450edef68
* Fixed to run correctly in VPATH build.Alan Conway2008-12-291-13/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 Updates and fixes for the c++ console API:Ted Ross2008-12-2318-113/+706
| | | | | | | | | | | | | | | | - Added event support - Converted raw pointers to shared_ptrs in references to Values. This fixes a memory leak in the original code. - Added wrappers to make value access more convenient. - Added timeout handling for synchronous operations. Timeout values are configurable. - Fixed a bug in getObjects whereby waitForStable was not called and the operation could fail if called too early. - Added examples "printevents" and "ping" to illustrate the usage of different aspects of the API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729075 13f79535-47bb-0310-9956-ffa450edef68
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729054 13f79535-47bb-0310-9956-ffa450edef68
* Insert Apache license in vcproj files past line 1; reset list of generated ↵Stephen D. Huston2008-12-237-3988/+4420
| | | | | | files in vcproj files; add qmfconsole.vcproj; add qmfconsole.proj to makefile.am dist list. Resolve QPID-1546 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729044 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1545Rajith Muditha Attapattu2008-12-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728880 13f79535-47bb-0310-9956-ffa450edef68
* Corrected error message.Alan Conway2008-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728760 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a compile problem on RHEL4Ted Ross2008-12-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728142 13f79535-47bb-0310-9956-ffa450edef68
* Added a missing ASF licence headerTed Ross2008-12-191-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-1935-6/+3139
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
* Added a note about C++ client API changesRajith Muditha Attapattu2008-12-191-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728120 13f79535-47bb-0310-9956-ffa450edef68
* c++ release notes for M4Rajith Muditha Attapattu2008-12-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728093 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-1914-3904/+4199
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728072 13f79535-47bb-0310-9956-ffa450edef68
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-185-12/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727726 13f79535-47bb-0310-9956-ffa450edef68
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-176-33/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727583 13f79535-47bb-0310-9956-ffa450edef68
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-175-19/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727517 13f79535-47bb-0310-9956-ffa450edef68
* Bounce the connection if an exception is caught on message_transfer.Ted Ross2008-12-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727485 13f79535-47bb-0310-9956-ffa450edef68
* src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with ↵Alan Conway2008-12-172-10/+23
| | | | | | adding new frames. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727455 13f79535-47bb-0310-9956-ffa450edef68
* Revert accidental commit.Alan Conway2008-12-171-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727447 13f79535-47bb-0310-9956-ffa450edef68
* Default --cluster-read-max to 0.Alan Conway2008-12-171-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727444 13f79535-47bb-0310-9956-ffa450edef68
* Default --cluster-read-max to 0.Alan Conway2008-12-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727442 13f79535-47bb-0310-9956-ffa450edef68
* Converted output to cout to proper QPID_LOG statements.Ted Ross2008-12-172-70/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727265 13f79535-47bb-0310-9956-ffa450edef68
* LVQ browse policy updateCarl C. Trieloff2008-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727184 13f79535-47bb-0310-9956-ffa450edef68
* LVQ queue option for no acquireCarl C. Trieloff2008-12-165-3/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727166 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1540 - Added autoDelete and exclusive flags to queues declared by theTed Ross2008-12-161-1/+2
| | | | | | | QMF agent API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727074 13f79535-47bb-0310-9956-ffa450edef68
* avoid bootstrap failure when using newer autoconfJim Meyering2008-12-161-3/+4
| | | | | | | | * qpid/cpp/m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Define only if undefined. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726999 13f79535-47bb-0310-9956-ffa450edef68
* Added SFL license headers.Rajith Muditha Attapattu2008-12-166-0/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726954 13f79535-47bb-0310-9956-ffa450edef68
* Added the ASF license header to the following filesRajith Muditha Attapattu2008-12-1627-0/+538
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726952 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF license to makefilesGordon Sim2008-12-1521-1/+365
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726710 13f79535-47bb-0310-9956-ffa450edef68
* Minor correction to included ASF licenseGordon Sim2008-12-153-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726685 13f79535-47bb-0310-9956-ffa450edef68
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726684 13f79535-47bb-0310-9956-ffa450edef68
* Added missing ASF license to conf files and init scriptGordon Sim2008-12-154-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726681 13f79535-47bb-0310-9956-ffa450edef68
* cluster/Event: store event header in the same buffer as data to simplify ↵Alan Conway2008-12-125-30/+46
| | | | | | encoding. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@726043 13f79535-47bb-0310-9956-ffa450edef68
* cluster: refactor multicast concerns into separate Multicaster class with ↵Alan Conway2008-12-119-94/+237
| | | | | | separate locking. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725853 13f79535-47bb-0310-9956-ffa450edef68
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-114-45/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725802 13f79535-47bb-0310-9956-ffa450edef68
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-103-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725488 13f79535-47bb-0310-9956-ffa450edef68
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725486 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-103-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725484 13f79535-47bb-0310-9956-ffa450edef68