discard any remaining data in input stream which otherwise ends up in next request
[catagits/fcgi2.git] / libfcgi / fcgiapp.c
2010-10-02 chansen discard any remaining data in input stream which otherw...
2003-06-22 robs add attach()/detach() support
2001-12-12 robs more lib crash fixes on err'd read
2001-12-12 robs Fix a bug a that caused the lib to crash under certain...
2001-11-21 robs revert last commit (i.e. remove FCGX_Peek)
2001-11-17 robs Added "int FCGX_Peek(FCGX_Stream *)" (needed by fcgio...
2001-09-14 robs Remove FCGX_Shutdown and OS_Shutdown() - there is no...
2001-09-06 robs Add
2001-08-30 robs Remove uneeded code that was causing gcc to warn
2001-06-22 robs Remove #undef DLLAPI - not needed anymore
2001-06-22 robs More bloody header/define juggling.
2001-06-22 skimo extra argument for FCGX_Free
2001-06-22 skimo Don't keep connection on failure.
2001-06-20 robs casts and initializers to prevent warnings.
2001-06-19 robs Add fcgiappmisc.h back in.
2001-06-18 robs Need <limits.h>
2001-06-18 robs Header file juggling.
2001-06-03 robs Check for NULL args. Eric Sit [esit@MIT.EDU]
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-10-02 robs tweak for gcc 2.96 (RH7) [techprod@emumail.com]
2000-08-02 robs Reset in,parmsPtr to NULL when reading the request...
2000-08-02 robs Set in,out,err,parmsPtr to NULL in FCGX_FClose(FCGX_Str...
1999-08-14 roberts Fix a silly change I made back w/ the multi-thread...
1999-08-10 roberts Remove a couple of warnings
1999-08-10 roberts Fix FCGX_Accept()
1999-08-10 skimo handle NULLs in VFPrintf
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-07-28 roberts some more #include juggling
1999-07-27 roberts eliminate C++ void* implicit cast warnings
1999-07-27 roberts Use FCGX_InitRequest() to initialize the static FCGX_Re...
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-02-12 roberts Wrap write()s in a loop to make sure the entire buffer...
1998-09-09 roberts Important IsFcgi() and Accept() fixes
1997-09-16 stanleyg Initial revision