summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2025-10-10moving to tokio runtime, better async handlingjakka
2025-10-09merged with lattest main commitjakka
2025-10-09updated deps and removed unneeded onesjakka
2025-10-09removed unneeded featurejakka
2025-10-08better file scanning logic - stopped walking down the filetree two times, ↵jakka
now files are sent thru channels from a walker thread
2025-10-05version bump due to updated rusqlite depsjakka
2025-10-05version bump due to updated rusqlite depsv0.3.2jakka
2025-10-05version bump due to updated libflac depsjakka
2025-10-05updated deps, most notably libflac-sysjakka
2025-09-30changelog edit and version bumpv0.3.1jakka
2025-09-27merged mainjakka
2025-09-27major reencoding logic rewrite, code cleanupjakka
2025-09-27switched depsjakka
2025-09-26updated deps, minor code tweakjakka
2025-09-09(no commit message)jakka
2025-08-13optimized file update query. version bumpv0.2.7jakka
2025-07-31updated depsjakka
2025-07-21dep updatev0.2.6-fixjakka
2025-07-17bump versionv0.2.6jakka
2025-07-17update console cratejakka
2025-07-17test threading version without rayonjakka
2025-07-11bump versionv0.2.5jakka
2025-07-11removed hashing since its not really needed if original file is intact, now ↵jakka
brocessing data in blocks
2025-07-10dep updatejakka
2025-07-07minor releasev0.2.4jakka
2025-07-07added better mutex handlingv0.2.3jakka
2025-07-07removed unneeded deps, cleaned up code a bitjakka
2025-07-05added explicit check for file actually existing when reencodingjakka
2025-07-05dep updatejakka
2025-07-02updated verv0.2.2jakka
2025-07-02removed all async codejakka
2025-07-02fixed project versionv0.2.0jakka
2025-07-02supposedly finished implementing everythingjakka
2025-07-02testing reencodingjakka
2025-07-02continued workingjakka
2025-07-02removed tokio depsjakka
2025-07-02trying out parallelismjakka
2025-07-01moved to claxonjakka
2025-07-01Revert "started working on my own libflac decoder"jakka
This reverts commit 715b53059b73d762348b8c1f54d9aa5f65f5262f.
2025-06-25started working on my own libflac decoderjakka
2025-06-21moved vacuum function to its modjakka
2025-06-19added file checking when opening db from file. added colors to cleaning ↵jakka
information and total indexed files. higher fps for progress bars
2025-06-19checking files before reencodingv0.1.2jakka
2025-06-19added progress barsv0.1.1jakka
2025-06-19reworked encoding async logicjakka
2025-06-19added more info in cargo.tomlv0.1.0jakka
2025-06-19better file path handling, fixed testsjakka
2025-06-19rewrote flac logic. added (non-working) batch reencoding test. added ↵jakka
reencode status update on reencoding
2025-06-15finished writing basic functionalityv0.0.1jakka
2025-06-15added final logic and cli flagsjakka