summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-22/+74
* Optimized of git_buf_join.Russell Belfer2011-11-301-49/+15
* Make initial value of git_buf ptr always be a valid empty string.Russell Belfer2011-11-291-34/+56
* Make git_buf functions always maintain a valid cstr.Russell Belfer2011-11-291-14/+32
* Resolve remaining feedbackRussell Belfer2011-11-281-15/+13
* Add two string git_buf_join and tweak input error checking.Russell Belfer2011-11-281-8/+68
* Extend git_buf with new utility functions and unit tests.Russell Belfer2011-11-271-8/+136
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-0/+12
|\
| * buffer: add git_buf_consumeCarlos Martín Nieto2011-09-091-0/+7
| * buffer: add git_buf_clearCarlos Martín Nieto2011-09-091-0/+5
* | Cleanup legal dataVicent Marti2011-09-191-0/+6
|/
* odb: Direct writes are backVicent Marti2011-07-091-0/+95