about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Selection in multipane viewmode was misleadingtoonn2020-07-271-1/+18
* | Fix unicode decode issues in py2toonn2020-07-241-4/+5
* | Merge branch 'cache-hash'toonn2020-07-081-8/+13
|\ \
| * | Fix check for Nonetoonn2020-07-081-2/+2
| * | Add path to cache hashtoonn2020-07-081-11/+13
| * | Drop st_dev from sha512_encodetoonn2020-07-071-2/+1
| * | Switch to packing fields for sha512_encodetoonn2020-07-071-5/+7
| * | Fix indendation of sha512_encodetoonn2020-07-071-4/+5
| * | Hashlib requires objects implementing the buffer APItoonn2020-07-071-3/+4
* | | Possible bug caught in reviewtoonn2020-07-051-1/+2
* | | Drop explicit return Nonetoonn2020-07-051-1/+0
* | | Use in instead of multiple equality clausestoonn2020-07-051-5/+5
* | | Drop unnecessary comprehensionstoonn2020-07-051-2/+1
* | | Add local pylint disablestoonn2020-07-052-2/+3
* | | Disable spurious warning, name is obviously passedtoonn2020-07-051-0/+1
* | | Merge branch 'py-version-checks'toonn2020-07-054-12/+10
|\ \ \
| * | | Factor out python 3 version checkingtoonn2020-06-295-17/+15
| | |/ | |/|
* | | Merge branch 'rc_macro_error'toonn2020-07-051-68/+40
|\ \ \
| * | | Add MacroDicttoonn2019-09-271-67/+39
| * | | Catch exceptions when resolving macros in rc.conftoonn2019-07-181-2/+2
* | | | Merge branch 'cache-hash' [#2019]Wojciech Siewierski2020-07-051-11/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Switch from SHA-1 to SHA-512 for the cachetoonn2020-06-291-5/+4
| * | | Get rid of redundant codetoonn2020-06-291-6/+1
| * | | Drop file path from cache hashtoonn2020-06-291-2/+1
| * | | Include mtime in hash rather than comparingtoonn2020-06-291-7/+12
| * | | Allow equal mtime for cached previewstoonn2020-02-121-1/+1
| | |/ | |/|
* | | Merge branch 'master' into py26-format-fixWojciech Siewierski2020-07-051-2/+6
|\ \ \
| * | | Revert "Revert "ranger <path> can select files""toonn2020-05-191-2/+6
| |/ /
* | | Fix redundant whitespace in class definitiontoonn2020-06-271-1/+0
* | | Py26 does not support implicit format spec numberingtoonn2020-03-043-11/+14
|/ /
* | Add a newline before printing the exception for better readabilityWojciech Siewierski2020-01-271-1/+1
* | Cleanup the temporary cache directory in the --clean modeWojciech Siewierski2020-01-271-0/+13
* | Fix keyword argument assignment whitespacetoonn2019-12-301-1/+1
* | Merge branch 'aRkedos-unique-file'toonn2019-12-301-0/+107
|\ \
| * | Fix hash_chunks generatortoonn2019-12-281-5/+7
| * | Add unique filter to filter_stacktoonn2019-12-241-26/+57
| * | Add duplicate filter to filter_stacktoonn2019-12-241-0/+41
| * | Extract hash_chunks to ranger.exttoonn2019-12-241-24/+7
| * | Change hash filter to match on hashtoonn2019-12-241-41/+41
| * | Replacing md5 with sha256arkedos2019-12-231-7/+2
| * | Replacing md5 with blake2barkedos2019-12-231-2/+7
| * | Added a filter for unique files by md5 hasharkedos2019-12-231-0/+50
* | | Merge branch 'laktak-paste_conflict'toonn2019-12-222-5/+12
|\ \ \
| * | | Merge branch 'master' into paste_conflictChristian Zangl2019-12-033-26/+9
| |\| |
| * | | Merge branch 'master' into paste_conflictChristian Zangl2019-10-042-1/+11
| |\ \ \
| * | | | set default make_safe_path=get_safe_pathChristian Zangl2019-07-212-2/+4
| * | | | Added a make_safe_path parameter to pasteChristian Zangl2019-07-182-25/+13
| * | | | fix CopyLoaderChristian Zangl2019-07-141-1/+2
| * | | | Added a conflict parameter to the paste actionChristian Zangl2019-07-142-7/+23
| | |_|/ | |/| |
* | | | Restore access to a preview cache in clean modetoonn2019-12-212-5/+2
| |_|/ |/| |