Skip to content

Changes

#85 (9 Jan 2023, 17:29:11)

  1. Fix typo preventing Windows build when Pkgconfig not available (commit: ee534d1) — Sara Dickinson / githubweb
  2. Update Stubby to fix Windows build issues (commit: f8c95b4) — Sara Dickinson / githubweb

#78 (6 Jan 2023, 15:39:30)

  1. Try FindPkgConfig to find modules before going manual (commit: cf2b805) — anonymous.maarten / githubweb
  2. Findlibidn module is not available (commit: f92f97b) — anonymous.maarten / githubweb
  3. cmake: don't call find_package_handle_standard_args when using pkg_config + cache variables (commit: 6eb1a67) — anonymous.maarten / githubweb
  4. cmake: find libuv pkgconfig non-QUIET (commit: de21375) — anonymous.maarten / githubweb
  5. CMakeLists.txt: use canonical GNUInstallDirs variable for docdir (commit: 822166d) — sam / githubweb
  6. Fix for getdnsapi/stubby#295 (commit: 45683d3) — willem / githubweb
  7. Vim leftover (commit: b86f8e9) — willem / githubweb
  8. Sync gldns from Unbound sldns (commit: ecb9de2) — willem / githubweb
  9. Sync crypto funcs from Unbound (commit: 0171568) — willem / githubweb
  10. CMakeLists.txt: use CMAKE_INSTALL_MANDIR too (commit: c50288f) — sam / githubweb
  11. Fixed allowed offset range during name compression. (commit: 190dbe1) — andrzej.mialkowski / githubweb
  12. Update Stubby to always send the `dot` ALPN when using DoT (commit: a5a1256) — Sara Dickinson / githubweb
  13. Update stub.c (commit: 94dbb8e) — noreply / githubweb
  14. Category: Strengthen LibIDN2 version determination during cmake run (commit: ed7bfa1) — jpbion / githubweb
  15. Fix typo in cmake module for libidn2 (commit: 9d8eea9) — Sara Dickinson / githubweb
  16. Log fix from Shikha (commit: 8e2accf) — willem / githubweb
  17. Tighten up _getdns_ipaddr_dict_mf() so it does not grab random strings beginning with '*' (commit: 2d7d8a4) — willem / githubweb
  18. Log uzlonewolf contribution (commit: 875c031) — willem / githubweb
  19. Update gldns (commit: b181782) — willem / githubweb
  20. First step in dealing with OpenSSL 3.0 warnings (commit: 1748ca4) — willem / githubweb
  21. Avoid using old OpenSSL HMAC functions (commit: 0cb7200) — willem / githubweb
  22. Fix getdnsapi/stubby#295 set default build type to RelWithDebInfo (commit: 6b65aed) — willem / githubweb
  23. ChangeLog entry for issue getdnsapi/stubby#295 (commit: 142f616) — willem / githubweb
  24. Set version to first release candidate (commit: 1ea92a6) — willem / githubweb
  25. Update stubby (commit: aca1508) — willem / githubweb
  26. Add support for dot ALPN for GnuTLS (commit: adcdf20) — Sara Dickinson / githubweb
  27. Update stubby (and no release yet) (commit: 9bb533a) — willem / githubweb
  28. Fix Issue #524 merge upstream ssl_dane into submodule (commit: 2d48a3b) — willem / githubweb
  29. Fix #517 Allow Absolute paths in pkg-config (commit: 777e0b2) — willem / githubweb
  30. Fix #512 update README.md to show correct pgp key location (commit: a1451df) — willem / githubweb
  31. Bump version for release (commit: a19177d) — willem / githubweb
  32. Why do these tests destroy the context from a callback? (commit: 2e04e9f) — willem / githubweb
  33. Okay, assert detection with check is broken (at least with me) (commit: 7eaf845) — willem / githubweb
  34. Leave out some tests that fail to be reviewed later on (commit: 8aa1925) — willem / githubweb
  35. getdns-1.7.2 quickfix stubby release (commit: 3a71bd3) — willem / githubweb
  36. Issue #526 Some gldns files need stdlib (commit: 9c076ca) — willem / githubweb
  37. Increase CMake required version 3.5 -> 3.20 (commit: 0378927) — gganne / githubweb
  38. New 1.7.3 release with quickfix 1.4.3 stubby release (commit: d98d307) — willem / githubweb
  39. Fix #536 Broken trust anchor files are silently ignored (commit: 6395fe4) — willem / githubweb

