index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
inet
Commit message (
Expand
)
Author
Age
Files
Lines
*
make ARRAY_SIZE commonly available internally
Mike Frysinger
2011-11-27
1
-3
/
+0
*
inet: hide relocations
Bernhard Reutner-Fischer
2011-11-17
1
-1
/
+2
*
resolv: hide relocations
Bernhard Reutner-Fischer
2011-11-17
1
-0
/
+7
*
resolv: fix memory leak
Bernhard Reutner-Fischer
2011-10-21
1
-0
/
+2
*
resolv: commentary typo fix
Bernhard Reutner-Fischer
2011-10-20
1
-1
/
+1
*
gethostbyname_r: set correct h_errno upon failure
Bernhard Reutner-Fischer
2011-10-20
1
-0
/
+1
*
resolv: fix compilation
Bernhard Reutner-Fischer
2011-10-20
1
-2
/
+2
*
resolv: simple optimizations and style/readability fixes
Denys Vlasenko
2011-09-10
1
-118
/
+107
*
inet: build all res_* and ns_* functions conditionally
Daniel Mack
2011-08-26
1
-3
/
+2
*
inet/resolv: add res_ninit and res_nclose
Daniel Mack
2011-08-26
1
-13
/
+128
*
inet/resolv: add res_mkquery
Daniel Mack
2011-08-26
3
-2
/
+124
*
inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag
Daniel Mack
2011-08-26
3
-1
/
+204
*
inet/resolv: add dn_skipname and ns_name_skip
Daniel Mack
2011-08-26
1
-0
/
+52
*
inet/resolv: Add dn_comp
Daniel Mack
2011-08-26
1
-1
/
+14
*
inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress
Daniel Mack
2011-08-26
1
-0
/
+468
*
inet/resolv: add ns_{put,get}{16,32}
Daniel Mack
2011-08-26
3
-0
/
+36
*
libc/inet/resolv.c: comment on #endif lines
Daniel Mack
2011-08-26
1
-30
/
+30
*
resolv: fix bug in res_init with ipv6 nameservers
Bernhard Reutner-Fischer
2011-06-17
1
-2
/
+2
*
resolv: try next server on SERVFAIL
Bernhard Reutner-Fischer
2011-06-14
1
-1
/
+1
*
getaddrinfo: allow numeric service without any hints
Natanael Copa
2011-06-14
1
-7
/
+0
*
linux_specific: handle accept4 and pipe2
Bernhard Reutner-Fischer
2011-05-12
1
-2
/
+1
*
accept4: Implement cancellation
Bernhard Reutner-Fischer
2011-05-11
4
-19
/
+52
*
Implement accept4 system call.
Thierry Reding
2011-05-11
2
-0
/
+19
*
getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_r
Denys Vlasenko
2011-05-03
1
-2
/
+2
*
getaddrinfo.c: improve code readability. No functional changes
Denys Vlasenko
2011-05-03
1
-26
/
+30
*
ether_aton: reject invalid input
Bernhard Reutner-Fischer
2011-05-02
1
-2
/
+4
*
resolv: really fix res_close not to hang with ipv6
Bernhard Reutner-Fischer
2011-04-13
1
-2
/
+2
*
resolv: fix res_close not to hang with ipv6
Bernhard Reutner-Fischer
2011-04-12
1
-1
/
+1
*
sunrpc: fix spurious fall-through
Mark Salter
2011-03-09
3
-0
/
+3
*
simplify ffs* code
Peter S. Mazinger
2011-03-06
1
-1
/
+2
*
Implement ffsl and ffsll.
Bernd Schmidt
2011-03-05
1
-1
/
+1
*
guard IPv6 stuff
Peter S. Mazinger
2011-03-03
3
-0
/
+18
*
libc/inet/netlinkaccess.h: Use the types from kernel
Khem Raj
2011-01-01
1
-8
/
+1
*
resolv.c fails for /etc/hosts lookups
Philip Nye
2010-11-23
1
-8
/
+12
*
getproto: increase line buffer size, simlify and fix alias handling
Natanael Copa
2010-10-14
1
-17
/
+8
*
getnet: simplify alias handling and reduce MAXALIASES
Natanael Copa
2010-10-14
1
-17
/
+8
*
getservice: fix handling of long lines
Natanael Copa
2010-10-14
1
-22
/
+16
*
getservice: getservent_r must return ERANGE when buffer is too small
Natanael Copa
2010-10-14
1
-3
/
+2
*
libc: Handle cancellation in non multiplexed socket calls
Carmelo Amoroso
2010-09-17
1
-17
/
+122
*
Fix resolver broken in NPTL build
Timo Teräs
2010-08-28
1
-2
/
+2
*
resolv: simplify MAXALIAS handling
Bernhard Reutner-Fischer
2010-08-19
1
-16
/
+7
*
getserv: fix reading services lines w > 80 chars
Bernhard Reutner-Fischer
2010-08-19
1
-24
/
+23
*
resolver: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-136
/
+119
*
getnet: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
5
-222
/
+218
*
getproto: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-212
/
+137
*
switch getservice to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-212
/
+139
*
Immediately try next nameserver on recv() failure
Ingo van Lil
2010-07-28
1
-1
/
+3
*
new helper funcs for alloca/malloc with mmu/nommu
Mike Frysinger
2010-07-27
1
-46
/
+14
*
resolv: various memory corruption and off by one fixes
Timo Teras
2010-05-07
1
-4
/
+8
*
fix a few build errors for the no threads case
Austin Foxley
2010-04-28
1
-0
/
+2
[next]