summaryrefslogtreecommitdiff
path: root/guix-web/controller.scm
Commit message (Expand)AuthorAgeFilesLines
* Move all modules into the 'guix web' namespace.David Thompson2015-01-311-57/+0
* Make /package a JSON only route.David Thompson2015-01-301-9/+10
* Extract HTML and JSON views to separate modules.David Thompson2015-01-301-1/+2
* Add generations view.David Thompson2014-10-161-0/+2
* Decouple static asset rendering from core server logic.David Thompson2014-10-121-1/+2
* controller: Use match-lambda.David Thompson2014-10-121-25/+25
* Add basic, hacky package installation.David Thompson2014-08-151-1/+7
* Add JSON endpoint for a specific package name.David Thompson2014-08-091-1/+10
* Break guix-web script into many modules.David Thompson2014-08-071-0/+37