webmcp
log
| age | author | description | 
|---|---|---|
| 2015-02-27 | jbe | Workaround for postfork-loading of multirand library | 
| 2015-02-27 | jbe | Added function request.get_cookie{...} | 
| 2015-02-27 | jbe | Added missing request.get_path() function | 
| 2015-02-27 | jbe | Fixed typo in execute._create_sorted_execution_list(...) | 
| 2015-02-27 | jbe | Initialize listeners list in framework/bin/mcp.lua | 
| 2015-02-27 | jbe | Removed request._app_basepath and request._app_basebase from env/request/__init.lua | 
| 2015-02-27 | jbe | Finished removing all references to cgi module (except demo-app); Removed partial loading mechanism | 
| 2015-02-27 | jbe | Use request.get_param{...} and request.get_param_strings{...} functions in request.process() | 
| 2015-02-25 | jbe | More work on Moonbridge integration: several changes in env/request | 
| 2015-02-22 | jbe | Bugfix: call execute.prefork_initializers() only once in mcp.lua | 
| 2015-02-22 | jbe | Simplified autoloader in mcp.lua | 
| 2015-02-22 | jbe | Removed unnecessary extra slash in autoloader in mcp.lua |