summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-4780: Bug 889552 - HA broker deadlock after loss of primary broker.Alan Conway2013-04-263-29/+37
* QPID-3828: When sending large messages loss of connection is not detected eve...Andrew Stitcher2013-04-251-1/+1
* QPID-4764: tweaks to locking in receiver and session to avoid deadlockGordon Sim2013-04-252-5/+8
* NO-JIRA: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-231-5/+5
* QPID-4765: "Incorrect parameter validation for legacystore wcache-page-size a...Kim van der Riet2013-04-221-30/+18
* QPID-4759 : backed out change -- can't hard-code Cyrus SASL default. bad for...Michael Goulish2013-04-201-1/+0
* QPID-4759 : make --help output show default value for --sasl-configMichael Goulish2013-04-201-0/+1
* QPID-4757: C++ Broker report sasldb failures more clearly when problem may be...Charles E. Rolke2013-04-191-0/+7
* QPID-4748: Consistent handling of durations - apply changes to Windows platformCharles E. Rolke2013-04-191-1/+25
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-1910-42/+61
* QPID-4734: Expand ignoring warnings to all patchlevels of gcc 4.4Andrew Stitcher2013-04-181-1/+1
* QPID-3689: Change tcp nodelay to be the defaultAndrew Stitcher2013-04-172-2/+2
* QPID-4736: Demote journal log messages from warn to infoCharles E. Rolke2013-04-171-2/+2
* QPID-3921: Move code from Statement.h to Statement.cppAndrew Stitcher2013-04-161-1/+58
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Ken Giusti2013-04-117-48/+93
* QPID-4735: ACL file size/count upper limit checks incorrectCharles E. Rolke2013-04-102-73/+34
* QPID-4734: Release builds fail on GCC 4.4.7 / Boost 1.41Andrew Stitcher2013-04-101-0/+5
* QPID-4727:C++ Broker ACL keyword to reference default exchange.Charles E. Rolke2013-04-083-3/+15
* QPID-4717 - Added missing call to statisticsUpdated for Exchanges.Ted Ross2013-04-051-0/+2
* QPID-4718: set exclusive owner on subscription queueGordon Sim2013-04-051-0/+1
* QPID-4716: set durability on terminusGordon Sim2013-04-052-1/+27
* QPID-4700: fix typo in mapping for 'to' fieldGordon Sim2013-04-031-1/+1
* QPID-4692 ACL queue quotas did not count autodelete - patch by Ernie AllenCharles E. Rolke2013-04-021-0/+4
* QPID-4679: Cleaned up processing of addresses, including errors and warnings ...Gordon Sim2013-03-298-63/+241
* QPID-4675: Allow receivers from direct exchanges without a subject filterGordon Sim2013-03-281-3/+1
* QPID-4674: Detect asynchronous connection close, session end and link detachGordon Sim2013-03-284-9/+69
* QPID-4672: C++ Broker deadlock in XmlExchange unbindCharles E. Rolke2013-03-272-3/+12
* QPID-4668: Message is only redelivered if delivery count is greater than 1Gordon Sim2013-03-261-1/+1
* QPID-4667: Fix for selective message acknowledgement over AMQP 1.0Gordon Sim2013-03-261-1/+5
* QPID-4586: Compilation fix for windowsGordon Sim2013-03-251-0/+1
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-2330-93/+236
* QPID-4558: C++ broker selectors: trivial - remove unnecessary templatesAndrew Stitcher2013-03-201-15/+12
* NO-JIRA: silence irrelevant warning in release modeAndrew Stitcher2013-03-201-0/+2
* QPID-4558: C++ broker selectors: Improved error reportingAndrew Stitcher2013-03-204-56/+120
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-195-11/+13
* QPID-4624: Implement IN operator for C++ broker selectorsAndrew Stitcher2013-03-181-2/+50
* QPID-4658: Update statistics even when no binding key matches routing keyJustin Ross2013-03-181-5/+7
* QPID-4621: Arithmetic operations for C++ broker selectorsAndrew Stitcher2013-03-185-216/+408
* QPID-4586: some management related tweaks and fixesGordon Sim2013-03-1815-38/+63
* QPID-4623: Fixed unknown semantics of "between" comparisonAndrew Stitcher2013-03-151-26/+14
* QPID-4623: Implemented parser and evaluator for BETWEEN comparisonsAndrew Stitcher2013-03-151-19/+50
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-1435-246/+2187
* QPID-4622: Implement 'LIKE' string matching operations in selectorAndrew Stitcher2013-03-142-18/+215
* QPID-4558: Fix string iterator being dereferenced 1 beyond end().Andrew Stitcher2013-03-141-2/+2
* QPID-4559 - Added handling of the queue-delete preconditions in the qmf broke...Ted Ross2013-03-132-1/+23
* QPID-4595: ensure completions for previously received messages are sent when ...Gordon Sim2013-03-121-0/+1
* QPID-4625: Extract amqp 1.0 application-properties from messagesAndrew Stitcher2013-03-126-5/+81
* QPID-4641: C++ build errors re virtual functions but non-virtual destructorAlan Conway2013-03-121-0/+2
* QPID-4590: check management object exists before using itGordon Sim2013-03-121-2/+6
* QPID-4632 - Improvement to queue threshold alertingTed Ross2013-03-084-78/+67