index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Age
Commit message (
Expand
)
Author
Lines
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-11
/
+11
2012-07-22
remove scanf dependency from getaddrinfo /etc/services support
Rich Felker
-5
/
+4
2012-07-22
getaddrinfo /etc/services lookup support
Rich Felker
-3
/
+16
2012-07-22
make getservby*_r return error code rather than -1 (and using errno)
Rich Felker
-19
/
+35
2012-07-21
fix logic error for skipping failed interfaces in if_nameindex
Rich Felker
-8
/
+7
2012-07-14
fix getservby*() with null pointer for protocol argument
Rich Felker
-0
/
+8
2012-07-12
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
-0
/
+13
2012-05-16
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
-1
/
+1
2012-05-12
use __h_errno_location for h_errno
Rich Felker
-0
/
+9
2012-04-01
improve name lookup performance in corner cases
Rich Felker
-2
/
+2
2012-02-23
fix for previous incorrect fix of cancellation in dns lookups
Rich Felker
-3
/
+4
2012-02-11
fix default nameserver when resolv.conf doesn't exist
Rich Felker
-1
/
+2
2012-02-11
fix illegal goto out of cleanup context in dns lookups
Rich Felker
-3
/
+3
2011-09-21
make dns lookups (and thus getaddrinfo) cancellable
Rich Felker
-4
/
+11
2011-09-21
use poll rather than select in dns lookups (also clock_gettime)
Rich Felker
-12
/
+10
2011-09-13
remove some stray trailing space characters
Rich Felker
-2
/
+2
2011-08-03
implement if_nameindex and if_freenameindex
Rich Felker
-0
/
+65
2011-08-01
fix wrong messages in gai_strerror
Rich Felker
-0
/
+2
2011-08-01
port numbers should always be interpreted as decimal
Rich Felker
-1
/
+1
2011-07-12
"implement" getnetbyaddr and getnetbyname
Rich Felker
-0
/
+12
2011-06-30
res_search symbol, aliased to res_query for now (better than nothing)
Rich Felker
-0
/
+3
2011-04-25
fix bug in ipv6 parsing that prevented parsing a lone "::"
Rich Felker
-4
/
+1
2011-04-25
ipv6 parsing code (formerly dummied-out)
Rich Felker
-8
/
+62
2011-04-21
fix bogus return values for inet_pton
Rich Felker
-2
/
+2
2011-04-20
disallow blank strings as service or host name
Rich Felker
-0
/
+3
2011-04-20
fix bugs in ipv4 parsing
Rich Felker
-1
/
+2
2011-04-18
dns lookups: protect against cancellation and fix incorrect error codes
Rich Felker
-4
/
+10
2011-04-17
overhaul pthread cancellation
Rich Felker
-28
/
+6
2011-04-12
optimize ntohl etc. in terms of bswap functions
Rich Felker
-20
/
+12
2011-04-08
workaround broken msghdr struct on 64bit linux
Rich Felker
-0
/
+21
2011-04-08
fix ipv6 address printing: 2001 appeared as 201, etc.
Rich Felker
-3
/
+5
2011-04-08
fix broken dns response parsing code that made most ipv6 lookups fail
Rich Felker
-4
/
+6
2011-04-08
return the requested string as the "canonical name" for numeric addresses
Rich Felker
-0
/
+1
2011-04-07
fix uninitialized variables in dns lookup code
Rich Felker
-2
/
+2
2011-04-06
add _res (__res_state()) dummy
Rich Felker
-0
/
+9
2011-04-05
implement if_indextoname and if_nametoindex functions
Rich Felker
-0
/
+36
2011-03-25
fix all implicit conversion between signed/unsigned pointers
Rich Felker
-1
/
+1
2011-02-15
cleanup socketcall syscall interface to ease porting to sane(r) archs
Rich Felker
-94
/
+17
2011-02-14
another pointer signedness fix
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+1570