Age | Commit message (Expand) | Author | Lines |
2017-01-07 | add 'hashl ls' command with ls-like mtime output | Daniel Friesel | -0/+37 |
2015-10-05 | perlcritic, perltidy | Daniel Friesel | -1/+2 |
2014-02-16 | add -x / --one-file-system option | Daniel Friesel | -10/+26 |
2013-09-05 | fix smartmatch warnings on perl >= 5.018 | Daniel Friesel | -0/+2 |
2013-05-23 | hashl: Fix filename output (contained escapes meant for stderr) | Daniel Friesel | -2/+4 |
2012-08-19 | add multi-db support to copy, list, list-files and list-ignored | Daniel Friesel | -14/+45 |
2012-08-19 | update dependency list (+List::MoreUtils) | Daniel Friesel | -0/+2 |
2012-08-19 | fix 'hashl info' | Daniel Friesel | -1/+1 |
2012-08-19 | find-new / find-known: Support multiple database files | Daniel Friesel | -4/+21 |
2012-08-19 | move db_info into Hashl.pm | Daniel Friesel | -13/+5 |
2012-07-14 | save database version, just to be safe | Daniel Friesel | -1/+2 |
2012-07-08 | Set read_size to zero take read whole files | Daniel Friesel | -0/+3 |
2011-11-02 | Release v1.01.00 | Daniel Friesel | -2/+2 |
2011-07-02 | hashl(1): Update SYNOPSIS | Daniel Friesel | -1/+1 |
2011-06-13 | Add "hashl list <regex>" to filter listed files by name | Daniel Friesel | -1/+11 |
2011-05-23 | Release v0.20.2 | Daniel Friesel | -2/+2 |
2011-05-23 | Add hashl -f update (update with unignore) | Daniel Friesel | -2/+10 |
2011-05-20 | Code cleanup | Daniel Friesel | -89/+137 |
2011-05-19 | hashl update: Save db when being interrupted, increase autosave interval | Daniel Friesel | -1/+9 |
2011-05-18 | Fix progress message + hashl ignore | Daniel Friesel | -2/+2 |
2011-05-18 | Remove autodie remains | Daniel Friesel | -2/+0 |
2011-05-18 | Fix progress message ("Scanning directory" instead of misleading "Updating") | Daniel Friesel | -1/+1 |
2011-05-18 | Do not use autodie. Not counting disk IO, this increases performance by ~25% | Daniel Friesel | -4/+4 |
2011-05-18 | App/Hashl: files: Do not return sorted | Daniel Friesel | -2/+2 |
2011-05-18 | App::Hashl documentation | Daniel Friesel | -3/+0 |
2011-05-18 | Fix hashl ignore | Daniel Friesel | -1/+1 |
2011-05-18 | Fix hashl info <file> | Daniel Friesel | -3/+8 |
2011-05-18 | db_ignore: $hashl->ignore removes a file from the db, no need to check for that | Daniel Friesel | -4/+0 |
2011-05-17 | Improve $hashl->add_file | Daniel Friesel | -9/+4 |
2011-05-17 | Initial switch to App::Hashl | Daniel Friesel | -91/+37 |
2011-05-06 | Release v0.10.1 | Daniel Friesel | -0/+5 |
2011-05-06 | More documentation fixes | Daniel Friesel | -5/+5 |
2011-05-06 | hashl(1): Fix leeching example | Daniel Friesel | -2/+1 |
2011-04-27 | hashl: Fix usage ('man hashl', not 'man /usr/local/bin/hashl') | Daniel Friesel | -1/+1 |
2011-04-25 | hashl list: Make size field longer (may be 1023.0k and such) | Daniel Friesel | -2/+2 |
2011-04-25 | hashl: Remove deleted files from DB in update run | Daniel Friesel | -0/+1 |
2011-03-04 | hashl: Set autoflush on correct filehandle (stderr) | Daniel Friesel | -1/+1 |
2011-01-15 | hashl(1): Fix -s documentation (it is KiB, not B) | Daniel Friesel | -1/+1 |
2011-01-09 | Update documentation | Daniel Friesel | -1/+10 |
2011-01-09 | Use si_size in more places | Daniel Friesel | -8/+9 |
2011-01-09 | hashl list: Print filesize | Daniel Friesel | -1/+16 |
2011-01-07 | Add hashl list-files | Daniel Friesel | -0/+5 |
2011-01-06 | Add 'hashl find-known' | Daniel Friesel | -0/+27 |
2011-01-04 | hashl: Report progress to STDERR | Daniel Friesel | -1/+1 |
2011-01-03 | hashl list: Print header with version/readsize info | Daniel Friesel | -0/+6 |
2011-01-02 | Update documentation | Daniel Friesel | -19/+19 |
2011-01-02 | Add -n option, fix hashl find-new <directory> | Daniel Friesel | -4/+18 |
2011-01-02 | Add hashl find-new | Daniel Friesel | -0/+26 |
2011-01-02 | Fix hashl copy | Daniel Friesel | -1/+1 |
2011-01-01 | Reorganize code. Not 100% finished yet. | Daniel Friesel | -127/+97 |