Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
13 days | Fixed untrusted loop bound | Markus Uhlin | -1/+3 | |
13 days | Warn on error | Markus Uhlin | -4/+12 | |
13 days | player_show_comments: log send error | Markus Uhlin | -2/+4 | |
13 days | Discard retval | Markus Uhlin | -1/+1 | |
13 days | Updated the revision history | Markus Uhlin | -0/+1 | |
13 days | 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 changelog | 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 | Updated the changelog | Markus Uhlin | -0/+1 | |
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 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-03-15 | Added test | Markus Uhlin | -0/+46 | |
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 ↵ | Markus Uhlin | -8/+9 | |
of fscanf() to avoid buffer overflow | ||||
2025-03-15 | jsave_history: initialization | Markus Uhlin | -3/+3 | |
2025-03-12 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-03-12 | accept_match: fixed negative array index read | Markus Uhlin | -1/+10 | |
2025-03-11 | Updated the changelog | Markus Uhlin | -0/+1 | |
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 | Updated the changelog | Markus Uhlin | -1/+2 | |
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 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-03-09 | truncate_file: fixed null ptr dereference | Markus Uhlin | -1/+6 | |
2025-03-09 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-03-09 | process_login: fixed double free() | Markus Uhlin | -4/+2 | |
2025-03-09 | Updated the changelog | Markus Uhlin | -1/+1 | |
2025-03-09 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-03-09 | ChooseClauses: check the return of sscanf() | Markus Uhlin | -2/+3 | |