summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Add in pieces needed to build a Windows installer using WiX; these will most ...Stephen D. Huston2009-05-152-0/+1683
* Include cluster related test scripts in distribution even if libraries aren't...Gordon Sim2009-05-151-2/+2
* License Updates based on RAT outputMartin Ritchie2009-05-1022-0/+430
* Allow this test to run on Windows as wellStephen D. Huston2009-05-041-2/+10
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-1/+18
* Update source filesStephen D. Huston2009-05-011-113/+201
* Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835Stephen D. Huston2009-05-011-0/+1
* QPID-1785: Prevent session.detach frame following an execution.exception caus...Gordon Sim2009-04-061-3/+5
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-271-41/+70
* Revert r758356 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-254-5/+5
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-254-5/+5
* QPID-1771: fix for the codepath where an empty frame is sent to trigger read ...Gordon Sim2009-03-242-3/+6
* Prevent values lower than 3 being used for the experimental --cluster-read-ma...Gordon Sim2009-03-231-0/+5
* Remove unnecessary reference to BOOST_VERSION; removes diagnostics at build timeStephen D. Huston2009-03-175-38/+38
* Remove unneeded size_t typedef; fixes QPID-1745Stephen D. Huston2009-03-171-1/+0
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* QPID-1744: As the cluster sends out update messages using the message frames ...Gordon Sim2009-03-171-0/+1
* Fix some bashishms in test scriptsManuel Teira Paz2009-03-172-11/+24
* In testLoggerFormat:Manuel Teira Paz2009-03-171-1/+1
* Fixes to the Solaris ECFPoller: Extra trace logging and a misplaced eventManuel Teira Paz2009-03-171-4/+10
* QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)Gordon Sim2009-03-171-1/+8
* Add PLAIN auth client handling for Windows; fixes QPID-1733Stephen D. Huston2009-03-168-58/+198
* QPID-1673: Include BrokerImportExport header in distribution list.Gordon Sim2009-03-131-2/+3
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-12150-1578/+2570
* QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...Gordon Sim2009-03-121-2/+4
* QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...Gordon Sim2009-03-122-31/+19
* Fix problems buildling on gcc 4.4 and latest corosync.Alan Conway2009-03-111-7/+17
* Remove race condition in low level IO when throttling inputAndrew Stitcher2009-03-111-5/+7
* Update versions to 0.5Martin Ritchie2009-03-111-1/+1
* QPID-1725: Revised some lock scopes in management and link registry to avoid ...Gordon Sim2009-03-113-27/+32
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-106-22/+202
* Really close the potential race on the client between sendingAndrew Stitcher2009-03-101-5/+3
* Catch up to latest generated sourceStephen D. Huston2009-03-101-1090/+610
* Changes in Solaris ECF based poller, to meet the new Poller architectureManuel Teira Paz2009-03-101-51/+183
* cpp/src/acl.mkManuel Teira Paz2009-03-102-0/+10
* Added cluster ACL test, disabled for now as it exposes a memory leak in the S...Alan Conway2009-03-101-35/+48
* Cluster authentication settings default to empty.Alan Conway2009-03-101-1/+1
* QPID-1723 - Fixed broken accounting in the headers exchange.Ted Ross2009-03-101-18/+27
* Add missing #includes to build with gcc 4.4.Alan Conway2009-03-103-1/+5
* configure.ac:Manuel Teira Paz2009-03-108-11/+23
* qpid/sys/solaris/SystemInfo.cppManuel Teira Paz2009-03-101-2/+21
* QPID-1722 Replace use of non thread safe gethostbyname()Andrew Stitcher2009-03-091-16/+21
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-0913-67/+95
* Close a potential race between closing a connection and sending dataAndrew Stitcher2009-03-091-18/+19
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-0919-24/+204
* Ack outstanding messages before closingGordon Sim2009-03-091-0/+3
* Fixed race conditions in cluster.Alan Conway2009-03-0817-352/+362
* Correct needed include file for strlen()Stephen D. Huston2009-03-061-1/+1
* QPID-1719: extra test for federated cluster (includes node failure which requ...Gordon Sim2009-03-062-2/+27