aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogTatsuya Kinoshita2015-11-111-0/+9
|
* Add zh_CN and zh_TW TranslationsMingye Wang (Arthur2e5)2015-11-113-1/+1785
| | | | | | Please note that the zh_TW translation is machine-converted using OpenCC from zh_CN, and needs to be further polished by actual zh_TW speakers.
* Update ChangeLogTatsuya Kinoshita2015-10-231-0/+9
|
* Fix handling visuals and colormaps incorrectlyBwackNinja2015-10-231-4/+9
| | | | | | | cf. https://github.com/hut/ranger/issues/86 Origin: https://gist.github.com/BwackNinja/60a344730170f9ce2163 Bug-Arch: https://bugs.archlinux.org/task/46836 Bug: https://sourceforge.net/p/w3m/patches/72/
* Update ChangeLogv0.5.3+git20151010Tatsuya Kinoshita2015-10-101-0/+5
|
* Remove incomplete special_domain testsTatsuya Kinoshita2015-10-101-17/+0
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
* Update ChangeLogTatsuya Kinoshita2015-10-031-0/+6
|
* Do not use defined(%hash) in w3mhelp.cgiGaetan Bisson2015-10-031-1/+1
| | | | | Origin: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/w3m&id=d9e0a4f0b461c9e2177cd9e64a10581386650503 Bug-Arch: https://bugs.archlinux.org/task/45608
* Update ChangeLogTatsuya Kinoshita2015-09-061-0/+11
|
* Do not use C99-style commentsTatsuya Kinoshita2015-09-061-3/+3
|
* Mitigate issue #16 found by @kcwuDavid Crosby2015-09-061-9/+11
|
* Fix stack overflow found by @kcwuDavid Crosby2015-09-061-2/+2
|
* Update ChangeLogTatsuya Kinoshita2015-08-211-0/+7
|
* Fix unknown key in keymap.lynxTatsuya Kinoshita2015-08-212-2/+2
| | | | | Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144 Bug: https://sourceforge.net/p/w3m/bugs/48/
* Update ChangeLogv0.5.3+git20150811Tatsuya Kinoshita2015-08-111-0/+61
|
* Merge branch 'bug/sw3m'Tatsuya Kinoshita2015-08-1123-69/+69
|\
| * Check for presence of prevl before usingDavid Crosby2015-08-111-2/+4
| |
| * Adjust UFclose to remove false positive of CWE-481David Crosby2015-08-111-1/+1
| |
| * Move sockent for splintDavid Crosby2015-08-111-1/+1
| |
| * Use unsigned int for max_countDavid Crosby2015-08-111-1/+1
| |
| * Add missing comparision that made if always trueDavid Crosby2015-08-111-1/+1
| |
| * Use fgetc in while loops, use int instead of charDavid Crosby2015-08-111-10/+4
| |
| * Adjust len to size_tDavid Crosby2015-08-111-1/+1
| |
| * Check return value of renameDavid Crosby2015-08-111-1/+6
| |
| * Adjust while loopDavid Crosby2015-08-111-1/+2
| |
| * Check dup call for errorsDavid Crosby2015-08-111-2/+4
| |
| * Remove unused valueDavid Crosby2015-08-111-1/+0
| |
| * dup can give a negative valueDavid Crosby2015-08-111-1/+5
| |
| * use int for cDavid Crosby2015-08-111-1/+1
| |
| * Initialize new_tabwidth at declarationDavid Crosby2015-08-111-1/+1
| |
| * Remove overflow on readlinkDavid Crosby2015-08-111-1/+1
| |
| * Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-119-22/+3
| |
| * Move fclose to fix dereference after null check (Coverity)David Crosby2015-08-111-1/+1
| |
| * Fix resource leak in AuthDigestCredDavid Crosby2015-08-111-1/+3
| |
| * Fix resource leak in readBufferCacheDavid Crosby2015-08-111-0/+1
| |
| * Fix resource leak in load_cookiesDavid Crosby2015-08-111-10/+10
| |
| * Fix resource leakDavid Crosby2015-08-111-1/+3
| |
| * Fix resource leakDavid Crosby2015-08-111-0/+1
| |
| * Fix resource leak and a null return value dereferenceDavid Crosby2015-08-111-1/+5
| |
| * Fix a divide-by-zeroDavid Crosby2015-08-111-4/+6
| |
| * Change total_dot_number to unsigned intDavid Crosby2015-08-111-3/+3
| |
| * Free tmpDavid Crosby2015-08-111-0/+1
| |
| * Remove unreachable returnDavid Crosby2015-08-111-1/+0
|/
* Update ChangeLogTatsuya Kinoshita2015-08-091-2/+7
|
* http requests: use Content-Length instead of Content-lengthAlan Grow2015-08-091-4/+4
|
* Update ChangeLogTatsuya Kinoshita2015-08-081-0/+20
|
* Support sgrmouse for skip_escseqEgmont Koblinger2015-08-081-0/+4
| | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
* Adjust comments for keymapsEgmont Koblinger2015-08-081-5/+5
| | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
* Support sgrmouse for Lynx-like key bindingTatsuya Kinoshita2015-08-081-1/+1
| | | | cf. https://sourceforge.net/p/w3m/patches/65/
* Support SGR style mouse handler for menuIWAMOTO Kouichi2015-08-081-1/+45
| | | | | | cf. https://github.com/tats/w3m/issues/5 Origin: https://gist.github.com/ttdoda/83fbcf676a21da28432b Bug: https://sourceforge.net/p/w3m/patches/65/