about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* config: switch to camel casebptato2025-01-131-9/+5
* cssvalues: reduce CSSValues sizebptato2025-01-121-8/+8
* Fix some strict defsbptato2025-01-121-2/+2
* buffer: remove server socketbptato2025-01-091-18/+14
* twtstr: optimize a bitbptato2025-01-031-23/+19
* layout: ignore general category Me, Mnbptato2025-01-021-0/+10
* Misc character display fixesbptato2024-12-224-45/+23
* Add historybptato2024-12-171-2/+2
* twtstr: improve content type parameter handlingbptato2024-12-221-3/+28
* nanosvg, myaddr: fix obuf type and myaddr shimbptato2024-12-201-2/+2
* 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