]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2832] add value checking for 'cache-type'
Paul Selkirk [Fri, 12 Apr 2013 01:27:25 +0000 (21:27 -0400)] 
[2832] add value checking for 'cache-type'

13 years ago[2832] add datasrc spec support for 'cache-type'
Paul Selkirk [Fri, 5 Apr 2013 04:47:45 +0000 (00:47 -0400)] 
[2832] add datasrc spec support for 'cache-type'

13 years ago[master] On line 92 use a # hash mark before the Trac number.
Jeremy C. Reed [Thu, 4 Apr 2013 13:35:55 +0000 (08:35 -0500)] 
[master] On line 92 use a # hash mark before the Trac number.

and also remove dash before beta revision in version naming

13 years ago[master] add "1" to beta revision
Jeremy C. Reed [Thu, 4 Apr 2013 13:03:32 +0000 (08:03 -0500)] 
[master] add "1" to beta revision

13 years ago[master] fix typo/misspelling in comment
Jeremy C. Reed [Thu, 4 Apr 2013 13:00:32 +0000 (08:00 -0500)] 
[master] fix typo/misspelling in comment

trivial, no review

13 years ago[master] document --without-werror
Jeremy C. Reed [Thu, 4 Apr 2013 13:00:08 +0000 (08:00 -0500)] 
[master] document --without-werror

I wrote this some month ago.
Didn't get reviewed.

13 years ago[master] mention 1.1.0-beta
Jeremy C. Reed [Thu, 4 Apr 2013 12:58:41 +0000 (07:58 -0500)] 
[master] mention 1.1.0-beta

13 years ago[master] Remove duplicate Makefile.am rules
Mukund Sivaraman [Thu, 4 Apr 2013 05:57:45 +0000 (11:27 +0530)] 
[master] Remove duplicate Makefile.am rules

13 years ago[master] use a separate object to pass to a function instead of a temporary
JINMEI Tatuya [Wed, 3 Apr 2013 23:59:52 +0000 (23:59 +0000)] 
[master] use a separate object to pass to a function instead of a temporary

some compilers claim it causes a copy whie it's defined non copyable,
triggering an error.  this fixes some build failure reported by the bots.
should mostly trivial, so committing at my discretion.

13 years ago[master] for bind. zone change wording from "static" to "built-in"
Jeremy C. Reed [Wed, 3 Apr 2013 21:36:33 +0000 (16:36 -0500)] 
[master] for bind. zone change wording from "static" to "built-in"

acknowledged on jabber

13 years ago[master] changelog for (part of) #2833
JINMEI Tatuya [Wed, 3 Apr 2013 21:15:53 +0000 (14:15 -0700)] 
[master] changelog for (part of) #2833

13 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Wed, 3 Apr 2013 21:14:54 +0000 (14:14 -0700)] 
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years ago[master] Merge branch 'trac2833'
JINMEI Tatuya [Wed, 3 Apr 2013 20:56:38 +0000 (13:56 -0700)] 
[master] Merge branch 'trac2833'

13 years ago[master] fix order of .mes file
Jeremy C. Reed [Wed, 3 Apr 2013 20:19:04 +0000 (15:19 -0500)] 
[master] fix order of .mes file

(used tools/reorder_message_file.py)

13 years ago[2833] use example.com zone for tests using in-memory data source (cache)
JINMEI Tatuya [Wed, 3 Apr 2013 19:54:24 +0000 (12:54 -0700)] 
[2833] use example.com zone for tests using in-memory data source (cache)

instead of the "static" BIND zone.  there's no difference between these two
any more, so this is just a matter of style.

13 years ago[2833] fixed a typo in doc
JINMEI Tatuya [Wed, 3 Apr 2013 19:48:37 +0000 (12:48 -0700)] 
[2833] fixed a typo in doc

13 years ago[master] Update .gitignore files
Mukund Sivaraman [Wed, 3 Apr 2013 11:15:15 +0000 (16:45 +0530)] 
[master] Update .gitignore files

13 years agoMerge branch 'trac2198_5'
Mukund Sivaraman [Wed, 3 Apr 2013 10:40:17 +0000 (16:10 +0530)] 
Merge branch 'trac2198_5'

