about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* default(T) -> T.default, add some strict defsbptato2024-12-172-3/+4
* twtstr: fix skipBlanksTillLFbptato2024-12-121-1/+1
* twtstr: reduce copying in atobbptato2024-12-121-4/+6
* pager, mailcap: misc fixes, add prompt for global mailcapbptato2024-12-111-4/+8
* twtstr: small cleanupbptato2024-12-111-9/+7
* Fix casingbptato2024-12-051-1/+1
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-052-46/+18
* twtstr: add mypairsbptato2024-11-281-0/+9
* twtstr: beforeLast -> untilLastbptato2024-11-151-2/+2
* chaseccomp: update docs, remove redundant importbptato2024-11-071-2/+0
* luwrap: fix compilation on 2.0.8 and refactor a bitbptato2024-11-053-9/+11
* utils, types: merge some modulesbptato2024-11-038-116/+113
* chaseccomp: fix compilation with newest dash, misc changesbptato2024-10-311-3/+0
* config: refactor, accept more possible config dirsbptato2024-10-281-0/+6
* sandbox: use relative path to the object filebptato2024-10-231-1/+6
* sandbox: replace libseccomp with chaseccompbptato2024-10-231-176/+29
* dynstream, serversocket: use posix instead of nativesocketsbptato2024-10-201-3/+3
* sandbox: do not ask for signal permissionsbptato2024-10-171-3/+0
* twtstr, toml: misc cleanupbptato2024-10-131-0/+3
* base64: merge into twtstr/envbptato2024-10-131-0/+41
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-101-0/+43
* twtstr: fix stripAndCollapsebptato2024-10-081-11/+9
* 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