Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024-01-06 | Renamed file | Markus Uhlin | -0/+0 |
2024-01-06 | Deleted trailing whitespace characters | Markus Uhlin | -4/+3 |
2024-01-06 | Updated the changelog | Markus Uhlin | -0/+2 |
2024-01-06 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-01-06 | Fixed potentially insecure format strings | Markus Uhlin | -6/+6 |
2024-01-06 | Check the return of fgets() | Markus Uhlin | -8/+8 |
2024-01-06 | Updated the revision history | Markus Uhlin | -0/+3 |
2024-01-06 | Check for truncation | Markus Uhlin | -3/+15 |
2024-01-06 | Replaced strcat() calls | Markus Uhlin | -12/+12 |
2024-01-06 | Replaced strcpy() calls using strlcpy() | Markus Uhlin | -12/+16 |
2024-01-06 | Replaced sprintf() calls | Markus Uhlin | -2/+2 |
2024-01-06 | not_pawn: replaced sprintf() calls | Markus Uhlin | -3/+3 |
2024-01-06 | Moved define | Markus Uhlin | -3/+2 |
2024-01-06 | Reformatted get_move_info() | Markus Uhlin | -105/+127 |
2024-01-06 | Reformatted alg_parse_move() | Markus Uhlin | -100/+128 |
2024-01-04 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-01-04 | Aligned the defines | Markus Uhlin | -2/+2 |
2024-01-04 | Aligned the function declarations | Markus Uhlin | -5/+3 |
2024-01-04 | Sorted the function declarations | Markus Uhlin | -1/+1 |
2024-01-04 | Reformatted 'alg_list' | Markus Uhlin | -13/+13 |
2024-01-04 | Reformatted alg_is_move() | Markus Uhlin | -3/+4 |
2024-01-04 | Updated the revision history | Markus Uhlin | -1/+2 |
2024-01-04 | Added parentheses | Markus Uhlin | -1/+1 |
2024-01-04 | Saved levels of indentation | Markus Uhlin | -72/+71 |
2024-01-04 | Reformatted alg_unparse() | Markus Uhlin | -153/+170 |
2024-01-04 | Fixed the includes | Markus Uhlin | -2/+2 |
2024-01-04 | Fixed 'too many arguments for format' | Markus Uhlin | -1/+1 |
2024-01-04 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-01-04 | Fixed pprintf_prompt() calls | Markus Uhlin | -4/+4 |
2024-01-04 | Marked TerminateServer() '__dead' | Markus Uhlin | -1/+1 |
2024-01-04 | Marked ShutDown() '__dead' | Markus Uhlin | -2/+4 |
2024-01-04 | Added include | Markus Uhlin | -0/+2 |
2024-01-04 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-01-04 | Fixed pprintf() calls | Markus Uhlin | -2/+2 |
2024-01-04 | Corrected pprintf format specifiers | Markus Uhlin | -2/+2 |
2024-01-04 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-01-04 | Added usage of PRINTFLIKE() | Markus Uhlin | -6/+8 |
2024-01-04 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-01-04 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-01-04 | Defined PRINTFLIKE() | Markus Uhlin | -0/+6 |
2024-01-04 | Null check fgets() | Markus Uhlin | -2/+1 |
2024-01-04 | Check the return of sscanf() | Markus Uhlin | -4/+2 |
2024-01-04 | Set buffers to zero | Markus Uhlin | -2/+2 |
2024-01-03 | Replaced unbounded call | Markus Uhlin | -1/+1 |
2024-01-03 | Added usage of '__func__' | Markus Uhlin | -4/+4 |
2024-01-03 | Null check fgets() | Markus Uhlin | -2/+2 |
2024-01-03 | Added a destination size parameter to com_stats_andify() | Markus Uhlin | -5/+8 |
2024-01-03 | Replaced unbounded calls | Markus Uhlin | -4/+8 |
2024-01-03 | Reformatted com_quit() | Markus Uhlin | -11/+14 |
2024-01-03 | Reformatted com_set() | Markus Uhlin | -25/+29 |