about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: fix permsbptato2023-09-301-6/+6
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-302-7/+10
* lineedit: fix backspace bugbptato2023-09-301-1/+1
* Makefile: fix manpage copybptato2023-09-301-1/+1
* Improve implicit form submissionbptato2023-09-302-12/+26
* Add urimethodmap supportbptato2023-09-3023-91/+1298
* update readme, todobptato2023-09-302-1/+1
* buffer: improve submitFormbptato2023-09-302-10/+46
* loader: add local-cgibptato2023-09-3013-36/+380
* posixstream: fix buffer overflowbptato2023-09-281-1/+2
* Response.text: assume utf-8bptato2023-09-271-5/+5
* Response.text: encode/decode properlybptato2023-09-272-7/+24
* buffer: simplify contentType handlingbptato2023-09-277-47/+44
* interface clone: remove unused arg, documentbptato2023-09-272-5/+10
* update todobptato2023-09-271-4/+1
* small Makefile improvementbptato2023-09-261-2/+5
* js: improve optional argument handlingbptato2023-09-262-19/+22
* 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