about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add precnum support to more functionsbptato2023-09-265-63/+82
* pager: show character sequence inputs on status linebptato2023-09-262-31/+44
* Add M-p as "load page on clipboard"bptato2023-09-255-7/+47
* client: write errors to browser console in evalActionbptato2023-09-251-3/+10
* toml: fix bug in multiline string parsingbptato2023-09-251-0/+5
* update chamebptato2023-09-242-1/+1
* remove sequtils dependencybptato2023-09-241-3/+5
* update readmebptato2023-09-241-1/+1
* update chakasubptato2023-09-242-1/+1
* client: clean up Client objectbptato2023-09-241-14/+5
* client, timeout: simplifybptato2023-09-243-18/+18
* regex: copy after compilingbptato2023-09-243-64/+19
* Add about:licensebptato2023-09-233-0/+126
* Build quickjs with bignum enabledbptato2023-09-231-2/+3
* Fix stack overflow in CVE-2023-31922Nick Vatamaniuc2023-09-231-0/+6
* fix undefined behavior: shift 32 bits for uint32_t in bf_set_uiBo Yao2023-09-231-1/+6
* container: un-extern, un-ref highlightsbptato2023-09-231-9/+6
* 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-222-2/+3
* Disable "toggle source" for the console bufferbptato2023-09-214-9/+17
* improve manpagesbptato2023-09-205-18/+69
* update configbptato2023-09-201-2/+2
* lineedit: add missing begin() calls in prevHist/nextHistbptato2023-09-201-0/+5
* add arrow keys to default line edit configbptato2023-09-201-0/+4
* lineedit: fix off by one error in killbptato2023-09-201-2/+2
* improve about:chawan pagebptato2023-09-201-17/+60
* update todobptato2023-09-201-2/+0
* config.md: more preprocessingbptato2023-09-202-2/+4
* update readmebptato2023-09-201-0/+2
* config: add missing \nbptato2023-09-201-1/+1
* add table_rewrite.shbptato2023-09-203-3/+48
* add manpagesbptato2023-09-203-1/+139
* 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
* document pager.externbptato2023-09-202-1/+13
* remove unnecessary toTable callsbptato2023-09-204-19/+11
* fix compilation on 1.6.14bptato2023-09-204-6/+6
* loader: add gopher supportbptato2023-09-206-3/+273
* ftp: add missing prepareMutationbptato2023-09-201-0/+2
* ftp, file: better dirlist, fix FTP path issuebptato2023-09-194-36/+131
* update readmebptato2023-09-191-0/+1
* ftp: encode paths, escape displayed stringsbptato2023-09-192-8/+28
* update chamebptato2023-09-198-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