projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
new mostly-C crt1 implementation
[oweals/musl.git]
/
src
/
network
/
2013-07-25
Rich Felker
fix undefined strcpy call in inet_ntop
tree
|
commitdiff
2013-07-25
Rich Felker
make inet_ntop format v4-mapped ipv6 addresses properly
tree
|
commitdiff
2013-07-24
Rich Felker
make getaddrinfo with AF_UNSPEC and null host return...
tree
|
commitdiff
2013-07-09
Rich Felker
fix missing SOCK_CLOEXEC in various functions that...
tree
|
commitdiff
2013-07-01
Rich Felker
add stubs for additional legacy ether.h functions
tree
|
commitdiff
2013-06-26
Rich Felker
implement inet_lnaof, inet_netof, and inet_makeaddr
tree
|
commitdiff
2013-06-26
Rich Felker
add ether_aton[_r] and ether_ntoa[_r] functions
tree
|
commitdiff
2013-04-09
rofl0r
getifaddrs: implement proper ipv6 netmasks
tree
|
commitdiff
2013-04-05
rofl0r
getifaddrs: remove unused label
tree
|
commitdiff
2013-04-05
rofl0r
getifaddrs: use if_nameindex to enumerate interfaces
tree
|
commitdiff
2013-04-05
rofl0r
getifaddrs: one less indent level
tree
|
commitdiff
2013-04-05
rofl0r
getifaddrs: less malloc
tree
|
commitdiff
2013-04-05
rofl0r
add getifaddrs
tree
|
commitdiff
2013-04-05
Rich Felker
implement dn_skipname (legacy resolver function)
tree
|
commitdiff
2013-02-02
Rich Felker
dynamically allocate storage for gethostby* buffers
tree
|
commitdiff
2013-02-02
Rich Felker
fix blank ai_canonname from getaddrinfo for non-CNAMEs
tree
|
commitdiff
2013-02-02
Rich Felker
fix memory leak due to double call to getaddrinfo in...
tree
|
commitdiff
2013-02-02
Rich Felker
fix error returns in gethostby*_r functions
tree
|
commitdiff
2012-12-19
Rich Felker
merge a few fixes by sh4rm4
tree
|
commitdiff
2012-12-19
rofl0r
add inet_network (required for wine)
tree
|
commitdiff
2012-11-05
Rich Felker
improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
tree
|
commitdiff
2012-09-29
Rich Felker
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
tree
|
commitdiff
2012-09-29
Rich Felker
move accept4, dup3, and pipe2 to non-linux-specific...
tree
|
commitdiff
2012-09-29
Rich Felker
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
tree
|
commitdiff
2012-09-22
Rich Felker
fix getaddrinfo to accept port 0 (zero)
tree
|
commitdiff
2012-09-07
Rich Felker
use restrict everywhere it's required by c99 and/or...
tree
|
commitdiff
2012-07-23
Rich Felker
remove scanf dependency from getaddrinfo /etc/services...
tree
|
commitdiff
2012-07-22
Rich Felker
getaddrinfo /etc/services lookup support
tree
|
commitdiff
2012-07-22
Rich Felker
make getservby*_r return error code rather than -1...
tree
|
commitdiff
2012-07-21
Rich Felker
fix logic error for skipping failed interfaces in if_na...
tree
|
commitdiff
2012-07-15
Rich Felker
fix getservby*() with null pointer for protocol argument
tree
|
commitdiff
2012-07-13
Rich Felker
workaround another sendmsg kernel bug on 64-bit machines
tree
|
commitdiff
2012-05-17
Rich Felker
fix misplaced semicolon in preprocessor directive ...
tree
|
commitdiff
2012-05-13
Rich Felker
use __h_errno_location for h_errno
tree
|
commitdiff
2012-04-02
Rich Felker
improve name lookup performance in corner cases
tree
|
commitdiff
2012-02-23
Rich Felker
fix for previous incorrect fix of cancellation in dns...
tree
|
commitdiff
2012-02-11
Rich Felker
fix default nameserver when resolv.conf doesn't exist
tree
|
commitdiff
2012-02-11
Rich Felker
fix illegal goto out of cleanup context in dns lookups
tree
|
commitdiff
2011-09-22
Rich Felker
make dns lookups (and thus getaddrinfo) cancellable
tree
|
commitdiff
2011-09-22
Rich Felker
use poll rather than select in dns lookups (also clock_...
tree
|
commitdiff
2011-09-13
Rich Felker
remove some stray trailing space characters
tree
|
commitdiff
2011-08-03
Rich Felker
implement if_nameindex and if_freenameindex
tree
|
commitdiff
2011-08-01
Rich Felker
fix wrong messages in gai_strerror
tree
|
commitdiff
2011-08-01
Rich Felker
port numbers should always be interpreted as decimal
tree
|
commitdiff
2011-07-12
Rich Felker
"implement" getnetbyaddr and getnetbyname
tree
|
commitdiff
2011-07-01
Rich Felker
res_search symbol, aliased to res_query for now (better...
tree
|
commitdiff
2011-04-25
Rich Felker
fix bug in ipv6 parsing that prevented parsing a lone...
tree
|
commitdiff
2011-04-25
Rich Felker
ipv6 parsing code (formerly dummied-out)
tree
|
commitdiff
2011-04-21
Rich Felker
fix bogus return values for inet_pton
tree
|
commitdiff
2011-04-21
Rich Felker
disallow blank strings as service or host name
tree
|
commitdiff
2011-04-21
Rich Felker
fix bugs in ipv4 parsing
tree
|
commitdiff
2011-04-19
Rich Felker
dns lookups: protect against cancellation and fix incor...
tree
|
commitdiff
2011-04-17
Rich Felker
overhaul pthread cancellation
tree
|
commitdiff
2011-04-12
Rich Felker
optimize ntohl etc. in terms of bswap functions
tree
|
commitdiff
2011-04-08
Rich Felker
workaround broken msghdr struct on 64bit linux
tree
|
commitdiff
2011-04-08
Rich Felker
fix ipv6 address printing: 2001 appeared as 201, etc.
tree
|
commitdiff
2011-04-08
Rich Felker
fix broken dns response parsing code that made most...
tree
|
commitdiff
2011-04-08
Rich Felker
return the requested string as the "canonical name...
tree
|
commitdiff
2011-04-08
Rich Felker
fix uninitialized variables in dns lookup code
tree
|
commitdiff
2011-04-06
Rich Felker
add _res (__res_state()) dummy
tree
|
commitdiff
2011-04-05
Rich Felker
implement if_indextoname and if_nametoindex functions
tree
|
commitdiff
2011-03-25
Rich Felker
fix all implicit conversion between signed/unsigned...
tree
|
commitdiff
2011-02-15
Rich Felker
cleanup socketcall syscall interface to ease porting...
tree
|
commitdiff
2011-02-15
Rich Felker
another pointer signedness fix
tree
|
commitdiff
2011-02-12
Rich Felker
initial check-in, version 0.5.0
v0.5.0
tree
|
commitdiff