| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer: wait for scripts in headless mode | bptato | 2025-02-15 | 1 | -5/+3 |
* | pager: catch SIGINT for interrupt handler | bptato | 2025-02-05 | 1 | -1/+6 |
* | main: add version check | bptato | 2025-01-26 | 1 | -0/+4 |
* | buffer: improve screen state synchronization | bptato | 2025-01-23 | 1 | -1/+1 |
* | pager, term: replace execCmd, File | bptato | 2025-01-22 | 1 | -2/+3 |
* | Remove submodules | bptato | 2025-01-18 | 1 | -2/+0 |
* | pager: improve content type handling | bptato | 2025-01-15 | 1 | -2/+2 |
* | config: switch to camel case | bptato | 2025-01-13 | 1 | -2/+2 |
* | loader: fix memory leak on x-saveoutput + various fd leaks | bptato | 2025-01-11 | 1 | -1/+3 |
* | buffer: remove server socket | bptato | 2025-01-09 | 1 | -8/+5 |
* | loader: use per-process control sockets | bptato | 2025-01-08 | 1 | -2/+7 |
* | Try to set close-on-exec, misc cleanup | bptato | 2025-01-04 | 1 | -0/+1 |
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 1 | -2/+2 |
* | main: add missing noreturn | bptato | 2024-12-22 | 1 | -1/+1 |
* | Add history | bptato | 2024-12-17 | 1 | -1/+5 |
* | client: mostly merge into pager | bptato | 2024-12-09 | 1 | -1/+3 |
* | Fix casing | bptato | 2024-12-05 | 1 | -1/+1 |
* | config, mailcap: remove std/streams dependency, specialize mmap | bptato | 2024-12-05 | 1 | -1/+1 |
* | mimetypes: refactor, use mime.types for inline image extensions | bptato | 2024-12-05 | 1 | -0/+2 |
* | main: support -C/path etc. | bptato | 2024-12-05 | 1 | -10/+15 |
* | toml, config: skip copying buf, use PosixStream | bptato | 2024-12-03 | 1 | -7/+9 |
* | config.configdir -> config.dir | bptato | 2024-11-26 | 1 | -3/+3 |
* | twtstr: beforeLast -> untilLast | bptato | 2024-11-15 | 1 | -1/+1 |
* | formdata: eliminate a global var | bptato | 2024-11-15 | 1 | -1/+4 |
* | chapath: fix a few more bugs, simplify | bptato | 2024-11-13 | 1 | -1/+4 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 1 | -18/+26 |
* | termcap: merge into term | bptato | 2024-10-23 | 1 | -1/+0 |
* | gmifetch: rewrite in Nim | bptato | 2024-10-12 | 1 | -1/+2 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 1 | -0/+11 |
* | main, forkserver: optimize startup | bptato | 2024-07-06 | 1 | -2/+2 |
* | main: misc improvements | bptato | 2024-07-05 | 1 | -9/+29 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -6/+5 |
* | main: fix tmpdir/sockdir perms | bptato | 2024-05-31 | 1 | -3/+4 |
* | config: fix -C with files not in CWD | bptato | 2024-05-31 | 1 | -1/+1 |
* | forkserver: simplify fcLoadConfig | bptato | 2024-05-18 | 1 | -1/+1 |
* | config: separate tmp dir for sockets, users | bptato | 2024-05-16 | 1 | -2/+3 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -1/+1 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -13/+16 |
* | Add capsicum support | bptato | 2024-03-28 | 1 | -3/+4 |
* | config: improve input system | bptato | 2024-03-26 | 1 | -1/+11 |
* | main: refactor slightly | bptato | 2024-03-21 | 1 | -149/+134 |
* | main: set CHA_LIBEXEC_DIR env var at startup | bptato | 2024-03-19 | 1 | -1/+5 |
* | client: refactor input | bptato | 2024-03-18 | 1 | -3/+3 |
* | config: clean up/simplify | bptato | 2024-03-17 | 1 | -13/+13 |
* | Move SIGCHLD ignore call to forkserver | bptato | 2024-03-17 | 1 | -4/+0 |
* | main: ignore SIGCHLD | bptato | 2024-03-17 | 1 | -0/+4 |
* | Move around some modules | bptato | 2024-03-14 | 1 | -1/+1 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 1 | -1/+1 |
* | forkserver: clean up | bptato | 2024-01-29 | 1 | -2/+1 |
* | Remove std/terminal dependency | bptato | 2024-01-17 | 1 | -1/+1 |