summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-18fs: Use a temporary variable in nxt_fs_mkdir_p()Alejandro Colomar1-6/+6
2024-06-18fs: Use branchless code in nxt_fs_mkdir_p()Alejandro Colomar1-5/+1
2024-06-18fs: Rename nxt_fs_mkdir_all() => nxt_fs_mkdir_p()Alejandro Colomar4-4/+4
2024-06-18fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname()Alejandro Colomar4-4/+4
2024-06-18ci: tweak unitctl github releaseAva Hahn1-1/+18
2024-06-18contrib: updated njs to 0.8.4Konstantin Pavlov3-3/+3
2024-06-18Docker: Bump containers to bookwormCostas Drongos1-1/+1
2024-06-18pkg/rpm: Remove deprecated rpm spec file itemsRemi Collet2-16/+0
2024-06-18tools/unitc: Redirect stderr for curl feature testLiam Crilly1-1/+1
2024-06-14fuzzing: Add a .gitattributes fileAndrew Clayton1-0/+1
2024-06-14fuzzing: add a basic READMEArjun1-0/+68
2024-06-14fuzzing: add a fuzzing seed corpus and dictionaryArjun36-0/+127
2024-06-14fuzzing: add fuzzing targetsArjun5-0/+425
2024-06-14fuzzing: add fuzzing infrastructure in build systemArjun9-1/+144
2024-06-14http: fix use-of-uninitialized-value bugArjun1-0/+1
2024-06-12ci: Limit when to run checks on pull-requestsAndrew Clayton1-0/+7
2024-06-12Tools: improved error handling for unitcLiam Crilly1-24/+52
2024-06-10Add a GitHub discussions badge to the READMEMike Jang1-0/+1
2024-06-07Tests: print unit.log on unsuccessful unmountAndrei Zeliankou1-0/+1
2024-06-07Tests: explicitly specify 'f' prefix to format string before printingAndrei Zeliankou1-1/+1