about summary refs log tree commit diff stats
path: root/src/config/mailcap.nim
Commit message (Expand)AuthorAgeFilesLines
* loader: remove applyHeadersbptato2024-03-121-41/+18
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18
* loader: rework process modelbptato2024-03-111-3/+4
* Separate ANSI text decoding from main binarybptato2024-02-251-0/+3
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* Various refactorings & fixesbptato2024-02-141-4/+3
* config: append */* rule instead of prependingbptato2024-01-301-8/+0
* Use std/* imports everywherebptato2024-01-071-3/+3
* twtstr: remove tolower, isWhitespacebptato2023-11-201-3/+3
* mailcap: fix regressionbptato2023-09-161-1/+1
* mailcap: unquoteCommand improvements/fixesbptato2023-09-161-34/+57
* mailcap: allow whitespace after subtypebptato2023-09-161-1/+1
* move around more modulesbptato2023-09-141-1/+1
* mailcap: fix newline parsingbptato2023-08-261-1/+1
* Move charsets into chakasubptato2023-08-141-1/+2
* Simplify mailcap entry matchingbptato2023-08-131-25/+14
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+342
commit/build?h=hlt&id=93569d9d32ae0c7a07da45be39a479e3a56e1907'>93569d9d ^
a232af2f ^




6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

9397c4c2 ^






e35c2d68 ^
9397c4c2 ^












a232af2f ^




6acea762 ^
a232af2f ^


79cb6ea5 ^


e35c2d68 ^
79cb6ea5 ^
e35c2d68 ^




79cb6ea5 ^


a232af2f ^
eed2f30e ^
22d93b76 ^
46a3b11c ^

22d93b76 ^
a232af2f ^
6acea762 ^
a232af2f ^



20037b7c ^
e35c2d68 ^

20037b7c ^


3315a7d3 ^
a232af2f ^

e35c2d68 ^
a232af2f ^

e35c2d68 ^
a232af2f ^



6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^


38b80618 ^
a232af2f ^




e35c2d68 ^

6acea762 ^

89fd0bf2 ^

49559e00 ^
89fd0bf2 ^
e3a53f3a ^

46a3b11c ^
89fd0bf2 ^
48f6d48a ^
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149