]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2020-07-16  W.C.A. Wijngaards- Fix unused variable warning for clang analyzer.
2020-07-16  W.C.A. Wijngaards- Fix check conf test for referencing installation...
2020-07-16  W.C.A. WijngaardsMerge branch 'master' into stream-reuse
2020-07-16  George Thessalonikefs- Changelog entry for PR #265; include-toplevel.
2020-07-16  gthessMerge pull request #265 from NLnetLabs/include-toplevel
2020-07-16  George ThessalonikefsMerge branch 'master' into include-toplevel 265/head
2020-07-16  Ralph DolmansChange unbound-dnstap-socket void cast for unused parameter
2020-07-16  Ralph Dolmans- Add changelog entry for bidirectional frame streams...
2020-07-16  Ralph DolmansMerge pull request #264 from NLnetLabs/fstrm-bidi
2020-07-16  Ralph Dolmanscorrect byte count in comment 264/head
2020-07-15  Ralph Dolmansremove unused define
2020-07-15  UbuntuCleaned up adjustment in message encoding, fixes spurio...
2020-07-15  Ralph Dolmansdnstap log message typo fix
2020-07-15  Ralph DolmansLog dnstap connection close due to unknown content...
2020-07-15  Ralph Dolmans- Ignore unknown frame streams control fields.
2020-07-15  UbuntuAdd feature to serve original TTLs rather than decremen...
2020-07-15  Ralph Dolmans- Handle SSL_ERROR_WANT_WRITE on SSL_read for negotiation
2020-07-15  George ThessalonikefsMerge branch 'master' into include-toplevel
2020-07-14  Ralph DolmansAdd maximum to received frame streams frames.
2020-07-13  Ralph DolmansMerge branch 'master' into fstrm-bidi
2020-07-13  Ralph Dolmans- Add option to send DNSTAP messages over bidirectional...
2020-07-13  W.C.A. Wijngaardsstream reuse, make reuse possible straight away after...
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
next