| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-03 | buffer: add buffer_insert to insert data at an arbitrary position | Marc André Tanner | 1 | -10/+19 | |
| Use it to implement buffer_{pre,ap}pend. | |||||
| 2015-10-05 | buffer: add functions to prepend data to an existing buffer | Marc André Tanner | 1 | -0/+13 | |
| 2015-09-15 | buffer: add buffer_put0 to store a NUL terminated string | Marc André Tanner | 1 | -1/+5 | |
| 2015-09-15 | buffer: add buffer_append0 to append NUL terminated strings | Marc André Tanner | 1 | -0/+6 | |
| 2015-05-16 | Cleanup general purpose buffer API | Marc André Tanner | 1 | -7/+9 | |
| Introduce buffer_init to initialize a stack allocated buffer. Rename buffer_{alloc,free} functions because they do something different than the usual convention. They operate on the underlying buffer data but do not allocate/free an actual Buffer struct. | |||||
| 2015-03-31 | Check return value of realloc | Marc André Tanner | 1 | -5/+3 | |
| 2015-01-02 | Constify buffer API | Marc André Tanner | 1 | -2/+2 | |
| 2014-12-18 | Macro support | Marc André Tanner | 1 | -0/+54 | |
| At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key. | |||||
