summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Use HOST_NAME_MAX constant here instead for the gethostname() funcRasmus Lerdorf2011-08-101-1/+7
* Fix win32 buildIlia Alshanetsky2011-08-101-0/+4
* Minimize stack usage and added missing dtorsIlia Alshanetsky2011-08-091-2/+4
* - Year++Felipe Pena2011-01-011-1/+1
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-111-4/+2
* sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.hSebastian Bergmann2010-01-071-1/+1
* - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.Jani Taskinen2009-12-211-0/+3
* - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)Jani Taskinen2009-12-181-3/+0
* Part fix for bug #49224Scott MacVicar2009-10-161-7/+1
* Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff w...Scott MacVicar2009-08-111-101/+160
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-1/+1
* - Sync with HEAD (thanks Hannes :)Jani Taskinen2009-05-201-2/+1
* MFH: Fix non-windows buildsJani Taskinen2009-05-201-2/+3
* MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not hereKalle Sommer Nielsen2009-05-201-1/+1
* MFH: Unify macrosJani Taskinen2009-05-191-3/+2
* - Reverted my previous commit to avoid unnecessary BC.Felipe Pena2009-01-121-11/+8
* Add support for the older style bind 8 functions, this adds support for OS X ...Scott MacVicar2009-01-111-2/+7
* MFH:Felipe Pena2009-01-111-3/+12
* - MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of ...Felipe Pena2009-01-081-1/+1
* - fix regression introduced by the move to the new parsing api (thx Bjori)Pierre Joye2009-01-071-1/+2
* - fix parameter parsing optionsPierre Joye2009-01-071-1/+1
* - these ifdefs are a mess, fix build on winPierre Joye2009-01-061-22/+20
* - fix buildPierre Joye2009-01-061-16/+21
* - [MFH]Pierre Joye2009-01-061-38/+43
* MFH: don't use WRONG_PARAM_COUNT with new param parsing APIAntony Dovgal2008-12-311-1/+1
* [DOC]Ilia Alshanetsky2008-12-311-0/+22
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT re...Felipe Pena2008-11-031-7/+16
* - MFH:Pierre Joye2008-08-231-17/+4
* MFH: Fixed Windows build now that HAVE_INET_PTON is definedMatt Wilmas2008-05-231-0/+1
* MFH: Fix dns_check_proto (related to #44723)Etienne Kneuss2008-04-141-1/+1
* Fixed bug #43871 (crash inside dns_get_record)Ilia Alshanetsky2008-01-171-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fixed weights array, which was broken with:Derick Rethans2007-11-221-2/+1
* MFH: SyncJani Taskinen2007-11-051-167/+133
* MFH: fix #41795 (checkdnsrr does not support DNS_TXT type)Antony Dovgal2007-06-261-0/+1
* fix CSAntony Dovgal2007-05-141-4/+2
* Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).Scott MacVicar2007-05-101-0/+12
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFHfoobar2005-12-051-6/+6
* MFH: apply workaround for the leak only when GLIBC is usedAntony Dovgal2005-10-251-4/+10
* MFH: fix problem with garbage appearing in hostnamesAntony Dovgal2005-10-251-1/+2
* MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)Antony Dovgal2005-10-231-6/+24
* Fixed memory leak on error.Ilia Alshanetsky2005-10-231-1/+4
* MFH: fix possible crash in dns_get_record()Antony Dovgal2005-10-211-6/+7
* - Bumber up yearfoobar2005-08-031-1/+1
* Add A6 support, fix IPv6 address parsing, and improve define compatabilitySara Golemon2004-08-061-77/+187