-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f3cef74
Showing
135 changed files
with
73,020 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
This FastCGI application library source and object code (the | ||
"Software") and its documentation (the "Documentation") are | ||
copyrighted by Open Market, Inc ("Open Market"). The following terms | ||
apply to all files associated with the Software and Documentation | ||
unless explicitly disclaimed in individual files. | ||
|
||
Open Market permits you to use, copy, modify, distribute, and license | ||
this Software and the Documentation for any purpose, provided that | ||
existing copyright notices are retained in all copies and that this | ||
notice is included verbatim in any distributions. No written | ||
agreement, license, or royalty fee is required for any of the | ||
authorized uses. Modifications to this Software and Documentation may | ||
be copyrighted by their authors and need not follow the licensing | ||
terms described here. If modifications to this Software and | ||
Documentation have new licensing terms, the new terms must be clearly | ||
indicated on the first page of each file where they apply. | ||
|
||
OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE | ||
SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN | ||
NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY | ||
DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE | ||
DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR | ||
CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR | ||
LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF | ||
SUCH DAMAGES. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS". | ||
OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR | ||
OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# | ||
# Makefile for FastCGI development kit | ||
# | ||
# $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $ | ||
# | ||
|
||
SUBDIRS = libfcgi cgi-fcgi examples include | ||
|
||
include_HEADERS = fcgi_config.h | ||
|
||
EXTRA_DIST = LICENSE.TERMS \ | ||
Makefile.nt \ | ||
cgi-fcgi/cgi-fcgi.mak \ | ||
examples/authorizer.mak \ | ||
examples/echo.mak \ | ||
examples/echox.mak \ | ||
examples/size.mak \ | ||
examples/echo-cpp.mak \ | ||
libfcgi/libfcgi.mak \ | ||
images/aplib-hd.gif \ | ||
images/divider.gif \ | ||
images/fcgi-hd.gif \ | ||
images/mail-hd.gif \ | ||
images/navbar.gif \ | ||
images/serv-hd.gif \ | ||
images/words-hd.gif \ | ||
include/fcgi_config_x86.h \ | ||
java/FCGIGlobalDefs.java \ | ||
java/FCGIInputStream.java \ | ||
java/FCGIInterface.java \ | ||
java/FCGIMessage.java \ | ||
java/FCGIOutputStream.java \ | ||
java/FCGIRequest.java \ | ||
libfcgi/os_unix.c \ | ||
libfcgi/os_win32.c \ | ||
perl/ChangeLog \ | ||
perl/FCGI.PL \ | ||
perl/FCGI.XL \ | ||
perl/MANIFEST \ | ||
perl/Makefile.PL \ | ||
perl/README \ | ||
perl/aclocal.m4 \ | ||
perl/configure \ | ||
perl/configure.in \ | ||
perl/echo.PL \ | ||
perl/fcgi_config.h.in \ | ||
perl/oldinterface.pod \ | ||
perl/remote.PL \ | ||
perl/threaded.PL \ | ||
perl/typemap \ | ||
perl/version.pm \ | ||
Win32/FastCGI.dsw \ | ||
Win32/authorizer.dsp \ | ||
Win32/cgifcgi.dsp \ | ||
Win32/echo-cpp.dsp \ | ||
Win32/echo.dsp \ | ||
Win32/echox.dsp \ | ||
Win32/libfcgi.dsp \ | ||
Win32/logdump.dsp \ | ||
Win32/size.dsp \ | ||
Win32/threaded.dsp \ | ||
doc/FCGI_Accept.3 \ | ||
doc/FCGI_Finish.3 \ | ||
doc/FCGI_SetExitStatus.3 \ | ||
doc/FCGI_StartFilterData.3 \ | ||
doc/cgi-fcgi.1 \ | ||
doc/fcgi-devel-kit.htm \ | ||
doc/fcgi-java.htm \ | ||
doc/fcgi-perf.htm \ | ||
doc/fcgi-perl.htm \ | ||
doc/fcgi-spec.html \ | ||
doc/fcgi-tcl.htm \ | ||
doc/omi-logo.gif \ | ||
doc/overview.html \ | ||
doc/www5-api-workshop.html \ | ||
doc/fastcgi-prog-guide/ap_guida.htm \ | ||
doc/fastcgi-prog-guide/ap_guide.htm \ | ||
doc/fastcgi-prog-guide/apaman.htm \ | ||
doc/fastcgi-prog-guide/ch1inta1.gif \ | ||
doc/fastcgi-prog-guide/ch1intra.gif \ | ||
doc/fastcgi-prog-guide/ch1intro.htm \ | ||
doc/fastcgi-prog-guide/ch2c.htm \ | ||
doc/fastcgi-prog-guide/ch3perl.htm \ | ||
doc/fastcgi-prog-guide/ch4tcl.htm \ | ||
doc/fastcgi-prog-guide/cover.htm \ | ||
doc/fastcgi-prog-guide/covera.gif \ | ||
doc/fastcgi-whitepaper/fastcgi.htm \ | ||
doc/fastcgi-whitepaper/img00001.gif \ | ||
doc/fastcgi-whitepaper/img00002.gif \ | ||
doc/fastcgi-whitepaper/img00003.gif | ||
|
Oops, something went wrong.