summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-01tools/unitctl: make json-pretty default output fmtGabor Javorszky1-2/+2
2024-08-01tools/unitctl: remove (default) from option textGabor Javorszky1-6/+6
2024-07-29tools/unitctl: update readmeAva Hahn1-6/+8
2024-07-29tools/unitctl: update readmeAva Hahn1-10/+84
2024-07-29build(deps): bump openssl from 0.10.64 to 0.10.66 in /tools/unitctldependabot[bot]1-4/+4
2024-07-16ci: cifuzz: Bump github/codeql-action from 2 to 3dependabot[bot]1-1/+1
2024-07-15fuzzing: update directory path in README and build-fuzz.shArjun2-6/+6
2024-07-15fuzzing: fix harness bugsArjun3-1/+28
2024-07-15fuzzing: added cifuzz workflowArjun1-0/+41
2024-07-13status: Add a missing check for potential NULLAndrew Clayton1-0/+4
2024-07-12Fix a comment typo for 'Memory-only buffers' in src/nxt_buf.hAndrew Clayton1-1/+1
2024-07-12tests: Fix `/status' endpoint tests for new 'modules' sectionAndrei Zeliankou1-5/+8
2024-07-12status: Show list of loaded language modulesAndrew Clayton1-8/+94
2024-07-12Flow the language module name into nxt_app_lang_module_tAndrew Clayton3-3/+19
2024-07-12status: Use a variable to represent the status member indexAndrew Clayton1-3/+4
2024-07-12status: Constify a bunch of local variablesAndrew Clayton1-11/+11
2024-07-10contrib: make sha512sum check compatible with FreeBSD 14+Konstantin Pavlov1-1/+1
2024-07-08tools/unitctl: Enable Multi Socket SupportAva Hahn12-202/+282
2024-07-08auto, wasm-wc: Copy the .so into build/lib/unit/modules/Andrew Clayton1-0/+2
2024-07-08auto: Fix some indentation in auto/modules/wasm-wasi-componentAndrew Clayton1-2/+2
2024-07-03Packages: removed CentOS 7 due to EOLKonstantin Pavlov4-28/+3
2024-07-03Packages: removed CentOS 6 leftoverKonstantin Pavlov1-4/+0
2024-07-03Packages: remove support for EOL Fedora versions (35-38)Konstantin Pavlov8-109/+4
2024-07-03Packages: don't redefine FORTIFY_SOURCE on UbuntuKonstantin Pavlov3-3/+18
2024-07-03Packages: added Ubuntu 24.04 "noble" supportKonstantin Pavlov1-0/+14
2024-07-03Packages: clean up EOL debian-based distributionsKonstantin Pavlov11-487/+0
2024-07-03python: Constify some local static variablesAndrew Clayton1-4/+4
2024-07-03Fix certificate deletion for array type certificatesZhidao HONG1-5/+22
2024-07-02tests: Add tests for python application factoriesGourav2-0/+163
2024-07-02python: Support application factoriesGourav2-1/+37
2024-07-02contrib: updated njs to 0.8.5Andrei Zeliankou3-14/+16
2024-06-25tstr, conf: Ensure error strings are nul-terminatedArjun1-1/+1
2024-06-24test/clone: Constify some local static variablesAndrew Clayton1-3/+3
2024-06-24perl: Constify some local static variablesAndrew Clayton1-2/+2
2024-06-24Tests: chunked request bodyAndrei Zeliankou2-1/+189
2024-06-21Docker: updated Rust and rustup versionsKonstantin Pavlov1-4/+4
2024-06-21Docker: bump node and perl versionsKonstantin Pavlov1-2/+2
2024-06-21Packages: moved systemd service to forking on rpm-based distrosKonstantin Pavlov1-2/+3
2024-06-20http: Support chunked request bodiesZhidao HONG6-38/+191
2024-06-20http: Refactored nxt_h1p_request_body_read()Zhidao HONG1-17/+15
2024-06-20http: Move chunked buffer pos pointer while parsingZhidao HONG2-9/+4
2024-06-19tools/unitctl: unitctl exportAva Hahn7-22/+130
2024-06-18tools/unitctl: implement application subcommandAva Hahn15-137/+335
2024-06-18Use octal instead of mode macrosAlejandro Colomar7-19/+12
2024-06-18auto: Don't install $runstatedirAlejandro Colomar2-3/+0
2024-06-18fs: Make the full directory path for the pid file and the control socketAlejandro Colomar4-5/+5
2024-06-18fs: Correctly handle "/" in nxt_fs_mkdir_dirname()Alejandro Colomar1-1/+2
2024-06-18fs: Invert logic to reduce indentation in nxt_fs_mkdir_dirname()Alejandro Colomar1-3/+6
2024-06-18fs: Accept path names of length 1 in nxt_fs_mkdir_p()Alejandro Colomar1-1/+1
2024-06-18fs: Accept relative paths in nxt_fs_mkdir_p()Alejandro Colomar1-1/+1