summaryrefslogtreecommitdiffstats
path: root/buffer.c
AgeCommit message (Expand)Author
2022-01-27Update source file copyright lines based on commit history.Kevin McCarthy
2020-11-30Add mutt_buffer_rewind() function.Kevin McCarthy
2020-11-29Fix undefined NULL pointer arithmetic.Kevin McCarthy
2020-05-25Fix buffer pool buffer truncation with my_hdr and score commands.Kevin McCarthy
2020-03-31Remove buffer->destroy.Kevin McCarthy
2019-09-19Convert mutt_complete() to use the buffer pool.Kevin McCarthy
2019-03-13Add mutt_buffer_strcpy_n().Kevin McCarthy
2019-02-12Add mutt_buffer_len() helper.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-03Add mutt_buffer_addstr_n().Kevin McCarthy
2018-10-31Always print mutt_buffer_pool_free() size debug output.Kevin McCarthy
2018-10-16Ensure a resized empty buffer is null-terminated.Kevin McCarthy
2018-10-15Add rfc1524 buffer function interfaces for attach.c conversion.Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-10-06Add buffer pool functions.Kevin McCarthy
2018-10-06Rearrange and clean up buffer functions.Kevin McCarthy
2018-10-06Break buffer functions into separate source file.Kevin McCarthy