about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* html/dom: do not submit implicitly if there is a submit buttonbptato2023-12-181-8/+10
* socketstream: get rid of emitsbptato2023-12-183-50/+75
* strwidth & url fixesbptato2023-12-163-7/+7
* Fix compilation on Nim 1.6.14bptato2023-12-165-5/+16
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* about: actually error out on errorbptato2023-12-151-5/+8
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-158-63/+31
* Add doc/protocolsbptato2023-12-153-2/+154
* config: allow overriding default prepended schemebptato2023-12-154-5/+19
* Implement local CGI error message handlingbptato2023-12-157-8/+44
* cha-finger: proper error message outputbptato2023-12-151-6/+12
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-157-29/+39
* buffer: use BufferSize constantbptato2023-12-151-1/+1
* Set ishtml in the correct place, take ishtml on clonebptato2023-12-151-1/+2
* container: track ishtml statusbptato2023-12-152-1/+4
* charcategory: move out isDigitAsciibptato2023-12-143-6/+4
* bonus: add libfetch HTTP backendbptato2023-12-142-0/+163
* socketstream, serversocket: portable bindUnixbptato2023-12-145-11/+51
* client: nil check connectSocketStream resultbptato2023-12-141-0/+5
* client: avoid nil defect in flushConsolebptato2023-12-141-0/+5
* config: do not override user-defined urimethodmapbptato2023-12-142-1/+6
* Makefile: add missing mkdir commandsbptato2023-12-141-0/+9
* Update readmebptato2023-12-141-1/+1
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...Fabrice Bellard2023-12-142-73/+121
* fixed async generator in case of exception in the implicit await in the 'retu...Fabrice Bellard2023-12-141-9/+20
* Fix AsyncGenerator.prototype.return error handling (bnoordhuis)Fabrice Bellard2023-12-141-4/+13
* raise an error if a private method is added twice to an objectFabrice Bellard2023-12-141-0/+6
* Makefile: add fwrapv to QJS buildbptato2023-12-141-1/+1
* file: complain about hostnamebptato2023-12-141-0/+5
* chapath: add missing returnbptato2023-12-141-1/+2
* update todobptato2023-12-141-5/+7
* doc/config: finish path handling documentationbptato2023-12-141-1/+5
* Update doc/localcgibptato2023-12-141-3/+4
* loaderhandle: fix ConversionDefect in getFdbptato2023-12-131-2/+7
* Various fixesbptato2023-12-1314-102/+145
* http: use CURLU for URLsbptato2023-12-134-4/+103
* break up twtstr somewhatbptato2023-12-1320-382/+402
* Move http out of main binarybptato2023-12-1325-358/+433
* Move gopher to adapter/bptato2023-12-128-181/+154
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-125-84/+86
* Move out file: protocol handling to adapter/bptato2023-12-125-51/+39
* adapter/: re-structurebptato2023-12-127-12/+12
* local CGI improvements, move data: to cgi-binbptato2023-12-128-61/+163
* twtstr: import functions from gopher2htmlbptato2023-12-122-32/+12
* cha-finger: use MAPPED_URI_*bptato2023-12-121-25/+15
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-127-42/+68
* layout: rounding error correction fixesbptato2023-12-111-2/+6
* Makefile: clean up libexecdir on uninstallbptato2023-12-111-2/+8
* doc/localcgi: reword/clarifybptato2023-12-111-1/+5