index
:
delta/bsdiff.git
master
github.com: mendsley/bsdiff.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
adding BSPATCH_HEADER_ONLY to exclude non-declarations
Matthew Endsley
2012-05-14
1
-0
/
+3
|
*
adding BSPATCH_LIBRARY to exclude non essential functionality (main+friends)
Matthew Endsley
2012-05-14
1
-7
/
+13
|
*
simply returning -1 on failure in bspatch, and leaving errx calls in main
Matthew Endsley
2012-05-14
1
-5
/
+5
|
*
control/diff/extra streams are passed in the request struct
Matthew Endsley
2012-05-14
1
-88
/
+86
|
|
|
|
removes bz2 dependencies from bspatch
*
adding bspatch_stream and updating readcompress to use it
Matthew Endsley
2012-05-14
1
-25
/
+47
|
*
moving bspatch args to bspatch_request
Matthew Endsley
2012-05-14
1
-30
/
+42
|
*
moving bz2 decompression to compressread
Matthew Endsley
2012-05-14
1
-26
/
+62
|
*
moving core patching functionality out of main and into bspatch
Matthew Endsley
2012-05-14
1
-58
/
+74
|
*
switching u_char variables to uint8_t
Matthew Endsley
2012-05-14
1
-3
/
+3
|
*
switching off_t variables to int64_t
Matthew Endsley
2012-05-14
1
-6
/
+7
|
*
cleaning up warnings
Matthew Endsley
2012-05-14
1
-5
/
+7
|
*
bsdiff_stream now provides malloc/free functions
Matthew Endsley
2012-05-14
1
-12
/
+17
|
*
renaming bsdiff_compressor to bsdiff_stream
Matthew Endsley
2012-05-14
1
-24
/
+24
|
*
adding prototype for bsdiff
Matthew Endsley
2012-05-14
1
-0
/
+2
|
*
fixing endian swapping issue with bsdiff_header sizes
Matthew Endsley
2012-05-14
1
-8
/
+7
|
*
handling large file requests by breaking up calls to compressor->write
Matthew Endsley
2012-05-14
1
-3
/
+25
|
*
removing unused bsdiff_write typedef
Matthew Endsley
2012-05-14
1
-2
/
+0
|
*
updating copyright string
Matthew Endsley
2012-05-14
1
-0
/
+1
|
*
adding BSDIFF_HEADER_ONLY to compile out implementation
Matthew Endsley
2012-05-14
1
-3
/
+8
|
*
adding const to old/new pointers coming into bsdiff
Matthew Endsley
2012-05-14
1
-7
/
+7
|
*
moving core allocations to trampoline function so they're freed on error
Matthew Endsley
2012-05-14
1
-11
/
+33
|
*
adding bsdiff_internal that takes a struct of args forwarded by bsdiff
Matthew Endsley
2012-05-14
1
-37
/
+59
|
*
removing dependency on err.h
Matthew Endsley
2012-05-14
1
-45
/
+9
|
*
replacing core usage of off_t (and sys/types.h) with int64_t
Matthew Endsley
2012-05-14
1
-26
/
+26
|
*
adding BSDIFF_LIBRARY define to exclude main and friends
Matthew Endsley
2012-05-14
1
-8
/
+9
|
*
adding bsdiff_compressor and removing BZ2 dependency from bsdiff's core ↵
Matthew Endsley
2012-05-14
1
-96
/
+115
|
|
|
|
functionality
*
removing dependency on FILE* based BZ2 functions
Matthew Endsley
2012-05-14
1
-12
/
+19
|
*
splurging on 16 extra bytes to write the 3 off_t vars at once
Matthew Endsley
2012-05-14
1
-13
/
+6
|
*
tracking filelen and nuking dependency on ftell
Matthew Endsley
2012-05-14
1
-7
/
+9
|
*
writecompress/finishcompress return bytes written instead of status codes now
Matthew Endsley
2012-05-14
1
-22
/
+30
|
*
removing dependency on FILE* based BZ2 functions
Matthew Endsley
2012-05-14
1
-23
/
+80
|
*
removing requirement to seek inside of bsdiff
Matthew Endsley
2012-05-14
1
-19
/
+27
|
|
|
|
moving writing of header out of bsdiff and into calling function
*
changing bz2's u_char to uint8_t from <stdint.h>
Matthew Endsley
2012-05-14
1
-10
/
+11
|
*
adding implementation of err/errx for non-linux builds
Matthew Endsley
2012-05-14
1
-1
/
+37
|
*
moving core bsdiff logic out of main and into a new function bsdiff
Matthew Endsley
2012-05-14
1
-33
/
+46
|
*
deleting some legacy files from official bsdiff distribution
Matthew Endsley
2012-05-14
3
-137
/
+0
|
*
bsdiff/bspatch version 4.3
v4.3
Colin Percival
2012-02-03
5
-0
/
+745