webmcp
log
| age | author | description | 
|---|---|---|
| 2015-03-01 | jbe | Use correct path for static file delivery | 
| 2015-03-01 | jbe | Bugfix in request.process(): io.open instead of file.open | 
| 2015-03-01 | jbe | Work on static file delivery | 
| 2015-03-01 | jbe | Bugfix in request.set_cookie{...} | 
| 2015-03-01 | jbe | Added missing pairs(...) call in for-loop in request.process() implementation | 
| 2015-03-01 | jbe | Added missing local declaration in framework/env/request/process.lua | 
| 2015-03-01 | jbe | Another bugfix in request.get_view() | 
| 2015-03-01 | jbe | Bugfix in request.get_view() | 
| 2015-03-01 | jbe | Added missing local declaration in ui.list{...} implementation | 
| 2015-03-01 | jbe | Send "Connection: close" header to terminate process | 
| 2015-03-01 | jbe | Skip application based initializers in interactive mode | 
| 2015-03-01 | jbe | Allow illegal routes | 
| 2015-03-01 | jbe | Added missing local statement in table.new(...) | 
| 2015-03-01 | jbe | Modified global_metatable.__newindex metamethod |