summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a second level of debug output for the qmf protocol exchange.Ted Ross2008-11-132-8/+63
* Test commit. Two more whitespace characters in a README.Jonathan Robie2008-11-131-1/+1
* Minor cleanup edits to examples (from jrobie@redhat.com)Gordon Sim2008-11-1310-21/+14
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* QPID-1459: don't call Broker::getPort() with empty string as transportGordon Sim2008-11-131-3/+7
* Added QPID_NO_MODULE_DIR to prevent client from loading libraries fromTed Ross2008-11-131-0/+1
* 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
* Added null config for SSL test. This test will malfunction if there isTed Ross2008-11-132-1/+2
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0
* File missing from last commit.Ted Ross2008-11-121-1/+1
* Generalized the creation of makefile fragments in qmf code generation.Ted Ross2008-11-123-15/+50
* 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-1210-27/+86
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Added back header file that I mistakenly removed in r712653.Gordon Sim2008-11-121-0/+1
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* Add newly-added files and removed those removedStephen D. Huston2008-11-112-24/+0
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-116-7/+14
* 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-112-4/+9
* 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-1445 patch from JonathanCarl C. Trieloff2008-11-1012-87/+230
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-103-6/+33
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* Just use standard qpidc config file for ssl optionsGordon Sim2008-11-101-1/+1
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-1010-2701/+1
* 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-074-57/+101
* Add Message callbacks for async completion.Alan Conway2008-11-0613-42/+192
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-0618-166/+104
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-065-39/+24
* QPID-1437 - Made example better able to demonstrate proper shutdown by adding...Ted Ross2008-11-061-2/+14
* QPID-1413: disable output before sending detachGordon Sim2008-11-066-3/+17
* Correct excessive use of inline functions in PersistableMessage.h.Alan Conway2008-11-062-98/+133
* QPID-1437 - Fixed qmf agent shutdownTed Ross2008-11-062-7/+49
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-064-5/+40
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-063-206/+0
* Non fucntional changesCarl C. Trieloff2008-11-064-16/+15
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-063-0/+8
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-065-2/+18
* QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in prev...Alan Conway2008-11-057-0/+1298
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-056-2/+210
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-0514-19/+190
* Fix error in run_test.Alan Conway2008-11-051-1/+1