Blame


1 c5ee665a 2023-04-15 op * galileo 0.3; 2023-04-15
2 c5ee665a 2023-04-15 op - fixed a few memory leaks
3 c5ee665a 2023-04-15 op - adjust text wrapping with CSS
4 c5ee665a 2023-04-15 op - minor improvements to the template engine
5 c5ee665a 2023-04-15 op - properly initialize the `lang' buffer
6 c5ee665a 2023-04-15 op - pledge(2) the main process
7 c5ee665a 2023-04-15 op - ensure that -Werror is not used in release tarballs
8 c5ee665a 2023-04-15 op
9 3cc07d02 2023-03-18 op * galileo 0.2; 2023-03-18
10 3cc07d02 2023-03-18 op - correct "FastCGI" spelling
11 3cc07d02 2023-03-18 op - link WAIT_ANY tests in the build
12 3cc07d02 2023-03-18 op - various improvements to the template engine
13 3cc07d02 2023-03-18 op - don't rebuild `template' unless strictly needed
14 3cc07d02 2023-03-18 op - add a navigation bar
15 3cc07d02 2023-03-18 op - fix styling for consequent blockquotes
16 3cc07d02 2023-03-18 op - allow to disable the navbar, footer and image preview
17 3cc07d02 2023-03-18 op
18 02127efd 2022-11-12 op * galileo 0.1; 2022-11-12
19 02127efd 2022-11-12 op - initial release