en-us Changes to file include/util.h (from [4e40e885..]) http://viewmtn.angrygoats.net/all/revision/filechanges/4e40e88547b059faf0b471b54534e9cc2dcc99e3/include/util.h Changes to file include/util.h (from [4e40e885..]) http://viewmtn.angrygoats.net/all/revision/info/864ee819618e28eae2e38f38565ca84c91e61241 merge of '0bd31c0935789c0b8280f297b711d935192280f1' merge of '0bd31c0935789c0b8280f297b711d935192280f1'
and '6f5dcbc7a639a21e1e41ad092a36933f87f81b91'
lloyd@randombit.net Thu, 24 Apr 2008 22:26:41 GMT
http://viewmtn.angrygoats.net/all/revision/info/cbf9e103714f3b7de510d30b2073741faa5a6c1e 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 23:39:57 GMT
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/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/1103f3bedd825350c26a290405abe63a23c23b0f Move combine_timers from a free-standing function in util.h to a private Move combine_timers from a free-standing function in util.h to a private
static function of the Timer base class - since that is the only code which
actually needs to access it.
lloyd@randombit.net Mon, 07 Apr 2008 00:48:39 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