about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* client: mostly merge into pagerbptato2024-12-093-809/+787
* container: de-extern some procsbptato2024-12-091-19/+19
* Update docs, w3m.tomlbptato2024-12-092-1/+2
* buffer: skip a copybptato2024-12-091-3/+3
* response: simplify text()bptato2024-12-082-42/+14
* Update docsbptato2024-12-081-0/+17
* layout: another xminwidth kludgebptato2024-12-083-0/+15
* cssparser: misc cleanupbptato2024-12-073-122/+66
* Update chagashibptato2024-12-072-6/+6
* layout: round inline block padding to cellsbptato2024-12-071-1/+7
* dom: another insertAdjacentHTML fixbptato2024-12-071-2/+2
* dom: fix crash on insertAdjacentHTMLbptato2024-12-071-28/+15
* pager: hide kitty images when menu is openbptato2024-12-062-3/+20
* Fix casingbptato2024-12-055-8/+8
* Update docsbptato2024-12-053-6/+33
* loader: fix heisenbugbptato2024-12-051-1/+6
* env: allow data URL fetchbptato2024-12-051-1/+2
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-055-105/+119
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-0513-105/+155
* main: support -C/path etc.bptato2024-12-051-10/+15
* dynstream: recvDataLoopOrMmap improvementsbptato2024-12-051-38/+70
* cssparser: misc cleanupbptato2024-12-051-50/+47
* md2html: another list bugfix, add a testbptato2024-12-048-5/+79
* md2html: fix blank line handling & paragraphs in listsbptato2024-12-041-50/+112
* pager, term: use cell offset with kitty imagesbptato2024-12-034-14/+35
* cascade: add cellspacingbptato2024-12-032-0/+8
* cssvalues: optimize CSSComputedValues sizebptato2024-12-033-271/+269
* toml, config: skip copying buf, use PosixStreambptato2024-12-034-123/+138
* cssvalues: fix min-width/min-height autobptato2024-12-021-19/+18
* layout: temporary hack to fix xminwidth + flexbptato2024-12-021-0/+12
* cascade, cssvalues: clean up a bit morebptato2024-12-022-68/+76
* css: misc refactoringbptato2024-12-025-137/+128
* config: add copy-cmd, paste-cmdbptato2024-12-013-10/+28
* sheet, mediaquery: misc cleanupbptato2024-12-012-64/+29
* term: respect LINES, COLUMNS; do not crash without vi/vebptato2024-12-012-6/+16
* mediaquery: fix and after bare keywordbptato2024-12-013-1/+5
* term: disable screen workaround on tmuxbptato2024-12-011-1/+2
* dom: add support for @importbptato2024-12-014-58/+92
* buffer: fix nil derefbptato2024-11-301-1/+1
* pager: do not make pointless requests in viewImage, add saveImagebptato2024-11-309-43/+75
* gopher: fix an escaping bug, add some item typesbptato2024-11-302-6/+7
* ua.css: add nobrbptato2024-11-301-0/+2
* cascade: allow presentational hints with styling=falsebptato2024-11-291-2/+2
* Update docsbptato2024-11-285-90/+158
* layout: remove mystery startOffset adjustmentbptato2024-11-282-6/+4
* twtstr: add mypairsbptato2024-11-2812-32/+65
* layout, term, url: misc cleanupbptato2024-11-283-4/+0
* git.cgi: misc improvementsbptato2024-11-271-3/+5
* cascade: apply buffer.styling to inline stylesbptato2024-11-271-8/+11
* mailcap: add x-needsstyle extension fieldbptato2024-11-274-7/+15
00 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-13 16:34:10 -0700 1364 - trace call-stack when switching routines' href='/akkartik/mu/commit/036call_ingredient.cc?h=main&id=31401373614ec131d415e9c6bcbb83dd78b98b6e'>31401373 ^
ac0e9db5 ^
0487a30e ^
31401373 ^
ac0e9db5 ^
0487a30e ^
31401373 ^
69f04c3f ^
4be9a93b ^
0487a30e ^


4be9a93b ^
69f04c3f ^

717ab659 ^
88be3dbc ^
717ab659 ^
bc643692 ^
717ab659 ^

5497090a ^
717ab659 ^

5497090a ^
717ab659 ^








363be37f ^
717ab659 ^

31401373 ^
717ab659 ^


88be3dbc ^
717ab659 ^
bc643692 ^
717ab659 ^

bc643692 ^
5497090a ^
717ab659 ^






363be37f ^
717ab659 ^

e4630643 ^







ac0e9db5 ^

31401373 ^
0487a30e ^
31401373 ^
ac0e9db5 ^
827898fc ^
31401373 ^
717ab659 ^

ac0e9db5 ^
0487a30e ^

827898fc ^
717ab659 ^



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