platform/upstream/bsdiff.git
2012-05-14 Matthew Endsleyswitching off_t variables to int64_t
2012-05-14 Matthew Endsleycleaning up warnings
2012-05-14 Matthew Endsleybsdiff_stream now provides malloc/free functions
2012-05-14 Matthew Endsleyrenaming bsdiff_compressor to bsdiff_stream
2012-05-14 Matthew Endsleyadding prototype for bsdiff
2012-05-14 Matthew Endsleyfixing endian swapping issue with bsdiff_header sizes
2012-05-14 Matthew Endsleyhandling large file requests by breaking up calls to...
2012-05-14 Matthew Endsleyremoving unused bsdiff_write typedef
2012-05-14 Matthew Endsleyupdating copyright string
2012-05-14 Matthew Endsleyadding BSDIFF_HEADER_ONLY to compile out implementation
2012-05-14 Matthew Endsleyadding const to old/new pointers coming into bsdiff
2012-05-14 Matthew Endsleymoving core allocations to trampoline function so they...
2012-05-14 Matthew Endsleyadding bsdiff_internal that takes a struct of args...
2012-05-14 Matthew Endsleyremoving dependency on err.h
2012-05-14 Matthew Endsleyreplacing core usage of off_t (and sys/types.h) with...
2012-05-14 Matthew Endsleyadding BSDIFF_LIBRARY define to exclude main and friends
2012-05-14 Matthew Endsleyadding bsdiff_compressor and removing BZ2 dependency...
2012-05-14 Matthew Endsleyremoving dependency on FILE* based BZ2 functions
2012-05-14 Matthew Endsleysplurging on 16 extra bytes to write the 3 off_t vars...
2012-05-14 Matthew Endsleytracking filelen and nuking dependency on ftell
2012-05-14 Matthew Endsleywritecompress/finishcompress return bytes written inste...
2012-05-14 Matthew Endsleyremoving dependency on FILE* based BZ2 functions
2012-05-14 Matthew Endsleyremoving requirement to seek inside of bsdiff
2012-05-14 Matthew Endsleychanging bz2's u_char to uint8_t from <stdint.h>
2012-05-14 Matthew Endsleyadding implementation of err/errx for non-linux builds
2012-05-14 Matthew Endsleymoving core bsdiff logic out of main and into a new...
2012-05-14 Matthew Endsleydeleting some legacy files from official bsdiff distrib...
2012-02-04 Colin Percivalbsdiff/bspatch version 4.3