continuwuity/src/main
Tom Foster 2a183cc5a4 fix(build): Remove hardened_malloc from full feature set
The hardened_malloc feature conflicts with jemalloc, preventing successful
builds with the --features full flag. Commenting out hardened_malloc allows
the full profile to build correctly while maintaining all other features.
2025-08-17 13:44:32 +01:00
..
Cargo.toml fix(build): Remove hardened_malloc from full feature set 2025-08-17 13:44:32 +01:00
clap.rs feat: Generate binary documentation 2025-07-06 22:58:01 +01:00
logging.rs feat: Support logging to journald with tracing-journald 2025-07-06 22:58:00 +01:00
main.rs feat: Generate binary documentation 2025-07-06 22:58:01 +01:00
mod.rs feat: Generate binary documentation 2025-07-06 22:58:01 +01:00
mods.rs Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
restart.rs chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
runtime.rs Join jemalloc background threads prior to exit. 2025-05-21 11:36:13 +01:00
sentry.rs Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
server.rs feat: Generate binary documentation 2025-07-06 22:58:01 +01:00
signal.rs use qualified crate names from within workspace 2025-03-27 07:08:41 +00:00