summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* fixing resolver part 3: fix completely bogus lockingDenis Vlasenko2008-11-141-304/+311
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-11/+17
* fixing resolver, part 1Denis Vlasenko2008-11-141-90/+136
* - silence shadow warningBernhard Reutner-Fischer2008-11-131-3/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-072-8/+8
* resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko2008-11-021-4/+15
* __dns_lookup: document and optimize a bitDenis Vlasenko2008-11-011-33/+45
* resolver: partially fix bug 660 -Denis Vlasenko2008-11-011-21/+42
* resolver: fix part of bug 1468:Denis Vlasenko2008-11-011-7/+20
* resolver: trivial code trasformations for readability.Denis Vlasenko2008-11-011-89/+96
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-012-10/+10
* getaddrinfo.c: improve readabilityDenis Vlasenko2008-10-281-30/+26
* getaddrinfo.c: reformat. no code changesDenis Vlasenko2008-10-281-738/+630
* Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof2008-10-282-23/+1
* make getaddrinfo to NOT query DNS for IPv6 address if host is inDenis Vlasenko2008-10-281-17/+31
* - fix typo in r23808Bernhard Reutner-Fischer2008-10-271-1/+1
* libc/inet/getaddrinfo.c: const'ify some data;Denis Vlasenko2008-10-271-26/+45
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-17/+17
* - need to grab features before looking at eventually requested netlink supportBernhard Reutner-Fischer2008-10-201-3/+3
* - do not include netlink headers if netlink is turned off (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-11/+10
* - des uses ntohlBernhard Reutner-Fischer2008-10-171-1/+5
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-1/+0
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - remove gethostbyname_r relocationBernhard Reutner-Fischer2008-09-112-2/+1
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-283-76/+2
* Removed redundant includes.Ricard Wanderlof2008-08-271-2/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-236-18/+18
* Simplified check_pf() so it returns a bit vector in an unsigned int,Ricard Wanderlof2008-07-014-106/+75
* #include <ifaddrs.h> should be #include "ifaddrs.h"Denis Vlasenko2008-06-281-1/+1
* Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof2008-06-272-1/+16
* Fixed #if -> #if defined.Ricard Wanderlof2008-06-271-6/+15
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof2008-06-276-18/+184
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-124-16/+10
* Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-34/+16
* Revert revison 19346, except parts needed by later patches (r19347 also addedBernd Schmidt2008-06-101-19/+6
* Remove superfluous attribute_hidden from functionDenis Vlasenko2008-06-061-1/+1
* Use more natural way to return a value in __read_etc_hosts_r:Denis Vlasenko2008-06-061-24/+21
* Fix failure in test/inet/gethost_r-align:Denis Vlasenko2008-06-061-4/+8
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-042-2/+0
* close bug 473:Denis Vlasenko2008-06-031-33/+39
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-036-35/+65
* libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko2008-06-021-87/+88
* libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko2008-06-021-12/+12
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-0/+2
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-0/+1
* - generate deps via gccBernhard Reutner-Fischer2008-05-311-9/+0
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-304-4/+4
* - fix dependencies for multi-sourceBernhard Reutner-Fischer2008-05-291-9/+21
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-276-1/+5
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-256-9/+9