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 | state table synchronized | Colin Okay | |
2022-02-10 | added remove-app-state function | Colin Okay | |
2022-02-10 | changed app state to compare keys with equal | Colin Okay | |
2022-02-09 | defined map-parameters | Colin Okay | |
2022-02-09 | added let-parameters | Colin Okay | |
2022-02-09 | removed obsolete utility | 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 | refactored lazybones:app function | Colin Okay | |
2022-02-08 | adding route variables to the documentation generator | Colin Okay | |
2022-02-08 | changing route variable syntax | 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 | debugging post body deserialization | Colin Okay | |
2022-02-07 | huzzah! all the parts are in place. | Colin Okay | |
2022-02-07 | supporting responses | Colin Okay | |
2022-02-07 | endpoint registration | Colin Okay | |
2022-02-06 | authorization check logic; route variables | Colin Okay | |
2022-02-06 | defined lazybones namespace for holding app instances | Colin Okay | |
2022-02-06 | binding of dynamic variables pushed to run-endpoint | Colin Okay | |
2022-02-06 | Route handling logic written (untested) | Colin Okay | |
2022-02-04 | initial work developing hunchentoot backend | Colin Okay | |
2022-02-03 | Filling out a prospective oo protocol | Colin Okay | |
2022-02-03 | empty hacking | Colin Okay | |
2022-02-03 | hacking on lazybones reboot | Colin Okay | |
2022-02-03 | defined initial app class | Colin Okay | |
2021-09-07 | moo | Colin Okay | |
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-12-11 | support for multi-evidence | Colin Okay | |
2020-11-21 | added readme | Colin Okay | |
2020-08-04 | added filter option to lazybones:serve-directory | Colin Okay | |
2020-08-04 | clean | Colin Okay | |
2020-06-24 | version bump | Colin 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-24 | mimetype registry, serve-directory | Colin Okay | |
2020-06-08 | altered syntax of with-handler-preamble | Colin Okay | |
2020-06-07 | port | Colin Okay | |
2020-06-07 | only stop handlers if they exist | Colin Okay | |
2020-06-07 | reload needs the port number too | Colin Okay | |
2020-05-09 | added logging switch and stream | Colin Okay | |
2020-05-07 | added port to start | Colin 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 | route lookup fix | Coin Okay | |
the route key and the req key must be equal in length | |||
2020-04-22 | hack to send binary data in http response | Coin Okay | |
2020-04-22 | decoder lookup is more flexible | Coin Okay | |