- 25 Aug, 2010 3 commits
-
-
JINMEI Tatuya authored
avoid copying ModuleSpec in getModuleSpec() by returning a reference to it instead of returning a full object. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac310@2802 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac310@2800 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2797 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Aug, 2010 3 commits
-
-
JINMEI Tatuya authored
it looks like the code compiles with the stricter warning levels without modification, so I'm directly commiting it to trunk. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2793 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
this change does not appear to me to need a review, so I am committing this directly git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2790 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2789 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2788 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Aug, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2786 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Aug, 2010 5 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac313@2779 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac315@2774 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2773 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2772 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Also add some comments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2771 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Aug, 2010 1 commit
-
-
JINMEI Tatuya authored
so that it can be overridden safely. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac315@2766 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Aug, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac313@2764 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2760 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Aug, 2010 6 commits
-
-
JINMEI Tatuya authored
(testability is checked in tests/Makefile.am) suggested by Jeremy, okay by myself. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2755 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2754 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2753 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2752 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
minor zonemgr unittest fix: main thread will wait for 1 sec before accessing zonemgr data, so zone data should already be updated by zone timer. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2751 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
remove io_service.reset() call from blocking read; application using it is responsible for keeping io_service alive (if necessary by using a io_service::work object). Also added a test with multiple reads git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2750 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 12 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2749 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac310@2748 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- added surrandong parentheses for return values based on agreed guideline - removed redundant semicolons after a block - fixed curly brace position diff is large, but the change is very trivial. so I'm skipping explicit review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2745 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2742 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
removed double path line included by previous commit (test file problem reported as make distcheck error and patch checked by likun) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2741 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
internal cc message format for notifies seems to have changed, updated the tests that check that format git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2740 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Fix the error in code comments according stephem's review for ticket289, which should be done in trac289. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2739 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2738 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2735 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2733 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2732 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Aug, 2010 4 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2729 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- catch exceptions by reference - and constify them should be trivial enough, so I'm skipping explicit review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2728 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2727 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- removed a redundant blank line - folded a long line git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2726 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Aug, 2010 2 commits
-
-
JINMEI Tatuya authored
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
new approach for blocking reads to prevent races: if the timeout or read is canceled, also wait until the cancel signal is processed other cleanup; only use one variable for the read_result and timer_result (with boost::optional) setResult does not need to be a member function, so i moved it out of the class don't cancel timer if it wasn't set added an io_service.reset() call to reset internal flags before the run_one() calls git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2716 e5f2f494-b856-4b98-b285-d166d9295462
-