Socket6
view release on metacpan or search on metacpan
2004-01-04 Hajimu UMEMOTO <ume@mahoroba.org>
* aclocal.m4: getaddrinfo() is a macro on some systems.
* Socket6.pm: Bump version number to 0.13.
* getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC
3493. return EAI_NONAME instead.
* getnameinfo.c (getnameinfo): add support for NI_NAMEREQD.
2003-12-29 Hajimu UMEMOTO <ume@mahoroba.org>
* add simple test.
2003-10-28 Hajimu UMEMOTO <ume@mahoroba.org>
* Bump version number to 0.12.
* Socket6.pm: Mention that getipnodeby*() was deprecated in
RFC3493.
2001-09-20 Hajimu UMEMOTO <ume@mahoroba.org>
* getaddrinfo.c (getaddrinfo): Correct AI_PASSIVE parsing bug.
Reported by: Rob Siemborski <rjs3@andrew.cmu.edu>
2001-09-18 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.11.
* getaddrinfo.c (getaddrinfo), gai.h: Add support of AI_NUMERICHOST.
* getnameinfo.c (getnameinfo): Use socklen_t rather than size_t.
* getnameinfo.c (getnameinfo): Fix buffer overflow problem.
2001-09-17 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm, Socket6.xs, config.h.in, configure.in: Add glue
functions for getipnodeby*() and gai_strerror().
* Socket6.xs: inet_pton() should work as it is.
* Socket6.xs: Better documentation of inet_pton() and inet_ntop().
* Socket6.pm: Description was filled.
* Socket6.pm, Socket6.xs: Return an error message string if
getaddrinfo() fails.
Submitted by: Jeff Okamoto <okamoto@best.com>
2001-03-27 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.10.
* Socket6.xs: Make compilable under OpenBSD. Though OpenBSD has
KAME, OpenBSD doesn't have netinet6/ipsec.h.
Reported by: Tim Ayers <cpantest@quaday.com>
2001-03-21 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.09.
* aclocal.m4 (IPv6_CHECK_FUNC): There is getaddrinfo(3) in
libsocket under Solaris8.
Reported by: Tomohide Nagashima <tomohide@japan-telecom.co.jp>,
TAKANO Yuji <takachan@running-dog.net>
2001-01-26 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm:
- Fix typo in sample code.
Reported by: Matsumura Naoki <mat@pfu.co.jp>
- Bump version number to 0.08.
2000-05-28 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.07.
* getaddrinfo.c (getaddrinfo):
- Add support for AI_CANONNAME.
- Our fake version of getaddrinfo() only support IPv4.
2000-05-27 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: More description.
Submitted by: Jun-ichiro itojun Hagino <itojun@iijlab.net>
* Socket6.xs (inet_ntop): Make inet_ntop() work with AF_INET.
Submitted by: Jun-ichiro itojun Hagino <itojun@iijlab.net>
2000-05-01 Hajimu UMEMOTO <ume@mahoroba.org>
* gailookup.pl.in: Add -c and -s option.
2000-04-15 Hajimu UMEMOTO <ume@mahoroba.org>
* Makefile.PL: Cosmetic.
2000-04-12 Hajimu UMEMOTO <ume@mahoroba.org>
* aclocal.m4: IPv6 related macros were improved.
* configure.in: Use new macros.
2000-03-23 Hajimu UMEMOTO <ume@mahoroba.org>
* getaddrinfo.c (gai_strerror): Add message for EAI_SERVICE.
2000-03-20 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.06.
* config.pl.in: config.pl did not return a true value at
Makefile.PL line 41.
( run in 0.972 second using v1.01-cache-2.11-cpan-39bf76dae61 )