summaryrefslogtreecommitdiff
path: root/ewah/ewah_io.c
Commit message (Expand)AuthorAgeFilesLines
* ewah: drop ewah_serialize_native functionJeff King2018-06-181-26/+0
* ewah: drop ewah_deserialize functionJeff King2018-06-181-55/+0
* ewah_io: delete unused 'ewah_serialize()'Derrick Stolee2018-06-181-10/+0
* ewah_read_mmap: bounds-check mmap readsJeff King2018-06-181-4/+21
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* Merge branch 'jk/ewah-use-right-type-in-sizeof'Junio C Hamano2017-03-121-2/+2
|\
| * ewah: fix eword_t/uint64_t confusionjk/ewah-use-right-type-in-sizeofJeff King2017-03-061-2/+2
* | 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