index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
add SOCK_CLOEXEC fallback for socketpair on old kernels
Rich Felker
2014-06-06
1
-1
/
+19
*
implement dn_comp RFC 1035 domain name compression
Szabolcs Nagy
2014-06-06
1
-1
/
+102
*
accept trailing . and empty domain names
Szabolcs Nagy
2014-06-06
3
-12
/
+16
*
fix the domain name length limit checks
Szabolcs Nagy
2014-06-05
3
-8
/
+8
*
fix multiple validation issues in dns response label parsing
Szabolcs Nagy
2014-06-05
1
-4
/
+6
*
fix missing function declarations in refactored ip literal parsing code
Rich Felker
2014-06-05
1
-0
/
+1
*
add support for reverse port lookups from services file to getnameinfo
Rich Felker
2014-06-04
1
-4
/
+35
*
add support for reverse name lookups from hosts file to getnameinfo
Rich Felker
2014-06-04
5
-50
/
+122
*
remove some dummy "ent" function aliases that duplicated real ones
Rich Felker
2014-06-04
1
-8
/
+0
*
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
2014-06-04
3
-8
/
+56
*
fix if_nametoindex return value when interface does not exist
Rich Felker
2014-06-03
1
-1
/
+1
*
fix negative response and non-response handling for dns queries
Rich Felker
2014-06-03
1
-1
/
+4
*
fix some validation checks in dns response parsing code
Rich Felker
2014-06-03
1
-2
/
+3
*
remove cruft from old resolver and numeric ip parsing
Rich Felker
2014-06-02
6
-79
/
+49
*
switch standard resolver functions to use the new dns backend
Rich Felker
2014-06-02
4
-309
/
+145
*
fix uninitialized variable in new __res_msend dns function
Rich Felker
2014-06-02
1
-0
/
+1
*
implement new dns backend, res_send and other legacy resolver functions
Rich Felker
2014-06-02
6
-18
/
+263
*
add ipsec and tunneling protocols to getprotoent-family functions
Timo Teräs
2014-06-02
1
-0
/
+4
*
fix off-by-one in checking hostname length in new resolver backend
Rich Felker
2014-06-02
1
-2
/
+2
*
improve getservbyname_r using new resolver backend
Rich Felker
2014-06-01
2
-22
/
+16
*
improve gethostbyname2_r using new resolver backend
Rich Felker
2014-06-01
1
-35
/
+22
*
refactor getaddrinfo and add support for most remaining features
Rich Felker
2014-05-31
4
-228
/
+360
*
add fallback emulation for accept4 on old kernels
Rich Felker
2014-02-21
1
-1
/
+12
*
add ipv6 and icmpv6 to getprotoent-family functions
Rich Felker
2014-02-13
1
-1
/
+3
*
fix typo in table for getprotoent that caused out-of-bound reads
Rich Felker
2014-02-13
1
-1
/
+1
*
fix argument types for legacy function inet_makeaddr
Rich Felker
2014-01-06
1
-2
/
+1
*
implement legacy function herror
Rich Felker
2013-12-20
1
-0
/
+8
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
13
-18
/
+3
*
remove an unnecessary check in inet_pton
Szabolcs Nagy
2013-12-12
1
-2
/
+1
*
support mix of IPv4 and v6 nameservers in resolv.conf
Rich Felker
2013-11-30
1
-5
/
+31
*
reject invalid address families in getaddrinfo
Rich Felker
2013-11-27
1
-0
/
+3
*
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
Szabolcs Nagy
2013-11-25
1
-3
/
+0
*
Fix dn_comp prototype and add stub
Michael Forney
2013-11-24
1
-0
/
+9
*
Fix dn_expand pointer following
Michael Forney
2013-11-23
1
-1
/
+1
*
fix fd leak (missing close-on-exec) in getifaddrs
Rich Felker
2013-11-20
1
-1
/
+1
*
fix regression in inet_aton due to misinterpretation of __ipparse return
Rich Felker
2013-11-02
2
-3
/
+3
*
fix inet_pton
Szabolcs Nagy
2013-10-23
1
-26
/
+19
*
fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly
Szabolcs Nagy
2013-10-22
1
-5
/
+12
*
fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format
Szabolcs Nagy
2013-10-22
1
-1
/
+4
*
split inet_addr and inet_ntoa back into their own files
Rich Felker
2013-10-21
3
-16
/
+21
*
fix return value for inet_pton in ipv6 failure cases
Rich Felker
2013-10-19
1
-6
/
+6
*
fix regression in dn_expand/reverse dns
Rich Felker
2013-08-23
1
-1
/
+1
*
fix length computation in dn_expand
Rich Felker
2013-08-14
1
-3
/
+5
*
de-duplicate dn_expand, fix return value and signature, clean up
Rich Felker
2013-08-14
2
-48
/
+23
*
fix undefined strcpy call in inet_ntop
Rich Felker
2013-07-25
1
-1
/
+1
*
make inet_ntop format v4-mapped ipv6 addresses properly
Rich Felker
2013-07-25
1
-8
/
+14
*
make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6
Rich Felker
2013-07-24
1
-14
/
+23
*
fix missing SOCK_CLOEXEC in various functions that use sockets internally
Rich Felker
2013-07-09
4
-4
/
+4
*
add stubs for additional legacy ether.h functions
Rich Felker
2013-07-01
1
-0
/
+15
*
implement inet_lnaof, inet_netof, and inet_makeaddr
Rich Felker
2013-06-25
5
-39
/
+55
[next]