summaryrefslogtreecommitdiff
path: root/bspatch.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile error because of missing limits.h.HEADmasterEmanuel Komínek2020-10-171-1/+2
* Fixes CVE-2014-9862 (https://www.x41-dsec.de/lab/advisories/x41-2020-006-bspa...Emanuel Komínek2020-10-171-1/+3
* bspatch: Use the same access mode of original file instead of fixed value.Sangjung Woo2016-04-061-1/+5
* build: split .c files into .c and .hGiuseppe Scrivano2015-03-261-12/+1
* Merge commit '91bd200b14a81d23f0847c4c82641c31dca7f4ff'Matthew Endsley2015-02-241-1/+1
|\
| * Fixed length of header read after switch to ENDSLEY/BSDIFF43Quentin Fiard2013-11-041-1/+1
* | Added missing semicolonTill Lorentzen2014-04-181-1/+1
|/
* changing patch header to ENDSLEY/BSDIFF43 for people using the project as a s...Matthew Endsley2012-10-231-3/+3
* removing bspatch_requestMatthew Endsley2012-05-141-33/+24
* updating stream.read to return 0 on success a non-zero on failureMatthew Endsley2012-05-141-9/+5
* bspatch error should be errx instead of errMatthew Endsley2012-05-141-1/+1
* switching back to high-level bz2 interface now that write has been simplifiedMatthew Endsley2012-05-141-51/+14
* nuking __FBSDIDMatthew Endsley2012-05-141-4/+0
* reducing header to signature+newsizeMatthew Endsley2012-05-141-7/+4
* interleaving control, diff and extra dataMatthew Endsley2012-05-141-65/+15
* adding prototype for bspatchMatthew Endsley2012-05-141-0/+2
* oldsize/newsize should be uint64_t instead of intMatthew Endsley2012-05-141-2/+2
* reversing logic for library/executable compilationMatthew Endsley2012-05-141-1/+1
* updating copyright stringMatthew Endsley2012-05-141-0/+1
* cleaning up warningsMatthew Endsley2012-05-141-3/+7
* adding BSPATCH_HEADER_ONLY to exclude non-declarationsMatthew Endsley2012-05-141-0/+3
* adding BSPATCH_LIBRARY to exclude non essential functionality (main+friends)Matthew Endsley2012-05-141-7/+13
* simply returning -1 on failure in bspatch, and leaving errx calls in mainMatthew Endsley2012-05-141-5/+5
* control/diff/extra streams are passed in the request structMatthew Endsley2012-05-141-88/+86
* adding bspatch_stream and updating readcompress to use itMatthew Endsley2012-05-141-25/+47
* moving bspatch args to bspatch_requestMatthew Endsley2012-05-141-30/+42
* moving bz2 decompression to compressreadMatthew Endsley2012-05-141-26/+62
* moving core patching functionality out of main and into bspatchMatthew Endsley2012-05-141-58/+74
* switching u_char variables to uint8_tMatthew Endsley2012-05-141-3/+3
* switching off_t variables to int64_tMatthew Endsley2012-05-141-6/+7
* bsdiff/bspatch version 4.3v4.3Colin Percival2012-02-031-0/+204