| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an ‘install’ rule | Thomas Voss | 2023-08-20 | 1 | -0/+8 |
| | | |||||
| * | Fail on out-of-memory error | Thomas Voss | 2023-08-20 | 1 | -3/+5 |
| | | |||||
| * | Remove debug print | Thomas Voss | 2023-08-20 | 1 | -1/+0 |
| | | |||||
| * | Properly support big-endian and 32bit times | Thomas Voss | 2023-08-20 | 1 | -10/+19 |
| | | |||||
| * | Make the program actually work | Thomas Voss | 2023-08-20 | 1 | -6/+20 |
| | | |||||
| * | Make the ‘b32toa’ dest a uint8_t* | Thomas Voss | 2023-08-20 | 3 | -4/+5 |
| | | |||||
| * | Minor reformatting fix | Thomas Voss | 2023-08-20 | 1 | -6/+6 |
| | | |||||
| * | Make things symmetrical | Thomas Voss | 2023-08-11 | 1 | -1/+1 |
| | | |||||
| * | Abide by my own coding standards | Thomas Voss | 2023-08-11 | 1 | -3/+2 |
| | | |||||
| * | Make ‘pad’ unsigned | Thomas Voss | 2023-08-11 | 1 | -1/+1 |
| | | |||||
| * | Properly configure CFLAGS | Thomas Voss | 2023-08-11 | 1 | -1/+3 |
| | | |||||
| * | Nicer memory management | Thomas Voss | 2023-08-11 | 1 | -2/+4 |
| | | |||||
| * | Add a totp_print() function | Thomas Voss | 2023-08-11 | 1 | -27/+22 |
| | | |||||
| * | Remove unused variable | Thomas Voss | 2023-08-11 | 1 | -2/+1 |
| | | |||||
| * | Ditch DIE() & DIEX(), and introduce WARNX_AND_RET() | Thomas Voss | 2023-08-11 | 1 | -42/+34 |
| | | |||||
| * | Genesis commit | Thomas Voss | 2023-08-11 | 5 | -0/+348 |