Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-03 | external: remove unbound submodule | selsta | 1 | -0/+0 | |
2020-09-06 | Revert "unbound: update to get build fixes" | moneromooo-monero | 1 | -0/+0 | |
This reverts commit 541a7c81a1c9e6b261fc13e0b9e3829df46a0bdf. It breaks the depends build | |||||
2020-09-06 | unbound: update to get build fixes | moneromooo-monero | 1 | -0/+0 | |
2019-02-24 | unbound: update to get the redefinition fix | moneromooo-monero | 1 | -0/+0 | |
2018-09-29 | Update unbound submodule to 7f23967 | iDunk5400 | 1 | -0/+0 | |
Fixes building in MSYS2 with openssl 1.1.1 | |||||
2018-07-06 | Build: bump unbound to 1.7.3 | anonimal | 1 | -0/+0 | |
2018-03-18 | Unbound: add git submodule for unbound | anonimal | 1 | -0/+0 | |
2018-03-18 | Unbound: remove unbound from in-tree source | anonimal | 1 | -1382/+0 | |
We'll instead use a git submodule to pull from our unbound repo. | |||||
2017-06-17 | Upgrade unbound library | Erik de Castro Lopo | 1 | -11/+132 | |
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm). | |||||
2015-12-30 | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 1 | -1/+4 | |
2015-08-18 | Revert "re-re-add Windows DNS bug fix, per c0de96f" | Riccardo Spagni | 1 | -1/+0 | |
This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371. | |||||
2015-08-14 | re-re-add Windows DNS bug fix, per c0de96f | Riccardo Spagni | 1 | -0/+1 | |
2015-08-14 | update unbound | Riccardo Spagni | 1 | -0/+9 | |
2015-06-02 | re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6 | Riccardo Spagni | 1 | -1/+0 | |
2015-05-31 | update libunbound | Riccardo Spagni | 1 | -1/+5 | |
2015-04-02 | Fixed DNS resolution bug in Windows | Thomas Winget | 1 | -1/+0 | |
Due to a bug in unbound, we were passing a string containing a null character to ub_ctx_resolvconf and ub_ctx_hosts rather than a NULL pointer. On *nix this wasn't causing headache, but on Windows this was causing unbound to not correctly load DNS settings from the OS. Note on the bug: in a Windows-specific code branch in the function ub_ctx_hosts(), if the hosts file specified was a NULL pointer, a call to getenv() was stored in a local char* and later freed. This is incorrect, as we do not own that data, and caused the program to crash. | |||||
2015-04-02 | update unbound from upstream | Riccardo Spagni | 1 | -1/+1 | |
2014-12-04 | update unbound from upstream | Riccardo Spagni | 1 | -2/+22 | |
2014-10-05 | added unbound to external deps | Riccardo Spagni | 1 | -0/+1227 | |