pcompress/bsdiff
Moinak Ghosh fd7c7e9a65 Use 4-byte ints for header values instead of 8-byte size_t.
Use RLE on control data if it reduces the size.
Update some comments.
Use scratch space at end of data chunk, if available.
2012-07-20 20:53:46 +05:30
..
bscommon.h Implement Delta Encoding based on modified bsdiff. 2012-07-19 21:41:07 +05:30
bsdiff.c Use 4-byte ints for header values instead of 8-byte size_t. 2012-07-20 20:53:46 +05:30
bspatch.c Use 4-byte ints for header values instead of 8-byte size_t. 2012-07-20 20:53:46 +05:30
rle_encoder.c Use 4-byte ints for header values instead of 8-byte size_t. 2012-07-20 20:53:46 +05:30