summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new vcproj files for the messaging examples; these go in the Windows inst...Stephen D. Huston2009-11-1310-0/+4110
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-1330-395/+977
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-1232-37/+14637
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-121-1/+1
* switched SUBJECT and TO to use a qpid prefixRafael H. Schloming2009-11-121-4/+7
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-122-3/+3
* removed listeners in favor of next_receiverRafael H. Schloming2009-11-122-60/+40
* QPID-2179 - example qmf-agent occasionally crashes on shutdownTed Ross2009-11-121-3/+7
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-128-15/+120
* QPID-1849: actually pass through parameterAidan Skinner2009-11-111-1/+1
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-118-36/+321
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-112-2/+2
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1
* Removed "finally" clause from top-level try which is incompatible with older ...Ted Ross2009-11-111-2/+0
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-1113-32/+930
* Fix compilation error on some platformsGordon Sim2009-11-112-1/+2
* QPID-2193: add a warning note to the confirmation dialogRobert Gemmell2009-11-111-1/+3
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1128-460/+1296
* QPID-2196: updated application and server registries to better keep track of ...Robert Gemmell2009-11-116-10/+89
* testkit.py provides the plumbing for running longer duration tests using the ...Rajith Muditha Attapattu2009-11-113-0/+548
* Add new ssf arg to Sasl::startStephen D. Huston2009-11-111-2/+3
* Moved MessageFactory to the tools module.Rajith Muditha Attapattu2009-11-116-64/+877
* Added the LatencyTest and PerfTest kit under the tools modules alongside Qpid...Rajith Muditha Attapattu2009-11-1111-1/+1442
* Removed the following files as they will be replaced by a generic Sender and ...Rajith Muditha Attapattu2009-11-1115-2211/+51
* Moved brokertest.py to python directory.Alan Conway2009-11-103-4/+3
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
* permit hash and star as part of the addressRafael H. Schloming2009-11-103-2/+37
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-102-6/+57
* Added limited backtracing for exceptions raised in console callbacks.Ted Ross2009-11-101-2/+7
* Added calls to flush() for stdout to make this program more responsive in cas...Ted Ross2009-11-101-1/+3
* QPID-2195: only enable moving messages for newer brokers that dont suffer fro...Robert Gemmell2009-11-101-18/+37
* QPID-2193: expose the deprecated deleteMessageFromTop() JMX queue operation f...Robert Gemmell2009-11-101-0/+29
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
* Basic eclipse code style fileAidan Skinner2009-11-091-0/+251
* Remove more 1.6 @Override on interfaces.Aidan Skinner2009-11-092-12/+0
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-095-35/+82
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-094-38/+65
* Set default mechanism for cluster updates to be ANONYMOUSGordon Sim2009-11-091-0/+1
* Filled out process management in python brokertest framework.Alan Conway2009-11-093-510/+233
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-0930-55/+174
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-094-1/+42
* QPID-2190: when management versioning using both the ServerInformation and Us...Robert Gemmell2009-11-092-6/+7
* QPID-2189: use an ObjectName pattern instead of the precise key value in the ...Robert Gemmell2009-11-061-2/+2
* QPID-2178: update console to allow display of new channel blocking statusRobert Gemmell2009-11-062-3/+21
* QPID-2178: test expanded channels() output correctly returns current channel ...Robert Gemmell2009-11-061-0/+27
* QPID-2178: expand the return from channels() to indicate whether the channel ...Robert Gemmell2009-11-064-6/+12
* Added key to KEYS fileAndrew Stitcher2009-11-051-0/+61
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-057-36/+105