Age | Commit message (Expand) | Author | Lines |
2025-04-05 | list_find: fixed improper use of negative value | Markus Uhlin | -1/+8 |
2025-04-05 | Log error condition | Markus Uhlin | -0/+2 |
2025-04-05 | com_match: fixed improper use of negative value | Markus Uhlin | -1/+2 |
2025-04-04 | com_allobservers: simplified check (found by PVS-Studio) | Markus Uhlin | -3/+2 |
2025-04-04 | Bounds checking | Markus Uhlin | -9/+21 |
2025-04-04 | Added cast | Markus Uhlin | -1/+1 |
2025-04-04 | Added comment | Markus Uhlin | -0/+1 |
2025-04-04 | tell: fixed constant expression result | Markus Uhlin | -2/+4 |
2025-04-03 | add_to_list: disabled warnx() call and return -2 | Markus Uhlin | -2/+2 |
2025-04-02 | Bounds checking | Markus Uhlin | -0/+17 |
2025-04-02 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-04-02 | add_to_list: added an upper limit for the list size | Markus Uhlin | -2/+6 |
2025-04-01 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-04-01 | ReadV1GameFmt: guard num half moves | Markus Uhlin | -0/+7 |
2025-04-01 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-04-01 | journal_get_info: fscanf: added width spec | Markus Uhlin | -1/+1 |
2025-04-01 | Added static assertions | Markus Uhlin | -0/+10 |
2025-04-01 | Changed jsave_journalentry() because journal_get_info() now uses a context st... | Markus Uhlin | -20/+32 |
2025-04-01 | Changed journal_get_info() -- usage of a context struct | Markus Uhlin | -15/+12 |
2025-04-01 | Added struct (JGI_context) | Markus Uhlin | -0/+15 |
2025-04-01 | Added include | Markus Uhlin | -0/+1 |
2025-03-30 | Attempt to fix newly introduced bad behavior | Markus Uhlin | -12/+12 |
2025-03-29 | Updated the revision history | Markus Uhlin | -0/+3 |
2025-03-29 | player_remove_request: fixed overflowed array index read/write | Markus Uhlin | -3/+24 |
2025-03-29 | player_remove_request: reduced levels of indent | Markus Uhlin | -16/+11 |
2025-03-25 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-25 | ReadGameState: changed the type of 'pieceChar' | Markus Uhlin | -1/+1 |
2025-03-25 | Fixed unchecked return sscanf() return values | Markus Uhlin | -8/+20 |
2025-03-25 | Fixed use of 32-bit 'time_t' | Markus Uhlin | -2/+4 |
2025-03-25 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-25 | com_unalias: fixed overflowed array index read/write | Markus Uhlin | -0/+18 |
2025-03-23 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-23 | Output restart notice if the player is admin | Markus Uhlin | -0/+5 |
2025-03-23 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-23 | Fixed overflowed array index write | Markus Uhlin | -8/+26 |
2025-03-23 | Changed gamesortfunc() | Markus Uhlin | -10/+13 |
2025-03-22 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-22 | Make Coverity happy | Markus Uhlin | -1/+4 |
2025-03-21 | Updated the revision history | Markus Uhlin | -0/+2 |
2025-03-21 | Deal with move overrun differently | Markus Uhlin | -1/+3 |
2025-03-20 | 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 |