]> git.proxmox.com Git - libgit2.git/history - src/delta-apply.c
Fixed size_t format string warning
[libgit2.git] / src / delta-apply.c
2012-12-07 Vicent MartíMerge pull request #1091 from carlosmn/stream-object
2012-12-05 Vicent MartíMerge pull request #1115 from ben/struct-versions
2012-12-03 Vicent MartíMerge pull request #1112 from barrbrain/odb-pack-read...
2012-12-01 David Michael Barrdelta-apply: add git__delta_read_header
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-03 Vicent MartíRemove old and unused error codes
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-04-26 Carlos Martín Nietoerror handling: move the missing parts over to the...
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
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...