Michal 'vorner' Vaner
ae0b20c57c
[trac614] Comments
2011-03-02 13:32:29 +01:00
Michal 'vorner' Vaner
f9152fae80
[trac614] More portable valgrind flags
2011-03-02 13:20:33 +01:00
Michal 'vorner' Vaner
40f87a0aa5
[trac614] Update readme
2011-03-02 13:18:32 +01:00
JINMEI Tatuya
3d69f66a68
[trac614] Make tests_in_valgrind more portable
2011-03-02 13:15:48 +01:00
Michal 'vorner' Vaner
f79cea1f5a
[trac614] Some documentation for the scripts
...
Only in comments at the beginning of them, but it should be enough.
2011-02-25 19:34:17 +01:00
Michal 'vorner' Vaner
6458b98ea4
[trac614] Add a cleaner of the valgrind output
2011-02-25 19:04:32 +01:00
Michal 'vorner' Vaner
4fa3cf5c5f
[trac614] Enable tracing of file descriptor
2011-02-24 21:10:51 +01:00
Michal 'vorner' Vaner
923a470796
[trac614] Functional fixes
...
* Don't fail on test crash
* Better escaping of IPC in the script
* Run from the tests' dir, so they find their files
2011-02-24 21:02:39 +01:00
Michal 'vorner' Vaner
ddd04eed61
[trac614] First cut at an ugly script
...
It produces the output, but fails at the end reporting the status, needs
at last some documentation, etc. It might leave some files after the
run. It doesn't handle some parameters properly (problems with
escaping).
It is a big ugly bash script. But as it is to be used by the developers,
not users, it might not be so big problem.
2011-02-24 19:10:02 +01:00
Michal 'vorner' Vaner
586df2b37d
Changelog for #565
2011-02-24 14:21:25 +01:00
Michal 'vorner' Vaner
0ac0b4602f
Merge remote-tracking branch 'origin/trac565'
2011-02-24 13:59:10 +01:00
Jelte Jansen
54f4650b7d
[master] fixed the IPPROTO argument of one of the fetches
...
it used IPPROTO_IDP instead of IPPROTO_UDP, somehow this snuck past my review, and since IPPROTO_IDP exists, it reverted to TCP (which isn't implemented yet). The future-proof fix is to either not allow this to be passed (use a boolen use_udp or something), or raise an error on an unknown protocol.
But for now this quick fix should at least get it working again. Reviewed on jabber by stephen.
2011-02-24 10:11:40 +01:00
JINMEI Tatuya
bb708b6586
[master] use prefix version of ++, pointed out by cppcheck.
...
should be sufficiently trivial, directly committing to master.
2011-02-23 16:56:45 -08:00
Jelte Jansen
d3120390ae
[trac602] forgot to remove 3 spaces
2011-02-24 00:34:44 +01:00
Jelte Jansen
27025d831a
[trac602] addressed jinmei's comments
2011-02-24 00:33:31 +01:00
Michal 'vorner' Vaner
34be7c60c8
[trac565] Wording and naming fixes
2011-02-23 22:47:45 +01:00
Michal 'vorner' Vaner
008a3bf75b
[trac565] Rename sendo to recipient
2011-02-23 22:47:39 +01:00
Michal 'vorner' Vaner
cce105f44b
[trac565] Reorder the config_handler for readability
...
The closures are moved to the top of the function and commented. It'll
hopefully be more readable this way.
2011-02-23 22:47:31 +01:00
Jelte Jansen
57b77aa7c0
[trac602] also remove boost/thread from nameserver_address_store.cc
2011-02-23 22:35:58 +01:00
JINMEI Tatuya
e5961a4ce0
[trac565] directly fixed an obvious typo.
2011-02-23 10:50:52 -08:00
Jelte Jansen
14a51327ed
[trac602] added --enable-boost-threads option (disabled by default)
...
if not set, we use dummy locks instead of the boost locks
2011-02-23 19:01:11 +01:00
Michal 'vorner' Vaner
60f301c235
[trac565] Less duplicates in config_handler
2011-02-23 15:38:46 +01:00
Michal 'vorner' Vaner
4a8925ec51
[trac565] Fix extra self in params
2011-02-23 15:38:30 +01:00
Jelte Jansen
0227b4b17e
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-02-23 11:31:22 +01:00
Stephen Morris
795a77a465
[master] Add missing file to Makefile.am
2011-02-23 10:30:04 +00:00
Jelte Jansen
41a2bfb404
[master] Update Changelog
2011-02-23 11:18:08 +01:00
Jelte Jansen
8b41f77f00
[master] Merge branch 'trac491'
...
Conflicts:
src/lib/asiolink/recursive_query.cc
src/lib/asiolink/tests/Makefile.am
2011-02-23 11:05:40 +01:00
Michal 'vorner' Vaner
34d182ec09
[trac565] Naming and wording fixes
2011-02-23 10:32:01 +01:00
Michal 'vorner' Vaner
f9e5f363f3
[trac565] Move common test code into a function
...
Checking if correct processes run can be done by specifying boolean
variables.
2011-02-23 10:30:09 +01:00
Stephen Morris
e4ee8c985e
[master] ChageLog entry for Trac 554
2011-02-23 09:28:10 +00:00
Stephen Morris
9739cbce2e
Merge branch 'trac554'
2011-02-23 09:13:07 +00:00
JINMEI Tatuya
955a15527b
[master] minor typo in a comment. directly fixing it.
2011-02-22 11:19:47 -08:00
Stephen Morris
da6a33e379
[trac554] Merge branch 'master' into trac554
...
Conflicts:
src/lib/asiolink/dns_service.cc
src/lib/asiolink/interval_timer.cc
src/lib/asiolink/io_service.cc
src/lib/asiolink/recursive_query.cc
src/lib/asiolink/tcp_server.cc
src/lib/asiolink/udp_query.cc
src/lib/asiolink/udp_server.cc
2011-02-22 14:27:51 +00:00
Jelte Jansen
d0181f27a7
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-02-22 10:12:53 +00:00
Jelte Jansen
cf131c0c98
[master] Re-enabled and updated a few tests
2011-02-22 10:11:17 +00:00
Jelte Jansen
dee286dad1
[trac491] rest of review comments
...
updated a comment description, and moved caching of answers to after the response classifier has run
2011-02-22 10:59:25 +01:00
Jelte Jansen
d22c96099a
[trac491] review comments, the smaller issues
2011-02-22 10:23:48 +01:00
zhanglikun
fcb8add55e
[master] Add the git revision number.
2011-02-22 17:15:22 +08:00
zhanglikun
ecbfb7cf92
[master] Rename one interface: from lookupClosestRRset() to lookupDeepestNS(), and remove one parameter of it.
2011-02-22 17:09:34 +08:00
chenzhengzhang
6689f46184
[master] merge #253 : xfrout should use the case-sensitive
...
compression mode.
2011-02-22 13:56:50 +08:00
chenzhengzhang
004e382616
Merge branch 'master' into trac253
2011-02-22 13:51:06 +08:00
Stephen Morris
6dad3efd9d
[trac554] Added namespace when "buffer" is used
2011-02-21 18:20:23 +00:00
Stephen Morris
1355eed814
Merge branch 'trac554' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac554
2011-02-21 17:58:46 +00:00
Stephen Morris
5dc6a76112
[trac554] Address comments in review
2011-02-21 17:58:12 +00:00
Jelte Jansen
76a5b79fe8
[trac554] add some lowlevel includes needed for sunstudio
...
These should probably really be done by asio.hpp
2011-02-21 15:11:07 +00:00
Stephen Morris
64dad23b34
[trac554] Replace overwritten INSTALL file
2011-02-21 09:45:23 +00:00
Jelte Jansen
3ebbda21d3
[master] fiddle with timeout tests
...
they appeared to still have been too low for some systems
2011-02-21 09:36:06 +00:00
chenzhengzhang
e7a4685167
[trac253] Ensure xfrout use the case-sensitive compress mode
2011-02-21 16:39:22 +08:00
JINMEI Tatuya
ba870bd641
[master] worked around sunstudio bug: adding redundant const in declaration.
2011-02-19 16:03:18 -08:00
JINMEI Tatuya
1b7e11468e
[master] cleanup an intermediate experiment
2011-02-19 22:13:55 +00:00