]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
14 years ago[1673] Remove WIFCONTINUED and WIFSTOPPED checks
Mukund Sivaraman [Thu, 8 Mar 2012 08:00:29 +0000 (13:30 +0530)] 
[1673] Remove WIFCONTINUED and WIFSTOPPED checks

These are unnecessary and don't seem to be available on platforms like
NetBSD.

14 years agoAdd more .gitignore files
Mukund Sivaraman [Thu, 8 Mar 2012 07:13:35 +0000 (12:43 +0530)] 
Add more .gitignore files

14 years ago[1608] moved RBNodeRRset internals to the in-memory implementation file.
JINMEI Tatuya [Thu, 8 Mar 2012 05:15:03 +0000 (21:15 -0800)] 
[1608] moved RBNodeRRset internals to the in-memory implementation file.
For that purpose RBNodeRRsetImpl structure was introduced.
no functional change.

14 years agoAdd a basic .gitignore to ignore build related fluff
Mukund Sivaraman [Thu, 8 Mar 2012 04:05:48 +0000 (09:35 +0530)] 
Add a basic .gitignore to ignore build related fluff

14 years ago[1673] Add ChangeLog entry
Mukund Sivaraman [Wed, 7 Mar 2012 04:24:07 +0000 (09:54 +0530)] 
[1673] Add ChangeLog entry

14 years ago[1673] Output the signal name even when the process dumps core
Mukund Sivaraman [Wed, 7 Mar 2012 04:22:50 +0000 (09:52 +0530)] 
[1673] Output the signal name even when the process dumps core

14 years ago[1673] Decode exit status in boss
Mukund Sivaraman [Mon, 5 Mar 2012 15:18:12 +0000 (20:48 +0530)] 
[1673] Decode exit status in boss

14 years ago[1608] setup: define In-memory local finder context.
JINMEI Tatuya [Thu, 8 Mar 2012 01:11:10 +0000 (17:11 -0800)] 
[1608] setup: define In-memory local finder context.
at this moment, everything is inheritated from the base class.

14 years ago[1698-test] one more editorial fix: folded a long line
JINMEI Tatuya [Thu, 8 Mar 2012 00:19:01 +0000 (16:19 -0800)] 
[1698-test] one more editorial fix: folded a long line

14 years ago[master] explicitly declare/define virtual destructor for ZoneFinder::Context.
JINMEI Tatuya [Thu, 8 Mar 2012 00:16:54 +0000 (16:16 -0800)] 
[master] explicitly declare/define virtual destructor for ZoneFinder::Context.

This will fix a build error on some systems, and is a good practice anyway.
Also fix a minor wording error in a comment.

14 years ago[1698-test] minor editorial fixes: folded lines, obvious typo, redundant space.
JINMEI Tatuya [Thu, 8 Mar 2012 00:01:25 +0000 (16:01 -0800)] 
[1698-test] minor editorial fixes: folded lines, obvious typo, redundant space.

14 years ago[master] changelog for #1607
JINMEI Tatuya [Wed, 7 Mar 2012 22:23:44 +0000 (14:23 -0800)] 
[master] changelog for #1607

14 years ago[master] Merge branch 'trac1607' with fixing conflicts:
JINMEI Tatuya [Wed, 7 Mar 2012 22:06:55 +0000 (14:06 -0800)] 
[master] Merge branch 'trac1607' with fixing conflicts:
src/lib/datasrc/tests/Makefile.am
auth_srv_unittest.cc needed an adjustment, but I believe it's trivial,
so I'm commiting and pushing it.

14 years ago[1540] Moved Linux-specific code to iface_mgr_linux.cc
Tomek Mrugalski [Wed, 7 Mar 2012 20:11:11 +0000 (21:11 +0100)] 
[1540] Moved Linux-specific code to iface_mgr_linux.cc

14 years ago[master] update changelog for #1093 and #1741
Jelte Jansen [Wed, 7 Mar 2012 17:50:20 +0000 (18:50 +0100)] 
[master] update changelog for #1093 and #1741

14 years ago[master] Merge branch 'trac1741'
Jelte Jansen [Wed, 7 Mar 2012 17:39:11 +0000 (18:39 +0100)] 
[master] Merge branch 'trac1741'

14 years ago[master] Merge branch 'trac1093'
Jelte Jansen [Wed, 7 Mar 2012 17:39:01 +0000 (18:39 +0100)] 
[master] Merge branch 'trac1093'

