JINMEI Tatuya
227a3a7be8
[1451] some more trivial editorial cleanups
2011-12-14 21:34:28 -08:00
JINMEI Tatuya
aac2876688
[1451] removed white spaces at EOLs
2011-12-14 16:43:14 -08:00
JINMEI Tatuya
9176c84be6
[1452] some more comment cleanups
2011-12-14 16:00:11 -08:00
JINMEI Tatuya
ed5fa95326
[1452] overall documentation update
2011-12-14 15:49:25 -08:00
Tomek Mrugalski
ebb759a07c
Fix for distcheck and dhcp6 tests on NetBSD
...
- Fixed distcheck complaining about file left in src/bin/dhcp4
- Fixed socket binding problem in src/lib/dhcp/tests/iface_mgr
- Fixed OSError problem in src/bin/dhcp6/tests/dhcp6_test.py on NetBSD
2011-12-14 18:32:41 +01:00
JINMEI Tatuya
b015cf738d
[master] removed an extra =
2011-12-14 08:43:35 -08:00
Jeremy C. Reed
a243ee281b
[trac1446] add entry to libdhcp++ rename
2011-12-14 08:16:14 -06:00
Jeremy C. Reed
d394e64f4c
[trac1446]Merge branch 'master' into trac1446
...
I fixed three conflicts.
In addition to merge this also updates new bin/dhcp4 to use libdhcp++.la.
2011-12-14 08:09:06 -06:00
Jeremy C. Reed
d75d622a26
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2011-12-14 07:40:08 -06:00
Jeremy C. Reed
4d9485ae50
[master] whitespace police
2011-12-14 07:39:35 -06:00
Jeremy C. Reed
8eb7bcd370
[master] minor documentation change and example added
...
Change Secondary Manager chapter to a section in the
existing Incoming Zone Transfers chapter.
Small content addition and add a bindctl example for Zonemgr.
2011-12-14 06:39:41 -06:00
Jeremy C. Reed
a5dbe4197b
[master] man page clarification
...
TODO: this still needs reload_jitter documented
2011-12-14 06:35:58 -06:00
Jeremy C. Reed
e20572f93d
[master] remove commented out section and wrong entry from SEE ALSO
2011-12-14 06:34:13 -06:00
Tomek Mrugalski
7ad41d91b2
[992] ChangeLog update.
2011-12-14 12:48:26 +01:00
Tomek Mrugalski
5749a7ada2
[992] Merge branch 'master' into trac992
...
Conflicts:
ChangeLog
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcp/iface_mgr.cc
src/lib/dhcp/pkt4.h
src/lib/dhcp/tests/iface_mgr_unittest.cc
src/lib/dhcp/tests/pkt4_unittest.cc
2011-12-14 12:15:19 +01:00
Jelte Jansen
502cc85e6d
[1470] fix a few more shared_ptr namespaces
2011-12-14 12:03:51 +01:00
Yoshitaka Aharen
53bc298c40
[master] ChangeLog for #510
2011-12-14 19:55:12 +09:00
Yoshitaka Aharen
e14cc5ec11
[master] address SunStudio build failure
2011-12-14 19:51:06 +09:00
Yoshitaka Aharen
8cb640551a
[510] whitespace style fix
2011-12-14 18:29:28 +09:00
Yoshitaka Aharen
ff81c97c2a
[510] forgot to merge
2011-12-14 18:11:27 +09:00
Yoshitaka Aharen
afddaf4c57
Merge branch 'master' into trac510
...
Conflicts:
src/lib/statistics/counter_dict.cc
src/lib/statistics/counter_dict.h
src/lib/statistics/tests/counter_dict_unittest.cc
2011-12-14 18:00:35 +09:00
JINMEI Tatuya
4d5f96b4d0
[1452] impose upper limit on the data length for SocketSessionForwarder::push,
...
too.
2011-12-13 15:06:29 -08:00
JINMEI Tatuya
1e4d796212
[1452] complete data validation in SocketSessionReceptor::pop with detailed
...
tests.
2011-12-13 14:41:56 -08:00
JINMEI Tatuya
2f4433fb15
[master] added missing break in case blocks. this should fix the cppcheck error.
...
okayed on jabber.
2011-12-13 10:41:23 -08:00
JINMEI Tatuya
47256b9860
[1452] (unrelated cleanup): we shouldn't need to disable strict-aliasing check
...
for this module.
2011-12-13 10:27:06 -08:00
JINMEI Tatuya
787a439b41
[1452] use recvfrom(2) with MSG_WAITALL instead of read(2). it seems that
...
partial read can happen on some systems even if all data should have been
transmitted.
2011-12-13 09:29:15 -08:00
JINMEI Tatuya
12649b6a44
[1452] explicitly set socket recvbuf, too. use blocking read + alarm
...
in some cases as non blocking can make the test with large data.
2011-12-13 09:20:55 -08:00
Stephen Morris
3f83fac07d
[1470] Correct bug concerning status return check
...
Original code checked the wrong variable when doing a status check
on read(2)/write(2).
2011-12-13 16:57:48 +00:00
JINMEI Tatuya
2d0aacaedb
[1414] Merge branch 'trac1414' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1414
2011-12-13 08:56:05 -08:00
Tomek Mrugalski
d6e3347936
[992] Cosmetic changes (a follow-up to 1361)
2011-12-13 15:14:25 +01:00
Jeremy C. Reed
497d53517c
[master] changelog cleanups
...
fix a typo
use a tab before the keyword type.
use two tabs before the committer username.
line is too long
2011-12-13 08:12:27 -06:00
Dima Volodin
3839f74b09
[1386] Changelog for #1386
2011-12-13 08:56:51 -05:00
Dima Volodin
920ee68644
[1386] tabs in src/lib/asiodns/io_fetch.h src/lib/resolve/recursive_query.cc
2011-12-13 08:54:30 -05:00
Dima Volodin
e3c35e7514
[1386] EDNS fallback on FORMERR
2011-12-13 08:49:26 -05:00
Jelte Jansen
1ae5ff8616
[master] changelog update
2011-12-13 14:31:37 +01:00
Jelte Jansen
1655bed624
Merge branch 'trac1314'
2011-12-13 14:26:22 +01:00
Michal 'vorner' Vaner
7ffef24a48
[1483] Protect the method by exception
2011-12-13 14:22:09 +01:00
Michal 'vorner' Vaner
b2da8d97a3
[1483] Implement findAll on database
2011-12-13 14:07:00 +01:00
Stephen Morris
f1104654a2
[1470] Move include of config.h before all other includes
2011-12-13 11:46:06 +00:00
Stephen Morris
f1f4ce3e30
[1470] replaced shared_ptr by boost::shared_ptr
...
shared_ptr is a candidates for the next STL version and Windows has
already adopted it. This change removes ambiguity between the Boost
and Windows versions of the class.
2011-12-13 11:33:57 +00:00
Jelte Jansen
23350205fb
[1414] address some more comments
2011-12-13 11:45:18 +01:00
Jelte Jansen
ebfebb1be1
[1414] apply suggested patch with one makefile fix
...
Patch introduces use of SPECFILE_LOCATION in the tests, which only gets the correct value within the source tree if B10_FROM_BUILD is set when calling the test
2011-12-13 10:09:04 +01:00
Yoshitaka Aharen
b14866797e
[510] modify interface for enumerating zone names in CounterDictionary
2011-12-13 16:50:21 +09:00
Yoshitaka Aharen
a5c940634f
[510] fix unused variable
2011-12-13 16:50:15 +09:00
JINMEI Tatuya
28f5b7df99
[1414] a couple of minor cleanups: indentation fix and do resetUnitTestRootLogger()
2011-12-12 22:49:57 -08:00
JINMEI Tatuya
8cd3a3f503
[1452] made the forwarder socket nonblocking and test the case we push sessions
...
too fast.
2011-12-12 19:59:55 -08:00
JINMEI Tatuya
f37822dcf5
[1452] added consideration for the case where the acceptor dies before push.
...
we needed to ignore SIGPIPE in this case, so added that setup. also test
of course.
2011-12-12 19:02:33 -08:00
JINMEI Tatuya
1007c575bb
[1452] added more parameter validations and corresponding tests.
2011-12-12 18:48:27 -08:00
JINMEI Tatuya
f942fb1a8c
[1452] some documentation/comment cleanups
2011-12-12 13:47:31 -08:00
JINMEI Tatuya
6328a99430
[trac1452] made sure hints are used in getaddrinfo, also be more specific
...
about hints.ai_socktype
2011-12-12 21:14:09 +00:00