aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improved www examples.HEADmasterToni Uhlig2021-11-15
* Added template inheritance example.Toni Uhlig2021-11-15
* std::strftime formatToni Uhlig2021-11-13
* Inja callback "itoa".Toni Uhlig2021-11-11
* Added override keyword to methods that *must* be implemented if they are deri...Toni Uhlig2021-11-11
* Format createDate and publishDate with std::strftime().Toni Uhlig2021-10-31
* Added CMake install targets and reworked wwwroot folder structure.Toni Uhlig2021-10-25
* Added Inja "prefix" callback function.Toni Uhlig2021-10-23
* Removed EvHTTP chunked response support (for now).Toni Uhlig2021-10-23
* Sort filenames alpha-numeric, used as template system dependency management.Toni Uhlig2021-10-23
* Improved Blog/Markdown URI base path handling.Toni Uhlig2021-10-23
* Added 404 error page.Toni Uhlig2021-10-22
* Get request query value.Toni Uhlig2021-10-22
* Improved URI handling and redirection/routing.lns2021-10-21
* Added MD4C support to render HTML from Markdown text.lns2021-10-20
* Added blog listing sorting and template checks.Toni Uhlig2021-10-19
* Blog Metadata parsing, validationa and templating.Toni Uhlig2021-10-14
* Static file cache content module.Toni Uhlig2021-10-04
* Added Markdown and Static content module.Toni Uhlig2021-10-01
* CMS functionality works just find..minimal-working-exampleToni Uhlig2021-09-30
* Request/Response handling w/ libevent2Toni Uhlig2021-06-21
* Inja/Template stuffToni Uhlig2021-06-20
* Basic blog module.Toni Uhlig2021-06-20
* Blog, Content, ContentManager skeleton!lns2021-05-06
* ContentManager / Filesystem classes as preparation for a SimpleBlog.Toni Uhlig2021-04-27
* Switched from slow blocking cpp-httplib to libevent2.Toni Uhlig2021-04-27
* basic cpp web example using httplib and (j)injalns2019-09-08