Mukund Sivaraman
38ff6231fc
[3006] Update argument syntax
2013-06-19 17:48:22 +05:30
Mukund Sivaraman
f3599de819
[3006] Add the last sequence diagram
2013-06-19 17:48:00 +05:30
Michal 'vorner' Vaner
968625c32a
Merge second part of #2726
...
Enable more checks from cppcheck and fix reports caused by that. Fix
also reports produced by different version of cppcheck than the local
one.
2013-06-19 08:54:33 +02:00
Naoki Kambe
ca59c5c8d5
[2884] update lettuce
...
to add classname "IN"
2013-06-19 15:52:32 +09:00
Naoki Kambe
e9ac9994ee
[2884] update man docs
...
to add classname
2013-06-19 15:52:32 +09:00
Naoki Kambe
53f6ad9e37
[2884] insert classname
...
as an argument of get(), inc() and start_timer()
2013-06-19 15:52:32 +09:00
Naoki Kambe
32f82dfe9c
[2884] update _add_counter()
...
to change the way to add elements under a named_set-type tree
2013-06-19 15:52:32 +09:00
Naoki Kambe
78981c6ff6
[2884] update get_statistics()
...
to change the way to sum up values under zonename by adding a for-loop
to read each classname and using the internal methods: _set_counter()
and _inc_counter()
2013-06-19 15:52:32 +09:00
Naoki Kambe
c25adf51ab
[2884] change the way to get the item list under zonename
...
in stead of directly specifying "named_set_item_spec" or "map_item_spec"
2013-06-19 15:52:32 +09:00
Naoki Kambe
e09ae1968e
[2884] add classname layer
2013-06-19 15:52:32 +09:00
Naoki Kambe
a57ce9dae4
[2884] update spec files and data
...
to insert classname in between zones and zonename
2013-06-19 15:52:32 +09:00
Mukund Sivaraman
51861a16ff
[3006] Remove excess space
2013-06-19 05:56:41 +05:30
Mukund Sivaraman
0507bba4a8
[3006] Add intitial version of another sequence diagram
2013-06-19 05:56:33 +05:30
Mukund Sivaraman
7e343de52c
[3006] Add alt text for image
2013-06-19 05:24:09 +05:30
Mukund Sivaraman
46544d453c
[3006] Add another sequence diagram
2013-06-19 05:23:26 +05:30
Mukund Sivaraman
bdf66e1261
[3006] Add note that the class diagram has to be improved
2013-06-19 04:44:35 +05:30
Mukund Sivaraman
d6b484dc1a
[3006] Add temporary overview class diagram
2013-06-19 04:37:12 +05:30
Thomas Markwalder
be6122f520
[2957] This is the second of a two part commit for D2CfgMgr. It Adds a
...
collection of classes for housing and parsing the application configuration
necessary for the DHCP-DDNS application. This rounds out the D2CfgMgr initial
implementation.
New files:
src/bin/d2/d2_config.cc
src/bin/d2/d2_config.h
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
2013-06-18 14:51:28 -04:00
Mukund Sivaraman
8cb8350f57
[3006] Fix various bits in auth module using mapped memory segment section
2013-06-19 00:04:29 +05:30
Mukund Sivaraman
472b197fab
[3006] Add alt text for image
2013-06-18 23:53:16 +05:30
Mukund Sivaraman
8c4f48f99c
[3006] Add .gitignore
2013-06-18 23:50:51 +05:30
Mukund Sivaraman
bd4a777c87
[3006] Add to build system
2013-06-18 23:50:17 +05:30
Mukund Sivaraman
5485e72489
[3006] Add auth-mapped PlantUML diagram
2013-06-18 23:37:22 +05:30
Mukund Sivaraman
df956ae5a6
[3006] Convert Jinmei's data source classes documentation to asciidoc
2013-06-18 23:35:46 +05:30
JINMEI Tatuya
7c2793d41b
[master] skip EXPECT_DEATH if run-on-valgrind to avoid possible false positives
...
(and also following our convention) okayed on jabber.
2013-06-18 20:22:52 +09:00
Stephen Morris
0a4612cfe5
[2980] Basic library manager functionality present
...
Able to open and close libraries, check for the version()
function and call it.
2013-06-18 11:30:07 +01:00
JINMEI Tatuya
780a3b3bd3
[master] Merge branch 'trac2973'
2013-06-18 19:15:02 +09:00
JINMEI Tatuya
5b41c700bd
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2013-06-18 18:54:29 +09:00
JINMEI Tatuya
8f594ed3b5
[master] removed an unused function. needed for it to compile with clang++.
...
okayed on jabber.
2013-06-18 18:53:35 +09:00
Mukund Sivaraman
3a7fba8e07
[master] Use const reference instead of creating a copy of Name
2013-06-18 13:29:42 +05:30
Mukund Sivaraman
7f026c4883
[master] Skip mapped file tests where unavailable
2013-06-18 00:19:45 +05:30
Stephen Morris
03db051a72
[2980] LibraryManager basic unit tests written
2013-06-17 19:41:33 +01:00
Stephen Morris
5b6251fb9b
[2980] Move files into isc::hooks namespace
2013-06-17 18:42:22 +01:00
Stephen Morris
6e6cff7912
[2980] Updates to ServerHooks
...
a) This is now a non-copyable singleton class, and pointers
to a ServerHooks object have been removed from other classes.
b) Added a getHookName() method to the CalloutHandle class to allow
callouts to determine the hook to which they are attached. (This
change was made principally to aid writing test cases.
2013-06-17 18:07:43 +01:00
Mukund Sivaraman
1a8db0437f
[master] Update .gitignore file
2013-06-17 21:36:50 +05:30
Mukund Sivaraman
ff10ffe922
[master] Fix Python version-specific errors
2013-06-17 19:54:23 +05:30
Michal 'vorner' Vaner
b6f5648870
[2726] Use empty() instead of size()
...
To check if there's something inside.
2013-06-17 15:56:11 +02:00
Michal 'vorner' Vaner
43fae7e836
[2726] Explicitly call the default constructor
...
This is no difference in the code, as the default constructor would be
called implicitly, but cppcheck warned about not calling one.
2013-06-17 15:43:55 +02:00
Michal 'vorner' Vaner
0073415053
[2726] Pass plain old C string
...
This should prevent cppcheck from complaining on several places about
passing c_str() as string argument. It is not possible to remove the
c_str() from the macro, as it might be needed at other places. Putting
the suppression at several places seems wrong, so this is the least ugly
solution.
2013-06-17 15:39:29 +02:00
Michal 'vorner' Vaner
f57c476f33
[2726] Use reference to avoid copy
...
Not that it would make any difference with such small class, but
cppcheck insists.
2013-06-17 15:34:30 +02:00
Michal 'vorner' Vaner
7abee20ad8
[2726] Remove unnecessary template parameters
...
They are not needed, as it makes no sense to call constructor with
different template parameter than one of the class being constructed.
This also confused some versions of cppcheck and it thought there's no
constructor available.
2013-06-17 15:31:29 +02:00
Stephen Morris
7ef14b47d3
[2980] Moved files to "hooks" directory
...
The hooks framework now has its own directory in "lib" instead of
living in "util".
2013-06-17 14:21:22 +01:00
Mukund Sivaraman
253dc4476a
[master] Update .gitignore files
2013-06-17 18:31:47 +05:30
Mukund Sivaraman
741e96ebec
Merge branch 'trac2853'
...
Conflicts:
src/lib/python/isc/datasrc/Makefile.am
src/lib/python/isc/datasrc/configurableclientlist_python.cc
src/lib/python/isc/datasrc/datasrc.cc
src/lib/python/isc/datasrc/tests/clientlist_test.py
2013-06-17 17:50:09 +05:30
Michal 'vorner' Vaner
fc951496b2
Merge #2726
...
Enable more checking in cppcheck and fix the warnings produced by that.
2013-06-17 13:11:50 +02:00
Mukund Sivaraman
430c0c7e0c
[2726] Remove vertical space
2013-06-17 16:16:20 +05:30
Mukund Sivaraman
d6b2905297
[2726] Update comment
2013-06-17 16:14:44 +05:30
Stephen Morris
2419d18342
[master] ChangeLog for trac2974
2013-06-17 11:34:26 +01:00
Stephen Morris
d2b107586d
[master] Merge branch 'trac2974'
2013-06-17 11:05:48 +01:00
Mukund Sivaraman
b8679425f9
[2853] Fix paths to testfiles
...
Use testdata/ in this directory for test data. Also switch to testing
with the example.com zone to match the test zone data.
2013-06-17 14:37:42 +05:30