summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-09-10tests: Fix routing tests in the no njs caseAndrew Clayton1-4/+19
2024-09-10ci: Trigger ci.yml for changes under pkg/contribAndrew Clayton1-0/+2
2024-09-09ci: Fix wasmtime paths in ci.ymlAndrew Clayton1-1/+1
2024-09-09Packages: bump wasmtime to 24.0.0 and wasi-sysroot to 24.0.Konstantin Pavlov8-21/+41
2024-09-09ci: Fix tags on ad hoc unitctl releasesDan Callahan1-4/+2
2024-09-07java: Update third-party componentsSergey A. Osokin3-17/+17
2024-09-04wasm-wc: Enable environment inheritanceRobbie McKinstry1-0/+1
2024-09-04wasm-wc: bump wasmtime to v24Ava Hahn3-299/+334
2024-08-28ci: Enable the wasm-wasi-component testsAndrew Clayton1-9/+14
2024-08-28test/wasm-wc: Rename test_wasm_component.pyAndrew Clayton1-0/+0
2024-08-28test/wasm-wc: Target wasm32-wasip1Andrew Clayton1-1/+1
2024-08-28tests: Fix `/status' endpoint to cater for listsAndrew Clayton1-1/+1
2024-08-28Added .gitignore for pkg/contrib/tarballsKonstantin Pavlov1-0/+2
2024-08-28Remove .hgignore filesAndrew Clayton2-9/+0
2024-08-28Remove .hgtagsAndrew Clayton1-43/+0
2024-08-26Docker: leave artifacts when build targets succeedKonstantin Pavlov1-0/+2
2024-08-26Docker: introduce "slim" python imagesKonstantin Pavlov1-6/+14
2024-08-26Docker: update Rust versionKonstantin Pavlov1-1/+1
2024-08-26Docker: bump Go versionsKonstantin Pavlov1-1/+1
2024-08-26socket: Prevent buffer under-read in nxt_inet_addr()Arjun1-0/+5
2024-08-26fuzzing: fixed harness bugArjun1-0/+10
2024-08-21docs/openapi: Add new config optionsAndrew Clayton1-0/+152
2024-08-21docs/openapi: Fix brokennessAndrew Clayton1-43/+62
2024-08-20Tests: initial "wasm-wasi-component" testAndrei Zeliankou9-1/+283
2024-08-20ci/unitctl: Update pathsAndrew Clayton1-0/+1
2024-08-20tests: "if" option in http route matchZhidao HONG1-0/+57
2024-08-20http: Add "if" option to the "match" objectZhidao HONG2-4/+46
2024-08-20http: Get rid of nxt_http_request_access_log()Zhidao HONG1-22/+5
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG6-45/+80
2024-08-20var: Remove unused functions and structure fieldsZhidao HONG3-60/+0
2024-08-20http: Refactor access log writeZhidao HONG1-25/+11
2024-08-20http: Refactor static actionZhidao HONG1-28/+22
2024-08-20http: Refactor route pass queryZhidao HONG1-26/+15
2024-08-20http: Refactor return actionZhidao HONG1-28/+13
2024-08-20var: Restrict nxt_tstr_query() to only support synchronous operationZhidao HONG5-16/+15
2024-08-20conf, router: Make the listen(2) backlog configurableAndrew Clayton2-9/+50
2024-08-19socket: Use a default listen backlog of -1 on LinuxAndrew Clayton1-4/+4
2024-08-19router: Make the number of router threads configurableAndrew Clayton2-7/+38
2024-08-19lib: Better available cpu count determination on LinuxAndrew Clayton1-4/+23
2024-08-19auto: Add a check for Linux's sched_getaffinity(2)Andrew Clayton2-0/+20
2024-08-19docs/openapi: Add entries for the new /status/modules endpointJon Torre1-1/+177
2024-08-19docs/openapi: Update the /status endpoint URLJon Torre1-17/+17
2024-08-19README: Update number of supported languagesAndrew Clayton1-1/+1
2024-08-19Packaging: fix build-depends on multiarch debian systemsKonstantin Pavlov1-2/+5
2024-08-07CONTRIBUTING.md: Update the 'Git Style Guide' sectionAndrew Clayton1-19/+22
2024-08-07CONTRIBUTING.md: Re-flow textAndrew Clayton1-18/+19
2024-08-07Add a basic .editorconfig fileAndrew Clayton1-0/+31
2024-08-02fuzzing: added new basic targetsArjun1-1/+146
2024-08-02fuzzing: updated JSON targetArjun1-6/+11
2024-08-02fuzzing: fixed harness bugArjun1-0/+16