]>
git.ipfire.org Git - thirdparty/kea.git/log
Naoki Kambe [Fri, 14 Dec 2012 08:34:04 +0000 (17:34 +0900)]
[2225_statistics] add a helper method _concat and its test
And replace it with '/'.join(args)
Due to the review comment.
Naoki Kambe [Fri, 14 Dec 2012 07:32:58 +0000 (16:32 +0900)]
[2225_statistics] synchronize when accessing self._disabled
And timer cannot be updated if self._disabled is true.
Due to the review comment.
Naoki Kambe [Fri, 14 Dec 2012 07:09:56 +0000 (16:09 +0900)]
[2225_statistics] document about cases when a spec file is specified and omitted
Due to the review comment.
Naoki Kambe [Fri, 14 Dec 2012 07:01:25 +0000 (16:01 +0900)]
[2225_statistics] correct and add documentation of the Counters class
Due to the review comment.
Naoki Kambe [Fri, 14 Dec 2012 06:39:13 +0000 (15:39 +0900)]
[2225_statistics] correct documentation about an undefined method
Due to the review comment.
Naoki Kambe [Fri, 14 Dec 2012 04:41:57 +0000 (13:41 +0900)]
[2225_statistics] rename the class to the plural form (`Counters`) as it manages multiple counters
Due to the review comment.
JINMEI Tatuya [Tue, 8 Jan 2013 04:03:10 +0000 (20:03 -0800)]
[master] Merge branch 'trac711'
Mukund Sivaraman [Mon, 7 Jan 2013 14:21:27 +0000 (19:51 +0530)]
[2435] Implement datasrc version of RRsetCollection
Mukund Sivaraman [Mon, 7 Jan 2013 09:39:27 +0000 (15:09 +0530)]
[2432] Fix more cases of \return (use singular form)
Mukund Sivaraman [Mon, 7 Jan 2013 09:04:30 +0000 (14:34 +0530)]
[2432] Use prefix operator++
Mukund Sivaraman [Mon, 7 Jan 2013 09:02:35 +0000 (14:32 +0530)]
[2432] Minimize code
Mukund Sivaraman [Mon, 7 Jan 2013 09:00:41 +0000 (14:30 +0530)]
[2432] Use ASSERT_TRUE to not crash test suite in some places
Mukund Sivaraman [Mon, 7 Jan 2013 08:56:37 +0000 (14:26 +0530)]
[2432] Fix use of \return (use singular form)
Mukund Sivaraman [Mon, 7 Jan 2013 08:55:16 +0000 (14:25 +0530)]
[2432] Use \throws in API doc
Mukund Sivaraman [Mon, 7 Jan 2013 08:52:18 +0000 (14:22 +0530)]
[2432] Remove explicit template instantiation in one case
I thought that explicit type name made the code more readable, but maybe
that's not the case so I've removed it now.
It still needs to be specified in the other constructor.
Marcin Siodelski [Mon, 7 Jan 2013 21:58:42 +0000 (22:58 +0100)]
[2315] Return a pointer to option container rather than a reference.
JINMEI Tatuya [Mon, 7 Jan 2013 21:46:53 +0000 (13:46 -0800)]
[2437] use a string for the default of test find_result.
it's probably more intuitive than False.
Marcin Siodelski [Mon, 7 Jan 2013 18:51:06 +0000 (19:51 +0100)]
[2315] Changes as the result of the review.
JINMEI Tatuya [Mon, 7 Jan 2013 18:29:08 +0000 (10:29 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Stephen Morris [Mon, 7 Jan 2013 18:14:03 +0000 (18:14 +0000)]
[master] Make sure dhcpsrv_messages.mes are included in distribution
Addendum to ticket 2524 - the makefile omitted to make sure the
dhcpsrv_messages.mes file were in the distribution tarball
JINMEI Tatuya [Mon, 7 Jan 2013 17:39:18 +0000 (09:39 -0800)]
[master] Merge branch 'trac2433'
Mukund Sivaraman [Mon, 7 Jan 2013 14:32:44 +0000 (20:02 +0530)]
Merge branch 'master' into trac2432
Mukund Sivaraman [Mon, 7 Jan 2013 14:21:27 +0000 (19:51 +0530)]
[2435] Implement datasrc version of RRsetCollection
Michal 'vorner' Vaner [Mon, 7 Jan 2013 13:33:42 +0000 (14:33 +0100)]
[2437] Add missing EXTRA_DIST
Stephen Morris [Mon, 7 Jan 2013 12:06:55 +0000 (12:06 +0000)]
[master] ChangeLog for #2524
Stephen Morris [Mon, 7 Jan 2013 11:35:57 +0000 (11:35 +0000)]
[2524] Merge branch 'master' into trac2524
Stephen Morris [Mon, 7 Jan 2013 11:06:09 +0000 (11:06 +0000)]
[master] Explicitly check return status from a call to system()
Using g++, on some systems a call to system() is tagged with the
"warn unused result" attribute. As all warnings are promoted to
errors, all uses of system() must use the returned status code.
Mukund Sivaraman [Mon, 7 Jan 2013 09:39:27 +0000 (15:09 +0530)]
[2432] Fix more cases of \return (use singular form)
Mukund Sivaraman [Mon, 7 Jan 2013 09:04:30 +0000 (14:34 +0530)]
[2432] Use prefix operator++
Mukund Sivaraman [Mon, 7 Jan 2013 09:02:35 +0000 (14:32 +0530)]
[2432] Minimize code
Mukund Sivaraman [Mon, 7 Jan 2013 09:00:41 +0000 (14:30 +0530)]
[2432] Use ASSERT_TRUE to not crash test suite in some places
Mukund Sivaraman [Mon, 7 Jan 2013 08:56:37 +0000 (14:26 +0530)]
[2432] Fix use of \return (use singular form)
Mukund Sivaraman [Mon, 7 Jan 2013 08:55:16 +0000 (14:25 +0530)]
[2432] Use \throws in API doc
Mukund Sivaraman [Mon, 7 Jan 2013 08:52:18 +0000 (14:22 +0530)]
[2432] Remove explicit template instantiation in one case
I thought that explicit type name made the code more readable, but maybe
that's not the case so I've removed it now.
It still needs to be specified in the other constructor.
Mukund Sivaraman [Mon, 7 Jan 2013 05:38:34 +0000 (11:08 +0530)]
[master] Update .gitignore files
Mukund Sivaraman [Mon, 7 Jan 2013 05:27:25 +0000 (10:57 +0530)]
[2535] Update loadzone test data for newly added escaping
Mukund Sivaraman [Mon, 7 Jan 2013 05:13:01 +0000 (10:43 +0530)]
[2535] Add ChangeLog
Mukund Sivaraman [Mon, 7 Jan 2013 05:09:58 +0000 (10:39 +0530)]
Merge branch 'master' into trac2535
Stephen Morris [Sat, 5 Jan 2013 21:29:13 +0000 (21:29 +0000)]
[2320] Minor modifications to message text
JINMEI Tatuya [Sat, 5 Jan 2013 01:29:51 +0000 (17:29 -0800)]
[2437] supported python wrapper of checkZone().
JINMEI Tatuya [Fri, 4 Jan 2013 23:53:21 +0000 (15:53 -0800)]
[2437] Merge branch 'trac2438' into trac2437
JINMEI Tatuya [Fri, 4 Jan 2013 23:52:52 +0000 (15:52 -0800)]
[2438] corrected pytype var name (to match the one defined in .h)
JINMEI Tatuya [Fri, 4 Jan 2013 23:06:53 +0000 (15:06 -0800)]
[2433] constify various callback objects for consistency
JINMEI Tatuya [Fri, 4 Jan 2013 22:17:09 +0000 (14:17 -0800)]
[2437] Merge branch 'trac2438' into trac2437
JINMEI Tatuya [Fri, 4 Jan 2013 22:15:50 +0000 (14:15 -0800)]
[2438] make sure intermediate errors are cleared.
Stephen Morris [Fri, 4 Jan 2013 18:27:47 +0000 (18:27 +0000)]
[2524] Correct argument name in header comments
JINMEI Tatuya [Fri, 4 Jan 2013 17:38:27 +0000 (09:38 -0800)]
[2437] Merge branch 'trac2438' into trac2437
JINMEI Tatuya [Fri, 4 Jan 2013 17:38:11 +0000 (09:38 -0800)]
[2438] missing EXTRA_DIST
JINMEI Tatuya [Fri, 4 Jan 2013 17:20:06 +0000 (09:20 -0800)]
[2437] Merge branch 'trac2433' into trac2437
JINMEI Tatuya [Fri, 4 Jan 2013 17:19:52 +0000 (09:19 -0800)]
[2437] Merge branch 'trac2438' into trac2437
JINMEI Tatuya [Fri, 4 Jan 2013 17:18:11 +0000 (09:18 -0800)]
[2438] added Python wrapper for RRsetCollection (base and DNS derived ver.).
JINMEI Tatuya [Fri, 4 Jan 2013 15:45:54 +0000 (07:45 -0800)]
[2433] added a comment about a method made public to explain why
Mukund Sivaraman [Fri, 4 Jan 2013 13:33:09 +0000 (19:03 +0530)]
[2535] Also check the returned rrset
Mukund Sivaraman [Fri, 4 Jan 2013 13:13:48 +0000 (18:43 +0530)]
[2535] Test that TXTLike data is escaped correctly when written to database
Marcin Siodelski [Fri, 4 Jan 2013 13:15:40 +0000 (14:15 +0100)]
[2545] Moved DhcpConfigParser abstract class to common header file.
Mukund Sivaraman [Fri, 4 Jan 2013 12:34:34 +0000 (18:04 +0530)]
[2535] Split up createSQLite3Client method
Marcin Siodelski [Fri, 4 Jan 2013 12:47:37 +0000 (13:47 +0100)]
[2545] Changes as a result of the review.
Michal 'vorner' Vaner [Fri, 4 Jan 2013 12:32:28 +0000 (13:32 +0100)]
[2433] Remove unnecessary wrapper function
The method can be called by boost::bind directly.
Michal 'vorner' Vaner [Fri, 4 Jan 2013 12:27:18 +0000 (13:27 +0100)]
[2433] Avoid copy of the callbacks
When passing an argument to boost::bind by value, it was copied
(obviously, since it allowed removal of const). Add the const and use a
pointer to avoid the copy of possibly large object.
Michal 'vorner' Vaner [Fri, 4 Jan 2013 12:24:08 +0000 (13:24 +0100)]
[2433] Make the zone checker test compile
GCC requires the method passed to boost::bind to be public (not sure if
it is a bug or required by standard, but this way it compiles and it
doesn't expose anything anyway, since the class definition is in .cc).
Mukund Sivaraman [Fri, 4 Jan 2013 12:02:50 +0000 (17:32 +0530)]
[master] Update .gitignore entries
Marcin Siodelski [Fri, 4 Jan 2013 11:58:23 +0000 (12:58 +0100)]
[2545] Moved config parser base classes to the headers.
Marcin Siodelski [Fri, 4 Jan 2013 09:50:07 +0000 (10:50 +0100)]
[2315] Fixed issues in doxygen documentation.
Marcin Siodelski [Fri, 4 Jan 2013 09:13:12 +0000 (10:13 +0100)]
[2315] Minor code cleanup.
JINMEI Tatuya [Fri, 4 Jan 2013 06:32:41 +0000 (22:32 -0800)]
[master] added post-test cleanup for an included zone file in query test.
this fixes unittest failure on a static-link build (not really
static-link specific, but this happens if sqlite3 tests are skipped).
beyond the super trivial level, but I'm sure and have confirmed it fixes
the problem, so I'm committing it now.
JINMEI Tatuya [Thu, 3 Jan 2013 20:01:42 +0000 (12:01 -0800)]
[2438] Merge remote-tracking branch 'origin/trac2432' into trac2438
Marcin Siodelski [Thu, 3 Jan 2013 19:35:08 +0000 (20:35 +0100)]
[2315] Do not allow to add option definitions to dhcp4 and dhcp6 spaces.
Stephen Morris [Thu, 3 Jan 2013 19:27:46 +0000 (19:27 +0000)]
[2524] Change to comments after review.
JINMEI Tatuya [Thu, 3 Jan 2013 19:23:10 +0000 (11:23 -0800)]
[master] Merge branch 'trac2480-2'
JINMEI Tatuya [Thu, 3 Jan 2013 19:22:34 +0000 (11:22 -0800)]
[2480] missing EXTRADIST
Marcin Siodelski [Thu, 3 Jan 2013 19:16:18 +0000 (20:16 +0100)]
[2315] Add more comments in new functions.
JINMEI Tatuya [Thu, 3 Jan 2013 18:59:32 +0000 (10:59 -0800)]
[2433] removed def ctor of callbacks; allow passing NULL (empty) instead.
JINMEI Tatuya [Thu, 3 Jan 2013 18:40:53 +0000 (10:40 -0800)]
[2433] use a wrapper functor instead of a separate class.
maybe a matter of taste, but this version would be a bit more concise.
JINMEI Tatuya [Thu, 3 Jan 2013 18:20:20 +0000 (10:20 -0800)]
[2433] adjusted with the latest ver of #2432: type of find(), some param order.
JINMEI Tatuya [Thu, 3 Jan 2013 18:15:13 +0000 (10:15 -0800)]
[2433] Merge remote-tracking branch 'origin/trac2432' into trac2433
JINMEI Tatuya [Thu, 3 Jan 2013 18:10:12 +0000 (10:10 -0800)]
[master] Merge branch 'trac2480-2'
JINMEI Tatuya [Thu, 3 Jan 2013 18:09:19 +0000 (10:09 -0800)]
[2480] add note about restriction on querytest's addRRsets for in-memory.
also, assumption failure is checked explicitly.
JINMEI Tatuya [Thu, 3 Jan 2013 17:59:54 +0000 (09:59 -0800)]
[2480] updated description of gen-query-testdata to match the latest behavior.
Marcin Siodelski [Thu, 3 Jan 2013 17:27:14 +0000 (18:27 +0100)]
[2315] Added storage for option definitions.
JINMEI Tatuya [Thu, 3 Jan 2013 17:01:40 +0000 (09:01 -0800)]
[2433] corrected minor wording error in a comment.
Marcin Siodelski [Thu, 3 Jan 2013 13:54:00 +0000 (14:54 +0100)]
[2315] Added routine to get the single option for the space and code.
Tomek Mrugalski [Thu, 3 Jan 2013 13:53:59 +0000 (14:53 +0100)]
[master] Merge branch 'trac2326' (DHCPv6 release)
Conflicts:
ChangeLog
src/bin/dhcp6/dhcp6_messages.mes
Tomek Mrugalski [Thu, 3 Jan 2013 13:26:38 +0000 (14:26 +0100)]
[2326] Loglevel lowered for one DHCPv6 message.
Tomek Mrugalski [Thu, 3 Jan 2013 13:15:31 +0000 (14:15 +0100)]
[2326] Compilation fix.
Tomek Mrugalski [Thu, 3 Jan 2013 13:14:10 +0000 (14:14 +0100)]
[2326] Message log about wrong IAID fixed in DHCPv6
Marcin Siodelski [Thu, 3 Jan 2013 12:54:50 +0000 (13:54 +0100)]
[2315] Group options held under Subnet object by option space name.
Mukund Sivaraman [Thu, 3 Jan 2013 12:34:56 +0000 (18:04 +0530)]
[2432] Remove RRsetCollection::find() that returns an AbstractRRset
Instead, make the one that returns ConstRRsetPtr virtual.
Tomek Mrugalski [Thu, 3 Jan 2013 12:33:23 +0000 (13:33 +0100)]
[2320] Documentation updated.
Tomek Mrugalski [Thu, 3 Jan 2013 12:33:06 +0000 (13:33 +0100)]
[2320] Tests updated
Mukund Sivaraman [Thu, 3 Jan 2013 12:16:56 +0000 (17:46 +0530)]
[2432] Add some more API doc
Mukund Sivaraman [Thu, 3 Jan 2013 11:48:45 +0000 (17:18 +0530)]
[2432] Use RRCollator during RRsetCollection construction (zone-loading)
Mukund Sivaraman [Thu, 3 Jan 2013 11:27:08 +0000 (16:57 +0530)]
[2432] Move common code into a helper method
Mukund Sivaraman [Thu, 3 Jan 2013 10:37:56 +0000 (16:07 +0530)]
[2432] Return status in removeRRset()
Mukund Sivaraman [Thu, 3 Jan 2013 09:28:13 +0000 (14:58 +0530)]
[2432] Document whether rrsets can be modified after being added
Mukund Sivaraman [Thu, 3 Jan 2013 09:25:21 +0000 (14:55 +0530)]
[2432] Document the state of the collection for empty constructor
Mukund Sivaraman [Thu, 3 Jan 2013 09:23:07 +0000 (14:53 +0530)]
[2432] Rename iterator class to Iterator
JINMEI Tatuya [Thu, 3 Jan 2013 06:04:53 +0000 (22:04 -0800)]
[2433] add some more doc
JINMEI Tatuya [Thu, 3 Jan 2013 05:24:35 +0000 (21:24 -0800)]
[2433] added new stuff to include_HEADERS
JINMEI Tatuya [Thu, 3 Jan 2013 05:23:24 +0000 (21:23 -0800)]
[2433] added a few more remaining test cases.
JINMEI Tatuya [Thu, 3 Jan 2013 05:17:58 +0000 (21:17 -0800)]
[2433] added documentation