Alessandro Mauri alema
alema pushed to master at alema/alemauri.eu 2020-08-12 19:28:00 +02:00
1f9c3c9bb2 chandged footer style and test make
alema pushed to master at alema/alemauri.eu 2020-08-12 18:56:36 +02:00
0aaf836901 licensed under CCO 1.0
b6f3be8918 started work on navbar
50b35683d5 changed name
Compare 3 commits »
alema pushed to master at alema/bmon 2020-08-12 18:47:23 +02:00
cfa250ec2a licensed under GLWTPL
alema pushed to master at alema/alemauri.eu 2020-08-11 12:19:34 +02:00
1b8a803dd2 cleanup and install with rsync
alema pushed to master at alema/alemauri.eu 2020-08-08 20:07:11 +02:00
42144ae6ef added caddy webserver
alema pushed to master at alema/alemauri.eu 2020-08-08 18:21:15 +02:00
1da6f2d6ce initial commit
alema created repository alema/alemauri.eu 2020-08-08 18:20:07 +02:00
alema pushed to master at alema/hkd 2020-08-01 14:45:16 +02:00
1ba688f975 bump to version 0.2
alema pushed to master at alema/hkd 2020-08-01 12:18:09 +02:00
344887c925 fixed: wrong key names after 'z' when using -v
alema closed issue alema/hkd#1 2020-07-29 22:07:03 +02:00
malloc(): corrupted top size
alema reopened issue alema/hkd#1 2020-07-29 22:07:00 +02:00
malloc(): corrupted top size
alema commented on issue alema/hkd#1 2020-07-29 22:06:48 +02:00
malloc(): corrupted top size

I'm not quite sure why the malloc bug occurs and valgrid didn't give me much useful information, but the parser should not allow for blank command or keys values. I added a check for it and the problem should no longer occur.

alema closed issue alema/hkd#1 2020-07-29 22:03:52 +02:00
malloc(): corrupted top size
alema pushed to master at alema/hkd 2020-07-29 22:03:52 +02:00
1b7af99723 fix #1: parser no longer allows blank lines for keys or command
alema closed issue alema/hkd#2 2020-07-29 21:28:29 +02:00
“error opening config file” is not an error
alema commented on issue alema/hkd#2 2020-07-29 20:37:13 +02:00
“error opening config file” is not an error

you're right, I didn't know about the rule of silence before and the "error" messages are not useful apart from debugging. I made it so that all the messages are disabled by default and -v turns them back on.

alema pushed to master at alema/hkd 2020-07-29 20:36:15 +02:00
d110948129 closing #2: made the program silent
alema pushed to master at alema/hkd 2020-07-29 16:53:18 +02:00
e14049d5b6 fixed invalid free() and missing break;
alema pushed to master at alema/hkd 2020-07-29 12:23:17 +02:00
de6db78896 removed unnecessary memmove(s) in parse_config_file()
alema pushed to master at alema/hkd 2020-07-29 12:01:32 +02:00
e1e239430c licensed under the MIT license