OSDN Git Service

add MULTILIB_DIR: Path component for libdirs
[uclinux-h8/uclibc-ng.git] / libc / inet /
2010-02-02 Denys Vlasenko/etc/resolv.conf: support "timeout:n" and "attempts...
2010-02-01 Khem Rajerrno: hide __libc_resp, __libc_errno, and __libc_h_errno
2010-01-23 Bernhard Reutner... gethostid: switch to getaddrinfo and shrink
2010-01-23 Bernhard Reutner... getprotoent_r: use correct define for return value
2010-01-23 Bernhard Reutner... libc/inet: mark other odd /etc/conf/ spot
2010-01-23 Bernhard Reutner... libc/inet: set path to resolver file via CPP
2010-01-23 Bernhard Reutner... libc/inet: convert to foo-y kbuild style
2010-01-21 Bernhard Reutner... fix typo in version mismatch msg
2010-01-21 Bernhard Reutner... ether_line: fix build for socket && !ip
2009-12-11 Khem RajInclude bits/libc-lock.h to get __libc_once_define
2009-10-22 Mike Frysingerinet_ntop4: avoid inline initialization
2009-10-14 Denys Vlasenkocheck stat("/etc/resolv.conf") for errors
2009-10-13 Bernhard Reutner... libc/inet/resolv.c: reread resolv.conf if its mtime...
2009-10-08 Bernhard Reutner... link-time warning for obsolescent/removed network funcs
2009-09-26 Austin Foxleyresolv.c: add support for per thread res_state
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-05 Denys Vlasenkorexec.c: style fixes, no code chages (verified with...
2009-09-05 Denys Vlasenkorexec.c: small code shrink
2009-09-05 Denys Vlasenkocomment out "int rexecoptions"; make "char ahostbuf...
2009-09-05 Denys Vlasenkodo not save/restore errno around free() calls
2009-09-05 Denys Vlasenkoopensock: work correctly on IPv6-only config
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-07-22 Mike Frysingeradd hidden aliases for ntoh/hton functions
2009-07-06 RonAvoid type-punned pointers that break strict-aliasing
2009-04-18 Denis Vlasenkolibc/inet/resolv.c:
2009-03-10 Denis Vlasenkoresolver:
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
2009-02-13 Bernhard Reutner... - fix comment style to make it compile again
2008-12-29 Bernhard Reutner... - ethers only make sense if we want to play with ethern...
2008-12-22 Denis Vlasenkodocs/defines.txt: document _extern_inline
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-12-17 Denis Vlasenkoresolv: fix testcase failure
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_getdomainname alias. google says only...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoconstify more data
2008-12-01 Denis Vlasenkorpc: constify data, localize unnecessarily static data
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-12-01 Denis Vlasenkogethostbyname can use gethostbyname2, saving one nearly...
2008-12-01 Denis Vlasenkorpc: should check against max for int32, not int
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-17 Denis Vlasenkoresolver: use timeout of 5 (glibc uses that).
2008-11-17 Denis Vlasenkoresolver: separate gethostent and gethostent_r into...
2008-11-17 Denis Vlasenkoresolver: move large code blocks to arrange related...
2008-11-17 Denis Vlasenkoresolver: fix some previous TODOs, add new ones.
2008-11-16 Denis Vlasenkoresolver: improved support for overriding DNS server...
2008-11-16 Denis Vlasenkoresolver: make getaddrinfo actually respect _res.nsaddr...
2008-11-15 Denis Vlasenkoresolver: more locking fixes.
2008-11-14 Denis Vlasenkofixing resolver part 3: fix completely bogus locking
2008-11-14 Denis Vlasenkofixing resolver part 2: make _res structure members
2008-11-14 Denis Vlasenkofixing resolver, part 1
2008-11-13 Bernhard Reutner... - silence shadow warning
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-11-02 Denis Vlasenkoresolver: reinstate searching if search domains acciden...
2008-11-01 Denis Vlasenko__dns_lookup: document and optimize a bit
2008-11-01 Denis Vlasenkoresolver: partially fix bug 660 -
2008-11-01 Denis Vlasenkoresolver: fix part of bug 1468:
2008-11-01 Denis Vlasenkoresolver: trivial code trasformations for readability.
2008-11-01 Denis Vlasenkotrivial code shrink by making some strings static
2008-10-28 Denis Vlasenkogetaddrinfo.c: improve readability
2008-10-28 Denis Vlasenkogetaddrinfo.c: reformat. no code changes
2008-10-28 Ricard WanderlofRemove all references to __no_netlink_support as after...
2008-10-28 Denis Vlasenkomake getaddrinfo to NOT query DNS for IPv6 address...
2008-10-27 Bernhard Reutner... - fix typo in r23808
2008-10-27 Denis Vlasenkolibc/inet/getaddrinfo.c: const'ify some data;
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-10-20 Bernhard Reutner... - need to grab features before looking at eventually...
2008-10-19 Bernhard Reutner... - do not include netlink headers if netlink is turned...
2008-10-17 Bernhard Reutner... - des uses ntohl
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-11 Bernhard Reutner... - remove gethostbyname_r relocation
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-08-27 Ricard WanderlofRemoved redundant includes.
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-01 Ricard WanderlofSimplified check_pf() so it returns a bit vector in...
2008-06-28 Denis Vlasenko#include <ifaddrs.h> should be #include "ifaddrs.h"
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofFixed #if -> #if defined.
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-12 Bernd SchmidtRevert revision 19343 and also remove libc_hidden_proto...
2008-06-10 Bernd SchmidtRevert revison 19346, except parts needed by later...
2008-06-06 Denis VlasenkoRemove superfluous attribute_hidden from function
2008-06-06 Denis VlasenkoUse more natural way to return a value in __read_etc_ho...
2008-06-06 Denis VlasenkoFix failure in test/inet/gethost_r-align:
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Denis Vlasenkoclose bug 473:
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-02 Denis Vlasenkolibc/inet/resolv.c: use ip6.arpa instead of ip6.int...
next