| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pager: keep reading if term has chars buffered | bptato | 2025-01-18 | 2 | -0/+7 |
* | pager: merge ask with askChar, remove urandom | bptato | 2025-01-17 | 2 | -45/+36 |
* | term: rework input buffer | bptato | 2025-01-17 | 2 | -9/+23 |
* | container: fix crash on clicking label for empty select | bptato | 2025-01-16 | 1 | -1/+1 |
* | term: fix non-UTF-8 visual output | bptato | 2025-01-16 | 1 | -8/+7 |
* | env, dom: add crypto.getRandomValues, HTMLInputElement.files | bptato | 2025-01-16 | 1 | -1/+1 |
* | pager: improve content type handling | bptato | 2025-01-15 | 2 | -49/+41 |
* | opt: remove value.ok, value.err overloads, use lent | bptato | 2025-01-14 | 1 | -1/+1 |
* | container: use linked list instead of deque | bptato | 2025-01-13 | 2 | -6/+19 |
* | config: switch to camel case | bptato | 2025-01-13 | 2 | -88/+88 |
* | loader: fix memory leak on x-saveoutput + various fd leaks | bptato | 2025-01-11 | 1 | -8/+15 |
* | bufreader, bufwriter: send all fds in one message | bptato | 2025-01-11 | 2 | -30/+34 |
* | pager: add some option wrappers | bptato | 2025-01-10 | 1 | -4/+4 |
* | buffer, ua.css, dom: more select adjustments | bptato | 2025-01-10 | 3 | -69/+22 |
* | ua.css: improve select rendering | bptato | 2025-01-09 | 1 | -2/+2 |
* | buffer: remove server socket | bptato | 2025-01-09 | 3 | -128/+81 |
* | dynstream: remove safeClose, add moveFd | bptato | 2025-01-09 | 1 | -14/+10 |
* | bufstream: allow 0-width packets | bptato | 2025-01-09 | 1 | -1/+0 |
* | buffer: fix crash on clone | bptato | 2025-01-08 | 1 | -0/+1 |
* | lineedit: skip last history entry if identical to input | bptato | 2025-01-08 | 1 | -6/+14 |
* | pager: add omni-rewrites to URL history | bptato | 2025-01-08 | 1 | -0/+1 |
* | loader: use per-process control sockets | bptato | 2025-01-08 | 3 | -26/+20 |
* | dom: add document.referrer | bptato | 2025-01-06 | 1 | -2/+3 |
* | container: remove location | bptato | 2025-01-06 | 1 | -3/+0 |
* | loaderiface: fix race in poll register | bptato | 2025-01-06 | 1 | -2/+6 |
* | pager: skip a pointless zero fill | bptato | 2025-01-04 | 1 | -1/+1 |
* | Try to set close-on-exec, misc cleanup | bptato | 2025-01-04 | 1 | -2/+1 |
* | env, buffer: restyle on getComputedStyle | bptato | 2025-01-03 | 1 | -1/+1 |
* | loader: add proper HTTP auth handling | bptato | 2025-01-03 | 1 | -2/+11 |
* | pager: history fixes | bptato | 2025-01-01 | 1 | -2/+9 |
* | buffer: make video, audio clickable | bptato | 2024-12-30 | 2 | -5/+13 |
* | pager: misc improvements | bptato | 2024-12-30 | 1 | -44/+44 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 2 | -23/+39 |
* | pager: small cleanup | bptato | 2024-12-29 | 1 | -2/+1 |
* | history: remove comment parsing, fix fd leak | bptato | 2024-12-29 | 1 | -0/+2 |
* | env: do not copy attrs, fix screen on client | bptato | 2024-12-28 | 1 | -1/+4 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 1 | -2/+1 |
* | term: fix in-cell offset bug on kitty image scroll | bptato | 2024-12-27 | 1 | -0/+5 |
* | term: fix display-charset not being interpreted | bptato | 2024-12-26 | 1 | -5/+5 |
* | Optimize some Option[string] out | bptato | 2024-12-26 | 1 | -4/+5 |
* | env: reflect user agent header in userAgent | bptato | 2024-12-26 | 1 | -0/+1 |
* | Misc character display fixes | bptato | 2024-12-22 | 5 | -21/+11 |
* | Add history | bptato | 2024-12-17 | 3 | -43/+73 |
* | buffer: only set new buffer's target on clone | bptato | 2024-12-20 | 2 | -6/+8 |
* | response: automatically resume before close | bptato | 2024-12-19 | 1 | -3/+0 |
* | pager: fix short error messages not being printed | bptato | 2024-12-19 | 1 | -1/+1 |
* | pager: fix crash on gotoURL with save + mailcap | bptato | 2024-12-19 | 1 | -1/+2 |
* | pager: do not crash browser when deleting a crashed buffer | bptato | 2024-12-18 | 1 | -1/+5 |
* | pager, select: hide menu if right click ends outside | bptato | 2024-12-18 | 2 | -45/+60 |
* | cookie: small bugfix, misc refactoring | bptato | 2024-12-17 | 1 | -9/+2 |