Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
66f19895
Commit
66f19895
authored
Feb 03, 2011
by
Jeremy C. Reed
Browse files
Merge branch 'master' of
ssh://jreed@bind10.isc.org//var/bind10/git/bind10
parents
c936d4d7
89dd63f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
66f19895
163. [func] vorner
The pimpl design pattern is used in
IO
Server, with a shared pointer. This
The pimpl design pattern is used in
UDP
Server, with a shared pointer. This
makes it smaller to copy (which is done a lot as a sideeffect of being
coroutine) and speeds the server up by around 10%.
coroutine) and speeds applications of this class (notably b10-auth) up by
around 10%.
(Trac #537, git 94cb95b1d508541201fc064302ba836164d3cbe6)
162. [func] stephen
...
...
src/lib/log/tests/run_time_init_test.sh.in
View file @
66f19895
#!/bin/
ba
sh
#!/bin/sh
# Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,14 +13,12 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id$
tempfile
=
`
echo
/tmp/run_init_test_
$$
`
failcount
=
0
localmes
=
@abs_builddir@/localdef.mes
tempfile
=
@abs_builddir@/run_time_init_test_tempfile_
$$
function
passfail
()
{
passfail
()
{
if
[
$1
-eq
0
]
;
then
echo
"pass"
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment