Age | Commit message (Expand) | Author | Lines |
13 days | Updated the revision history | Markus Uhlin | -0/+2 |
13 days | Deal with move overrun differently | Markus Uhlin | -1/+3 |
14 days | Switched to the usage of xrename() | Markus Uhlin | -1/+1 |
2025-03-19 | Fixed untrusted loop bound | Markus Uhlin | -1/+3 |
2025-03-18 | Warn on error | Markus Uhlin | -4/+12 |
2025-03-18 | player_show_comments: log send error | Markus Uhlin | -2/+4 |
2025-03-18 | Discard retval | Markus Uhlin | -1/+1 |
2025-03-18 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-18 | Fixed unchecked return values | Markus Uhlin | -3/+4 |
2025-03-17 | Changed pmore_file() | Markus Uhlin | -3/+4 |
2025-03-17 | Changed psend_file() | Markus Uhlin | -3/+4 |
2025-03-17 | Usage of sizeof | Markus Uhlin | -4/+4 |
2025-03-16 | Log send errors | Markus Uhlin | -2/+10 |
2025-03-16 | pmore_file: check the return of fseek() | Markus Uhlin | -2/+4 |
2025-03-16 | Warn about send errors | Markus Uhlin | -4/+7 |
2025-03-16 | Include errno.h | Markus Uhlin | -0/+1 |
2025-03-16 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-16 | Fixed untrusted array index in plogins() | Markus Uhlin | -4/+10 |
2025-03-16 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-16 | Changed com_stats() | Markus Uhlin | -4/+5 |
2025-03-16 | rscan_news: changed the 3rd parameter type | Markus Uhlin | -2/+2 |
2025-03-16 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-16 | rating_update: changed the type of 'gtime' | Markus Uhlin | -1/+1 |
2025-03-16 | rating_sterr_delta: changed the 4th parameter type | Markus Uhlin | -2/+2 |
2025-03-16 | Discard return values | Markus Uhlin | -4/+5 |
2025-03-16 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-16 | Y2K38 safety | Markus Uhlin | -4/+4 |
2025-03-16 | Changed the parameter type of untenths() | Markus Uhlin | -2/+3 |
2025-03-15 | Switched to the usage of xrename() | Markus Uhlin | -21/+21 |
2025-03-15 | Added xrename() | Markus Uhlin | -0/+16 |
2025-03-15 | Terminate format with newline | Markus Uhlin | -2/+2 |
2025-03-15 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-15 | Added parameter 'End_size' to FindHistory2() and changed the format string of... | Markus Uhlin | -8/+9 |
2025-03-15 | jsave_history: initialization | Markus Uhlin | -3/+3 |
2025-03-12 | accept_match: fixed negative array index read | Markus Uhlin | -1/+10 |
2025-03-11 | com_checkGAME: initialized 'tmp' using memset() | Markus Uhlin | -1/+2 |
2025-03-11 | who_terse: fixed possibly uninitialized value 'rat' | Markus Uhlin | -0/+4 |
2025-03-11 | Fixed memleak | Markus Uhlin | -0/+7 |
2025-03-09 | create_news_file: fixed null ptr dereferences | Markus Uhlin | -6/+8 |
2025-03-09 | truncate_file: fixed null ptr dereference | Markus Uhlin | -1/+6 |
2025-03-09 | process_login: fixed double free() | Markus Uhlin | -4/+2 |
2025-03-09 | ChooseClauses: check the return of sscanf() | Markus Uhlin | -2/+3 |
2025-03-09 | Usage of sizeof | Markus Uhlin | -3/+3 |
2025-03-09 | Arranged variables | Markus Uhlin | -6/+5 |
2025-03-09 | Better | Markus Uhlin | -4/+4 |
2025-03-09 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-09 | CheckRepetition: calc string length once (found by PVS-Studio) | Markus Uhlin | -2/+7 |
2025-03-08 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-08 | Calc string length once | Markus Uhlin | -4/+9 |
2025-03-06 | Calc string length once (found by PVS-Studio) | Markus Uhlin | -2/+8 |