webmcp
log framework/bin/mcp.lua
age | author | description |
---|---|---|
2015-03-20 | jbe | New configuration options "min_requests_per_connect" and "max_requests_per_connect"; Bugfix: Send headers added with request.add_header(...) also in case of 303 Redirect |
2015-03-01 | jbe | Modified global_metatable.__newindex metamethod |
2015-02-28 | jbe | Bugfix for globals exception (compare with _G instead of _ENV) |
2015-02-28 | jbe | Exception for setting global variables |
2015-02-28 | jbe | Corrected level of error() call in mcp.lua |
2015-02-28 | jbe | Added level to error() call for setting global variables in mcp.lua |
2015-02-28 | jbe | Allow setting certain global variables in autoloader |
2015-02-28 | jbe | Pass _ENV to loaded chunks |
2015-02-28 | jbe | Replace global environment as soon as possible in mcp.lua |
2015-02-27 | jbe | Workaround for postfork-loading of multirand library |
2015-02-27 | jbe | Initialize listeners list in framework/bin/mcp.lua |
2015-02-22 | jbe | Bugfix: call execute.prefork_initializers() only once in mcp.lua |