summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-25Match assignment for dir metadataJon Moroney
2019-09-25Oneline fileinfo constructionJon Moroney
2019-09-24Move rather than copy file paths. Compiler may have optimized this away. Not ...Jon Moroney
2019-09-24Be explicit about types in hashmap for extra readabilityJon Moroney
2019-09-16Bump version and update README for readabilityJon Moroney
2019-09-16Bump version and update README for readabilityJon Moroney
2019-09-16Commit to nohash-hasherJon Moroney
2019-09-13Merge branch 'master' of github.com:darakian/ddhJon Moroney
2019-09-13Testing nohash hasherJon Moroney
2019-08-31Bump version so crates.io can see the readmeJon Moroney
2019-08-28Merge branch 'master' of github.com:darakian/ddhJon Moroney
2019-08-28Remove old dedupe codeJon Moroney
2019-08-28Merge pull request #16 from darakian/add-package-metadataJon Moroney
2019-08-28Merge branch 'add-package-metadata' of github.com:darakian/ddh into add-packa...Jon Moroney
2019-08-28Add more to readmeJon Moroney
2019-08-27fixup! Add basic metadataJon Moroney
2019-08-27Add basic metadataJon Moroney
2019-08-27Add reference to ddh-moveJon Moroney
2019-07-16Bump versionJon Moroney
2019-07-16Merge pull request #14 from darakian/debugJon Moroney
2019-07-16Update Cargo.tomlJon Moroney
2019-07-16This PR resolves a timing issue with how the dedupe logic worked.Jon Moroney
2019-07-15Tab in a bitJon Moroney
2019-07-15Bump versionJon Moroney
2019-07-15Remove some old commentsJon Moroney
2019-07-15Cleaner symlink handlingJon Moroney
2019-07-15Reduce pressure on stack by handling files before recussive stepJon Moroney
2019-07-12Remove stacker. Need to test stack issuesJon Moroney
2019-07-12Bump rayonJon Moroney
2019-05-22Reorder traverseJon Moroney
2019-05-20Bump versionJon Moroney
2019-05-20Print read errors in cli main code and remove all prints from libJon Moroney
2019-05-20New signature with errors. Also remove print from the traversalJon Moroney
2019-05-20Rename temp vecJon Moroney
2019-05-20Vector does need to be allocated for the parallelism. Can be made immutable t...Jon Moroney
2019-05-20Remove unnecessary vector allocationJon Moroney
2019-05-20Bump minor version. For new deduplicate_dirs signatureJon Moroney
2019-05-20Return list of files for which there were read errors. Prep for removing prin...Jon Moroney
2019-05-02Remove pub access to struct file_paths. Provide method access insteadJon Moroney
2019-04-28Bump version due to doc error and crates not wanting me to replace a versionJon Moroney
2019-04-28Fix docsJon Moroney
2019-04-28Add docs.rs for docsJon Moroney
2019-04-28Bump versionJon Moroney
2019-04-28Update function name and add basic documentationJon Moroney
2019-04-28Move helper structs and functions to privateJon Moroney
2019-04-28Move cli specific structs to main fileJon Moroney
2019-04-27Get authors from env as wellJon Moroney
2019-04-27Add version string back based on cargo version and begin lib commentsJon Moroney
2019-04-27Bump version and shift toward ddh lib backendJon Moroney
2019-04-27fixup! Link to crates.io on readmeJon Moroney