OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.4 | Check-in
[634]:
First cut of the ruthless style adjustments to OSSP XDS:
o adjust source tree to follow OSSP source tree style by heavily combining sources into smaller sets (needs more work when still missing parts are added later) o automatic re-indentation of sources with GNU indent (still needs manual review and adjustments; will follow) These two heavy steps were mostly done automatically with the help of two helper scripts written in Perl. So expect more manual adjustments to follow... By rse. | |
1.3 | Check-in [4292]: Fixed base64_(en|de)code()'s problem with buffer's of input size zero. By simons. (diff) | |
1.2 | Check-in [4291]: base64_decode() did not honor the srclen parameter properly but depended on the src buffer to be terminated by a null byte. This is fixed now. By simons. (diff) | |
1.1 | Check-in [4280]: Implemented XML engines for octet streams. The base64-encoding code still needs some work, though: The test with an empty string currently fails. Also we had to do some weird work-arounds in the decoding routine because base64_decode does not honor srclen. By simons. |