| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix connection load info not being shown | bptato | 2023-01-02 | 1 | -1/+1 |
* | loader: proper redirect handling | bptato | 2023-01-01 | 2 | -6/+4 |
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 2 | -50/+44 |
* | Add promise support to JS | bptato | 2022-12-31 | 2 | -86/+47 |
* | buffer/container: fix highlighting width | bptato | 2022-12-28 | 1 | -2/+2 |
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -35/+32 |
* | Consistent naming of parseURL, non-public newURLParams | bptato | 2022-12-26 | 1 | -4/+4 |
* | container: fix requestLines not setting setx | bptato | 2022-12-25 | 1 | -0/+1 |
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -52/+73 |
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -0/+1 |
* | More DOM work | bptato | 2022-12-19 | 1 | -9/+1 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -15/+21 |
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 2 | -28/+59 |
* | container: do not load all lines at once in readLines | bptato | 2022-12-15 | 2 | -10/+26 |
* | makeCRLF: move to twtstr, write last char | bptato | 2022-12-15 | 1 | -16/+0 |
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -1/+4 |
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -2/+2 |
* | Fix error handling on buffer close | bptato | 2022-12-15 | 1 | -14/+18 |
* | Make load() slightly less dumb | bptato | 2022-12-15 | 2 | -53/+101 |
* | cssparser: check for EOF in first read chunk | bptato | 2022-12-14 | 1 | -2/+2 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 2 | -11/+37 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 2 | -10/+22 |
* | Add more cookie options | bptato | 2022-12-13 | 1 | -5/+2 |
* | Update config and config docs | bptato | 2022-12-13 | 1 | -2/+5 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 2 | -9/+24 |
* | Add urlfilter | bptato | 2022-12-12 | 1 | -1/+1 |
* | Fixes & QOL improvements | bptato | 2022-12-11 | 2 | -23/+19 |
* | Fix -d | bptato | 2022-12-10 | 1 | -12/+9 |
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -4/+4 |
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -36/+34 |
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 2 | -19/+21 |
* | Trigger status event when number of lines changed | bptato | 2022-12-05 | 1 | -5/+7 |
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 2 | -1/+32 |
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 1 | -1/+3 |
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -24/+34 |
* | Restore cursor position on reload | bptato | 2022-11-29 | 2 | -30/+43 |
* | Add textarea | bptato | 2022-11-28 | 2 | -58/+89 |
* | Add support for <button> | bptato | 2022-11-27 | 1 | -11/+13 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 2 | -62/+135 |
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 2 | -8/+11 |
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 3 | -188/+195 |
* | Also, implement proper async | bptato | 2022-11-27 | 2 | -267/+376 |
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 2 | -203/+245 |
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -28/+7 |
* | Fix misc bugs | bptato | 2022-11-25 | 1 | -2/+4 |
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -35/+72 |
* | Buffer improvements | bptato | 2022-11-25 | 2 | -39/+106 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 2 | -77/+53 |
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+1 |
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 2 | -4/+4 |