<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/nanonameserver.py, branch proc-order</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>lint nanonameserver</title>
<updated>2020-06-24T17:17:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-24T17:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8901c78a32dbbbd4bd4694679443afab89ffd2f1'/>
<id>8901c78a32dbbbd4bd4694679443afab89ffd2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cut-and-paste error.</title>
<updated>2020-06-24T17:04:24+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T17:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa'/>
<id>8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close extra UDP sockets more quickly.</title>
<updated>2020-06-24T17:01:13+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T17:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=9cfb67a66c635992de0f68f131a0756cfd95b3cf'/>
<id>9cfb67a66c635992de0f68f131a0756cfd95b3cf</id>
<content type='text'>
If any UDP sockets are left open due to the corresponding TCP ports
being in use, close them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If any UDP sockets are left open due to the corresponding TCP ports
being in use, close them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2020-06-24T16:09:54+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T16:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=630f580270da66475cd8d829c4ff89c434fc194e'/>
<id>630f580270da66475cd8d829c4ff89c434fc194e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more functionality to nanonameserver.</title>
<updated>2020-06-23T23:46:48+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-23T23:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=167c89548218390cd1c28610bec86524a41617bc'/>
<id>167c89548218390cd1c28610bec86524a41617bc</id>
<content type='text'>
- When no port is specified, pick the same port for UDP and TCP, so that
TCP fallback can be tested.

- Change handlers to get a single Request object instead of individual
parameters.  The Request object contains the message, peer, and
connection_type previously passed, and also adds the local address and
wire format message.  Additionally, it provides convenient properties
for accessing the question.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When no port is specified, pick the same port for UDP and TCP, so that
TCP fallback can be tested.

- Change handlers to get a single Request object instead of individual
parameters.  The Request object contains the message, peer, and
connection_type previously passed, and also adds the local address and
wire format message.  Additionally, it provides convenient properties
for accessing the question.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for TSIG on multi-message responses.</title>
<updated>2020-06-16T22:33:34+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-16T22:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=76d726a769f39aff45433ddea3361f2429bcc59c'/>
<id>76d726a769f39aff45433ddea3361f2429bcc59c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nanonameserver support for TSIG.</title>
<updated>2020-06-16T20:42:09+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-16T20:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a13678ed8afdaf09502abaadcfa85399e6d978f2'/>
<id>a13678ed8afdaf09502abaadcfa85399e6d978f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set tcp_address correctly; allow handle() to return a list</title>
<updated>2020-06-14T19:43:56+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-14T19:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=444d448d5e136d45ae3884f0c91aa4ef40fd646f'/>
<id>444d448d5e136d45ae3884f0c91aa4ef40fd646f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix nanonameserver after removal of dns.trio</title>
<updated>2020-06-12T14:38:34+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-12T14:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=eedbdd2bf6cd5bdee22fcfc1c41105ee57e87b45'/>
<id>eedbdd2bf6cd5bdee22fcfc1c41105ee57e87b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bail out early on ShortHeader</title>
<updated>2020-06-02T14:30:47+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-02T14:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=014f40b8bcbf141e307d695620f3adc9ad2b24c6'/>
<id>014f40b8bcbf141e307d695620f3adc9ad2b24c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
