mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
This commit is contained in:
parent
0563a7a923
commit
b0b6a853f6
13
ares/CHANGES
13
ares/CHANGES
@ -1,16 +1,21 @@
|
|||||||
Changelog for the c-ares project
|
Changelog for the c-ares project
|
||||||
|
|
||||||
* February 19
|
* April 16 2007
|
||||||
|
|
||||||
|
- Yang Tse: Provide ares_getopt() command-line parser function as a source
|
||||||
|
code helper function, not belonging to the actual c-ares library.
|
||||||
|
|
||||||
|
* February 19 2007
|
||||||
|
|
||||||
- Vlad Dinulescu added ares_parse_ns_reply().
|
- Vlad Dinulescu added ares_parse_ns_reply().
|
||||||
|
|
||||||
* February 13
|
* February 13 2007
|
||||||
|
|
||||||
- Yang Tse: Fix failure to get the search sequence of /etc/hosts and
|
- Yang Tse: Fix failure to get the search sequence of /etc/hosts and
|
||||||
DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when
|
DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when
|
||||||
/etc/resolv.conf did not exist or was unable to read it.
|
/etc/resolv.conf did not exist or was unable to read it.
|
||||||
|
|
||||||
* November 22
|
* November 22 2006
|
||||||
|
|
||||||
- Install ares_dns.h too
|
- Install ares_dns.h too
|
||||||
|
|
||||||
@ -18,7 +23,7 @@
|
|||||||
struct, and there are domain/search entries in /etc/resolv.conf, the domains
|
struct, and there are domain/search entries in /etc/resolv.conf, the domains
|
||||||
of the options struct will be overridden.
|
of the options struct will be overridden.
|
||||||
|
|
||||||
* November 6
|
* November 6 2006
|
||||||
|
|
||||||
- Yang Tse removed a couple of potential zero size memory allocations.
|
- Yang Tse removed a couple of potential zero size memory allocations.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user