catagits/fcgi2.git
2001-06-22 robs Remove unneeded header includes.
2001-06-22 robs Rename FreeStream -> FCGX_FreeStream and CreateWriter...
2001-06-22 robs More bloody header/define juggling.
2001-06-22 robs Move fcgiappmisc.h into fcgiapp.h
2001-06-22 robs Change the ordering on DLLAPI define, only define if...
2001-06-22 skimo extra argument for FCGX_Free
2001-06-22 robs Remove DLLAPI define.
2001-06-22 robs Make str_dup static.
2001-06-22 skimo Don't keep connection on failure.
2001-06-22 robs Don't remove SHUTDOWN_EVENT from initial env.
2001-06-22 robs casts and arg touching to prevent warnings.
2001-06-21 robs Fix build settings.
2001-06-21 robs Add exe dependencies on lib.
2001-06-20 robs type changes, casts, and arg touching to prevent warnings.
2001-06-20 robs casts and initializers to prevent warnings.
2001-06-20 robs Touch args to avoid compiler warnings.
2001-06-20 robs Eliminate const on buffersize to eliminate a compiler...
2001-06-20 robs Header play
2001-06-20 robs A little header juggling.
2001-06-20 robs Revert isFCGI() to its original form - ignoring the...
2001-06-20 robs Remove page breaks.
2001-06-19 robs Remove a bogus check in last commit.
2001-06-19 robs header fiddling.
2001-06-19 robs These don't build (yet) under Win so exclude them.
2001-06-19 robs This is a generated file and shouldn't be under source...
2001-06-19 robs Fix includes.
2001-06-19 robs Fix includes.
2001-06-19 robs Add fcgiappmisc.h back in.
2001-06-19 robs Add configure related status files.
2001-06-19 robs Add editor backup files.
2001-06-19 robs renamed libfcgi.dsp
2001-06-19 robs Add the examples
2001-06-19 robs no message
2001-06-19 robs no message
2001-06-19 robs tiny-authorizer renamed authorizer
2001-06-19 robs These are clutter and with the "self-start" feature...
2001-06-19 robs Rename echo2 -> echo-x
2001-06-19 robs These don't serve any purpose. The echo examples are...
2001-06-19 robs no message
2001-06-18 robs Add WIN32_LEAN_AND_MEAN to WIN defines
2001-06-18 robs Remove references in the comments to fcgio2.h.
2001-06-18 robs Add windows.h to pickup GetLastError, etc.
2001-06-18 robs Remove a bunch of includes that don't belong here.
2001-06-18 robs Need <limits.h>
2001-06-18 robs Remove FALSE/TRUE defines - they're picked up in fcgimi...
2001-06-18 robs Header file juggling.
2001-06-18 robs Remove unneeded include of <io.h>
2001-06-08 skimo allow pecification of purity on command line
2001-06-07 skimo fix length calculation in pure perl version
2001-06-06 robs Try and find an open slot in the fdTable if the fd...
2001-06-05 skimo work around problem in earlier MakeMakers
2001-06-03 robs Check for NULL args. Eric Sit [esit@MIT.EDU]
2001-05-14 robs Minor cleanup (more needed).
2001-05-14 robs Fix some broken links.
2001-04-30 skimo attempt at better explaining OpenSocket
2001-04-30 skimo bind to non-INADDR_ANY for TCP/IP
2001-03-31 robs Clean up and remove some useless code.
2001-03-30 robs Protect write access to the fdTable. Wolfgang Meisl...
2001-03-28 skimo Don't try to compile anything on pure perl build
2001-03-27 robs Remove page breaks.
2001-03-27 robs no message
2001-03-27 robs Clear errno before calling getpeername() to determine...
2001-03-27 skimo add BINMODE method and comment on socket perms
2001-03-27 robs Cleaned up OS_CreateLocalIpcFd() and OS_FcgiConnect().
2001-03-26 robs Add support the shutdown Event.
2000-12-31 skimo 0.59 release
2000-12-31 skimo pure perl implementation
2000-12-26 skimo forgot to add remote.PL to the repository
2000-12-14 skimo echo.fpl was still using the old interface
2000-12-11 skimo copy win32 configuration file instead of moving it
2000-11-14 skimo do close when not bound;0.58 release
2000-11-12 skimo 0.57 release
2000-11-12 skimo document backlog and warn on incorrect use of accept
2000-11-05 skimo use FCGX_Free
2000-11-05 robs set ipcFd = -1 in FCGX_InitRequest()
2000-11-05 robs Set ipcFd = -1 when an error occurs and ipcFd is closed
2000-11-05 robs Provide FCGX_Free().
2000-11-03 skimo warn handler fix; 0.56 release
2000-11-01 skimo add warning when in devkit and library hasn't been...
2000-11-01 skimo IsFastCGI
2000-11-01 skimo GetHandle and GetEnvironment
2000-10-30 robs Handle malloc failures in FCGI_OpenFromFILE() properly...
2000-10-18 skimo 0.55 release
2000-10-18 skimo o small documentation fix
2000-10-08 skimo Version 0.54 changes
2000-10-02 robs Eliminate String methods and constructor deprecation...
2000-10-02 robs tweak for gcc 2.96 (RH7) [techprod@emumail.com]
2000-09-20 robs Fix a problem with ClientAddressList handling - jakub...
2000-08-26 robs *** empty log message ***
2000-08-26 robs Note potential bug when accept returns fds >32. ernst...
2000-08-26 robs Fix bug in OS_Close() (when accept returns fds >8)...
2000-08-10 robs Delete not needed M$ VC++ file.
2000-08-02 robs Reset in,parmsPtr to NULL when reading the request...
2000-08-02 robs assert -> ASSERT
2000-08-02 robs Set in,out,err,parmsPtr to NULL in FCGX_FClose(FCGX_Str...
2000-07-27 robs fix the #include fcgio.h
2000-07-21 robs Hi folks,
2000-07-10 skimo 0.53 release (fixes sfio)
2000-04-21 skimo Minor fixups
2000-04-09 skimo Document new interface.
next