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
*
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
*
add ether_aton[_r] and ether_ntoa[_r] functions
Rich Felker
2013-06-25
1
-0
/
+43
*
getifaddrs: implement proper ipv6 netmasks
rofl0r
2013-04-09
1
-2
/
+11
*
getifaddrs: remove unused label
rofl0r
2013-04-06
1
-1
/
+0
*
getifaddrs: use if_nameindex to enumerate interfaces
rofl0r
2013-04-05
1
-23
/
+9
*
getifaddrs: one less indent level
rofl0r
2013-04-05
1
-30
/
+28
*
getifaddrs: less malloc
rofl0r
2013-04-05
1
-55
/
+52
*
add getifaddrs
rofl0r
2013-04-05
1
-0
/
+191
*
implement dn_skipname (legacy resolver function)
Rich Felker
2013-04-04
1
-0
/
+12
*
dynamically allocate storage for gethostby* buffers
Rich Felker
2013-02-02
2
-10
/
+32
*
fix blank ai_canonname from getaddrinfo for non-CNAMEs
Rich Felker
2013-02-02
1
-1
/
+1
*
fix memory leak due to double call to getaddrinfo in gethostbyname*
Rich Felker
2013-02-02
1
-1
/
+0
*
fix error returns in gethostby*_r functions
Rich Felker
2013-02-02
2
-17
/
+10
*
add inet_network (required for wine)
rofl0r
2012-12-19
1
-0
/
+11
*
improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
Rich Felker
2012-11-05
1
-1
/
+2
*
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
Rich Felker
2012-09-29
1
-3
/
+1
*
move accept4, dup3, and pipe2 to non-linux-specific locations
Rich Felker
2012-09-29
1
-0
/
+9
*
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
Rich Felker
2012-09-29
1
-1
/
+14
*
fix getaddrinfo to accept port 0 (zero)
Rich Felker
2012-09-22
1
-2
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
9
-11
/
+11
*
remove scanf dependency from getaddrinfo /etc/services support
Rich Felker
2012-07-22
1
-5
/
+4
*
getaddrinfo /etc/services lookup support
Rich Felker
2012-07-22
1
-3
/
+16
*
make getservby*_r return error code rather than -1 (and using errno)
Rich Felker
2012-07-22
2
-19
/
+35
*
fix logic error for skipping failed interfaces in if_nameindex
Rich Felker
2012-07-21
1
-8
/
+7
*
fix getservby*() with null pointer for protocol argument
Rich Felker
2012-07-14
2
-0
/
+8
*
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
2012-07-12
1
-0
/
+13
*
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
2012-05-16
1
-1
/
+1
*
use __h_errno_location for h_errno
Rich Felker
2012-05-12
2
-0
/
+9
*
improve name lookup performance in corner cases
Rich Felker
2012-04-01
2
-2
/
+2
*
fix for previous incorrect fix of cancellation in dns lookups
Rich Felker
2012-02-23
1
-3
/
+4
*
fix default nameserver when resolv.conf doesn't exist
Rich Felker
2012-02-11
1
-1
/
+2
*
fix illegal goto out of cleanup context in dns lookups
Rich Felker
2012-02-11
1
-3
/
+3
*
make dns lookups (and thus getaddrinfo) cancellable
Rich Felker
2011-09-21
1
-4
/
+11
*
use poll rather than select in dns lookups (also clock_gettime)
Rich Felker
2011-09-21
1
-12
/
+10
*
remove some stray trailing space characters
Rich Felker
2011-09-13
2
-2
/
+2
*
implement if_nameindex and if_freenameindex
Rich Felker
2011-08-03
2
-0
/
+65
[next]