aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogTatsuya Kinoshita2021-04-171-0/+9
|
* Update PO stringsTatsuya Kinoshita2021-04-175-386/+406
|
* New option localhost_only to restrict connections only to localhostTatsuya Kinoshita2021-04-173-0/+8
| | | | Bug-Debian: https://github.com/tats/w3m/issues/117
* Update ChangeLogTatsuya Kinoshita2021-04-101-1/+14
|
* Update PO stringsTatsuya Kinoshita2021-04-105-488/+511
|
* New option cross_origin_referer to use origin only RefererTatsuya Kinoshita2021-04-103-2/+34
|
* Don't include username in RefererTatsuya Kinoshita2021-04-103-23/+19
|
* Don't set Referer when data URI schemeTatsuya Kinoshita2021-04-102-3/+5
|
* Update ChangeLogTatsuya Kinoshita2021-04-051-0/+12
|
* Use Strcatc and Strnulterm in base64_encodeTatsuya Kinoshita2021-04-051-11/+16
|
* New macro Strcatc and StrnultermTatsuya Kinoshita2021-04-051-0/+2
|
* Merge pull request #177 from bptato/inlineimagesTatsuya Kinoshita2021-04-054-108/+82
|\ | | | | Kitty inline image & base64 encoding fixes
| * Return Str from base64_encode, fix extraction of first gif frame for ↵bptato2021-04-044-108/+82
|/ | | | animations in put_image_kitty
* Update ChangeLogTatsuya Kinoshita2021-04-031-0/+5
|
* Limit size and number of tables to prevent integer overflowTatsuya Kinoshita2021-04-033-7/+27
|
* Update ChangeLogTatsuya Kinoshita2021-03-301-0/+9
|
* Treat table height as int instead of shortTatsuya Kinoshita2021-03-302-8/+41
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
* Treat textlist item number as int instead of shortTatsuya Kinoshita2021-03-304-8/+17
| | | | cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
* Update ChangeLogTatsuya Kinoshita2021-03-291-0/+7
|
* Prevent GC warnings of repeated allocationTatsuya Kinoshita2021-03-291-0/+2
| | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746701 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832407 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862382
* Update ChangeLogTatsuya Kinoshita2021-03-271-0/+4
|
* Fix potential integer overflow in allocStrTatsuya Kinoshita2021-03-271-0/+2
|
* Update ChangeLogTatsuya Kinoshita2021-03-261-0/+6
|
* Ignore the "-" option to accept `w3m -` as "read from stdin"Tatsuya Kinoshita2021-03-261-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/87
* Update ChangeLogTatsuya Kinoshita2021-03-251-0/+6
|
* Explicitly call GC_gcollect() in fuzzerTatsuya Kinoshita2021-03-251-0/+6
|
* Prevent memory leak in fuzzerTatsuya Kinoshita2021-03-251-9/+11
|
* Update ChangeLogTatsuya Kinoshita2021-03-231-0/+9
|
* Reduce memory reallocation due to StrgrowTatsuya Kinoshita2021-03-231-1/+5
|
* Prevent unneeded memory allocation for language tags in libwcTatsuya Kinoshita2021-03-231-1/+6
| | | | | cf. https://oss-fuzz.com/testcase-detail/6275874304425984 Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397
* Update ChangeLogTatsuya Kinoshita2021-03-221-0/+6
|
* Prevent very long language tag in libwcTatsuya Kinoshita2021-03-221-2/+4
| | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32229
* Update ChangeLogTatsuya Kinoshita2021-03-211-0/+6
|
* Check STR_SIZE_MAX in Strcat_charTatsuya Kinoshita2021-03-212-3/+3
|
* Update ChangeLogTatsuya Kinoshita2021-03-201-0/+4
|
* Prevent very small allocation in Str.cTatsuya Kinoshita2021-03-201-10/+20
|
* Update ChangeLogTatsuya Kinoshita2021-03-191-0/+4
|
* Decrease STR_SIZE_MAX to prevent large memory usageTatsuya Kinoshita2021-03-191-1/+1
|
* Update ChangeLogTatsuya Kinoshita2021-03-141-0/+7
|
* Include unistd.h for getpid() and unlink() in fuzzerTatsuya Kinoshita2021-03-141-0/+1
|
* Call wtf_init() in fuzzingTatsuya Kinoshita2021-03-141-0/+8
|
* Update ChangeLogTatsuya Kinoshita2021-03-111-0/+7
|
* Prevent index overflow due to tag_map in libwcTatsuya Kinoshita2021-03-112-5/+5
| | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31936
* Update ChangeLogTatsuya Kinoshita2021-03-061-0/+2
|
* Set GC_oom_fn in fuzzingTatsuya Kinoshita2021-03-061-0/+10
|
* Update ChangeLogTatsuya Kinoshita2021-03-061-0/+9
|
* Call GC_INIT() in fuzzingTatsuya Kinoshita2021-03-061-0/+8
|
* Merge pull request #174 from bptato/masterTatsuya Kinoshita2021-03-061-9/+16
|\ | | | | Fix file handle leaks in kitty and iTerm2 image display
| * Fix file handle leaks in kitty and iTerm2 image displaybptato2021-03-051-9/+16
|/
* Update ChangeLogTatsuya Kinoshita2021-03-041-0/+3
|