13 years ago[2833] updated the doc ZoneTableSegment::create() for the latest interface.
JINMEI Tatuya [Tue, 2 Apr 2013 21:27:37 +0000 (14:27 -0700)] 
[2833] updated the doc ZoneTableSegment::create() for the latest interface.

13 years ago[2833] use NULL instead of 0.
JINMEI Tatuya [Tue, 2 Apr 2013 21:21:23 +0000 (14:21 -0700)] 
[2833] use NULL instead of 0.

may need some more discussion, but not the point for this branch anyway,
and at least it's more consistent with rest of the source code.

13 years ago[2833] clarified the meaning of data source config passed to CacheConfig
JINMEI Tatuya [Tue, 2 Apr 2013 21:01:17 +0000 (14:01 -0700)] 
[2833] clarified the meaning of data source config passed to CacheConfig

13 years ago[2833] clarified error types, avoid using the word of "syntax"
JINMEI Tatuya [Tue, 2 Apr 2013 20:58:37 +0000 (13:58 -0700)] 
[2833] clarified error types, avoid using the word of "syntax"

13 years ago[master] minor wording change for the python readline warning.
Jeremy C. Reed [Tue, 2 Apr 2013 16:24:16 +0000 (11:24 -0500)] 
[master] minor wording change for the python readline warning.

Okayed via jabber yesterday.

I am not adding a changelog entry as it is minor.

13 years ago[2833] cleanup: removed static data source module.
JINMEI Tatuya [Mon, 1 Apr 2013 21:50:37 +0000 (14:50 -0700)] 
[2833] cleanup: removed static data source module.

we can do everything that the dedicated static data source did with
"MasterFiles" type of data source with preconfigured parameters.
this cleanup is not directly related to the subject of this task, but
will make later changes simpler.

13 years ago[2833] cleanup: removed a space at EOL
JINMEI Tatuya [Tue, 2 Apr 2013 03:48:19 +0000 (20:48 -0700)] 
[2833] cleanup: removed a space at EOL

13 years ago[2833] throw CacheConfigError for duplicate zone names.
JINMEI Tatuya [Tue, 2 Apr 2013 03:44:33 +0000 (20:44 -0700)] 
[2833] throw CacheConfigError for duplicate zone names.

this is not a program error, so CacheConfigError should be more appropriate.

13 years ago[2833] some documentation
JINMEI Tatuya [Tue, 2 Apr 2013 03:38:35 +0000 (20:38 -0700)] 
[2833] some documentation

13 years ago[2833] added begin/end to CacheConfig instead of getZoneConfig.
JINMEI Tatuya [Mon, 1 Apr 2013 22:40:33 +0000 (15:40 -0700)] 
[2833] added begin/end to CacheConfig instead of getZoneConfig.

that would be better abstraction.  also remove getLoadAction for now as
we won't implement it in this task.

13 years ago[2833] added test cases where 'allowed' is false
JINMEI Tatuya [Mon, 1 Apr 2013 22:09:59 +0000 (15:09 -0700)] 
[2833] added test cases where 'allowed' is false

13 years ago[2833] some cleanup
JINMEI Tatuya [Mon, 1 Apr 2013 20:56:45 +0000 (13:56 -0700)] 
[2833] some cleanup

13 years ago[2833] pass CacheConfig to DataSourceClient and maintain it there.
JINMEI Tatuya [Mon, 1 Apr 2013 20:52:52 +0000 (13:52 -0700)] 
[2833] pass CacheConfig to DataSourceClient and maintain it there.

also simplified the constructor interface; we actually don't need the
other one.

13 years ago[2833] update/clarify the (new) meaning of DATASRC_LIST_NOT_CACHED
JINMEI Tatuya [Mon, 1 Apr 2013 20:16:06 +0000 (13:16 -0700)] 
[2833] update/clarify the (new) meaning of DATASRC_LIST_NOT_CACHED

it now doesn't log it for each zone but only warns about the entire data
source.

13 years ago[2833] cleanup: removed now-unnecessary variable
JINMEI Tatuya [Mon, 1 Apr 2013 19:59:03 +0000 (12:59 -0700)] 
[2833] cleanup: removed now-unnecessary variable

13 years ago[2833] pass allow_cache to CacheConfig
JINMEI Tatuya [Mon, 1 Apr 2013 19:32:05 +0000 (12:32 -0700)] 
[2833] pass allow_cache to CacheConfig

