Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-08 | refactored lazybones:app function | Colin Okay | |
2022-02-08 | readme | Colin Okay | |
2022-02-08 | updated readme | 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 | 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 | todo | Colin Okay | |
2022-02-07 | huzzah! all the parts are in place. | Colin Okay | |
2022-02-07 | typo | 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 | 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 | 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-04 | removing old modules | Colin Okay | |
2022-02-03 | Filling out a prospective oo protocol | Colin Okay | |
2022-02-03 | empty hacking | Colin Okay | |
2022-02-03 | explicitly depending on cl-ppcre | Colin Okay | |
2022-02-03 | added lazybones-hunchentoot.lisp - to be a backend for lazybones | Colin Okay | |
2022-02-03 | hacking on lazybones reboot | Colin Okay | |
2022-02-03 | defined initial app class | Colin Okay | |
2022-02-03 | initial commit on lazybones revolution | Colin Okay | |
added clpmfile | |||
2021-09-07 | moo | Colin Okay | |
2021-03-08 | added examples to readme | Colin Okay | |
2020-12-21 | Merge branch 'master' of github.com:cbeo/lazybones | Colin Okay | |
2020-12-21 | updated readme | 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-17 | Update README.md | Colin Okay | |
2020-12-17 | Update README.md | Colin Okay | |
2020-12-14 | added http-redirect | Colin Okay | |
2020-12-11 | support for multi-evidence | Colin Okay | |
2020-11-22 | added reluctant installation documentation | Colin Okay | |
2020-11-21 | typo | 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 | exporting mimetype fallback symbol | 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 | |