diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2008-06-10 13:20:05 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2008-06-10 13:20:05 +0000 |
| commit | 34d4165f7b8a36419c417f164ccdebbe04808247 (patch) | |
| tree | 236281d7a79b46322564ba0506b0178e864a9291 /apps/plugins/SOURCES | |
| parent | f52696ef8a6e46b8379a0b2bc3d0661df3f9312e (diff) | |
| download | rockbox-34d4165f7b8a36419c417f164ccdebbe04808247.zip rockbox-34d4165f7b8a36419c417f164ccdebbe04808247.tar.gz rockbox-34d4165f7b8a36419c417f164ccdebbe04808247.tar.bz2 rockbox-34d4165f7b8a36419c417f164ccdebbe04808247.tar.xz | |
New md5sum plugin. Open a file, a directory or just launch it from the plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 86d7055..0be7ccf 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -150,3 +150,5 @@ invadrox.c superdom.c #endif #endif /* m:robe 500 */ + +md5sum.c |