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-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-13allocations: test for overflow of requested sizeEdward Thomson
2015-01-21Treat a NULL string as if it's emptyJacques Germishuys
2014-12-05Spelling fixesWill Stamper
2014-10-27Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto
2014-09-25Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys
2014-06-30Round up pool alloc sizes for alignmentRussell Belfer
2014-05-20Fix compiler warning (git_off_t cast to size_t).Albert Meltzer
2013-12-13pool: Correct overflow checksVicent Marti
2013-12-13pool: Cleanup error handling in pool_strdupVicent Marti
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-05-30allow (ignore) bare slash in gitignoreEdward Thomson
2013-03-15pool: Internal struct nameVicent Marti
2013-03-15Added pool freelist struct for readabilityRussell Belfer
2013-03-15Improved tree iterator internalsRussell Belfer
2012-07-19Fix bug with merging diffs with null optionsRussell Belfer
2012-06-14Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young
2012-06-08random page size for os4Chris Young
2012-04-27Fix Win32 warningsRussell Belfer
2012-04-25Convert revwalk to use git_poolRussell Belfer
2012-04-25Convert attrs and diffs to use string poolsRussell Belfer
2012-04-25Implement git_pool paged memory allocatorRussell Belfer