You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* no more hash values - only lists and list of key-value pairs * "master" config: the config loaded on startup can use all features, configs loaded later (vhost on demand from sql...) can't use include* and cannot modify global vars. * scoped variables - add a global var store in the server struct - global vars can be set with "global foo = bar" - if a variable already exists in a scope it will be modified on a write, otherwise a new local variable is created - global vars won't be modified if not in "master" mode - vars can be made explicitly local with "local foo = bar"; create a local copy with "local foo = foo" - globals vars are available in live config loads for reading - each file and action block {...} creates a new scope; if/else branches do NOT create a new scope * to append a value to a list use "l + [v]" (not "l + v" anymore); lists are concatenated with "+" * [...] always marks a list * (...) is a list if it contains a "," or "=>", otherwise it justs groups an expression * a list can either contain key-value pairs or other values. mixing is not allowed |
10 years ago | |
---|---|---|
.. | ||
Makefile.am | 14 years ago | |
actions.h | 10 years ago | |
actions_lua.h | 14 years ago | |
angel.h | 10 years ago | |
angel_base.h | 14 years ago | |
angel_config_parser.h | 10 years ago | |
angel_connection.h | 10 years ago | |
angel_data.h | 10 years ago | |
angel_log.h | 14 years ago | |
angel_plugin.h | 13 years ago | |
angel_plugin_core.h | 10 years ago | |
angel_proc.h | 10 years ago | |
angel_server.h | 10 years ago | |
angel_typedefs.h | 14 years ago | |
angel_value.h | 10 years ago | |
backends.h | 10 years ago | |
base.h | 10 years ago | |
base_lua.h | 10 years ago | |
buffer.h | 10 years ago | |
chunk.h | 10 years ago | |
chunk_parser.h | 11 years ago | |
collect.h | 10 years ago | |
condition.h | 13 years ago | |
condition_lua.h | 14 years ago | |
config_lua.h | 10 years ago | |
config_parser.h | 10 years ago | |
connection.h | 10 years ago | |
core_lua.h | 10 years ago | |
encoding.h | 14 years ago | |
environment.h | 14 years ago | |
etag.h | 13 years ago | |
events.h | 10 years ago | |
fetch.h | 10 years ago | |
filter.h | 10 years ago | |
filter_buffer_on_disk.h | 10 years ago | |
filter_chunked.h | 10 years ago | |
http_headers.h | 10 years ago | |
http_range_parser.h | 14 years ago | |
http_request_parser.h | 14 years ago | |
http_response_parser.h | 14 years ago | |
idlist.h | 14 years ago | |
ip_parsers.h | 14 years ago | |
jobqueue.h | 10 years ago | |
lighttpd-glue.h | 13 years ago | |
log.h | 10 years ago | |
memcached.h | 10 years ago | |
mempool.h | 10 years ago | |
mimetype.h | 13 years ago | |
module.h | 13 years ago | |
network.h | 10 years ago | |
options.h | 14 years ago | |
pattern.h | 12 years ago | |
plugin.h | 10 years ago | |
plugin_core.h | 10 years ago | |
profiler.h | 10 years ago | |
radix.h | 13 years ago | |
request.h | 10 years ago | |
response.h | 10 years ago | |
server.h | 10 years ago | |
settings.h | 10 years ago | |
stat_cache.h | 13 years ago | |
stream.h | 10 years ago | |
stream_http_response.h | 10 years ago | |
sys_memory.h | 13 years ago | |
sys_socket.h | 13 years ago | |
tasklet.h | 10 years ago | |
throttle.h | 10 years ago | |
typedefs.h | 10 years ago | |
url_parser.h | 14 years ago | |
utils.h | 10 years ago | |
value.h | 10 years ago | |
value_lua.h | 14 years ago | |
version.h | 14 years ago | |
virtualrequest.h | 10 years ago | |
waitqueue.h | 10 years ago | |
worker.h | 10 years ago |