index
:
gacrux
master
A UCI compatible chess engine in C
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine.c
Age
Commit message (
Collapse
)
Author
2026-07-07
engine can now send updates to uci
Aargh Rai
2026-07-06
removed unnescessary stuff + ipc with shared memory + somehow the build is ↵
Aargh Rai
faster?
2026-07-05
all in on uci
Aargh Rai
the old server.c & log.c is gonna be removed soon
2026-06-01
fixed knight + fixed comms
Aargh Rai
2026-06-01
handling recv better & sending smaller packs so i don't need to handle more ↵
Aargh Rai
conditions
2026-05-31
communicating fens from frontends & fixing load_fen
Aargh Rai
2026-05-31
CC in build.c & fen strings
Aargh Rai
2026-05-29
sped up the startup time by removing sleep(), and adding system of log modules
Aargh Rai
2026-05-29
log levels
Aargh Rai
2026-05-29
crazy working logging system, we are back to where we were yesterday, just ↵
Aargh Rai
with logs
2026-05-29
logging system works
Aargh Rai
2026-05-28
now multiple connections are actually handled
Aargh Rai
2026-05-28
the moves now make it to the frontend
Aargh Rai
i know the issue which exists, where the server can't handle the request if i reload the page
2026-05-27
restructing
Aargh Rai