Skip to content
Failed

Changes

Summary

  1. Server.c: Forcefully exit upon pressing CTRL+c twice in a row (commit: 12bad23) (details)
  2. Commands.c: Fix clinCommand and parsing error (commit: 5e8fa71) (details)
  3. Main.c: Free until entire object is freed. (commit: 4fbb050) (details)
  4. Packets.h: Local libraries path fix (commit: 01be219) (details)
  5. Server.c: Remove dependency on sysexits.c (commit: 4fb3b35) (details)
  6. Server.c: Rework the SIGINT logic (commit: 12ebab6) (details)
  7. Server: Reconnect master after lost connection (commit: 2ebb0ca) (details)
Commit 12bad236236f8dd5ae2edf4b176496c580e18958 by noreply
Server.c: Forcefully exit upon pressing CTRL+c twice in a row
(commit: 12bad23)
The file was modified Source/Server.c (diff)
Commit 5e8fa71345adfcf6ca1456e901e30c5bc732b391 by noreply
Commands.c: Fix clinCommand and parsing error
(commit: 5e8fa71)
The file was modified Source/Commands.c (diff)
Commit 4fbb050293ab047c3a957334c3919e33f261d4eb by noreply
Main.c: Free until entire object is freed.
(commit: 4fbb050)
The file was modified Source/Main.c (diff)
Commit 01be219bf7d39174889b88a9f728ab21106dc3db by noreply
Packets.h: Local libraries path fix
(commit: 01be219)
The file was modified Source/Packets.h (diff)
Commit 4fb3b350a46dc16021331a10b7ea5f100719ad2e by 16738302+Haxk20
Server.c: Remove dependency on sysexits.c

Now as nice but does the job just fine
(commit: 4fb3b35)
The file was modified Source/Server.c (diff)
Commit 12ebab69ae32a41c6c14fe81e6f8fefcab2a28f9 by noreply
Server.c: Rework the SIGINT logic

(#16)
(commit: 12ebab6)
The file was modified Source/Server.c (diff)
Commit 2ebb0ca503106a2ab8408b25f2cf7d51f7f592f4 by 16738302+Haxk20
Server: Reconnect master after lost connection
(commit: 2ebb0ca)
The file was modified Source/Server.h (diff)
The file was modified Source/Master.c (diff)
The file was modified Source/Server.c (diff)