#77 (4 Jun 2021, 20:29:06)

  1. Resolve compile warnings (commit: 2a01145) — willem / githubweb
  2. getdns-1.7.0 release (commit: 1f2aa58) — willem / githubweb

#76 (28 May 2021, 00:06:58)

  1. Re-remove strings.h include. (commit: 686285e) — jim / githubweb
  2. Add header-present guards to include of sys/time.h. (commit: 6dfbfa5) — jim / githubweb

#75 (27 May 2021, 22:27:03)

  1. Mention event extension rename (back to old names) in ChangeLog (commit: df4c7ce) — willem / githubweb
  2. Re-add include guards to parseutil.c. (commit: ae854a8) — jim / githubweb

#74 (27 May 2021, 21:29:07)

  1. Implement name compression during response packet generation. Compression is required by certain clients like UDP to fit response in packet size limit. While generating packet small cache stores recently used names (currently 4 entries) and uses relative references to previous instances of the same name. Each reused instance is just two bytes of relative reference (0xC000 + offset). Cache is currently performing lookup for query name, responses and CNAMEs. (commit: 7b12e21) — andrzej.mialkowski / githubweb
  2. Fixes #505. Disable packet size checking. (commit: 8b558af) — andrzej.mialkowski / githubweb
  3. First release candidate tomorrow (commit: a694080) — willem / githubweb
  4. Release version 1.7.0 tomorrow (commit: 86aa356) — willem / githubweb
  5. update of ldns (commit: 1012e34) — willem / githubweb
  6. Update ChangeLog (commit: 48a7700) — willem / githubweb

#73 (27 May 2021, 12:29:06)

  1. When cross-compiling, assume strptime() is POSIX unless told otherwise. (commit: fc62f88) — jim / githubweb

#72 (27 May 2021, 09:46:29)

  1. Revise recent lookup3.c update to restore building on Windows. (commit: f9c3a35) — jim / githubweb

#71 (26 May 2021, 23:29:09)

  1. Bump version (commit: fe79e7e) — willem / githubweb

#70 (26 May 2021, 22:29:09)

  1. Try to improve travis results with tcp_send_timeout (commit: 189be4b) — willem / githubweb
  2. Update stubby to develop branch (commit: ed9ac22) — willem / githubweb
  3. Make tcp_send_timeout work with GnuTLS (commit: 8801893) — willem / githubweb
  4. Test only transports (commit: d055caf) — willem / githubweb
  5. Test transports with OpenSSL (commit: 6c3f75f) — willem / githubweb
  6. All tests again (commit: 61f9ab4) — willem / githubweb

#69 (26 May 2021, 15:29:08)

  1. Add "tcp_send_timeout" option to set a TCP send data timeout (commit: 606a88f) — mail / githubweb
  2. fix compilation without deprecated OpenSSL APIs (commit: 80cdfb3) — rosenp / githubweb
  3. Add platform functions for reporting file errors. (commit: 6439b04) — jim / githubweb
  4. Windowqs mkstemp: open() needs more permissions. (commit: 42e4cfc) — jim / githubweb
  5. Add missing rr types: SVCB and HTTPS (commit: fa282a5) — andrzej.mialkowski / githubweb
  6. Add missing rr types: SVCB and HTTPS (commit: 7f606ea) — andrzej.mialkowski / githubweb
  7. Fix wrong extension names from merge (commit: 55be327) — willem / githubweb
  8. Update components from Unbound (commit: 1184f2b) — willem / githubweb
  9. Eliminate compiler warnings in tests (commit: df2997d) — willem / githubweb
  10. ChangeLog update for issue #480 (commit: 7b388a1) — willem / githubweb
  11. Honour the claim from documentation: When not set (the default), the system default is left alone. (commit: 624f688) — willem / githubweb
  12. Changelog entry for getdns_context_set_tcp_send_timeout() contribution (commit: 45ef080) — willem / githubweb

#68 (26 May 2021, 14:29:08)

  1. Install the DLLs when installing on Windows. (commit: 1c97459) — jim.hague / githubweb

