mostly editorial, and should be obvious enough. so skipping review.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2402 e5f2f494-b856-4b98-b285-d166d9295462
Minor updates in README, point to some Y2 descriptions.
Add release date to ChangeLog.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2380 e5f2f494-b856-4b98-b285-d166d9295462
[func] jerry
Added python logging framework. It is for testing and experimenting
with logging ideas. Currently, it supports three channels(file,
syslog and stderr) and five levels(debug, info, warning, error and
critical).
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2338 e5f2f494-b856-4b98-b285-d166d9295462
runtime. Also there is two command spported by cmdctl: shutdown and print_settings .
2. Refator some code of cmdctl and add corresponding test cases.
3. Rename module name from 'Cmd-Ctrld' to 'Cmdctl'.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac127@2253 e5f2f494-b856-4b98-b285-d166d9295462
moved a little bit of code into a main() function (instead of calling it directly), for easier testing
module magic happening in the test.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2127 e5f2f494-b856-4b98-b285-d166d9295462
This helps workaround problem noted on bind10-users list last week
and this was discussed on jabber last week.
Note that if the m4 macro doesn't exist. Then even if pkg-config
is installed later, the configure script will still fail. autoconf
will need to be ran again.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2106 e5f2f494-b856-4b98-b285-d166d9295462
updated additions in tests for wrapper api
also independently came up with the fix attached in ticket #224
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2097 e5f2f494-b856-4b98-b285-d166d9295462
Remove the use of ext/boost from configure.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac217-remove-ext-boost@2017 e5f2f494-b856-4b98-b285-d166d9295462
(removing the custom code altogether in favour of asio is under consideration)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac183@2008 e5f2f494-b856-4b98-b285-d166d9295462
Add __init__ function to RotatingFileHandler class
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac176@2006 e5f2f494-b856-4b98-b285-d166d9295462
- suppress the gcc unused parameters warning selectively (as a workaround) in a most portable way
- introduce B10_CXXFLAGS as the default to AM_CXXFLAGS to make the first change possible (that's why I modified so many other Makefile.am's even if they are irrelevant to asio)
- remove dependency on boost system library: it was only needed for the boost version of ASIO.
- hide details that require ASIO related definitions from xfr_client.h to avoid being hit by the 'unused parameter' problem accidentally.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1953 e5f2f494-b856-4b98-b285-d166d9295462
src/lib/cc/session.cc that were triggered by ASIO code.
- move ext/boost and ext/asio each down one level, to ext/boost/boost
and ext/asio/asio. This allows groups of external headers to be
included more selectively: we can switch on asio without also including
boost, or change the boost include directory without losing asio.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1952 e5f2f494-b856-4b98-b285-d166d9295462
also add log in xfrout module for testing.
Currently, logging module supports three channels:stderr
file and syslog.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac176@1946 e5f2f494-b856-4b98-b285-d166d9295462
they should not be needed now. (And because --with-boost-include would
cause the build not to find the ASIO headers.)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1921 e5f2f494-b856-4b98-b285-d166d9295462
on the msgq and python side, the socket file is either:
- what is speficied as an argument to the constructor, OR
- environment variable BIND10_MSGQ_SOCKET_FILE, OR
- default (@localstatedir@/msgq_socket)
in that order.
two open items:
TODO: run_X scripts should set a local file in BIND10_MSGQ_SOCKET_FILE (so if installed dirs don't exist run from source fails right now)
TODO: the c++ boost::asio version has no 'manual override', only environment variable or default. (which is better than what it was before, only hardcoded port 9912), fixing this would mean an API change somewhere
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac183@1901 e5f2f494-b856-4b98-b285-d166d9295462
(lots of stuff missing, most of it from before we did TDD, so i'll fill those out next and then write tests for the features that are to be added before we can merge it)
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1894 e5f2f494-b856-4b98-b285-d166d9295462
Also saved to a file: config.report.
(Okayed to commit on phone with Shane.)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1836 e5f2f494-b856-4b98-b285-d166d9295462
Moved msgq tests to own directory.
Added targets for all known python unittests.
Note this is for those that use the unittest module.
Other tests are ignored for now.
These tests are ran using "make check" even if not built
with gtest.
Some of these tests fail. I will comment them out in later commit.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462