| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | cleand up and added license header | Rafael H. Schloming | 2009-06-11 | 1 | -17/+27 |
| * | QPID-1786 - Committed qmf patches from Bryan Kearney | Ted Ross | 2009-06-11 | 2 | -2/+13 |
| * | make the client delegate echo heartbeats | Rafael H. Schloming | 2009-06-08 | 1 | -0/+3 |
| * | added nested map to test data | Rafael H. Schloming | 2009-06-04 | 1 | -2/+3 |
| * | Streamlined transaction tests and added some additional coverage. | Rafael H. Schloming | 2009-06-04 | 1 | -33/+68 |
| * | Added commit and rollback to the Session API and streamlined some test utilit... | Rafael H. Schloming | 2009-06-04 | 2 | -27/+146 |
| * | added tests for sender | Rafael H. Schloming | 2009-06-03 | 1 | -0/+35 |
| * | added defines to the test harness and made the delay used by the tests config... | Rafael H. Schloming | 2009-06-02 | 1 | -1/+2 |
| * | added receiver capacity and tests | Rafael H. Schloming | 2009-06-02 | 2 | -19/+70 |
| * | modified start and stop to function independently of fetch vs listen, added R... | Rafael H. Schloming | 2009-06-02 | 2 | -19/+87 |
| * | removed unused attributed | Rafael H. Schloming | 2009-06-02 | 1 | -1/+0 |
| * | removed another turnary if | Rafael H. Schloming | 2009-06-02 | 1 | -1/+4 |
| * | removed another turnary if | Rafael H. Schloming | 2009-06-02 | 1 | -1/+4 |
| * | removed another turnary if | Rafael H. Schloming | 2009-06-02 | 1 | -1/+4 |
| * | first commit of new messaging API and test harness | Rafael H. Schloming | 2009-06-02 | 5 | -1/+1283 |
| * | only sync when we need to | Rafael H. Schloming | 2009-06-02 | 1 | -1/+3 |
| * | made Future.get throw an exception on timeout | Rafael H. Schloming | 2009-06-02 | 1 | -3/+7 |
| * | Added installable python cluster tests that can be run from an external store... | Kim van der Riet | 2009-05-26 | 1 | -194/+1 |
| * | updated imports to work on python 2.6 | Rafael H. Schloming | 2009-05-12 | 3 | -7/+14 |
| * | Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR to... | Kim van der Riet | 2009-05-07 | 1 | -4/+4 |
| * | Added missing import from testlib.py | Kim van der Riet | 2009-05-06 | 1 | -1/+1 |
| * | Added the ability to start and stop a test broker from within the python test... | Kim van der Riet | 2009-05-06 | 1 | -2/+234 |
| * | Fix issue with python clients to cluster, mis handling of channel 0. | Alan Conway | 2009-05-04 | 1 | -2/+1 |
| * | used timed wait to improve debugability | Rafael H. Schloming | 2009-04-18 | 2 | -2/+6 |
| * | QPID-1702 QPID-1706 | Ted Ross | 2009-03-27 | 1 | -2/+2 |
| * | use longs for large hex constant literals, this avoids scary looking warnings... | Rafael H. Schloming | 2009-03-25 | 5 | -15/+15 |
| * | changed regular string encoding from str16_latin to str16 for backwards compa... | Rafael H. Schloming | 2009-03-10 | 1 | -1/+1 |
| * | fixed uuid decoding errors due to read_uuid semantics change | Rafael H. Schloming | 2009-03-06 | 1 | -1/+1 |
| * | added support for encoding buffers | Rafael H. Schloming | 2009-03-06 | 2 | -0/+7 |
| * | codec and unicode tests and fixes | Rafael H. Schloming | 2009-03-06 | 3 | -20/+42 |
| * | Improvements to qpid-stat: | Ted Ross | 2009-02-26 | 1 | -3/+135 |
| * | Added a new utility for viewing broker stats. | Ted Ross | 2009-02-25 | 1 | -3/+26 |
| * | Replace os.uname with platform.uname to enable this to work on Windows | Stephen D. Huston | 2009-02-24 | 1 | -1/+2 |
| * | QPID-1676 - Added client process name and pid to connection object for manage... | Ted Ross | 2009-02-24 | 1 | -1/+5 |
| * | Make sure docstrings are regular strings and not unicode. This works around a... | Rafael H. Schloming | 2009-01-26 | 1 | -2/+2 |
| * | ensure that we always close the socket, even if the other end doesn't | Rafael H. Schloming | 2009-01-22 | 2 | -3/+6 |
| * | ignore hearbeat controls rather than barfing on them, also permit the heartbe... | Rafael H. Schloming | 2009-01-08 | 1 | -2/+7 |
| * | made codegen happen on module import rather than on object instantiation, thi... | Rafael H. Schloming | 2009-01-08 | 5 | -84/+72 |
| * | QPID-691: fixed a typo in getopt args | Rafael H. Schloming | 2008-12-06 | 1 | -1/+1 |
| * | QPID-1512 - Catch only connection-related exceptions in qmf console | Ted Ross | 2008-12-03 | 1 | -0/+3 |
| * | QPID-1419: remove wip support from 0-9 python client | Gordon Sim | 2008-12-02 | 3 | -13/+17 |
| * | Replaced nonexistent type "double" with "float". In python, float | Ted Ross | 2008-12-01 | 1 | -1/+1 |
| * | QPID-1464 - Moved qmf console API out of python/qpid and into python/qmf | Ted Ross | 2008-11-20 | 4 | -1476/+4 |
| * | QPID-1476 - routing keys used for updates can't be used to discriminate by agent | Ted Ross | 2008-11-20 | 1 | -3/+3 |
| * | Avoid unicode in schema labels, which causes problems when they're used as | Ted Ross | 2008-11-13 | 1 | -17/+30 |
| * | Updated qmf-agent API to allow user to specify uid, password, mechanism, and ... | Ted Ross | 2008-11-13 | 1 | -10/+3 |
| * | QPID-1448 - Management APIs and CLI tools are not unicode safe | Ted Ross | 2008-11-11 | 4 | -70/+79 |
| * | use long syntax for flow control literals, this will hopefully avoid future w... | Rafael H. Schloming | 2008-11-10 | 1 | -1/+1 |
| * | fixed potential race condition in qpid.util.listen; added asserts to internal... | Rafael H. Schloming | 2008-11-10 | 1 | -1/+1 |
| * | added a timestamp class to qpid.datatypes and modified codec to use it for AM... | Rafael H. Schloming | 2008-11-10 | 3 | -7/+60 |