#67 (26 May 2021, 10:29:08)

  1. Added checks for LibreSSL and OpenBSD (commit: 31031d7) — renaud / githubweb
  2. Update CMakeLists.txt (commit: 320dd09) — noreply / githubweb
  3. Observe blocking flag in select run_once. (commit: 8a95f3d) — jim.hague / githubweb

#66 (27 Jan 2021, 13:29:06)

  1. Fix typo in cmakeconfig.h.in files (commit: 0a13e4d) — noreply / githubweb

#65 (4 Nov 2020, 10:29:06)

  1. build: fix exporting symbols for extension libraries (commit: 6507e4c) — jv / githubweb
  2. build: fix naming of extension libraries (commit: 03fc329) — jv / githubweb

#64 (5 Oct 2020, 12:29:09)

  1. only check for and process read/write events if status is success (commit: 7152162) — eli / githubweb

#63 (3 Aug 2020, 23:29:08)

  1. Issue #430 listeners reply returned wireformat (commit: bda845c) — willem / githubweb

#62 (25 Jun 2020, 11:29:09)

  1. Add system libraries when checking OpenSSL functions. (commit: c9072b2) — jim.hague / githubweb

#61 (19 Jun 2020, 09:29:08)

  1. register only a single poll_t with libuv (commit: 2673a57) — eli / githubweb

#60 (27 May 2020, 17:29:09)

  1. Fix install path for cmake build since we use GNUInstallDirs (commit: 7c6188c) — rosh / githubweb

#59 (1 May 2020, 10:29:06)

  1. Response to BADCOOKIE extended rcode (commit: 8b62970) — willem / githubweb
  2. Better retry on badcookie flooding prevention (commit: de13a0c) — willem / githubweb
  3. Privacy aware DNS Cookies (commit: 9ecd3fd) — willem / githubweb
  4. Fix of const-info.c (commit: 8bd87c4) — willem / githubweb

#58 (27 Mar 2020, 09:29:10)

  1. Show dns_root_servers setting in API information (commit: 563b2b1) — willem / githubweb

#57 (16 Mar 2020, 14:29:09)

  1. Make TLS Handshake timeout max 4/5th of timeout (commit: 73cee29) — willem / githubweb

#56 (16 Mar 2020, 13:36:01)

  1. Fix uninitialized value in tls_create_object (commit: b804b8e) — zakraise / githubweb
  2. Point stubby at my repo. (commit: 5721c50) — jim / githubweb
  3. Sync tools shared with unbound (commit: f3a38e9) — willem / githubweb
  4. Stub only links with GNUTLS (commit: 3b5d1a9) — willem / githubweb
  5. Dependencies for travis (+ testing...) (commit: f73bf0d) — willem / githubweb
  6. Testing GNUTLS DoT tests (commit: f05c0ad) — willem / githubweb
  7. Fix: mem leak with gnutls (commit: e17ed39) — willem / githubweb
  8. Fix reporting authentication failure (commit: af46e20) — willem / githubweb
  9. Update stubby. (commit: 3073d33) — jim / githubweb
  10. Eliminate compile error (commit: 9c8b70e) — willem / githubweb
  11. Name only authentication with GNUTLS (commit: e7d435e) — willem / githubweb
  12. Run all tests again (commit: 6894159) — willem / githubweb
  13. Revise recent lookup3.c update to restore building on Windows. (commit: 822d8ad) — jim / githubweb
  14. CMake libunbound fixups. (commit: f01e718) — jim / githubweb
  15. Work around dnsmasq issue (commit: ef45547) — willem / githubweb
  16. Point ssl_dane submodule back at getdnsapi version. (commit: e96e334) — jim / githubweb
  17. Update stubby. (commit: 252d68e) — jim / githubweb
  18. Print GnuTLS debug messages (commit: c234865) — willem / githubweb
  19. Relax GnuTLS priority strings slightly to allow getdns to work with TLS1.3 servers. (commit: 9baf655) — jim / githubweb
  20. Fix DoT with GnuTLS >= 3.6 (commit: 26a95b5) — willem / githubweb
  21. Update Stubby to pick up latest Stubby release tag and Windows packaging details. (commit: be09306) — jim / githubweb
  22. Issue #466: Memory leak with retrying queries (commit: 3c6756d) — willem / githubweb

