about summary refs log tree commit diff stats
path: root/src/ips
Commit message (Expand)AuthorAgeFilesLines
* move around more modulesbptato2023-09-144-868/+0
* Switch buffer -> client connection to client -> bufferbptato2023-09-141-1/+13
* add extern, refactor some term functionsbptato2023-09-091-73/+0
* Allow overriding default headersbptato2023-08-261-4/+1
* Add mailcap, mime.types & misc refactoringsbptato2023-08-133-15/+18
* serialize: add missing prepareMutationbptato2023-08-011-0/+1
* Add proxy supportbptato2023-07-041-4/+8
* Fix CastSize warningsbptato2023-07-031-1/+3
* Factor out headers into separate modulebptato2023-07-011-1/+1
* Do not block indefinitely if buffer crashes before acceptbptato2023-06-291-1/+4
* openEditor: check for errorbptato2023-06-261-8/+11
* Fix crash in openEditor if SIGINT was deliveredbptato2023-06-262-3/+26
* Get rid of the .jserr pragmabptato2023-06-191-1/+5
* Rework JS exception systembptato2023-06-191-0/+41
* Add readBlob, fix WebFile serializationbptato2023-06-111-14/+30
* Clean up stream error handlingbptato2023-06-071-2/+5
* Add support for canvas and multipartbptato2023-06-051-33/+56
* Add setTimeout, setInterval to windowbptato2023-06-011-0/+2
* Rewrite new Request bindingbptato2023-05-211-1/+3
* Refactor config, add charset optsbptato2023-05-163-6/+8
* Async resource loading, exception handling fixesbptato2023-05-141-5/+19
* WIP fetchbptato2023-04-301-8/+10
* Slightly improve request api (less crashes)bptato2023-02-051-1/+3
* Make width table at compile-timebptato2023-01-271-1/+1
* socketstream: remove todobptato2023-01-051-1/+0
* client, pager, dom, ...: better error handlingbptato2023-01-041-5/+21
* NOW it should workbptato2022-12-311-4/+9
* Fix C macro insanitybptato2022-12-311-1/+2
* posixstream/socketstream: fix cross-platform compilationbptato2022-12-311-12/+9
* Add promise support to JSbptato2022-12-311-1/+1
* ips/editor: don't write file for empty input, check for conflicting filesbptato2022-12-251-7/+12
* ips/editor: make default line 1bptato2022-12-251-1/+1
* Add JS support to documentsbptato2022-12-181-1/+0
* Make load() slightly less dumbbptato2022-12-151-2/+2
* Add referer support, re-render on windowChangebptato2022-12-132-19/+35
* Fix stream error handling confusion, title displaybptato2022-12-133-13/+24
* Add all sorts of config options and cookiesbptato2022-12-132-10/+24
* Add urlfilterbptato2022-12-121-5/+9
* Add border-collapse, border-spacing; fix fd sending hackbptato2022-12-111-3/+4
* Fixes & QOL improvementsbptato2022-12-111-2/+11
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-102-152/+235
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-1/+9
* Fix stupid cmsg_len hackbptato2022-12-061-3/+3
* Fix hack of previous commitbptato2022-12-051-1/+2
* sighbptato2022-12-051-1/+2
* Clean up ips/serialize genericsbptato2022-11-301-86/+53
* Remove useless sread/swrite procsbptato2022-11-301-51/+16
* Add textareabptato2022-11-285-19/+83
* Rework broken non-blocking iobptato2022-11-271-10/+6
* Fix some regressions, add loading progress barbptato2022-11-271-1/+8