summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-05HTTP: compress: gzip: calculating wbits and memlevel dynamically.gzip-v36Alejandro Colomar1-4/+32
2023-09-05Libunit: added bit functions.Alejandro Colomar1-0/+64
2023-09-05HTTP: compress: checking $header_accept_encoding.Alejandro Colomar3-0/+48
2023-09-05HTTP: compress: added "mime_types" rule.Alejandro Colomar7-10/+63
2023-09-05HTTP: compress: added configurable threshold for Content-Length.Alejandro Colomar4-6/+42
2023-09-04String: added strto[u]l(3) variants for nxt_str_t.Alejandro Colomar2-0/+47
2023-09-04Auto: zlib: added --no-zlib.Alejandro Colomar3-3/+22
2023-09-04HTTP: compress: added configurable "level" of compression.Alejandro Colomar4-2/+23
2023-09-04HTTP: compress: added "encoding": "gzip".Alejandro Colomar3-1/+203
2023-09-03HTTP: compress: added "compress" action.Alejandro Colomar6-4/+171
2023-09-03HTTP: filter: supporting a list of filter_handlersAlejandro Colomar3-0/+68
2023-09-03HTTP: refactor: storing the body_handler as part of r.Alejandro Colomar8-24/+24
2023-09-03Libunit: added macros that enhance type safety.Alejandro Colomar3-13/+92
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
2023-04-25Decouple "Unit" from NXT_SERVER.Andrew Clayton1-1/+2
2023-04-24Remove an erroneous semi-colon.Andrew Clayton1-1/+1
2023-04-24Don't conflate the error variable in nxt_kqueue_poll().Andrew Clayton1-3/+4
2023-04-24Remove a bunch of dead code.Andrew Clayton21-4935/+0
2023-04-12HTTP: optimizing $request_line.Alejandro Colomar5-41/+20
2023-04-11Add per-application logging.Andrew Clayton5-0/+81
2023-04-11Add nxt_file_stdout().Andrew Clayton2-0/+20
2023-04-11PHP: Make the filter_input() function work.Andrew Clayton1-3/+12
2023-04-03Remove a useless assignment in nxt_mem_zone_alloc_pages().Andrew Clayton1-1/+1
2023-04-03Prevent a possible NULL de-reference in nxt_job_create().Andrew Clayton1-4/+6
2023-04-03Remove a useless assignment in nxt_fs_mkdir_all().Andrew Clayton1-1/+1
2023-03-29Auto: mirroring installation structure in build tree.Alejandro Colomar1-1/+1
2023-03-29Renamed --libstatedir to --statedir.Alejandro Colomar1-5/+5
2023-03-21HTTP: added route logging.Alejandro Colomar7-0/+37