]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2252] add evaluating a minimum or maxmimum value
Naoki Kambe [Tue, 12 Mar 2013 10:12:07 +0000 (19:12 +0900)] 
[2252] add evaluating a minimum or maxmimum value

13 years ago[2252] replace assertGreaterEqual with assertAlmostEqual
Naoki Kambe [Tue, 12 Mar 2013 05:33:18 +0000 (14:33 +0900)] 
[2252] replace assertGreaterEqual with assertAlmostEqual

for more accurate check of latest_axfr_duration

13 years ago[2252] add tests for counters of XfrinConnection in IPv6 address
Naoki Kambe [Tue, 12 Mar 2013 05:24:44 +0000 (14:24 +0900)] 
[2252] add tests for counters of XfrinConnection in IPv6 address

13 years ago[2252] test _get_ipver_str() by creating MockXfrinConnection object
Naoki Kambe [Tue, 12 Mar 2013 04:56:43 +0000 (13:56 +0900)] 
[2252] test _get_ipver_str() by creating MockXfrinConnection object

13 years ago[2252] unify redundant assertion lines
Naoki Kambe [Tue, 12 Mar 2013 04:25:12 +0000 (13:25 +0900)] 
[2252] unify redundant assertion lines

13 years ago[2252] typo fix
Naoki Kambe [Tue, 12 Mar 2013 11:31:29 +0000 (20:31 +0900)] 
[2252] typo fix

13 years ago[2252] remove poll-interval from stats config
Naoki Kambe [Wed, 13 Mar 2013 05:14:10 +0000 (14:14 +0900)] 
[2252] remove poll-interval from stats config

and query statistics data before waiting for the log messages instead
of that

13 years ago[2252] simplify complicated if-elif lines using a dictionary
Naoki Kambe [Mon, 11 Mar 2013 12:15:11 +0000 (21:15 +0900)] 
[2252] simplify complicated if-elif lines using a dictionary

