summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/py
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA - Moved src/py to pythonTed Ross2013-09-0620-2146/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5066: Repackaged all Dispatch Python modules to qpid.dispatchDarryl L. Pierce2013-08-2320-25/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - Updates to the routerTed Ross2013-08-014-0/+133
| | | | | | | | - The router module now tracks other router nodes (neighbors and non-neighbors) - Tracked nodes are communicated to the router_node.c fast-path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4968 - Added an IO adapter for python modules to send and receive messagesTed Ross2013-07-0812-95/+181
| | | | | | | | | | QPID-4967 - Integrated the python router into the main program - Updated the log module: added the full complement of severity levels - Added stub versions of the dispatch python adapters so the python components can be tested in a standalone environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4968 - Added an adapter module for Python-to-Dispatch calls.Ted Ross2013-07-051-1/+4
| | | | | | | | Implemented LogAdapter within the "dispatch" module to allow Python modules to emit logs in Dispatch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4967 - Added the Python routing engine and integrated its tests into ctestTed Ross2013-06-2811-0/+1497
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497770 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added Listener and Connector Configuration, Wired in SSL support.Ted Ross2013-06-244-147/+417
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1496189 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4913 - Work-in-progres for configuration file reader.Ted Ross2013-06-072-0/+166
Note that this commit adds the use of embedded Python code. Installation support is needed to ensure that the embedded python components are installed in the libexec area. Also, the configuration file path is currently hard-coded. This will be fixed shortly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490848 13f79535-47bb-0310-9956-ffa450edef68