- 18 Feb, 2011 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 17 Feb, 2011 30 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/tests/memory_datasrc_unittest.cc
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
JINMEI Tatuya authored
test case.
-
JINMEI Tatuya authored
essentially nothing changed, but it would clarify it's part of the test.
-
-
Jelte Jansen authored
the check that we have already sent something if the timeout happens to fire was missing, discussed with Jeremy on jabber
-
JINMEI Tatuya authored
- change the for loop to a while, with only a single immutable parameter - constify some parameters when possible
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
(This got lost in the merge.)
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
- only set a prompt if we have an interactive terminal - be a bit less verbose on errors in case of a socket error, only print that error, and not the extra (is it running?) message. FailToLogin() exception is no longer printed (the methods that raise it already print the real error themselves) Unexpected Exceptions are now printed *more* verbose, i.e. with a full stacktrace instead of just a message. If we want to 'expect' more error types (and only print a short message that speaks for itself, to look more userfriendly), we should add those explicitely, and not use 'except Exception'.
-
Stephen Morris authored
Conflicts: configure.ac src/lib/log/Makefile.am
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
This reverts commit 086b420b. Conflicts: src/bin/bindctl/bindcmd.py
-
Stephen Morris authored
-
Jelte Jansen authored
It had stopped working for any identifier that did not start with /, this should fix that
-
JINMEI Tatuya authored
the original "from wire" code was actually buggy, too, and it's now fixed.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
public method to the NSEC3 class, getNext() primarily for the test (but it would be useful more practical purposes, too).
-
- 16 Feb, 2011 6 commits
-
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
-
zhanglikun authored
[master] minor fix. Remove some space at the end of lines, and fix one doxygen comment. skip review.
-
Jelte Jansen authored
- include test headers and test data files in Makefile for distcheck - add constructor for DerivedRRsetEntry (without that it fails on solaris/gcc) - temporarily disabled message_cache test testUpdate (fails on several system, looking into the actual problem right now, will enable again once found)
-
JINMEI Tatuya authored
-