bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / include /
2016-03-07 Karen Etheridge fix copyright information in these files
2016-03-06 Karen Etheridge rename this file so it is visible by metacpan et al
2003-06-22 robs add attach()/detach() support
2003-02-04 robs tabs -> spaces
2002-02-25 robs missed a couple of streamsize changes
2002-02-25 robs updates based on the latest fcgi_config.h.in
2002-02-24 robs use streamsize and char_type, export the C++ API via...
2001-12-21 robs Modified Files: fcgios.h
2001-12-04 robs Change references to NULL to 0.
2001-11-27 robs remove unneeded comment
2001-11-26 robs *** empty log message ***
2001-11-26 robs move all the virtual protected member functions back...
2001-11-26 robs implement uflow()
2001-11-21 robs remove bloody CRs
2001-11-21 robs revert last commit (i.e. remove FCGX_Peek)
2001-11-21 robs Fix buffered reads.
2001-11-21 robs fix C++ build handling
2001-11-20 robs define DLLAPI for non win platforms
2001-11-20 robs Rewrite of the C++ lib
2001-11-17 robs Added "int FCGX_Peek(FCGX_Stream *)" (needed by fcgio...
2001-09-24 skimo move fcgi_config.h
2001-09-23 skimo install include files
2001-09-14 robs Remove FCGX_Shutdown and OS_Shutdown() - there is no...
2001-09-06 robs Only expose the shutdown functions.
2001-09-06 robs Add
2001-09-06 robs Add shutdown flags and install signal handlers at lib...
2001-09-01 robs Updates as a result of fcgi_config.h.in updates.
2001-09-01 robs New autoconf/autoheader run.
2001-08-30 robs New run of autoheader - really this time.
2001-08-30 robs New run of autoheader.
2001-08-30 robs no message
2001-08-30 robs Update based on a new autoheader run against configure.in.
2001-08-28 robs Ignore fcgi_config.h
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-20 robs Eliminate const on buffersize to eliminate a compiler...
2001-06-20 robs Header play
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 Remove unneeded include of <io.h>
2000-11-05 robs Provide FCGX_Free().
2000-07-21 robs Hi folks,
1999-08-15 roberts C++ support - provided by Michael Richards <mimiker...
1999-08-12 roberts Fix OS_Accept arg on Win32.
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-08-02 skimo Check for socklen_t
1999-07-28 roberts Move sample-store to SampleStore
1999-07-28 roberts more header juggling
1999-07-28 roberts prevent a C++ compiler error
1999-07-27 roberts put back <sys/time.h> for Unix
1999-07-26 roberts Remove unneeded include file <sys/time.h>
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-06-09 roberts Remove them dang DOS CRs.
1999-05-28 roberts - Remove the parenthesis in the ASSERT macro definition.
1999-02-10 roberts Removed a handful of wild (DOS) carriage returns.
1999-02-05 roberts A workaround for a problem on (at least) Linux 2.0...
1999-01-30 roberts Misc. updates to get a clean make on Linux. A bit of
1998-03-09 roberts Add tmpfile() support. Contributed by Michael Driscoll...
1997-09-16 stanleyg Initial revision