aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fail on out-of-memory errorThomas Voss 2023-08-201-3/+5
|
* Remove debug printThomas Voss 2023-08-201-1/+0
|
* Properly support big-endian and 32bit timesThomas Voss 2023-08-201-10/+19
|
* Make the program actually workThomas Voss 2023-08-201-6/+20
|
* Make the ‘b32toa’ dest a uint8_t*Thomas Voss 2023-08-201-1/+1
|
* Minor reformatting fixThomas Voss 2023-08-201-6/+6
|
* Nicer memory managementThomas Voss 2023-08-111-2/+4
|
* Add a totp_print() functionThomas Voss 2023-08-111-27/+22
|
* Remove unused variableThomas Voss 2023-08-111-2/+1
|
* Ditch DIE() & DIEX(), and introduce WARNX_AND_RET()Thomas Voss 2023-08-111-42/+34
|
* Genesis commitThomas Voss 2023-08-111-0/+265