| Commit message (Expand) | Author | Age | Files | Lines |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -0/+2 |
* | Get rid of clang 16 workaround | bptato | 2023-12-02 | 2 | -5/+20 |
* | js: get rid of getJSValue | bptato | 2023-12-02 | 1 | -1/+2 |
* | js: simplify toJSP0 | bptato | 2023-11-30 | 1 | -2/+6 |
* | bindings: find termcap on FreeBSD | bptato | 2023-11-21 | 1 | -2/+13 |
* | http: use Accept-Encoding | bptato | 2023-11-17 | 1 | -0/+1 |
* | Add jspropnames, CSSStyleDeclaration stub | bptato | 2023-10-25 | 1 | -1/+5 |
* | Remove trailing spaces | bptato | 2023-10-23 | 2 | -85/+85 |
* | base64: reduce pointless re-coding using JSString | bptato | 2023-10-21 | 1 | -0/+11 |
* | javascript: add TextEncoder, TextDecoder | bptato | 2023-10-21 | 1 | -0/+11 |
* | ftp, file: better dirlist, fix FTP path issue | bptato | 2023-09-19 | 1 | -1/+1 |
* | dom: add document.all, misc fixes | bptato | 2023-09-19 | 1 | -0/+1 |
* | loader: add FTP support | bptato | 2023-09-19 | 1 | -0/+8 |
* | bindings: fix JSInterruptHandler signature | bptato | 2023-09-15 | 1 | -1/+1 |
* | Allow overriding libcurl name | bptato | 2023-08-26 | 1 | -3/+9 |
* | javascript: misc. refactorings | bptato | 2023-08-24 | 1 | -1/+3 |
* | javascript: finish LegacyUnforgeable + misc fixes | bptato | 2023-08-20 | 1 | -0/+11 |
* | javascript: update Events, misc fixes & additions | bptato | 2023-08-20 | 1 | -3/+15 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 2 | -1/+4 |
* | Include libunicode header in binding | bptato | 2023-07-15 | 1 | -0/+5 |
* | Add libregexp header to libregexp binding | bptato | 2023-07-04 | 2 | -15/+12 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -2/+2 |
* | Remove getClassID hack | bptato | 2023-06-27 | 1 | -0/+1 |
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 1 | -0/+2 |
* | Fix module loading bugs | bptato | 2023-06-22 | 1 | -0/+2 |
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -17/+2 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -0/+11 |
* | Simplify request.json, remove unused bindings | bptato | 2023-06-09 | 2 | -68/+3 |
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 1 | -0/+1 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 2 | -1/+80 |
* | Add module loading to client | bptato | 2023-06-01 | 1 | -0/+3 |
* | Some bindings | bptato | 2023-05-24 | 1 | -1/+10 |
* | Merge branch 'wip_fetch' | bptato | 2023-04-30 | 1 | -0/+5 |
|\ |
|
| * | WIP fetch | bptato | 2023-04-30 | 1 | -0/+5 |
* | | Add initial proxy support | bptato | 2023-04-30 | 1 | -0/+1 |
|/ |
|
* | Loader: use curl_multi | bptato | 2023-04-28 | 1 | -1/+61 |
* | quickjs: make JSValue distinct on 32-bit | bptato | 2023-02-05 | 1 | -2/+4 |
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -4/+4 |
* | Remove non-existing JS type uint64 | bptato | 2022-12-31 | 1 | -1/+0 |
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -0/+6 |
* | dom: fix collection caching | bptato | 2022-12-27 | 1 | -0/+1 |
* | Remove todo | bptato | 2022-12-21 | 1 | -1/+0 |
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -1/+3 |
* | Fix JS_GetPropertyNames bindings | bptato | 2022-12-20 | 1 | -1/+1 |
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -0/+23 |
* | More work on DOM (incl. bugfixes) | bptato | 2022-12-19 | 1 | -0/+1 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -4/+31 |
* | Remove libregexp headers | bptato | 2022-12-11 | 3 | -222/+4 |
* | Termcap support (?) | bptato | 2022-11-21 | 1 | -0/+20 |
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -1/+11 |