summaryrefslogtreecommitdiff
path: root/ewah/ewah_io.c
Commit message (Expand)AuthorAgeFilesLines
* ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-221-4/+2
* convert ewah/bitmap code to use xmallocJeff King2016-02-221-8/+2
* ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-121-0/+13
* ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2014-04-291-2/+2
* ewah: unconditionally ntohll ewah dataJeff King2014-02-121-7/+3
* ewah: support platforms that require aligned readsVicent Marti2014-01-231-9/+24
* ewah: compressed bitmap implementationVicent Marti2013-12-301-0/+193