catagits/fcgi2.git
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...
2003-11-02 robs change uses of 'cp' to 'copy'
2003-11-02 robs add Win32/config_h.dsp
2003-06-22 robs bump version to 2.4.1
2003-06-22 robs migrate OS_Close() calls to new signiature
2003-06-22 robs Fix fcgi_streambuf::underflow() such that when there...
2003-06-22 robs call the fcgi lib's attach/detach
2003-06-22 robs add attach()/detach() support
2003-02-04 robs tabs -> spaces
2003-01-19 robs set version to 2.4.0
2003-01-19 robs fix typo in example code, re prime number
2002-12-22 skimo update to 0.67
2002-12-15 skimo bump version in anticipation of new release
2002-12-15 skimo add minimal test
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 Remove extraneous "/".
2002-12-15 skimo comment on a possible FILENO method
2002-11-11 skimo Upgrade FCGI_UndoBinding to perlio
2002-09-05 skimo typo
2002-09-05 skimo bump version
2002-09-05 skimo perl 5.8.0 compatibility fix by Autrijus
2002-03-05 robs same change as in os_win.c - on connection close, shutd...
2002-03-05 robs shutdown() the send side and then read() from client...
2002-03-04 robs [WIN32] shutdown only the send side of a TCP socket...
2002-02-28 robs [WIN32] force an exit from the ShutdownRequestThread...
2002-02-25 robs cleanup to avoid warnings under borland complier
2002-02-25 robs missed a couple of streamsize changes
2002-02-25 robs changes to match recent .dsp changes
2002-02-25 robs updates based on the latest fcgi_config.h.in
2002-02-25 robs build fcgio.cpp at warning level 3 instead of 4 (becaus...
2002-02-25 robs enable synchonous exception handling in the release...
next