Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-04-08 | workaround broken msghdr struct on 64bit linux | Rich Felker | 2 | -0/+21 |
2011-04-08 | fix ipv6 address printing: 2001 appeared as 201, etc. | Rich Felker | 1 | -3/+5 |
2011-04-08 | fix broken dns response parsing code that made most ipv6 lookups fail | Rich Felker | 1 | -4/+6 |
2011-04-08 | return the requested string as the "canonical name" for numeric addresses | Rich Felker | 1 | -0/+1 |
2011-04-07 | fix uninitialized variables in dns lookup code | Rich Felker | 1 | -2/+2 |
2011-04-06 | add _res (__res_state()) dummy | Rich Felker | 1 | -0/+9 |
2011-04-05 | implement if_indextoname and if_nametoindex functions | Rich Felker | 2 | -0/+36 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 1 | -1/+1 |
2011-02-15 | cleanup socketcall syscall interface to ease porting to sane(r) archs | Rich Felker | 19 | -94/+17 |
2011-02-14 | another pointer signedness fix | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 55 | -0/+1570 |