summaryrefslogtreecommitdiff
path: root/ewah/ewah_io.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-18ewah: drop ewah_serialize_native functionLibravatar Jeff King1-26/+0
2018-06-18ewah: drop ewah_deserialize functionLibravatar Jeff King1-55/+0
2018-06-18ewah_io: delete unused 'ewah_serialize()'Libravatar Derrick Stolee1-10/+0
2018-06-18ewah_read_mmap: bounds-check mmap readsLibravatar Jeff King1-4/+21
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger1-2/+1
2017-03-12Merge branch 'jk/ewah-use-right-type-in-sizeof'Libravatar Junio C Hamano1-2/+2
2017-03-06ewah: fix eword_t/uint64_t confusionLibravatar Jeff King1-2/+2
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