- 19 Oct, 2010 2 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3271 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
It was decided it can be used to inform user when the process really finishes. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3269 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 5 commits
-
-
Michal Vaner authored
* Avoids split data into multiple .read() calls * Workaround for rare linux bug git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3261 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3260 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3259 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3258 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3245 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Oct, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3227 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Oct, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3204 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Oct, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3201 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Similar changes as in previous commit, just in the notify_out module. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3200 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Oct, 2010 1 commit
-
-
Michal Vaner authored
* If select created a spurious wakeup (probably only theoretical problem on unix domain socket), it could block indefinitely. * Eliminated race condition on fast start-shutdown serie * Made the run_timers()-shutdown() be callable multiple times * Fixed a shutdown problem with empty zone manager (it didn't get to select when there were no data) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3191 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Oct, 2010 2 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3172 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3169 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Oct, 2010 2 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3166 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3165 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Oct, 2010 2 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3152 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3151 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Oct, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3141 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Sep, 2010 2 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3080 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
1. catch the exception when xfrin sending the zone transfer result to others modules, msgq may has been killed at that time. 2. change the delay time of boss process between sending command 'shutdown' and signal 'SIGTERM'. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3078 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Sep, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3061 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Sep, 2010 3 commits
-
-
Likun Zhang authored
Make sure xfrout can be shutdown, now notify-out thread and transfer-server thread can be terminated when the main thread get shutdown command. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3051 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Change the sleep time(the time between sending shutdown command to other processes and reap these processes) of boss process from 0.5 to 1 second, so that it can make sure other processes can exit automatically when user enter ctrl+c command. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3050 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3049 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Sep, 2010 2 commits
-
-
JINMEI Tatuya authored
trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3030 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3027 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Sep, 2010 5 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3023 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3021 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3020 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@3019 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@3018 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Sep, 2010 4 commits
-
-
JINMEI Tatuya authored
should be trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3009 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
make sure "." is listed before tests in SUBDIRS to ensure things to be tested are ready when doing tests. specifically, the immediate 'make check' after "configure" would fail without these changes. this may not be super minor, but I think it's still quite trivial and isn't worth spending others's time for review. so I'll skip review. If I broke something buildbot will tell it to us. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3008 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3007 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3006 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
the code with -O2 (trac #348) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3001 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Sep, 2010 3 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@3000 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2999 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- renamed {is,set}DNSSECSupported to {get,set}DNSSECAwareness to be consistent with the notation of other getter/setter methods git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2998 e5f2f494-b856-4b98-b285-d166d9295462
-