summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-273-71/+86
* QPID-4601: HA backup broker shuts down after redeclaring exchangeAlan Conway2013-02-262-1/+16
* QPID-4603: Teach qpid-send to send bool/int/float properties as well as stringsAndrew Stitcher2013-02-261-1/+1
* QPID-4600: New HA regularly shutting down active nodeAlan Conway2013-02-251-0/+5
* Revert "Bug 891689 - New HA regularly shutting down active node"Alan Conway2013-02-251-5/+0
* Bug 891689 - New HA regularly shutting down active nodeAlan Conway2013-02-251-0/+5
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-256-22/+17
* QPID-3833: convert int properties to strings if requestedGordon Sim2013-02-151-1/+7
* QPID-4116: Allow the path to qpid-send and qpid-receive programs to be specif...Gordon Sim2013-02-151-3/+7
* NO-JIRA: Rationalised unit test buildAndrew Stitcher2013-02-141-37/+48
* NO-JIRA: Removed unnecessary extra message filter checkAndrew Stitcher2013-02-141-1/+1
* QPID-4054: C++ Broker connection limits specified per-userCharles E. Rolke2013-02-126-2/+126
* QPID-4579: Fixes building Qpid under the latest GCC (4.8.0).Darryl L. Pierce2013-02-121-19/+24
* QPID-4575: Visual Studio 2012 - Update boost version list to latest release.Charles E. Rolke2013-02-111-1/+1
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-0910-96/+566
* QPID-4575 Visual Studio 2012 requires exported destructorCharles E. Rolke2013-02-081-0/+3
* QPID-4555: HA Replace QueueSettings::declaredExclusive with isTemporary.Alan Conway2013-02-084-6/+5
* QPID-4555: HA Add QueueSettings::declaredExclusive for exclusive queues.Alan Conway2013-02-075-3/+8
* QPID-4555: HA Primary sets explicit qpid.replicate in Queue and Exchange argu...Alan Conway2013-02-0711-101/+109
* QPID-4555: HA Check for backup ready when new backup joins.Alan Conway2013-02-073-3/+9
* QPID-4555: HA Don't shut down on deleting an exchange that is in use as an al...Alan Conway2013-02-071-0/+9
* QPID-4556: pass max depth options correctly. Patch from Brad Hoekstra.Gordon Sim2013-02-061-2/+2
* QPID-4569: export symbol for module loadingGordon Sim2013-02-061-1/+3
* QPID-4569: ensure modules are loaded before processing protocol optionGordon Sim2013-02-051-0/+2
* QPID-4555: Fix handling of no-credit consumers in Queue::getNextMessage.Alan Conway2013-01-312-1/+5
* QPID-4555: HA fix deletion of self from membership.Alan Conway2013-01-311-1/+2
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-312-8/+10
* QPID-4555: HA fix sporadic core dump in BrokerReplicator::disconnectedAlan Conway2013-01-313-9/+24
* QPID-4555: HA Fix race condition in QueueGuardAlan Conway2013-01-313-54/+44
* QPID-4555: HA Test bugs causing sporadic faiulres in ha_tests.ReplicationTest...Alan Conway2013-01-312-12/+19
* NO-JIRA: QPID-3921: More Header file tidy upAndrew Stitcher2013-01-314-15/+10
* QPID-4514: Remove IO start/stop reading primitives used by removed clusterAndrew Stitcher2013-01-305-62/+9
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-3015-63/+2
* NO-JIRA: Fix build error in windows buildAlan Conway2013-01-281-0/+1
* Refer to Url consistently as a struct, not a class. Removes warning on MSVC. ...Stephen D. Huston2013-01-252-2/+2
* NO-JIRA: HA refactor, re-organise code for clarity and thread safety.Alan Conway2013-01-2314-298/+442
* NO-JIRA: HA refactor, centralize critical error shutdown logic.Alan Conway2013-01-234-17/+17
* QPID-4546: review feedback and re-enable federation system testsKenneth Anthony Giusti2013-01-222-4/+11
* QPID-4546: delete links regardless of connection state.Kenneth Anthony Giusti2013-01-222-45/+77
* NO-JIRA: Add abort() implementation for SSL client code - this make heartbeatsAndrew Stitcher2013-01-221-1/+21
* QPID-4543 - The Move-Messages method no longer returns an error if no message...Ted Ross2013-01-212-11/+13
* QPID-4545: expose certain 'internal' symbols necessary for AMQP 1.0 supportGordon Sim2013-01-211-7/+8
* QPID-4095: New boost filesystem support. This commit removes the requirement ...Charles E. Rolke2013-01-182-23/+36
* QPID-4516: Undo use of atomic status in HaBroker.cppAlan Conway2013-01-152-39/+29
* NO-JIRA: Add brokertest.py to EXTRA_DIST, required by ha_tests.py.Alan Conway2013-01-141-0/+1
* QPID-4535 Cmake build broken by legacy storeCharles E. Rolke2013-01-141-3/+31
* QPID-4514: Clean up cluster code: remove passive links.Alan Conway2013-01-144-51/+5
* QPID-4514: Clean up cluster code: remove unused testlib.pyAlan Conway2013-01-141-766/+0
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-145-127/+10
* QPID-4514: Clean up cluster code: sasl_fed_ex testAlan Conway2013-01-141-81/+11