summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19HTTP: compress: gzip: calculating wbits and memlevel dynamically.alx-gzipAlejandro Colomar1-4/+32
2023-12-19Libunit: added bit functions.Alejandro Colomar1-0/+64
2023-12-19HTTP: compress: checking $header_accept_encoding.Alejandro Colomar3-0/+48
2023-12-19HTTP: compress: added "mime_types" rule.Alejandro Colomar7-10/+63
2023-12-19HTTP: compress: added configurable threshold for Content-Length.Alejandro Colomar4-6/+43
2023-12-19String: added nxt_atoul().Alejandro Colomar2-0/+41
2023-12-19String: added nxt_strtoul_noneg().Alejandro Colomar1-0/+19
2023-10-25Auto: zlib: added --no-zlib.Alejandro Colomar3-3/+22
2023-10-25HTTP: compress: added configurable "level" of compression.Alejandro Colomar4-2/+23
2023-10-25HTTP: compress: added "encoding": "gzip".Alejandro Colomar3-1/+203
2023-10-25HTTP: compress: added "compress" action.Alejandro Colomar6-4/+171
2023-10-25HTTP: filter: supporting a list of filter_handlersAlejandro Colomar3-0/+68
2023-10-25HTTP: refactor: storing the body_handler as part of r.Alejandro Colomar8-24/+24
2023-10-25Libunit: added macros that enhance type safety.Alejandro Colomar3-13/+92
2023-09-26Node.js: provide reasonable default paths for macOS.Konstantin Pavlov1-3/+22
2023-10-10Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c.Andrew Clayton2-2/+2
2023-10-10Refactored nxt_vsprintf().Zhidao HONG1-9/+8
2023-10-05HTTP: Fix URL with query string rewrite.Andrew Clayton1-0/+1
2023-10-02Added routes array to the default configuration.Liam Crilly1-2/+3
2023-09-28Java: fixed the calculation related to the response buffer.Zhidao HONG2-4/+6
2023-09-26Node.js: ServerRequest.destroy() implemented.Andrei Zeliankou1-0/+9
2023-09-26Node.js: response body chunk can now be a Uint8Array.Andrei Zeliankou1-2/+5
2023-09-25Wasm: Allow uploads larger than 4GiB.Andrew Clayton1-3/+5
2023-09-25Wasm: Fix multiple successive calls to the request_handler.Andrew Clayton1-2/+2
2023-09-25Wasm: Allow to set the HTTP response status.Andrew Clayton3-7/+49
2023-09-11Fix build on musl libc with clang.Andrew Clayton1-2/+16
2023-09-07Log: fixed typo.Alejandro Colomar3-4/+4
2023-08-01Added unit pkg-config file.Konstantin Pavlov1-0/+11
2023-08-17Wasm: Add support for directory access.Andrew Clayton6-1/+69
2023-08-17Wasm: Wire up Wasm language module support to the config system.Andrew Clayton3-0/+92
2023-08-17Wasm: Add the core of initial WebAssembly language module support.Andrew Clayton3-0/+801
2023-08-16Wasm: Add core configuration data structure.Andrew Clayton1-0/+16
2023-08-10Wasm: Register a new WebAssembly language module type.Andrew Clayton2-0/+2
2023-08-10Index initialise the nxt_app_msg_prefix array.Andrew Clayton1-6/+6
2023-08-09HTTP: controlling response headers support.Zhidao HONG6-1/+238
2023-08-09HTTP: stored matched action in nxt_http_request_t.Zhidao HONG5-9/+20
2023-07-12NJS: workaround for the warning in nxt_js_call() on Freebsd12 gcc.Zhidao HONG1-4/+3
2023-07-01Var: supported HTTP response header variables.Zhidao HONG3-6/+216
2023-06-19Variables refactoring.Zhidao HONG6-180/+204
2023-07-11NJS: supported 0.8.0.Zhidao HONG1-15/+15
2023-06-30Fixed indentation.Alejandro Colomar2-4/+4
2023-05-25HTTP: fixed variable caching.Zhidao HONG3-14/+41
2023-06-01Python: Fix error checks in nxt_py_asgi_request_handler().synodriver1-2/+2
2023-06-01Python: Add ASGI lifespan state support.synodriver4-3/+84
2023-05-25Tests: fixed incorrect pointer assignment.Alejandro Colomar1-2/+2
2023-05-21Added back deprecated options to unitd.Alejandro Colomar1-0/+31
2023-05-18Python: Fix ASGI applications accessed over IPv6.Andrew Clayton1-11/+3
2023-05-08NJS: supported loadable modules.Zhidao HONG14-49/+1584
2023-04-20HTTP: added basic URI rewrite.Zhidao HONG9-11/+160
2023-04-25Allow to remove the version string in HTTP responses.Andrew Clayton4-3/+22