summaryrefslogtreecommitdiffstats
path: root/libc/inet/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* make ARRAY_SIZE commonly available internallyMike Frysinger2011-11-271-3/+0
* resolv: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+7
* resolv: fix memory leakBernhard Reutner-Fischer2011-10-211-0/+2
* resolv: commentary typo fixBernhard Reutner-Fischer2011-10-201-1/+1
* gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer2011-10-201-0/+1
* resolv: fix compilationBernhard Reutner-Fischer2011-10-201-2/+2
* resolv: simple optimizations and style/readability fixesDenys Vlasenko2011-09-101-118/+107
* inet/resolv: add res_ninit and res_ncloseDaniel Mack2011-08-261-13/+128
* inet/resolv: add res_mkqueryDaniel Mack2011-08-261-1/+115
* inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack2011-08-261-0/+195
* inet/resolv: add dn_skipname and ns_name_skipDaniel Mack2011-08-261-0/+52
* inet/resolv: Add dn_compDaniel Mack2011-08-261-1/+14
* inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack2011-08-261-0/+468
* inet/resolv: add ns_{put,get}{16,32}Daniel Mack2011-08-261-0/+26
* libc/inet/resolv.c: comment on #endif linesDaniel Mack2011-08-261-30/+30
* resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer2011-06-171-2/+2
* resolv: try next server on SERVFAILBernhard Reutner-Fischer2011-06-141-1/+1
* resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-131-2/+2
* resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-121-1/+1
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* Fix resolver broken in NPTL buildTimo Teräs2010-08-281-2/+2
* resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer2010-08-191-16/+7
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* Immediately try next nameserver on recv() failureIngo van Lil2010-07-281-1/+3
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko2010-04-091-4/+2
* Fix use-after-free bug in __dns_lookupGabor Juhos2010-04-061-3/+1
* resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer2010-03-301-2/+18
* /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-13/+41
* errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-1/+1
* libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* resolv.c: add support for per thread res_stateAustin Foxley2009-09-261-3/+52
* libc/inet/resolv.c:Denis Vlasenko2009-04-181-276/+465
* resolver:Denis Vlasenko2009-03-101-63/+7
* - fix comment style to make it compile againBernhard Reutner-Fischer2009-02-131-27/+37
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-6/+1
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-0/+1
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-15/+20
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-28/+29
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-6/+6
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-4/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-10/+7
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-171-131/+134
* resolver: move large code blocks to arrange related functions closer.Denis Vlasenko2008-11-171-510/+489