catagits/fcgi2.git
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.
2000-03-27 robs Don't close stdout/stderr on init ...
2000-03-21 robs Put the RCS keyword '$Id: $' in each of the classes.
2000-03-21 robs Put the classes in the com.fastcgi package
2000-02-03 skimo move <sys/types.h> include in os_unix.c
2000-01-31 skimo detach/attach
1999-09-11 skimo die handler
1999-09-10 roberts Remove the Perl and TCL examples; examples exist in...
1999-08-27 roberts Write an empty STDIN PDU to indicate stdin EOF.
1999-08-27 roberts Couple of minor WIN32 tweaks suggested by
1999-08-27 skimo 0.48 release
1999-08-15 roberts Remove Win #include
1999-08-15 roberts Recover from header juggling - (Solaris)
1999-08-15 roberts Missed a couple..
1999-08-15 roberts Remove unnecessary .dfc files.
1999-08-15 roberts C++ support - provided by Michael Richards <mimiker...
1999-08-14 roberts Eliminate a warning
1999-08-14 roberts Fix a silly change I made back w/ the multi-thread...
1999-08-12 roberts Fix OS_Accept arg on Win32.
1999-08-10 roberts Remove a couple of warnings
1999-08-10 roberts Update based on the FCGX_Accept_r() API change
1999-08-10 roberts Fix FCGX_Accept()
1999-08-10 skimo new API changes
1999-08-10 skimo handle NULLs in VFPrintf
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-08-05 roberts Linux needs <sys/types.h>
1999-08-03 skimo Small clean ups
1999-08-03 roberts Remove an OM Secure Server specific comment.
1999-08-02 skimo and actually use the HAVE_SOCKLEN define
1999-08-02 roberts Comment about accept serialization
1999-08-02 skimo Check for socklen_t
1999-07-31 skimo move PRINTF into correct package
1999-07-30 roberts Use pthread_mutexes for locking the accept() and data.
1999-07-30 skimo some cleanups
1999-07-29 roberts *) Fixed an unintentional sign extension during promot...
1999-07-29 roberts Fix a bug in "int read()"
1999-07-29 skimo Fix sfio support
1999-07-28 skimo Finish off thread support (fingers crossed)
1999-07-28 skimo Further threadification
1999-07-28 skimo Partial threadification.
1999-07-28 roberts Move sample-store to SampleStore
1999-07-28 roberts Move sample-store to SampleStore
1999-07-28 roberts Move sample-store to SampleStore
1999-07-28 roberts Move sample-store to SampleStore
1999-07-28 roberts env bug, header juggling, C++ warnings
1999-07-28 roberts Add $(LIBS) to threaded.c
1999-07-28 roberts header juggling
1999-07-28 roberts header juggling & print thread id
1999-07-28 roberts ANSI function definitions
1999-07-28 roberts header juggling & C++ warnings
1999-07-28 roberts more header juggling
1999-07-28 roberts prevent a C++ compiler error
1999-07-28 roberts some more #include juggling
1999-07-28 roberts This should be replaced with Tom Poindexter's TCL lib...
1999-07-27 roberts don't need this - it doesn't work
1999-07-27 roberts get the power of fcgi_config.h
1999-07-27 roberts Remove Open Market's sample config file.
1999-07-27 roberts eliminate C++ void* implicit cast warnings
1999-07-27 roberts use ANSI style function definitions
1999-07-27 roberts put back <sys/time.h> for Unix
1999-07-27 roberts put back environ declaration for Unix
1999-07-27 roberts Use FCGX_InitRequest() to initialize the static FCGX_Re...
1999-07-26 roberts exit() -> return() to eliminate a warning on win32
1999-07-26 roberts #include <stdio.h> - for environ
1999-07-26 roberts Remove unneeded include file <sys/time.h>
1999-07-26 roberts Fix warnigs - mostly main() complaints.
1999-07-26 roberts Removed examples/tiny-cgi.c (it wasn't a FastCGI applic...
1999-07-26 roberts A little more tweeking to eliminate warnings..
1999-07-26 roberts Remove some debugging code and clean up some gcc warnin...
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-06-10 roberts Remove the printf() and #include of stdio.h from exampl...
1999-06-09 roberts Remove them dang DOS CRs.
1999-06-07 roberts Remove the static initialization of _fcgi_sF[] because...
1999-06-07 roberts Flush FastCGI buffers at application exit. <eichin...
1999-05-28 roberts - Remove the parenthesis in the ASSERT macro definition.
1999-03-08 skimo ActivePerl compatibility
next