22 years agoChanges that are the result of the OMI_CONFIG being removed from configure.in.
robs [Thu, 30 Aug 2001 22:19:23 +0000]
Changes that are the result of the OMI_CONFIG being removed from configure.in.

22 years agoWin makefiles don't need to be built by configure.
robs [Thu, 30 Aug 2001 22:13:40 +0000]
Win makefiles don't need to be built by configure.

22 years agoMake configure capable of being used here or from inside the perl directory.
robs [Thu, 30 Aug 2001 22:13:01 +0000]
Make configure capable of being used here or from inside the perl directory.

Add stuff that was in the OMI_CONFIG:

ssize_t, const, inline, SYSTEM, L, CCDEFS, OBJEXT

Remove the building of the win makefiles.

22 years agoAdd configure and configure.in to the distribution fileset.
robs [Thu, 30 Aug 2001 22:09:21 +0000]
Add configure and configure.in to the distribution fileset.

22 years agoconfigure and configure.in are now copied down from above.
robs [Thu, 30 Aug 2001 22:08:44 +0000]
configure and configure.in are now copied down from above.

22 years agono message
robs [Thu, 30 Aug 2001 22:07:22 +0000]
no message

22 years agoAdded check for ssize_t.
robs [Thu, 30 Aug 2001 14:36:30 +0000]
Added check for ssize_t.

22 years agoPut the name of the file in the comment because autoheader copies it into fcgi_config...
robs [Thu, 30 Aug 2001 14:34:37 +0000]
Put the name of the file in the comment because autoheader copies it into fcgi_config.h (and would otherwise be confusing).

22 years agoAdd
robs [Thu, 30 Aug 2001 14:32:38 +0000]
Add

AC_CHECK_TYPE(ssize_t, int)

22 years agoRevert last commit - put acconfig.h back into the dist target.
robs [Thu, 30 Aug 2001 02:52:22 +0000]
Revert last commit - put acconfig.h back into the dist target.

22 years agoUpdate based on a new autoheader run against configure.in.
robs [Thu, 30 Aug 2001 02:46:04 +0000]
Update based on a new autoheader run against configure.in.

22 years agoPut back a revised version - its used by autoheader.
robs [Thu, 30 Aug 2001 02:40:05 +0000]
Put back a revised version - its used by autoheader.

22 years agoRemove uneccesary checks.
robs [Thu, 30 Aug 2001 02:21:25 +0000]
Remove uneccesary checks.

22 years agoRemove reference to obsolete file - acconfig.h.
robs [Thu, 30 Aug 2001 02:19:30 +0000]
Remove reference to obsolete file - acconfig.h.

22 years agoRemove obsolete lines (refering to examples/perl and examples/tclsh subdirectories).
robs [Thu, 30 Aug 2001 02:18:38 +0000]
Remove obsolete lines (refering to examples/perl and examples/tclsh subdirectories).

22 years agoRemove dependency on OMI_CONFIG (unavailable) by reverse engineering configure. ...
robs [Thu, 30 Aug 2001 02:16:51 +0000]
Remove dependency on OMI_CONFIG (unavailable) by reverse engineering configure.  Hopefully I got everything.

Update to autoconf 2.52.

22 years agoRemove obsolete files.
robs [Thu, 30 Aug 2001 02:15:09 +0000]
Remove obsolete files.

22 years agoUpdate to the install.sh provided with autoconf 2.52
robs [Thu, 30 Aug 2001 02:14:14 +0000]
Update to the install.sh provided with autoconf 2.52

22 years agoWhen building under devkit, copy needed devkit files down instead of using lib built...
robs [Wed, 29 Aug 2001 18:57:44 +0000]
When building under devkit, copy needed devkit files down instead of using lib built from above.

Under Win32, define DLLAPI to eliminate link warnings.

22 years agoautoconf 2.52 update and check for limits.h
robs [Wed, 29 Aug 2001 18:53:12 +0000]
autoconf 2.52 update and check for limits.h

22 years agoUpdate to autoconf 2.52.
robs [Wed, 29 Aug 2001 18:49:18 +0000]
Update to autoconf 2.52.

22 years agoAdd a check for limits.h
robs [Wed, 29 Aug 2001 18:43:30 +0000]
Add a check for limits.h

22 years agoIgnore:
robs [Tue, 28 Aug 2001 19:26:21 +0000]
Ignore:

*.old
*.fpl
FCGI.c FCGI.bs FCGI.cfg FCGI.def FCGI.pm FCGI.xs
Makefile
pm_to_blib
*.obj

