aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependency ring.HEADmasterHarald Eilertsen2019-02-122-4/+12
* Update dependencies.Harald Eilertsen2019-02-121-291/+293
* Build the standalone lib too.Harald Eilertsen2019-02-121-0/+4
* Refactor lib into modules.Harald Eilertsen2019-02-123-91/+130
* Run cargo fmt on sources.Harald Eilertsen2019-02-123-14/+29
* 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-122-5/+3
* Remove unused field pw.Harald Eilertsen2019-02-121-2/+0
* Update readme to reflect new location of repo.Harald Eilertsen2018-12-191-3/+5
* Update dependencies.Harald Eilertsen2018-12-192-395/+658
* 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-223-44/+254
* 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
* Add readmeHarald Eilertsen2018-03-131-0/+37
* Initial commitHarald Eilertsen2018-03-135-0/+1551