index
:
sternenblog
this commit
depot
master
file based cgi blog software
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(main): add simple caching support via max-age
sternenseemann
2020-08-24
1
-36
/
+26
*
feat(main): add atom feed
sternenseemann
2020-08-24
1
-2
/
+132
*
refactor(stringutil): add function catn_alloc to ease url building in main.c
sternenseemann
2020-08-21
1
-2
/
+4
*
feat(rss): minor improvements and refactor time formatting
sternenseemann
2020-08-20
1
-26
/
+24
*
fix(treewide): use same type when comparing
sternenseemann
2020-08-11
1
-2
/
+2
*
feat(xml): add support for CDATA sections
sternenseemann
2020-08-11
1
-2
/
+2
*
feat(main): mmap only on demand and unmap asap
sternenseemann
2020-08-08
1
-2
/
+11
*
feat(treewide): major rework
sternenseemann
2020-08-08
1
-278
/
+266
*
style(treewide): tabs → spaces
sternenseemann
2020-07-27
1
-240
/
+240
*
Fix misdetection of lfi attacks
lukasepple
2016-01-03
1
-2
/
+2
*
fixed LFI vulnerability
lukasepple
2014-08-15
1
-0
/
+8
*
fixed the RSS feed
sternenseemann
2014-08-08
1
-5
/
+6
*
fixed missing closing CDATA tag
sternenseemann
2014-08-08
1
-1
/
+1
*
it's called sternenblog!
Lukas Epple
2014-08-08
1
-1
/
+1
*
error checking
lukasepple
2014-08-08
1
-1
/
+6
*
moved the templating stuff to struct blogpost
lukasepple
2014-08-08
1
-40
/
+17
*
made date parsing working!
lukasepple
2014-08-08
1
-1
/
+10
*
(re)added feature macros
lukasepple
2014-08-08
1
-0
/
+2
*
something was wrong with my timeinfo frees
lukasepple
2014-08-08
1
-2
/
+0
*
fixed some memory leaks
lukasepple
2014-08-08
1
-2
/
+8
*
added RSS Feed and new struct blogpost, time parsing isn't working yet
lukasepple
2014-08-07
1
-7
/
+179
*
out of the nowhere a cgi blog software appears
lukasepple
2014-08-02
1
-0
/
+176