Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero additions option #4

Open
GoogleCodeExporter opened this issue Oct 24, 2015 · 3 comments
Open

Zero additions option #4

GoogleCodeExporter opened this issue Oct 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Add new option to zero destination blocks instead of adding destination data. 
Produced patch will be extremely small because it will contain copy operations 
only.

This option is suitable when destination file can be synchronized with the use 
of faster or more effective way than applying patch, e.g. with some kind of 
cluster download.

Original issue reported on code.google.com by mantl...@gmail.com on 12 Sep 2012 at 6:44

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision d46353aa4f09.

New option -z provides requested functionality.

Original comment by mantl...@gmail.com on 12 Sep 2012 at 6:46

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 803663a97e0a.

Added supporting options -zb <bytes> and -zr <percent> with reasonable defaults 
to provide as compact blocks as possible while keeping delta small. This helps 
effectively update files decoded from zeroed deltas with the use of bittorrent, 
rsync or similar protocol based on block hashes.

Original comment by mantl...@gmail.com on 18 Sep 2012 at 6:38

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 87d779f6ec4f.

Added deployment parameters to identify build sequence in assembly jar file 
name.

Original comment by mantl...@gmail.com on 20 Sep 2012 at 11:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant