nginx/auto
Maxim Dounin 97f59dda09 Dynamic modules.
The auto/module script is extended to understand ngx_module_link=DYNAMIC.
When set, it links the module as a shared object rather than statically
into nginx binary.  The module can later be loaded using the "load_module"
directive.

New auto/module parameter ngx_module_order allows to define module loading
order in complex cases.  By default the order is set based on ngx_module_type.

3rd party modules can be compiled dynamically using the --add-dynamic-module
configure option, which will preset ngx_module_link to "DYNAMIC" before
calling the module config script.

Win32 support is rudimentary, and only works when using MinGW gcc (which
is able to handle exports/imports automatically).

In collaboration with Ruslan Ermilov.
2016-02-04 20:25:29 +03:00
..
cc Dynamic modules. 2016-02-04 20:25:29 +03:00
lib Dynamic modules. 2016-02-04 20:25:29 +03:00
os Dynamic modules. 2016-02-04 20:25:29 +03:00
types Configure: style fixes for autoconf.err. 2015-10-23 18:21:33 -07:00
configure Configure: create missing intermediates for build directory. 2015-06-10 19:18:19 -07:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: style fixes for autoconf.err. 2015-10-23 18:21:33 -07:00
feature Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
init Dynamic modules. 2016-02-04 20:25:29 +03:00
install Dynamic modules. 2016-02-04 20:25:29 +03:00
make Dynamic modules. 2016-02-04 20:25:29 +03:00
module Dynamic modules. 2016-02-04 20:25:29 +03:00
modules Dynamic modules. 2016-02-04 20:25:29 +03:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Dynamic modules. 2016-02-04 20:25:29 +03:00
sources Dynamic modules: auto/module script. 2016-02-04 18:30:21 +03:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Dynamic modules. 2016-02-04 20:25:29 +03:00
threads Thread pools implementation. 2015-03-14 17:37:07 +03:00
unix Dynamic modules: dlopen() support. 2016-02-04 18:30:21 +03:00