Commit Graph

15 Commits

Author SHA1 Message Date
anschrammh
636acb1be1 Allowed more characters to be parsed between quoted values (added '.' and '/' 2022-09-27 07:21:36 +02:00
anschrammh
714b167aef Corrected indentation 2022-04-29 07:44:58 +02:00
460db55496 Removed as many warnings as I could ... after enabling the all warning compiler flag 2022-03-29 23:25:27 +02:00
anschrammh
125a02c0e6 Minor modifications 2020-12-15 23:47:35 +01:00
anschrammh
5fd0675044 Removed useless INIT state that was the same as the LINE_BREAK state and added the - character as allowed for parameters and values 2020-12-08 21:54:11 +01:00
anschrammh
ef2f986581 Updated the code, the save feature needs to be tested carefully before using it 2019-11-17 19:28:50 +01:00
anschrammh
ae31aac4ee Minor change 2019-09-01 22:49:46 +02:00
anschrammh
7598ca9100 Implemented the save method + fixed a hidden bug 2019-04-13 13:30:31 +02:00
anschrammh
26ddbedc55 Improvements and bug fixes 2019-04-09 08:00:45 +02:00
Anatole SCHRAMM
8f2d2bcf48 Added new api functions, fixed a memory leak (file open, but not closed on failure), reworked the way data is read and sent, now using chunks, minor other fixes 2019-04-04 17:58:13 +02:00
anschrammh
44e47f2ef8 Minor change 2019-04-01 23:56:04 +02:00
anschrammh
1f7f198582 Updated the other classes accordingly to the changes made to the dictionary class 2019-03-28 00:01:48 +01:00
anschrammh
b2f9eddebe Corrected parser logic 2019-03-26 06:41:57 +01:00
2c7d6390ec Added comments for bug fixes and improvements 2019-03-25 12:56:56 +01:00
anschrammh
af793d44ac Added the parser class for the custom config files 2019-03-24 23:09:37 +01:00