about summary refs log tree commit diff stats
path: root/src/server/forkserver.nim
Commit message (Expand)AuthorAgeFilesLines
* forkserver: also skip SIGTERM socket unlinkbptato2024-05-201-5/+1
* forkserver: simplify fcLoadConfigbptato2024-05-181-12/+4
* config: separate tmp dir for sockets, usersbptato2024-05-161-2/+9
* buffer: fix multipart formsbptato2024-05-111-6/+5
* sandbox: seccomp support on Linuxbptato2024-04-181-10/+15
* Update code stylebptato2024-04-171-3/+3
* sandbox: add OpenBSD pledge/unveil supportbptato2024-04-031-1/+2
* fflush() before forksbptato2024-03-281-0/+6
* Add capsicum supportbptato2024-03-281-9/+24
* client, forkserver: remove useless codebptato2024-03-241-1/+0
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-15/+16
* io: add bufreaderbptato2024-03-211-45/+44
* Move SIGCHLD ignore call to forkserverbptato2024-03-171-0/+1
* forkserver: set process titles for processesbptato2024-03-171-0/+4
* io: add BuferedWriterbptato2024-03-161-26/+28
* Move around some modulesbptato2024-03-141-1/+1
* loader: rework process modelbptato2024-03-111-93/+57
* term: improve pixels-per-column/line detectionbptato2024-02-251-1/+1
* buffer: remove BufferSourcebptato2024-02-221-12/+12
* Various refactorings & fixesbptato2024-02-141-3/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-13/+47
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-4/+7
* forkserver: clean upbptato2024-01-291-7/+17
* Set cgiDir for client loader processbptato2024-01-061-2/+3
* buffer: do not trap SIGINT to cleanupbptato2024-01-031-1/+1
* Compile with styleCheck:usagesbptato2023-12-281-1/+1
* buffer: clean up ssock on being killedbptato2023-12-211-6/+11
* break up twtstr somewhatbptato2023-12-131-1/+1
* WindowAttributes: refactorbptato2023-10-191-1/+1
* Add w3m-cgi-compat optionbptato2023-10-011-2/+4
* Add urimethodmap supportbptato2023-09-301-17/+6
* loader: add local-cgibptato2023-09-301-0/+1
* Fix compilation with --assertions:offbptato2023-09-151-2/+4
* move around more modulesbptato2023-09-141-0/+249