Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a temp hacky fix for the colorsHEADmaster | terminaldweller | 2022-07-08 | 1 | -3/+38 |
* | a temp hacky fix for the colors | terminaldweller | 2022-07-08 | 1 | -2/+38 |
* | changes the colors. | terminaldweller | 2021-05-15 | 1 | -2/+4 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-24 | 1 | -0/+6 |
* | Prevent integer overflow due to fontstat | Tatsuya Kinoshita | 2021-04-24 | 2 | -7/+15 |
* | Check length of hostname with STR_SIZE_MAX | Tatsuya Kinoshita | 2021-04-24 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-23 | 1 | -0/+5 |
* | Treat 127.0.0.1, [::1], and hostname as localhost | Tatsuya Kinoshita | 2021-04-23 | 6 | -38/+38 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-17 | 1 | -0/+9 |
* | Update PO strings | Tatsuya Kinoshita | 2021-04-17 | 5 | -386/+406 |
* | New option localhost_only to restrict connections only to localhost | Tatsuya Kinoshita | 2021-04-17 | 3 | -0/+8 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-10 | 1 | -1/+14 |
* | Update PO strings | Tatsuya Kinoshita | 2021-04-10 | 5 | -488/+511 |
* | New option cross_origin_referer to use origin only Referer | Tatsuya Kinoshita | 2021-04-10 | 3 | -2/+34 |
* | Don't include username in Referer | Tatsuya Kinoshita | 2021-04-10 | 3 | -23/+19 |
* | Don't set Referer when data URI scheme | Tatsuya Kinoshita | 2021-04-10 | 2 | -3/+5 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-05 | 1 | -0/+12 |
* | Use Strcatc and Strnulterm in base64_encode | Tatsuya Kinoshita | 2021-04-05 | 1 | -11/+16 |
* | New macro Strcatc and Strnulterm | Tatsuya Kinoshita | 2021-04-05 | 1 | -0/+2 |
* | Merge pull request #177 from bptato/inlineimages | Tatsuya Kinoshita | 2021-04-05 | 4 | -108/+82 |
|\ | |||||
| * | Return Str from base64_encode, fix extraction of first gif frame for animatio... | bptato | 2021-04-04 | 4 | -108/+82 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-04-03 | 1 | -0/+5 |
* | Limit size and number of tables to prevent integer overflow | Tatsuya Kinoshita | 2021-04-03 | 3 | -7/+27 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-30 | 1 | -0/+9 |
* | Treat table height as int instead of short | Tatsuya Kinoshita | 2021-03-30 | 2 | -8/+41 |
* | Treat textlist item number as int instead of short | Tatsuya Kinoshita | 2021-03-30 | 4 | -8/+17 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-29 | 1 | -0/+7 |
* | Prevent GC warnings of repeated allocation | Tatsuya Kinoshita | 2021-03-29 | 1 | -0/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-27 | 1 | -0/+4 |
* | Fix potential integer overflow in allocStr | Tatsuya Kinoshita | 2021-03-27 | 1 | -0/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-26 | 1 | -0/+6 |
* | Ignore the "-" option to accept `w3m -` as "read from stdin" | Tatsuya Kinoshita | 2021-03-26 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-25 | 1 | -0/+6 |
* | Explicitly call GC_gcollect() in fuzzer | Tatsuya Kinoshita | 2021-03-25 | 1 | -0/+6 |
* | Prevent memory leak in fuzzer | Tatsuya Kinoshita | 2021-03-25 | 1 | -9/+11 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-23 | 1 | -0/+9 |
* | Reduce memory reallocation due to Strgrow | Tatsuya Kinoshita | 2021-03-23 | 1 | -1/+5 |
* | Prevent unneeded memory allocation for language tags in libwc | Tatsuya Kinoshita | 2021-03-23 | 1 | -1/+6 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-22 | 1 | -0/+6 |
* | Prevent very long language tag in libwc | Tatsuya Kinoshita | 2021-03-22 | 1 | -2/+4 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-21 | 1 | -0/+6 |
* | Check STR_SIZE_MAX in Strcat_char | Tatsuya Kinoshita | 2021-03-21 | 2 | -3/+3 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-20 | 1 | -0/+4 |
* | Prevent very small allocation in Str.c | Tatsuya Kinoshita | 2021-03-20 | 1 | -10/+20 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-19 | 1 | -0/+4 |
* | Decrease STR_SIZE_MAX to prevent large memory usage | Tatsuya Kinoshita | 2021-03-19 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+7 |
* | Include unistd.h for getpid() and unlink() in fuzzer | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+1 |
* | Call wtf_init() in fuzzing | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+8 |
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-11 | 1 | -0/+7 |