Octodiff
Octodiff copied to clipboard
| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Could we undo a file with octodiff that has been previously created if we have the diff files?
SignatureReader for instance, it makes use of Length and Position of stream. If the stream is a NetworkStream it would throw an exception. What i did to support it, is...
Very minor copy+pasta typo with the error message in DeltaCommand.
### Description When using the V2 rolling checksum algorithm, files that are identical or very slightly different result in huge deltas: the whole new file gets added as the delta....
I'm curious to know if you think the library can generate a Signature file from a stream that does not support Seeking. If possible this would be a great benefit...
This PR adds the ability to chain patch files for handling incremental diffs without having to write the entire file to disk at each step. It also enables working with...
Line 42 casts _length_ as an `int`. When _length_ is greater that 2GB the cast converts this to a negative value and causes an exception when the byte array is...
Also, it would be interesting to use the xxHash algorithm instead of SHA1 (SHA1 has an average speed of 0.28 GB/s, while xxHash has 5.4 GB/s). https://cyan4973.github.io/xxHash/ _Originally posted by...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
Hi Everyone, In one of the projects, backend team use octodiff binary patch for csv files. Now as frontend developer I want to send patch data in payload. Where can...