Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | promise: set get, cb, next to nil after then is called | bptato | 2023-01-04 | 1 | -7/+5 |
| | | | | | | Actually we don't even need a state variable, just set cb to nil when resolving. (I'm sure this is a great idea that will absolutely not backfire in the future.) | ||||
* | loader: proper redirect handling | bptato | 2023-01-01 | 2 | -3/+16 |
| | |||||
* | posixstream: fix incorrect read() usage | bptato | 2023-01-01 | 1 | -1/+1 |
| | | | | It was overwriting our buffer, instead of appending to it... | ||||
* | posixstream/socketstream: fix cross-platform compilation | bptato | 2022-12-31 | 1 | -8/+17 |
| | |||||
* | Add promise support to JS | bptato | 2022-12-31 | 2 | -2/+109 |
| | |||||
* | Only set Location for redirect status codes | bptato | 2022-12-30 | 1 | -2/+3 |
| | |||||
* | Add about:blank | bptato | 2022-12-30 | 1 | -1/+6 |
| | |||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -54/+28 |
| | |||||
* | lineedit: fix crash in prevHist/nextHist | bptato | 2022-12-19 | 1 | -0/+3 |
| | |||||
* | File browser: sort files | bptato | 2022-12-19 | 1 | -1/+20 |
| | |||||
* | Add file browser | bptato | 2022-12-18 | 2 | -25/+75 |
| | |||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -22/+59 |
| | |||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 1 | -3/+3 |
| | |||||
* | Make load() slightly less dumb | bptato | 2022-12-15 | 1 | -2/+6 |
| | | | | | This gets rid of the inefficient timeout thing. Still, the ideal solution would be to move the timeout into the container; TODO. | ||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 3 | -20/+22 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 4 | -15/+28 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 2 | -10/+27 |
| | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 2 | -23/+27 |
| | |||||
* | Add urlfilter | bptato | 2022-12-12 | 2 | -5/+30 |
| | |||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -1/+1 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 2 | -0/+84 |
| | | | | Also, fix a bug in the | ||||
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 1 | -0/+2 |
| | |||||
* | Add -M, -V | bptato | 2022-12-05 | 2 | -0/+26 |
| | |||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -3/+5 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 1 | -83/+112 |
| | | | | It's still kind of broken... | ||||
* | Add textarea | bptato | 2022-11-28 | 2 | -468/+1 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -1/+1 |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 2 | -75/+116 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 2 | -29/+17 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -32/+48 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+33 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -39/+27 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Table improvements | bptato | 2022-11-22 | 1 | -2/+3 |
| | |||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 5 | -303/+4 |
| | |||||
* | Termcap support (?) | bptato | 2022-11-21 | 2 | -82/+143 |
| | |||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -5/+9 |
| | |||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -25/+34 |
| | |||||
* | Color stuff | bptato | 2022-11-21 | 1 | -14/+68 |
| | |||||
* | Terminal refactorings | bptato | 2022-11-20 | 2 | -33/+313 |
| | |||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -2/+6 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 6 | -1798/+275 |
| | |||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 1 | -4/+3 |
| | |||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 3 | -24/+31 |
| | | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.) | ||||
* | Make it compile... | bptato | 2022-10-19 | 1 | -1/+1 |
| | |||||
* | Fix incorrect mark rendering | bptato | 2022-10-19 | 1 | -1/+1 |
| | |||||
* | Re-enable media queries | bptato | 2022-10-19 | 1 | -7/+17 |
| | |||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 2 | -19/+40 |
| | |||||
* | WIP pager | bptato | 2022-10-04 | 2 | -9/+12 |
| | |||||
* | Binding & macro refactorings | bptato | 2022-10-01 | 1 | -1/+5 |
| | |||||
* | More JS bindings | bptato | 2022-09-13 | 3 | -14/+41 |
| |