| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 |
| * | performance tweaks for receive: added configurable threshold for issuing cred... | Rafael H. Schloming | 2010-06-16 | 2 | -5/+21 |
| * | fix for python 2.3 | Rafael H. Schloming | 2010-06-15 | 1 | -1/+3 |
| * | added back values method for backwards compatibility | Rafael H. Schloming | 2010-06-15 | 1 | -2/+7 |
| * | Update for changes to names of qpid-send and qpid-receive. | Alan Conway | 2010-06-14 | 1 | -2/+2 |
| * | brokertest.py: fix ready() test to create a session as well as a connection. | Alan Conway | 2010-06-08 | 1 | -2/+6 |
| * | Fixed sporadic failure of cluster_tests.py sasl_test | Alan Conway | 2010-06-04 | 1 | -3/+3 |
| * | Add tail of broker log to exception message when broker fails to start. | Alan Conway | 2010-06-03 | 1 | -9/+13 |
| * | QPID-2637: Mark connection as failed if read from socket fails | Gordon Sim | 2010-06-02 | 1 | -0/+1 |
| * | Don't use guest/guest default username/password, use None instead (this allow... | Gordon Sim | 2010-06-01 | 1 | -2/+2 |
| * | Fixed: authentication with bad credentials causes cluster broker to exit. | Alan Conway | 2010-05-27 | 1 | -10/+6 |
| * | Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro... | Alan Conway | 2010-05-17 | 1 | -5/+17 |
| * | Increase retry timeout, previous value was causing occasional invald test fai... | Alan Conway | 2010-05-07 | 1 | -1/+1 |
| * | Correct brokertest.retry logic. | Alan Conway | 2010-05-06 | 1 | -4/+4 |
| * | Fix race condition in store+cluster tests. | Alan Conway | 2010-05-03 | 1 | -0/+1 |
| * | Ensure proper error message is reported when connection is closed by broker | Gordon Sim | 2010-04-28 | 1 | -4/+1 |
| * | add handling for sasl related failures during connection start | Gordon Sim | 2010-04-27 | 1 | -1/+10 |
| * | brokertest.py: added __str__ methods to Broker and Popen | Alan Conway | 2010-04-16 | 1 | -0/+4 |
| * | Edited to work on Windows; resolves QPID-2510. | Stephen D. Huston | 2010-04-15 | 1 | -2/+3 |
| * | added get_error | Rafael H. Schloming | 2010-04-14 | 2 | -0/+32 |
| * | fixed a hang in commit and added testDoubleCommit | Rafael H. Schloming | 2010-04-13 | 2 | -0/+13 |
| * | Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recovery | Kim van der Riet | 2010-04-13 | 1 | -12/+19 |
| * | added more complete exception handling/hierarchy | Rafael H. Schloming | 2010-04-13 | 4 | -73/+150 |
| * | candidate fix for testReconnect | Rafael H. Schloming | 2010-04-09 | 1 | -2/+2 |
| * | Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa... | Rafael H. Schloming | 2010-04-09 | 3 | -26/+42 |
| * | removed Message.to | Rafael H. Schloming | 2010-04-09 | 4 | -16/+5 |
| * | clean up pipes from driver side in case nobody is waiting for the error | Rafael H. Schloming | 2010-04-09 | 1 | -2/+7 |
| * | cleanup waiter pipes on error | Rafael H. Schloming | 2010-04-09 | 2 | -0/+21 |
| * | removed duplicates assertion from testReconnect | Rafael H. Schloming | 2010-04-09 | 1 | -1/+2 |
| * | Changes to connection lifecycle methods and Connection parameters: | Rafael H. Schloming | 2010-04-09 | 9 | -116/+177 |
| * | removed testReconnect's redelivered assertions | Rafael H. Schloming | 2010-04-07 | 1 | -4/+5 |
| * | fixed resource leak when close throws an error | Rafael H. Schloming | 2010-04-06 | 1 | -4/+6 |
| * | Remove non-portable @staticmethod from qpid/datatypes.py | Alan Conway | 2010-04-06 | 1 | -7/+5 |