aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-14Update kafelupstream-masterWiktor Garbacz
2023-12-02make indentRobert Swiecki
2023-11-28Fix deleted bracehappyCoder92
2023-11-28Make util::gerlimit compatible with MSANhappyCoder92
2023-11-19Merge pull request #227 from philwo/philwo-1robertswiecki
2023-11-19Fix typo (SIKGILL -> SIGKILL).Philipp Wollermann
2023-10-25config: use proper namespace for SetLogHandlerRobert Swiecki
2023-10-22net: initialize some structs with {}Robert Swiecki
2023-10-22pid: more loggingRobert Swiecki
2023-10-21sandbox: better loggingRobert Swiecki
2023-10-21convert strcmp() to util::StrEqRobert Swiecki
2023-10-20Use nullptr where appropriateRobert Swiecki
2023-10-10util: implement rLimName() to use in cmdline/configRobert Swiecki
2023-10-05.clangd: Add -Ikafel/include for kafelRobert Swiecki
2023-10-04update kafelWiktor Garbacz
2023-10-04.cland: add include to libnl3Robert Swiecki
2023-10-04cgroups2: make a function declaration-less by moving it earlierRobert Swiecki
2023-10-03.clangd: remove unnecessary empty lineRobert Swiecki
2023-10-03mnt: reformat messages for PLOGRobert Swiecki
2023-10-02cmdline: log to stdout if -h or --help was usedRobert Swiecki
2023-10-01config: adjust identifiers, so they don't repeat config::config.. in method n...Robert Swiecki
2023-10-01.clangd: for nvim/clangdRobert Swiecki
2023-10-01contain: fail of fcntl(F_GETFD) fails for a fd with something else then EBADFDRobert Swiecki
2023-09-29contain: use prlimit64 instead of setrlimit64 which seems to be glibc-specifi...Robert Swiecki
2023-09-22.clang-format: proto specific sectionRobert Swiecki
2023-09-22.clang-format: use formatting based on .clang-formatRobert Swiecki
2023-09-22Makefile: indent .proto with the same cmd as *.cc *.hRobert Swiecki
2023-09-22indent: use 'AlignEscapedNewlines: Right' to put backslashed in macros at end...Robert Swiecki
2023-09-22util: put QC() in ()Robert Swiecki
2023-09-21make indentRobert Swiecki
2023-09-21Makefile: move to c++17 to use [[maybe_unused]] and remove DEFER (actually no...Robert Swiecki
2023-09-19Makefile/indent: add AlwaysBreakBeforeMultilineStrings:falseRobert Swiecki
2023-09-19make indent: clang-format-18Robert Swiecki
2023-09-18Makefile: simplifications around config.pb.*Robert Swiecki
2023-09-17caps: define new CAP_* unconditionallyRobert Swiecki
2023-09-15cmdline: constify structsRobert Swiecki
2023-09-15util/signal: sort signals according to asm/signal.hRobert Swiecki
2023-09-06pid: clear sigaction before useRobert Swiecki
2023-08-29util: missing SIGPWRRobert Swiecki
2023-08-18subproc: mark cloneFunc as [[noreturn]]Robert Swiecki
2023-08-18subproc: support CLONE_CLEAR_SIGHANDRobert Swiecki
2023-08-09subproc: display additional clone3 flagsRobert Swiecki
2023-06-25configs/: formattingRobert Swiecki
2023-06-25configs/telegram: telegram is 64 bit onlyRobert Swiecki
2023-06-24configs/telegram: a new config for the telegram-desktopRobert Swiecki
2023-06-13formatting fixokunz
2023-06-13Better output formatting for --helpokunz
2023-05-30Merge pull request #219 from disconnect3d/patch-3robertswiecki
2023-05-29cgroup2.cc: improve note about using DockerDisconnect3d
2023-05-28logs: respect getenv(NO_COLOR)Robert Swiecki