13 years ago[2252] simplify complicated if-else lines (unrelated to #2252)
Naoki Kambe [Mon, 11 Mar 2013 12:09:23 +0000 (21:09 +0900)] 
[2252] simplify complicated if-else lines (unrelated to #2252)

13 years ago[2831] skip other death tests on valgrind, too.
JINMEI Tatuya [Wed, 13 Mar 2013 07:40:00 +0000 (00:40 -0700)] 
[2831] skip other death tests on valgrind, too.

13 years ago[2831] skip death test if run on valgrind
JINMEI Tatuya [Wed, 13 Mar 2013 07:28:22 +0000 (00:28 -0700)] 
[2831] skip death test if run on valgrind

13 years ago[2831] use null mutex for managed mapped file.
JINMEI Tatuya [Wed, 13 Mar 2013 07:25:43 +0000 (00:25 -0700)] 
[2831] use null mutex for managed mapped file.

it eliminates possible dependency on pthread library (which is not needed
for the memory segment class) and possible build time troubles due to that.

13 years ago[2198] Check that the logger locks the LoggerManager mutex before calling log4cplus
Mukund Sivaraman [Tue, 30 Oct 2012 03:46:52 +0000 (09:16 +0530)] 
[2198] Check that the logger locks the LoggerManager mutex before calling log4cplus

13 years ago[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::Locker
Mukund Sivaraman [Tue, 30 Oct 2012 03:19:14 +0000 (08:49 +0530)] 
[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::Locker

This is necessary for testing that a mutex was used in code.  I've
also added comments to discourage the use of the lock methods
directly and use the Mutex::Locker where applicable. The Mutex lock
methods are currently private.

13 years ago[2198] Fix library paths to add lib/util/threads/ too (Mac OS test failure)
Mukund Sivaraman [Sun, 21 Oct 2012 23:38:45 +0000 (05:08 +0530)] 
[2198] Fix library paths to add lib/util/threads/ too (Mac OS test failure)

13 years ago[2198] Link -lpthread in libb10-threads target
Mukund Sivaraman [Sun, 21 Oct 2012 23:33:19 +0000 (05:03 +0530)] 
[2198] Link -lpthread in libb10-threads target

13 years ago[2198] Use a mutex from LoggerManager during logging calls
Mukund Sivaraman [Mon, 29 Oct 2012 06:43:44 +0000 (12:13 +0530)] 
[2198] Use a mutex from LoggerManager during logging calls

... for mutual exclusion among threads.

13 years ago[2387] trivial (unrelated) cleanups: constify and indentation fix.
JINMEI Tatuya [Tue, 12 Mar 2013 21:52:44 +0000 (14:52 -0700)] 
[2387] trivial (unrelated) cleanups: constify and indentation fix.

13 years ago[2831] make sure flushing memory before unmapping.
JINMEI Tatuya [Tue, 12 Mar 2013 20:30:54 +0000 (13:30 -0700)] 
[2831] make sure flushing memory before unmapping.

13 years ago[master] Fix test: remove sleep, use fake mtime
Jelte Jansen [Tue, 12 Mar 2013 11:34:09 +0000 (11:34 +0000)] 
[master] Fix test: remove sleep, use fake mtime

13 years ago[1927] Test msgq normal operations
Michal 'vorner' Vaner [Tue, 12 Mar 2013 11:19:26 +0000 (12:19 +0100)] 
[1927] Test msgq normal operations

The success cases of sending, receiving, subscribing, etc.

13 years ago[master] Update changelog for merge of #2710
Jelte Jansen [Tue, 12 Mar 2013 09:52:45 +0000 (10:52 +0100)] 
[master] Update changelog for merge of #2710

13 years ago[master] Merge branch 'trac2710'
Jelte Jansen [Tue, 12 Mar 2013 09:32:03 +0000 (10:32 +0100)] 
[master] Merge branch 'trac2710'

Conflicts:
src/bin/cmdctl/tests/cmdctl_test.py

13 years ago[2710] Terminate the last line of text
Michal 'vorner' Vaner [Tue, 12 Mar 2013 08:29:42 +0000 (09:29 +0100)] 
[2710] Terminate the last line of text

13 years ago[2831] more documentation and some more tests
JINMEI Tatuya [Tue, 12 Mar 2013 05:53:43 +0000 (22:53 -0700)] 
[2831] more documentation and some more tests

13 years ago[2831] added getCheckSum method
JINMEI Tatuya [Tue, 12 Mar 2013 05:05:25 +0000 (22:05 -0700)] 
[2831] added getCheckSum method

13 years ago[2252] care for the socket family which is neither INET6 nor INET
Naoki Kambe [Tue, 12 Mar 2013 02:32:47 +0000 (11:32 +0900)] 
[2252] care for the socket family which is neither INET6 nor INET

13 years ago[2252] rename the helper method name
Naoki Kambe [Mon, 11 Mar 2013 11:26:47 +0000 (20:26 +0900)] 
[2252] rename the helper method name

rename "get_ipver_str()" to "_get_ipver_str()" to protect an access
from outside. This is for addressing the reviewer's comment.

13 years ago[2252] rename the item name and update descriptions
Naoki Kambe [Mon, 11 Mar 2013 11:22:13 +0000 (20:22 +0900)] 
[2252] rename the item name and update descriptions

rename the item name "time_to_xxxx" to "latest_xxxx_duration", and
update descriptions of them. This is for addressing the reviewer's
comment.

13 years ago[2831] make shrinkToFit non virtual; add more doc
JINMEI Tatuya [Tue, 12 Mar 2013 03:51:29 +0000 (20:51 -0700)] 
[2831] make shrinkToFit non virtual; add more doc

13 years ago[2831] handle the case where setNamedAddress failed due to short space.
JINMEI Tatuya [Tue, 12 Mar 2013 03:27:09 +0000 (20:27 -0700)] 
[2831] handle the case where setNamedAddress failed due to short space.

also clarify these in doc.

13 years ago[2387] Add API doc for NSEC3PARAM constructors
Mukund Sivaraman [Tue, 12 Mar 2013 03:00:59 +0000 (08:30 +0530)] 
[2387] Add API doc for NSEC3PARAM constructors

13 years ago[2387] Add more NSEC3PARAM unittests
Mukund Sivaraman [Tue, 12 Mar 2013 02:49:30 +0000 (08:19 +0530)] 
[2387] Add more NSEC3PARAM unittests

13 years ago[2387] Remove now unused parseNSEC3ParamText() function
Mukund Sivaraman [Tue, 12 Mar 2013 02:37:59 +0000 (08:07 +0530)] 
[2387] Remove now unused parseNSEC3ParamText() function

13 years ago[2387] Update NSEC3PARAM string RDATA constructor to use MasterLexer
Mukund Sivaraman [Tue, 12 Mar 2013 02:26:08 +0000 (07:56 +0530)] 
[2387] Update NSEC3PARAM string RDATA constructor to use MasterLexer

Also adjust tests.

13 years ago[2831] added some documentation
JINMEI Tatuya [Tue, 12 Mar 2013 02:20:39 +0000 (19:20 -0700)] 
[2831] added some documentation

13 years ago[2387] Add NSEC3PARAM lexer constructor implementation
Mukund Sivaraman [Tue, 12 Mar 2013 02:14:42 +0000 (07:44 +0530)] 
[2387] Add NSEC3PARAM lexer constructor implementation

13 years ago[2831] added namedAddress interface to local segment, share the test cases.
JINMEI Tatuya [Mon, 11 Mar 2013 22:03:24 +0000 (15:03 -0700)] 
[2831] added namedAddress interface to local segment, share the test cases.

13 years ago[2831] check prohibited operations on read-only segments more reliably
JINMEI Tatuya [Mon, 11 Mar 2013 21:26:18 +0000 (14:26 -0700)] 
[2831] check prohibited operations on read-only segments more reliably

13 years ago[2831] supported shrinkToFit().
JINMEI Tatuya [Mon, 11 Mar 2013 21:02:32 +0000 (14:02 -0700)] 
[2831] supported shrinkToFit().

13 years ago[2710] address review comments
Jelte Jansen [Mon, 11 Mar 2013 16:36:40 +0000 (17:36 +0100)] 
[2710] address review comments

- set 'file used' to None if set to nonexistent file
- remove couple of unnecessary test value checks
- slightly more efficient temporary file write

13 years ago[1927] Harness to run msgq process
Michal 'vorner' Vaner [Mon, 11 Mar 2013 13:01:56 +0000 (14:01 +0100)] 
[1927] Harness to run msgq process

Provide a test suite to launch and stop msgq from tests as separate
process. It'll be used to test it works correctly, by connecting to it
from the tests.

13 years ago[2775] Sharing cache
Michal 'vorner' Vaner [Mon, 11 Mar 2013 10:15:39 +0000 (11:15 +0100)] 
[2775] Sharing cache

13 years ago[2775] Fixups of text
Michal 'vorner' Vaner [Mon, 11 Mar 2013 09:20:38 +0000 (10:20 +0100)] 
[2775] Fixups of text

13 years agoMerge #2768
Michal 'vorner' Vaner [Mon, 11 Mar 2013 08:50:53 +0000 (09:50 +0100)] 
Merge #2768

The rpcCall method in C++

13 years ago[2768] Remove some more references
Michal 'vorner' Vaner [Mon, 11 Mar 2013 08:49:04 +0000 (09:49 +0100)] 
[2768] Remove some more references

They save only little bit of work to the CPU and are suspicious to
casual reader, even when they should be safe in theory.

13 years ago[2387] Update API doc for NSEC MasterLexer constructor
Mukund Sivaraman [Mon, 11 Mar 2013 07:53:38 +0000 (13:23 +0530)] 
[2387] Update API doc for NSEC MasterLexer constructor

13 years ago[2387] Add API doc for DNSKEY constructors
Mukund Sivaraman [Mon, 11 Mar 2013 07:49:19 +0000 (13:19 +0530)] 
[2387] Add API doc for DNSKEY constructors

13 years agoAdd API doc for NSEC3 constructors
Mukund Sivaraman [Mon, 11 Mar 2013 07:07:07 +0000 (12:37 +0530)] 
Add API doc for NSEC3 constructors

13 years ago[2387] Add API doc for parseNSEC3ParamFromLexer()
Mukund Sivaraman [Mon, 11 Mar 2013 06:58:27 +0000 (12:28 +0530)] 
[2387] Add API doc for parseNSEC3ParamFromLexer()

13 years ago[2387] Add more NSEC3 unittests
Mukund Sivaraman [Mon, 11 Mar 2013 06:41:13 +0000 (12:11 +0530)] 
[2387] Add more NSEC3 unittests

13 years ago[2387] Fix empty bitmap case
Mukund Sivaraman [Mon, 11 Mar 2013 06:34:34 +0000 (12:04 +0530)] 
[2387] Fix empty bitmap case

13 years ago[2387] Remove now unused buildBitmapsFromText()
Mukund Sivaraman [Mon, 11 Mar 2013 06:18:26 +0000 (11:48 +0530)] 
[2387] Remove now unused buildBitmapsFromText()

13 years ago[2387] Add namespace to argument's type
Mukund Sivaraman [Mon, 11 Mar 2013 06:16:04 +0000 (11:46 +0530)] 
[2387] Add namespace to argument's type

13 years ago[2387] Add NSEC3 string RDATA constructor
Mukund Sivaraman [Mon, 11 Mar 2013 06:15:46 +0000 (11:45 +0530)] 
[2387] Add NSEC3 string RDATA constructor

13 years ago[2387] Add NSEC3 lexer constructor implementation
Mukund Sivaraman [Mon, 11 Mar 2013 03:58:47 +0000 (09:28 +0530)] 
[2387] Add NSEC3 lexer constructor implementation

13 years ago[2387] Don't support trailing comments in DNSKEY string constructor
Mukund Sivaraman [Mon, 11 Mar 2013 03:28:21 +0000 (08:58 +0530)] 
[2387] Don't support trailing comments in DNSKEY string constructor

This commit also disables some masterLoad() tests that should be fixed
as apart of #2381.

13 years agoRevert "[2387] Allow comments at the end of DS like string data"
Mukund Sivaraman [Mon, 11 Mar 2013 03:19:38 +0000 (08:49 +0530)] 
Revert "[2387] Allow comments at the end of DS like string data"

This reverts commit 00d53a32412c50c20c573f40d895e8ad7f74ad4f.

13 years agoMerge branch 'trac2641_3'
Mukund Sivaraman [Mon, 11 Mar 2013 01:46:40 +0000 (07:16 +0530)] 
Merge branch 'trac2641_3'

13 years agoMerge branch 'trac2698'
Mukund Sivaraman [Mon, 11 Mar 2013 01:15:02 +0000 (06:45 +0530)] 
Merge branch 'trac2698'

13 years ago[2831] handle deallocating null
JINMEI Tatuya [Sat, 9 Mar 2013 20:07:24 +0000 (12:07 -0800)] 
[2831] handle deallocating null

13 years ago[2831] added get/set/clearNamedAddress interfaces
JINMEI Tatuya [Sat, 9 Mar 2013 19:58:17 +0000 (11:58 -0800)] 
[2831] added get/set/clearNamedAddress interfaces

13 years ago[2831] cleanup
JINMEI Tatuya [Sat, 9 Mar 2013 01:02:51 +0000 (17:02 -0800)] 
[2831] cleanup

13 years ago[2831] tested other corner cases of deallocate()
JINMEI Tatuya [Sat, 9 Mar 2013 00:55:28 +0000 (16:55 -0800)] 
[2831] tested other corner cases of deallocate()

13 years ago[2831] some cleanups
JINMEI Tatuya [Sat, 9 Mar 2013 00:19:49 +0000 (16:19 -0800)] 
[2831] some cleanups

13 years ago[2831] introduced file-mapped memory segment with some basic functionalities.
JINMEI Tatuya [Fri, 8 Mar 2013 23:15:44 +0000 (15:15 -0800)] 
[2831] introduced file-mapped memory segment with some basic functionalities.

committing mostly as a backup.

13 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Fri, 8 Mar 2013 16:55:49 +0000 (10:55 -0600)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

fix conflict in changelog

13 years ago[master] various more typo and misspelling fixes
Jeremy C. Reed [Fri, 8 Mar 2013 16:32:43 +0000 (10:32 -0600)] 
[master] various more typo and misspelling fixes

Some slight grammar changes.
Mostly in comments, but some for api docs.
Changes a isc_throw output too.

Reviewed via jabber.

13 years ago[master] add git revision for changelog entry
Jeremy C. Reed [Fri, 8 Mar 2013 16:32:18 +0000 (10:32 -0600)] 
[master] add git revision for changelog entry

13 years ago[master] fix typo in a message ID
Jeremy C. Reed [Fri, 8 Mar 2013 16:30:49 +0000 (10:30 -0600)] 
[master] fix typo in a message ID

because it is a message ID, add a changelog entry too.
(reviewed via jabber)

13 years ago[master] Update changelog for merge of #2746
Jelte Jansen [Fri, 8 Mar 2013 16:14:42 +0000 (17:14 +0100)] 
[master] Update changelog for merge of #2746

13 years ago[master] Merge branch 'trac2746'
Jelte Jansen [Fri, 8 Mar 2013 15:52:08 +0000 (16:52 +0100)] 
[master] Merge branch 'trac2746'

13 years agoMove change to sys.path ahead of import from bind10_config
Shane Kerr [Fri, 8 Mar 2013 14:44:36 +0000 (15:44 +0100)] 
Move change to sys.path ahead of import from bind10_config

13 years ago[master] Merge branch 'trac2821'
Jelte Jansen [Fri, 8 Mar 2013 13:52:06 +0000 (14:52 +0100)] 
[master] Merge branch 'trac2821'

13 years ago[2775] Possible approaches to threads
Michal 'vorner' Vaner [Fri, 8 Mar 2013 11:36:01 +0000 (12:36 +0100)] 
[2775] Possible approaches to threads

13 years ago[2821] Move library_end to holder
Jelte Jansen [Fri, 8 Mar 2013 11:01:03 +0000 (12:01 +0100)] 
[2821] Move library_end to holder

and use the holder in the unit tests as well

13 years ago[2252] suggested wording fix
JINMEI Tatuya [Fri, 8 Mar 2013 04:37:23 +0000 (20:37 -0800)] 
[2252] suggested wording fix

13 years ago[2252] suggested editorial changes to the man page
JINMEI Tatuya [Fri, 8 Mar 2013 04:36:25 +0000 (20:36 -0800)] 
[2252] suggested editorial changes to the man page

13 years ago[2252] editorial cleanups
JINMEI Tatuya [Fri, 8 Mar 2013 04:32:00 +0000 (20:32 -0800)] 
[2252] editorial cleanups

13 years ago[2252] minor editorial cleanups
JINMEI Tatuya [Fri, 8 Mar 2013 03:49:10 +0000 (19:49 -0800)] 
[2252] minor editorial cleanups

13 years ago[2252] re-sorted log messages; removed a redundant blank line.
JINMEI Tatuya [Thu, 7 Mar 2013 23:30:17 +0000 (15:30 -0800)] 
[2252] re-sorted log messages; removed a redundant blank line.

13 years ago[2821] Updated documentation related to MySqlHolder class.
Stephen Morris [Thu, 7 Mar 2013 23:00:23 +0000 (23:00 +0000)] 
[2821] Updated documentation related to MySqlHolder class.

13 years ago[2710] small cleanup: make _accounts_file member 'private'
Jelte Jansen [Thu, 7 Mar 2013 16:32:37 +0000 (17:32 +0100)] 
[2710] small cleanup: make _accounts_file member 'private'

13 years ago[2710] Lower sleep time for mtime change
Jelte Jansen [Thu, 7 Mar 2013 16:30:34 +0000 (17:30 +0100)] 
[2710] Lower sleep time for mtime change

Gonna assume we're not running these on FAT ;)

13 years ago[2710] Better handling of nonexistent file
Jelte Jansen [Thu, 7 Mar 2013 15:53:50 +0000 (16:53 +0100)] 
[2710] Better handling of nonexistent file

13 years ago[2821] Move MySqlHolder to header, and use as member
Jelte Jansen [Thu, 7 Mar 2013 14:48:51 +0000 (15:48 +0100)] 
[2821] Move MySqlHolder to header, and use as member

Half-related change, if available, call mysql_library_end() at the end of the unit test run

13 years ago[2723] Changes after review.
Tomek Mrugalski [Thu, 7 Mar 2013 14:21:00 +0000 (15:21 +0100)] 
[2723] Changes after review.

13 years ago[2746] Fix test makefile for new messages file
Jelte Jansen [Thu, 7 Mar 2013 11:06:40 +0000 (12:06 +0100)] 
[2746] Fix test makefile for new messages file

13 years ago[master] Added ChangeLog entry for #2701.
Marcin Siodelski [Thu, 7 Mar 2013 10:26:39 +0000 (11:26 +0100)] 
[master] Added ChangeLog entry for #2701.

13 years ago[2775] Diagram of how resolution works
Michal 'vorner' Vaner [Thu, 7 Mar 2013 10:22:45 +0000 (11:22 +0100)] 
[2775] Diagram of how resolution works

13 years agoMerge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10
Michal 'vorner' Vaner [Thu, 7 Mar 2013 09:45:04 +0000 (10:45 +0100)] 
Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years ago[2768] Don't use const reference
Michal 'vorner' Vaner [Thu, 7 Mar 2013 09:35:46 +0000 (10:35 +0100)] 
[2768] Don't use const reference

It should be allowed by C++ standard (and the object be alive before the
function is left), but this is just to be sure.

13 years ago[master] Merge branch 'trac2701'
Marcin Siodelski [Thu, 7 Mar 2013 09:22:45 +0000 (10:22 +0100)] 
[master] Merge branch 'trac2701'

13 years agoMerge #2671
Michal 'vorner' Vaner [Thu, 7 Mar 2013 09:03:16 +0000 (10:03 +0100)] 
Merge #2671

Clean up docs/design/cc-protocol.txt

Conflicts:
doc/design/cc-protocol.txt

13 years ago[2387] Re-enable previously disabled tests
Mukund Sivaraman [Thu, 7 Mar 2013 04:47:52 +0000 (10:17 +0530)] 
[2387] Re-enable previously disabled tests

13 years ago[2387] Allow comments at the end of DS like string data
Mukund Sivaraman [Thu, 7 Mar 2013 04:42:40 +0000 (10:12 +0530)] 
[2387] Allow comments at the end of DS like string data

13 years ago[2387] Allow whitespace in the DNSKEY public key
Mukund Sivaraman [Thu, 7 Mar 2013 04:42:10 +0000 (10:12 +0530)] 
[2387] Allow whitespace in the DNSKEY public key

13 years ago[2387] Update std::string DNSSEC constructor
Mukund Sivaraman [Thu, 7 Mar 2013 04:29:51 +0000 (09:59 +0530)] 
[2387] Update std::string DNSSEC constructor

This causes various MasterLoadTest unittests to fail because there is
whitespace in the public key field, and a trailing comment.

Even before, only a part of this string (before the first whitespace)
was handled. The rest was silently discarded.

The failures will be fixed in the next few commits.

13 years ago[2387] Add DNSKEY implementation
Mukund Sivaraman [Thu, 7 Mar 2013 03:50:10 +0000 (09:20 +0530)] 
[2387] Add DNSKEY implementation

13 years ago[2387] Delete trailing whitespace
Mukund Sivaraman [Thu, 7 Mar 2013 03:50:06 +0000 (09:20 +0530)] 
[2387] Delete trailing whitespace