File |
Vers |
By |
Age |
Check-in |
« .. |
× xml-string-empty.c |
1.2 |
rse |
23 years |
[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) [...]
|
× xml-uint32.c |
1.2 |
rse |
23 years |
[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) [...]
|
× xml-string.c |
1.2 |
simons |
23 years |
[4296] Added some weird characters in the xml-string example in order to test UTF-8 encoding. |
× xdr-string.c |
1.5 |
simons |
23 years |
[4290] Use sizeof() rather than strlen() to determine the length of fixed strings in the program. |
× xds-decode.c |
1.5 |
simons |
23 years |
[4290] Use sizeof() rather than strlen() to determine the length of fixed strings in the program. |
× xdr-octetstream.c |
1.3 |
simons |
23 years |
[4289] - Use sizeof() instead of strlen(). - Use a test message with a zero byte in the midst of the string. |
× xml-octetstream-empty.c |
1.2 |
simons |
23 years |
[4288] - Enhanced test cases to use the begin- and end engines. - Use sizeof() rather than strlen() to determine length of fixed strings. |
× xml-octetstream.c |
1.2 |
simons |
23 years |
[4288] - Enhanced test cases to use the begin- and end engines. - Use sizeof() rather than strlen() to determine length of fixed strings. |
× Makefile.in |
1.13 |
simons |
23 years |
[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. |
× xdr-string-empty.c |
1.4 |
simons |
23 years |
[4273] xdr_decode_string() will no longer return the length of the decoded string. Use strlen() to determine that length or use xdr_(en|de)code_octetstream() to begin with. |
× xds-encode.c |
1.5.2.3 |
simons |
23 years |
[4266] Have the callback set used_buffer_size in any case so that we can use a qualified guess at the new buffer size in case of reallocation. |
× xds-mystruct.c |
1.5.2.3 |
simons |
23 years |
[4265] Now that internal.h includes assert.h we don't need to do that anymore. |
× xds-register.c |
1.6.2.2 |
simons |
23 years |
[4265] Now that internal.h includes assert.h we don't need to do that anymore. |
× xds-setbuffer.c |
1.3.2.3 |
simons |
23 years |
[4265] Now that internal.h includes assert.h we don't need to do that anymore. |
× xds-getbuffer.c |
1.4.2.2 |
simons |
23 years |
[4262] - Rewrote callback for the new semantics. - Use memcmp() instead of strcmp() because we can't rely on trailing zero bytes. |
× xds-engine-restart.c |
1.1.2.2 |
simons |
23 years |
[4261] Rewrote callback for the new semantics. |
× xdr-octetstream-empty.c |
1.1.2.1 |
simons |
23 years |
[4257] Use memcmp() instead of strcmp() because we can't rely on trailing zero bytes. |
× xml-int32.c |
1.3 |
simons |
23 years |
[4247] Changed test case to use xml_(en|de)code_(begin|end). |
× xdr-int32.c |
1.5 |
simons |
23 years |
[4242] The test values I used were too large to fit into a signed integer. Fixed that. |
× xdr-int64.c |
1.5 |
simons |
23 years |
[4242] The test values I used were too large to fit into a signed integer. Fixed that. |
× xml-int64.c |
1.4 |
simons |
23 years |
[4242] The test values I used were too large to fit into a signed integer. Fixed that. |
× xml-uint64.c |
1.3 |
simons |
23 years |
[4240] Removed printing of long long values so that the tests don't run into portability problems. |
× xml-double.c |
1.2 |
simons |
23 years |
[4239] Don't run this test at the moment, we know it fails. |
× .run-tests |
1.12 |
simons |
23 years |
[4233] Fixed minor bug: The name of the "suite.log" file wasn't created correctly, thus all output ended up in ".log". |
× .run-tests.in |
1.2 |
simons |
23 years |
[4232] Increased performance and portability thanks to patches from RSE. |
× .cvsignore |
1.3 |
simons |
23 years |
[4231] Ignore dependent file .run-tests. |
× Makefile |
1.19 |
simons |
23 years |
[4224] People who know how to spell clearly have an advantage. |
× xdr-octedstream-empty.c |
1.2 |
simons |
23 years |
[4224] People who know how to spell clearly have an advantage. |
× xdr-octedstream.c |
1.2 |
simons |
23 years |
[4224] People who know how to spell clearly have an advantage. |
× xdr-uint32.c |
1.4 |
simons |
23 years |
[4215] Added stub for XDR routine that's called differently on FreeBSD. |
× xdr-uint64.c |
1.4 |
simons |
23 years |
[4215] Added stub for XDR routine that's called differently on FreeBSD. |
× xds-find-engine.c |
1.2 |
simons |
23 years |
[4160] Added test whether xds_find_engine() can handle an empty array. |
× core.c |
1.3 |
simons |
23 years |
[4152] Renamed core.c to xds-core.c for consistency. |
• xds-core.c |
1.1 |
simons |
23 years |
[4152] Renamed core.c to xds-core.c for consistency. |