Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence compiler warnings | Thomas Voss | 2023-11-16 | 1 | -15/+12 |
| | |||||
* | Remove extra argument to ‘fprintf()’v1.0.1 | Thomas Voss | 2023-08-22 | 1 | -1/+1 |
| | | | | | | Commit 08ad3ea4668f4f25648fd6b4369bdee2705a5bd0 removed the second occurance of ‘%s’ in the usage string, so we can now remove the second occurance of ‘__progname’ from ‘fprintf()’. | ||||
* | Fix usage string… again | Thomas Voss | 2023-08-21 | 1 | -2/+1 |
| | |||||
* | Fix usage string | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Minor reformatting fix | Thomas Voss | 2023-08-20 | 1 | -6/+6 |
| | |||||
* | 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 | 1 | -0/+265 |