22 years agoIgnore fcgi_config.h
robs [Tue, 28 Aug 2001 19:22:41 +0000]
Ignore fcgi_config.h

22 years agoIgnore FcgiBin directory
robs [Tue, 28 Aug 2001 19:21:15 +0000]
Ignore FcgiBin directory

22 years agoIgnore Debug and Release directories.
robs [Tue, 28 Aug 2001 19:19:48 +0000]
Ignore Debug and Release directories.

22 years agoIgnore editor files and the blib directory
robs [Tue, 28 Aug 2001 19:17:43 +0000]
Ignore editor files and the blib directory

22 years agoSupport building from the devkit on Win32 when the libfcgi was built into Release...
robs [Tue, 28 Aug 2001 19:14:21 +0000]
Support building from the devkit on Win32 when the libfcgi was built into Release/Debug directories.

Always create  the FCGI.c file and remove the xs file under Win32 (even if building under the devkit).

22 years agoFix the return type on FCGI_Flush from int to void.
robs [Tue, 28 Aug 2001 19:06:50 +0000]
Fix the return type on FCGI_Flush from int to void.

22 years agoWin32 lib makefile update (based on the latest project file).
robs [Tue, 28 Aug 2001 17:23:30 +0000]
Win32 lib makefile update (based on the latest project file).

22 years agoFix a broken declaration.
robs [Mon, 27 Aug 2001 19:54:30 +0000]
Fix a broken declaration.

22 years agoRemove references to files that have been removed from the kit.
robs [Mon, 27 Aug 2001 19:52:49 +0000]
Remove references to files that have been removed from the kit.

22 years agoallow file handle Request socket argument
skimo [Wed, 22 Aug 2001 17:20:20 +0000]
allow file handle Request socket argument

22 years agocheck to see if the SampleStore dirs exist before trying to create them
robs [Fri, 22 Jun 2001 19:09:59 +0000]
check to see if the SampleStore dirs exist before trying to create them

22 years agocleanup and remove obsolete files
robs [Fri, 22 Jun 2001 16:19:14 +0000]
cleanup and remove obsolete files

22 years agoRemove fcgiappmisc.h
robs [Fri, 22 Jun 2001 15:27:28 +0000]
Remove fcgiappmisc.h

22 years agoMove the <io.h> inside a _WIN32 define.
robs [Fri, 22 Jun 2001 15:24:19 +0000]
Move the <io.h> inside a _WIN32 define.

22 years agoFunctionally equivelent compile options.
robs [Fri, 22 Jun 2001 14:54:30 +0000]
Functionally equivelent compile options.

Remove fcgiappmisc.h from project.

22 years agoFunctionally equivelent - remove "/GX-" (exception handling) from compile options.
robs [Fri, 22 Jun 2001 14:46:01 +0000]
Functionally equivelent - remove "/GX-" (exception handling)  from compile options.

22 years agoRemove #undef DLLAPI - not needed anymore
robs [Fri, 22 Jun 2001 14:38:59 +0000]
Remove #undef DLLAPI - not needed anymore

22 years agoheader juggling
robs [Fri, 22 Jun 2001 14:28:29 +0000]
header juggling

22 years agoAdd DLLAPI define for win
robs [Fri, 22 Jun 2001 14:27:06 +0000]
Add DLLAPI define for win

22 years agoRemove unneeded header includes.
robs [Fri, 22 Jun 2001 14:26:39 +0000]
Remove unneeded header includes.

