summaryrefslogtreecommitdiff
path: root/packages/fcl-web
Commit message (Expand)AuthorAgeFilesLines
...
* * After insert/update/delete eventsmichael2010-08-301-5/+16
* * Fixed (BLOB) display, added support for transcodingmichael2010-08-243-3/+27
* * Fixed reading of name=length pairs with lenfth>128michael2010-08-231-3/+4
* * Fixed memory leak when reading fastcgi recordsmichael2010-08-201-26/+28
* * Error event implementedmichael2010-08-202-0/+14
* * Added events to influence streaming processmichael2010-08-202-18/+129
* * Applied patch from Luiz Americomichael2010-08-191-25/+24
* * Update Makefiles using up-to-date fpcmakepierre2010-08-184-14/+150
* * Fixed and simplified examplemichael2010-08-151-56/+25
* * Saving of response is now configurablemichael2010-08-151-24/+19
* * Removed resource linkingmichael2010-08-151-2/+0
* * Error object must be of type TJSOnErrorObject. Initialize Result to Nil in ...michael2010-08-131-1/+2
* * 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
* * fcl-web/src/webdata/* depends on fcl-process (dbugintf unit)jonas2010-07-152-61/+61
* * 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
* * Ext.Direct demomichael2010-06-048-0/+422
* * regenerated using up-to-date fpcmakejonas2010-06-032-10/+149
* * Added some test instructionsmichael2010-06-031-0/+21
* * json-rpc examples, and compile it as wellmichael2010-06-0313-151/+744
* * Added JSON-RPC functionalitymichael2010-06-036-0/+4625