<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/python, branch qpid-3603-5</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>Merge branch 'qpid-3603-4-rebase' into qpid-3603-5</title>
<updated>2012-02-13T23:50:18+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T23:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=057a0635e081848ba59964c4a8e0923e521b7fe6'/>
<id>057a0635e081848ba59964c4a8e0923e521b7fe6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-5@1243748 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/branches/qpid-3603-5@1243748 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3175: removed the sasl_mechanisms default</title>
<updated>2012-02-02T19:54:49+00:00</updated>
<author>
<name>Rafael H. Schloming</name>
<email>rhs@apache.org</email>
</author>
<published>2012-02-02T19:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=0837de3f63e5b59535edcbc737182e959d4b32ed'/>
<id>0837de3f63e5b59535edcbc737182e959d4b32ed</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239795 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@1239795 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3175: applied patch with a default sasl_mechanisms of ANONYMOUS</title>
<updated>2012-01-30T21:04:58+00:00</updated>
<author>
<name>Rafael H. Schloming</name>
<email>rhs@apache.org</email>
</author>
<published>2012-01-30T21:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=76b0cc37d272c6b50c5fc055fbcbaf8c1dc31400'/>
<id>76b0cc37d272c6b50c5fc055fbcbaf8c1dc31400</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1238012 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@1238012 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://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b6460538f1eaa6994f41decd1a1c14de5fc34aec'/>
<id>b6460538f1eaa6994f41decd1a1c14de5fc34aec</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@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@1236729 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Avoid endless reconnect loop in python client.</title>
<updated>2012-01-25T20:31:50+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-01-25T20:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e9721fa6f4f5a00483cab5c1391b0f27091d7a88'/>
<id>e9721fa6f4f5a00483cab5c1391b0f27091d7a88</id>
<content type='text'>
In the case where a connection succeeds up to connect-ok but immediately aborts
the python client would loop forever re-trying the same address. The fix is
not to reset the index on connect-ok so the client try each address in turn
for the full list of addresses.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1235918 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the case where a connection succeeds up to connect-ok but immediately aborts
the python client would loop forever re-trying the same address. The fix is
not to reset the index on connect-ok so the client try each address in turn
for the full list of addresses.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1235918 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://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f9ad7c6d6f7a568d449df9f731558206bbd81b8b'/>
<id>f9ad7c6d6f7a568d449df9f731558206bbd81b8b</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@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@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://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=58e26a83d2d1bccebc28302be396e5c7b625e7ff'/>
<id>58e26a83d2d1bccebc28302be396e5c7b625e7ff</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@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@1235255 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3629: Changed management of credit window</title>
<updated>2011-11-23T16:01:25+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2011-11-23T16:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=77361a62577d5932329073896a4d481d29facc68'/>
<id>77361a62577d5932329073896a4d481d29facc68</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1205467 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@1205467 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3626: fix python client access to timestamp delivery property</title>
<updated>2011-11-17T15:44:44+00:00</updated>
<author>
<name>Kenneth Anthony Giusti</name>
<email>kgiusti@apache.org</email>
</author>
<published>2011-11-17T15:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=012bf3db1746fc978d58b4a944179e7ca0c7fda6'/>
<id>012bf3db1746fc978d58b4a944179e7ca0c7fda6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1203225 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@1203225 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3552: fix problem when new flag is not in use</title>
<updated>2011-11-10T08:52:54+00:00</updated>
<author>
<name>Keith Wall</name>
<email>kwall@apache.org</email>
</author>
<published>2011-11-10T08:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=54afdfd9575729fff69e7b66178a8f9cbf3d7cdd'/>
<id>54afdfd9575729fff69e7b66178a8f9cbf3d7cdd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200223 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@1200223 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