#55 (16 Mar 2020, 11:31:37)

  1. Fix uninitialized value in tls_create_object (commit: b804b8e) — zakraise / githubweb
  2. Point stubby at my repo. (commit: 5721c50) — jim / githubweb
  3. Sync tools shared with unbound (commit: f3a38e9) — willem / githubweb
  4. Stub only links with GNUTLS (commit: 3b5d1a9) — willem / githubweb
  5. Dependencies for travis (+ testing...) (commit: f73bf0d) — willem / githubweb
  6. Testing GNUTLS DoT tests (commit: f05c0ad) — willem / githubweb
  7. Fix: mem leak with gnutls (commit: e17ed39) — willem / githubweb
  8. Fix reporting authentication failure (commit: af46e20) — willem / githubweb
  9. Update stubby. (commit: 3073d33) — jim / githubweb
  10. Eliminate compile error (commit: 9c8b70e) — willem / githubweb
  11. Name only authentication with GNUTLS (commit: e7d435e) — willem / githubweb
  12. Run all tests again (commit: 6894159) — willem / githubweb
  13. Revise recent lookup3.c update to restore building on Windows. (commit: 822d8ad) — jim / githubweb
  14. CMake libunbound fixups. (commit: f01e718) — jim / githubweb
  15. Work around dnsmasq issue (commit: ef45547) — willem / githubweb
  16. Point ssl_dane submodule back at getdnsapi version. (commit: e96e334) — jim / githubweb
  17. Update stubby. (commit: 252d68e) — jim / githubweb
  18. Print GnuTLS debug messages (commit: c234865) — willem / githubweb
  19. Relax GnuTLS priority strings slightly to allow getdns to work with TLS1.3 servers. (commit: 9baf655) — jim / githubweb
  20. Fix DoT with GnuTLS >= 3.6 (commit: 26a95b5) — willem / githubweb
  21. Update Stubby to pick up latest Stubby release tag and Windows packaging details. (commit: be09306) — jim / githubweb

#54 (12 Mar 2020, 16:29:10)

  1. Print GnuTLS debug messages (commit: c234865) — willem / githubweb
  2. Fix DoT with GnuTLS >= 3.6 (commit: 26a95b5) — willem / githubweb
  3. Update Stubby to pick up latest Stubby release tag and Windows packaging details. (commit: be09306) — jim / githubweb

#40 (5 Mar 2020, 14:26:27)

  1. Relax GnuTLS priority strings slightly to allow getdns to work with TLS1.3 servers. (commit: 9baf655) — jim / githubweb

#38 (4 Mar 2020, 16:07:14)

  1. Update stubby. (commit: 252d68e) — jim / githubweb

#37 (4 Mar 2020, 15:58:16)

  1. Point ssl_dane submodule back at getdnsapi version. (commit: e96e334) — jim / githubweb

#36 (4 Mar 2020, 15:29:10)

  1. Fix uninitialized value in tls_create_object (commit: b804b8e) — zakraise / githubweb
  2. Sync tools shared with unbound (commit: f3a38e9) — willem / githubweb
  3. Stub only links with GNUTLS (commit: 3b5d1a9) — willem / githubweb
  4. Dependencies for travis (+ testing...) (commit: f73bf0d) — willem / githubweb
  5. Testing GNUTLS DoT tests (commit: f05c0ad) — willem / githubweb
  6. Fix: mem leak with gnutls (commit: e17ed39) — willem / githubweb
  7. Fix reporting authentication failure (commit: af46e20) — willem / githubweb
  8. Eliminate compile error (commit: 9c8b70e) — willem / githubweb
  9. Name only authentication with GNUTLS (commit: e7d435e) — willem / githubweb
  10. Run all tests again (commit: 6894159) — willem / githubweb
  11. Revise recent lookup3.c update to restore building on Windows. (commit: 822d8ad) — jim / githubweb
  12. CMake libunbound fixups. (commit: f01e718) — jim / githubweb
  13. Work around dnsmasq issue (commit: ef45547) — willem / githubweb

#32 (2 Mar 2020, 18:15:08)

  1. Update stubby. (commit: 3073d33) — jim / githubweb

