about summary refs log tree commit diff stats
path: root/bonus
Commit message (Expand)AuthorAgeFilesLines
* magnet.cgi: fix quotingbptato2024-02-131-1/+1
* magnet.cgi: use urldec from libexec dirbptato2024-02-111-16/+6
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-191-1/+1
* cha-http-libfetch: fix incorrect usage of strncatbptato2024-01-111-14/+3
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-12/+20
* bonus: add libfetch HTTP backendbptato2023-12-142-0/+163
* bonus: add magnet.cgibptato2023-12-112-0/+78
* Add support for gemini by default, update readmebptato2023-12-106-947/+0
* Enable finger protocol by defaultbptato2023-12-101-37/+0
* pager: add marksbptato2023-12-091-1/+29
* gmifetch: fix uninitialized memory access & UAFbptato2023-11-171-10/+9
* gmi2html: fix main signaturebptato2023-11-171-1/+1
* gmifetch: do not decode URLs from query stringbptato2023-11-171-2/+0
* cha-finger: bugfixesbptato2023-11-171-10/+3
* bonus: add finger adapterbptato2023-11-141-0/+44
* gmifetch: properly set minimum TLS version, include string.hbptato2023-11-011-4/+2
* gmifetch: fix bugsbptato2023-10-291-10/+19
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-15/+2
* trans.cgi: minor fixbptato2023-10-091-1/+1
* update w3m.tomlbptato2023-10-091-26/+39
* improve trans.cgibptato2023-10-091-5/+23
* gmifetch: get rid of globalsbptato2023-10-091-39/+43
* gmifetch: -O3bptato2023-10-091-1/+1
* gmifetch: fix buffer overflowbptato2023-10-081-1/+1
* Add urimethodmap supportbptato2023-09-307-0/+952
* config: allow modification through JSbptato2023-08-271-1/+4
* w3m.toml: fix quitbptato2023-02-051-2/+2
* Add ask()bptato2023-01-051-1/+1
* pager: proxy values in container; js: bugfixesbptato2022-12-201-0/+77
* Update config and config docsbptato2022-12-131-15/+0
* Add all sorts of config options and cookiesbptato2022-12-131-0/+15
c73367b5 ^






a6bbcd0d ^
c73367b5 ^

302e6cd0 ^
0b46fc3a ^
c73367b5 ^

0b46fc3a ^



c73367b5 ^

c4e2de9c ^
c73367b5 ^
302e6cd0 ^



c73367b5 ^


a6bbcd0d ^
c73367b5 ^


0cdcb6b2 ^
eb2e57c9 ^
c73367b5 ^
0cdcb6b2 ^


c4e2de9c ^
0cdcb6b2 ^




c4e2de9c ^
0cdcb6b2 ^

a26dae6c ^

51d83224 ^


c4e2de9c ^
3a12afa7 ^
652251c2 ^
51d83224 ^

0b46fc3a ^






c73367b5 ^

58d37463 ^
302e6cd0 ^
304640f7 ^
07a4109a ^
302e6cd0 ^




07a4109a ^
3a12afa7 ^
c73367b5 ^


a6bbcd0d ^
c4e2de9c ^
9c2ee92c ^
0cdcb6b2 ^
896489a6 ^
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