Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-13 | Initial fork commit | Runxi Yu | 98 | -67528/+39 | |
- Rename hardv -> rxhv in all files - Remove old tests and fuzz - Remove old README | |||||
2024-03-26 | -r randomizes cards for all inputs | DONG Yuxuan | 2 | -77/+70 | |
2024-02-21 | fix a bug that maxn doesnt work for multiple files | DONG Yuxuan | 1 | -8/+8 | |
2023-10-30 | delete NLINE test | DONG Yuxuan | 2 | -32769/+0 | |
2023-10-30 | increase default NLINE | DONG Yuxuan | 1 | -1/+2 | |
2023-10-30 | simplify makefile | DONG Yuxuan | 1 | -7/+7 | |
2023-10-30 | optimize error messages | DONG Yuxuan | 1 | -37/+36 | |
2023-10-30 | format code | DONG Yuxuan | 1 | -4/+3 | |
2023-10-29 | improve readability | DONG Yuxuan | 1 | -1/+2 | |
2023-10-29 | update error messages | DONG Yuxuan | 1 | -11/+9 | |
2023-10-29 | format code | DONG Yuxuan | 1 | -2/+3 | |
2023-10-29 | update readme | DONG Yuxuan | 1 | -2/+2 | |
2023-10-29 | update version | DONG Yuxuan | 1 | -1/+1 | |
2023-10-29 | remove static return of timev() | DONG Yuxuan | 1 | -13/+19 | |
2023-10-29 | check buffer overflow in timev() | DONG Yuxuan | 1 | -0/+2 | |
2023-10-29 | normalize error messages | DONG Yuxuan | 17 | -35/+32 | |
2023-10-29 | check swap files | DONG Yuxuan | 1 | -26/+24 | |
2023-10-29 | simplify | DONG Yuxuan | 1 | -28/+28 | |
2023-10-28 | update readme | DONG Yuxuan | 1 | -0/+1 | |
2023-10-28 | update readme | DONG Yuxuan | 1 | -35/+40 | |
2023-10-28 | update version | DONG Yuxuan | 1 | -3/+5 | |
2023-10-28 | format code | DONG Yuxuan | 1 | -3/+3 | |
2023-10-28 | delete unused code | DONG Yuxuan | 1 | -1/+0 | |
2023-10-28 | fix a bug | DONG Yuxuan | 1 | -0/+2 | |
2023-10-28 | use record locks to prevent from concurrent quizzes | DONG Yuxuan | 1 | -13/+25 | |
2023-10-28 | eliminate some global variables | DONG Yuxuan | 1 | -67/+71 | |
2023-10-28 | simplify error and signal handling | DONG Yuxuan | 1 | -155/+107 | |
2023-10-26 | dump the card table when an error happens and the card table is dirty | DONG Yuxuan | 1 | -24/+38 | |
2023-10-26 | improve signal integrity | DONG Yuxuan | 1 | -56/+76 | |
2023-10-24 | merge init() into main() | DONG Yuxuan | 1 | -12/+5 | |
2023-10-21 | update readme | DONG Yuxuan | 1 | -1/+1 | |