aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-06Reformatted alg_parse_move()Markus Uhlin-100/+128
2024-01-04Updated the changelogMarkus Uhlin-0/+1
2024-01-04Aligned the definesMarkus Uhlin-2/+2
2024-01-04Aligned the function declarationsMarkus Uhlin-5/+3
2024-01-04Sorted the function declarationsMarkus Uhlin-1/+1
2024-01-04Reformatted 'alg_list'Markus Uhlin-13/+13
2024-01-04Reformatted alg_is_move()Markus Uhlin-3/+4
2024-01-04Updated the revision historyMarkus Uhlin-1/+2
2024-01-04Added parenthesesMarkus Uhlin-1/+1
2024-01-04Saved levels of indentationMarkus Uhlin-72/+71
2024-01-04Reformatted alg_unparse()Markus Uhlin-153/+170
2024-01-04Fixed the includesMarkus Uhlin-2/+2
2024-01-04Fixed 'too many arguments for format'Markus Uhlin-1/+1
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Fixed pprintf_prompt() callsMarkus Uhlin-4/+4
2024-01-04Marked TerminateServer() '__dead'Markus Uhlin-1/+1
2024-01-04Marked ShutDown() '__dead'Markus Uhlin-2/+4
2024-01-04Added includeMarkus Uhlin-0/+2
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Fixed pprintf() callsMarkus Uhlin-2/+2
2024-01-04Corrected pprintf format specifiersMarkus Uhlin-2/+2
2024-01-04Updated the changelogMarkus Uhlin-0/+1
2024-01-04Added usage of PRINTFLIKE()Markus Uhlin-6/+8
2024-01-04Updated the changelogMarkus Uhlin-0/+1
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Defined PRINTFLIKE()Markus Uhlin-0/+6
2024-01-04Null check fgets()Markus Uhlin-2/+1
2024-01-04Check the return of sscanf()Markus Uhlin-4/+2
2024-01-04Set buffers to zeroMarkus Uhlin-2/+2
2024-01-03Replaced unbounded callMarkus Uhlin-1/+1
2024-01-03Added usage of '__func__'Markus Uhlin-4/+4
2024-01-03Null check fgets()Markus Uhlin-2/+2
2024-01-03Added a destination size parameter to com_stats_andify()Markus Uhlin-5/+8
2024-01-03Replaced unbounded callsMarkus Uhlin-4/+8
2024-01-03Reformatted com_quit()Markus Uhlin-11/+14
2024-01-03Reformatted com_set()Markus Uhlin-25/+29
2024-01-03Reformatted com_stats_andify()Markus Uhlin-16/+19
2024-01-03Reformatted com_stats_rating()Markus Uhlin-12/+20
2024-01-03Reformatted com_uptime()Markus Uhlin-42/+60
2024-01-03Added includeMarkus Uhlin-0/+2
2024-01-03Switched to usage of 'who_cmp_t'Markus Uhlin-2/+1
2024-01-03Reformatted functions and replaced sprintf() calls with snprintf()Markus Uhlin-12/+18
2024-01-03Reformatted who_terse()Markus Uhlin-52/+58
2024-01-03Reformatted who_ok()Markus Uhlin-37/+47
2024-01-03Reformatted blitz_cmp()Markus Uhlin-20/+22
2024-01-03Reformatted light_cmp()Markus Uhlin-20/+22
2024-01-03Reformatted stand_cmp()Markus Uhlin-20/+22
2024-01-03Reformatted wild_cmp()Markus Uhlin-20/+22
2024-01-03Reformatted alpha_cmp()Markus Uhlin-12/+14
2024-01-03Reformatted com_who()Markus Uhlin-167/+188