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
path:
root
/
package.lisp
Age
Commit message (
Expand
)
Author
2023-11-18
version 1.0
colin
2023-11-18
Version bump; Allow for control of keyword reading
colin
2022-10-15
Fix: name clash
Colin Okay
2022-10-15
Add: app-dict
Colin Okay
2022-10-14
Add: ext->mimetype utility
Colin Okay
2022-02-24
added server domain. set-cookie uses it if available.
Colin Okay
2022-02-20
Merge branch 'master' of github.com:cbeo/lazybones
Colin Okay
2022-02-20
ultra basic debugging on handler error
Colin Okay
2022-02-17
add whole classes to documentation
Colin Okay
2022-02-16
re-exporting set-response-cookie from lazybones package
Colin Okay
2022-02-16
replaced setf response-cookie with set-response-cookie
Colin Okay
2022-02-13
Made 200 response the default. http-err now singals condition
Colin Okay
2022-02-10
decided to drop the app-state
Colin Okay
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
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
2020-12-21
removed dep on parzival, introduced dep on hunchentoot
Colin Okay
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