bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / examples /
2016-03-06 Karen Etheridge rename this file so it is visible by metacpan et al
2015-08-22 Karen Etheridge fix file permissions
2002-02-25 robs changes to match recent .dsp changes
2002-02-25 robs use #if instead of #ifdef
2002-02-24 robs add 'using namespace std' because fcgio.h doesn't do...
2002-02-01 robs Update the echo-cpp example to show the restoral of...
2002-01-03 robs remove <CR>
2001-12-22 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-21 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-07 robs define HAVE_IOSTREAM_WITHASSIGN_STREAMBUF
2001-12-07 robs test for iostreams that support a streambuf assignment...
2001-11-28 robs add size to PROGRAMS
2001-11-27 robs no message
2001-11-27 robs no message
2001-11-26 robs *** empty log message ***
2001-11-26 robs use gcount() instead of eof() because ignore() doesn...
2001-11-21 robs Replace the application/path specific echo.html and...
2001-11-21 robs remove bloody CRs
2001-11-21 robs Add some comments/notes
2001-11-21 robs change const qualifier on extern environ
2001-11-21 robs fix C++ build handling
2001-11-21 robs pickup unistd.h and environ
2001-11-20 robs exit -> return to prevent a warning
2001-11-20 robs no message
2001-09-24 skimo move fcgi_config.h
2001-09-24 skimo respect CFLAGS
2001-09-23 skimo don't install example programs
2001-09-21 skimo use libtool
2001-09-01 robs Remove #define of NULL
2001-09-01 robs Remove the recursive behaviour that caused an nmake...
2001-09-01 robs Add the .exe extension when appropriate to the clean...
2001-08-31 robs Remove SampleStore from distribution. I don't know...
2001-08-31 robs Remove SampleStore from distribution. I don't know...
2001-08-31 robs Rewrite based on latest project file.
2001-08-31 robs Rename and rewrite echo2 -> echox
2001-08-31 robs no message
2001-08-30 robs no message
2001-08-28 robs Ignore Debug and Release directories.
2001-06-22 robs check to see if the SampleStore dirs exist before tryin...
2001-06-22 robs cleanup and remove obsolete files
2001-06-19 robs header fiddling.
2001-06-19 robs Add editor backup files.
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-05-14 robs Minor cleanup (more needed).
1999-09-10 roberts Remove the Perl and TCL examples; examples exist in...
1999-08-15 roberts Remove Win #include
1999-08-10 roberts Update based on the FCGX_Accept_r() API change
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-08-05 roberts Linux needs <sys/types.h>
1999-08-03 roberts Remove an OM Secure Server specific comment.
1999-08-02 roberts Comment about accept serialization
1999-07-30 roberts Use pthread_mutexes for locking the accept() and data.
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 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-27 roberts get the power of fcgi_config.h
1999-07-27 roberts Remove Open Market's sample config file.
1999-07-26 roberts exit() -> return() to eliminate a warning on win32
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 *) Add multithread support to the fcgiapp lib and...
1999-06-10 roberts Remove the printf() and #include of stdio.h from exampl...
1999-01-30 roberts Misc. updates to get a clean make on Linux. A bit of
1997-09-16 stanleyg Initial revision