about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bonus: add magnet.cgibptato2023-12-112-0/+78
* css: add case-insensitive matchingbptato2023-12-114-25/+103
* css: add text-transformbptato2023-12-115-11/+321
* layout: do not resolve floats if grandparent position is resolvedbptato2023-12-101-2/+2
* layout: fix rounding error correctionbptato2023-12-101-11/+8
* Add support for gemini by default, update readmebptato2023-12-1010-37/+44
* mailcap: add $MAILCAP_URLbptato2023-12-103-5/+26
* Separate gopher conversion from main binarybptato2023-12-107-135/+224
* Enable finger protocol by defaultbptato2023-12-107-12/+47