summaryrefslogtreecommitdiff
path: root/dns/query.py
Commit message (Expand)AuthorAgeFilesLines
* add poll() support; bump version to 1.9.0Bob Halley2010-10-271-9/+73
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-171-1/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-10/+9
* specify tsig algorithm correctly when passing to use_tsigBob Halley2010-01-131-1/+1
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* add support for more TSIG algorithmsBob Halley2009-11-131-2/+5
* Set the socket used for xfrs to nonblocking mode.Bob Halley2009-07-271-0/+1
* _addresses_equal() needs the afBob Halley2009-06-191-1/+1
* When checking for "same address", use the binary form of the address.Bob Halley2009-06-181-3/+11
* update copyrightsBob Halley2009-06-181-1/+1
* add UDP IXFR supportBob Halley2009-03-301-9/+29
* add one_rr_per_rrset mode switch to methods which parse messages from wire fo...Bob Halley2009-03-301-6/+15
* If select() raises an exception due to EINTR, we should just select()Bob Halley2007-11-251-16/+23
* only check port on multicast responseBob Halley2007-06-141-1/+1
* add basic multicast supportBob Halley2007-06-131-1/+3
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* add ignore_unexpected option dns.query.udp()Bob Halley2006-11-031-8/+15
* include more detail when raising UnexpectedSourceBob Halley2006-11-011-1/+3
* fix IXFR bugs, check more of IXFR for correctnessBob Halley2006-07-201-17/+37
* deal with up-to-dateBob Halley2006-07-201-0/+2
* add IXFR supportBob Halley2006-07-201-15/+28
* Preliminary Unicode supportBob Halley2005-11-131-1/+1
* fix doco bugs; note need to match relativize between dns.query.xfr() and dns....Bob Halley2005-10-171-4/+5
* allow source address and port to be specified in query.{udp,tcp,xfr}Bob Halley2005-09-021-8/+43
* EALREADY is OK tooBob Halley2005-09-021-1/+1
* improve documentation of "where" parameterBob Halley2005-09-021-3/+3
* update copyrightsBob Halley2005-09-021-1/+1
* make sending queries via IPv6 workBob Halley2005-09-021-10/+44
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* Add documentation for where parameter in dns.query.*Bob Halley2005-09-021-0/+6
* initial importBob Halley2005-09-021-0/+261