summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-1714-3/+116
* The cmake build should work for any Unix this is not Linux specificAndrew Stitcher2009-11-171-2/+2
* Make the unix config files install in the install prefix not absolute /etcAndrew Stitcher2009-11-172-9/+1
* Bring cluster module cmake build back up to date nad make it link as wellAndrew Stitcher2009-11-171-1/+7
* Make cluster/ssl/rdma/xml modules install correctlyAndrew Stitcher2009-11-174-2/+31
* Use portable sleep callStephen D. Huston2009-11-161-1/+2
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-167-54/+15
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
* QPID-664: Fix client example to include new delimiter in addressGordon Sim2009-11-161-1/+1
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-165-37/+72
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-162-16/+11
* added another create exchange testRafael H. Schloming2009-11-161-9/+25
* better name for completion actionsRafael H. Schloming2009-11-161-6/+6
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-165-94/+170
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-1617-397/+20
* added support for sender/receiver delete, made tests clean up after themselve...Rafael H. Schloming2009-11-143-69/+151
* removed start/stopRafael H. Schloming2009-11-142-133/+40
* used cross-platform file modesRafael H. Schloming2009-11-131-2/+2
* Add management subscription objectCarl C. Trieloff2009-11-133-4/+78
* Fix verify to run c++ and mixed c++/python examples.Alan Conway2009-11-131-1/+1
* fixed unicode and hex escapes to allow a-fA-F, and added testsRafael H. Schloming2009-11-132-7/+39
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-136-69/+213
* Added ruby binding for SaslWrapper.Ted Ross2009-11-135-6/+169
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
* Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DI...Stephen D. Huston2009-11-134-8/+20
* No need to import from testrunner; allows this to run on Windows as well.Stephen D. Huston2009-11-131-1/+2
* 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