summaryrefslogtreecommitdiff
path: root/ewah
AgeCommit message (Expand)AuthorFilesLines
2018-06-18ewah_read_mmap: bounds-check mmap readsLibravatar Jeff King2-5/+22
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger6-12/+6
2017-07-10use DIV_ROUND_UPLibravatar René Scharfe1-2/+2
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 King3-19/+8
2016-02-22convert ewah/bitmap code to use xmallocLibravatar Jeff King4-30/+11
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Libravatar Junio C Hamano3-24/+24
2015-06-03ewah: use less generic macro nameLibravatar Jeff King3-18/+18
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionLibravatar Eric Sunshine1-8/+8
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Libravatar Nguyễn Thái Ngọc Duy2-0/+15
2015-02-18Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-1/+2
2015-02-04ewah: fix building with gcc < 3.4.0Libravatar Tom G. Christensen1-1/+2
2014-04-29ewah: delete unused ewah_read_mmap_native declarationLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapLibravatar Nguyễn Thái Ngọc Duy2-3/+3
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeLibravatar Kyle J. McKay1-1/+1
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 Marti6-0/+1590