summaryrefslogtreecommitdiff
path: root/python/qpid/delegates.py
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-16/+4
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-42/+25
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-2/+4
* default sasl service to qpiddRafael H. Schloming2010-08-111-2/+1
* Ensure proper error message is reported when connection is closed by brokerGordon Sim2010-04-281-4/+1
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-121-2/+2
* Removed "finally" clause from top-level try which is incompatible with older ...Ted Ross2009-11-111-2/+0
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-8/+70
* Pass 0 ppid property if os.getppid() not supported; fixes QPID-1676Stephen D. Huston2009-09-161-1/+7
* - removed old and redundent testsRafael H. Schloming2009-08-111-14/+19
* make the client delegate echo heartbeatsRafael H. Schloming2009-06-081-0/+3
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-1/+5
* ensure that we always close the socket, even if the other end doesn'tRafael H. Schloming2009-01-221-0/+1
* ignore hearbeat controls rather than barfing on them, also permit the heartbe...Rafael H. Schloming2009-01-081-2/+7
* QPID-1250: Ensure broker receives session.detached before channel can be reused.Gordon Sim2008-08-181-1/+6
* add enough to the server delegate to permit java clients to connectRafael H. Schloming2008-06-161-2/+5
* QPID-947: added handler for known_completed and generate known_completed when...Rafael H. Schloming2008-05-121-0/+5
* QPID-1045: always notify incoming message queues of session closure and provi...Rafael H. Schloming2008-05-091-9/+8
* Enabled PLAIN authentication and setting of username and password for 0-10 py...Gordon Sim2008-05-091-1/+11
* Make ANONYMOUS the default mechanismGordon Sim2008-05-091-1/+1
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-5/+5
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-111-3/+7
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-101-1/+1
* added support for mapsRafael H. Schloming2008-03-071-3/+6
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-071-0/+18
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-071-5/+9
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-041-0/+111