summaryrefslogtreecommitdiffstats
path: root/buffer.c
AgeCommit message (Expand)Author
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