Alejandro Colomar
Alejandro Colomar
If a client can trigger the failure, we shouldn't fail, but I don't expect that to be possible. This is a [re]configuration-time failure, right? I'd just fail hard (and that's...
> If a client can trigger the failure, we shouldn't fail, but I don't expect that to be possible. This is a [re]configuration-time failure, right? I'd just fail hard (and...
> Changes this time around :- > > * During configure output if we found cgroupv2 support. > > * If we fail to place a process in a cgroup,...
For `cb4b9ae "Isolation: wired up cgroup to build system."` `66830d2 "Isolation: wired up cgroup support to the config system."`: `Reviewed-by: Alejandro Colomar ` Great job!!
Examples of usage: ```sh $ grep_ngx; Usage: grep_ngx ``` ```c $ grep_ngx nxt_http_return_ctx_t; src/nxt_http_return.c:22: typedef struct { nxt_http_action_t *action; nxt_str_t location; nxt_str_t encoded; } nxt_http_return_ctx_t; ``` ```c $ grep_ngx nxt_http_route_rule_t;...
> Good stuff! We should add some preflight checks for the tools needed. Can do this. Is there a way to contribute or should I just copy the script in...
Main git repository: GitHub mirror:
@tippexs you (and anyone) can contribute to that repo, via email (patches) or also github PRs and issues. Regarding deps, I created these two issues:
This cannot be merged before fixing , since it would create a broken default.
Rebased to master. Added tags to commit logs. Added some discussion to the second commit log: `2fdbaaaa Ensured $NXT_TMP is created at 'make install'`.