Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set edition 2018 and fix clippy issues. | Harald Eilertsen | 2019-02-12 | 2 | -5/+3 |
* | Remove unused field pw. | Harald Eilertsen | 2019-02-12 | 1 | -2/+0 |
* | Update readme to reflect new location of repo. | Harald Eilertsen | 2018-12-19 | 1 | -3/+5 |
* | Update dependencies. | Harald Eilertsen | 2018-12-19 | 2 | -395/+658 |
* | Return number of pwned passwords as exit code. | Harald Eilertsen | 2018-04-05 | 1 | -1/+5 |
* | Throttle checking multiple passwords. | Harald Eilertsen | 2018-04-04 | 1 | -1/+10 |
* | Nicer assert in k_anon test | Harald Eilertsen | 2018-04-04 | 1 | -2/+3 |
* | Refactor moving is_pwned check to separate function. | Harald Eilertsen | 2018-03-22 | 1 | -13/+43 |
* | Move reporting of pwned or not into main. | Harald Eilertsen | 2018-03-22 | 1 | -4/+12 |
* | Replace Hyper/tokio mess with Reqwest. | Harald Eilertsen | 2018-03-22 | 3 | -44/+254 |
* | Print usage if no args or passwords given. | Harald Eilertsen | 2018-03-14 | 1 | -1/+10 |
* | Separate args from passwords on the command line. | Harald Eilertsen | 2018-03-14 | 1 | -5/+4 |
* | Split main loop, first parse args then check passwords. | Harald Eilertsen | 2018-03-14 | 1 | -3/+5 |
* | Report number of breaches password is found in. | Harald Eilertsen | 2018-03-14 | 1 | -0/+4 |
* | Add readme | Harald Eilertsen | 2018-03-13 | 1 | -0/+37 |
* | Initial commit | Harald Eilertsen | 2018-03-13 | 5 | -0/+1551 |