summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-11-02resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko
2008-11-01__dns_lookup: document and optimize a bitDenis Vlasenko
2008-11-01resolver: partially fix bug 660 -Denis Vlasenko
2008-11-01resolver: fix part of bug 1468:Denis Vlasenko
2008-11-01resolver: trivial code trasformations for readability.Denis Vlasenko
2008-11-01trivial code shrink by making some strings staticDenis Vlasenko
2008-10-28getaddrinfo.c: improve readabilityDenis Vlasenko
2008-10-28getaddrinfo.c: reformat. no code changesDenis Vlasenko
2008-10-28Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof
2008-10-28make getaddrinfo to NOT query DNS for IPv6 address if host is inDenis Vlasenko
2008-10-27- fix typo in r23808Bernhard Reutner-Fischer
2008-10-27libc/inet/getaddrinfo.c: const'ify some data;Denis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-10-20- need to grab features before looking at eventually requested netlink supportBernhard Reutner-Fischer
2008-10-19- do not include netlink headers if netlink is turned off (Michael Deutschmann)Bernhard Reutner-Fischer
2008-10-17- des uses ntohlBernhard Reutner-Fischer
2008-10-06- hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-11- remove gethostbyname_r relocationBernhard Reutner-Fischer
2008-08-28Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof
2008-08-27Removed redundant includes.Ricard Wanderlof
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-01Simplified check_pf() so it returns a bit vector in an unsigned int,Ricard Wanderlof
2008-06-28#include <ifaddrs.h> should be #include "ifaddrs.h"Denis Vlasenko
2008-06-27Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof
2008-06-27Fixed #if -> #if defined.Ricard Wanderlof
2008-06-27Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-12Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-10Revert revison 19346, except parts needed by later patches (r19347 also addedBernd Schmidt
2008-06-06Remove superfluous attribute_hidden from functionDenis Vlasenko
2008-06-06Use more natural way to return a value in __read_etc_hosts_r:Denis Vlasenko
2008-06-06Fix failure in test/inet/gethost_r-align:Denis Vlasenko
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt
2008-06-03close bug 473:Denis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-02libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko
2008-06-02libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-06-01add missing includes of unistd.h for smallint usageDenis Vlasenko
2008-05-31- generate deps via gccBernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-29- fix dependencies for multi-sourceBernhard Reutner-Fischer
2008-05-27Fix build failure due to missing 'smallint' definitionCarmelo Amoroso
2008-05-25Slight size reduction by use of smallints/consts:Denis Vlasenko
2008-05-22convert two more static ints used as flags to smallintsDenis Vlasenko
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer