summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4633, QPID-4634: RHEL 5 related compilation problemsAndrew Stitcher2013-03-085-8/+8
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-085-19/+44
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-081-0/+5
* QPID-4630: HA Fix starting from persistent store.Andrew Stitcher2013-03-082-44/+86
* QPID-4558: Selectors for C++ broker - don't use boost::make_shared<>()Andrew Stitcher2013-03-071-2/+1
* QPID-4630: HA fix inconsistent header file paths in legacystore.Alan Conway2013-03-073-7/+7
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-075-19/+27
* QPID-4558: Selectors for C++ broker - fixes windows builds and 32-bit buildsCharles E. Rolke2013-03-073-15/+24
* QPID-4629 Improve validation of received frames.Andrew Stitcher2013-03-052-24/+37
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-051-8/+7
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-048-186/+720
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-047-2/+59
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-046-5/+936
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-045-2/+188
* NO-JIRA: Changed subject filter to use described value now proton bug should ...Andrew Stitcher2013-03-041-5/+4
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-017-92/+220
* QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.Andrew Stitcher2013-03-014-5/+103
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-0110-813/+727
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-272-3/+8
* QPID-4601: HA backup broker shuts down after redeclaring exchangeAlan Conway2013-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
* 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