- 26 Feb, 2013 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
- More tests - a few bugfixes and refactors - renamed methods to be private/protected - documentation updates
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 21 Feb, 2013 3 commits
-
-
Jelte Jansen authored
Also replaced 'action' with 'command' (the first argument)
-
Jelte Jansen authored
-
Jelte Jansen authored
And added a number of tests
-
- 20 Feb, 2013 4 commits
-
-
Jelte Jansen authored
I know it's a different ticket but it seemed to easy not to do here Also fixed a coupld of distcheck issues with .pyc files
-
Jelte Jansen authored
But essentially, this is a full rewrite of the tool, since to handle it nicely I had to get rid of most of the functions and make a somewhat nicer class of it. Also added a -q option while i was at it
-
Jelte Jansen authored
-
Jelte Jansen authored
Doesn't test anything useful yet, mostly unit testing framework
-
- 13 Sep, 2012 1 commit
-
-
Naoki Kambe authored
-
- 31 Aug, 2012 3 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.
-
- 03 Aug, 2012 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
to get the full path if needed also fixed one target that had spaces instead of tab
-
- 02 Aug, 2012 1 commit
-
-
Jeremy C. Reed authored
-
- 09 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 16 Feb, 2012 1 commit
-
-
Jeremy C. Reed authored
Later steps will make sure these are generated for "make dist" to be included in tarball.
-
- 25 Feb, 2011 1 commit
-
-
Jeremy C. Reed authored
Remove some duplicated DESTDIR. This was reported by Jan Engelhardt via bind10-dev list.
-
- 02 Feb, 2011 1 commit
-
-
Jeremy C. Reed authored
-
- 21 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
- did it for non .cc/.h files - some files had 'already substitued' $Id$'s (which were probably not under keyword substitution with svn; just copied from some other file). they were overlooked in the previous cleanups - there were lower cased $Id$, which were overlooked, too.
-
- 23 Dec, 2010 2 commits
-
-
Jeremy C. Reed authored
Use "$@" for all to pass arguments. (Some before use $* and some didn't.) Also remove some blank lines at end. This was discussed briefly on jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3993 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Fix run_*.sh scripts that are used for development testing so they use a msgq socket file in the build tree. I didn't merge from that branch since had 21 conflicts and missing ranges. My original commit message for r3881 was: Set BIND10_MSGQ_SOCKET_FILE in environment for every run_*.sh script (not for unittests though). It is set to @abs_top_builddir@/msgq_socket I didn't test all of them and some do not even use it. But it shouldn't hurt. This is for Trac ticket #226. Note I don't patch the src/bin/recurse/run_b10-recurse.sh.in now. It is now missing and I don't know why. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3989 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Oct, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac364@3174 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Sep, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3052 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
Also while here sort the options. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2703 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Apr, 2010 1 commit
-
-
Jelte Jansen authored
added missing copyright statements to every relevant .in, .py, .cc and .h file that didn't have one yet git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1750 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1565 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Mar, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1510 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from docbook format (already in svn). This updates bindctl.1 and msgq.8 already in svn. Add Makefile.am additions so these are installed and also to regenerate them. Assuming the nroff version is newer than the xml version, make won't need to regenerate. It is created using xsltproc. But this shouldn't be a build requirement -- so may need to redo this if notice any problem. Also in the loadzone makefile, create the localstatedir. (Not really needed since other makefile creates, but just in case this becomes standalone.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1506 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1501 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Mar, 2010 2 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1362 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1345 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1325 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Mar, 2010 1 commit
-
-
Likun Zhang authored
Move usermgr from "trunk/tools/" to "trunk/src/bin" according Jeremy's suggestion. usermgr can be installed now. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1272 e5f2f494-b856-4b98-b285-d166d9295462
-