| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add checkpw (#76) | Paul Kehrer | 2016-06-29 | 4 | -5/+83 | |
| * | Invoke task to make bcrypt releases a bit simpler (#75) | Paul Kehrer | 2016-06-29 | 1 | -0/+120 | |
| * | Fix README.rst formatting (#73) | Paul Kehrer | 2016-06-28 | 1 | -7/+7 | |
| * | Refactor tests to stop duplicating vectors (#78) | Paul Kehrer | 2016-06-28 | 1 | -142/+72 | |
| * | bump version to 3.0.0 (#72)3.0.0 | Paul Kehrer | 2016-06-28 | 1 | -1/+1 | |
| * | Add bcrypt pbkdf support (#70) | Paul Kehrer | 2016-06-27 | 3 | -3/+170 | |
| * | Add bcrypt pbkdf bindings (#69) | Paul Kehrer | 2016-06-27 | 2 | -0/+171 | |
| * | Convert bcrypt to use OpenBSD code (#68) | Paul Kehrer | 2016-06-27 | 30 | -2883/+2233 | |
| * | add OS X to travis configs (#71) | Paul Kehrer | 2016-06-22 | 3 | -5/+45 | |
| * | Merge pull request #62 from crazyh/master | Paul Kehrer | 2016-05-23 | 5 | -45/+45 | |
| |\ | ||||||
| | * | Add vendor prefixes for public sym names | Sergey Zolotorev | 2016-03-03 | 5 | -45/+45 | |
| |/ | ||||||
| * | Merge pull request #59 from reaperhulk/fix-49-docs | Alex Gaynor | 2016-02-13 | 2 | -1/+10 | |
| |\ | ||||||
| | * | raise a decent error if pypy <2.6 + update README | Paul Kehrer | 2016-02-13 | 2 | -1/+10 | |
| |/ | ||||||
| * | Merge pull request #57 from reaperhulk/better-docs | Alex Gaynor | 2016-02-13 | 1 | -2/+3 | |
| |\ | ||||||
| | * | updates based on feedback | Paul Kehrer | 2015-11-29 | 1 | -3/+3 | |
| | * | provide a better explanation for what to do with long passwords | Paul Kehrer | 2015-11-29 | 1 | -2/+3 | |
| * | | Merge pull request #51 from pyca/alex-patch-1 | Paul Kehrer | 2015-12-20 | 2 | -16/+31 | |
| |\ \ | |/ |/| | ||||||
| | * | try it like this | Alex Gaynor | 2015-12-20 | 1 | -17/+30 | |
| | * | Merge branch 'master' into alex-patch-1 | Alex Gaynor | 2015-12-19 | 1 | -0/+15 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #52 from pyca/alex-patch-2 | Donald Stufft | 2015-10-20 | 1 | -0/+15 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into alex-patch-2 | Alex Gaynor | 2015-10-18 | 4 | -6/+4 | |
| | |\ \ | |/ / |/| | | ||||||
| | * | | typo | Alex Gaynor | 2015-10-17 | 1 | -1/+1 | |
| | * | | Document that bcrypt doesn't handle long passwords | Alex Gaynor | 2015-10-17 | 1 | -0/+15 | |
| | | * | Merge branch 'master' into alex-patch-1 | Alex Gaynor | 2015-10-18 | 4 | -6/+4 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #53 from alex/no-py32 | Hynek Schlawack | 2015-10-18 | 4 | -6/+4 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | drop python 3.2 | Alex Gaynor | 2015-10-17 | 4 | -6/+4 | |
| |/ / | ||||||
| | * | here too | Alex Gaynor | 2015-09-15 | 1 | -1/+1 | |
| | * | Added python3.5 | Alex Gaynor | 2015-09-15 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #46 from chris-erickson/patch-1 | Paul Kehrer | 2015-06-21 | 1 | -1/+14 | |
| |\ | ||||||
| | * | Update badge and system package requirements | Chris Erickson | 2015-06-21 | 1 | -3/+3 | |
| | * | Update README to include additional install steps | Chris Erickson | 2015-06-20 | 1 | -1/+14 | |
| |/ | ||||||
| * | Merge pull request #44 from dstufft/bump-version22.0.0 | Paul Kehrer | 2015-06-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Bump version to 2.0.0 | Donald Stufft | 2015-06-12 | 1 | -1/+1 | |
| * | | Merge pull request #45 from dstufft/pr/36 | Paul Kehrer | 2015-06-12 | 3 | -86/+107 | |
| |\ \ | |/ |/| | ||||||
| | * | Document the adjustable prefix | Donald Stufft | 2015-06-12 | 1 | -0/+8 | |
| | * | Add tests for gensalt(prefix) functionality | jazzyb | 2015-06-12 | 1 | -0/+10 | |
| | * | Add prefix option to gensalt() - default to "2b" | jazzyb | 2015-06-12 | 2 | -86/+89 | |
| |/ | ||||||
| * | Merge pull request #43 from dstufft/cffi1.0 | Paul Kehrer | 2015-06-11 | 26 | -200/+157 | |
| |\ | ||||||
| | * | Install PyPy 2.6 on Travis | Donald Stufft | 2015-06-11 | 3 | -2/+30 | |
| | * | Migrate to using CFFI 1.0 | Donald Stufft | 2015-06-11 | 23 | -198/+127 | |
| |/ | ||||||
| * | Merge pull request #40 from reaperhulk/1.1.1-version-bumpv1.1.1 | Alex Gaynor | 2015-03-13 | 1 | -1/+1 | |
| |\ | ||||||
| | * | bump version to 1.1.1 | Paul Kehrer | 2015-03-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #35 from alex/docker! | Donald Stufft | 2015-03-13 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Try out the new travis docker infra | Alex Gaynor | 2014-12-17 | 1 | -0/+2 | |
| * | | Merge pull request #38 from alex/nul-bytes | Donald Stufft | 2015-03-13 | 2 | -0/+8 | |
| |\ \ | ||||||
| | * | | flake8 | Alex Gaynor | 2015-03-13 | 1 | -0/+1 | |
| | * | | Error out on NUL bytes. | Alex Gaynor | 2015-03-13 | 2 | -0/+7 | |
| * | | | Merge pull request #39 from alex/how-to-report | Donald Stufft | 2015-03-13 | 1 | -0/+8 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | fixed typo | Alex Gaynor | 2015-03-13 | 1 | -3/+3 | |
| | * | | Document how to report a security issue | Alex Gaynor | 2015-03-13 | 1 | -0/+8 | |
| |/ / | ||||||
