about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-088-26/+119
* 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
* about: fix compilation error on Nim 1.14bptato2024-01-061-1/+4
* Merge data/idna with types/urlbptato2024-01-042-52/+49
* charwidth: use pre-generated map filebptato2024-01-047-184/+456
* idna: use pre-generated map file, misc changesbptato2024-01-044-175/+2684
* Update todobptato2024-01-041-0/+3
* css/sheet: skip media queries without blocksbptato2024-01-041-0/+3
* cha-finger: skip leading slash in pathbptato2024-01-031-1/+1
* Add spartan supportbptato2024-01-034-1/+68
* buffer: do not trap SIGINT to cleanupbptato2024-01-032-2/+2
* loader: send error message str for disallowed URLbptato2023-12-291-3/+3
* added os.now()Fabrice Bellard2023-12-281-30/+0
* define the same atoms with or without CONFIG_ATOMICS (github issue #76)Fabrice Bellard2023-12-281-2/+2
* fixed JS module autodetection with shebang (github issue #91)Fabrice Bellard2023-12-281-26/+28
* fixed crash when resizing property shapes in case of OOM (github issue #129)Fabrice Bellard2023-12-281-23/+18
* fixed the garbage collection of async functions with closures (github issue #...Fabrice Bellard2023-12-281-244/+277
* removed memory leakFabrice Bellard2023-12-281-1/+3
* added RegExp 'd' flag (bnoordhuis)Fabrice Bellard2023-12-283-54/+139
* added Promise.withResolversFabrice Bellard2023-12-281-10/+6
* added Array.prototype.{with,toReversed,toSpliced,toSorted} and TypedArray.pro...Fabrice Bellard2023-12-281-0/+379
* added Object.groupBy and Map.groupBy (initial patch by bnoordhuis)Fabrice Bellard2023-12-281-0/+121
* added String.prototype.isWellFormed and String.prototype.toWellFormedFabrice Bellard2023-12-281-0/+80
* fixed detached TypedArray in sort()Fabrice Bellard2023-12-281-40/+47
* quickjs: remove unnecessary forward declarationbptato2023-12-281-4/+0
* top-level-await support - follow the spec in the implementation of the module...Fabrice Bellard2023-12-282-89/+635
* Revert TLA support patchbptato2023-12-282-126/+19
* Compile with styleCheck:usagesbptato2023-12-2825-67/+69
* Remove outdated readme in adapter/bptato2023-12-251-7/+0
* 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
* fix broken linkbptato2023-12-221-1/+1
* update doc/protocolsbptato2023-12-221-3/+3
* reduced JS_MAX_LOCAL_VARS (github issue #123)Fabrice Bellard2023-12-221-1/+1
* removed unused JSContext fieldFabrice Bellard2023-12-221-1/+0
* use Unicode normalization in String.prototype.localeCompareFabrice Bellard2023-12-221-31/+100
* 'for of' expression cannot start with 'async'Fabrice Bellard2023-12-221-0/+3
* removed incorrect await in async yield*Fabrice Bellard2023-12-221-1/+0
* fixed define own property with writable=false on module namespaceFabrice Bellard2023-12-221-3/+7
* added container_of macroFabrice Bellard2023-12-223-3/+5
* safer typed array finalizerFabrice Bellard2023-12-221-2/+17
* fixed js_strtod with large integers (github issue #206)Fabrice Bellard2023-12-221-2/+6