index
:
colin/lazybones.git
main
HTTP Routing framework in Common Lisp
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-02-12
formatting and comments in example
Colin Okay
2022-02-12
comments to example
Colin Okay
2022-02-12
tweaking doc generation
Colin Okay
2022-02-12
tweaking doc generation
Colin Okay
2022-02-12
updated readme
Colin Okay
2022-02-12
updated example docs output
Colin Okay
2022-02-12
updating documentation generation
Colin Okay
2022-02-12
returning 403 on not authorized
Colin Okay
2022-02-12
updated readme and example
Colin Okay
2022-02-12
tweak macro
Colin Okay
2022-02-12
bumped minor version. explicit support for query params in endpoints
Colin Okay
2022-02-12
added gitignore
Colin Okay
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
more robust install-app
Colin Okay
2022-02-09
removed obsolete utility
Colin Okay
2022-02-09
added second example to readme
Colin Okay
2022-02-08
clarifying example
Colin Okay
2022-02-08
clarifying example
Colin Okay
2022-02-08
typo, wording
Colin Okay
2022-02-08
better custom error handling
Colin Okay
2022-02-08
changed route format in documentation, updated example documentation
Colin Okay
2022-02-08
update readme about documentationg enerator; added example
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
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
[next]