summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-203-16/+7
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-11/+5
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1935-91/+91
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-1/+3
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-124-10/+4
* Fix file permissionsCarmelo Amoroso2008-02-281-0/+0
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-02-282-1/+123
* Ricard Wanderlof writes:Mike Frysinger2008-02-231-9/+0
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-125-0/+6
* Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso2008-02-071-2/+6
* Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt2008-01-111-0/+26
* Daniel Jacobowitz writes:Mike Frysinger2008-01-091-0/+26
* This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger2007-09-281-2/+8
* do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger2007-09-281-8/+4
* cleanup code styleMike Frysinger2007-09-281-323/+301
* switch to a smaller/more robust implementation by Andrey Simonenko and as sug...Mike Frysinger2007-09-151-43/+41
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-304-10/+10
* make getnetent.c, md5.c use __uc_mallocDenis Vlasenko2007-07-301-6/+20
* patch #3: make resolv.c use __uc_mallocDenis Vlasenko2007-07-301-12/+29