| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ability to construct a ClassKey from it's __repr__ string. | Ted Ross | 2008-11-21 | 1 | -6/+23 |
| * | code cleanup on qmf console API | Ted Ross | 2008-11-21 | 2 | -61/+105 |
| * | QPID-1464 - Moved qmf console API out of python/qpid and into python/qmf | Ted Ross | 2008-11-20 | 9 | -16/+34 |
| * | QPID-1476 - routing keys used for updates can't be used to discriminate by agent | Ted Ross | 2008-11-20 | 1 | -3/+3 |
| * | Fix to error handling, without this I was seeing "AttributeError: Exception i... | Gordon Sim | 2008-11-17 | 1 | -1/+1 |
| * | updated version numbers and release notes for M4 | Rafael H. Schloming | 2008-11-15 | 1 | -2/+2 |
| * | Avoid unicode in schema labels, which causes problems when they're used as | Ted Ross | 2008-11-13 | 1 | -17/+30 |
| * | Removed spurious exception re-raise | Ted Ross | 2008-11-13 | 1 | -1/+0 |
| * | Updated qmf-agent API to allow user to specify uid, password, mechanism, and ... | Ted Ross | 2008-11-13 | 1 | -10/+3 |
| * | Removed optimistic-consume option for queues | Ted Ross | 2008-11-12 | 1 | -9/+1 |
| * | added codec tests for int64 | Rafael H. Schloming | 2008-11-11 | 1 | -0/+8 |
| * | QPID-1448 - Management APIs and CLI tools are not unicode safe | Ted Ross | 2008-11-11 | 6 | -76/+100 |
| * | 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 | 4 | -1/+4 |
| * | added a timestamp class to qpid.datatypes and modified codec to use it for AM... | Rafael H. Schloming | 2008-11-10 | 5 | -15/+120 |
| * | Added support for push-routes and queue-based routes. | Ted Ross | 2008-11-05 | 1 | -112/+182 |
| * | Added bank numbers to the routing key of a QMF heartbeat message. | Ted Ross | 2008-11-04 | 1 | -4/+21 |
| * | Clarified broker/agent banks in method names. Added new accessor methods for... | Ted Ross | 2008-11-04 | 1 | -5/+11 |
| * | Fixed usage text for qpid-tool | Ted Ross | 2008-11-04 | 1 | -1/+1 |
| * | Federation enhancements and bug fixes: | Ted Ross | 2008-10-31 | 2 | -4/+110 |
| * | Fixed a problem with improper shutdown that occasionally caused unhandled exc... | Ted Ross | 2008-10-31 | 1 | -0/+1 |
| * | ssl support for the python client | Rafael H. Schloming | 2008-10-28 | 4 | -39/+103 |
| * | fixed a bug in int16 codec | Rafael H. Schloming | 2008-10-28 | 2 | -1/+5 |
| * | Put Url.match back in. It isn't unused. | Ted Ross | 2008-10-27 | 1 | -0/+3 |
| * | Fixed the following problems in qmfconsole.py: | Ted Ross | 2008-10-24 | 1 | -117/+147 |
| * | Use a str16 instead of str8 for qmf method response text | Ted Ross | 2008-10-24 | 2 | -2/+2 |
| * | Added exchange options to qpid-config | Ted Ross | 2008-10-24 | 1 | -24/+59 |
| * | QPID-1348 - Dynamic binding for federation. Parameterized exchange names for... | Ted Ross | 2008-10-24 | 1 | -9/+32 |
| * | Added alternative functions for invoking methods | Ted Ross | 2008-10-24 | 1 | -26/+74 |
| * | QPID-1348 - Reference implementation of dynamic binding | Ted Ross | 2008-10-23 | 6 | -0/+692 |
| * | Marked old python management API as obsolete. Updated 0-10 tests to use new ... | Ted Ross | 2008-10-23 | 3 | -23/+17 |
| * | Allow transport to be set on qpid-route. | Gordon Sim | 2008-10-20 | 2 | -9/+17 |
| * | QPID-1360 - Scaling improvements for QMF | Ted Ross | 2008-10-15 | 3 | -195/+214 |
| * | QPID-1350 - changed syntax of dereference so it becomes optional | Ted Ross | 2008-10-15 | 1 | -6/+6 |
| * | c++ broker: Don't hold on to delivery records for accepted/released messages ... | Gordon Sim | 2008-10-15 | 1 | -0/+1 |
| * | Adjust sizes in tests for change to timestamp setting | Gordon Sim | 2008-10-13 | 1 | -2/+2 |
| * | Allow management clienst to specify transport to use for inter-broker links | Gordon Sim | 2008-10-13 | 1 | -4/+7 |
| * | QPID-1350 - Object reference following in the QMF console API | Ted Ross | 2008-10-10 | 1 | -10/+20 |
| * | QPID-1349 - Push routing for federation (includes hook for dynamic routing) | Ted Ross | 2008-10-10 | 1 | -1/+1 |
| * | QPID-1327 - Add display of source broker in __repr__ for events | Ted Ross | 2008-10-10 | 1 | -35/+37 |
| * | Handle ttl in messages transfers received by the broker 7 added test for it | Gordon Sim | 2008-10-10 | 1 | -3/+25 |
| * | QPID-1327 - Added optional severity override in the eventRaise method | Ted Ross | 2008-10-09 | 1 | -0/+1 |
| * | Added new queue options to qpid-config (lvq, cluster-durable, optimistic) | Ted Ross | 2008-10-08 | 1 | -33/+64 |
| * | QPID-1327 - Added severity field to events, cleaned up routing key usage | Ted Ross | 2008-10-08 | 2 | -16/+35 |
| * | QPID-1327 - Event support for Management | Ted Ross | 2008-10-07 | 7 | -221/+194 |
| * | Added extra queue option | Gordon Sim | 2008-09-30 | 1 | -2/+8 |
| * | Added property-selector to the console getObjects function | Ted Ross | 2008-09-26 | 4 | -69/+65 |
| * | QPID-1292 - Patch from William Henry | Ted Ross | 2008-09-25 | 1 | -5/+62 |
| * | Added event handling, did some code cleanup and fixed some small bugs | Ted Ross | 2008-09-24 | 3 | -118/+327 |
| * | Remove unneeded import statement | Ted Ross | 2008-09-24 | 1 | -1/+0 |