summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4631: Lock down link creation using ACLqpid-4631Charles E. Rolke2013-04-1812-44/+9
* QPID-4631 create link lockdown - fix sasl_fed testCharles E. Rolke2013-03-271-0/+8
* QPID-4631: C++ Broker interbroker links protected by ACLCharles E. Rolke2013-03-222-3/+7
* QPID-4631: C++ Broker interbroker links protected by ACLCharles E. Rolke2013-03-2210-6/+55
* QPID-4586: Add generic (and somewhat experimental) tool for creating, deletin...Gordon Sim2013-03-213-2/+145
* 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-205-56/+126
* 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-182-2/+57
* QPID-4658: Update statistics even when no binding key matches routing keyJustin Ross2013-03-181-5/+7
* QPID-4493: Fixes memory leak in Perl bindings.Darryl L. Pierce2013-03-182-15/+25
* QPID-4621: Arithmetic operations for C++ broker selectorsAndrew Stitcher2013-03-186-284/+561
* QPID-4586: some management related tweaks and fixesGordon Sim2013-03-1815-38/+63
* QPID-4640: Fixed up some of the documentation from the autotools deprecationAndrew Stitcher2013-03-173-42/+105
* QPID-4640: Deprecate autotools build system.Alan Conway2013-03-155-161/+273
* QPID-4640: brokertest.py prints a message and skips tests if qmf.console not ...Alan Conway2013-03-151-1/+4
* QPID-4640: Add files required for legacystore build to distro.Alan Conway2013-03-152-1/+115
* QPID-4623: Fixed the unit test for unknown valuesAndrew Stitcher2013-03-151-2/+2
* QPID-4623: Fixed unknown semantics of "between" comparisonAndrew Stitcher2013-03-152-26/+19
* QPID-4623: Implemented parser and evaluator for BETWEEN comparisonsAndrew Stitcher2013-03-152-19/+57
* QPID-4649: use qpid uuid library instead of pythonKenneth Anthony Giusti2013-03-153-6/+3
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-1444-247/+2412
* QPID-4622: Implement 'LIKE' string matching operations in selectorAndrew Stitcher2013-03-144-18/+227
* 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-133-2/+61
* 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-4576: commit "ready" message if session is transactional; patch from Pav...Gordon Sim2013-03-121-1/+4
* NO-JIRA: Separate catch/finally blocks in ha_tests.py to work on older python.Alan Conway2013-03-121-35/+36
* QPID-4641: C++ build errors re virtual functions but non-virtual destructorAlan Conway2013-03-121-0/+2
* QPID-4646: Remove Perl Makefile.PL from configure.acDarryl L. Pierce2013-03-121-1/+0
* QPID-4590: check management object exists before using itGordon Sim2013-03-121-2/+6
* NO-JIRA: Fix distcheck problems, missing files in installation.Alan Conway2013-03-113-1/+5
* QPID-4637: Remove ProtocolFactory.h from the sources list; it no longer existsJustin Ross2013-03-111-1/+0
* 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-082-0/+7
* QPID-4630: HA Fix starting from persistent store.Andrew Stitcher2013-03-083-45/+88
* 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-077-32/+42
* QPID-4630: HA enable store tests if legacystore is built.Alan Conway2013-03-074-3/+8
* QPID-4558: Selectors for C++ broker - fixes windows builds and 32-bit buildsCharles E. Rolke2013-03-074-16/+25
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-061-6/+2
* QPID-4629 Improve validation of received frames.Andrew Stitcher2013-03-054-25/+39
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-051-8/+7
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-0411-231/+867
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-047-2/+59