Changes 40 to 50 on this branch are displayed below, sorted in descending chronological order.

43 days ago: Update build instructions
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update build instructions
Date: Mon, 24 Nov 2008 19:07:32 GMT
43 days ago: In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0)
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0)
because that totally breaks with static libs. OTOH, not using the version
number totally breaks if more than one version is installed.
Kind of a tradeoff...
Date: Mon, 24 Nov 2008 19:06:35 GMT
43 days ago: Update readme and info files to reflect that 1.8.0 will be a (theoretically)
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update readme and info files to reflect that 1.8.0 will be a (theoretically)
stable release.
Date: Mon, 24 Nov 2008 18:48:37 GMT
43 days ago: Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'll
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'll
decide later on if changes warrant another release candiate or not. If
not, 1.7.24 will be remarked as 1.8.0 prior to release.
Date: Mon, 24 Nov 2008 18:42:21 GMT
43 days ago: Make X509_Store::CRL_Info public for IBM XLC 0.9 for Cell
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Make X509_Store::CRL_Info public for IBM XLC 0.9 for Cell
Date: Mon, 24 Nov 2008 18:35:37 GMT
43 days ago: Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an
anonymous namespace (in particular this should prevent Doxygen for
generating documentation about the v4si union declared there).
Date: Mon, 24 Nov 2008 18:33:58 GMT
43 days ago: In es_ftw, remove check for if the return value of read() is larger
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: In es_ftw, remove check for if the return value of read() is larger
than the value we gave it. This is pretty unlikely... also caused an
annoying warning with some versions of GCC b/c it couldn't figure out
the signed/unsigned comparison was safe in this case.
Date: Mon, 24 Nov 2008 17:00:00 GMT
43 days ago: If configure.pl guesses the CPU using /proc/cpuinfo or uname, it reminds
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: If configure.pl guesses the CPU using /proc/cpuinfo or uname, it reminds
the user that it can override via --cpu, however if it was guessed using
Config{'archname'} the user was not so reminded. This is actually the worst
possible case since Perl's Config setting is probably the least reliable
method (which is why it is only used if /proc/cpuinfo and uname are not
around).
Date: Mon, 24 Nov 2008 16:07:52 GMT
44 days ago: Update for 1.7.23 release 2008-11-23
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update for 1.7.23 release 2008-11-23
Date: Sun, 23 Nov 2008 22:16:19 GMT
44 days ago: Modify es_ftw to use xor_into_buf
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Modify es_ftw to use xor_into_buf
Date: Sun, 23 Nov 2008 21:43:28 GMT
earlier changes recent changes later changes