aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogTatsuya Kinoshita2014-06-231-0/+7
|
* Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-06-231-1/+1
|\
| * Update to 0.5.3+debian-16Tatsuya Kinoshita2014-06-231-1/+1
| |
* | Merge branch 'bug/weak-ciphers'Tatsuya Kinoshita2014-06-231-0/+1
|\ \
| * | Disable ciphers that use keys smaller than 128 bitsTatsuya Kinoshita2014-06-231-0/+1
| | | | | | | | | | | | Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1325674
* | | Merge branch 'bug/changelog'Tatsuya Kinoshita2014-01-041-0/+4
|\ \ \
| * | | Update ChangeLogTatsuya Kinoshita2014-01-041-0/+4
|/ / /
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-01-041-1/+1
|\ \ \ | | |/ | |/|
| * | Update to 0.5.3+debian-15Tatsuya Kinoshita2014-01-041-1/+1
| | |
* | | Merge branch 'bug/changelog'Tatsuya Kinoshita2014-01-031-0/+17
|\ \ \
| * | | Update ChangeLogTatsuya Kinoshita2014-01-031-0/+17
|/ / /
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-01-031-1/+1
|\| |
| * | Update to 0.5.3+debian-14Tatsuya Kinoshita2014-01-031-1/+1
| | |
* | | Merge branch 'bug/imlib2-config'Tatsuya Kinoshita2014-01-032-4/+10
|\ \ \
| * | | Use pkg-config to build with imlib2 1.4.6Tatsuya Kinoshita2014-01-032-4/+10
| | |/ | |/|
* | | Merge branch 'bug/doc-ascii'Tatsuya Kinoshita2014-01-033-8/+8
|\ \ \
| * | | Prefer US-ASCII rathar than Japanese encodings in English documentsTatsuya Kinoshita2014-01-033-8/+8
| |/ /
* | | Merge branch 'bug/manual-links'Tatsuya Kinoshita2013-12-272-4/+2
|\ \ \
| * | | Cleanup unusable links in MANUAL.htmlTatsuya Kinoshita2013-12-272-4/+2
| |/ / | | | | | | | | | Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517315
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2013-12-271-1/+1
|\ \ \ | | |/ | |/|
| * | Update to 0.5.3+debian-13+Tatsuya Kinoshita2013-12-271-1/+1
| | |
* | | Merge branch 'bug/changelog'Tatsuya Kinoshita2013-12-171-0/+83
|\ \ \
| * | | Update ChangeLogTatsuya Kinoshita2013-12-171-0/+83
|/ / /
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2013-12-171-1/+1
|\| |
| * | Update to 0.5.3+debian-13Tatsuya Kinoshita2013-12-171-1/+1
| | |
* | | Merge branch 'bug/autotools-config'Tatsuya Kinoshita2013-12-142-6/+15
|\ \ \
| * | | Update config.guess to 2013-06-10 with autotools-dev 20130810.1Tatsuya Kinoshita2013-12-141-1/+7
| | | |
| * | | Update config.sub to 2013-08-10 with autotools-dev 20130810.1Tatsuya Kinoshita2013-12-141-5/+8
| | | |
* | | | Merge branch 'bug/closedir'Tatsuya Kinoshita2013-12-071-0/+1
|\ \ \ \
| * | | | Fix a directory descriptor leak in loadLocalDirReinhard Max2013-12-071-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Patch from openSUSE on 2009-09-07. Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-closedir.patch Bug-Novell: https://bugzilla.novell.com/show_bug.cgi?id=531675
* | | | Merge branch 'bug/search-next'Tatsuya Kinoshita2013-12-071-0/+4
|\ \ \ \
| * | | | Fix crash after SEARCH_NEXTAIDA Shinra2013-12-071-0/+4
| |/ / / | | | | | | | | | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-search-next.patch>, [w3m-dev:04473] on 2013-12-07.
* | | | Merge branch 'bug/refresh-url'Tatsuya Kinoshita2013-11-101-3/+3
|\ \ \ \
| * | | | Add support for single quoted meta refresh URLPaul Boekholt2013-11-101-3/+3
| |/ / / | | | | | | | | | | | | Bug: https://sourceforge.net/p/w3m/patches/53/
* | | | Merge branch 'bug/openssl'Tatsuya Kinoshita2013-11-071-0/+8
|\ \ \ \
| * | | | Use SSL_MODE_RELEASE_BUFFERS if availableCristian Rodriguez2013-11-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Patch from openSUSE on 2012-11-12: https://build.opensuse.org/request/show/141054
| * | | | Use SSL_OP_NO_COMPRESSION if availableCristian Rodriguez2013-11-071-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 Kinoshita2013-10-152-5/+3
|\ \ \ \
| * | | | Depend on funcname.tab to fix parallel make issue of scriptsTatsuya Kinoshita2013-10-151-1/+1
| | | | |
| * | | | Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimgTatsuya Kinoshita2013-10-151-2/+2
| | | | |
| * | | | Revert "Fix parallel make issue"Tatsuya Kinoshita2013-10-151-2/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867.
* | | | | Merge branch 'bug/605761'Tatsuya Kinoshita2013-10-153-3/+3
|\ \ \ \ \
| * | | | | Explicitly add -lX11 to IMGX11LDFLAGS only when gtk2Tatsuya Kinoshita2013-10-152-2/+2
| | | | | |
| * | | | | Revert "Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5"Tatsuya Kinoshita2013-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7410954066d68ac2ad6aea638801714447321fec.
* | | | | | Merge branch 'bug/schemebug'Tatsuya Kinoshita2013-10-141-10/+21
|\ \ \ \ \ \
| * | | | | | Define schemeNumToName() to fix scheme bugAIDA Shinra2013-10-141-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 Kinoshita2013-10-1413-176/+436
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: istream.c main.c
| * | | | | | Workaround of GC crash on Cygwin64AIDA Shinra2013-10-1413-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 Kinoshita2013-10-141-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Update to 0.5.3+debian-12+Tatsuya Kinoshita2013-10-141-1/+1
| | | | | |