Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-02 | re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6 | Riccardo Spagni | 1 | -1/+0 | |
2015-05-31 | update libunbound | Riccardo Spagni | 59 | -2575/+4559 | |
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+28 | |
2015-04-06 | updated unbound cmake for static builds | Riccardo Spagni | 3 | -2/+34 | |
2015-04-05 | minor CMakeLists fix for Unbound, ldns -> sldns | Riccardo Spagni | 1 | -7/+7 | |
2015-04-04 | reinstate accidentally removed CMakeLists | Riccardo Spagni | 1 | -0/+201 | |
2015-04-02 | Merge pull request #251 | Riccardo Spagni | 1 | -1/+0 | |
c0de96f Fixed DNS resolution bug in Windows (Thomas Winget) | |||||
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 | 155 | -3514/+5556 | |
2015-03-17 | fixed msys2 / mingw folders based on architecture, added license to unbound ↵ | Riccardo Spagni | 1 | -0/+28 | |
CMakeList as that is not part of standard Unbound | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 13 | -2/+2 | |
2014-12-04 | update unbound from upstream | Riccardo Spagni | 72 | -2655/+1261 | |
2014-11-18 | mingw: copy required libraries to the build tree | Ben Boeckel | 1 | -0/+16 | |
These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell. | |||||
2014-10-24 | unbound: fix getaddrinfo detection for 32-bit windows | Ben Boeckel | 1 | -1/+11 | |
On Windows, getaddrinfo is part of the Windows API and as such is __stdcall, not __cdecl, so check_function_exists fails because the declaration doesn't match the mangling __stdcall has. Instead, use a header to include the symbol as declared on the system and use check_symbol_exists instead. Tested-By: greatwolf on IRC | |||||
2014-10-24 | unbound: fix type checking | Ben Boeckel | 1 | -2/+2 | |
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 1 | -0/+5 | |
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost. | |||||
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -4/+4 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 3 | -0/+1422 | |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 1 | -0/+3 | |
correctly finding static libs on various operating systems | |||||
2014-10-05 | added unbound to external deps | Riccardo Spagni | 394 | -0/+199264 | |