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
2016-05-26delta: move delta application to delta.cEdward Thomson
2016-05-09Merge pull request #3767 from pks-t/pks/misc-fixesEdward Thomson
2016-05-02delta-apply: fix sign extensionPatrick Steinhardt
2016-05-02odb: avoid inflating the full delta to read the headerCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2013-01-09update copyrightsEdward Thomson
2012-12-01delta-apply: add git__delta_read_headerDavid Michael Barr
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-03Remove old and unused error codesVicent Martí
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-02-13Update Copyright headerschu
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-05-23delta-apply.c: Move to new error handling mechanismJakob Pfender
2011-05-23delta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR when allocatingJakob Pfender
2010-12-07Change the library include fileVicent Marti
2010-09-19Give object structures more descriptive namesVicent Marti
2010-01-20msvc: Fix some -W4 warningsRamsay Jones
2009-03-18Fix some (digital-mars) compiler warningsRamsay Jones
2009-01-28Fix a sparse "symbol not declared" warningRamsay Jones
2009-01-03Add the binary delta apply algorithm for pack style deltasShawn O. Pearce