openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
FastCGI
Settings
|
Report Duplicate
24
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
May 31, 2024 — May 31, 2025
Showing page 7 of 20
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix typo in example code, re prime number
robs
More...
over 22 years ago
update to 0.67
skimo
More...
over 22 years ago
bump version in anticipation of new release
skimo
More...
over 22 years ago
add minimal test
skimo
More...
over 22 years ago
Comment out calls to close in Finish based on a report by "Kurtis D. Rader" <
[email protected]
>
skimo
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]
>
skimo
More...
over 22 years ago
Remove extraneous "/". Problem reported by Igor Franchuk <
[email protected]
>
skimo
More...
over 22 years ago
comment on a possible FILENO method
skimo
More...
over 22 years ago
Upgrade FCGI_UndoBinding to perlio
skimo
More...
over 22 years ago
typo
skimo
More...
over 22 years ago
bump version
skimo
More...
over 22 years ago
perl 5.8.0 compatibility fix by Autrijus
skimo
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
robs
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.
robs
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.
robs
More...
about 23 years ago
[WIN32] force an exit from the ShutdownRequestThread when a shutdown is signaled and NamedPipes are in use.
robs
More...
over 23 years ago
cleanup to avoid warnings under borland complier
robs
More...
over 23 years ago
missed a couple of streamsize changes
robs
More...
over 23 years ago
changes to match recent .dsp changes
robs
More...
over 23 years ago
updates based on the latest fcgi_config.h.in
robs
More...
over 23 years ago
build fcgio.cpp at warning level 3 instead of 4 (because windows headers throw piles of warnings)
robs
More...
over 23 years ago
enable synchonous exception handling in the release target
robs
More...
over 23 years ago
remove define of HAVE_IOSTREAM_WITHASSIGN_STREAMBUF enable exception handling
robs
More...
over 23 years ago
use #if instead of #ifdef
robs
More...
over 23 years ago
remove dos eols
robs
More...
over 23 years ago
use streamsize and char_type, export the C++ API via the class not its methods
robs
More...
over 23 years ago
add 'using namespace std' because fcgio.h doesn't do that anymore
robs
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
robs
More...
over 23 years ago
ignore *.tar.gz
robs
More...
over 23 years ago
disable the 4127 warning caused by FD_SET
robs
More...
over 23 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
19
20
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree