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
2015-06-25buffer: don't allow growing borrowed buffersCarlos Martín Nieto
2015-02-19buffer: introduce git_buf_attach_notownedEdward Thomson
2015-02-13git_buf_grow_by: increase buf asize incrementallyEdward Thomson
2014-08-15Introduce git_buf_decode_base64Edward Thomson
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-08Handle git_buf's from users more liberallyEdward Thomson
2013-12-09Clean up warningsEdward Thomson
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-07-01Add helpful buffer shorten functionRussell Belfer
2013-03-07Add const to some buffer functionsRussell Belfer
2013-01-30Add helper for diff line statsRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-10-25buf: introduce git_buf_splice()nulltoken
2012-10-11Separated git_strarray from common.h. Added doxy comments.Paul Thompson
2012-10-11Add git_buf_put_base64 to buffer APIRussell Belfer
2012-07-24Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah
2012-07-11Add a couple of useful git_buf utilitiesRussell Belfer
2012-05-18Other optimization and warning fixesRussell Belfer
2012-05-18Optimize away git_text_gather_stats in diffRussell Belfer
2012-05-16Document git_buf_common_prefixRussell Belfer
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-06compat: Add `stdarg.h` includeVicent Martí
2012-05-03buffer: Add `git_buf_vprintf`Vicent Martí
2012-04-29buf: add git_buf_len() accessor to expose the current length of the buffer co...nulltoken
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-07error-handling: RepositoryVicent Martí
2012-03-03Add filter tests and fix some bugsRussell Belfer
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-13Update Copyright headerschu
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-14buffer: inline `git_buf_cstr`Vicent Marti
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-30Make initial value of git_buf ptr always be a valid empty string.Russell Belfer
2011-11-30Make git_buf functions always maintain a valid cstr.Russell Belfer
2011-11-28Add two string git_buf_join and tweak input error checking.Russell Belfer
2011-11-28Extend git_buf with new utility functions and unit tests.Russell Belfer
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-09-09buffer: add git_buf_consumeCarlos Martín Nieto
2011-09-09buffer: add git_buf_clearCarlos Martín Nieto
2011-07-09odb: Direct writes are backVicent Marti