en-us Changes to file include/modules.h (from [4e40e885..]) http://viewmtn.angrygoats.net/all/revision/filechanges/4e40e88547b059faf0b471b54534e9cc2dcc99e3/include/modules.h Changes to file include/modules.h (from [4e40e885..]) http://viewmtn.angrygoats.net/all/revision/info/0bd31c0935789c0b8280f297b711d935192280f1 propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00) propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
lloyd@randombit.net Mon, 21 Apr 2008 18:53:06 GMT
http://viewmtn.angrygoats.net/all/revision/info/51f9ee5180a5cacdfff31504266e883b7bb0eb00 Add BOTAN_DLL macro in all needed spots for working DLL export. Based Add BOTAN_DLL macro in all needed spots for working DLL export. Based
on a patch from Joel Low for MSVC, modified and tested with GCC using
-fvisibility=hidden and the visibility attribute.
Getting this working completely requires making the shared object and
static lib builds completely distinct (which is also a win since it
allows avoiding -fPIC usage, etc in the static lib).
Currently too many things are being exported, though it is an improvement
as internal-only code like the bigint_* functions are hidden.
lloyd@randombit.net Mon, 21 Apr 2008 15:53:32 GMT
http://viewmtn.angrygoats.net/all/revision/info/f640991b6e433a264f5d22a08338cfc9c24c82da propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8bdb23613ce1ca3) propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8bdb23613ce1ca3)
to branch 'net.randombit.botan.remove-libstate' (head e40f0dbdfd847024c30fa0092c2acefc19a550b8)
lloyd@randombit.net Thu, 10 Apr 2008 05:52:37 GMT
http://viewmtn.angrygoats.net/all/revision/info/a901020bad3744964757ced60518c63cd7ea4129 Change the copyrights in all files in the Botan tree to directly reflect 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)
lloyd@randombit.net Thu, 10 Apr 2008 02:47:51 GMT
http://viewmtn.angrygoats.net/all/revision/info/627d12447b2bb32aa08ff5daa499ac9580a77a05 Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp lloyd@randombit.net Mon, 07 Apr 2008 01:51:28 GMT http://viewmtn.angrygoats.net/all/revision/info/d62084293a9b34c306e7d758545e34832a363ab2 In Botan, the Timer base class provides access to a high-resolution In Botan, the Timer base class provides access to a high-resolution
timer with an unspecified update rate and epoch. It is only used
inside the entropy sources to provide some timing-dependent
randomness. However, it is easier and basically 'as good' to treat the
timers as entropy sources in their own right and feed their output
directly into an entropy pool.
This commit removes Library_State::system_clock and all calls to that
function.
lloyd@randombit.net Mon, 07 Apr 2008 01:41:17 GMT
http://viewmtn.angrygoats.net/all/revision/info/b79bfa1ab46650386d6083def2211810720674c8 Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
updated dates on files that have actually changed this year. This makes
the diff across versions readable again.
lloyd@randombit.net Mon, 10 Mar 2008 04:19:43 GMT
http://viewmtn.angrygoats.net/all/revision/info/2f4fd18182d5a75c40cd831e7ee3c314be5c57d6 Mass update of the copyright date. Honestly I don't know why I bother, 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.
lloyd@randombit.net Thu, 14 Feb 2008 18:43:45 GMT
http://viewmtn.angrygoats.net/all/revision/info/b8dc07e52446be65a11c09f35420dbafc0a4772b Bump copyright year to 2007 Bump copyright year to 2007 lloyd@randombit.net Sat, 20 Jan 2007 10:54:11 GMT http://viewmtn.angrygoats.net/all/revision/info/bf53fc02ba1d94eeb095e25e71040afd949d9611 The use_engines flag was not being respected; specifically, if there The use_engines flag was not being respected; specifically, if there
were any engines built into the library, they were used no matter what.
lloyd@randombit.net Sat, 05 Aug 2006 11:31:11 GMT