summaryrefslogtreecommitdiff
path: root/extras
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: update version numbers/datesRobert Gemmell2015-06-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-cpp-0.34-rc/qpid@1687472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6110: Add manifest includes for license and notice filesJustin Ross2014-09-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: fix up LICENSE + NOTICE etc filesRobert Gemmell2014-08-271-19/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1620850 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: Advance version numbers on trunk to 0.29Justin Ross2014-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5932: tweak patch to support older versions of python.Ken Giusti2014-07-291-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614334 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5932: Use default parameter values for method calls if necessary.Ken Giusti2014-07-281-85/+46
| | | | | | Original patch by Ernest Allen. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1579690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541283 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5257 - Left a note to show where the new location is.Ted Ross2013-10-241-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535464 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5257 - Removed dispatch code from its old locationTed Ross2013-10-24111-19905/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535460 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added printed tracebacks for exceptions in the python router code.Ted Ross2013-10-241-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Removed "area" from the configuration as it is not currently ↵Ted Ross2013-10-228-20/+13
| | | | | | implemented git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1534726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Cleaned up the format of a router-id in the message annotations.Ted Ross2013-10-225-16/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1534710 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5238 - Added several DISCOVER-* operations from the management spec.Ted Ross2013-10-213-44/+205
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1534391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed a possible mutex problem where a value might be used after ↵Ted Ross2013-10-181-12/+26
| | | | | | it was freed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1533586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-188-25/+112
| | | | | | | | - Fixed propagation of the deletion of locally-attached mobile addresses - Changed 'global' address class to 'mobile' to be consistent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1533581 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Removed an unneeded critical section.Ted Ross2013-10-161-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532829 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5238 - Changed the container agent's address to "$management" to match ↵Ted Ross2013-10-152-2/+2
| | | | | | the specification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532541 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-1511-338/+249
| | | | | | | | | | | - Removed unneeded python router code - Added propagation of subscribed global addresses - Broke out address statistics to include to/from-container counts - Trace no longer optional, broke down and added loop prevention - Don't allow endpoint subscriptions to subscribe to local-class addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532528 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed a bug in the composition of nested composite fields.Ted Ross2013-10-152-2/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-115-32/+34
| | | | | | | | - Fixed bug that blocked routing of messages inbound from a client link - Changed trace to accept any initial header value git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531328 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added missing change from last commit.Ted Ross2013-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531089 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Moved the test configurations into topology-specific foldersTed Ross2013-10-107-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531088 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5221 - Added a configurable role for connections that constrains their use.Ted Ross2013-10-1013-97/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531084 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5220 - Added configuration support for three operational modes of the ↵Ted Ross2013-10-0911-50/+92
| | | | | | router. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530798 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-097-6/+188
| | | | | | | | | - Fixed a number of issues found during a three-node test - Reduced the amount of log output at the DEBUG level - Added configuration files for the three-node test (linear A-B-C topology) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530631 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed a couple of bugs in the bitmask module.Ted Ross2013-10-092-3/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530481 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4963 - Removed the broken timer-holdoff feature which was causing the ↵Ted Ross2013-10-091-33/+14
| | | | | | latencies. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530480 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5213 - Added -n option to qdstat to display router-node information.Ted Ross2013-10-081-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - Bug fixes and added clean-up for unused addresses.Ted Ross2013-10-081-6/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530454 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added Jira entries to the change logTed Ross2013-10-081-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530420 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5218 - Fixed crash caused by fanned-out non-presettled messages.Ted Ross2013-10-082-3/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5217 - Added the missing 'dx' prefix on the hash-table module types and ↵Ted Ross2013-10-088-87/+87
| | | | | | functions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530378 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5217 - Brought message and buffer create/destroy functions into ↵Ted Ross2013-10-089-33/+33
| | | | | | | | | compliance with the standard create and destroy convention. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed two memory leaks and one uninitialized-data bug.Ted Ross2013-10-084-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5213 - Added a CLI tool to access management data in the router.Ted Ross2013-10-075-7/+605
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530071 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5212 - Added management-agent access to router state.Ted Ross2013-10-076-11/+212
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - Bug fixes, added a lock to serialize calls into the Python ↵Ted Ross2013-10-046-6/+28
| | | | | | interpreter. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - work in progress on multi-router networksTed Ross2013-10-046-10/+227
| | | | | | | | | | - Added computation of valid origins for destinations - Modified the forwarding algorithm to ensure that only one copy of a message is sent on a given inter-router link - Added test coverage for valid origins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - Work in progress on multi-router networksTed Ross2013-10-0421-216/+776
| | | | | | | | | | | | | | | | | - Added a feature to the hash table to allow referenced objects to hold a direct linkage back to the hash structure for fast deletion and access to the key. This allows the key to be stored in only one place and allows items to be removed without requiring a hash lookup on the key. - Completed the integration of the Python router and the C data structures that track remote routers (neighbor and multi-hop). - Allow multiple addresses in the ioAdapter from Python. - Added a separate address for the hello messages because the messaging pattern is different for these messages. - Added some content to the TODO file. - Added test configurations for a two-router network. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5045 - Added additional indexing for inter-router links.Ted Ross2013-10-025-255/+306
| | | | | | | QPID-5201 - Fixed compile issues under "Release" builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1528512 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5189: Moved the Dispatch Python path to before any default path.Darryl L. Pierce2013-09-302-2/+12
| | | | | | Also added a note in the README.me file explaining how to use config.sh. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527765 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5189: Created config.sh for Qpid DispatchDarryl L. Pierce2013-09-301-0/+26
| | | | | | | The file sets or updates the PYTHONPATH to include the path to the Python modules for Qpid Dispatch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527608 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Fixed the Dispatch doc directory.Darryl L. Pierce2013-09-271-1/+2
| | | | | | | Previously docs were installing to the share directory, not the doc directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527060 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5185 - Updated the default config location.Ted Ross2013-09-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5185: Install qpid-dispatch.conf to /etc/qpidDarryl L. Pierce2013-09-272-1/+2
| | | | | | | Now the file is installed to the same location as other Qpid configuration files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Added a changelog entry.Darryl L. Pierce2013-09-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Install Dispatch documentation files.Darryl L. Pierce2013-09-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1526998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5045 - Added connection-resident shared state for links to associate ↵Ted Ross2013-09-278-6/+115
| | | | | | links on a connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1526988 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Fixed three aliasing issues that broke a "Release" build.Ted Ross2013-09-272-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1526892 13f79535-47bb-0310-9956-ffa450edef68