| Commit message (Expand) | Author | Age | Files | Lines |
* | url: return correct result | bptato | 2024-02-27 | 1 | -1/+1 |
* | misc refactorings | bptato | 2024-02-27 | 1 | -56/+19 |
* | js: allow specifying static function name, small refactoring | bptato | 2024-01-24 | 1 | -1/+1 |
* | Fix some casing issues | bptato | 2024-01-06 | 1 | -1/+1 |
* | Merge data/idna with types/url | bptato | 2024-01-04 | 1 | -1/+49 |
* | strwidth & url fixes | bptato | 2023-12-16 | 1 | -3/+3 |
* | Various fixes | bptato | 2023-12-13 | 1 | -0/+1 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -6/+110 |
* | twtstr: remove tolower, isWhitespace | bptato | 2023-11-20 | 1 | -3/+3 |
* | reduce new() usage | bptato | 2023-10-25 | 1 | -2/+2 |
* | Remove trailing spaces | bptato | 2023-10-23 | 1 | -1/+1 |
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -21/+22 |
* | url: fix file slash state mistake | bptato | 2023-10-01 | 1 | -2/+2 |
* | Get rid of unicode.toLower | bptato | 2023-10-01 | 1 | -1/+1 |
* | buffer: improve submitForm | bptato | 2023-09-30 | 1 | -4/+4 |
* | javascript: static methods, URL.canParse | bptato | 2023-09-17 | 1 | -5/+12 |
* | url: simplify | bptato | 2023-09-08 | 1 | -26/+10 |
* | URL: fix missing searchParams when baseURL is given | bptato | 2023-09-08 | 1 | -0/+3 |
* | url: optimize | bptato | 2023-09-07 | 1 | -15/+21 |
* | url: fix \n, \t not being properly removed | bptato | 2023-09-07 | 1 | -1/+3 |
* | url: remove validation error comments | bptato | 2023-09-01 | 1 | -76/+9 |
* | url: format code | bptato | 2023-09-01 | 1 | -97/+130 |
* | url: fix opaque host parsing, add has to auth case | bptato | 2023-09-01 | 1 | -6/+7 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -1/+1 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -0/+1 |
* | url: fix empty hostnames being accepted | bptato | 2023-07-07 | 1 | -1/+1 |
* | Fixes in ipv6 parser and serializer | bptato | 2023-07-07 | 1 | -11/+10 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -1/+5 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 1 | -1/+0 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+3 |
* | Add window.location | bptato | 2023-06-29 | 1 | -21/+50 |
* | Improve broken cookie handling, add multipart to form | bptato | 2023-06-25 | 1 | -0/+6 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -10/+11 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -1/+1 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -5/+5 |
* | what 003ca26b was supposed to do | bptato | 2023-04-30 | 1 | -1/+1 |
* | url: remove eprint | bptato | 2023-04-30 | 1 | -1/+0 |
* | url: accept schemes containing numbers | bptato | 2023-04-30 | 1 | -1/+2 |
* | Consistent naming of parseURL, non-public newURLParams | bptato | 2022-12-26 | 1 | -6/+6 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -4/+4 |
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 1 | -1/+1 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -12/+30 |
* | Remove unused twtstr functions | bptato | 2022-12-05 | 1 | -1/+1 |
* | Proper fix for url hash setter | bptato | 2022-12-05 | 1 | -2/+1 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -1/+3 |
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -0/+8 |
* | Rename jsget/jsset to jsfget/jsfset for functions | bptato | 2022-09-16 | 1 | -15/+15 |
* | More JS bindings | bptato | 2022-09-13 | 1 | -7/+42 |
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -8/+196 |
* | Do not display password on status line | bptato | 2022-08-03 | 1 | -2/+2 |