| Commit message (Expand) | Author | Age | Files | Lines |
* | sixel, stbi, sandbox: fix fstat sandbox violation | bptato | 2024-09-04 | 1 | -0/+3 |
* | bindings: remove zlib | bptato | 2024-09-04 | 1 | -79/+0 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 1 | -9/+10 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 4 | -653/+0 |
* | js: fix runtime cleanup | bptato | 2024-06-03 | 1 | -0/+4 |
* | Fix GCC 14 compilation | bptato | 2024-05-30 | 1 | -2/+4 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 1 | -1/+1 |
* | luwrap: replace Nim unicode maps with libunicode | bptato | 2024-05-09 | 1 | -4/+19 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -0/+2 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 1 | -12/+13 |
* | adapter: update code style | bptato | 2024-04-26 | 1 | -2/+1 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -0/+49 |
* | Update code style | bptato | 2024-04-17 | 6 | -185/+224 |
* | sandbox: add OpenBSD pledge/unveil support | bptato | 2024-04-03 | 1 | -0/+6 |
* | Add capsicum support | bptato | 2024-03-28 | 1 | -0/+6 |
* | libregexp: update LRE_FLAG_UTF16 name | bptato | 2024-03-21 | 1 | -1/+1 |
* | quickjs: reduce diff with upstream | bptato | 2024-03-02 | 1 | -10/+4 |
* | libregexp: cast flags to the right size | bptato | 2024-02-18 | 1 | -1/+1 |
* | regex: re-work compileSearchRegex | bptato | 2024-02-17 | 1 | -7/+16 |
* | js: define toStringTag properly | bptato | 2024-01-24 | 1 | -0/+1 |
* | js: small improvements | bptato | 2024-01-17 | 1 | -1/+1 |
* | js: use Nim allocator | bptato | 2024-01-08 | 1 | -16/+30 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -1/+1 |
* | Fix some casing issues | bptato | 2024-01-06 | 1 | -1/+1 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 4 | -9/+9 |
* | dom: use JS_EvalFunction; add module fetching stubs | bptato | 2023-12-25 | 1 | -0/+1 |
* | bindings/quickjs: cint -> csize_t | bptato | 2023-12-23 | 1 | -1/+2 |
* | ftp: fix unnecessary slashes being added to path; move bindings/curl | bptato | 2023-12-15 | 1 | -425/+0 |
* | http: use CURLU for URLs | bptato | 2023-12-13 | 1 | -0/+78 |
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -0/+3 |
* | 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 |