| Commit message (Expand) | Author | Age | Files | Lines |
* | config: support smart case | bptato | 2024-07-16 | 1 | -4/+1 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 1 | -8/+8 |
* | pager: fix redirection to deleted buffers | bptato | 2024-07-06 | 1 | -5/+18 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 1 | -0/+1 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -13/+48 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 1 | -18/+19 |
* | config: add various missing options | bptato | 2024-06-29 | 1 | -3/+4 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -12/+33 |
* | misc cleanups | bptato | 2024-06-22 | 1 | -2/+1 |
* | pager: fix nil deref in dupeBuffer | bptato | 2024-06-22 | 1 | -15/+18 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 1 | -93/+111 |
* | term, pager: improve image display | bptato | 2024-06-21 | 1 | -33/+71 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 1 | -6/+16 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -6/+34 |
* | pager: prefill lmUsername with current username | bptato | 2024-06-16 | 1 | -1/+1 |
* | pager: actually fix broken logic | bptato | 2024-06-09 | 1 | -2/+2 |
* | pager: fix broken logic | bptato | 2024-06-09 | 1 | -3/+3 |
* | pager: send Accept: */* for viewImage | bptato | 2024-06-08 | 1 | -2/+7 |
* | buffer: add autofocus | bptato | 2024-06-08 | 1 | -41/+35 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 1 | -13/+19 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -9/+10 |
* | pager: rework D/discard buffer | bptato | 2024-05-31 | 1 | -47/+126 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -1/+1 |
* | pager: editor command fixes | bptato | 2024-05-12 | 1 | -2/+2 |
* | client, pager: remove unnecessary std/streams | bptato | 2024-05-11 | 1 | -9/+6 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -1/+17 |
* | pager: take $EDITOR from env | bptato | 2024-05-11 | 1 | -5/+5 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 1 | -3/+7 |
* | js: refactor | bptato | 2024-05-08 | 1 | -2/+2 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -3/+3 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -1/+1 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 1 | -16/+28 |
* | loader: fix applying config for initial request | bptato | 2024-05-02 | 1 | -2/+1 |
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 1 | -1/+5 |
* | pager: reduce unnecessary image redraws | bptato | 2024-04-26 | 1 | -1/+1 |
* | Initial image support | bptato | 2024-04-25 | 1 | -0/+5 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -1/+1 |
* | Update code style | bptato | 2024-04-17 | 1 | -44/+46 |
* | js: remove automatic function -> closure conversion | bptato | 2024-04-15 | 1 | -14/+28 |
* | pager: fix incremental search with empty string | bptato | 2024-03-30 | 1 | -3/+11 |
* | pager: exclude status line from buffer height | bptato | 2024-03-30 | 1 | -1/+5 |
* | pager: edit source fixes | bptato | 2024-03-30 | 1 | -27/+8 |
* | pager: fix broken writeToFile | bptato | 2024-03-29 | 1 | -5/+1 |
* | fflush() before forks | bptato | 2024-03-28 | 1 | -6/+11 |
* | buffer: fix cancel() | bptato | 2024-03-27 | 1 | -1/+16 |
* | pager: percent-decode path name in askDownloadPath | bptato | 2024-03-25 | 1 | -1/+1 |
* | js: proper distinction between Opt/Option | bptato | 2024-03-24 | 1 | -6/+6 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -25/+29 |
* | pager: detect JS as text | bptato | 2024-03-24 | 1 | -1/+5 |
* | config: add default-headers to siteconf | bptato | 2024-03-21 | 1 | -19/+7 |