aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
AgeCommit message (Expand)Author
2022-02-13Made 200 response the default. http-err now singals conditionColin Okay
2022-02-12returning 403 on not authorizedColin Okay
2022-02-12tweak macroColin Okay
2022-02-12bumped minor version. explicit support for query params in endpointsColin Okay
2022-02-10decided to drop the app-stateColin Okay
2022-02-10state table synchronizedColin Okay
2022-02-10added remove-app-state functionColin Okay
2022-02-10changed app state to compare keys with equalColin Okay
2022-02-09defined map-parametersColin Okay
2022-02-09added let-parametersColin Okay
2022-02-09removed obsolete utilityColin Okay
2022-02-08canned error resposnes moved into server api (duh), updated readmeColin Okay
2022-02-08added app-state tableColin Okay
2022-02-08refactored lazybones:app functionColin Okay
2022-02-08adding route variables to the documentation generatorColin Okay
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
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
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