Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libregexp headers | bptato | 2022-12-11 | 3 | -222/+4 |
| | | | | we should be fine..... | ||||
* | Termcap support (?) | bptato | 2022-11-21 | 1 | -0/+20 |
| | |||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -1/+11 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -1/+1 |
| | |||||
* | Add basic notcurses bindings | bptato | 2022-11-09 | 1 | -0/+56 |
| | |||||
* | Binding & macro refactorings | bptato | 2022-10-01 | 2 | -27/+64 |
| | |||||
* | Rename jsget/jsset to jsfget/jsfset for functions | bptato | 2022-09-16 | 1 | -1/+1 |
| | | | | | The original idea was to use the same pragmas as object members, but unfortunately this doesn't seem to work consistently after all. | ||||
* | Tweaks/bugfixes for arm | bptato | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -35/+53 |
| | |||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -34/+262 |
| | |||||
* | Use unix domain sockets for IPC | bptato | 2022-09-06 | 1 | -0/+4 |
| | |||||
* | Implement HTTP Auth | bptato | 2022-07-30 | 1 | -1/+22 |
| | | | | | Also use our own redirection implementation instead of curl follow redirects. | ||||
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -1/+1 |
| | |||||
* | Link to libcurl | bptato | 2022-07-24 | 2 | -22/+244 |
| | |||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -0/+2 |
| | |||||
* | Add search function | bptato | 2022-07-22 | 4 | -0/+238 |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | ||||
* | Initial QuickJS integration | bptato | 2022-07-13 | 1 | -0/+129 |