Download List

项目描述

GoFish is a simple gopher/Web server. It is designed with security and low resource usage in mind. It uses a single process that handles all the connections. This provides low-resource usage, good latency, and good scalability. It also runs in a chroot environment. GoFish runs at root privilege only to accept incoming connections, and drops to a normal user at all other times.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-09 09:42
1.0

轻微错误修正了。
标签: Minor bugfixes
Minor bugfixes were made.

2003-05-25 08:14
0.29

这个版本主要是清理的HTML代码为HTTP网关的地鼠产生。由于大家的要求,您现在可以关闭的HTML文本文件的地鼠化。
标签: Minor feature enhancements
This release mainly cleans up the HTML code generated
by the gopher to HTTP gateway. Due to popular
request, you can now turn off the HTML-ization of
gopher text files.

2003-04-16 07:54
0.28

这个版本增加了madvise,修复了configure.in错字,删除了一些调试,替换一些goto方法while循环,并增加了运行时间的统计数据。
标签: Minor feature enhancements
This version adds madvise, fixes a typo in configure.in,
removes some debugs, replaces some gotos with while
loops, and adds uptime to stats.

2003-01-11 22:05
0.27

这是一个使用通话,而不是选择投票呼吁人民bugfix的释放。选择您使用的是如果下列任何一种情况:你是ARM处理器上运行,您正在运行的Mac OS X,或者您不确定HAVE_POLL。如果一个不完整的请求进来,超时机制的选择走进紧密循环并采取100%的CPU。
标签: Major bugfixes
This is a bugfix release for people using the select call rather than the poll call. You are using select if any of the following are true: you are running on an ARM processor, you are running Mac OS X, or you undefined HAVE_POLL. If an incomplete request came in, the select timeout mechanism went into a tight loop and took 100% of the CPU.

2002-12-17 06:53
0.26

一个是HTTP的配置选项是补充说,必须对Web服务器的设置。松散的联系,现在允许,外部网关将不以为可用的HTTP,在HTTP网关目录标题进行了修改,并记录了清理。
标签: Minor feature enhancements
An is-http config option was added, which must be set for Web servers. Looser links are now allowed, external gateway links do not assume that HTTP is available, the HTTP gateway directory headings were changed, and the logs were cleaned up.

Project Resources