summaryrefslogtreecommitdiff
path: root/lib/parser.py (unfollow)
AgeCommit message (Collapse)Author
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-02-06Merge the two processing mode into a unique onejvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-22Revert "Preliminary handling of ctime/mtime reset"jvoisin
This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch
2012-01-21Preliminary handling of ctime/mtime resetjvoisin
2011-12-24Rename "ugly" to ""strict"0.2.1jvoisin
2011-12-23Fix more bug in gui !jvoisin
2011-10-29Take care about the return value of external utilsjvoisin
2011-08-28Recursivity for the hachoir-based-parser (Victor Stinner)jvoisin
2011-08-21Rever the atime/mtime stuffjvoisin
Zip does not support format earlier than 1980, so for now, I remove the "set atime/mtime to Epoch" function.
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