about summary refs log tree commit diff stats
path: root/src/types/url.nim
Commit message (Expand)AuthorAgeFilesLines
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-261-6/+6
* Add JS support to documentsbptato2022-12-181-4/+4
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-1/+1
* Add referer support, re-render on windowChangebptato2022-12-131-12/+30
* Remove unused twtstr functionsbptato2022-12-051-1/+1
* Proper fix for url hash setterbptato2022-12-051-2/+1
* Rework broken non-blocking iobptato2022-11-271-1/+3
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+8
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-15/+15
* More JS bindingsbptato2022-09-131-7/+42
* Add JS binding generationbptato2022-09-121-8/+196
* Do not display password on status linebptato2022-08-031-2/+2
* Fix non-special url scheme parsingbptato2022-08-021-1/+2
* Implement HTTP Authbptato2022-07-301-2/+2
* Fix StyledNode invalidation & othersbptato2022-07-271-12/+10
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-3/+3
* Implement formsbptato2022-01-291-1/+1
* Fix some path bugs and misc. warningsbptato2022-01-251-1/+16
* Support external stylesheetsbptato2022-01-231-1/+4
* Fix url parsing bugbptato2022-01-221-1/+1
* Fix percent encoding function and local percent encoded pathsbptato2022-01-191-0/+7
* Add punycode supportbptato2021-12-291-0/+34
* Proper URL handlingbptato2021-12-261-87/+632
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+245