summaryrefslogtreecommitdiff
path: root/ewah/ewah_io.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2018-06-18ewah: drop ewah_serialize_native functionJeff King1-26/+0
2018-06-18ewah: drop ewah_deserialize functionJeff King1-55/+0
2018-06-18ewah_io: delete unused 'ewah_serialize()'Derrick Stolee1-10/+0
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King1-4/+21
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+1
2017-03-12Merge branch 'jk/ewah-use-right-type-in-sizeof'Junio C Hamano1-2/+2
2017-03-06ewah: fix eword_t/uint64_t confusionJeff King1-2/+2
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King1-4/+2
2016-02-22convert ewah/bitmap code to use xmallocJeff King1-8/+2
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy1-0/+13
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy1-2/+2
2014-02-12ewah: unconditionally ntohll ewah dataJeff King1-7/+3
2014-01-23ewah: support platforms that require aligned readsVicent Marti1-9/+24
2013-12-30ewah: compressed bitmap implementationVicent Marti1-0/+193