summaryrefslogtreecommitdiffhomepage
path: root/src/arbits
AgeCommit message (Expand)AuthorFilesLines
2024-01-27struct slbt_archive_meta_impl: added pointer to the associated driver context.midipix1-0/+3
2024-01-26archiver internals: added slbt_archive_member_from_offset().midipix1-0/+26
2024-01-26struct slbt_archive_meta_impl: also store the number of [raw] archive entries.midipix1-0/+3
2024-01-26slbt_get_archive_meta(): record number of public archive members.midipix1-0/+20
2024-01-26struct slbt_archive_meta_impl: added internal vector to hold member offsets.midipix1-0/+19
2024-01-26struct ar_meta_member_info: added pointer to the archive member's raw header.midipix1-1/+2
2024-01-26slbt_get_archive_meta(): user-visible structure: set value of a_memberv.midipix1-0/+3
2024-01-26slbt_ar_parse_primary_armap_sysv_64(): properly handle empty string tables.midipix1-1/+1
2024-01-26slbt_ar_parse_primary_armap_sysv_32(): properly handle empty string tables.midipix1-1/+1
2024-01-26slbt_ar_parse_primary_armap_bsd_64(): more strictly validate the string table.midipix1-1/+21
2024-01-26slbt_ar_parse_primary_armap_bsd_32(): more strictly validate the string table.midipix1-1/+21
2024-01-25slbt_ar_parse_primary_armap_sysv_64(): perform strict armap validation.midipix1-0/+41
2024-01-25slbt_ar_parse_primary_armap_sysv_32(): perform strict armap validation.midipix1-0/+41
2024-01-25slbt_get_archive_meta(): properly special-case the /SYM64/ member name.midipix1-0/+22
2024-01-25slbt_get_archive_meta(): optimize stack utilization.midipix1-2/+2
2024-01-25slbt_ar_parse_primary_armap_bsd_64(): perform strict armap validation.midipix1-6/+49
2024-01-25slbt_ar_parse_primary_armap_bsd_32(): perform strict armap validation.midipix1-5/+46
2024-01-22ar mode: slbt_get_archive_ctx(): initial implementation and integration.midipix1-0/+106
2024-01-22slbt_get_archive_meta(): initial implementation.midipix1-0/+922