- Aug 14, 2024
-
-
Haelwenn authored
src/libmagic_port.c:382:16: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare] 382 | } while (got < len); | ~~~ ^ ~~~ src/libmagic_port.c:394:18: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare] 394 | } while (wrote < len); | ~~~~~ ^ ~~~
- Nov 05, 2020
-
-
href authored
Majic Plug: Remove a leftover IO.puts call
-
- Nov 04, 2020
-
-
rinpatch authored
-
- Oct 03, 2020
-
-
href authored
Fix unknown uploads
-
- Sep 28, 2020
-
-
feld authored
-
- Sep 11, 2020
- Sep 10, 2020
- Jul 09, 2020
-
-
href authored
-
- Jun 17, 2020
-
-
href authored
-
- Jun 16, 2020
- Jun 15, 2020
-
-
href authored
-
href authored
-
href authored
-
href authored
-
href authored
-
href authored
-
href authored
-
href authored
Also: - Adds `GenMagic.Server.recycle` and `GenMagic.Server.reload` which allows to restart/reload the apprentice server with a new set of databases, - Fix compilation on musl based distributions (was caused by the args code), - Handle timeouts better in `GenMagic.Server` - Force the port to close in recycling if the graceful stop timeouts
-
href authored
-
- Jun 14, 2020
-
-
href authored
-