summaryrefslogtreecommitdiff
path: root/packages/fcl-web/src/base/custfcgi.pp
Commit message (Expand)AuthorAgeFilesLines
* * Patch to extend earlier fix for ISS in CGI to FastCGI (bug ID 30073)michael2016-09-091-0/+3
* * Fix for bug ID 29144michael2015-12-261-1/+1
* * Patch from Dmitriy A. Voroshin to handle clsoed named pipe more gracefully....michael2015-12-261-0/+7
* * Fix bug ID 27993michael2015-04-281-7/+4
* * Fix bug ID 27923michael2015-04-211-9/+1
* * Rework header treatment, deprecated some calls/propertiesmichael2015-04-121-79/+35
* * Some cosmetic patches from Silvio Clecio (Bug ID 27463)michael2015-03-081-1/+4
* * Additional CGI variable names, mainly for Apachemichael2015-02-091-1/+1
* * Improved exception handling. Introduced StatusCode/Text in EHTTPError, is u...michael2014-07-111-9/+9
* * Cleaner interface to set request content. Allow not reading content.michael2014-01-221-4/+5
* * Use global class vars to create handler/request/response. Avoids having to ...michael2014-01-221-3/+31
* * Fix authorization headermichael2013-08-131-6/+7
* * Handle HTTP_AUTHORIZATIONmichael2013-02-281-1/+2
* * Fixed case where connection is closed gracefully (Bug ID 23386)michael2013-01-161-24/+29
* * Patch from Luiz Americo to remove redundant testmichael2013-01-071-1/+1
* * Better check (see bug 23597)michael2013-01-071-5/+10
* * Better error handling in FastCGI in case writing response fails (bug ID 23564)michael2013-01-061-9/+23
* * Small improvement to dumprecordmichael2012-12-221-13/+24
* * Applied patch from Joao Morais to customize request/response (bug 21980)michael2012-05-171-2/+14
* * Disable range checksmichael2012-02-031-0/+5
* * Fix for bug 21211, suggested by Dmitry Ukolovmichael2012-02-031-1/+4
* * Fix for bug 0021210 (patch by Dmitry Ukolovmichael2012-02-021-1/+1
* * Implemented OnUnknownRequestEncodingmichael2011-11-121-0/+2
* * Exit process when a shutdown event is received from mod_fastcgimichael2011-08-121-3/+79
* * Handle ESysEINTR more carefully under linux. Do not raise exception in case...michael2011-07-031-8/+15
* * another fix for custcgi, bug #19646, hopefully fixes wince buildingmarco2011-06-281-0/+2
* * changed windows pipe implementation to win32/win64 only. Wince status now ...marco2011-06-281-4/+10
* * Checked and resolved most hints/warningsmichael2011-06-051-7/+8
* * Fixed linux compilationmichael2011-05-271-1/+1
* + Implemented named pipe communication for windows.michael2011-05-271-18/+102
* * Commented out etDebug log requestmichael2011-05-251-2/+2
* * Fixed compilationmichael2011-05-211-2/+2
* * Added LingerTimeOut. If >0 then socket option linger is set.michael2011-05-201-3/+45
* * Logging in requestmichael2011-05-191-3/+16
* * Address must be preserved throughout accept callsmichael2011-04-261-4/+4
* * Fixed some corner cases in readrecordmichael2011-03-291-4/+58
* * Additional todosmichael2011-03-071-0/+2
* * Better error checkingmichael2011-03-071-2/+24
* * Restructured for clarity michael2011-03-071-68/+78
* * Better error checking in case of errors reading/writing to socketmichael2011-03-041-43/+62
* * Terminate when socket cannot be created/bound/accepted.michael2011-02-281-0/+5
* * Fixed sending/receiving of large data packets (size >word)michael2010-10-271-20/+38
* * Better error handling when reading from socket.michael2010-09-031-24/+51
* * Fixed reading of name=length pairs with lenfth>128michael2010-08-231-3/+4
* * Fixed memory leak when reading fastcgi recordsmichael2010-08-201-26/+28
* * Parse cookies after initializing request variablesmichael2010-08-061-0/+1
* * Moved the handling of web-request from the TCustomWebApplication to a new...joost2010-07-211-10/+76
* * Fixed FastCGI listening on a port on Windows after r15099joost2010-07-201-2/+2
* * Added TCustomFCgiApplication.Address property to change listen-ip-addressjoost2010-07-201-7/+12
* * Implemented ProtocolOptions and OnUnknownRecord to handle unknown FastCGI r...michael2010-07-141-10/+65