| Commit message (Expand) | Author | Age | Files | Lines |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -4/+4 |
* | config: allow overriding default prepended scheme | bptato | 2023-12-15 | 1 | -0/+1 |
* | config: do not override user-defined urimethodmap | bptato | 2023-12-14 | 1 | -1/+2 |
* | Various fixes | bptato | 2023-12-13 | 1 | -1/+1 |
* | Move gopher to adapter/ | bptato | 2023-12-12 | 1 | -10/+1 |
* | Move out ftp: protocol; fix some local CGI bugs | bptato | 2023-12-12 | 1 | -0/+3 |
* | Move out file: protocol handling to adapter/ | bptato | 2023-12-12 | 1 | -1/+2 |
* | local CGI improvements, move data: to cgi-bin | bptato | 2023-12-12 | 1 | -0/+1 |
* | local CGI: add mapped URI env vars; move about: to adapters | bptato | 2023-12-12 | 1 | -0/+1 |
* | Add support for gemini by default, update readme | bptato | 2023-12-10 | 1 | -6/+17 |
* | mailcap: add $MAILCAP_URL | bptato | 2023-12-10 | 1 | -1/+1 |
* | Separate gopher conversion from main binary | bptato | 2023-12-10 | 1 | -1/+13 |
* | Enable finger protocol by default | bptato | 2023-12-10 | 1 | -1/+5 |
* | config: better path handling; fix array parsing bug | bptato | 2023-12-10 | 1 | -17/+33 |
* | pager: add marks | bptato | 2023-12-09 | 1 | -0/+1 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -0/+2 |
* | config: add bare aliases for "8bit", "24bit" | bptato | 2023-11-26 | 1 | -2/+2 |
* | Add -C option | bptato | 2023-10-27 | 1 | -6/+9 |
* | reduce new() usage | bptato | 2023-10-25 | 1 | -2/+2 |
* | Add jspropnames, CSSStyleDeclaration stub | bptato | 2023-10-25 | 1 | -1/+10 |
* | container: add cursorNthLink, cursorRevNthLink | bptato | 2023-10-14 | 1 | -1/+1 |
* | config: fix `include` naming | bptato | 2023-10-09 | 1 | -4/+4 |
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -1/+3 |
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -19/+31 |
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -1/+4 |
* | config: add missing \n | bptato | 2023-09-20 | 1 | -1/+1 |
* | Accept bare strings in -o, fix -o with missing newline | bptato | 2023-09-20 | 1 | -8/+16 |
* | move around more modules | bptato | 2023-09-14 | 1 | -3/+3 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -0/+4 |
* | loader: add data URLs | bptato | 2023-09-01 | 1 | -1/+6 |
* | Add jsdelprop, allow deletion of ActionMap props | bptato | 2023-08-29 | 1 | -0/+6 |
* | Add jssetprop, make ActionMap editable from JS | bptato | 2023-08-29 | 1 | -18/+20 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -2/+3 |
* | javascript: de-ref some interfaces | bptato | 2023-08-28 | 1 | -7/+16 |
* | config: allow modification through JS | bptato | 2023-08-27 | 1 | -44/+59 |
* | config: fix overriding default headers | bptato | 2023-08-26 | 1 | -26/+25 |
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -10/+4 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -1/+2 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -12/+61 |
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -0/+11 |
* | Add compileMatchRegex | bptato | 2023-07-25 | 1 | -4/+4 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -2/+22 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 1 | -6/+4 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -1/+1 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+2 |
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -5/+6 |
* | Remove unused config variable | bptato | 2023-06-26 | 1 | -1/+0 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 |
* | Option -> Opt in config, return error in compileSearchRegex | bptato | 2023-06-24 | 1 | -36/+36 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -2/+2 |