a39d7916d0 Avoid strlen; use strnlen (Pieter Wuille)
Pull request description:
Top commit has no ACKs.
Tree-SHA512: 4e60f2aece7e83635ea0db6adf623472649a05d4b69f3700cae4fb94e2e937503774a332d7bae794f59261d5fd62e3679db9cdd704c31e5350ffb5b9f1b6c51f
2cfc903cb9 Fix -Wvarargs warnings (Lucas Betschart)
ff5564e4ce Fix -Wreturn-type warnings (Lucas Betschart)
1065303ecb Fix -Wuninitialized warnings (Lucas Betschart)
Pull request description:
Fixes what my clang said he doesn't like.
ACKs for top commit:
Sjors:
Pure zen, thanks! ACK 2cfc903 (still works when rebased on master)
sipa:
utACK 2cfc903cb9
Tree-SHA512: 600fe532cb58c95968afabec38745c2a7c4a60603685c154538eae253ebfd492bce4110a99bcd37ec198150d85e2a1d41f1a491b2cf1d832a84363e913d7c550
f81b533bb5 [doc] add hex equivalent for flags (Sjors Provoost)
Pull request description:
Handy for those who do not natively think in binary and hex.
ACKs for top commit:
sipa:
ACK f81b533bb5
Tree-SHA512: 92ec7604d5a302fabfa68e72c250ea6f69e8715d50b9724cf9af6eb88beff7837d898b60ff1d5b663f473f5e3d6fed41067fb803ec2dffe31c63171d8afa1357
bf40486011 Add --address, bind to specific address (uhliksk)
Pull request description:
- Fix#83 (will reply from same address as provided)
- Fix#59 (will work if you bind to specific IPv4 address)
- Fix#51 (will work with systemd-resolved service if you bind to specific address)
ACKs for top commit:
sipa:
ACK bf40486011
Tree-SHA512: 1924533a31f4e1b1149e1863454c28b5860eea6bd90e4d54fea761b608ad47ad8e15e6e2a745c91717658466cdd6c2cdc221f2587968f94c798d09774e4ddca0
5586af8ff2 Add setcap hint to readme (Jonas Schnelli)
Pull request description:
ACKs for top commit:
sipa:
ACK 5586af8ff2
Tree-SHA512: 1449ba2419bfb4a14b6dfff1683e13b0a6f469d69c8ebf9026ae9b51bba684538e3e89ed714163b83becdf13572174826579dcec2ac2abfc84ce94693935461f
c9679dc Add whitelist for service filter, use a map for cacheTime (Jonas Schnelli)
5c8b9e3 IP-Query: Use a vector instead a set and random pick an IP (Jonas Schnelli)
839db15 Add support to filter nodes by node flags (Jonas Schnelli)