summaryrefslogtreecommitdiff
path: root/src/delta-apply.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
* delta-apply: add git__delta_read_headerDavid Michael Barr2012-12-011-0/+13
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* Remove old and unused error codesVicent Martí2012-05-021-2/+3
* error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-5/+10
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* Tabify everythingVicent Marti2011-09-191-7/+7
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* delta-apply.c: Move to new error handling mechanismJakob Pfender2011-05-231-3/+3
* delta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR when allocatingJakob Pfender2011-05-231-1/+1
* Change the library include fileVicent Marti2010-12-061-1/+1
* Give object structures more descriptive namesVicent Marti2010-09-191-1/+1
* msvc: Fix some -W4 warningsRamsay Jones2010-01-201-5/+9
* Fix some (digital-mars) compiler warningsRamsay Jones2009-03-171-1/+1
* Fix a sparse "symbol not declared" warningRamsay Jones2009-01-281-0/+1
* Add the binary delta apply algorithm for pack style deltasShawn O. Pearce2009-01-031-0/+104