index
:
maxxe/fics
main
Free Internet Chess Server (FICS)
maxxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-03-17
Replaced sprintf() calls
Markus Uhlin
-2
/
+6
2024-03-17
Updated the revision history
Markus Uhlin
-1
/
+2
2024-03-17
Sorted the function declarations
Markus Uhlin
-11
/
+10
2024-03-17
Aligned defines
Markus Uhlin
-13
/
+13
2024-03-17
Reformatted is_move()
Markus Uhlin
-71
/
+73
2024-03-17
Reformatted NextPieceLoop()
Markus Uhlin
-14
/
+18
2024-03-17
Reformatted functions
Markus Uhlin
-42
/
+76
2024-03-17
Reformatted legal_knight_move()
Markus Uhlin
-13
/
+16
2024-03-17
Reformatted legal_bishop_move() and replaced the for-loop with a while-loop
Markus Uhlin
-32
/
+45
2024-03-17
Reformatted legal_rook_move()
Markus Uhlin
-35
/
+40
2024-03-17
Reformatted functions
Markus Uhlin
-16
/
+16
2024-03-17
Reformatted legal_king_move()
Markus Uhlin
-39
/
+58
2024-03-17
Reformatted add_pos()
Markus Uhlin
-4
/
+5
2024-03-17
Reformatted possible_pawn_moves()
Markus Uhlin
-39
/
+46
2024-03-17
Reformatted possible_knight_moves()
Markus Uhlin
-19
/
+23
2024-03-17
Reformatted possible_bishop_moves()
Markus Uhlin
-68
/
+87
2024-03-17
Updated the changelog
Markus Uhlin
-1
/
+2
2024-03-17
Updated the readme
Markus Uhlin
-0
/
+1
2024-03-17
Reformatted possible_rook_moves()
Markus Uhlin
-64
/
+83
2024-03-17
Added usage of strlcpy()
Markus Uhlin
-3
/
+7
2024-03-16
Reformatted possible_queen_moves()
Markus Uhlin
-5
/
+5
2024-03-16
Reformatted possible_king_moves()
Markus Uhlin
-19
/
+23
2024-03-16
Deleted disabled code
Markus Uhlin
-18
/
+0
2024-03-16
Reformatted legal_move()
Markus Uhlin
-53
/
+55
2024-03-16
Reformatted legal_andcheck_move()
Markus Uhlin
-16
/
+17
2024-03-16
Deleted gap
Markus Uhlin
-1
/
+1
2024-03-16
Reformatted in_check()
Markus Uhlin
-28
/
+35
2024-03-16
Updated the revision history
Markus Uhlin
-0
/
+2
2024-03-16
Marked usage() '__dead'
Markus Uhlin
-2
/
+2
2024-03-16
Replaced strcpy() with strlcpy()
Markus Uhlin
-1
/
+5
2024-03-16
Reformatted parse_move()
Markus Uhlin
-56
/
+60
2024-03-16
Updated the changelog
Markus Uhlin
-2
/
+2
2024-03-16
Updated the revision history
Markus Uhlin
-0
/
+3
2024-03-16
Added parameters to GetMsgFile() and changed the function to use snprintf()
Markus Uhlin
-9
/
+17
2024-03-16
Replaced more sprintf() calls
Markus Uhlin
-7
/
+7
2024-03-16
Replaced sprintf() calls
Markus Uhlin
-9
/
+9
2024-03-16
Replaced sprintf() calls with snprintf() and added truncation checks
Markus Uhlin
-4
/
+18
2024-03-16
Replaced strcat() with strlcat()
Markus Uhlin
-1
/
+1
2024-03-16
Replaced sprintf() calls with snprintf()
Markus Uhlin
-21
/
+24
2024-03-16
Updated the revision history
Markus Uhlin
-0
/
+2
2024-03-16
Initialized buffers with null chars
Markus Uhlin
-6
/
+6
2024-03-16
Replaced sprintf() calls with snprintf() and strcpy() calls with strlcpy()
Markus Uhlin
-7
/
+11
2024-03-16
Updated the revision history
Markus Uhlin
-0
/
+2
2024-03-16
Moved code to clean_up_doit()
Markus Uhlin
-57
/
+66
2024-03-16
Moved code to update_enpassant_array()
Markus Uhlin
-25
/
+34
2024-03-16
Refactored and reformatted backup_move()
Markus Uhlin
-239
/
+330
2024-03-16
Moved include
Markus Uhlin
-1
/
+1
2024-03-15
Updated the changelog
Markus Uhlin
-0
/
+1
2024-03-15
Added 'Manual pages' section
Markus Uhlin
-0
/
+10
2024-03-15
Added depends for 'install-manpages'
Markus Uhlin
-1
/
+5
[prev]
[next]