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
*
implement if_nameindex and if_freenameindex
Rich Felker
2011-08-03
2
-0
/
+65
*
fix wrong messages in gai_strerror
Rich Felker
2011-08-01
1
-0
/
+2
*
port numbers should always be interpreted as decimal
Rich Felker
2011-08-01
1
-1
/
+1
*
"implement" getnetbyaddr and getnetbyname
Rich Felker
2011-07-12
1
-0
/
+12
*
res_search symbol, aliased to res_query for now (better than nothing)
Rich Felker
2011-06-30
1
-0
/
+3
*
fix bug in ipv6 parsing that prevented parsing a lone "::"
Rich Felker
2011-04-25
1
-4
/
+1
*
ipv6 parsing code (formerly dummied-out)
Rich Felker
2011-04-25
2
-8
/
+62
*
fix bogus return values for inet_pton
Rich Felker
2011-04-21
1
-2
/
+2
*
disallow blank strings as service or host name
Rich Felker
2011-04-20
1
-0
/
+3
*
fix bugs in ipv4 parsing
Rich Felker
2011-04-20
1
-1
/
+2
*
dns lookups: protect against cancellation and fix incorrect error codes
Rich Felker
2011-04-18
1
-4
/
+10
*
overhaul pthread cancellation
Rich Felker
2011-04-17
6
-28
/
+6
*
optimize ntohl etc. in terms of bswap functions
Rich Felker
2011-04-12
4
-20
/
+12
*
workaround broken msghdr struct on 64bit linux
Rich Felker
2011-04-08
2
-0
/
+21
*
fix ipv6 address printing: 2001 appeared as 201, etc.
Rich Felker
2011-04-08
1
-3
/
+5
*
fix broken dns response parsing code that made most ipv6 lookups fail
Rich Felker
2011-04-08
1
-4
/
+6
*
return the requested string as the "canonical name" for numeric addresses
Rich Felker
2011-04-08
1
-0
/
+1
*
fix uninitialized variables in dns lookup code
Rich Felker
2011-04-07
1
-2
/
+2
*
add _res (__res_state()) dummy
Rich Felker
2011-04-06
1
-0
/
+9
*
implement if_indextoname and if_nametoindex functions
Rich Felker
2011-04-05
2
-0
/
+36
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
cleanup socketcall syscall interface to ease porting to sane(r) archs
Rich Felker
2011-02-15
19
-94
/
+17
*
another pointer signedness fix
Rich Felker
2011-02-14
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
55
-0
/
+1570