Changes 0 to 10 on this branch are displayed below, sorted in descending chronological order.

1 day ago: Print the class tag type(s) on constructed forms
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Print the class tag type(s) on constructed forms
Date: Thu, 08 May 2008 15:19:05 GMT
1 day ago: The BER decoder assumed that all constructed types would be tagged as
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The BER decoder assumed that all constructed types would be tagged as
universal: this prevented it from decoding application, context-specific,
or private-class constructions.
Add a new parameter to BER_Decoder::start_cons which specifies the expected
class type (default universal). The decoder still verifies that the
constructed bit is set in the class tag. This provides parity with the
interface to the DER encoder.
Problem was found and reported by Falko Strenzke
Date: Thu, 08 May 2008 15:16:22 GMT
4 days ago: The log notes for 1.6.4 got lost when the logs were consolidated to a single file
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The log notes for 1.6.4 got lost when the logs were consolidated to a single file
Date: Mon, 05 May 2008 17:58:13 GMT
4 days ago: Update notes and readme for 1.7.6 release
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update notes and readme for 1.7.6 release
Date: Mon, 05 May 2008 13:09:36 GMT
4 days ago: Update to not use Global_RNG
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update to not use Global_RNG
Date: Mon, 05 May 2008 13:04:23 GMT
5 days ago: Remove unused headers
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Remove unused headers
Date: Sun, 04 May 2008 16:52:43 GMT
7 days ago: Remove Config::option_as_time, instead call timespec_to_u32bit in
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Remove Config::option_as_time, instead call timespec_to_u32bit in
each caller.
Date: Fri, 02 May 2008 05:37:28 GMT
8 days ago: Add a new function timespec_to_u32bit that handles a very simplistic
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Add a new function timespec_to_u32bit that handles a very simplistic
time format and converts it to a duration in seconds represented as a
u32bit. This is from Config::option_as_time, which is now implemented
simply as: return timespec_to_u32bit(option(key))
Date: Thu, 01 May 2008 15:09:08 GMT
9 days ago: The ability to load ini-style files was removed almost 6 months
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The ability to load ini-style files was removed almost 6 months
ago, but the Config class still contained the declaration for
load_inifile() - remove it.
Date: Wed, 30 Apr 2008 13:14:48 GMT
10 days ago: Remove unused include of <vector>
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Remove unused include of <vector>
Date: Tue, 29 Apr 2008 20:10:25 GMT
earlier changes recent changes (no later changes)