summaryrefslogtreecommitdiff
path: root/dns/query.py
Commit message (Collapse)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-201-506/+0
|
* Set response_time to zero when exceptions occur early.Bob Halley2016-02-211-2/+10
|
* Fix for timing, begin_time is not a function.Mattias Lundberg2015-05-271-1/+1
|
* Add response time to the response when querying a server.Mattias Lundberg2015-05-271-0/+6
|
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-2/+0
|
* Amend doc strings for all DNSExceptions to make them suitable for direct ↵Petr Spacek2015-02-121-2/+2
| | | | printing.
* Fix problems with the IXFR state machine which caused long diffs toBob Halley2013-12-111-5/+12
| | | | | fail. Thanks to James Raftery for the fix and the repeated prodding to get it applied :)
* merge rdclass default value doco fixBob Halley2012-05-311-1/+1
|
* doco fixesBob Halley2012-04-081-12/+18
|
* Add source_port support to resolver; fix source_port in query codeBob Halley2012-04-081-42/+31
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* more strings that should be bytesBob Halley2011-05-031-2/+2
|
* check errno values in exceptions in a way that works with python 3Bob Halley2011-05-021-4/+4
|
* more (str,unicode) -> str conversionBob Halley2011-04-281-1/+1
|
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-281-1/+1
|
* merge 1.9.2 masterBob Halley2010-12-121-9/+73
|
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-251-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
| | | | | | | By doing that, we don't get confused if the textual forms for the addresses are equivalent but different (which can happen with IPv6 addresses). Thanks to Kim Davies for finding this bug.
* 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 ↵Bob Halley2009-03-301-6/+15
| | | | format
* If select() raises an exception due to EINTR, we should just select()Bob Halley2007-11-251-16/+23
| | | | | again. Thanks to Geert Jansen for reporting this.
* 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 ↵Bob Halley2005-10-171-4/+5
| | | | dns.zone.from_xfr()
* allow source address and port to be specified in query.{udp,tcp,xfr}Bob Halley2005-09-021-8/+43
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 04:24:59
* EALREADY is OK tooBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-07-22 20:14:42
* improve documentation of "where" parameterBob Halley2005-09-021-3/+3
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-05 16:17:36
* update copyrightsBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48
* make sending queries via IPv6 workBob Halley2005-09-021-10/+44
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-08-04 09:10:14
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
* Add documentation for where parameter in dns.query.*Bob Halley2005-09-021-0/+6
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-25 04:55:28
* initial importBob Halley2005-09-021-0/+261
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40