mirror of https://github.com/getdnsapi/getdns.git
Update team and supported features in team
This commit is contained in:
parent
4c8a179e87
commit
a4aa4a4d9b
14
README.md
14
README.md
|
@ -1,7 +1,7 @@
|
||||||
getdns API
|
getdns API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Date: 2014-09-02
|
* Date: 2014-10-27
|
||||||
* GitHub: <https://github.com/getdnsapi/getdns>
|
* GitHub: <https://github.com/getdnsapi/getdns>
|
||||||
|
|
||||||
getdns is an implementation of a modern asynchronous DNS API specification
|
getdns is an implementation of a modern asynchronous DNS API specification
|
||||||
|
@ -130,13 +130,7 @@ execute the following steps as root:
|
||||||
|
|
||||||
The following API calls are documented in getDNS but *not supported* by the implementation at this time:
|
The following API calls are documented in getDNS but *not supported* by the implementation at this time:
|
||||||
|
|
||||||
* Support for OPT Records in `getdns_general` and variants via the `extensions` parameter.
|
* DNS Search suffixes
|
||||||
* EDNS options
|
|
||||||
* `getdns_context_set_edns_do_bit`
|
|
||||||
* `getdns_context_set_edns_version`
|
|
||||||
* `getdns_context_set_edns_extended_rcode`
|
|
||||||
* `GETDNS_CONTEXT_TCP_ONLY_KEEP_CONNECTIONS_OPEN` with `getdns_context_set_dns_transport`
|
|
||||||
* DNS Search suffixes / local file support
|
|
||||||
* `getdns_context_set_append_name`
|
* `getdns_context_set_append_name`
|
||||||
* `getdns_context_set_suffix`
|
* `getdns_context_set_suffix`
|
||||||
* Setting root servers via `getdns_context_set_dns_root_servers`
|
* Setting root servers via `getdns_context_set_dns_root_servers`
|
||||||
|
@ -233,11 +227,15 @@ Note that in order to compile the examples, the `--with-libevent` switch is requ
|
||||||
Contributors
|
Contributors
|
||||||
============
|
============
|
||||||
* Craig Despeaux, Verisign, Inc.
|
* Craig Despeaux, Verisign, Inc.
|
||||||
|
* John Dickinson, Sinodun
|
||||||
|
* Sara Dickinson, Sinodun
|
||||||
* Neel Goyal, Verisign, Inc.
|
* Neel Goyal, Verisign, Inc.
|
||||||
|
* Shumon Huque, Verisign Labs
|
||||||
* Olaf Kolkman, NLnet Labs
|
* Olaf Kolkman, NLnet Labs
|
||||||
* Allison Mankin, Verisign, Inc. - Verisign Labs.
|
* Allison Mankin, Verisign, Inc. - Verisign Labs.
|
||||||
* Melinda Shore, No Mountain Software LLC
|
* Melinda Shore, No Mountain Software LLC
|
||||||
* Willem Toorop, NLnet Labs
|
* Willem Toorop, NLnet Labs
|
||||||
|
* Gowri Visweswaran, Verisign Labs
|
||||||
* Wouter Wijngaards, NLnet Labs
|
* Wouter Wijngaards, NLnet Labs
|
||||||
* Glen Wiley, Verisign, Inc.
|
* Glen Wiley, Verisign, Inc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue