Revisions 0 to 10 in in which 'include/timers.h' was changed are listed below. These revisions are ancestors of the revision [4e40e885..]. The "diff" links listed with each revision will show changes in 'include/timers.h' between that revision and [4e40e885..].

224 days ago: merge of '0bd31c0935789c0b8280f297b711d935192280f1'
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: merge of '0bd31c0935789c0b8280f297b711d935192280f1'
and '6f5dcbc7a639a21e1e41ad092a36933f87f81b91'
Date: Thu, 24 Apr 2008 22:26:41 GMT
227 days ago: Add BOTAN_DLL to Timer class declaration
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Add BOTAN_DLL to Timer class declaration
Date: Mon, 21 Apr 2008 23:40:26 GMT
227 days ago: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
Date: Mon, 21 Apr 2008 23:39:57 GMT
227 days ago: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
Date: Mon, 21 Apr 2008 18:53:06 GMT
227 days ago: Add BOTAN_DLL macro in all needed spots for working DLL export. Based
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 21 Apr 2008 15:53:32 GMT
239 days ago: propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8bdb23613ce1ca3)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8bdb23613ce1ca3)
to branch 'net.randombit.botan.remove-libstate' (head e40f0dbdfd847024c30fa0092c2acefc19a550b8)
Date: Thu, 10 Apr 2008 05:52:37 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
242 days ago: In Botan, the Timer base class provides access to a high-resolution
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 07 Apr 2008 01:41:17 GMT
242 days ago: Timer::combine_timers should be protected, not private, since subclasses need
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Timer::combine_timers should be protected, not private, since subclasses need
to access it.
Date: Mon, 07 Apr 2008 00:50:18 GMT
242 days ago: Move combine_timers from a free-standing function in util.h to a private
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 07 Apr 2008 00:48:39 GMT