webmcp
log
| age | author | description | 
|---|---|---|
| 2015-03-26 | jbe | trace.debug(...) now handles nil values properly | 
| 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 |