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
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
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-09msvc: Do not use `isspace` Vicent Martí
2012-05-03buffer: Add `git_buf_vprintf`Vicent Martí
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-03-31Fix bug when join_n refers to original bufferRussell Belfer
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: Null terminate on rtrimVicent Martí
2012-02-27filter: Apply filters before writing a file to the ODBVicent Martí
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-12Fix several memory issuesRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-15Allow git_buf_joinpath to accept self-joinsRussell 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-12-01Optimized of git_buf_join.Russell 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-29Resolve remaining feedbackRussell 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-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
2011-09-19Cleanup legal dataVicent Marti