webmcp
log
age | author | description |
---|---|---|
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 |