| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ↵ | Eli Collins | 2013-12-27 | 1 | -1/+1 |
| | | | | | comment 7) (transplant of r1f5b8860b743 from default branch) | ||||
| * | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -97/+28 |
| | | | | | | | | * password hash api rewritten to center around PasswordHash abstract class * extended walkthrough and documentation for PasswordHash interface * pared down the per-hash examples, added links to PasswordHash * updates docs and warnings | ||||
| * | documentation updates for last two commits | Eli Collins | 2012-02-08 | 1 | -1/+1 |
| | | |||||
| * | replaced utils.h64 module with utils.Base64Engine instance | Eli Collins | 2012-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | * new utils.Base64Engine() provides flexible class for encoding arbitrary base64 charmaps. it should also be a bit faster than the old h64 module. * predefined 'h64' instance has mostly the same methods as the old h64 module which it takes the place off - so imports should be unaffected. (the only the exception of the xxx_dc_xxx methods, which now use the 'h64big' instance) * replaced utils._blowfish base64 encoding with custom Base64Engine instance to reduce code duplication. * more through unittests for Base64Engine. | ||||
| * | traditional post-release tweaks to documentation | Eli Collins | 2011-08-17 | 1 | -0/+2 |
| | | |||||
| * | docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵ | Eli Collins | 2011-07-10 | 1 | -2/+2 |
| | | | | | documentation | ||||
| * | minor doc fixes | Eli Collins | 2011-07-08 | 1 | -2/+2 |
| | | |||||
| * | various documentation updates | Eli Collins | 2011-06-01 | 1 | -1/+1 |
| | | |||||
| * | documentation work | Eli Collins | 2011-03-14 | 1 | -1/+1 |
| | | | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc | ||||
| * | finished documenting specific interface details for all existing password hashes | Eli Collins | 2011-03-03 | 1 | -11/+33 |
| | | |||||
| * | more documentation added | Eli Collins | 2011-02-24 | 1 | -27/+38 |
| | | |||||
| * | doc cleanup - changed hash descriptions from modules -> classes | Eli Collins | 2011-02-16 | 1 | -9/+4 |
| | | |||||
| * | tweaks to docs | Eli Collins | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | more documentation work | Eli Collins | 2011-02-02 | 1 | -7/+76 |
| | | |||||
| * | more work on doc | Eli Collins | 2011-02-01 | 1 | -10/+10 |
| | | |||||
| * | updated docs | Eli Collins | 2011-01-31 | 1 | -0/+16 |
