]> git.proxmox.com Git - libgit2.git/history - src/delta.c
New upstream version 0.27.4+dfsg.1
[libgit2.git] / src / delta.c
2018-08-11 Ximin LuoNew upstream version 0.27.4+dfsg.1
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-04-24 Russell SimImported Upstream version 0.25.1
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-01-21 Edward ThomsonMerge pull request #4053 from chescock/extend-packfile...
2017-01-21 Edward ThomsonMerge branch 'pr/3912'
2017-01-21 Edward ThomsonMerge pull request #4078 from pks-t/pks/example-cleanup
2017-01-21 Edward ThomsonMerge pull request #3892 from mitesch/shared_buffer
2017-01-21 Edward ThomsonMerge branch 'master' into pr/3938
2017-01-21 Edward ThomsonMerge branch 'pr/4060'
2017-01-14 Edward ThomsonMerge pull request #4054 from jfultz/jfultz/fix_GIT_CHE...
2017-01-14 Carlos Martín NietoMerge pull request #4061 from libgit2/ethomson/merge_opts
2017-01-13 Carlos Martín NietoMerge pull request #4049 from libgit2/ethomson/error_msgs
2016-12-29 Edward Thomsongiterr_set: consistent error messages
2016-10-09 Edward ThomsonMerge branch 'pr/3809'
2016-07-24 Edward ThomsonMerge pull request #3815 from pks-t/pks/coverity-model
2016-07-01 Edward ThomsonMerge pull request #3836 from joshtriplett/cleanup...
2016-07-01 Edward ThomsonMerge pull request #3711 from joshtriplett/git_reposito...
2016-06-26 Edward ThomsonMerge pull request #3223 from ethomson/apply
2016-05-26 Edward Thomsondelta: refactor git_delta functions for consistency
2016-05-26 Edward Thomsondelta: move delta application to delta.c
2015-03-03 Edward ThomsonMerge pull request #2913 from ethomson/stash_fixup
2015-03-03 Carlos Martín NietoMerge pull request #2885 from JIghtuse/master
2015-02-20 Carlos Martín NietoMerge pull request #2907 from jasonhaslam/git_packfile_...
2015-02-19 Carlos Martín NietoMerge pull request #2820 from leoyanggit/mac_build
2015-02-15 Carlos Martín NietoMerge pull request #2831 from ethomson/merge_lock
2015-02-15 Carlos Martín NietoMerge pull request #2895 from ethomson/alloc_overflow
2015-02-13 Edward ThomsonMake our overflow check look more like gcc/clang's
2015-02-13 Edward Thomsonoverflow checking: don't make callers set oom
2015-02-13 Edward Thomsonallocations: test for overflow of requested size
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2013-12-18 Vicent MartiMerge pull request #1920 from libgit2/cmn/ref-with-log
2013-12-11 Russell BelferMerge pull request #1985 from libgit2/diff-rename-config
2013-12-08 Edward ThomsonMerge pull request #1994 from palistov/commit-cleanup
2013-12-08 Vicent MartiMerge pull request #1993 from jaredlwong/development
2013-12-08 Jared WongFixed left shift size of int.
2013-08-09 Russell BelferMerge pull request #1462 from yorah/fix/libgit2sharp...
2013-06-24 Vicent MartiMerge branch 'development'
2013-05-31 Vicent MartíMerge pull request #1559 from carlosmn/ref-shorthand
2013-05-27 Russell BelferFixing unwrapped calloc
2013-04-16 Vicent MartiMerge branch 'development'
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-01-08 Vicent MartíMerge pull request #1209 from ethomson/update_copyright
2013-01-08 Edward Thomsonupdate copyrights
2013-01-07 Vicent MartíMerge pull request #1203 from phkelley/reverse_dak
2013-01-07 Philip KelleyRevert changes from git/git diff-delta.c by dak@gnu...
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Russell BelferFix warnings on Win64 build
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-09 Vicent MartíMerge pull request #803 from schu/gsoc-pack-objects
2012-10-09 Michael SchubertAdd diff-delta code from git.git