aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example.c
Commit message (Collapse)AuthorAge
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
|
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
| | | | * some minor fixes and improvements.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* indentation fixesChristian Grothoff2019-10-06
|
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
|
* check system call return values in testsChristian Grothoff2017-03-10
|
* fileserver_example: used MHD built-in function for sending files, added commentsEvgeny Grin (Karlson2k)2016-12-01
|
* Added missing MHD_USE_INTERNAL_POLLING_THREAD in examples.Evgeny Grin (Karlson2k)2016-11-08
|
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* -fixes in code clones()Christian Grothoff2016-01-18
|
* -support HEAD in exampleChristian Grothoff2015-06-26
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* use size_tChristian Grothoff2010-09-21
|
* voidcastsChristian Grothoff2010-06-13
|
* clean up example codeChristian Grothoff2010-06-13
|
* use untranslated file input mode, important on WindowsNils Durner2010-01-20
|
* dirsChristian Grothoff2009-06-05
|
* fixing bugs as pointed out by Timothy ShaefferChristian Grothoff2009-02-27
|
* incompatible API change to allow 64-bit uploads and downloads on 32-bit systemsChristian Grothoff2009-02-06
|
* goneChristian Grothoff2008-09-08
|
* fixing z/OS build issuesChristian Grothoff2008-07-20
|
* addressing Mantis 1384Christian Grothoff2008-07-02
|
* another exampleChristian Grothoff2008-04-20
|
* moving stuff aroundChristian Grothoff2008-04-12