Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-11 | fix bug | Mattias Andrée | 6 | -12/+12 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-11 | fix bug in the c versions for smaller state sizes | Mattias Andrée | 2 | -12/+24 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-11 | m + fix for issue #14 | Mattias Andrée | 1 | -7/+5 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | whoops, error in non-python version when hashing with a wordsize below 64 bits | Mattias Andrée | 4 | -104/+104 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | derp | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-03 | derp | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-08-21 | m | Mattias Andrée | 6 | -30/+30 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-08-21 | fix error in partial bit support for c implementations | Mattias Andrée | 4 | -28/+36 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-08-21 | screw that, I am not doing vala | Mattias Andrée | 2 | -854/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-08-21 | beginning on support for partial bytes, c implemention is not working correctly | Mattias Andrée | 13 | -164/+888 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-04-23 | fix memory leak | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-04-23 | fix year duplication | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-12 | c version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99 | Mattias Andrée | 2 | -10/+11 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-12 | c version: add inclusion guard | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | forgot to wipe at realloc | Mattias Andrée | 1 | -0/+4 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | c version: make the state accessible | Mattias Andrée | 2 | -0/+19 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeing | Mattias Andrée | 2 | -1/+48 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | add thread support | Mattias Andrée | 2 | -14/+25 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | typo | Mattias Andrée | 2 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | namespace c version | Mattias Andrée | 3 | -92/+92 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-02-11 | bump year | Mattias Andrée | 19 | -25/+25 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |