summaryrefslogtreecommitdiff
path: root/packages/fcl-web/src
Commit message (Expand)AuthorAgeFilesLines
* * Published CreateSession propertymichael2011-04-102-0/+2
* * Fixed compilation with dmwdebug definemichael2011-04-101-1/+5
* * Fixed AV when no owner is setjoost2011-04-061-1/+1
* * Implemented the ability to register default scripts which can be addedjoost2011-04-022-27/+284
* * Fixed some corner cases in readrecordmichael2011-03-291-4/+58
* * Inherited was not calledmichael2011-03-291-0/+1
* * AllowRow eventmichael2011-03-231-3/+26
* * BeforeDelete/Update/Insert eventsmichael2011-03-231-0/+15
* * OnGetDataset Eventmichael2011-03-231-0/+5
* * 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
* * FreeNotification was not always set for session, sometimes leading to error...michael2011-03-031-0/+1
* * SetTypedParam: Clear parameter if data is empty and not a string. Fixed bug...michael2011-03-031-5/+19
* * GetNewID should be virtual so it can be overriddenmichael2011-02-281-1/+1
* * In some cases, a looking for a non-existing provider did not return Nilmichael2011-02-281-1/+4
* * Terminate when socket cannot be created/bound/accepted.michael2011-02-281-0/+5
* * Make Terminated property accessible for descendentsjoost2011-02-081-0/+1
* * Implemented TContainerStylesheetsjoost2011-02-082-0/+62
* * If request handled correctly, send content if it was not yet sentmichael2011-02-031-1/+7
* * Fixed mem-leak, FContentProducers was re-initialized during the inherited ...joost2011-01-281-1/+1
* * Fixed mem-leakjoost2011-01-281-0/+8
* * Implemented IHTMLDesignablejoost2011-01-152-2/+32
* * fix for mantis 15820, override getnamepath as suggested by Paul.marco2010-12-191-0/+8
* * Fixed type in THTMLContentProducerClass namejoost2010-11-191-1/+20
* * Made WebPage.IsAjaxCall publicjoost2010-11-191-1/+1
* * Process request variables for a HEAD request as if it is a GET requestjoost2010-11-191-1/+1
* * Added TRequest.LocalPathPrefix propertyjoost2010-11-191-1/+26
* * Make sure that the value of ActionVar is passed as actionname to the OnGet...joost2010-11-131-6/+7
* * Fixed sending/receiving of large data packets (size >word)michael2010-10-271-20/+38
* * Fixed batch processing, and multiple requests through 1 instance of an Adaptormichael2010-10-272-33/+127
* * Reset adaptor - in case of pooled module, same adaptor is is used for each ...michael2010-10-251-4/+19
* * Implement GetDisplayName and add ParamByName() implementation.michael2010-10-141-1/+44
* * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* * Added reference to fptemplate (saying it is moved to fcl-base)michael2010-10-051-0/+3
* * Renamed to be more in line with other readme filesmichael2010-10-051-0/+0
* * improved session management:michael2010-09-302-14/+28
* * RegenerateParams was not called in all casesmichael2010-09-301-3/+6
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-294-12/+79
* * Better error handling when reading from socket.michael2010-09-031-24/+51
* * 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-183-13/+149
* * Error object must be of type TJSOnErrorObject. Initialize Result to Nil in ...michael2010-08-131-1/+2