about summary refs log tree commit diff stats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* buffer: fix clone on *BSDbptato2024-01-191-1/+8
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-0/+3
* Set cgiDir for client loader processbptato2024-01-061-2/+3
* Fix some casing issuesbptato2024-01-061-2/+2
* buffer: do not trap SIGINT to cleanupbptato2024-01-032-2/+2
* Compile with styleCheck:usagesbptato2023-12-282-4/+4
* buffer: prevent crash in reshape before document is parsedbptato2023-12-221-0/+2
* buffer: clean up ssock on being killedbptato2023-12-212-21/+37
* Implement local CGI error message handlingbptato2023-12-151-1/+5
* buffer: use BufferSize constantbptato2023-12-151-1/+1
* break up twtstr somewhatbptato2023-12-132-1/+2
* Move http out of main binarybptato2023-12-131-6/+6
* pager: add precnum to [, ]bptato2023-12-091-9/+23
* pager: add `{', `}'; document externIntobptato2023-12-091-1/+20
* buffer: do not needlessly copy in onloadbptato2023-12-031-9/+5
* dom: fix relList setter regression, remove rel()bptato2023-12-021-1/+1
* dom: redefine Node.contains to match standardbptato2023-12-011-1/+1
* buffer: do not set readyState if document is nilbptato2023-11-291-1/+2
* dom: add document.readyStatebptato2023-11-271-2/+4
* buffer: add DOMContentLoaded, misc event improvementsbptato2023-11-271-46/+72
* buffer: call onload function on dispatchLoadEventbptato2023-11-211-3/+13
* buffer: optimize findPrevLinkbptato2023-11-201-0/+8
* buffer: remove viewport referencebptato2023-10-281-7/+1
* renderdocument: slightly refactor, optimize addLinesbptato2023-10-261-4/+13
* buffer: close ssock on exitbptato2023-10-261-0/+1
* buffer: call load event on loadbptato2023-10-251-1/+13
* Remove trailing spacesbptato2023-10-231-1/+1
* warn on eprint in release modebptato2023-10-211-1/+1
* WindowAttributes: refactorbptato2023-10-192-2/+2
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-4/+38
* Add w3m-cgi-compat optionbptato2023-10-011-2/+4
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-301-5/+7
* Improve implicit form submissionbptato2023-09-301-2/+11
* Add urimethodmap supportbptato2023-09-302-19/+11
* buffer: improve submitFormbptato2023-09-301-6/+42
* loader: add local-cgibptato2023-09-302-1/+2
* Response.text: encode/decode properlybptato2023-09-271-5/+8
* buffer: simplify contentType handlingbptato2023-09-271-24/+20
* interface clone: remove unused arg, documentbptato2023-09-271-4/+9
* Add precnum support to more functionsbptato2023-09-261-6/+18
* buffer: make readFromFd work with pipesbptato2023-09-231-4/+17
* buffer: make clone fork()bptato2023-09-231-19/+144
* buffer: support <a name=... for anchor navigationbptato2023-09-201-3/+3
* loader: add gopher supportbptato2023-09-201-2/+3
* update chamebptato2023-09-191-1/+2
* Fix compilation with --assertions:offbptato2023-09-152-3/+6
* buffer: directly pass EncoderStream to parseStylesheetbptato2023-09-141-3/+2
* Update submodulesbptato2023-09-141-1/+3
* move around more modulesbptato2023-09-142-0/+1730