about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix devnull dup in place of stdinbptato2023-09-231-4/+7
* buffer: make readFromFd work with pipesbptato2023-09-232-5/+25
* buffer: make clone fork()bptato2023-09-237-47/+375
* fix size for some input typesbptato2023-09-221-1/+1
* Disable "toggle source" for the console bufferbptato2023-09-213-8/+17
* lineedit: add missing begin() calls in prevHist/nextHistbptato2023-09-201-0/+5
* lineedit: fix off by one error in killbptato2023-09-201-2/+2
* config: add missing \nbptato2023-09-201-1/+1
* Accept bare strings in -o, fix -o with missing newlinebptato2023-09-203-15/+81
* layout: fix table cell sizing with specified widthsbptato2023-09-202-19/+59
* px: convert to float first for percentage valuesbptato2023-09-201-1/+1
* buffer: support <a name=... for anchor navigationbptato2023-09-202-3/+12
* remove unnecessary toTable callsbptato2023-09-204-19/+11
* 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