- 02 Mar, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
- 25 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
Only in comments at the beginning of them, but it should be enough.
-
Michal 'vorner' Vaner authored
-
- 24 Feb, 2011 7 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
* Don't fail on test crash * Better escaping of IPC in the script * Run from the tests' dir, so they find their files
-
Michal 'vorner' Vaner authored
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.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
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.
-
JINMEI Tatuya authored
should be sufficiently trivial, directly committing to master.
-
- 23 Feb, 2011 18 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The closures are moved to the top of the function and commented. It'll hopefully be more readable this way.
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
if not set, we use dummy locks instead of the boost locks
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
-
Stephen Morris authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Conflicts: src/lib/asiolink/recursive_query.cc src/lib/asiolink/tests/Makefile.am
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Checking if correct processes run can be done by specifying boolean variables.
-
Stephen Morris authored
-
Stephen Morris authored
-
- 22 Feb, 2011 10 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
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
-
-
Jelte Jansen authored
-
Jelte Jansen authored
updated a comment description, and moved caching of answers to after the response classifier has run
-
Jelte Jansen authored
-
zhanglikun authored
-
zhanglikun authored
[master] Rename one interface: from lookupClosestRRset() to lookupDeepestNS(), and remove one parameter of it.
-
chenzhengzhang authored
compression mode.
-
chenzhengzhang authored
-
- 21 Feb, 2011 1 commit
-
-
Stephen Morris authored
-