JINMEI Tatuya
|
5c5f931026
fixed return type from object to a reference
|
il y a 15 ans |
JINMEI Tatuya
|
7bc5ce45d2
(safely) suppress -Wextra about unused parameters
|
il y a 15 ans |
JINMEI Tatuya
|
f755e4a8ac
cleanup: purged really unused function parameters
|
il y a 15 ans |
JINMEI Tatuya
|
8649b8a373
clarified some function parameters are intionally unused
|
il y a 15 ans |
JINMEI Tatuya
|
b6ec0cff3f
clarified that some variables are intentionally unused to suppress -Wextra
|
il y a 15 ans |
Evan Hunt
|
b00f60a500
missing DS for sql1.example.com in testdata
|
il y a 15 ans |
JINMEI Tatuya
|
38db5558d9
clarified that errors are intentionally ignored in UDPServer::sendCompleted()
|
il y a 15 ans |
JINMEI Tatuya
|
87ccb0c631
- tighten validation on incoming requests. return an response rather than
|
il y a 15 ans |
JINMEI Tatuya
|
2ab95a0f72
cancel not-yet-ready part of the patch
|
il y a 15 ans |
JINMEI Tatuya
|
3a29ffe4f5
- made lib/dns -Wextra safe.
|
il y a 15 ans |
Jeremy C. Reed
|
1e5a2021f2
Add and cleanup some more documention. Thank you jelte for some of the
|
il y a 15 ans |
Jeremy C. Reed
|
e5579aa496
Add -Wextra to the default compiler settings for GCC.
|
il y a 15 ans |
Evan Hunt
|
cd83054cc5
Limit CNAME chains to 16, to avoid the possibility of an infinite CNAME loop
|
il y a 15 ans |
Jeremy C. Reed
|
f37dcf8351
Start of manual page about b10-cfgmgr.
|
il y a 15 ans |
Jelte Jansen
|
abaf2fac09
check if configmanager object was created before trying to call write_config() on it when shutting down after an error (i.e. msgq not running)
|
il y a 15 ans |
JINMEI Tatuya
|
e87c27c3d2
fixed a signed/unsigned error (found by -Werror)
|
il y a 15 ans |
Shane Kerr
|
6a269b0afc
Remove unnecessary "import isc", plus a bit of cleanup on import
|
il y a 15 ans |
JINMEI Tatuya
|
f71a2cae67
removed meaningless const for an object return type. found by -Werror.
|
il y a 15 ans |
JINMEI Tatuya
|
c89027c881
- associate DNSProtocolError classes with corresponding RCODE
|
il y a 15 ans |
JINMEI Tatuya
|
8101039e14
added -Werror
|
il y a 15 ans |
Evan Hunt
|
c55d7e438d
oops... need to treat TTL as a string, but still compare it against maxttl
|
il y a 15 ans |
JINMEI Tatuya
|
06792038b0
simplified cod logic for TCPServer::listening :
|
il y a 15 ans |
JINMEI Tatuya
|
47a44f7467
indentation fix
|
il y a 15 ans |
JINMEI Tatuya
|
e50967f425
missing cleanup on error in the ASIO TCPClient class
|
il y a 15 ans |
Evan Hunt
|
6158183789
Refuse queries for RRSIG
|
il y a 15 ans |
Evan Hunt
|
2aa9ae9f43
treat TTL as a string not an int
|
il y a 15 ans |
Evan Hunt
|
736631d7ea
CONFIG_VERSION was not recognized
|
il y a 15 ans |
Jelte Jansen
|
700baf90cd
specifying only --with-boostlib in configure makes make stop because $boostlib will be set to 'yes', so we need to test the system libraries in that case too
|
il y a 15 ans |
Jelte Jansen
|
52f069ed44
include version in 'empty' config data
|
il y a 15 ans |
Jelte Jansen
|
b3a367e0aa
removed debug prints
|
il y a 15 ans |