- 16 Apr, 2015 2 commits
-
-
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 4 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
We've the current design, it means holding way too much data in memory.
-
Jérémy Bobbio authored
The side effect of adding @tool_required('xxd') is that now we get vim-common in Recommends as it should have been. -
Jérémy Bobbio authored
-
- 28 Mar, 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
-