| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: allow clock_gettime64 | bptato | 2024-09-30 | 1 | -1/+2 |
* | dom: optimize element size, remove importc hack & dead code | bptato | 2024-09-30 | 4 | -111/+85 |
* | pager: add missing nil check | bptato | 2024-09-29 | 1 | -2/+3 |
* | buffer: un-extern some procs | bptato | 2024-09-29 | 1 | -2/+2 |
* | Update monoucha | bptato | 2024-09-29 | 2 | -1/+2 |
* | promise: move PromiseMap to buffer | bptato | 2024-09-29 | 2 | -72/+51 |
* | loader: get rid of a pointless table | bptato | 2024-09-28 | 1 | -18/+26 |
* | loader: send headers for tocache requests too | bptato | 2024-09-28 | 5 | -43/+41 |
* | gopher: do not depend on libcurl | bptato | 2024-09-28 | 2 | -1/+13 |
* | loader: clean up connecterror | bptato | 2024-09-28 | 2 | -56/+87 |
* | container: fix control char display | bptato | 2024-09-28 | 7 | -53/+29 |
* | container: don't show hover type on u | bptato | 2024-09-27 | 1 | -1/+1 |
* | sandbox: allow restart_syscall | bptato | 2024-09-27 | 1 | -1/+3 |
* | layout: fix wrong padding offsets | bptato | 2024-09-27 | 2 | -54/+44 |
* | poll: unset unused fds in register | bptato | 2024-09-27 | 1 | -0/+3 |
* | Fixes for FreeBSD | bptato | 2024-09-26 | 3 | -6/+6 |
* | loader, pager: fix fd leaks | bptato | 2024-09-25 | 2 | -0/+5 |
* | color: fix a parseLegacyColor bug | bptato | 2024-09-25 | 1 | -5/+6 |
* | dynstream: fix mmap bugs | bptato | 2024-09-25 | 1 | -12/+16 |
* | buffer: make non-button form-associated elems clickable | bptato | 2024-09-25 | 1 | -3/+2 |
* | term: prevent negative line damage, fix off by one | bptato | 2024-09-25 | 2 | -9/+9 |
* | dom: invalidate shared images on load | bptato | 2024-09-25 | 1 | -0/+1 |
* | pager: make image ordering deterministic | bptato | 2024-09-25 | 2 | -4/+6 |
* | sixel: support transparency | bptato | 2024-09-24 | 6 | -24/+34 |
* | select: use a separate module (again) | bptato | 2024-09-24 | 4 | -351/+374 |
* | pager: fix double-width overprint & reload blank screen bug | bptato | 2024-09-24 | 2 | -8/+17 |
* | sixel: use inline background for blending | bptato | 2024-09-24 | 6 | -6/+13 |
* | buffer: allow button nested in a | bptato | 2024-09-24 | 1 | -0/+4 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 12 | -283/+299 |
* | client, forkserver, dynstream: misc refactorings, fixes | bptato | 2024-09-23 | 7 | -101/+107 |
* | term: refactor | bptato | 2024-09-23 | 3 | -145/+160 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 11 | -89/+320 |
* | pager: improve hover text handling | bptato | 2024-09-22 | 3 | -44/+77 |
* | client: seqify fdmap | bptato | 2024-09-22 | 1 | -4/+6 |
* | layout: remove line-height | bptato | 2024-09-21 | 2 | -65/+18 |
* | twtstr: simplify integer parsing | bptato | 2024-09-21 | 1 | -86/+65 |
* | toml: fix casing | bptato | 2024-09-21 | 1 | -12/+12 |
* | Update monoucha | bptato | 2024-09-17 | 1 | -1/+1 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 6 | -88/+144 |
* | sandbox: always allow epoll_pwait | bptato | 2024-09-15 | 1 | -1/+1 |
* | loader: fix rbtCache race | bptato | 2024-09-15 | 3 | -36/+49 |
* | blob: make size signed int | bptato | 2024-09-15 | 3 | -11/+11 |
* | loader: refactor/move around some procs | bptato | 2024-09-15 | 11 | -743/+763 |
* | Refactor img/* | bptato | 2024-09-15 | 12 | -264/+36 |
* | loader: improve map interface | bptato | 2024-09-14 | 3 | -22/+25 |
* | loader: refactor, misc optimizations & fixes | bptato | 2024-09-14 | 9 | -266/+334 |
* | sandbox: stricter fcntl policy | bptato | 2024-09-14 | 1 | -4/+17 |
* | renderdocument: fix image background coloring | bptato | 2024-09-13 | 1 | -13/+16 |
* | term: improve damage tracking, special case yaft | bptato | 2024-09-13 | 2 | -15/+42 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -4/+4 |