BIND 10 work/slow, created. 0a9abd16730fa7708967c4b17dd1a36b7c75f363 Changelog for #2877
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 10 07:38:02 UTC 2013
The branch, work/slow has been created
at 0a9abd16730fa7708967c4b17dd1a36b7c75f363 (commit)
- Log -----------------------------------------------------------------
commit 0a9abd16730fa7708967c4b17dd1a36b7c75f363
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Apr 10 09:17:28 2013 +0200
Changelog for #2877
commit 33bd949ac7288c61ed0a664b7329b50b36d180e5
Merge: ee44f96 21d0817
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Apr 10 09:11:12 2013 +0200
Merge #2877
Fix SQLite backend so the deletes are not so slow.
This is the urgent part of the fix; we'll have another half of the branch
later, to clean up some details.
commit ee44f96ae1e8556fa04077f708287cb017dbbd0e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 9 12:29:03 2013 -0700
[master] editorial: removed a garbage character
commit 1779eb23b4a147af7585f1c7d090f7c00ecaff6d
Author: Thomas Markwalder <tmark at isc.org>
Date: Tue Apr 9 15:23:31 2013 -0400
[master] Added ChangeLog entry 600.
commit cac02e9290600407bd6f3071c6654c1216278616
Merge: 403c717 91a0d27
Author: Thomas Markwalder <tmark at isc.org>
Date: Tue Apr 9 15:16:32 2013 -0400
[master] Merge branch 'trac2837' always use STRICT_SQL mode in
mysql_lease_mgr.
commit 403c7178590825e101e0822715fa557403ff5c33
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue Apr 9 10:09:48 2013 -0500
[master] fix regression in MasterLoaderTest
I introduced problem by fixing a typo in a comment in a zone file.
The character positions or file sizes of the file were hardcoded
in the unit test. I had seen the failure on my system but didn't
associate it. (My mistake for not looking closely.)
The typo fix added one character so changed the hardcoded 549 to 500
and 506 to 507.
(Later maybe some macros should be used for this?)
commit 68863a7847788b6dfa9de464c5daf7e48db6a273
Merge: e744b4b 88e7a72
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue Apr 9 08:17:34 2013 -0500
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
merged
commit e744b4b23d47a3467cb0a69a9ace6baa1576ba5f
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue Apr 9 08:15:22 2013 -0500
[master] many spelling or typo fixes
mostly in documentation or in comments
reviewed by muks via jabber
includes output changes for two isc_throw.
commit 88e7a72ae29daf1dfd87cd4fb6ae31bbc6fb9684
Merge: 0d8a7d1 bd65ec4
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Apr 9 15:14:53 2013 +0200
Merge #2888
Fix failure to connect in msgq tests.
commit bd65ec46d25bb56ab77f50ebf8d6e431fda2d478
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Apr 3 12:04:44 2013 +0200
[2888] Close socket even on connect error
Even if we fail to connect, close the socket. It is loosely related to
the previous commit, as that one used unsuccessful connection attempts
to discover msgq is not ready yet and the unit tests complained. It
should have no real effect, since the garbage collector would reclaim
the socket after a while anyway.
commit f5f3e572144232518b47dba3ed32a6cded151a47
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Apr 3 11:59:21 2013 +0200
[2888] Try connecting instead of looking for socket file
This should solve the race condition when the socket file is created,
but connect to it does not work yet, because listen() was not called on
it yet. Really connecting ensures it is possible to connect.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list