14 years ago[1280] update lettuce check
Jelte Jansen [Wed, 7 Mar 2012 17:27:54 +0000 (18:27 +0100)] 
[1280] update lettuce check

14 years ago[1280] keep and log [A|I]XFR data
Jelte Jansen [Wed, 7 Mar 2012 17:12:44 +0000 (18:12 +0100)] 
[1280] keep and log [A|I]XFR data

depending on transfer type, different things are logged; in case of AXFR, log the number of RRs in the zone, in case of IXFR, log the number of changesets, and the number of deletions and additions. In both cases, run time, bytes, and bytes per second are logged as well.

14 years ago[1698-test] Avoid static initialization fiasco for MessageInitializer
Stephen Morris [Wed, 7 Mar 2012 14:02:14 +0000 (14:02 +0000)] 
[1698-test] Avoid static initialization fiasco for MessageInitializer

Statically-declared MessageInitializer objects now store the address
of the message array in a pre-defined array of pointers.  Loading
the global message dictionary is done after main() is called.  This
avoids used of heap storage during static initialization, which
appears to cause problems on some systems.

14 years ago[1698-test] Avoid use of heap storage for logger name
Stephen Morris [Wed, 7 Mar 2012 13:15:00 +0000 (13:15 +0000)] 
[1698-test] Avoid use of heap storage for logger name

Logger now stores its name in a pre-defined array instead of
using heap storage (through a std::string).  This should avoid
static initialization fiasco problems if the Logger is statically
initialized.

14 years ago[1741] rename RESOLVER_SHUTDOWN debug message
Jelte Jansen [Wed, 7 Mar 2012 10:21:35 +0000 (11:21 +0100)] 
[1741] rename RESOLVER_SHUTDOWN debug message

it conflicted with RESOLVER_SHUTDOWN info message (the debug one signals the shutdown command was received, the info message that the resolver actually shut down)

14 years agoMerge #1601
Michal 'vorner' Vaner [Wed, 7 Mar 2012 10:20:08 +0000 (11:20 +0100)] 
Merge #1601

Conflicts:
src/bin/auth/auth_srv.cc
src/bin/auth/tests/auth_srv_unittest.cc

14 years ago[1601] Use references in the querybench as well
JINMEI Tatuya [Wed, 7 Mar 2012 09:56:26 +0000 (10:56 +0100)] 
[1601] Use references in the querybench as well

14 years ago[1601] Remove unneeded parameter
Michal 'vorner' Vaner [Wed, 7 Mar 2012 09:55:24 +0000 (10:55 +0100)] 
[1601] Remove unneeded parameter

14 years ago[1741] Merge branch 'trac1093' into trac1741
Jelte Jansen [Wed, 7 Mar 2012 09:33:58 +0000 (10:33 +0100)] 
[1741] Merge branch 'trac1093' into trac1741

14 years ago[1541] trivial cleanup: removed unnecessary EOL semilcolons.
JINMEI Tatuya [Wed, 7 Mar 2012 05:13:52 +0000 (21:13 -0800)] 
[1541] trivial cleanup: removed unnecessary EOL semilcolons.

14 years ago[master] s/[defect]/[bug]/ for consistency
JINMEI Tatuya [Wed, 7 Mar 2012 00:19:39 +0000 (16:19 -0800)] 
[master] s/[defect]/[bug]/ for consistency
also fixed tab indentation for consistency

14 years ago[1603] proposed update to labelsequence: use internal loop, not strncasecmp.
JINMEI Tatuya [Wed, 7 Mar 2012 00:05:22 +0000 (16:05 -0800)] 
[1603] proposed update to labelsequence: use internal loop, not strncasecmp.
according to benchmark it can improve the renderer performance 17% more.

14 years ago[1603] added a new microbenchmark test for MessageRenderer implementations.
JINMEI Tatuya [Tue, 6 Mar 2012 23:00:07 +0000 (15:00 -0800)] 
[1603] added a new microbenchmark test for MessageRenderer implementations.
It compares the old and new versions, and one "dumb" renderer (which doesn't
do any compression).

14 years ago[1603] updated the behavior of setCompressMode(): now disallow it in rendering.
JINMEI Tatuya [Tue, 6 Mar 2012 22:55:56 +0000 (14:55 -0800)] 
[1603] updated the behavior of setCompressMode(): now disallow it in rendering.
the new implementation doesn't allow such flexibility anymore (as the
hash value would change).  added comment about that, and updated the test
accordingly.

