Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add zh_CN and zh_TW Translations | Mingye Wang (Arthur2e5) | 2015-11-11 | 3 | -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 ChangeLog | Tatsuya Kinoshita | 2015-10-23 | 1 | -0/+9 |
| | |||||
* | Fix handling visuals and colormaps incorrectly | BwackNinja | 2015-10-23 | 1 | -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+git20151010 | Tatsuya Kinoshita | 2015-10-10 | 1 | -0/+5 |
| | |||||
* | Remove incomplete special_domain tests | Tatsuya Kinoshita | 2015-10-10 | 1 | -17/+0 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-10-03 | 1 | -0/+6 |
| | |||||
* | Do not use defined(%hash) in w3mhelp.cgi | Gaetan Bisson | 2015-10-03 | 1 | -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 ChangeLog | Tatsuya Kinoshita | 2015-09-06 | 1 | -0/+11 |
| | |||||
* | Do not use C99-style comments | Tatsuya Kinoshita | 2015-09-06 | 1 | -3/+3 |
| | |||||
* | Mitigate issue #16 found by @kcwu | David Crosby | 2015-09-06 | 1 | -9/+11 |
| | |||||
* | Fix stack overflow found by @kcwu | David Crosby | 2015-09-06 | 1 | -2/+2 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-08-21 | 1 | -0/+7 |
| | |||||
* | Fix unknown key in keymap.lynx | Tatsuya Kinoshita | 2015-08-21 | 2 | -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+git20150811 | Tatsuya Kinoshita | 2015-08-11 | 1 | -0/+61 |
| | |||||
* | Merge branch 'bug/sw3m' | Tatsuya Kinoshita | 2015-08-11 | 23 | -69/+69 |
|\ | |||||
| * | Check for presence of prevl before using | David Crosby | 2015-08-11 | 1 | -2/+4 |
| | | |||||
| * | Adjust UFclose to remove false positive of CWE-481 | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Move sockent for splint | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Use unsigned int for max_count | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Add missing comparision that made if always true | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Use fgetc in while loops, use int instead of char | David Crosby | 2015-08-11 | 1 | -10/+4 |
| | | |||||
| * | Adjust len to size_t | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Check return value of rename | David Crosby | 2015-08-11 | 1 | -1/+6 |
| | | |||||
| * | Adjust while loop | David Crosby | 2015-08-11 | 1 | -1/+2 |
| | | |||||
| * | Check dup call for errors | David Crosby | 2015-08-11 | 1 | -2/+4 |
| | | |||||
| * | Remove unused value | David Crosby | 2015-08-11 | 1 | -1/+0 |
| | | |||||
| * | dup can give a negative value | David Crosby | 2015-08-11 | 1 | -1/+5 |
| | | |||||
| * | use int for c | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Initialize new_tabwidth at declaration | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Remove overflow on readlink | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Remove dead assignments flagged by Clang static analysis | David Crosby | 2015-08-11 | 9 | -22/+3 |
| | | |||||
| * | Move fclose to fix dereference after null check (Coverity) | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | Fix resource leak in AuthDigestCred | David Crosby | 2015-08-11 | 1 | -1/+3 |
| | | |||||
| * | Fix resource leak in readBufferCache | David Crosby | 2015-08-11 | 1 | -0/+1 |
| | | |||||
| * | Fix resource leak in load_cookies | David Crosby | 2015-08-11 | 1 | -10/+10 |
| | | |||||
| * | Fix resource leak | David Crosby | 2015-08-11 | 1 | -1/+3 |
| | | |||||
| * | Fix resource leak | David Crosby | 2015-08-11 | 1 | -0/+1 |
| | | |||||
| * | Fix resource leak and a null return value dereference | David Crosby | 2015-08-11 | 1 | -1/+5 |
| | | |||||
| * | Fix a divide-by-zero | David Crosby | 2015-08-11 | 1 | -4/+6 |
| | | |||||
| * | Change total_dot_number to unsigned int | David Crosby | 2015-08-11 | 1 | -3/+3 |
| | | |||||
| * | Free tmp | David Crosby | 2015-08-11 | 1 | -0/+1 |
| | | |||||
| * | Remove unreachable return | David Crosby | 2015-08-11 | 1 | -1/+0 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-08-09 | 1 | -2/+7 |
| | |||||
* | http requests: use Content-Length instead of Content-length | Alan Grow | 2015-08-09 | 1 | -4/+4 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-08-08 | 1 | -0/+20 |
| | |||||
* | Support sgrmouse for skip_escseq | Egmont Koblinger | 2015-08-08 | 1 | -0/+4 |
| | | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa | ||||
* | Adjust comments for keymaps | Egmont Koblinger | 2015-08-08 | 1 | -5/+5 |
| | | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa | ||||
* | Support sgrmouse for Lynx-like key binding | Tatsuya Kinoshita | 2015-08-08 | 1 | -1/+1 |
| | | | | cf. https://sourceforge.net/p/w3m/patches/65/ | ||||
* | Support SGR style mouse handler for menu | IWAMOTO Kouichi | 2015-08-08 | 1 | -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/ | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-08-06 | 1 | -0/+16 |
| |