Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge pull request #433 from alex/pip-install-me-captain | David Reid | 2014-01-08 | 1 | -3/+2 | |
| |\ \ \ \ | | |_|/ / | |/| | | | Document that we're on PyPI | |||||
| | * | | | Document that we're on PyPI | Alex Gaynor | 2014-01-08 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #431 from dreid/release-0.1 | Alex Gaynor | 2014-01-08 | 2 | -2/+2 | |
| |\ \ \ \ | | |/ / / | |/| | | | Prepare to release. | |||||
| | * | | | Prepare to release. | David Reid | 2014-01-08 | 2 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #432 from dreid/blame-dreid | Alex Gaynor | 2014-01-08 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | |/| | | I guess I should take some of the blame. | |||||
| | * | | I guess I should take some of the blame. | David Reid | 2014-01-08 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge pull request #429 from alex/changelog | David Reid | 2014-01-08 | 4 | -0/+11 | |
| |\ \ | | | | | | | | | Fixed #428 -- added a changelog | |||||
| | * | | Reformat | Alex Gaynor | 2014-01-08 | 1 | -4/+2 | |
| | | | | ||||||
| | * | | Typo fix | Alex Gaynor | 2014-01-08 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixed #428 -- added a changelog | Alex Gaynor | 2014-01-08 | 4 | -0/+13 | |
| |/ / | ||||||
| * | | Merge pull request #424 from reaperhulk/padding-info-for-all | Alex Gaynor | 2014-01-07 | 1 | -2/+14 | |
| |\ \ | | | | | | | | | Add padding info to docs | |||||
| | * | | add padding info to docs | Paul Kehrer | 2014-01-07 | 1 | -2/+14 | |
| | |/ | ||||||
| * | | Merge pull request #423 from alex/ignore | Paul Kehrer | 2014-01-07 | 1 | -3/+3 | |
| |\ \ | | |/ | |/| | These eggs are sometimes files. We still don't care. | |||||
| | * | These eggs are sometimes files. We still don't care. | Alex Gaynor | 2014-01-07 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #418 from reaperhulk/move-contexts | David Reid | 2014-01-07 | 1 | -73/+83 | |
| |\ | | | | | | | Move ciphercontext/aeadciphercontext to bottom of symmetric encryption | |||||
| | * | move ciphercontext/aeadciphercontext to bottom of symmetric encryption | Paul Kehrer | 2014-01-07 | 1 | -73/+83 | |
| | | | | | | | | | | | | | | | Add a bit of additional text to try to make the convoluted AEAD explanation better. | |||||
| * | | Merge pull request #419 from reaperhulk/gcm-no-pad-required | Alex Gaynor | 2014-01-07 | 1 | -15/+5 | |
| |\ \ | | |/ | |/| | GCM does not require padding | |||||
| | * | GCM does not require padding (removing from docs example) | Paul Kehrer | 2014-01-07 | 1 | -15/+5 | |
| |/ | ||||||
| * | Merge pull request #416 from dreid/improved-aead-examples | Alex Gaynor | 2014-01-07 | 1 | -13/+73 | |
| |\ | | | | | | | Try making the AEAD examples less dense. | |||||
| | * | Make the example more complete and add some comments walking the user ↵ | David Reid | 2014-01-07 | 1 | -14/+49 | |
| | | | | | | | | | | | | through some stuff. | |||||
| | * | Try making the AEAD examples less dense. | David Reid | 2014-01-07 | 1 | -13/+38 | |
| | | | ||||||
| * | | Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now | Alex Gaynor | 2014-01-07 | 5 | -85/+2 | |
| |\ \ | | | | | | | | | remove CAST5 for first release | |||||
| | * | | also remove CAST5 docs | Paul Kehrer | 2014-01-07 | 1 | -9/+0 | |
| | | | | ||||||
| | * | | remove CAST5 for first release | Paul Kehrer | 2014-01-07 | 4 | -76/+2 | |
| | |/ | ||||||
| * | | Merge pull request #414 from alex/avail-cleanup | David Reid | 2014-01-07 | 3 | -44/+4 | |
| |\ \ | | |/ | |/| | Fixed #408 -- cleanup how is_available works | |||||
| | * | Explanatory comment | Alex Gaynor | 2014-01-07 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fixed #408 -- cleanup how is_available works | Alex Gaynor | 2014-01-07 | 3 | -44/+3 | |
| |/ | ||||||
| * | Merge pull request #392 from alex/setup-install-extension | Donald Stufft | 2014-01-07 | 4 | -11/+43 | |
| |\ | | | | | | | All the necessary things for setup.py to build cffi stuff | |||||
| | * | This is dangerous | Alex Gaynor | 2014-01-07 | 1 | -4/+1 | |
| | | | ||||||
| | * | Merge branch 'master' into setup-install-extension | Alex Gaynor | 2014-01-07 | 19 | -28/+528 | |
| | |\ | | |/ | |/| | ||||||
| * | | Merge pull request #410 from alex/release-automation | David Reid | 2014-01-07 | 4 | -0/+66 | |
| |\ \ | | | | | | | | | Write release automation software. Fixes #375 | |||||
| | * | | How to verify that your released correctly | Alex Gaynor | 2014-01-07 | 1 | -1/+9 | |
| | | | | ||||||
| | * | | Python 2.6 support | Alex Gaynor | 2014-01-07 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | More stuff | Alex Gaynor | 2014-01-07 | 3 | -3/+5 | |
| | | | | ||||||
| | * | | You need a gpg key to do a release | Alex Gaynor | 2014-01-07 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | This is a dev dep | Alex Gaynor | 2014-01-07 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Update release docs | Alex Gaynor | 2014-01-06 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | Merge branch 'master' into release-automation | Alex Gaynor | 2014-01-06 | 12 | -10/+411 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | Merge pull request #412 from alex/version-consistency | David Reid | 2014-01-06 | 1 | -4/+7 | |
| |\ \ \ | | | | | | | | | | | Compute the version in the same way as setup.py does | |||||
| | * | | | Compute the version in the same way as setup.py does | Alex Gaynor | 2014-01-06 | 1 | -4/+7 | |
| | | | | | ||||||
| * | | | | Merge pull request #411 from alex/spelling-fix | David Reid | 2014-01-06 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | Spell a word correctly | |||||
| | * | | | Spell a word correctly | Alex Gaynor | 2014-01-06 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #203 from alex/fernet | David Reid | 2014-01-06 | 11 | -6/+404 | |
| |\ \ \ | | | | | | | | | | | [WIP][POC] Implement Fernet | |||||
| | * \ \ | Merge branch 'master' into fernet | Alex Gaynor | 2014-01-02 | 41 | -275/+434 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/index.rst | |||||
| | * | | | | Remove this one weird debugger | Alex Gaynor | 2013-12-31 | 1 | -3/+0 | |
| | | | | | | ||||||
| | * | | | | Rearange sentence on recommendation of @jacobian | Alex Gaynor | 2013-12-31 | 2 | -3/+6 | |
| | | | | | | ||||||
| | * | | | | alphabetize | Alex Gaynor | 2013-12-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-30 | 37 | -569/+800 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Switch to the newer, safer, API | Alex Gaynor | 2013-12-27 | 1 | -3/+5 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-27 | 59 | -294/+834 | |
| | |\ \ \ \ \ |