index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...
Fabrice Bellard
2023-12-14
2
-73
/
+121
*
fixed async generator in case of exception in the implicit await in the 'retu...
Fabrice Bellard
2023-12-14
1
-9
/
+20
*
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Fabrice Bellard
2023-12-14
1
-4
/
+13
*
raise an error if a private method is added twice to an object
Fabrice Bellard
2023-12-14
1
-0
/
+6
*
Makefile: add fwrapv to QJS build
bptato
2023-12-14
1
-1
/
+1
*
file: complain about hostname
bptato
2023-12-14
1
-0
/
+5
*
chapath: add missing return
bptato
2023-12-14
1
-1
/
+2
*
update todo
bptato
2023-12-14
1
-5
/
+7
*
doc/config: finish path handling documentation
bptato
2023-12-14
1
-1
/
+5
*
Update doc/localcgi
bptato
2023-12-14
1
-3
/
+4
*
loaderhandle: fix ConversionDefect in getFd
bptato
2023-12-13
1
-2
/
+7
*
Various fixes
bptato
2023-12-13
14
-102
/
+145
*
http: use CURLU for URLs
bptato
2023-12-13
4
-4
/
+103
*
break up twtstr somewhat
bptato
2023-12-13
20
-382
/
+402
*
Move http out of main binary
bptato
2023-12-13
25
-358
/
+433
*
Move gopher to adapter/
bptato
2023-12-12
8
-181
/
+154
*
Move out ftp: protocol; fix some local CGI bugs
bptato
2023-12-12
5
-84
/
+86
*
Move out file: protocol handling to adapter/
bptato
2023-12-12
5
-51
/
+39
*
adapter/: re-structure
bptato
2023-12-12
7
-12
/
+12
*
local CGI improvements, move data: to cgi-bin
bptato
2023-12-12
8
-61
/
+163
*
twtstr: import functions from gopher2html
bptato
2023-12-12
2
-32
/
+12
*
cha-finger: use MAPPED_URI_*
bptato
2023-12-12
1
-25
/
+15
*
local CGI: add mapped URI env vars; move about: to adapters
bptato
2023-12-12
7
-42
/
+68
*
layout: rounding error correction fixes
bptato
2023-12-11
1
-2
/
+6
*
Makefile: clean up libexecdir on uninstall
bptato
2023-12-11
1
-2
/
+8
*
doc/localcgi: reword/clarify
bptato
2023-12-11
1
-1
/
+5
*
bonus: add magnet.cgi
bptato
2023-12-11
2
-0
/
+78
*
css: add case-insensitive matching
bptato
2023-12-11
4
-25
/
+103
*
css: add text-transform
bptato
2023-12-11
5
-11
/
+321
*
layout: do not resolve floats if grandparent position is resolved
bptato
2023-12-10
1
-2
/
+2
*
layout: fix rounding error correction
bptato
2023-12-10
1
-11
/
+8
*
Add support for gemini by default, update readme
bptato
2023-12-10
10
-37
/
+44
*
mailcap: add $MAILCAP_URL
bptato
2023-12-10
3
-5
/
+26
*
Separate gopher conversion from main binary
bptato
2023-12-10
7
-135
/
+224
*
Enable finger protocol by default
bptato
2023-12-10
7
-12
/
+47
*
config: better path handling; fix array parsing bug
bptato
2023-12-10
9
-35
/
+386
*
config: disable w3m-cgi-compat by default
bptato
2023-12-10
1
-1
/
+1
*
Update todo
bptato
2023-12-09
1
-2
/
+0
*
Makefile: also remove QJSOBJ
bptato
2023-12-09
1
-0
/
+1
*
Makefile: only remove target's objdir on clean
bptato
2023-12-09
1
-2
/
+1
*
Makefile: properly list QJS object file dependencies
bptato
2023-12-09
1
-0
/
+13
*
remove mistakenly included patch file
bptato
2023-12-09
1
-69
/
+0
*
Reapply "reworked set property and fixed corner cases of typed array set prop...
bptato
2023-12-09
2
-169
/
+113
*
Revert "reworked set property and fixed corner cases of typed array set prope...
bptato
2023-12-09
2
-113
/
+169
*
Update QJS version
bptato
2023-12-09
1
-1
/
+1
*
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...
Fabrice Bellard
2023-12-09
1
-16
/
+61
*
fixed duplicate static private setter/getter test
Fabrice Bellard
2023-12-09
1
-7
/
+12
*
fixed delete super.x error
Fabrice Bellard
2023-12-09
1
-12
/
+4
*
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard
2023-12-09
2
-169
/
+113
*
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard
2023-12-09
2
-17
/
+41
[next]