- 30 Apr, 2015 5 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
It should be a lot faster. Because it's a new required tool, we must shuffle couple things around.
-
Reiner Herrmann authored
-
Yasushi SHOJI authored
While using debbindiff with file system images mounted with different loop devices, stat shows that those loop devices are indeed different. This clutters the report if you are comparing many files and unable to see important points. Usually those devices does not matter when comparing files for reproducible build, so disable the device diff.
-
- 21 Apr, 2015 2 commits
-
-
Jérémy Bobbio authored
But to get them all we would need to parse `file` output in text mode. Let's see later.
-
Jérémy Bobbio authored
-
- 16 Apr, 2015 3 commits
-
-
Reiner Herrmann authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Closes: #782551
-
- 09 Apr, 2015 1 commit
-
-
Reiner Herrmann authored
Closes: #782253
-
- 05 Apr, 2015 1 commit
-
-
Reiner Herrmann authored
Zip member filenames may contain "../", which is ignored while extracting. ZipFile.extract returns the actual path where the file is extracted to.
-
- 04 Apr, 2015 1 commit
-
-
Jérémy Bobbio authored
-
- 03 Apr, 2015 5 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 02 Apr, 2015 2 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 31 Mar, 2015 17 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
GNU diff is unable to cope with very large files as its memory usage grows too much. So we now have a maximum input size to avoid getting OOM.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Convert msgunfmt as an example.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
This paves the way for huge memory savings. Convert xxd as an example.
-
Jérémy Bobbio authored
-
- 30 Mar, 2015 2 commits
-
-
Jérémy Bobbio authored
Difference() now takes an unified diff directly. Computing the diff is moved to a new static method from_content() which returns None when there are no differences. This paves the way for passing file descriptors to from_content() to avoid loading entire outputs in memory.
-
Jérémy Bobbio authored
This reverts commit 303a31e9.
-
- 29 Mar, 2015 1 commit
-
-
Jérémy Bobbio authored
-