summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* improved request/response performance by using an I/O based condition ↵Rafael H. Schloming2009-10-264-21/+73
| | | | | | instead of the default condition from the python threading module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829837 13f79535-47bb-0310-9956-ffa450edef68
* improve assertion messageRafael H. Schloming2009-10-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829822 13f79535-47bb-0310-9956-ffa450edef68
* reworked fix of r827747 (QPID-2149)Rafael H. Schloming2009-10-232-29/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829173 13f79535-47bb-0310-9956-ffa450edef68
* update the broker state so we avoid accidentally generating overlapping drainsRafael H. Schloming2009-10-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues ↵Ted Ross2009-10-221-0/+79
| | | | | | is not adjusted for deleted bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@828674 13f79535-47bb-0310-9956-ffa450edef68
* Modified to work on Windows; fixes QPID-2149.Stephen D. Huston2009-10-202-11/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2131: fix for dropped auth in cluster membersNuno Santos2009-10-201-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827701 13f79535-47bb-0310-9956-ffa450edef68
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@825359 13f79535-47bb-0310-9956-ffa450edef68
* fixed the usage textRafael H. Schloming2009-10-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824366 13f79535-47bb-0310-9956-ffa450edef68
* renamed ping to spoutRafael H. Schloming2009-10-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824361 13f79535-47bb-0310-9956-ffa450edef68
* added an option for loggingRafael H. Schloming2009-10-121-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824297 13f79535-47bb-0310-9956-ffa450edef68
* added ability to specify reply-to and message properties for ping; also ↵Rafael H. Schloming2009-10-112-7/+114
| | | | | | added server example git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824145 13f79535-47bb-0310-9956-ffa450edef68
* added check for target and source being NoneRafael H. Schloming2009-10-112-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824144 13f79535-47bb-0310-9956-ffa450edef68
* added ping and drain examples for the new APIRafael H. Schloming2009-10-112-0/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824108 13f79535-47bb-0310-9956-ffa450edef68
* only invoke readable and writeable if the selectables are still reading and ↵Rafael H. Schloming2009-10-111-2/+4
| | | | | | writing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824107 13f79535-47bb-0310-9956-ffa450edef68
* use ewait on message fetch; added optional args to message constructor and ↵Rafael H. Schloming2009-10-111-14/+42
| | | | | | improved message repr git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824106 13f79535-47bb-0310-9956-ffa450edef68
* fixed subscription to use subject if presentRafael H. Schloming2009-10-111-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824105 13f79535-47bb-0310-9956-ffa450edef68
* catch socket errors on write as well as readRafael H. Schloming2009-10-111-19/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824082 13f79535-47bb-0310-9956-ffa450edef68
* added durable and reconnect options to the testsRafael H. Schloming2009-10-112-22/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824028 13f79535-47bb-0310-9956-ffa450edef68
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-112-11/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824024 13f79535-47bb-0310-9956-ffa450edef68
* made addresses not auto-create by default; added error handling and tests ↵Rafael H. Schloming2009-10-105-92/+301
| | | | | | for nonexist/invalid addresses; added logging for aborted connections; fixed spurious reattach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823890 13f79535-47bb-0310-9956-ffa450edef68
* compatibility changes for python 2.3Rafael H. Schloming2009-10-062-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@822332 13f79535-47bb-0310-9956-ffa450edef68
* Get remaining tests running on WindowsStephen D. Huston2009-10-051-18/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@822091 13f79535-47bb-0310-9956-ffa450edef68
* reenabled spec file cachingRafael H. Schloming2009-09-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820329 13f79535-47bb-0310-9956-ffa450edef68
* produce .pyo's as well as .pyc's on installRafael H. Schloming2009-09-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818583 13f79535-47bb-0310-9956-ffa450edef68
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-243-60/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818556 13f79535-47bb-0310-9956-ffa450edef68
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-234-220/+754
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818075 13f79535-47bb-0310-9956-ffa450edef68
* changed dispatch to throw an attribute error if there is no handlerRafael H. Schloming2009-09-171-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816222 13f79535-47bb-0310-9956-ffa450edef68
* added some empty, min, and max to RangedSetRafael H. Schloming2009-09-172-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816221 13f79535-47bb-0310-9956-ffa450edef68
* Pass 0 ppid property if os.getppid() not supported; fixes QPID-1676Stephen D. Huston2009-09-161-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@815884 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicate methodRafael H. Schloming2009-09-041-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811508 13f79535-47bb-0310-9956-ffa450edef68
* fixed the wait logic for session closeRafael H. Schloming2009-09-042-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811350 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-1/+55
| | | | | | | Committed patch from Ken Giusti git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811188 13f79535-47bb-0310-9956-ffa450edef68
* removed final use of catchupRafael H. Schloming2009-09-031-16/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811088 13f79535-47bb-0310-9956-ffa450edef68
* added timeout option to sendRafael H. Schloming2009-09-032-3/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811066 13f79535-47bb-0310-9956-ffa450edef68
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also ↵Rafael H. Schloming2009-09-023-35/+35
| | | | | | fixed some more imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810573 13f79535-47bb-0310-9956-ffa450edef68
* fixed importRafael H. Schloming2009-09-022-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810511 13f79535-47bb-0310-9956-ffa450edef68
* split out driver and utility code from messaging.py; added _ to private ↵Rafael H. Schloming2009-09-024-540/+597
| | | | | | methods within messaging.py git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810508 13f79535-47bb-0310-9956-ffa450edef68
* use backwards compatible syntax for try, except, finallyRafael H. Schloming2009-09-021-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810503 13f79535-47bb-0310-9956-ffa450edef68
* added sync flag to acknowledge and ack_capcity to SessionRafael H. Schloming2009-09-022-11/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810495 13f79535-47bb-0310-9956-ffa450edef68
* added missing names to __all__Rafael H. Schloming2009-09-011-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ↵Gordon Sim2009-09-011-0/+22
| | | | | | management. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810094 13f79535-47bb-0310-9956-ffa450edef68
* added async send to the API; minor doc updatesRafael H. Schloming2009-08-313-8/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809707 13f79535-47bb-0310-9956-ffa450edef68
* added make doc; modified @synchronized to preserve docstrings and argnamesRafael H. Schloming2009-08-272-8/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808608 13f79535-47bb-0310-9956-ffa450edef68
* added an assertion to check that credit constraints are not violated, and ↵Rafael H. Schloming2009-08-271-1/+3
| | | | | | corrected a bug in a wait condition git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808475 13f79535-47bb-0310-9956-ffa450edef68
* Added help text for exchange typesTed Ross2009-08-251-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807802 13f79535-47bb-0310-9956-ffa450edef68
* worked around the lack of abspath on older systemsRafael H. Schloming2009-08-251-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807754 13f79535-47bb-0310-9956-ffa450edef68
* moved compile and qpid_config sed into install targetRafael H. Schloming2009-08-251-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807727 13f79535-47bb-0310-9956-ffa450edef68
* Added management visibility into the alternate exchange and auto-delete ↵Ted Ross2009-08-251-0/+2
| | | | | | | | | | | attributes of an exchange. Note that auto-delete is not implemented for exchanges. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807712 13f79535-47bb-0310-9956-ffa450edef68
* fallback to format_exception for python 2.3Rafael H. Schloming2009-08-252-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807684 13f79535-47bb-0310-9956-ffa450edef68