]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2020-07-07  W.C.A. Wijngaards- Fix #259: Fix unbound-checkconf does not check view...
2020-07-06  W.C.A. Wijngaards- run_vm cleanup better and removes trailing slash...
2020-06-30  W.C.A. Wijngaards- Fix tcp req info drop due to size call into mesh...
2020-06-30  W.C.A. Wijngaards- Review fix for number of detached states due to use...
2020-06-30  W.C.A. Wijngaards- Fix for mesh accounting when rpz decides to drop...
2020-06-30  W.C.A. Wijngaards- Also move reply list clean for mesh callbacks to...
2020-06-30  W.C.A. Wijngaards- Move reply list clean for serve expired mesh callback...
2020-06-26  W.C.A. Wijngaardstcp read and write handling of write events in netevent...
2020-06-26  W.C.A. Wijngaardsin tcp write callback routine dont reset read byte...
2020-06-25  W.C.A. Wijngaardstcp callback function refactor, split read and timeout...
2020-06-25  W.C.A. Wijngaardsoutnet_tcp_cb: add assertion and return when write...
2020-06-25  W.C.A. Wijngaardspending_tcp_query: cleaner comments.
2020-06-25  W.C.A. Wijngaardsfor tcp use_free_buffer write straight away on reuse...
2020-06-25  W.C.A. Wijngaardsin outside_network.c: also log messages that end up...
2020-06-25  W.C.A. Wijngaardstcp callback handle timeout event for read and reuse...
2020-06-25  W.C.A. Wijngaardscomm point write and read structure members.
2020-06-24  Ralph Dolmans- Add http-response-buffer-size test
2020-06-24  W.C.A. Wijngaardsfix testcode for added function whitelist item.
2020-06-24  W.C.A. Wijngaardsreuse tcp id_cmp function. clear list and tree after...
2020-06-24  Ralph DolmansAdd DoH endpoint configuration test
2020-06-24  Ralph Dolmansdohclient memory leak fix
2020-06-24  Ralph Dolmans- Add dohclient, for use in tests
2020-06-24  Ralph DolmansMerge branch 'master' into doh
2020-06-24  Ralph Dolmans- Add DoH tests
2020-06-24  W.C.A. WijngaardsMerge branch 'master' into stream-reuse
2020-06-24  W.C.A. WijngaardsMerge branch 'master' into infra-keep-probing
2020-06-24  W.C.A. Wijngaards- doxygen file comments for dynlibmodule.
2020-06-24  W.C.A. Wijngaards- iana portlist updated.
2020-06-24  W.C.A. WijngaardsMerge branch 'master' into infra-keep-probing
2020-06-24  W.C.A. WijngaardsMerge branch 'master' into stream-reuse
2020-06-24  W.C.A. Wijngaardsreuse tcp lookup with correct address as key.
2020-06-24  W.C.A. Wijngaardsfix reuse tcp crash, use addr in reuse struct, free...
2020-06-23  W.C.A. WijngaardsFix grammar.
2020-06-23  W.C.A. Wijngaardstcp reuse timeout event cleanup and callbacks.
2020-06-19  W.C.A. Wijngaardsfix crash on cleanup.
2020-06-19  W.C.A. Wijngaardsfix uninit after malloc for on_tcp_waiting_list.
2020-06-19  W.C.A. Wijngaardsfix documentation for waiting_tcp pkt NULL setting.
2020-06-19  W.C.A. Wijngaardsadd bool if on tcp waiting list, so that pkt can be...
2020-06-17  W.C.A. Wijngaards- Fix display of event loop method with libev.
2020-06-17  W.C.A. Wijngaards- Fix default explanation in man page for qname-minimis...
2020-06-09  W.C.A. Wijngaardsset timeout to wait for reuse
2020-06-09  W.C.A. Wijngaardsfix to set pending pointer in reuse tcp structure
2020-06-08  W.C.A. Wijngaards- Mention tls name possible when tls is enabled for...
2020-06-03  W.C.A. Wijngaardstcp connection is stored and picked up for reuse
2020-06-03  W.C.A. Wijngaardsfix spare id random selection.
2020-06-03  W.C.A. Wijngaardsspare id random selection better.
2020-06-03  W.C.A. Wijngaardsfind reuse find tcp loop code for multiple connections...
2020-06-03  W.C.A. Wijngaardsadd test for tcp reuse
2020-06-03  W.C.A. Wijngaardsadd debug printout
2020-05-27  George Thessalonikefs- Changelog entry for PR #241.
2020-05-27  gthessMerge pull request #241 from edmonds/edmonds/libunbound...
2020-05-26  W.C.A. Wijngaardstree key addr
2020-05-26  W.C.A. Wijngaardsrename next,prev to lru_next,lru_prev for clarity.
2020-05-26  W.C.A. Wijngaardsfixup lru list presence boolean.
2020-05-25  Robert Edmondscontrib/libunbound.pc.in: Do not use "Requires:" 241/head
2020-05-25  George Thessalonikefs- Update contrib/aaaa-filter-iterator.patch for the...
2020-05-21  George Thessalonikefs- Fix for integer overflow when printing RDF_TYPE_TIME.
2020-05-20  W.C.A. WijngaardsMerge branch 'master' into stream-reuse
2020-05-19  W.C.A. Wijngaards- For PR #93: unit test for dynlib module.
2020-05-19  W.C.A. Wijngaards- For PR #93: windows compile warnings removal
2020-05-19  W.C.A. Wijngaards- Release 1.10.1 is 1.10.0 with fixes, code repository...
2020-05-19  W.C.A. Wijngaards- CVE-2020-12662 Unbound can be tricked into amplifying...
2020-05-18  W.C.A. Wijngaards- For PR #93: fix link of other executables for dynlibm...
2020-05-18  W.C.A. Wijngaards- For PR #93: man page spelling reference fix.
2020-05-18  W.C.A. Wijngaards- For PR #93: checkconf allows python dynlib in module...
2020-05-18  W.C.A. Wijngaards- For PR #93: checkconf allow multiple dynlib in module...
2020-05-18  W.C.A. Wijngaards- For PR #93: dynlibmod can handle reloads and deinit...
2020-05-15  W.C.A. Wijngaards- For PR #93: Fix warnings for dynlibmodule.
2020-05-15  W.C.A. Wijngaards- Fixed conflicts for PR #93 and make configure, yacc...
2020-05-15  W.C.A. WijngaardsMerge branch 'PMunch-master'
2020-05-15  W.C.A. WijngaardsMerge branch 'master' of git://github.com/PMunch/unboun...
2020-05-15  Ralph Dolmans- Cache ECS answers with longest scope of CNAME chain.
2020-05-15  Ralph Dolmansadd dohclient to makefile
2020-05-13  Ralph Dolmans- Document new DoH configuration options.
2020-05-12  Ralph Dolmans- Add mem.http.query_buffer and mem.http.response_buffe...
2020-05-10  Christopher... Don't try to run daemon_privileged on reload.
2020-05-10  Christopher... Port ipset to BSD pf tables
2020-05-10  Christopher... allow privileged initialisation of modules
2020-05-10  Jeremie Courreges... Ensure proper alignment of cmsg buffers 234/head
2020-05-08  Ralph Dolmans - Add base64 decode unit test
2020-05-08  Ralph Dolmans- Add query.num.https counter
2020-05-07  Ralph DolmansMerge branch 'master' into doh
2020-05-07  Ralph Dolmans- Add DNS-over-HTTPS support
2020-04-29  George Thessalonikefs- New include directive 'include-toplevel:'. It closes...
2020-04-22  George Thessalonikefs- Explicitly use 'rrset-roundrobin: no' for test cases.
2020-04-22  W.C.A. WijngaardsAdd infra-keep-probing: yes option. Hosts that are...
2020-04-21  George Thessalonikefs- Fix tests for new rrset-roundrobin default.
2020-04-21  W.C.A. WijngaardsChangelog note for PR #225
2020-04-21  Wouter WijngaardsMerge pull request #225 from akhait/master
2020-04-21  Anna KhaitovichKSK-2010 has been revoked 225/head
2020-04-21  George Thessalonikefs- Change default value for 'rrset-roundrobin' to yes.
2020-04-20  W.C.A. Wijngaards- Remove unneeded was_mesh_reply check.
2020-04-20  W.C.A. Wijngaards- Fix for count of reply states in the mesh.
2020-04-20  W.C.A. WijngaardsFix that it is --enable-rpath, for #222.
2020-04-20  W.C.A. Wijngaards- Fix #222: --with-rpath, fails to rpath python lib.
2020-04-17  George Thessalonikefs- Document SNI support in unbound-anchor.8.in.
2020-04-17  George Thessalonikefs- Update Changelog for PR #221.
2020-04-17  gthessMerge pull request #221 from NLnetLabs/more-SNI
2020-04-17  George Thessalonikefs- Enable SNI by default in unbound-anchor. 221/head
2020-04-17  George ThessalonikefsRevert "- Remove SNI support from unbound-anchor; TLS...
next