about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use std/* imports everywherebptato2024-01-0762-190/+189
* tojs: document + remove unused JSCFunction converterbptato2024-01-071-7/+41
* request: don't deny BodyInit that is not an objectbptato2024-01-061-3/+0
* Set cgiDir for client loader processbptato2024-01-063-4/+7
* Fix some casing issuesbptato2024-01-068-15/+17
* Merge data/idna with types/urlbptato2024-01-042-52/+49
* charwidth: use pre-generated map filebptato2024-01-043-178/+42
* idna: use pre-generated map file, misc changesbptato2024-01-041-174/+38
* css/sheet: skip media queries without blocksbptato2024-01-041-0/+3
* buffer: do not trap SIGINT to cleanupbptato2024-01-032-2/+2
* loader: send error message str for disallowed URLbptato2023-12-291-3/+3
* Compile with styleCheck:usagesbptato2023-12-2824-67/+67
* dom: export import maps allowedbptato2023-12-251-1/+1
* dom: use JS_EvalFunction; add module fetching stubsbptato2023-12-256-51/+164
* Fix warnings on Nim 2.0.2bptato2023-12-242-3/+3
* bindings/quickjs: cint -> csize_tbptato2023-12-232-3/+5
* dom: use std/ in importsbptato2023-12-221-8/+8
* dom: simplify fetch classic scriptbptato2023-12-221-22/+21
* buffer: prevent crash in reshape before document is parsedbptato2023-12-221-0/+2
* buffer: clean up ssock on being killedbptato2023-12-213-21/+40
* cgi: return ConnectionError when script is not executablebptato2023-12-212-1/+3
* loader: refactor onRead/onErrorbptato2023-12-211-19/+22
* container: fix gotoMarkYbptato2023-12-211-1/+1
* js: fix nil deref in jsgetpropbptato2023-12-201-4/+9
* 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
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* config: allow overriding default prepended schemebptato2023-12-152-2/+4
* Implement local CGI error message handlingbptato2023-12-157-8/+44
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-425/+0
* 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
* socketstream, serversocket: portable bindUnixbptato2023-12-144-10/+50
* 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
* chapath: add missing returnbptato2023-12-141-1/+2
* loaderhandle: fix ConversionDefect in getFdbptato2023-12-131-2/+7
* Various fixesbptato2023-12-137-40/+52
* http: use CURLU for URLsbptato2023-12-131-0/+78
* break up twtstr somewhatbptato2023-12-1318-380/+397
* Move http out of main binarybptato2023-12-1314-358/+195
* Move gopher to adapter/bptato2023-12-123-164/+1
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-124-217/+18
* Move out file: protocol handling to adapter/bptato2023-12-124-130/+4
* local CGI improvements, move data: to cgi-binbptato2023-12-125-58/+88
5' href='#n445'>445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484