summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...Ted Ross2010-08-2016-255/+145
* Added a test case for QPID-2809 to ensure that if the same destination is use...Rajith Muditha Attapattu2010-08-201-0/+36
* This is a fix for QPID-2809Rajith Muditha Attapattu2010-08-203-52/+150
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-2010-1/+113
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* QPID-2810: clean up the broker thread properly on shutdown.Kenneth Anthony Giusti2010-08-197-52/+151
* Now takes a set of implementations of each program, and tests implementations...Jonathan Robie2010-08-191-243/+151
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-0/+19
* QPID-2663: prevent slow consoles from causing agent disconnects due to full t...Kenneth Anthony Giusti2010-08-181-28/+39
* QPID-2806: enable v2 heartbeats regardless of rcvHeartbeats callback setting.Kenneth Anthony Giusti2010-08-161-8/+7
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Fix qpiddevel selinux policy to work with valgrind.Alan Conway2010-08-131-0/+4
* Adding failing test to java profileAndrew Donald Kennedy2010-08-131-0/+4
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-139-93/+147
* Make ConnectionTest extend QpidTestCaseAndrew Donald Kennedy2010-08-131-3/+2
* QPID-2797: Never set expiry, and respond with 0 alwaysAndrew Donald Kennedy2010-08-131-2/+2
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-139-59/+49
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-135-2/+229
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-133-79/+73
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-133-15/+22
* QPID-2793 - Added doxygen textTed Ross2010-08-131-0/+77
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1214-22/+1187
* Added some missing typecasts and type-check clauses.Ted Ross2010-08-121-1/+4
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-1245-2/+5507
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
* fixed reply-to conversionRafael H. Schloming2010-08-122-5/+37
* Updated selinux policy to work on versions lacking aisexec_t.Alan Conway2010-08-123-26/+39
* Fix some compilation errorsGordon Sim2010-08-122-41/+35
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-122-8/+651
* Correctly parse replies containing multiple qmf messages.Kenneth Anthony Giusti2010-08-111-15/+16
* fix error reporting for negotiation failure in sasl stubRafael H. Schloming2010-08-112-1/+6
* default sasl service to qpiddRafael H. Schloming2010-08-111-2/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-115-22/+31
* Exclude testResumeNonemptyReplay from ConnectionTest for all Java profilesAndrew Donald Kennedy2010-08-111-0/+4
* QMF: include exception handler callback in v1 topic listenerKenneth Anthony Giusti2010-08-101-1/+1
* Added broker wait timeout to broker test frameworkKim van der Riet2010-08-101-1/+3
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-102-24/+18
* QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests no-o...Robert Gemmell2010-08-091-0/+3
* QPID-2775: use the JMX interface to reload the configuration synchronously, h...Robert Gemmell2010-08-092-35/+27
* Fixed memory management error in cluster::Quorum causing problems with --clus...Alan Conway2010-08-092-4/+5
* Add missing destroy permissions to qpidd selinux module.Alan Conway2010-08-091-0/+2
* Removed finally - Python before 2.5 did not allow finally together with speci...Jonathan Robie2010-08-092-4/+4
* Changed conditional assignment to vanilla if/then/else, for compatibility wit...Jonathan Robie2010-08-091-2/+9
* fixed heartbeatingRafael H. Schloming2010-08-092-4/+40
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-094-38/+68