13 years ago[2833] renamed ZoneTableConfig to CacheConfig
JINMEI Tatuya [Mon, 1 Apr 2013 18:09:56 +0000 (11:09 -0700)] 
[2833] renamed ZoneTableConfig to CacheConfig

as details are implemented the latter now seems more appropriate for the
responsibility of this class.

13 years ago[2833] consolidate some cache related config checks in ZoneTableConfig.
JINMEI Tatuya [Mon, 1 Apr 2013 17:32:53 +0000 (10:32 -0700)] 
[2833] consolidate some cache related config checks in ZoneTableConfig.

this eliminated the need for if-else cases in
ConfigurableClientList::configure().  to make it possible getDataSourceClient()
was slightly updated so that it recognizes "MasterFiles".

13 years ago[2198] Remove unnecessary text from API documentation
Mukund Sivaraman [Mon, 1 Apr 2013 07:20:31 +0000 (12:50 +0530)] 
[2198] Remove unnecessary text from API documentation

... as the methods are private anyway.

13 years ago[2721] Added entry for new unit tests, #2721
Thomas Markwalder [Fri, 29 Mar 2013 12:13:17 +0000 (08:13 -0400)] 
[2721] Added entry for new unit tests, #2721

13 years agoMerge branch 'trac2721' - Review comments addressed. Adds missing unit tests
Thomas Markwalder [Fri, 29 Mar 2013 11:52:56 +0000 (07:52 -0400)] 
Merge branch 'trac2721' - Review comments addressed. Adds missing unit tests
for trac 2719 in b10-dhcp6.

13 years ago[2833] (unrelated) corrected a trivial typo
JINMEI Tatuya [Fri, 29 Mar 2013 02:28:23 +0000 (19:28 -0700)] 
[2833] (unrelated) corrected a trivial typo

13 years ago[2833] make ZoneTableSegment::create generic so it checks segment type.
JINMEI Tatuya [Fri, 29 Mar 2013 02:15:03 +0000 (19:15 -0700)] 
[2833] make ZoneTableSegment::create generic so it checks segment type.

the actually behavior is still same: it only supports the "local" segment.

13 years ago[2833] added ZoneTableConfig::getSegmentType() interface.
JINMEI Tatuya [Thu, 28 Mar 2013 23:10:52 +0000 (16:10 -0700)] 
[2833] added ZoneTableConfig::getSegmentType() interface.

13 years ago[2833] revise ZoneTableSegment::create() so it takes ZoneTableConfig
JINMEI Tatuya [Thu, 28 Mar 2013 22:45:45 +0000 (15:45 -0700)] 
[2833] revise ZoneTableSegment::create() so it takes ZoneTableConfig

some non trivial adjusments were needed for its users.

13 years ago[master] changelog for #2562
JINMEI Tatuya [Thu, 28 Mar 2013 20:51:11 +0000 (13:51 -0700)] 
[master] changelog for #2562

13 years ago[master] Merge branch 'trac2562'
JINMEI Tatuya [Thu, 28 Mar 2013 20:33:27 +0000 (13:33 -0700)] 
[master] Merge branch 'trac2562'

13 years ago[master] Merge branch 'trac2723' (too short/null DUIDs handing)
Tomek Mrugalski [Thu, 28 Mar 2013 15:17:47 +0000 (16:17 +0100)] 
[master] Merge branch 'trac2723' (too short/null DUIDs handing)

Conflicts:
ChangeLog
src/lib/dhcpsrv/mysql_lease_mgr.cc

13 years ago[2833] tightened param validation in zt config ctor with dedicated tests.
JINMEI Tatuya [Thu, 28 Mar 2013 03:08:20 +0000 (20:08 -0700)] 
[2833] tightened param validation in zt config ctor with dedicated tests.

13 years ago[2562] added a test case where zonemgr is not running when notify comes.
JINMEI Tatuya [Thu, 28 Mar 2013 02:50:52 +0000 (19:50 -0700)] 
[2562] added a test case where zonemgr is not running when notify comes.

13 years ago[2562] set want_answer to true in group_sendmsg() for notify handling.
JINMEI Tatuya [Thu, 28 Mar 2013 02:48:37 +0000 (19:48 -0700)] 
[2562] set want_answer to true in group_sendmsg() for notify handling.

