Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Upstream: variables support in certificates. | Maxim Dounin | 2021-05-06 |
| | |||
* | Added ngx_http_set_complex_value_size_slot(). | Ruslan Ermilov | 2019-04-24 |
| | | | | | | | | | | If a complex value is expected to be of type size_t, and the compiled value is constant, the constant size_t value is remembered at compile time. The value is accessed through ngx_http_complex_value_size() which either returns the remembered constant or evaluates the expression and parses it as size_t. | ||
* | Stream: log module. | Vladimir Homutov | 2016-09-05 |
| | |||
* | Stream: variables and script. | Vladimir Homutov | 2016-07-04 |
This is a port of corresponding http code with unrelated features excluded. |