| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #38 from alex/nul-bytes | Donald Stufft | 2015-03-13 | 2 | -0/+8 | |
| |\ \ | | | | | | | Error out on NUL bytes. | |||||
| | * | | 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 | |
| |\ \ \ | |/ / |/| | | Document how to report a security issue | |||||
| | * | | 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 | |
| |/ / | ||||||
| * | | Merge pull request #37 from reaperhulk/update-readme-and-ignores | Alex Gaynor | 2015-03-04 | 2 | -1/+7 | |
| |\ \ | |/ |/| | Update readme and ignores | |||||
| | * | fix indentation | Paul Kehrer | 2015-03-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | update gitignores | Paul Kehrer | 2015-03-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | update badge and add new badge | Paul Kehrer | 2015-03-04 | 1 | -1/+5 | |
| |/ | ||||||
| * | Merge pull request #33 from dstufft/bump-versionv1.1.0 | Alex Gaynor | 2014-12-06 | 1 | -1/+1 | |
| |\ | | | | | Bump version to 1.1.0 | |||||
| | * | Bump version to 1.1.0 | Donald Stufft | 2014-12-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #30 from alex/increase-the-work-factor | Donald Stufft | 2014-12-06 | 1 | -1/+1 | |
| |\ | | | | | Make the example of changing the workfactor *increase* it, rather than decrease it | |||||
| | * | Make the example of changing the workfactor *increase* it, rather than ↵ | Alex Gaynor | 2014-12-06 | 1 | -1/+1 | |
| | | | | | | | | | decrease it | |||||
| * | | Merge pull request #31 from alex/no-more-mock | Donald Stufft | 2014-12-06 | 3 | -11/+3 | |
| |\ \ | | | | | | | Removed usage of mock which wasn't really doing anything | |||||
| | * | | Removed usage of mock which wasn't really doing anything | Alex Gaynor | 2014-12-06 | 3 | -11/+3 | |
| | |/ | ||||||
| * | | Merge pull request #32 from alex/simplify-test | Donald Stufft | 2014-12-06 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Simplify, very slightly, how the parameterize decorator is used | |||||
| | * | Simplify, very slightly, how the parameterize decorator is used | Alex Gaynor | 2014-12-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #29 from alex/scrap-attr-dict | Donald Stufft | 2014-12-06 | 1 | -21/+8 | |
| |\ | | | | | scrapped attribute dict in setup.py, it wasn't doing much | |||||
| | * | scrapped attribute dict in setup.py, it wasn't doing much | Alex Gaynor | 2014-12-05 | 1 | -21/+8 | |
| |/ | ||||||
| * | Merge pull request #28 from dstufft/slight-reword | Alex Gaynor | 2014-12-05 | 1 | -1/+1 | |
| |\ | | | | | Slightly reword this not to specify every single Python version | |||||
| | * | Slightly reword this not to specify every single Python version | Donald Stufft | 2014-12-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #27 from dstufft/upgrade-c-lib | Alex Gaynor | 2014-12-05 | 21 | -59/+86 | |
| |\ \ | | | | | | | Upgrade the C library, crypt_blowfish | |||||
| | * | | Disable ASM again | Donald Stufft | 2014-12-05 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Upgrade crypt_blowfish to 1.3 | Donald Stufft | 2014-12-05 | 21 | -60/+87 | |
| | |/ | ||||||
| * | | Merge pull request #26 from dstufft/disable-implicit-compile | Alex Gaynor | 2014-12-05 | 2 | -0/+16 | |
| |\ \ | |/ |/| | Disable the ability to implicitly compile the CFFI module | |||||
| | * | Disable the ability to implicitly compile the CFFI module | Donald Stufft | 2014-12-05 | 2 | -0/+16 | |
| |/ | ||||||
| * | Merge pull request #24 from dstufft/lazy-library | Alex Gaynor | 2014-12-05 | 1 | -2/+26 | |
| |\ | | | | | Lazily load the library upon first use | |||||
| | * | Lazily load the library upon first use | Donald Stufft | 2014-12-05 | 1 | -2/+26 | |
| |/ | ||||||
| * | Merge pull request #23 from dstufft/modulename | Alex Gaynor | 2014-12-05 | 1 | -17/+28 | |
| |\ | | | | | Bring the _create_modulename over from cryptography | |||||
| | * | Remove unicode_literals, it doesn't play well with distutils | Donald Stufft | 2014-12-05 | 1 | -1/+0 | |
| | | | ||||||
| | * | Bring the _create_modulename over from cryptography | Donald Stufft | 2014-12-05 | 1 | -16/+28 | |
| |/ | ||||||
| * | Merge pull request #17 from dstufft/setup-py | Alex Gaynor | 2014-12-05 | 1 | -25/+185 | |
| |\ | | | | | Port the setup.py from pyca/cryptography to bcrypt | |||||
| | * | Port the setup.py from pyca/cryptography to bcrypt | Donald Stufft | 2014-12-05 | 1 | -25/+185 | |
| | | | ||||||
| * | | Merge pull request #22 from dstufft/coverage | Alex Gaynor | 2014-12-05 | 2 | -1/+8 | |
| |\ \ | | | | | | | Enable coverage testing and require 100% coverage | |||||
| | * | | Enable coverage testing and require 100% coverage | Donald Stufft | 2014-12-05 | 2 | -1/+8 | |
| | |/ | ||||||
| * | | Merge pull request #11 from Ayrx/patch-1 | Alex Gaynor | 2014-12-05 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Update __about__.py | |||||
| | * | Update __about__.py | Terry Chia | 2014-08-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #21 from dstufft/style | Alex Gaynor | 2014-12-05 | 5 | -62/+245 | |
| |\ \ | | | | | | | Enable flake8 style checks | |||||
| | * | | Enable flake8 style checks | Donald Stufft | 2014-12-05 | 5 | -62/+245 | |
| |/ / | ||||||
| * | | Merge pull request #18 from dstufft/use-tox | Alex Gaynor | 2014-12-05 | 2 | -15/+31 | |
| |\ \ | | | | | | | Use tox to handle the testing and enable coverage | |||||
| | * | | We don't need this optimization in the bcrypt test suite | Donald Stufft | 2014-12-05 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Switch to using tox to run our tests and expect PyPy to pass | Donald Stufft | 2014-12-05 | 2 | -15/+31 | |
| | | | | ||||||
| * | | | Merge pull request #20 from dstufft/six | Alex Gaynor | 2014-12-05 | 3 | -13/+11 | |
| |\ \ \ | |/ / | | | | Switch to using six | |||||
| | * | | Switch to using six | Donald Stufft | 2014-12-05 | 3 | -13/+11 | |
| |/ / | ||||||
| * | | Merge pull request #19 from dstufft/correct-ignore | Alex Gaynor | 2014-12-05 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix the syntax of .gitignore | |||||
| | * | Fix the syntax of .gitignore | Donald Stufft | 2014-12-05 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #7 from alex/fix-readme | David Reid | 2014-02-21 | 1 | -2/+2 | |
| |\ | | | | | Fixed the travis link in the readme | |||||
| | * | Fixed the travis link in the readme | Alex Gaynor | 2013-11-15 | 1 | -2/+2 | |
| |/ | ||||||
| * | Bump versionv1.0.2 | Donald Stufft | 2013-05-19 | 1 | -1/+1 | |
| | | ||||||
