about summary refs log tree commit diff stats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Move SIGCHLD ignore call to forkserverbptato2024-03-171-0/+1
* forkserver: set process titles for processesbptato2024-03-171-0/+4
* io: add BuferedWriterbptato2024-03-162-41/+53
* Clean up BufferConfigbptato2024-03-151-0/+9
* Move around some modulesbptato2024-03-142-3/+3
* rudimentary support for <video>, <audio>bptato2024-03-131-7/+22
* loader: rework process modelbptato2024-03-112-282/+145
* buffer: fix bug of eating chars before invalid UTF-8bptato2024-03-051-2/+2
* strwidth, renderdocument: small refactoringbptato2024-03-031-1/+1
* buffer: improve/fix onload return valuesbptato2024-03-031-6/+12
* buffer: do not incrementally display in headless modebptato2024-03-021-3/+4
* buffer, client: fix deadlock with send() callsbptato2024-02-291-13/+20
* buffer: add image viewer supportbptato2024-02-271-22/+39
* misc refactoringsbptato2024-02-271-19/+18
* buffer: reset prevStyled in switchCharset, reshapebptato2024-02-271-3/+5
* buffer: clean up onload, fix console updatebptato2024-02-261-17/+11
* term: improve pixels-per-column/line detectionbptato2024-02-252-2/+2
* buffer: remove incorrect assertionsbptato2024-02-251-3/+0
* buffer: fix rewind with mailcap entriesbptato2024-02-251-5/+11
* Separate ANSI text decoding from main binarybptato2024-02-251-77/+70
* buffer: improve cancel, use _exit, misc cleanupsbptato2024-02-231-44/+53
* buffer: remove BufferSourcebptato2024-02-222-61/+65
* buffer: clean up contentTypebptato2024-02-221-18/+4
* Replace Chakasu with Chagashibptato2024-02-221-55/+153
* buffer: fix broken jump-to-anchorbptato2024-02-181-1/+1
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-17/+11
* Various refactorings & fixesbptato2024-02-142-29/+23
* buffer: improve style invalidationbptato2024-02-141-5/+5
* buffer: fix regression on htmloutput document baseURLbptato2024-02-141-3/+2
* buffer: skip rewind after the first readbptato2024-02-131-7/+17
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-131-4/+4
* loader: fixes & improvementsbptato2024-02-131-21/+18
* buffer: more form fixesbptato2024-02-131-11/+31
* buffer: fix wrong click behavior with JSbptato2024-02-131-1/+1
* buffer: form fixesbptato2024-02-121-16/+10
* buffersource: remove location fieldbptato2024-02-121-3/+2
* Add pager.externFilterSourcebptato2024-02-121-4/+5
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-122-131/+140
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-112-33/+17
* loader: fix teebptato2024-02-101-4/+5
* buffer: fix index defect in updateHoverbptato2024-02-081-1/+2
* buffer: use `of' instead of tagTypebptato2024-02-081-1/+1
* buffer: load external resources when they are attachedbptato2024-02-081-81/+6
* dom: enumize attribute namesbptato2024-02-081-8/+9
* dom: reduce tagType usebptato2024-02-081-8/+7
* Incremental renderingbptato2024-02-071-55/+69
* Update chamebptato2024-02-071-26/+52
* forkserver: clean upbptato2024-01-291-7/+17
* rendertext: add support for backspace overstrike, misc fixesbptato2024-01-231-1/+1
* Fix form action when submitter has a "form" attrbptato2024-01-191-3/+4