Alessandro Mauri alema
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
alema pushed to master at alema/hkd 2020-07-28 20:30:38 +02:00
904a10cdf8 fix typo
alema pushed to master at alema/hkd 2020-07-28 20:28:04 +02:00
36ea0ccc6d modified readme
alema pushed to master at alema/hkd 2020-07-28 20:16:01 +02:00
472daace31 added -c option
alema pushed to master at alema/hkd 2020-07-28 13:29:08 +02:00
5db72c0b43 fix comment bug
514407015e install, uninstall and version
Compare 2 commits »
alema pushed to master at alema/hkd 2020-07-28 13:00:43 +02:00
c011888c5f added man page for hkd
alema pushed to master at alema/hkd 2020-07-28 01:13:15 +02:00
a4fcd4de31 entering version 0.1
alema pushed to master at alema/hkd 2020-07-25 17:46:55 +02:00
6613bd0707 modified parser to suit new config format
cc15646a15 changed makefile
Compare 2 commits »
alema pushed to master at alema/hkd 2020-07-19 16:32:22 +02:00
67a36f71e3 finally decided the config style
21e833143c changed key names
Compare 2 commits »
alema pushed to master at alema/hkd 2020-07-19 11:51:01 +02:00
6a5367ac00 verbose option displays key names instead of values
alema pushed to master at alema/hkd 2020-07-18 23:40:10 +02:00
ea6f548399 added -v argument