summaryrefslogtreecommitdiff
path: root/packages/fcl-web
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Fix bug ID 25262michael2014-01-241-1/+5
* * Reworked TUploadedFile.Streammichael2014-01-241-3/+12
* * More clear and flexible way to process content from stdinmichael2014-01-221-15/+33
* * Cleaner interface to set request content. Allow not reading content.michael2014-01-226-44/+60
* * Use global class vars to create handler/request/response. Avoids having to ...michael2014-01-222-15/+82
* * Reverted revision 26000, which is totally wrongmichael2014-01-201-6/+3
* * Always send cookie, even if not yet start/timeoutmichael2013-11-301-18/+16
* * adds IP and cachecontrol headers to http defs. Patch by Silvio Cléciomarco2013-11-091-3/+6
* * DisplayName should not set namemichael2013-10-021-4/+8
* * Changes as suggested in bug ID 24810, so a threaded web application can be ...michael2013-09-253-14/+69
* * Some refactoring, so fpweb is easier to customizemichael2013-09-251-4/+16
* * Fix authorization headermichael2013-08-131-6/+7
* * Fixed bug 24813michael2013-08-021-5/+0
* * Fixed bug 24814michael2013-08-021-2/+0
* * Clear request/response variables in case of an error michael2013-07-291-4/+7
* * 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
* * Do not decode Querystring yet. This is done when parsing it in name=valuemichael2013-07-101-3/+5
* * Handle the location of each package at run-time, not at compilation timejoost2013-06-021-1/+1
* Regenerate with up-to-date fpcmake binarypierre2013-04-293-342/+479
* Regenerate all Makefiles with an up-to-date fpcmake binarypierre2013-04-291-32/+159
* * Re-generated Makefiles for the changes in the Makefile.fpcs in r24349joost2013-04-271-117/+135
* * Now zipinstall is passed to fpmake by all Makefile.fpc'sjoost2013-04-271-0/+2
* ** Fix for mem leak in case of cookies (By Michalis Kamburelis, bug ID 24333)michael2013-04-271-0/+1
* * Better and more configurable multipart-formdata handling.michael2013-04-112-172/+391
* * Some optimizations from Luiz Americo, bug ID 23678michael2013-03-171-12/+12
* * Fixes for typos from Reinier Olislagers (bug 23895)michael2013-03-068-53/+51
* * Patch from Silvio Clecio to fix filename in FileFormPostmichael2013-03-011-1/+1
* * Handle HTTP_AUTHORIZATIONmichael2013-02-283-4/+8
* * Handle all methodsmichael2013-02-281-10/+6
* + Merge the targetandroid branch. Support for arm and i386 android targets.yury2013-02-134-202/+618
|\
| * * Regenerated all makefiles.yury2013-01-174-202/+618
* | * Patch from Silvio Clecio to implement easy-access methodsmichael2013-01-231-30/+326
* | * Updated TODO: Easy Post is already there.michael2013-01-231-1/+1
* | * Close connection on one-shot operationsmichael2013-01-231-0/+15
* | * Implemented a HEAD class methodmichael2013-01-231-0/+13
* | * Speed up HEADmichael2013-01-231-3/+5
|/
* * Fixed case where connection is closed gracefully (Bug ID 23386)michael2013-01-161-24/+29
* * Patch from Vladimir Zhirov to add RemoteAddress, RemoteHost, ServerPort fie...michael2013-01-072-6/+91
* * Patch from Luiz Americo to remove redundant testmichael2013-01-071-1/+1
* * Better check (see bug 23597)michael2013-01-071-5/+10
* * Better error handling in FastCGI in case writing response fails (bug ID 23564)michael2013-01-062-13/+36
* * No PIPE signal on darwinmichael2012-12-281-2/+2
* CustHttpApp.pp has no resource stringspierre2012-12-281-1/+1
* * Better error handling, continue to serve requests (bug ID 22260)michael2012-12-282-42/+127
* * Small improvement to dumprecordmichael2012-12-221-13/+24
* * Compile fpapache24michael2012-12-221-0/+7
* * Version of apache module application that works with Apache 2.4michael2012-12-223-78/+1118