bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / perl /
2021-07-31 Karen Etheridge bump version to 0.82 and prepare for release master
2021-07-31 Karen Etheridge properly skip tests on MSWin32
2021-07-31 Karen Etheridge whitespace
2021-07-30 Karen Etheridge bump version to 0.81 and prepare for release 0.81
2021-07-30 Karen Etheridge update Changes
2021-07-30 Michal Josef Špaček Check unix domain socket functionality
2021-07-26 Michal Josef Špaček Add dependency to FCGI::Client 0.09
2021-07-25 Karen Etheridge bump version to 0.80 and prepare for release 0.80
2021-07-25 Karen Etheridge Merge remote-tracking branch 'origin/master'
2021-07-19 Michal Josef Špaček Add test for FCGI over unix domain socket
2021-07-17 Michal Josef Špaček Move test.pl to t/ directory
2019-12-14 Karen Etheridge bump version to 0.79 and prepare for release 0.79
2019-12-14 Karen Etheridge changelog for PR #4
2019-12-14 Karen Etheridge changelog for PR #5
2019-12-07 Karen Etheridge fix bullets in ChangeLog, which render badly on metacpan
2018-08-25 Rob Van Dam Updated documentation to reflect actual defaults
2017-04-03 Mike Katasonov Syntax correction
2016-03-07 Karen Etheridge prepare for 0.78 release
2016-03-07 Karen Etheridge add copyright information to main pod
2016-03-06 Karen Etheridge rename this file so it is visible by metacpan et al
2016-03-06 Karen Etheridge change repository metadata to reference the github...
2015-03-01 Karen Etheridge upgrade metadata to v2, and include more resources
2014-08-05 Karen Etheridge prepare for 0.77 release 0.77
2014-08-05 Karen Etheridge commit new generated MANIFEST
2014-08-05 Karen Etheridge ensure all build artifacts can be cleaned up
2014-08-05 Karen Etheridge DO NOT PACKAGE build artifacts!!!
2014-08-05 Karen Etheridge prepare for release of 0.76 0.76
2014-08-05 Karen Etheridge commit MANIFEST changes
2014-08-05 Brian Fraser On Android, set TMPDIR before calling configure
2014-07-17 Karen Etheridge prepare for release of 0.75 0.75
2014-07-17 Karen Etheridge declare MIN_PERL_VERSION in Makefile.PL
2014-07-16 Karen Etheridge add a standard MANIFEST.SKIP file
2012-03-08 chansen Corrected FILENO implementation to return undef if...
2012-03-08 chansen Implemented support for EOF operation on FCGI::Stream...
2012-03-08 chansen Attempts to perform OPEN, SEEK, TELL or TIEHANDLE opera...
2012-02-10 Florian Ragwitz Merge my 0.74 release with catagits/master
2011-09-26 chansen Correct POD paragraph
2011-09-26 chansen Port eg/threaded.pl to ithreads
2011-09-26 chansen Correct mutual exclusion with ithreads
2011-09-26 chansen Require Perl 5.6 and use XSLoader
2011-09-26 chansen Moved examples to eg/
2011-09-26 chansen Removed unused version.pm file
2011-09-26 chansen Removed POD file documenting removed API
2011-09-26 chansen Removed genereating of FCGI.pm
2011-09-26 chansen Removed genereating of FCGI.xs
2011-09-26 chansen Removed broken PP implementation.
2011-09-25 chansen Remove deprecated API
2011-09-24 Florian Ragwitz Version 0.74 0.74
2011-09-24 Florian Ragwitz Stop leaking information across requests
2011-05-28 Florian Ragwitz Version 0.73 0.73
2011-05-28 Florian Ragwitz Stop relying on echo being available
2011-05-28 Florian Ragwitz Stop claiming we ship a file called -e
2011-05-24 Florian Ragwitz Add repository to meta resources
2011-05-19 Florian Ragwitz Version 0.72 0.72
2011-05-19 Florian Ragwitz Update changes
2011-05-09 Florian Ragwitz Stop abusing EUMM too much
2011-04-29 Tomas Doran Re-indent code to be sane
2011-04-29 Tomas Doran Swap tabs for spaces
2011-04-29 Tomas Doran Cleanup Makefile.PL
2011-04-28 Tomas Doran Version 0.71_03 0.71_03
2011-04-28 Tomas Doran Update ChangeLog
2011-04-28 Tomas Doran Merge remote branch 'shadowcat/master'
2011-04-28 Tomas Doran Version 0.71_02 0.71_02
2011-04-28 Tomas Doran Take the patch from FCGI::ProcManager Pod.
2010-10-07 Florian Ragwitz Passing wide char's down to FCGI is deprecated
2010-10-02 chansen remove "implicit discarding of input stream" warning...
2010-10-02 chansen warn in case of implicit discarding of input stream
2010-08-30 chansen FCGI::Stream::READ()
2010-08-30 chansen FCGI::Stream::READ() should warn() instead of croak...
2010-08-29 chansen Removed support for SFIO
2010-08-29 chansen Fixed indent style and braces to be consistent
2010-08-29 chansen s/\t/ /
2010-08-24 Tomas Doran Version 0.71_01 0.71_01
2010-08-22 chansen print() and write() now warn() instead of croak() incas...
2010-07-14 chansen Added a LIMITATIONS section to POD
2010-07-14 Florian Ragwitz Apply patch from RT#57697
2010-04-02 Jonathan Yu Fix a spelling mistake in the docs.
2010-04-01 Florian Ragwitz Version 0.71. 0.71
2010-03-30 Florian Ragwitz Fix another case of defined %hash.
2010-03-22 Tomas Doran (t0m) Changelog and bump versions for 0.70 0.70
2010-03-22 Tomas Doran (t0m) Merge commit 'github/master'
2010-02-28 Florian Ragwitz defined %hash will be deprecated in 5.12.
2010-02-15 Tomas Doran Bump version 0.69
2010-01-13 Tomas Doran Bump versions for another dev release 0.68_02
2010-01-11 Tomas Doran PRINT patch take 3 after diving the perl source
2010-01-11 Tomas Doran (t0m) Switch PRINT back to void and use XSRETURN_UNDEF/XSRETU...
2010-01-11 Tomas Doran (t0m) IO:: PRINT returns a bool, not no of bytes written...
2010-01-10 Tomas Doran Bump version 0.68_01
2010-01-10 Tomas Doran Force signal handler installation so we can catch SIGPI...
2010-01-10 Tomas Doran Make the PRINT method return the number of bytes written.
2010-01-10 Tomas Doran Fix UTF-8 double encoding issues (RT#52400)
2009-12-31 Tomas Doran (t0m) Bump versions for 0.68 0.68
2009-12-11 Florian Ragwitz Allow us to ship dev releases without version mismatches.
2009-12-08 Tomas Doran Bump versions for dev release pending
2009-12-03 Tomas Doran Chop tabs for spaces in the changelog
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
2003-06-22 robs call the fcgi lib's attach/detach
next