| Commit message (Expand) | Author | Age | Files | Lines |
* | forkserver: also skip SIGTERM socket unlink | bptato | 2024-05-20 | 1 | -5/+1 |
* | buffer: never unlink controlling socket in cleanup | bptato | 2024-05-20 | 1 | -5/+2 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -5/+6 |
* | forkserver: simplify fcLoadConfig | bptato | 2024-05-18 | 1 | -12/+4 |
* | config: separate tmp dir for sockets, users | bptato | 2024-05-16 | 1 | -2/+9 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -1/+1 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 2 | -40/+39 |
* | dom: simplify ButtonType | bptato | 2024-05-08 | 1 | -8/+11 |
* | js: refactor | bptato | 2024-05-08 | 1 | -1/+2 |
* | buffer: add toggleImages | bptato | 2024-04-27 | 1 | -1/+4 |
* | Initial image support | bptato | 2024-04-25 | 1 | -6/+16 |
* | buffer: fix switch from charset decoder to UTF-8 validator | bptato | 2024-04-20 | 1 | -1/+3 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 2 | -25/+53 |
* | Update code style | bptato | 2024-04-17 | 2 | -73/+74 |
* | js: remove automatic function -> closure conversion | bptato | 2024-04-15 | 1 | -8/+4 |
* | dom: add onclick attribute support | bptato | 2024-04-14 | 1 | -23/+34 |
* | sandbox: add OpenBSD pledge/unveil support | bptato | 2024-04-03 | 2 | -5/+7 |
* | buffer: fix markURL in plaintext | bptato | 2024-03-29 | 1 | -3/+31 |
* | fflush() before forks | bptato | 2024-03-28 | 1 | -0/+6 |
* | Add capsicum support | bptato | 2024-03-28 | 2 | -13/+40 |
* | buffer: fix cancel() | bptato | 2024-03-27 | 1 | -12/+20 |
* | buffer: fix getTitle never returning in some cases | bptato | 2024-03-24 | 1 | -0/+2 |
* | client, forkserver: remove useless code | bptato | 2024-03-24 | 1 | -1/+0 |
* | js: proper distinction between Opt/Option | bptato | 2024-03-24 | 1 | -6/+6 |
* | buffer: fix clone | bptato | 2024-03-24 | 1 | -7/+8 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 2 | -65/+53 |
* | bufreader: add initPacketReader | bptato | 2024-03-24 | 1 | -3/+1 |
* | buffer: form fixes & improvements | bptato | 2024-03-24 | 1 | -45/+72 |
* | io: add bufreader | bptato | 2024-03-21 | 2 | -66/+56 |
* | catom: at -> sat | bptato | 2024-03-21 | 1 | -8/+8 |
* | buffer: send title during load + other title stuff | bptato | 2024-03-21 | 1 | -7/+20 |
* | buffer: also buffer input reads | bptato | 2024-03-21 | 1 | -38/+49 |
* | buffer: also buffer reads for packets | bptato | 2024-03-20 | 1 | -12/+16 |
* | buffer: add markURL | bptato | 2024-03-19 | 1 | -2/+44 |
* | Move SIGCHLD ignore call to forkserver | bptato | 2024-03-17 | 1 | -0/+1 |
* | forkserver: set process titles for processes | bptato | 2024-03-17 | 1 | -0/+4 |
* | io: add BuferedWriter | bptato | 2024-03-16 | 2 | -41/+53 |
* | Clean up BufferConfig | bptato | 2024-03-15 | 1 | -0/+9 |
* | Move around some modules | bptato | 2024-03-14 | 2 | -3/+3 |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 1 | -7/+22 |
* | loader: rework process model | bptato | 2024-03-11 | 2 | -282/+145 |
* | buffer: fix bug of eating chars before invalid UTF-8 | bptato | 2024-03-05 | 1 | -2/+2 |
* | strwidth, renderdocument: small refactoring | bptato | 2024-03-03 | 1 | -1/+1 |
* | buffer: improve/fix onload return values | bptato | 2024-03-03 | 1 | -6/+12 |
* | buffer: do not incrementally display in headless mode | bptato | 2024-03-02 | 1 | -3/+4 |
* | buffer, client: fix deadlock with send() calls | bptato | 2024-02-29 | 1 | -13/+20 |
* | buffer: add image viewer support | bptato | 2024-02-27 | 1 | -22/+39 |
* | misc refactorings | bptato | 2024-02-27 | 1 | -19/+18 |
* | buffer: reset prevStyled in switchCharset, reshape | bptato | 2024-02-27 | 1 | -3/+5 |
* | buffer: clean up onload, fix console update | bptato | 2024-02-26 | 1 | -17/+11 |