summaryrefslogtreecommitdiff
path: root/packages/fcl-web/src
Commit message (Expand)AuthorAgeFilesLines
...
* * Parse cookies after initializing request variablesmichael2010-08-061-0/+1
* * Switch off debug definemichael2010-08-061-1/+1
* * Correct check for Session in checksession, and do not create same session c...michael2010-08-061-5/+9
* * Null values should be sent as NULL in jsonmichael2010-08-061-0/+3
* * Support for design-time parametersmichael2010-08-051-0/+26
* * Fixed never-ending CGI scriptsmichael2010-08-031-1/+22
* * Bugfix for case of more than one handler classnamemichael2010-08-031-1/+5
* Ext.Direct compliant error handling. API now also handles more than one hand...michael2010-07-301-1/+23
* * error handling is slightly different in ext.direct. Create virtual method s...michael2010-07-301-24/+46
* * Dependency op fcl-process voor dbugintfmichael2010-07-302-57/+92
* * Patch from Luiz Americo to use const string params in Log callmichael2010-07-301-2/+2
* * Set the global CustomApplication variable, usefull for loggingjoost2010-07-213-1/+16
* * Moved the handling of web-request from the TCustomWebApplication to a new...joost2010-07-215-236/+654
* * Reverted accidentally committed files in r15616joost2010-07-207-33/+14
* * Fixed FastCGI listening on a port on Windows after r15099joost2010-07-208-16/+35
* * Added TCustomFCgiApplication.Address property to change listen-ip-addressjoost2010-07-201-7/+12
* * Removed debug conditionalmichael2010-07-151-1/+1
* * added fcl-web to the unit search pathjonas2010-07-152-8/+155
* * Always send date/time in fixed format, send used format as well in metadatamichael2010-07-141-2/+64
* * Implemented OnParamValue eventmichael2010-07-141-11/+30
* Disabled debug definemichael2010-07-141-1/+1
* * Actually implemented Options (readonly, disable edit/delete/insert michael2010-07-141-1/+24
* * Implemented ProtocolOptions and OnUnknownRecord to handle unknown FastCGI r...michael2010-07-141-10/+65
* * Include trailing path delimiter. Check if session exists; Added some debug ...michael2010-07-141-5/+14
* * Added support for modules that do not have a stream associated with them; t...michael2010-07-142-5/+11
* * Added ALoaded parameter to MessageBoxjoost2010-07-052-11/+13
* * Publish optionsmichael2010-06-171-0/+1
* * Fix access violation. Notification must always call inherited notificationmichael2010-06-171-0/+1
* * Debugging by default disabledmichael2010-06-042-2/+2
* * Added debug directive for easier debuggingmichael2010-06-041-0/+7
* * Fixed 2 bugs and added debug directivemichael2010-06-041-6/+20
* * Implemented TPAramDef.Assign, or streaming does not work correctlymichael2010-06-041-0/+19
* * regenerated using up-to-date fpcmakejonas2010-06-031-6/+55
* * json-rpc examples, and compile it as wellmichael2010-06-031-0/+1
* * Added JSON-RPC functionalitymichael2010-06-036-0/+4625
* * reverted ProcessedPathInfo to ReturnedPathInfomichael2010-05-313-9/+9
* * Empty pathinfomichael2010-05-311-5/+1
* * fcl-net dependencymichael2010-05-272-2/+254
* * Forgot to addmichael2010-05-272-0/+3288
* * Added webdatamichael2010-05-278-0/+6203
* * Moved all to base directorymichael2010-05-2718-0/+0
* * Implemented CGI -> FastCGI gateway application classmichael2010-05-272-2/+623
* * Added BaseURL, and support for additional encodings. Implemented CGI testbe...michael2010-05-256-46/+134
* * Moved fptemplate from fcl-web to fcl-basejoost2010-04-221-658/+0
* * FCL-Web FastCGI can now listen on a specified port for a webserver to connectjoost2010-04-021-1/+31
* * Do not show exception twicejoost2010-04-021-3/+0
* * fixed compile-time range error under Windows (mantis #16171)jonas2010-03-311-2/+2
* * Implemented a stack of javascriptstacks. InitializeJavaScriptStack creates...joost2010-03-092-30/+46
* * Changed TCustomWebApplication.CreateForm's reference parameter now the com...joost2010-03-071-3/+3
* * Added logging functionality using TEventLogjoost2010-03-071-1/+25