aboutsummaryrefslogtreecommitdiff
path: root/module/web/http/make-routes.scm (unfollow)
Commit message (Expand)Author
2022-10-16Add missing lambda in make routes.Hugo Hörnquist
2022-09-18Slightly better error handling in HTTP routes.Hugo Hörnquist
2022-09-18Rewrote make-routes to use define-syntax.Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
2022-06-11Add number of TODO's.Hugo Hörnquist
2022-03-15Make make-routes pre-compile all regexes.Hugo Hörnquist
2022-03-15Fix r:host and r:port in make-route's body.Hugo Hörnquist
2022-03-15Qualify functions in make-routes expansion.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
2020-10-15Add rudementary server logging.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-17fixes.Hugo Hörnquist
2020-08-17Split module/server into stuff.Hugo Hörnquist
2020-08-17Work on paths?Hugo Hörnquist
2020-08-12Broke away routes from server entry-points.Hugo Hörnquist
2020-08-12Slightly clean up server imports.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-09Add basic (semi broken) paginator to HTML search.Hugo Hörnquist
2020-08-09Can create events with åäö again.Hugo Hörnquist
2020-08-07Slightly better search page.Hugo Hörnquist
2020-08-07r:query now guaranteed string.Hugo Hörnquist
2020-08-07Server Uri-decode query string.Hugo Hörnquist
2020-05-03[today] and [jump to] now works without JS.Hugo Hörnquist
2020-05-01Server make-routes now support custom regexes.Hugo Hörnquist
2020-04-26Remove use-modules*.Hugo Hörnquist
2020-03-31Change url-parsing so '.' is a delimiter.Hugo Hörnquist
2019-10-06Minor cleanup in scheme code.Hugo Hörnquist
2019-05-23Update server.Hugo Hörnquist
2019-05-22Server add POST body parameters, and state forwarding.Hugo Hörnquist
2019-05-22Large work on server software.Hugo Hörnquist