about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* twtstr: misc refactoringsbptato2024-10-011-3/+3
* sandbox: allow clock_gettime64bptato2024-09-301-1/+2
* Update monouchabptato2024-09-291-0/+1
* container: fix control char displaybptato2024-09-281-20/+1
* sandbox: allow restart_syscallbptato2024-09-271-1/+3
* Replace std/selectors with pollbptato2024-09-231-11/+2
* term: refactorbptato2024-09-231-0/+3
* twtstr: simplify integer parsingbptato2024-09-211-86/+65
* sandbox: always allow epoll_pwaitbptato2024-09-151-1/+1
* sandbox: stricter fcntl policybptato2024-09-141-4/+17
* twtuni: correct behavior on failed bounds checkbptato2024-09-081-11/+11
* utils: add twtunibptato2024-09-086-166/+226
* Fix 1.6.14 compilationbptato2024-09-072-2/+30
* md2html: code, pre, inline fixesbptato2024-09-072-3/+3
* sandbox: allow futex in network/buffer sandboxbptato2024-09-061-1/+2
* twtstr: type erase binarySearch instantiationbptato2024-09-062-33/+43
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-041-2/+23
* xhr: progressbptato2024-08-131-0/+2
* dom: remove generic JS bindingsbptato2024-08-111-2/+1
* dom: fix crash on wrong image content typebptato2024-08-111-0/+3
* twtstr: don't cast in parseEnumbptato2024-08-091-2/+2
* sandbox: allow ugetrlimitbptato2024-08-091-0/+1
* Update monouchabptato2024-08-091-6/+5
* endians: removebptato2024-08-031-39/+0
* cssvalues, twtstr, mediaquery: refactor & fixesbptato2024-08-021-28/+25
* twtstr: fix startsWithIgnoreCasebptato2024-07-291-2/+2
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-18/+12
* url: misc fixes & improvementsbptato2024-07-241-25/+13
* client, sandbox: fix termux buildbptato2024-07-241-3/+51
* html: event cleanup, XHR progressbptato2024-07-181-0/+27
* luwrap: use lre_is_spacebptato2024-07-181-2/+1
* config: support smart casebptato2024-07-161-5/+18
* fix compilation on 2.0.8bptato2024-07-101-0/+1
* main: misc improvementsbptato2024-07-051-3/+20
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-1/+1
* img, loader: add image resizing, misc fixesbptato2024-06-281-0/+2
* img: use stb_image, drop zlib as dependencybptato2024-06-201-2/+3
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-0/+3
* Move JS wrapper into Monouchabptato2024-06-032-2/+67
* twtstr: fix overflow checkbptato2024-05-211-2/+2
* sandbox: add sigreturnbptato2024-05-211-0/+2
* html: improve Request, derive Client from Windowbptato2024-05-201-8/+8
* forkserver: simplify fcLoadConfigbptato2024-05-181-3/+1
* config: separate tmp dir for sockets, usersbptato2024-05-161-2/+0
* luwrap: use separate context (+ various cleanups)bptato2024-05-104-191/+147
* luwrap: replace Nim unicode maps with libunicodebptato2024-05-093-48/+108
* dom: simplify ButtonTypebptato2024-05-081-1/+1
* sandbox: allow getpid in seccomp network sandboxbptato2024-04-271-0/+1
* Remove unnecessary unsigned castsbptato2024-04-261-1/+1
* data: replace std/base64 with atobbptato2024-04-251-0/+63