webmcp

log framework/bin/mcp.lua

age author description
2019-04-01 jbe Changed version number to 2.2.0
2017-06-11 jbe Updated documentation on passing moonbridge_io.poll to main handlers
2017-06-11 jbe Code cleanup; Pass moonbridge_io.poll to main handlers
2017-06-11 jbe Removed termination handling from WebMCP (to be done by moonbridge_io if needed)
2017-06-06 jbe Removed obsolete warning in documentation
2017-06-06 jbe Allow main handlers to use a poll function that indicates when process termination is requested
2017-06-06 jbe Added log output for terminating main handlers
2017-06-06 jbe Added documentation for listen{{proto = "main", ...}, ...}
2017-06-06 jbe Support proto = "main" in listen{...} call
2017-05-24 jbe Added documentation for listen{...} regarding interval handlers
2016-05-16 jbe Changed version number to 2.1.0v2.1.0
2016-02-05 jbe Updated documentation
2015-12-02 jbe Changed version number to 2.0.4
2015-12-01 jbe Added missing parenthesis around gsub call (code cleanup only)
2015-08-05 jbe Changed version to 2.0.3v2.0.3
2015-06-21 jbe Updated documentation for new Moonbridge version (again)
2015-06-20 jbe Updated documentation for new Moonbridge version
2015-03-29 jbe New release of v2.0.2 because tar.gz file of v2.0.1 did not contain Makefile.optionsv2.0.2
2015-03-26 jbe Changed version string to "2.0.1"v2.0.1
2015-03-26 jbe Fixed comment
2015-03-26 jbe Code cleanup and performance improvements regarding 404 check; Deprecated encode.action_file_path{...} and encode.view_file_path{...}
2015-03-24 jbe Documented maximum_input_chunk_size option to listen function
2015-03-24 jbe Updated documentation of listen function
2015-03-24 jbe Detect interval handlers with duplicate name; Added documentation for listen{...}
2015-03-24 jbe Set default value of max requests per fork to 200 instead of 100
2015-03-24 jbe Updated error message for accidentally setting globals
2015-03-24 jbe Modified error message when setting global variable
2015-03-24 jbe Bugfix regarding request_per_connection counting; Use new :close_after_finish() method of Moonbridge
2015-03-24 jbe Discard process after error
2015-03-24 jbe Bugfix in mcp.lua regarding passing http_options
2015-03-23 jbe Root __init.lua function must not set global variables without _G now; Documentation for "_" function added
2015-03-23 jbe Check _MOONBRIDGE_VERSION instead of global "listen" function to identify Moonbridge environment
2015-03-23 jbe Renamed configuration options for listen function
2015-03-23 jbe Fixed typo in error message
2015-03-23 jbe Added missing autodoc end tag in mcp.lua
2015-03-23 jbe Invoke Moonbridge's listen function without delay (requires passing http_options as argument); Code cleanup
2015-03-23 jbe Support intervals; Interactive shell requires application name now
2015-03-22 jbe Check if framework path is correct in mcp.lua (gives a more helpful error message if the framework path is wrong)
2015-03-22 jbe Bugfix for newly introduced loadcached function (use the cache)
2015-03-22 jbe Mechanism to load, compile, and cache Lua code from the filesystem
2015-03-22 jbe Documentations of global constants
2015-03-22 jbe Removed timeout management (will be part of moonbridge)
2015-03-22 jbe Removed TODO message regarding trace system
2015-03-22 jbe Request/response timeouts
2015-03-22 jbe Code cleanup regarding loading of "multirand" library
2015-03-21 jbe Updated documentation; Switched version string to "2.0.0"
2015-03-20 jbe Renamed local variable in mcp.lua to avoid shaddowing of global "request" variable
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
2015-02-22 jbe Simplified autoloader in mcp.lua

Impressum / About Us