1. c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 11 months ago
  2. a69b017 Change HAVE_NETTLEHASH compile-time to HAVE_CRYPTOHASH. by Simon Kelley · 3 years, 11 months ago
  3. 2024f97 Support hash function from nettle (only) by Petr Menšík · 4 years, 1 month ago
  4. 4d85e40 Change default lease time for DHCPv6 to one day. by Simon Kelley · 4 years, 5 months ago
  5. 7e194a0 Apply floor of 60s to TTL of DNSKEY and DS records in cache. by Simon Kelley · 4 years, 5 months ago
  6. d162bee Allow overriding of ubus service name. by Oldřich Jedlička · 4 years, 9 months ago
  7. 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
  8. e198fe8 Compilation fix for MacOS. by Simon Kelley · 5 years ago
  9. a2b8220 Improved UBus supported by Jan Willem Janssen · 6 years ago
  10. 48d12f1 Remove the NO_FORK compile-time option, and support for uclinux. by Simon Kelley · 6 years ago
  11. ee87504 Remove ability to compile without IPv6 support. by Simon Kelley · 6 years ago
  12. caf4d57 Add OpenWRT ubus patch by Julian Kornberger · 6 years ago
  13. 6b17335 Add packet-dump debugging facility. by Simon Kelley · 7 years ago
  14. 94b6878 Tidy crypto.c of old library compat. Now need libnettle 3. by Simon Kelley · 7 years ago
  15. c1a4e25 Try to be a little more clever at falling back to smaller DNS packet sizes. by Simon Kelley · 7 years ago
  16. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  17. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  18. 43cdf1c Remove automatic IDN support when building i18n. by Simon Kelley · 8 years ago
  19. d203af4 Add optional support for libidn2 and therefore IDNA2008. by Petr Menšík · 8 years ago
  20. a93b02e Compile option string: show script-support independent of DHCP. by Simon Kelley · 8 years ago
  21. 43517fc Spelling fixes. by klemens · 8 years ago
  22. 3e2496f Decrease the number of individual sites listed in log. by Hannu Nyman · 8 years ago
  23. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  24. 3ebe62d Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq by Simon Kelley · 8 years ago
  25. 09b768e Bump TCP connection backlog from 5 to 32. by Simon Kelley · 8 years ago
  26. 7ac9ae1 Compile time option NO_ID by Kevin Darbyshire-Bryant · 8 years ago
  27. b970260 Limit number of upstream nameservers when logging configuration. by Simon Kelley · 9 years ago
  28. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  29. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  30. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  31. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  32. 0491805 Allow inotify to be disabled at compile time on Linux. by Simon Kelley · 10 years ago
  33. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  34. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  35. b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
  36. 993f8cb Don't do IPSET on Apple. Needed header files are missing. by Chen Yufei · 10 years ago
  37. 063efb3 Build config: add -DNO_GMP for use with nettle/mini-gmp by Simon Kelley · 10 years ago
  38. c4a0937 ipsets equivalent in *BSD, using pf tables. by Simon Kelley · 11 years ago
  39. f8b422a KEYBLOCK LEN better as a multiple of 8. by Simon Kelley · 11 years ago
  40. 1fbe4d2 Tweak tuning params. by Simon Kelley · 11 years ago
  41. 7fa836e Handle validation when more one key is needed. by Simon Kelley · 11 years ago
  42. c979fa0 Provide for static library linking. by Simon Kelley · 11 years ago
  43. 4f04476 Set AD bit for address replies from /etc/hosts &c by Simon Kelley · 11 years ago
  44. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  45. 65d1e3b Tweak libraries and make DNSSEC compile optional. by Simon Kelley · 11 years ago
  46. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  47. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  48. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. by Simon Kelley · 11 years ago
  49. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  50. 6dbdc97 Fix FTBFS on OS X >=10.7 Need to select a IPv6 sockopt API. by Simon Kelley · 11 years ago
  51. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  52. e136725 Remove RA_INTERVAL from config.h - it's configurable now. by Simon Kelley · 11 years ago
  53. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  54. 7e846b9 Add openssl support to build machinery. by Giovanni Bajo · 13 years ago
  55. 53f84c7 Add compile-time macro for DNSSEC support. by Giovanni Bajo · 13 years ago
  56. b5a7ff4 Check length of synth-domain prefix. by Simon Kelley · 12 years ago
  57. 3ddad24 Compile-in IPSET by default. by Simon Kelley · 12 years ago
  58. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  59. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  60. 55b548a Add RA_INTERVAL parameter in config.h by Simon Kelley · 12 years ago
  61. 4820dce Make authoritative stuff a compile-time option. by Simon Kelley · 12 years ago
  62. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
  63. ad09427 Alternate DBus service name via --enable-dbus by Simon Kelley · 12 years ago
  64. 55d290a Handle pid-file location in Android. by Simon Kelley · 12 years ago
  65. 7b4ad2e Teach cache to store DS and DNSKEY records by Simon Kelley · 13 years ago
  66. da632e7 Comment typo. by Simon Kelley · 13 years ago
  67. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  68. 127ea40 Don't build DHCPv6 by default, except when build Debian package. by Simon Kelley · 13 years ago
  69. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  70. 3268e90 Make default NO_DHCP6 and remove compiler warning. by Simon Kelley · 13 years ago
  71. be2daf4 Enable DHCPv6 compilation by Simon Kelley · 13 years ago
  72. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  73. a4f04ed Generate version string from git automatically by Simon Kelley · 13 years ago
  74. 00fc082 bump version in config.h by Simon Kelley · 13 years ago
  75. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago
  76. 74c95c2 import of dnsmasq-2.59.tar.gz by Simon Kelley · 13 years ago
  77. 7de060b import of dnsmasq-2.58.tar.gz by Simon Kelley · 13 years ago
  78. 572b41e import of dnsmasq-2.57.tar.gz by Simon Kelley · 14 years ago
  79. 28866e9 import of dnsmasq-2.56.tar.gz by Simon Kelley · 14 years ago
  80. c52e189 import of dnsmasq-2.55.tar.gz by Simon Kelley · 15 years ago
  81. 8ef5ada import of dnsmasq-2.53.tar.gz by Simon Kelley · 15 years ago
  82. 316e273 import of dnsmasq-2.52.tar.gz by Simon Kelley · 15 years ago
  83. 1f15b81 import of dnsmasq-2.51.tar.gz by Simon Kelley · 15 years ago
  84. 77e94da import of dnsmasq-2.50.tar.gz by Simon Kelley · 15 years ago
  85. 03a97b6 import of dnsmasq-2.49.tar.gz by Simon Kelley · 16 years ago
  86. 7622fc0 import of dnsmasq-2.48.tar.gz by Simon Kelley · 16 years ago
  87. 73a08a2 import of dnsmasq-2.47.tar.gz by Simon Kelley · 16 years ago
  88. 9009d74 import of dnsmasq-2.46.tar.gz by Simon Kelley · 16 years ago
  89. 1ad24ae import of dnsmasq-2.45.tar.gz by Simon Kelley · 16 years ago
  90. 3927da4 import of dnsmasq-2.44.tar.gz by Simon Kelley · 16 years ago
  91. 1a6bca8 import of dnsmasq-2.43.tar.gz by Simon Kelley · 16 years ago
  92. 9e03894 import of dnsmasq-2.42.tar.gz by Simon Kelley · 17 years ago
  93. 824af85 import of dnsmasq-2.41.tar.gz by Simon Kelley · 17 years ago
  94. 5aabfc7 import of dnsmasq-2.40.tar.gz by Simon Kelley · 17 years ago
  95. f2621c7 import of dnsmasq-2.39.tar.gz by Simon Kelley · 18 years ago
  96. 6b01084 import of dnsmasq-2.38.tar.gz by Simon Kelley · 18 years ago
  97. 1b7ecd1 import of dnsmasq-2.37.tar.gz by Simon Kelley · 18 years ago
  98. 832af0b import of dnsmasq-2.36.tar.gz by Simon Kelley · 18 years ago
  99. 4011c4e import of dnsmasq-2.35.tar.gz by Simon Kelley · 18 years ago
  100. 1697269 import of dnsmasq-2.34.tar.gz by Simon Kelley · 18 years ago