- 28 Mar, 2013 5 commits
-
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/lib/dhcpsrv/mysql_lease_mgr.cc
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
without this we can't catch the case where zonemgr isn't running timely. a unit test is updated to check that condition, too.
-
JINMEI Tatuya authored
also made some methods const member functions as they don't have to be mutable.
-
- 27 Mar, 2013 10 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
-
Paul Selkirk authored
-
Michal 'vorner' Vaner authored
The interface to get cache properties from the client list.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
so others won't waste their time by trying to use it... same note applies to groupRecvMsg, so added the same note.
-
JINMEI Tatuya authored
the behavior itself is the same, but it suppresses noise level in case it's intentional configuration. descriptions of other log messages in this method were not really correct, so they were fixed, too. also, it now asserts xfrin_session_ is non null; this should never be null in the production code (even tests don't set it to null right now).
-
JINMEI Tatuya authored
resetting "xfrin session" to NULL doesn't make much sense because it shouldn't happen in production case, so I simply updated the existing test case (and renamed it) rather than adding a new one.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 26 Mar, 2013 8 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
-
Jelte Jansen authored
In the end we'll need to address the threading model in zonemgr, but this should be a good short-term workaround for the problem.
-
Michal 'vorner' Vaner authored
Using of constants from proto_defs instead of hard-coded magic keywords.
-
Jelte Jansen authored
and add test for it
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Mar, 2013 9 commits
-
-
Paul Selkirk authored
Also fix typos in afsdb_18.cc doxygen comments.
-
Jelte Jansen authored
-
Thomas Markwalder authored
-
Jeremy C. Reed authored
It has been failing on distclean for around a week at least due to file left around. Newer python's keep under __pycache__ which was already handled. Reviewed on jabber.
-
Jeremy C. Reed authored
This is ticket http://bind10.isc.org/ticket/2747 It has been failing on distclean for long time due to file left around. Newer python's keep under __pycache__ which was already handled. Reviewed on jabber.
-
Jeremy C. Reed authored
msgq_run_test.py uses src/lib/python/isc/cc/proto_defs.py which uses cc_generated version which created some .pyo files: ./src/lib/python/isc/cc/cc_generated/__init__.pyo ./src/lib/python/isc/cc/cc_generated/proto_defs.pyo which are left over after distclean. quick review via jabber
-
Thomas Markwalder authored
-
Thomas Markwalder authored
to support prefix delegation which has not been designed yet.
-
Michal 'vorner' Vaner authored
Few more occurrences of the magic keywords scattered through the code replaced by constants.
-
- 22 Mar, 2013 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
(it didn't make sense before this branch, but now it could cause regression as we remove the 'new' qualifier).
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
Instead of hard-coded enum type. The data source should be agnostic to the type.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-