summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-192-2/+3
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-197-38/+30
* QPID-1463: Andrea's patchesArnaud Simon2008-11-196-0/+264
* QPID-1463: Andrea's patchesArnaud Simon2008-11-1946-474/+869
* Updated patch for change to EXTRA_DISTGordon Sim2008-11-191-7/+8
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Change formats to VC9, add MaxMethodBodySize and remove it from protocol_gen....Stephen D. Huston2008-11-196-52/+450
* Add INSTALL-WINDOWS to EXTRA-DISTStephen D. Huston2008-11-191-1/+1
* Refinements to TOCStephen D. Huston2008-11-191-11/+4
* Add Windows-specific files to EXTRA_DIST so they are in releases; fixes QPID-...Stephen D. Huston2008-11-181-1/+38
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Optional cluster integration with cman quorum service.Alan Conway2008-11-1811-21/+239
* Reverted log4j changeMartin Ritchie2008-11-181-34/+8
* QPID-1454 : Synchronize round the setting and usage of _failoverLatch, with a...Martin Ritchie2008-11-181-3/+12
* Initial instructions for building on WindowsStephen D. Huston2008-11-182-1/+136
* Housecleaning - removed Session_099 filter, removed jrobie path from develope...Jonathan Robie2008-11-172-2/+2
* Deleting doxygen_mainpage.h, which has moved to the src/cpp/docs/api directory.Jonathan Robie2008-11-171-28/+0
* Modified user.doxygen.in to incorporate main page documentation.Jonathan Robie2008-11-172-22/+23
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-176-72/+14
* Fixed erroneous test preventing cleanup of broker.Gordon Sim2008-11-171-1/+1
* Fix to error handling, without this I was seeing "AttributeError: Exception i...Gordon Sim2008-11-171-1/+1
* updated version numbers and release notes for M4Rafael H. Schloming2008-11-1510-23/+19
* fixed svn properties on release.shRafael H. Schloming2008-11-151-0/+0
* fixed or syntaxRafael H. Schloming2008-11-151-1/+1
* updated release sh script for M4Rafael H. Schloming2008-11-151-19/+35
* added config.rb for packaging customization of spec locationRafael H. Schloming2008-11-143-57/+72
* QPID-1465: Fixed initialisation of minimum value so it is tracked correctlyAndrew Stitcher2008-11-141-1/+2
* Ensure config file can be found (its in source tree not build tree)Gordon Sim2008-11-141-1/+2
* Remove all cluster targets if configured --without-cpg.Alan Conway2008-11-141-3/+4
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* Added further test script missing from distribution list and thus causing dis...Gordon Sim2008-11-141-0/+1
* Added some failover capable testsGordon Sim2008-11-1410-12/+534
* Remove dummy cluster.so library, no longer needed & confusing.Alan Conway2008-11-141-4/+0
* Add config.null file to distributed list or distcheck fails (todo: might be n...Gordon Sim2008-11-141-0/+1
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-138-19/+89
* Removed spurious exception re-raiseTed Ross2008-11-131-1/+0
* 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-138-71/+89
* patches from imain for fixing agent heartbeats, agent and broker bank, and ag...Rafael H. Schloming2008-11-131-10/+12
* merged 0-10 ruby client from QPID-1443 into existing ruby clientRafael H. Schloming2008-11-1339-388/+6105
* Added null config for SSL test. This test will malfunction if there isTed Ross2008-11-132-1/+2
* Removed optimistic-consume option for queuesTed Ross2008-11-121-9/+1