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

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: Remove severa global configuration variables related to entropy gathering,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove severa global configuration variables related to entropy gathering,
instead passing those values as arguments.
Date: Thu, 10 Apr 2008 05:50:57 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
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
296 days ago: Fix compilation with GCC 3.2 - it doesn't like the :: namespace specification
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Fix compilation with GCC 3.2 - it doesn't like the :: namespace specification
for struct stat
Date: Tue, 12 Feb 2008 14:34:59 GMT
346 days ago: Qualify (some) calls to functions in the global namespace using an
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Qualify (some) calls to functions in the global namespace using an
explicit :: (it is unfortunate that there is no good way to detect all
of such calls in an automated manner). Also use new-style casts in parts
of the zlib code.
Date: Mon, 24 Dec 2007 20:54:30 GMT
412 days ago: Don't hard code any directories to search for programs into es_unix.
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Don't hard code any directories to search for programs into es_unix.
All are now specified through the config. The new default is just /bin,
/sbin, /usr/bin, and /usr/sbin. Formerly /usr/ucb, /usr/etc, and /etc were
also searched. If you want this behavior again you have to explicitly set
the rng/unix_path configuration setting.
Date: Fri, 19 Oct 2007 13:41:10 GMT
412 days ago: Add stats of '/', '/tmp', '.', and '..' to the es_unix fast poll.
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Add stats of '/', '/tmp', '.', and '..' to the es_unix fast poll.
Use u32bit instead of uint32_t
Date: Fri, 19 Oct 2007 13:34:14 GMT
412 days ago: New implementation of fast polling in es_unix. Instead of executing
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: New implementation of fast polling in es_unix. Instead of executing
programs, the fast poll will just call a handful of simple Unix/POSIX
functions like getpid, getuid, getrusage, etc. Identifying further useful
sources would probably be helpful.
Date: Fri, 19 Oct 2007 13:18:40 GMT