index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Selection in multipane viewmode was misleading
toonn
2020-07-27
1
-1
/
+18
*
|
Fix unicode decode issues in py2
toonn
2020-07-24
1
-4
/
+5
*
|
Merge branch 'cache-hash'
toonn
2020-07-08
1
-8
/
+13
|
\
\
|
*
|
Fix check for None
toonn
2020-07-08
1
-2
/
+2
|
*
|
Add path to cache hash
toonn
2020-07-08
1
-11
/
+13
|
*
|
Drop st_dev from sha512_encode
toonn
2020-07-07
1
-2
/
+1
|
*
|
Switch to packing fields for sha512_encode
toonn
2020-07-07
1
-5
/
+7
|
*
|
Fix indendation of sha512_encode
toonn
2020-07-07
1
-4
/
+5
|
*
|
Hashlib requires objects implementing the buffer API
toonn
2020-07-07
1
-3
/
+4
*
|
|
Possible bug caught in review
toonn
2020-07-05
1
-1
/
+2
*
|
|
Drop explicit return None
toonn
2020-07-05
1
-1
/
+0
*
|
|
Use in instead of multiple equality clauses
toonn
2020-07-05
1
-5
/
+5
*
|
|
Drop unnecessary comprehensions
toonn
2020-07-05
1
-2
/
+1
*
|
|
Add local pylint disables
toonn
2020-07-05
2
-2
/
+3
*
|
|
Disable spurious warning, name is obviously passed
toonn
2020-07-05
1
-0
/
+1
*
|
|
Merge branch 'py-version-checks'
toonn
2020-07-05
4
-12
/
+10
|
\
\
\
|
*
|
|
Factor out python 3 version checking
toonn
2020-06-29
5
-17
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rc_macro_error'
toonn
2020-07-05
1
-68
/
+40
|
\
\
\
|
*
|
|
Add MacroDict
toonn
2019-09-27
1
-67
/
+39
|
*
|
|
Catch exceptions when resolving macros in rc.conf
toonn
2019-07-18
1
-2
/
+2
*
|
|
|
Merge branch 'cache-hash' [#2019]
Wojciech Siewierski
2020-07-05
1
-11
/
+9
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Switch from SHA-1 to SHA-512 for the cache
toonn
2020-06-29
1
-5
/
+4
|
*
|
|
Get rid of redundant code
toonn
2020-06-29
1
-6
/
+1
|
*
|
|
Drop file path from cache hash
toonn
2020-06-29
1
-2
/
+1
|
*
|
|
Include mtime in hash rather than comparing
toonn
2020-06-29
1
-7
/
+12
|
*
|
|
Allow equal mtime for cached previews
toonn
2020-02-12
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into py26-format-fix
Wojciech Siewierski
2020-07-05
1
-2
/
+6
|
\
\
\
|
*
|
|
Revert "Revert "ranger <path> can select files""
toonn
2020-05-19
1
-2
/
+6
|
|
/
/
*
|
|
Fix redundant whitespace in class definition
toonn
2020-06-27
1
-1
/
+0
*
|
|
Py26 does not support implicit format spec numbering
toonn
2020-03-04
3
-11
/
+14
|
/
/
*
|
Add a newline before printing the exception for better readability
Wojciech Siewierski
2020-01-27
1
-1
/
+1
*
|
Cleanup the temporary cache directory in the --clean mode
Wojciech Siewierski
2020-01-27
1
-0
/
+13
*
|
Fix keyword argument assignment whitespace
toonn
2019-12-30
1
-1
/
+1
*
|
Merge branch 'aRkedos-unique-file'
toonn
2019-12-30
1
-0
/
+107
|
\
\
|
*
|
Fix hash_chunks generator
toonn
2019-12-28
1
-5
/
+7
|
*
|
Add unique filter to filter_stack
toonn
2019-12-24
1
-26
/
+57
|
*
|
Add duplicate filter to filter_stack
toonn
2019-12-24
1
-0
/
+41
|
*
|
Extract hash_chunks to ranger.ext
toonn
2019-12-24
1
-24
/
+7
|
*
|
Change hash filter to match on hash
toonn
2019-12-24
1
-41
/
+41
|
*
|
Replacing md5 with sha256
arkedos
2019-12-23
1
-7
/
+2
|
*
|
Replacing md5 with blake2b
arkedos
2019-12-23
1
-2
/
+7
|
*
|
Added a filter for unique files by md5 hash
arkedos
2019-12-23
1
-0
/
+50
*
|
|
Merge branch 'laktak-paste_conflict'
toonn
2019-12-22
2
-5
/
+12
|
\
\
\
|
*
|
|
Merge branch 'master' into paste_conflict
Christian Zangl
2019-12-03
3
-26
/
+9
|
|
\
|
|
|
*
|
|
Merge branch 'master' into paste_conflict
Christian Zangl
2019-10-04
2
-1
/
+11
|
|
\
\
\
|
*
|
|
|
set default make_safe_path=get_safe_path
Christian Zangl
2019-07-21
2
-2
/
+4
|
*
|
|
|
Added a make_safe_path parameter to paste
Christian Zangl
2019-07-18
2
-25
/
+13
|
*
|
|
|
fix CopyLoader
Christian Zangl
2019-07-14
1
-1
/
+2
|
*
|
|
|
Added a conflict parameter to the paste action
Christian Zangl
2019-07-14
2
-7
/
+23
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Restore access to a preview cache in clean mode
toonn
2019-12-21
2
-5
/
+2
|
|
_
|
/
|
/
|
|
[prev]
[next]