- 31 Aug, 2012 14 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
fix my previous commit; sorry I tested wrong. This changes += to just = for first use of MAINTAINERCLEANFILES.
-
Jeremy C. Reed authored
Use "make maintainer-clean" instead of "make distclean" to remove the manpages. This fixes problem where enduser using tarball does a "make clean" and loses the maintainer-tarball-provided manpages.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
Fix a misspelling in a log output. Also fix same misspelling in some comments and unittest output.
-
Jeremy C. Reed authored
This has not been reviewed. Let's consider it a stub for now.
-
Jeremy C. Reed authored
removed the conflicting generated files
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
The tests didn't fail due to missing file. See memory_datasrc_unittest.cc: EXPECT_THROW(zone_finder_.load(TEST_DATA_DIR "/duplicate_rrset.zone"), ... EXPECT_THROW(rootzone.load(TEST_DATA_DIR "/duplicate_rrset.zone"), I assume this is a false-negative because the test successds because loading still fails. Maybe that test or "load" should be extended for this, but for now I add the missing file to EXTRA_DIST.
-
Jeremy C. Reed authored
detected by distcheck failure: http://git.bind10.isc.org/~tester/builder/BIND10-distcheck/20120831093000-FreeBSD8-i386/logs/distcheck.out discussed on jabber
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
b10-loadzone tries to remove comments from RData strings
-
- 30 Aug, 2012 3 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
Warn administrator when creating an empty SQLite data source.
-
JINMEI Tatuya authored
-
- 29 Aug, 2012 10 commits
-
-
Jeremy C. Reed authored
distcheck failed since wasn't listed
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
some stricter compilers require this. this fixes a build failure: http://git.bind10.isc.org/~tester/builder/BIND10/20120829105133-Solaris10-sparc-Sunstudio/logs/build.out okayed on jabber.
-
JINMEI Tatuya authored
-
-
Mukund Sivaraman authored
-
Naoki Kambe authored
- updated git id of the ChangeLog entry for #2179 - removed a conflict marker around the entry 458
-
Naoki Kambe authored
Conflicts: ChangeLog
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
Conflict resolution is mostly straightforward adujstment for the latest interface, but it's not super trivial and should be reviewed.
-
- 28 Aug, 2012 13 commits
-
-
JINMEI Tatuya authored
added some test cases to confirm the behavior; update the doc.
-
JINMEI Tatuya authored
with notes about the intent.
-
JINMEI Tatuya authored
hopefully the new name better represents the intent.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
not sure if it's absolute necessary for doxygen to process it, but I thought it's more readable anyway.
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
I forgot to add it before.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Obviously, it fails.
-
Michal 'vorner' Vaner authored
Since creating new file is suspicious, the administrator may have misspelled some file name. The message explains the problem and shows the file name as well. Also, removed a duplicate message, created a new instance for it.
-