summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Also reset ebuf for consistency.Christos Zoulas2023-04-021-2/+5
* Avoid 0 size mallocChristos Zoulas2023-04-021-2/+4
* Revert previousChristos Zoulas2022-09-241-7/+1
* mdd build glue, bump versionChristos Zoulas2022-09-241-1/+7
* PR/140: Avoid aborting on corrupt magic files.Christos Zoulas2020-02-161-3/+3
* Set buffer to NULL to prevent double free (Kamil Dudka at redhat)Christos Zoulas2019-06-101-1/+2
* From: Denys VlasenkoChristos Zoulas2019-05-071-3/+6
* use c++ casts everywhere.Christos Zoulas2019-02-201-5/+5
* cache stat informationChristos Zoulas2018-02-211-6/+8
* Add the end-of-file offset as a field.Christos Zoulas2017-11-031-2/+4
* more support for negative buffers.Christos Zoulas2017-11-031-15/+31
* - Encapsulate the buffer, size and file descriptor in a struct buffer.Christos Zoulas2017-11-021-0/+64