summaryrefslogtreecommitdiff
path: root/tests/buf
Commit message (Collapse)AuthorAgeFilesLines
* git_buf_quote/unquote: handle > \177Edward Thomson2016-05-261-0/+5
| | | | | | Parse values up to and including `\377` (`0xff`) when unquoting. Print octal values as an unsigned char when quoting, lest `printf` think we're talking about negatives.
* git_buf_quote: quote ugly charactersEdward Thomson2016-05-261-26/+52
|
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+57
|
* buf test: cleanup memory leakEdward Thomson2015-02-131-0/+2
|
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-122-0/+30
| | | | | Introduce `git_buf_grow_by` to incrementally increase the size of a `git_buf`, performing an overflow calculation on the growth.
* Fix crash in free() when git_buf_grow() fails.Jeff Hostetler2015-01-091-0/+31
|
* Rename tests-clar to testsBen Straub2013-11-142-0/+122