aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor lib into modules.Harald Eilertsen2019-02-123-91/+130
* Run cargo fmt on sources.Harald Eilertsen2019-02-122-14/+16
* Move main logic into lib.Harald Eilertsen2019-02-122-95/+112
* We don't need extern_crate anymore.Harald Eilertsen2019-02-121-2/+0
* Set edition 2018 and fix clippy issues.Harald Eilertsen2019-02-121-5/+2
* Remove unused field pw.Harald Eilertsen2019-02-121-2/+0
* Return number of pwned passwords as exit code.Harald Eilertsen2018-04-051-1/+5
* Throttle checking multiple passwords.Harald Eilertsen2018-04-041-1/+10
* Nicer assert in k_anon testHarald Eilertsen2018-04-041-2/+3
* Refactor moving is_pwned check to separate function.Harald Eilertsen2018-03-221-13/+43
* Move reporting of pwned or not into main.Harald Eilertsen2018-03-221-4/+12
* Replace Hyper/tokio mess with Reqwest.Harald Eilertsen2018-03-221-35/+13
* Print usage if no args or passwords given.Harald Eilertsen2018-03-141-1/+10
* Separate args from passwords on the command line.Harald Eilertsen2018-03-141-5/+4
* Split main loop, first parse args then check passwords.Harald Eilertsen2018-03-141-3/+5
* Report number of breaches password is found in.Harald Eilertsen2018-03-141-0/+4
* Initial commitHarald Eilertsen2018-03-131-0/+116