summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* buf: add git_buf_len() accessor to expose the current length of the buffer co...nulltoken2012-04-291-1/+6
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-8/+8
* Continue error conversionRussell Belfer2012-03-141-2/+2
* error-handling: RepositoryVicent Martí2012-03-071-8/+3
* Add filter tests and fix some bugsRussell Belfer2012-03-021-0/+2
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-3/+6
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+1
* Update Copyright headerschu2012-02-131-1/+1
* Initial implementation of gitignore supportRussell Belfer2012-01-111-1/+8
* buffer: inline `git_buf_cstr`Vicent Marti2011-12-141-2/+7
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-13/+66
* Make initial value of git_buf ptr always be a valid empty string.Russell Belfer2011-11-291-1/+4
* Make git_buf functions always maintain a valid cstr.Russell Belfer2011-11-291-0/+1
* Add two string git_buf_join and tweak input error checking.Russell Belfer2011-11-281-1/+2
* Extend git_buf with new utility functions and unit tests.Russell Belfer2011-11-271-2/+17
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-0/+2
|\
| * buffer: add git_buf_consumeCarlos Martín Nieto2011-09-091-0/+1
| * buffer: add git_buf_clearCarlos Martín Nieto2011-09-091-0/+1
* | Cleanup legal dataVicent Marti2011-09-191-0/+6
|/
* odb: Direct writes are backVicent Marti2011-07-091-0/+24