24
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
May 31, 2024 — May 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix typo in example code, re prime number More... over 22 years ago
update to 0.67 More... over 22 years ago
bump version in anticipation of new release More... over 22 years ago
add minimal test More... over 22 years ago
Comment out calls to close in Finish based on a report by "Kurtis D. Rader" <[email protected]> More... over 22 years ago
Write out in 32KiB chunks since FastCGI protocol support blocks up to 64KiB-1 Based on a patch by "Kurtis D. Rader" <[email protected]> More... over 22 years ago
Remove extraneous "/". Problem reported by Igor Franchuk <[email protected]> More... over 22 years ago
comment on a possible FILENO method More... over 22 years ago
Upgrade FCGI_UndoBinding to perlio More... over 22 years ago
typo More... over 22 years ago
bump version More... over 22 years ago
perl 5.8.0 compatibility fix by Autrijus More... over 22 years ago
same change as in os_win.c - on connection close, shutdown() the send side and read until EOF or timeout More... about 23 years ago
shutdown() the send side and then read() from client until EOF or a timeout expires. This is done to minimize the potential that a TCP RST will be sent by our TCP stack in response to receipt of additional data from the client. The RST would cause the client to discard potentially useful response data. More... about 23 years ago
[WIN32] shutdown only the send side of a TCP socket to prevent a TCP reset from trashing the reciept of data on the client. More... about 23 years ago
[WIN32] force an exit from the ShutdownRequestThread when a shutdown is signaled and NamedPipes are in use. More... over 23 years ago
cleanup to avoid warnings under borland complier More... over 23 years ago
missed a couple of streamsize changes More... over 23 years ago
changes to match recent .dsp changes More... over 23 years ago
updates based on the latest fcgi_config.h.in More... over 23 years ago
build fcgio.cpp at warning level 3 instead of 4 (because windows headers throw piles of warnings) More... over 23 years ago
enable synchonous exception handling in the release target More... over 23 years ago
remove define of HAVE_IOSTREAM_WITHASSIGN_STREAMBUF enable exception handling More... over 23 years ago
use #if instead of #ifdef More... over 23 years ago
remove dos eols More... over 23 years ago
use streamsize and char_type, export the C++ API via the class not its methods More... over 23 years ago
add 'using namespace std' because fcgio.h doesn't do that anymore More... over 23 years ago
add check for char_type in the context of C++'s streambuf and some misc changes to how C++ related checks are performed More... over 23 years ago
ignore *.tar.gz More... over 23 years ago
disable the 4127 warning caused by FD_SET More... over 23 years ago