Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slightly improve request api (less crashes) | bptato | 2023-02-05 | 1 | -1/+3 |
| | |||||
* | socketstream: remove todo | bptato | 2023-01-05 | 1 | -1/+0 |
| | |||||
* | NOW it should work | bptato | 2022-12-31 | 1 | -4/+9 |
| | |||||
* | Fix C macro insanity | bptato | 2022-12-31 | 1 | -1/+2 |
| | | | | | No, you can't just use CMSG_SPACE inside the alloc call, it has to be stored in a variable first. | ||||
* | posixstream/socketstream: fix cross-platform compilation | bptato | 2022-12-31 | 1 | -12/+9 |
| | |||||
* | Make load() slightly less dumb | bptato | 2022-12-15 | 1 | -2/+2 |
| | | | | | This gets rid of the inefficient timeout thing. Still, the ideal solution would be to move the timeout into the container; TODO. | ||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -9/+15 |
| | | | | Also probably other fixes. | ||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 1 | -3/+4 |
| | | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works. | ||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -2/+11 |
| | | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent | ||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -4/+13 |
| | | | | 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 | 1 | -1/+9 |
| | | | | Also, fix a bug in the | ||||
* | Fix stupid cmsg_len hack | bptato | 2022-12-06 | 1 | -3/+3 |
| | | | | | It's still stupid, but now it also does what it should've in the first place... | ||||
* | Fix hack of previous commit | bptato | 2022-12-05 | 1 | -1/+2 |
| | |||||
* | sigh | bptato | 2022-12-05 | 1 | -1/+2 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -1/+1 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -10/+6 |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | ||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -1/+8 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -0/+42 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -6/+10 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -0/+54 |