| Commit message (Expand) | Author | Age | Files | Lines |
* | move around more modules | bptato | 2023-09-14 | 4 | -868/+0 |
* | Switch buffer -> client connection to client -> buffer | bptato | 2023-09-14 | 1 | -1/+13 |
* | add extern, refactor some term functions | bptato | 2023-09-09 | 1 | -73/+0 |
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -4/+1 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 3 | -15/+18 |
* | serialize: add missing prepareMutation | bptato | 2023-08-01 | 1 | -0/+1 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -4/+8 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -1/+3 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -1/+1 |
* | Do not block indefinitely if buffer crashes before accept | bptato | 2023-06-29 | 1 | -1/+4 |
* | openEditor: check for error | bptato | 2023-06-26 | 1 | -8/+11 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 2 | -3/+26 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -1/+5 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -0/+41 |
* | Add readBlob, fix WebFile serialization | bptato | 2023-06-11 | 1 | -14/+30 |
* | Clean up stream error handling | bptato | 2023-06-07 | 1 | -2/+5 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -33/+56 |
* | Add setTimeout, setInterval to window | bptato | 2023-06-01 | 1 | -0/+2 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 1 | -1/+3 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 3 | -6/+8 |
* | Async resource loading, exception handling fixes | bptato | 2023-05-14 | 1 | -5/+19 |
* | WIP fetch | bptato | 2023-04-30 | 1 | -8/+10 |
* | Slightly improve request api (less crashes) | bptato | 2023-02-05 | 1 | -1/+3 |
* | Make width table at compile-time | bptato | 2023-01-27 | 1 | -1/+1 |
* | socketstream: remove todo | bptato | 2023-01-05 | 1 | -1/+0 |
* | client, pager, dom, ...: better error handling | bptato | 2023-01-04 | 1 | -5/+21 |
* | NOW it should work | bptato | 2022-12-31 | 1 | -4/+9 |
* | Fix C macro insanity | bptato | 2022-12-31 | 1 | -1/+2 |
* | posixstream/socketstream: fix cross-platform compilation | bptato | 2022-12-31 | 1 | -12/+9 |
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -1/+1 |
* | ips/editor: don't write file for empty input, check for conflicting files | bptato | 2022-12-25 | 1 | -7/+12 |
* | ips/editor: make default line 1 | bptato | 2022-12-25 | 1 | -1/+1 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -1/+0 |
* | Make load() slightly less dumb | bptato | 2022-12-15 | 1 | -2/+2 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 2 | -19/+35 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 3 | -13/+24 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 2 | -10/+24 |
* | Add urlfilter | bptato | 2022-12-12 | 1 | -5/+9 |
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 1 | -3/+4 |
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -2/+11 |
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 2 | -152/+235 |
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -1/+9 |
* | Fix stupid cmsg_len hack | bptato | 2022-12-06 | 1 | -3/+3 |
* | Fix hack of previous commit | bptato | 2022-12-05 | 1 | -1/+2 |
* | sigh | bptato | 2022-12-05 | 1 | -1/+2 |
* | Clean up ips/serialize generics | bptato | 2022-11-30 | 1 | -86/+53 |
* | Remove useless sread/swrite procs | bptato | 2022-11-30 | 1 | -51/+16 |
* | Add textarea | bptato | 2022-11-28 | 5 | -19/+83 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -10/+6 |
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -1/+8 |