| Commit message (Expand) | Author | Age | Files | Lines |
* | sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.h | Sebastian Bergmann | 2010-01-07 | 1 | -1/+1 |
* | - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541. | Jani Taskinen | 2009-12-21 | 1 | -0/+3 |
* | - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) | Jani Taskinen | 2009-12-18 | 1 | -3/+0 |
* | Part fix for bug #49224 | Scott MacVicar | 2009-10-16 | 1 | -7/+1 |
* | Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff w... | Scott MacVicar | 2009-08-11 | 1 | -101/+160 |
* | Change dns.h to php_dns.h, part of my dns cleanup | Scott MacVicar | 2009-08-05 | 1 | -1/+1 |
* | - Sync with HEAD (thanks Hannes :) | Jani Taskinen | 2009-05-20 | 1 | -2/+1 |
* | MFH: Fix non-windows builds | Jani Taskinen | 2009-05-20 | 1 | -2/+3 |
* | MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here | Kalle Sommer Nielsen | 2009-05-20 | 1 | -1/+1 |
* | MFH: Unify macros | Jani Taskinen | 2009-05-19 | 1 | -3/+2 |
* | - Reverted my previous commit to avoid unnecessary BC. | Felipe Pena | 2009-01-12 | 1 | -11/+8 |
* | Add support for the older style bind 8 functions, this adds support for OS X ... | Scott MacVicar | 2009-01-11 | 1 | -2/+7 |
* | MFH: | Felipe Pena | 2009-01-11 | 1 | -3/+12 |
* | - MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of ... | Felipe Pena | 2009-01-08 | 1 | -1/+1 |
* | - fix regression introduced by the move to the new parsing api (thx Bjori) | Pierre Joye | 2009-01-07 | 1 | -1/+2 |
* | - fix parameter parsing options | Pierre Joye | 2009-01-07 | 1 | -1/+1 |
* | - these ifdefs are a mess, fix build on win | Pierre Joye | 2009-01-06 | 1 | -22/+20 |
* | - fix build | Pierre Joye | 2009-01-06 | 1 | -16/+21 |
* | - [MFH] | Pierre Joye | 2009-01-06 | 1 | -38/+43 |
* | MFH: don't use WRONG_PARAM_COUNT with new param parsing API | Antony Dovgal | 2008-12-31 | 1 | -1/+1 |
* | [DOC] | Ilia Alshanetsky | 2008-12-31 | 1 | -0/+22 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT re... | Felipe Pena | 2008-11-03 | 1 | -7/+16 |
* | - MFH: | Pierre Joye | 2008-08-23 | 1 | -17/+4 |
* | MFH: Fixed Windows build now that HAVE_INET_PTON is defined | Matt Wilmas | 2008-05-23 | 1 | -0/+1 |
* | MFH: Fix dns_check_proto (related to #44723) | Etienne Kneuss | 2008-04-14 | 1 | -1/+1 |
* | Fixed bug #43871 (crash inside dns_get_record) | Ilia Alshanetsky | 2008-01-17 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - MFH: Fixed weights array, which was broken with: | Derick Rethans | 2007-11-22 | 1 | -2/+1 |
* | MFH: Sync | Jani Taskinen | 2007-11-05 | 1 | -167/+133 |
* | MFH: fix #41795 (checkdnsrr does not support DNS_TXT type) | Antony Dovgal | 2007-06-26 | 1 | -0/+1 |
* | fix CS | Antony Dovgal | 2007-05-14 | 1 | -4/+2 |
* | Fixed bug #41347 (checkdnsrr() segfaults on empty hostname). | Scott MacVicar | 2007-05-10 | 1 | -0/+12 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH | foobar | 2005-12-05 | 1 | -6/+6 |
* | MFH: apply workaround for the leak only when GLIBC is used | Antony Dovgal | 2005-10-25 | 1 | -4/+10 |
* | MFH: fix problem with garbage appearing in hostnames | Antony Dovgal | 2005-10-25 | 1 | -1/+2 |
* | MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks) | Antony Dovgal | 2005-10-23 | 1 | -6/+24 |
* | Fixed memory leak on error. | Ilia Alshanetsky | 2005-10-23 | 1 | -1/+4 |
* | MFH: fix possible crash in dns_get_record() | Antony Dovgal | 2005-10-21 | 1 | -6/+7 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Add A6 support, fix IPv6 address parsing, and improve define compatability | Sara Golemon | 2004-08-06 | 1 | -77/+187 |
* | Cleanup, minor refactor, and CS | Sara Golemon | 2004-03-19 | 1 | -19/+21 |
* | Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults. | Sara Golemon | 2004-03-19 | 1 | -5/+7 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | ws | foobar | 2003-12-07 | 1 | -4/+5 |
* | Workaround for bug #25955 | Marko Karppinen | 2003-10-24 | 1 | -9/+3 |
* | signed/unsigned compiler warning fixes | Hartmut Holzgraefe | 2003-09-26 | 1 | -1/+1 |