index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
getaddrinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement EDNS0 support, as EDNS0 support will be made mandatory for
ume
2001-06-10
1
-1
/
+5
*
Nuke non-standard EAI_RESNULL.
ume
2001-03-17
1
-8
/
+0
*
Fix style that got corrupted.
obrien
2001-03-05
1
-17
/
+17
*
Fix FreeBSD id style breakage from rev 1.17
obrien
2001-03-05
1
-1
/
+1
*
Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some
ume
2001-02-19
1
-5
/
+0
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-4
/
+6
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
1
-234
/
+252
*
Use _close() instead of close() in addrconfig() to keep it from becoming a
jasone
2000-07-21
1
-3
/
+3
*
reject empty scopeid. use strtoul() for checking all-numericness of
itojun
2000-07-09
1
-8
/
+15
*
sync with kame.
itojun
2000-07-05
1
-29
/
+50
*
Don't call _getipnodebyname_multi(). It fixes the problem that
ume
2000-06-20
1
-190
/
+1216
*
Change getaddrinfo() resolve order
shin
2000-04-20
1
-44
/
+23
*
Change IPv6 scoped addr format again based on recent standard discussion.
shin
2000-02-19
1
-2
/
+2
*
Let getaddrinfo() and related functions supports traditional IPv4 format
shin
2000-02-10
1
-1
/
+3
*
IPv6 scoped addr format is changed as recent KAME change.
shin
2000-02-09
1
-2
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-1
/
+1
*
Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are
shin
2000-01-26
1
-116
/
+17
*
added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case
shin
2000-01-13
1
-1
/
+4
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-2
/
+2
*
Small bug fix and improvements
shin
1999-12-28
1
-0
/
+7
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
1
-0
/
+1014