Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-28 | added length check, its kinda bad not not tested | Oskar | |
2024-03-27 | validate_L is done, still needs some testing and then some cleanup, merging ↵ | Oskar | |
into master anyway | |||
2024-03-27 | More progress, works well | Oskar | |
2024-03-27 | removed comment | Oskar | |
2024-03-26 | validate_L | Oskar | |
2024-03-26 | vimmn seems ok now, alot of cases that should technically fail do get past ↵ | Oskar | |
this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it. | |||
2024-03-22 | vpc(t) tested OK i think | Oskar | |
2024-03-22 | vcimm tested, some invalid checks are let through but thats out of scope for ↵ | Oskar | |
this function. It will be checked for in other functions. | |||
2024-03-22 | Fixed some more stuff | Oskar | |
2024-03-22 | vcpm tested, seems OK | Oskar | |
2024-03-21 | i think validate_plus_continue is working now, it took way too long to ↵ | Oskar | |
figure this out | |||
2024-03-21 | not tested | Oskar | |
2024-03-21 | Moved around even more. Probably some things i am missing or removed somehow ↵ | Oskar | |
but overall it already feels a bit better to have moved everything to smaller more manageable functions | |||
2024-03-21 | Moving around alot of code now. It probably wont compile | Oskar | |
2024-03-21 | added i_validation.c and i_validation.h to make the code a bit easier and ↵ | Oskar | |
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces |