summaryrefslogtreecommitdiff
path: root/python/qpid/connection.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-2637: Mark connection as failed if read from socket failsGordon Sim2010-06-021-0/+1
* add handling for sasl related failures during connection startGordon Sim2010-04-271-1/+10
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-211-1/+0
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-0/+3
* - removed old and redundent testsRafael H. Schloming2009-08-111-17/+48
* fixed ssl closeRafael H. Schloming2009-06-111-23/+1
* updated imports to work on python 2.6Rafael H. Schloming2009-05-121-5/+10
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-2/+1
* ensure that we always close the socket, even if the other end doesn'tRafael H. Schloming2009-01-221-3/+5
* made codegen happen on module import rather than on object instantiation, thi...Rafael H. Schloming2009-01-081-17/+6
* ssl support for the python clientRafael H. Schloming2008-10-281-2/+19
* QPID-1064: made qpid-config close the session/connection; added incoming.stop...Rafael H. Schloming2008-05-151-1/+0
* QPID-1045: always notify incoming message queues of session closure and provi...Rafael H. Schloming2008-05-091-9/+22
* Enabled PLAIN authentication and setting of username and password for 0-10 py...Gordon Sim2008-05-091-3/+8
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-4/+7
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-434/+132
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-3/+9
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-181-4/+6
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-2/+5
* whitespace cleanupRafael H. Schloming2007-10-111-6/+6
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-211-4/+14
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-1/+16
* * Python: reinstated 0-8 framing in parallel with the new 0-10 framingAndrew Stitcher2007-09-121-3/+33
* * python/qpid/codec.pyAndrew Stitcher2007-09-121-3/+25
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-3/+1
* added support for 0-10 style header encodingRafael H. Schloming2007-08-221-1/+57
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-101-3/+3
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-191-0/+3
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-191-0/+3
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-161-0/+3
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-161-71/+133
* use pythonized names to reference spec constantsRafael H. Schloming2007-01-041-11/+11
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-271-3/+5
* Import of qpid from etp:Rafael H. Schloming2006-09-191-0/+265