Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing comma in enumeration | Mark Friedenbach | 2016-02-19 | 1 | -1/+1 |
| | | | | Trailing commas are not supported in strict C89. | ||||
* | Revert "Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89." | Mark Friedenbach | 2016-02-19 | 1 | -6/+6 |
| | | | | This reverts commit a6bf28bbb2a8505fd2079e965d2d7868caefaff6. | ||||
* | Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89. | Mark Friedenbach | 2016-02-08 | 1 | -6/+6 |
| | |||||
* | improve readme | Mattias Andrée | 2015-11-28 | 1 | -1/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-11-27 | 3 | -1/+47 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | libsha2_sum_fd continues if interrupted | Mattias Andrée | 2015-09-20 | 1 | -2/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m style | Mattias Andrée | 2015-09-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | padding | Mattias Andrée | 2015-09-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mashalling state | Mattias Andrée | 2015-09-14 | 2 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add libsha2_sum_fd | Mattias Andrée | 2015-09-14 | 3 | -0/+106 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | implement sha2 | Mattias Andrée | 2015-09-14 | 4 | -22/+189 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add things around the actual hashing | Mattias Andrée | 2015-09-14 | 7 | -0/+629 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add copying and license | Mattias Andrée | 2015-09-14 | 2 | -0/+678 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add readme | Mattias Andrée | 2015-09-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | first commit | Mattias Andrée | 2015-09-14 | 1 | -0/+22 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |