CVS log for ports/japanese/FreeWnn-server/files/patch-Wnn-jserver-initjserv.c
Up to [FreeBSD] / ports / japanese / FreeWnn-server / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 2 14:47:19 2010 UTC (2 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
- Improve buffer management. This change should fix issues on amd64.
- Fix daemonizing part. It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts. Plus,
wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 2 23:08:15 2009 UTC (3 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4 lines
- Use RFC 2553 API for AF_INET[46] socket handling. - Fix several potential buffer overflows. - Add missing "listenaddr ::1" to cserverc. - Add WITHOUT_INET6 handling.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 2 11:49:48 2009 UTC (3 years, 1 month ago) by hrs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +27 -14 lines
- Enable IPv6 support. - Add multiple "listenaddr" support. The jserverrc now understands the following statements: listenaddr 127.0.0.1 listenaddr ::1 The option "-a <listenaddr>" can also be specified more than once. Currently the maximum number of listen addresses is 256. - SIGINT is no longer hooked when the -D (not daemonize, primarily for debugging) flag is specified. - Add --unix, long opt counterpart of -u.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 30 07:43:17 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +20 -4 lines
- Add "-a ADDR" option to jserver and "listenaddr" directive to jserverrc. This specifies listen address of the INET socket. Note that the default value is set as 127.0.0.1. If you need the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in $wnn_flags or modify jserverrc. - Fix a buffer overflow when very long file name is specified in the -f option. - Fix a typo in CONFIGURE_ARGS and COMMENT. - Rename a patch file (patch-Wnn-jd-serverdef).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 7 10:46:19 2005 UTC (6 years, 2 months ago) by hrs
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
- Update to 1.1.1-a021. - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files.
