aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
AgeCommit message (Collapse)Author
2022-02-08changing route variable syntaxColin Okay
2022-02-08hacking on documentation moduleColin Okay
2022-02-08added support for basic documentation of appsColin Okay
2022-02-07debugging post body deserializationColin Okay
2022-02-07huzzah! all the parts are in place.Colin Okay
2022-02-07supporting responsesColin Okay
2022-02-07endpoint registrationColin Okay
2022-02-06authorization check logic; route variablesColin Okay
2022-02-06defined lazybones namespace for holding app instancesColin Okay
2022-02-06binding of dynamic variables pushed to run-endpointColin Okay
2022-02-06Route handling logic written (untested)Colin Okay
2022-02-04initial work developing hunchentoot backendColin Okay
2022-02-03Filling out a prospective oo protocolColin Okay
2022-02-03empty hackingColin Okay
2022-02-03hacking on lazybones rebootColin Okay
2022-02-03defined initial app classColin Okay
2021-09-07mooColin Okay
2020-12-21removed dep on parzival, introduced dep on hunchentootColin Okay
hopefully the hunchentoot dep is temporary. I had to patch over my ill-conceived multipart form decoder.
2020-12-14added http-redirectColin Okay
2020-12-11support for multi-evidenceColin Okay
2020-11-21added readmeColin Okay
2020-08-04added filter option to lazybones:serve-directoryColin Okay
2020-08-04cleanColin Okay
2020-06-24version bumpColin Okay
- changed route formation "/foo//bar" == "/foo/bar" which means that "/" == "". Be warned. - added a default file serving mimetype of application/octet-stream
2020-06-24mimetype registry, serve-directoryColin Okay
2020-06-08altered syntax of with-handler-preambleColin Okay
2020-06-07portColin Okay
2020-06-07only stop handlers if they existColin Okay
2020-06-07reload needs the port number tooColin Okay
2020-05-09added logging switch and streamColin Okay
2020-05-07added port to startColin Okay
2020-04-23aliasing http-ok and http-err inside defrouteCoin Okay
2020-04-23added with-handler-preamble and implicit block to handler defsCoin Okay
2020-04-22multipart/form-data decoderCoin Okay
2020-04-22created decoders package, moved json decoderCoin Okay
2020-04-22reorganizing, removed iterate depCoin Okay
2020-04-22route lookup fixCoin Okay
the route key and the req key must be equal in length
2020-04-22hack to send binary data in http responseCoin Okay
2020-04-22decoder lookup is more flexibleCoin Okay
2020-04-20initial commitCoin Okay