skimo [Fri, 21 Sep 2001 15:05:19 +0000]
move topdir to automake
skimo [Thu, 20 Sep 2001 12:26:50 +0000]
document changes
skimo [Thu, 20 Sep 2001 12:26:37 +0000]
assume non pure build
skimo [Thu, 20 Sep 2001 12:00:23 +0000]
add LastCall method
skimo [Thu, 20 Sep 2001 11:07:36 +0000]
bump version
skimo [Thu, 20 Sep 2001 11:03:41 +0000]
fix reference counting
robs [Fri, 14 Sep 2001 19:43:26 +0000]
Remove FCGX_Shutdown and OS_Shutdown() - there is no immediate need so no point in exposing them.
skimo [Fri, 14 Sep 2001 17:40:30 +0000]
The socket thing again.
GetEnvironment for pure mode.
skimo [Fri, 14 Sep 2001 17:14:24 +0000]
use Config{sh}
robs [Thu, 6 Sep 2001 20:15:49 +0000]
handle int to pointer conversion properly
robs [Thu, 6 Sep 2001 20:08:33 +0000]
Add
OS_Shutdown()
OS_ShutdownPending()
robs [Thu, 6 Sep 2001 20:07:53 +0000]
Only expose the shutdown functions.
Don't install a SIGTERM handler.
Fix shutownPending handlling in OS_Accept.
robs [Thu, 6 Sep 2001 20:06:37 +0000]
Only expose the shutdown functions.
robs [Thu, 6 Sep 2001 20:06:03 +0000]
Add
FCGX_Shutdown()
FCGX_ShutdownPending()
robs [Thu, 6 Sep 2001 15:53:12 +0000]
no message
robs [Thu, 6 Sep 2001 15:48:22 +0000]
If shutdownPending is set, fail out of AquireLock().
robs [Thu, 6 Sep 2001 13:07:56 +0000]
no message
robs [Thu, 6 Sep 2001 13:06:11 +0000]
Add shutdown flags and install signal handlers at lib init if there are not already handlers installed.
robs [Thu, 6 Sep 2001 12:16:34 +0000]
no message
robs [Tue, 4 Sep 2001 18:44:11 +0000]
Fix TCP socket accept handling that I broke in a previous commit.
robs [Tue, 4 Sep 2001 12:34:10 +0000]
Prevent MakeMaker from searching for the winsock2 library - it was found by the linker anyway. Gerald Richter [richter@ecos.de]
robs [Tue, 4 Sep 2001 11:29:17 +0000]
Remove the /Y option to copy - its not in/on NT4
skimo [Sat, 1 Sep 2001 13:09:20 +0000]
Remove configure{,.in} from MANIFEST.
Include install.sh in distribution (needed by configure).
skimo [Sat, 1 Sep 2001 13:08:26 +0000]
use standard T_PTROBJ typemaps
skimo [Sat, 1 Sep 2001 13:07:28 +0000]
revert socket option patch
robs [Sat, 1 Sep 2001 02:55:48 +0000]
copy the dist1 files down when building from under the devkit.
robs [Sat, 1 Sep 2001 02:47:28 +0000]
rerun... to remove bloody carriage returns
robs [Sat, 1 Sep 2001 02:35:28 +0000]
Updates as a result of fcgi_config.h.in updates.
robs [Sat, 1 Sep 2001 01:16:13 +0000]
New autoconf/autoheader run.
robs [Sat, 1 Sep 2001 01:14:28 +0000]
semantics
robs [Sat, 1 Sep 2001 01:12:26 +0000]
Remove #define of NULL
robs [Sat, 1 Sep 2001 01:11:43 +0000]
Remove the recursive behaviour that caused an nmake on the library.
robs [Sat, 1 Sep 2001 01:09:30 +0000]
Rename the PP conditional for the fileno() prototype to HAVE_FILENO_PROTO.
robs [Sat, 1 Sep 2001 01:06:58 +0000]
Add the .exe extension when appropriate to the clean target.
Don't build threaded.c if pthread lib isn't available.
robs [Sat, 1 Sep 2001 01:06:12 +0000]
Add the .exe extension when appropriate to the clean target.
robs [Sat, 1 Sep 2001 00:57:59 +0000]
Use 3 arg version of AC_DEFINE.
Escape all macro tokens.
Remove the ansi and pedantic args to gcc.
robs [Sat, 1 Sep 2001 00:56:45 +0000]
Break out the clean target and establish a dependency on fcgi_config.h
robs [Sat, 1 Sep 2001 00:55:26 +0000]
Remove acconfig from the distribution file list - the use of accconfig.h is deprecated in favour of the 3 argument version of AC_DEFINE (and others).
robs [Sat, 1 Sep 2001 00:54:49 +0000]
Remove obsolete file - the use of accconfig is deprecated in favour of the 3 argument version of AC_DEFINE (and others).
robs [Fri, 31 Aug 2001 14:40:42 +0000]
Remove SampleStore from distribution. I don't know that its really added much WRT helping folks, it doesn't build on Win and it depends on a chunk of TCL library code.
robs [Fri, 31 Aug 2001 14:33:05 +0000]
Remove SampleStore from distribution. I don't know that its really added much WRT helping folks, it doesn't build on Win and it depends on a chunk of TCL library code.
robs [Fri, 31 Aug 2001 13:51:44 +0000]
Rewrite based on latest project file.
robs [Fri, 31 Aug 2001 13:49:01 +0000]
Rename and rewrite echo2 -> echox
robs [Fri, 31 Aug 2001 13:47:44 +0000]
no message
robs [Fri, 31 Aug 2001 13:47:28 +0000]
Repace the build batch files with an nmake Makefile.
robs [Thu, 30 Aug 2001 22:27:51 +0000]
Remove uneeded code that was causing gcc to warn
robs [Thu, 30 Aug 2001 22:26:04 +0000]
New run of autoheader - really this time.
robs [Thu, 30 Aug 2001 22:24:05 +0000]
New run of autoheader.
robs [Thu, 30 Aug 2001 22:19:23 +0000]
Changes that are the result of the OMI_CONFIG being removed from configure.in.
robs [Thu, 30 Aug 2001 22:13:40 +0000]
Win makefiles don't need to be built by configure.
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.
robs [Thu, 30 Aug 2001 22:09:21 +0000]
Add configure and configure.in to the distribution fileset.
robs [Thu, 30 Aug 2001 22:08:44 +0000]
configure and configure.in are now copied down from above.
robs [Thu, 30 Aug 2001 22:07:22 +0000]
no message
robs [Thu, 30 Aug 2001 14:36:30 +0000]
Added check for ssize_t.
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).
robs [Thu, 30 Aug 2001 14:32:38 +0000]
Add
AC_CHECK_TYPE(ssize_t, int)
robs [Thu, 30 Aug 2001 02:52:22 +0000]
Revert last commit - put acconfig.h back into the dist target.
robs [Thu, 30 Aug 2001 02:46:04 +0000]
Update based on a new autoheader run against configure.in.
robs [Thu, 30 Aug 2001 02:40:05 +0000]
Put back a revised version - its used by autoheader.
robs [Thu, 30 Aug 2001 02:21:25 +0000]
Remove uneccesary checks.
robs [Thu, 30 Aug 2001 02:19:30 +0000]
Remove reference to obsolete file - acconfig.h.
robs [Thu, 30 Aug 2001 02:18:38 +0000]
Remove obsolete lines (refering to examples/perl and examples/tclsh subdirectories).
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.
robs [Thu, 30 Aug 2001 02:15:09 +0000]
Remove obsolete files.
robs [Thu, 30 Aug 2001 02:14:14 +0000]
Update to the install.sh provided with autoconf 2.52
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.
robs [Wed, 29 Aug 2001 18:53:12 +0000]
autoconf 2.52 update and check for limits.h
robs [Wed, 29 Aug 2001 18:49:18 +0000]
Update to autoconf 2.52.
robs [Wed, 29 Aug 2001 18:43:30 +0000]
Add a check for limits.h
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
robs [Tue, 28 Aug 2001 19:22:41 +0000]
Ignore fcgi_config.h
robs [Tue, 28 Aug 2001 19:21:15 +0000]
Ignore FcgiBin directory
robs [Tue, 28 Aug 2001 19:19:48 +0000]
Ignore Debug and Release directories.
robs [Tue, 28 Aug 2001 19:17:43 +0000]
Ignore editor files and the blib directory
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).
robs [Tue, 28 Aug 2001 19:06:50 +0000]
Fix the return type on FCGI_Flush from int to void.
robs [Tue, 28 Aug 2001 17:23:30 +0000]
Win32 lib makefile update (based on the latest project file).
robs [Mon, 27 Aug 2001 19:54:30 +0000]
Fix a broken declaration.
robs [Mon, 27 Aug 2001 19:52:49 +0000]
Remove references to files that have been removed from the kit.
skimo [Wed, 22 Aug 2001 17:20:20 +0000]
allow file handle Request socket argument
robs [Fri, 22 Jun 2001 19:09:59 +0000]
check to see if the SampleStore dirs exist before trying to create them
robs [Fri, 22 Jun 2001 16:19:14 +0000]
cleanup and remove obsolete files
robs [Fri, 22 Jun 2001 15:27:28 +0000]
Remove fcgiappmisc.h
robs [Fri, 22 Jun 2001 15:24:19 +0000]
Move the <io.h> inside a _WIN32 define.
robs [Fri, 22 Jun 2001 14:54:30 +0000]
Functionally equivelent compile options.
Remove fcgiappmisc.h from project.
robs [Fri, 22 Jun 2001 14:46:01 +0000]
Functionally equivelent - remove "/GX-" (exception handling) from compile options.
robs [Fri, 22 Jun 2001 14:38:59 +0000]
Remove #undef DLLAPI - not needed anymore
robs [Fri, 22 Jun 2001 14:28:29 +0000]
header juggling
robs [Fri, 22 Jun 2001 14:27:06 +0000]
Add DLLAPI define for win
robs [Fri, 22 Jun 2001 14:26:39 +0000]
Remove unneeded header includes.
robs [Fri, 22 Jun 2001 14:21:34 +0000]
Rename FreeStream -> FCGX_FreeStream and CreateWriter ->FCGX_CreateWriter (they're exported).
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).
robs [Fri, 22 Jun 2001 14:19:23 +0000]
Move fcgiappmisc.h into fcgiapp.h
robs [Fri, 22 Jun 2001 13:21:15 +0000]
Change the ordering on DLLAPI define, only define if not defined (unix case).
skimo [Fri, 22 Jun 2001 13:17:18 +0000]
extra argument for FCGX_Free
robs [Fri, 22 Jun 2001 13:15:10 +0000]
Remove DLLAPI define.
Change fcgiapp.h include from sytem to local.
robs [Fri, 22 Jun 2001 13:13:41 +0000]
Make str_dup static.
skimo [Fri, 22 Jun 2001 09:12:03 +0000]
Don't keep connection on failure.
robs [Fri, 22 Jun 2001 03:00:18 +0000]
Don't remove SHUTDOWN_EVENT from initial env.