]> git.proxmox.com Git - libgit2.git/history - src/delta-apply.c
Fix the build on Emscripten
[libgit2.git] / src / delta-apply.c
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-23 Jakob Pfenderdelta-apply.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderdelta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR...
2010-12-06 Vicent MartiChange the library include file
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-01-20 Ramsay Jonesmsvc: Fix some -W4 warnings
2009-03-18 Ramsay JonesFix some (digital-mars) compiler warnings
2009-01-28 Ramsay JonesFix a sparse "symbol not declared" warning
2009-01-03 Shawn O. PearceAdd the binary delta apply algorithm for pack style...