- 10 Dec, 2012 5 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Mostly adding "const" to methods that don't change the class, but also correcting a few other points that were raised.
-
Stephen Morris authored
-
Stephen Morris authored
This is akin to the DuidPtr and is a shared point to a Client ID.
-
Stephen Morris authored
As the address is th eprimary key of the table, there can only ever be at most one lease in the database with a given address. Additional selection by subnet ID is not needed.
-
- 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.
-
- 05 Dec, 2012 10 commits
-
-
JINMEI Tatuya authored
with fixing Conflicts for src/lib/dns/gen-rdatacode.py.in src/lib/dns/rdata.cc src/lib/dns/rrparamregistry-placeholder.cc src/lib/dns/tests/rdata_hinfo_unittest.cc src/lib/dns/tests/rdata_txt_like_unittest.cc
-
JINMEI Tatuya authored
this is actually ensured by the C++ standard lib spec.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
due to limitation of the current implementation it doesn't work right now, so commented out; planning to create a ticket to fix the underlying issue.
-
- 04 Dec, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-