Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-10 | decided to drop the app-state | Colin Okay | |
For two reasons. 1) concurrent access to the app-state-table is non-portable and was probably added to address a specific need I found myself reaching for; 2) because lazybones is about routing, and nothing more -- all state should live elsewhere. | |||
2022-02-10 | added remove-app-state function | Colin Okay | |
2022-02-09 | defined map-parameters | Colin Okay | |
2022-02-09 | added let-parameters | Colin Okay | |
2022-02-08 | canned error resposnes moved into server api (duh), updated readme | Colin Okay | |
2022-02-08 | added app-state table | Colin Okay | |
2022-02-08 | hacking on documentation module | Colin Okay | |
2022-02-08 | added support for basic documentation of apps | Colin Okay | |
2022-02-07 | re-exporting symbols from lazybones | Colin Okay | |
2022-02-07 | debugging post body deserialization | Colin Okay | |
2022-02-07 | comments in package.lisp | Colin Okay | |
2022-02-07 | huzzah! all the parts are in place. | Colin Okay | |
2022-02-07 | supporting responses | Colin Okay | |
2022-02-06 | homepackage of dynamic variables changed to lazybones.backend | Colin Okay | |
Just so that they can be referenced without prefix as the default value of keyword arguments in lazybones.backend | |||
2022-02-06 | Route handling logic written (untested) | Colin Okay | |
2022-02-04 | initial work developing hunchentoot backend | Colin Okay | |
2022-02-03 | empty hacking | Colin Okay | |
2022-02-03 | explicitly depending on cl-ppcre | Colin Okay | |
2022-02-03 | hacking on lazybones reboot | Colin Okay | |
2022-02-03 | initial commit on lazybones revolution | Colin Okay | |
added clpmfile | |||
2020-12-21 | removed dep on parzival, introduced dep on hunchentoot | Colin Okay | |
hopefully the hunchentoot dep is temporary. I had to patch over my ill-conceived multipart form decoder. | |||
2020-12-14 | added http-redirect | Colin Okay | |
2020-06-24 | exporting mimetype fallback symbol | Colin Okay | |
2020-06-24 | mimetype registry, serve-directory | Colin Okay | |
2020-05-09 | added logging switch and stream | Colin Okay | |
2020-04-24 | application/x-www-form-urlencoded decoder | Coin Okay | |
2020-04-23 | aliasing http-ok and http-err inside defroute | Coin Okay | |
2020-04-23 | added with-handler-preamble and implicit block to handler defs | Coin Okay | |
2020-04-22 | multipart/form-data decoder | Coin Okay | |
2020-04-22 | created decoders package, moved json decoder | Coin Okay | |
2020-04-22 | reorganizing, removed iterate dep | Coin Okay | |
2020-04-22 | decoder lookup is more flexible | Coin Okay | |
2020-04-20 | package nickname and import-from package clauses | Coin Okay | |
2020-04-20 | initial commit | Coin Okay | |