summaryrefslogtreecommitdiff
path: root/lib/parser.py (unfollow)
AgeCommit message (Collapse)Author
2011-08-16setup.py now works !jvoisin
2011-08-07Implement the reset of the access/creation datejvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-08-05Tests for openxml format, and some improvement for this format supportjvoisin
2011-08-04Cleanupjvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Simplification of the __init__() methodjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-26Tests are green for opendocument formatjvoisin
2011-07-25Correct handling of unknown fileformat into zipfile (and fixe many ↵jvoisin
previous-commit-bugs)
2011-07-25more abstraction, and changed the name of the outputed filejvoisin
2011-07-22Small enhancement for more reusabilityjvoisin
2011-07-22Cleanupjvoisin
2011-07-21Add the possibility to add (or not) unsupported fileformat to outputed ↵jvoisin
archives fileformat (invasive patch, sorry about that).
2011-07-20Re-Organisation of the arborescencejvoisin
2011-06-27Add is_clean() method to archives, and move the 'secure_remove' function ↵jvoisin
from parser.py to mat.py
2011-06-25Add a binding to shred. Rudimentary protection against shell injection.jvoisin
2011-06-24Preliminary support of .tar archivesjvoisin
2011-06-23Implementation of the --backup option, to keep a backup of the treated file ↵jvoisin
(disabled by default)
2011-06-21Pdf metadata supportjvoisin
2011-06-21First implementation of the search functionjvoisin
2011-06-20Rewriting of the get_meta() function.jvoisin
2011-06-20Introduction of a nice separation of functions/class in differents filesjvoisin
2011-06-18Creation of the arborescencejvoisin
2011-06-18Hachoir is so ugly : I am able to display meta, but not to remove them ↵jvoisin
(because I didn't manage to find an elegant/efficient way to find the "path" to a field). So I remove a whole "Rootfield" (exif, author, comment, ...). It's efficient, but not very elegant.
2011-06-16Complete rewrite of the is_clean() methodjvoisin
preliminary work on the _remove() method, which apparently does not want to work.
2011-06-15First (little) implementation of _should_remove() for jpeg, and png filejvoisin
2011-06-15Add a get_harmfull() functionjvoisin
2011-06-10The current version is (mostly) workingjvoisin