about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix compilation on 1.6.14bptato2023-09-204-6/+6
* loader: add gopher supportbptato2023-09-204-2/+272
* ftp: add missing prepareMutationbptato2023-09-201-0/+2
* ftp, file: better dirlist, fix FTP path issuebptato2023-09-194-36/+131
* ftp: encode paths, escape displayed stringsbptato2023-09-192-8/+28
* update chamebptato2023-09-197-4/+51
* dom: fix regressionbptato2023-09-191-1/+1
* dom: add document.all, misc fixesbptato2023-09-195-21/+76
* ftp: add auth inputbptato2023-09-191-14/+32
* dom: exclude password from exception logbptato2023-09-191-1/+3
* loader: add FTP supportbptato2023-09-197-38/+227
* term: simplify/cleanupbptato2023-09-182-77/+26
* lineedit: fix a display bugbptato2023-09-181-1/+2
* twtstr: remove unused functionsbptato2023-09-181-22/+0
* lineedit: rewritebptato2023-09-183-263/+229
* response: add blob() functionbptato2023-09-174-9/+30
* javascript: static methods, URL.canParsebptato2023-09-172-28/+58
* mailcap: fix regressionbptato2023-09-161-1/+1
* mailcap: unquoteCommand improvements/fixesbptato2023-09-161-34/+57
* main: set tmpdir for main processbptato2023-09-161-0/+2
* mailcap: allow whitespace after subtypebptato2023-09-161-1/+1
* data urls: percent decodebptato2023-09-152-7/+7
* Fix compilation with --assertions:offbptato2023-09-155-7/+14
* bindings: fix JSInterruptHandler signaturebptato2023-09-152-2/+2
* dom: fix incorrect iteration in descendantsbptato2023-09-141-2/+3
* buffer: directly pass EncoderStream to parseStylesheetbptato2023-09-141-3/+2
* Update submodulesbptato2023-09-144-5/+16
* remove radixtreebptato2023-09-141-195/+0
* move around more modulesbptato2023-09-1454-121/+121
* move some modules to local/bptato2023-09-145-6/+6
* Switch buffer -> client connection to client -> bufferbptato2023-09-143-37/+29
* fix ansi color parsing of multiple valuesbptato2023-09-131-1/+0
* twtstr: simplifybptato2023-09-132-13/+8
* toml: fix underscore number separatorbptato2023-09-131-1/+1
* Do not use mailcap for text/plainbptato2023-09-131-0/+5
* fix compile errorbptato2023-09-131-1/+1
* toml: simplifybptato2023-09-131-4/+2
* toml: fix bugs in parseNumberbptato2023-09-131-12/+15
* toml: do not stream inputbptato2023-09-131-4/+1
* toml: add support for hex/octal numbersbptato2023-09-131-9/+45
* color: fix parseLegacyColor bugsbptato2023-09-132-10/+14
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* layout: fix table row group regressionbptato2023-09-101-9/+29
* container: accept numbers in cursorLeft, cursorRight, etc.bptato2023-09-091-8/+8
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-092-11/+57
* fix compilation on 1.6.14bptato2023-09-091-3/+3
* buffer: remove url referencebptato2023-09-091-2/+3
* javascript: fix a GC bugbptato2023-09-092-5/+23