summaryrefslogtreecommitdiff
path: root/ewah/ewah_io.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22ewah: convert to REALLOC_ARRAY, etcLibravatar Jeff King1-4/+2
2016-02-22convert ewah/bitmap code to use xmallocLibravatar Jeff King1-8/+2
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Libravatar Nguyễn Thái Ngọc Duy1-0/+13
2014-04-29ewah: fix constness of ewah_read_mmapLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2014-02-12ewah: unconditionally ntohll ewah dataLibravatar Jeff King1-7/+3
2014-01-23ewah: support platforms that require aligned readsLibravatar Vicent Marti1-9/+24
2013-12-30ewah: compressed bitmap implementationLibravatar Vicent Marti1-0/+193