<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/python/qpid/connection.py, branch qpid-cpp-0.34-rc-winpkg</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python tools</title>
<updated>2012-07-26T14:38:53+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2012-07-26T14:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f37e96a40605ec79edd8d46c1934487578b6682e'/>
<id>f37e96a40605ec79edd8d46c1934487578b6682e</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1366020 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1366020 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3898</title>
<updated>2012-03-14T14:33:28+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2012-03-14T14:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=2e33a281e44994d359fb6176b85ddf48b19f933d'/>
<id>2e33a281e44994d359fb6176b85ddf48b19f933d</id>
<content type='text'>
When connecting through SSL, qpid-tool starts disconnecting and 
reconnecting every 10 seconds.  

The connection it makes is good -- it gets real data.  But then 
it unilaterally decides to disconnect, immediately reconnects -- 
and cycles this way forever.   Well -- until you stop it, anyway.  
qpid-stat does not do this.

This is similar to a problem that was fixed long ago in the original 
code -- but that was written  before SSL support was available in Python.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1300562 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When connecting through SSL, qpid-tool starts disconnecting and 
reconnecting every 10 seconds.  

The connection it makes is good -- it gets real data.  But then 
it unilaterally decides to disconnect, immediately reconnects -- 
and cycles this way forever.   Well -- until you stop it, anyway.  
qpid-stat does not do this.

This is similar to a problem that was fixed long ago in the original 
code -- but that was written  before SSL support was available in Python.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1300562 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>qpid-3778</title>
<updated>2012-01-27T16:18:01+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2012-01-27T16:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=3b8ab7d4b77f7dbde8e376fb3e32961aa1f702ac'/>
<id>3b8ab7d4b77f7dbde8e376fb3e32961aa1f702ac</id>
<content type='text'>
fix for previous fix.
This one doesn't break     
  qpid.tests.connection.ConnectionTest.testCloseGet
  and
  qpid.tests.connection.ConnectionTest.testCloseListen



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1236729 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix for previous fix.
This one doesn't break     
  qpid.tests.connection.ConnectionTest.testCloseGet
  and
  qpid.tests.connection.ConnectionTest.testCloseListen



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1236729 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Backing out change from rev 1235255.</title>
<updated>2012-01-25T20:20:28+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2012-01-25T20:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=abe11960311e4eb1f847b17fd461816b9225c777'/>
<id>abe11960311e4eb1f847b17fd461816b9225c777</id>
<content type='text'>
This change broke these two tests:
  qpid.tests.connection.ConnectionTest.testCloseGet
  qpid.tests.connection.ConnectionTest.testCloseListen


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1235906 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change broke these two tests:
  qpid.tests.connection.ConnectionTest.testCloseGet
  qpid.tests.connection.ConnectionTest.testCloseListen


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1235906 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>qpid-3778</title>
<updated>2012-01-24T14:06:06+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2012-01-24T14:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=fb3a076dffa250fa6e5cd1f35e5210cf541d2041'/>
<id>fb3a076dffa250fa6e5cd1f35e5210cf541d2041</id>
<content type='text'>
see comment in code.
this was causing a "connection aborted" failure when qpid-stat was connected 
through MD5, and there were several qpid-tools also connected, not in any 
special way, and not doing anything.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1235255 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see comment in code.
this was causing a "connection aborted" failure when qpid-stat was connected 
through MD5, and there were several qpid-tools also connected, not in any 
special way, and not doing anything.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1235255 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2637: Mark connection as failed if read from socket fails</title>
<updated>2010-06-02T10:24:10+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2010-06-02T10:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4d44cb82900afdaeaae6ed89faa9e3ea15d7cca5'/>
<id>4d44cb82900afdaeaae6ed89faa9e3ea15d7cca5</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950472 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950472 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>add handling for sasl related failures during connection start</title>
<updated>2010-04-27T16:49:58+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2010-04-27T16:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=863a24e6ec02a98d647033957fbb7c1a3c2c0f9f'/>
<id>863a24e6ec02a98d647033957fbb7c1a3c2c0f9f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938558 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938558 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>capture and report socket errors</title>
<updated>2010-02-16T03:26:06+00:00</updated>
<author>
<name>Rafael H. Schloming</name>
<email>rhs@apache.org</email>
</author>
<published>2010-02-16T03:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e70d6cf30da590232609f8acaa3c2c84d17a17f0'/>
<id>e70d6cf30da590232609f8acaa3c2c84d17a17f0</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910382 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910382 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>removed imports so that the old spec doesn't need to be parsed</title>
<updated>2010-01-21T12:05:43+00:00</updated>
<author>
<name>Rafael H. Schloming</name>
<email>rhs@apache.org</email>
</author>
<published>2010-01-21T12:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=1aaba52bd281fbc64edad8c857ee6c972ae7796f'/>
<id>1aaba52bd281fbc64edad8c857ee6c972ae7796f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901666 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901666 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Added full SASL authentication and security layer for the Python client.</title>
<updated>2009-11-11T17:33:33+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2009-11-11T17:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=ea3ed931fde51d95416c8f25520908f170ef716b'/>
<id>ea3ed931fde51d95416c8f25520908f170ef716b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834975 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834975 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
