Sha256: 9575ef461980042ce4a58abf9fa013a35a77b1976e4146ab8d85d82f19e6278b

Contents?: true

Size: 727 Bytes

Versions: 22

Compression:

Stored size: 727 Bytes

Contents

TODO
====

ares_reinit()

- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
  like the res_init() resolver function offers

ares_gethostbyname

- When built to support IPv6, it needs to also support PF_UNSPEC or similar,
  so that an application can ask for any protocol and then c-ares would return
  all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.

ares_process

- Upon next ABI breakage ares_process() should be changed to return 'int'
  and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.

ares_process_fd

- Upon next ABI breakage ares_process_fd() should be changed to return
  'int' and return ARES_ENOTINITIALIZED if library has not been initialized.

Version data entries

22 entries across 21 versions & 5 rubygems

Version Path
node-compiler-0.9.1 vendor/node/deps/cares/src/TODO
node-compiler-0.9.0 vendor/node-v7.2.1/deps/cares/src/TODO
node-compiler-0.8.0 vendor/node-v7.2.0/deps/cares/src/TODO
node-compiler-0.7.0 vendor/node-v6.9.1/deps/cares/src/TODO
node-compiler-0.7.0 vendor/node-v7.1.0/deps/cares/src/TODO
racer-0.1.3 ext/libuv/src/ares/TODO
asyncengine-0.0.2.alpha1 ext/asyncengine/libuv/src/ares/TODO
asyncengine-0.0.1.testing1 ext/asyncengine/libuv/src/ares/TODO
asyncengine-0.0.1.testing ext/asyncengine_ext/libuv/src/ares/TODO
noderb-0.0.12 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.11 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.10 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.9 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.8 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.7 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.6 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.4 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.3 ext/noderb_extension/libuv/src/ares/TODO
noderb-0.0.2 ext/noderb_extension/libuv/src/ares/TODO
rednode-0.1.2 ext/node/deps/c-ares/TODO