catagits/fcgi2.git
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 remove dupes; ignore MANIFEST artifacts
2014-08-05 Karen Etheridge sort this list to weed out duplicates
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-08-04 Karen Etheridge tighter entries
2014-08-04 Karen Etheridge add a breadcrumb for maintainers
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 ignore dist dirs and MYMETA.*
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-08-20 chansen Only discard input stream if FCGI_KEEP_CONN is set...
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 Update .gitignore for MYMETA.yml
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-10-02 chansen discard any remaining data in input stream which otherw...
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... Changelog and bump versions for 0.70 0.70
2010-03-22 Tomas Doran... 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... Switch PRINT back to void and use XSRETURN_UNDEF/XSRETU...
2010-01-11 Tomas Doran... Another .gitignore fix
2010-01-11 Tomas Doran... 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... Bump versions for 0.68 0.68
2009-12-31 Tomas Doran... Add more generated files to .gitignore
2009-12-11 Tomas Doran Merge branch 'master' of git.shadowcat.co.uk:fcgi2 0.67_01 0.67_01-RC1
2009-12-11 Tomas Doran More .gitignore
2009-12-11 Florian Ragwitz Allow us to ship dev releases without version mismatches.
2009-12-08 Tomas Doran Add yet more generated files to .gitignore
2009-12-08 Tomas Doran Bump versions for dev release pending
2009-12-08 Tomas Doran Avoid quoting error with newer automake
2009-12-08 Tomas Doran Add additional ignores
2009-12-03 Tomas Doran Chop tabs for spaces in the changelog
2009-12-02 Tomas Doran Merge branch 'master' of ssh://goatse.co.uk/~bobtfish...
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 Tomas Doran Add a .gitignore.
2009-12-02 Tomas Doran Add more things to .gitignore
2009-12-02 t0m Add FILENO method to FCGI.pm to comply with IO:: interface
2009-11-29 t0m Trim trailing whitespace
2009-11-29 Tomas Doran add a .gitignore for the perl stuff.
2004-01-31 robs [WIN32] Raise SIGTERM from the ShutdownRequestThread...
2003-11-02 robs remove '/GX-' - C++ exceptions are presumed disabled...
2003-11-02 robs remove '/D LIBFCGI_EXPORTS'
2003-11-02 robs remove '/GX-' from the compiler flags - there C++ excep...
next