summaryrefslogtreecommitdiff
path: root/include/netdb.h
AgeCommit message (Expand)Author
2017-03-20remove RPC implementationWaldemar Brodkorb
2016-02-02include/netdb.h: Do not define IDN-related flags.Thomas Claveirole
2015-12-17resolv: NI_IDN unimplementedWaldemar Brodkorb
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15netdb.h: partial update, adding some __USE_MISC/__USE_GNU guardsPeter S. Mazinger
2010-08-05getnet: switch to config parserBernhard Reutner-Fischer
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2009-09-26include/: add tls errno and res_stateAustin Foxley
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer
2008-12-01gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-08-25add a note explaining the weird h_errno definitionMike Frysinger
2005-08-18Hmm, things broke with vapiers update. LetsJoakim Tjernlund
2005-08-18import updates from glibcMike Frysinger
2004-09-08Doh! As noted by Mike Frysinger I was too agressive at culling stuffEric Andersen
2004-09-07Audit and disable unimplemented stuffEric Andersen
2002-08-16(h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-02-26Fix rpc + threads so it now compiles.Eric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-08-09Add hstrerror, it just points to strerror like h_errno.David McCullough
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-03-12Define h_errno to be errno for now.Manuel Novoa III
2000-10-27More random fixes and additions.Eric Andersen
2000-05-14Initial revisionErik Andersen