catagits/fcgi2.git
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...
2002-02-25 robs remove define of HAVE_IOSTREAM_WITHASSIGN_STREAMBUF
2002-02-25 robs use #if instead of #ifdef
2002-02-25 robs remove dos eols
2002-02-24 robs use streamsize and char_type, export the C++ API via...
2002-02-24 robs add 'using namespace std' because fcgio.h doesn't do...
2002-02-24 robs add check for char_type in the context of C++'s streamb...
2002-02-24 robs ignore *.tar.gz
2002-02-24 robs disable the 4127 warning caused by FD_SET
2002-02-23 robs [WIN32] Eliminate the (partial and broken) use of Overl...
2002-02-19 skimo prepare for 0.65
2002-02-19 robs Fix a bug that caused an assert to pop when an async...
2002-02-16 robs [WIN] Use _beginthread instead of CreateThread because...
2002-02-01 robs Update the echo-cpp example to show the restoral of...
2002-01-03 robs Add a mini project to copy the fcgi_config.h file from...
2002-01-03 robs Add a mini project to copy the fcgi_config.h file from...
2002-01-03 robs remove <CR>
2001-12-22 robs add automake required file - compile
2001-12-22 robs Modified Files: Makefile.am
2001-12-22 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-22 robs Modified Files: Makefile.am
2001-12-21 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-21 robs Modified Files: os_win32.c
2001-12-21 robs Modified Files: fcgios.h
2001-12-12 robs more lib crash fixes on err'd read
2001-12-12 robs Fix a bug a that caused the lib to crash under certain...
2001-12-07 robs use real function names when looking for libraries...
2001-12-07 robs define HAVE_IOSTREAM_WITHASSIGN_STREAMBUF
next