about summary refs log tree commit diff stats
path: root/src/buffer
Commit message (Expand)AuthorAgeFilesLines
* Fix connection load info not being shownbptato2023-01-021-1/+1
* loader: proper redirect handlingbptato2023-01-012-6/+4
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-012-50/+44
* Add promise support to JSbptato2022-12-312-86/+47
* buffer/container: fix highlighting widthbptato2022-12-281-2/+2
* Proper support for tabsbptato2022-12-271-35/+32
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-261-4/+4
* container: fix requestLines not setting setxbptato2022-12-251-0/+1
* pager: proxy values in container; js: bugfixesbptato2022-12-201-52/+73
* Add unicode normalization, etcbptato2022-12-191-0/+1
* More DOM workbptato2022-12-191-9/+1
* Add JS support to documentsbptato2022-12-181-15/+21
* Allow cycling through hover-texts with ubptato2022-12-162-28/+59
* container: do not load all lines at once in readLinesbptato2022-12-152-10/+26
* makeCRLF: move to twtstr, write last charbptato2022-12-151-16/+0
* Fix console display bugs, add container.locationbptato2022-12-151-1/+4
* Add discardTree, update docsbptato2022-12-151-2/+2
* Fix error handling on buffer closebptato2022-12-151-14/+18
* Make load() slightly less dumbbptato2022-12-152-53/+101
* cssparser: check for EOF in first read chunkbptato2022-12-141-2/+2
* Add referer support, re-render on windowChangebptato2022-12-132-11/+37
* Fix stream error handling confusion, title displaybptato2022-12-132-10/+22
* Add more cookie optionsbptato2022-12-131-5/+2
* Update config and config docsbptato2022-12-131-2/+5
* Add all sorts of config options and cookiesbptato2022-12-132-9/+24
* Add urlfilterbptato2022-12-121-1/+1
* Fixes & QOL improvementsbptato2022-12-112-23/+19
* Fix -dbptato2022-12-101-12/+9
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-4/+4
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-36/+34
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-062-19/+21
* Trigger status event when number of lines changedbptato2022-12-051-5/+7
* Add title tag support, peek, peekCursorbptato2022-12-052-1/+32
* Make redraw() actually clear the screenbptato2022-12-011-1/+3
* Fix some screen update issues, remove redraw timerbptato2022-12-012-24/+34
* Restore cursor position on reloadbptato2022-11-292-30/+43
* Add textareabptato2022-11-282-58/+89
* Add support for <button>bptato2022-11-271-11/+13
* Rework broken non-blocking iobptato2022-11-272-62/+135
* Fix adoption agency algorithm bugsbptato2022-11-272-8/+11
* Fix some regressions, add loading progress barbptato2022-11-273-188/+195
* Also, implement proper asyncbptato2022-11-272-267/+376
* Get rid of writeCommand in containerbptato2022-11-262-203/+245
* Fix some table layout issuesbptato2022-11-251-28/+7
* Fix misc bugsbptato2022-11-251-2/+4
* Improve status messages, fix regressions, etcbptato2022-11-252-35/+72
* Buffer improvementsbptato2022-11-252-39/+106
* Avoid forking child processes from the main processbptato2022-11-242-77/+53
* Table improvementsbptato2022-11-221-0/+1
* Move ips stuff to src/ips/bptato2022-11-222-4/+4