index
:
blog
blog
my personal blog program
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-10-20
add RSS feed to header
HEAD
blog
Jakob Kaivo
2019-08-13
prevent accidental navigation away
Jakob Kaivo
2019-08-13
add missing </address>
Jakob Kaivo
2019-08-12
Merge branch 'fix-content-length-overflow' into 'master'
Jakob Kaivo
2019-08-09
prevent buffer overflow when spoofing content-length
Tom Dignan
2019-08-07
remove explicit action from form; will POST to the source URL
Jakob Kaivo
2019-07-27
add live preview
Jakob Kaivo
2019-07-27
fix incorrect </html> in header -> </head>
Jakob Kaivo
2019-07-27
enable warnings
Jakob Kaivo
2019-07-26
let httpd do the authentication
Jakob Kaivo
2019-07-20
add .html to filenames
Jakob Kaivo
2019-07-19
remove hard-coding of my name and email address from postings
Jakob Kaivo
2019-07-18
add newline for readability
Jakob Kaivo
2019-07-18
properly inserting new links
Jakob Kaivo
2019-07-18
remove cruft
Jakob Kaivo
2019-07-18
trime whitespace from title, avoid duplicate hyphens in URI
Jakob Kaivo
2019-07-18
creates index, but only for most recent post
Jakob Kaivo
2019-07-18
keep urls all lower case
Jakob Kaivo
2019-07-18
moving towards correct
Jakob Kaivo
2019-07-18
add current_year() function for use in address
Jakob Kaivo
2019-07-18
remove cruft
Jakob Kaivo
2019-07-18
move #defines to header
Jakob Kaivo
2019-07-18
insert call to add_to_index()
Jakob Kaivo
2019-07-18
new function add_to_index()
Jakob Kaivo
2019-07-18
add address to posts
Jakob Kaivo
2019-07-18
safe path names
Jakob Kaivo
2019-07-18
put entries directly under site root
Jakob Kaivo
2019-07-18
make blog entries actually html
Jakob Kaivo
2019-07-18
nul terminate + translations
Jakob Kaivo
2019-07-18
account for final field not ending in &, decode '+' to ' '
Jakob Kaivo
2019-07-17
mostly working new post, except for that crashing on write() bit
Jakob Kaivo
2019-07-17
add DATA_DIRECTORY
Jakob Kaivo
2019-07-17
cleaner form
Jakob Kaivo
2019-07-17
implement authenticate()
Jakob Kaivo
2019-07-17
rename verify_creds() to authenticate()
Jakob Kaivo
2019-07-17
move authentication to separate file
Jakob Kaivo
2019-07-17
move HTTP POST handling to separate file
Jakob Kaivo
2019-07-17
initial skeleton
Jakob Kaivo
2019-07-17
add makefile
Jakob Kaivo
2019-07-17
ignore build artifacts
Jakob Kaivo
2019-07-18
Add LICENSE
Jakob Kaivo