Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Merge pull request #6 from richq/static-checks | Tatsuya Kinoshita | 2015-08-06 | 5 | -21/+23 | |
|\ | | | | | Static checks | |||||
| * | Strnew_charp and co do not modify the char* input | Richard Quirk | 2015-07-25 | 2 | -16/+16 | |
| | | ||||||
| * | Close temp file if pipe open fails | Richard Quirk | 2015-07-25 | 1 | -2/+4 | |
| | | ||||||
| * | Avoid passing null to strlen | Richard Quirk | 2015-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | Initialise hidden_input to NULL | Richard Quirk | 2015-07-25 | 1 | -1/+1 | |
| | | | | | | | | This prevents a possible use of garbage value on line 3017. | |||||
| * | use pclose for pipe | Richard Quirk | 2015-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2015-08-04 | 1 | -3/+4 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2015-08-04 | 1 | -2/+10 | |
| | | ||||||
* | | Fix that SGR style mouse handler has off-by-one problem | IWAMOTO Kouichi | 2015-08-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | cf. https://github.com/tats/w3m/issues/5 Origin: https://gist.github.com/ttdoda/30c189a63d483beeb207 Bug: https://sourceforge.net/p/w3m/patches/65/ | |||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2015-07-31 | 1 | -1/+2 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2015-07-31 | 1 | -1/+1 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2015-07-31 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #4 from yshl/goodict.cgi | Tatsuya Kinoshita | 2015-07-31 | 1 | -10/+24 | |
|\ \ | |/ |/| | update Bonus/goodict.cgi | |||||
| * | modified: Bonus/goodict.cgi, update to the current URL | yshl | 2015-07-28 | 1 | -8/+21 | |
| | | ||||||
| * | modified: Bonus/goodict.cgi, use Encode.pm instead of NKF | yshl | 2015-07-28 | 1 | -2/+3 | |
|/ | ||||||
* | Update ChangeLogv0.5.3+git20150720 | Tatsuya Kinoshita | 2015-07-20 | 1 | -2/+9 | |
| | ||||||
* | Add short description to README | Tatsuya Kinoshita | 2015-07-20 | 1 | -0/+6 | |
| | ||||||
* | Mention GOPHER_PROXY and FTP_PROXY in the FAQ documents | Tatsuya Kinoshita | 2015-07-20 | 2 | -2/+2 | |
| | ||||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-07-05 | 1 | -22/+27 | |
| | ||||||
* | Mention HTTPS_PROXY in the FAQ documents | Tatsuya Kinoshita | 2015-07-05 | 2 | -2/+2 | |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791425 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-06-27 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #3 from yshl/certdata2pem | Tatsuya Kinoshita | 2015-06-27 | 1 | -0/+3 | |
|\ | | | | | Error of certdata2pem.rb in doc-jp/README.SSL | |||||
| * | modify certdata2pem.rb in doc-jp/README.SSL, assume the encoding of the ↵ | yshl | 2015-06-27 | 1 | -0/+3 | |
|/ | | | | certdata.txt to be UTF-8 | |||||
* | Update ChangeLogv0.5.3+git20150623 | Tatsuya Kinoshita | 2015-06-22 | 1 | -0/+5 | |
| | ||||||
* | Wrap the functions used by image.c in USE_IMAGE | Daniel Schepler | 2015-06-22 | 1 | -0/+2 | |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789539 | |||||
* | Update ChangeLogv0.5.3+git20150509 | Tatsuya Kinoshita | 2015-05-08 | 1 | -0/+5 | |
| | ||||||
* | Update examples of siteconf for twitter.com | Tatsuya Kinoshita | 2015-05-08 | 2 | -4/+4 | |
| | ||||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-05-03 | 1 | -0/+8 | |
| | ||||||
* | Correct GC version confirmation | Tatsuya Kinoshita | 2015-05-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2 from yshl/gc-7.1 | Tatsuya Kinoshita | 2015-05-03 | 1 | -1/+1 | |
|\ | | | | | modify GC version confirmation | |||||
| * | correct GC version confirmation | yshl | 2015-05-02 | 1 | -1/+1 | |
|/ |