aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
8 daysUpdated the changelogMarkus Uhlin-0/+2
8 dayscom_anews: changed the type of 'lval'Markus Uhlin-3/+3
8 daysAdded new includesMarkus Uhlin-0/+2
8 daysUpdated the revision historyMarkus Uhlin-0/+2
8 daysRestricted file permissions upon creationMarkus Uhlin-1/+9
8 daysIncluded fcntl.hMarkus Uhlin-0/+1
8 daysUpdated the revision historyMarkus Uhlin-0/+2
8 daysUpdated the changelogMarkus Uhlin-0/+2
8 daystruncate_file: restricted file permissions upon creationMarkus Uhlin-2/+11
8 daysAdded include filesMarkus Uhlin-0/+2
8 daysInitialized varMarkus Uhlin-1/+1
8 daysUpdated the changelogMarkus Uhlin-0/+1
8 daysUpdated the revision historyMarkus Uhlin-0/+2
8 daysFixed missing return-value check for a 'scanf'-like functionMarkus Uhlin-3/+3
8 daysReset errnoMarkus Uhlin-0/+4
8 daysUpdated the revision historyMarkus Uhlin-0/+2
8 daysFixed use of potentially dangerous functionsMarkus Uhlin-9/+11
12 daysUpdated the revision historyMarkus Uhlin-0/+2
12 dayscom_stats: replaced ctime() with ctime_r()Markus Uhlin-2/+7
13 daysIncluded errno.hMarkus Uhlin-0/+1
13 dayscom_stats_rating: fixed use of potentially dangerous functionMarkus Uhlin-3/+10
13 dayscom_checkPLAYER: aligned variables and valuesMarkus Uhlin-24/+32
2025-07-21ctime() -> ctime_r()Markus Uhlin-1/+5
2025-07-21Updated the changelogMarkus Uhlin-1/+4
2025-07-21Updated the revision historyMarkus Uhlin-0/+3
2025-07-21Replaced non-reentrant functions with their corresponding thread safe versionMarkus Uhlin-6/+18
2025-07-21Updated the changelogMarkus Uhlin-0/+3
2025-07-21Updated the revision historyMarkus Uhlin-0/+2
2025-07-21com_who: fixed multiplication result converted to larger typeMarkus Uhlin-2/+2
2025-07-17Updated the copyright yearsMarkus Uhlin-2/+2
2025-07-16install libbsd-devMarkus Uhlin-0/+2
2025-07-16v2 -> v3Markus Uhlin-2/+2
2025-07-16Changed branch nameMarkus Uhlin-2/+2
2025-07-16CodeQL workflowMarkus Uhlin-0/+43
2025-04-12Added colors.hMarkus Uhlin-0/+81
2025-04-091.4.5 released1.4.5Markus Uhlin-2/+2
2025-04-08Use of '>=' is betterMarkus Uhlin-6/+6
2025-04-07com_who: merged case 'l' and 'A' because they perform the same action (found ↵Markus Uhlin-4/+1
by PVS-Studio)
2025-04-06Updated the changelogMarkus Uhlin-1/+1
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06board_read_file: suppress clang tidy warnings (dead stores -- but they ↵Markus Uhlin-2/+2
does not do any harm)
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06ReadV1GameFmt: suppress clang tidy warningsMarkus Uhlin-3/+5
2025-04-06ReadV1GameFmt: fixed dead storesMarkus Uhlin-2/+1
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warnings in FindHistory() and FindHistory2()Markus Uhlin-8/+18
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warningMarkus Uhlin-1/+3
2025-04-06ReadV1PlayerFmt: suppress clang tidy warningsMarkus Uhlin-4/+4
2025-04-06Fixed dead storesMarkus Uhlin-6/+3