summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-14fix two alloc checks in djw.hjosh.macdonald
fix setting of stream->iopt_size fix small_page_test.c
2007-02-14set opaquejosh.macdonald
2007-02-14add small_page_test.c, currently failsjosh.macdonald
2007-02-13Fix parsing error for 0-instruction patch files.josh.macdonald
Exit 0 on success for delta_command(). Used to exit 0 or 1 like diff.
2007-02-13Cleanup -regtest.py. Comment on crash in -python.hjosh.macdonald
2007-02-13Adds xd3_flags for setting compression level in xd3_encode_memory().josh.macdonald
2007-02-12Fix and recomment xd3_srcwin_move_point() after changes in SVN 127 to use ↵josh.macdonald
src->blksize as the advance size.
2007-02-11(no commit message)josh.macdonald
2007-02-11Fixes bugs in XDELTA environment variable.josh.macdonald
Removes stream.srcwin_size variable, uses stream.src->blksize instead, to address performance regression from xdelta1. Changes the order of checksum computation to be like xdelta1, insert checksums in reverse to give preference to earlier matches. Removes svn:executable from files.
2007-02-08Bugfix XDELTA environment var.josh.macdonald
2007-02-08XDELTA environment variable lets you do stuff like this:josh.macdonald
XDELTA="-s source-dir.tar" tar --use-compress-program=xdelta3 -cf - target-dir
2007-02-08Release 3.0o final.josh.macdonald
2007-02-08Integrate Makefile from Cygwin.josh.macdonald
2007-02-08Make "option ignored" less verbose.josh.macdonald
2007-02-08Make windows python module work under Cygwin.josh.macdonald
Build VC++ release 3.0o
2007-02-08Python swig module working with xd3_encode_memory(), xd3_decode_memory(),josh.macdonald
and xd3_main_cmdline(). module added to xdelta3-regtest.py run-length experiments. XD3_INVALID_INPUT code added to distinguish decoder errors from invalid stream-states. xdelta3-test.py unittest added for python module. xd3_encode_memory() now limits config.winsize to <= 1MB: xd3_process_memory() now properly splits the input buffer into windows.
2007-02-07Ready to release 3.0o. Still working on swig.josh.macdonald
2007-02-07Update FASTEST, DEFAULT compression level. Comments.josh.macdonald
2007-02-07Fixes print commands on Windows, the needed GetStartupInfo() and ↵josh.macdonald
stdin/stdout handles set after the change in 112 (missing its comment) which converts the print commands to use snprintf() and the default I/O routines. Addresses issue 14.
2007-02-06(no commit message)josh.macdonald
2007-02-05Add a .swig for python, working on xd3_encode_mememory() and josh.macdonald
xd3_decode_memory(). Not working. Progress on scoring in xdelta3-regtest.py. Update FAST encoder w/ results of 9,11,13,16-llook experiments.
2007-02-04(no commit message)josh.macdonald
2007-02-04Release 3.0njosh.macdonald
2007-02-04Fixes the /dont_run_xdelta_as_root test, creates a real file and chmods josh.macdonald
it to 0.
2007-02-04Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now). josh.macdonald
Rekey.
2007-02-04Adds a new compression level (-6), makes -1 faster and -9 better.josh.macdonald
2007-02-04Decoder memory error, related to secondary compression, fixed. Valgrind josh.macdonald
made this easy to spot.
2007-02-02Disable external compression under Cygwin for the Python module. External ↵josh.macdonald
compression works in the Cygwin binary, just not with Python.
2007-02-02patch_command: warn about parse error for invalid deltajosh.macdonald
delta_command: check gzclose() errors to avoid producing an invalid delta
2007-02-02xdelta3-regtest.py experiment now changes the file each round.josh.macdonald
2007-02-02Add an error message for parse errors with the XdeltaControl object.josh.macdonald
2007-02-01Implmeent xd3_encode_memory() and xd3_decode_memory(), add comments.josh.macdonald
2007-02-01Fixes build on Cygwin, some work on -regtest.pyjosh.macdonald
2007-01-29Updates on G:josh.macdonald
remove missing file from vcproj compiles under cygwin
2007-01-29Change _completely() to _completely_stream(), to introduce a new, josh.macdonald
simpler in-memory API.
2007-01-28Fixes the source-allocation problem, should resolve 64bit platform josh.macdonald
issues.
2007-01-28Cleanupjosh.macdonald
2007-01-28More cleanup.josh.macdonald
2007-01-28Clenaup junk.josh.macdonald
2007-01-28Remove more junk.josh.macdonald
2007-01-28Delete junk imported by accident.josh.macdonald
2007-01-223.0m windows buildjosh.macdonald
2007-01-223.0mdotdotisdead
2007-01-22Release 3.0mdotdotisdead
2007-01-21Update configs, comments, etc.dotdotisdead
2007-01-21Fixes dumb crash in xd3_free_stream when stream->iopt_alloc is NULL.dotdotisdead
2007-01-20Changes to support -I IOPT_SIZE on the commandline. New support for ↵dotdotisdead
unlimited instruction buffer size set by -I 0. The default remains 4096.
2007-01-16(no commit message)josh.macdonald
2007-01-16Release 3.0ldotdotisdead
2007-01-16Fixes the soft config used in parts of xdelta3-test.h, so it will be immune ↵dotdotisdead
to changes in xdelta3-cfgs.h.