index
:
delta/bsdiff.git
master
github.com: mendsley/bsdiff.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsdiff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: use autoconf and automake
Giuseppe Scrivano
2015-03-26
1
-0
/
+3
*
build: split .c files into .c and .h
Giuseppe Scrivano
2015-03-26
1
-20
/
+1
*
changing patch header to ENDSLEY/BSDIFF43 for people using the project as a s...
Matthew Endsley
2012-10-23
1
-1
/
+1
*
gcc -O2 complains about unitiailized pos
Matthew Endsley
2012-05-14
1
-1
/
+1
*
switching back to high-level bz2 interface now that write has been simplified
Matthew Endsley
2012-05-14
1
-70
/
+16
*
using a single buffer for diff/extra data
Matthew Endsley
2012-05-14
1
-21
/
+11
*
fixing spacing inconsistency
Matthew Endsley
2012-05-14
1
-1
/
+1
*
deleting unneeded finish function from bsdiff_stream
Matthew Endsley
2012-05-14
1
-3
/
+1
*
nuking __FBSDID
Matthew Endsley
2012-05-14
1
-4
/
+0
*
reducing header to signature+newsize
Matthew Endsley
2012-05-14
1
-34
/
+7
*
interleaving control, diff and extra data
Matthew Endsley
2012-05-14
1
-65
/
+22
*
renaming writecompressed to writedata
Matthew Endsley
2012-05-14
1
-4
/
+4
*
details for serializing bsdiff_header is left to caller
Matthew Endsley
2012-05-14
1
-7
/
+17
*
cleaning up old compressor names
Matthew Endsley
2012-05-14
1
-1
/
+1
*
reversing logic for library/executable compilation
Matthew Endsley
2012-05-14
1
-1
/
+1
*
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 funct...
Matthew Endsley
2012-05-14
1
-96
/
+115
*
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
*
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
*
bsdiff/bspatch version 4.3
v4.3
Colin Percival
2012-02-03
1
-0
/
+404