summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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-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-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-107-2452/+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-0612-36/+173
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-0617-163/+99
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-065-39/+24
* 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-063-3/+29
* 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.Alan Conway2008-11-054-0/+206
* 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
* Add new source filesStephen D. Huston2008-11-053-24/+45
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-056-4/+28
* No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves...Stephen D. Huston2008-11-051-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-0521-75/+298
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-042-4/+4
* renamed suite to avoid collision for newer versions of boostGordon Sim2008-11-041-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-0411-77/+193
* Added unit test for replay utility class.Gordon Sim2008-11-042-1/+81
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-045-0/+336
* Correct signature of usleep() methodStephen D. Huston2008-11-031-1/+1
* Add missing source filesStephen D. Huston2008-11-031-0/+15
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-033-40/+61
* This line seems not to be as redundant as I thought! Its removal seems to tri...Gordon Sim2008-11-031-0/+1
* Various fixes arising from testing client failover:Gordon Sim2008-11-0310-24/+52
* Get initial Windows options in; event log doesn't yet workStephen D. Huston2008-10-312-9/+43