without this we can't catch the case where zonemgr isn't running timely.
a unit test is updated to check that condition, too.

13 years ago[2562] extended mock session to inspect last value of "want_answer"
JINMEI Tatuya [Thu, 28 Mar 2013 02:47:07 +0000 (19:47 -0700)] 
[2562] extended mock session to inspect last value of "want_answer"

also made some methods const member functions as they don't have to be
mutable.

13 years ago[2833] introduced ZoneTableConfig
JINMEI Tatuya [Tue, 19 Mar 2013 21:34:57 +0000 (14:34 -0700)] 
[2833] introduced ZoneTableConfig

it's intended to be used as an interface between ClientList and
ZoneTableSegment.

13 years ago[2833] refactoring: create ZoneTableSegment per data source.
JINMEI Tatuya [Mon, 18 Mar 2013 22:10:07 +0000 (15:10 -0700)] 
[2833] refactoring: create ZoneTableSegment per data source.

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.

13 years ago[2833] refactoring: extract MockDataSourceClient into a separate file
JINMEI Tatuya [Wed, 27 Mar 2013 22:33:21 +0000 (15:33 -0700)] 
[2833] refactoring: extract MockDataSourceClient into a separate file

so it can be shared by multiple tests.

13 years ago[2833] cleanup: removed now-unused declaration of ZoneTableSegment::create.
JINMEI Tatuya [Mon, 18 Mar 2013 22:06:01 +0000 (15:06 -0700)] 
[2833] cleanup: removed now-unused declaration of ZoneTableSegment::create.

13 years agoMerge branch 'trac1831'
Paul Selkirk [Wed, 27 Mar 2013 15:25:50 +0000 (11:25 -0400)] 
Merge branch 'trac1831'

13 years agoUpdate ChangeLog for #2386 and #2391
Paul Selkirk [Wed, 27 Mar 2013 14:55:47 +0000 (10:55 -0400)] 
Update ChangeLog for #2386 and #2391

13 years agoMerge branch 'trac2391'
Paul Selkirk [Wed, 27 Mar 2013 14:22:48 +0000 (10:22 -0400)] 
Merge branch 'trac2391'

13 years agoMerge #2835
Michal 'vorner' Vaner [Wed, 27 Mar 2013 09:14:58 +0000 (10:14 +0100)] 
Merge #2835

The interface to get cache properties from the client list.

13 years ago[2835] (minor) Docs, comments
Michal 'vorner' Vaner [Wed, 27 Mar 2013 09:10:48 +0000 (10:10 +0100)] 
[2835] (minor) Docs, comments

13 years ago[2562] (unrelated) added notes that rpcCall wouldn't work until #2804 is fixed.
JINMEI Tatuya [Wed, 27 Mar 2013 06:40:34 +0000 (23:40 -0700)] 
[2562] (unrelated) added notes that rpcCall wouldn't work until #2804 is fixed.

so others won't waste their time by trying to use it...
same note applies to groupRecvMsg, so added the same note.

13 years ago[2562] in processNotify, catch the "no recpt" case and log it at debug level.
JINMEI Tatuya [Wed, 27 Mar 2013 06:33:20 +0000 (23:33 -0700)] 
[2562] in processNotify, catch the "no recpt" case and log it at debug level.

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).

13 years ago[2562] update notifyWithoutSession test for the case where zonemgr not running.
JINMEI Tatuya [Wed, 27 Mar 2013 06:27:38 +0000 (23:27 -0700)] 
[2562] update notifyWithoutSession test for the case where zonemgr not running.

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.

13 years ago[2835] style fix: name variables with lower+_ per convention
JINMEI Tatuya [Wed, 27 Mar 2013 05:43:55 +0000 (22:43 -0700)] 
[2835] style fix: name variables with lower+_ per convention

13 years ago[2835] fixed a trivial typo
JINMEI Tatuya [Wed, 27 Mar 2013 05:39:55 +0000 (22:39 -0700)] 
[2835] fixed a trivial typo

13 years ago[master] Update changelog for merge of #1086
Jelte Jansen [Tue, 26 Mar 2013 11:30:54 +0000 (12:30 +0100)] 
[master] Update changelog for merge of #1086

