about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* buffer: remove BufferSourcebptato2024-02-221-1/+2
* config: replace default-flags with ignore-casebptato2024-02-221-1/+1
* Replace Chakasu with Chagashibptato2024-02-222-2/+2
* regex: re-work compileSearchRegexbptato2024-02-171-5/+29
* term: fix coloring messbptato2024-02-171-2/+3
* Various refactorings & fixesbptato2024-02-141-4/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-2/+4
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* config: append */* rule instead of prependingbptato2024-01-302-11/+3
* Add default md2html converterbptato2024-01-301-14/+21
* mimetypes: simplify parseMimeTypesbptato2024-01-271-16/+9
* cgi: fix broken libexec path env variablebptato2024-01-262-2/+3
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-1/+1
* Use std/* imports everywherebptato2024-01-074-15/+15
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* config: allow overriding default prepended schemebptato2023-12-151-0/+1
* config: do not override user-defined urimethodmapbptato2023-12-141-1/+2
* chapath: add missing returnbptato2023-12-141-1/+2
* Various fixesbptato2023-12-131-1/+1
* Move gopher to adapter/bptato2023-12-121-10/+1
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-0/+3
* Move out file: protocol handling to adapter/bptato2023-12-121-1/+2
* local CGI improvements, move data: to cgi-binbptato2023-12-121-0/+1
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-121-0/+1
* Add support for gemini by default, update readmebptato2023-12-101-6/+17
* mailcap: add $MAILCAP_URLbptato2023-12-101-1/+1
* Separate gopher conversion from main binarybptato2023-12-102-1/+18
* Enable finger protocol by defaultbptato2023-12-101-1/+5
* config: better path handling; fix array parsing bugbptato2023-12-103-17/+320
* pager: add marksbptato2023-12-091-0/+1
* pager, container: add text selection/copyingbptato2023-12-031-0/+2
* config: add bare aliases for "8bit", "24bit"bptato2023-11-261-2/+2
* twtstr: remove tolower, isWhitespacebptato2023-11-202-5/+6
* Add -C optionbptato2023-10-271-6/+9
* toml: fix dquote escapingbptato2023-10-261-1/+1
* reduce new() usagebptato2023-10-251-2/+2
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-1/+10
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-1/+1
* config: fix `include` namingbptato2023-10-091-4/+4
* Add w3m-cgi-compat optionbptato2023-10-011-1/+3
* Use twtstr.join everywherebptato2023-10-011-2/+2
* Add urimethodmap supportbptato2023-09-301-19/+31
* loader: add local-cgibptato2023-09-301-1/+4
* toml: fix bug in multiline string parsingbptato2023-09-251-0/+5
* config: add missing \nbptato2023-09-201-1/+1
* Accept bare strings in -o, fix -o with missing newlinebptato2023-09-202-14/+80
* mailcap: fix regressionbptato2023-09-161-1/+1
* mailcap: unquoteCommand improvements/fixesbptato2023-09-161-34/+57
title='author Kartik K. Agaram <vc@akkartik.com> 2016-02-21 20:30:02 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-02-21 20:40:06 -0800 2681 - drop reagent types from reagent properties' href='/akkartik/mu/commit/054dilated_reagent.cc?h=main&id=c4e143d6ea0635cdb164cec1c62afd7461e605ad'>c4e143d6 ^
1b76245c ^
c4e143d6 ^


1b76245c ^
c4e143d6 ^







08cf048f ^
79eef536 ^
b74443e5 ^
eb4eecea ^
a17f9186 ^
79eef536 ^
a17f9186 ^
a796831f ^
a796831f ^



79eef536 ^
a796831f ^
a072f674 ^
eb4eecea ^
a072f674 ^

a796831f ^

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