summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* buffer: clarify how `git_buf_sanitize` handles non-NULL inputPatrick Steinhardt2017-02-131-1/+2
* git_buf_quote: quote ugly charactersEdward Thomson2016-05-261-1/+2
* git_buf: decode base85 inputsEdward Thomson2016-05-261-0/+2
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+5
* buffer: don't allow growing borrowed buffersCarlos Martín Nieto2015-06-241-1/+1
* buffer: introduce git_buf_attach_notownedEdward Thomson2015-02-191-0/+6
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-0/+12
* Introduce git_buf_decode_base64Edward Thomson2014-08-151-2/+4
* patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+3
* Introduce git_buf_putcnJacques Germishuys2014-04-101-0/+1
* Add efficient git_buf join3 APIRussell Belfer2014-04-011-0/+4
* Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-2/+0
* Handle git_buf's from users more liberallyEdward Thomson2014-01-081-0/+9
* Clean up warningsEdward Thomson2013-12-091-1/+2
* Merge git_buf and git_bufferRussell Belfer2013-09-171-48/+17
* Extend public filter api with filter listsRussell Belfer2013-09-171-0/+5
* Create public filter object and use itRussell Belfer2013-09-171-0/+22
* Add helpful buffer shorten functionRussell Belfer2013-07-011-0/+1
* Add const to some buffer functionsRussell Belfer2013-03-061-6/+5
* Add helper for diff line statsRussell Belfer2013-01-301-0/+7
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-36/+20
* buf: introduce git_buf_splice()nulltoken2012-10-251-0/+25
* Separated git_strarray from common.h. Added doxy comments.Paul Thompson2012-10-111-0/+1
* Add git_buf_put_base64 to buffer APIRussell Belfer2012-10-101-0/+3
* Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-0/+3
* Add a couple of useful git_buf utilitiesRussell Belfer2012-07-101-0/+19
* Other optimization and warning fixesRussell Belfer2012-05-171-3/+7
* Optimize away git_text_gather_stats in diffRussell Belfer2012-05-171-0/+3
* Document git_buf_common_prefixRussell Belfer2012-05-151-0/+1
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-0/+2
* compat: Add `stdarg.h` includeVicent Martí2012-05-051-0/+1
* buffer: Add `git_buf_vprintf`Vicent Martí2012-05-031-0/+1
* 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