summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-29ci: Be more specific when to run the main Unit checksAndrew Clayton1-2/+8
2024-05-24wasm: Add a missing 'const' qualifier in nxt_wasm_setup()Andrew Clayton1-1/+1
2024-05-24tstr: Constify the 'str' parameter to nxt_tstr_compile()Andrew Clayton2-2/+2
2024-05-20contrib: be quiet on unpackKonstantin Pavlov1-4/+4
2024-05-20Packaging: fix build-depends detection on debian-based systemsKonstantin Pavlov1-2/+2
2024-05-20Packaging: added missing build dependencies to MakefilesKonstantin Pavlov2-2/+2
2024-05-20tools/unitctl: Replace format! with .to_string()Gabor Javorszky1-1/+1
2024-05-20tools/unitctl: Replace matching image name to matching commandGabor Javorszky1-3/+4
2024-05-17Add unitctl quickstart to README.mdDanielle De Leo1-27/+89
2024-05-15Add GitHub workflows for extra coverageAndrew Clayton1-0/+177
2024-05-14.mailmap: Add an entry for Ava's GitHub addressAndrew Clayton1-0/+1
2024-05-14ci: Add unit testing to unitctl CI workflowAva Hahn2-4/+62
2024-05-09trigger unitctl CI on version tags of existing formatAva Hahn1-3/+3
2024-05-09Add unitctl build and release CIDylan Arbour3-1/+133
2024-05-09tests: REQUEST_URI variable test with rewriteAndrei Zeliankou1-0/+40
2024-05-09tests: Change request_uri tests for changed behaviourGabor Javorszky1-4/+4
2024-05-09http: Ensure REQUEST_URI immutabilityZhidao HONG1-27/+2
2024-05-09http: Use consistent target in nxt_h1p_peer_header_send()Zhidao HONG1-1/+1
2024-05-08java: Update third-party componentsSergey A. Osokin3-13/+13
2024-05-08tools/unitctl: enable passing IP addresses to the 'instances new' commandAva Hahn7-81/+235
2024-05-08tools/unitctl: clean up control socket implsAva Hahn1-87/+87
2024-05-08tools/unitctl: Update host_path() to account for OSX special behaviourAva Hahn2-9/+32
2024-05-08tools/unitctl: Improve quality of life on osxAva Hahn2-9/+23
2024-05-08tools/unitctl: Readme fixesAva Hahn1-12/+12
2024-05-08tools/unitctl: temporarily ignore issues with autogenerated readmeAva Hahn1-0/+1
2024-05-08tools/unitctl: Add new functionality to README.md and fmt codeAva Hahn6-108/+140
2024-05-08tools/unitctl: Add Docker deployment functionalityAva Hahn3-10/+108
2024-05-08tools/unitctl: API Plumbing for docker deploymentsAva Hahn4-27/+91
2024-05-08tools/unitctl: Initial Docker ProceduresAva Hahn17-185/+990
2024-05-07auto, perl: Fix building the Perl language module with clangAndrew Clayton1-0/+6
2024-05-07Convert 0-sized arrays to true flexible array membersAndrew Clayton4-10/+10
2024-05-07auto/wasm: No need to explicitly set -fno-strict-aliasing nowAndrew Clayton1-2/+1
2024-05-02Add a GitHub workflow to check for whitespace issuesAndrew Clayton1-0/+48