| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix qpid/python/qpid/brokertest.py to get cluster tests working. | Alan Conway | 2010-10-28 | 1 | -21/+19 |
| * | Ported to work on Windows; uses subprocess, not popen3. Resolves QPID-2492. | Stephen D. Huston | 2010-10-28 | 1 | -12/+33 |
| * | Revert experimental cluster code, too close to 0.8 release. | Alan Conway | 2010-10-27 | 1 | -15/+6 |
| * | New cluster: core framework and initial implementation of enqueue logic. | Alan Conway | 2010-10-25 | 1 | -6/+15 |
| * | QPID-2910: Small fix for python timeout tests | Andrew Donald Kennedy | 2010-10-24 | 1 | -2/+4 |
| * | fixed bug in management of incoming executed set | Rafael H. Schloming | 2010-10-19 | 1 | -0/+1 |
| * | Fixed qpid-stat to skip rows when the underlying data disappears during execu... | Ted Ross | 2010-09-22 | 1 | -1/+3 |
| * | Increase timeout waiting for brokers to be ready. | Alan Conway | 2010-09-20 | 1 | -1/+1 |
| * | fixed detach to not hang on session error, fixed the tests to include a timeo... | Rafael H. Schloming | 2010-09-10 | 3 | -2/+6 |
| * | handle request timeout | Rafael H. Schloming | 2010-09-10 | 1 | -0/+4 |
| * | added extra assertion to check that deletion of default exchanges doesn't work | Rafael H. Schloming | 2010-09-10 | 1 | -0/+1 |
| * | made qpid.datatypes module use builtin UUID when available | Rafael H. Schloming | 2010-09-10 | 2 | -28/+32 |
| * | fixed bool encoding | Rafael H. Schloming | 2010-09-09 | 2 | -0/+13 |
| * | fixed reply-to conversion | Rafael H. Schloming | 2010-08-12 | 2 | -5/+37 |
| * | Correctly parse replies containing multiple qmf messages. | Kenneth Anthony Giusti | 2010-08-11 | 1 | -15/+16 |
| * | fix error reporting for negotiation failure in sasl stub | Rafael H. Schloming | 2010-08-11 | 2 | -1/+6 |
| * | default sasl service to qpidd | Rafael H. Schloming | 2010-08-11 | 1 | -2/+1 |
| * | Added broker wait timeout to broker test framework | Kim van der Riet | 2010-08-10 | 1 | -1/+3 |
| * | Fix test race conditions causing cluster_tests.py:management_test to hang. | Alan Conway | 2010-08-10 | 1 | -13/+13 |
| * | Removed finally - Python before 2.5 did not allow finally together with speci... | Jonathan Robie | 2010-08-09 | 2 | -4/+4 |
| * | Changed conditional assignment to vanilla if/then/else, for compatibility wit... | Jonathan Robie | 2010-08-09 | 1 | -2/+9 |
| * | fixed heartbeating | Rafael H. Schloming | 2010-08-09 | 2 | -4/+40 |
| * | Fix race conditions in brokertest.py and cluster_tests.py. | Alan Conway | 2010-08-04 | 1 | -6/+10 |
| * | Remove prefix in broker logs for brokertest.py. | Alan Conway | 2010-08-03 | 1 | -1/+1 |
| * | fixed bug in flow control logic; added tests | Rafael H. Schloming | 2010-08-02 | 3 | -15/+57 |
| * | default ports for reconnect_urls | Rafael H. Schloming | 2010-07-14 | 1 | -3/+3 |
| * | fixed parsing of failover URLs; fixed driver to notice when reconnect_urls is... | Rafael H. Schloming | 2010-07-14 | 2 | -12/+22 |
| * | eliminate spurious error logging and reconnect attempts | Rafael H. Schloming | 2010-07-13 | 2 | -2/+6 |
| * | fixed missign import and added test case for reconnect_urls | Rafael H. Schloming | 2010-07-13 | 3 | -7/+22 |
| * | corrected whitespace | Rafael H. Schloming | 2010-07-13 | 1 | -1/+1 |
| * | removed old python examples | Rafael H. Schloming | 2010-07-13 | 34 | -2813/+29 |
| * | Fix error introduced in r963409 causing "AttributeError: Broker instance has ... | Alan Conway | 2010-07-13 | 1 | -1/+1 |
| * | Fix test framework error causing "AttributeError: Popen instance has no attri... | Alan Conway | 2010-07-12 | 1 | -2/+2 |
| * | fixed payload of None for text/plain messages | Rafael H. Schloming | 2010-07-12 | 2 | -2/+20 |
| * | convert ttl from seconds to milliseconds | Rafael H. Schloming | 2010-07-08 | 2 | -2/+14 |
| * | Defer delivery of messages in cluster-unsafe context. | Alan Conway | 2010-07-05 | 1 | -9/+7 |
| * | fixed auth username for sasl | Rafael H. Schloming | 2010-06-30 | 1 | -1/+5 |
| * | added accessor for auth_username | Rafael H. Schloming | 2010-06-30 | 3 | -0/+8 |
| * | fixed concurrent close | Rafael H. Schloming | 2010-06-30 | 3 | -42/+162 |
| * | fix mangling for addresses that are None | Rafael H. Schloming | 2010-06-28 | 1 | -1/+1 |
| * | add uuid prefix to addresses beginning with hash(#) | Rafael H. Schloming | 2010-06-25 | 1 | -0/+8 |
| * | fix timeout tests to not leave queues lying around | Rafael H. Schloming | 2010-06-25 | 1 | -1/+1 |
| * | make sure we initialize properties even if application_headers is None | Rafael H. Schloming | 2010-06-25 | 1 | -1/+1 |
| * | added support for x-amqp-0-10.{app-id,content-encoding,routing-key} | Rafael H. Schloming | 2010-06-25 | 3 | -5/+22 |
| * | added optional timeouts to {connection,session,sender,receiver}.close() as we... | Rafael H. Schloming | 2010-06-25 | 5 | -25/+148 |
| * | added full support for unreliable, at-least-once, and at-most-once reliabilit... | Rafael H. Schloming | 2010-06-24 | 2 | -18/+68 |
| * | Make management+cluster test more aggressive. | Alan Conway | 2010-06-23 | 1 | -3/+2 |
| * | Changed README to README.txt throughout the project for consistency. Removed ... | Jonathan Robie | 2010-06-23 | 1 | -0/+0 |
| * | reset reconnect delay after successful connect | Rafael H. Schloming | 2010-06-17 | 1 | -0/+1 |
| * | don't always set the sync bit on send | Rafael H. Schloming | 2010-06-16 | 2 | -8/+31 |