Commit graph

  • 4ef2233ba7 Update syntax for using serde dervie to not use 'macro use' Jon Moroney 2018-11-16 11:31:38 -0800
  • 7833a391b5 Ignore macos .DS_Store file Jon Moroney 2018-11-16 11:15:11 -0800
  • a835ec16a6 Move all hashing to single function. Fix minor bug and make mode clear. Jon Moroney 2018-11-13 10:41:37 -0800
  • 43d1d0299d Move all hashing to lib Jon Moroney 2018-11-13 10:23:41 -0800
  • a36bcb4814 Remove old comments Jon Moroney 2018-09-09 10:53:55 -1000
  • ff933fd3bf Merge branch 'master' of https://github.com/darakian/ddh Jon Moroney 2018-08-19 09:55:31 -1000
  • 593541259e Fix typo Jon Moroney 2018-08-19 09:55:25 -1000
  • d182f68bdf
    Merge pull request #11 from mattzamudio/master Jon Moroney 2018-08-17 18:18:32 -1000
  • 42d599df4c
    Update README.md mattzamudio 2018-08-17 18:09:34 -0700
  • 83f199e772
    Update README.md mattzamudio 2018-08-17 18:08:33 -0700
  • 1a6399bd54
    Update README.md mattzamudio 2018-08-17 18:07:49 -0700
  • 24403a2212
    Update README.md mattzamudio 2018-08-17 18:06:26 -0700
  • 76b738590c
    Update README.md mattzamudio 2018-08-17 18:05:14 -0700
  • 0231e9f789
    Update README.md mattzamudio 2018-08-17 18:04:33 -0700
  • 448f49b17d Fix get_file_name to remove path Jon Moroney 2018-07-07 09:57:44 -1000
  • b4c32ff29e Fix get_file_name to remove path Jon Moroney 2018-07-07 09:56:51 -1000
  • 771dd508d7 Move hash values to Option<u64> to better handle the case of no hash. ie. No hash is now "None" rather than zero Jon Moroney 2018-07-06 17:28:50 -1000
  • ce5711c157 Improve output command parsing Jon Moroney 2018-07-04 16:25:21 -1000
  • ca2e0bfe94 Improve output command parsing Jon Moroney 2018-07-04 16:18:10 -1000
  • c8c5e48f7a Remove bool flag for rehashing Jon Moroney 2018-07-03 20:47:34 -1000
  • 22d5795d9b Move partial hash to file info struct and remove logic for partial hashing from main hash Jon Moroney 2018-07-03 20:16:15 -1000
  • c88dd34ecf Remove 4k skip to reduce dependencies and to simplify the code Jon Moroney 2018-07-03 10:09:21 -1000
  • a7f41946da encapsulate file_hash Jon Moroney 2018-07-03 09:38:32 -1000
  • 014f288591 encapsulate file length Jon Moroney 2018-07-03 09:32:17 -1000
  • 4180666196 Update readme and add no output option with -o no Jon Moroney 2018-07-03 09:28:35 -1000
  • df43338e9a Update readme and add no output option with -o no Jon Moroney 2018-07-03 09:08:06 -1000
  • 6fb48fd101 Update readme and add no output option with -o no Jon Moroney 2018-07-03 09:06:10 -1000
  • c19b1ceab2 Add results printout back Jon Moroney 2018-07-03 08:38:20 -1000
  • 0971efd56d nix deploy Jon Moroney 2018-07-02 11:03:00 -1000
  • e96de2f9b5 Update readme Jon Moroney 2018-06-30 12:51:11 -1000
  • 1692d11be5 Rename mark_rehash to secondary_hash for clarity Jon Moroney 2018-06-30 12:50:01 -1000
  • ce841a5067 Ignore results Jon Moroney 2018-06-30 12:40:26 -1000
  • 99fa897616 Add some flavor text when overwriting results file Jon Moroney 2018-06-30 12:36:20 -1000
  • 7fe67acf1f Reorder some functions Jon Moroney 2018-06-30 12:33:01 -1000
  • 5eaf6eeb3a Rework output model and drop csv output in favor of json Jon Moroney 2018-06-30 12:23:44 -1000
  • 4b3df377a3 One more comment for clarity Jon Moroney 2018-06-30 10:52:30 -1000
  • 7724138b27 Leave things pub Jon Moroney 2018-06-29 20:03:48 -1000
  • 06e4210ca6 Leave things pub Jon Moroney 2018-06-29 20:03:39 -1000
  • b351e41270 Make some fields private Jon Moroney 2018-06-29 19:55:04 -1000
  • a5e5045262 Move FileInfo struct out to lib.rs for readability Jon Moroney 2018-06-29 19:47:25 -1000
  • 2159fdca00 Remove comment code Jon Moroney 2018-06-29 18:11:48 -1000
  • 21244303c7 Change printout formatting Jon Moroney 2018-06-29 18:05:45 -1000
  • 4bb9978371 Change printout formatting for singles Jon Moroney 2018-06-29 18:03:52 -1000
  • 68714433f0 Change printout formatting Jon Moroney 2018-06-29 18:01:28 -1000
  • 91018d5844 Add some comments for clarity Jon Moroney 2018-06-28 17:39:34 -0700
  • dc4fcf642c Make exit message more clear Jon Moroney 2018-06-23 11:10:53 -1000
  • 19d8c71741 Exit if results file already exists Jon Moroney 2018-06-23 11:10:17 -1000
  • 6b2a878020 Update readme Jon Moroney 2018-06-23 11:09:23 -1000
  • f7cc33b0c3 Increment version Jon Moroney 2018-06-22 17:07:57 -1000
  • 3b3db06486 Write results to file as default Jon Moroney 2018-06-22 17:07:26 -1000
  • 61ac71632c Get file to write to from user Jon Moroney 2018-06-22 16:39:25 -1000
  • 879a8aee36 Prep for better output mode Jon Moroney 2018-06-22 16:25:07 -1000
  • fa4a899b0f Fix display print Jon Moroney 2018-06-02 15:57:21 -1000
  • 9b7d50f033 Merge branch 'master' of https://github.com/darakian/ddh Jon Moroney 2018-06-02 15:15:46 -1000
  • 215e822438 Use metadata for file/dir checking. Jon Moroney 2018-06-02 15:15:37 -1000
  • 1b905a3842 Build on all branches with travis Jon Moroney 2018-06-02 14:04:22 -1000
  • 088f3cf860
    Merge pull request #10 from darakian/release Jon Moroney 2018-06-02 14:00:32 -1000
  • a2ee1c1dff Use metadata for file/dir checking. Jon Moroney 2018-06-02 13:40:09 -1000
  • d8f5810256 Parens for clarity Jon Moroney 2018-05-19 12:53:13 -1000
  • cc7be4add8 Update error text and logic before adding fileinfo Jon Moroney 2018-05-17 17:29:02 -1000
  • d6514882e0 Remove canonicalize on argument parsing Jon Moroney 2018-05-17 17:25:35 -1000
  • f5b9613ab9 Merge branch 'master' of https://github.com/darakian/ddh Jon Moroney 2018-05-15 16:24:10 -1000
  • 88cf4e25e7 Update tag for windows builds Jon Moroney 2018-05-15 14:11:43 -1000
  • 6fbcddab98
    Merge pull request #8 from darakian/release Jon Moroney 2018-05-15 13:55:03 -1000
  • e06fc721fc Merge branch 'master' of https://github.com/darakian/ddh Jon Moroney 2018-05-15 13:50:59 -1000
  • 3d5102d39b Merge branch 'master' into release Jon Moroney 2018-05-15 13:50:30 -1000
  • 4fa1f62dcd Move to VS 2017 Jon Moroney 2018-05-15 13:48:53 -1000
  • 8479926299
    Update README.md Jon Moroney 2018-05-15 13:19:03 -1000
  • f2924bc018
    Update README.md Jon Moroney 2018-05-15 13:18:36 -1000
  • 6abca2eed4
    Merge pull request #6 from darakian/release Jon Moroney 2018-05-15 11:41:02 -1000
  • 00c581509e Update travis yml Jon Moroney 2018-05-15 11:39:30 -1000
  • e58114db97 Update travis yml Jon Moroney 2018-05-15 11:38:27 -1000
  • 82af3c0dc0 Add tag to travis build Jon Moroney 2018-05-15 11:17:11 -1000
  • 64ea6b8391 Restrict travis deploy to release branch Jon Moroney 2018-05-15 11:03:46 -1000
  • 8c64d23dce Restrict appveyor deploy to release branch Jon Moroney 2018-05-15 11:01:28 -1000
  • b2a8f155ca Update yml Jon Moroney 2018-05-15 11:00:35 -1000
  • b64c1c00b9 More appveyor testing Jon Moroney 2018-05-15 10:55:02 -1000
  • 5c9edf649b More appveyor testing Jon Moroney 2018-05-15 10:47:22 -1000
  • 695c6c3beb More appveyor testing Jon Moroney 2018-05-15 10:39:50 -1000
  • 5cb5efaefe Release on tags Jon Moroney 2018-05-15 10:31:22 -1000
  • 3ada8211b0 Looking for win binary Jon Moroney 2018-05-15 10:20:03 -1000
  • 460b621e03 Add newline for error output Jon Moroney 2018-05-15 10:18:30 -1000
  • c59d36c89a Add travis deploy Jon Moroney 2018-05-15 10:14:10 -1000
  • 0e5c16cd42 Add appveyor path Jon Moroney 2018-05-15 10:09:15 -1000
  • 8ad7470465 Add appveyor path Jon Moroney 2018-05-15 10:01:09 -1000
  • 4e31679a2b Add appveyor build status Jon Moroney 2018-05-15 10:00:14 -1000
  • ad76afa631 Test appveyor Jon Moroney 2018-05-15 09:54:59 -1000
  • fa90b6000b Test appveyor Jon Moroney 2018-05-15 09:45:56 -1000
  • f74be402ce Test appveyor Jon Moroney 2018-05-15 09:43:25 -1000
  • b952579a86 Test appveyor Jon Moroney 2018-05-15 09:41:44 -1000
  • 9d336ae4a0 Test appveyor Jon Moroney 2018-05-15 09:37:11 -1000
  • 86f25d92d9 Test appveyor Jon Moroney 2018-05-15 09:35:52 -1000
  • 246a3ffa6b Test appveyor Jon Moroney 2018-05-15 09:32:13 -1000
  • 313fe89a0d Test appveyor Jon Moroney 2018-05-15 09:29:38 -1000
  • 723a191e99 Test appveyor Jon Moroney 2018-05-15 09:25:38 -1000
  • 739c5c7d73 Test appveyor Jon Moroney 2018-05-15 09:24:01 -1000
  • 926ffffbd2 Test appveyor Jon Moroney 2018-05-15 09:23:06 -1000
  • 79bc79025c Test appveyor Jon Moroney 2018-05-15 09:18:03 -1000
  • be32c27616 Test appveyor Jon Moroney 2018-05-15 09:17:12 -1000
  • 3a6edee5f2 Comment out explicit drop Jon Moroney 2018-05-10 15:39:33 -1000