summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-263-72/+75
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+1
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-243-4/+5
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-243-39/+14
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* Clearer error message for case when specified module-dir is not a directory.Gordon Sim2008-11-241-0/+4
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-214-35/+31
* Add missing bounds checks.Alan Conway2008-11-201-2/+5
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-201-68/+1
* Add proper cleanup of stored management objects during agent shutdown.Ted Ross2008-11-201-0/+14
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-204-38/+196
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-202-13/+24
* Replace lower_bound with equivalent loop; resolves QPID-1424Stephen D. Huston2008-11-191-3/+8
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-195-1/+11
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-191-1/+1
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-197-38/+30
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Optional cluster integration with cman quorum service.Alan Conway2008-11-187-1/+195
* Deleting doxygen_mainpage.h, which has moved to the src/cpp/docs/api directory.Jonathan Robie2008-11-171-28/+0
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-174-24/+2
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* Added some failover capable testsGordon Sim2008-11-145-12/+18
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-137-14/+84
* Added a second level of debug output for the qmf protocol exchange.Ted Ross2008-11-132-8/+63
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-136-59/+84
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0
* QPID-1457: Removed erroneous signal settingsAndrew Stitcher2008-11-121-3/+0
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-128-27/+57
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-115-7/+13
* Fix deadlock when Message::flush() re-enters IncompleteMessageList.Alan Conway2008-11-111-2/+5
* Fixed a violation of the lock hierarchy in LinkRegistry and LinkTed Ross2008-11-111-24/+25
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-111-1/+1
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-112-2/+14
* handle case where doOutput call causes last task to be removed.Gordon Sim2008-11-111-0/+1
* QPID-1446 - A more efficient data structure for freeing management objects.Ted Ross2008-11-102-39/+34
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-103-6/+33
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-106-2445/+0
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-076-45/+53
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-075-5/+19
* Added a bit more detail to comments.Gordon Sim2008-11-071-0/+9
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-072-5/+64
* Add Message callbacks for async completion.Alan Conway2008-11-0610-36/+72
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-0616-135/+71