about summary refs log tree commit diff stats
path: root/src/bindings
Commit message (Expand)AuthorAgeFilesLines
* pager, container: add text selection/copyingbptato2023-12-031-0/+2
* Get rid of clang 16 workaroundbptato2023-12-022-5/+20
* js: get rid of getJSValuebptato2023-12-021-1/+2
* js: simplify toJSP0bptato2023-11-301-2/+6
* bindings: find termcap on FreeBSDbptato2023-11-211-2/+13
* http: use Accept-Encodingbptato2023-11-171-0/+1
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-1/+5
* Remove trailing spacesbptato2023-10-232-85/+85
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-0/+11
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+11
* ftp, file: better dirlist, fix FTP path issuebptato2023-09-191-1/+1
* dom: add document.all, misc fixesbptato2023-09-191-0/+1
* loader: add FTP supportbptato2023-09-191-0/+8
* bindings: fix JSInterruptHandler signaturebptato2023-09-151-1/+1
* Allow overriding libcurl namebptato2023-08-261-3/+9
* javascript: misc. refactoringsbptato2023-08-241-1/+3
* javascript: finish LegacyUnforgeable + misc fixesbptato2023-08-201-0/+11
* javascript: update Events, misc fixes & additionsbptato2023-08-201-3/+15
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-012-1/+4
* Include libunicode header in bindingbptato2023-07-151-0/+5
* Add libregexp header to libregexp bindingbptato2023-07-042-15/+12
* Fix CastSize warningsbptato2023-07-031-2/+2
* Remove getClassID hackbptato2023-06-271-0/+1
* Working Nim-QuickJS GC integrationbptato2023-06-241-0/+2
* Fix module loading bugsbptato2023-06-221-0/+2
* Include QuickJS sources in the repositorybptato2023-06-221-17/+2
* Rework JS exception systembptato2023-06-191-0/+11
* Simplify request.json, remove unused bindingsbptato2023-06-092-68/+3
* Show error messages, fix some fetch crashesbptato2023-06-091-0/+1
* Add support for canvas and multipartbptato2023-06-052-1/+80
* Add module loading to clientbptato2023-06-011-0/+3
* Some bindingsbptato2023-05-241-1/+10
* Merge branch 'wip_fetch'bptato2023-04-301-0/+5
|\
| * WIP fetchbptato2023-04-301-0/+5
* | Add initial proxy supportbptato2023-04-301-0/+1
|/
* Loader: use curl_multibptato2023-04-281-1/+61
* quickjs: make JSValue distinct on 32-bitbptato2023-02-051-2/+4
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-4/+4
* Remove non-existing JS type uint64bptato2022-12-311-1/+0
* Add promise support to JSbptato2022-12-311-0/+6
* dom: fix collection cachingbptato2022-12-271-0/+1
* Remove todobptato2022-12-211-1/+0
* pager: proxy values in container; js: bugfixesbptato2022-12-201-1/+3
* Fix JS_GetPropertyNames bindingsbptato2022-12-201-1/+1
* Add unicode normalization, etcbptato2022-12-191-0/+23
* More work on DOM (incl. bugfixes)bptato2022-12-191-0/+1
* Add JS support to documentsbptato2022-12-181-4/+31
* Remove libregexp headersbptato2022-12-113-222/+4
* Termcap support (?)bptato2022-11-211-0/+20
* Terminal refactoringsbptato2022-11-201-1/+11