- 30 Jun, 2011 2 commits
-
-
Stephen Morris authored
Only log details of the zone being added after input validation, when it is known the the zone pointer is non-null. (Validation detects null pointers and throws an exception.)
-
Jelte Jansen authored
since this is just a short description, i'm pushing this straight to master
-
- 29 Jun, 2011 6 commits
-
-
Jelte Jansen authored
mainly to add an explanation for handle_logging_config
-
JINMEI Tatuya authored
-
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
definition of uint16_t in the boost namespace. So avoid doing 'using namespace boost'. Instead, import a specific name used in this file. additional cleanups are made: be sure to include stdint.h just in case, and remove unnecessary boost header file.
-
- 28 Jun, 2011 22 commits
-
-
JINMEI Tatuya authored
for dependent C++ libraries.
-
-
Jelte Jansen authored
A virtual destructor was missing in src/lib/acl/loader.h Also added a bit of whitespace for readability
-
Tomek Mrugalski authored
-
Jelte Jansen authored
and one makefile addition
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
Minor issues concerning spurious commas and a missing include file. Also, this change fixes a couple of "missing libraries" in other parts of the BIND 10 code.
-
Jelte Jansen authored
-
Stephen Morris authored
Conflicts: src/lib/log/logger_manager.cc src/lib/log/tests/destination_test.sh.in src/lib/log/tests/local_file_test.sh.in src/lib/log/tests/severity_test.sh.in
-
Shane Kerr authored
-
JINMEI Tatuya authored
- Update Changelog for #999 - Merge branch 'trac1057' with fixing conflicts
-
JINMEI Tatuya authored
with fixing Conflicts: ChangeLog src/bin/resolver/main.cc src/bin/resolver/resolver.cc src/bin/resolver/resolver_messages.mes src/lib/acl/Makefile.am src/lib/acl/tests/Makefile.am
-
Shane Kerr authored
-
chenzhengzhang authored
-
chenzhengzhang authored
-
JINMEI Tatuya authored
same sense of fixes (introducing a separate named namespace; avoid 'using namespace' in the header file).
-
chenzhengzhang authored
-
chenzhengzhang authored
-
- 27 Jun, 2011 10 commits
-
-
JINMEI Tatuya authored
also removed the shortcut 'el' because with the namespace it wouldn't be that short anymore (and while we could use 'using namespace' in .cc, 'el' is then too short and might cause a conflict with other global names).
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
- use inline for the shared function also removed some bad practices: - remove unnamed namespace - remove using [namespace] directives In addition, make sure $(B10_CXXFLAGS) is used as part of CXXFLAGS. Without this, warning flags could be unacceptably weakened.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
possibly confusing output unconditionally.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-