]> git.kaiwu.me - njs.git/commit
Refactor modules using external prototypes.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Dec 2021 17:42:26 +0000 (17:42 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Dec 2021 17:42:26 +0000 (17:42 +0000)
commitac6594afb660aee6118cb08f57fe21e283186418
treed55a3d3ac2421f9e05492686d609a67d6311ce91
parentdadbd1de29a1d835ece66eb11c3a392db34ff9d3
Refactor modules using external prototypes.
34 files changed:
auto/init
auto/make
auto/module [new file with mode: 0644]
auto/modules [new file with mode: 0644]
auto/options
auto/sources
configure
external/njs_crypto.c [moved from src/njs_crypto.c with 61% similarity]
external/njs_fs.c [moved from src/njs_fs.c with 77% similarity]
external/njs_query_string.c [moved from src/njs_query_string.c with 90% similarity]
external/njs_webcrypto.c
external/njs_webcrypto.h [deleted file]
nginx/config
nginx/config.make
nginx/ngx_http_js_module.c
nginx/ngx_js.c
nginx/ngx_js.h
nginx/ngx_stream_js_module.c
src/njs.h
src/njs_buffer.c
src/njs_buffer.h
src/njs_builtin.c
src/njs_crypto.h [deleted file]
src/njs_fs.h [deleted file]
src/njs_main.h
src/njs_module.c
src/njs_module.h
src/njs_query_string.h [deleted file]
src/njs_shell.c
src/njs_value.h
src/njs_vm.c
src/njs_vm.h
src/test/njs_externals_test.c
src/test/njs_unit_test.c