summaryrefslogtreecommitdiff
path: root/bcrypt
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.0Donald Stufft2014-12-061-1/+1
* Merge pull request #27 from dstufft/upgrade-c-libAlex Gaynor2014-12-0519-57/+84
|\
| * Disable ASM againDonald Stufft2014-12-051-1/+1
| * Upgrade crypt_blowfish to 1.3Donald Stufft2014-12-0519-58/+85
* | Disable the ability to implicitly compile the CFFI moduleDonald Stufft2014-12-051-0/+11
|/
* Lazily load the library upon first useDonald Stufft2014-12-051-2/+26
* Remove unicode_literals, it doesn't play well with distutilsDonald Stufft2014-12-051-1/+0
* Bring the _create_modulename over from cryptographyDonald Stufft2014-12-051-16/+28
* Merge pull request #11 from Ayrx/patch-1Alex Gaynor2014-12-051-1/+1
|\
| * Update __about__.pyTerry Chia2014-08-161-1/+1
* | Enable flake8 style checksDonald Stufft2014-12-051-15/+26
* | Switch to using sixDonald Stufft2014-12-051-11/+3
|/
* Bump versionv1.0.2Donald Stufft2013-05-191-1/+1
* Don't attempt to load assembler on i386Donald Stufft2013-05-192-1/+3
* bump versionv1.0.1Donald Stufft2013-05-111-1/+1
* Use a more consistent name for the compiled moduleDonald Stufft2013-05-111-2/+13
* bump versionv1.0.0Donald Stufft2013-05-111-1/+1
* Give a better error message when passing a text type to hashpwDonald Stufft2013-05-111-0/+13
* Use native strings to the CFFI verifierDonald Stufft2013-05-101-5/+5
* Make a note about getting a .S file into distutilsDonald Stufft2013-05-101-0/+2
* Implement a high level wrapper around crypt_blowfishDonald Stufft2013-05-102-0/+88
* Import crypt_blowfish from OpenWall (http://openwall.com/crypt/)Donald Stufft2013-05-1017-0/+2820
* Initial importDonald Stufft2013-05-101-0/+18