- 28 Mar, 2013 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
some non trivial adjusments were needed for its users.
-
JINMEI Tatuya authored
-
- 27 Mar, 2013 10 commits
-
-
JINMEI Tatuya authored
it's intended to be used as an interface between ClientList and ZoneTableSegment.
-
JINMEI Tatuya authored
in fact, we shouldn't have shared the same segment even before; the header part should be created per data source. So this is actually a bug fix.
-
JINMEI Tatuya authored
so it can be shared by multiple tests.
-
JINMEI Tatuya 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
-
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 10 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
-
Michal 'vorner' Vaner authored
Saying the segments are for in-memory cache. Also adding note about future extending and exceptions.
-
Michal 'vorner' Vaner authored
SEGMENT_MAPPED may be misleading in case of locally-allocated memory. Using SEGMENT_INUSE.
-