Gmnxd

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around v1.2.0.

2024-02-16
21:38
No need to double check for ferror. ... (check-in: b49108c885 user: absc tags: trunk)
16:34
Remove break, It was there when we were using the switch. ... (check-in: 5751bc9bd0 user: absc tags: trunk)
16:16
Protect against one-bytes requests. While there, make the read loop more clear. ... (check-in: 96330aa3e6 user: absc tags: trunk)
07:01
Check for r > 0. Forgot in the previous commit. ... (check-in: 2ac9d2f50d user: absc tags: trunk)
2024-02-15
22:55
fread(3) blocks with inetd. Of course it does, the pipe remains open. ... (check-in: 2a25ee18ef user: absc tags: trunk)
21:40
Simplify the parsing code, get ride of the remaining memory allocations. ... (check-in: 9f32bcbb85 user: absc tags: trunk)
19:20
Get rid of getline and allocate the line buffer on the stack. ... (check-in: e380ee9877 user: absc tags: trunk)
18:47
Remove the memory allocation if a path different than the default is used. ... (check-in: 398ea189b7 user: absc tags: trunk)
2024-01-24
21:25
Make the mt variable a const pointer. ... (check-in: 1c63e42870 user: absc tags: trunk)
21:24
Make the docroot const. ... (check-in: 23760101c8 user: absc tags: trunk)
21:16
No need to be too anal with newlines/ ... (check-in: 0157d253f2 user: absc tags: trunk)
21:05
Properly check for -1. ... (check-in: c538459c51 user: absc tags: trunk)
2024-01-15
22:27
Corrected some MISRA violations. ... (check-in: 2414f6685c user: absc tags: trunk)
2024-01-09
22:34
Properly add paragraphs to the blockquote. ... (check-in: 2d748c0018 user: absc tags: trunk)
22:27
Output a single blockquote for all the lines. ... (check-in: 0982ee3f14 user: absc tags: trunk)
22:08
Fix the repeating of the first character in a code block. It's a bit ugly, but it works. Probably the parser need some love. ... (check-in: 0681eb8a8b user: absc tags: trunk)
2023-08-23
17:30
Use the empty string if the alt text is null. ... (check-in: 3fd45033c9 user: absc tags: trunk)
17:24
Correct the alt text attribute. ... (check-in: b124db6948 user: absc tags: trunk)
2023-08-10
11:30
Add missing newline to output. ... (check-in: 0f8306320b user: absc tags: trunk)
11:17
Corrected the lang placement. ... (check-in: 0c58feb292 user: absc tags: trunk)
11:01
Add the -l flag to specify the document language. ... (check-in: 22dd44a6f0 user: absc tags: trunk)
10:51
Remove another trailing slash. ... (check-in: 4a4a78c7ba user: absc tags: trunk)
08:13
No need to backslash a meta. ... (check-in: fb88ab4d96 user: absc tags: trunk)
08:06
Add the viewport meta for mobile browsers. ... (check-in: f25147c6a9 user: absc tags: trunk)
2023-04-15
19:07
The "c" variable for the flags must be an integer. Correct a small warning. ... (check-in: a826b560cb user: absc tags: trunk)
2022-11-27
15:32
Release version 1.2.0 ... (check-in: a2e7f73d51 user: absc tags: trunk, v1.2.0)
2022-11-20
21:36
Grammar corrections. ... (check-in: 5976e9e9c4 user: absc tags: trunk)
2022-09-26
21:22
Properly increase the line size. The problem was not with the buffer, but with the fact that we mis-calculated the line size for the special characters we handle. ... (check-in: cae61afdf2 user: absc tags: trunk)
21:09
Increase the minimum size to check before resizing. This avoid potential alignement between the actual text and what still needs to be written. ... (check-in: 3ddce1ca49 user: absc tags: trunk)
20:44
Forgot a break. In this case, the ampersand is printed anyway. ... (check-in: 959a7b29af user: absc tags: trunk)
2022-09-25
21:06
Add a secondary title to the main docs page. ... (check-in: c96de6009c user: absc tags: trunk)
2022-09-24
14:38
Merge redirects support code. ... (check-in: 1f6ea7dcd4 user: absc tags: trunk)
14:37
Some words in the README about redirects. ... (Closed-Leaf check-in: 1c48c99540 user: absc tags: implement-redirects)
14:35
Documented redirects. ... (check-in: 552cd829ab user: absc tags: implement-redirects)
2022-09-23
20:13
Added redirections details to the man page. ... (check-in: 05c1d7a4c0 user: absc tags: implement-redirects)
17:29
Indentation. ... (check-in: 0169e14da5 user: absc tags: implement-redirects)
17:05
Sanitize the docroot path. We need this to be sure that we can move of one more character when we calculate the redirection. ... (check-in: 17ff07a60e user: absc tags: implement-redirects)
16:58
Invert the checks. We want to be sure that what's pointed is a symlink first ... (check-in: 122afbf428 user: absc tags: implement-redirects)
16:53
Forgot to add realpath(3) in the initial check-in. ... (check-in: 5a3873ef8b user: absc tags: implement-redirects)
16:45
Initial test for the redirect implementation. Need to try it on the live server. ... (check-in: 7bfee227ce user: absc tags: implement-redirects)
16:32
Make the document root variable global. This is needed to implement redirections using symlinks. ... (check-in: 473d5f52d6 user: absc tags: trunk)
2022-09-22
20:40
No need to do those two operations. ... (check-in: 3d8bb010b8 user: absc tags: trunk)
2022-09-15
20:01
Generate an img tag instead of a hyperlink. For some known image formats, for the web is preferable to have inline images. ... (check-in: d31cd2bc26 user: absc tags: trunk)
2022-09-14
18:53
Better sentencing. ... (check-in: 46f9c8d929 user: absc tags: trunk)
2022-09-06
19:44
Release version 1.1.0 ... (check-in: 977b8b5926 user: absc tags: trunk, v1.1.0)
2022-08-13
10:12
Some clarifications about the CSS style path. ... (check-in: b2cd0e4ea6 user: absc tags: trunk)
10:00
It's obvious that we are searching under the document root. ... (check-in: 4a896aefb2 user: absc tags: trunk)
09:58
Some clarifications. ... (check-in: 857a2a3c61 user: absc tags: trunk)
09:44
We can write longer lines. ... (check-in: f4faec7b02 user: absc tags: trunk)
2022-08-12
19:34
Add the usage() function. ... (check-in: c920b778a2 user: absc tags: trunk)