index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
Age
Commit message (
Expand
)
Author
2008-06-03
close bug 473:
Denis Vlasenko
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-02
libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse
Denis Vlasenko
2008-06-02
libc/inet/addr.c: fix broked indentation and bad style. No code changes.
Denis Vlasenko
2008-06-01
suppress a few "might be used uninitialized" warnings. No code growth.
Denis Vlasenko
2008-06-01
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-05-31
- generate deps via gcc
Bernhard 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-source
Bernhard Reutner-Fischer
2008-05-27
Fix build failure due to missing 'smallint' definition
Carmelo Amoroso
2008-05-25
Slight size reduction by use of smallints/consts:
Denis Vlasenko
2008-05-22
convert two more static ints used as flags to smallints
Denis Vlasenko
2008-05-20
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-20
Introduce 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
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-28
Experimentally move libc_hidden_proto(time) to time.h.
Denis Vlasenko
2008-04-25
reinstate external visibility of inet_ntoa_r,
Denis Vlasenko
2008-04-12
Functions should be either exported in public .h files
Denis Vlasenko
2008-02-28
Fix file permissions
Carmelo Amoroso
2008-02-28
Added support for ether_line, ether_ntohost and ether_hostton.
Carmelo Amoroso
2008-02-23
Ricard Wanderlof writes:
Mike Frysinger
2008-02-12
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-02-07
Added AI_NUMERICSERV flag and check if the string is not just a number
Carmelo Amoroso
2008-01-11
Use poll() rather than select() if the former is available to wait in
Peter Kjellerstedt
2008-01-09
Daniel Jacobowitz writes:
Mike Frysinger
2007-09-28
This patch will fix a problem when the same host is defined with both IPv4 and
Mike Frysinger
2007-09-28
do not check the pointer before freeing it since free(NULL) works just fine
Mike Frysinger
2007-09-28
cleanup code style
Mike Frysinger
2007-09-15
switch to a smaller/more robust implementation by Andrey Simonenko and as sug...
Mike Frysinger
2007-07-30
make regex_old.c, ruserpass.c use __uc_malloc,
Denis Vlasenko
2007-07-30
make getnetent.c, md5.c use __uc_malloc
Denis Vlasenko
2007-07-30
patch #3: make resolv.c use __uc_malloc
Denis Vlasenko
2007-04-23
- include stdbool.h
Bernhard Reutner-Fischer
2007-04-18
Bugfix from Atsushi Nemoto: return nonzero error code on failure
Rob Landley
2007-04-17
- shrink resolver code
Bernhard Reutner-Fischer
2007-03-28
Warning fix for uninitialized variable, by Al Stone.
Rob Landley
2007-02-08
do not use ghbn_buf after it goes out of scope
Eric Andersen
2007-02-04
the sun rpc code has too many alias violations to worry over now; just disabl...
Mike Frysinger
2007-02-02
Ronald Maeder writes:
Eric Andersen
2007-02-02
use the correct lock for access to __nameserver[]
Eric Andersen
2007-02-02
fix lock naming
Eric Andersen
2007-02-02
Ronald Maeder writes:
Eric Andersen
2007-02-02
fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,
Eric Andersen
2007-01-29
sync some fixes from glibc
Mike Frysinger
2007-01-10
need to keep __check_rhosts_file exported for proper rhost control
Mike Frysinger
2006-12-08
__resolv_lock is supposed to be shared, not static
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-08-24
fix from psm: only define __ASSUME_NETLINK_SUPPORT if not defined
Mike Frysinger
[next]