index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibChess
/
UCIEndpoint.cpp
Age
Commit message (
Expand
)
Author
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-03
LibChess+ChessEngine: Don't crash on error when reading UCI commands
Tim Ledbetter
2023-04-28
LibChess: Add the ucinewgame command
Tim Ledbetter
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-24
LibChess: Convert Commands to use String and propagate errors
Sam Atkins
2023-04-24
LibChess: Return Commands by pointer from `FooCommand::from_string()`
Sam Atkins
2023-04-20
LibChess: Allow UCIEndpoint to handle unexpected disconnections
Tim Ledbetter
2023-04-20
LibChess: Add the UCI quit command
Tim Ledbetter
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-03
LibChess: Change UCI::Command::Type to enum class
Lenny Maiorani
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling