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-10-27
- fix typo in r23808
Bernhard Reutner-Fischer
2008-10-27
libc/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 support
Bernhard 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 ntohl
Bernhard Reutner-Fischer
2008-10-06
- hide relocation (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-09-11
- remove gethostbyname_r relocation
Bernhard Reutner-Fischer
2008-08-28
Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make
Ricard Wanderlof
2008-08-27
Removed redundant includes.
Ricard Wanderlof
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-01
Simplified 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-27
Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not
Ricard Wanderlof
2008-06-27
Fixed #if -> #if defined.
Ricard Wanderlof
2008-06-27
Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...
Ricard Wanderlof
2008-06-12
Revert revision 19347, plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-12
Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-10
Revert revison 19346, except parts needed by later patches (r19347 also added
Bernd Schmidt
2008-06-06
Remove superfluous attribute_hidden from function
Denis Vlasenko
2008-06-06
Use more natural way to return a value in __read_etc_hosts_r:
Denis Vlasenko
2008-06-06
Fix failure in test/inet/gethost_r-align:
Denis Vlasenko
2008-06-04
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
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
[prev]
[next]