Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-26buffer: explicitly castEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-10buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt
2018-03-20Introduce `git_buf_decode_percent`Edward Thomson
2017-06-08buffer: return errors for `git_buf_init` and `git_buf_attach`Patrick Steinhardt
2017-06-08buffer: consistently use `ENSURE_SIZE` to grow buffers on-demandPatrick Steinhardt
2017-06-08buffer: fix `ENSURE_SIZE` macro referencing wrong variablePatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-05-26git_buf_quote/unquote: handle > \177Edward Thomson
2016-05-26git_buf_quote: quote ugly charactersEdward Thomson
2016-05-26git_buf: decode base85 inputsEdward Thomson
2016-05-26Patch parsing from patch filesEdward Thomson
2015-06-25buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto
2015-06-25buffer: don't allow growing borrowed buffersCarlos Martín Nieto
2015-02-19buffer: introduce git_buf_attach_notownedEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13git_buf_grow_by: increase buf asize incrementallyEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-01-09Fix crash in free() when git_buf_grow() fails.Jeff Hostetler
2014-11-21buffer: Do not `put` anything if len is 0Vicent Marti
2014-08-15Introduce git_buf_decode_base64Edward Thomson
2014-07-17Just put it all in buffer.joshaber
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-04-23patch: emit binary patches (optionally)Edward Thomson
2014-04-10Introduce git_buf_putcnJacques Germishuys
2014-04-01Add efficient git_buf join3 APIRussell Belfer
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2014-01-20fix corner cases and an undefined behaviorPatrick Reynolds
2014-01-08Handle git_buf's from users more liberallyEdward Thomson
2013-09-24Clean up unnecessary git_buf_printf callsRussell Belfer
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add functions to manipulate filter listsRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Start of filter API + git_blob_filtered_contentRussell Belfer
2013-07-01Add helpful buffer shorten functionRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-10-25buf: introduce git_buf_splice()nulltoken
2012-10-14Fix buffer overrun in git_buf_put_base64Philip Kelley
2012-10-11Add git_buf_put_base64 to buffer APIRussell Belfer
2012-08-24Fix valgrind issues and leaksRussell Belfer
2012-07-24Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah
2012-07-11Fix missing NUL termination of bufferRussell Belfer
2012-07-11Add a couple of useful git_buf utilitiesRussell Belfer
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-05-18No point in keeping commented out fnRussell Belfer