| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | increase EDNS coverage | Bob Halley | 2020-07-26 | 1 | -0/+21 |
| | | |||||
| * | Add dns.edns.register_type(). | Brian Wellington | 2020-07-17 | 1 | -0/+37 |
| | | | | | This allows an application to register a custom EDNS option type. | ||||
| * | more EDNS coverage | Bob Halley | 2020-06-19 | 1 | -0/+27 |
| | | |||||
| * | Improve EDNS option test coverage. | Brian Wellington | 2020-06-17 | 1 | -8/+13 |
| | | |||||
| * | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 1 | -2/+0 |
| | | | | | None of these are needed anymore. | ||||
| * | added tests for dns.edns.ECSOption.from_text() | kimballo | 2019-10-03 | 1 | -0/+41 |
| | | |||||
| * | The EDNS0 client-subnet code didn't work correctly for addresses that | Bob Halley | 2019-05-03 | 1 | -0/+7 |
| | | | | | | | | | were not a multiple of 8 bits. Instead of preserving the required number of high-order bits, it cleared that number of low-order bits. Thanks to Brian Wellington for discovering this and providing the correct code. | ||||
| * | fix coding lines broken by copyright update | Bob Halley | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | The IPv4 and IPv6 inet_ntoa() functions were returning binary | Bob Halley | 2017-01-02 | 1 | -1/+1 |
| | | | | | instead of text, a Py2/Py3 merge bug. | ||||
| * | Clarify ceiling, add tests, fix doc, fix python3 | pascal.bouchareine | 2016-11-08 | 1 | -0/+63 |
| - bad class doc - explicit ceil - python3 encoding issue - improve edns testing | |||||