14 years ago[1603] revised the MessageRenderer w/ a hash table and LabelSequence.
JINMEI Tatuya [Tue, 6 Mar 2012 22:42:58 +0000 (14:42 -0800)] 
[1603] revised the MessageRenderer w/ a hash table and LabelSequence.
a benchmark indicated it's several times faster than the previous
implementation.

14 years ago[1603] updated Makefile for newly added name_internal.h
JINMEI Tatuya [Tue, 6 Mar 2012 22:40:30 +0000 (14:40 -0800)] 
[1603] updated Makefile for newly added name_internal.h

14 years ago[1603] added note about default constructor of LabelSequence.
JINMEI Tatuya [Tue, 6 Mar 2012 22:19:01 +0000 (14:19 -0800)] 
[1603] added note about default constructor of LabelSequence.
also make sure member variables are initialized explicitly.

14 years ago[1603] implemented LabelSequence::getHash(), which is needed for new renderer.
JINMEI Tatuya [Tue, 6 Mar 2012 22:06:40 +0000 (14:06 -0800)] 
[1603] implemented LabelSequence::getHash(), which is needed for new renderer.
maptolower hidden in name.cc is now exposed to the LabelSequence implementation
in a "private" namespace.

14 years ago[1093] use vector.empty() instead of size() > 0
Jelte Jansen [Tue, 6 Mar 2012 18:09:02 +0000 (19:09 +0100)] 
[1093] use vector.empty() instead of size() > 0

14 years ago[1601] Eliminate bunch of shared pointers
Michal 'vorner' Vaner [Tue, 6 Mar 2012 12:04:24 +0000 (13:04 +0100)] 
[1601] Eliminate bunch of shared pointers

They are replaced by references, as the server is synchronous, they
should not be preserved outside from the call anyway.

14 years ago[1600] Add reused MessageRenderer,and make some clean up.
Xie Jiagui [Tue, 6 Mar 2012 08:27:23 +0000 (16:27 +0800)] 
[1600] Add reused MessageRenderer,and make some clean up.

14 years ago[1600] Change 'if else' to 'swith'.
Xie Jiagui [Tue, 6 Mar 2012 02:00:38 +0000 (10:00 +0800)] 
[1600] Change 'if else' to 'swith'.

14 years ago[1603] cleanup: put labelsequence tests in an unnamed namespace.
JINMEI Tatuya [Tue, 6 Mar 2012 00:16:57 +0000 (16:16 -0800)] 
[1603] cleanup: put labelsequence tests in an unnamed namespace.

