summaryrefslogtreecommitdiff
path: root/packages/fcl-web/src/base/httpdefs.pp
Commit message (Expand)AuthorAgeFilesLines
* * Add Session.States to track new/expired etc.michael2018-07-301-0/+42
* * Fix warnings/hintsmichael2017-03-041-15/+4
* * V must be out parameter in GetFieldOriginmichael2017-03-041-2/+2
* * Improved router implementedmichael2017-01-131-0/+21
* * Fix bug 30484michael2016-09-091-1/+1
* * Introduce DefaultRequestUploadDir for easy configuration of Upload director...michael2016-01-291-1/+2
* * Fixed bug 28270michael2015-06-101-1/+1
* * Fix double vars in TRequest : URI/URLmichael2015-05-021-44/+4
* * Fix bug ID 27980michael2015-04-281-11/+12
* * Remove touch debug commandmichael2015-04-211-2/+2
* * Rework header treatment, deprecated some calls/propertiesmichael2015-04-121-280/+462
* * Improved exception handling. Introduced StatusCode/Text in EHTTPError, is u...michael2014-07-111-3/+25
* * Fix to fill in Accept HTTP header (By Mark van Ham, bug 25621)michael2014-01-261-1/+1
* * Fixed bug ID 25263michael2014-01-241-18/+38
* * Reworked TUploadedFile.Streammichael2014-01-241-3/+12
* * Cleaner interface to set request content. Allow not reading content.michael2014-01-221-13/+33
* * Reverted revision 26000, which is totally wrongmichael2014-01-201-6/+3
* * adds IP and cachecontrol headers to http defs. Patch by Silvio Cléciomarco2013-11-091-3/+6
* * Fix DeleteTempUploadedFile so it frees the streammichael2013-07-151-0/+4
* * Added first/lasr methods to TMimeItems and TUpLoadedFiles (Patch by Silvio ...michael2013-07-131-0/+36
* * Better and more configurable multipart-formdata handling.michael2013-04-111-170/+389
* * Handle all methodsmichael2013-02-281-10/+6
* * Take care of locking when reading a file.michael2012-09-241-1/+1
* * Patch from Silvio Clecio to implement TCookie.Expire (bug id 22361)michael2012-07-101-0/+6
* * Customization of upload dirmichael2012-07-041-24/+34
* * Patch from Silvio Clecio to implement httponly cookie propertymichael2012-07-021-15/+27
* * Added FreeContentStream property to TResponse.michael2012-05-261-3/+9
* * Implemented OnUnknownRequestEncodingmichael2011-11-121-2/+14
* * Some fixes and additional unit from Darius Blaszijkmichael2011-08-121-2/+11
* * Checked and resolved most hints/warningsmichael2011-06-051-5/+4
* * Moved session cookie up in the class hierarchie, so it can be configured at...michael2011-06-041-3/+33
* * Storage for pathinfomichael2011-06-031-0/+3
* + Added HTTPApp for standalone webserver and webfilemodule for standalone ser...michael2011-06-021-9/+20
* * Initial implementation of HTTP Server componentmichael2011-05-151-0/+3
* * Reworked session management.michael2011-05-131-0/+1
* * Assign filename to uploaded file (bug id 18337; Firefox engine allows empty...michael2011-04-281-1/+2
* * 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
* * Reverted accidentally committed files in r15616joost2010-07-201-1/+1
* * Fixed FastCGI listening on a port on Windows after r15099joost2010-07-201-1/+1
* * reverted ProcessedPathInfo to ReturnedPathInfomichael2010-05-311-7/+7
* * Moved all to base directorymichael2010-05-271-0/+1696