13 years ago[master] Merge branch 'trac1086'
Jelte Jansen [Tue, 26 Mar 2013 10:17:21 +0000 (11:17 +0100)] 
[master] Merge branch 'trac1086'

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

13 years ago[2790] Short-term workaround for the blocking read loop in zonemgr
Jelte Jansen [Tue, 26 Mar 2013 09:05:51 +0000 (10:05 +0100)] 
[2790] Short-term workaround for the blocking read loop in zonemgr

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.

13 years agoMerge #2737
Michal 'vorner' Vaner [Tue, 26 Mar 2013 08:45:53 +0000 (09:45 +0100)] 
Merge #2737

Using of constants from proto_defs instead of hard-coded magic keywords.

13 years ago[1086] Fix wrong addressformatter call
Jelte Jansen [Tue, 26 Mar 2013 08:44:02 +0000 (09:44 +0100)] 
[1086] Fix wrong addressformatter call

and add test for it

13 years agoMerge branch 'trac2826'
Mukund Sivaraman [Tue, 26 Mar 2013 04:51:17 +0000 (10:21 +0530)] 
Merge branch 'trac2826'

13 years ago[2826] Add note that the BIND 10 libraries' API/ABI may change
Mukund Sivaraman [Tue, 26 Mar 2013 04:50:56 +0000 (10:20 +0530)] 
[2826] Add note that the BIND 10 libraries' API/ABI may change

13 years ago[2391] add afsdb to gen-rdatacode.py.in
Paul Selkirk [Mon, 25 Mar 2013 19:11:20 +0000 (15:11 -0400)] 
[2391] add afsdb to gen-rdatacode.py.in
Also fix typos in afsdb_18.cc doxygen comments.

13 years ago[2721] Added test of post Option6IA fetch in Dhcpv6SrvTest::checkIA_NA()
Thomas Markwalder [Mon, 25 Mar 2013 17:14:39 +0000 (13:14 -0400)] 
[2721] Added test of post Option6IA fetch in Dhcpv6SrvTest::checkIA_NA()
 per review comments.

13 years ago[master] Merge branch 'trac2583'
Jelte Jansen [Mon, 25 Mar 2013 15:27:28 +0000 (16:27 +0100)] 
[master] Merge branch 'trac2583'

13 years agoMerge branch 'trac2789' - Addressed review comments
Thomas Markwalder [Mon, 25 Mar 2013 14:43:10 +0000 (10:43 -0400)] 
Merge branch 'trac2789' - Addressed review comments

13 years ago[master] also have clean remove the python optimized byte-compiled file
Jeremy C. Reed [Mon, 25 Mar 2013 14:37:50 +0000 (09:37 -0500)] 
[master] also have clean remove the python optimized byte-compiled file

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.

13 years ago[master] clean also remove python optimized byte-compiled file
Jeremy C. Reed [Mon, 25 Mar 2013 14:36:15 +0000 (09:36 -0500)] 
[master] clean also remove  python optimized byte-compiled file

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.

13 years ago[master] remove some python optimized byte-compiled files
Jeremy C. Reed [Mon, 25 Mar 2013 14:34:16 +0000 (09:34 -0500)] 
[master] remove some python optimized byte-compiled files

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

13 years ago[2789] Updated copyright dates.
Thomas Markwalder [Mon, 25 Mar 2013 14:34:03 +0000 (10:34 -0400)] 
[2789] Updated copyright dates.

13 years ago[2721] Updated copyright dates.
Thomas Markwalder [Mon, 25 Mar 2013 14:03:54 +0000 (10:03 -0400)] 
[2721] Updated copyright dates.

13 years ago[2721] Addressed review comments. Corrected spacing, function descriptions,
Thomas Markwalder [Mon, 25 Mar 2013 12:13:43 +0000 (08:13 -0400)] 
[2721] Addressed review comments. Corrected spacing, function descriptions,
and replaced use of local variable tmp in checkNakResponse.

13 years agoRevert "[2721] Added unit test change comment"
Thomas Markwalder [Mon, 25 Mar 2013 12:09:00 +0000 (08:09 -0400)] 
Revert "[2721] Added unit test change comment"

This reverts commit e07f341d540ce584b3edc424a8cf9a8f1b9a542c.