14 years ago[1603] corrected the meaning of case-sensitive in LabelSequence::equals (#1754)
JINMEI Tatuya [Mon, 5 Mar 2012 23:58:34 +0000 (15:58 -0800)] 
[1603] corrected the meaning of case-sensitive in LabelSequence::equals (#1754)
we could wait for #1754, but that would make MessageRenderer look confusing
meanwhile.  the fix is small, so I decided do it now.

14 years ago[1603] add an extension to LableSequence: getDataLength() method.
JINMEI Tatuya [Mon, 5 Mar 2012 23:51:41 +0000 (15:51 -0800)] 
[1603] add an extension to LableSequence: getDataLength() method.
in name compression we need this info (and in some cases we don't need
the data itself).

14 years ago[1603] minor style fixes to labelsequence.
JINMEI Tatuya [Mon, 5 Mar 2012 22:44:25 +0000 (14:44 -0800)] 
[1603] minor style fixes to labelsequence.

14 years ago[1607] added a test to confirm that getAdditional keeps existing RRs intact.
JINMEI Tatuya [Mon, 5 Mar 2012 17:33:46 +0000 (09:33 -0800)] 
[1607] added a test to confirm that getAdditional keeps existing RRs intact.

14 years ago[1607] corrected indentation
JINMEI Tatuya [Mon, 5 Mar 2012 17:24:20 +0000 (09:24 -0800)] 
[1607] corrected indentation

14 years ago[1640] replace --with-botan by --with-botan-config
Jelte Jansen [Mon, 5 Mar 2012 14:49:03 +0000 (15:49 +0100)] 
[1640] replace --with-botan by --with-botan-config

And check for several botan-config-X.Y scripts (as well as the original botan-config itself)

Also expand the error in case includes are found but linking fails (regarding missing dependencies on a number of systems)

14 years agoMerge branch 'master' into trac1680
haikuo zhang [Mon, 5 Mar 2012 10:22:46 +0000 (18:22 +0800)] 
Merge branch 'master' into trac1680

14 years ago[master] spell fix
Jeremy C. Reed [Mon, 5 Mar 2012 18:36:22 +0000 (12:36 -0600)] 
[master] spell fix

14 years ago[master] update changelog for merge of 1612
Jelte Jansen [Mon, 5 Mar 2012 16:54:18 +0000 (17:54 +0100)] 
[master] update changelog for merge of 1612

14 years ago[master] Merge branch 'trac1612'
Jelte Jansen [Mon, 5 Mar 2012 16:26:58 +0000 (17:26 +0100)] 
[master] Merge branch 'trac1612'

14 years ago[1612] address review comments (style mostly)
Jelte Jansen [Mon, 5 Mar 2012 13:44:43 +0000 (14:44 +0100)] 
[1612] address review comments (style mostly)

indentation, spaces, and one loop instead of separate tests

14 years ago[1680] remove codes which should be build in --enable-boost-threads
haikuo zhang [Mon, 5 Mar 2012 10:11:49 +0000 (18:11 +0800)] 
[1680] remove codes which should be build in --enable-boost-threads
switch. the codes are in src/lib/util/locks.h

14 years ago[master] update changelog for merge of 1602
Jelte Jansen [Mon, 5 Mar 2012 09:06:34 +0000 (10:06 +0100)] 
[master] update changelog for merge of 1602

14 years ago[324] various fixes for SQLite3 schema
JINMEI Tatuya [Mon, 5 Mar 2012 08:22:55 +0000 (00:22 -0800)] 
[324] various fixes for SQLite3 schema
- STRING => TEXT
- make sure the right side of LIKE is a placeholder for a string, not an
  expression (otherwise it doesn't use indices)
- introduce the "records_bytype_and_rname" index.  it's necessary to optimize
  the FIND_PREVIOUS query.

14 years ago[1600] Changed the interface of DNSService to allow add UDPServer or
Xie Jiagui [Mon, 5 Mar 2012 03:56:54 +0000 (11:56 +0800)] 
[1600] Changed the interface of DNSService to allow add UDPServer or
SyncUDPServer by command.

14 years ago[1603] copy the current MessageRenderer files to "old*" for comparison.
JINMEI Tatuya [Sat, 3 Mar 2012 00:39:41 +0000 (16:39 -0800)] 
[1603] copy the current MessageRenderer files to "old*" for comparison.

14 years ago[1607] adding newly created files.
JINMEI Tatuya [Fri, 2 Mar 2012 18:36:37 +0000 (10:36 -0800)] 
[1607] adding newly created files.
the content was basiclally just moved from an older version of the
corresponding files without "_link", so there should be no essential
change in semantics.

14 years ago[master] canceled an experimental change that was accidentally committed.
JINMEI Tatuya [Fri, 2 Mar 2012 18:34:52 +0000 (10:34 -0800)] 
[master] canceled an experimental change that was accidentally committed.

14 years ago[master] fixed conflicts in changelog (due to me forgetting push?)
JINMEI Tatuya [Fri, 2 Mar 2012 18:08:38 +0000 (10:08 -0800)] 
[master] fixed conflicts in changelog (due to me forgetting push?)

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Stephen Morris [Fri, 2 Mar 2012 11:59:21 +0000 (11:59 +0000)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] use two margins for benchmark test
Jelte Jansen [Fri, 2 Mar 2012 10:37:21 +0000 (11:37 +0100)] 
[master] use two margins for benchmark test

for the efficiency check of the timing calculation, use a tighter margin than for the actual test itself

(checked by shane)

14 years agoMerge branch 'trac1605'
Stephen Morris [Fri, 2 Mar 2012 11:05:57 +0000 (11:05 +0000)] 
Merge branch 'trac1605'

14 years ago[1605] Update test to take account of MessageRenderer changes
Stephen Morris [Fri, 2 Mar 2012 10:52:11 +0000 (10:52 +0000)] 
[1605] Update test to take account of MessageRenderer changes

14 years agoMerge branch 'master' into trac1605
Stephen Morris [Fri, 2 Mar 2012 10:05:13 +0000 (10:05 +0000)] 
Merge branch 'master' into trac1605

14 years ago[master] Merge branch 'trac1602'
Jelte Jansen [Fri, 2 Mar 2012 09:32:43 +0000 (10:32 +0100)] 
[master] Merge branch 'trac1602'

14 years ago[1602] rename split methods
Jelte Jansen [Fri, 2 Mar 2012 09:31:16 +0000 (10:31 +0100)] 
[1602] rename split methods

leftSplit() -> stripLeft()
rightSplit() -> stripRight()

14 years ago[1607] use the result of findZone() to check if qname is zone origin.
JINMEI Tatuya [Fri, 2 Mar 2012 09:22:44 +0000 (01:22 -0800)] 
[1607] use the result of findZone() to check if qname is zone origin.
This should be more efficient than expensive name comparison.
This is a small (unrelated) optimization, but hopefully it's okay.

14 years ago[1607] adjusted auth::Query to use ZoneFinder::Context::getAdditional().
JINMEI Tatuya [Fri, 2 Mar 2012 09:21:39 +0000 (01:21 -0800)] 
[1607] adjusted auth::Query to use ZoneFinder::Context::getAdditional().

14 years ago[1607] update the auqh query mock finder for the API change.
JINMEI Tatuya [Fri, 2 Mar 2012 09:20:41 +0000 (01:20 -0800)] 
[1607] update the auqh query mock finder for the API change.
also removed debug output.

14 years ago[1607] documentation update
JINMEI Tatuya [Fri, 2 Mar 2012 09:20:20 +0000 (01:20 -0800)] 
[1607] documentation update

14 years agoChangelog for #1090
Michal 'vorner' Vaner [Fri, 2 Mar 2012 09:14:44 +0000 (10:14 +0100)] 
Changelog for #1090

14 years agoMerge #1090
Michal 'vorner' Vaner [Fri, 2 Mar 2012 09:13:33 +0000 (10:13 +0100)] 
Merge #1090

14 years ago[1612] some cleanup fixes
Jelte Jansen [Fri, 2 Mar 2012 08:46:39 +0000 (09:46 +0100)] 
[1612] some cleanup fixes

mostly style issues

14 years ago[1607] supported type ANY query case.
JINMEI Tatuya [Fri, 2 Mar 2012 07:33:13 +0000 (23:33 -0800)] 
[1607] supported type ANY query case.

14 years ago[1607] make sure ignoring irrelevant cases.
JINMEI Tatuya [Fri, 2 Mar 2012 07:08:28 +0000 (23:08 -0800)] 
[1607] make sure ignoring irrelevant cases.
getAdditional() is now non virtual function and implements the common code
check.  the actual processing is delegated to a protected virtual function.

14 years ago[1607] cleanup.
JINMEI Tatuya [Fri, 2 Mar 2012 06:53:55 +0000 (22:53 -0800)] 
[1607] cleanup.

14 years ago[1607] implemented basic cases of getAdditional() and tests.
JINMEI Tatuya [Fri, 2 Mar 2012 06:48:55 +0000 (22:48 -0800)] 
[1607] implemented basic cases of getAdditional() and tests.

14 years ago[1607] cleanup: removed unnecessary header file
JINMEI Tatuya [Fri, 2 Mar 2012 06:48:31 +0000 (22:48 -0800)] 
[1607] cleanup: removed unnecessary header file

14 years ago[1607] editorial fix to an error message
JINMEI Tatuya [Fri, 2 Mar 2012 06:42:51 +0000 (22:42 -0800)] 
[1607] editorial fix to an error message

14 years ago[1607] show expected/actual RRsets values in rrset(s)Check() on failure.
JINMEI Tatuya [Fri, 2 Mar 2012 04:58:43 +0000 (20:58 -0800)] 
[1607] show expected/actual RRsets values in rrset(s)Check() on failure.
(unrelated extension to testutil)

14 years ago[1607] test setup: created a test zone file, defined a param'ed test fixture.
JINMEI Tatuya [Fri, 2 Mar 2012 00:20:57 +0000 (16:20 -0800)] 
[1607] test setup: created a test zone file, defined a param'ed test fixture.

14 years ago[master] regen man pages
Jeremy C. Reed [Thu, 1 Mar 2012 22:19:08 +0000 (16:19 -0600)] 
[master] regen man pages

14 years ago[master] remove the module name from the statistics identifiers
Jeremy C. Reed [Thu, 1 Mar 2012 22:17:06 +0000 (16:17 -0600)] 
[master] remove the module name from the statistics identifiers

This was mentioned as a comment in ticket #1721
http://bind10.isc.org/ticket/1721#no2

Also while here trivial date fix in stats manpage.

I didn't ask for review as this was trivial changes.

14 years ago[1607] (cleanup) reorganized datasrc loadable moule oraganizations and tests.
JINMEI Tatuya [Thu, 1 Mar 2012 21:57:50 +0000 (13:57 -0800)] 
[1607] (cleanup) reorganized datasrc loadable moule oraganizations and tests.
extracted the conflicting symbols into <datasrc>_link.cc so that the main
part of the data source implementations can be shared in the single test.

14 years ago[1607] added an empty implementation of Context::getAdditional().
JINMEI Tatuya [Thu, 1 Mar 2012 21:07:34 +0000 (13:07 -0800)] 
[1607] added an empty implementation of Context::getAdditional().
for now, just to make it compile.

14 years ago[1605] Minor changes as a result of (re-)review
Stephen Morris [Thu, 1 Mar 2012 18:18:35 +0000 (18:18 +0000)] 
[1605] Minor changes as a result of (re-)review

14 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Thu, 1 Mar 2012 17:35:10 +0000 (09:35 -0800)] 
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[1612] reorder message file
Jelte Jansen [Thu, 1 Mar 2012 16:43:51 +0000 (17:43 +0100)] 
[1612] reorder message file

14 years ago[1612] log when responding with SERVFAIL
Jelte Jansen [Thu, 1 Mar 2012 16:18:19 +0000 (17:18 +0100)] 
[1612] log when responding with SERVFAIL

14 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Thu, 1 Mar 2012 16:05:45 +0000 (10:05 -0600)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] typo fix
Jeremy C. Reed [Thu, 1 Mar 2012 16:05:26 +0000 (10:05 -0600)] 
[master] typo fix

14 years ago[1612] simply return servfail
Jelte Jansen [Thu, 1 Mar 2012 16:03:53 +0000 (17:03 +0100)] 
[1612] simply return servfail

rather than trying to be smart

14 years ago[1612] finish tests and update code
Jelte Jansen [Thu, 1 Mar 2012 15:55:01 +0000 (16:55 +0100)] 
[1612] finish tests and update code

catch exceptions in processMessage
tests now do full proxy implementation (proxying inmemory client)

14 years ago[1602] Address review comments
Jelte Jansen [Thu, 1 Mar 2012 10:46:46 +0000 (11:46 +0100)] 
[1602] Address review comments

- split up split() into leftSplit() and rightSplit()
- made LabelSequence a Friend class of Name
   - no need for separate offsets vector
   - no need for Name::at_p()
- fixed copyright year :)

