webmcp

log

age author description
2015-03-26 jbe Fixed commas in autodoc comments
2015-03-26 jbe Fixed two tiny errors in autodoc comments in mondelefant
2015-03-26 jbe Prohibit public access to listing of subdirectories in static/ (on BSD systems)
2015-03-26 jbe Bugfix regarding MIME types for static file delivery
2015-03-26 jbe Fixed documentation of extos.listdir(...), which was wrong
2015-03-26 jbe Added new function extos.stat(...)
2015-03-26 jbe Code cleanup in extos.c: use 1.0e9 instead of 0.000000001 to avoid floating-point inaccuracies, added "const" qualifiers to avoid two compiler warnings
2015-03-24 jbe Bugfix: respect "index" argument to request.get_param{...} function; Allow access to metadata of POST fields in request.get_param{...}
2015-03-24 jbe Added tag v2.0.0 for changeset f85de175b8c0
2015-03-24 jbe Updated LICENSE filev2.0.0
2015-03-24 jbe Restored accidentally modified Makefile.options file
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 merge
2015-03-24 jbe Updated error message for accidentally setting globals
2015-03-24 bsw Updated trace style of demo app
2015-03-24 jbe Bugfix in request.get_param{...}
2015-03-24 jbe Modified error message when setting global variable
2015-03-24 jbe 404 handling of unroutable requests
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-24 jbe Autodoc comments improved
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 Updated autodoc comments
2015-03-23 jbe Fixes in autodoc comments
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 Added webmcp_version file
2015-03-22 jbe Removed some redundancy from error messages
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 Added missing underscore to "tempstore"
2015-03-22 jbe Bugfix for newly introduced loadcached function (use the cache)
2015-03-22 jbe Remove file type identification line from translation files of demo application (no longer permitted)
2015-03-22 jbe Mechanism to load, compile, and cache Lua code from the filesystem
2015-03-22 jbe merge
2015-03-22 bsw Improved trace time output
2015-03-22 jbe Added commas to time-triple output of trace system
2015-03-22 jbe Bugfixes regarding time triples in trace._render_sub_tree(...)
2015-03-22 jbe Initialize db_time variable of root node of trace tree
2015-03-22 jbe Fixed wrong variable name in trace._render_sub_tree(...)
2015-03-22 jbe Time triple (cpu/db/total) for trace system
2015-03-22 jbe Removed CPU string from trace output
2015-03-22 jbe Fixed typo in trace._render_sub_tree(...)
2015-03-22 jbe Trace real time and CPU time
2015-03-22 jbe Added factor 1000 to display milliseconds correctly
2015-03-22 jbe Store execution time in trace.sql{...}
2015-03-22 jbe Bugfix: Print execution time of SQL statements also in case when no error occurred
2015-03-22 jbe Always enable SQL tracer (within framework/env/__init.lua); Record execution time of SQL statements
2015-03-22 jbe Documentations of global constants
2015-03-22 jbe Added missing local statement in env/encode/json.lua
2015-03-22 jbe Enable caching for static content
2015-03-22 jbe Cache control; Added documentation for request.add_header(...)
2015-03-22 jbe Removed timeout management (will be part of moonbridge)

Impressum / About Us