| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-01 | remove libuconf, switch back to go flagmaster | -20/+6 | ||
| 2023-12-01 | add boltdb support, make it default | -16/+110 | ||
| 2020-04-19 | Bump to libuconf rewrite | -14/+18 | ||
| 2020-03-31 | ci: static builds only pls | -1/+1 | ||
| 2020-01-23 | disable windows and darwin builds | -10/+10 | ||
| libuconf supports neither yet. old binaries will remain available. | ||||
| 2020-01-23 | add support for config files | -1/+10 | ||
| 2.2.0 will not be released until libuconf is stabilized | ||||
| 2020-01-15 | unlicense | -22/+24 | ||
| 2020-01-09 | add READING guide | -0/+63 | ||
| 2019-12-19 | v2.1.0 - RELEASE!v2.1.0 | -68/+111 | ||
| 2019-12-19 | feat: add redis storage tests | -0/+45 | ||
| hidden behind "redis" build tag | ||||
| 2019-12-19 | feat: make templates overridable compile-time | -4/+14 | ||
| fixes #5 | ||||
| 2019-12-17 | feat: add docs for the memory backend | -0/+4 | ||
| 2019-12-17 | feat: make the memory backend available via cli | -0/+2 | ||
| 2019-12-17 | fix: update redis backend to return NotFound | -1/+5 | ||
| 2019-12-17 | fix: update dummy backend and tests for NotFound | -11/+24 | ||
| also remove "e" - it was redundant | ||||
| 2019-12-17 | feat: add in-memory storage backend | -1/+106 | ||
| it can't be used in the cli yet also means other backends need to be modified slightly | ||||
| 2019-12-17 | fix: ensure interfaces are implemented buildtime | -0/+4 | ||
| 2019-12-17 | feat: add dummy storage engine | -0/+134 | ||
| also test it | ||||
| 2019-12-17 | fix: automatically wrap lines in fancy view | -1/+10 | ||
| this is the default because it preserves whitespace correctly for copying purposes fixes #2 | ||||
| 2019-12-07 | [skip ci] readme: add go report card | -0/+1 | ||
| 2019-11-27 | [skip ci] only generate changelog since tag | -0/+1 | ||
| 2019-11-27 | fix: css should include a background color | -0/+1 | ||
| merge #1 - layout.qtpl: Make sure background is white | ||||
| 2019-11-27 | layout.qtpl: Make sure background is white | -0/+1 | ||
| 2019-11-26 | [skip ci] fix missing " in init.d script | -1/+1 | ||
| 2019-11-26 | Update README because CI is a thing now | -0/+16 | ||
| 2019-11-26 | CI: fix substitution | -1/+1 | ||
| I'm asleep btw | ||||
| 2019-11-26 | CI: generate templates from master | -1/+8 | ||
| Compiled templates are only committed for releases. CI should use whatever is latest. Also fix a missing --no-cache in tests. | ||||
| 2019-11-26 | CI: ok fine you can have gcc for tests | -0/+1 | ||
| 2019-11-26 | CI: just strip during build lul | -3/+1 | ||
| 2019-11-26 | CI: init | -0/+83 | ||
| 2019-11-24 | Release chores for 2.0.0v2.0.0 | -0/+424 | ||
| 2019-11-24 | Update server/ docs | -0/+3 | ||
| 2019-11-24 | Update openrc to not care about users | -3/+0 | ||
| 2019-11-24 | Document additions to the client/ directory. | -0/+6 | ||
| 2019-11-24 | Documentation pass | -9/+12 | ||
| - document Get - document Index - document Put - unexport global settings from main | ||||
| 2019-11-24 | Document new storage selection option | -0/+9 | ||
| 2019-11-24 | Correct double '-'s in docs | -2/+2 | ||
| 2019-11-24 | Allow for different future storage engines | -9/+19 | ||
| 2019-11-24 | Remove more redundant comments | -2/+0 | ||
| 2019-11-23 | Update server utilities (no more health checks) | -24/+10 | ||
| 2019-11-23 | Remove deprecated comments | -2/+0 | ||
| 2019-11-23 | Update docs to rewrite | -16/+10 | ||
| 2019-11-23 | Remove changelog: everything changed. | -10/+0 | ||
| 2019-11-23 | Initial golang rewrite | -0/+466 | ||
| 2019-11-23 | Remove D stuff from gitignore | -14/+0 | ||
| 2019-11-23 | Remove D stuff | -286/+0 | ||
| 2019-08-20 | Move function definition to zsh style | -10/+6 | ||
| Also fix it "exit"ing when autoloaded. | ||||
| 2019-07-12 | feat: add new routing for reads | -11/+12 | ||
| /:id/:lang is now used. If :lang is raw, give raw output. This deprecates the old endpoints/methods: - /:id?lang=lang - /:id?lang - /raw/:id | ||||
| 2019-07-12 | docs: s/anything/foo/ for clarity | -4/+4 | ||
| 2019-07-09 | feat: redirect real browsers to content | -3/+27 | ||
| - Use 303: otherwise they just POST again - Make the response by hand, redirect() not usable in this context - Matching browsers is done via UA | ||||
