Commits

[570 total ]
Avatar
Another fix to base64 decoding (wrt handling of padding), added a new unit test.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-06 06:54 (7 days ago)

Avatar
Minor fix to error handling.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-05 06:33 (8 days ago)

Avatar
Fixed a bug in base64 decoding: now native base64 decoding passes all unit tests. Still need to add support for wrapped/dom-backed readers, as well as for attribute value access.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-05 05:49 (8 days ago)

Avatar
More fixes: turns out that part of base64 test itself had problems (wasn't allocating enough room for encoded data, for tiny segments).

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-03 06:44 (10 days ago)

Avatar
Fixing a bug in base64 decoder (was clearing too much state with non-first init). Still need to deal with padding over buffer boundary; and there seems to be a bug in encoder as well.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-03 06:23 (10 days ago)

Avatar
Fixes to base64 decoding.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-01 06:17 (12 days ago)

Avatar
Fixes to base64 decoder; should now work, but doesn't quite. :)

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-10-01 05:50 (12 days ago)

Avatar
Removed limit of min 3 bytes from byte accessor of Typed Access API

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-09-29 15:33 (13 days ago)

Avatar
First partial version of base64 decoder, matching unit tests. Doesn't yet work completely, but getting close.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-09-27 06:56 (16 days ago)

Avatar
Preliminary work with base64.

by Tatu Saloranta (Using name ‘cowtowncoder’) on 2008-09-24 05:46 (19 days ago)