index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
fcl-web
/
src
/
base
/
custfcgi.pp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Patch to extend earlier fix for ISS in CGI to FastCGI (bug ID 30073)
michael
2016-09-09
1
-0
/
+3
*
* Fix for bug ID 29144
michael
2015-12-26
1
-1
/
+1
*
* Patch from Dmitriy A. Voroshin to handle clsoed named pipe more gracefully....
michael
2015-12-26
1
-0
/
+7
*
* Fix bug ID 27993
michael
2015-04-28
1
-7
/
+4
*
* Fix bug ID 27923
michael
2015-04-21
1
-9
/
+1
*
* Rework header treatment, deprecated some calls/properties
michael
2015-04-12
1
-79
/
+35
*
* Some cosmetic patches from Silvio Clecio (Bug ID 27463)
michael
2015-03-08
1
-1
/
+4
*
* Additional CGI variable names, mainly for Apache
michael
2015-02-09
1
-1
/
+1
*
* Improved exception handling. Introduced StatusCode/Text in EHTTPError, is u...
michael
2014-07-11
1
-9
/
+9
*
* Cleaner interface to set request content. Allow not reading content.
michael
2014-01-22
1
-4
/
+5
*
* Use global class vars to create handler/request/response. Avoids having to ...
michael
2014-01-22
1
-3
/
+31
*
* Fix authorization header
michael
2013-08-13
1
-6
/
+7
*
* Handle HTTP_AUTHORIZATION
michael
2013-02-28
1
-1
/
+2
*
* Fixed case where connection is closed gracefully (Bug ID 23386)
michael
2013-01-16
1
-24
/
+29
*
* Patch from Luiz Americo to remove redundant test
michael
2013-01-07
1
-1
/
+1
*
* Better check (see bug 23597)
michael
2013-01-07
1
-5
/
+10
*
* Better error handling in FastCGI in case writing response fails (bug ID 23564)
michael
2013-01-06
1
-9
/
+23
*
* Small improvement to dumprecord
michael
2012-12-22
1
-13
/
+24
*
* Applied patch from Joao Morais to customize request/response (bug 21980)
michael
2012-05-17
1
-2
/
+14
*
* Disable range checks
michael
2012-02-03
1
-0
/
+5
*
* Fix for bug 21211, suggested by Dmitry Ukolov
michael
2012-02-03
1
-1
/
+4
*
* Fix for bug 0021210 (patch by Dmitry Ukolov
michael
2012-02-02
1
-1
/
+1
*
* Implemented OnUnknownRequestEncoding
michael
2011-11-12
1
-0
/
+2
*
* Exit process when a shutdown event is received from mod_fastcgi
michael
2011-08-12
1
-3
/
+79
*
* Handle ESysEINTR more carefully under linux. Do not raise exception in case...
michael
2011-07-03
1
-8
/
+15
*
* another fix for custcgi, bug #19646, hopefully fixes wince building
marco
2011-06-28
1
-0
/
+2
*
* changed windows pipe implementation to win32/win64 only. Wince status now ...
marco
2011-06-28
1
-4
/
+10
*
* Checked and resolved most hints/warnings
michael
2011-06-05
1
-7
/
+8
*
* Fixed linux compilation
michael
2011-05-27
1
-1
/
+1
*
+ Implemented named pipe communication for windows.
michael
2011-05-27
1
-18
/
+102
*
* Commented out etDebug log request
michael
2011-05-25
1
-2
/
+2
*
* Fixed compilation
michael
2011-05-21
1
-2
/
+2
*
* Added LingerTimeOut. If >0 then socket option linger is set.
michael
2011-05-20
1
-3
/
+45
*
* Logging in request
michael
2011-05-19
1
-3
/
+16
*
* Address must be preserved throughout accept calls
michael
2011-04-26
1
-4
/
+4
*
* Fixed some corner cases in readrecord
michael
2011-03-29
1
-4
/
+58
*
* Additional todos
michael
2011-03-07
1
-0
/
+2
*
* Better error checking
michael
2011-03-07
1
-2
/
+24
*
* Restructured for clarity
michael
2011-03-07
1
-68
/
+78
*
* Better error checking in case of errors reading/writing to socket
michael
2011-03-04
1
-43
/
+62
*
* Terminate when socket cannot be created/bound/accepted.
michael
2011-02-28
1
-0
/
+5
*
* Fixed sending/receiving of large data packets (size >word)
michael
2010-10-27
1
-20
/
+38
*
* Better error handling when reading from socket.
michael
2010-09-03
1
-24
/
+51
*
* Fixed reading of name=length pairs with lenfth>128
michael
2010-08-23
1
-3
/
+4
*
* Fixed memory leak when reading fastcgi records
michael
2010-08-20
1
-26
/
+28
*
* Parse cookies after initializing request variables
michael
2010-08-06
1
-0
/
+1
*
* Moved the handling of web-request from the TCustomWebApplication to a new...
joost
2010-07-21
1
-10
/
+76
*
* Fixed FastCGI listening on a port on Windows after r15099
joost
2010-07-20
1
-2
/
+2
*
* Added TCustomFCgiApplication.Address property to change listen-ip-address
joost
2010-07-20
1
-7
/
+12
*
* Implemented ProtocolOptions and OnUnknownRecord to handle unknown FastCGI r...
michael
2010-07-14
1
-10
/
+65
[next]