summaryrefslogtreecommitdiffstats
path: root/src/files.rs
AgeCommit message (Expand)Author
2020-05-23reduce flicker due to tickerrabite
2020-03-02use safer cast instead of transmuterabite0
2020-02-29fix/add back link indicatorsrabite0
2020-02-18fix performance regression from last commitrabite
2020-02-18more robust getdents handling for fs without d_typerabite
2020-02-18another day, another boost: 30% faster on linux with getdents64rabite
2020-02-18recalculate number of visible files when filter is updatedrabite
2020-02-16extract tick function and tick for widgets toorabite
2020-02-15more efficient handling of tagsrabite
2020-02-15lowered cpu usage while browsing using binary searchrabite
2020-02-15reworked File iteratorsrabite
2020-02-14tame rouge io-threadsrabite
2020-02-12switch to tree_magic_fork (fixing memleak)rabite
2020-02-12reduce latency by not running in unnecessary thread poolrabite
2020-02-12use nix's lower level API to read in directoriesrabite
2020-02-11the fastest file manager in the galaxyrabite
2020-02-08fix reverse sortingrabite
2020-02-08fix crash by catching tree_magic's panic and handle it gracefullyrabite
2020-02-07fix calculation of the number of files when toggling hidden filesrabite
2020-02-07fix calculation of the number of shown files in a directoryrabite
2020-02-05buggy super-fast crazy stuffbuggy-speedrabite
2020-02-05more prallel processingrabite
2020-01-27process files in parallelrabite
2020-01-27further speed up creation of Filesrabite
2020-01-27speed up creation of Filesrabite
2020-01-27use faster unstable sortingrabite
2020-01-27minimize allocations in render_fnrabite
2020-01-26fix blocking when entering/leaving large directoryrabite
2020-01-25speed up construction of Filesrabite
2020-01-24fix regression/crash when directory becomes emptyrabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23fix updates ignoring sort/filter/etc settings when renderingrabite
2020-01-23save number of visible files instead of recalculating it every timerabite
2020-01-22remove limit on number of files updated at oncerabite
2019-12-23fixed hangs when updating large directories (>10k files)rabite
2019-12-20improved Files interface by returning Iterator instead of Vec<&File>rabite
2019-12-15fix warnings on recent compilersrabite
2019-06-30filter by file selectionrabite
2019-06-29modularize media preview generator into own workspacerabite
2019-05-28fix crash in mime_guess when operating on non-regular filesrabite
2019-05-28improved mime detection for extension-less filesrabite
2019-05-21merge in media-preview stuffrabite
2019-05-11use async_value libraryrabite
2019-05-09add icons to file listrabite
2019-05-08add incremental search/filterrabite
2019-04-20use libraryized pathbuftoolsrabite
2019-04-20remove unused importrabite
2019-04-20Merge branch 'master' of https://github.com/rabite0/hunterrabite
2019-04-20Merge pull request #24 from cpdean/fix-lscolorsrabite0
2019-04-16use libraryized osstrtoolsrabite