#27 (2 Mar 2020, 14:29:07)

  1. Update the stubby module to develop (commit: 2b3a540) — Sara Dickinson / githubweb
  2. Update stubby (commit: a847d47) — willem / githubweb
  3. Fix unit tests (for changed world) (commit: 770c0a1) — willem / githubweb
  4. More worldly changes that influenced unit testing (commit: f33a4b2) — willem / githubweb
  5. Fix #432 answer_ipv4_address and answer_ipv6_address (commit: 971c43c) — willem / githubweb
  6. Issue #430: Record and guard UDP max payload size with servers. (commit: 6cb1593) — willem / githubweb
  7. Fix test (commit: ed36240) — willem / githubweb
  8. Issue #407 run only offline tests (commit: 56ca583) — willem / githubweb
  9. Issue #175: Include query in call_reporting dict (commit: e2c6241) — willem / githubweb
  10. Build eventloop support libraries by default (commit: 4453feb) — willem / githubweb
  11. Detect if __func__ can be used with debugging (commit: dadddb0) — willem / githubweb
  12. Deal with DoT servers that take long to connect to (commit: d7099f6) — willem / githubweb
  13. getdns-1.6.0-rc.1 (commit: e3fbe4f) — willem / githubweb
  14. Typo in changelog (commit: e2cb4fc) — willem / githubweb
  15. Tighten Nettle version checking, and fix build issue with Nettle >= 3.4. (commit: ab49db8) — jim / githubweb
  16. Bump version for release (commit: 1b3f570) — willem / githubweb
  17. shorten code with string conversion functions (commit: fe30672) — willem / githubweb

#25 (28 Feb 2020, 20:29:06)

  1. shorten code with string conversion functions (commit: fe30672) — willem / githubweb

#14 (19 Nov 2019, 23:29:10)

  1. getdns_validate tool from the hackathon (commit: 3fb1d94) — willem / githubweb
  2. test package for getdns_validate (commit: e870acc) — willem / githubweb
  3. Fix getdns_query in tests (commit: 807509e) — willem / githubweb
  4. Test output values from getdns_validate (commit: 6cba388) — willem / githubweb

#13 (5 Nov 2019, 11:22:13)

  1. platform: Prefer poll.h to sys/poll.h (commit: 3f6203b) — noreply / githubweb

#12 (18 Sep 2019, 10:29:06)

  1. Update libuv URL in README (commit: ad8ca06) — info / githubweb

#11 (9 May 2019, 15:57:59)

  1. Optimize local addresses enumeration with old uClibc (commit: 416c557) — themiron / githubweb

#10 (12 Apr 2019, 14:29:09)

  1. Fix build error with gnu99 compilers (commit: 4f4ed98) — themiron / githubweb

#9 (3 Apr 2019, 15:29:07)

  1. Setup branch for the 1.5.2 release process (commit: 5b20971) — willem / githubweb
  2. Release candidate need dashes before rc (commit: 1527979) — willem / githubweb
  3. Fix compiling for debugging (commit: b6e290f) — willem / githubweb
  4. Runtime fallback and FreeBSD compatible TFO (commit: b227687) — willem / githubweb
  5. Bumb versions for 1.5.2 release (commit: ffe4715) — willem / githubweb

#8 (24 Mar 2019, 08:29:11)

  1. Increase anchor fetch timeout in tas_doc_read() (commit: 99e32f1) — mail / githubweb
  2. Don't transmit an extra NULL byte in the anchor fetch HTTP request (commit: 0a18830) — mail / githubweb

#7 (15 Mar 2019, 20:29:10)

  1. Take along new dirs in distributions (commit: 82b9f57) — willem / githubweb

#6 (15 Mar 2019, 16:29:10)

  1. GnuTLS with Zero configuration DNSSEC (commit: 324370c) — willem / githubweb
  2. Correct dependencies (commit: 754d65e) — willem / githubweb
  3. Declarations are always defined (commit: 342b109) — willem / githubweb

#5 (15 Mar 2019, 11:29:09)

  1. Issue #422: Update server & client TFO (commit: 7438de7) — willem / githubweb

#4 (13 Mar 2019, 13:29:08)

  1. Issue #423: Fix insecure delegation detection while scheduling (commit: 99d15b9) — willem / githubweb

#3 (13 Mar 2019, 11:29:08)

  1. Update to latest Stubby develop. (commit: 13976cc) — jim / githubweb