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
*
reduced JS_MAX_LOCAL_VARS (github issue #123)
Fabrice Bellard
2023-12-22
1
-1
/
+1
*
removed unused JSContext field
Fabrice Bellard
2023-12-22
1
-1
/
+0
*
use Unicode normalization in String.prototype.localeCompare
Fabrice Bellard
2023-12-22
1
-31
/
+100
*
'for of' expression cannot start with 'async'
Fabrice Bellard
2023-12-22
1
-0
/
+3
*
removed incorrect await in async yield*
Fabrice Bellard
2023-12-22
1
-1
/
+0
*
fixed define own property with writable=false on module namespace
Fabrice Bellard
2023-12-22
1
-3
/
+7
*
added container_of macro
Fabrice Bellard
2023-12-22
3
-3
/
+5
*
safer typed array finalizer
Fabrice Bellard
2023-12-22
1
-2
/
+17
*
fixed js_strtod with large integers (github issue #206)
Fabrice Bellard
2023-12-22
1
-2
/
+6
*
test 128 bit integer support (github issue #125)
Fabrice Bellard
2023-12-22
1
-1
/
+1
*
quickjs: avoid an unnecessary null check for can_destroy
bptato
2023-12-22
1
-4
/
+4
*
buffer: prevent crash in reshape before document is parsed
bptato
2023-12-22
1
-0
/
+2
*
gmi2html: rewrite
bptato
2023-12-22
3
-246
/
+74
*
gopher2html: do not use streams
bptato
2023-12-21
1
-4
/
+2
*
buffer: clean up ssock on being killed
bptato
2023-12-21
3
-21
/
+40
*
cgi: return ConnectionError when script is not executable
bptato
2023-12-21
3
-6
/
+8
*
loader: refactor onRead/onError
bptato
2023-12-21
1
-19
/
+22
*
container: fix gotoMarkY
bptato
2023-12-21
2
-3
/
+3
*
file: remove symlink code
bptato
2023-12-21
1
-19
/
+4
*
file: do not use streams
bptato
2023-12-21
1
-23
/
+19
*
js: fix nil deref in jsgetprop
bptato
2023-12-20
1
-4
/
+9
*
ua.css: add plaintext
bptato
2023-12-20
1
-1
/
+1
*
html/dom: do not submit implicitly if there is a submit button
bptato
2023-12-18
1
-8
/
+10
*
socketstream: get rid of emits
bptato
2023-12-18
3
-50
/
+75
*
strwidth & url fixes
bptato
2023-12-16
3
-7
/
+7
*
Fix compilation on Nim 1.6.14
bptato
2023-12-16
5
-5
/
+16
*
container: fix multi-byte selections, do not append newline
bptato
2023-12-16
1
-7
/
+11
*
config/toml: fix consumeComment overriding nodes
bptato
2023-12-15
1
-1
/
+2
*
about: actually error out on error
bptato
2023-12-15
1
-5
/
+8
*
Fix for sourcehut markdown parsing, small doc improvements
bptato
2023-12-15
8
-63
/
+31
*
Add doc/protocols
bptato
2023-12-15
3
-2
/
+154
*
config: allow overriding default prepended scheme
bptato
2023-12-15
4
-5
/
+19
*
Implement local CGI error message handling
bptato
2023-12-15
7
-8
/
+44
*
cha-finger: proper error message output
bptato
2023-12-15
1
-6
/
+12
*
ftp: fix unnecessary slashes being added to path; move bindings/curl
bptato
2023-12-15
7
-29
/
+39
*
buffer: use BufferSize constant
bptato
2023-12-15
1
-1
/
+1
*
Set ishtml in the correct place, take ishtml on clone
bptato
2023-12-15
1
-1
/
+2
*
container: track ishtml status
bptato
2023-12-15
2
-1
/
+4
*
charcategory: move out isDigitAscii
bptato
2023-12-14
3
-6
/
+4
*
bonus: add libfetch HTTP backend
bptato
2023-12-14
2
-0
/
+163
*
socketstream, serversocket: portable bindUnix
bptato
2023-12-14
5
-11
/
+51
*
client: nil check connectSocketStream result
bptato
2023-12-14
1
-0
/
+5
*
client: avoid nil defect in flushConsole
bptato
2023-12-14
1
-0
/
+5
*
config: do not override user-defined urimethodmap
bptato
2023-12-14
2
-1
/
+6
*
Makefile: add missing mkdir commands
bptato
2023-12-14
1
-0
/
+9
*
Update readme
bptato
2023-12-14
1
-1
/
+1
*
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
[next]