22 years agoRename FreeStream -> FCGX_FreeStream and CreateWriter ->FCGX_CreateWriter (they're...
robs [Fri, 22 Jun 2001 14:21:34 +0000]
Rename FreeStream -> FCGX_FreeStream and CreateWriter ->FCGX_CreateWriter (they're exported).

22 years agoMore bloody header/define juggling.
robs [Fri, 22 Jun 2001 14:21:03 +0000]
More bloody header/define juggling.

Rename FreeStream -> FCGX_FreeStream and CreateWriter ->FCGX_CreateWriter (they're exported).

22 years agoMove fcgiappmisc.h into fcgiapp.h
robs [Fri, 22 Jun 2001 14:19:23 +0000]
Move fcgiappmisc.h into fcgiapp.h

22 years agoChange the ordering on DLLAPI define, only define if not defined (unix case).
robs [Fri, 22 Jun 2001 13:21:15 +0000]
Change the ordering on DLLAPI define, only define if not defined (unix case).

22 years agoextra argument for FCGX_Free
skimo [Fri, 22 Jun 2001 13:17:18 +0000]
extra argument for FCGX_Free

22 years agoRemove DLLAPI define.
robs [Fri, 22 Jun 2001 13:15:10 +0000]
Remove DLLAPI define.

Change fcgiapp.h include from sytem to local.

22 years agoMake str_dup static.
robs [Fri, 22 Jun 2001 13:13:41 +0000]
Make str_dup static.

22 years agoDon't keep connection on failure.
skimo [Fri, 22 Jun 2001 09:12:03 +0000]
Don't keep connection on failure.

22 years agoDon't remove SHUTDOWN_EVENT from initial env.
robs [Fri, 22 Jun 2001 03:00:18 +0000]
Don't remove SHUTDOWN_EVENT from initial env.

22 years agocasts and arg touching to prevent warnings.
robs [Fri, 22 Jun 2001 02:19:55 +0000]
casts and arg touching to prevent warnings.

22 years agoFix build settings.
robs [Thu, 21 Jun 2001 21:54:11 +0000]
Fix build settings.

22 years agoAdd exe dependencies on lib.
robs [Thu, 21 Jun 2001 21:52:35 +0000]
Add exe dependencies on lib.

22 years agotype changes, casts, and arg touching to prevent warnings.
robs [Wed, 20 Jun 2001 17:02:09 +0000]
type changes, casts, and arg touching to prevent warnings.

22 years agocasts and initializers to prevent warnings.
robs [Wed, 20 Jun 2001 16:50:02 +0000]
casts and initializers to prevent warnings.

22 years agoTouch args to avoid compiler warnings.
robs [Wed, 20 Jun 2001 16:08:51 +0000]
Touch args to avoid compiler warnings.

22 years agoEliminate const on buffersize to eliminate a compiler warning.
robs [Wed, 20 Jun 2001 16:05:55 +0000]
Eliminate const on buffersize to eliminate a compiler warning.

22 years agoHeader play
robs [Wed, 20 Jun 2001 16:05:00 +0000]
Header play

22 years agoA little header juggling.
robs [Wed, 20 Jun 2001 16:04:17 +0000]
A little header juggling.

Add a cast to eliminate a warning.

22 years agoRevert isFCGI() to its original form - ignoring the sock arg.
robs [Wed, 20 Jun 2001 02:01:51 +0000]
Revert isFCGI() to its original form - ignoring the sock arg.

22 years agoRemove page breaks.
robs [Wed, 20 Jun 2001 00:56:51 +0000]
Remove page breaks.

22 years agoRemove a bogus check in last commit.
robs [Tue, 19 Jun 2001 21:03:13 +0000]
Remove a bogus check in last commit.

22 years agoheader fiddling.
robs [Tue, 19 Jun 2001 17:49:26 +0000]
header fiddling.

22 years agoThese don't build (yet) under Win so exclude them.
robs [Tue, 19 Jun 2001 17:44:00 +0000]
These don't build (yet) under Win so exclude them.

22 years agoThis is a generated file and shouldn't be under source control.
robs [Tue, 19 Jun 2001 17:15:12 +0000]
This is a generated file and shouldn't be under source control.

22 years agoFix includes.
robs [Tue, 19 Jun 2001 17:12:01 +0000]
Fix includes.

22 years agoFix includes.
robs [Tue, 19 Jun 2001 17:11:39 +0000]
Fix includes.

Cleanup accept handling.

22 years agoAdd fcgiappmisc.h back in.
robs [Tue, 19 Jun 2001 16:18:14 +0000]
Add fcgiappmisc.h back in.

22 years agoAdd configure related status files.
robs [Tue, 19 Jun 2001 16:14:08 +0000]
Add configure related status files.

22 years agoAdd editor backup files.
robs [Tue, 19 Jun 2001 16:11:12 +0000]
Add editor backup files.

22 years agorenamed libfcgi.dsp
robs [Tue, 19 Jun 2001 16:06:16 +0000]
renamed libfcgi.dsp

22 years agoAdd the examples
robs [Tue, 19 Jun 2001 16:04:16 +0000]
Add the examples

22 years agono message
robs [Tue, 19 Jun 2001 16:01:45 +0000]
no message

22 years agono message
robs [Tue, 19 Jun 2001 15:47:39 +0000]
no message

22 years agotiny-authorizer renamed authorizer
robs [Tue, 19 Jun 2001 15:30:02 +0000]
tiny-authorizer renamed authorizer

22 years agoThese are clutter and with the "self-start" feature somewhat obsolete. The examples...
robs [Tue, 19 Jun 2001 15:19:41 +0000]
These are clutter and with the "self-start" feature somewhat obsolete.  The examples should be documented instead in the cgi-fcgi docs.

22 years agoRename echo2 -> echo-x
robs [Tue, 19 Jun 2001 15:06:16 +0000]
Rename echo2 -> echo-x

22 years agoThese don't serve any purpose. The echo examples are sufficient.
robs [Tue, 19 Jun 2001 14:57:50 +0000]
These don't serve any purpose.  The echo examples are sufficient.

22 years agono message
robs [Tue, 19 Jun 2001 12:50:10 +0000]
no message

22 years agoAdd WIN32_LEAN_AND_MEAN to WIN defines
robs [Mon, 18 Jun 2001 14:44:37 +0000]
Add WIN32_LEAN_AND_MEAN  to WIN defines

22 years agoRemove references in the comments to fcgio2.h.
robs [Mon, 18 Jun 2001 14:40:01 +0000]
Remove references in the comments to fcgio2.h.

Properly import the FCGX routines.

Change the fcgi_streambuf::buffer is initialized to a more compiler friendly format.

22 years agoAdd windows.h to pickup GetLastError, etc.
robs [Mon, 18 Jun 2001 14:28:01 +0000]
Add windows.h to pickup GetLastError, etc.

22 years agoRemove a bunch of includes that don't belong here.
robs [Mon, 18 Jun 2001 14:25:47 +0000]
Remove a bunch of includes that don't belong here.

22 years agoNeed <limits.h>
robs [Mon, 18 Jun 2001 14:25:09 +0000]
Need <limits.h>

22 years agoRemove FALSE/TRUE defines - they're picked up in fcgimisc.h if needed.
robs [Mon, 18 Jun 2001 14:24:28 +0000]
Remove FALSE/TRUE defines - they're picked up in fcgimisc.h if needed.

22 years agoHeader file juggling.
robs [Mon, 18 Jun 2001 14:15:51 +0000]
Header file juggling.

22 years agoRemove unneeded include of <io.h>
robs [Mon, 18 Jun 2001 14:10:30 +0000]
Remove unneeded include of <io.h>

23 years agoallow pecification of purity on command line
skimo [Fri, 8 Jun 2001 15:09:47 +0000]
allow pecification of purity on command line

23 years agofix length calculation in pure perl version
skimo [Thu, 7 Jun 2001 13:17:56 +0000]
fix length calculation in pure perl version

23 years agoTry and find an open slot in the fdTable if the fd is >WIN32_OPEN_MAX. Suggested...
robs [Wed, 6 Jun 2001 16:03:41 +0000]
Try and find an open slot in the fdTable if the fd is >WIN32_OPEN_MAX.  Suggested by Eric Sit [esit@MIT.EDU]

23 years agowork around problem in earlier MakeMakers
skimo [Tue, 5 Jun 2001 15:52:42 +0000]
work around problem in earlier MakeMakers

23 years agoCheck for NULL args. Eric Sit [esit@MIT.EDU]
robs [Sun, 3 Jun 2001 21:46:43 +0000]
Check for NULL args.  Eric Sit [esit@MIT.EDU]

23 years agoMinor cleanup (more needed).
robs [Mon, 14 May 2001 12:58:16 +0000]
Minor cleanup (more needed).

Fix some broken links.

23 years agoFix some broken links.
robs [Mon, 14 May 2001 12:56:56 +0000]
Fix some broken links.

23 years agoattempt at better explaining OpenSocket
skimo [Mon, 30 Apr 2001 15:35:18 +0000]
attempt at better explaining OpenSocket

23 years agobind to non-INADDR_ANY for TCP/IP
skimo [Mon, 30 Apr 2001 15:00:50 +0000]
bind to non-INADDR_ANY for TCP/IP
("James E Jurach Jr." <muaddib@fundsxpress.com>)

23 years agoClean up and remove some useless code.
robs [Sat, 31 Mar 2001 01:46:32 +0000]
Clean up and remove some useless code.

23 years agoProtect write access to the fdTable. Wolfgang Meisl [meisl@brainlab.com]
robs [Fri, 30 Mar 2001 16:49:22 +0000]
Protect write access to the fdTable.  Wolfgang Meisl [meisl@brainlab.com]