platform/upstream/bsdiff.git
2016-04-14 Sangjung Woospec: Add initial spec & manifest file 15/65915/2 tizen
2015-03-26 Matthew EndsleyMerge pull request #6 from giuseppe/master
2015-03-26 Giuseppe Scrivanobuild: use autoconf and automake
2015-03-26 Giuseppe Scrivanobuild: split .c files into .c and .h
2015-03-25 Giuseppe ScrivanoRename LICENCE to LICENSE
2015-03-23 Matthew EndsleyMerge pull request #8 from CoolOppo/patch-1
2015-03-22 CoolOppoImportant distinction!
2015-02-24 Matthew EndsleyMerge commit '91bd200b14a81d23f0847c4c82641c31dca7f4ff'
2014-04-18 Till LorentzenAdded missing semicolon
2013-11-04 Quentin FiardFixed length of header read after switch to ENDSLEY...
2012-10-24 Matthew Endsleyclarifying motivation for compat-breaking with bsdiff
2012-10-24 Matthew Endsleychanging patch header to ENDSLEY/BSDIFF43 for people...
2012-05-14 Matthew Endsleyadding compiling section to README.md
2012-05-14 Matthew Endsleyadding README.md
2012-05-14 Matthew Endsleyremoving bspatch_request
2012-05-14 Matthew Endsleygcc -O2 complains about unitiailized pos
2012-05-14 Matthew Endsleyupdating stream.read to return 0 on success a non-zero...
2012-05-14 Matthew Endsleybspatch error should be errx instead of err
2012-05-14 Matthew Endsleyswitching back to high-level bz2 interface now that...
2012-05-14 Matthew Endsleyusing a single buffer for diff/extra data
2012-05-14 Matthew Endsleyfixing spacing inconsistency
2012-05-14 Matthew Endsleydeleting unneeded finish function from bsdiff_stream
2012-05-14 Matthew Endsleynuking __FBSDID
2012-05-14 Matthew Endsleyreducing header to signature+newsize
2012-05-14 Matthew Endsleyinterleaving control, diff and extra data
2012-05-14 Matthew Endsleyrenaming writecompressed to writedata
2012-05-14 Matthew Endsleyadding prototype for bspatch
2012-05-14 Matthew Endsleyoldsize/newsize should be uint64_t instead of int
2012-05-14 Matthew Endsleydetails for serializing bsdiff_header is left to caller
2012-05-14 Matthew Endsleycleaning up old compressor names
2012-05-14 Matthew Endsleyreversing logic for library/executable compilation
2012-05-14 Matthew Endsleyadding external LICENSE file
2012-05-14 Matthew Endsleyupdating copyright string
2012-05-14 Matthew Endsleycleaning up warnings
2012-05-14 Matthew Endsleyadding BSPATCH_HEADER_ONLY to exclude non-declarations
2012-05-14 Matthew Endsleyadding BSPATCH_LIBRARY to exclude non essential functio...
2012-05-14 Matthew Endsleysimply returning -1 on failure in bspatch, and leaving...
2012-05-14 Matthew Endsleycontrol/diff/extra streams are passed in the request...
2012-05-14 Matthew Endsleyadding bspatch_stream and updating readcompress to...
2012-05-14 Matthew Endsleymoving bspatch args to bspatch_request
2012-05-14 Matthew Endsleymoving bz2 decompression to compressread
2012-05-14 Matthew Endsleymoving core patching functionality out of main and...
2012-05-14 Matthew Endsleyswitching u_char variables to uint8_t
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