Age | Commit message (Expand) | Author | Files | Lines |
2024-08-20 | conf, router: Make the listen(2) backlog configurable | Andrew Clayton | 2 | -9/+50 |
2024-08-19 | socket: Use a default listen backlog of -1 on Linux | Andrew Clayton | 1 | -4/+4 |
2024-08-19 | router: Make the number of router threads configurable | Andrew Clayton | 2 | -7/+38 |
2024-08-19 | lib: Better available cpu count determination on Linux | Andrew Clayton | 1 | -4/+23 |
2024-08-19 | auto: Add a check for Linux's sched_getaffinity(2) | Andrew Clayton | 2 | -0/+20 |
2024-08-19 | docs/openapi: Add entries for the new /status/modules endpoint | Jon Torre | 1 | -1/+177 |
2024-08-19 | docs/openapi: Update the /status endpoint URL | Jon Torre | 1 | -17/+17 |
2024-08-19 | README: Update number of supported languages | Andrew Clayton | 1 | -1/+1 |
2024-08-19 | Packaging: fix build-depends on multiarch debian systems | Konstantin Pavlov | 1 | -2/+5 |
2024-08-07 | CONTRIBUTING.md: Update the 'Git Style Guide' section | Andrew Clayton | 1 | -19/+22 |
2024-08-07 | CONTRIBUTING.md: Re-flow text | Andrew Clayton | 1 | -18/+19 |
2024-08-07 | Add a basic .editorconfig file | Andrew Clayton | 1 | -0/+31 |
2024-08-02 | fuzzing: added new basic targets | Arjun | 1 | -1/+146 |
2024-08-02 | fuzzing: updated JSON target | Arjun | 1 | -6/+11 |
2024-08-02 | fuzzing: fixed harness bug | Arjun | 1 | -0/+16 |
2024-08-02 | fuzzing: code cleanup | Arjun | 4 | -42/+50 |
2024-08-01 | tools/unitctl: make application directory configurable | Ava Hahn | 4 | -12/+23 |
2024-08-01 | tools/unitctl: reword freeform message for output | Gabor Javorszky | 1 | -6/+6 |
2024-08-01 | tools/unitctl: make json-pretty default output fmt | Gabor Javorszky | 1 | -2/+2 |
2024-08-01 | tools/unitctl: remove (default) from option text | Gabor Javorszky | 1 | -6/+6 |
2024-07-29 | tools/unitctl: update readme | Ava Hahn | 1 | -6/+8 |
2024-07-29 | tools/unitctl: update readme | Ava Hahn | 1 | -10/+84 |
2024-07-29 | build(deps): bump openssl from 0.10.64 to 0.10.66 in /tools/unitctl | dependabot[bot] | 1 | -4/+4 |
2024-07-16 | ci: cifuzz: Bump github/codeql-action from 2 to 3 | dependabot[bot] | 1 | -1/+1 |
2024-07-15 | fuzzing: update directory path in README and build-fuzz.sh | Arjun | 2 | -6/+6 |
2024-07-15 | fuzzing: fix harness bugs | Arjun | 3 | -1/+28 |
2024-07-15 | fuzzing: added cifuzz workflow | Arjun | 1 | -0/+41 |
2024-07-13 | status: Add a missing check for potential NULL | Andrew Clayton | 1 | -0/+4 |
2024-07-12 | Fix a comment typo for 'Memory-only buffers' in src/nxt_buf.h | Andrew Clayton | 1 | -1/+1 |
2024-07-12 | tests: Fix `/status' endpoint tests for new 'modules' section | Andrei Zeliankou | 1 | -5/+8 |
2024-07-12 | status: Show list of loaded language modules | Andrew Clayton | 1 | -8/+94 |
2024-07-12 | Flow the language module name into nxt_app_lang_module_t | Andrew Clayton | 3 | -3/+19 |
2024-07-12 | status: Use a variable to represent the status member index | Andrew Clayton | 1 | -3/+4 |
2024-07-12 | status: Constify a bunch of local variables | Andrew Clayton | 1 | -11/+11 |
2024-07-10 | contrib: make sha512sum check compatible with FreeBSD 14+ | Konstantin Pavlov | 1 | -1/+1 |
2024-07-08 | tools/unitctl: Enable Multi Socket Support | Ava Hahn | 12 | -202/+282 |
2024-07-08 | auto, wasm-wc: Copy the .so into build/lib/unit/modules/ | Andrew Clayton | 1 | -0/+2 |
2024-07-08 | auto: Fix some indentation in auto/modules/wasm-wasi-component | Andrew Clayton | 1 | -2/+2 |
2024-07-03 | Packages: removed CentOS 7 due to EOL | Konstantin Pavlov | 4 | -28/+3 |
2024-07-03 | Packages: removed CentOS 6 leftover | Konstantin Pavlov | 1 | -4/+0 |
2024-07-03 | Packages: remove support for EOL Fedora versions (35-38) | Konstantin Pavlov | 8 | -109/+4 |
2024-07-03 | Packages: don't redefine FORTIFY_SOURCE on Ubuntu | Konstantin Pavlov | 3 | -3/+18 |
2024-07-03 | Packages: added Ubuntu 24.04 "noble" support | Konstantin Pavlov | 1 | -0/+14 |
2024-07-03 | Packages: clean up EOL debian-based distributions | Konstantin Pavlov | 11 | -487/+0 |
2024-07-03 | python: Constify some local static variables | Andrew Clayton | 1 | -4/+4 |
2024-07-03 | Fix certificate deletion for array type certificates | Zhidao HONG | 1 | -5/+22 |
2024-07-02 | tests: Add tests for python application factories | Gourav | 2 | -0/+163 |
2024-07-02 | python: Support application factories | Gourav | 2 | -1/+37 |
2024-07-02 | contrib: updated njs to 0.8.5 | Andrei Zeliankou | 3 | -14/+16 |
2024-06-25 | tstr, conf: Ensure error strings are nul-terminated | Arjun | 1 | -1/+1 |