]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2020-07-13  W.C.A. Wijngaardsstream reuse, update lru when reuse elements are used...
2020-07-13  W.C.A. Wijngaardsstream reuse, in callbacks, removed whitespace.
2020-07-13  W.C.A. Wijngaardsstream reuse, write and read again if more data can...
2020-07-10  W.C.A. Wijngaardsstream reuse, remove debug output
2020-07-10  W.C.A. Wijngaardsfix that ssl_handle_it() uses tcp_is_reading in tcp_wri...
2020-07-10  W.C.A. Wijngaardsstream reuse, fix bad id in reply errors.
2020-07-09  W.C.A. Wijngaardsstream reuse, neater code for tree by id and use callba...
2020-07-09  W.C.A. Wijngaardsstream reuse, comment improved
2020-07-09  W.C.A. Wijngaardsstream reuse, fix decommission to first remove from...
2020-07-09  W.C.A. Wijngaardsstream reuse, fix double callback and double delete...
2020-07-09  W.C.A. Wijngaardsstream reuse, fix to put id number in waiting tcp packet.
2020-07-09  W.C.A. Wijngaardsstream reuse, fix to not keep stream when it is in...
2020-07-09  W.C.A. Wijngaardsstream reuse, fix to return key pointer from reuse_tcp_...
2020-07-09  W.C.A. Wijngaardsstream reuse, the id for pending stored in waiting_tcp...
2020-07-09  W.C.A. Wijngaardsstream reuse, check incoming messages from rbtree in...
2020-07-09  W.C.A. Wijngaardsdebug prints in verbose output.
2020-07-09  W.C.A. Wijngaardsstream reuse toggle write and read to only read mode...
2020-07-09  W.C.A. Wijngaardsin outnet_tcptimer: pick up callbacks and clean the...
2020-07-09  W.C.A. WijngaardsMerge branch 'master' into stream-reuse
2020-07-09  W.C.A. WijngaardsMerge branch 'master' into infra-keep-probing
2020-07-08  W.C.A. Wijngaards- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in...
2020-07-08  W.C.A. Wijngaards- Fix add missing DSA header, for compilation without...
2020-07-07  W.C.A. Wijngaards- Review fixes for checkconf #259 change.
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
next