OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / inet / getaddrinfo.c
2014-12-15 Anthony G. Basilemkostemp: fix implementation master
2012-06-15 Peter S. Mazingergetaddrinfo.c: replace #if SALEN with #if 0
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-04-17 Alexander Komyagingetaddrinfo(): avoid call to __check_pf() when not...
2012-04-17 Ed Winet: adjust handling of cacnonname in getaddrinfo
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-14 Natanael Copagetaddrinfo: allow numeric service without any hints
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-03 Denys Vlasenkogetaddrinfo.c: fix incorrect check for ERANGE from...
2011-05-03 Denys Vlasenkogetaddrinfo.c: improve code readability. No functional...
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingerguard IPv6 stuff
2010-04-28 Austin Foxleyfix a few build errors for the no threads case
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-30 Austin Foxleygetaddrinfo.c: include tls.h before resolv.h
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-07-06 RonAvoid type-punned pointers that break strict-aliasing
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-10-28 Denis Vlasenkogetaddrinfo.c: improve readability
2008-10-28 Denis Vlasenkogetaddrinfo.c: reformat. no code changes
2008-10-27 Bernhard Reutner... - fix typo in r23808
2008-10-27 Denis Vlasenkolibc/inet/getaddrinfo.c: const'ify some data;
2008-09-11 Bernhard Reutner... - remove gethostbyname_r relocation
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-01 Ricard WanderlofSimplified check_pf() so it returns a bit vector in...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-02-23 Mike FrysingerRicard Wanderlof writes:
2008-02-07 Carmelo AmorosoAdded AI_NUMERICSERV flag and check if the string is...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerhide the internal __in6addr_any/__in6addr_loopback...
2006-01-06 Mike Frysingercreate __if_nametoindex hidden alias and use it
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-07 Peter S. MazingerHide more
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2002-11-21 Eric AndersenOops.
2002-11-21 Eric AndersenCleanup use of in6addr_loopback and in6addr_any
2002-03-19 Eric AndersenFix missing defines. Forgot to check this in.
2002-03-19 Eric AndersenBart Visscher <magick@Linux-Fan.com> has added some...