Remove deprecated API
[catagits/fcgi2.git] / perl / FCGI.PL
2011-09-25 chansen Remove deprecated API
2011-09-24 Florian Ragwitz Stop leaking information across requests
2011-04-29 Tomas Doran Re-indent code to be sane
2011-04-29 Tomas Doran Swap tabs for spaces
2011-04-28 Tomas Doran Take the patch from FCGI::ProcManager Pod.
2010-07-14 chansen Added a LIMITATIONS section to POD
2010-04-02 Jonathan Yu Fix a spelling mistake in the docs.
2010-03-30 Florian Ragwitz Fix another case of defined %hash.
2010-02-28 Florian Ragwitz defined %hash will be deprecated in 5.12.
2010-01-11 Tomas Doran (t0m) IO:: PRINT returns a bool, not no of bytes written...
2010-01-10 Tomas Doran Make the PRINT method return the number of bytes written.
2009-12-11 Florian Ragwitz Allow us to ship dev releases without version mismatches.
2009-12-02 t0m Add FILENO method to FCGI.pm to comply with IO:: interface
2009-12-02 t0m Trim trailing whitespace
2009-12-02 t0m Add FILENO method to FCGI.pm to comply with IO:: interface
2009-11-29 t0m Trim trailing whitespace
2002-12-15 skimo Comment out calls to close in Finish based on a report
2002-12-15 skimo Write out in 32KiB chunks since FastCGI protocol support
2002-12-15 skimo comment on a possible FILENO method
2001-10-04 skimo avoid warning under strict
2001-09-25 skimo version thing again
2001-09-21 skimo remove use File::Copy just added
2001-09-21 skimo Move version number to separate file.
2001-09-20 skimo add LastCall method
2001-09-20 skimo bump version
2001-09-14 skimo The socket thing again.
2001-09-01 skimo revert socket option patch
2001-08-22 skimo allow file handle Request socket argument
2001-06-07 skimo fix length calculation in pure perl version
2001-04-30 skimo attempt at better explaining OpenSocket
2001-03-27 skimo add BINMODE method and comment on socket perms
2000-12-31 skimo 0.59 release
2000-12-31 skimo pure perl implementation
2000-11-14 skimo do close when not bound;0.58 release
2000-11-05 skimo use FCGX_Free
2000-11-01 skimo IsFastCGI
2000-11-01 skimo GetHandle and GetEnvironment
2000-10-18 skimo o small documentation fix
2000-07-10 skimo 0.53 release (fixes sfio)
2000-04-21 skimo Minor fixups
2000-01-31 skimo detach/attach
1999-08-27 skimo 0.48 release
1999-08-10 skimo new API changes
1999-08-03 skimo Small clean ups
1999-07-31 skimo move PRINTF into correct package
1999-07-30 skimo some cleanups
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-03-08 skimo ActivePerl compatibility
1999-02-28 skimo Change reference to INSTALL to configure.readme
1999-02-13 roberts Rename Perl -> perl (gotta move all the files).