]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2018-11-23  Witold KręcickiExperiment: different task quantums wpk-fix-recursive-performance
2018-11-23  Witold KręcickiExperiment: 24 resolver tasks
2018-11-23  Witold KręcickiGet rid of tasks-ready and tasks-running - tasks-ready...
2018-11-23  Witold KręcickiMake task quantum dynamic: smaller if there are more...
2018-11-23  Witold KrecickiMerge branch 'wpk-fix-recursive-performance' into ...
2018-11-23  Witold Kręcicki- isc_task_create_bound - create a task bound to specif...
2018-11-23  Ondřej SurýMerge branch 'ondrej-shorten-job-names' into 'master'
2018-11-23  Ondřej SurýChange the job names, so they are more useful in pipeli...
2018-11-23  Mark AndrewsMerge branch '729-init_hasreuseport-will-not-work-on...
2018-11-23  Mark Andrewshandle systems without IPv4
2018-11-23  Mark AndrewsMerge branch '705-negative-value-passed-to-close-on...
2018-11-22  Mark Andrewsaddress resource leak; don't call close() on socket...
2018-11-22  Mark AndrewsMerge branch '715-side-effect-in-assertion-in-name_test...
2018-11-22  Mark Andrewsaddress coverity side effect in assert warning
2018-11-22  Mark AndrewsMerge branch '717-bin-named-server-c-load_zones-can...
2018-11-22  Mark Andrewsdecrement zl->refs on error
2018-11-22  Mark AndrewsMerge branch '716-remove-logically-dead-code-try-2...
2018-11-22  Mark Andrewsremove dead code
2018-11-22  Ondřej SurýMerge branch '706-remove-isc_mem_set_get_quota' into...
2018-11-22  Ondřej SurýMemory allocations must be fatal even when default_mema...
2018-11-22  Ondřej SurýCleanup lib/isc/mem.c after failed allocations made...
2018-11-22  Ondřej SurýRemove isc_mem_{set,get}quota unused functions
2018-11-22  Ondřej SurýMerge branch '726-fix-NetBSD-build' into 'master'
2018-11-22  Håvard EidnesFix the build on NetBSD due to the differences in pthre...
2018-11-22  Ondřej SurýMerge branch '670-add-coccinelle-unreachable-spatch...
2018-11-22  Ondřej SurýAdd couple more ISC_UNREACHABLE(); found thanks to...
2018-11-22  Ondřej SurýAdd unreachable.spatch coccinelle recipe and run it...
2018-11-22  Witold KrecickiMerge branch 'wpk-crash-on-mutex-init-failure' into...
2018-11-22  Witold Kręcicki- Make isc_mutex_destroy return void
2018-11-22  Ondřej Surýisc_quota_init now returns 'void'
2018-11-22  Ondřej SurýAdd CHANGES entry for GL #674
2018-11-22  Ondřej Surýisc_mutex_init returns 'void'
2018-11-22  Ondřej Surýisc_condition_init returns 'void'
2018-11-22  Witold Kręcickiisc_mutex_init and isc_condition_init failures are...
2018-11-22  Tinderbox UserMerge branch 'prep-release' v9.13.4
2018-11-22  Tinderbox Userprep 9.13.4
2018-11-21  Ondřej SurýMerge branch 'na-release-checklist-mods' into 'master'
2018-11-21  Stephen MorrisUpdates to BIND release checklist.
2018-11-21  Curtis BlackburnMerge branch '305-fix-typo' into 'master'
2018-11-21  Ondřej SurýFix typo ISC_SHA256_DIGESTLENGHT -> ISC_SHA256_DIGESTLENGTH
2018-11-21  Mark AndrewsMerge branch '720-model-_assert_true-for-coverity'...
2018-11-21  Mark Andrewsmodel _assert_true
2018-11-19  Ondřej SurýMerge branch '710-fix-socket-test' into 'master'
2018-11-19  Witold KręcickiUse proper casting in socket unit test
2018-11-19  Ondřej SurýDisable internal malloc for AddressSanitizer build
2018-11-19  Ondřej SurýAdd AddressSanitizer enabled build to GitLab CI
2018-11-19  Ondřej SurýMerge branch '712-memleak-in-delv' into 'master'
2018-11-19  Witold KręcickiFix a small memleak in delv
2018-11-19  Witold KrecickiMerge branch 'ondrej/use-strlcpy-in-wks_11.c' into...
2018-11-19  Ondřej SurýUse strlcpy in place where strncpy(s, ...) + s[sizeof...
2018-11-19  Ondřej SurýMerge branch '711-fix-memory-leak-in-lex_test' into...
2018-11-19  Ondřej SurýFix memory leak in lex_test.c
2018-11-17  Evan HuntMerge branch '702-unchecked-returns-in-server-c' into...
2018-11-16  Mark Andrewsaddress unchecked return values
2018-11-16  Evan HuntMerge branch '703-resource-leak-in-dlz_filesystem_drive...
2018-11-16  Mark Andrewscleanup allocated memory on error
2018-11-16  Evan HuntMerge branch '701-opts-is-incorrectly-declared-inside...
2018-11-16  Mark Andrewsdelare opts outside of loop; cleanup; rename variable
2018-11-16  Evan HuntMerge branch 'cmocka-silence' into 'master'
2018-11-16  Evan Huntremove (or hide behind a 'verbose' flag) extra output...
2018-11-16  Evan HuntMerge branch 'fix-debug-output' into 'master'
2018-11-16  Evan Huntecho debug output (D:text) the same as informational...
2018-11-16  Ondřej SurýMerge branch '648-fix-Windows-build-after-OpenSSL-chang...
2018-11-16  Ondřej SurýAdd OpenSSL 1.1.0+ defines for Windows build
2018-11-16  Ondřej SurýMerge branch '4-warn-not-fail' into 'master'
2018-11-16  Evan Huntwarn, rather than failing, if kyua is not present
2018-11-16  Ondřej SurýMerge branch '700-windows-builds-failing' into 'master'
2018-11-16  Mark Andrewscheck for missing #include <isc/strerr.h>
2018-11-16  Mark Andrews(no commit message)
2018-11-16  Mark Andrewsadd missing tasks argument
2018-11-15  Evan HuntMerge branch 'silence-compiler-warning' into 'master' 1069/head 1070/head
2018-11-15  Evan Huntsilence "unused return value" warning
2018-11-15  Ondřej SurýMerge branch '674-abort-when-memory-allocation-fails...
2018-11-15  Ondřej SurýAdd CHANGES entry for GL #674
2018-11-15  Ondřej SurýRemove the memory allocation check that made us resize...
2018-11-15  Ondřej SurýAbort on memory allocation failure
2018-11-15  Ondřej SurýMerge branch '4-remove-embedded-atf' into 'master'
2018-11-15  Ondřej SurýAdd CHANGES entry for GL !875
2018-11-15  Ondřej SurýRemove the traces of ATF from documentation
2018-11-15  Ondřej SurýRemove the atf_tc coverity model
2018-11-15  Ondřej SurýRemove embedded atf-src and enforce atf >= 0.20 + kyua...
2018-11-15  Ondřej SurýMerge branch '623-fix-typo-in-CHANGES' into 'master'
2018-11-15  Ondřej SurýUpdate CHANGES
2018-11-15  Witold KrecickiMerge branch 'NG-unix-socket-mergable' into 'master'
2018-11-15  Witold KręcickiSome comments
2018-11-15  Witold KręcickiWork with assumption that isc_mem_get always succeds...
2018-11-15  Witold KręcickiCreate named_g_cpus network threads
2018-11-15  Evan Huntstyle: one-line statement braces, line length, etc
2018-11-15  Witold KręcickiCHANGES and release notes
2018-11-15  Witold KrecickiFreeBSD fixes - proper affinity setting, don't use...
2018-11-15  Witold KrecickiDon't doublelock fdlock on Solaris
2018-11-15  Witold KręcickiSynchronize Windows socket code with API changes.
2018-11-15  Witold KręcickiFix fetchlimit test to allow softquota to be overruled...
2018-11-15  Witold KręcickiUse multiple worker queues (using isc_task_sendto(...
2018-11-15  Witold Kręcickiuse REUSEPORT only for NOLISTEN dispatchers
2018-11-15  Witold KręcickiMake watching/unwatching sockets saner.
2018-11-15  Witold KręcickiUse the newly accepted FD in TCP code.
2018-11-15  Witold KręcickiUse isc_refcount_t in socket reference counting.
2018-11-15  Witold KrecickiMultiple network event loop threads support for Solaris...
2018-11-15  Witold KręcickiMangle fdlocks a bit.
next