summaryrefslogtreecommitdiff
path: root/python/qpid/session.py
Commit message (Expand)AuthorAgeFilesLines
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-211-1/+0
* fixed some more channel attribute errors; eliminated most uses of catchup in ...Rafael H. Schloming2009-08-211-2/+5
* fixed attribute errorRafael H. Schloming2009-08-211-2/+3
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-201-2/+0
* - removed old and redundent testsRafael H. Schloming2009-08-111-129/+70
* only sync when we need toRafael H. Schloming2009-06-021-1/+3
* made codegen happen on module import rather than on object instantiation, thi...Rafael H. Schloming2009-01-081-19/+4
* use long syntax for flow control literals, this will hopefully avoid future w...Rafael H. Schloming2008-11-101-1/+1
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-0/+1
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-161-4/+6
* QPID-947: Switched over to using proper RFC 1982 serial numbers.Rafael H. Schloming2008-05-231-2/+2
* QPID-1064: made qpid-config close the session/connection; added incoming.stop...Rafael H. Schloming2008-05-151-2/+7
* QPID-947: fixed typo in prior commitRafael H. Schloming2008-05-121-1/+1
* QPID-947: added handler for known_completed and generate known_completed when...Rafael H. Schloming2008-05-121-0/+10
* QPID-947: made python client use execution.sync instead of session.flush when...Rafael H. Schloming2008-05-091-1/+5
* QPID-1045 and QPID-1041: added a destination attribute to incoming queues, an...Rafael H. Schloming2008-05-091-1/+12
* QPID-1045: always notify incoming message queues of session closure and provi...Rafael H. Schloming2008-05-091-18/+26
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-5/+7
* Add support for reading 0-10 arrays; Set sync bit on session header for comma...Gordon Sim2008-04-231-0/+1
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-7/+24
* * Fix interpretation of accept-mode, 0 == EXPLICITGordon Sim2008-04-141-0/+3
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-1/+4
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-111-2/+9
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-101-5/+6
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-071-13/+41
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-071-9/+35
* preliminary support for message headersRafael H. Schloming2008-03-061-1/+9
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-061-4/+3
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-051-22/+57
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-041-0/+208