aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/server.scm (follow)
Commit message (Collapse)AuthorAge
...
* Update server endpoints for calendar rendering.Hugo Hörnquist2020-03-31
|
* Change url-parsing so '.' is a delimiter.Hugo Hörnquist2020-03-31
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Work.Hugo Hörnquist2020-01-31
|
* Rework program initialization.Hugo Hörnquist2019-12-24
Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.