summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Removed unnecessary extra message filter checkAndrew Stitcher2013-02-141-1/+1
* QPID-4577: Enable/disable high resolution log timestampsCharles E. Rolke2013-02-123-1/+48
* QPID-4579: Fixes building Qpid under the latest GCC (4.8.0).Darryl L. Pierce2013-02-121-19/+24
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-099-89/+351
* 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-0710-94/+98
* QPID-4555: HA Check for backup ready when new backup joins.Alan Conway2013-02-072-3/+7
* 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
* 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 testsKen Giusti2013-01-221-4/+10
* QPID-4546: delete links regardless of connection state.Ken 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-4095: New boost filesystem support. This commit removes the requirement ...Charles E. Rolke2013-01-181-9/+30
* QPID-4516: Undo use of atomic status in HaBroker.cppAlan Conway2013-01-152-39/+29
* QPID-4514: Clean up cluster code: remove passive links.Alan Conway2013-01-144-51/+5
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-145-127/+10
* QPID-4514: Clean up cluster code: SessionImplAlan Conway2013-01-142-92/+35
* QPID-4514: Clean up cluster code: Obsolete management import/export functions.Alan Conway2013-01-142-205/+0
* QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.Alan Conway2013-01-141-5/+0
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2013-01-115-36/+65
* NO-JIRA: HA log message missing sequence number.Alan Conway2013-01-111-1/+1
* QPID-4531 : older GCC libs have error on negative-zero cast.Michael Goulish2013-01-101-7/+13
* NO-JIRA : undoing r1431435. It's wrong, wrong, wrong!Michael Goulish2013-01-101-9/+0
* JIRA-4531 : Variant.cpp cast of -0 failing with older GCCMichael Goulish2013-01-101-0/+10
* QPID-4315: Make Windows workAndrew Stitcher2013-01-091-367/+379
* QPID-4518 : disallow unknown args in config fileMichael Goulish2013-01-091-12/+41
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-0811-86/+61
* QPID-1726 ASF licensed Qpid storeCharles E. Rolke2013-01-075-40/+43
* NO-JIRA: slim down some header file inclusionsAndrew Stitcher2013-01-047-147/+149
* NO-JIRA - refer to DtxTimeout as the struct it is, not a class. Avoids a VC d...Stephen D. Huston2013-01-021-1/+1
* NO-JIRA - add newline at end of fileStephen D. Huston2013-01-021-1/+1
* NO-JIRA: Added Broker.h to recover from r1425038 in windows buildsCharles E. Rolke2012-12-212-0/+2
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-2112-17/+70