summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/python_embedded.c
Commit message (Expand)AuthorAgeFilesLines
* QPID-5257 - Removed dispatch code from its old locationTed Ross2013-10-241-678/+0
* QPID-5217 - Brought message and buffer create/destroy functions into complian...Ted Ross2013-10-081-2/+2
* QPID-5216 - Fixed two memory leaks and one uninitialized-data bug.Ted Ross2013-10-081-0/+5
* QPID-4967 - Bug fixes, added a lock to serialize calls into the Python interp...Ted Ross2013-10-041-0/+13
* QPID-4967 - Work in progress on multi-router networksTed Ross2013-10-041-6/+17
* QPID-5045 - Added additional indexing for inter-router links.Ted Ross2013-10-021-3/+2
* NO-JIRA - Fixed three aliasing issues that broke a "Release" build.Ted Ross2013-09-271-2/+5
* QPID-5173Ted Ross2013-09-261-4/+5
* QPID-5068 - Added feature to allow for modification of Delivery AnnotationsTed Ross2013-09-041-6/+16
* NO-JIRA: Removed trailing whitespaces.Darryl L. Pierce2013-08-231-2/+2
* QPID-4967 - Updates to the routerTed Ross2013-08-011-1/+0
* QPID-4967 - Router code advancesTed Ross2013-07-121-3/+67
* QPID-4967 - Added the message transmit linkage from python.Ted Ross2013-07-091-2/+24
* QPID-4968 - Added an IO adapter for python modules to send and receive messagesTed Ross2013-07-081-27/+150
* QPID-4968 - Added an adapter module for Python-to-Dispatch calls.Ted Ross2013-07-051-38/+209
* QPID-4968 - Added Python/Dispatch data conversion utilities.Ted Ross2013-07-041-0/+193
* QPID-4913 - Work-in-progres for configuration file reader.Ted Ross2013-06-071-0/+64