Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bug/openssl' | Tatsuya Kinoshita | 2013-11-07 | 1 | -0/+8 |
|\ | |||||
| * | Use SSL_MODE_RELEASE_BUFFERS if available | Cristian Rodriguez | 2013-11-07 | 1 | -0/+5 |
| | | | | | | | | | | Patch from openSUSE on 2012-11-12: https://build.opensuse.org/request/show/141054 | ||||
| * | Use SSL_OP_NO_COMPRESSION if available | Cristian Rodriguez | 2013-11-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Due to the "CRIME attack" (CVE-2012-4929) HTTPS clients that negotiate TLS-level compression can be abused for MITM attacks. Patch from openSUSE on 2012-11-12: https://build.opensuse.org/request/show/141054 | ||||
* | | Merge branch 'bug/parallel-make' | Tatsuya Kinoshita | 2013-10-15 | 2 | -5/+3 |
|\ \ | |||||
| * | | Depend on funcname.tab to fix parallel make issue of scripts | Tatsuya Kinoshita | 2013-10-15 | 1 | -1/+1 |
| | | | |||||
| * | | Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimg | Tatsuya Kinoshita | 2013-10-15 | 1 | -2/+2 |
| | | | |||||
| * | | Revert "Fix parallel make issue" | Tatsuya Kinoshita | 2013-10-15 | 1 | -2/+0 |
| | | | | | | | | | | | | This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867. | ||||
* | | | Merge branch 'bug/605761' | Tatsuya Kinoshita | 2013-10-15 | 3 | -3/+3 |
|\ \ \ | |||||
| * | | | Explicitly add -lX11 to IMGX11LDFLAGS only when gtk2 | Tatsuya Kinoshita | 2013-10-15 | 2 | -2/+2 |
| | | | | |||||
| * | | | Revert "Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5" | Tatsuya Kinoshita | 2013-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This reverts commit 7410954066d68ac2ad6aea638801714447321fec. | ||||
* | | | | Merge branch 'bug/schemebug' | Tatsuya Kinoshita | 2013-10-14 | 1 | -10/+21 |
|\ \ \ \ | |||||
| * | | | | Define schemeNumToName() to fix scheme bug | AIDA Shinra | 2013-10-14 | 1 | -10/+21 |
| | |_|/ | |/| | | | | | | | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-schemebug.patch>, [w3m-dev:04470] on 2013-10-14. | ||||
* | | | | Merge branch 'bug/win64gc' | Tatsuya Kinoshita | 2013-10-14 | 13 | -176/+436 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: istream.c main.c | ||||
| * | | | | Workaround of GC crash on Cygwin64 | AIDA Shinra | 2013-10-14 | 13 | -176/+442 |
| |/ / / | | | | | | | | | | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14. | ||||
* | | | | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2013-10-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Update to 0.5.3+debian-12+ | Tatsuya Kinoshita | 2013-10-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'bug/cygwin-lang' | Tatsuya Kinoshita | 2013-10-14 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Fix paren in check_cygwin_console() | Jarek Czekalski | 2013-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://sourceforge.net/p/w3m/patches/66/ | ||||
* | | | | | | Merge branch 'bug/changelog' | Tatsuya Kinoshita | 2013-10-13 | 1 | -0/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update ChangeLog | Tatsuya Kinoshita | 2013-10-13 | 1 | -0/+42 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2013-10-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Update to 0.5.3+debian-12 | Tatsuya Kinoshita | 2013-10-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'bug/75527' | Tatsuya Kinoshita | 2013-10-13 | 4 | -29/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update document for the -s option change | Tatsuya Kinoshita | 2013-10-13 | 4 | -29/+12 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'bug/cygwin-lang' | Tatsuya Kinoshita | 2013-10-13 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Do not fail when LANG is not set | Tatsuya Kinoshita | 2013-10-13 | 1 | -1/+4 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check whether the value of LC_ALL, LC_CTYPE or LANG is not NULL in check_cygwin_console(). Bug: https://sourceforge.net/p/w3m/patches/66/ | ||||
* | | | | | | Merge branch 'bug/maxcol' | Tatsuya Kinoshita | 2013-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bump MAXCOL to 256 | Tatsuya Kinoshita | 2013-10-12 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Bug: https://sourceforge.net/p/w3m/feature-requests/24/ | ||||
* | | | | | | Merge branch 'feature/vim-like' | Tatsuya Kinoshita | 2013-10-12 | 2 | -0/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | vim/-perator like handling | Laurence Richert | 2013-10-12 | 2 | -0/+42 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - half page scrolling - jumping to elements numbered by getLinkNumberStr() from Karsten Schoelzel | ||||
* | | | | | | Merge branch 'bug/contact-list' | Tatsuya Kinoshita | 2013-10-12 | 2 | -6/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Mention project page rather than unavailable mailing lists | Tatsuya Kinoshita | 2013-10-12 | 2 | -6/+4 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'bug/readme-img-typo' | Tatsuya Kinoshita | 2013-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix typo | Rafael Laboissiere | 2013-10-12 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'bug/changelog' | Tatsuya Kinoshita | 2013-08-12 | 1 | -26/+47 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update ChangeLog to use contributor's name | Tatsuya Kinoshita | 2013-08-12 | 1 | -26/+47 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2013-08-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Update to 0.5.3+debian-11+ | Tatsuya Kinoshita | 2013-08-12 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'bug/changelog' | Tatsuya Kinoshita | 2013-08-08 | 1 | -0/+126 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Update ChangeLog | Tatsuya Kinoshita | 2013-08-08 | 1 | -0/+126 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Semi-automatically converted from Git commit logs. | ||||
* | | | | | | | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2013-08-08 | 1 | -1/+1 |
|\| | | | | | | |||||
| * | | | | | | Update to 0.5.3+debian-11 | Tatsuya Kinoshita | 2013-08-08 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'bug/strchop' | Tatsuya Kinoshita | 2013-08-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Check length for Strchop() | Tatsuya Kinoshita | 2013-08-04 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'bug/execdict' | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix potentially segfault of execdict() | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'feature/siteconf' | Tatsuya Kinoshita | 2013-08-04 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix segfault of loadGeneralFile() | Tatsuya Kinoshita | 2013-08-04 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718612 | ||||
* | | | | | | | | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Update to 0.5.3+debian-10+ | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
| | | | | | | | |