Revisions 0 to 10 in in which 'src/config.cpp' was changed are listed below. These revisions are ancestors of the revision [48b49b84..]. The "diff" links listed with each revision will show changes in 'src/config.cpp' between that revision and [48b49b84..].

237 days ago: Remove Config::option_as_u32bit - the only advantage it had over calling
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove Config::option_as_u32bit - the only advantage it had over calling
to_u32but on the return value from Config::option was that it passed
it through parse_expr, which did some simple evaluation tricks so you
could say 64*1024. That does not seem worth the cost in code, especially
because most of the values so controlled are probably never changed.
By making them compile time constants, additional optimizations are
possible in the source as well as by the compiler.
Remove the pkcs8_tries config option. Hardcode that value to 3 instead.
I want to rewrite that code in the relatively near future and all that will
(hopefully) go away.
Date: Sat, 12 Apr 2008 03:08:18 GMT
239 days ago: Remove unused Config::option_as_list
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove unused Config::option_as_list
Date: Thu, 10 Apr 2008 06:49:51 GMT
239 days ago: Remove the unused function Config::option_as_bool
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the unused function Config::option_as_bool
Date: Thu, 10 Apr 2008 05:01:18 GMT
239 days ago: Change the copyrights in all files in the Botan tree to directly reflect
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Date: Thu, 10 Apr 2008 02:47:51 GMT
246 days ago: Remove the Named_Mutex_Holder and associated code. Convert all uses to
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the Named_Mutex_Holder and associated code. Convert all uses to
instead allocate a reference to a mutex locally and use the more typical
Mutex_Holder RAII object.
Named_Mutex_Holder (and in particular the string->mutex mappings contained
in the global state) have been found to be pretty expensive in at least
some situations (see post by Jack Cummings to monotone-devel 2008-03-12),
and doesn't really buy us that much in terms of ease of use. Also, it
relies on the global state object, which has shown itself to be a rich
source of race conditions and locking bugs. The intent is to incrementally
remove all of the shared / global state and require applications to maintain
that state where necessary.
Date: Wed, 02 Apr 2008 18:52:13 GMT
270 days ago: Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
updated dates on files that have actually changed this year. This makes
the diff across versions readable again.
Date: Mon, 10 Mar 2008 04:19:43 GMT
294 days ago: Mass update of the copyright date. Honestly I don't know why I bother,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Mass update of the copyright date. Honestly I don't know why I bother,
but might as well keep it up to date. And it's easier to do it once with
a 'perl -pi' command than to update each file over time.
Apologies to anyone looking at diffs.
Date: Thu, 14 Feb 2008 18:43:45 GMT
684 days ago: Bump copyright year to 2007
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Bump copyright year to 2007
Date: Sat, 20 Jan 2007 10:54:11 GMT
721 days ago: Add a new set_option member function to Config
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Add a new set_option member function to Config
Date: Thu, 14 Dec 2006 11:10:55 GMT
873 days ago: Remove a declaration for add_alias, which was removed at some point
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove a declaration for add_alias, which was removed at some point
without the decl also being removed.
Add an add_alias function to the Config class, just a simple wrapper
around Config::set
Change policy.cpp to use add_alias instead of set when setting an alias
Date: Sun, 16 Jul 2006 08:26:37 GMT