Download List

项目描述

LibCGI is a simple to use and powerful library written from scratch to assist in the making of CGI appliactions in C. It has support for string manipulation, linked lists, cookies, sessions, GET and POST methods, and more.

系统要求

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.

2003-12-15 18:02
1.0

头文件进行了改组。 Makefile的内容主要是针对交叉编译。 cgi_send_header()现在服从正确的RFC。内存问题可能是固定的。已过时部分被拆除。增加的MD5支持。这主要版本巩固,真正安定的libcgi。
标签: Stable, Major bugfixes
The header files were reorganized. The Makefile
was updated for cross-compiling. cgi_send_header()
now obeys the RFC correctly. Possible memory
problems were fixed. Deprecated parts were
removed. MD5 support was added. This major release
consolidates LibCGI as really stable.

2003-03-13 17:19
0.8.2

FreeBSD和Solaris的编译问题和臭名昭著的cgi_end()错误是固定的。
标签: Stable, Minor bugfixes
FreeBSD and Solaris compilation problems and the infamous cgi_end() bug were fixed.

2002-12-30 17:32
0.8.1

Solaris的编制的问题,是固定的。非stantard C函数被替换。对已添加的MD5支持。各种源代码清理了,和其他一般的错误是固定的。
标签: Stable, Major bugfixes
Solaris compilation issues were fixed. Non-stantard C functions were replaced. Support for MD5 was added. Various source code cleanups were made, and other general bugs were fixed.

2002-10-21 20:26
0.8.0

解析器是完全改写。在一个base64函数指针错误是固定的。小型Makefile和编译器警告是固定的。支持C + +程序加入。
标签: Stable, Major bugfixes
The parser was completely rewritten. Pointer
mistakes in the base64 functions were fixed. Minor
Makefile and compiler warnings were fixed. Support
for C++ programs was added.

2002-07-02 19:38
0.7.5

大改进是在会议的支持,包括增加的cgi_session_save_path()和cgi_session_cookie_name()函数。处理base64编码与数据功能还增加了。可能出现的错误在特殊情况下,在解析URL参数,cookie和一些字符串函数已得到修复。
标签: Stable, Major feature enhancements
Big improvements were made in session support,
including the addition of the
cgi_session_save_path() and
cgi_session_cookie_name() functions. Functions
for handling data encoded with base64 were also
added. Bugs that may occur under special
circumstances while parsing URL parameters,
cookies, and some string functions have been
fixed.

Project Resources