14 years ago[master] add new intential self-comparisons to cppcheck suppression list
Jelte Jansen [Thu, 1 Mar 2012 10:34:13 +0000 (11:34 +0100)] 
[master] add new intential self-comparisons to cppcheck suppression list

14 years ago[1090] Remove old config from tests also
Michal 'vorner' Vaner [Thu, 1 Mar 2012 08:54:02 +0000 (09:54 +0100)] 
[1090] Remove old config from tests also

It did not make the tests fail, but it is still better not to have them
if they are not supported.

14 years agoguide: Make more minor grammar fixes
Mukund Sivaraman [Thu, 1 Mar 2012 07:47:01 +0000 (13:17 +0530)] 
guide: Make more minor grammar fixes

14 years ago[1612] initial test framework
Jelte Jansen [Wed, 29 Feb 2012 17:05:44 +0000 (18:05 +0100)] 
[1612] initial test framework

14 years ago[1680] remove --enable-boost-threads from configure.
haikuo zhang [Thu, 1 Mar 2012 07:39:07 +0000 (15:39 +0800)] 
[1680] remove --enable-boost-threads from configure.

14 years ago[1607] a small extension: Context now takes the finder and the original find
JINMEI Tatuya [Thu, 1 Mar 2012 04:13:55 +0000 (20:13 -0800)] 
[1607] a small extension: Context now takes the finder and the original find
options and remember them.  These will be used in the getAdditional() support.