- 13 Dec, 2012 2 commits
-
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
- 12 Dec, 2012 9 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
per convention.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 11 Dec, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 10 Dec, 2012 5 commits
-
-
Jelte Jansen authored
don't duplicate the duplicate zone check in sqlite3 accessor's addZone() added documentation
-
Jelte Jansen authored
Note: currently called createZone so as not to interfere with an existing addZone() call in MemoryClient. Instead of pure virtual I made it have a default 'NotImplemented' method. Also, the DatabaseClient holds the transaction (not the SQLite3Accessor); we could do it on that level but we already have a transaction API on a higher level and it makes a little bit more sense to me to do it there
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
this will suppress a cppcheck error: http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20121209143001-FreeBSD8-amd64-GCC/logs/cppcheck.out okayed on jabber.
-
- 09 Dec, 2012 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 07 Dec, 2012 12 commits
-
-
Marcin Siodelski authored
The test used to create template files in a testdata folder without write permissions. That caused 'make distcheck' errors. This regression had been introduced with the ticket #2479. Okayed on jabber.
-
Stephen Morris authored
cppcheck was complaining about what was effectively: const int A = 6; const int B = A; std::string array[b]; Changing this to const int B = 6; std::string array[b]; ... works
-
Jelte Jansen authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
This reflects the fact that at the moment, the data is stored in memory and not in a backing file.
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Jeremy C. Reed authored
in docs. trivial. no review.
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
with fixing Conflicts for: src/lib/dns/gen-rdatacode.py.in src/lib/dns/tests/rdata_txt_like_unittest.cc
-
- 06 Dec, 2012 7 commits
-
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Mukund Sivaraman authored
When tree.find() results in SUBDOMAIN, the node_path's top contains the previous node. Calling previousNode() yet again will return its further previous node.
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
This test currently fails with an assertion.
-