Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -35/+13 |
* | 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 |
* | Initial commit | Harald Eilertsen | 2018-03-13 | 1 | -0/+116 |