about summary refs log tree commit diff stats
path: root/src/config/toml.nim
Commit message (Expand)AuthorAgeFilesLines
* js: fix various leaks etc.bptato2024-05-031-2/+1
* url, twtstr: correct number parsingbptato2024-04-181-10/+7
* Update code stylebptato2024-04-171-12/+11
* config: improve input systembptato2024-03-261-0/+3
* config, toml: rename enumsbptato2024-03-261-54/+54
* config: clean up/simplifybptato2024-03-171-1/+1
* loader: rework process modelbptato2024-03-111-0/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* Use std/* imports everywherebptato2024-01-071-5/+5
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* config: better path handling; fix array parsing bugbptato2023-12-101-0/+1
* toml: fix dquote escapingbptato2023-10-261-1/+1
* Use twtstr.join everywherebptato2023-10-011-2/+2
* toml: fix bug in multiline string parsingbptato2023-09-251-0/+5
* Accept bare strings in -o, fix -o with missing newlinebptato2023-09-201-6/+64
* move around more modulesbptato2023-09-141-1/+1
* toml: fix underscore number separatorbptato2023-09-131-1/+1
* fix compile errorbptato2023-09-131-1/+1
* toml: simplifybptato2023-09-131-4/+2
* toml: fix bugs in parseNumberbptato2023-09-131-12/+15
* toml: do not stream inputbptato2023-09-131-4/+1
* toml: add support for hex/octal numbersbptato2023-09-131-9/+45
* toml: complain more on unexpected EOFbptato2023-09-071-2/+3
* toml: remove unused importbptato2023-09-071-1/+0
* toml: fix newline counting in multiline stringsbptato2023-09-071-2/+4
* config: fix overriding default headersbptato2023-08-261-0/+2
* toml: various fixesbptato2023-08-261-8/+11
* toml: fix quotation chars in multiline stringsbptato2023-08-191-7/+9
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-1/+1
* Use utils/opt in toml parserbptato2023-06-181-135/+138
* Add support for canvas and multipartbptato2023-06-051-1/+3
* Refactor config, add charset optsbptato2023-05-161-21/+25
* Update config and config docsbptato2022-12-131-2/+55
* Add all sorts of config options and cookiesbptato2022-12-131-0/+1
* Add siteconf, fix lineedit bugsbptato2022-11-291-9/+52
* Improve status messages, fix regressions, etcbptato2022-11-251-1/+0
* Fix user style regression, add minimum-contrastbptato2022-11-251-3/+4
* More configuration optionsbptato2021-12-191-3/+5
* Change configuration format to tomlbptato2021-12-051-0/+406
='oid'>84a93e4a ^
fd8f6d7d ^

84a93e4a ^
fd8f6d7d ^

b4da6c35 ^
e901e00e ^

fd8f6d7d ^

6b0b7ccf ^
94d681b3 ^
29441535 ^
15248d76 ^
fd8f6d7d ^
29441535 ^
a2d276c7 ^








e746fcf9 ^
a2d276c7 ^
e746fcf9 ^

6b0b7ccf ^
29441535 ^


a2d276c7 ^



24e6e40f ^
6b0b7ccf ^
24e6e40f ^

6b0b7ccf ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82