summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5257 - Removed dispatch code from its old locationTed Ross2013-10-2433-10169/+0
* QPID-5216 - Removed "area" from the configuration as it is not currently impl...Ted Ross2013-10-221-2/+2
* QPID-5216 - Cleaned up the format of a router-id in the message annotations.Ted Ross2013-10-222-5/+40
* QPID-5238 - Added several DISCOVER-* operations from the management spec.Ted Ross2013-10-212-44/+204
* QPID-5216 - Fixed a possible mutex problem where a value might be used after ...Ted Ross2013-10-181-12/+26
* QPID-5216Ted Ross2013-10-184-17/+94
* NO-JIRA - Removed an unneeded critical section.Ted Ross2013-10-161-3/+0
* QPID-5238 - Changed the container agent's address to "$management" to match t...Ted Ross2013-10-151-1/+1
* QPID-5216Ted Ross2013-10-154-29/+162
* QPID-5216 - Fixed a bug in the composition of nested composite fields.Ted Ross2013-10-151-2/+2
* QPID-5216Ted Ross2013-10-112-9/+17
* QPID-5221 - Added a configurable role for connections that constrains their use.Ted Ross2013-10-104-6/+71
* QPID-5220 - Added configuration support for three operational modes of the ro...Ted Ross2013-10-094-13/+46
* QPID-5216Ted Ross2013-10-092-0/+2
* QPID-5216 - Fixed a couple of bugs in the bitmask module.Ted Ross2013-10-091-3/+3
* QPID-4963 - Removed the broken timer-holdoff feature which was causing the la...Ted Ross2013-10-091-33/+14
* QPID-4967 - Bug fixes and added clean-up for unused addresses.Ted Ross2013-10-081-6/+26
* QPID-5218 - Fixed crash caused by fanned-out non-presettled messages.Ted Ross2013-10-081-3/+2
* QPID-5217 - Added the missing 'dx' prefix on the hash-table module types and ...Ted Ross2013-10-087-74/+74
* QPID-5217 - Brought message and buffer create/destroy functions into complian...Ted Ross2013-10-086-20/+20
* QPID-5216 - Fixed two memory leaks and one uninitialized-data bug.Ted Ross2013-10-084-3/+12
* QPID-5213 - Added a CLI tool to access management data in the router.Ted Ross2013-10-071-6/+29
* QPID-5212 - Added management-agent access to router state.Ted Ross2013-10-074-9/+209
* QPID-4967 - Bug fixes, added a lock to serialize calls into the Python interp...Ted Ross2013-10-043-4/+18
* QPID-4967 - work in progress on multi-router networksTed Ross2013-10-042-2/+81
* QPID-4967 - Work in progress on multi-router networksTed Ross2013-10-047-84/+460
* QPID-5045 - Added additional indexing for inter-router links.Ted Ross2013-10-024-255/+301
* QPID-5045 - Added connection-resident shared state for links to associate lin...Ted Ross2013-09-275-5/+84
* NO-JIRA - Fixed three aliasing issues that broke a "Release" build.Ted Ross2013-09-272-3/+7
* QPID-5173Ted Ross2013-09-267-214/+553
* QPID-4963 - Handle all pending (fired) timers rather than just one.Ted Ross2013-09-071-10/+25
* NO-JIRA - Added tests for field composition, fixed exposed bug in nested comp...Ted Ross2013-09-062-21/+22
* NO-JIRA - Moved src/py to pythonTed Ross2013-09-0620-2146/+0
* QPID-5068 - Beefed up the the annotation test and fixed an additional exposed...Ted Ross2013-09-051-4/+7
* QPID-5068 - Added a delivery-annotation test and fixed the exposed bug.Ted Ross2013-09-051-0/+5
* QPID-5068 - Fixed a bug in the replacement of delivery annotations.Ted Ross2013-09-052-14/+24
* QPID-5068 - Added feature to allow for modification of Delivery AnnotationsTed Ross2013-09-045-40/+230
* NO-JIRA - Updated for compatibility with changes in Proton 0.5Ted Ross2013-09-031-1/+1
* NO-JIRA: Removed trailing whitespaces.Darryl L. Pierce2013-08-2328-64/+62
* QPID-5066: Repackaged all Dispatch Python modules to qpid.dispatchDarryl L. Pierce2013-08-2321-26/+17
* QPID-5045 - Added tests for message REJECT and for the three-ack delivery pat...Ted Ross2013-08-081-2/+4
* QPID-5045 - Added system tests for the routing scenarios, fixed discovered de...Ted Ross2013-08-082-14/+18
* NO-JIRA - Cleanup of the alloc module.Ted Ross2013-08-081-18/+27
* QPID-5045 - Refactored the router data structures to support message and link...Ted Ross2013-08-064-236/+385
* QPID-4967 - Updates to the routerTed Ross2013-08-016-24/+184
* NO-JIRA - Fixed bug in parse-error handling.Ted Ross2013-07-152-1/+4
* QPID-4967 - Router code advancesTed Ross2013-07-126-211/+517
* QPID-4967 - Added the message transmit linkage from python.Ted Ross2013-07-092-2/+34
* QPID-4968 - Added an IO adapter for python modules to send and receive messagesTed Ross2013-07-0816-129/+557
* QPID-4968 - Added an adapter module for Python-to-Dispatch calls.Ted Ross2013-07-055-76/+215