13 years ago[2789] Removed the private member, Pool6::prefix_len_. It was created
Thomas Markwalder [Mon, 25 Mar 2013 11:30:49 +0000 (07:30 -0400)] 
[2789] Removed the private member, Pool6::prefix_len_. It was created
to support prefix delegation which has not been designed yet.

13 years ago[2737] Few more occurrences
Michal 'vorner' Vaner [Mon, 25 Mar 2013 08:25:26 +0000 (09:25 +0100)] 
[2737] Few more occurrences

Few more occurrences of the magic keywords scattered through the code
replaced by constants.

13 years ago[master] changelog for #1938
JINMEI Tatuya [Fri, 22 Mar 2013 16:11:38 +0000 (09:11 -0700)] 
[master] changelog for #1938

13 years ago[master] Merge branch 'trac1938'
JINMEI Tatuya [Fri, 22 Mar 2013 15:56:40 +0000 (08:56 -0700)] 
[master] Merge branch 'trac1938'

13 years ago[1938] corrected a non-expected keyword in a lettuce test
JINMEI Tatuya [Fri, 22 Mar 2013 15:53:28 +0000 (08:53 -0700)] 
[1938] corrected a non-expected keyword in a lettuce test

(it didn't make sense before this branch, but now it could cause regression
as we remove the 'new' qualifier).

13 years ago[master] Merge branch 'trac1938'
JINMEI Tatuya [Fri, 22 Mar 2013 15:35:58 +0000 (08:35 -0700)] 
[master] Merge branch 'trac1938'

13 years ago[2583] add LETTUCE_KEEP_OUTPUT options/env var
Jelte Jansen [Fri, 22 Mar 2013 15:19:41 +0000 (16:19 +0100)] 
[2583] add LETTUCE_KEEP_OUTPUT options/env var

13 years ago[2835] Use string for segment type
Michal 'vorner' Vaner [Fri, 22 Mar 2013 10:13:11 +0000 (11:13 +0100)] 
[2835] Use string for segment type

Instead of hard-coded enum type. The data source should be agnostic to
the type.

13 years ago[2835] Fix comment
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:38:37 +0000 (10:38 +0100)] 
[2835] Fix comment

13 years ago[2835] Throw a more appropriate exception
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:37:17 +0000 (10:37 +0100)] 
[2835] Throw a more appropriate exception

13 years ago[2835] Clarification of doxygen
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:20:13 +0000 (10:20 +0100)] 
[2835] Clarification of doxygen

Saying the segments are for in-memory cache. Also adding note about
future extending and exceptions.

13 years ago[2835] Rename enum item
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:03:24 +0000 (10:03 +0100)] 
[2835] Rename enum item

SEGMENT_MAPPED may be misleading in case of locally-allocated memory.
Using SEGMENT_INUSE.

13 years ago[1938] corrected the use of 'wait for new' based on the revised semantics.
JINMEI Tatuya [Fri, 22 Mar 2013 07:04:24 +0000 (00:04 -0700)] 
[1938] corrected the use of 'wait for new' based on the revised semantics.

in some cases we can't simply use 'new' (but normally safe without it),
and in some cases we need additional synchronization points to make it
work more reliably.

13 years ago[1938] clarify and more rationalize the "only_new" ver of wait_for variants.
JINMEI Tatuya [Fri, 22 Mar 2013 07:01:37 +0000 (00:01 -0700)] 
[1938] clarify and more rationalize the "only_new" ver of wait_for variants.

previously the semantics was a bit ambiguous and resulted in some
less predictable behavior. (and, non suprisingly, some usage cases
in features seem to be wrong about "wait for new").

13 years ago[2391] update AFSDB to use the MasterLexer
Paul Selkirk [Fri, 22 Mar 2013 03:08:58 +0000 (23:08 -0400)] 
[2391] update AFSDB to use the MasterLexer

13 years ago[1938] comment typo
Jelte Jansen [Thu, 21 Mar 2013 12:53:01 +0000 (13:53 +0100)] 
[1938] comment typo

13 years ago[1086] Replace addr#port with addr:port
Jelte Jansen [Wed, 20 Mar 2013 13:37:52 +0000 (14:37 +0100)] 
[1086] Replace addr#port with addr:port

So that output of addresses is now consistent